*{
    font-family:"akzidenz-grotesk" !important;
}

.sf {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    -webkit-backface-visibility: hidden;
}

.sf_green {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #4DABE9 !important;
}

.langbutton {
    height:52px;
    width:54px;
    float:right;
    border-left:#e6e6e6 solid 1px;
}

.langbutton h4 {
    font-size:0.8em;
    line-height: 52px;
    text-align: center;
    color: #1c1c1c;
}

.langbutton:hover {
    background-color: #eee !important;
}

.langbutton.ar, 
.langbutton.cn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/lang_ar.png') center no-repeat;
}

.langbutton.cn {
    background: url('../img/lang_cn.png') center no-repeat;
}

.header.row {
    height: 52px;
    background-color: #fff;
    z-index: 4;
    position: relative;
}

.header.row .logo {
    background:url(../img/foster-partners-logo.svg) no-repeat;
    width: 162px;
    height: 25px;
    margin-top: 13px;
    line-height: 42px;
    margin-left:2.5%
}

.navigation.row {
    background-color: #333;
    height: 53px;
    z-index: 4;
    position: relative;
    border-bottom: 1px solid #515151;
}

.sub-navigation.row {
    background-color: #333;
    position: relative;
    z-index: 4;
  
}

.row.outer{
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 4;
}

.row.outer #accordionSearch {
    margin: 0;
     background-color: #262626;
}

.mainbar {
    background-color: #333 !important;
    width: 100% !important;
    height: 53px !important;
    padding: 0 2.5%;
}

.navblock { display: none; height:150px;  
    width: 100% !important;   
    border-top: solid 1px #666;
    padding: 0 2.5%;
    position: relative;
    top: -1px;
}

.mainbar .col{
    padding: 0;
    margin: 0;
    float: left;
    width: 12%;
    width: -webkit-calc((100% - 165px) / 6);
    width: -moz-calc((100% - 165px) / 6);
    width: calc((100% - 165px) / 6);
}

.mainbar h4 {
   padding: 0;
}

.mainbar h4  a.headline {
    line-height: 53px;
    font-size: 16px !important;
    text-align:left;
    height: auto;
    padding: 0 ;
    margin: 0;
    color: #4DABE9 !important;
    font-family: "akzidenz-grotesk" !important;
}

.mainbar h4 a.headline.active, .mainbar h4 a.headline:hover {
    color: #fff !important;
    border-bottom: solid 2px #fff;
    font-family: "akzidenz-grotesk" !important;
}

.mnubutton {
    position: absolute;
    right: 0;
    height: 53px;
    width: 165px;
    line-height: 53px;
    text-align: center;
    color: #333;
    background: #4DABE9 url(../assets/img/togdn-blck.png) 15px center no-repeat;
}
.mainbar .on {
    background: #4DABE9 url(../assets/img/togup-blck.png) 15px center no-repeat;
}

a.mnubutton:hover, a.mnubutton:focus{
    color: #333;
}

.wherefrom .addnav {
    color: rgb(180, 225, 20) !important;
}
 
.navblockInner .subcol {
    width: 12%;
    width: -webkit-calc((100% - 165px) / 6);
    width: -moz-calc((100% - 165px) / 6);
    width: calc((100% - 165px) / 6);
}
 

.navblockInner .subcol ul{
    padding-top: 5px;
}

.barlower {
    width: 100% !important;
    background-color: transparent !important;
}

.barlower h1 {
    color: #fff;
    font-size: 48px !important;
    line-height: 58px;
    text-align: center !important;
    width: 50%;
    margin: 0 25%;
}

.barlower h1 strong{
    color:#4DABE9;
}

#infobar {
    display: table-cell !important;
    vertical-align: middle !important;
    height: 100% ;
    position: relative !important;
}

.row.headline {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
}

.row.headline .center{
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    float: left;
}

.force-height{ height: 100%;}


