*{margin: 0; padding: 0;}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.logo-wraper a{
    margin: 8px auto 20px;
    display: table;
}
.hero-section{
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
    min-height: 516px;
}
.hero-section h1{
    margin-top: 0;
    margin-bottom: 30px;
}
.hero-section .info{
    font-size: 30px;
}
.hero-section p{
    margin: 80px 0 50px;
    font-size: 24px;
}
.list-btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
.list-btn li{
    display: inline-block;

}
.list-btn li a{
    display: inline-block;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    padding: 10px 50px;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.list-btn li a:hover{
    background-color: #008bd7;
    color: #ffffff;
}
.footer-section .footer-block li a:hover, .list-btn li a:hover{
    text-decoration: none;
}
/** FOOTER SECTION **/
.footer-section {
    margin-top: 70px;
    margin-bottom: 50px;
    position: relative;
}
.footer-section .footer-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 4px;
}
.footer-section .footer-block ul{
    list-style: none;
}
.footer-section .footer-block li {
    margin-top: 10px;
    color: #0475b2;
    font-size: 14px;
}
.footer-section .footer-block li a {
    color: #0475b2;
}
.footer-section .footer-block i {
    font-size: 20px;
    width: 32px;
    vertical-align: middle;
}
.footer-section .footer-block .text-bold {
    font-weight: 700;
    font-size: 14px;
    color: #0475b2;
}
@media screen and (max-width: 991px) {
    .hero-section .list-btn{
        display: block;
    }
    .hero-section .list-btn li{
        display: block;
    }
    .hero-section .list-btn a{
        width: 80%;
        margin-bottom: 10px;
    }
    
}
@media screen and (max-width: 991px)  and (min-width: 768px) {
    .footer-block.opening-hours{
        position: absolute;
        top: 30px;
        right: 0;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .hero-section{padding: 20px 0; min-height: auto;}
    .hero-section p{margin: 30px 0 20px;}
    .footer-block.email-info{ margin-top: -10px;}
    .footer-block:first-child{ margin-bottom: 10px;}
    .hero-section h1{ margin-bottom: 0}
}
@media screen and (max-width: 480px) {
    .hero-section .list-btn a{
        width: 100%;
    }
}