@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Prata');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('jquery.fancybox.css');

::selection {
    background: #454545;
    color: #fff;
}

::-moz-selection {
    background: #454545;
    color: #fff;
}

/* =================================== */
/*    Basic Style
/* =================================== */
html {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    counter-reset: section;
    position: relative;
    min-height: 100%;
}

*, a, a.active, a:focus, a:hover {
    outline: 0;
}

ol, ul, figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 1rem;
    line-height: 22px;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    outline: 0;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    color: #1d8fdf;
}

*:focus {
    outline: 0 none;
}

i, .btn {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

button:focus {
    outline: 0;
}

.padd-offset {
    padding-top: 30px;
    padding-bottom: 80px;
}

/* Preloader */
.preloader {
    background-color: #ffffff;
    background-image: url("../../images/default/icons/preloader.GIF");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

/* Scrool to top */
.scroll-to-top {
    background: #0a0a0a none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 15px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    width: 40px;
    z-index: 100;
}

.scroll-to-top:hover {
    background: #a52632 none repeat scroll 0 0;
    color: #ffffff;
}

/* Headlines */
h1.page-title {
    font-size: 53px;
    line-height: 100px;
    font-family: 'Prata', cursive;
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
h1.page-title-gr {
    font-size: 53px;
    line-height: 100px;
    font-family: 'Roboto Slab', serif;
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 600;
}


h1.page-title span {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    left: -3rem;
    top: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0.44;
    width: 1000px;
    color: #e1e1e1;
    z-index: -1;
}

h1.page-title.center {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #617a95;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

h1.page-title span {
    width: 100%;
    color: #e1e1e1;
}

.light-title {
    font-size: 24px;
    color: #424242;
    font-weight: 300;
    line-height: 40px;
}
.light-title-terms{
    font-size: 18px;
    color: #424242;
    font-weight: 500;
    line-height: 40px;
}

h2 {
    color: #a52632;
    font-size: 17px;
    font-weight: 900;
    line-height: 23px;
    text-transform: uppercase;
}

h2 span {
    color: #010101;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

h3 {
}

h4 {
    font-size: 17px;
    font-weight: 900;
}

h5 {
}

.h1 {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

.h5 {
    font-size: 16px;
    font-weight: 100;
    display: block;
    color: #cad1d7;
}

.h6 {
    font-size: 14px;
    font-weight: 100;
    display: block;
    color: #ff7e93;
}

/* Colour */
.blue-bg {
    background-color: #a52632;
    color: #e8e8e8;
}

.gray-bg {
    background-color: #f2f2f2;
}

.white-text {
    color: #fff !important;
}

.gray-darker-text {
    color: #7e7e7e;
}

/* Header */
header {
    position: relative;
}

header .header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 1rem 0 0 0;
    transition: all 300ms ease 0s;
}
.header-top  .text-right{
    margin-top: 20px !important;
}
.fixed-header .text-right{
    margin-top: 0px !important;
}
.fixed-header .logo{
    padding: 10px 0;
}
header .header-top.contact-page {
    position: relative;
    background-color: #161923;
}

.header-top.fixed-header {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    padding: 0;
    position: fixed;
    visibility: visible;
    z-index: 999;
}

header .header-top a {
    color: #fff;
    font-size: 13px;
}

.lang-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    padding: 5px;
}

/*
a.lang-btn{
	display:inline-block;
	color:#9d9d9d;
	font-size:11px;
	font-weight:300;
	line-height:21px;
	padding:0 0.5rem;
	margin:0 0 0 0.5rem;
	border-radius:0.6rem;
	border:1px solid transparent;
}
*/
.lang-btn:hover,
.lang-btn:focus {
    border: 1px solid #9d9d9d;
}

.lang-btn.select {
    color: #fff;
    border: 1px solid #fff;
}

.header-inside {
    padding-top: 138px;
}

.header-inside .header-top {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

header [role="main-navigation"] {
    margin-top: 1rem;
}

/* before drastic change 08.06.2017
header [role="main-navigation"] a{*/
/*line-height:30px;*/
/*position:relative;*/
/*padding:0 0.7rem;*/
/*}*/
header [role="main-navigation"] a {
    line-height: 30px;
    position: relative;
    padding: 0 0.4rem;
    font-size: 12px
}

header [role="main-navigation"] a:after {
    position: absolute;
    top: 100%;
    background-color: #a52632;
    height: 1px;
    width: 0;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    transition: ease-in-out all 0.3s;
}

header [role="main-navigation"] a:hover,
header [role="main-navigation"] a:focus,
header [role="main-navigation"] a.active {
    color: #a52632;
}

header [role="main-navigation"] a:hover:after,
header [role="main-navigation"] a:focus:after,
header [role="main-navigation"] a.active:after {
    width: 100%;
}

header [role="main-navigation"] > li > ul {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #a52632;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    transition: all 500ms ease 0s;
    width: 220px;
    z-index: 100;
}

header [role="main-navigation"] > li.dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

header [role="main-navigation"] > li > ul, header [role="main-navigation"] > li > ul > li > ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

header [role="main-navigation"] > li > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
}

header [role="main-navigation"] > li > ul > li:last-child {
    border-bottom: medium none;
}

header [role="main-navigation"] > li > ul > li > a {
    color: #272727;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

header [role="main-navigation"] > li > ul > li:hover > a {
    background: #a52632 none repeat scroll 0 0;
    color: #ffffff;
}

/* Other headers */
.title-page {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid transparent;
    -webkit-border-image: url(../../images/default/bg/promodays-bg.jpg) 30 stretch;
    -o-border-image: url(../../images/default/bg/promodays-bg.jpg) 30 stretch;
    border-image: url(../../images/default/bg/promodays-bg.jpg) 30 stretch;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    max-width: 300px;
}

.title-page h1 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Breadcrump */
.breadcrumb {
    padding: 0;
}

.breadcrumb-item {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 11px;
    text-transform: uppercase;
}

.breadcrumb-item a {
    color: #999;
}

.breadcrumb-item.active {
    color: #ff7e93;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #999;
    padding: 0 0.2rem 0 0.1rem;
    content: '//';
}
body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}
footer, header {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
main {
    overflow: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* Footer */
.footer {
    background: rgb(115,27,35);
    background: linear-gradient(52deg, rgba(115,27,35,1) 0%, rgba(165,38,50,1) 100%);
    color: #fff;
    position: relative;
    font-size: 13px;
    padding: 3rem 0 2rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.footer .copyright {
    color: #FFF;
    font-weight: 300;
    text-align: center;
}

.footer .copyright small {
    color: #fff;
    fotn-size: 11px;
    display: block;
    text-align: center;
}

.footer .logo img {
    display: block;
    margin: 0 auto 0.3rem;
}

.footer .search {
    position: absolute;
    top: -65px;
    left: 0;
    width: 600px;
    margin: auto;
    right: 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(68, 68, 68, 0.7);
    overflow: hidden;
}

.footer .search .input-group-addon {
    background: #fff;
    border: 0;
    color: #b4b4b4;
}

.footer .search .form-control {
    border: 0;
}

.footer a {
    color: #fff;
}

.footer a:hover,
.footer a:focus {
    color: #8ec0f5;
}

.footer a.nav-link {
    padding: 0;
    line-height: 30px;
}

/* Breadcrumb */
.breadcrumb {
    background: none;
    margin: 10px 0;
    padding: 1rem 0 0;
}

/* Forms */
.form-control {
    border-color: #cdcdcd;
}

.availability {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #e8e8e8;
    cursor: pointer;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: -0.8px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
}

.availability:hover, .availability:focus {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.event-page .short-descr{
    text-align: justify;
}
/* Buttons */
.btn {
    cursor: pointer;
    border-radius: 0;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}

.btn-blue {
    background: rgb(115,27,35);
    background: linear-gradient(52deg, rgba(115,27,35,1) 0%, rgba(165,38,50,1) 100%);
    color: #FFF;
}
.btn-border{
    border: 3px solid #FFF;
}
.btn-blue:hover,
.btn-blue:focus {
    color: #DDD !important;
}

.bnt-border-grad {
    background: none;
    position: relative;
    color: #000;
}

.bnt-border-grad:before {
    border: 2px solid transparent;
    -webkit-border-image: url(../../images/default/bg/promodays-bg.jpg) 30 stretch;
    -o-border-image: url(../../images/default/bg/promodays-bg.jpg) 30 stretch;
    border-image: url(../../images/default/bg/promodays-bg.jpg) 30 stretch;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
}

.bnt-border-grad:hover,
.bnt-border-grad:focus {
    background-color: #d6405a;
    color: #fff;
}

.btn-gradient {
    /*background: url(../../images/default/bg/promodays-bg.jpg) no-repeat center center;*/
    background: rgb(115,27,35);
    background: linear-gradient(52deg, rgba(115,27,35,1) 0%, rgba(165,38,50,1) 100%);
    border: 0;
    color: #fff;
    position: relative;
    line-height: 48px;
}

.btn-gradient:hover {
    color: #fff;
}

.btn-gradient:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    content: '';
    background-color: #fff;
    transition: ease-in-out all 0.3s;
}

.btn-gradient:hover:after {
    width: 80%;
}

.btn-pink {
    background-color: #a52632;
    color: #fff;
}

.btn-pink:hover,
.btn-pink:focus {
    background: #a52632;
    color: #fff;
}

/* Homepage slider */
.on_slider_top {
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 90;
}

.slider-content-One {
    text-align: center;
}

.slider-content-One p {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    line-height: 29px;
}

.slider-content-One p span:nth-child(2) {
    font-size: 19px;
    display: block;
}

.promo-days {
    width: 613px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
}

.promo-days > .day-from,
.promo-days > .day-to {
    -moz-box-flex: 1;
    flex: 1 1 25%;
}

.day-from,
.day-to {
    padding: 1rem;
}

.day-from {
    border-right: 1px solid #ececec;
}

.promo-days .check-text {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #a52632;
    line-height: 20px;
}

.promo-days .dd {
    display: block;
    font-size: 78px;
    font-weight: 100;
    color: #a52632;
    line-height: 70px;
}

.promo-days .mm-yy {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #b8b8b8;
    line-height: 12px;
}

.promo-days > .promo-cod-box, .promo-cod-box-mobile {
    -moz-box-flex: 1;
    flex: 1 1 50%;
    /*background: url(../../images/default/bg/promodays-bg.jpg) no-repeat center center;*/
    background: rgb(115,27,35);
    background: linear-gradient(52deg, rgba(115,27,35,1) 0%, rgba(165,38,50,1) 100%);
    background-size: cover;
    color: #fff;
    padding: 1rem;
}

.promo-days > .promo-cod-box a:nth-child(2) {
    display: block;
    color: #ff7e93;
    margin-bottom: 0.2rem;
}
.sitemap-page{
    padding-bottom: 80px;
}

/* Fast booking */
.fast-booking-box {
    position: relative;
    z-index: 1;
}
.event-style{
    margin-bottom: 60px !important;
}

.fast-booking-box:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1300px;
    content: '';
    left: -15px;
    z-index: -1;
}
.dark-bg{
    background-color: rgba(0, 0, 0, 0.8);
}

.datetimepicker {
    position: relative;
    font-size: 13px;
}

.datetimepicker .input-group-addon {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

/* Homepage */
[class*="ab-"] {
    margin-bottom: 0.7rem;
    position: relative;
}

[class*="ab-"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ab-1 {
    width: 100%;
    height: 210px
}

.ab-2 {
    width: 44%;
    height: 330px;
    float: left;
    margin-right: 0.8rem;
}

.ab-3 {
    width: 53%;
    height: 160px;
    float: left;
}

/* Rooms slider */
.rooms-box {
    background: url(../../images/default/about-us/about5.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 500px;
}

.rooms-slide .rooms {
    margin: 0 0.3rem 1rem;
    width: 270px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.rooms {
    background-color: #fff;
    color: #313131;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
}

.rooms figure {
    position: relative;
    width: 100%;
    height: 225px;
}

.rooms figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.rooms figure .fa {
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    text-align: center;
    top: 0;
}

.rooms figure .fa-search-plus {
    right: 0;
}

.rooms figure .fa-heart-o {
    left: 0;
    color: #d62e75;
}

.rooms .rooms-descr {
    padding: 0.7rem;
}

.rooms h2 {
    font-size: 17px;
    color: #313131;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.raiting {
    font-size: 13px;
    color: #d3d3d3;
    margin: 0.5rem 0;
}

.raiting .active {
    color: #f1ad1b;
}

.rooms .services-include {
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    display: flex;
    border-top: 1px solid #e2e2e2;
}

.rooms .services-include > * {
    -moz-box-flex: 0;
    flex: 0 0 14.2%;
    height: 20px;
    background: url(../../images/default/icons/service-icon.png) no-repeat 0 0;
}

.rooms .services-include .key {
    background-position: 5px 0;
}

.rooms .services-include .wifi {
    background-position: -33px 0;
}

.rooms .services-include .tv {
    background-position: -69px 0;
}

.rooms .services-include .sofa {
    background-position: -107px 0;
}

.rooms .services-include .food {
    background-position: -148px 0;
}

.rooms .services-include .chair {
    background-position: -182px 0;
}

.rooms .services-include .safe {
    background-position: -217px 0;
}

.rooms .price {
    font-size: 31px;
    color: #313131;
    line-height: 34px;
    font-weight: bold;
}

.rooms .book-now {
    color: #a52632;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.rooms > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px
}

/* Slider setiings */
.mCustomScrollBox {
    width: 100%;
}

.rooms-slide #mCSB_2_container {
    display: flex !important;
    max-height: 400px;
    overflow: hidden;
}

.rooms-slide .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: -moz-linear-gradient(left, rgba(202, 112, 209, 0) 0%, rgba(202, 112, 209, 1) 50%, rgba(202, 112, 209, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(202, 112, 209, 0) 0%, rgba(202, 112, 209, 1) 50%, rgba(202, 112, 209, 0) 100%);
    background: linear-gradient(to right, rgba(202, 112, 209, 0) 0%, rgba(202, 112, 209, 1) 50%, rgba(202, 112, 209, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);

}

.rooms-slide .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.rooms-slide .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 9px;
}

/* Services */
.services {
    margin-bottom: 1rem;
}

.services h2 {
    padding-top: 3rem;
    position: relative;
    margin-bottom: 1rem;
    font-size: 17px;
    font-weight: 900;
    color: #a52632;
    text-transform: uppercase;
}

.services h2:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    content: '';
    background: url(../../images/default/icons/services.png) no-repeat 0 0;
}

.services h2.extras:before {
    background-position: 0 -49px;
}

.services h2.spa:before {
    background-position: 0 -95px;
    height: 45px;
}

.services h2.rooms-icon:before {
    background-position: 0 -140px;
}

.services p {
    color: #a7a7a7;
    font-weight: 300;
}

/* Our galery */
.ov-hidden {
    overflow: hidden;
}

.our-gallery .owl-controls {
    position: absolute;
    bottom: 1rem;
    right: -9rem;
    color: #fff;
}

.our-gallery .owl-controls .owl-prev,
.our-gallery .owl-controls .owl-next {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 1rem;
}

.our-gallery .item {
    width: 100%;
    height: 420px;
    position: relative;
}

.our-gallery .item img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}

/* Feedbacks */
.testimonials-box {
    position: relative;
}

.testimonials-box:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    height: 100%;
    content: '';
    background: url(../../images/default/bg/feedbacks.jpg) no-repeat bottom left;
}

.testimonials .owl-controls {
    position: absolute;
    bottom: 1rem;
    left: -9rem;
    color: #fff;
}

.testimonials .owl-controls .owl-prev,
.testimonials .owl-controls .owl-next {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 1rem;
}

.testimonials .item {
    padding: 1rem;
}

.author {
    color: #a52632;
    font-weight: 900;
    text-transform: uppercase;
}
.tox-notifications-container{
    display: none !important;
}
/* Events */
.event-type-one {
    background-color: #fff;
    display: flex;
    margin-bottom: 30px;
}

.event-type-one > * {
    flex: 1 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.event-page .event-type-one{
    display: block;
}
.event-page .event-type-one img{
    width: 100% !important;
    margin: 0 auto;
    height: auto;
}
.event-page .ev-image{
    display: flex;
}
[class*="event-type-"] .ev-image {
    height: 265px;
    position: relative;
    overflow: hidden;
}

[class*="event-type-"] .ev-image img {
    width: auto !important;
    height: auto;
    max-height: 500px;
    max-width: 100%;
}

[class*="event-type-"] .event-short-info {
    padding: 0.7rem;
}

.flex-type {
    display: flex;
}

.ev-date {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}

.ev-date span {
    color: #a52632;
    display: block;
    font-size: 78px;
    font-weight: 900;
    letter-spacing: -2px;
    text-align: center;
    line-height: 66px;
    width: 87px;
}

[class*="event-type-"] h2 {
    font-size: 17px;
    line-height: 29px;
    color: #a52632;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 1rem;
}
[class*="event-type-"] h1 {
    font-size: 17px;
    line-height: 29px;
    color: #a52632;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 1rem;
}
.event-type-two {
    background-color: #fff;
}
.short-descr a{
    color: #a52632;
}
/* Lastes News */
.lastest-news {
    color: #979797;
}

/* Mobile menu */

.current {
    color: #FFF !important;
}

/* Hidden Bar */
.hidden-bar {
    background-color: #13131f;
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 700ms ease 0s;
    width: 305px;
    z-index: 9999;
}

.hidden-bar-wrapper {
    height: 100%;
}

.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.hidden-bar.right-align {
    right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0;
}

.hidden-bar.right-align .hidden-bar-closer {
    left: 0;
}

.hidden-bar.left-align {
    left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
    left: 0;
}

.hidden-bar.left-align .hidden-bar-closer {
    right: -20px;
}

.hidden-bar .hidden-bar-closer {
    height: 40px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 300ms ease 0s;
    width: 40px;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
    background: #a52632 none repeat scroll 0 0;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: #a52632;
    border: medium none;
    color: #fff;
    font-size: 14px;
    padding: 0;
    line-height: 38px;
    display: block;
    text-align: center;
    width: 100%;
    outline: medium none;
}

/* Hidden bar menu */
.hidden-bar .side-menu ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.hidden-bar .side-menu ul li a .btn.expander {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    outline: medium none;
    padding: 0 10px;
    line-height: 25px;
    position: absolute;
    right: 20px;
    top: 6px;
}

.hidden-bar .side-menu ul li ul {
    background-color: rgba(255, 255, 255, 0.1);
}

footer .social-icons{
    margin: 0 auto;
    text-align: center;
}
/* Social */
.hidden-bar .social-icons {
    margin: 50px 0 30px;
    text-align: center;
}

.hidden-bar .social-icons ul li, footer .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.hidden-bar .social-icons ul li a, footer .social-icons ul li a {
    background-color: #a52632;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 36px;
}
.footer .social-icons ul li a{
    background-color: #000;
}
/* Hidden bar logo */
.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}

/* Mobile button */
.header-top .nav-toggler {
    display: none;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: 50%;
}

.header-top .nav-toggler button {
    background: #a52632 none repeat scroll 0 0;
    border: 1px solid #a52632;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 34px;
    position: relative;
    text-align: center;
    width: 42px;
}

/* Contact page */
.addres-icon,
.info-icon {
    position: relative;
    padding-left: 50px;
    font-weight: 300;
}

.addres-icon:after,
.info-icon:after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome';
    content: '\f041';
    text-align: center;
    color: #a52632;
    font-size: 39px;
}

.info-icon:after {
    content: "\f129";
}

/* Apartment page */
.grid-view {
    display: flex;
    flex-wrap: wrap;
}

.aparts {
    width: 33.3%;
    position: relative;
    overflow: hidden;
    height: 20vw;
}

.aparts img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-view {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 3rem;
    transition: ease-in-out all 0.3s;
    opacity: 1;
    visibility: visible;
}

.aparts:hover .first-view {
    opacity: 0;
    visibility: hidden;
}

.second-view {
    position: absolute;
    background-color: rgba(238, 42, 74, 0.8);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 3rem;
    transition: ease-in-out all 0.3s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}

.aparts:hover .second-view {
    opacity: 1;
    visibility: visible;
}

.first-view h2,
.first-view a,
.second-view h2,
.second-view a {
    color: #fff;
}

.check-av {
    background-color: rgba(238, 42, 74, 1);
    color: #fff;
    padding-top: 8rem;
    text-align: center;
}

.check-av a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/* Extras page */
.two-col-fluid {
    overflow: hidden;
    position: relative;
}

.two-col-fluid .image-column {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.two-col-fluid.right-image .image-column {
    left: 0;
}

.two-col-fluid.right-image .row {
    justify-content: flex-end;
}

.fix-events-padding {
    padding: 20px 75px 5px 55px !important;
}

.two-col-fluid .left-column .inner-box {
    padding: 90px 75px 90px 0;
    position: relative;
    z-index: 1;
}

.two-col-fluid .image-column .hidden-image {
    display: none;
}

.services-list figure {
    margin-top: 2rem;
}

/* Gallery */
.gallery-item-three {
    margin-bottom: 30px;
}

.gallery-item-three .inner-box {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.image-box .image img {
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.inner-box .image-box .overlay-box {
    background-color: rgba(255, 61, 84, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.gallery-item-three .inner-box:hover .overlay-box {
    opacity: 1;
}

.image-box .overlay-box .fa {
    color: #ffffff;
    font-size: 24px;
    margin-left: -11px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
}

/* Rooms page */
.inner-box {
    margin-bottom: 1rem;
}

.rate-block .image-box {
    position: relative;
    height: 250px;
}

.rate-block .inner-box .image-box img {
    height: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.rate-block .inner-box .lower-content {
    border: 1px solid #eeeeee;
    position: relative;
    padding: 2rem;
}

.rate-block .inner-box .lower-content .upper-box {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}

.rate-block .inner-box .lower-content .upper-box h2 {
    display: inline-block;
}

.rate-block .inner-box .lower-content .upper-box .raiting {
    float: right;
    margin-top: 6px;
    position: relative;
}

.text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 22px;
    margin-top: 15px;
    position: relative;
}

.list-style-one li {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.list-style-one li::before {
    color: #5e6976;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 6px;
}

.rate-block .inner-box .lower-content .lower-box {
    padding-top: 1rem;
}

.price-day {
    color: #313131;
    font-size: 15px;
    line-height: 15px;
}

.price-day span {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    top: 2px;
}

.rate-block .inner-box .lower-content .lower-box .book-now {
    border-bottom: 1px solid #a52632;
    color: #a52632;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.view-rooms {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px
}

/* Single Room */

/*Reservation success page*/
.image-carousel {
    margin-bottom: 0.5rem;
}

.image-carousel .owl-item > li {
    position: relative;
    height: 370px;
    width: 100%
}

.image-carousel .owl-item > li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs-carousel {
    margin-bottom: 0.5rem;
}

.thumbs-carousel .owl-item {
    position: relative;
    height: 60px;
    width: 100%;
}

.thumbs-carousel .owl-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reservation {
    /*background: ;*/
    color: #fff;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    border: 0;
    color: #899cb0;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #a52632;
}

.alert-box {
    background: url(../../images/default/alert-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin: 2rem 0;
}

.alert-box > strong {
    font-size: 22px;
    display: block;
}

.alert-box .alert-large {
    font-size: 32px;
    font-weight: 300;
    display: block;
    line-height: 1.5;
    margin: 0.7rem 0;
}
header .contact-link a{
    font-size: 17px;
    font-weight: 300;
}
.alert-box a {
    color: #fff;
}

@media (max-width: 767px) {
    .alert-box > strong {
        font-size: 16px;
        display: block;
    }

    .alert-box .alert-large {
        font-size: 22px;
    }
}

/* Offers */
.promotions-box {
    margin-bottom: 1rem;
}

.promotions-box h1.page-title.center {
    border: 0;
}

.promotions-box:nth-child(2n+1) {
    background-color: #5F4261;
}

.testimonials-box * {
    position: relative;
    z-index: 90;
}

.promotions-box a {
    color: #fff;
}

[class*="event-type-"].event-style .ev-image {
    height: auto;
    min-height: 200px;
    max-width: 100%;
}

[class*="event-type-"] .ev-image img {
    position: relative;
    /*height: auto;*/
}

.event-style h2 {
    padding: 0;
}

.event-style .short-descr * {
    margin-bottom: 0.4rem;
}

.offers-rooms {
    border: 1px solid #eee;
    margin-bottom: 1rem;
    width: 100%;
}

.offers-rooms .upper-box {
    padding: 0.7rem 0.7rem 0 0;
}

.offers-rooms.rate-block .image-box {
    height: 100%;
}

.offers-rooms .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers-rooms .title-box * {
    margin: 0;
}

.offers-rooms .raiting {
    width: 100px;
}

.offers-rooms .title-box h2 {
    width: 40%;
}

.offers-rooms .list-style-one {
    display: flex;
    flex-wrap: wrap;
}

.offers-rooms .list-style-one li {
    width: 50%;
}

.day-offers {
    display: flex;
}

.day-offers span {
    font-size: 12px;
    color: #b8b8b8;
    line-height: 17px;
}

.day-offers .days {
    font-size: 35px;
    line-height: 1;
    padding: 0 5px;
    font-weight: 300;
    color: #a52632;
}

.offers-rooms .book-now {
    padding-bottom: 1rem;
    display: inline-block;
    color: #a52632;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1.5;
}

.offers-rooms .book-now:hover,
.offers-rooms .book-now:focus {
    color: #1D4167;
}

.offers-rooms .inner-box {
    margin-bottom: 0;
}

.promo-price {
    color: darkgreen;
    font-weight: 700;
}

.promo-book-now {
    float: right;
    padding-right: 5%;
}

.promo-unavailable {
    transform: rotate(-25deg);
    width: 30%;
    float: right;
    padding-right: 5%;
}

/*pagination*/
.pagination {
    margin: 1rem 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link {
    background-color: #fff;
    border: 1px solid #a52632;
    color: #a52632;
    margin-left: 2px;
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #ec2a4a;
    color: #ec2a4a;
    cursor: not-allowed;
    pointer-events: none;
}

.page-link:focus, .page-link:hover {
    background-color: #a52632;
    border: 1px solid #a52632;
    color: #fff;
}

.active-pagination {
    background-color: #a52632;
    color: white;
}

.active_promo {
    color: red;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
}

.places-gallery.gallery-item-three .inner-box {
    height: 200px;
}

.promo-cod-box-mobile {
    display: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px !important;
    border: 1px solid #888;
    max-width: 1000px;
    text-shadow: none !important;
    text-align: center;
    border-radius: 0;
}
.modal-dialog {
    max-width: 1000px;
}
.popup-pr-row{
    margin: 20px 0;
}
.modal-content span {
    color: #000;
}
.modal #close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 10px;
    text-align: right;
    cursor: pointer;
}
.header-top.fixed-header{
    padding-top: 10px;
}
.header-top.fixed-header .logo img{
    width:100px;
}
.footer .logo img{
    max-width: 100%;
    width: 180px;
}
.rooms-page .inner-box p{
    line-height:22px !important;
}
.about-btn{
    width: 100%;
    max-width: 400px;
    margin: 70px auto 0 auto;
}
.text-justify{
    text-align: justify;
}
.index .book-now-wrapper {
    padding-right: 30px;
}
.book-now-wrapper{
    display:none;
}
.page-container {
    background: #F0F2F5;
}
.thumbs-carousel .owl-prev{
    position: absolute;
    top: 20%;
    left: -15px;
}
.thumbs-carousel .owl-next{
    position: absolute;
    top: 20%;
    right: -15px;
}
.thumbs-carousel .owl-controls .fa{
    font-size: 30px;
    font-weight: bold;
    color: #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.thumbs-carousel .owl-controls .fa:hover{
    color: #333;
}
.bg-img-404{
    background: url(../../images/default/stela-404.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 830px;
}
.invalid-feedback{
    display: none;
    border: 1px solid #a52632;
    padding-left: 10px;
    font-weight: 400;
    padding: 3px;
    background: rgba(217, 83, 79, 0.1);
    border-radius: 0 0 3px 3px;
}
#payment_form .invalid-feedback{
    border:none;
    background: transparent;
}
.is-invalid{
    border: 1px solid #a52632;
    border-radius: 3px 3px 0 0;
}
.error_captcha{
    display: none;
}
.thumbs-carousel .owl-nav .fa{
    font-size: 30px;
}
.thumbs-carousel .owl-nav .disabled .fa{
    color: #eee;
}
footer .lang-btn{
    padding: 5px 2px;
}
.hierarchy-menu{
    margin-top: 20px;
}
.hierarchy-menu a > svg {
    fill: currentColor;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.hierarchy-menu a{
    font-size: 14px;
}
.hierarchy-menu a:hover{
    color: #a52632;
}
.hierarchy-menu a {
    color: #a52632;
    text-decoration: none;
}
.hierarchy-menu.width-350 {
    width: 350px;
}

/* List */
.hierarchy-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
}
.hierarchy-menu ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 27px;
    left: 6px;
    border-left: 1px dashed #373E4B;
}
.hierarchy-menu > ul {
    padding: 15px 0 10px 25px;
    background: #eee;
}
.hierarchy-menu > ul ul {
    padding-left: 16px;
}

/* List items */
.hierarchy-menu ul li {
    display: block;
    position: relative;
}
.hierarchy-menu > ul ul li:before {
    content: '';
    display: block;
    height: 0px;
    width: 20px;
    border-bottom: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: 16px;
}
.hierarchy-menu > ul ul li:after {
    content: '';
    display: block;
    height: 43px;
    width: 0;
    border-left: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: -27px;
}
.hierarchy-menu > ul ul li.group-lvl:before {
    width: 7px;
}
.hierarchy-menu > ul ul li:first-child:after {
    height: 28px;
    top: -12px;
}

/* Links */
.hierarchy-menu ul a {
    display: block;
    padding: 6px 18px;
    height: 44px;
    position: relative;
    color: #000;
    transition: 100ms;
}
.hierarchy-menu ul a:hover {
    color: #a52632;
}
.hierarchy-menu ul a.active {
    color: #333;
}
.hierarchy-menu ul a > svg {
    fill: currentColor;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.hierarchy-menu li.sub-nav > a:before {
    position: absolute;
    left: 4px;
    top: 14px;
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hierarchy-menu li.sub-nav.open > a:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hierarchy-menu > ul > li.sub-nav.open > a  {
    color: #a52632;
}
.hierarchy-menu li.sub-nav > ul ul li a{
    color: #666;
}
.hierarchy-menu ul > ul li{
    display:inline-block;
}
.hierarchy-menu li.sub-nav > ul {
    display: block;
    margin-top: -5px;
}
.hierarchy-menu li.sub-nav.open > ul {
    display: block;
}
.page-404{
    background: #000;
}
.notfound-text{
    color: #fff;
    padding-top: 210px;
    width: 180px;
    display: block;
    margin: 0 auto;
    font-family: 'Prata';
}
.notfound-bottom{
    color: #fff;
    padding-top: 200px;
    width: 180px;
    display: block;
    font-size: 0.8rem;
    margin: 0 auto;
    font-family: Roboto;
}
.notfound-bottom a{
    color: #fff;
    text-decoration: underline;
}
.contact-link{
    width: 200px;
    float: right;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 10px 10px 0 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
.contact-link a{
    font-size: 17px;
    font-weight: bold !important;
    color: #000 !important;
}
.contact-link-index{
    display: none;
}
.fixed-header .contact-link-index{
    display: block;
}
.contact-link .fa{
    color: #a52632;
}
.contact-link-mobile{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    padding-left: 20px;
}
.contact-link-mobile a{
    font-size: 17px !important;
    font-weight: 300;
}
.contacts-index-block{
    background: rgb(115,27,35);
    background: linear-gradient(52deg, rgba(115,27,35,1) 0%, rgba(165,38,50,1) 100%);
    background-size: cover;
    color: #fff;
    padding: 25px 10px;
    font-weight: 300;
    width: 310px;
    font-size: 20px;
    margin: 30px auto;
}
.contacts-index-block a{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}
.contacts-index-block .link-p{
    margin-bottom: 0;
}
.two-col-fluid{
     margin-bottom: 20px;
 }
.events .two-col-fluid{
    margin-bottom: 100px;
}
#promoPopup a{
    font-weight: 600;
}
body .ui-dialog .ui-dialog-buttonpane button {
    padding: 4px 10px;
}
body .ui-widget-overlay {
    opacity: 0.5;
}
.ui-dialog .ui-dialog-title {
    color: #a52632;
}
#promoPopup p {
    text-align: justify;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal .modal-content {
    background-color: #fefefe;
    margin: 160px auto auto auto;
    padding: 20px !important;
    border: 1px solid #888;
    width: 95%;
    max-width: 600px;
    text-shadow: none !important;
    text-align: left;
    border-radius: 0;
}
.modal .popup-pr-row{
    margin: 20px 0;
}
.modal .modal-content span {
    color: #000;
    font-weight: bold;
}
.modal .close{
    position: absolute;
    top: -15px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    padding: 0 5px;
    opacity: 1;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
    color:#a52632;
    z-index: 9999;
}
#promoPopup p{
    margin-bottom: 0.5rem;
}
#promoPopup img{
    position: absolute;
    top: 0;
    right: -180px;
    z-index: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.modal-img-wrapper{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
#promoPopup p{
    font-size: 13px;
}
#promoPopup .promo-badge{
    top: 5px;
    position: absolute;
    left: 350px;
    z-index: 999;
    background: #a52632;
    font-size: 35px;
    padding: 0 10px;
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.popup-btn{
    background: #a52632;
    color: #FFF;
    margin: 0 10px 0 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    cursor: pointer;
}
.popup-btn-wrapper{
    position: absolute;
    bottom: 10px;
    z-index: 99;
}
#popupMsg .popup-btn-wrapper{
    right: 0;
}
.custom-control-input:active~.custom-control-indicator{
    background-color: #ddd;
    color:#fff;
}
.custom-control-input:checked~.custom-control-indicator{
    background-color: #a52632;
    color: #fff;
}
.w100{
    width: 100%;
}
.w50{
    width: 50%;
}
.image-carousel .owl-nav{
    display:none;
}
.header-top .dropdown-toggle::after{
    border:none !important;
}
.header-top .dropdown.open .dropdown-menu{
    display:block;
}
.header-top .dropdown-menu a{
    color: #666 !important;
}
.header-top .dropdown-menu{
    left:unset;
    right:0;
}
.w2-3{
    width: calc(66% - 10px);
    margin: 0 5px;
}
.w1-3{
    width: calc(33% - 10px);
    margin: 0 5px;
}
.inovation img {
    max-width: 300px;
}



/* Responsive */
@media (max-width: 1600px) {
    .on_slider_top{
        margin-top: 30px;
    }
}
@media (max-width: 1400px) {
    .on_slider_top{
        margin-top: 80px;
    }
}
@media (max-width: 1200px) {
    /* General */
    .on_slider_top{
        margin-top: 130px;
    }
    h1.page-title span {
        font-size: 42px;
    }
    .btn {
        font-size: 13px;
    }
    /* Header */
    header [role="main-navigation"] a {
        padding: 0 0.5rem;
    }
    /* Homepage */
    .slider-content-One {
        bottom: 25%;
    }
    .ab-2 {
        margin-right: 0.6rem;
    }
    [class*="event-type-"] h2 {
        line-height: 22px;
    }
    .page-404 .header-inside{
        padding-top: 110px;
    }
}

@media (max-width: 992px) {
    /* General */
    h1.page-title span {
        font-size: 26px;
    }
    header .header-top {
        padding: 0.5rem 0 0.5rem 0;
    }
    .header-top.fixed-header {
        padding-top: 0px;
    }
    .contact-link-mobile{
        display: inline-block;
    }
    .fixed-header .contact-link-mobile{
        top: 25px;
    }
    .contacts-index-block{
        display: none;
    }
    /* Header */
    .header-top .nav-toggler {
        display: block;
        margin-right: 20px;
    }
    .bg-slider{
        padding-top: 80px;
    }
    .bg-slider:after{
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 80px;
        z-index: 99999;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.8);
        /*background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); !* FF3.6-15 *!*/
        /*background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
        /*background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );*/
    }
    /* Homepage */
    .ab-2 {
        float: none;
        height: 330px;
        width: 100%;
    }
    .ab-3 {
        display: none;
    }
    /* Apartment page */
    .first-view,
    .second-view {
        padding: 2rem;
    }
    .second-view p {
        display: none;
    }
    .rate-block .inner-box .lower-content .lower-box .price-day {
        float: none;
        text-align: right;
        line-height: 23px;
    }
    /* Offers */
    .offers-rooms .title-box {
        flex-wrap: wrap;
    }
    .offers-rooms .title-box > * {
        width: 100% !important;
    }
    .page-404 .header-inside {
        padding-top: 90px;
    }
    .contacts-page .page-title{
        font-size: 35px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 768px) {

    .payment_preview
    {
        width: 87vw;
        margin-left: -65px;
    }
    header .contact-link-mobile{
        top: 10px;
    }
    .fixed-header .contact-link-mobile{
        top: 20px;
    }
    .bg-slider{
        padding-top: 60px;
    }
    .bg-slider:after {
        height: 60px;
    }
    header .contact-link-mobile {
        top: 5px;
    }
    .inovation img {
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .w2-3, .w1-3{
        width: 100%;
        margin: 0;
    }
    .pages .d-flex{
        flex-wrap:wrap;
    }
    .pages .d-flex img{
        width: auto;
        margin-bottom: 20px;
        max-width: 100%;
        margin: 0 auto 20px auto;
        display: block;
    }
    .mob-column-reverse{
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    /* Header */
    .header-bg {
        max-height: 300px;
        overflow: hidden;
    }
    .promo_form {
        display: none
    }
    .header-inside {
        padding-top: 110px;
    }
    .breadcrumb {
        padding: 0;
    }
    /* Homepage */
    .ab-2 {
        display: none;
    }
    .fast-booking-box::before {
        display: none;
    }
    .fast-booking-box::after {
        left: -100px;
    }
    .offset-1 {
        margin-left: 0;
        left: 0 !important;
    }
    /* About us */
    .testimonials-box::after {
        left: -100px;
    }
    .testimonials .owl-controls {
        bottom: 0;
        color: #fff;
        left: 1rem;
        position: relative;
    }
    /* Footer */
    .footer .search {
        width: 80%;
    }
    /* Apartment page */
    .aparts {
        width: 50%;
        height: 200px;
    }
    /* Extras page */
    .two-col-fluid .left-column .inner-box {
        padding: 2rem 0;
    }
    .two-col-fluid .image-column {
        position: relative;
        width: 100%;
    }
    .two-col-fluid .image-column .hidden-image {
        display: block;
        position: relative;
        height: 30vh;
    }
    .two-col-fluid .image-column .hidden-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .image-carousel .owl-item > li {
        height: 270px;
    }
    /* Promotion page */
    .promotions-box {
        text-align: center;
    }
    .promotions-box h1.page-title.center {
        font-size: 30px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        line-height: 1;
    }
    .promotions-box .testimonials-box::after {
        display: none;
    }
    .promotions-box .flex-type {
        display: flex;
        justify-content: center;
    }
    /* Offers */
    .offers-rooms.rate-block .image-box {
        height: 200px;
    }
    .offers-rooms .upper-box {
        padding: 0.7rem 0.7rem 0;
    }
    .offers-rooms .book-now {
        padding: 0 0.7rem 0.7rem;
    }
    .on_slider_top {
        top: 27%;
    }

    .payment_preview
    {
        width: 50vw;
        margin-left: -65px;
    }
    .fix-events-padding{
        padding: 0 !important;
    }
    .w50{
        width: 100%;
    }
}

@media (max-width: 660px) {
    .on_slider_top {
        top: 30%;
    }
    #promoPopup img {
        right: -220px;
    }
    #promoPopup .promo-badge {
        left: 370px;
    }
}

@media (max-width: 600px) {
    .slider-content-One p {
        font-size: 25px;
    }
    .promo-days {
        width: auto;
    }
    .index .book-now-wrapper {
        display: none;
    }
    .main-heading{
        margin-top: 20px;
    }
}

@media (max-width: 580px) {
    /* Generel */
    .padd-offset {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .bg-slider{
        padding-top: 90px;
    }
    .bg-slider:after {
        height: 90px;
    }
    header .contact-link-mobile {
        top: 10px;
    }
    h1.page-title {
        font-size: 36px;
        line-height: 39px;
    }
    h1.page-title span {
        display: block;
        font-size: 20px;
        left: 0;
        line-height: 25px;
        opacity: 1;
        position: relative;
        top: 0;
    }
    /* Header */
    header .header-top {
        padding-top: 1rem;
    }
    .logo img {
        max-height: 59px;
    }
    footer .logo img{
        height: auto !important;
        max-height: unset;
    }
    .slider-content-One {
        display: none;
    }
    /* Home page */
    .event-type-one {
        display: block;
    }
    .rooms {
        width: 240px;
    }
    .rooms figure {
        height: 160px;
    }
    /* Footer */
    .footer h4 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 0.5rem;
        padding-left: 0.5rem;
    }
    .footer h4 + * {
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
    }
    /* Apartment */
    .aparts {
        width: 100%;
    }
    .error {
        color: #a52632;
        font-size: 15px;
        font-weight: bold;
    }
    /* Offers */
    .offers-rooms .list-style-one li {
        width: 100%;
    }
    .promo-cod-box button {
        width: auto;
        margin: 0 auto;
        line-height: 30px;
    }
    .promo-days .dd {
        font-size: 50px;
    }
    .promo-days {
        width: 100%;
    }
    .promo-days > .day-from, .promo-days > .day-to {
        -moz-box-flex: 1;
        flex: 1 1 50%;
    }
    .promo-days .promo-cod-box {
        width: 100%;
        flex-basis: 100%;
        flex: 1 1 100%;
    }
    .promo-cod-box-mobile {
        display: block;
    }
    .promo-cod-box {
        display: none;
    }
    .blue-bg {
        padding-top: 120px;
    }
}
@media (max-width: 550px) {
    #promoPopup img {
        right: -250px;
    }
}
@media (max-width: 500px) {

    .blue-bg {
        padding-top: 200px;
    }
    .on_slider_top {
        top: 30%;
    }
    .contacts-page .page-title {
        font-size: 25px !important;
        line-height: 40px !important;
    }
    .main-heading{
        margin-top: 40px;
    }
}
@media (max-width: 450px) {
    #promoPopup img {
        right: -280px;
        object-fit: cover;
    }
    #promoPopup .promo-badge {
        left: 320px;
    }
}
@media (max-width: 425px) {
    .payment_preview {
        width: 97vw;
        margin-left: -57px;
    }
    header .contact-link-mobile {
        top: 12px;
    }
    header .contact-link-mobile a{
        font-size: 15px !important;
    }
    .fixed-header .contact-link-mobile {
        top: 25px;
        padding-left: 30px;
    }
    .fixed-header .contact-link-mobile a{
        font-size: 15px !important;
    }
    .ui-dialog{
        width: 300px !important;
        left:0 !important;
        right:0 !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 410px) {
    #promoPopup .promo-badge {
        left: 300px;
        top: 10px;
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    #promoPopup img{
        display: none;
    }
}
@media (max-width: 400px) {
    .blue-bg {
        padding-top: 240px;
    }
    .footer {
        text-align: center;
    }
    .bg-img-404{
        min-height: 730px;
    }
    .notfound-bottom {
        padding-top: 160px;
        width: 140px;
    }
    .notfound-text {
        width: 140px;
    }
}

@media  (max-width: 375px){
    .payment_preview{
        width: 97vw;
        margin-left: -51px;
    }
}

@media (max-width: 320px) {
    .blue-bg {
        padding-top: 280px;
    }

    .payment_preview{
        width: 96vw;
        margin-left: -42px;
    }
}