@charset 'utf-8';
/**Fonts **/


@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular-webfont.eot');
	src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular-webfont.svg#Roboto-Regular-webfont') format('svg'),  url('../fonts/Roboto-Regular-webfont.woff') format('woff'),  url('../fonts/Roboto-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular.svg#OpenSans-Semibold') format('svg'),  url('../fonts/OpenSans-Regular.woff') format('woff'),  url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url('../fonts/OpenSans-Light.eot');
	src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'),  url('../fonts/OpenSans-Light.woff') format('woff'),  url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'),  url('../fonts/OpenSans-Semibold.woff') format('woff'),  url('../fonts/OpenSans-Semibold.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.otf');
	font-weight: normal;
	font-style: normal;
}
/** End of Fonts **/
/* CSS DOCUMENT */
html, body {
	height: 100%;
	min-height: 100%;
	background-color: #000000 !important;
	margin: 0;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url('../images/page_template/loading.gif') no-repeat center;
	z-index: 999999;
}
.hide {
	position: relative;
}
.ease, a, input[type="submit"], button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.loader {
	position: relative;
	overflow: hidden;
	background: #fff url('../images/page_template/loading.gif') no-repeat center;
}
.auto {
	width: 1024px;
	margin: 0 auto;
}
/********* Clearfix *********/
* html .clearfix {
	height: 1%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}
.wrapper {
	max-width: 1024px;
	margin: 0 auto;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
/********* Page Template *********/
#main-container {
	height: 100%;
	height: auto !important;
	min-height: 100%; /*min-width:1024px;*/
}
footer {
	background: #232022;
	width: 100%;
	height: 219px; margin-top:0px !important;
}
footer .up_link {
	width: 52px;
	height: 52px;
	display: block;
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
}
footer .up_link .up_img {
	margin-top: -25px;
}
footer .copyright {
	font-family: 'Roboto-Regular';
	text-align: center;
	color: #999999;
	display: block;
	font-size: 15px;
	padding-top: 50px;
}
footer .footer_links {
	width: 155px;
	height: 51px;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
}
footer .footer_links .social_links {
	margin: 5px 5px;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 999999;
	background: #fff;
}
.spinner {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	position: relative;
	margin: 300px auto;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #129d55;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
	background-color: #007ac3 !important;
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
 @keyframes bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.lt-ie9 .preloader {
	background: #fff url('../images/page_template/loading.gif') no-repeat center;
}
.lt-ie9 .preloader .spinner {
	display: none;
}
/** End of Page Template **/




/**Home Container*/
#home { /*width:100%; height:100vh; min-height:100%;*/
	background: url('../images/bg.png')no-repeat; /*background-size:100%;*/
	background-size: cover;
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 48px;
}
.navbar_holder {
	position: fixed;
	right: 0;
	z-index: 10;
	width: 50px;
	height: auto;
	text-align: center;
	background:#3a6f8f;
	float: right;
	display: block;
	margin-top: 94px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.8;
}
.navbar_holder .nav_link {
	margin: 15px 0px;
	display: block;
	position: relative;
	display: block;
}
.navbar_holder .nav_hidden {
	position: fixed;
	z-index: 10;
	width: 82px;
	height: 24px;
	float: left;
	display: block;
}
.navbar_holder .nav_link .nav_icon {
	font-size: 25px !important;
	color: #FFFFFF !important;
}
.navbar_holder .nav_link .nav_icon:hover {
	color: #3a6f8f !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar_holder .nav_link .nav_active {
	color: #3a6f8f !important;
}
.hidden_text {
	display: none;
	width:73px;
	height: 24px;
	font-size: 14px;
	padding: 1px 0;
	position: absolute;
	top: 0;
	right: 100%;
	background: url('../images/hover_bg.png') no-repeat;
	font-family: 'Roboto-Regular';
	color: #FFFFFF; float:left; text-align:center;
}

