html{
    height: 100%;
    font-size: 62.5%; /* Equal to 10px */
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 148px 0 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;    
    font-size: 1.4rem;
    line-height: 1.5;
    color: #252525;
    background: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #3a4d60;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#000; 
}
*, *:after, *:before{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
table{
    width: 100%;
    border: 0;
}
h1, h2, h3, h4, h5{
    line-height: 1.2;
    margin: 0 0 12px;
}
h1{
    font-size: 2.6rem;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 2.2rem;
}
h4{
    font-size: 1.8rem;
}
h5{
    font-size: 1.6rem;
}
p{
    margin: 0 0 8px;
}       
hr {
    display: block;
    height: 1px;
    background: #333;
    border: 0;
    margin: 10px 0;
    padding: 0;
}
ul, ol{
    margin: 0 0 10px;
    padding: 0 0 0 16px;
}
li{
    margin: 0 0 2px;
    padding: 0;
}

.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
.clearBoth{
    clear: both;
    display: block;
}
.icon-qv{
    margin-right: 6px;
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?gwzarh');
    src:    url('../fonts/icomoon.eot?gwzarh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gwzarh') format('truetype'),
    url('../fonts/icomoon.woff?gwzarh') format('woff'),
    url('../fonts/icomoon.svg?gwzarh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-qv:before {
    content: "\e900";
}
/* */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #005696;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -24px 0 0 -24px;
    z-index: 999;
}

img{
    border: 0;
    vertical-align: middle;
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}
.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.photo img{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, a:hover .photo img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pace-done .photo{
    background: transparent;
}
.pace-done .photo img{
    opacity: 1;
}
.material-icons {
    font-size: 2.4rem; 
    cursor: default;
} 
a .material-icons{
    cursor: pointer;
}

body.pace-done{
    background: #91969e;
}

/* Alerts */              
.alert{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px; 
}
.alert.success{
    color: #117711;
}    
.alert.error{
    color: #e51400;
}
.alert.info{
    color: #2288cc;
}
.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}              
.notification .close-btn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #2288cc;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #117711;
    background-image: url(../images/icon-success.png);    
}
/* */


