* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

body {
   font-size: 17px;
}


.pd-b-20 {
    padding-bottom: 20px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.pd-0 {
    padding: 0 !important;
}

.br-black {
    background-color: #231F20;
}

.br-gray {
    background-color: #e4e4e4;
}

b,
strong {
    font-weight: 600;
}

.specials-home .container {
    overflow: unset;
}
.specials-home .introduce-hotel{
    background-color: white;
}
.specials-home .title-section{
    margin: 0;
}
#return-to-top {
    position: fixed;
    z-index: 22;
    right: 18pt;
    bottom: 5.5em;
}

.singlePage {
    padding-top: 87px;
}

.singlePage .wrap-section-content .content-singlePage p {
    font-size: 17px;
    line-height: 30px;
}

.singlePage .wrap-section-content .content-singlePage strong {}

.singlePage .wrap-section-content .content-singlePage ul li {
    font-size: 17px;
    padding-left: 5px;
    line-height: 30px;

}

.br-black .content-singlePage * {
    color: #fff;
}

.image-singlePage {
    height: 82vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.singlePage_slide {
    padding-top: 0;
}

.btn-to-top {
    padding: 14px 15px 16px;
    background: #19416c;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 18px -5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 18px -5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 18px -5px;
    transition: 0.6s all;
}

.btn-to-top:hover,
.btn-to-top:focus {
    background: #0058AC;
}

.btn-book {
    background: #135594;
    color: #fff;
    border-radius: 0;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 2px;
    transition: 0.6s all;
}

.btn-learnmor {
    background: #fff;
    color: #000;
    border-radius: 0;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 2px;
    transition: 0.6s all;
}

.black-gray {
    background: #2b2e34;
}

.black-gray:hover,
.black-gray:focus,
.black-gray:active {
    background: #0058AC !important;
    color: #fff;
}

.btn-learnmor {
    color: #000;
}

.btn-book:hover,
.btn-book:focus,
.btn-book:active {
    color: #fff;
    background: #0058AC;
}

.btn-learnmor:hover,
.btn-learnmor:active,
.btn-learnmor:focus {
    color: #19416c;
}

.container {
    padding: 15px 20px;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.container>.row {
    margin: 0;
}

.singlePage .container>.row {
    margin-left: -15px;
    margin-right: -15px;
}

.content-wrapper .page-title {
    padding: 8px 0 15px;
}

#check-date {
    position: fixed;
    top: 125px;
    z-index: 21;
    right: 0;
    background: #fff;
    padding: 15px;
    right: 30px;
    max-width: 240px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 14px -5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 14px -5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 14px -5px;
}

#check-date .btn-book {
    padding: 10px 25px;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

#check-date .input-check label,
#check-date .input-check input {
    width: 100%;
    border-radius: 0;
}

#check-date .input-check label {
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 8px;
}

#check-date .input-check input {
    padding: 3px 5px;
}

#check-date .input-check .check:nth-child(odd),
#booking-mask-wrapper .date-1 {
    padding-right: calc(15px/2)
}

#check-date .input-check .check:nth-child(even),
#booking-mask-wrapper .date-2 {
    padding-left: calc(15px/2)
}

nav ul:after,
header:after {
    clear: both;
    content: "";
    display: table;
}

nav ul:before,
header:before {
    content: "";
    display: table;
}

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

header {
    background: #ffffff;
    padding: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 2px 5px rgba(68, 68, 68, 0.3);
    -webkit-perspective: 1555px;
    -moz-perspective: 1555px;
    perspective: 1555px;
}

#nav-desktop li {
    position: relative;
    display: inline-block;
    float: left;
}

#nav-desktop.navbar {
    min-height: 87px;
    margin-bottom: 0;
    padding: 0 3%;
}

#nav-desktop .navbar-brand {
    padding: 2px 20px 20px 20px !important
}

#nav-desktop .navbar-brand img {
    max-height: 79px;
}

#nav-desktop ul li a {
    position: relative;
    z-index: 1;
    color: #135594;
    text-decoration: none;
    display: block;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
/*    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}

#nav-desktop ul li>a {
    background: #fff;
}

#nav-desktop ul li a i[class*="caret"] {
    color: #19416c;
    margin-left: .15em;
}

#nav-desktop ul li a:hover {
    color: #19416c;
}

#nav-desktop #main-menu>li>a {
    padding-bottom: 32px;
}

#nav-desktop #main-menu>li>a::after,
.selectLanguage .Language::after {
    width: calc(100% - 29px);
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    bottom: 40%;
    background: #19416c;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

#nav-desktop #main-menu>li>a:hover::after,
#nav-desktop #main-menu>li.active>a::after,
#nav-desktop #main-menu>li.current>a::after {
    bottom: 44%;
    opacity: 1;
}

.selectLanguage .Language:hover::after {
    bottom: 44%;
    opacity: 1;
}

#nav-desktop ul li a:hover+.submenu {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

#nav-desktop .eiob .submenu {
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s linear;
    -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s linear;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s linear;
}

#nav-desktop .ln .submenu {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#nav-desktop .ei .submenu {
    -webkit-transition: all 0.3s ease-in, opacity 0.2s linear;
    -moz-transition: all 0.3s ease-in, opacity 0.2s linear;
    transition: all 0.3s ease-in, opacity 0.2s linear;
}

#nav-desktop .eo .submenu {
    -webkit-transition: all 0.3s ease-out, opacity 0.2s linear;
    -moz-transition: all 0.3s ease-out, opacity 0.2s linear;
    transition: all 0.3s ease-out, opacity 0.2s linear;
}

#nav-desktop .submenu {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width: 250px;
    top: 100%;
    left: 0;
    background: #19416c;
    box-shadow: 0 2px 5px rgba(68, 68, 68, 0.3);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#nav-desktop .submenu li>.submenu {
    top: 0;
    left: 100%;
}

#nav-desktop .submenu:hover {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

#nav-desktop .submenu li {
    float: none;
    display: block;
}

#nav-desktop li.selectLanguage ul li {
    width: 100%;
}

.selectLanguage button {
    text-transform: uppercase
}

.selectLanguage ul li {
    text-transform: uppercase;
}

#nav-desktop .submenu a {
    width: 100%;
    display: block;
    font-weight: 600;
    padding: 1.4em 2em;
    color: #fff;
    background: transparent;
}

#nav-desktop .submenu a:hover {
    color: #fff;
    background: #0058AC;
    text-decoration: none;
}

#nav-desktop .submenu li.active a,
#nav-desktop .submenu li.active a:hover,
#nav-desktop .submenu li.active a:focus {
    color: #fff;
    background: #0058AC;
    text-decoration: none;
}

#nav-mobile {
    background: rgba(255, 255, 255, 0);
    color: #1d1f20;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}


/*** INPUT ***/

#nav-mobile input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}


/*** LABEL ***/

#nav-mobile label {
    cursor: pointer;
    display: inline-block;
    font: 2em/1 'Oswald', sans-serif;
    padding: 0.5em;
    float: right;
    width: 60px;
    margin-right: 20px;
    margin-top: 5px;
}

.wrap-nav-mobile {
    display: inline-block;
    width: 100%;
}

.wrap-nav-mobile>a {
    margin-left: 20px;
}

.wrap-nav-mobile img {
    max-height: 65px;
}


/* Hamburger Icon */

#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #0058AC;
    border-radius: 0.05em;
    height: 0.17em;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#menu-icon {
    display: inline-block;
    margin: 0.4em 0;
    max-width: 1em;
    position: relative;
}

#nav-mobile label #menu-icon {
    float: right;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -0.4em;
}

#menu-icon:after {
    bottom: -0.4em;
}


/* Close Icon */

#nav-mobile input[type=checkbox]:checked+label #menu-icon {
    background: transparent;
}

#nav-mobile input[type=checkbox]:checked+label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.6s all;
}

#nav-mobile input[type=checkbox]:checked+label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.6s all;
}


/*** MENU ***/


/* Overlay */

#nav-mobile input:checked~#overlay {
    background: rgba(255, 255, 255, 0.67);
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}


/* List */

#nav-mobile ul {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 15px 0 0 30px;
    transition: 0.6s all;
}

#nav-mobile ul.submenu {
    display: block;
    height: 100%;
    max-height: 100%;
    opacity: 1;
    padding: 0 0 0 20px;
}

#nav-mobile ul.submenu li a {
    font-size: 20px;
}

#nav-mobile ul.submenu li.active a {
    text-decoration: underline;
}

#nav-mobile .wrap-nav-mobile>ul>li.current>a {
    border-bottom: 2px solid #19416c;
}

#nav-mobile ul li a>.fa-caret-down {
    margin-left: 0;
    width: 20px;
    font-size: 25px;
}

#nav-mobile input:checked~ul {
    margin: 1em;
    min-height: calc(100vh - 80px);
    opacity: 1;
    overflow: auto;
    transition: 0.6s all;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

#nav-mobile .wrap-nav-mobile>ul>li {
    margin: 18px 0;
}

#nav-mobile .wrap-nav-mobile>ul>li.active>a {
    border-bottom: 2px solid #19416c;
}

#nav-mobile ul a {
    color: #1d1f20!important;
    text-decoration: none;
}

#nav-mobile ul a:hover {
    text-decoration: underline;
}

#main-menu {
    margin-top: 18px;
}


/* Select Language */

.selectLanguage .Language {
    width: 70px !important;
    padding: 13px 15px 32px;
}

.selectLanguage .Language button {
    border-radius: 0;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 0;
    background-color: transparent !important;
    color: #135594;
    border: none !important;
    font-weight: 600;
}

.selectLanguage .Language .dropdown-menu {
    min-width: 100px;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
}

.selectLanguage .Language .dropdown-menu>li.active-language a,
.selectLanguage .Language .dropdown-menu>li.active-language a:hover,
.selectLanguage .Language .dropdown-menu>li.active-language a:focus {
    background: #1eb8f1 !important;
    color: #fff !important;
    outline: none !important;
}

.selectLanguage .Language button:hover,
.selectLanguage .Language button:focus,
.selectLanguage .Language button.open,
.selectLanguage .open>.dropdown-toggle.btn-default:hover,
.selectLanguage .open>.dropdown-toggle.btn-default,
.selectLanguage .open>.dropdown-toggle.btn-default:focus {
    background-color: transparent !important;
    color: #19416c;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline-color: transparent !important;
}

.selectLanguage .bootstrap-select.btn-group .dropdown-menu li a,
.selectLanguage .bootstrap-select.btn-group .dropdown-menu li a:hover {
    font-size: 15px;
    background: transparent;
    margin: 8px 15px;
    padding: 0 !important;
    text-align: center;
}

.selectLanguage .bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.selectLanguage .bootstrap-select.btn-group .dropdown-menu li.selected {
    background: #0058AC;
}

.selectLanguage .bootstrap-select.btn-group .dropdown-menu li.selected a {
    color: #19416c;
    color: #ffffff !important;
    background: #0058AC !important;
}

.selectLanguage .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 15px;
}

.selectLanguage .bootstrap-select.btn-group .dropdown-toggle .caret {
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 46%;
    right: 5px;
}

.selectLanguage .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 15px;
}


/* End Select Language */


/*=== Fade Dwn ===*/

#nav-desktop.fd li:hover+.submenu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#nav-desktop.fd .submenu {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

#nav-desktop.fd .submenu:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


/* Fixed menu */

