.top_menu {
    background: #f5f5f5;
    border-bottom: 1px solid #ededed;
    color: #4A659A;
}

.top_menu {
    width: 100%;
    position: relative;
    font-size: 0.9em;
}

.top_menu .top_menu_right {
    padding: 7px 0;
    text-align:right;
}
.top_menu .top_menu_right li:first-child {
    padding-left: 0px;
}
.top_menu .top_menu_right li {
    display: inline-block;
    padding-left: 30px;
}
.top_menu a {
    color: #333;
}
.top_menu .top_menu_right li i {
    margin-right: 4px;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
#warnings {
    background-color: #4A659A;
}
#warnings h5,
#warnings p {
    color: #fff;
    font-size: .7em;
}
#warnings div {
    padding: 5px;
}
section.lightgrey_bg {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
#features {
    padding: 4em 0;
}

#features .owl-thumb-item {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 11px;
    border-radius: 2px;
    padding-bottom: 2px; 
    -webkit-transition: .2s;
    transition: .2s;
}

#features .owl-thumb-item.active {
    background: #13B8E2;
    color: #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#features .owl-thumb-item.active:before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -9px;
    margin-top: 32px;
    font-size: 25px;
    color: #13B8E2;
}

#features .owl-thumb-item:hover {
    cursor: pointer;
}

#features .owl-thumb-item .media {
    cursor: pointer;
    padding-bottom: 48px;
}

#features .owl-thumb-item .media-body h5 {
    font-weight: 600;
    color: #fff;
    background: #4A659A;
    padding: 4px 9px;  
}

#features .owl-thumb-item.active .media-body h5 {
    color: #fff;
}

#features .owl-thumb-item .media-body p {
    font-size: .98em;
    color: #333;
    margin: 7px 0;
    font-size: 13px;
    line-height: 1.1em;
    padding: 4px 9px;  
}

#features .owl-thumb-item.active .media-body p {
    color: #fff;
}

#features .owl-thumb-item .media-left {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
    vertical-align: middle;
    width: 50px;
}

#features .owl-thumb-item .media-left {
    color: #003c7f;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
    margin-left: 14px;
}

#features .owl-thumb-item .media-left i:before {
    font-size: 38px;
    margin: 0;
}

.room {
    background: #fafafa;
}

.room figure {
    position: relative;
}

.room figure img {
    width: 100%;
}

.room figcaption {
    padding: 15px 10px;
    border: 1px solid #f0f2f6;
    border-top: none;
}

.room figcaption h4,
.room figcaption h5 {
    display: inline-block;
    font-weight: 600;
}

.room figcaption h4 a,
.room figcaption h5 a {
    color: #6084a8;
}
.f_right {
    float: right;
}

.crumbs {
    font-size: .9em;
    background: none;
    list-style: none;
    color: #333;
    margin: 0;
    padding: 0;
}
.crumbs a {
    color:#333;
}

.crumbs li {
    padding: 5px 0px;
    color: #333;
    display: inline-block;
}

.crumbs li:after {
    content: '/';
    padding: 0px 10px 0px 16px;
    color: #333;
}

.crumbs li:before {
    display: none;
}

.crumbs li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    font-weight: bold;
}

.crumbs li:last-child:after {
    display: none;
}

.room_list {
    background: #f5f5f5;
    margin-bottom: 50px;
    border: 1px solid #eeeeee;
    border-radius: 1px;
} 

.room_list img {
    width: 100%;   
}

