@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext);
html,body {height: 100%;width: 100%;}

body {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400; 
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
h2 {color: #000; font-size: 40px; font-weight: 700;}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

#wrapper.toggled {
    padding-left: 250px;
}

.sto {width: 100%; height: 100%;}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #1c1d22;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    height: 100%;
    
    
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.contentfull {width: 100%; background: #fff;position: absolute; padding: 0 50px 50px 50px;}

.item-title a,.item-title a:hover {color: #000;text-decoration: none;}

.page-header,.item-title {padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;}

/* Sidebar Styles */

.sidebar-nav {
    font-family: 'Open Sans', sans-serif;
    width: 250px; 
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #999999;
    padding-left: 20px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    -webkit-transition: color 1s; /* Safari 3.1 to 6.0 */
    transition: color 1s;
}


.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: none;
    -webkit-transition: color 0.5s; /* Safari 3.1 to 6.0 */
    transition: color 0.5s;

    
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;

   
}

.sidebar-nav li a.active{
    
}

.nav>li>a {padding: 0 0 0 20px;}

.sidebar-brand {
    display: table;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    background: #24262e; 
    
}

.sidebar-nav > .sidebar-brand a {
    display: table-cell; 
    vertical-align: middle;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.mod-languages {width: 100%;font-family: 'Open Sans', sans-serif;font-size: 14px;text-align: center;position:absolute;bottom: 0;border-top: solid 1px #24262e;display: inline-block;}

.mod-languages .lang-inline li {width: 33.3333%; padding: 20px;}
.mod-languages .lang-inline li a {}
div.mod-languages li {margin: 0;}
div.mod-languages ul.lang-inline li {display: block!important;float: left;}

div.mod-languages ul.lang-inline li:nth-child(2) {border-left: solid 1px #24262e; border-right: solid 1px #24262e;}
div.mod-languages ul.lang-inline li a {color: #999; padding: 15px;}
.content-header {position: absolute; color: #fff;font-family: 'Playfair Display';  width: 100%;z-index: 99;}
.content-header h1 {font-size: 65px; line-height: 50px;font-weight: 400;padding-left: 30px;text-shadow: 2px 2px rgba(0,0,0,0.2);}
.content-header h6 {font-size: 20px; padding-top: 20px;padding-left: 30px;text-shadow: 2px 2px rgba(0,0,0,0.2);} 
.page-header h2 {color: #000; font-size: 40px; font-weight: 700;}


ul.lista {width: 50%; float: left; list-style: circle;}
ul.lista li {padding: 10px;}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-horizontal .control-label {text-align: left;}

.contact h3 {display: none;}
.contact dl {display: none;}
.contact input,.contact textarea {padding: 10px; border: solid 1px #ccc; max-width: 300px;}
.contact div.controls {display: inline-block;}
.contact-form {border:0;margin-top: 20px;}
.col-md-6{padding: 0 30px 150px 30px;}
.btn-primary {border-radius: 0; padding: 10px; background: #24262e; }
.btn-primary:hover {background: #1c1d22;}
legend {border: none;}
legend h2 {color: #000; font-size: 40px; font-weight: 700;}
.col-md-6 h2{border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;margin: 40px 0 20px;}

#map {min-height: 400px;}
.sidebar-nav li .nav-child li a {line-height: 40px;text-transform: none;}
ul.nav-child {list-style: none; padding-left: 10px;background: #24262e;}
ul.nav-child li a{font-size: 12px;}

#AB {
    width: 100%;
    padding-bottom: 44%;
    background: #fff url('../images/about.jpg') 0 0 no-repeat fixed;
    background-size: 100% auto;
    overflow: hidden;
}

#WA {
    width: 100%;
    padding-bottom: 44%;
    background: #fff url('../images/areas.jpg') 0 0 no-repeat fixed;
    background-size: 100% auto;
    overflow: hidden;
}

#OF {
    width: 100%;
    padding-bottom: 44%;
    background: #fff url('../images/office.jpg') 0 0 no-repeat fixed;
    background-size: 100% auto;
    overflow: hidden;
}

#AT {
    width: 100%;
    padding-bottom: 44%;
    background: #fff url('../images/attorneys.jpg') 0 0 no-repeat fixed;
    background-size: 100% auto;
    overflow: hidden;
}

#PA {
    width: 100%;
    padding-bottom: 44%;
    background: #fff url('../images/p-attorneys.jpg') 0 0 no-repeat fixed;
    background-size: 100% auto;
    overflow: hidden;
}
.copy {
    background: #fff;
    text-align: right;
    color: #999;
    height: 60px;
    padding-top: 100px; 
    font-size: 12px;right: 0;
    bottom: 0;
}

.copy p {
    font-size: 16px;
}

.copy a {
    color: #000;
}

@media(min-width:768px) {
    .none-b {display: none;}

    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .topbar-mobile {display: none;}
}
@media(max-width:767px) { 
    .none-m {display: none;}

    .sto {height: 120px;}

    .topbar-mobile {width: 100%;height:95px;position: fixed;z-index: 999;padding-top: 5px;background: #24262e;
        }
    .sidebar-brand img{height: 75px;}

    #AB,#WA,#OF,#AT,#PA {padding-bottom: 90px;}
        
    #menu-toggle{
        padding: 20px 10px;
        font-size: 30px; 
        color: #eee;
        float: left;
        z-index: 9999;
        position: fixed;
        text-shadow: 1px 1px rgba(0,0,0,0.2);
    }
    .logo-center {width: 100%;text-align: center;position: fixed;}
    .logo-center img{height: 90px;}
    .movingback {
        display: block;
        height: 400px; 
        background: url('../images/fp-bg3.jpg') no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;}
    .movingback .awe-big-image {display: none;}
    #page-content-wrapper {text-align: center;}
    #page-content-wrapper .content-header {top: 400px; padding: 20px; background: #24262e;}
    .content-header h6 {font-size: 12px;padding-top: 0;margin-top: 0;}
    .content-header h1 {font-size: 35px;line-height: 30px;margin-top: 10px;}
    ul.lista {width: 100%;text-align: left;}
}

@media(max-width:400px) {
    .sidebar-nav li a {line-height: 40px;}


    }


.awe-big-image {position:fixed;}
.awe-big-image.is-visible img{
    -webkit-animation-duration:30s;
    animation-duration:30s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:move;
    animation-name:move;
    animation-direction:alternate;
    -moz-animation-direction:alternate;
    -webkit-animation-direction:alternate;
    -o-animation-direction:alternate;
    -ms-transform-origin:bottom center;
    transform-origin:bottom center;
    -webkit-transform-origin:bottom center;
    -o-transform-origin:bottom center;
    -moz-transform-origin:bottom center}

@-webkit-keyframes move{from{transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -moz-transform:scale(1)}

to{transform:scale(1.15);
    -ms-transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -o-transform:scale(1.15);
    -moz-transform:scale(1.15)}

}

@keyframes move{from{transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -moz-transform:scale(1)}

to{transform:scale(1.15);
    -ms-transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -o-transform:scale(1.15);
    -moz-transform:scale(1.15)}

}

.awe-big-image {width: 100%;height: 100%;}
.awe-big-image .pre-fixed{width: 100%;height: 100%;}

.awe-big-image img {
    bottom: 0;
    position: absolute;
    z-index: 10;
    width: 90%;
    min-height: 100%;

}