.fixed-menu {
    position: fixed;
    width: 100%;
    z-index: 99990;
    top: 0;
}


/* End Fixed Menu */


/* Slide */

.slide-page {
    /*margin-top: 87px;
    */
    height: calc(80vh);
}

.slide-singlePage {
    margin-top: 87px;
}

.slide-page .tp-banner-container .tp-bullets.hidebullets,
.slide-singlePage .tp-banner-container .tp-bullets.hidebullets {
    opacity: 1;
}

.slide-page .boxedcontainer {
    margin: auto;
    overflow: hidden;
    position: relative;
    height: calc(80vh);
}

.slide-singlePage .boxedcontainer {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.boxedcontainer ul {
    padding: 0;
    margin: 0;
}

.boxedcontainer ul li {
    display: none;
}

.boxedcontainer ul li img {
    margin-top: -20px;
    max-height: 701px;
    width: 100%;
    object-fit: cover;
}

.boxedcontainer ul li>div {
    display: none;
}

.boxedcontainer ul li:first-child {
    display: list-item;
}

.boxedcontainer .revslider-initialised ul li>div {
    display: block;
}

.boxedcontainer .revslider-initialised ul li {
    display: list-item;
}

.slide-page .tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    height: calc(80vh) !important;
}

.slide-singlePage .tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
    /* pointer-events: none;
     */
    /* min-height: calc(100vh - 87px);
     max-height: calc(100vh - 87px);
     */
}

.tp-banner .tp-bgimg {
    /* min-height: calc(100vh - 87px);
     max-height: calc(100vh - 87px);
     */
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    box-shadow: none;
    background: transparent !important;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #fff !important;
}

.tp-bullets.simplebullets .bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(138, 138, 138, 0.5) !important;
}

.tp-bannertimer {
    display: none !important;
}


/* End Slide */

.page-title h1 {
    font-size: 45px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: #19416c;
    text-transform: uppercase;
}

.singlePage .content-wrapper>.container {
    padding-bottom: 10px;
}

.singlePage .singlePage-title h1 {
    font-size: 32px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: #19416c;
    text-transform: uppercase;
    font-weight: 700;
}

.singlePage .singlePage-title p {
    font-size: 17px;
    color: #2a2a2a;
    margin-bottom: 0;
    line-height: 34px;
}

.br-black .multicol .col {
    background-color: #231F20;
}

.multicol-page {
    padding: 20px 40px;
    background: #fff;
}

.page-title p {
    font-size: 25px;
    color: #2a2a2a;
    font-weight: 500;
}


/* Component introduce-page */

.introduce-page {
    background-color: #e4e4e4;
}


/* End Component introduce-page */


/* Multicol */

.multicol {
    margin: 0;
    padding-top: 45px;
}

.multicol .col {
    background: #fff;
}

.multicol .col.style1 {
    padding: 0 30px;
}

.specials-news .col {
    background: #231f20;
}

.specials-news-home {
    padding: 0;
    background: transparent !important;
}

.specials-news-home .btn-book {
    word-wrap: break-word;
    white-space: normal;
}

.specials-news-home .multicol {
    padding: 0;
}

.specials-news-home .col {
    background: #ffffff;
    border: 1px solid #2a2a2a;
    padding-top: 15px;
    margin-bottom: 20px;
}

.specials-news-home .multicol-content {
    padding: 0 0 15px 0;
}

.specials-news-home .multicol .multicol-title p {
    padding: 0px 2%;
}

.specials-news-home .multicol-content .multicol-title h3 {
    padding: 0px 2%;
}

.multicol .multicol-title h3,
.multicol-layout2 .multicol-title h3,
.multicol-layout3 .multicol-title h3 {
    font-weight: 600;
    line-height: 35px;
    padding: 0px 15%;
    color: rgb(43, 46, 52);
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     */
    font-weight: 500;
    font-size: 25px;
}

.body-language-ru .multicol .multicol-title h3,
.body-language-ru .multicol-layout2 .multicol-title h3,
.body-language-ru .multicol-layout3 .multicol-title h3 {
    -webkit-line-clamp: 1;
}

.multicol .multicol-title h3 a,
.multicol-layout2 .multicol-title h3 a,
.multicol-layout3 .multicol-title h3 a {
    color: #135594;
}

.multicol .multicol-title.title-detail h3,
.multicol-layout2 .multicol-title.title-detail h3,
.multicol-layout3 .multicol-title.title-detail h3 {
    letter-spacing: 4px;
    padding: 0;
}

.multicol .multicol-title.title-detail p,
.multicol-layout2 .multicol-title.title-detail p,
.multicol-layout3 .multicol-title.title-detail p {
    min-height: 120px;
    max-height: 120px;
}

.multicol-content .multicol-actionDetail .reditect {
    margin-top: 0;
}

.multicol-content .multicol-actionDetail .reditect a {
    background: #ffffff;
    border-radius: 0;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s all;
    margin-top: 0;
}

.multicol-content .multicol-actionDetail .btn-book {
    margin-top: 0;
}

.multicol .multicol-title p,
.multicol-layout2 .multicol-title p,
.multicol-layout3 .multicol-title p {
    font-size: 15px;
    line-height: 30px;
    padding: 0px 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.specials-news .multicol .multicol-title p {
    -webkit-line-clamp: 3;
}

.multicol .multicol-title p.no-padding,
.multicol-layout2 .multicol-title p.no-padding,
.multicol-layout3 .multicol-title p.no-padding {
    padding: 0;
}

.multicol-content {
    padding: 20px 20px 40px 20px;
    background: #fff;
}

.multicol-content.multicol-contentDetail {
    padding: 20px 20px 20px 20px;
}

.multicol img {
    width: 100%;
    object-fit: cover;
}

.multicol .reditect a,
.multicol-layout3 .reditect a {
    color: #135594 !important;
    font-size: 15px;
}

.multicol .reditect a:hover,
.multicol-layout3 .reditect a:hover,
.multicol .reditect a:focus,
.multicol-layout3 .reditect a:focus,
.multicol .reditect a:active,
.multicol-layout3 .reditect a:active {
    color: #636d80 !important;
    text-decoration: underline;
    box-shadow: none;
}

.multicol-layout3 .reditect {
    padding: 15px 0;
}

.multicol-layout3 .multicol-actionDetail .reditect {
    padding: 0 15px;
}

.multicol-layout3 .book-now {
    margin-bottom: 10px;
}

.multicol .reditect {
    margin: 20px 0 12px;
}

.reditect .fa-star {
    font-size: 20px;
    color: #e12d2d;
}

.reditect.animation .fa-star {
    -webkit-animation: animationStar 800ms infinite;
    -moz-animation: animationStar 800ms infinite;
    -o-animation: animationStar 800ms infinite;
    animation: animationStar 800ms infinite;
}

.reditect .fa-star:first-child {
    margin-right: 5px;
}

.reditect .fa-star:last-child {
    margin-left: 5px;
}

.multicol .view-all {
    padding-top: 65px;
    padding-bottom: 20px;
}

.multicol .view-all a {
    color: #fff;
    font-size: 15px;
}

.multicol .three-col .multicol-image {
    margin-bottom: 20px;
}

.multicol .three-col .multicol-title h3 {
    padding: 0;
    color: rgb(43, 46, 52);
}

.multicol .three-col .multicol-title p {
    padding: 0;
}

.multicol .three-col .multicol-content {
    border: 1px solid #000;
}

.multicol .three-col .multicol-content .book-now .btn-book {
    margin-top: 12px;
}

.multicol-layout2 .multicol-image img,
.multicol-layout3 .multicol-image img {
    width: 100%;
}


/* .multicol-layout3 .multicol-image img {
     max-height: 315px;
     object-fit: cover;
}
 */


/* End multicol */


/* Component specials */

.specials-news {
    background-color: #231F20;
}


/* Component Room news */

.rooms-news {
    padding: 90px 0;
    background-image: url('../image/boton-slide1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
}

.rooms-news .wrap-rooms {
    margin: 0 !important;
    background: rgba(35, 31, 32, 0.8);
    padding: 20px 20px 20px 90px;
    position: relative;
}

.rooms-news .wrap-rooms .content-left {
    padding-top: 3%;
}

.rooms-news .wrap-rooms p,
.rooms-news .wrap-rooms h2 {
    color: #fff
}

.rooms-news .wrap-rooms .content-left p {
    font-size: 18px;
    letter-spacing: 2px;
}

.rooms-news .wrap-rooms .content-left h2 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rooms-news .wrap-rooms .content-right p {
    color: #d2d2d2;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 30px;
}

.rooms-news .wrap-rooms .content-right .btn-learnmor {
    margin-right: 40px;
}

.rooms-news .wrap-rooms h2 {
    margin-top: 5px;
    margin-bottom: 25px;
}

.line-left {
    height: 82%;
    position: absolute;
    top: 9%;
    left: 38px;
    width: 2px;
    background: #fff;
}


/* Conponent introduce */

.introduce {
    padding: 25px 0 50px;
}

.introduce-hotel {
    background-color: #e4e4e4;
    padding: 30px 0;
}

.singlePage .introduce-hotel {
    padding: 0 0 15px 0;
}

.singlePage .introduce-hotel.no-button {
    padding: 44px 0 15px 0;
}

.singlePage .multicol {
    padding-top: 0;
}

.singlePage .multicol .col:nth-child(1),
.singlePage .multicol .col:nth-child(2),
.singlePage .multicol-layout3 .col:nth-child(1),
.singlePage .multicol-layout3 .col:nth-child(2),
.singlePage .multicol-layout3 .col.group-three-full:nth-child(1),
.singlePage .multicol-layout3 .col.group-three-full:nth-child(2) {
    margin-top: 0;
}

.introduce-hotel h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #135594;
    font-weight: 700;
}

.specials-home .introduce-hotel h2{
    background-color: #19416c;
    color: white;
    padding: 10px 0;
}

.introduce-hotel p {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 25px;
    text-align: center;
}

.meeting-events {
    /* padding: 0px 0 30px;
     */
    background-image: url('../image/boton-slide2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
}

.meeting-events .content {
    background-color: rgba(35, 31, 32, 0.9);
    padding: 40px 50px 50px;
}

.meeting-events .content h1 {
    color: #fff;
}

.meeting-events .content>p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.meeting-events .content .content-events h2 {
    color: #fff;
    font-weight: 500;
}

.meeting-events .content .content-events p {
    color: #fff;
    font-size: 18px;
}

.meeting-events .content .content-events {
    position: relative;
    padding: 5px 0 20px 30px;
}

.line-left-events {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background: #fff;
}


/* Footer */

footer {
    background: #fff;
    padding: 15px 0 15px;
    border-top: 1px solid rgb(219, 219, 219);
}

footer * {
    color: #000;
}

footer .info p {
    font-size: 15px;
    padding-left: 45px;
    position: relative;
    margin-bottom: 15px;
}

footer .info p span {
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 8px;
    font-size: 24px;
}

footer .info p.no-icon {
    display: none;
}

footer .info p.no-icon {
    font-size: 15px;
    padding-left: 45px;
    position: initial;
    margin-bottom: 15px;
}

footer .info p.no-icon span {
    display: inline-block;
    position: initial;
    left: 0px;
    top: 0px;
    font-size: inherit;
}

footer .info p span.phone {
    top: -5px;
}

footer .info p span path {
    color: #19416c;
}

footer .info p span.envelope {
    top: -6px;
}

footer .info {
    border-right: 1px solid #000;
}

footer .info h3 {
    font-weight: 600;
    color: #19416c;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 26px;
}

footer .subcribe h4 {
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

footer .menu-footer ul li {
    list-style-type: none;
    font-size: 14px;
    padding: 3px 0;
}

footer .menu-footer ul li a:hover,
footer .menu-footer ul li a:focus {
    color: #b7a64d;
    text-decoration: none;
}

footer .menu-footer ul {
    padding: 0;
}

footer .social-icon span {
    display: inline-block;
    margin-right: 15px;
}

footer .social-icon span.social-youtube {
    margin-right: 0;
    /* margin-left: 10px;
     */
}

footer .social-icon span a {
    padding: 5px 7px;
    font-size: 32px;
}

footer .social-icon span a path {
    transition: 0.5s all;
}

footer .social-icon span.social-facebook a:hover path {
    color: #3b5998
}

footer .social-icon span.social-twitter a:hover path {
    color: #1dcaff;
}

footer .social-icon span.social-tripadvisor a:hover path {
    color: #fac415;
}

footer .social-icon span.social-vk a:hover path {
    color: #4c75a3;
}

footer .social-icon span.social-instagram a:hover path {
    color: #cd486b;
}

footer .social-icon span.social-youtube a:hover path {
    color: #f00;
}

footer .social-icon h3,
footer .subcribe h3 {
    color: #19416c;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}

footer .copy-right {
    border-top: 1px solid rgb(219, 219, 219);
    padding-top: 20px;
    margin-top: 25px;
    text-align: center;
}

footer .copy-right p {
    font-size: 14px;
}

.form-subcribe input {
    padding: 5px 10px;
    width: 100%;
    font-size: 15px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 0;
    text-align: center;
}

.form-subcribe button {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    background: #19416c;
    border: 1px solid #19416c;
    color: #fff;
    transition: 0.6s all;
}

.form-subcribe button:hover,
.form-subcribe button:focus,
.form-subcribe button:active {
    background: #0058AC;
    border: 1px solid #0058AC;
    color: #fff;
}

footer .info img {
    height: 170px;
    margin-bottom: 40px;
}

footer .full-height {
    display: inline-flex;
    width: 100%;
}

footer .info,
footer .social-icon,
footer .subcribe {
    padding-top: 15px;
}

footer .subcribe {
    padding-left: 30px;
    padding-right: 30px;
}

.copyright,
.designed-by {
    text-align: center;
    margin-top: 4px;
    font-size: 14px;
    margin-bottom: 0;
}

.copyright {
    margin-top: 15px;
}

#booking-form-single {
    background: #e4e4e4;
    padding: 20px;
}

#booking-form-single .booking-form-row {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#booking-form-single .booking-form-row span {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 5px 6px;
    font-size: 20px;
    text-align: right;
    height: 100%;
    color: #19416c;
    cursor: pointer;
}

#booking-form-single .booking-form-row input {
    width: 100%;
    top: 0;
    padding: 7px 5px;
    border: 1px solid rgb(43, 46, 52);
    border-radius: 0;
}

#booking-form-single .booking-form-button {
    margin-top: 0;
}

