@font-face { font-family: Oxygen; src: url('/font/Oxygen-webfont.ttf'); }
@font-face { font-family: Oxygen; font-weight: bold; src: url('/font/Oxygen-Bold-webfont.ttf');}

/*common style*/
* {
    font-size: 100%;
    font-family: 'OxygenRegular', Arial, sans-serif;
}

body {
    color: #434C50;
}

a {
    color: #0BA4DC;
    text-decoration: none;
}

a:hover {
    color: #FF8401;
    text-decoration: none;
}

.logo{
    background: url('/images/logo.svg') no-repeat;
    height:24px;
    width:60%;
    float: left;
}
.navigations{
    width: 40%;
    float: right;
}
.profile {
    background: url('/images/icon_name.svg') no-repeat;
    height: 24px;
    width: 23px;
    float: right;
    margin-right: 10px;
}
.profile.logged-user {
    background: url('/images/login_icon_30x30_pt-01.svg') no-repeat;
    height: 24px;
    width: 23px;
    float: right;
    margin-right: 10px;
}
.credits-on {
    background: url('/images/on.svg') no-repeat;
    height: 24px;
    width: 23px;
    float: right;
    margin-right: 10px;
}
.credits-off {
    background: url('/images/off.svg') no-repeat;
    height: 24px;
    width: 23px;
    float: right;
    margin-right: 10px;
}
.menu {
    background: url('/images/menu.svg') no-repeat;
    height: 24px;
    width: 30px;
    float: right;
}
.menu-small {
    background: url('/images/menu_small.svg') no-repeat;
    height: 24px;
    width: 30px;
    float: right;
}
.city-image{
    height: 18px;
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    margin-top: 9px;
}
.city-text{    
    margin-left: 5px;
    float: left;
    font-weight: bold;
    font-size: 21px;
}
.nights-selector-search {
    text-align: right;
    padding-right: 5px;
}
.moon {
    height: 18px;
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    margin-top: 9px;
}
.map-image{
    background: url('/images/map_22x15_pt.svg') no-repeat;
    background-size: 13px;
    width: 19px;
    height: 25px;
    text-align: left;
    background-position-y: center;
    float: left;
}
.filters-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.selected .map-image {
    background: url('/images/w_map-01.svg') no-repeat;
    background-size: 13px;
    background-position-y: center;
}
.filter-image{
    background: url('/images/filtr_22x15_pt.svg') no-repeat;
    background-size: 13px;
    width: 19px;
    height: 25px;
    text-align: left;
    background-position-y: center;
    float: left;
}
.selected .filter-image {
    background: url('/images/w_filter-01.svg') no-repeat;
    background-size: 13px;
    background-position-y: center;
}
.nights-text {
    margin-top: 2px;
    float: left;
}
.nights-text-index, .calendar-text {
    position: absolute;
    z-index: 1;
    margin-top: 8px;
    margin-left: 24px;
    color: #434c51;
}
.calendar-text {
    margin-left: 30px;
}
.nights-selector-index {
    background-position: calc(100% - 8px) center;
    position: relative;
    padding-right: 27px;
    background-size: 15px;
    text-align: right;
    background-image: url('/images/trlittle.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.nights-number{
    margin-top: 2px;
    float: right;
}
.nights-expand{
    background: url('/images/trlittle.svg') no-repeat;
    background-size: 15px;
    width: 25px;
    height: 25px;
    text-align: left;
    background-position-x: right;
    background-position-y: center;
    float: right;
}
.calendar-image{
    width: 18px;
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    margin-top: 10px;
}

.calendar-date{
    margin-top: 2px;
    float: right;
}
.sort-image{
    background: url('/images/sort_22x15_pt.svg') no-repeat;
    background-size: 13px;
    width: 19px;
    height: 25px;
    text-align: left;
    background-position-y: center;
    float: left;
}
.selected .sort-image {
    background: url('/images/w_sort-01.svg') no-repeat;
    background-size: 13px;
    background-position-y: center;
}
.sort-text{
    margin-top: 2px;
    text-align: left;
}
.card-image, .card-image-lang, .card-image-home {
    width: 32px;
    height: 30px;
    margin-right: 5px;
    border-radius: 0px;
}
.card-image-lang {
    height: unset;
    box-shadow: 0 1px 1px rgba(0,0,0, .2);
    margin-top: 5px;
}
.card-image-home {
    margin-right: 0px;
}

.park-text, .destination-text, .destination-text-light {
    font-size: 15px;
    color: #0ba4dc;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.destination-text, .destination-text-light {
    margin-top: 10px;
}
.destination-text-light {
    font-weight: normal;
    margin-bottom: 0px;
}
.share-text {
    font-size: 15px;
    color: #434c51;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
 #accordionMain .card-body{
    padding: 5px;
}
 .top-location{
    padding: 0;
 }
.top-location-park{
    padding: 0;
    margin-bottom: 7px;
}
.top-location-text, .filter-option, .hotel-filter-text, .attraction-option, .feature-option, .destination-option, .profile-text {
    font-size: 15px;
    color: white;
    text-align: center;
    background: #0ba4dc;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.profile-text {
    background: #b8d1f3;
    color: #434c51;
}
.filter-option {
    text-align: left;
    width: 41%;
    margin-right: 30px;
    margin-left: 0px;
}
.hotel-filter-text, .feature-option, .filter-option {
    background: none;
    border-style: solid;
    border-width: 1px;
    border-color: #0ba4dc;
    color: #434c51;
    font-weight: normal;
}
.attraction-option, .destination-option {
    text-align: left;
}
.top-location-text-park{
    font-size: 15px;
    color:white;
    font-weight: bold;
    text-align: center;
    background: #0ba4dc;
    margin-top:10px;    
    padding-left: 10px;
    padding-right: 10px;
}
 .show-more{
     text-align:right;
     margin-top:10px;
     margin-right:10px;
     font-size:15px;
 }
.footer-text {
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.black-text{
    color:#434c51;
}
.more-option-text{
    margin-top: 30px;
    font-size: 15px;
    color:#434c51;
    text-align: left;
 }
 .options{     
    margin-top: 4px; 
    width: 20px;
    float: right;
 }
 .search-options{
    width: 164px;
 }
.accordion button, .accordion button:hover {
    font-size: 15px;
    font-weight: bold;
    color:#434c51;
    text-decoration: none;
} 
.card-header{
    background-color: white;    
}
.card{
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7); 
    box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7);   
}
.park{
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7); 
    box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7);   
}
.main-container{
    padding: 0px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.header{
    padding-left: 10px;
    padding-right:10px;    
}
.filters, .price-list{
    padding-left: 10px;
    padding-right:10px;
}
.filters .form-control {
    border-color: #0ba4dc;
}

.filters-form {
    background-color: rgba(154, 149, 149, 0.63);
    position: relative;
    padding: 15px;
}
.padding-ten{
    padding-left:10px;
    padding-right:10px;
}
.one-third-screen{
    width:33.33%;
    float: left;
}
.forty-percent{
    width:45%;
    float: left;
}
.right-float{
    float:right;
}
.booking-btn{
    margin:0 auto;
    width:100%;
    height:100%;
    background:#36b14a;
    display: block;
    margin-top:0px;
    padding-top:8px;
    padding-bottom:5px;    
    font-size:100%;
    border: none;
    color: white;
}
a.booking-btn:hover {
    color: white;
}
.shortlist-btn {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 100%;
    border: none;
    color: white;
    background-color: #0ba4dc;
}
.hotel-buttons > a {
    color: white;
}
.group-buttons {
    margin-top: 5px;
    margin-bottom: 3px;
}
.shortlist-btn {
    padding-left: 0;
    padding-right: 0;
}

.left-padding-5 {
    padding-left: 7.5px;
}
.right-padding-5{
    padding-right: 7.5px;
}
.button-container{    
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}

.container-screen {
    display: flex;
    flex-flow: row nowrap; /* Align on the same line */
    justify-content: space-between; /* Equal margin between the child elements */
}

div.button-container a:last-child i {
    margin-right: 0px;
}

.icon {
    display: block;
    float: left;
    margin-right: 10px;
}
.last-icon{
    margin-right: 0px;
}

.fb {
    background: url('/images/iconf.svg') no-repeat;
}
.tw {
    background: url('/images/twitter_icon.svg') no-repeat;
}
.linkedin {
    background: url('/images/inicon.svg') no-repeat;
}
.google {
    background: url('/images/gplusicon.svg') no-repeat;
}
.instagram {
    background: url('/images/instagram_icon.svg') no-repeat;
}
.btn.btn-link {
    background: url('/images/tricon_up.svg') no-repeat;
    background-size: 10px;    
    background-position-x: right;
    width: 100%;
    text-align: left;
    background-position-y: center;
}

.btn.btn-link.collapsed {
    background: url('/images/tricon.svg') no-repeat;        
    background-size: 10px;    
    background-position-x: right;
    width: 100%;
    text-align: left;
    background-position-y: center;
}
.btn.btn-link.parks {
    background: url('/images/triangle_right_5x9_pt.svg') no-repeat;
    background-size: 5px;
    background-position-x: right;
    width: 100%;
    text-align: left;
    background-position-y: center;
    color: #434c51;
}
.footer{
    background: #0ba4dc;
    text-align: center;        
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
#currencyHolder .btn, #languageHolder .btn, #accordionMain .btn {
    color: #434c51;
    text-decoration: none;
}
#accordionMain .btn{
    padding: 0px;
}
.btn-char{
    font-size:18px;
    width:27px;
    height:27px;    
    background: white;    
    color: #0ba4dc;    
    margin-left:10px;
    margin-top:10px;
    line-height: 30px;
    display: inline-block;
}
.alphabet-tool{
    margin-left: -10px;
}
.hotel-image {
    width: 30%;
    float: left;
    margin-right: 10px;
    max-width: 150px;
    max-height: 150px;
}
.stars1, .stars2, .stars3, .stars4, .stars5, .stars {
    height: 9px;
    vertical-align: middle;
}
.hotel-title{
    font-size: 3vw;
    color:#0ba4dc;
    font-weight: bold;
    text-align: left; 
}
.address, .distance{
    margin-top: 5px;
    font-size: 2.5vw;
    color:#434c51;
    text-align: left; 
}
.distance {
    margin-top: 1px;
}
.details {
    margin-top: 6px;
    font-size: 16px;
    color: #434c51;
    text-align: justify;
    line-height: 1.3;
}
.details.whole {
    display: none;
}
.more-text{
    color:#0ba4dc;
}
.search-result {
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7);
    box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7);
    padding-bottom: 3px;
}
.month-selector, .month-week-selector, .month-week-selector-list{
    background: #0ba4dc;  
    margin-top:5px;
    -webkit-box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7); 
    box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7);   
}
.month-week-selector, .month-week-selector-list {
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.month-week-selector-list {
    border-top: solid 2px #e6e8e8;
    margin-top: 0px;
}

.month-selector {
    display: none;
}

.dateShift-mobile .currentDay-mobile {
    width: 20%;
    text-align: center;
    float: left;
}
.currentDay-mobile {
    font-weight: bold;
    font-size: 16px;
    padding-top: 1px;
}
.dateShift-mobile {
    color: #FFF;
    display: flex;
}
.dateShift-mobile .backClick-mobile {
    width: 40%;
    text-align: left;
    float: left;
}
.dateShift-mobile .forwardClick-mobile {
    width: 40%;
    text-align: right;
    float: right;
}
.dateShift-mobile a{
    color: #FFF;
    font-size: 13px;
    vertical-align: bottom;
    text-decoration: none;
}
.arrow-month-left, .arrow-week-left, .arrow-week-right, .arrow-month-right {
    height: 13px;
}
.arrow-month-left {
    margin-right: 5px;
}
.arrow-week-left {
    margin-right: 7px;
    margin-left: 5px;
}
.arrow-week-right {
    margin-left: 7px;
    margin-right: 5px;
}
.arrow-month-right {
    margin-left: 5px;
}

.month{
    font-size:14px;
    color: white;
    margin-left:0px;
    display: inline-block;
    text-align: center;
    width: 11%;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 16px;
}
.round-btn {
    border-radius: 50%;
    width: 10px;
    height: 11px;
    border: 0;
    background-color: #006799;
    padding: 0;
    pointer-events: none;
}
.selected-month{
    background-color: white;
}
.days-selector{
    margin-top: 1px;
}
.day{
    font-size:14px;
    margin-left:0px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    width: 14%;
}
.day-price{
    color: #f48420;
    font-size:12px;
}
.selected-day-btn {
    pointer-events: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #0098cc;
    color: white;
    padding-left: 4px;
    padding-top: 0px;
    border: 3px solid #7cc6d8;
    margin-top: -3px;
}
.hotel-details{
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
}
.hotel-number {
    background-color: #f48420;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    border-radius: 3px;
    font-size: 3vw;
    padding-top: 1px;
    margin-right: 3px;
}
.total-cost {
    text-align: right;
    font-size: 3.5vw;
    margin-right: 20px;
    float: right;
}
.summary-mobile {
    font-size: 3.5vw;
    margin-left: 10px;
    text-align: left;
    float: left;
}
.total-price{
    font-weight: bold;
}
.search-result.banner{
    height:260px;
    text-align: center;
    padding-top: 5px;
}
.form-group.nav-buttons {
    height: 43px;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}
.nav-btn {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
    background-color: white;
    color: #434c51;
    border-color: #0ba4dc;
}
.more-content span, .more-destination-content span {
    display: none;
}

.more-link {
    display: inline;
    color: #0ba4dc;
}
.more-content a{
    text-decoration: none;
    color:#0ba4dc;
}
a.more-destination-link{
    text-decoration: none;
    color: #434c51;
}
/* #loginModal .modal-content{
    background: #0098cc;
} */
.label-text{
    font-size: 13px;
    margin-bottom: 3px;
}
.form-group.logins{
   margin-bottom: 27px;
   height: 49px;
   border-radius: 0px; 
}
.form-group.logins > input{
    border-radius: 0px;
    /* background: #0098cc; */
    border-color:#212529;  
}
.label-bold{
    font-weight: bold;
}
.login-btn{
    margin:0 auto;
    width:150px;
    height:35px;
    background:#36b14a;
    display: block;
    margin-top:15px;
    border: none;
}
.how-to{
    margin-top: 25px;
    margin-bottom: 25px;
}
.user-login, .hotelier-login {
    display: none;
}

.btn.btn-link.login-options {
    background: url('/images/triangle_right_5x9_pt.svg') no-repeat;
    background-size: 5px;    
    background-position-x: right;
    width: 100%;
    text-align: left;
    background-position-y: center;
    color: #434c51;
    text-decoration: none;
}
.btn.btn-link.login-options.down {
    background: url('/images/tricon.svg') no-repeat;        
    background-size: 10px;    
    background-position-x: right;
    width: 100%;
    text-align: left;
    background-position-y: center;
}
.login-option-shadow{
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7); 
    box-shadow: 1px 1px 7px 2px rgba(188,188,188,0.7);   
}
#language > img, #languageHolder img{
    float: right;
    height: 24px;
}
.currency{
    float:right;
}
.text-danger.validation {
    font-size: 13px;
}
.visibility-hidden, .visibility-hidden-absolute {
    visibility: hidden;
    height: 1px;
}
.visibility-hidden-absolute {
    height: 0px;
    position: absolute;
}
.show-more-hotels {

}
.info-panel {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bkform {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #434C50;
    font-size: 0.9em;
}
.bsummary, .bsummary-left {
    font-size: 1.1em;
    padding: 7px 7px;
    background: #434C50;
    color: #FFF;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin: 0 1px;
    text-align: right;
}
.bsummary-left {
    text-align: left;
}
.bsummary a, .bsummaryRound a {
    color: #FF8401;
}
.content, .blandCont, .handset-content {
    padding: 7px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: solid #E2E2E2;
    border-width: 0 1px 1px;
    background: #F7F7F7;
}
.handset-content {
    background: white;
    color: #434C50;
    font-size: 13px;
    text-align: left;
}
.popup-lightbox, .phone-lightbox, #removeshortlist-lightbox-panel.popup-lightbox, #saveshortlist-lightbox-panel.popup-lightbox {
    display: none;
    position: fixed;
    top: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #E2E2E2;
    z-index: 1001;
    left: 0;
    margin-left: 0px;
}
.phone-lightbox {
    left: 50%;
    width: 250px;
    margin-left: -125px;
    padding: 0;
    border: none;
    background: unset;
}

