div.back_to_site a::before {
    content: none !important;
}

.qtip{
    z-index: 999999 !important;
}

.room_main_content_display b {
    font-weight: bold;
}

.amenities_room_cont {
    border-top: 1px solid #cecece;
}

.amenities_detail_list {
    margin-top: 10px;
}

.amenities_room_cont ul > li {
    list-style: disc !important;
}

.room_main_content_display ul > li {
    list-style: disc !important;
}

.room_modal_cont.fancybox-content{
    width:100% !important;
}

.thumbs_discount_member{
    color:green;
}

.calendar-section {
  margin-bottom: 20px;
}
.calendar, .calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
  /*float: left;*/
  margin: auto;
  /*
  min-width: 320px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;*/
}

.calendar_weekdays {
	color: #aaa;
	font-weight: lighter;
}
.calendar_weekdays div {
  display:inline-block;
  vertical-align:top;
}
.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
}
.calendar_content:after, .calendar_weekdays:after, .calendar_header:after {
	content: ' ';
	display: table;
	clear: both;
}
.calendar_weekdays div, .calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.28571%;
  height: 68px;
  line-height: 69px;  
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}

.calendar_content .today {
	color: #3B8FC7;
}
.calendar_content div {
    float: left;
    margin-left: -1px;
    margin-top: -1px;
     border: 1px solid transparent;
}
.calendar_content div:hover {
  border: 1px solid #777;
  /*line-height: 68px;*/
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
	cursor: initial;
  color: #d5d5d5;
}
.calendar_content div.today{
  font-weight: bold;
  font-size: 18px;
  color: #409EDD;
}
.calendar_content div.selected {
  background-color: rgba(153, 153, 161, .2); /*rgba(170, 170, 176, .5) #aaaab0*/
  border: 1px solid white;
}
.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  float:left;
  width:70%;
  margin-top: 0px;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #FFFFFF;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  line-height: 37px;
  height: 30px;
  float: left;
  width:15%;
  transition: color .2s;
}

button.switch-month:hover {
  color: #5EADE2;
}
button.switch-month:active {
  background-color: rgba(113, 113, 125, .4);
}
.calendar_header h2 {
  color: #409EDD;
  line-height: 1.7;
}
.calendar-scream{
    background-image: none !important;
}

.calendar-scream:hover{
    background-image: none !important;
}

/*** New Ver-01 ***/

#member_deal_sign{
    margin-top:14px;
    padding-left: 10px;
}

.member_short_right{
    float: right;
    width:auto !important;
    padding-right: 0px;   
    padding-left: 0px;
    /*padding-bottom: 8px;       */
}

.currency_short_right_no_logged{
    padding-right: 0px;   
    width:auto !important;
    /*margin-left: 21px;*/
    margin-top: -5px;
    z-index: 8888 !important;
    float:right;
}

.currency_concierge_short_right_no_logged{
    padding-right: 0px;   
    width:auto !important;
    margin-top: 10px;
    z-index: 8888 !important;
    float:right;
}

.member_short_right_no_logged{
           
}

#header_location_info p{    
    color: #cd7637;    
}

#header_contact_info{
    padding-right: 0px;
}

#header_contact_info p, #header_contact_info a, #contact_short_location_desc p{
    padding: 3px;
    text-align: right;
    float: right;
    margin-bottom: 0px;
}

#header_contact_info ul, #header_location_info ul, #header_back_to_website ul {
    list-style: none;
}

#header_back_to_website ul{
   margin-left: 0px !important;
   float:left;
}

#header_contact_info ul{
    float:right;
}

#header_contact_block{
    margin-top: 3px;
    padding-bottom: 15px;
}

#breadscrumblock{
    padding-right: 0px;
    padding-bottom: 8px;
}

#breadscrumblockOnRight{
    padding-top: 8px;
    padding-bottom: 8px;    
    border-radius:3px;
}

#breadscrumblockOnRight > .steps_text{
    margin: 8px 5px 8px 10px;
}

@media only screen and (max-width: 992px) {
    #header_contact_info {
        margin-top: 10px !important;
        margin-bottom: 10px;        
    }
    
    #header_contact_info p, #header_contact_info a{
        text-align: right !important;
    }    
}

.reservation_card_cont{
    margin: 10px 0px 15px 0px;
    padding:10px; 
    /*border:1px dotted #ccc;*/
}

