
html{
    width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
}
.button,
form.check-rooms .form-group {
    white-space: nowrap
}

*,
.grayscalee,
i.fa {
    -webkit-backface-visibility: hidden
}

.primary-color-bg {
    background-color: #202935;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.primary-color-bg:hover {
    background-color: #fff
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #fff url(../images/bookingbg.jpg) top;
    color: #fff;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    z-index: 300;
    border-top: 3px solid #004C98
}

header .logo-link {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 2px
}

header li {
    list-style: none
}

header .container {
    height: 80px
}

header .main-menu {
    float: right;
    height: 80px;
    position: relative;
    padding-left: 40px;
    display:flex;
}
.main-menu .social_media_icons{
 padding-left: 15px;
    position: absolute;
    display: flex;
    top: 8px;
    gap: 15px;
    right: 16px;
    font-size: 14px;
}

.main-menu .social_media_icons a.social-link{
    color: #fff;
}
.booknow__ctc{
    position: relative;
    z-index: 99;

}
.booknow__ctc a{
    position: fixed;
    background: #CC6600;
    color: #ffff;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    padding: 10px 20px;
    bottom: 0;
    letter-spacing: 4px;
    right: 32px;
}

header .main-menu ul {
    float: left;
    padding: 0
}

header .main-menu .menu-item {
    display: block;
    position: relative;
    float: left
}

header .main-menu .menu-item>a {
      display: block;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    line-height: 46px;
    color: #ffffff;
    letter-spacing: .5px;
    margin-top: 32px;
}

header .main-menu .menu-item>a:hover {
    background-color: #004C98;
    color: #fff
}

header .main-menu .menu-item:hover .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 306
}

header .main-menu .menu-item:not(:first-of-type) {
    margin-left: 1px
}

header .main-menu .menu-item:not(:first-of-type):before {
    display: block;
    content: '';
    position: absolute;
    left: -1px;
    top: 35px;
    width: 1px;
    height: 11px;
    /*background-color: #969696*/
}

header .main-menu .menu-icon {
    display: block;
    float: left;
    margin: 38px 0 0 10px;
    color: #202935;
    position: relative;
    -webkit-transition: color .3s, border-color .3s;
    -moz-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
    z-index: 303
}

header .main-menu .menu-icon .cart-items-count {
    background-color: #202935;
    color: #fff;
    width: 21px;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 23px;
    border-radius: 999px;
    position: absolute;
    right: 2px;
    bottom: 5px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

header .main-menu .menu-icon:hover {
    color: #202935;
    border-color: #202935
}

header .main-menu .menu-icon:hover:before {
    border-bottom-color: #202935;
    border-left-color: #202935
}

header .main-menu .menu-icon:hover .cart-items-count {
    background-color: #202935
}

header .main-menu .search-box,
header .main-menu .submenu {
    position: absolute;
    background-color: #fff;
    visibility: hidden
}

header .main-menu .submenu {
    padding: 15px 0;
    top: 80px;
    left: 50%;
    margin-left: -140px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .5s, visibility .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, visibility .5s, opacity .5s;
    -o-transition: -o-transform .5s, visibility .5s, opacity .5s;
    transition: transform .5s, visibility .5s, opacity .5s;
    z-index: 305
}
.cross_sign{
    display:none;
}

header .main-menu .submenu:before {
    position: absolute;
    display: block;
    content: '';
    border-style: solid;
    border-width: 0 12px 12px;
    border-color: #fff rgba(255, 255, 255, 0);
    top: -12px;
    left: 50%;
    margin-left: -12px
}

header .main-menu .submenu .sub-menu-item a {
    display: block;
    width: 280px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 30px;
    color: #202935;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color .3s, color .3s;
    opacity: 1
}

header .main-menu .submenu .sub-menu-item a:hover {
    color: #004C98
}

header .main-menu .search-box {
    left: 0;
    top: 0;
    bottom: 0;
    right: 120px;
    padding-right: 15px;
    opacity: 0;
    -webkit-transition: visibility .3s, opacity .3s;
    -moz-transition: visibility .3s, opacity .3s;
    -o-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
    z-index: 302
}

header #menu-toggle .first,
header #menu-toggle .third {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s
}

header .main-menu .search-box.visible {
    visibility: visible;
    opacity: 1
}

header .main-menu .search-box .s {
    font-size: 40px;
    color: #202935
}

header #menu-toggle {
    float: right;
    display: none;
    margin: 12px 5px 0 0;
    width: 68px;
    height: 68px;
    border-radius: 5px;
    cursor: pointer;
    position: relative
}

header #menu-toggle .bar {
    width: 46px;
    height: 4px;
    background-color: #202935;
    position: absolute;
    left: 10px
}

header #menu-toggle .first {
    top: 17px;
    transition: transform .3s
}

header #menu-toggle .second {
    top: 32px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

header #menu-toggle .third {
    top: 47px;
    transition: transform .3s
}

header #menu-toggle.opened .first {
    -webkit-transform: translateY(13px) rotate(45deg);
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg)
}

header #menu-toggle.opened .second {
    opacity: 0
}

header #menu-toggle.opened .third {
    -webkit-transform: translateY(-17px) rotate(-45deg);
    -moz-transform: translateY(-17px) rotate(-45deg);
    -ms-transform: translateY(-17px) rotate(-45deg);
    -o-transform: translateY(-17px) rotate(-45deg);
    transform: translateY(-17px) rotate(-45deg)
}

header #mobile-menu {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 300px;
    bottom: 0;
    background-color: #202935;
    padding: 50px 40px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s
}

header #mobile-menu.opened {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

header #mobile-menu ul {
    padding-left: 0
}

header #mobile-menu .mobile-menu-item.opened .toggle-state-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

header #mobile-menu .menu-item {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #fff;
    font-size: 14px
}

header #mobile-menu .menu-item:hover {
    color: #beac5a
}

header #mobile-menu .menu-item .toggle-state-icon {
    position: absolute;
    display: block;
    padding: 10px 0;
    line-height: 24.38px;
    right: 0;
    top: 0;
    font-weight: 700;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s
}

header #mobile-menu .submenu {
    display: none;
    padding-left: 20px
}

header #mobile-menu .submenu .sub-menu-item a {
    display: block;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

header #mobile-menu .submenu .sub-menu-item a:hover {
    color: #beac5a
}

header.header-2 {
    color: #fff;
    background-color: #202935
}

#preloader-wrapper,
header.header-2 #menu-toggle .bar {
    background-color: #fff
}

header.header-2 .main-menu .menu-item {
    display: block;
    position: relative;
    float: left
}

header.header-2 .main-menu .menu-item>a {
    color: #fff
}

header.header-2 .main-menu .menu-item>a:hover {
    color: #beac5a
}

a#id_book_now {
    background-color: #004C98;
    color: #fff;
}