.lightbox-back {
    display: none;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

/*User Filter Control*/
.user-filter ul, #divLocalFeatureItems ul, #divLocalAttractionItems ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.user-filter, .listopts, .hotel-filter, .div-nights {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    padding: 5px 0;
    margin-bottom: 10px;
}
.hotel-filter {
    margin-top: -4px;
    background: url(/layout/search-corner.gif) center top no-repeat;
    background-color: white;
    display: none;
}
.div-nights {
    margin-top: -4px;
    text-align: center;
    padding: .2em .2em 0;
    font-size: 11pt;
    background: #eeeeee;
}
.listopts {
    padding: 5px 5px 5px 5px;
    margin: 0 0 10px 0;
}
.user-filter li {
    padding: 3px 10px;
    border-right: 1px solid #E2E2E2;
}
.user-filter img {
    vertical-align: text-top;
    margin-left: 20px;
    background: #0BA4DC;
    cursor: pointer;
}
.user-filter .filterOn {
    background: #FF8401;
}
.user-filter {
    margin-top: -4px;
    background: url(/layout/search-corner.gif) 28px top no-repeat;
    background-color: white;
}
#btnSort.selected, #showMaps.selected, #btnFilter.selected {
    background-color: #0BA4DC;
    color: white;
}
.hotel-filter-text.selected, .feature-option.selected {
    background-color: #0BA4DC;
    color: white;
    border-color: #0BA4DC;
}
.filter-section {
    font-size: 15px;
    margin-left: 10px;
}
.next-filter-section {
    margin-top: 10px;
    display: inline-block;
}
.hotel-filter-text img {
    width: 76px;
    height: 17px;
}