.reservation_special_request_cont{
    margin: 00px 0px 0px 0px;
    padding:10px; 
    border-top: 0px;
    /*border:1px dotted #ccc;*/
}

.reservation_summary{
    padding-top: 10px;
}

.reservation_summary_cart{
    padding-bottom: 0px;
}

.reservation_summary_extra_pax{
    color: inherit;
    font-weight: inherit;
}

#resRemarks{
    height:75px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20{
  margin-bottom: 20px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15{
  margin-top: 15px !important;
}

.margin-top-20{
  margin-top: 20px !important;
}

.padding-bottom-5{
    padding-bottom: 5px !important;
}

.PaymentOption{
    margin-top: 1px !important;
    margin-right: 7px !important;
    transform: scale(1.25);    
}

#payPalBtn{
    display:none; 
    background: none; 
    float: right; 
    border: none;
}

.RateRoomOnlyRows, .RatePackageOnlyRows{
    /*background-color: #e6e6e6;*/
}

.RateRoomOnlyRows span, .RatePackageOnlyRows span{
    padding-left: 5px;
}

.fancybox-content{   
    max-height : 85%;
}

.room_modal_rate.fancybox-content{   
    max-width : 65%;
}

.concierge_currency_display_menu{
    font-size: 16px;
}

.concierge_currency_display_service{
    font-size: 12px;
}

.shell {
    position: relative;
    line-height: 1; }
.shell span {
    position: absolute;
    left: -155px;
    top: 31px;
    color: red !important;
    pointer-events: none;
    z-index: 5;
    width: 225px;
}
.shell span i {
    /* any of these 3 will work */
    color: transparent;
    opacity: 0;
    visibility: hidden; 
}
input.masked,
.shell span {
    font-size: 16px;
    font-family: monospace;
    padding-right: 10px;
    text-transform: uppercase; 
}
.amex:after,
.visa:after,
.mastercard:after,
.discover:after {
    position: absolute;
    right: 0;
    background: black;
    color: white;
    padding: 0 5px; 
}

.loading-gif {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/*
.amex:after {
    content: 'A'; 
}

.visa:after {
    content: 'V'; 
}

.mastercard:after {
    content: 'M'; 
}

.discover:after {
    content: 'D'; 
}
*/

.margin-top-5{
    margin-top: 5px !important;
}

.padding-bottom-10{
    padding-bottom: 10px !important;
}

.padding-bottom-20{
    padding-bottom: 20px !important;
}

.padding-left-right-5{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-left-right-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#month_yo_1 td{
    border: 1px solid #e5e5e5;
}

#month_yo_1 td:hover{
    background-color: #b4d5f2;
}

#month_yo_1 td.diagonalRising{
    background: linear-gradient(to right bottom, #ffffff 0%,#ffffff 49.9%,#000000 50%,#000000 51%,#ffffff 51.1%,#ffffff 100%);
}

#month_yo_1 td.diagonalFalling{
    background: linear-gradient(to right top, #E5E5E5 0%,#E5E5E5 49.9%,#000000 50%,#000000 51%,#E5E5E5 51.1%,#E5E5E5 100%);
}

#month_yo_1 td.diagonalCross{
    position:   relative;
    background: linear-gradient(to right bottom, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 49.9%,rgba(229,229,229,1) 50%,rgba(229,229,229,1) 51%,rgba(229,229,229,0) 51.1%,rgba(229,229,229,0) 100%);
}

#month_yo_1 td.diagonalCross:after{
    content:     "";
    display:     block;
    position:    absolute;
    width:       100%;
    height:      100%;
    top:         0;
    left:        0;
    z-index:     -1;
    background:  linear-gradient(to right top, #ffffff 0%,#ffffff 49.9%,#ddd 50%,#000000 51%,#ffffff 51.1%,#ffffff 100%);
}

#month_yo_1 td.past-day{
    background-color: #d2dae1;
}

#month_yo_1 td.next-month-day{
    border-right: 0px;
    border-bottom: 0px;
    background:#fff;
}

#month_yo_1 td.previous-month-day{
    border-left: 0px;
    border-top: 0px;
    background:#fff;
}

#month_yo_1 td > a{
    color:#333;
    text-decoration:none;        
}

#month_yo_2 td{
    border: 1px solid #e5e5e5;
}

#month_yo_2 td:hover{
    background-color: #b4d5f2;
}