body.loading {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

#preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#preloader-wrapper #preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1B4671;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#preloader-wrapper #preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D68431;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.container,
.detail-page-link {
    position: relative
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ui-datepicker .ui-widget-header {
    background-color: #202935;
    background-image: none;
    border-color: #202935
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
    color: #202935
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
    border: 1px solid #202935
}

.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-hover {
    border: 1px solid #202935;
    background-image: none;
    background-color: #202935;
    color: #fff
}

.ui-datepicker .ui-state-focus a,
.ui-datepicker .ui-state-focus a:hover,
.ui-datepicker .ui-state-focus a:link,
.ui-datepicker .ui-state-focus a:visited,
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover,
.ui-datepicker .ui-state-hover a:link,
.ui-datepicker .ui-state-hover a:visited {
    color: #202935;
    text-decoration: none
}

.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-datepicker .ui-state-default a,
.ui-datepicker .ui-state-default a:link,
.ui-datepicker .ui-state-default a:visited {
    color: #202935;
    text-decoration: none
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
    border-color: #202935;
    background-color: #202935
}

.ui-datepicker.secondary .ui-widget-header {
    background-color: #ACC244;
    background-image: none;
    border-color: #ACC244
}

.ui-datepicker.secondary .ui-state-default,
.ui-datepicker.secondary .ui-widget-content .ui-state-default,
.ui-datepicker.secondary .ui-widget-header .ui-state-default {
    color: #202935
}

.ui-datepicker.secondary .ui-state-active,
.ui-datepicker.secondary .ui-widget-content .ui-state-active,
.ui-datepicker.secondary .ui-widget-header .ui-state-active {
    border: 1px solid #beac5a
}

.ui-datepicker.secondary .ui-state-focus,
.ui-datepicker.secondary .ui-state-hover,
.ui-datepicker.secondary .ui-widget-content .ui-state-focus,
.ui-datepicker.secondary .ui-widget-content .ui-state-hover,
.ui-datepicker.secondary .ui-widget-header .ui-state-focus,
.ui-datepicker.secondary .ui-widget-header .ui-state-hover {
    border: 1px solid #beac5a;
    background-image: none;
    background-color: #beac5a;
    color: #fff
}

.ui-datepicker.secondary .ui-state-default a,
.ui-datepicker.secondary .ui-state-default a:link,
.ui-datepicker.secondary .ui-state-default a:visited,
.ui-datepicker.secondary .ui-state-focus a,
.ui-datepicker.secondary .ui-state-focus a:hover,
.ui-datepicker.secondary .ui-state-focus a:link,
.ui-datepicker.secondary .ui-state-focus a:visited,
.ui-datepicker.secondary .ui-state-hover a,
.ui-datepicker.secondary .ui-state-hover a:hover,
.ui-datepicker.secondary .ui-state-hover a:link,
.ui-datepicker.secondary .ui-state-hover a:visited {
    color: #beac5a;
    text-decoration: none
}

.ui-datepicker.secondary .ui-state-focus .ui-icon,
.ui-datepicker.secondary .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.bg-primary .content,
.bg-primary .subtitle,
.bg-primary .title,
.button {
    color: #fff
}

.ui-datepicker.secondary .ui-state-highlight,
.ui-datepicker.secondary .ui-widget-content .ui-state-highlight,
.ui-datepicker.secondary .ui-widget-header .ui-state-highlight {
    border-color: #beac5a;
    background-color: #beac5a
}

.ui-datepicker-inline {
    width: 100%
}

.ui-datepicker-inline .css-class-to-highlight.selected a {
    background-color: #beac5a;
    background-image: none !important
}

.ui-datepicker-inline .css-class-to-highlight.unavailable a {
    background-color: #59677a;
    background-image: none !important
}

.ui-datepicker-inline a {
    height: 35px
}

.bg-primary {
    background-color: rgba(0, 76, 152, .74)
}

.bg-secondary {
    background-color: #C60
}

.img-centered {
    margin: 0 auto
}

.button {
    background-color: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 167px;
    height: 40px;
    padding: 6px 12px;
    border: 2px solid #FFF;
    border-radius: 0;
    vertical-align: middle
}

.button.transparent {
    background-color: transparent;
    color: #202935
}

.button.transparent:active,
.button.transparent:focus,
.button.transparent:hover {
    color: #fff
}

.button:active,
.button:focus,
.button:hover {
    color: #fff;
    opacity: .7
}

.button.secondary {
    color: #fff;
    border: 1px solid #004C98;
    margin-top: 20px
}

.button.secondary.transparent {
    background-color: #004C98;
    ccolor: #fff
}

.button.secondary:hover {
    background-color: #0065CA;
    color: #fff
}

.button.third {
    background-color: #004C98;
    color: #fff;
    border: 2px solid #004C98
}

.detail-page-link,
.website-link {
    background-color: #202935;
    padding-left: 18px
}

.title {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2C3032
}

.title span {
    color: #C60;
    font-weight: 700
}

.subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: -7px
}

.content {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #202935;
    letter-spacing: -.2px
}

.link,
.title-big {
    font-family: 'Playfair Display', serif
}

.content.muted {
    color: #FBFBFB
}

.link,
.link:active,
.link:focus,
.link:hover {
    color: #202935
}

.title-big {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700
}

.title-big strong {
    font-weight: 900
}

.grayscalee {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.link {
    font-size: 14px;
    font-style: italic;
    font-weight: 400
}

.link.secondary {
    color: #fff
}

.link.secondary:active,
.link.secondary:focus,
.link.secondary:hover {
    color: #fff;
    opacity: .7
}

.detail-page-link {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-align: left
}

.detail-page-link .linkbox {
    width: 48px;
    height: 48px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 6px;
    border: 1px solid #f38f9a;
    cursor: pointer
}

.website-link {
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin: 60px auto 0;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: left
}

.website-link .linkbox {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid #f38f9a;
    cursor: pointer
}

#main-slider {
    position: relative;
    font-family: Roboto, sans-serif;
    color: #202935;
    text-align: center;
    margin-top: 0
}

#main-slider .swiper-container {
    width: 100%;
    height: 558px
}

#main-slider .swiper-slide .container {
    height: 750px
}

#main-slider.large-slider {
    margin-bottom: 95px
}

#main-slider.large-slider .swiper-slide .container {
    height: 1100px
}

#main-slider .slide-content {
    margin-top: 180px;
    text-align: center
}

#main-slider .slide-offer-button .slide-subtitle-desc,
#main-slider .slide-subtitle,
#main-slider .slide-subtitle-italic,
#main-slider .slide-title {
    line-height: 1
}

#main-slider .slide-title {
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 400
}

#main-slider .slide-title strong {
    font-weight: 900
}

#main-slider .slide-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px
}

#main-slider .slide-subtitle-italic,
.section-rooms .room-container .price-text,
.section-rooms .title-room,
.section-why-us .content-box .title {
    font-family: 'Playfair Display', serif
}

#main-slider .slide-subtitle-italic {
    font-weight: 700;
    font-style: italic;
    font-size: 18px
}

#main-slider .slide-subtitle-italic .price {
    font-size: 36px
}

#main-slider .slide-subtitle-desc {
    margin-top: 10px;
    font-size: 27px;
    font-weight: 300
}

#main-slider .slide-divider {
    background-image: url(../images/home/slider-divider.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    width: 145px;
    margin: 20px auto;
    position: relative
}

#main-slider .button {
    margin: 30px auto
}

#main-slider .page-controls {
    width: 175px;
    margin: 60px auto 0;
    position: absolute;
    bottom: 35px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 212
}

#main-slider .page-controls.centered {
    right: auto;
    left: 50%;
    margin-left: -25px
}

#main-slider .page-controls .page-control {
    position: relative;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 0;
    box-sizing: content-box;
    opacity: 1 !important;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

#main-slider .page-controls .page-control:not(:last-child) {
    margin-right: 10px
}

#main-slider .page-controls .page-control.swiper-pagination-bullet-active {
    background-color: #C60
}

#main-slider .page-controls .page-control.swiper-pagination-bullet-active:before {
    border-bottom-color: #202935;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

#main-slider .page-controls.gray .page-control:not(.swiper-pagination-bullet-active) {
    background-color: #535353
}

#main-slider .page-controls.gray .page-control:not(.swiper-pagination-bullet-active):before {
    border-color: #535353 transparent
}

#main-slider .main-slider-control {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 30px;
    opacity: 0;
    z-index: 211;
    -webkit-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
    -moz-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
    -o-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
    transition: opacity .3s, background-color .3s, color .3s, border-color .3s
}

#main-slider .main-slider-control.prev {
    left: 6.25%;
    padding-right: 5px
}

#main-slider .main-slider-control.next {
    right: 6.25%;
    padding-left: 5px
}

#main-slider .main-slider-control:hover {
    background-color: #202935;
    border-color: #202935;
    color: #fff
}

#main-slider:hover .main-slider-control,
#main-slider:hover .page-controls {
    opacity: 1
}

.section-search-rooms {
    padding: 0;
    position: relative;
    background: url(../images/bookingbg.jpg) top;
    background-size: cover
}

.section-search-rooms .title-container {
    height: 170px;
    position: relative
}

.section-search-rooms .title-area,
.section-search-rooms .title-background {
    height: 100%;
    position: absolute;
    top: 0
}

