@font-face {
    font-family: Barlow-Light;
    src: url("../fonts/Barlow-Light.ttf");
}
@font-face {
    font-family: Barlow-Bold;
    src: url("../fonts/Barlow-Bold.ttf");
}

body {
    font-family: Barlow-Light, "Open Sans", sans-serif;
    color: #000;
}

p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

#logo {
    margin: 30px 0;
}

#logo img {
    width: 180px;
    height: auto;
}

#menu-btn {
    position: relative;
    width: 32px;
    height: 32px;
    float: right;
    margin: 30px;
    cursor: pointer;
    background: url('../img/menu_close.png') no-repeat center center;
}

#menu-btn:hover .menu-content  {
    display: block;;
    
}

#menu-btn .menu-content {
    display: none;
    position: absolute;
    color: #fff;
    right: -30px;
    top: -30px;
    padding: 50px;
    min-width: 300px;
    background: #000 url("../img/menu_open.png") no-repeat;
    background-position: right 30px top 30px;
}

#menu-btn .menu-content a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
}

#sec-1 {
    margin-top: 130px;
    margin-bottom: 100px; 
}

#sec-1 h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}

#sec-2 a {
    margin: 80px auto 0;
    display: block;
    width: 16px;
}

#sec-2 {
    background: linear-gradient(to bottom, #fff 50%, #f5f5f5 50%);
}

#sec-3, #sec-4 {
    background-color: #f5f5f5;
}

#sec-5 {
    background: linear-gradient(to bottom, #f5f5f5 75%, #fff 25%);
}

#sec-6 .contact {
    color: #fff;
    background-color: #000;
}

#sec-6 .contact h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
}

#sec-6 .contact table td {    
    padding-bottom: 15px;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
}

#sec-6 .contact table tr td:first-child {    
    padding-right: 15px;
}

#sec-6 .contact-wrap {
    padding: 60px 40px;
}

#sec-4 .thumbs-wrap .title {
    text-align: right;
}

#sec-5 {
    text-align: left;
}

#sec-5 .col1 h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}

#sec-5 .col1 p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
}

.nopadding {
    padding: 0 !important;
 }

.thumbs-wrap {
    position: relative;
}

.thumbs-wrap img {
    width: 100%;
    height: auto;
}

.thumbs-wrap .title {
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
    text-align: left;
    left: 0;
    right: 0;
}

.thumbs-wrap .title p:nth-child(2) {
    font-weight: bold;
}

footer {
    margin: 15px 0 40px 0;    
    font-size: 18px;
    line-height: 22px;
}

footer .col1 a {
    text-align: left;
    display: block;
    color: #000;
}

footer .col2 {
    text-align: right;
    line-height: 66px;
}

@media (max-width: 767px) {
    .thumbs-wrap .title {
        position: relative;
        padding: 10px 30px 30px;
    }

    #sec-2 a {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #sec-5 .col1 h2 {
        font-size: 32px;
    }
    
    #sec-5 .col1 p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    #sec-6 .contact h3 {
        font-size: 24px;
    }
    
    #sec-6 .contact table td {    
        font-size: 12px;
    }
    
    #sec-6 .contact table tr td:first-child {    
        padding-right: 5px;
    }
    
    #sec-6 .contact-wrap {
        padding: 60px 15px;
    }

    #sec-5 {
        background: linear-gradient(to bottom, #f5f5f5 100%, #fff 0%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #sec-5 {
        background: linear-gradient(to bottom, #f5f5f5 100%, #fff 0%);
    }
}

@media (min-width: 1200px) {

}