.row.transparency {
    background-color: rgba(0,0,0, 0.3);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.footer.row {
    position: fixed; 
    bottom: 0; 
    height: 52px; 
    width: 100%; 
    background-color: #333;
    overflow: hidden;
    z-index: 15;
}

.footer .home-news {
    position: absolute;
    left: 0;
    line-height: 52px;
}

.footer .home-news h4{
    color: #ccc;
    margin-left: 15px;
    font-size: 15px;
}



.arrow_box {
	position: relative;
	background: #333;
    margin-left: 10px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(51, 51, 51, 0);
	border-left-color: #333;
    border-width: 25px;
    margin-top: -25px;
}
.arrow_box:before {
	border-left-color: #555;
    border-width: 26px;
    margin-top: -26px;
}


.footer .home-news span.news-headline{
    color: #4DABE9;
    line-height: 52px;
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 40px;
    position: fixed;
    left: 70px;
    bottom: 0;
    overflow: hidden;
    max-height:52px;
    width: 100%;

}

.footer .home-news span.news-headline a {
    color: #4DABE9;
    -ms-opacity: 1;
    opacity: 1;
        width: 70%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.footer ul.social {
    display: inline;
    position: absolute;
    right: 0;
    line-height: 52px;
    z-index: 4;
    font-size: 0;
}

.footer ul.social li{ display: inline-block;width: 54px;border-right: solid 1px #555; padding-right:6px;     background-color: #333333;}
.footer ul.social li:first-of-type{ }
.footer ul.social li:last-child{ border-right: none;padding-right:0px; }

.footer ul.social li a{ display: inherit;height: 52px; width: 100%;}

.footer ul.social li a.twitter{
    background: url(../assets/social/grey/twitter.png) center no-repeat;
}

.footer ul.social li a.youtube{
    background: url(../assets/social/grey/you-tube.png) center no-repeat;
}

.footer ul.social li a.linkedin{
    background: url(../assets/social/grey/linkedin.png) center no-repeat;
}

.footer ul.social li a.facebook{
    background: url(../assets/social/grey/facebook.png) center no-repeat;
}

.footer ul.social li a.developer{
    background: url(../assets/social/grey/developer.png) center no-repeat;
}

.footer ul.social li a.news-toggle{
    background: url(../assets/img/news-toggle.png) center no-repeat;
}

.footer ul.social li a.news-toggle, .footer ul.social li a.news-toggle {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.footer ul.social li a.news-toggle:hover, .footer ul.social li a.news-toggle:focus, .footer ul.social li a.news-toggle.hovered{
    background:rgba(255,255,255,0.85) url(../img/news-toggle-on.png) center no-repeat;
}

.main-content {
    padding-bottom: 52px;
    position: relative;
}

.home-news-detail {
    position: fixed;
    bottom: 52px;
    right: 0;
    width: 310px;
    z-index: 5;
}

.home-news-detail .news-detail {
  background-color: rgba(255, 255, 255, 0.85);
       padding: 20px 25px 5px ;
    font-size: 14px;
    display: none;
}

.home-news-detail .news-detail.active {
    display: block;
}


.home-news-detail .news-detail h5{
    color: #333;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 14px;
margin-bottom: 10px;
    font-size: 14px;
}


    .home-news-detail .news-detail a {
        color: #333;
        -ms-opacity: 1;
        opacity: 1;
    }

.home-news-detail .news-detail p{
    color: #333 !important;
    font-size: 15px;
    margin: 0;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.home-news-detail .news-detail img {
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    clear: both;
}

.news-headline{
    position:relative;
    padding:25px;
}


/*Projects*/

.project-videos {
    height: auto !important
}

.project #videoarchive .element {
    width:25%;
    position: static !important;
    float:left;
    margin: 0;
    padding: 0 5px 5px 5px;
    background:none;
    margin-bottom: 10px;
}

.project #videoarchive .element .video-title {
    height:108px
}

.project #videoarchive .card {
    box-shadow: none;
}

.project #videoarchive .element {
    height:auto;
    padding-bottom: 0;
}

.project #videoarchive .element a {
    background:#fff;
}

.project {
    background: #f9f9f9;
    position: relative;
}

.project ul {
    clear:both;
}

.videos, .row.partners {
    background-color: #f6f6f6;
    padding-bottom:1.25%
}

.project .content {
    float: left;
    width: 100%;
}

h3 a {opacity:1}

.row.project-desc {
    background-color: #fff;
}

.project-desc p{
}

.project .content h4{
    position: relative;
    font-size: 25px;
    margin-bottom: 8px;
}

.project .content h4 a{
     color: #1c1c1c;
    opacity: 1;
}

.project .content h4:after {
    clear: both;
}

.project .content h4 span{
    position: absolute;
    border-bottom: solid 2px #1c1c1c;
    padding-bottom: 35px;
    width: 4%;
}

.row.project-images ul{
    width: 100%;
    float: left;
    border-bottom: solid 1px #ddd;
}

.row.project-images ul li{
    width: 25%;
    padding: 0;
    float: left;
    display: inline;
    padding: 0 5px 5px 5px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}