.redirect {
    font-size: 15px;
    margin-top: 10px;
}

.redirect a {
    color: #19416c;
}

.redirect a:hover {
    color: #636d80;
}

.open-checkDate {
    cursor: pointer;
}

.fancy-box {
    padding: 15px 0;
}

.fancy-box .imglist img {
    object-fit: cover;
    width: 100%;
    max-height: 135px;
    min-height: 135px;
}

.photoPage .fancy-box .imglist {
    display: inline-block;
}

.fancy-box .imglist a {
    display: inline-block;
    width: 16.66666666666667%;
    padding: 4px;
    float: left;
}

.fancy-box .imglist a:hover {
    text-decoration: none;
}


/* Custom Date Ranger */

.date-picker-wrapper {
    background-color: #ffffff;
    color: #333;
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.18);
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #4a4a4a;
    color: #fff !important;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #04afef;
    color: #fff !important;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering,
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #04afef;
    color: #fff !important;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    background-color: #19416c!important;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 12px;
}

.date-picker-wrapper .month-wrapper {
    border: 0;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    padding: 10px;
    font-size: 15px;
}

.fancy-box .imglist a {
    display: inherit;
    border: 0;
    background: #e4e4e4;
}

.fancybox-overlay,
#fancybox-thumbs {
    z-index: 99999;
}

.fancybox-opened {
    z-index: 100000;
}

.singlePage .slick-slide img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px){
    .singlePage .slick-slide img {
        min-height: 480px;
    }
}

.singlePage .slick-prev,
.singlePage .slick-next {
    z-index: 1;
    height: 40px;
    width: 40px;
}

.singlePage .slick-prev:before,
.singlePage .slick-next:before {
    font-size: 35px;
    opacity: .9;
}

.singlePage .slick-prev {
    left: 5px;
}

.singlePage .slick-next {
    right: 5px;
}

.disable-link,
.disable-link:hover,
.disable-link:focus {
    cursor: no-drop;
    color: #9a9a9a !important;
    text-decoration: none;
}


/* Tabbed Photos */

.navigation-row {
    width: 100%;
    margin: 0 !important;
}

.navigation-row [class^="col"] {
    border: 1px solid #19416c;
}

.scroll_tabs_container {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    height: 62px;
    margin-bottom: 0px;
    border: 1px solid #19416c;
    background: #f7f7f7;
}

ul.scroll_tabs_container {
    list-style: none;
}

.scroll_tabs_container div.scroll_tab_inner li {
    vertical-align: top;
    height: 60px !important;
}

.scroll_tabs_container div.scroll_tab_inner li a,
.scroll_tabs_container div.scroll_tab_inner li a:hover,
.scroll_tabs_container div.scroll_tab_inner li a:focus {
    display: block;
    padding: 21px 64.1px 17px;
    font-size: 15px;
    background-color: #f7f7f7;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: black;
    margin: 0 !important;
    transition: 0.3s all;
}

.scroll_tabs_container div.scroll_tab_inner li.active a,
.scroll_tabs_container div.scroll_tab_inner li.active a:hover,
.scroll_tabs_container div.scroll_tab_inner li.active a:focus {
    background-color: #19416c;
    color: #fff;
}

.scroll_tabs_container div.scroll_tab_inner .glyphicon {
    margin: 0 8px 0 0;
    font-size: 12px;
}

.scroll_tabs_container div.scroll_tab_inner li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    list-style-type: none;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
    padding: 0px;
    width: 0px;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
    padding: 0px;
    width: 0px;
}

.scroll_tabs_container .scroll_tab_left_button {
    height: 60px;
    background-color: #0a4484;
    border: 0;
    border-radius: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: 0.3s all;
    width: 26px !important;
    z-index: 1;
}

.scroll_tabs_container .scroll_tab_left_button::before {
    content: "<";
    line-height: 66px;
    padding-left: 5px;
    font-size: 25px;
    color: #fff;
}

.scroll_tabs_container .scroll_tab_left_button_over {
    color: #fff;
    background-color: #19416c;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
    color: #fff;
    background-color: #bbbbbb;
}

.scroll_tabs_container .scroll_tab_right_button {
    height: 60px;
    background-color: #0a4484;
    border: 0;
    border-radius: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: 0.3s all;
    width: 26px !important;
    z-index: 1;
}

.scroll_tabs_container .scroll_tab_right_button::before {
    content: ">";
    line-height: 66px;
    padding-left: 7px;
    font-size: 25px;
    color: #Fff;
}

.scroll_tabs_container .scroll_tab_right_button_over {
    color: #fff;
    background-color: #19416c;
}

.scroll_tabs_container .scroll_tab_right_button_disabled {
    color: #fff;
    background-color: #bbbbbb;
}

.scroll_tabs_container:hover .scroll_tab_left_button,
.scroll_tabs_container:hover .scroll_tab_right_button {
    opacity: 1;
}

.navigation-row .tab-content {
    border: 1px solid #19416c;
    padding: 102px 20px 45px 20px;
}

.navigation-row .fancy-box .imglist a {
    width: 25%;
}

.navigation-row .fancy-box .imglist img {
    max-height: 215px;
    min-height: 215px;
}

.navigation-row .tab-content .tab-pane {
    opacity: 0;
    transition: 0.3s all;
}

.navigation-row .tab-content .tab-pane.active {
    opacity: 1;
    transition: 0.3s all;
}


/* End Tabbed Photos */

.info-contact h4 {
    font-weight: 500;
}

.contact-comment h3,
.info-contact h3 {
    font-size: 28px;
    color: #19416c;
    margin-bottom: 30px;
    font-weight: 600;
}

.info-contact .contentCategory {
    margin-top: 20px;
}

.contact-comment form input,
.contact-comment form textarea,
.contact-comment form select {
    border: 1px solid #676767;
    border-radius: 0;
}

.contact-comment form select {}

.contact-comment form textarea {
    max-width: 100%;
    min-height: 160px;
    max-height: 160px;
}

.contact-comment form .form-control {
    height: 40px;
    font-size: 15px;
}

.contact-comment form .btn-book {
    width: 100%;
    padding: 15px 30px;
    font-weight: 600;
}

.contact-comment form label {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.intl-tel-input {
    width: 100%;
}

#directions input {
    border: 1px solid #676767;
    border-radius: 0;
    height: 40px;
    font-size: 15px;
}

#directions label {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.booking-form .btn-book {
    padding: 10px 25px;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    background-color: #19416c
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden #booking-mask-wrapper {
    overflow-y: scroll;
}


/* Style Banner */

.banner-mini {
    position: fixed;
    transition: all .2s;
    bottom: 0;
    z-index: 100;
    /* -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
     -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
     box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
    */
}

.close-banner {
    transition: all .3s;
    cursor: pointer;
    background: #0058AC;
    color: #fff;
    padding: 2px 8px;
    margin-bottom: 0;
    display: inline-block;
    right: 0;
    top: 0;
}

.close-banner.closer {
    position: absolute;
}

.close-banner:hover {
    color: white;
}

.close-banner:active {
    color: lighten(magenta, 30%);
}

.gone {
    transition: all 300;
    opacity: 0;
    display: none;
}

.banner-mini img {
    max-width: 300px;
}


/* End Style Banner */


/* Style Modal */

.modal-backdrop {
    z-index: 99992;
}

.modal {
    z-index: 99993;
}

.modal-open {
    padding-right: 0 !important;
}

#bannerFullscreen {
    padding-right: 0 !important;
}

#bannerFullscreen .close {
    opacity: 1;
    text-shadow: none;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 26px;
    right: 0;
    top: 1px;
    background: #0058AC;
    padding: 5px 17px;
}

#bannerFullscreen .modal-body {
    padding: 0;
}

#bannerFullscreen .modal-body img {
    width: 100%;
}

#bannerFullscreen .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

#bannerFullscreen .modal-header {
    padding: 0;
    border-bottom: 0;
}

#bannerFullscreen .modal-dialog {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}


/* End Style Modal */

#booking-mask-wrapper.show-check .show-calendar {
    display: none !important;
}

#booking-mask-wrapper.show-check .check-date {
    display: block !important;
}

#booking-mask-wrapper.no-slide.show-check .show-calendar {
    display: block !important;
}

#booking-mask-wrapper.no-slide.show-check .check-date {
    display: none !important;
}

