* {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
 	box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
label.error {
	color:#f82727;
}
a {
	color:#879faf;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;		
}
a:hover {
	color:#505461;
}
p {
	color:#747576;
}
body,
html {
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
}
.box h1 {
	font-weight: 600;
}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
	height: 100%;
}
#content ul {
	padding-left: 25px;
}
#content ul li {
	color: #747576;
}
#header {
	border-bottom:2px solid #1e2931;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	margin:0 auto;
	background-color: #1e2931;
	box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08)	
}
#header a.logo {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 22px;
}
#header ul {
	text-align: left;
	margin-bottom: 0;
}
#header ul li {
	text-decoration: none;
	display: inline-block;
	float: left;
	color:#e8f1f6;
}
#header ul li a {
	display: inline-block;
	padding: 30px 15px;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color:#e8f1f6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;		
}
#header ul li a:hover {
	color:#879faf;
}
#header ul li.current a,
#header ul li:hover a {
	color:#fff;
	background-color: #879faf;
}

#content {
	padding-top:50px;
	position: relative;
}
.homepage {}
.box {
	border:1px solid #ececec;
	padding:30px;
	background-color: #fff;
}
a.btn,
button[type="submit"] {
	display: inline-block;
	padding:6px 10px;
	text-transform: capitalize;
	color:#879faf;
	background-color: #fff;
	margin:10px 0;
	font-size: 13px;
	font-weight: 700;
	border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}
a.btn:hover,
button[type="submit"]:hover {
	color:#fff;
	background-color: #879faf;
}
input,
.form-control {
	border-radius: 0;
}
.input-rounded {
	height: 40px;
	border-radius: 4px;
	max-width: 400px;
}
.txtarea-rounded {
	border-radius: 4px;
	max-width: 600px;
}
.btn-rounded {
	background-color: #879faf !important;
    color: #FFFFFF !important;
    border-radius: 4px !important;
    height: 40px;
    padding: 6px 20px !important;
}
textarea.form-control {
	height: 154px;
	resize: none;
}
/**/
#content {
    min-height: 400px;
    padding: 50px 0;
}
#intro {
	height: 390px;
	margin-top: 86px;
	width: 100%;
	background:url(../images/new-york-full.jpg) center center no-repeat scroll transparent;
}
.homepage #intro {
	height: 800px;
	margin-top: 86px;
	width: 100%;
	background:url(../images/new-york-full.jpg) center center no-repeat scroll transparent;
}
.homepage #intro h1 {
	color:#fff;
	font-size: 24px;
	line-height: 60px;
	font-weight: 600;
	margin-top: 740px;
	margin-left: 604px;
	text-shadow: 2px 3px 10px #222;
}

.homepage #intro a:hover h1 {
    color: #879faf;
}

body.company #intro {
	background:url(../images/new-york.jpg) center center no-repeat scroll transparent;
}
body.investments #intro {
	background:url(../images/new-york.jpg) center center no-repeat scroll transparent;
}
body.industries #intro {
	background:url(../images/new-york.jpg) center center no-repeat scroll transparent;
}
body.investors #intro {
	background:url(../images/new-york.jpg) center center no-repeat scroll transparent;
}
body.careers #intro {
	background:url(../images/new-york.jpg) center center no-repeat scroll transparent;
}
body.contact #intro {
	background:url(../images/new-york.jpg) center center no-repeat scroll transparent;
}
.box h2 {
    border-bottom: 4px solid #879faf;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.box ul {
	padding-left: 25px;
}
.box ul li {
	color:#747576;
}
.box .subline {
	width: 20%;
	border-top: 4px solid #879faf;
	height: 0;
	display: block;
	margin-bottom: 20px;
}

/**/
#footer {
	background-color: #1e2931;
	color:#fff;
}
ul#footer-menu {
	text-align:  center;
	padding:20px 0;
	border-bottom: 1px solid #273540;
	margin-bottom: 20px;
}
ul#footer-menu li {
	display: inline-block;
}
ul#footer-menu li a {
	display: inline-block;
	padding: 20px 0 10px 20px;
	text-transform: uppercase;
	font-size: 13px;
}
ul#terms {
	text-align: center;
	margin-bottom: 20px;
}
ul#terms li {
	display: inline-block;
	font-size: 12px;
	margin:0 10px;
}
form#login .btn {}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: rgba(30,41,49,0.9);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 20px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 6);
	min-height: 54px;
}

.overlay ul li a {
	font-size: 44px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}
button#trigger-overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 15px;
}
.container {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.container.overlay-open {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	ul#footer-menu li a {
	    display: inline-block;
	    font-size: 13px;
	    padding: 5px 10px;
	    text-transform: uppercase;
	}	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	ul#footer-menu li a {
	    display: inline-block;
	    font-size: 13px;
	    padding: 5px 10px;
	    text-transform: uppercase;
	}
	.box {
		padding:20px;
	}
	.box h2 {
	    font-size: 34px;
	    font-weight: 700;
	    margin-bottom: 5px;
	}
	.box p {
		font-size: 16px;
	}		
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	ul#footer-menu li,
	ul#terms li {
		display: block;
	}
	ul#footer-menu li a {
		padding:4px 0;
	}
	.box {
		padding:20px;
	}
	.box h2 {
	    font-size: 34px;
	    font-weight: 700;
	    margin-bottom: 5px;
	}
	.box p {
		font-size: 16px;
	}	
}
td .image-holder {
	background-size: cover;
	height: 120px;
	width: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:10px; 
	border:1px solid #ddd;       
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}