.section-search-rooms .title-area {
    width: 100%;
    color: #fff;
    z-index: 1
}

.section-search-rooms .title-background {
    width: 1000px;
    right: 0
}

.title-area.bg-primary {
    background: 0 0
}

.section-search-rooms.version-2 .title-area:after,
.section-testimonials:before {
    content: '';
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover
}

.section-search-rooms .title {
    margin-top: 22px;
    margin-bottom: -10px
}

.section-search-rooms .content {
    margin-top: 0
}

.section-search-rooms .search-form {
    min-height: 115px
}

.section-search-rooms .search-form form.check-rooms {
    margin-top: 50px;
    margin-left: 10px
}

.section-search-rooms.version-2 .title-area,
.section-search-rooms.version-2 .title-background {
    top: 0
}

.section-search-rooms.version-2 .title-area:after {
    position: absolute;
    right: 0;
    top: 85px;
    width: 19px;
    height: 28px;
    z-index: 111;
    opacity: 1;
    background-image: url(../images/home/room-left-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -o-background-size: cover;
    background-size: cover
}

.section-search-rooms.version-2 .title {
    margin-top: 50px
}

.moon-divider,
footer .moon-divider {
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 70px;
    margin: 30px auto 20px
}

.moon-divider {
    background-image: url(../images/moon-divider.png)
}

footer .moon-divider {
    background-image: url(../images/moon-green.png)
}

.moon-divider.small {
    width: 35px;
    height: 15px
}

.moon-divider.white {
    background-image: url(../images/moon-divider-white.png)
}

section {
    padding: 60px 0 70px
}

.section-testimonials {
    padding: 90px 0 70px
}

section.section-style-2 {
    padding: 60px 0 40px
}

.section-why-us .content-box {
    position: relative;
    text-align: center;
    margin: 0 auto
}

.section-why-us .content-box .title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202935;
    margin: 30px 0 20px
}

.section-why-us .content-box .content {
    margin-bottom: 30px
}

.section-rooms {
    color: #fff;
    background: url(../images/main_bg.png) #011831;
    background-size: cover
}

.section-rooms .row {
    margin-bottom: 40px
}

.section-rooms .title-room {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 400
}

.section-rooms .content {
    padding-top: 20px;
    margin-bottom: 15px;
    -webkit-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.section-rooms .row:hover .content {
    color: #fff
}

.section-rooms .row:hover img {
    cursor: pointer
}

.section-rooms .row:hover .grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0)
}

.section-rooms .room-container {
    padding-top: 0;
    padding-left: 20px;
    margin-top: -5px
}

.section-rooms .room-container .price-text,
.section-rooms .room-container .room-desc {
    color: #FFF
}

.section-rooms .room-container .price-text {
    font-style: italic
}

.section-rooms .room-container .price-text .price {
    font-size: 36px
}

.section-rooms .room-container .room-desc {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin: 0 auto
}

.section-rooms .room-container .room-desc:first-of-type {
    margin-top: 15px
}

.section-rooms .room-container .room-desc:last-of-type {
    margin-bottom: 15px
}

.section-facilities .content-box {
    margin-bottom: 20px
}

.section-facilities .content-box img {
    width: 100%
}

.section-facilities .content-box .tri-up {
    background-image: url(../images/home/triangle-up.png);
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1
}

.section-facilities .content-box .tri-down {
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-image: url(../images/home/triangle-down.png);
    top: 15px
}

.section-facilities .content-box .title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202935;
    margin-bottom: 10px;
    letter-spacing: -.5px;
    height: 40px;
    overflow: hidden
}

.section-facilities .content-box .title:not(:first-child) {
    padding-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 400 !important;
    text-transform: none;
    font-size: 16px;
    text-align: center
}

.section-facilities .facilities-container .button {
    width: auto
}

.section-testimonials {
    width: 100%;
    position: relative
}

.section-testimonials:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .1;
    background-image: url(../images/home/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -o-background-size: cover;
    background-size: cover
}

.section-testimonials .testimonial-box:after,
.section-testimonials .testimonial-box:before {
    content: '';
    top: 0;
    width: 28px;
    height: 27px;
    z-index: 111;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: absolute;
    opacity: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.section-testimonials .title {
    color: #fff
}

.section-testimonials .testimonial-box {
    color: #fff;
    text-align: center
}

.section-testimonials .testimonial-box .text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    padding: 0 50px
}

.section-testimonials .testimonial-box .name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px
}

.section-testimonials .testimonial-box .position {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px
}

.section-testimonials .testimonial-box:before {
    left: 0;
    background-image: url(../images/home/quote-start.png);
    background-size: cover
}

.section-testimonials .testimonial-box:after {
    right: 0;
    background-image: url(../images/home/quote-end.png);
    background-size: cover
}

.section-testimonials .testimonial-slider-page-controls {
    text-align: center;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 101
}

.section-testimonials .testimonial-slider-page-controls .page-control {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer;
    opacity: 1
}

.section-testimonials .testimonial-slider-page-controls .page-control:not(:last-child) {
    margin-right: 5px
}

.section-testimonials .testimonial-slider-page-controls .page-control.swiper-pagination-bullet-active {
    border-color: #C60;
    background-color: #C60
}

.section-testimonials.bg-secondary .testimonial-box .name {
    color: #202935
}

.section-testimonials.bg-secondary .testimonial-slider-page-controls .page-control.swiper-pagination-bullet-active {
    border-color: #202935;
    background-color: #202935
}

.section-testimonials-2 .testimonial-box {
    color: #232a30;
    text-align: center
}

.section-testimonials-2 .testimonial-box .text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 35px;
    background-color: #f3f3f3;
    margin-right: 30px
}

.section-testimonials-2 .testimonial-box .tri-down {
    background-image: url(../images/about/testimonial-tri.png);
    width: 15px;
    height: 21px;
    position: relative;
    top: -21px;
    left: 90px;
    z-index: 0
}

.section-testimonials-2 .testimonial-box .profile {
    height: 100px;
    padding: 10px 40px;
    margin-top: -20px;
    text-align: left
}

.section-testimonials-2 .testimonial-box .profile .avatar {
    float: left;
    margin-right: 30px
}

.section-from-blog .blog-box .blog-meta-box .post-comments i,
.section-from-blog .blog-box .blog-meta-box .post-date i,
.section-testimonials-2 .testimonial-slider-page-controls .page-control:not(:last-child) {
    margin-right: 5px
}

.section-testimonials-2 .testimonial-box .profile .name {
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px
}

.section-testimonials-2 .testimonial-box .profile .position {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px
}

.section-testimonials-2 .swiper-container .swiper-wrapper {
    height: 480px
}

.section-testimonials-2 .testimonial-slider-page-controls {
    text-align: center;
    position: absolute;
    right: 10px;
    top: 150px;
    margin-left: -20px;
    z-index: 101
}

.section-breadcrumb:before,
.section-why-choose-us:before {
    z-index: 0;
    left: 0;
    content: ''
}

.section-testimonials-2 .testimonial-slider-page-controls .page-control {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #f3f3f3;
    cursor: pointer;
    opacity: 1
}

.section-testimonials-2 .testimonial-slider-page-controls .page-control.swiper-pagination-bullet-active {
    border-color: #beac5a;
    background-color: #beac5a
}

.section-from-blog .blog-box {
    margin-bottom: 30px;
    cursor: pointer;
    color: #fff;
    width: 550px;
    height: 400px;
    overflow: hidden;
}

.section-from-blog .blog-box a {
    color: #fff;
    -webkit-transition: color .7s;
    -moz-transition: color .7s;
    -o-transition: color .7s;
    transition: color .7s
}

.section-from-blog .blog-box a:active,
.section-from-blog .blog-box a:focus {
    color: #fff
}

.section-from-blog .blog-box a img {
    /*-webkit-transition: opacity .7s;*/
    /*-moz-transition: opacity .7s;*/
    /*-o-transition: opacity .7s;*/
    /*transition: opacity .7s*/
    width: 100%;
            transition: 0.5s all ease-in-out;
}

.section-from-blog .blog-box a:hover {
    color: #fff;
    /*opacity: .7*/
}