.tparrows:before {
    margin-top: 3px;
}

.tparrows.tp-rightarrow:before {
    margin-left: 4px;
}

.tp-leftarrow.default {
    left: 0 !important;
    border-radius: 0;
}

.tp-rightarrow.default {
    right: 0 !important;
    border-radius: 0;
}

.tparrows {
    background: rgba(0, 0, 0, 0.9) !important;
    width: 44px !important;
    height: 46px !important;
}

.tparrows:before {
    font-size: 28px;
    font-weight: 600;
}

.show-img-hover {
    position: absolute;
    max-width: 370px;
    left: -386px;
    top: -1px;
    min-height: 303px;
    max-height: 303px;
    background: grey;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 30, .5);
}

.show-img-hover img {
    width: 100%;
    object-fit: cover;
    min-height: 303px;
    max-height: 303px;
}

.show-room-home .wrapper-room-home {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    border: 1px solid #2a2a2a;
    position: relative;
    background: #fff;
    width: 100%;
}

.show-room-home .wrapper-room-home .show-img img {
    width: 100%;
}

.show-room-home .show-img {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.show-room-home .show-img a {
    display: inline-block;
}

.show-room-home .show-img a img {
    width: 100%;
}

.show-room-home .show-img .thumbail-img a img {
    min-height: 72px;
    max-height: 72px;
    object-fit: cover;
}

.show-room-home .show-img>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-room-home .content-room-home h3 {
    margin-top: 0;
}

.show-room-home .content-room-home h3 {
    font-weight: 600;
    line-height: 35px;
    color: rgb(43, 46, 52);
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 25px;
    text-align: left;
}

.show-room-home .content-room-home h3 a {
    color: rgb(43, 46, 52);
}

.show-room-home .content-room-home h3 a:hover,
.show-room-home .content-room-home h3 a:focus {
    text-decoration: none;
}

.show-room-home .content-room-home h3 a span {
    color: #19416c;
}

.show-room-home .content-room-home .content-room-left p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    max-height: 41px;
    margin-bottom: 5px;
}

.show-room-home .content-room-home .content-room-left a.btn {
    color: #19416c !important;
    font-size: 15px;
    padding: 5px 0 12px;
}

.show-room-home .content-room-home .content-room-left a.btn:hover,
.show-room-home .content-room-home .content-room-left a.btn:focus {
    color: #636d80 !important;
    text-decoration: underline;
    box-shadow: none;
}

.show-room-home .content-room-home .content-room-left ul {
    padding-left: 15px;
}

.show-room-home .show-img .mouseover-img {
    cursor: pointer;
    overflow: hidden;
    display: block;
}


/* .show-room-home .show-img .mouseover-img img {
     transition: 0.3s all;
}
 */

.show-room-home .show-img .thumbail-img {
    padding: 0;
}

.show-room-home .show-img .thumbail-img:nth-child(2) .mouseover-img {
    padding: 3px 3px 0 0;
}

.show-room-home .show-img .thumbail-img:nth-child(3) .mouseover-img {
    padding: 3px 3px 0 0;
}

.show-room-home .show-img .thumbail-img:nth-child(4) .mouseover-img {
    padding: 3px 0 0 0;
}

.show-room-home .content-room-home .content-room-right .room-price-info .sale {
    white-space: nowrap;
    padding: 5px 10px;
    background-color: #e12d2d;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
}

.show-room-home .content-room-home .content-room-right .room-price-info .sale.animation {
    -webkit-animation: animationSale 800ms infinite;
    -moz-animation: animationSale 800ms infinite;
    -o-animation: animationSale 800ms infinite;
    animation: animationSale 800ms infinite;
}

.show-room-home .content-room-home .content-room-right .room-price-info .btn-book {
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.body-language-ru .show-room-home .content-room-home .content-room-right .room-price-info .btn-book,
.body-language-ru .specials-news-home .btn-book {
    font-size: 12px;
    padding: 16px 12px;
}

.show-room-home .content-room-home .content-room-right .room-price-info .text-line-through {
    text-decoration: line-through;
    color: #646464;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    text-align: right;
}

.show-room-home .content-room-home .content-room-right .room-price-info .price {
    font-weight: 700;
    font-size: 26px;
    text-align: right;
    color: #e12d2d;
    margin-bottom: 0;
}

.close-specials-mobile {
    display: none;
}

.show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages {
    background: #e12d2d;
    color: #fff;
    margin: 0;
    text-align: center;
}

.show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages>span>span {
    padding: 3px 10px;
}

.show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages span {
    position: relative;
    display: block;
    background: #19416c;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    min-width: 138px;
    line-height: 18px;
    font-size: 10.71429px;
    -webkit-transform-style: preserve-3d;
    font-weight: bold;
}

.show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages>span:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -4.5px;
    border: 7.5px solid #19416c;
    z-index: -1;
    -webkit-transform: translateZ(-1px);
    right: -6.66667px;
    border-right-color: transparent;
}

.show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages>span>span:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    bottom: -5.5px;
    border-color: #042952 transparent transparent;
    right: 0;
    border-width: 7.14286px 7.14286px 0 0;
}

@media(min-width: 1480px) {
    #nav-desktop ul li a,
    .selectLanguage .Language button {
        font-size: 13px !important;
    }
    .body-language-ru #nav-desktop ul li a,
    .body-language-ru .selectLanguage .Language button {
        font-size: 12px !important;
    }
    #nav-desktop .selectLanguage .dropdown-menu li a {
        font-size: 13px !important;
    }
    #nav-desktop ul li a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    #nav-desktop #main-menu>li>a::after,
    .selectLanguage .Language::after {
        width: calc(100% - 24px);
    }
    .selectLanguage .Language {
        padding: 14px 12px 33px !important;
    }
}

@media(min-width: 1381px) {
    #nav-desktop ul li a,
    .selectLanguage .Language button {
        font-size: 12px;
    }
    .body-language-ru #nav-desktop ul li a,
    .body-language-ru .selectLanguage .Language button {
        font-size: 11px !important;
    }
    #nav-desktop #main-menu>li>a::after,
    .selectLanguage .Language::after {
        width: calc(100% - 22px);
    }
    #nav-desktop .selectLanguage .dropdown-menu li a {
        font-size: 12px;
    }
    #nav-desktop ul li a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .selectLanguage .Language {
        padding: 14px 11px 32px;
    }
}

@media(max-width: 1380px) {
    .show-img-hover {
        max-width: 320px;
        left: -336px;
    }
    #nav-desktop .navbar-brand img {
        max-height: 80px;
    }
    #nav-desktop ul li a,
    .selectLanguage .Language button {
        font-size: 11px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .body-language-ru #nav-desktop ul li a,
    .body-language-ru .selectLanguage .Language button {
        font-size: 10px !important;
    }
    #nav-desktop #main-menu>li>a::after,
    .selectLanguage .Language::after {
        width: calc(100% - 18px);
    }
    #nav-desktop .selectLanguage .dropdown-menu li a {
        font-size: 11px;
    }
    .selectLanguage .Language {
        padding: 14px 9px 32px;
    }
}

@media(max-width: 1320px) {
    #nav-desktop .navbar-brand img {
        max-height: 55px;
        margin-top: 5px;
    }
    .show-img-hover {
        max-width: 300px;
        left: -316px;
    }
}

@media(max-width: 1270px) {
    #nav-desktop .navbar-brand img {
        max-height: 43px;
        margin-top: 10px;
    }
    #nav-desktop ul li a {
        font-size: 10px;
    }
    #nav-desktop .selectLanguage .dropdown-menu li a {
        font-size: 10px;
    }
    .body-language-ru .show-room-home .content-room-home .content-room-right .room-price-info .btn-book,
    .body-language-ru .specials-news-home .btn-book {
        font-size: 11px;
    }
}

@media(max-width: 1230px) {
    footer .social-icon h3,
    footer .subcribe h3,
    footer .info h3 {
        font-size: 24px;
    }
}

@media(min-width: 1201px) {
    .info-botonblue {
        background: #19416c;
        padding: 10px 15px;
        text-align: right;
        height: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .info-botonblue .wrapper-info {
        padding: 0 3%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .info-botonblue .wrapper-info a,
    .info-botonblue .wrapper-info a:hover,
    .info-botonblue .wrapper-info a:focus {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }
    .info-botonblue .wrapper-info a svg {
        margin-right: 3px;
        font-size: 15px;
    }
    .info-botonblue .wrapper-info a:nth-child(odd) {
        margin-right: 20px;
    }
    .info-botonblue .wrapper-info a {
        margin-right: 20px;
    }
    .info-botonblue .wrapper-info a:last-child {
        margin-right: 0px;
    }
    .hide-info .info-botonblue .wrapper-info {
        height: 0;
    }
    .hide-info .info-botonblue {
        padding: 0 15px;
    }
}

@media(max-width: 1223px) and (min-width: 991px) {
    .show-room-home .content-room-home .content-room-right .room-price-info .price {
        font-size: 1.9vw;
    }
    .show-room-home .content-room-home .content-room-right .room-price-info .text-line-through {
        font-size: 1.7vw;
    }
}

@media(max-width: 1200px) {
    .show-room-home .content-room-home .content-room-right .room-price-info .btn-book {
        padding-left: 5px;
        padding-right: 5px;
    }
    .info-botonblue .wrapper-info .phone,
    .info-botonblue .wrapper-info .envelope {
        position: absolute;
        top: 0;
        z-index: 10000;
        padding: 14px;
        margin-top: 21px;
        background: #0058AC;
        border-radius: 50%;
        height: 48px;
        width: 48px;
    }
    .info-botonblue .wrapper-info .envelope {
        right: 92px;
    }
    .info-botonblue .wrapper-info .phone {
        right: 170px;
    }
    .info-botonblue .wrapper-info .phone svg,
    .info-botonblue .wrapper-info .envelope svg {
        font-size: 20px;
        color: #fff;
    }
    .info-botonblue .wrapper-info text {
        display: none;
    }
    .selectLanguage .Language .dropdown-menu>li.active-language a,
    .selectLanguage .Language .dropdown-menu>li.active-language a:hover,
    .selectLanguage .Language .dropdown-menu>li.active-language a:focus {
        border-bottom: 2px solid #19416c;
        background: transparent !important;
        padding: 0;
    }
    .info-botonblue {
        height: 0px;
    }
    .selectLanguage .Language .dropdown-menu>li:first-child {
        margin-top: 10px;
    }
    .selectLanguage .Language .dropdown-menu>li a {
        margin-bottom: 12px;
    }
    .navigation-row .fancy-box .imglist img {
        max-height: 190px;
        min-height: 190px;
    }
    footer .social-icon h3,
    footer .subcribe h3,
    footer .info h3 {
        font-size: 22px;
    }
    footer .info p.no-icon {
        display: block;
    }
    #nav-mobile .wrap-nav-mobile>ul>li>a {
        color: #19416c !important;
    }
    #nav-mobile .wrap-nav-mobile>ul>li>a:hover {
        text-decoration: none;
    }
    .selectLanguage .bootstrap-select.btn-group .dropdown-toggle .caret {
        /* display: none;
         */
    }
    .selectLanguage .bootstrap-select.btn-group .dropdown-menu {
        padding: 0 !important;
        opacity: 1 !important;
    }
    .selectLanguage .bootstrap-select.btn-group .dropdown-menu li a span.text {
        font-size: 20px;
    }
    .selectLanguage .bootstrap-select.btn-group .dropdown-menu li a span.text {
        color: #000 !important;
    }
    .selectLanguage .bootstrap-select.btn-group .dropdown-menu li.selected a span.text {
        color: #fff !important;
    }
    .multicol .col {
        padding: 0 15px;
    }
    .specials-news-home .multicol .col {
        padding: 15px;
    }
    .selectLanguage .Language::after {
        background: #000;
        display: none;
    }
    .selectLanguage .Language:hover {
        text-decoration: solid;
    }
    .slide-page {
        margin-top: 0;
        height: 100vh !important;
    }
    .slide-page .boxedcontainer {
        height: 100vh !important;
    }
    .slide-page .tp-banner-container {
        height: 100vh !important;
    }
    #nav-mobile {
        display: block;
    }
    #nav-mobile .container {
        padding: 13px 0 0;
        background: rgba(255, 255, 255, 0.91);
    }
    header {
        background: rgba(255, 255, 255, 0.1);
    }
    #nav-desktop {
        display: none;
    }
    .fixed-menu {
        padding: 0;
    }
    .selectLanguage .Language {
        width: 70px !important;
        padding: 0 0 10px 0;
    }
    .selectLanguage .Language button {
        font-size: 21px;
        font-weight: 500;
        padding-left: 0;
    }
    .body-language-ru .selectLanguage .Language button {
        font-size: 21px;
    }
    .selectLanguage .Language.open .dropdown-menu {
        height: 100%;
        min-width: 100%;
        opacity: 1 !important;
        top: 0;
        max-height: 100% !important;
        position: relative;
        font-size: 21px !important;
        border: 0;
        box-shadow: none;
        padding: 0 0 0 20px !important;
    }
    .selectLanguage .Language.open .dropdown-menu>li>a,
    .selectLanguage .Language.open .dropdown-menu>li>a:hover,
    .selectLanguage .Language.open .dropdown-menu>li>a:focus {
        padding-left: 0 !important;
        padding-left: 0 !important;
        font-weight: 500;
        text-decoration: none !important;
    }
    .selectLanguage .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 1.5em;
        color: #0e4e96!important;
        font-weight: 600;
    }
    .selectLanguage .bootstrap-select.btn-group .dropdown-toggle .filter-option:hover {
        text-decoration: underline;
    }
    .bootstrap-select.btn-group .dropdown-toggle .caret {
        color: #000;
    }
}