.row.project-images li img{
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.project-border {
    border-bottom: solid 1px #ccc;
}
.list-view {
    border-top: solid 1px #eee;
}
.list-view .column {
    width: 50% !important;
}

.project-videos ul li a{
    font-size: 18px;
    line-height: 30px;
}

.project-videos ul li a i{
    font-size: 22px;
}

#relatedVideo {
    width: 100%;
    padding: 40px 0;
    display: none;
}

#relatedVideo.active {
    display: block;
}

#relatedVideo ul li{
    display: none;
}

.project .content .project-sustainability h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.row-sustain{ padding-top: 20px;} 

.project-sustainability p {
    font-size: 13px;
}

.row-quote {
    clear:both;
    padding-bottom: 20px;
}
.row-quote .column h4 {
    margin-top:0;
}
.row-quote blockquote small {
    padding-top:0;
}
blockquote small {
    font-size: 1em;
}
blockquote small:before{ content: '' !important;}

.project .content blockquote p, .awards-features p, .press p a, .project-directions p, .stored p{
    padding-bottom: 10px;
}

.project .content blockquote h4 small{
    color: #333;
    font-size: 18px;
}

.project .content blockquote p small span {
    font-size: 13px;
    color: #333;
}

ul.awards {
    line-height: 23px;
    color: #333;
    margin-bottom: 40px;
    list-style-type:square;
    padding-left:17px
}

ul.awards li i{
    display:none
}

p.add-projects a {
    opacity: 1;
}

ul.facts {
    width: 100%;
    margin-bottom: 20px;
}

ul.facts span{ opacity: 1;}

ul.facts li{
    line-height: 23px;
}

p.heading {
    color: #000;
    padding-bottom: 0;
    margin-bottom:10px
}

p.heading-2 {
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.press p {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.stored p a:hover, .stored p a:focus{ color: #333;}

.projects-on-site {
    background-color: #34353a;
}

.projects-on-site h3 {
    color: #b4e114;
    margin: 30px 20px 10px 20px;
    font-size: 18px;
}

.projects-on-site h3 span{
    color: #bbb;
}

.projects-on-site h3::after {
    content: "";
    height: 2px;
    left: 0;
    width: 50px;
    background-color: #4DABE9;
    position: absolute;
    bottom: 15px;
}

.project-on-site {
    border-bottom: solid 1px #666;
    padding-bottom: 30px;
}

.on-site-row {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
}

.projects-list {
    padding: 2.5%;
}

.videos {
    padding-top: 0;
}

.videos img.p_img{
    max-height: 201px;
}

.video-title h4 {
    background: url('../img/play-video.png') left top no-repeat;
    padding:4px 0 0 35px;
    background-size: 26px 26px;
    min-height: 26px;
}

a:hover .video-title h4 {
    background: url('../img/play-video-hover.png') left top no-repeat;
}


body .galleria-dots div {
    width: 8px !important;
    height: 8px !important;
}

body .galleria-dots {
    left: 50px !important;
}

.contact-intro {
    padding-left: 2.5%;
}
input#recaptcha_response_field{ border: none !important;margin: 0;}

.row-tweets {
    background-color: #f6f6f6;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.press-row {
    border-bottom: solid 1px #ccc;
}

#gallery {
    margin-top: 0 !important;
}

.row.row-team{ padding-bottom: 30px;}

.row.partners .container{
    margin-left: 0;
}
.row.project-share {
    background-color: #fff;
}

ul.social-share li span {
    font-size: 13px;
    line-height: 36px;
    margin-bottom: 0;
    display: initial;
    padding-right: 5px;
}

ul.social-share {
    display: inline;
    position: relative;
    line-height: 32px;
}

ul.social-share li {
    display: inline-block;
    width: 44px;
    height: 32px;
    border-left: solid 1px #ccc;
    padding: 0 8px;
    float: left;
}

ul.social-share li:first-child {
    border-left: none;
    width: auto;
}

ul.social-share li a, ul.social-share li span {
    display: inherit;
    height: 32px;
    width: 100%;
    opacity: 1;
}

ul.social-share li a.linkedin {
    background: url('../social/share/linkedin.png') center no-repeat;
}
ul.social-share li a.facebook {
    background: url('../social/share/facebook.png') center no-repeat;
}
ul.social-share li a.twitter {
    background: url('../social/share/twitter.png') center no-repeat;
}
ul.social-share li a.weibo {
    background: url('../social/share/weibo.png') center no-repeat;
}

ul.social-share li a:hover, ul.social-share li a:focus{ opacity: 0.7;}