body, html{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #323232;
}
a{
    text-decoration: none;
}

.container{
    margin: 0 auto;
    width: 1170px;
}
.big-container{
    margin: 0 auto;
    width: 1600px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.alert{
    padding: 10px;
    border-radius: 2px;
}

.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


.btn{
    display: inline-block;
    font-size: 24px;
    padding: 10px 60px;
    border: 3px solid #fff;

    color: #fff;
    transition: all .4s;

}

.btn.btn-border-black{
    border-color: #000;
    color: #000;
}

.btn.btn-grey{
    background: #e9e7e7;
    padding: 10px 20px;
    color: #2d2d2d;
}
.btn.btn-grey:hover{
    background: #c8c6c6;
}

.btn.btn-orange{
    background: #d6853a;
    padding: 10px 20px;
    color: #fff;
    border: none;
}

.btn.btn-orange:hover{
    background: #e8953c;
}

input,
select{
    height: 70px;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    width: 250px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #323232;
    padding-left: 10px;
}


.col-left{
    float: left;
    width: 48%;
    margin-left: 2%;
}

.col-right{
    float: right;
    width: 48%;
    margin-left: 2%;
}

.col-3{
    float: left;
    width: 31%;
    margin-left: 2%;
}
.hidden{
    display: none;
}

.btn:hover{
    background: rgba(255,255,255,.3);
}

.date-field{
    width: 280px;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
}

.date-field fieldset{
    border: 1px solid #bdbdbd;
    height: 75px;
    padding: 0;
}
.date-field fieldset legend{
    text-align: left;
}

.date-field i{
    font-size: 38px;
    position: relative;
    top: -5px;
}
.date-field .day{
    font-size: 48px;
    color: #d6853a;
    margin: 0 10px;
    font-weight: 500;
}

.date-field .monthAndYear{
    display: inline-block;
    position: relative;
    top: -5px;
}

.date-field .month{
    font-size: 15px;
    display: block;
}

.date-field .year{
    font-size: 15px;
    display: block;
}
.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

header{
    position: absolute;
    top: 0;
    height: 220px;
    width: 100%;
    z-index: 99;

    transition: all .4s;
}
header .mobile-logo{
    display: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.navicon{
    position: absolute;
    display: none;
    font-size: 40px;
    top: 25px;
    right: 20px;
    z-index: 999;
    color: #fff;
}

header nav{
    position: relative;
    text-align: center;

    width: 1070px;
    margin: -80px auto 0;
    
}

    header nav > a,
    header nav .book > a{
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0 5px;
        font-weight: 500;
        box-sizing: border-box;
        border: 3px solid transparent;
        padding: 5px 10px;
    }

    header nav > a.logo{
        display: inline-block;
        position: relative;
        top: 100px;
    }
    header nav > a.active,
    header nav > a:hover{
        border: 3px solid #fff;
    }
    header nav > a.logo:hover{
        border: 3px solid transparent;
    }


    .nav-right{
        position: absolute;
        right: -110px;
        top: 110px;
    }

    .nav-right .social{
        float: right;
        padding-right: 10px;
        border-right: 1px solid #fff;
    }

    .nav-right .social a{
        display: inline-block;
        color: #647ca5;
        background: #fff;
        width: 19px;
        height: 19px;
        border-radius: 19px;
        line-height: 20px;
        text-align: center;
    }

    .nav-right .language{
        float: right;
        padding-left: 10px;
        position: relative;
        top: -2px;
    }

    .nav-right .language a{
        text-transform: uppercase;
        color: #b6b7b5;
        font-size: 19px;
    }

    .nav-right .language a.active{
        color: #fff;
    }

    header nav .book > a{
        display: block;
        background: #d6853a;
        border: none;
        margin: 10px 0 0 0;
    }

	header nav .book > a:hover{color:#d6853a; background:#fff;}


section.top{
    position: relative;
    background: url("../images/home-top-bg.jpg") no-repeat center;
    background-size: cover;

    width: 100%;
    height: 900px;
}

section.top2{
    position: relative;
    background: url("../images/home-top-bg.jpg") no-repeat center;
    background-size: cover;

    width: 100%;
    height: 600px;
}


.top-content{
    bottom: 10px;
    position: absolute;
    font-size: 36px;
    color: #fff;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    text-align: center;
}

.top-content a.btn{
    font-size: 20px;
    padding: 10px 60px;
}




section.booking{
    padding: 40px 0;
    border: solid #e8e8e8;
    border-width: 2px 0 2px 0;
    margin: 30px 0 50px 0;
}

    .booking h1{
        font-size: 20px;
        font-weight: normal;
    }

    .booking h1 span{
        display: inline-block;
        margin-right: 15px;
        font-size: 16px;
        background: #d6853a;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        text-align: center;
        position: relative;
        top: -1px;
    }

    .booking .booking-period{
        float: left;
        width: 30%;
    }

    .booking .booking-details{
        float: left;
        width: 65%;
        margin-left: 5%;
    }

    .booking .date-field{
        margin-left: 35px;
        margin-bottom: 20px;
    }

    .booking .booking-details .row{
        margin: 20px 0 30px 0;
    }

    .booking .booking-details input,
    .booking .booking-details select{
        width: 90%;
    }

    .booking .booking-details button{
        height: 70px;
        width: 90%;
        color: #fff;
        background: #d6853a;
        border: none;
        font-size: 20px;
        cursor: pointer;
        transition: all .4s;
    }

    .booking .booking-details button:hover{
        background: #e6943b;
    }


section.explore{
    background: url("../images/explore-bg.jpg") no-repeat center;
    background-size: cover;

    padding: 50px 0 150px 0;
}

    section.explore h1{
        font-weight: 300;
        font-size: 42px;
        margin-top: 30px;
    }

    section.explore .col-left p{
        font-size: 22px;
        line-height: 34px;
        margin: 80px 0 50px 0;
    }

    section.explore .col-right img{
        width: 100%;
    }

    section.explore .discover{
        margin-top: 120px;
    }
    section.explore .discover-left{
        width: 35%;
        float: left;
        padding: 42px 20px;
    }

    .orange-container{
        background: #d6853a;
        padding: 70px 20px;
        color: #fff;
    }
    .orange-container h2{
        font-weight: 400;
        font-size: 27px;
        margin-top: 0;
    }

    .orange-container p{
        font-size: 18px;
        margin: 65px 0;
        line-height: 26px;
    }

    .orange-container a.btn{
        font-size: 18px;
        border-width: 2px;
        padding: 10px 30px;
        font-weight: 600;
    }

    section.explore .discover-right{
        float: right;
        width: 59%;
    }

        section.explore .discover-thumb{
            display: block;
            width: 48%;
            margin: 0 4% 4% 0;
            position: relative;
            float: left;
            overflow: hidden;
        }


        section.explore .discover-thumb img{
            width: 100%;
            transition: all .3s;
        }

        section.explore .discover-thumb:hover img{
            transform: scale(1.1);
        }

        section.explore .discover-thumb h2{
            position: absolute;
            bottom: 0;
            margin-left: 10px;
            padding: 5px;
            font-size: 20px;
            color: #fff;

            border-left: 5px solid #d6853a;
        }

        section.explore .discover-thumb:nth-child(2n){
            margin-right: 0;
        }



section.rediscover-food{
    background: url("../images/rediscover-food-bg.jpg") no-repeat center;
    background-size: cover;
    height: 560px;
}

    .rediscover-food-right{
        height: 620px;
        box-sizing: border-box;
        width: 22%;
        float: right;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: -30px;
    }

    .rediscover-food-right p{
        margin: 60px 0;
    }

section.facilities{
    padding: 50px 0 0 0;
    text-align: center;
}

    section.facilities h1{
        font-size: 40px;
    }

    section.facilities p{
        font-size: 18px;
        line-height: 30px;
        margin: 50px 0;
    }

    ul.facility-thumbs{
        margin: 80px 0 0 0;
        padding: 0;
        list-style: none;
    }

    ul.facility-thumbs li{
        position: relative;
        float: left;
        display: block;
        height: 650px;
    }

    ul.facility-thumbs li.facility-spa,
    ul.facility-thumbs li.facility-cycling{
        width: 26%;
    }

    ul.facility-thumbs li.facility-archery,
    ul.facility-thumbs li.facility-fire{
        width: 24%;
    }

    ul.facility-thumbs li.facility-spa{
        background: url("../images/facility-spa.jpg") no-repeat center;
        background-size: cover;
    }

    ul.facility-thumbs li.facility-cycling{
        background: url("../images/facility-cycling.jpg") no-repeat center;
        background-size: cover;
    }

    ul.facility-thumbs li.facility-archery{
        background: url("../images/facility-archery.jpg") no-repeat center;
        background-size: cover;
    }

    ul.facility-thumbs li.facility-fire{
        background: url("../images/facility-fire.jpg") no-repeat center;
        background-size: cover;
    }

    ul.facility-thumbs li h1{
        position: absolute;
        bottom: 20px;

        color: #fff;
        font-size: 36px;
        margin-left: 30px;
        border-left: 3px solid #d6853a;
        padding: 30px 0 5px 20px;
        font-weight: 300;
    }


section.testimonials{
    padding: 50px 0;
    background: #e8e8e6;
}

    section.testimonials .slider-item{
        margin: 30px;
        padding: 50px 50px 50px 50px;
        border: 1px solid #ccc;
        box-shadow: 0 0 30px #9f9e72;
    }

    section.testimonials .slider-item .text-container{
        font-size: 22px;
        line-height: 34px;
        text-align: center;
    }

.testimonials .slider-arrow.slider-prev{
    left: -60px;
}


.testimonials  .slider-arrow.slider-next{
    right: -60px;
}

.testimonials .slider-dots{
    position: relative;
    top: -80px;
}





section.bottom{
    position: relative;
    height: 520px;

    background: url("../images/bottom-bg.jpg") no-repeat top;
    background-size: cover;
}
    section.bottom a.google-maps-btn{
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left:-200px;
        color:#D6853A;
    }


    .newsletter{
        padding-top: 120px;
        text-align: center;
    }

    .newsletter h1{
        font-size: 31px;
        color: #4e4e4e;
        font-weight: 400;
    }

    .newsletter-form{
        width: 550px;
        margin: 0 auto;
        max-width: 100% ;
    }

    .newsletter-form input{
        float: left;
        width: 70%;
        height: 70px;
        font-size: 20px;
        outline: none;
    }

    .newsletter-form button{
        float: left;
        width: 30%;
        height: 70px;
        box-sizing: border-box;
        border: none;
        background: #d6853a;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    .newsletter-form .alert{
        margin-top: 10px;
        text-align: left;
    }

    footer{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    footer ul.nav{
        list-style: none;
        padding: 0;
        text-align: center;
        margin: 0 0 10px;
    }

    footer ul.nav li{
        display: inline-block;
        border-right: 1px solid #989898;
        padding: 10px 20px;
    }

    footer ul.nav li a{
        color: #f5f5f3;
    }

    footer ul.nav li:last-child{
        border-right: none;
    }

    .copyright{
        border-top: 1px solid #c4c4c4;
        font-size: 16px;
        padding: 20px 0;
        text-align: center;
        color: #828281;
    }
    
    .copyright a{ 
    	color:#D6853A;
    	}

    .copyright a:hover{ 
    	color:#fff;
    	}








section.booking-form{
    padding: 50px 0;
}

section.booking-form .alert{
    margin-bottom: 20px;
}


.booking-form p{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 50px;
}

.booking-form-left{
    width: 45%;
    margin-right: 10%;
    float: left;
}

.booking-form-right{
    width: 45%;
    float: left;
}

.booking-form label{
    display: block;
    font-size: 20px;
}

.booking-form input,
.booking-form textarea{
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.booking-form textarea{
    height: 130px;
}

.booking-form .submit-button-container{
    text-align: center;
}

.booking-form button{
    width: 450px;
    padding: 20px 0;
    background: #d6853a;
    border: none;
    color: #fff;

    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}
.booking-form button:hover{
    background: #e6923c;
}



section.top-contact{
    background: url("../images/contact-top-bg.jpg") no-repeat center;
    background-size: cover;
}

section.top .top-content.top-content-border{
    font-size: 24px;
    line-height: 34px;
}

section.top .top-content.top-content-border:before{
    position: absolute;
    content: "";
    display: block;
    top: -5px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 3px;
    background: #d6853a;
}

section.top .top-content.top-content-white{
    font-size: 24px;
    line-height: 34px;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 10px;
    color: #373737;
    bottom: -80px;
}

section.top .top-content.top-content-white h1{
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
section.top .top-content.top-content-white p{
    margin-top: 10px;
}

section.top .top-content.top-content-white:before{
    position: absolute;
    content: "";
    display: block;
    top: 50px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 3px;
    background: #d6853a;
}

section.top .top-content.top-content-border{
    font-size: 24px;
    line-height: 34px;
}

section.top .top-content.top-content-border:before{
    position: absolute;
    content: "";
    display: block;
    top: -5px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 3px;
    background: #d6853a;
}



section.top2 .top-content.top-content-border{
    font-size: 24px;
    line-height: 34px;
}

section.top2 .top-content.top-content-border:before{
    position: absolute;
    content: "";
    display: block;
    top: -5px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 3px;
    background: #d6853a;
}

section.top2 .top-content.top-content-white{
    font-size: 24px;
    line-height: 34px;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 10px;
    color: #373737;
    bottom: -80px;
}

section.top2 .top-content.top-content-white h1{
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
section.top2 .top-content.top-content-white p{
    margin-top: 10px;
}

section.top2 .top-content.top-content-white:before{
    position: absolute;
    content: "";
    display: block;
    top: 50px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 3px;
    background: #d6853a;
}

section.top2 .top-content.top-content-border{
    font-size: 24px;
    line-height: 34px;
}

section.top2 .top-content.top-content-border:before{
    position: absolute;
    content: "";
    display: block;
    top: -5px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 3px;
    background: #d6853a;
}





section.contact .contact-map,
section.contact .contact-map iframe,
section.contact .contact-details{
    height: 800px;
}

section.contact .contact-map{
    float: left;
    width: 60%;
}

section.contact .contact-map iframe{
    width: 100%;
}

    section.contact .contact-details{
        float: left;
        width: 40%;
        background: #d6853a;
        padding: 50px 0 0 100px;
        box-sizing: border-box;
    }
    section.contact .contact-details ul.main-contact{
        margin-top: 100px;
    }
    section.contact .contact-details ul.main-contact li{
        list-style: none;
        font-size: 30px;
        color: #fff;
        margin: 50px 0;
        text-align: center;
        line-height: 60px;
    }

    section.contact .contact-details ul.main-contact li i{
        font-size: 60px;
        float: left;
    }

    section.contact .contact-details ul.contact-social{
        margin-top: 150px;
        font-size: 21px;
        list-style: none;
    }

    section.contact .contact-details ul.contact-social li{
        width: 50%;
        float: left;
        display: block;
    }
    section.contact .contact-details ul.contact-social li a{
        color: #dadad9;
    }

    section.contact .contact-details ul.contact-social i{
        font-size: 50px;
        float: left;
        color: #fff;
        margin-right: 15px;
    }




section.find-us{
    padding: 40px 0;
    border: solid #e8e8e8;
    border-width: 2px 0 2px 0;
    margin: 30px 0 50px 0;

    text-align: center;
}


section.find-us h1{
    font-size: 30px;
}

section.find-us p{
    font-size: 22px;
    line-height: 34px;
}

section.find-us ul{
    font-size: 22px;
    line-height: 34px;
}

section.contact-form{
    padding-top: 0;
}
section.contact-form h1{
    font-size: 36px;
    margin-top: 0;
}

section.contact-form input,
section.contact-form textarea{
    background: #e8e8e8;
    border: none;
}

section.contact-form button{
    width: 180px;
}


section.bottom-contact{
    background: url("../images/bottom-contact-bg.jpg") no-repeat center;
    background-size: cover;
    height: 480px;
}

section.bottom-contact h1{
    color: #fff;
    font-size: 36px;
}

section.bottom-contact .newsletter-form input{
    background: rgba(255,255,255,.3);
    border-right: 0;
    color: #fff;
}






section.top-rooms{
    background: url("../images/rooms-top-bg.jpg") no-repeat center;
    background-size: cover;
}


section.rooms-thumbs{
    padding: 50px 0;
}

    .room-thumb-big{
        position: relative;
        width: 46%;
        border: 1px solid #ababab;
        float: left;
        margin-right: 8%;
        margin-bottom: 4%;
        text-align: center;
        box-sizing: border-box;
    }

    .room-thumb-big .inner-border{
        width: 94%;
        height: 94%;
        position: absolute;
        top: 3%;
        left: 3%;
        border: 1px solid #e7b78b;
    }

    .room-thumb-big:nth-child(2n){
        margin-right: 0;
    }

    .room-thumb-big img{
        width: 100%;
    }

    .room-thumb-big h1{
        font-weight: 400;
    }
    .room-thumb-big .btns-container{
        padding: 10px 0 30px 0;
    }
    .room-thumb-big a.btn{
        font-size: 18px;
    }

    .room-thumb-big a.btn{
        margin: 0 10px;
        position: relative;
        z-index: 1;
    }




section.room-details{
    background: #eeecec;
    padding: 120px 5% 50px 5%;
}

section.room-details .room-details-left{
    float: left;
    padding-top: 30px;
    width: 40%;
    margin-right: 5%;
}

section.room-details .room-details-left p{
    font-size: 18px;
    line-height: 30px;
}
section.room-details .room-details-left .btn-container{
    margin-top: 50px;
    text-align: center;
}

section.room-details .room-details-right{
    float: left;
    width: 54%;
}

section.room-details .room-facilities{
    width: 800px;
    margin: 50px auto 0;
    background: #fff;
    padding: 30px 80px;
}

    section.room-details .room-facilities ul{
        list-style: none;
    }

    section.room-details .room-facilities li{
        float: left;
        width: 45%;
        margin: 15px 10% 15px 0;
        font-size: 24px ;
        color: #4f4f4f;
    }

    section.room-details .room-facilities li:nth-child(2n){
        margin-right: 0;
    }

    section.room-details .room-facilities li i{
        margin-right: 20px;
    }



section.top-menu{
    background: url("../images/menu-top-bg.jpg") no-repeat center;
    background-size: cover;
}


section.menu-details{
    padding: 50px 0;
    background: #eeecec;
}

section.menu-details h1{
    text-align: center;
    font-size: 41px;
    margin-top: 10px;
}

section.menu-details p{
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    padding: 0 20%;
}





.slider-menu{
    margin-top: 100px;
}


.menu-details .slider-arrow.slider-prev{
    left: -60px;
}


.menu-details  .slider-arrow.slider-next{
    right: -60px;
}

section.menu-details.menu-details-bg{

    background: url("../images/menu-details-bg.jpg") no-repeat center;
    background-size: cover;
}

section.menu-description{
    padding: 0px 0 100px 0;
    background:#eeecec url("../images/default-bg.png") no-repeat center;
}

    section.menu-description h2,
    section.menu-description h1{
        font-size: 30px;
        font-weight: 400;
        width: 20%;
        float: left;
        margin-top: 40px;
    }

    section.menu-description p{
        width: 75%;
        float: left;
        margin-left: 5%;
        padding-left: 10px;
        line-height: 34px;


        box-sizing: border-box;
        border-left: 2px solid #d6853a;
        margin-top: 80px;
        font-size: 18px;
    }

    section.menu-description h2{
        font-size: 18px;
        margin-top: 60px;
    }



.special-offer{
    position: fixed;
    width: 230px;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    background: #fff;
    text-align: center;
}
    .special-offer .btn-close{
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        right: -10px;
        top: -10px;
        background: #000;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    .special-offer img{
        width: 100%;
    }

    .special-offer h1{
        color: #d6853a;
        border-bottom: 1px solid #d6853a;
        text-align: center;
        margin: 5px 20px;
    }

    .special-offer h2{
        color: #d6853a;
        font-weight: 400;
        text-align: center;
        margin-top: 0;
    }

    .special-offer strong{
        font-size: 34px;
    }

    .special-offer a{
        background: #d6853a;
        color: #fff;
        padding: 8px 20px;
        display: inline-block;
    }

    .special-offer a:hover{
        background: #ed963f;
    }


section.top-facilities{
    background: url("../images/facilities-top-bg.jpg") no-repeat center;
    background-size: cover;
}

.activities{
    padding: 50px 0 100px 0;

    background: #eeecec url("../images/activities-bg.jpg") no-repeat center;
    background-size: cover;
}

    .activities h1{
        font-weight: 400;
        text-align: center;
        font-size: 48px;
    }


    .activities .slider-item{
        position: relative;
        padding: 30px;
    }

    .activities .slider-item img{
        width: 100%;
        position: relative;
    }

    .activities .slider-item .details{
        position: absolute;
        bottom: 40px;
        left: 40px;
        color: #fff;
    }

    .activities .slider-item .details h1{
        font-size: 26px;
        margin: 0;
        text-align: left;
    }

    .activities .slider-item .details h2{
        font-size: 18px;
        margin: 0;
        font-weight: 400;
        text-align: left;
    }

    .activities-description{
        margin-top: 50px;
    }

    .activities-description .col-left{
        padding-left: 100px;
        box-sizing: border-box;
        font-size: 18px;
    }

    .activities-description .col-left:first-child{
        border-right: 1px solid #acaaaa;
    }

    .activities-description h1{
        font-size: 30px;
        text-align: left;
    }
    .activities-description .description-items{
        height: 200px;
    }


.activities .slider-arrow{
    color: #595959;
}


.slider-arrow{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    border: none;
    background: none;
    width: 64px;
    height: 64px;
    z-index:1;
    color: #ccc;
    font-size: 40px;
    text-align: center;
    cursor: pointer;

    opacity: .7;
    transition: opacity .3s;
    outline: none;
}

.slider-arrow:hover{
    opacity: 1;
}

.slider-arrow.slider-prev{
    left: -60px;
}
.slider-arrow.slider-prev i{
    font-weight: normal;
    position: relative;
    left: -2px;
}

.slider-arrow.slider-next{
    right: -60px;
}

.slider-arrow.slider-next i{
    position: relative;
    right: -2px;
}

.slider-dots{
    text-align: center;
}

.slider-dots li{
    list-style: none;
    display: inline-block;
}

.slider-dots li button{
    display: inline-block;
    text-indent: -9999px;
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    border: 1px solid #494837;
    margin-right: 5px;
}

.slider-dots li.slick-active button{
    background: #494837;
}

.hidden-contact{
        display: none;
        color: #fff;
        margin-right: 10px;
        cursor:pointer;
    }
   