@media(max-width: 1199px) {
    footer .social-icon span a {
        font-size: 26px;
    }
}

@media(max-width: 1179px) {
    .mobile-specials-news {
        opacity: 1 !important;
    }
    .show-img-hover {
        display: none;
    }
}

@media(max-width: 1100px) {
    footer .social-icon h3,
    footer .subcribe h3,
    footer .info h3 {
        font-size: 20px;
    }
    footer .social-icon span a {
        font-size: 20px;
    }
}

@media(max-width: 1050px) and (min-width: 991px) {
    .show-room-home .content-room-home .content-room-right .room-price-info .sale {
        font-size: 13px;
    }
}

@media(min-width: 992px) {
    .mobile-specials-news {
        transition: all 0.6s;
    }
    .specials-mobile {
        display: none;
    }
    .singlePage .multicol .col,
    .singlePage .multicol-layout3 .col {
        margin-top: 60px;
    }
    .singlePage .multicol-layout3 .col.group-three-full {
        margin-top: 35px;
    }
    .singlePage .multicol-layout3 .col.group-three-full:nth-child(3n+3) {
        width: 100%;
        display: inline-flex;
    }
    .singlePage .multicol-layout3 .col.group-three-full:nth-child(3n+3) .multicol-image {
        width: 50%;
        padding-right: 15px;
        float: left;
        border: 0;
        border-right: 0;
        background: #fff;
    }
    .multicol-layout3 .col.group-three-full:nth-child(3n+3) .multicol-title p {
        text-align: left;
    }
    .singlePage .multicol-layout3 .col.group-three-full:nth-child(3n+3) .multicol-content.multicol-contentDetail {
        width: 50%;
        padding-left: 30px;
        float: left;
        border: 0;
        border-left: 0;
    }
    footer .subcribe {
        border-right: 1px solid #000;
    }
    .multicol .col.style1:nth-child(even) {
        padding-right: 0;
    }
    .multicol .col.style1:nth-child(odd) {
        padding-left: 0;
    }
    .multicol .three-col:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 20px;
    }
    .multicol .three-col:nth-child(3n+2) {
        padding-left: calc(20px /2);
        padding-right: calc(20px /2);
    }
    .multicol .three-col:nth-child(3n+3) {
        padding-right: 0;
        padding-left: 20px;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .show-room-home .content-room-home .content-room-right .room-price-info .price {
        font-size: 2.7vw;
    }
    .show-room-home .content-room-home .content-room-right .room-price-info .text-line-through {
        font-size: 2.5vw;
    }
}

@media(max-width: 991px) {
    .show-list-specials {
        overflow: hidden;
    }
    .show-list-specials .mobile-specials-news {
        display: block;
        position: fixed;
        top: 0;
        z-index: 99991;
        left: 0;
        overflow: hidden;
        max-height: 100%;
        background: rgba(0, 0, 0, 0.81);
        padding: 6vh 0 0;
        height: 100%;
        opacity: 1;
    }
    .show-list-specials .specials-news {
        max-width: 100%;
        margin: 0 auto;
        max-height: 95vh;
        overflow: auto;
        background: transparent !important;
    }
    .specials-news>.row {
        max-width: 80%;
        margin: 0 auto !important;
    }
    .mobile-specials-news {
        opacity: 0;
        position: fixed;
        top: unset;
        bottom: 0;
        z-index: 99991;
        left: 0;
        height: 0;
        overflow: hidden;
        max-height: 100%;
        background: rgba(0, 0, 0, 0.81);
        padding: 0;
        transition: 0.6s all;
    }
    .show-list-specials .mobile-specials-news {
        height: 100%;
    }
    .specials-mobile {
        display: block;
        position: fixed;
        text-transform: uppercase;
        background: #19416c;
        cursor: pointer;
        bottom: 0;
        left: 0;
        z-index: 99989;
        text-align: center;
        color: #fff;
        padding: 11px 25px;
        width: 100%;
        margin-top: 10px;
        font-size: 15px;
        letter-spacing: 2px;
        transition: 0.3s all;
    }
    .show-list-specials .specials-mobile {
        height: 0;
        opacity: 0;
        padding: 0;
        bottom: 0;
    }
    .specials-mobile:hover,
    .specials-mobile:focus {
        background: #19416c;
        color: #fff;
        text-decoration: none;
    }
    .show-list-specials .close-specials-mobile {
        display: block;
        text-align: right;
        position: absolute;
        top: 2vw;
        right: 2vw;
        color: #fff;
        cursor: pointer;
    }
    .show-list-specials .close-specials-mobile svg {
        width: 8vw;
        height: 7vw;
    }
    .show-room-home {
        padding: 0;
    }
    .info-contact {
        margin-bottom: 20px;
    }
    .scroll_tabs_container {
        height: 60px;
    }
    .scroll_tabs_container div.scroll_tab_inner li {
        height: 58px !important;
    }
    .scroll_tabs_container div.scroll_tab_inner li a,
    .scroll_tabs_container div.scroll_tab_inner li a:hover,
    .scroll_tabs_container div.scroll_tab_inner li a:focus {
        font-size: 14px;
    }
    .scroll_tabs_container .scroll_tab_left_button,
    .scroll_tabs_container .scroll_tab_right_button {
        height: 59px;
    }
    .navigation-row .fancy-box .imglist img {
        max-height: 150px;
        min-height: 150px;
    }
    .fancy-box .imglist img {
        max-height: 100px;
        min-height: 100px;
    }
    footer .info p span.home {
        top: -2px;
        left: 10px;
    }
    .multicol .multicol-title.title-detail h3 {
        font-size: 22px;
    }
    .multicol-layout2 .multicol-title.title-detail.restaurant h3,
    .multicol-layout3 .multicol-title.title-detail.restaurant h3 {
        font-size: 20px;
    }
    footer .social-icon h3,
    footer .subcribe h3,
    footer .info h3 {
        font-size: 25px;
    }
    footer .social-icon span a {
        font-size: 32px;
    }
    footer .subcribe {
        border-bottom: 1px solid #a5a5a5;
        padding-bottom: 40px;
        padding-top: 25px;
    }
    footer .social-icon {
        padding-top: 40px;
    }
    .multicol .three-col,
    .multicol .col,
    .multicol-layout3 .col {
        margin-bottom: 30px;
    }
    .multicol .three-col .multicol-image {
        margin-bottom: 0;
    }
    .introduce {
        padding: 15px 0 15px;
    }
    .slide-page .tp-banner-container .tp-bullets.hidebullets {
        opacity: 0;
    }
    footer .full-height {
        display: block;
    }
    footer .info {
        border-right: 0;
        border-bottom: 1px solid #a5a5a5;
        margin-bottom: 10px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .multicol-layout2 .multicol-image img,
    .multicol-layout2 .multicol-image img {
        height: 100%;
        object-fit: cover;
    }
    .multicol-layout2 .col:nth-child(3n+2) .multicol-content.multicol-contentDetail,
    .multicol-layout2 .col:nth-child(3n+3) .multicol-content.multicol-contentDetail {
        min-height: 328px;
    }
}

@media(min-width: 768px) {
    .show-room-home .show-img .mouseover-img:hover img {
        -webkit-filter: blur(.8px);
        -moz-filter: blur(.8px);
        -o-filter: blur(.8px);
        -ms-filter: blur(.8px);
        filter: blur(.8px);
    }
    .show-room-home .show-img>a img {
        min-height: 225.9px;
        max-height: 225.9px;
    }
    .show-room-home .content-room-home .content-room-right {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-bottom: 15px;
    }
    .show-room-home .content-room-home .content-room-right .room-price-info .sale,
    .show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages {
        position: absolute;
        right: -10px;
        top: -55px;
        width: 90%;
    }
    .show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages {
        position: absolute;
        top: -85px;
        margin: 0;
        right: -10px;
    }
    .show-room-home .content-room-home .content-room-left {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 7px;
    }
    .show-room-home .content-room-home .content-room-left.title-content {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .hide-check-date .show-calendar,
    .hide-check-date .check-date {
        margin-top: 0 !important;
    }
    .hide-check-date .date-1,
    .hide-check-date .date-2 {
        display: none;
    }
    .hide-check-date {
        top: 127px !important;
    }
    .hide-check-date {
        padding: 0 !important;
        top: 90px !important;
        right: 0 !important;
        background: transparent !important;
    }
    /* .hide-info .booking {
         top: 87px !important;
    }
     */
    .hide-info .hide-check-date {
        top: 87px !important;
    }
    .hide-check-date .input-check {
        display: none;
    }
    .multicol-layout3 .multicol-image {
        padding: 20px 40px 0 40px;
        background: #fff;
    }
    .multicol-layout3 .col.group-three-full .multicol-image {
        padding: 0;
    }
    #check-date {
        transition: 0.6s all;
    }
    .multicol-layout2 .col:nth-child(3n+2) .multicol-image img,
    .multicol-layout2 .col:nth-child(3n+3) .multicol-image img {
        height: 395px;
        width: 100%;
        object-fit: cover;
    }
    footer .info {
        padding-left: 0;
    }
    footer .social-icon {
        padding-right: 0;
    }
    .pd-l-sm-30 {
        padding-left: 30px
    }
    /* Multicol Layout 2 */
    .multicol-layout2 .col:nth-child(3n+1) {
        width: 100%;
        display: inline-flex;
    }
    .multicol-layout2 .col:nth-child(3n+1) .multicol-image {
        width: 50%;
        padding-right: 15px;
        float: left;
        background: #fff;
    }
    .multicol-layout2.border .col:nth-child(3n+1) .multicol-image {
        border: 4px solid #3a3536;
        border-right: 0;
    }
    .multicol-layout2 .col:nth-child(3n+1) .multicol-content.multicol-contentDetail {
        width: 50%;
        padding-left: 35px;
        float: left;
    }
    .multicol-layout2.border .col:nth-child(3n+1) .multicol-content.multicol-contentDetail {
        border: 4px solid #3a3536;
        border-left: 0;
    }
    .multicol-layout2 .col:nth-child(3n+2),
    .multicol-layout2 .col:nth-child(3n+3),
    .multicol-layout2 .col:nth-child(3n+4) {
        margin-top: 60px;
    }
    .multicol-layout2 .col:nth-child(3n+2) .multicol-image,
    .multicol-layout2 .col:nth-child(3n+3) .multicol-image {
        padding: 20px 40px 0;
        background: #fff;
    }
    /* End Multicol Layout 2 */
}

@media(max-width: 767px) {
    .body-language-ru .show-room-home .content-room-home .content-room-right .room-price-info .btn-book {
        font-size: 12px;
    }
    .show-room-home .show-img {
        padding: 0;
    }
    .specials-mobile {
        width: 50%;
    }
    .mobile-show-room>.row {
        margin: 0;
    }
    .specials-news-home>.row {
        margin: 0;
    }
    .show-room-home .show-img .thumbail-img {
        display: none;
    }
    .show-room-home .content-room-home .content-room-right .room-price-info .sale {
        position: absolute;
        top: 40px;
        border-radius: 0;
        right: 0px;
        min-width: 120px;
        padding: 10px 10px;
        background-color: #dd0f23e0;
        margin: 0;
        text-transform: uppercase;
    }
    .show-room-home .content-room-home .content-room-right .room-price-info .hungry-messages {
        position: absolute;
        top: -1px;
        border-radius: 0;
        right: -8px;
        min-width: 130px;
    }
    .show-room-home .content-room-home .content-room-right {
        position: unset;
        padding-bottom: 15px;
    }
    .show-room-home .content-room-home {
        padding-top: 15px;
        position: unset;
    }
    #bannerFullscreen .modal-dialog {
        width: 90%;
    }
    #booking-mask-wrapper .date-2 {
        margin-top: 20px;
    }
    .navigation-row .fancy-box .imglist img {
        max-height: 80px;
        min-height: 80px;
    }
    .fancy-box .imglist img {
        max-height: 60px;
        min-height: 60px;
    }
    .singlePage .singlePage-title h1 {
        font-size: 36px;
    }
    .singlePage .slides {
        margin-bottom: 25px;
    }
    .multicol .col.style1 {
        padding: 0 15px;
    }
    .multicol-layout2 .col {
        margin-bottom: 30px;
    }
    .multicol-layout2 .col:last-child {
        margin-bottom: 0;
    }
    .multicol-layout2 .multicol-title.title-detail.restaurant h3 {
        font-size: 22px;
    }
    #booking-form-single {
        margin-top: 20px;
    }
    .redirect {
        margin-bottom: 20px;
    }
    .fancy-box .imglist a {
        width: 25%;
    }
    .introduce-hotel .btn-book {
        width: 100%;
    }
    footer .social-icon {
        padding-bottom: 30px;
    }