#month_yo_2 td.diagonalRising{
    background: linear-gradient(to right bottom, #ffffff 0%,#ffffff 49.9%,#000000 50%,#000000 51%,#ffffff 51.1%,#ffffff 100%);
}

#month_yo_2 td.diagonalFalling{
    background: linear-gradient(to right top, #E5E5E5 0%,#E5E5E5 49.9%,#000000 50%,#000000 51%,#E5E5E5 51.1%,#E5E5E5 100%);
}

#month_yo_2 td.diagonalCross{
    position:   relative;
    background: linear-gradient(to right bottom, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 49.9%,rgba(229,229,229,1) 50%,rgba(229,229,229,1) 51%,rgba(229,229,229,0) 51.1%,rgba(229,229,229,0) 100%);
}

#month_yo_2 td.diagonalCross:after{
    content:     "";
    display:     block;
    position:    absolute;
    width:       100%;
    height:      100%;
    top:         0;
    left:        0;
    z-index:     -1;
    background:  linear-gradient(to right top, #ffffff 0%,#ffffff 49.9%,#ddd 50%,#000000 51%,#ffffff 51.1%,#ffffff 100%);
}

#month_yo_2 td.next-month-day{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background:#fff;
}

#month_yo_2 td.previous-month-day{
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background:#fff;
}

#month_yo_2 td > a{
    color:#333;
    text-decoration:none;
}

#month_yo_2 tr > th{
    /*
    background-color: #f2f2f2;
    border: 1px solid #bbb;
    */
}

.ratemedaybox{
    text-align: center;
    display: block;  
    margin-top: 2px;
}

.rate_date_data{
    text-align: center;
}

.ratemedayboxhide{
    display:none;
}

.caldaynotavail{
    background-color: #bdb9b9 !important;
}

.date_cinout{
    height:40px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.rate_date_data{
    padding-top: 15px;
    padding-bottom: 2px;    
}

.selected_check_in{
    background-color: #b4d5f2;
    font-weight: bolder;
}

.selected_check_out{
    background-color: #b4d5f2;
    font-weight: bolder;
}

.calendar_check_in, .calendar_check_out{
    background-color: #f2f2f2;
    background-repeat: no-repeat !important;
    background-position: 99% 0px !important;
    background-size: 25px 61px !important;
    -webkit-background-size: 25px 61px !important;
    -moz-background-size: 25px 61px !important;
    cursor: pointer !important;
    border: 1px solid #cacaca !important;
    padding: 7px !important;
    box-sizing: border-box;
}

.calendar_check_in h2, .calendar_check_out h2 {
    color: #409EDD;
    line-height: 1.7;
    text-align: center;
    padding-bottom: 0px; 
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.5em;   
    margin:2px;
}

.calendar_check_in_date, .calendar_check_out_date{
    color: #333;
    line-height: 1.7;
    text-align: center;
    padding: 10px;    
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.5em;    
}

.rate_date_data_from{
    float:left;
    width:100%;
    line-height: 1em;
    font-size: 0.75rem;  
    margin-top: 15px;
}

/****/

.calendar-box{
    padding: 10px;
}

.cell-check-out-only{
    font-weight: bold;
}

#searchsidebar{

  padding: 20px;
  background-color: #434A54;
  color: #fff;   
  z-index: 1;
}

.affix{
    padding: 5px;
    top: 0;
    width:100%;
    max-width: 1190px;
    z-index: 9999 !important;
    background-color: #434A54;
}

.affix + .container-fluid {
  padding-top: 70px;
}
/****/

.lang_menu_opt_selected{
    float:left;
}

.lang_menu_opt{
    float:left;
    width:100%;
}

.lang_menu_lbl{
    margin-top: 0px;
    margin-left: 5px;
}

.currency_list_selector > li{
    /*left:20px;*/
}

.lang_menu_opt a{
    width: 100%; 
    float: left;
}

.lang_menu_opt img{
    float: left;
}

#main_currency_box{
    border-left:1px solid #eee;
}

.country_selected:after{
    border-style: none !important;
}

.stellarnav li.has-sub.has-sub-no-arrow > a:after { 
    content: ''; 
    margin-left: 0px;     
    display: inline-block; 
    border-style: none;
}

.stellarnav.desktop.currency_right li.has-sub a{
    padding-right: 17px;
}