.section-from-blog .blog-box a:hover img {
    transform: scale(1.2);
}

.section-from-blog .blog-box .blog-meta-box {
    position: absolute;
    bottom: 30px;
    padding: 20px 40px 20px 20px
}

.section-from-blog .blog-box .blog-meta-box .blog-title {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.section-from-blog .blog-box .blog-meta-box .post-comments,
.section-from-blog .blog-box .blog-meta-box .post-date {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Playfair Display', serif
}

.section-from-blog .blog-box .blog-meta-box .post-comments {
    margin-left: 30px
}

.section-breadcrumb {
    padding: 35px 0 5px;
    text-align: center;
    position: relative;
    background-color: #036;
    font-family: 'Playfair Display', serif
}

.section-breadcrumb:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-image: url(../images/breadcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.section-accommodations .rooms-container,
.slug span {
    position: relative
}

.section-breadcrumb .title {
    font-size: 30px;
    color: #FFF
}

.section-breadcrumb .breadcrumb {
    background-color: transparent;
    font-weight: 700
}

.section-breadcrumb .breadcrumb .slug {
    font-weight: 500;
    font-size: 12px;
    padding: 3px
}

.section-breadcrumb .breadcrumb .slug .home {
    color: #FFF;
    margin: 0 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.section-breadcrumb .breadcrumb .slug .home a {
    color: #FFF
}

.section-breadcrumb .breadcrumb .slug .home a:hover {
    color: #FFF;
    opacity: .7
}

.section-breadcrumb .breadcrumb .slug .page {
    color: #fff;
    margin: 0 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.slug span {
    color: #fff;
    top: 2px
}

.section-bg-white {
    background-color: #f3f3f3
}

.section-style-2 .title {
    font-size: 24px;
    margin-bottom: 15px
}

.section-style-2 .section-starter {
    background-image: url(../images/section-starter.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 67px;
    margin: 20px 0
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.section-accommodations {
    padding-top: 0;
    background-color: #fff;
    color: #202935
}

.section-accommodations .title {
    margin-top: 70px;
    letter-spacing: -2px
}

.section-accommodations .subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    color: #beac5a;
    margin-bottom: 40px
}

.section-accommodations .rooms-thumb-area {
    left: 0
}

.section-accommodations .rooms-thumb-area .room-thumb-box {
    background-size: cover !important;
    height: 350px;
    margin: 0 auto;
    cursor: pointer
}

.section-gallery .social-link:not(:last-child),
.section-why-choose-us .subtitle i {
    margin-right: 10px
}

.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box {
    position: absolute;
    bottom: 30px;
    padding: 20px 40px 20px 15px;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    transition: transform .4s
}

.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box .room-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box .room-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400
}

.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box .content {
    color: #fff;
    margin-top: 30px;
    line-height: 1.5
}

.section-accommodations .rooms-thumb-area .room-thumb-box:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0)
}

.section-accommodations .rooms-thumb-area .room-thumb-box:hover .room-meta-box {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.section-why-choose-us {
    padding-top: 20px;
    background: #fff;
    color: #202935;
    position: relative
}

.section-why-choose-us .title {
    margin-top: 50px
}

.section-why-choose-us .subtitle {
    font-size: 18px;
    color: #303030;
    font-weight: 700
}

.section-why-choose-us .text {
    margin-top: 20px;
    margin-bottom: 30px
}

.section-why-choose-us:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-image: url(../images/home/why-us-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.section-gallery {
    width: 100%
}

.section-gallery .gallery-row {
    margin-bottom: 30px
}

.section-gallery .gallery-row .button {
    margin-top: 20px
}

.section-gallery hr {
    border-top: 1px solid #beac5a
}

.section-gallery .page-controls .button {
    width: 40px;
    text-transform: none;
    background: #004C98
}

.section-gallery .content {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px
}

.section-gallery .date,
.section-gallery .desc {
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Playfair Display', serif;
    font-size: 14px
}

.section-gallery .desc {
    margin-top: 20px;
    color: #beac5a
}

.section-gallery .date {
    color: #59677a;
    margin-top: 0
}

.section-gallery .swipe-controls {
    margin-top: 30px
}

.section-gallery .swipe-controls .fa-chevron-left,
.section-gallery .swipe-controls .fa-chevron-right {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    line-height: 30px;
    margin-left: 3px
}

.section-gallery .post-social-links {
    font-family: 'Playfair Display', serif;
    border: 1px solid #202935;
    margin-top: 20px
}

.section-gallery .post-social-links a {
    color: inherit
}

.section-gallery .post-social-links a:hover {
    color: #beac5a
}

.section-gallery .post-social-links>div {
    display: inline-block;
    margin-top: 0;
    padding: 10px 20px;
    vertical-align: middle
}

.section-gallery .post-social-links>div.header {
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    border-right: 1px solid #202935;
    width: 40%;
    text-align: center
}

.section-gallery .post-social-links>div.icons {
    width: 58%;
    text-align: center
}

.section-gallery .gallery-images {
    margin-top: 30px
}

.section-gallery .gallery-images img {
    margin-bottom: 30px
}

form.check-rooms label {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #202935;
    font-weight: 400
}

form.check-rooms .form-control {
    border-radius: 0;
    border: 1px solid #202935;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

form.check-rooms .ui-datepicker-trigger {
    background-color: #202935;
    color: #fff;
    border: none;
    margin-left: -35px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle
}

form.check-rooms .form-select {
    color: #202935;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block
}

form.check-rooms .form-group>i.fa-caret-down {
    color: #fff;
    background-color: #202935;
    margin-left: -38px;
    width: 30px !important;
    height: 30px !important;
    padding-top: 8px;
    pointer-events: none;
    cursor: pointer;
    display: inline-block
}

form.check-rooms button[type=submit] {
    margin-top: 12px
}

form.check-rooms.secondary label {
    color: #FFF
}

form.check-rooms.secondary .form-control {
    border: 1px solid #fff
}

form.check-rooms.secondary .ui-datepicker-trigger {
    background-color: #2C3032;
    color: #fff
}

form.check-rooms.secondary .form-group>i.fa-caret-down {
    color: #fff;
    background-color: #beac5a
}

form.check-rooms.third .form-control {
    background-color: #59677a;
    border: 1px solid #59677a;
    color: #fff
}

form.check-rooms.third .form-group>i.fa-caret-down,
form.check-rooms.third .ui-datepicker-trigger {
    color: #59677a;
    background-color: #fff
}

form.check-rooms.vertical .form-control {
    display: block
}

form.check-rooms.vertical .form-group>i.fa-caret-down,
form.check-rooms.vertical .ui-datepicker-trigger {
    float: right;
    margin-top: -35px;
    margin-right: 5px
}

.section-check-rooms .title-big {
    margin-top: 20px;
    margin-bottom: 20px
}

.section-check-rooms .room-box {
    margin: 10px auto 30px;
    max-width: 410px
}

.section-room-single .room-description {
    margin-bottom: 30px
}

.section-room-single .subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
    text-transform: uppercase
}

.section-room-single .subtitle.large-caps {
    text-transform: uppercase
}

.section-room-single .content {
    -webkit-transform: translateZ(0)
}

.section-room-single ul.two-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0
}

.section-room-single ul.two-cols li {
    -webkit-transform: translateZ(0);
    list-style: none;
    margin-left: 25px
}

.section-room-single ul.two-cols li a {
    font-size: 14px;
    font-weight: 400;
    color: #202935;
    font-family: Roboto, sans-serif;
    font-style: normal
}

.section-room-single ul.two-cols li a:active,
.section-room-single ul.two-cols li a:focus,
.section-room-single ul.two-cols li a:hover {
    color: #202935
}

.section-room-single ul.two-cols li a.secondary,
.section-room-single ul.two-cols li a.secondary:active,
.section-room-single ul.two-cols li a.secondary:focus,
.section-room-single ul.two-cols li a.secondary:hover {
    color: #beac5a
}

.section-room-single ul.two-cols li:before {
    content: "–";
    margin-right: 15px;
    margin-left: -25px
}

.section-room-single .widget-box {
    border: 1px solid #D6D6D6;
    padding: 30px;
    margin-bottom: 30px;
    background: #F7F7F7
}

.section-room-single .widget-box .subtitle {
    margin: 0
}

.section-room-single .widget-box hr {
    border-top: 1px solid #C7C7C7;
    margin: 10px 0 15px
}

.section-room-single .widget-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2
}

.section-room-single .price {
    font-size: 24px
}

.section-room-single em {
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 14px
}

.section-room-single .include-header {
    -webkit-transform: translateZ(0);
    font-weight: 700;
    line-height: 2;
    margin-top: 10px;
    font-size: 15px
}

.section-room-single .include-item {
    -webkit-transform: translateZ(0);
    line-height: 1.5
}

.section-room-single a.button {
    margin-top: 30px
}

.section-room-single form.check-rooms button[type=submit] {
    margin-top: 12px !important
}

.booking-progress-bar {
    padding: 0;
    background-color: #beac5a;
    margin-bottom: -90px;
    margin-top: 50px
}

.booking-progress-bar .booking-step {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #59677a;
    text-align: center
}

.booking-progress-bar .booking-step:not(:last-child) {
    border-right: 1px solid #ad9b49
}

.booking-progress-bar .booking-step a {
    color: inherit;
    margin: 50px 10px;
    display: block
}

.booking-progress-bar .booking-step .spacer {
    width: 10px
}

.booking-progress-bar .booking-step .number-circle {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    background-color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    color: #59677a;
    line-height: 45px;
    margin-right: 5px
}

.booking-progress-bar .booking-step.current,
.booking-progress-bar .booking-step:hover {
    background-color: #ad9b49;
    color: #fff
}

.booking-progress-bar .booking-step.current .number-circle,
.booking-progress-bar .booking-step:hover .number-circle {
    color: #202935
}

.booking-progress-bar .booking-step:hover {
    cursor: pointer
}

.section-booking .dates-container {
    margin-top: 30px
}

.section-booking .subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px
}

.section-booking ul.two-cols li,
.section-booking ul.two-cols li a {
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.section-booking .subtitle.large-caps {
    text-transform: uppercase
}

.section-booking em {
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 14px
}

.section-booking ul.two-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0
}

.section-booking ul.two-cols li {
    font-size: 14px;
    color: #202935;
    letter-spacing: -.2px;
    list-style: none
}

.section-booking ul.two-cols li.muted {
    color: #59677a
}

.section-booking ul.two-cols li a {
    font-size: 14px;
    color: #202935;
    font-style: normal
}

.section-booking ul.two-cols li a:active,
.section-booking ul.two-cols li a:focus,
.section-booking ul.two-cols li a:hover {
    color: #202935
}

.section-booking ul.two-cols li a.secondary,
.section-booking ul.two-cols li a.secondary:active,
.section-booking ul.two-cols li a.secondary:focus,
.section-booking ul.two-cols li a.secondary:hover {
    color: #beac5a
}

.section-booking ul.two-cols li:before {
    content: "–";
    margin-right: 15px
}

.section-booking .widget-box {
    border: 1px solid #E1E1E1;
    padding: 30px;
    margin-bottom: 30px;
    background: #F3F3F3
}

.section-booking .widget-box .subtitle {
    margin: 0
}

.section-booking .widget-box hr {
    border-top: 1px solid #C7C7C7;
    margin: 10px 0 15px
}

.section-booking .calendar-container,
.section-booking .reservation-container,
.section-booking .rooms-container {
    border: 1px solid #e1e1e1
}

.section-booking .widget-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2
}