.navbar_holder .nav_link:hover .hidden_text {
	display: block;
}
#home .trans_content {
	max-width: 957px;
	width: 99%;
	margin: 0 auto; /*height:465px; /*position:absolute; top:50%; left:50%; margin-right:-50%; transform:translate(-50%,-50%);*/
	color: #FFFFFF;
}
#home .trans_content .trans_content_title {
	font-family: 'Gotham-Medium';
	font-size: 54px;
	color: #FFFFFF;
	clear: both;
}
#home .trans_content .trans_content_subtitle {
	font-family: 'OpenSans-Regular';
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	clear: both;
}
#home .trans_content .trans_content_par {
	font-family: 'OpenSans-Regular';
	font-size: 15px;
	color: #FFFFFF; /*font-size:14px; font-size:20px;*/
	margin-top: 27px;
	clear: both;
}
#home .trans_content .trans_content_btn {
	text-align: left;
	font-family: 'OpenSans-Regular';
	font-size: 18px;
	color: #9ccbe8;
	font-size: 20px;
	margin-top: 27px;
	background: #3a6f8f;
	border: none;
	width: 233px;
	height: 40px;
	clear: both;
}
#home .trans_content .trans_content_btn:hover {
	color: #FFFFFF;
}
#home .trans_content .trans_content_btn .learn_more {
	margin-right: 30px;
	margin-left: 20px;
	clear: both;
}
#home .scroll_txt {
	font-family: 'Roboto-Regular';
	font-weight: bold;
	font-size: 20px;
	color: #cad1d5;
	text-decoration: none;
	display: block; /*position:absolute; bottom:50px;  left: 50%;margin-right: -50%;transform: translate(-50%, 0);*/
	margin-top: 111px;
}
#home .scroll_txt:hover {
	color: #FFFFFF;
}
/**End of Home Container*/

/**Portfolio Container*/
#portfolio {
	width: 100%; /*height:1240px !important;*/
	display: block
}
#portfolio .current_port_holder {
	width: 100%; /*height:685px;*/
	display: block;
}
#portfolio .current_port_holder .port_title_container {
	width: 100%;
	height: 105px;
	background: #FFFFFF;
	text-align: center;
	display: block;
}
#portfolio .current_port_holder .port_title_container .port_title {
	font-family: 'Gotham-Medium';
	font-size: 25px;
	color: #3a6f8f;
	display: block;
	font-weight: bold;
	padding-top: 15px;
}
#portfolio .current_port_holder .port_title_container .port_subtitle {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	font-size: 20px;
	color: #3a6f8f;
	display: block;
}
#portfolio .current_port_holder .port_img_container {
	position: relative;
	width: 14.285%; /*width:192.7px;*/
	height: 145px;
	float: left;
	display: block;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}
#portfolio .current_port_holder .port_img_container .opacity_filter {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#portfolio .current_port_holder .port_img_container .opacity_filter:hover {
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#portfolio .current_port_holder .port_img_container .text_img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 156px;
}
#portfolio .acquired_port_holder {
	width: 100%; /*height:350px;*/
	display: block;
}
#portfolio .acquired_port_holder .acquired_title_container {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	text-align: center;
	display: block;
}
#portfolio .acquired_port_holder .acquired_title_container .port_subtitle {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	font-size: 27.83px;
	color: #3a6f8f;
	display: block;
	padding-top: 15px
}
#portfolio .acquired_port_holder .port_img_container {
	position: relative;
	width: 14.285%; /*width:192.7px;*/
	height: 145px;
	float: left;
	display: block;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}
#portfolio .acquired_port_holder .port_img_container .opacity_filter {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#portfolio .acquired_port_holder .port_img_container .opacity_filter:hover {
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#portfolio .acquired_port_holder .port_img_container .text_img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
#portfolio .oh_port_holder {
	width: 100%;
	height: 350;
	display: block;
}
#portfolio .oh_port_holder .acquired_title_container {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	text-align: center;
	display: block;
}
#portfolio .oh_port_holder .acquired_title_container .port_subtitle {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	font-size: 27.83px;
	color: #3a6f8f;
	display: block;
	padding-top: 15px
}
#portfolio .oh_port_holder .port_img_container {
	position: relative;
	width: 14.285%; /*width:192.7px;*/
	height: 145px;
	float: left;
	display: block;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}
#portfolio .oh_port_holder .port_img_container .opacity_filter {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#portfolio .oh_port_holder .port_img_container .opacity_filter:hover {
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#portfolio .oh_port_holder .port_img_container .text_img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

/**End of Portfolio Container*/