/* Listing */
.listing{
    position: relative;
}
.listing ul{
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.listing li{
    margin: 0;
    padding: 0; 
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;   
}
.listing .date{
    display: block;
}  
.listing .summary{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.listing .details{
    display: block;
}
.listing .photo{
    z-index: 0; 
}
.listing .photo img{
    width: 100%;
    height: 100%;
    display: block; 
    position: relative;
    left: 0;
    top: 0;
}
.listing .btn.all{
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    padding: 0;
    line-height: 54px;
}
.listing:after{
    content:"";
    display: block;
    clear: both;
}
/* */


/* Paging */
.page-numbering{
    margin: 60px 0 20px;
    width: auto;
    height: 30px;
    text-align: center;
    clear: both;
    position: relative;
}
.page-numbering ul{
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    width: auto;
    position: relative;
    z-index: 1;
    background: #ebebeb;
}
.page-numbering li{
    width: 40px!important;
    height: 30px;
    margin: 0 1px!important;
    padding: 0;
    display: inline;
    text-align: center;
    float: left; 
    opacity: 1;    
    -webkit-transform: scale(1);    
    -ms-transform: scale(1);    
    transform: scale(1); 
}
.page-numbering a{
    display: block;
    font-size: 1.4rem;
    line-height: 30px;
    color: #3a4d60;
    position: relative;
    height: 30px;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}
.page-numbering a:hover{
    color: #fff;      
}
.page-numbering a .material-icons{
    display: block;
    font-size: 2rem;
    line-height: 30px;    
}
.page-numbering a:before{
    content:'';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width:0;
    height: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
    background-color: #2e3b4e; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.page-numbering a:hover:before, .page-numbering a:hover:after{
    height:100%;
    width: 100%;
    left: 0;
    top: 0;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #2e3b4e; 
}
.page-numbering:after{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background: #a8a8a8; 
    z-index: 0; 
}


/* Forms */
input, select, textarea, button{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
input, textarea{
    text-indent:15px;
}
select{
    text-indent:10px;
}

.form .input{
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    height: 36px;
    border: 1px solid #ccc;    
}
.form .input input[type='text'],
.form .input input[type='password'],
.form .input input[type='email'],
.form .input input[type='tel'],
.form .input select{
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;    
    line-height: 36px;
    background: #fff;
    color: #a4a4a4;
    display: block;
}
.form .input select option{
    color: #333;
}
.form .input.full{
    width: 100%;
    clear: both;
}
.form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    clear: both;
    display: block;
}
.form .separator{
    float: left;
    margin-bottom: 10px;
    width: 2%;
    height: 36px;
}
.form.small .input{
    float: none;
    width: 100%;
    clear: both;
}
/* */


/* Contact info box */
.contact-info table{
    width: 100%;
    border: 0;
}
.contact-info td{
    padding-top: 6px ;
}
.contact-info td:first-child{
    padding-right: 10px ;
    text-align: center;
    width: 20px;
    text-align: center;
}
.contact-info tr:first-child td{
    padding-top: 0;    
}
.contact-info .fa{
    font-size: 1.8rem;
}
/* */


/* Google Map */
.map{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 400px;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
/* */


/* Btns */
.btn{
    display: block;
    position: relative;
    z-index: 0;
    float: left;
    padding: 0 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 38px;
    overflow: hidden;
    font-weight: 300;
    color: #fff;
    background: #2e3b4e;
    margin-bottom: 10px;
}
.btn:before,
.btn:after{
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #000; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;   
}
.btn:before{
    left: 0;
}
.btn:after{
    right: 0;
}
.btn:hover{
    color: #fff;   
}
.btn:hover:before,
.btn:hover:after{
    width: 100%;
}

.btn .left{
    margin-right:10px; 
}
.btn .right{
    margin-left: 10px; 
}
/* */


/* Holders */
header{
    background: #000;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
header .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0 44px;
}

header .main-logo{
    display: block;
    float: left;
    position: relative;
}
header .main-logo img{
    display: block;
    max-width: 100%;
}
header .main-logo span{
    font-size: 1.1rem;
    color: #fff;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 220px;
    margin-left: 10px;
    line-height: 1;
    font-weight: 300;
    opacity: 0.9;
    cursor: default;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.main-menu{
    float: right;    
}
/*
.main-menu .holder{
position: absolute;
right: 0;
text-align: right;
top: 90px;
padding: 0 15px;
z-index: 99;
max-height: 0;
overflow: hidden;   
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.main-menu ul{
margin: 0;
padding: 0 0 10px;
list-style: none;
}
.main-menu li{
margin: 0 0 8px;
padding: 0;
}
.main-menu li a{
display: inline-block;
color: #fff;
font-size: 1.5rem;
text-transform: uppercase;
margin-top: 10px;
padding-bottom: 12px;
text-align: right;
white-space: nowrap;
background: url(../images/menu-waves.png) right bottom repeat-x;
}
.main-menu li a:hover{
background: url(../images/menu-waves.gif) right bottom repeat-x;
}
.main-menu.selected .holder{
max-height: 220px;
background: #000;
} 
*/ 

.main-menu .holder{
    position: fixed;
    background: url(../images/bg-black90.png);
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    z-index: 999;
    left: 0;
    top: 148px;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity:0; 
    visibility: hidden;    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-menu .table{
    display: table;
    width: 100%;
    height: 100%;
}
.main-menu .cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.main-menu ul{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.main-menu li{
    margin: 0;
    padding: 0;
    display: block;
}
.main-menu li a{
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 28px;
    white-space: nowrap;
    position: relative;
    padding-bottom: 4px;
}
.main-menu li a:after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    background: url(../images/footer-menu-wave.png) right top repeat-x;      
    display: block;
    height: 16px;
    width: 100%;
    max-height: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-menu li a:hover:after{
    max-height: 16px;
}
/*.main-menu li a:before,
.main-menu li a:after {
display: inline-block;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-moz-transition: -moz-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
}
.main-menu li a:before {
margin-right: 20px;
content: '[';
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.main-menu li a:after {
margin-left: 20px;
content: ']';
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
transform: translateX(-20px);
}
.main-menu li a:hover:before, 
.main-menu li a:hover:after{
opacity: 1;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
*/
.main-menu li a:hover,
.main-menu li a.selected{
    color: #2e3b4e;
}
/*.main-menu li a:after{
content: "";
background: url(../images/menu-waves.gif) center bottom repeat-x;
opacity:0; 
position: absolute;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 11px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.main-menu li a:hover:after{
opacity:1; 
} */
.main-menu.selected .holder{
    opacity:1; 
    visibility: visible;
}

.menu-btn{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 40px;
    background: #252525;
    z-index: 9;
    color: #fff;
    text-align: center;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.menu-btn .material-icons{
    display: block;
    line-height: 50px;
    font-size: 2.4rem;
}
.menu-btn span{
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    padding-bottom: 12px;
    background: url(../images/menu-waves.gif) right bottom repeat-x;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: right;
    white-space: nowrap;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.menu-btn:hover{
    background: #fff;
    color: #252525;
}

.main-menu .close{
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.main-menu.selected .close{
    opacity:1;
}
.main-menu.selected .open{
    opacity:0;
}

.panel-on{
    overflow: hidden;
}

footer{
    padding: 0 40px;
    position: relative;
    z-index: 2;
    background: url(../images/bg-blue40.png);
    background: rgba(46, 59, 78, 0.4);
    min-height: 100px;
}
footer .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 0;
}
footer .copyrights{
    font-size: 1.1rem;
    line-height: 1.7;
    color: #fff;
    float: left;
}
footer .copyrights span{
    color: #eee;
}
footer .copyrights a{
    color: #fff;
}
footer .copyrights a:hover{
    color: #2e3b4e;
}
footer .social{
    position: absolute;
    right: 0;
    top: 30px;
    right: 0;
}
footer .social ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; 
}
footer .social li{
    display: block;
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}
footer .social li a{
    display: block;
    color: #fff;
    font-size: 3rem;
}
footer .social li a:hover{
    color: #2e3b4e;
}

.footer-contact{
    background: url(../images/bg-footer.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    min-height: 300px;
    margin-bottom: -100px;    
}
.footer-contact .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0 100px;        
}
.footer-menu{
    text-align: center;
    margin-bottom: 90px;
}
.footer-menu ul{
    display: inline-block;
    *display: inline;
    zoom:1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu li{
    padding: 0 15px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.footer-menu li:before{
    content: "";
    position: absolute;
    left: -5px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #3a4d60;
    display: block;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.footer-menu li:first-child:before{
    display: none;
}
.footer-menu a{    
    color: #3a4d60;
    text-transform: uppercase;
    font-size: 1.6rem;
    position: relative;
    background: transparent right bottom repeat-x;
}
.footer-menu a:after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    background: url(../images/footer-menu-wave.png) right top repeat-x;      
    display: block;
    height: 16px;
    width: 100%;
    max-height: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.footer-menu a:hover:after{
    max-height: 16px;
}
.footer-menu a.selected{
    background: url(../images/footer-menu-wave.png) right bottom repeat-x;
    padding-bottom: 16px;
}
.footer-menu a.selected:after{
    display: none;
}

.contact-menu{
    text-align: center;
    margin-bottom: 70px;
}
.contact-menu ul{
    display: inline-block;
    *display: inline;
    zoom:1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-menu li{
    padding: 0 35px;
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.contact-menu li:first-child{
    text-align: left;
}
.contact-menu li .material-icons{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #2e3b4e;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.contact-menu li h2{
    color: #2e3b4e;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
    max-width: 100px;
}


.main-content{
    padding: 40px;
    position: relative; 
    background: #fff;
}
.main-content.grey{
    background-color: #ebebeb;
}
.main-content .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto; 
}
.main-content .center:after{
    content: "";
    display: block;
    clear: both;
}

h2.sub-title{
    text-transform: uppercase;
    font-size: 3.8rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: #2e3b4e;
}
h2.sub-title span{
    font-weight: 300;
}
h3.sub-title{
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2e3b4e;
}


/* Home */
body.home{
    margin-top: 0;
}
body.home header{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
body.home header.solid{
    background: #000;
}
.main-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0; 
}
/*
.main-banner .flexslider{    
background: #fff url(../images/loader.gif) center no-repeat;
}
.main-banner .flexslider.loaded{    
background: #fff ;
}
.main-banner ul{
height: 100%!important;
width: auto!important;
}
.main-banner li{
height: 100%!important;
}
.main-banner img{
position: relative;
z-index: 0;
display: block;
margin: 0 auto;
height: 100%!important;
width: auto!important;
-webkit-transition: -webkit-transform 7s ease-in-out, opacity 0.5s ease-in-out;
-moz-transition: -moz-transform 7s ease-in-out, opacity 0.5s ease-in-out;
-ms-transition: -ms-transform 7s ease-in-out, opacity 0.5s ease-in-out;
-o-transition: -o-transform 7s ease-in-out, opacity 0.5s ease-in-out;
transition: transform 7s ease-in-out, opacity 0.5s ease-in-out;
opacity:0;  
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.main-banner img.landscape{
height: auto!important;
width: 100%!important;
}
.main-banner .flex-active-slide img{
-webkit-transform: scale(1.06);
-moz-transform: scale(1.06);
-o-transform: scale(1.06);
-ms-transform: scale(1.06);
transform: scale(1.06);
}
*/
.main-banner .holder{
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 150px;
    bottom: 0;
    right: 40px;
    z-index: 3;
}
.main-banner .center{
    margin: 0 auto;
    height: 100%;
    max-width: 1280px;
    position: relative;
}
.main-banner .cell{
    width: 100%;
    display: table;
    height: 100%;
}
.main-banner .details{    
    color: #fff;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    cursor: default;
}
.main-banner .details h1{
    font-weight: 700;
    font-size: 9.6rem;
    line-height: 1;
}
.main-banner .details h2{
    font-weight: 700;
    font-size: 6.4rem;
    margin-bottom: 6px;
}
.main-banner .details h3{
    font-weight: 300;
    font-size: 4.2rem;
    margin-bottom: 4px;
    line-height: 1.1;
}
.main-banner .details h4{
    font-weight: 400;
    font-size: 3.2rem;
    margin-bottom: 0;
    line-height: 1;
} 
/*
.main-banner .flex-control-nav{
right: 40px;
left: auto;
top: 50%;
margin-top: -30px;
width: 12px;
}
.main-banner .flex-control-nav li {
margin: 0 0 8px;
text-align: left;
display: inline-block;
float: none;
height: 12px!important;
width: auto;
}
.main-banner .flex-control-paging li a{
background: transparent;
border: 1px solid #b12e15;
}
.main-banner .flex-control-paging li a:hover, 
.main-banner .flex-control-paging li a.flex-active {
background: #b12e15;
border: 1px solid #b12e15;
}
*/
.main-banner .scroll-down{
    position: absolute;
    right: 0;
    bottom: 40px; 
    display: block;
    width: 50px;
    height: 50px;
    background: #181e28;
    background: rgba(46, 59, 78, 0.5);
    z-index: 9;
    color: #fff;  
    text-align: center;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.main-banner .scroll-down .material-icons{
    display: block;
    line-height: 50px;
    font-size: 3rem;    
}
.main-banner .scroll-down:hover{
    background: #252525;
}
.main-banner .overlay{
    background: url(../images/overlay-video.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-banner .video{    
    z-index: 0;
    position: relative;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-banner video{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 2;
}
.pace-done .main-banner{
    background: #222;
}
.pace-done .main-banner .video{
    opacity:1;
}
.main-banner img{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 0;    
}
.main-banner object{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.featured-work{

}
.listing.work{}
.listing.work li{
    float: left;
    width: 25%;
    margin-bottom: 1px;
}
.listing.work .photo{
    padding-bottom: 75%;
}
.listing.work .photo img{
    position: absolute;
}
.listing.work .details{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: url(../images/bg-black80.png);
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.work .holder{
    border-left:1px solid #fff;
}
.listing.work .holder:hover .details{
    opacity:1;
}
.listing.work .title{
    position: absolute;
    display: block;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);

}
.listing.work .holder:hover .title{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home .listing.work li{
    width: 33.3%;
}

.flipIn {
    -webkit-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;

    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;

    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;
}
.lt-ie10 .listing li.flipIn {
    opacity:1;
}


.main-content.about .center{
    height: 500px;
}
.featured-about{
    font-size: 1.8rem;
    max-width: 54%;
    height: 100%;
    display: table;
    width: 100%;
    float: right;
}
.featured-about .cell{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.bg-bio{
    background: url(../images/bio.jpg) left top no-repeat;    
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;  
    opacity:0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; 
    -webkit-transition-delay: 0.5s; 
    transition-delay: 0.5s;
}
.bg-bio.animate{
    opacity:1;
}
.main-content.about .bg-bio{
    background-size: auto 100%;  
}

.quotes-holder{
    width: 100%;
    position: relative;
    background: #fff url(../images/loader.gif) center no-repeat; 
    overflow: hidden;
    min-height: 360px;
}
.quotes-holder .holder{
    padding: 0 40px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.quotes-holder .center{
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
}
.quotes-holder .cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.quotes-holder .details{
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 2.4rem;
    max-width: 60%;
    text-shadow: 0 0 3px #333;
    margin: 0 auto;
    color: #fff;
}
.quotes-holder .details:before{
    content: "";
    background: url(../images/quote-before.png) no-repeat;
    position: absolute;
    left: -10px;
    top: -28px;
    width: 36px;
    height: 26px;
}
.quotes-holder .details:after{
    content: "";
    background: url(../images/quote-after.png) no-repeat;
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 224px;
    height: 162px;
}
.quotes-holder .back{        
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    background-size: cover;
    height: 100%;
    width: 100%;    
    position: absolute;
    opacity:0;
}
.pace-done .quotes-holder .back{
    opacity:1;
}


/* Biography */
.main-about{
    font-size: 1.8rem;
    max-width: 54%;
    margin: 100px 0 ;
    float: right;
    min-height: 700px;
}
.main-about p{
    margin-bottom: 20px;
}
.left-quote{
    max-width: 30%;
    position: absolute;
    left: 0;
    bottom: 240px;
}
.left-quote .details{
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #2e3b4e;
}
.left-quote .details:before{
    content: "";
    background: url(../images/quote-before2.png) no-repeat;
    position: absolute;
    left: -10px;
    top: -28px;
    width: 36px;
    height: 26px;
}
.left-quote .details:after{
    content: "";
    background: url(../images/quote-after2.png) no-repeat;
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 224px;
    height: 162px;
}

/* Work */
.filter-cat{
    padding: 0 40px;
    background: #1a2330;
    position: relative;
    z-index: 3;
}
.filter-cat .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.filter-cat ul{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;   
    display: inline-block ;
    *display: inline ;
    zoom:1;
}
.filter-cat li{
    margin: 0 35px;
    padding: 0;
    display: inline-block ;
    *display: inline ;
}
.filter-cat li a{
    display: block;
    color: #6f7378;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 75px;
    position: relative;  
    margin-bottom: -15px;
    padding-bottom: 15px;
}
.filter-cat li a:hover,
.filter-cat li a.selected{
    color: #fff;
}
.filter-cat li a.selected{
    background: url(../images/arrow-selected.png) center bottom no-repeat;
}

/* contact */
.sub-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    overflow: hidden;
    height: 400px;
    z-index: 0;
}
.map{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 100%;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.contact-info{
    float: left;
    width: 30%;
    position: relative;
    z-index: 1;
}
.contact-info h3{
    margin-bottom: 24px; 
}
.contact-info .holder{
    background: #f0f0f0;
    padding: 14px 20px;
}
.contact-info table{
    width: 100%;
    border: 0;
}
.contact-info td{
    padding-top: 6px ;
}
.contact-info td:first-child{
    padding-right: 10px ;
    text-align: center;
    width: 20px;
    vertical-align: top;
}
.contact-info tr:first-child td{
    padding-top: 0;    
}
.contact-info a{
    color: #252525;
}
.contact-info a:hover{
    color: #2e3b4e;
}

.contact-form{
    float: right;
    width: 66%;
    position: relative;
    z-index: 1;
}
.contact-form .form{

}
.contact-form textarea{
    min-height: 108px;
}