.section-booking form.check-rooms .fa-plus-circle {
    color: #beac5a;
    margin-right: 5px
}

.section-booking form.check-rooms .room-num {
    height: 40px;
    line-height: 50px;
    display: block;
    text-align: center;
    vertical-align: bottom
}

.section-booking form.check-rooms button[type=submit] {
    margin-top: 12px !important;
    width: auto
}

.section-booking .calendar-container {
    background-color: #f3f3f3;
    padding: 0
}

.section-booking .calendar-container .legend-box {
    margin-top: 30px;
    padding: 20px;
    color: #202935;
    font-size: 14px;
    border-top: 1px solid #e1e1e1
}

.section-booking .calendar-container .legend-box .legend {
    margin-right: 20px;
    font-weight: 400
}

.section-booking .calendar-container .legend-box .legend span {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 8px
}

.section-booking .reservation-container .reservation-form .buttons-container button,
.section-booking .rooms-container .room-row .button {
    width: auto
}

.section-booking .calendar-container .legend-box .legend span.unavailable {
    background-color: #59677a
}

.section-booking .calendar-container .legend-box .legend span.selected {
    background-color: #beac5a
}

.section-booking .calendar-container .legend-box .legend span.available {
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.section-booking .rooms-container .room-row {
    border-top: 1px solid #e1e1e1;
    padding-bottom: 20px;
    padding-top: 20px;
    clear: both
}

.section-booking .rooms-container .room-row .subtitle {
    margin-top: 5px
}

.section-booking .rooms-container .room-row .content {
    margin-bottom: 10px
}

.section-booking .reservation-container .reservation-form {
    background-color: #f3f3f3;
    padding: 30px 15px;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.section-booking .reservation-container .reservation-form label {
    font-weight: 400
}

.section-booking .reservation-container .reservation-form input {
    height: 40px;
    border-radius: 0
}

.section-booking .reservation-container .reservation-form textarea {
    height: 120px;
    resize: none
}

.section-booking .reservation-container .reservation-form .buttons-container {
    margin-top: 30px
}

.section-booking .reservation-container .reservation-form .buttons-container .space-text {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-left: 5px;
    margin-right: 5px
}

.section-blog .blog-container a,
.section-blog .list-container a {
    color: inherit
}

.section-blog .blog-container a:hover,
.section-blog .list-container a:hover {
    color: #004C98
}

.section-blog .blog-container .post-row,
.section-blog .list-container .post-row {
    margin-bottom: 30px
}

.section-blog .blog-container .post-category,
.section-blog .list-container .post-category {
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 14px
}

.section-blog .blog-container .post-category .secondary,
.section-blog .list-container .post-category .secondary {
    color: #beac5a
}

.section-blog .blog-container .post-title,
.section-blog .list-container .post-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.5
}

.section-blog .blog-container .post-author-name i,
.section-blog .blog-container .post-comments i,
.section-blog .blog-container .post-date i,
.section-blog .list-container .post-author-name i,
.section-blog .list-container .post-comments i,
.section-blog .list-container .post-date i {
    margin-right: 5px
}

.section-blog .blog-container .post-date,
.section-blog .list-container .post-date {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400
}

.section-blog .blog-container .post-author-name,
.section-blog .blog-container .post-comments,
.section-blog .list-container .post-author-name,
.section-blog .list-container .post-comments {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px
}

.section-blog .blog-container .post-social-links,
.section-blog .list-container .post-social-links {
    font-family: 'Playfair Display', serif;
    border: 1px solid #202935;
    margin-top: 20px
}

.section-blog .blog-container .post-social-links>div,
.section-blog .list-container .post-social-links>div {
    display: inline-block;
    margin-top: 0;
    padding: 10px 20px
}

.section-blog .blog-container .post-social-links>div.header,
.section-blog .list-container .post-social-links>div.header {
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    border-right: 1px solid #202935;
    width: 40%;
    text-align: center
}

.section-blog .blog-container .post-social-links>div.icons,
.section-blog .list-container .post-social-links>div.icons {
    width: 58%;
    text-align: center
}

.section-blog .blog-container .social-link:not(:last-child),
.section-blog .list-container .social-link:not(:last-child) {
    margin-right: 10px
}

.section-blog .blog-container .post-content,
.section-blog .blog-container .post-tags,
.section-blog .list-container .post-content,
.section-blog .list-container .post-tags {
    margin-bottom: 30px
}

.section-blog .blog-container .content,
.section-blog .list-container .content {
    margin-top: 30px
}

.section-blog .blog-container .content.highlight,
.section-blog .list-container .content.highlight {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    border-left: 3px solid #C60;
    padding-left: 20px
}

.section-blog .blog-container ul li,
.section-blog .list-container ul li {
    list-style: square
}

.section-blog .blog-container .post-author,
.section-blog .list-container .post-author {
    border-style: double;
    border-width: 5px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both
}

.section-blog .blog-container .post-author img,
.section-blog .list-container .post-author img {
    display: block;
    float: left
}

.section-blog .blog-container .post-author .author-info,
.section-blog .list-container .post-author .author-info {
    margin-left: 130px
}

.section-blog .blog-container .post-author .author-info .author-name,
.section-blog .list-container .post-author .author-info .author-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.5
}

