html{
    height: 100%;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 80px 0 0;
    padding: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #656565;
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}
body.pace-done{
    background: #000;
}
button, a{
    text-decoration: none;
    color: #656565;
    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:#b19e66; 
}
*, *: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;   
}
img{
    border: 0;
    vertical-align: middle;
}
table{
    border: 0;
}
input, select, textarea, button{
    color: #000;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
input:required:invalid, input:focus:invalid {
    background-image: url(../images/input-invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}
input:required:valid {
    background-image: url(../images/input-valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
input, textarea{
    text-indent:5px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0;
    padding: 0;
}
.clearBoth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 64px;
    height:64px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -32px 0 0 -32px;
    z-index: 999;
}
#mobileNavBtn {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 30px;
    line-height: 40px;
    background: transparent ;
    z-index: 9;
    color: #fff;
    text-align: center;
}
p{
    margin: 0 0 8px;
}

.alert{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 12px; 
}
.alert.success{
    color: #b19e66;
}    
.alert.error{
    color: #e51400;
}
.alert.info{
    color: #656565;
}

.notification{
    color: #fff;
    font-size:14px ;
    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 .closeBtn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #007fff;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #229900;
    background-image: url(../images/icon-success.png);    
}

h1{
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 12px;
}
h2{
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 12px;
}
h3{
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px;
}
h4{
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 12px;
}
h5{
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 12px;
}

.qv-icon{
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.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: #b19e66;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.page-numbering{
    border-top:1px solid #ededed; 
    margin: 20px 0;
    width: auto;
    height: 40px;    
    clear: both;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom:1;
    height: 40px;
    text-align: center;
    width: 100%;
}
.page-numbering li{
    min-width: 36px;
    height: 40px;
    margin: -3px 0 0 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}
.page-numbering a{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    border-top:4px solid transparent;
    color: #555;
    min-width: 24px;
    padding: 0 6px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.page-numbering a:hover{
    color: #b19e66;      
}
.page-numbering a .fa{
    font-size: 18px;
    line-height: 40px;
}
.page-numbering a.selected{    
    color: #b19e66;
    font-size: 17px;
    font-weight: 700;
    border-top:4px solid #b19e66;
}
.page-numbering .fa-angle-left{
    margin-right: 9px;
}
.page-numbering .fa-angle-right{
    margin-left: 9px;
}

.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
}
.photo img{
    width: 100%;
    opacity: 0;
    filter: alpha(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;
    filter: alpha(opacity=100);
}      

header{
    background: #000;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 80px;
    border-bottom: 1px solid #fff;
}
header .center{
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 20px 0;
}

body.panel-on{
    overflow: hidden;   
}
header .overlay{
    content:"";
    background: transparent;
    z-index: -1;         
    top: 0;
    left: 0;
    bottom: 0;
    right: 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;
}
body.panel-on header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 998; 
    position: fixed;
}

.main-logo{
    float: left;
    display: block;
    max-width: 203px;
}
.main-logo img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

header nav{
    float: right;
}
header nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
header nav li{
    float: left;
    margin: 0 0 0 34px;
    padding: 0;
}
header nav li a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
}
header nav li a:hover, 
header nav li a.selected{
    color:#b19e66;
}
header nav li:first-child{
    display: none;
}

.lang-menu{
   margin: 2px 0 0 10px; 
   float: right;
   position: relative;
   display: none;
}
.lang-menu .click{
    position: absolute;
    height: 34px;
    width: 100%;
    z-index: 1;
    display: block;
}
.lang-menu ul{
    background: url(../images/arrw-lang.png) right 12px no-repeat;    
    margin: 0;
    padding: 34px 0 0;
    position: relative;
    z-index: 0;
    list-style: none;
    max-height: 33px;
    overflow: 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;
}
.lang-menu li{
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #dad1b7;
    height: 34px;
    margin: 0;
}
.lang-menu li a{
    background: #b19e66;
    background: rgba(177, 158, 102, 0.9);
    display: block;
    color: #fff;
    line-height: 15px;
    padding: 8px 20px;
    min-width: 60px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.lang-menu li a:hover{
   background: #b19e66; 
}
.lang-menu li span{
    display: inline-block;
    position: relative;
    top: 1px;
    height: 15px;
}
.lang-menu li.selected{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-color: #000;
}
.lang-menu li.selected a{
    background: transparent;    
}
.lang-menu li img{
    margin-right: 14px;
}
.lang-menu:hover ul{
    max-height: 140px;
}


footer{
    background: #000;
    padding: 0 40px;
    color: #fff;
}
footer .center{
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 30px 0;
    border-top:1px solid #fff;
}
footer a {
    color: #fff;
}

.social-links{
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links li{
    float: left;
    color: #fff;
    margin: 0 0 0 20px;
    padding: 0;
}
.social-links li:first-child{
    margin: 0;
    text-transform: uppercase;
}
.social-links li a{
    display: block;
    color: #fff;
    font-size: 22px;
}

footer a:hover{
    color:#b19e66;
}

.links-holder{
    background: #000;
    padding: 0 40px;
    color: #fff;
}
.links-holder .center{
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 30px 0;
}
.links-holder .bloc{
    float: left;
}
.links-holder .bloc.menu{
    width: 20%;
    margin-right: 2%;
}
.links-holder .bloc.links{
    width: 54%;
}
.links-holder .bloc.contact{
    width: 24%;
}
.links-holder .bloc ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.links-holder .bloc li{
    background: url(../images/dot.png) left 7px no-repeat;
    margin: 0 0 2px ; 
    padding: 0 0 0 12px;
}
.links-holder .bloc a{
    color: #fff; 
}
.links-holder .bloc li:first-child{
    background: transparent;
    padding: 0; 
}
.links-holder .bloc h5{
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 14px;
    color:#b19e66;
}
.links-holder .bloc.links li:first-child{
    float: none;
    width: 100%;
    clear: both;
}
.links-holder .bloc.links li{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.links-holder .bloc a:hover{
    color: #b19e66
}     
.links-holder .bloc .fa{
    margin-right: 15px;
    font-size: 18px;
}
.links-holder .bloc p{
    margin-bottom: 8px;
}

.main-content{
    background: #fff;
    padding: 0 40px;
}
.main-content .center{
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 20px 0; 
}
.main-content .left-area{
    float: left;
    width: 30%;
    margin-bottom: 50px;    
}
.main-content .left-area p{
    font-size: 15px;
    margin-bottom: 14px;
}
.main-content .right-area{
    float: right;
    width: 66%;
}
.main-content.grey{
    background: #f5f5f5;
}
.main-content.grey .center{
    padding: 40px 0; 
}

h2.sub-title{
    font-family: 'Montserrat', sans-serif;
    color: #b19e66;
    font-size: 29px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h3.sub-title{
    font-family: 'Montserrat', sans-serif;
    color: #b19e66;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.flexslider{
    background: #fff url(../images/loader.gif) center no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexslider img{
    opacity: 0;
    filter: alpha(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;
}
.flexslider.loaded{
    background: transparent;
}
.flexslider.loaded img{
    opacity: 1;
    filter: alpha(opacity=100);
}

.custom-btn{
    background: #b19e66;
    color: #fff;
    line-height: 34px;
    padding: 0 30px;
    display: block;
    float: left;
    font-size: 14px;
    position: relative;
    z-index: 1;
    border: 1px solid #b19e66;
}
.custom-btn.small{
    padding:0;
    width:36px;
    text-align:center;
    height:36px;
    overflow:hidden;
}
.custom-btn .fa{
    margin-left: 10px;
}
.custom-btn.small .fa{
    margin-left: 0;
}
.custom-btn:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    display: block;
    z-index: -1; 
    background: #fff;
    -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;
}
.custom-btn:hover:before{
    width: 100%;
}
.custom-btn:hover{
    color: #b19e66; 
}

.custom-btn.clicked{
    display: none;
    background: #fff;
}
.custom-btn.clicked:hover{
    color: #fff; 
}
.custom-btn.clicked:before{
    width: 0%;
    background: #b19e66;
}
.custom-btn.clicked.loading:before{
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;

    width: 100%;
}

.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing li{
    margin: 0;
    padding: 0;
}

.main-slider{
    width: 49%;
    float: left;  
    overflow: hidden;  
}
.main-slider .holder{
    position: relative;
    display: block;
}
.main-slider .photo{
    display: block;
    position: relative;
    z-index: 0;
}
.main-slider .photo img{
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
}
.main-slider .photo .overlay{
    background: url(../images/overlay-black.png) center bottom repeat-x;    
    display: block;
    position: absolute ;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.main-slider .details{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 40px 66px;
    z-index: 2;  
}
.main-slider .title{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    color:#fff;
    text-transform: uppercase;
}
.main-slider .summary{
    color: #fff;
    max-height: 120px;
    position: relative;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; 
}

.listing.articles{
    margin-bottom: 20px;
}
.listing.articles .holder{
    position: relative;
    display: block;
}
.listing.articles .photo{
    display: block;
    position: relative;
    z-index: 0;
    padding-bottom: 56.25%;
}
.listing.articles .photo img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.listing.articles .photo .overlay{
    background: url(../images/overlay-black.png) center bottom repeat-x;
    background-size: auto 100%;
    display: block;
    position: absolute ;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.listing.articles .details{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 40px;
    z-index: 2;  
    background: url(../images/bg-black60.png);
    background: rgba(0, 0, 0, 0.6);
}
.listing.articles .title{
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color:#fff;
    margin-top: 4px;
    max-height: 88px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
}
.listing.articles .date, 
.listing.articles .category{
    font-size: 15px;
    color: #b19e66;
    line-height: 18px;
    display: inline-block;
}
.listing.articles .category{
    text-transform: uppercase;
    padding-left: 10px;
    margin-left: 10px;
    border-left:1px solid #b19e66;
}

.featured-holder{
    position: relative; 
    margin-bottom: 40px;
    min-height: 300px;
}
.featured-holder .listing.articles{
    width: 49%;
    float: right;    
    z-index: 1; 
    position: relative;
    overflow: hidden;
}
.featured-holder .listing.articles .slides li{
    float: left!important;
    clear: none!important;
    width: 100%;
    margin: 0;
}
.featured-holder .listing.articles .details{
    padding-bottom: 66px;
}

.featured-holder .welcome-text{
    width: 49%;
    float: right;    
    z-index: 1; 
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}
.featured-holder .welcome-text .blank{
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
}
.featured-holder .welcome-text .details{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px;
    font-size: 15px;
}
.featured-holder .welcome-text h3.sub-title{
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}
.featured-holder .welcome-text .details .custom-btn{
    margin-top: 8px;
}

.flex-control-nav{
    bottom: 32px;
    text-align: right;
    z-index: 4;
    left: 40px;
    width: auto;
}
.flex-control-nav li{
    margin: 0 6px 0 0!important;
    text-align: left!important;
    display: inline-block!important;
    float: none!important;
    width: auto!important;
}
.flex-control-paging li a{
    background: #fff;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-paging li a:hover, 
.flex-control-paging li a.flex-active{
    background: #b19e65;
}

.request-consultation{
    background: #000;
    width: 49%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.request-consultation .holder{
    padding:40px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
.request-consultation h2{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 20px;
    color:#fff;
    text-transform: uppercase;
}
.request-consultation .custom-btn{
    line-height: 40px;
    border: 0;
}
.request-consultation .custom-btn .fa{

}
.request-consultation .filler{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.practice-areas{
    background: #fff url(../images/img-justice.png) -200px bottom no-repeat;
    padding: 0 40px;
}
.practice-areas.fixed{
    background-attachment: fixed; 
}

.listing.areas li{
    float: left;
    margin: 0 4% 50px 0;
    width: 48%;
}
.listing.areas li:nth-child(2n){
    margin-right: 0;
}
.listing.areas .title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    min-height: 26px;
    padding-left: 40px;
    padding-top: 2px;
    position: relative;
}
.listing.areas .title .icon{
    display: block;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.listing.areas .summary{
    color: #656565;
    text-align: justify;
    margin-bottom: 10px;
}
.listing.areas .summary *{
    margin: 0!important;
}
.listing.areas .summary ul {
    list-style-type: circle;
    list-style-position: inside;
    margin: 4px 0!important;
}
.listing.areas .summary li {
    list-style-type: disc!important;
    width: auto;
    float: none;
    list-style-position: outside;
    padding: 0;
    margin: 0 0 4px 16px!important;
    line-height: 1.2;
}

.parallax{
    width: 100%;
    position: relative;
    background: #fff url(../images/loader.gif) center no-repeat; 
    overflow: hidden;
}
.parallax .holder{
    padding: 0 40px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.parallax .center{
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
}
.parallax .back{        
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    background-size: cover ;
    height: 100%;
    width: 100%;    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    z-index: 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;
    opacity:0;
    filter: alpha(opacity=0);
}
.parallax .front{        
    position: absolute;
    right: 0;
    bottom: 0; 
    z-index: 1;
    height: 100%; 
    -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;
    opacity:0;
    filter: alpha(opacity=0)
}
.parallax .overlay{
    background: url(../images/bg-black40.png);
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;  
    height: 100%;
    width: 100%;    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
}
.parallax .blank{
    width: 100%;
    position: relative;
    z-index: -1;
    display: block;
}
.parallax .title{
    color:#fff; 
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    display: table-cell;
    vertical-align: middle;
}
.parallax .title strong{
    font-family: 'Montserrat', sans-serif;    
    font-weight: 700;
    margin: 0 0 2px; 
    display: block;       
}
.parallax .title span{
    font-weight: 300;
    display: block;
}
.pace-done .parallax{
    background: #fff;
}
.pace-done .parallax .back,
.pace-done .parallax .front{
    opacity: 1;
    filter: alpha(opacity=100);
}

.listing.team h2{
    font-family: 'Montserrat', sans-serif;
    color: #b19e66;
    font-size: 29px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    /*position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
}
.listing.team li .filler{
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    display: none;
}
.listing.team li .custom-btn{
    /*position: absolute;
    left: 0;
    bottom: 0;*/
}
.listing.team li{
    width: 32%;
    float: left;
    margin: 0 2% 20px 0; 
    position: relative;
}
.listing.team li:nth-child(3n){
    margin-right: 0;
}
.listing.team li .holder{
    display: block;
    overflow: hidden;
    position: relative;
}
.listing.team li .photo{
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 0; 
}
.listing.team li .photo img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.listing.team li .overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    z-index: 4;
    display: block;
    overflow: hidden;
    background: url(../images/bg-black80.png);
    background: rgba(0, 0, 0, 0.8);
    -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.team li .overlay:before{
    content: "";
    background: url(../images/team-plus.png) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    -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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

}
.listing.team li .details{
    background: url(../images/bg-black80.png);
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 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.team li .title{
    display: block;
    color: #b19e66;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    position: relative;    
    padding: 14px 0;
}
.listing.team li .holder:hover .details,
.listing.team li .holder.selected .details{
    margin-bottom: -100%;
}
.listing.team li .holder:hover .overlay,
.listing.team li .holder.selected .overlay{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.listing.team li .holder:hover .overlay:before,
.listing.team li .holder.selected .overlay:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.listing.team li .holder:hover .photo img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.consultation-form{
    position: fixed;
    right:0;
    top: 80px;
    bottom: 0;
    width: 380px;
    margin-right: -380px;
    z-index: 98;   
    background: #161616; 
    max-width: 100%;
    -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;
}
.consultation-form .center{
    padding: 40px 50px;
    color: #656565;
}
.consultation-form .form{
    margin-top: 30px;
}
.consultation-form input,
.consultation-form select{
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    background: #fff;
    border: 0;    
    color:#222;   
    line-height: 44px;
    height: 44px;
    text-indent: 20px;
    font-weight: normal;
}
.consultation-form select{
    color: #a2a2a2;
}
.consultation-form select option:checked{ 
    color: #a2a2a2; 
}
.consultation-form select option:not(:checked){
    color: #000;
}
.consultation-form textarea{
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 0;
    background: #fff;
    border: 0;    
    color:#222;   
    line-height: 20px;
    text-indent: 20px;
    font-weight: normal;
    min-height: 150px;
}
.consultation-form .sub-title{
    margin-bottom: 18px;
    margin-right: 40px;
    min-height: 30px;
}
.consultation-form.selected{
    margin-right: 0;
}
.consultation-form .custom-btn{
    display: block;
    float: none;
    text-align: center;
    line-height: 42px;
    margin-top: 30px;
}
.consultation-form .close-btn{
    position: absolute;
    right: 50px;
    top: 40px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 24px;
    border-left:1px solid #b19e66;
    color: #b19e66;
}


/* About */
.page-banner{
    background: url(../images/loader.gif) center no-repeat;
    margin-bottom: 40px;
    position: relative;
}
.page-banner img{
    width: 100%;
    display: block;
    position: relative;
    z-index: 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;
}
.pace-done .page-banner img{
    opacity:1;
}
.page-banner .content{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 1; 
    background: url(../images/bg-black80.png);
    background: rgba(0, 0, 0, 0.8);
    max-width: 50%;
}
.page-banner h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 14px;
    color:#fff;
    text-transform: uppercase;
}

.founder-photo{
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

/* useful links */
.listing.links{
    min-height: 220px;
    margin-bottom: 20px;
}
.listing.links li{
    float: left;
    margin: 0 2% 20px 0;
    padding: 0;
    width: 32%;
}
.listing.links li:nth-child(3n){
    margin-right: 0;
}
.listing.links li .holder{
    display: block;
    position: relative;
}
.listing.links li .photo{
    padding-bottom: 56.25%;
    margin-bottom: 8px;
    border: 1px solid #eee;
}
.listing.links li img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.listing.links li .title{
    display: block;
    color: #656565;
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    position: relative;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    -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.links li .holder:hover .title{
    color: #b19e66; 
}
.listing.links .sub-title{
    margin-bottom: 20px;
}


/* Contact */
.map{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.pace-done .map{
    background: #fff;
}
.map iframe{
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

.contact-info{
    float: left;
    width: 36%; 
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.contact-info .sub-title{
    margin-bottom: 20px;
}
.contact-info a{
    color: #000;
}
.contact-info table{
    border: 0;
}
.contact-info td{
    padding: 0 0 20px 20px;
    vertical-align: top;
    line-height: 22px;
}
.contact-info tr td:first-child{
    padding-left:0;
}
.contact-info .fa{
    font-size: 20px;
    color: #b19e66;
}

.contact-form{
    float: right;
    width: 60%; 
    margin-top: 46px;
    margin-bottom: 40px;
    min-height: 200px;
}
.contact-form input, 
.contact-form select{
    float: left;
    width: 49%;
    margin: 0 0 10px;
    padding: 0;
    background: #fff;
    border: 1px solid #858585;    
    color:#222;   
    line-height: 38px;
    height: 38px;
    text-indent: 14px;
    font-weight: normal;
}
.contact-form select{
    color: #a2a2a2; 
}
.contact-form select option{
    color: #222; 
}
.contact-form .separator{
    line-height: 32px;
    height: 32px;
    margin-bottom: 10px;
    float: left;
    width: 2%;
}
.contact-form textarea{
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #858585;
    color: #222;  
    line-height: 20px;
    clear: both;
    text-indent: 14px;
    font-weight: normal;
}
.contact-form .full{
    width: 100%;
    float: none;
    clear: both;
}
.contact-form .custom-btn{
    float: right;
    padding: 0 40px;
    line-height: 36px;
}


/* Articles */
.listing.articles.featured{
    margin-bottom: 20px;
}
.listing.articles li{
    float: left;
    width: 49%;
    margin: 0 2% 20px 0;
}
.listing.articles li:nth-child(2n){
    margin-right: 0;
}

.article-details{
    position: relative;
    margin-bottom: 30px;
}
.article-details .title{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 6px;
}
.article-details .date{
    font-size: 15px;
    color: #b19e66;
    line-height: 18px;
    margin-bottom: 20px;
}
.article-details .custom-btn{
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.article-details .back-btn{
    width: 120px;
    padding: 0;
    text-align: center;
}
.article-details .share-btn{
    left: 130px;
}
.article-details .photo{
    max-width: 100%;
}
.share-btn .st_sharethis_large{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}


/* Attorneys */
.attorneys-details{
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b19e66;
}
.attorneys-details .left-area{
    margin-bottom: 40px;
}
.attorneys-details .details ul{
    margin: 20px 0 0 ;
    padding: 0;
    list-style: none;
}
.attorneys-details .details li{
    margin-top: 14px;
    padding-top: 14px;
    border-top:1px solid #b19e66;
    font-size: 15px;
    color: #656565;
}
.attorneys-details .details li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.attorneys-details .details li strong{
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: normal;
    display: block;
}
.attorneys-details .right-area{
    margin-bottom: 40px;
}
.attorneys-details .photo{
    max-width: 100%;
}
.attorneys-details .bio{
    margin: 10px 0;
}
/* */