/*    #return-to-top {
        bottom: 70px;
    }*/
    .meeting-events .content {
        padding: 40px;
    }
    .meeting-events .container>.row {
        margin: 0;
    }
    .container>.row {
        margin-right: -15px;
        margin-left: -15px;
    }
    footer .container>.row {
        margin: 0;
    }
    .multicol-content {
        padding: 10px 10px 20px 10px;
    }
    .multicol .multicol-title p {
        padding: 0;
    }
    footer .social-icon span a {
        font-size: 30px;
    }
    .multicol .multicol-title h3 {
        padding: 0;
        font-size: 20px;
    }
    .rooms-news .wrap-rooms {
        padding: 20px 15px;
    }
    .multicol .three-col .multicol-content {
        border-top: 0 !important;
    }
    .multicol img {
        border: 1px solid #000;
        border-bottom: 0 !important;
    }
    .page-title h1 {
        font-size: 7vw;
    }
    .page-title p {
        font-size: 5vw;
    }
    .boxedcontainer {
        overflow: unset;
    }
    .line-left {
        display: none;
    }
    .btn-to-top {
        padding: 10px 11px 12px;
    }
    .slide-page{
        max-height: 450px !important;
        margin-top: 70px;
    }
    .slide-page .boxedcontainer {
        height: 100% !important;
    }
    .slide-page .tp-banner-container {
        height: 100% !important;
    }
}

@media(max-width: 475px) {
    .rooms-news .wrap-rooms .content-right .btn-learnmor {
        width: 100%;
        margin-right: 0;
    }
    .rooms-news .wrap-rooms .content-right .btn-book {
        width: 100%;
    }
    #booking-form-single .booking-form-button {
        width: 100%;
    }
    .navigation-row .fancy-box .imglist a {
        width: 50%;
    }
    .body-language-ru .booking-form .btn-book,
    .body-language-ru .specials-mobile {
        font-size: 13px;
    }
    .body-language-ru .booking.open .booking-form .btn-book {
        font-size: 15px;
    }
    .slide-page{
          max-height: 280px !important;
    }
}

@media(max-width: 450px) {
    footer .social-icon span a {
        font-size: 28px;
    }
    #nav-mobile label,
    .info-botonblue .wrapper-info .phone,
    .info-botonblue .wrapper-info .envelope {
        transform: scale(0.8);
    }
    .info-botonblue .wrapper-info .envelope {
        right: 82px;
    }
    .info-botonblue .wrapper-info .phone {
        right: 149px;
    }
}

@media(max-width: 430px) {
    footer .social-icon span a {
        padding: 5px 12px;
    }
}

@media(max-width: 400px) {
    #nav-mobile label,
    .info-botonblue .wrapper-info .phone,
    .info-botonblue .wrapper-info .envelope {
        transform: scale(0.7);
    }
    .info-botonblue .wrapper-info .envelope {
        right: 70px;
    }
    .info-botonblue .wrapper-info .phone {
        right: 120px;
    }
}

@media(max-width: 340px) {
    #nav-mobile label,
    .info-botonblue .wrapper-info .phone,
    .info-botonblue .wrapper-info .envelope {
        transform: scale(0.6);
    }
    .info-botonblue .wrapper-info .envelope {
        right: 63px;
    }
    .info-botonblue .wrapper-info .phone {
        right: 104px;
    }
}

@-webkit-keyframes animationStar {
    0% {
        color: #e12d2d;
    }
    10% {
        color: #1883d3;
    }
    20% {
        color: #d3191e;
    }
    30% {
        color: #18d39e;
    }
    40% {
        color: #d3191e;
    }
    50% {
        color: #d34918;
    }
    60% {
        color: #d3191e;
    }
    70% {
        color: #1e18d4;
    }
    80% {
        color: #d3191e;
    }
    90% {
        color: #d47e19;
    }
    100% {
        color: #d3191e;
    }
}

@-moz-keyframes animationStar {
    0% {
        color: #e12d2d;
    }
    10% {
        color: #1883d3;
    }
    20% {
        color: #d3191e;
    }
    30% {
        color: #18d39e;
    }
    40% {
        color: #d3191e;
    }
    50% {
        color: #d34918;
    }
    60% {
        color: #d3191e;
    }
    70% {
        color: #1e18d4;
    }
    80% {
        color: #d3191e;
    }
    90% {
        color: #d47e19;
    }
    100% {
        color: #d3191e;
    }
}

@-o-keyframes animationStar {
    0% {
        color: #e12d2d;
    }
    10% {
        color: #1883d3;
    }
    20% {
        color: #d3191e;
    }
    30% {
        color: #18d39e;
    }
    40% {
        color: #d3191e;
    }
    50% {
        color: #d34918;
    }
    60% {
        color: #d3191e;
    }
    70% {
        color: #1e18d4;
    }
    80% {
        color: #d3191e;
    }
    90% {
        color: #d47e19;
    }
    100% {
        color: #d3191e;
    }
}

@keyframes animationStar {
    0% {
        color: #e12d2d;
    }
    10% {
        color: #1883d3;
    }
    20% {
        color: #d3191e;
    }
    30% {
        color: #18d39e;
    }
    40% {
        color: #d3191e;
    }
    50% {
        color: #d34918;
    }
    60% {
        color: #d3191e;
    }
    70% {
        color: #1e18d4;
    }
    80% {
        color: #d3191e;
    }
    90% {
        color: #d47e19;
    }
    100% {
        color: #d3191e;
    }
}

@-webkit-keyframes animationSale {
    0% {
        background: #e12d2d;
    }
    10% {
        background: #1883d3;
    }
    20% {
        background: #d3191e;
    }
    30% {
        background: #18d39e;
    }
    40% {
        background: #d3191e;
    }
    50% {
        background: #d34918;
    }
    60% {
        background: #d3191e;
    }
    70% {
        background: #1e18d4;
    }
    80% {
        background: #d3191e;
    }
    90% {
        background: #d47e19;
    }
    100% {
        background: #d3191e;
    }
}

@-moz-keyframes animationSale {
    0% {
        background: #e12d2d;
    }
    10% {
        background: #1883d3;
    }
    20% {
        background: #d3191e;
    }
    30% {
        background: #18d39e;
    }
    40% {
        background: #d3191e;
    }
    50% {
        background: #d34918;
    }
    60% {
        background: #d3191e;
    }
    70% {
        background: #1e18d4;
    }
    80% {
        background: #d3191e;
    }
    90% {
        background: #d47e19;
    }
    100% {
        background: #d3191e;
    }
}

@-o-keyframes animationSale {
    0% {
        background: #e12d2d;
    }
    10% {
        background: #1883d3;
    }
    20% {
        background: #d3191e;
    }
    30% {
        background: #18d39e;
    }
    40% {
        background: #d3191e;
    }
    50% {
        background: #d34918;
    }
    60% {
        background: #d3191e;
    }
    70% {
        background: #1e18d4;
    }
    80% {
        background: #d3191e;
    }
    90% {
        background: #d47e19;
    }
    100% {
        background: #d3191e;
    }
}

@keyframes animationSale {
    0% {
        background: #e12d2d;
    }
    10% {
        background: #1883d3;
    }
    20% {
        background: #d3191e;
    }
    30% {
        background: #18d39e;
    }
    40% {
        background: #d3191e;
    }
    50% {
        background: #d34918;
    }
    60% {
        background: #d3191e;
    }
    70% {
        background: #1e18d4;
    }
    80% {
        background: #d3191e;
    }
    90% {
        background: #d47e19;
    }
    100% {
        background: #d3191e;
    }
}


/*Horizon*/

