body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
}
h2 {
    font-size: 34px;
    color: #42707f;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #42707f;
}
h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Montserrat', sans-serif;
}
.header {
    text-align: center;
    padding: 250px 0;
    background: url(../img/office.jpg) right no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.52);
}
.header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #fff;
}
.header span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #bcbcbc;
    text-transform: uppercase;
}
.link {
    padding: 15px 35px;
    background: #42707f;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.link:hover,
.link:active,
.link:focus {
    text-decoration: none;
    color: #42707f !important;
    background: #fff;
}
#nav {
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 4px 5px -3px #ececec;
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 999;
}
#nav.fixed {
    position: fixed;
    top: 0;
}
#nav nav {
    background: #fff;
    height: 80px;
    line-height: 80px;
}
nav .nav-wrapper {
    position: relative;
    height: 100%;
    width: 95%;
}
#nav a {
    color: #42707f;
    text-transform: uppercase;
    font-weight: 600;
}
#nav .brand-logo {
    line-height: 95px;
}
#nav ul .small a {
    text-transform: lowercase;
    font-weight: 100;
    font-size: 0.9rem;
}
.container .row {
    margin: 0;
}
.row .col {
    padding: 0;
}
.container {
    width: 80%;
}
.container .row.data {
    margin-bottom: 15px;
}
ul li {
    font-size: 15px;
}
ul li.data {
    margin-bottom: 10px;
}

#office a {
    color: inherit;
}

#office a:hover {
    color: #42707f;
}

#office.section .styled span,
#contact.section .styled span {
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}
#publication.section .styled span i {
    font-size: 15px;
    color: inherit;
    padding-right: 5px;
}
.section .styled span i {
    font-style: normal;
    font-size: 25px;
    color: #222;
    font-family: 'FontAwesome';
    line-height: 38px;
    padding-right: 10px;
}
.section ul {
    line-height: 38px;
    margin: 0;
}

#contact.section .styled ul {
    line-height: 1.5;
}
#office,
#service,
#publication,
#contact {
    padding-top: 40px;
    padding-bottom: 40px;
}
.law {
    background: url(../img/atlas.jpg) right no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.20);
}
.contact {
    background: url(../img/house.jpg) right no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.20);
}
.hand {
    cursor: pointer;
}
.book {
    background: url(../img/bookcase.jpg) top no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.20);
}
.law h2,
.book h2,
.contact h2 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 20px 0 70px;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
}
.left {
    margin-right: 10px;
}
.right {
    margin-left: 10px;
}
nav .button-collapse {
    margin: 0px;
}
button.accordion {
    background-color: #fafafa;
    color: #222222;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 10px;
    border: 1px solid;
    font-family: 'Montserrat', sans-serif;
}
button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}
div.accordion-content {
    padding: 0 18px;
    display: none;
}
div.accordion-content.show {
    display: block;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
#map {
    width: 100%;
    height: 300px;
}
.email {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
}
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
/**footer**/

.footer {
    background: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright {
    font-size: 14px;
    display: block;
    text-align: center;
}
.copyright a {
    color: inherit;
}

.copyright a:hover {
    color: #42707f;
}
.footer span i {
    font-style: normal;
    font-size: 14px;
    font-family: 'FontAwesome';
}
.copyright i {
    font-size: 1.1rem;
}
.footer span i {
    padding: 0px;
}
@media only screen and (min-width: 601px) {
    #publication .row .col.m1 {
        width: 4.333333%
    }
}
@media only screen and (max-device-width: 480px) {
    h2 {
        font-size: 28px;
    }
    h6 {
        font-size: 10px;
    }
    p {
        line-height: 18px;
        margin: 0;
    }
    .header {
        padding: 200px 0;
    }
    .header h1 {
        font-size: 44px;
    }
    .header span {
        font-size: 12px;
    }
    .left {
        margin-right: 0px;
    }
    .right {
        margin-left: 0px;
    }
    .small li {
        font-size: 10px;
        line-height: 24px;
    }
    .section ul li.small {
        line-height: 12px;
    }
    #nav .brand-logo {
        line-height: inherit;
    }
}