/**Position Container*/
#position {
	width: 100%;
	height: 496px !important;
	display: block;
	background: #f5f6f7;
	position: relative;
}
#position .corner_triangle {
	position: absolute;
	top: 0;
	left: 0;
}
#position .position_content {
	max-width: 942px;
	width: 100%;
	height: 407px;
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
}
#position .position_content .position_content_title {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	color: #3a6f8f;
	font-size: 27.83px;
}
#position .position_content .position_link {
	font-family: 'OpenSans-Regular';
	font-style: italic;
	font-size: 23px;
	color: #373737;
}
#position .position_content .position_link:hover {
	color: #3a6f8f;
}
#position .position_content .circle {
	color: #3a6f8f;
	font-size: 10px;
}
#position .position_content #posi_cont {
	max-width: 893px;
	width: 98%; /*height:246px;*/
	margin: 0 auto;
	background-size: 100% 100%;
	font-size: 15px;
	font-family: 'OpenSans-Regular';
	color: #2a2a2a;
}
#position .position_content .trans_defined {
	border: 1px solid #C9C9C9;
}
#position .position_content a.active {
	color: #3a6f8f;
}
#position .position_content .trans_defined .trans_par {
	display: block;
	padding: 35px 20px 20px 20px;
	line-height: 30px;
}
#position .position_content .evo_venture {
	display: none;
	border: 1px solid #C9C9C9;
}
#position .position_content .evo_venture .trans_par {
	display: block;
	padding: 35px 20px 20px 20px;
	line-height: 30px;
}
#position .position_content .realities {
	display: none;
	border: 1px solid #C9C9C9;
}
#position .position_content .realities .trans_par {
	display: block;
	padding: 35px 20px 20px 20px;
	line-height: 30px;
}
/**End of Position Container*/

/**Strategy Container*/
#strategy {
	width: 100%;
	height: 494px !important;
	display: block;
	background: url('../images/market_bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}
#strategy .strategy_content {/*width:888px;*/
	height: 367px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}
#strategy .strategy_content .strategy_content_title {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	color: #3a6f8f;
	font-size: 27.83px;
}
#strategy .strategy_content .strategy_content_par {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	color: #7f7f7f;
	font-size: 14px;
	width: 85%;
	display: block;
	margin: 0 auto;
	line-height: 30px;
}
/** End of Strategy Container*/

/**Team Container*/
#team {
	width: 100%;
	height: 759px !important;
	display: block;
	background: #f7f8f9;
	position: relative;
}
#team .triangle_top {
	position: absolute;
	top: 0px;
	right: 0px;
}
#team .triangle_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#team .ot_content {
	text-align: center;
	max-width: 1000px;
	width: 100%;
	height: 687px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	position: relative;
}
#team .ot_content .ot_content_title {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	color: #3a6f8f;
	font-size: 27.83px;
}
#team .ot_content .ot_content_par {
	font-family: 'OpenSans-Regular';
	font-weight: bold;
	color: #7f7f7f;
	font-size: 14px;
	width: 65%;
	display: block;
	margin: 0 auto;
	line-height: 30px;
}
#team .ot_content .team_container {
	color: #555555;
    display: inline-block;
    float: none;
    font-family: "OpenSans-Light";
    height: 545px;
    margin: 35px 1%;
    width: 47%;
}
#team .ot_content .team_container .img_container {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 20px;
    box-shadow: 0 0 4px #838383;
    height: auto;
    width: auto;
}
#team .ot_content .team_container .team_name {
	font-size: 22px;
	margin: 25px 0px 0px 0px;
	display: block;
	color: #3189dd;
    cursor: pointer;
}
#team .ot_content .team_container .team_position {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
	line-height: 5px;
	display: block;
}



#team .ot_content .team_container .team_par {
	font-size: 14px;
	font-family: 'Roboto-Regular';
	line-height: 22px;
	 min-height: 440px;
	display: block;
	height: auto;
	margin: 0px 0px 20px 0px;
	overflow:hidden;
}
/** End of Team Container*/