.horizon-rooms-homepage .multicol-layout3 .multicol-image img {
    object-fit: cover;
    max-height: 250px;
    min-height: 250px;
}

.horizon-rooms-homepage .multicol {
    padding-top: 0px;
}

.horizon-rooms-homepage .multicol .col {
    background-color: transparent;
    padding-bottom: 15px;
}


/*@media (min-width: 768px){
     .fullwidth-layout{
         width: 100%;
         display: inline-flex;
    }
     .fullwidth-layout .multicol-image {
         width: 50%;
         float: left;
    }
     .fullwidth-layout .multicol-content.multicol-contentDetail {
         width: 50%;
         float: left;
    }
}
*/

.menu-footer-information ul li {
    list-style-type: none;
    padding: 3px 0;
    font-size: 15px;
    position: relative;
}

footer .footer-container {
    padding-bottom: 0;
}

footer .social-icon .row .fb-page span {
    margin-right: 0px;
}

#nav-mobile ul {
    padding-top: 3px;
}

#booking-mask-wrapper.closed .show-calendar {
    width: 100%;
}

@media (min-width: 769px) {
    .horizon-rooms-homepage .col:nth-child(3n+2) .multicol-image,
    .horizon-rooms-homepage .col:nth-child(3n+3) .multicol-image {
        padding: 20px 40px 0;
        background-color: #fff
    }
    .horizon-rooms-homepage .col:nth-child(3n+1) {
        width: 100%;
        display: inline-flex;
    }
    .horizon-rooms-homepage .col:nth-child(3n+1) .multicol-image {
        width: 50%;
        padding: 20px 40px;
        background-color: #fff
    }
    .horizon-rooms-homepage .col:nth-child(3n+1) .multicol-content {
        width: 50%;
    }
}

.services .service img {
    max-width: 100%;
}

.item-mask {
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.item-short-intro {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #FFFFFF;
    padding: 0px 7%;
    font-size: 15px;
}

.services .item-short-intro.item-short-introdetail {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

.services .item-short-intro .title {
    padding: 0px 0px 14px;
    margin: 0px 0px 14px 0px;
    color: #FFFFFF;
}

.services .title,
.section-tripadvisor .title {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 6px;
    color: #3f4666;
    padding: 0px 0px 30px;
    margin: 0px 0px 30px 0px;
}

.services .title span {
    position: relative;
}

.services .service:hover .item-short-intro.item-short-introdetail {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.services .service:hover .item-short-intro {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

.services .service {
    /*padding: 0;
    */
    padding: 0px 2px 2px 0px;
}

.services .service a img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .services .service a img {
        height: 400px;
    }
    .item-short-intro {
        padding: 0px 7%;
    }
}

@media (max-width: 768px) {
    .item-short-intro {
        padding: 0px 2%;
    }
}

#nav-desktop .navbar-logo img {
    transition: 0.6s all;
}

#nav-desktop .navbar-logo.top {
    position: absolute;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#nav-desktop .navbar-logo.top img {
    padding: 5px;
    max-height: 155px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.booking {
    top: 93px;
    right: 12px;
}

@media (min-width: 768px) {
    .fixed-menu.top {
        background-color: transparent;
        box-shadow: none;
    }
    .fixed-menu.top #nav-desktop ul li>a {
        background-color: transparent;
    }
    
    .fixed-menu.top #nav-desktop .submenu li.active a, 
    .fixed-menu.top #nav-desktop .submenu li.active a:hover, 
    .fixed-menu.top #nav-desktop .submenu li.active a:focus,
    .fixed-menu.top #nav-desktop .submenu li a:hover, 
    .fixed-menu.top #nav-desktop .submenu li a:focus{
        background: #0058AC;
    }
}

.introduce-hotel-homepage {
    padding-top: 10px;
    background-color: white;
}

.specials-home .introduce-hotel .container {
    padding-top: 0;
}

.introduce-hotel .container h1 {
    color: #19416c
}

.horizon-testimonial-container {
    position: relative;
}

.horizon-testimonial-container .title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 6px;
    color: #fff;
    padding: 0px 0px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.horizon-testimonial-container .content {
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.authortrip {
    text-align: right;
}

.slick-prev:before {
    content: url(../image/arrow-left-black-26.png);
    width: 14px;
    height: 26px;
    opacity: 0.5;
}

.slick-next:before {
    content: url(../image/arrow-right-black-26.png);
    width: 14px;
    height: 26px;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .testimonial-item {
        margin-left: 50px;
        margin-right: 50px;
    }
}

.rooms-news {
    padding: 30px 0 90px;
}

.horizon-testimonial-container .title span:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50px);
}

.specials-home .container {
    padding-top: 0;
}

.horizon-rooms-homepage .item-short-intro.item-short-introdetail {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

.horizon-rooms-homepage .item-short-intro .title {
    padding: 0px 0px 14px;
    margin: 0px 0px 14px 0px;
    color: #FFFFFF;
}

.horizon-rooms-homepage .title,
.section-tripadvisor .title {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: #3f4666;
    padding: 0px 0px 30px;
    margin: 0px 0px 30px 0px;
}

.horizon-rooms-homepage .title span {
    position: relative;
    font-weight: bold
}

.horizon-rooms-homepage .service:hover .item-short-intro.item-short-introdetail {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.horizon-rooms-homepage .service:hover .item-short-intro {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

.horizon-rooms-homepage .service {
    /*padding: 0;
    */
    padding: 0px 2px 2px 0px;
}

.horizon-rooms-homepage .service a img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.horizon-rooms-homepage .service img {
    max-width: 100%;
}

.services-title h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 50px;
    color: #135594;
}
.services .services-title{
    padding: 0;
}
.services .title-section{
    margin: 0;
}
.services .services-title h2{
    background-color: #19416c;
    color: white;
    padding: 10px 0;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-logo.top .top,
.navbar-logo .top-scroll {
    display: block;
}

.navbar-logo .top,
.navbar-logo.top .top-scroll {
    display: none;
}

.fixed-menu.top #nav-desktop ul li>a,
.fixed-menu.top #nav-desktop .selectLanguage .Language button {
    color: white;
}

.fixed-menu.top #nav-desktop .selectLanguage .Language a {
    color: #135594;
}

.selectLanguage .open>.dropdown-toggle.btn-primary {
    color: #87CEEB;
}

#nav-desktop.navbar {
    padding-left: 1%;
}

#nav-desktop .container-fluid {
    padding-left: 2px;
    padding-right: 2px;
}


@media (min-width: 1024px) {
    .singlePage .wrap-section-content .content-singlePage ul{
        display: inline-block;
        padding-left: 15px;
    }
    .singlePage .wrap-section-content .content-singlePage ul li{
        width: 50%;
        float: left;
        margin-right: 0;
        padding-right: 29px;
    }
}

.singlePage.photoPage{
    padding-top: 0;
}

.thumbmenu-item-dimmer a {
    display: inline-block;
    padding: 15px 20px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
}

.thumbmenu-item-dimmer {
    width: 100%;
    height: 100%;
    padding-top: 107px;
}
.thumbmenu-item {
    text-align: center;
    height: 260px;
    background-color: rgba(0, 0, 0, 0.25);
    background-position: center center;
    background-size: cover;
    background-repeat: none;
}
.thumbmenu-item-dimmer:hover a {
    background: #19416c;
}
.thumbmenu {
    padding-bottom: 1em;
    font-size: 18px;
    padding-top: 1em;
}

.thumbmenu .col{
    padding: 0;
}

.from-price-room{
    padding: 10px 0;
    text-align: center;
    font-size: 23px;
    color: white;
    background: #19416c;
}
.slides-nav{
    padding-top: 2em;
}
.slides-nav .item-nav{
    max-height: 90px;
    padding: 0 6px;
}

.slides-nav .slick-arrow{
    display: none;
}

.promotions_page .item-block img{
    width: 100%;
}

.promotions_page .item-post-title h4{
    text-align: left;
        font-size: 23px;
        color: #349a9c;
        text-transform: uppercase;
        padding: 13px 0;
}

.promotions_page .main-wrap .col{
    padding-bottom: 30px;
}


.calluna-icon-box-four {
    position: relative;
    text-align: center;
    padding: 30px;
    border: 1px solid #d2d2d2;
    transition: background .3s ease-in-out;
}
.calluna-icon-box-four .calluna-icon-box-four-heading {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: #19416c;
}
.calluna-icon-box-icon {
    font-size: 24px;
    color: #000;
    display: inline-block;
    zoom: 1;
    line-height: 1;
}
.calluna-icon-box-four .calluna-icon-box-four-icon {
    font-size: 28px;
    margin: 0 0 20px;
    color: #19416c;
}

.calluna-icon-box-four .calluna-icon-box-four-content{
    margin-top: 15px;
}

.singlePage .item-col{
    margin-bottom: 2em;
}
.singlePage .item-col .col-image{
    float: right;
}
.singlePage .item-col:nth-child(2n+1) .col-image{
    float: left;
}

@media screen and (min-width: 767px){
/*    .singlePage .item-col .col-content{
        text-align: right;
    }*/
    .singlePage .item-col:nth-child(2n+1) .col-content{
        text-align: left;
    }
}

@media (max-width: 767px){
    .singlePage .item-col .post-title{
        margin-top: 5px;
        margin-bottom: 9px;
    }
}

.gitem-animated-block img{
    max-width: 100%;
}

.gitem-zone {
    position: relative;
    background-clip: border-box;
    overflow: hidden;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
}
.gitem-zone .gitem-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
}

.gitem-zone-block{
    margin-bottom: 25px;
}
/*
.fixed-menu, .fixed-menu #nav-desktop ul li>a{
    background-color: #135594;
}

.fixed-menu.top, .fixed-menu.top #nav-desktop ul li>a{
    background-color: unset;
}
*/
.wrap-section-content h2.post-title{
    color: #19416c
}

.contact-comment form label.error{
    color: red;
    font-size: 11px;
    text-transform: inherit;
}

.banner-mini {
    position: fixed;
    transition: all .2s;
    bottom: 0;
    z-index: 100;
    left: 0;
    border: solid 2px #19416c;
}
.banner-mini img {
    max-width: 300px;
}

/*14062019*/
footer {
   background-color: #19416c;
}

footer *,
footer .footer-container h3,
footer .info p span path {
   color: #fff;
}

footer .designed-by a:hover {
   color: #fff;
}

.btn-to-top {
   background: #25ade3;
}

.singlePage_slide .container {
   max-width: unset;
}

@media (min-width: 768px){
   .hide-check-date {
       top: 86px !important;
   }
}

.singlePage .wrap-section-content .content-singlePage ul {
   margin-bottom: 0;
}

@media (min-width: 768px){
   .singlePage .wrap-section-content .content-singlePage ul li {
       width: 100%;
   }

}

@media (min-width: 1424px){
   .singlePage .amenities-display {
       display: flex;
   }
}

@media (min-width: 678px){
   .singlePage .amenities-display {
       display: unset;
   }
   .singlePage .wrap-section-content .content-singlePage ul {
       width: 48%;
       display: inline-block;
   }
   .singlePage .wrap-section-content .content-singlePage ul li {
       float: unset;
   }
}

.singlePage .slides {
   margin-bottom: 25px;
}

.slides-nav {
   padding-top: 0;
   padding-bottom: 25px;
}

.services .service,
.horizon-rooms-homepage .service {
   padding: 0 10px 10px 0;
}