#slider1 h2
{
    position: absolute; 
    top: 128px; 
    left: 0; 
    width: 100%;
    margin-left:5px;
}
#slider1 p
{
    position: absolute; 
    top: 167px; 
    left: 0; 
    width: 100%;
    line-height:0px;
    text-align:left;
    margin-left:5px;
}

#slider1 span
{
    color: white; 
    font: bold 18px/30px Helvetica, Sans-Serif;
    letter-spacing: -1px; 
    line-height:29px;
    background: rgb(0, 0, 0); /* fallback color */ 
    background: rgba(0, 0, 0, 0.7); 

}
.ui-datepicker {
    z-index: 9999 !important;
}

.detailButtons .green a, .detailButtons .greenMobile a {
    background: #31B108;
    padding: 7px;
    color: #FFF;
    width: auto;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}
.detailButtons .greenMobile a {
    margin-left: 0px;
    margin-bottom: 5px;
}
.cluster{
    color: #FFFFFF;
    text-align:center;
    font-family: 'Arial, Helvetica';
    font-size:11px;
    font-weight:bold;
    cursor: pointer;
}
.cluster-1 {
    background-image: url(/images/clusterBlueBig.png);
    line-height: 35px;
    width: 59px;
    height: 66px;
    color: #000000;
}

.cluster-2 {
    background-image: url(/images/m2.png);
    line-height: 56px;
    width: 56px;
    height: 55px;
}