/** News Container*/
#news {
	width: 100%;
	height: 650px;
	display: block
}
#news .slider {
	background: red;
	width: 100%;
	height: 100%;
	position: relative;
}
#news .slider .slider-for {
	background: pink;
	width: 100%;
	height: 100%;
}
#news .slider .slider-for .slick-list {
	width: 100% !important;
}
#news .slider .slider-for .slider_content1 {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-position: center !important;
}
#news .slider .slider-for .slider_content1 .bg_filter {
	background: rgba(44,62,80,0.5);
	width: 100%;
	height: 100%;
}
#news .slider .slider-for .slider_content1 .news_content {
	font-family: 'OpenSans-Regular';
	max-width: 818px;
	width: 100%;
	height: 382px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
}
#news .slider .slider-for .slider_content1 .news_content .news_content_title {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 28px;
	margin-bottom: 41px;
}
#news .slider .slider-for .slider_content1 .news_content .content_title {
	color: #FFFFFF;
	font-size: 22px;
	margin-top: 15px;
	display: block;
}
#news .slider .slider-for .slider_content1 .news_content .content_subtitle {
	color: #FFFFFF;
	font-size: 17px;
	display: block;
	margin-bottom: 15px;
}
#news .slider .slider-for .slider_content1 .news_content .content_par {
	color: #FFFFFF;
	font-size: 15px;
	display: block;
}
#news .slider .slider-nav {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	max-width: 1124px;
	width: 100%;
	height: 165px;
	border-top: 1px solid #818f95;
	margin: 0;
}
#news .slider .slider-nav .slider_content {/*width:180px !important;*/
	height: 148px;
	display: inline-block;
	position: relative;
	margin-top: 15px;
	overflow: hidden; width:124px !important; margin:0 5px;
}
#news .slider .slider-nav .slider_content .news_thumbail {
	display: block;
	margin: 0 auto;
	  width: 149px;
  height: 69px;
  cursor: pointer;
}
#news .slider .slider-nav .slider_content .news_thumbail_text {
	display: block;
	margin: 10px auto;
	text-align: center;
	color: #FFFFFF;
	font-family: 'OpenSans-Regular';
}
/** End of News Container*/

/** Blog Container*/
#blog {
	width: 100%;
	height: 480px;
	display: block;
	background: #FFFFFF;
	position: relative;
	padding: 15% 0px 0px 0px;
}
#position {
	width: 100%;
	height: 496px;
	display: block;
	background: #f5f6f7;
	position: relative;
}
#blog .blog_content {
	max-width: 942px;
	width: 99%; /*height:407px;*/
	min-height:410px;
	height:auto;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

#blog .blog_content .blog_label{display:block; margin-top:40px; }
#blog .blog_content .blog_ul {/*max-width:500px; width:100%; /*margin-left:260px;*/
	text-align: center;
	position:relative;
	top:-1px;
}
#blog .blog_content .blog_ul .arrow_up_none{display:none;}
#blog .blog_content .blog_ul .blog_li{height:90px; }
#blog .blog_content .blog_ul .arrow_up{display:block;  margin:0 auto;}
#blog .blog_content .blog_link .blog_img {
	width: 50px;
	height: 50px;
	margin: 0 5px;
}
#blog .blog_content .position_link:hover {
	color: #3a6f8f;
}
#blog .blog_content .circle {
	color: #3a6f8f;
	font-size: 10px;
}
#blog .blog_content #blog_cont {
	max-width: 893px;
	width: 99%; /*height:315px;*/
	margin: 0 auto;
	background-size: 100% 100%;
	font-size: 15px;
	font-family: 'OpenSans-Regular';
	color: #2a2a2a;
	border: 1px solid #C9C9C9;
}
#blog .blog_content  .blog {
	display:none;
}
#blog .blog_content  .blog_active{
	display:block;
}
#blog .blog_content a.active {
	color: #3a6f8f;
}
#blog .blog_content #blog_cont .blog_par {
	display: block;
	padding: 18px 56px 20px 58px;
	line-height: 30px;
}
#blog .blog_content #blog_cont .blog_title {
	font-family: 'OpenSans-Semibold';
	font-weight: bold;
	color: #353738;
	font-size: 27.83px;
	padding: 30px 10px 10px 10px
}

/**End of Blog Container*/

/**Contact Container*/
#contact {
	width: 100%;
	height: 441px;
	display: block
}
/** Info window */
#content {
	width: 435px;
	height: 140px;
	text-align: center;
	font-family: 'OpenSans-Regular';
	color: #428ab6;
}
#content #firstHeading {
	font-weight: bold;
	font-size: 28px;
	display: block;
	margin: 20px 0 10px 0;
}
#content .contact_address {
	font-size: 17.96px;
	display: block;
}
#content .contact_eadd {
	color: #428ab6!important;
	font-size: 17.96px;
	text-decoration: underline;
}
#content .contact_eadd:hover {
	color: #4cafea!important;
}
/** Emd of info window */
/**End  of Contact Container*/


/*

LE STYLING (FIXES)

*/