.item-mask {
   width: calc(100% - 10px);
   height: calc(100% - 10px);
}

.services .service a img,
.horizon-rooms-homepage .service a img {
   height: 300px;
}

footer .info {
   border-right: 1px solid #fff;
}

@media (min-width: 992px){
   footer .subcribe {
       border-right: 1px solid #fff;
   }
}

.introduce-hotel-homepage {
   padding: 0 !important;
}
.introduce-hotel-homepage .container {
   padding: 0 20px !important;
}

.introduce-hotel {
   padding-top: 0 !important;
}

.specials-home .introduce-hotel h2 {
   margin: 0 !important;
}

header {
   background: #19416c;
}

.menu-top {
   position: relative;
}

#nav-desktop ul li>a {
   color: #fff !important;
   background-color: #19416c;
}

#nav-desktop #main-menu>li>a::after,
.selectLanguage .Language::after {
   background-color: #fff ;
}

.selectLanguage .Language button {
   color: #fff !important;
}

@media (max-width: 1200px){
   #nav-mobile .container {
       background: #19416c;
   }  
  
   #menu-icon, #menu-icon::before, #menu-icon::after {
       background: #fff;
   }

   #nav-mobile .wrap-nav-mobile>ul>li>a,
   #nav-mobile ul a {
       color: #fff !important;
   }
   #nav-mobile .wrap-nav-mobile>ul>li.active>a {
       border-bottom-color: #fff;
   }
}
.content-singlePage {
   padding-top: 15px;
}


@media screen and (max-width: 767px){
    .services .service,
    .horizon-rooms-homepage .service{
        padding-right: 0
    }
    .item-mask{
        width: calc(100%);
        height: calc(100% - 10px);
    }
}

.btn-book:hover, .btn-book:focus, .btn-book:active {
    background-color: #0058AC !important;
}
.br-gray {
    background-color: #fff !important;
}

footer a:hover, footer a:focus {
    color: #fff !important;
}

.btn-book {
    background: #19416c;
}

#nav-mobile ul,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #19416c;
}

.selectLanguage .Language .dropdown-menu>li.active-language a, 
.selectLanguage .Language .dropdown-menu>li.active-language a:hover, 
.selectLanguage .Language .dropdown-menu>li.active-language a:focus {
    border-bottom: #fff !important;
}

.selectLanguage .Language.open .dropdown-menu>li>a:hover, 
.selectLanguage .Language.open .dropdown-menu>li>a:focus {
    background-color: #19416c !important;
    text-decoration: underline !important;
}

.info-contact .contentCategory > iframe {
    width: 100% !important;
}
@media (max-width: 991px){
    footer .info {
        border-right-color: transparent !important;
    }
}
@media (max-width: 767px){
    .slide-page {
        margin-top: 0 !important;
    }
}

/*/ room-slides /*/
.room-slides {
    margin-bottom: 25px;
}

.room-slides-nav .item-nav {
    max-height: 90px;
    padding: 0 6px;
}

.slides-nav,
.room-slides-nav {
    padding-top: 0;
    padding-bottom: 12px;
}
.room-slides {
    margin-bottom: 12px;
}

/* 11072019 */

.flex-items{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.singlePage .slick-slide.item-nav img{
    min-height: auto;
    max-width: 100%
}

@media (max-width: 767px){
    .booking-engine.booking {
        max-width: unset;
        min-width: unset;
        padding: 0;
    }
    .booking-engine .booking-form .btn-book{
        margin-top: 0;
    }
}


/* ======================== 16.08.2019 */

.w-100 {
    width: 100% !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}


/* room single */

.singlePage .wrap-section-content .content-singlePage ul {
    width: 100% !important;
}

.singlePage_slide .offer .card {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .singlePage_slide .offer .card {
        margin-top: 30px;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .singlePage .slick-slide img {
        min-height: 400px;
    }
}

@media (max-width: 1439px) {
    .singlePage .wrap-section-content .content-singlePage ul li {
        font-size: 15px;
        line-height: 25px;
    }
}


/* offer item */

.offer .card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}

.offer .card .card-body {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 15px 30px 15px;
    text-align: center;
}

.offer .card .card-title {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: -0.6px;
}

.offer .card .card-title,
.offer .card .offer-price .price {
    font-family: "Helvetica Neue",serif;
}

.offer .card .offer-price {
    font-size: 15px;
    line-height: 24px !important;
    text-transform: uppercase;
}

.offer .card .offer-price .price {
    font-size: 36px !important;
    color: #8d3337;
    font-weight: 700;
}

.offer .card-body .card-text {
    font-size: 15px !important;
    line-height: 22px !important;
}

.offer .card .card-footer {
    margin: auto;
    width: fit-content;
}

.offer .card .btn-book {
    display: block;
    /* background: rgba(174, 148, 92, 0.7); */
    background: rgba(176, 160, 108, 0.7);
    padding: 10px 25px;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    height: 45px;;
}
.offer .card .btn-book:active,
.offer .card .btn-book:focus,
.offer .card .btn-book:hover {
    color: #fff !important;
    /* background: rgba(174, 148, 92, 1) !important; */
    background: rgba(176, 160, 108, 1) !important;
}

.offer .card .btn-more {
    background: transparent;
    color: #333;
}


/* header*/

.menu-top {
    position: fixed;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.fixed-menu {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.menu-top #nav-desktop .navbar-logo img {
    max-height: 130px;
}

.menu-top,
#nav-desktop #main-menu>li>a {
    background: transparent;
}


/* Booking */

.booking {
    max-width: 500px;
    margin: 20px;
    background: transparent;
}

.booking .close-booking {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.booking-form {
    background: rgba(255, 255, 255, 0.5);
}

.booking-form .row {
    margin: 5px;
}

.booking-form .row>div {
    padding: 5px;
}

.booking-form .booking-field {
    background: #fff !important;
}

.booking-form .booking-field input,
.booking-form .booking-field .btn {
    height: 45px !important;
}

.booking-form label {
    padding-left: 10px;
    white-space: nowrap;
}

.booking-form .date.booking-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-form .date.booking-field .input-group {
    display: flex;
    align-items: center;
}

.booking-form .date.booking-field .input-group .input-group-addon {
    margin-right: 10px;
}

.booking-form .date.booking-field .input-group-addon,
.booking-form .date.booking-field input {
    background: transparent;
    border: 0;
    color: #2b2e34;
}

.booking-form .wrap-btn-book.w-100 {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.booking-form .date.booking-field .input-group input {
    text-align: right;
}

.booking-form .btn-book {
    margin-top: 0;
}

.booking-form .wrap-btn-book .booking-field {
    position: relative;
}

.booking-form .wrap-btn-book #btnShowBook {
    position: absolute;
    top: 0;
}

.ui-widget-content {
    z-index: 100000 !important;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.ui-datepicker .ui-datepicker-header,
.ui-datepicker-calendar thead,
.ui-datepicker td {
    border: 0;
}

.ui-widget-content .ui-state-default {
    text-align: center
}

.ini-highlight .ui-state-default  {
    color: #fff !important;
    background: rgba(0, 174, 239, 0.57) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active{
    color: #fff !important;
    background-color: #0d4e96 !important;
}

.booking-form .scroll-hidden {
    display: block;
}

.booking-form .wrap-btn-book #btnShowBook {
    display: none;
}

@media (max-width: 767px) {
    .booking-engine.booking {
        right: 0;;
        margin: 0;
    }
}


/* specials-home*/

.specials-home {
    position: relative;
    border-bottom: 1px solid rgb(219, 219, 219);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.specials-home .introduce-hotel {
    background: transparent !important;
}

.specials-home .container>.row {
    margin: -15px;
}

.specials-home .offer {
    padding: 15px;
}

.specials-home .offer .card .card-body {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background: #fff;
}

.specials-home .offer .btn-book {
    background: rgba(176, 160, 108, 1);
}

.specials-home .offer .btn-book.btn-more {
    background: transparent;
}

.specials-home .offer .btn-book.btn-more:hover,
.specials-home .offer .btn-book.btn-more:focus,
.specials-home .offer .btn-book.btn-more:active {
    background: rgba(176, 160, 108, 1) !important;
}

.specials-home .offer .btn-book:hover,
.specials-home .offer .btn-book:focus,
.specials-home .offer .btn-book:active {
    background: rgba(176, 160, 108, 0.7) !important;    
}

@media (max-width: 1439px) {       
    .specials-home .container {
        max-width: 1100px;
    }
}


/* slider home */

.slide-page-home {
    height: 80vh !important;
    max-height: 80vh !important;
    overflow: hidden;
}

.slide-page-home.slide-page .boxedcontainer,
.slide-page-home.slide-page .tp-banner-container {
    height: 80vh !important;
}


/* Service slide */

.service {
    overflow: hidden;
}

.service-slides {
    margin: 2px -2px 0 -2px;
}

.service-slides .item {
    position: relative;
    margin: 0 1px;
    overflow: hidden;
}

.service-slides .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.service-slides .item .item-content {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.service-slides .item .item-title {
    font-size: 20px;
    color: #333;
    background: #fff;
    padding: 0 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.service-slides .item:hover .item-title {
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
}

.service-slides img {
    min-width: 100%;
    height: 150px;
    object-fit: cover;
}

.service-slides .slick-arrow {
    z-index: 1;
}

.service-slides .slick-prev {
    left: 0;
}

.service-slides .slick-next {
    right: 0;
}

@media (max-width: 480px) {
    .service-slides img {
        height: 120px;
    }

    .service-slides .item .item-title {
        font-size: 18px;
    }
}


/* gallery */

.lg-backdrop {
    z-index: 999898;
}
.lg-outer {
    z-index: 999899;
}

.singlePage.gallery {
    padding-top: 0;
}

.singlePage.gallery .wrap-img {
    padding: 0 1px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.singlePage.gallery .wrap-img:hover {
    cursor: pointer;
}

.singlePage.gallery .wrap-img .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
}

.singlePage.gallery .wrap-img .overlay .glyphicon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
}

.singlePage.gallery .wrap-img:hover .overlay {
    opacity: 1;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

.singlePage.gallery .wrap-img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
}

/*/ 04/09/2019 /*/

.singlePage .offer .card .card-body {
    background-color: rgba(255, 255, 255, 0.8);
}

.specials-home .offer .card-body .card-text {
    height: 66px;
    overflow: hidden;
}

.offer .card .card-title,
.offer .card .offer-price .price {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.offer .card .btn-book {
    background: #19416c;
}

.offer .card .btn-book.btn-more {
    background: transparent;
}

.offer .card .btn-book.btn-more:hover,
.offer .card .btn-book.btn-more:focus,
.offer .card .btn-book:hover,
.offer .card .btn-book:focus {
    background: #0058AC !important;
}

@media (max-width: 767px) {
    .offer {
        width: 100%;
    }
}

 
.offer .card .card-title {
    color: #19416c;
}
 
.btn-to-top {
    background: #19416c;
}
circle {
    fill: #19416c !important;
}
._j68 .promptFooterContainer .promptButton {
    background-color: #19416c !important;
}
 
@media (max-width: 1200px) {
    #nav-mobile .container {
        background: transparent;
    }
    #nav-mobile input:checked~#overlay,
    #nav-mobile input:checked~ul {
        background: #19416c
    }  
}
 
@media (min-width: 768px) and (max-width: 1200px) {
    .menu-top .wrap-nav-mobile img {
        max-height: 130px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
    }
}