.room_list .room_list_slider .item img {
    display: block;
    width: 100%;
    height: 100%;
}
#owl-modal  .owl-nav,
#slider-larg  .owl-nav,
.room_list_slider .owl-nav {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
#owl-modal .owl-nav .owl-prev,
#owl-modal .owl-nav .owl-next,
#slider-larg .owl-nav .owl-prev,
#slider-larg .owl-nav .owl-next,
.room_list_slider .owl-nav .owl-prev,
.room_list_slider .owl-nav .owl-next {
    background: #003c7f;
    color: #fff;
    margin: 0;
    padding: 10px;
    opacity: 1;
    font-size: 2em;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .5;
}

#slider-larg .owl-nav .owl-next {
    margin-right: 8px;
}
#owl-modal .owl-nav .owl-prev:hover,
#owl-modal .owl-nav .owl-next:hover,
#slider-larg .owl-nav .owl-prev:hover,
#slider-larg .owl-nav .owl-next:hover {
    opacity: 1;
}
figure:hover .room_list_slider .owl-nav .owl-prev,
figure:hover .room_list_slider .owl-nav .owl-next {
    opacity: 1;
}

.room_list_slider .owl-nav div:hover {
    background: #2c88c0;
}
#owl-modal .owl-nav .owl-prev,
#slider-larg .owl-nav .owl-prev,
.room_list_slider .owl-nav .owl-prev {
    float: left;
    border-radius: 0px 2px 2px 0px;
}
#owl-modal .owl-nav .owl-next,
#slider-larg .owl-nav .owl-next,
.room_list_slider .owl-nav .owl-next {
    float: right;
    border-radius: 2px 0px 0px 2px;
}

.room_list .room_details .room_desc {
    padding: 15px 0;
}

.room_list .room_details .room_desc h3 a {
    font-family: 'Raleway', sans-serif;
    color: #6084a8;
    font-weight: 400;
    font-size: 1.2em;
}

.room_list .room_details .room_desc p {
    color:#6084a8;
    padding-top: 10px;
}

.room_list .room_details .room_services {
    padding-top: 30px;
}

.room_list .room_details .room_services i {
    background: #2c88c0;
    padding: 5px 14px;
    font-size: 1.2em;
    color: #fff;
    margin: 5px;
    border: 1px solid #2c88c0;
    border-radius: 2px;
    cursor: pointer;
}

.room_list .room_details .room_services i:hover {
    background: #2c88c0;
}

.room_list .room_price {
    text-align: center;
  /*  background: #eee;
    border-left: 1px solid #e9e8e7;*/
}

.room_list .room_price .room_price_inner {
    padding-top: 36px;
    padding-bottom: 37px;
}

.room_list .room_price .room_price_number {
    font-size: 2em;
    color: #3d4145;
}

.room_list .room_price small {
    font-size: 1em;
    color: #3d4145;
    display: block;
    padding-top: 10px;
}

.room_list .room_price .button {
    clear: both;
    display: block;
    position: relative;
    margin-top: 50px;
}
.room_list figure {
    margin: 0;
}
.btn_blue,
a.btn_blue, .w3layouts-banner-info a.btn_blue {
background-color: #4A659A;
}
.vbf {
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #F4F4F4;
}

.vbf .form_title {
    background: #f5f5f5;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ededed;
    text-align: center;
    letter-spacing: 0.2px;
    color: #8a959e;
    font-size: 22px !important;
    font-family: 'Raleway', sans-serif;
    line-height: 1em;
    font-weight: 700;
    padding: 12px 0;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}

.vbf .form_title i {
    font-size: 0.9em;
    position: relative;
    top: -2px;
}

.vbf .inner {
    padding: 20px;
}

.vbf .form-control {
    font-size: .9em;
    padding: 6px 10px;
    border-radius: 1px;
    height: 42px;
    border: 1px solid #dfdfdf;
    color: #b3b3b3;
    margin-bottom: 15px !important;
}


.vbf .form-control:focus {
    border: 1px solid #bcc4c8 !important;
}

.vbf .form_date {
    position: relative;
    overflow: hidden;
    padding: 0px 0px !important;
}

.vbf .form_date .form-control {
    background: none;
}

.vbf .form_date .form-control:hover {
    cursor: pointer;
}

.vbf .button {
    margin-top: 5px;
    padding: 9px 20px;
    display: block;
}

.vbf .a_b_f {
    color: #a1b1c1;
    font-size: 13px;
}

.similar_rooms {
    margin-top: 50px;
}