.cluster-3 {
    background-image: url(/images/m3.png);
    line-height: 66px;
    width: 66px;
    height: 65px;
}
.condition-header, .condition-header-center {
    padding: 5px;
    color: #FFF;
    background: #0BA4DC;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    margin-bottom: 5px;
}
.condition-header-center {
    text-align: center;
}
.form-group.control-centre {
    margin-bottom: 1rem;
    height: unset;
}
.form-group.control-centre label {
    margin-top: 10px;
    font-size: 15px;
}
.shortlist-fb, .shortlist-view, .shortlist-mail, .shortlist-edit, .shortlist-delete {
    margin-left: 5px;
    margin-right: 5px;
}
.shortlist-fb {
    width: 15px;
}
.shortlist-view, .shortlist-delete, .shortlist-edit {
    height: 13px;
}
.shortlist-mail {
    height: 11px;
}
.terms-condition p, .affiliate p {
    margin-bottom: 5px;
}

.hotelier-login {
    font-size: 15px;
}
#showlogin label {
    margin-top: 10px;
    margin-bottom: 5px;
}
.hotel-buttons a:not([href]):not([tabindex]) {
    color: white;
}
.user-captcha {
    margin-top: 12px;
}
.captcha-image {
    width: 100%;
    margin-bottom: 5px;
}
.price-table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.price-table td {
    padding: 2px;
    border: #4e95f4 1px solid;
}
.price-table tr {
    background: #b8d1f3;
}
.price-table tr:nth-child(odd) {
    background: #b8d1f3;
}
.price-table tr:nth-child(even) {
    background: #dae5f4;
}
#collapseCurrency .card-body {
    padding-top: 10px;
}
.image-close {
    width: 15px;
    float: right;
    margin-right: 10px;
}
.user-filter .image-close {
    background-color: white;
    margin-right: 0px;
    margin-top: 6px;
}
.map-and-close {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
}
#closeMapBtn {
    margin-bottom: 10px;
    margin-top: 10px;
}
#ui-datepicker-div {
    width: calc(100% - 20px);
}

#ui-datepicker-div .ui-widget-header {
    border: 1px solid #0BA4DC;
    background: #0BA4DC 50% 50% repeat-x;
}
#ui-datepicker-div a.ui-state-default, #ui-datepicker-div span.ui-state-default {
    text-align: center;
}
.divTable{
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: .9em;
    font-weight: 400;
}
.divTableRow {
    display: flex;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 1px solid #CCCCCC;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
    width: 14%;
    margin-left: 2px;
    height: 25px;
    margin-top: 2px;
    background: #F6F6F6;
    font-weight: bold;
    color: #1c94c4;
}
.divTableCell.selected{
    border-color: #fbd850;
    color: #eb8f00;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.nights-header {
    border: 1px solid #0BA4DC;
    background: #0BA4DC 50% 50% repeat-x;
    border-radius: 4px;
    line-height: 1.8em;
    position: relative;
    padding: .2em 0;
    color: #ffffff;
    font-weight: bold;
}
.h2-title {
    font-size: inherit;
    display: inline;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.3;
}
.h2-title a{
    color: #0ba4dc;
}
.footer-menu {
    margin-top: 10px;
}
.handset {
    vertical-align: middle;
    height: 98px;
}
.handset-header {
    font-size: 1.1em;
    padding: 7px 7px;
    background: #0ba4dc;
    color: #FFF;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.phone-link {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.close-phone {
    position: absolute;
    right: 10px;
}
.phone-number {
    font-weight: bold;
    display: inline-block;
}
.detailButtons .btn-on-map a {
    background: #0BA4DC;
    padding: 7px;
    color: #FFF;
    width: auto;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    min-width: 106px
}
.btn-on-map {
    text-align: center;
}
.btn-on-map-hidden {
    display: none;
}


