html,body{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #385FA4;
    background-color: white;
    overflow-x: hidden;
}
a, a:active, a:active, a:hover{
    text-decoration:none;
    color:white;
}

h1{
    font-size: 2.7em;
}
h2{
    font-size: 1.2em;
}
h1, h2{
    font-family: 'ForzaLight';
}

header{
    position: fixed;
    width: 100%;
    height: 77px;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #2B61A8;
}
header #logo{
    position: absolute;
    width: 120px;
    top: 15px;
    left: 20px;
}
header nav{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 95, 167, 1);
}
header nav ul{
    position: absolute;
    top: 70px;
}
header nav ul, header nav ul li, header nav ul li a{
    width: 100%;
}
header nav ul li, header nav ul li a{
    display: block;
}
header nav ul li{
    position: relative;
}
header nav ul li a{
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
}
header nav ul li a:hover{
    background-color: rgba(49, 95, 167, 1);
}

header ul.down{
    top: auto;
    bottom: 0px;
}
header ul.down li{
    width: 20%;
    float: left;
}
header ul.down li a{
    font-size: 0.8em;
}

header ul li ul{
    display: none;
    width: 100%;
    top: auto;
    bottom: 55px;
}
header ul li ul li{
    width: 100% !important;
}
header ul li ul li a{
    color: #385FA4;
    background-color: white;
}


header nav.phone .menu li{
    width: 50%;
    float: left;
}
header nav.phone .down li{
    width: 33%;
}


#lang{
    display: block;
    float: left;
    position: fixed;
    top: 15px;
    right: 100px;
    z-index: 999;
}
#lang li{
    display: block;
    float: left;
}
#lang li a{
    display: block;
    padding: 10px;
}
#lang li a.active{
    background-color: white;
    color: black;
}
#lang li a .large{
    display: none;
}


#resp-button{
    display: block;
    position: fixed;
    width: 50px;
    height: 30px;
    top: 25px;
    right: 20px;
    z-index: 999;
}
#resp-button span, #resp-button span:before, #resp-button span:after{
    display: block;
    position: absolute;
    width: 45px;
    height: 4px;
    background-color: white;
}
#resp-button span:before, #resp-button span:after{
    content: '';
}
#resp-button span:before{
    top: 10px;
}
#resp-button span:after{
    top: 20px;
}
#resp-button.active span{
    background-color: transparent !important;
}
#resp-button.active span:before{
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
    top: 10px;
}
#resp-button.active span:after{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    top: 10px;
}

#main, section{
    position: relative;
    float: left;
}
#main{
    width:200%;
    padding-top: 75px;
}
#main.centermain{
    width: 1800px;
    left: 50%;
    margin-left: -450px;
    float: none;
}
section{
    width:50%;
}

article{
    display: block;
    position: relative;
    padding: 20px 20px 10px 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #385FA4;
    background-color: #E1E7F4;
}
article#home{
    min-height: 1265px;
}
article:nth-child(2n){
    background-color: #315FA7;
    color: white;
}
article p{
    padding: 30px 0;
}

#floorplans{
    position: fixed;
    left: 100%;
    overflow: auto;
}


.show-photo{
    margin: 15px 0;
}

.bullets{
    margin-left: 10px;
}
.bullets li{
    list-style: circle;
}


button, input, textarea{
    margin: 10px 0;
    padding: 10px;
    border: 0;
    background: rgba(255,255,255,0.7);
    color: black;
}
input, textarea{
    width: 100%;
}
textarea{
    height: 100px;
}
button{
    color: white;
    background-color: #666;
    font-weight: bold;
}


hr{
    border-top: rgba(56, 95, 164, 0.1) solid 1px;
}

.spacing-10{
    margin: 10px 0;
}
.spacing-20{
    margin: 20px 0;
}
.spacing-30{
    margin: 30px 0;
}
.spacing-40{
    margin: 40px 0;
}
.spacing-50{
    margin: 50px 0;
}

.width100{
    width: 100% !important;
}


#floorplans .each{
    display: block;
    color: #385FA4;
    margin-top: 80px;
    margin-bottom: 80px;
}
#floorplans .title{
    border-bottom: #DADADA solid 1px;
    padding: 20px 0 10px 0;
}
#floorplans .each .icon{
    position: absolute;
    right: 0px;
    bottom: 97px;
}
.more-info{
    margin-top: 10px;
    color: #666;
}



#modal{
    background-color: black;
}
#modal .content {
    width: 95% !important;
    left: 5% !important;
}
#modal .content ul li{
    width: 50% !important;
}
#modal .content ul li a{
    width: 100%;
}
#modal .content ul li a img{
    width: 100%;
}
#modal .content #list {
    width: 100%;
}
#modal .content #list li {
    width: 100% !important;
}
#modal .content #list li .content {
    display: block;
    position: relative;
    color: white !important;
    opacity: 1;
    padding: 30px 0;
}
#modal .content #list li .content a {
    width: auto;
    padding: 0;
    display: inline;
    float: none;
    font-weight: bold !important;
}
#modal .close-g{
    top: 0px;
    right: -15px;
}

@media( max-width: 767px ){

    #modal .content{
        margin-left: -12px;
    }
    #lang{
        position: fixed;
        width: 100%;
        top: auto;
        left: 0;
        bottom: 0;
        margin: 0;
    }
    #lang li{
        display: block;
        float: left;
        width: 33.33%;
    }
    #lang li a{
        display: block;
        float: left;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        color: #325CA8;
        text-align: center;
        padding: 10px 0;
    }
    #lang li:nth-child(1) a{
        margin-left: -1px;
    }
    #lang li:nth-child(2) a{
        margin-right: 1px;
    }
    #lang li:nth-child(3) a{
        margin-left: 1px;
    }
    #lang li a.active{
        background-color: rgba(50, 92, 168, 0.9);
        color: white;
    }
    #lang li a .short{
        display: none;
    }
    #lang li a .large{
        display: block;
    }
}
@media( min-width: 767px ){
    #modal .content {
        width: 90% !important;
        left: 5% !important;
    }
    #modal .content #press #list .content ul li{
        display: block;
        width: 50% !important;
        float: left;
    }
}
@media( max-height: 520px ){
    header nav ul {
        position: absolute;
        top: 50%;
        margin-top: -200px;
    }
}




::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}




#contact-us a{
    color: #385FA4 !important;
}



#press{
    float: left;
}
#list{
    width: 20%;
}
#list li{
    width: 90%;
}
#list li .button{
    display: block;
    width: 100%;
    padding: 30px 10px;
    font-size: 18px;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    opacity: 0.7;
    color: white;
    cursor: pointer;
}
#list li .button span{
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}
#list li .button:hover, #list li .button.active{
    background-color: rgba(55, 96, 164, 0.5);
    opacity: 1;
}