.currency_selected{
}

.commercenote_main_header{
    background: #f0f0f4;
    padding: 13px; 
    border-right: 1px solid #d7d0d0;
    text-align: left;    
}

.commercenote_main_header > p{
    line-height: inherit !important;
    margin-bottom: 0px;
    color: #333 !important;
}

.commercesite_main_header{
    background: #f0f0f4;
    padding: 13px; 
    border-right: 1px solid #d7d0d0;
    text-align: center;
}

.language_main_header{
    background: #f0f0f4;
    padding: 13px; 
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #d7d0d0;
    text-align: center;
}

.currency_main_header{
    background: #f0f0f4;
    padding: 13px;
    padding-right:0px;
    padding-left: 0px;
    border-right: 1px solid #d7d0d0;
    text-align: center;
}

.members_main_header{
    background: #f0f0f4;
    padding: 13px;
    padding-right:0px;
    padding-left: 0px;
    border-right: 1px solid #d7d0d0;
    text-align: center;    
}

.header_contact_boltok{    
    margin-top:0px;
    margin-bottom: 5px;
    font-size:13px;
    background: #f0f0f4;
    z-index: 2;
    padding-left: 5px;
    padding-right: 5px;
}

.dropbtn {
  border: none;
  background-color: #f0f0f4;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 12px;
  margin-left: -55px;
}

.dropdown-content-l1{
    margin-left:-1px;
}

.dropdown-content-l2{
    margin-left:-27px;
}

.header-content-btn-last{
    border-right: 0px;
}

.dropdown-content-large{
    min-width: 250px;
    margin-left: -118px;    
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover{
    background-color: #ddd;
}

.dropdown:hover{
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn{
    font-weight: bold;
    background-color: #ddd;
}

.header_main_refhome{
    color: #333;
}

.price_your_currency{
    font-size: 11px;
}

.summary-roe-notice p{
    padding: 0px 0px 20px 0px;
    color:#4b4a49; 
    font-size:14px; 
    line-height: 1.5em;
}

.reservation_thanks_roe{
    line-height: 1.5em;    
}

#tr_gran_total_final_roe td{
    padding-top: 20px;
}

.addon_block_left{
    padding: 10px;
    background-color: #ececec;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.addon_block_right{
    float: right;
    font-size: 13px;
    padding-right: 5px;
    text-decoration: underline;    
}

.addonmainlabelleft{
    margin-top: 5px;
    font-size: 16px;
    color:#333;
    font-weight: normal;
    margin-bottom: 5px;
}

.addon_summary_right{
    background: #f1f1f1;
    border-radius: 2px;
    padding-bottom: 0px;
}

.addon-right-dotted-divider{
    margin:10px 0 10px 0; 
    border-top:1px solid #CCC; 
    border-bottom:1px solid #CCC;
    padding: 15px 5px 15px 5px;
}

.summary_extras_right{
    text-align: left;
    padding: 0px;
}

.summary_extras_right_subtotal{
    background: #bdd0d7;
    border-radius: 2px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.addon_summary_right_next{
    padding-top: 15px;
    padding-bottom: 15px;    
}

.addonrow:last-child{
    border-bottom:none;
    padding-bottom: 0px;
}

.cart_service_summary{
    padding-bottom: 15px;
}

.row_addon_wait{
    text-align: center;
    margin-top: 25px;
    position: absolute;
}

.row_addon_wait > span{
    padding: 10px;
    background: #657479;
    color: #fff;
    width: 60%;
    display: inline-grid;
    border-radius: 3px;  
}

@media only screen and (min-width: 600px){
    .commercenote_main_header > p{
        text-align: center;
    }      
}

@media only screen and (min-width: 768px){
    .commercenote_main_header > p{
        text-align: center;
    }    
}

@media only screen and (min-width: 992px) {
    .commercenote_main_header > p{
        text-align: left;
    }          

    .container {
        width: 1100px;
    }    
}

.coupon_front_box{
}

.coupon_front_box_center{
    padding: 0px;
}

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

#search_coupon{
    margin-bottom: 0px;
}

.pen-coupon{
    float: right;
    position: relative;
    left: -7px;
    margin-top: -25px;
    font-size: 17px;
}

.coupon_display_icon{
  float: right;
  margin-right: 5px;
  color: #fff;
}

.coupon_display_icon:hover{
    color:#fff;
}