body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #827e78;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #000;
}

h1 {
    margin: 30px 0 50px 0;
}


.breadcrumb {
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: transparent;
}

.btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
    padding: 12px 33px 12px 33px;
    border-radius: 0px;
}

.default-btn {
    background-color: rgba(255, 255, 255, 0);
    color: #d69d5a;
    border: 1px solid #d69d5a;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.default-btn:hover {
    background-color: #d69d5a;
    color: #fff;
}

.white-btn {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.white-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border: 1px solid rgba(255, 255, 255, 1);
}

.color-btn {
    background-color: rgba(214, 157, 90, 1);
    color: #fff;
    border: 1px solid rgb(214, 157, 90);
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.color-btn:hover {
    background-color: rgba(214, 157, 90, .7);
    color: #fff;
    border: 1px solid rgb(214, 157, 90);
}



.header {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
}
.header a {
    color: #333;
}

.site-index .header {
    background-color: transparent;
    min-height: 100%;
    color: #fff;
    border-bottom: none;
}
.site-index .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.site-index .header a {
    color: #fff;
}

.fullscreen-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*opacity: 0.5;*/
    z-index: -2;
    will-change: opacity;
    object-fit: cover;
    height: 100%;
}

.logo img {
    fill: #d69d5a;
    max-height: 40px;
}

.top-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu > ul > li {
    margin: 0;
    padding: 25px 10px;
}
.site-index .top-menu > ul > li {
    padding: 40px 10px;
}

.top-menu > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.top-menu > ul > li > a:hover {
    text-decoration: none;

}

.header .phone {
    font-size: 14px;
    font-weight: bold;
}

.header .phone i {
    margin-right: 5px;
}

h1.front-header {
    font-size: 60px;
    margin: 0 0 50px 0;
    color: #fff;
}


.mouse {
    border: 1px solid #fff;
    border-radius: 17px;
    height: 40px;
    width: 26px;
    margin: 0 auto 20px;
    bottom: 100px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
    .mouse {
        display: none;
    }
}
.mouse .wheel {
    position: relative;
    border-radius: 4px;
    background: #fff;
    top: 0;
    width: 2px;
    height: 14px;
    margin: auto;
    -webkit-animation-name: wheel;
    animation-name: wheel;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.mouse .wheel::before {
    content: '';
    left: -1px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 0;
    border-radius: 50%;
}
@-webkit-keyframes wheel {
    0% {
        top: 0px;
        opacity: 0;
    }
    30% {
        top: 7px;
        opacity: 1;
    }
    100% {
        top: 12px;
        opacity: 0;
    }
}
@keyframes wheel {
    0% {
        top: 0px;
        opacity: 0;
    }
    30% {
        top: 7px;
        opacity: 1;
    }
    100% {
        top: 12px;
        opacity: 0;
    }
}


.owl-carousel.owl-cards > .owl-nav {
    position: absolute;
    top: -7rem;
    right: 0;
    display: flex;
    align-items: center;
}

.owl-carousel.owl-cards .owl-nav button.owl-next,
.owl-carousel.owl-cards .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    background: #d69d5a;
    margin-left: 10px;
    transition: all 0.4s ease 0s;
    color: #fff;
    font-size: 24px;
}


.room-items .owl-stage-outer {
    padding: 0 1px;
}

.room-items .owl-stage {
    display: flex;
}

.room-items .item {
    height: 100%;
    position: relative;
}

.room-items .room-item {
    height: 100%;
    border: 1px solid #ccc;
}

.room-items .room-item:hover {
    border: 1px solid #aaa;
}

.room-items h3 {
    font-size: 18px;
}

.room-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.room-items li {
    font-size: 12px;
    line-height: 16px;
    color: #1A1A1A;
    display: inline-flex;
    align-items: center;
    margin: 0 12px 12px 0;
    padding: 0;
}

.room-items svg {
    fill: #919191;
    height: 12px;
    margin-right: 6px;
}

.room-items h3 a,
.room-items h3 a:hover {
    color: #000;
    text-decoration: none;
}

.room-item-price {
    font-size: 22px;
    color: #000;
}


.owl-carousel.owl-fullimg > .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.owl-carousel.owl-fullimg .owl-nav button.owl-next,
.owl-carousel.owl-fullimg .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 10px;
    transition: all 0.4s ease 0s;
    color: #333;
    font-size: 24px;
}

.room-attr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.room-attr li {
    font-size: 20px;
    line-height: 16px;
    color: #1A1A1A;
    align-items: center;
    margin: 20px 0;
    padding: 0;
}

.room-attr svg {
    fill: #d69d5a;
    height: 20px;
    max-width: 20px;
    margin-right: 15px;
}

.booking-form {
    background-color: #f2f2f2;
    border: 1px solid #d69d5a;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.2);
}





.service-item {
    background-size: cover;
    height: 500px;
}

.service-item-box {
    position: relative;
    padding: 70px;
    color: #fff;
    height: 100%;
    background-color:rgba(0, 0, 0, .5);
    -webkit-transition: background-color 1000ms;
    -o-transition: background-color 1000ms;
    transition: background-color 1000ms;
}