/****************************** 04/29/15 **************************/
#home .trans_content {
	top: 65%;
}
#strategy .strategy_content {
	max-width: 1024px;
	width: 100%;
	padding-bottom: 40px;
}
#strategy .strategy_content .strategy_content_par.tl {
	text-align: left;
}
#strategy .strategy_content .strategy_content_par .fa {
	font-size: 8px;
}
#strategy, #strategy .strategy_content, #blog {
	height: auto!important
}
#blog {
	padding: 1% 0;
}
#strategy_tabs ul {
	text-align: center;
}
#strategy_tabs ul li {
	display: inline-block;
	text-align: center;
	position: relative;
}
#strategy_tabs ul li:last-child:before {
	display: none;
}
#strategy_tabs ul li a {
	background-image: url(../images/homepage-new5_03.png);
	background-repeat: no-repeat;
	font-family: OpenSans-Regular;
	font-size: 15.7px;
	color: #444444;
	display: inline-block;
	text-transform: uppercase;
	width: 77px;
}
#strategy_tabs ul li a .fa-wrapper {
	font-size: 11px;
	display: block;
	padding-bottom: 107px;
}
#strategy_tabs ul li a.st-m1 {
	background-position: 21px 47px;
}
#strategy_tabs ul li a.st-m2 {
	background-position: -209px 47px;
}
#strategy_tabs ul li a.st-m3 {
	background-position: -452px 47px;
}
#strategy_tabs ul li a.st-m4 {
	background-position: -714px 47px;
}
#strategy_tabs ul li a:hover, #strategy_tabs ul li.ui-tabs-active a {
	color: #3A6F8F;
}
#strategy_tabs ul li a.st-m1:hover, #strategy_tabs ul li.ui-tabs-active a.st-m1 {
	background-position: 21px -63px;
}
#strategy_tabs ul li a.st-m2:hover, #strategy_tabs ul li.ui-tabs-active a.st-m2 {
	background-position: -209px -63px;
}
#strategy_tabs ul li a.st-m3:hover, #strategy_tabs ul li.ui-tabs-active a.st-m3 {
	background-position: -452px -63px;
}
#strategy_tabs ul li a.st-m4:hover, #strategy_tabs ul li.ui-tabs-active a.st-m4 {
	background-position: -714px -63px;
}
/*********************** 04/29/2015 *********************/
#position, #position .position_content, #team, #team .ot_content, #team .ot_content .team_container {
	height: auto!important;
}
#position .position_content {
	padding-bottom: 40px;
}
#strategy .strategy_content .strategy-tabs-content {
	padding: 0 20px;
}
#strategy .strategy_content .strategy-tabs-content .strategy_content_par {
	margin: auto;
	width: auto;
	overflow-y: auto;
	height: 240px;
}
#strategy .strategy_content .strategy-tabs-content .strategy_content_par .fa {
	margin-left: 20px;
}
#portfolio .current_port_holder .port_title_container {
	height: 60px;
}
#portfolio .current_port_holder .port_title_container .port_title {
	font-family: OpenSans-Regular;
	font-size: 27.83px;
	/*text-transform: uppercase;*/
}
.infobox {
	background: #2C3E50;
	color: #FFFFFF;
	font-family: OpenSans-Regular;
	line-height: 20px;
	position: absolute;
	text-align: center;
	font-size: 15.93px;
}
.infobox h1 {
	font-family: OpenSans-Semibold;
	font-size: 36px;
	padding: 37px 0 22px;
}
.infobox a {
	text-decoration: underline;
	color: #3F81AB;
}
.infobox:after {
	border-color: transparent transparent transparent #212121;
	border-style: solid;
	bottom: -1px;
	content: "";
	display: block;
	height: 0;
	left: -45px;
	top: 50%;
	position: absolute;
	width: 0;
	z-index: 2;
	margin-top: -30px;
}
.infobox:after {
	border-color: transparent #2C3E50 transparent transparent;
	border-width: 24px;
	z-index: 1;
}
.infobox .close {
	cursor: pointer;
	float: right;
	font-size: 17px;
	height: 25px;
	line-height: 22px;
	position: relative;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 25px;
}
.infobox .content {
	margin: 15px 15px 15px 15px;
}
/*********************** 05/1/2015 *********************/#portfolio .current_port_holder .port_img_container, #portfolio .acquired_port_holder .port_img_container, #portfolio .oh_port_holder .port_img_container {
	overflow: hidden;
}
#position .corner_triangle, #team .triangle_top, #team .triangle_bottom {
	display: none;
}
@media screen and (min-width:550px) {
#home .trans_content .trans_content_title {
	font-size: 75px;
}
#home .trans_content .trans_content_subtitle {
	font-size: 25px;
}
#home .trans_content .trans_content_par {
	font-size: 20px;
}



}