#bblogo {
    float: left;
    width: auto;
}

#bblogo a {
    text-decoration: none;
    color: #0BA4DC;
}

#bblogo img {
    vertical-align: middle;
    margin-right: 8px;
}

/*
-------------------------------------
Lightbox Panels
-------------------------------------
*/
#login-lightbox {
    display: none;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}
/* Lightbox panel with some content */
#login-lightbox-panel {
    display: none;
    position: fixed;
    top: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #E2E2E2;
    z-index: 1001;
}

.wrapper {
    min-height: 568px;
    height: 568px;
    display: flex;
}

#tabz .nav-link, #tabz-town .nav-link {
    height: 53px;
    border-radius: 27px 27px 0 0;
    padding-top: 17px;
    padding-left: 0px;
    padding-right: 0px;
    background: #0ba4dc;
    color: white;
    border: none;
    font-size: 16px;
}
#tabz-town .nav-link {
    height: 45px;
    border-radius: 17px 17px 0 0;
    padding-top: 14px;
    font-size: 0.9em;
}

#tabz .nav-link.active, #tabz-town .nav-item.active a{
    background: #e6e8e8;
    color: #666666;
}

#tabz .nav-items, #tabz-town .nav-items {
    background-color: #0ba4dc;
}

.navbar-main .navbar-nav .nav-link {
    color: #0BA4DC;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    margin: 0px 2px;
}

    .navbar-main .navbar-nav .nav-link:hover {
        background: #0BA4DC;
        color: #FFF;
        cursor: pointer;
        border: 1px solid #0BA4DC;
    }