.section-blog .blog-container .post-author .content,
.section-blog .list-container .post-author .content {
    margin-top: 20px
}

.section-blog .blog-container .post-author .icons,
.section-blog .list-container .post-author .icons {
    margin-bottom: 20px
}

.section-blog .blog-container .page-controls,
.section-blog .list-container .page-controls {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-style: italic;
    height: 50px;
    padding-top: 10px;
    border-top: 1px solid;
    border-bottom: 3px solid;
    clear: both
}

.section-blog .blog-container .page-controls a i,
.section-blog .list-container .page-controls a i {
    font-size: 14px
}

.section-blog .blog-container .comments-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.section-blog .blog-container .comments-container .subtitle {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.section-blog .blog-container .comments-container .comment-box {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px
}

.section-blog .blog-container .comments-container .comment-box:not(:last-of-type) {
    border-bottom: 1px solid #e8e9ea
}

.section-blog .blog-container .comments-container .comment-box img {
    float: left;
    display: block
}

.section-blog .blog-container .comments-container .comment-box .comment-info {
    margin-left: 100px
}

.section-blog .blog-container .comments-container .comment-box .comment-info .comment-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 1.5
}

.section-blog .blog-container .comments-container .comment-box .comment-info .comment-date {
    font-family: 'Playfair Display', serif;
    margin: 0;
    line-height: 1.5;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    text-transform: none
}

.section-blog .blog-container .comments-container .comment-box .comment-info .content {
    margin-top: 20px
}

.section-blog .blog-container .comments-container .comment-box.level2 {
    margin-left: 80px
}

.section-blog .blog-container .leave-comment-container {
    border-top: 3px solid;
    padding-top: 20px;
    padding-bottom: 30px
}

.section-blog .blog-container .leave-comment-container .subtitle {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.section-blog .blog-container .leave-comment-container .comment-form input[type=text],
.section-blog .blog-container .leave-comment-container .comment-form textarea {
    border-radius: 0;
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2
}

.section-blog .blog-container .leave-comment-container .comment-form input[type=text]:active,
.section-blog .blog-container .leave-comment-container .comment-form input[type=text]:focus,
.section-blog .blog-container .leave-comment-container .comment-form textarea:active,
.section-blog .blog-container .leave-comment-container .comment-form textarea:focus {
    border: 1px solid #909090
}

.section-blog .blog-container .leave-comment-container .comment-form textarea {
    height: 120px;
    resize: none
}

.section-blog .blog-container .leave-comment-container .comment-form button {
    margin-top: 15px
}

.section-blog .widget-box {
    border: 1px solid #D6D6D6;
    padding: 30px;
    margin-bottom: 30px;
    background: #F7F7F7
}

.section-blog .widget-box .subtitle {
    margin: 0
}

.section-blog .widget-box hr {
    border-top: 1px solid #C7C7C7;
    margin: 10px 0 15px
}

.section-blog .widget-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2
}

.section-blog ul.categories li,
.section-blog ul.categories li a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Playfair Display', serif
}

.section-blog ul.categories {
    padding-left: 0
}

.section-blog ul.categories li {
    color: #202935;
    list-style: none;
    letter-spacing: 0
}

.section-blog ul.categories li.muted {
    color: #59677a
}

.section-blog ul.categories li a {
    color: #202935;
    font-style: normal
}

.section-blog ul.categories li a:active,
.section-blog ul.categories li a:focus,
.section-blog ul.categories li a:hover {
    color: #004C98
}

.section-blog ul.categories li a.secondary {
    color: #beac5a
}

.section-blog ul.categories li a.secondary:active,
.section-blog ul.categories li a.secondary:focus,
.section-blog ul.categories li a.secondary:hover,
.section-blog ul.categories li a:hover {
    color: #004C98
}

.section-blog ul.categories li:before {
    content: "–";
    margin-right: 15px
}

.section-blog ul.categories li.current a {
    color: #055FB9
}

.section-blog .search-box {
    background-color: #fff;
    color: #202935;
    position: relative;
    margin-left: 0;
    margin-top: 30px
}

.section-blog .search-box .input-wrapper {
    height: 40px;
    position: relative
}

.section-blog .search-box .input-wrapper #keyword {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    padding: 0 60px 0 10px;
    background-color: #59677a;
    border: 1px solid #59677a;
    color: #fff
}

.section-blog .search-box button {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 12px;
    background-color: transparent;
    border: none
}

.section-blog .search-box button:active,
.section-blog .search-box button:focus {
    border: none
}

.section-blog .recent-post-row {
    margin-bottom: 20px
}

.section-blog .recent-post-row a:hover .content {
    color: #beac5a
}

.section-blog .recent-post-row a img {
    float: left;
    margin-left: 15px;
    width: 60px;
    height: 50px
}

.section-blog .recent-post-row a .content {
    margin-left: 90px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.section-contact-us .row {
    margin-bottom: 30px
}

.section-contact-us .office-box {
    line-height: 2.5
}

.section-contact-us .office-box .subtitle {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px
}

.section-contact-us .office-box .address-line {
    margin-left: 20px
}

.section-contact-us .office-box .address-line i {
    margin-right: 5px;
    margin-left: -20px
}

.section-contact-us .map-wrapper {
    min-height: 400px;
    position: relative
}

.section-contact-us .map-wrapper .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 10px
}

.section-contact-us .contact-form {
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.section-contact-us .contact-form label {
    font-weight: 400
}

.section-contact-us .contact-form input[type=text],
.section-contact-us .contact-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 0
}

.section-contact-us .contact-form input[type=text]:active,
.section-contact-us .contact-form input[type=text]:focus,
.section-contact-us .contact-form textarea:active,
.section-contact-us .contact-form textarea:focus {
    border: 1px solid #909090
}

.section-contact-us .contact-form textarea {
    resize: none
}

.accordion .panel {
    border-radius: 0;
    border-color: #59677a;
    border-width: 3px
}

.accordion .panel .panel-heading {
    background-color: #59677a;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 14px
}

.accordion .panel .panel-heading .panel-title {
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.accordion .panel .panel-heading .panel-title:after {
    font-family: FontAwesome;
    content: "\f0d7";
    float: right;
    color: #59677a;
    background-color: #fff;
    width: 32px;
    height: 32px;
    font-size: 18px;
    padding-left: 12px;
    padding-top: 7px;
    margin-top: -9px;
    margin-right: -15px
}

.accordion .panel .panel-body,
footer {
    font-family: Roboto, sans-serif
}

.accordion .panel .panel-body {
    font-size: 14px;
    background-color: #fff;
    color: #202935
}

.accordion .panel.open,
.accordion .panel.open .panel-heading {
    background-color: #beac5a
}

.accordion .panel.open {
    border-color: #beac5a
}

.accordion .panel.open .panel-body,
.accordion .panel.open .panel-heading .panel-title:after {
    color: #beac5a
}

footer {
    padding-top: 100px;
    padding-bottom: 0;
    color: #D2D2D2;
    background: url(../images/footer_bg.png) no-repeat #000F20;
    background-size: cover
}

footer .copyright-area,
footer .subtitle {
    font-family: 'Playfair Display', serif
}

footer .subtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

footer .subtitle.wide {
    letter-spacing: 3px
}

/* footer ul.site-links {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0
} */
footer ul.site-links {
display: flex;
padding: 0;
flex-wrap: wrap;
line-height: 3;

}
footer ul.site-links li{
 font-size: 15px;
 flex-shrink: 0;
}
footer ul.site-links li:not(:last-child){
padding-right:30px;
}

footer ul.site-links li {
    list-style: none
}
#footer__flex{
    display: flex;
    align-items: center;
}

