/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html,body{
    font-family: "HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial","sans-serif";
}
body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    color: rgba(51, 51, 51, 1);
}
h1,h2,h3,h4,h5{
    color: #333;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}
.global-header-overlay{
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    transition:opacity 0.5s;
}
.overlay-show{
    display: block;
    opacity: 1;
    transition:opacity 0.5s;
}
.text-center{
    text-align: center;
}
.navbar-inverse .navbar-toggle{
    border-color: transparent;
}
span.logo{
    position: relative;
    z-index: 1;
}
.logo-img{
    display: inline-block;
    float: left;
    background: url(../pix/jll.svg) center center/55px no-repeat;
    width: 55px;
    height: 55px;
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
}
.logo-img:hover{
    opacity: 1;
}
#bs-example-navbar-collapse-1{
    position: relative;
    text-align: center;
}
#bs-example-navbar-collapse-1 .navbar-nav li a{
    color: rgba(255, 255, 255, 0.7);
    transition:all 0.2s ease-in-out;
}
#bs-example-navbar-collapse-1 .navbar-nav li a:hover,#bs-example-navbar-collapse-1 .navbar-nav li a:focus{
    background-color: transparent;
    color: rgba(255,255,255,1);
    outline: none;
    transition:all 0.2s ease-in-out;
}
#bs-example-navbar-collapse-1 .navbar-nav li a.active{
    //color: #000;
}
#waves{
    margin-left: -23%;
}
.section.section-on-bg .img{
    width: 418px;
    position: absolute;
    max-width: 100%;
    left: 100px;
    top: -60px;
}
.headline-bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    overflow: hidden;
    background: -webkit-linear-gradient(top,#9e9e9e,#e3e3e3);
    background: -moz-linear-gradient(top,#9e9e9e,#e3e3e3);
    background: -o-linear-gradient(top,#9e9e9e,#e3e3e3);
    background: -ms-linear-gradient(top,#9e9e9e,#e3e3e3);
}
.headline-bg.bg-resize{
    /*height: 400px;*/
    height: 200px;
}
.section-headline {
    margin: 30px 0 0;
    font-size: 4em;
    color: #fff;
}

.section-lead {
    margin: 30px 0;
    line-height: 2;
    margin-bottom: 5px;
}

.section-lead a{
    padding: 0!important;
}
.section-lead a i{
    margin-right: 10px;
}

.section-paragraph {
    margin-bottom: 20px;
}
.section-explanation{
    margin-top: -20px;
    opacity: 0.5;
}
.section-info{
    overflow: hidden;
    min-height: 800px;
}

footer {
    /*margin: 50px 0 0;*/
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 0 10px;
}
.header-bg{
    background-color: rgba(0,0,0,0.75);
}
footer img{
    width: 20px;
    max-width: 100%;
    margin-bottom: 10px;
}
footer p{
    color: rgba(255, 255, 255, 0.6);
}
footer span{
    color: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
    vertical-align: text-bottom;
}
.footer-mail a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.copyright{
    margin-top: 40px;
    font-size: 12px;
    color: rgba(0,0,0,0.3);
}
@media(min-width: 768px){
    /*.header-bg{
        background-color: rgba(0,0,0,0.75);
    }*/
    .logo-img{
        margin-left: 8.3333333%;
    }
    .section.section-on-bg{
        /*padding-top: 80px;*/
        padding-top: 70px;
        overflow: hidden;
        position: relative;
        min-height: 500px;
    }
    .section.section-on-bg.bg-resize{
        min-height: 150px;
        padding-bottom: 0;
    }
    .authorInfo{
        padding-top: 0;
    }
    .container .navbar-header{
        margin-left: 8.33333%;
    }
    #bs-example-navbar-collapse-1{
        padding: 0 8.3333333%;
    }
    .navbar-nav{
        float: right;
    }
    .section-on-bg .indexcontent{
        padding-top: 50px;
    }
}
@media(min-width: 991px){
    .logo-img{
        margin-left: 8.33333333%;
    }
    .container .navbar-header{
        margin-left: 16.66667%;
    }
    // #bs-example-navbar-collapse-1{
    //     padding: 0 16.66666667%;
    // }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .section.section-on-bg .img{
        left: 50px;
    }
}
@media(max-width:767px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .logo-img{
        margin-left: 8.3333%;
    }
    .section-heading {
        font-size: 2em;
    }

    .section.section-on-bg {
        text-align: center;
    }
    .section.section-on-bg .img{
        position: relative;
        top: 0;
        left: 0;
        width:300px;
    }
    .section.section-on-bg.bg-resize{
        height: 250px;
    }
    .section.section-on-bg.bg-resize .section-headline{
        padding-top: 50px;
        font-size: 3em;
    }
    .headline-bg{
        height: 630px;
    }
    .headline-bg.bg-resize{
        height: 300px;
    }
    .navbar-toggle .icon-bar{
        background-color: rgba(255,255,255,0.6);
        height: 3px;
    }
    .xs-margin{
        margin-top: 20px;
    }
    .copyright{
        margin-top: 20px;
    }
    .section-on-bg .indexcontent{
        background: rgba(0, 0, 0, 0.4);
        height: 240px;
        padding-top: 25px;
        box-shadow: 0 -9px 22px 0px rgba(68, 68, 68, 0.19);
        color: #fff;
    }
    #bs-example-navbar-collapse-1 .navbar-nav li a{
        font-size: 18px;
        font-weight: bold;
        line-height: 2.5;
        color: #fff;
    }
    .navbar-nav{
        margin-top: 40px;
    }
    
}
iframe {
    visibility: hidden!important;
    display: none!important;
}
iframe.hidden {
    display: none!important;
}