.navbar-main li:hover > a {
    background: #0BA4DC;
    color: #FFF;
    border: 1px solid #0BA4DC;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);
    text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
.nav-item.credit-status .nav-link, .nav-item.credit-status-on .nav-link {
    border-color: #FFF;
    pointer-events: none;
    color: #b02b31;
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 1px;
    margin-right: 20px;
}
.nav-item.credit-status-on .nav-link {
    color: #3b8733;
}
.image-mobile {
    height: 173px;
}

.padding-15 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.card-title-a {
    font-size: 17px;
    font-weight: bold;
}

.destination-idea .card-body h3 {
    line-height: 0.7;
    margin-bottom: 10px;
    margin-top: 10px;
}

.destination-idea .card-body a {
    text-decoration: none;
    color: #0BA4DC;
}

.destination-idea .card-body a:hover {
    color: #FF8401;
    text-decoration: none;
}

.destination-idea .card-body p {
    font-size: 14px;
    color: #434C50;
}

.location-list {
    margin-left: 4px;
    font-size: 15px;
    vertical-align: middle;
}

.top-location-screen {
  padding: 20px;
}

.footer-screen {
  font-size: 14.4px;
}

.nav-tabs {
    display: none;
}

.city-selector {
    padding-left: 30px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 21px;
    padding-top: 9px;
}
.date-selector {
    text-align: right;
    padding-right: 5px;
}

.search-btn {
    margin: 0 auto;
    width: 150px;
    height: 50px;
    background: #36b14a;
    display: block;
    margin-top: 15px;
    border: none;
    color: white;
}

.search-btn.btn:focus, .booking-btn.btn:focus {
    box-shadow: 0 0 0 0.25rem lightgreen;
}

.small-btn, .submit-btn {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.submit-btn {
    width: 64%;
    height: 38px;
}

 /*Modal login popup begin*/
.bsummary-master span {
    font-size: 70%;
    padding: 0 5px 0 0;
}
.bsummary-master {
    padding: 7px 0px;
    background: #434C50;
    color: #FFF;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin: 0 1px;
}
.bsummary-master {
    font-size: 1.1em;
    padding: 7px 7px;
}
.bsummary-master a, .bsummary-master a:not([href]):not([tabindex]) {
    color: #FF8401;
}
.bsummary-master a:hover, .bsummary-master a:not([href]):not([tabindex]):hover {
    color: #69D7FF;
}
.content-master {
    padding: 7px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: solid #E2E2E2;
    border-width: 0 1px 1px;
    background: #F7F7F7;
}
.bkform-master {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.bkform-master li {
    display: table-row;
    margin-bottom: 1px;
}

.bkform-master label {
    display: block; /* block float the labels to left column, set a width */
    float: left;
    overflow: hidden;
    width: 180px;
    padding: 5px 0 0;
    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: left;
}

.bkform-master input, .bkform-master textarea, .bkform-master select {
    width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin: 5px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    color: #434C50;
}

.bkform-master .blankz {
    width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
    padding-left: 10px;
}

.bkform-master .blankz-master input {
    margin: 0 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

.font-09 {
    font-size: 0.9em;
}
.line-height115 {
    line-height:1.15;
}

.greyInput {
    border: 1px solid #C3C3C3;
}

.detailButtons-master .green a, .detailButtons-master .green a:not([href]):not([tabindex]), .detailButtons-master .green input {
    background: #31B108;
    float: right;
}

.detailButtons-master a, .detailButtons-master a:not([href]):not([tabindex]), .detailButtons-master input {
    background: #0BA4DC;
    padding: 7px;
    color: #FFF;
    width: auto;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    cursor: hand;
}

.detailButtons-master a, .detailButtons-master a:not([href]):not([tabindex]) {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    float: left;
    cursor: pointer;
}

.translation-links .dropdown-menu, .currency-menu .dropdown-menu {
    min-width: unset;
}

.translation-links .dropdown-toggle::after, .currency-menu .dropdown-toggle::after {
    display: none;
}

.master-image-lang {
    height: 17px;
    box-shadow: 0 1px 1px rgba(0,0,0, .2);
}
/*.form-group.mobile-group {
    margin-bottom: 3px;
    height: 38px;
}*/
.fb-index, .fb-shortlists {
    margin-right: 10px;
    float: right;
    margin-top: 16px;
}
.fb-shortlists {
    margin-top: 0px;
}
.crumb-item, .crumb-item-color {
    list-style-type: none;
    float: left;
    padding-right: .5em;
    font-size: 0.9em;
}
.crumb-item-color {
    color: #999999;
}
.right .nav-item {
    width: 105px;
    text-align: center;
}
.town-description, .search-description {
    line-height: 140%;
    font-size: 0.9em;
}
.town-description {
    margin-top: 12px;
    margin-bottom: 0px;
}
.search-description {
    margin-bottom: 10px;
}
.town-btn {
    width: 50%;
    float: left;
}
.search-result .hotel-buttons {
    padding-left: 10px;
    padding-right: 10px;
}
.half-screen-filter {
    width: 50%;
    float: left;
}

/*
-------------------------------------
Left Col
-------------------------------------
*/
.lpodz .lhead {
    padding: 10px;
    color: #FFF;
    background: #0BA4DC;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 0.9em;
}

.lpodz .blueform, .greyform, .hotelierform {
    background: url(/layout/search-corner.gif) no-repeat top right;
    padding: 10px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.lpodz .blueform, .hotelierform {
    background-color: #69D7FF;
    color: #FFF;
    font-family: 'OxygenBold', Arial, sans-serif;
}
.hotelierform {
    background-color: #d1eefc;
    padding-left: 0px;
    padding-right: 0px;
}
.lpodz .hotelierform li {
    padding-left: 15px;
}
.lpodz .hotelierform li.selected {
    background-color: #58beee;
}
.hotelier-item.selected > a {
    color: #434C50;
    font-weight: bold;
}
.lpodz .greyform {
    background-color: #F7F7F7;
}

.lpodz li {
    margin: 0;
    padding: 4px 0 2px 0;
    font-size: 0.9em;
}

.lpodz input, .lpodz select {
    max-width: 100%;
}
.greyform label {
    margin-left: 5px;
    cursor: pointer;
}
.blueform input, .blueform select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 0px;
    padding: 4px;
    color: #434C50;
}

.blueform label {
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 0px;
}

.lpodz ul, .user-filter-screen ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.user-filter-screen li {
    float: left;
    padding: 3px 10px;
    border-right: 1px solid #E2E2E2;
    font-size: 0.9em;
}
.user-filter-screen {
    webkit-box-shadow: 1.7px 1.7px 1.2px 0 rgba(188, 188, 188, 0.7);
    box-shadow: 1.7px 1.7px 1.2px 0 rgba(188, 188, 188, 0.7);
}
.user-filter-screen img {
    vertical-align: text-top;
    margin-left: 3px;
    background: #0BA4DC;
    cursor: pointer;
}
.user-filter-screen .filterOn {
    background: #FF8401;
}
.thousand {
    width: 100%;
    float: left;
    margin: 10px 0px 35px;
    /*background: url(../layout/left-line.gif) left top repeat-y;*/
}
.thousand .right {
    width: 80%;
    float: right;
}
.thousand .left {
    width: 18%;
    float: left;
}
.thousand .greenBut {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
.thousand .greenBut {
    background: #31B108;
    color: #FFF;
}
.thousand .hooverbutton {
    background: #434C50;
    color: #FFF;
    padding: 5px;
    cursor: pointer;
}
#userFilter {
    padding: 5px 0;
    margin-bottom: 2px;
}
.greyintro {
    background: url(/layout/grey-gradient-top.jpg) top repeat-x #FEFEFE;
    padding: 10px 10px;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.ad-right {
    z-index: 1;
    width: 13%;
    float: right;
    margin: 10px 0px;
    display: none;
}
.summary-fdate, .summary-nights {
    font-size: 1.1em;
    color: #0BA4DC;
}
.extraBut {
    width: 112px;
    text-align: center;
    background: #0ba4dc;
    color: white;
    height: 45px;
    border-radius: 17px 17px 0 0;
    padding-top: 14px;
    font-size: 0.9em;
}
/*list table*/
.listTable {
    font-size: 0.9em;
}
.listTable th, .avail th {
    background: #D9F5FF;
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 0.9em;
    text-align: center;
}
.listTable .selecth, .avail .selecth {
    background: #0BA4DC;
    color: #FFF;
}
.listTable tr:nth-child(even) {
    background: #F7F7F7;
}
.listTable td {
    padding: 5px 3px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.9em;
}
.listTable .propName {
    text-align: left;
}
.listTable .selectd {
    font-weight: bold;
}
.main-list-view {
    border-top: solid 2px #e6e8e8;
}
.detailButtons-list a, .detailButtons-list a:not([href]):not([tabindex]) {
    background: #0BA4DC;
    padding: 7px;
    color: #FFF;
    width: auto;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.detailButtons-list a:hover, .detailButtons-list a:not([href]):not([tabindex]):hover {
    background: #434C50;
}

.selectd-mobile span.red, .selectd-mobile span.green {
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 11px;
    text-align: center;
    width: 1.6em;
}

.selectd-mobile span.red {
    background: #ec1c24;
}

.selectd-mobile span.green {
    background: #37b34a;
}
.list-dates {
    min-width: 138px;
}
.list-detail-row{
    display:none;
}
.townInfo-mobile {
    padding-top: 10px;
    text-align: justify;
    font-size: 0.9em;
}
.shortlist-bottom {
    font-size: 0.9em;
}
.max-160 {
    max-width: 160px;
}
.show-more-hotels .btn-primary:hover {
    color: #fff;
    background-color: #0ba4dc;
    border-color: #0ba4dc;
}
.greyform-mobile {
    padding: 10px 40px 10px 40px;
}
#price-range-mobile .ui-widget-header, #distance-range-mobile .ui-widget-header {
    background: #0BA4DC;
}
.h1-title-small {
    font-weight: normal;
    color: #0BA4DC;
    font-size: 1.8em;
    margin: 0 0 5px 0;
}
.h1-hotelier {
    font-weight: normal;
    color: #0BA4DC;
    font-size: 1.8em;
    margin: 0 0 5px 0;
}
.inner-center-mobile {
    font-size: 0.9em;
}
.listopts-mobile {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    background: #F7F7F7;
    padding: 5px 5px 5px 5px;
    margin: 0 0 10px 0;
}
.hotelier-home {
    color: #0BA4DC;
    font-size: 1.5em;
}
.navbar-main .navbar-nav .nav-link.green-btn {
    background: #31B108;
    color: #FFF;
    border-radius: 5px;
    font-size: 0.9em;
}
.credits-title {
    font-size: 0.8em;
    margin-top: 2px;
    margin-right: 5px;
}
#menuHotelierModal .login-option-shadow {
    margin-bottom: 3px;
}
#menuHotelierModal .card-header {
    padding: 5px;
    padding-right: 15px;
}
.inner-center-mobile .clear {
    clear: both;
}
.detailButtonsHotelier {
    margin-left: 10px;
}
.detailButtonsHotelier a {
    margin: 5px 5px 0 0;
    background: #0BA4DC;
    padding: 5px;
    color: #FFF;
    float: left;
    text-decoration: none;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.detailButtonsHotelier .red a {
    background: red;
}
.detailButtonsHotelier .green a {
    background: #31B108;
    float: right;
}
.detailButtonsHotelier img {
    padding-right: 5px;
    border: 0;
}
.map-edit {
    width: 100%;
    height: 300px;
}
@media (min-width: 786px) {
    .filter-box {
        padding: 10px;
        box-shadow: none;
        background-color: rgba(0,0,0,.2);
    }
    .wrapper {
        min-height: 575px;
    }
}

@media (max-width: 360px) {
    .content-to-hide {
        display: none;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #bblogo img {
        height: 27px;
    }

    #bblogo a.navbar-brand {
        font-size: 1.25rem;
    }
    .property-tabs {
        margin-left: 0px;
        margin-right: 0px;
    }
    .greyintro {
        padding: 0px;
    }

    .townInfo-mobile {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 370px) {
    #bblogo a.navbar-brand {
        font-size: 16px;
    }
    #bblogo img {
        margin-right: 5px;
    }
}

@media (max-width: 500px) {
    .details {
        font-size: 3vw;
    }
    .right .nav-item {
        width: 89px;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #bblogo img {
        height: 30px;
    }
    .hotel-details {
        min-height: 155px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: none;
    }
    .slider {
        display: none;
    }
    .screen-part {
        display: none;
    }
    .property-tabs .nav-item {
        width: 30%;
    }
    .centered-text-page {
        font-weight: bolder;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #ui-datepicker-div {
        width: 17em;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #bblogo a.navbar-brand {
        font-size: 20px;
    }
    .mobile-part, .day-mobile, .summary-date {
        display: none;
    }
    .nav-tabs {
        display: flex;
    }
    .main-accordion .card .card-header {
        display: none;
    }
    .main-accordion .card .collapse {
        display: block;
    }
    .main-accordion .card {
        border: none;
        background-color: unset;
    }
    .icon {
        height: 25px;
        width: 25px;
    }
    .social-links-container {
        margin-top: 15px;
        height: 58px;
    }
    .filters-form-screen {
        height: 80px;
    }
    .filters-screen {
        padding-left: 10px;
        padding-right: 10px;
        height: 575px;
        background: url('/images/large.jpg') no-repeat;
        background-size: 100% 575px;
    }
    .form-group.mobile-group {
        margin-bottom: 5px;
        display: flex;
    }

    .centered-text-screen {
        font-weight: bold;
        color: #fff;
        font-size: 30px;
        margin: 0 0 5px 0;
        margin-block-end: 0.67em;
        padding-top: 156px;
        padding-left: 35px;
    }
    .centered-text-town, .centered-text-page {
        color: #0ba4dc;
        /*text-align: center;*/
        margin: 0 auto;
        line-height: 1.5;
    }
    .main-tabs {
        margin-top: -53px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .filters-form-screen {
        background-color: rgba(153, 153, 153, 0.70);
        position: relative;
        padding: 15px;
        margin-left: 35px;
        margin-right: 35px;
    }
    .filters-screen .city-selector, .filters-town-form .city-selector, .filters-town-form .nights-selector {
        height: 50px;
    }
    .filters-town-form .nights-selector {
        padding-top: 11px;
    }
    .filters-town-form .city-selector {
        margin-bottom: 8px;
    }
    .city-image {
        margin-top: 12px;
        height: 22px;
    }
    .calendar-image {
        width: 22px;
        margin-top: 14px;
    }
    .calendar-text {
        margin-top: 14px;
    }
    .moon {
        margin-top: 16px;
    }
    .nights-text-index {
        margin-top: 14px;
    }
    .border-radius-7 {
        border-radius: 7px;
    }
    .search-right-padding-5 {
        padding-right: 5px;
    }
    .city-width {
        width: 35%;
        float: left;
    }
    .filters-screen .date-selector, .filters-town-form .date-selector {
        height: 50px;
    }
    .box-right-padding-5 {
        padding-right: 5px;
    }
    .half-screen-main {
        width: 25%;
        float: left;
    }

    .filters-screen .nights-selector-index, .filters-town-form .nights-selector-index {
        height: 50px;
        padding-top: 12px;
    }
    .search-btn-screen {
        width: 100%;
        height: 50px;
        background: #36b14a;
        display: block;
        border: none;
    }
    .search-btn-screen {
        border: none;
        color: white;
    }
    .filters-town-form .small-btn {
        height: 50px;
    }
    .search-btn-screen.btn:focus {
        box-shadow: 0 0 0 0.25rem lightgreen;
    }
    .half-screen-btn {
        width: 15%;
        float: left;
    }
    .div-nights {
        position: absolute;
        z-index: 1;
        margin-top: 69px;
        width: 100%;
        margin-left: -15px;
        margin-right: 13px;
    }
    .hotel-filter, .user-filter {
        margin-top: -6px;
    }
    .shortlist-btn, .booking-btn {
        width: 180px;
    }
    .dateShift-mobile .currentDay-mobile {
        width: 40%;
    }
    .group-buttons .form-group {
        margin-bottom: 3px;
        height: 38px;
    }
    .summary-label, .space-mobile {
        font-size: 0.9em;
    }
    .day-label {
        font-size: 1.1em;
        font-weight: bold;
    }
    .day-price {
        font-size: 1.1em;
        font-weight: bold;
    }
    .selected-day-btn {
        width: 32px;
        height: 32px;
        padding-left: 6px;
        padding-top: 0px;
    }
    .selectd-mobile, .list-dates {
        display: none;
    }
    .list-detail-price {
        display: none;
    }
    .padding-ten, .header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .popup-lightbox, #removeshortlist-lightbox-panel.popup-lightbox, #saveshortlist-lightbox-panel.popup-lightbox {
        display: none;
        position: fixed;
        top: 250px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        background: #FFFFFF;
        padding: 10px;
        border: 1px solid #E2E2E2;
        z-index: 1001;
    }
}
/* End => Large devices (laptops/desktops, 992px and up) */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #bblogo a.navbar-brand {
        font-size: 29px;
    }
    #bblogo img {
        height: unset;
    }
    .ad-right {
        display: block;
    }
    .banner {
        display: none;
    }
    .thousand {
        width: 85%
    }
}