/* footer ul.site-links li:before {
    content: "–";
    margin-right: 15px
} */

footer a {
    color: #D2D2D2
}

footer a:hover {
    color: #fff
}

footer a:active,
footer a:focus {
    color: #59677a
}

footer .social-links {
    margin-bottom: 50px
}

footer .social-links .social-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    overflow: hidden
}

footer .social-links .social-link i.fa {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px !important;
    text-align: center !important;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s
}

footer .social-links .social-link:hover i.fa {
    /*-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)*/
}

footer .social-links .social-link:not(:last-child) {
    margin-right: 10px
}

footer .inputs {
    background-color: #fff;
    color: #202935;
    position: relative;
    margin-left: 50px;
    margin-top: 30px
}

footer .inputs .input-wrapper {
    height: 46px;
    position: relative
}

footer .inputs .input-wrapper #email {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 60px 0 10px;
    background-color: #F3F3F3;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

footer .inputs .input-wrapper #email::-webkit-input-placeholder {
    color: #202935
}

footer .inputs .input-wrapper #email::-moz-placeholder {
    color: #202935;
    opacity: 1
}

footer .inputs .input-wrapper #email::-ms-input-placeholder {
    color: #202935
}

footer .inputs button {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 3px;
    top: 3px;
    font-weight: 700;
    font-size: 12px;
    background-color: #004C98;
    color: #FFF;
    border: none
}

footer .inputs button:active,
footer .inputs button:focus {
    border: none
}

footer .copyright-area {
    text-align: center;
    background-color: #011831;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    /* height: 96px; */
    line-height: 70px;
    margin-top: 30px;
}

footer .copyright-area i {
    color: #beac5a
}

.bootstrap-select>.btn {
    border: none;
    border-radius: 0;
    color: #202935;
    width: 100%;
    line-height: 26px;
    padding-right: 25px
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .btn:focus {
    outline: #333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px
}

.bootstrap-select .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 3px
}

.bootstrap-select img {
    vertical-align: baseline
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-search .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}

.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .btn .caret {
    display: inline-block;
    background-color: #202935;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: none;
    position: absolute;
    top: 4px;
    right: 4px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff
}

body,
p {
    font-weight: 400
}

.bootstrap-select.btn-group .btn .caret:before {
    content: "\f0d7"
}

.bootstrap-select.btn-group[class*=col-] .btn {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
    min-width: 100%;
    z-index: 1035;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    margin: 0
}

.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small {
    color: #64b1d8;
    color: rgba(100, 177, 216, .4)
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #202935;
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #004C98;
    margin: 0 5px
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.btn-group.secondary .btn .caret {
    background-color: #2C3032
}

.bootstrap-select.btn-group.third .btn {
    color: #fff;
    background-color: #59677a
}

.bootstrap-select.btn-group.third .btn .caret {
    background-color: #fff;
    color: #59677a
}

.bootstrap-select.show-menu-arrow.open>.btn {
    z-index: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgba(204, 204, 204, .2)
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0
}

@media only screen and (min-width:800px) {
    body{
        width: 100% !important;
        overflow-x: hidden !important;
    }
    .section-search-rooms form .form-control {
        width: 180px
    }

    .section-search-rooms form .form-select {
        width: 70px
    }

    .section-rooms .container {
        height: 800px
    }

    .section-rooms .rooms-area,
    .section-rooms .rooms-background {
        position: absolute;
        top: 20px
    }

    .section-rooms .rooms-area {
        width: 100%;
        color: #fff;
        z-index: 110
    }

    .section-rooms .rooms-background {
        top: -80px;
        width: 800px;
        height: 980px;
        left: 30px
    }

    .section-rooms .rooms-background:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: .2;
        background-image: url(../images/home/room-bg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover
    }
}
@media(min-width:800px) and (max-width:1000px){

}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section-accommodations .title {
        font-size: 30px
    }

    .section-check-rooms form.check-rooms button[type=submit] {
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .col-one-fifth {
        width: 20%
    }

    .section-accommodations .rooms-container {
        margin-left: -30px
    }

    .section-check-rooms form.check-rooms button[type=submit] {
        margin-top: 30px
    }

    .section-room-single form.check-rooms button[type=submit] {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    form.check-rooms button[type=submit] {
        margin-top: 30px
    }
}

@media only screen and (max-width:1200px) {
    #main-slider .swiper-slide .container {
        height: 650px
    }

    #main-slider .page-controls {
        bottom: 35px
    }

    #main-slider .main-slider-control.prev {
        left: 15px
    }

    #main-slider .main-slider-control.next {
        right: 15px
    }

    .booking-progress-bar .booking-step a {
        margin: 30px 10px
    }

    .booking-progress-bar .booking-step .number-circle {
        display: block;
        margin: auto
    }
}

@media only screen and (max-width:992px) {
    body{
       width: 100% !important;
       overflow-x: hidden !important; 
    }
    .search__rooms{
        padding-inline: 0 !important;
    }
    .search-rooms-content .container{
        width:100% !important;
        }
    .menu_hamburger{
        position: absolute;
        top: 37px;
        right: 11px;
        cursor: pointer;
    }
    .cross_sign{
        position: absolute;
        color: #ffffff;
        width: 40px;
        height: 40px;
        top: 1px;
        right: 0;
        font-size: 25px;
        z-index: 999;
        display: none;
    }
    .menu_hamburger span{
        width:40px;
        height: 2px;
        display: block;
        background: #fff;
        position: relative;
    }
    .menu_hamburger span:before{
        content: "";
        width:40px;
        position: absolute;
        display: block;
        background: #fff;
        height: 2px;
        top: 10px;
        
    }
    .menu_hamburger span:after{
        content: "";
        width:40px;
        position: absolute;
        display: block;
        background: #fff;
        height: 2px;
        top: -10px;
    }

    #main-slider .swiper-slide .container {
        height: 550px
    }

    #main-slider .page-controls {
        bottom: 35px
    }

    header .main-menu {
        display: none
    }

    header #menu-toggle,
    header #mobile-menu {
        display: block
    }

    .section-accommodations .rooms-container {
        margin-top: 20px
    }

    form.check-rooms button[type=submit] {
        margin-top: 30px
    }

    .section-from-blog .blog-box {
        margin-bottom: 23px
    }

    .section-from-blog .blog-box .blog-meta-box {
        padding-bottom: 0
    }

    .section-gallery .gallery-container {
        max-width: 550px;
        margin: 30px auto
    }
}
@media (min-width:565px) and (max-width:900px){
    header {
        position: fixed;
        width: 100%;
        top: 0;
    }
    .section-breadcrumb {
    margin-top: 82px;
    }
    .section-why-us .col-sm-4 .content-box img{
        width: 100% !important;
        object-fit: cover;
        }
        #event_img__responsive{
            width:100% !important;
            object-fit: cover;
            margin-top: 20px;
            }
    .section-search-rooms .search-form form.check-rooms {
        padding: 62px 0;
        margin-top: 151px;
    }
    .section-rooms .room-container {
        margin-top: 15px;
    }
    .section-from-blog .blog-box {
    width:100%;
    }
    .section-facilities .facilities-container {
        max-width: 100% !important;
    }
    .section-from-blog .blog-box .blog-meta-box {
    bottom: 165px;
    }

}
@media only screen and (max-width:768px) {
    header .container {
        text-align: center
    }

    form.check-rooms button[type=submit] {
        margin-top: 30px
    }

    section {
        padding: 70px 0 40px
    }

    #main-slider .swiper-slide .container {
        height: 520px
    }

    #main-slider .page-controls {
        bottom: 35px
    }

    #main-slider .slide-content {
        margin-top: 150px
    }

    #main-slider .slide-content .slide-title {
        font-size: 50px
    }

    #main-slider .slide-content .slide-subtitle {
        font-size: 18px
    }

    #main-slider .slide-content .slide-subtitle-desc {
        font-size: 20px
    }

    .section-search-rooms .title-area,
    .section-search-rooms .title-background {
        /*right: 10px;*/
        right: 0;
        /*padding-left: 35px*/
           padding-left: 0;
    }

    .section-why-us .content-box {
        max-width: 350px
    }

    .section-facilities .facilities-container {
        max-width: 410px;
        margin: 20px auto
    }

    .section-rooms .room-container {
        background-color: #beac5a;
        padding-bottom: 30px
    }

    .section-from-blog .blog-box .blog-meta-box {
        bottom: 10px;
        padding: 20px 30px 20px 10px
    }

    .section-from-blog .blog-box .blog-meta-box .blog-title {
        font-size: 15px
    }

    .section-from-blog .blog-box .blog-meta-box .post-date {
        font-size: 12px;
        letter-spacing: -.5px
    }

    .section-from-blog .blog-box .blog-meta-box .post-comments {
        font-size: 12px;
        letter-spacing: -.5px;
        margin-left: 15px
    }

    .section-blog .blog-container,
    .section-blog .list-container {
        max-width: 370px;
        margin: 0 auto
    }

    .section-blog .widget-box {
        max-width: 370px;
        margin: 30px auto
    }

    footer .col-sm-4 {
        text-align: center !important
    }

    footer .col-sm-4 ul.site-links {
        text-align: left;
        width: 80%;
        margin-left: 10%
    }

    footer .inputs {
        width: 60%;
        margin-left: 20%
    }
}

