body {
    font-family: OpenSans-Regular, sans-serif;
}


/************ LAYOUT ************/


/* HEADER */
header {
    text-align: center;
}

header .site-logo {
margin: 6px 0 3px 30px;
display: inline-block;
width: 270px;
height: 100px;
background: url("img/logo.png") no-repeat;
  background-size: auto;
background-size: contain;
float: left;
}

header .site-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

@media(max-width: 1320px) {
    header .site-logo {
        float:none;
        text-align: center;
    }
}

header .languages a {
    display: inline-block;
    margin-right: 7px;
    color: #ffffff;
}

header .languages a:last-child {
    margin: 0;
}

header .languages a.active {
    color: #f39c12;
}

@media(min-width: 769px) {
    header .languages {
        display: inline-block;
        padding: 0;
    }
}
@media(max-width: 768px) {
    header .languages {
        display: block;
        text-align: center;
        padding: 8px 0;
    }
}

header .search-wrapper button {
    background-color: transparent;
    color: #ffffff;
}

header .contact-phone {
    float: right;
    margin-top: 32px;
    margin-right: 15px;
}

@media(max-width: 1320px){
    header .contact-phone {
        display: none;
    }
}

header .contact-phone a {
    font-family: Museo700-Regular, sans-serif;
    background-color: #f39422;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 7px;
    border-radius: 35px;
}

header .contact-phone i {
    transform: rotate(90deg);
    padding: 5px;
}

/* FOOTER */
footer {
    padding-top: 15px;
    background-color: #3F3737;
    text-align: center;
}

footer p {
    color: #ffffff;
}

footer a {
    text-decoration: underline;
    color: #f39422;
}

footer h5 {
    color: #f39422;
}
@media(min-width: 769px){
    footer .footer-logo {
        width: 30%;
        display: inline-block;
    }

    footer .contact-us {
        margin-top: 22px;
        width:30%;
        display: inline-block;
        font-family: Museo500-Regular;
    }

    footer .contact-us a {
        text-decoration: none;
        color: #fff;
    }

    footer .social-buttons {
        margin-top: 100px;
        width: 30%;
        display: inline-block;
    }

    footer .social-buttons img {
        margin: 0px 5px;
    }

    footer .copyright {
        padding: 15px 0px;
        font-family: MyiadPro-Regular, sans-serif !important;
    }

    footer .footer-line {
        height: 1px;
        margin: 12px 0 8px;
        border: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.85), rgba(0, 0, 0, 0));
    }
}

@media(max-width: 768px){
    footer .footer-logo {
        display: none;
    }

    footer .contact-us {
        margin-top: 22px;
        font-family: Museo500-Regular, sans-serif;
    }

    footer .contact-us a {
        text-decoration: none;
        color: #fff;
    }

    footer .social-buttons {
        margin: 25px 0px;
    }

    footer .social-buttons img {
        margin: 0px 5px;
    }

    footer .copyright {
        padding: 15px 0px;
        font-family: MyiadPro-Regular, sans-serif !important;
    }

    footer .footer-line {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.85), rgba(0, 0, 0, 0));
    }
}

/***************** SEARCH FORM *****************/

#searchOverlay {
    background-color: rgba(49, 157, 181, 0.96);
}

#searchOverlay button {
    background-color: transparent;
    position: fixed;
    top: 40px;
    right: 5%;
}

#searchOverlay button i {
    font-size: 50px;
    color: #ffffff;
}

#searchOverlay .search-form-wrapper {
    width: 80%;
    max-width: 800px;
    z-index: 999;
}

#searchOverlay .search-form-wrapper h3 {
    margin-bottom: 70px;
    font-size: 60px;
    color: #ffffff;
}

#searchOverlay .search-form-wrapper .field {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
}

#searchOverlay .search-form-wrapper button {
    position: absolute;
    right: 0;
    bottom: -60px;
    background-color: transparent;
    font-size: 30px;
}

#searchOverlay .search-form-wrapper button i {
    color: #ffffff;
}

.slides-wrapper .slide .slide-image {
    background-size: cover !important;
}