
@font-face {
    font-family: 'adobe_garamond_proitalic';
    src: url('../fonts/adobe_garamond_pro_italic-webfont.eot');
    src: url('../fonts/adobe_garamond_pro_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adobe_garamond_pro_italic-webfont.woff') format('woff'),
         url('../fonts/adobe_garamond_pro_italic-webfont.ttf') format('truetype'),
         url('../fonts/adobe_garamond_pro_italic-webfont.svg#adobe_garamond_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dinbekregular';
    src: url('../fonts/dinbek-light-webfont.eot');
    src: url('../fonts/dinbek-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinbek-light-webfont.woff') format('woff'),
         url('../fonts/dinbek-light-webfont.ttf') format('truetype'),
         url('../fonts/dinbek-light-webfont.svg#dinbekregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'dinbekregular';
    padding-bottom: 20px;
    color: #315c92;
    position: relative;
    padding-top: 90px;
    letter-spacing: 1px;

} 

img{
max-width: 100%;
}

section{
    float: left;
    width: 100%;
}

section .container{
    position: relative;
    z-index: 999;
}

.menutoggle{
    background-color: #fff;
    border:1px solid #fff;
    color: #2c5a8f !important;
    padding: 5px 25px !important;
    margin:10px 0;
}

.menutoggle:hover{
    border:1px solid #fff !important;
    color:#fff !important;

}


.menubackdrop{
background: rgba(49, 92, 146, 0.95);
position: fixed;
top: 0;
height: 100%;
width: 100%;
left: 0;
z-index: 99999;
}

.closemenu{
    float: right;
padding: 0 20px;
}

.fullmenu{
  
color: #fff;
padding: 20px 0;
position: absolute;
top: 0;
z-index: 999999;
width: 100%;
}
.fullmenu ul{
    padding:0;
    margin:0;
    list-style: none;
    font-family: 'adobe_garamond_proitalic';
    font-size: 16px;
    min-height: 270px;
}

.fullmenu a{
    color:#fff;
}


.fullmenu h1{
    text-align: center;
}

.fullmenu h3{
font-family: 'adobe_garamond_proitalic';
    font-size: 18px;
    font-size: 100;
    margin: 40px 0 20px 0;
    text-transform: uppercase;

}


.navbar-default{
    background: rgba(49, 92, 146, 0.95);
    border:0;
    min-height: 90px;
    margin:0;

}

.navbar-brand{
    padding:10px 15px;
    height: auto;
}

.navbar-default .navbar-nav > li > a{
    color:rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;

}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color:#fff;
    background-color: transparent;

font-weight: bold;
}

.header{
    position: relative;
    padding: 180px 0;
    background:url('../img/bg-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}




.header:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(49, 92, 146, 0.55);
    width: 100%;
    height: 100%;
}

.header .btn{
    opacity: 0.8;
    margin:5px;
}



.testimonials{
    padding:80px 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
}

.testimonials p{
    padding: 10px;
    position: relative;
}

.testimonials .mark-left{
display: inline;
position: absolute;
font-family: 'adobe_garamond_proitalic';
left:-25px;
top: 0px;
color: #315c92;
z-index: 9999;
font-weight: 900;
font-size: 38px;

}


.testimonials .mark-right{
display: inline;
position: absolute;
font-family: 'adobe_garamond_proitalic';
bottom: 0px;
right:0;
color: #315c92;
z-index: 9999;
font-weight: 900;
font-size: 38px;
}

.testimonials .carousel{
padding:40px;
}

.carousel-control img{
    top:20%;
    position: absolute;
}


.est{
background: url('../img/bg-est.png');
background-size: cover;
background-position: center center;
padding: 290px 0;
text-align: center;
font-family: 'adobe_garamond_proitalic';
color: #fff;
position: relative;
min-height: 720px;
}


.est h1{
    font-size: 100px;
    position: relative;
    z-index: 9999999;


}


.est:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(49, 92, 146, 0.8);
    width: 100%;
    height: 100%;
}

.brief{
    padding:80px 0;
    font-family: 'adobe_garamond_proitalic';
    font-size: 16px;
    line-height: 2;
}

.brief h4{
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 2px;
}

.brief h1{
    font-size:75px;
    padding:15px 0 25px 0;
}

.brief input[type="text"],
.brief input[type="email"]{
    background: #e8edf3;
    padding:2px 10px;
    font-family: 'adobe_garamond_proitalic';
    border:0;
    width: 100%;
    margin:4px 0;
}


.brief form span{
    font-size: 12px;
}

.brief form .btn{
    border:1px solid #e8edf3;
    background:transparent;
    font-size: 12px;
}

.brief form .btn:hover{
    background:#e8edf3;
}


.social{
background: url('../img/bg-socialclub.png');
background-size: cover;
background-position: center center;
padding: 255px 0;
text-align: center;
color: #fff;
position: relative;
min-height: 720px;
}

.social:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(49, 92, 146, 0.8);
    width: 100%;
    height: 100%;
}


.social h1{
    font-size:40px;
    text-transform: uppercase;
}


.brief2{
    padding:80px 0;
    font-family: 'adobe_garamond_proitalic';
    font-size: 16px;
    line-height: 1.8;
}

.brief2 h4{
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 2px;
}

.brief2 img{
    padding: 40px;

}


.map{
background: url('../img/bg-map.png');
background-size: cover;
background-position: center center;
padding: 50px 0;
text-align: left;
color: #fff;
position: relative;
min-height: 720px;
}

.map:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(49, 92, 146, 0.8);
    width: 100%;
    height: 100%;
}

.map h2{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 27px;
}


.map p{
    font-family: 'adobe_garamond_proitalic';
    font-size: 16px;
}

.map h4{
    font-family: 'adobe_garamond_proitalic';
    text-transform: uppercase;
    font-size: 24px;
    
}

.map div{
    margin-top:40px;
    margin-bottom: 40px;
}



#map_container{
  position: relative;
}


#map{
    height: 720px;
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
}


footer{
    text-align: center;
    padding: 80px 0;
    float: left;
    width: 100%;
    background-color: #315c92;
background-image: url('../img/footer-logo.png');
background-repeat: no-repeat;
background-position: 40px center;
}



@media (min-width: 992px) {

.map{ 
padding: 175px 0;

}


.brief2 img{
    padding: 0px;

}


.social h1{
    font-size:80px; 
}



}