.aligncenter,
i.fa {
    text-align: center
}

@media only screen and (max-width:560px) {

    header{
        width:100%;
        position: fixed;
    }
    body{
        width: 100% !important;
        overflow-x: hidden !important;
    }
   
    .section-search-rooms .search-form form.check-rooms {
        margin-bottom: 50px;
    }


    .form-inline.check-rooms
    .section-from-blog .blog-box {
        margin-bottom: 15px;
        width: 100% !important;
    }
    #main-slider .swiper-container {
        width: 100%;
        height: 293px;
    }
    .paragraph_lineheight{
        font-size: 18px !important;
    line-height: 1.8; 
    }
    .section-breadcrumb {
        /* padding: 98px 0; */
        padding: 142px 0 45px;
    }
    .section-rooms .rooms-area, .section-rooms .rooms-background {
        position: static;
    }
    #img__responsive{
        width: 100% !important;
    }
    #event_img__responsive{
        width: 100% !important;
        margin-top: 20px !important;
    }
   

    .section-rooms .rooms-background {
        width: auto !important;
        height: auto !important;
    }

    .content-box img{
        width: 100% !important;
    }
    .section-from-blog .blog-box .blog-meta-box {
        padding: 20px 20px 20px 10px
    }
    .section-style-2 iframe{
        width: 100%;
     max-height: 400px !important;
        }
    .section-from-blog .blog-box .blog-meta-box .blog-title {
        font-size: 15px;
        font-weight: 400
    }

    .section-from-blog .blog-box .blog-meta-box .post-comments,
    .section-from-blog .blog-box .blog-meta-box .post-date {
        display: none
    }
    .explore_balthali .content-box > .text-center {
margin-bottom: 20px;
    }
    .room_mg_top{
       margin-top: 20px !important; 
    }
    .section-from-blog .blog-box {
        height: auto !important;
        margin-bottom: 40px !important;
        width: 100%;
    }
    .map_padding, .our_features_padding, .blog_padding{
padding-top: 20px !important;
    }
    .section-testimonials .testimonial-box .text {
    padding: 0 10px;
    }
    .section-testimonials .testimonial-box:after, .section-testimonials .testimonial-box:before {
        background:none;
    }
    .tripadvisorF img {
        width: 50px !important;
    }
    #footer__flex {
        flex-direction: column-reverse;
        padding-bottom: 95px;
    }
    #footer__flex > * {
        line-height: 2.5;
    }
    footer {
        padding-top: 39px;
    }
    footer .social-links {
        margin-bottom: 0;
    }
    .tripadvisorF{
        bottom: 12px !important;
    }
    .contact_responsive{
        margin-top: 34px;
    }
  
}

iframe,
video {
    display: block;
}


@media only screen and (max-width:480px) {
    #main-slider .swiper-slide .container {
        height: 450px
    }

    #main-slider .slide-content {
        margin-top: 120px
    }

    #main-slider .slide-content .slide-title {
        font-size: 36px
    }

    #main-slider .slide-content .slide-subtitle {
        font-size: 14px
    }

    #main-slider .slide-content .slide-subtitle-italic {
        font-size: 16px
    }

    #main-slider .slide-content .slide-subtitle-italic .price {
        font-size: 21px
    }

    #main-slider .page-controls {
        bottom: 30px !important
    }

    .section-rooms .room-container .button {
        width: 80%
    }

    .section-from-blog .blog-box {
        margin-bottom: 10px
    }

    .section-from-blog .blog-box .blog-meta-box {
        bottom: 10px;
        padding: 10px 10px 10px 5px
    }

    .section-from-blog .blog-box .blog-meta-box .blog-title {
        font-size: 12px;
        font-weight: 400
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}
body {
    line-height: 1.875;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #202935;
    
}


a {
    outline: 0;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

a:focus,
a:hover {
    text-decoration: none
}

input,
select,
textarea {
    border: 0;
    outline: 0
}

input[type=text],
textarea {
    display: block;
    width: 100%
}

i.fa {
    width: 1.3em !important;
    height: 1em !important
}

p {
    padding: 0
}

p:not(:last-child) {
    margin-bottom: 0
}

video {
    width: 100%
}

iframe {
    width: 100%;
    border: none
}

iframe.fullheight {
    height: 100%;
    max-height: 160px
}

[data-animate] {
    visibility: hidden
}

[data-animate]:not(.animated) iframe {
    display: none !important
}

[class*=" icon-"],
[class^=icon-] {
    padding: 0 1px
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.fullwidth {
    display: block;
    width: 100%
}

.logo {
    width: 130px;
    margin-top: -10px
}

.listico,
.logo2 {
    margin-top: -2px
}

.logo2 {
    width: 100px;
    margin-left: 25px
}

.section-testimonials.bg-primary {
    background-color: #001123
}

.section-testimonials .moon-divider {
    background-image: url(../images/moon-green.png)
}

.section-rooms .room-container .price-text {
    color: #fff
}

.listico {
    width: 7px;
    margin-right: 5px
}

.section-facilities .button,
.section-from-blog .button,
.section-why-us .button {
    background-color: #004C98;
    color: #fff;
    border: 2px solid #004C98
}

.section-facilities .button:hover,
.section-from-blog .button:hover,
.section-why-us .button:hover {
    background-color: #0065CA;
    color: #fff;
    border: 2px solid #0065CA
}

.search-form .button {
    background: rgba(255, 255, 255, .1);
    border-color: #FFF
}

.section-contact-us textarea {
    height: 82px
}

.widget-box .button {
    background-color: #004C98;
    color: #fff;
    border: 2px solid #004C98
}

.widget-box .button:hover {
    background-color: #0065CA;
    color: #fff;
    border: 2px solid #0065CA
}

.list_gray {
    width: 8px;
    position: relative;
    top: -1px;
    margin-right: 5px
}

.search-box i {
    color: #fff
}

.activegallery {
    opacity: .7
}

.innerslider#main-slider .swiper-container {
    width: 100%;
    height: 434px
}

.innerslider#main-slider .page-controls.centered {
    display: none
}

label.error {
    color: red
}

select {
    color: black;
}

.ui-corner-all {
    z-index: 11111 !important;
}
.social_media_icons .social-links a i{
font-size: 17px;
}

.fb_dialog iframe{
        bottom: 50px !important;
     };
   
      iframe.fb_customer_chat_bounce_in_v2{
        bottom: 50px !important;
     }
   
     iframe.fb_customer_chat_bounce_out_v2{
        bottom: 50px !important;
     }
     
     .fb_iframe_widget iframe{
            bottom: 50px !important;
     }
