@font-face {
    font-family: "YanoneKaffeesatzRegular";
    src: url("../fonts/YanoneKaffeesatzRegular/YanoneKaffeesatzRegular.eot");
    src: url("../fonts/YanoneKaffeesatzRegular/YanoneKaffeesatzRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/YanoneKaffeesatzRegular/YanoneKaffeesatzRegular.woff") format("woff"),
    url("../fonts/YanoneKaffeesatzRegular/YanoneKaffeesatzRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "YanoneKaffeesatzBold";
    src: url("../fonts/YanoneKaffeesatzBold/YanoneKaffeesatzBold.eot");
    src: url("../fonts/YanoneKaffeesatzBold/YanoneKaffeesatzBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/YanoneKaffeesatzBold/YanoneKaffeesatzBold.woff") format("woff"),
    url("../fonts/YanoneKaffeesatzBold/YanoneKaffeesatzBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "YanoneKaffeesatzLight";
    src: url("../fonts/YanoneKaffeesatzLight/YanoneKaffeesatzLight.eot");
    src: url("../fonts/YanoneKaffeesatzLight/YanoneKaffeesatzLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/YanoneKaffeesatzLight/YanoneKaffeesatzLight.woff") format("woff"),
    url("../fonts/YanoneKaffeesatzLight/YanoneKaffeesatzLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "YanoneKaffeesatzExtraLight";
    src: url("../fonts/YanoneKaffeesatzExtraLight/YanoneKaffeesatzExtraLight.eot");
    src: url("../fonts/YanoneKaffeesatzExtraLight/YanoneKaffeesatzExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/YanoneKaffeesatzExtraLight/YanoneKaffeesatzExtraLight.woff") format("woff"),
    url("../fonts/YanoneKaffeesatzExtraLight/YanoneKaffeesatzExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GeorgiaIt";
    src: url("../fonts/geargia/georgia-italic.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GeorgiaBd";
    src: url("../fonts/geargia/georgia-bold.ttf");
    font-style: normal;
    font-weight: normal;
}

a {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c1f24;
    font-family: YanoneKaffeesatzBold;
    display: inline-block;
    line-height: 40px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

a i {
    color: #ffd101;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

a:hover i:last-child {
    margin-left: 10px;
}

a i:last-child {
    margin-left: 20px;
}

a:hover i:first-child {
    margin-right: 10px;
    margin-left: 0;
}

a i:first-child {
    margin-right: 20px;
    margin-left: 0;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 14px;
    font-family: GeorgiaIt;
    color: #000;
    line-height: 40px;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1c1f24;
    text-transform: uppercase;
    margin: 0;
}

.btn {
    border: 3px #1c1f24 solid;
    padding: 0 20px;
    font-family: YanoneKaffeesatzBold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #1c1f24;
    height: 58px;
    line-height: 52px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.booking-form {
    overflow: hidden;
}

.btn:hover {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 45px rgba(28, 31, 36, 1);
    -moz-box-shadow: inset 0px 0px 5px 45px rgba(28, 31, 36, 1);
    box-shadow: inset 0px 0px 5px 45px rgba(28, 31, 36, 1);
}

.input-box {
    width: 100%;
    margin: 10px 0;
}

.input-box .btn {
    width: 270px;
}

input {
    height: 58px;
    border: 3px #dedede solid;
    width: 100%;
    line-height: 52px;
    padding: 0 20px;
    font-size: 14px;
    font-family: GeorgiaIt;
    color: #1c1f24;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

textarea:focus,
input:focus {
    outline: none;
    border-color: #1c1f24;
    box-shadow: none;
}

textarea {
    height: 126px;
    border: 3px #dedede solid;
    width: 100%;
    line-height: 20px;
    padding: 20px;
    font-size: 14px;
    font-family: GeorgiaIt;
    max-width: 100%;
    color: #1c1f24;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(28, 31, 36, .5);
    transition: opacity 0.3s ease;
}

::-moz-placeholder {
    opacity: 1;
    color: rgba(28, 31, 36, .5);
    transition: opacity 0.3s ease;
}

:-moz-placeholder {
    opacity: 1;
    color: rgba(28, 31, 36, .5);
    transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
    opacity: 1;
    color: rgba(28, 31, 36, .5);
    transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-wrapper {
    padding: 25px 0;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    width: 100%;
    max-width: 133px;
}

.nav-box {
    margin-top: 65px;
}

.nav-box ul {
}

.nav-box ul li {
    display: inline-block;
    float: none;
}

div#right-nav ul {
    width: 100%;
    text-align: right;
}

.nav-box ul li {
    position: relative;
}

.nav-box ul li a {
    font-family: YanoneKaffeesatzBold;
    font-size: 18px;
    text-transform: uppercase;
    color: #1c1f24;
    padding: 0 15px;
    line-height: 40px;
    position: relative;
}

.nav-box ul li a:hover {
    background: transparent;
    color: #ffd101;
}

.nav-box ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -3px;
    background: #ffd101;
}

.nav-box ul li a:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav-box ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav-box ul li ul li {
    padding: 0;
    display: block;
    width: 100%;
}

.nav-box ul li ul li a {
    text-align: left;
}

.nav-box ul li ul li a::before {
    display: none;
}

div#slide-9-layer-8 .fa-play {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 3px #fff solid;
    padding: 12px 19px !important;
}

.padding-block {
    position: relative;
}

.rooms .padding-block::before {
    content: '';
    display: block;
    width: 100%;
    width: calc(100% - 30px);
    margin: 0 15px;
    border-bottom: 3px #dedede solid;
    position: absolute;
    left: 0;
    bottom: 0;
}

.title {
    text-align: center;
	width: 100%;
    overflow: hidden;
}

.title h1,
.title h2 {
    font-family: YanoneKaffeesatzBold;
    font-size: 48px;
    text-transform: uppercase;
    color: #1c1f24;
    line-height: 48px;
    margin-bottom: 25px;
    width: 100%;
}

.title span {
    display: inline-block;
    float: left;
    font-family: YanoneKaffeesatzRegular;
    font-size: 24px;
    color: rgba(28, 31, 36, .25);
    text-transform: uppercase;
}

.title span p {
    margin-bottom: 0;
    font-family: YanoneKaffeesatzRegular;
    font-size: 24px;
    color: rgba(28, 31, 36, .25);
    text-transform: uppercase;
}

.title a {
    float: right;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1c1f24;
    font-family: YanoneKaffeesatzBold;
}

.title a i {
    font-size: 10px;
    color: #ffd101;
    margin-right: 20px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.title a:hover i {
    margin-right: 10px;
}

.title a:hover {
    color: #ffd101;
}

.rooms-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 300px;
}

.rooms-block img {
    width: auto;
    height: auto;
    min-height: 300px;
    min-width: 100%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.rooms-block:hover img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.rooms-block .overlay-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    background: rgba(8, 62, 167, .25);
}

.rooms-block .overlay-block .border-block .hover-block {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffd101;
    padding: 30px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}

.rooms-block:hover .overlay-block .border-block .hover-block {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.rooms-block .overlay-block .border-block .price span {
    font-size: 18px;
    text-transform: lowercase;
}

.rooms-block .overlay-block .border-block .price {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 48px;
    font-family: YanoneKaffeesatzRegular;
    color: #fff;
}

.rooms-block .overlay-block .border-block h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: YanoneKaffeesatzRegular;
    color: #fff;
}

.rooms-block .overlay-block .border-block h3.pos-abs {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.rooms-block .overlay-block .border-block .count-fotos span {
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}

.rooms-block .overlay-block .border-block .count-fotos {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    font-family: YanoneKaffeesatzRegular;
    position: absolute;
    right: 30px;
    top: 30px;
}

.rooms-block .overlay-block .border-block {
    width: 100%;
    height: 100%;
    border: 3px #ffd101 solid;
    position: relative;
    padding: 30px;
}

.rooms-block .overlay-block .border-block .hover-block .btn {
    margin-top: 40px;
    width: 100%;
}

.rooms-block .overlay-block .border-block .hover-block .more-btn i {
    color: #1c1f24;
    font-size: 10px;
}

.rooms-block .overlay-block .border-block .hover-block .more-btn {
    font-size: 18px;
    color: #1c1f24;
    display: block;
    text-align: center;
    width: 100%;
    height: 58px;
    font-family: YanoneKaffeesatzBold;
    text-transform: uppercase;
    line-height: 58px;
    margin-top: 20px;
}

.rooms-block .overlay-block .border-block .hover-block .more-btn.pos-center-abs {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -29px;
}

.rooms-block .overlay-block .border-block .hover-block .more-btn:hover i:last-child {
    margin-left: 10px;
}

.rooms-block .overlay-block .border-block .hover-block .more-btn i:last-child {
    margin-left: 20px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.rooms-block .overlay-block .border-block .hover-block .more-btn:hover i:first-child {
    margin-right: 10px;
}

.rooms-block .overlay-block .border-block .hover-block .more-btn i:first-child {
    margin-right: 20px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.img-thumb {
    border: 3px #ffd101 solid;
}

.image-box {
    padding-right: 45px;
}

.img-thumb img {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: 30px;
    margin-bottom: -30px;
}

.desc-obout-us p {
    text-align: justify;
}

.owl-review {
    overflow: hidden;
    margin-top: 80px;
}

.owl-review .owl-item {
    float: left;
}

.owl-review .item {
    overflow: hidden;
}

.owl-review .item .img-thumb {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 100px;
}

.owl-review .item .img-thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 16px;
    margin-right: 9px;
    margin-top: 20px;
    min-width: 220px;
    margin-bottom: -20px;
}

.reviews {
    background: url(../images/bg.jpg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.reviews h1 {
    color: #ff0101;
    text-align: center;
    margin-bottom: 50px;
}

.reviews .row div {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #1c1f24;
    margin-bottom: 20px;
}

.reviews .row .spec-field-odd {
    color: #ff0101;
}

span.wpcf7-list-item-label {
    margin-left: 20px;
}

#pay-service label {
    padding: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.button-pay {
    text-align: center;
    margin-bottom: 40px;
}

.button-pay .btn {
    width: 100%;
    line-height: 17px;
}

img.cop-rev {
    width: auto !important;
    margin-bottom: 30px;
}

.owl-review .owl-nav div {
    position: absolute;
    top: 60%;
    z-index: 9;
    height: 50px;
    width: 50px;
    color: #e9ce42;
    line-height: 50px;
    cursor: pointer;
}

.owl-review .title {
    margin-bottom: 20px;
}

.owl-review .owl-nav div.owl-next {
    left: 46%;
}

.owl-review .owl-nav div.owl-prev {
    left: 0;
}

.reviews .padding-block {
    padding-top: 60px;
}

.owl-review .title h3 {
    font-size: 24px;
    color: #1c1f24;
    text-transform: uppercase;
    font-family: YanoneKaffeesatzRegular;
}

.galary ul li .gal-block {
    position: relative;
    width: 100%;
    height: 100%;
}

.galary ul li {
    display: inline-block;
    width: 33.33333%;
    margin-left: -3px;
    padding: 2px;
}

.galary ul li img {
    width: 100%;
}

.galary ul li.hotel-img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.galary ul li a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    background: rgba(8, 62, 167, .25);
    padding: 23px;
}

.galary ul li a:hover {
    background: rgba(8, 62, 167, .5);
}

.galary ul li a .border-box {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.galary ul li a .border-box::before,
.galary ul li a .border-box::after {
    display: block;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.galary ul li a .border-box::after {
    right: 0;
    bottom: 0;
    border-right: 3px #e9ce42 solid;
    border-bottom: 3px #e9ce42 solid;
}

.galary ul li a .border-box::before {
    left: 0;
    top: 0;
    border-top: 3px #e9ce42 solid;
    border-left: 3px #e9ce42 solid;
}

.galary ul li a:hover .border-box::after,
.galary ul li a:hover .border-box::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.galary ul li a .border-box i {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}

.galary ul li a:hover .border-box i {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer-contact table tr td:first-child {
    width: 55px;
}

.footer-contact table tr td {
    font-size: 14px;
    font-family: GeorgiaIt;
    color: #1c1f24;
    line-height: 40px;
    padding: 5px 0;
}

.footer-contact ul.social-block {
    margin-top: 50px;
}

.footer-contact ul.social-block li {
    display: inline-block;
    margin-right: 10px;
    width: 57px;
    height: 57px;
}

.footer-contact ul.social-block li a i {
    margin: 0;
}

.footer-contact ul.social-block li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 51px;
    margin: -1px;
    text-align: center;
    border: 3px transparent solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-contact ul.social-block li a.ins i {
    color: #275a85;
}

.footer-contact ul.social-block li a.ins {
    color: #275a85;
    border-color: #275a85;
}

.footer-contact ul.social-block li a.tw i {
    color: #13a6e9;
}

.footer-contact ul.social-block li a.tw {
    color: #13a6e9;
    border-color: #13a6e9;
}

.footer-contact ul.social-block li a.fb i {
    color: #4160a0;
}

.footer-contact ul.social-block li a.fb {
    color: #4160a0;
    border-color: #4160a0;
}

.footer-contact ul.social-block li a.vk i {
    color: #507299;
}

.footer-contact ul.social-block li a.vk {
    color: #507299;
    border-color: #507299;
}

.footer-contact ul.social-block li a i {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.footer-contact ul.social-block li a:hover i {
    color: #fff !important;
}

.footer-contact ul.social-block li a.ins:hover {
    -webkit-box-shadow: inset 0px 0px 0px 58px rgba(39, 90, 133, 1);
    -moz-box-shadow: inset 0px 0px 0px 58px rgba(39, 90, 133, 1);
    box-shadow: inset 0px 0px 0px 58px rgba(39, 90, 133, 1);
}

.footer-contact ul.social-block li a.tw:hover {
    -webkit-box-shadow: inset 0px 0px 0px 58px rgba(19, 166, 233, 1);
    -moz-box-shadow: inset 0px 0px 0px 58px rgba(19, 166, 233, 1);
    box-shadow: inset 0px 0px 0px 58px rgba(19, 166, 233, 1);
}

.footer-contact ul.social-block li a.fb:hover {
    -webkit-box-shadow: inset 0px 0px 0px 58px rgba(65, 96, 160, 1);
    -moz-box-shadow: inset 0px 0px 0px 58px rgba(65, 96, 160, 1);
    box-shadow: inset 0px 0px 0px 58px rgba(65, 96, 160, 1);
}

.footer-contact ul.social-block li a.vk:hover {
    -webkit-box-shadow: inset 0px 0px 0px 58px rgba(80, 114, 153, 1);
    -moz-box-shadow: inset 0px 0px 0px 58px rgba(80, 114, 153, 1);
    box-shadow: inset 0px 0px 0px 58px rgba(80, 114, 153, 1);
}

.copy-block .powered a span {
    font-size: 14px;
    font-family: GeorgiaIt;
    color: #ffd101;
    text-transform: none;
}

.copy-block .powered a {
    font-size: 14px;
    text-transform: none;
    font-family: GeorgiaIt;
    color: #a5a5a6;
    line-height: 40px;
}

.copy-block .copy {
    font-size: 14px;
    font-family: GeorgiaIt;
    color: #a5a5a6;
    line-height: 40px;
}

.copy-block {
    padding: 0 50px;
}

a.menu-mobile {
    display: none;
}

div#slide-9-layer-1 > div {
    padding: 0 5px !important;
}

div#slide-9-layer-11 {
    font-family: YanoneKaffeesatzBold !important;
}

.mobile-menu-wrap {
    display: none;
}

.title-block {
    margin-bottom: 50px;
}

.link-in-category {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    color: #ffd101;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    line-height: 30px;
}

.link-in-category:hover {
    color: #1c1f24;
}

.link-in-category span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    color: #ffd101;
    font-size: 10px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.link-in-category:hover span {
    color: #1c1f24;
    left: 15px;
}

.breadcrumb-wrap {
	padding: 0!important;
    font-family: GeorgiaIt;
    font-size: 14px;
    color: #a5a5a6;
}

.breadcrumb-wrap span,
.breadcrumb-wrap a span {
    font-family: GeorgiaIt;
    font-size: 14px;
    color: #a5a5a6;
    text-transform: capitalize;
}

.breadcrumb-wrap a span {
    padding: 0 10px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.breadcrumb-wrap a:hover span {
    color: #ffd101;
}

#map {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
}

.breadcrumb-wrap span {
    color: #d4d5d5;
}

.breadcrumb-wrap span:last-child span {
    padding-left: 10px;
}

.breadcrumb-wrap span:first-child a span {
    padding-left: 0;
}

section.contact-page + footer .padding-block {
    padding-top: 40px;
}

.big-image {
    min-height: 430px;
    position: relative;
    max-height: 770px;
    overflow: hidden;
}

.big-image img {
    max-width: 100%;
    min-height: 430px;
}

.big-image .overlay-image-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 62, 167, .5);
}

.hotel-img {
    height: 210px;
    overflow: hidden;
}

.big-image .overlay-image-header .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.square-romms {
    margin-top: 13%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: YanoneKaffeesatzRegular;
}

.title-rooms {
    font-size: 100px;
    color: #fff;
    text-align: center;
    font-family: YanoneKaffeesatzRegular;
    letter-spacing: 5px;
    margin: 40px 0;
}

.price-rooms {
    text-align: center;
    color: #fff;
    font-family: YanoneKaffeesatzRegular;
    font-size: 24px;
}

.price-rooms span {
    font-size: 48px;
}

.content-rooms h2 {
    font-size: 48px;
    color: #1c1f24;
    font-family: YanoneKaffeesatzBold;
    margin: 30px 0;
    text-transform: uppercase;
}

.content-rooms .galary {
    margin-top: 50px;
    width: 100%;
    float: left;
}

.content p {
    font-size: 14px;
    color: #1c1f24;
    font-family: GeorgiaIt;
    margin-bottom: 0;
}

.content b,
.content p b {
    font-family: GeorgiaBd;
    color: #1c1f24;
}

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

.content ul li {
    font-family: GeorgiaIt;
    color: #1c1f24;
    line-height: 40px;
    position: relative;
    padding-left: 8px;
}

.content ul li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.service-block ul {
    margin-left: 18px;
}

.service-block ul li {
    list-style-image: url(/wp-content/themes/RBtheme/images/check.png);
    text-transform: uppercase;
    font-size: 18px;
    font-family: YanoneKaffeesatzRegular;
    color: #1c1f24;
    line-height: 20px;
    margin: 30px 0;
    padding-left: 15px;
}

.rooms-single h2 {
    font-size: 48px;
    font-family: YanoneKaffeesatzBold;
    color: #1c1f24;
    text-transform: uppercase;
    margin: 35px 0;
}

span.after-title {
    width: 100%;
    display: block;
    font-size: 24px;
    color: #1c1f24;
    opacity: .25;
    text-transform: uppercase;
    font-family: YanoneKaffeesatzRegular;
    margin-bottom: 30px;
    margin-top: -30px;
}

.price-block-season {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.price-block-season .price-block-single .head-price {
    height: 75px;
    border-bottom: 3px #dedede solid;
    background: #f9f9f9;
    font-family: YanoneKaffeesatzRegular;
    font-size: 18px;
    color: #1c1f24;
    line-height: 72px;
}

.price-block-season .price-block-single .content-price {
    height: 75px;
    font-family: YanoneKaffeesatzRegular;
    font-size: 48px;
    color: #1c1f24;
    line-height: 75px;
}

.price-block-season .price-block-single .content-price span {
    font-size: 18px;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__select {
    height: 80px;
    color: #1c1f24;
    font-family: YanoneKaffeesatzRegular;
    font-size: 24px;
    line-height: 60px;
    border: none;
    padding-left: 30px;
    border-bottom: 2px #dedede solid;
    box-shadow: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.jq-selectbox__select:hover {
    background: transparent;
}

.jq-selectbox__select:active {
    background: transparent;
    box-shadow: none;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: none;
    border-bottom: 2px solid #1c1f24;
}

.jq-selectbox__trigger {
    border: none;
    width: 45px;
}

.row_date,
.jq-selectbox__trigger-arrow {
    position: absolute;
    width: 14px;
    height: 8px;
    display: block;
    background: url(../images/arrow-down.jpg) center center no-repeat;
    border: none;
    top: 28px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.row_date {
    top: 2px;
    right: 10px;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jq-selectbox__dropdown {
    color: #1c1f24;
    font-family: YanoneKaffeesatzRegular;
    font-size: 24px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.jq-selectbox li:hover {
    background: #dedede;
    color: #1c1f24;
}

.jq-selectbox li.selected {
    background: #dedede;
    color: #1c1f24;
}

.jq-checkbox:focus,
.jq-checkbox.focused,
.jq-checkbox.checked {
    border: 2px #ffd101 solid;
}

.jq-checkbox {
    width: 24px;
    height: 24px;
    margin: 0 0 0 30px;
    border: 2px #dedede solid;
    background: transparent;
    box-shadow: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.jq-checkbox.checked .jq-checkbox__div {
    background: url(../images/check.jpg) transparent center center no-repeat;
    margin: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.jq-checkbox .jq-checkbox__div {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: none;
    background-color: transparent;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.jq-selectbox li {
    padding: 0 30px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.ui-widget.ui-widget-content {
    z-index: 222 !important;
}

.form-row {
    margin-bottom: 50px;
    position: relative;
}

.booking-btn .btn {
    display: inline-block;
    width: auto;
    min-width: 300px;
}

.form-row input {
    height: 80px;
    color: #1c1f24;
    font-family: YanoneKaffeesatzRegular;
    font-size: 24px;
    line-height: 60px;
    border: none;
    padding-left: 30px;
    border-bottom: 2px #dedede solid;
}

span.wpcf7-form-control-wrap.acceptance {
    display: inline-block;
}

span.wpcf7-form-control-wrap.acceptance + br {
    display: none;
}

.form-row input:focus {
    border-color: #1c1f24;
}

.form-row label {
    padding: 0 30px;
    font-size: 14px;
    font-family: GeorgiaIt;
    color: #1c1f24;
    opacity: .5;
}

.form-row label.check {
    font-family: GeorgiaIt;
    color: #1c1f24;
    opacity: 1;
    padding-left: 20px;
}

.form-row label.check a {
    font-family: GeorgiaIt;
    color: #1c1f24;
    opacity: 1;
    font-size: 14px;
    text-transform: none;
    text-decoration: underline;
}

.form-row label.check a:hover {
    text-decoration: none;
}

.map-block iframe {
    width: 100%;
}

.left-side h2 {
    margin-bottom: 48px;
}

@media (max-width: 1200px) {
    .rooms-block .overlay-block .border-block .hover-block .btn {
        margin-top: 15px;
    }

    a.menu-mobile {
        display: block;
        position: absolute;
        left: 15px;
        top: 33px;
    }

    a.menu-mobile i {
        margin-right: 10px;
    }

    .mobile-menu-wrap {
        display: block;
        position: absolute;
        left: -100%;
        width: 100%;
        padding: 20px;
        overflow: hidden;
        background: rgba(222, 222, 222, 0.9);
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        z-index: 999;
    }

    .mobile-menu-wrap.active {
        left: 0;
    }

    .mobile-menu-wrap ul li {
        width: 50%;
        float: left;
    }

    .mobile-menu-wrap ul li a {
        display: block;
        height: 50px;
        padding: 0 15px;
        text-align: center;
        line-height: 40px;
    }

    .nav-box {
        display: none;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nav-box {
        margin-top: 43px;
    }

    .text-about {
        margin-top: 70px;
    }

    .title-rooms {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .copy-block {
        padding: 0 15px;
    }

    .copy-block .copy,
    .copy-block .powered {
        width: 100%;
        text-align: center;
    }

    .form-contact {
        margin-top: 50px;
    }

    .rooms-block {
        margin-bottom: 20px;
    }

    .owl-review .owl-nav div {
        top: 29%;
    }

    .owl-review .owl-nav div.owl-prev {
        left: 20px;
    }

    .owl-review .owl-nav div.owl-next {
        left: auto;
        right: 20px;
        text-align: right;
    }

    .image-box {
        padding-right: 15px;
    }

    .img-thumb img {
        margin: 0;
    }

    .nav-box {
        display: none;
    }

    .col-sm-2.logo {
    }

    .owl-review .item .img-thumb {
        margin-top: 0;
    }

    .owl-review {
        margin-top: 0;
    }

    .mb-wra {
        width: 100%;
        height: 0;
        position: absolute;
    }

    .title-rooms {
        font-size: 30px;
    }

    .breadcrumb-wrap {
        white-space: nowrap;
    }

    .rooms-single h2 {
        font-size: 38px;
        padding: 0 15px;
    }

    span.after-title {
        font-size: 16px;
        padding-left: 15px
    }

    .rooms-single h2 {
        font-size: 28px;
        padding: 0 15px;
    }
}

@media (max-width: 500px) {
    .galary ul li {
        width: 100%;
        margin: 0;
        display: block;
    }

    .mobile-menu-wrap ul li a {
        font-size: 15px
    }
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
    margin-top: 30px;
    text-align: center;
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .booking-form div[class*='col-'],
    .form-row {
        clear: both;
    }

}

aside.country-selector.weglot-inline.weglot-shortcode {
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
}
.jq-checkbox {
    opacity: 0;
    visibility: hidden;
}
.country-selector a {
    display: flex;
    align-items: center;
}
section.rooms {
    margin-top: 20px;
}
body.home.blog a.book-btn.btn {
    display: none;
}
body.home.blog .rooms-block .overlay-block .border-block .hover-block {
    display: flex;
    justify-content: center;
    align-items: center;
}