.similar_rooms article figure {
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.similar_rooms article figure img {
    border-radius: 2px;
}

.similar_rooms article figcaption {
    padding: 10px;
    background: #fff;
}

.similar_rooms article figcaption h4 a {
    font-size: 1em;
    color: #003c7f;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.similar_rooms article figcaption h4 a:hover {
    color: #003c7f;
}

.similar_rooms article .price {
    background: #2c88c0;
    width: 70px;
    height: auto;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.similar_rooms article .price span {
    display: block;
    font-size: .7em;
}

#room_page .slider #slider-larg {
    padding: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

#room_page .slider #thumbs {
    margin-top: 15px;
}

#room_page .slider #thumbs .owl-item .item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    padding: 3px;
    margin: 2px;
    border-radius: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}

#room_page .slider #thumbs .owl-item.active-item .item {
    border: 1px solid #a1b1c1;
}

#room_page .slider #thumbs .owl-item .item img {}

#room_page .slider #thumbs .owl-item .item img:hover {
    opacity: .8;
}
.similar_rooms .main_title {
    text-align: center;
}

:root {
  --star-size: 26px;
  --star-color: #fff;
  --star-background: #2c88c0;
  --star-sizer: 18px;
  --star-colorr: #2c88c0;
  --star-backgroundr: #fff;
}

.Stars {
    margin-left: 10px;
  --percent: calc(var(--rating) / 6 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: "★★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Starsr {
   display:inline-block;
  --percentr: calc(var(--ratingr) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-sizer);
  font-family: Times;
  line-height: 1;
}
#prating a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.Starsr::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-backgroundr) var(--percentr), var(--star-colorr) var(--percentr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-box {
    background-color: #4A659A;
    color: #fff;
    padding: 10px;
    margin-top: 4px;
}
.price-box h3 {
    color:#fff;
    font-weight: 700 !important;
    margin: 0 !important;
}
.price-box p {
    color: #fff;
    font-size: .7em;
}

.info-box {
    background-color: #13B8E2;
    color: #fff;
    padding: 5px 10px 5px 10px;
}
.info-box h6 {
    color: #4A659A;
    font-weight: 700 !important;
    margin: 0 !important;
}
.info-box p {
    color: #fff;
    font-size: .7em;
}
.nopadding {
    padding: 0 !important;

    float: left;
}
.form-group {
    margin: 0;
}
.esm_form_field  label {
    margin-bottom: 0rem;
    margin-top: .5em;
}
.room figure a.hover_effect {
    display: block;
    max-height: 230px;
    overflow: hidden;
    text-align: center;
}

.room figure a.hover_effect img{
    height:230px;
    width:auto;
    max-width: none;
}
#thumbs .owl-item {
    text-align: center;
} 

#thumbs .item {
    display: block;
    max-height: 130px;
    overflow: hidden;
    text-align: center;
}
#thumbs .item img{
    height:120px;
    width:auto;
    max-width: none;
    display: inline-block;
}
#slider-larg .owl-stage {
    max-height: 478px;
    overflow: hidden;
}
#slider-larg .item {
    text-align: center;
}
#slider-larg .item a {
    display: inline-block;
}
#slider-larg .owl-item img {
    width:auto;
    max-height: 478px;
}

.modal-open .modal {
    background-color: rgba(0,0,0,0.4);
}
.modal-header {
    border-bottom: none;
}
.modal-dialog {
    max-width: none;
}
.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
.modal-body {
    position: relative;
    height: 90vh;
    padding: 40px;
    overflow: hidden;
}
#ModalGallery .close {
    font-size: 40px;
    /*line-height: 30px;*/
    color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 30px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    position: absolute;
    right: 34px;
    top: -5px;
    /*margin-top: 0;*/
    z-index: 9999;
}
#ModalGallery .close:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#owl-modal .owl-stage {
    height: 80vh;
    overflow: hidden;
}
#owl-modal .item {
    text-align: center;
}
#owl-modal .item a {
    display: inline-block;
}
#owl-modal .owl-item img {
    width:auto;
    height: auto;
    display: inline-block;
    max-height: 80vh;
}