@media screen and (min-width:960px) {
#home .logo_holder {
	width: 165px;
	height: 210px;
	margin-left: 80px;
	float: left;

}
#strategy_tabs ul li:before {
	display: block;
	content: '';
	border-top: 1px solid #D7D7D7;
	position: absolute;
	top: 7px;
	left: 50%;
	width: 100%;
}
#strategy .strategy_content .strategy-tabs-content {
	padding: 0 140px;
}
#team .ot_content .team_container {
	display: block;
	float: inherit;
}
#position .corner_triangle, #team .triangle_top, #team .triangle_bottom {
	display: block;
}
#position .position_content .trans_defined {
	background: url('../images/position_border_trans.png') no-repeat;
	border: 0;
}
#position .position_content .evo_venture {
	background: url('../images/position_border_evo_venture.png') no-repeat;
	border: 0;
}
#position .position_content .realities {
	background: url('../images/position_border_realities.png') no-repeat;
	border: 0;
}

#blog .blog_content #blog_cont{border:1px solid #c9c9c9;  min-height: 340px;}
#blog .blog_content .blog_ul {
	padding-left: 55px;
}
#strategy_tabs ul li {
	padding: 0 56px;
}
#strategy_tabs ul li a {
	width: 130px;
}
#strategy_tabs ul li a.st-m1 {
	background-position: 48px 47px;
}
#strategy_tabs ul li a.st-m2 {
	background-position: -185px 47px;
}
#strategy_tabs ul li a.st-m3 {
	background-position: -429px 47px;
}
#strategy_tabs ul li a.st-m4 {
	background-position: -694px 47px;
}
#strategy_tabs ul li a:hover, #strategy_tabs ul li.ui-tabs-active a {
	color: #3A6F8F;
}
#strategy_tabs ul li a.st-m1:hover, #strategy_tabs ul li.ui-tabs-active a.st-m1 {
	background-position: 48px -63px;
}
#strategy_tabs ul li a.st-m2:hover, #strategy_tabs ul li.ui-tabs-active a.st-m2 {
	background-position: -185px -63px;
}
#strategy_tabs ul li a.st-m3:hover, #strategy_tabs ul li.ui-tabs-active a.st-m3 {
	background-position: -429px -63px;
}
#strategy_tabs ul li a.st-m4:hover, #strategy_tabs ul li.ui-tabs-active a.st-m4 {
	background-position: -694px -63px;
}
}
/**************************CSS for popup on resources page**************************/

.form-popup {
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1031;
}

img.close_img {
  float: right;
  left: 64%;
  margin: 0;
  position: absolute;
  top: -24px;
}

.user-data {
  background-color: #7B6B2D;
  border: 2px solid #086371;
  border-radius: 10px;
  box-shadow: 0 0 6px #797979;
  float: none;
  margin: auto;
  padding: 20px;
  width: 380px;
}
.submit_class {
  background-color: #005368;
  border: 1px solid #cccccc;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 15px;
}

.contact_label{ color:white;}
.slick-slider .slick-track, .slick-slider .slick-list .slick-track{ transform: translate3d(2px, 0px, 0px) !important;}



.content_more > a {
    
    color: white;
    font-size: 18px;
    padding: 5px;
    text-decoration: underline;
}

.content_more > a:hover {
    color: skyblue;
	font-size: 18px;
	text-decoration: underline;
}


.contact-containerhere {background:#3a6f8f; border-radius: 8px; float: left; margin: -300px 0 0 90px; padding: 19px; position: relative; width: 26%;
    z-index: 9999;}
#contact-info-back{font-family: "Times New Roman"; line-height: 200px; opacity: 0.1; position: absolute; font-size: 456px; top: 65px;bottom: 90px;}
#companyNamehere{ color: #8e8c8d; font-family: LatoBold; letter-spacing: 4px; text-align: center; text-transform: uppercase; font-size: 1.6em;    padding-top: 10%;}
#addresshere{color: #fff; display: block;font-family: Aleo-Regular; text-align: center;  font-size: 16px;  line-height: 28px;}
.logo_contact{ width:100%; text-align:center;}
.logo_contact img{ width:25% !important;}

.iconhere > img {height: 20px; width:auto;}

.map1{ width:100%; padding:0 0 10px; float:left; text-align:center; margin:0; background-size:100%;}
.map1 img { background-size:100%;}

/**************************CSS for restoring portfolio company balance on mobile **************************/

.port_img_container.portfolio-none {
	display: none!important;
}

@media only screen and (min-width: 768px)  {
	.port_img_container.portfolio-104 {
		display: none!important;
	}
}