@media(max-width:991px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .icon {
        height: 40px;
        width: 40px;
    }
    .social-links-container {
        margin-top: 0px;
        height: 58px;
        margin-bottom: 20px;
    }
    .centered-text, .centered-text-big, .centered-text-normal {
        font-size: 82%;
        color: #0ba4dc;
        font-weight: bold;
        text-align: center;
        width: 81%;
        margin: 0 auto;
        line-height: 1.5;
    }
    .centered-text-big {
        font-size: 23px;
    }
    .centered-text-normal {
        font-size: unset;
    }
    .half-screen {
        width: 50%;
        float: left;
    }
    .right-padding-1 {
        padding-right: 1px;
    }
    .left-padding-1 {
        padding-left: 1px;
    }
    .form-group {
        margin-bottom: 3px;
        height: 38px;
    }
    .form-group.hotel-buttons {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nights-selector {
        padding-left: 5px;
        padding-right: 5px;
    }
    .search-btn-index {
        margin: 0 auto;
        width: 150px;
        height: 50px;
        background: #36b14a;
        display: block;
        margin-top: 15px;
        border: none;
        color: white;
        margin-top: 54px;
    }
    .search-btn-index.btn:focus {
        box-shadow: 0 0 0 0.25rem lightgreen;
    }

    .filters-form-screen .div-nights {
        margin-top: 44px;
    }

    #divfblike {
        display: none;
    }
    .filters-town-form {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .thousand .right {
        width: 100%;
    }
    .day-screen, .summary-fdate, .summary-label, .extraBut {
        display: none;
    }
    .list-td, .list-header, .list-town {
        display: none;
    }
    .search-description, .townInfo-mobile {
        padding-left: 10px;
        padding-right: 10px;
    }
    .clear-mobile {
        clear: both;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    #tabz .nav-link.first-tab {
        font-size: 15px;
        padding-top: 8px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .centered-text-town {
        font-size: 82%;
    }
    .centered-text-page {
        font-size: 18px;
    }
    .selectd-mobile span.red, .selectd-mobile span.green {
        font-size: 9px;
        margin-right: 4px;
    }
    .listTable td {
        padding: 5px 0px;
        vertical-align: middle;
    }
    .listTable .propName {
        padding-left: 2px;
    }
}
@media only screen and (min-width: 600px) {
    .centered-text-town, .centered-text-page {
        font-size: 18px;
    }
    .hotel-number {
        font-size: 16px;
    }
    .hotel-title {
        font-size: 16px;
    }
    .total-cost {
        font-size: 16px;
    }
    .summary-mobile {
        font-size: 16px;
    }
    .address, .distance {
        font-size: 14px;
    }
    .dateShift-mobile a {
        font-size: 0.9em;
    }
}
@media only screen and (min-width: 768px) {
    .centered-text-town {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .centered-text-town {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1200px) {
    .centered-text-town {
        font-size: 29px;
    }
}