.service-item-box:hover {
    background-color:rgba(0, 0, 0, .8);
    -webkit-transition: background-color 1000ms;
    -o-transition: background-color 1000ms;
    transition: background-color 1000ms;
}

.service-item-box h3{
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
}




.testimonial-item .ti-time {
    font-size: 11px;
    letter-spacing: 1.2px;
    color: #242424;
    opacity: 0.5;
    font-weight: 600;
    line-height: 36px;
}

.testimonial-item h4 {
    color: #242424;
    font-weight: 600;
    margin-bottom: 6px;
}

.testimonial-item .rating {
    margin-bottom: 15px;
    font-size: 12px;
}

.testimonial-item .rating i {
    color: #ed8a19;
}

.testimonial-item p {
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.testimonial-item .ti-author .author-pic {
    float: left;
    margin-right: 18px;
}

.testimonial-item .ti-author .author-text {
    float: left;
    padding-top: 5px;
}

.testimonial-item .ti-author .author-pic img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
}

.testimonial-item .ti-author .author-text h6 {
    color: #F9AD81;
    font-weight: 600;
    line-height: 24px;
}

.testimonial-item .ti-author .author-text h6 span {
    display: block;
    font-size: 12px;
    color: #242424;
    letter-spacing: 0.2px;
}






.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-list > li {
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #e7e7e7;
}

.contact-list > li:last-child {
    border-bottom: none;
}

.contact-list .contact-list-title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.contact-list .contact-list-content {
    position: relative;
    padding-left: 30px;
}

.contact-list .contact-list-content i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    color: #d69d5a;
}

.contact-list .contact-list-content a {
    color: #9b9b9b;
}
.contact-list .contact-list-content a:hover {
    color: #2c6aa9;
}

.contact-list * + .contact-list-content {
    margin-top: 15px;
}

.contact-form {
    padding: 50px;
    background-color: #eee;
    margin-left: auto;
    max-width: 600px;
}





/**
 * .bottom, .footer
 */


 .bottom {
    background-color: #222222;
    color: #fafafa;
    padding: 70px 0px;
}

.bottom h3.title-logo {
    margin-top: -10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
}
.bottom h3.title-logo span {
    color: #d69d5a;
}

.bottom h3.title-bottom {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #ffffff;    
}

.bottom ul.social-icons {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    display: table;
}

.bottom ul.social-icons > li {
    text-align: center;
    display: inline-block;
}

.bottom ul.social-icons > li > a {
    margin: 10px 10px 0px 10px !important;
    line-height: 1%!important;
    display: block;
    
    height: 30px;
    margin: 10px;
    padding: 5px 5px 5px 5px;
    width: 30px;
    color: #ffffff;
    border-color: #4879b3;
    border-style: solid;
    border-width: 2px;
    border-radius: 100px;
    font-size: 15px;
}

.bottom ul.social-icons > li.ico-vk > a {
    border-color: #4a76a8;
}
.bottom ul.social-icons > li.ico-odnoklassniki > a {
    border-color: #ee8208;
}
.bottom ul.social-icons > li.ico-facebook > a {
    border-color: #4879b3;
}
.bottom ul.social-icons > li.ico-instagram > a {
    border-color: #c82f8e;
}

.bottom .callback {
    margin: 16px 0 0 0;
    position: relative;
    display: flex;
}

.bottom .callback .form-group {
    margin-bottom: 0;
}

.bottom .callback .phone {
    padding-right: 0;
    flex: 1;
}

.bottom .callback .phone input {
    background-color: #222222;
    color: #d69d5a;
    border: 2px solid #d69d5a;
    border-radius: 1px;
    padding: 15px 15px 15px 15px;
    display: block;
    width: 100%;
    height: inherit;
    font-size: 16px;
    line-height: 1.25;
    background-image: none;
    background-clip: padding-box;
}

.bottom .callback .phone input:focus {
    border-color: #d69d5a;
    outline: none;
    outline-color: #d69d5a;
    -webkit-box-shadow: 0 0 6px #fbd3a5;
    -moz-box-shadow: 0 0 6px #fbd3a5;
    box-shadow: 0 0 6px #fbd3a5;
}

.bottom .callback .button-wrap {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.bottom .callback .button-wrap button {
    background-color: #d69d5a;
    color: #fff;
    margin: 4px;
    padding: 12px 33px 12px 33px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.25;
}

.footer {
    background-color: #222222;
    text-align: center;
    color: #fafafa;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.footer .copyright {
    color: #808080;
}







.check-form {
    background-color:rgba(0, 0, 0, .3);
    padding: 30px;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
}
.site-index .check-form {
    background-color:rgba(0, 0, 0, .5);
    padding: 48px;
    margin: 0;
}

.check-form h4 {
    color: #ffffff;
    margin-bottom: 30px;
}

.check-form .form-group {
    background: #ffffff;
    color: #000;
    padding: 18px;
    margin-bottom: 0;
}

.check-form .form-control {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    color: #a7a7a7;
    padding-left: 0;
    padding-right: 0;
}

.check-form .form-control:focus {
    box-shadow: none;
}

.check-form .form-button,
.check-form .form-button button {
    height: 100%;
}