.pagination > ul > li > a {
    padding: 9px 16px !important;
    font-size: 18px;
}

.form-inline .control-group > label {
    line-height: 30px;
}

.form-inline .control-group > select {
    width: 55px;
    float: left;
}
#right-column{
    position: relative;
}

#right-column.map {
    margin: 0;
}

#right-column .windows8{
    position: absolute;
    z-index: 20;
}

#right-column .windows8 .loading-text{
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.datepicker-dropdown{
    z-index: 25!important;
}

.results-location {
    color: #747474;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
}

.mobile-break {
    display: none;
}

.price-block p.sr-special-text {
    font-weight:bold;
    color: black;
}

.price-block span.label.special {
    font-size:14px;
}

/* make listing headers bolder */
.hotel-header, 
.currency-view {
    font-weight:800;
}

/* separate guest and price */
.guest-form {
    margin-bottom: 0;
}

.guest-select {
    width: 100px;
    margin-bottom: 0;
}

li.rest {
    display: none;
}

.btn.btn-success.done {
    margin-bottom: 10px;
    margin-left: 40px;
}
/*  */
/*  */
/*  */

/* mobile break for Sort by */

@media only screen and (max-device-width: 800px){
.mobile-break {
    display: inline;
}

.pull-right.btn {
    float: left !important;
    min-width: 130px;
}

.control-group > .input-prepend > .span4 {
    display: block;
}

}
.page-header{
    margin: 12px 0;
    padding: 0;
}
.page-header .container div h1{
    font-size: 20px;
    display: inline-block;
    margin: 0;
    line-height: 100%;
    text-transform: capitalize;
}
.page-header .container div #breadcrumbs{
    display: block;
}
.page-header .container div #rating{
    display: inline-block;
}
.page-header .container div #rating .fa{
    color: #fd9502;
}
.page-header .container div #rating span{
    color: #888888;
    font-size: 11px;
}

#destinations-title div.span4 span {
    float: right;
}

.acc-ver {
    line-height: 28px;
    color: #666666;
}
.acc-ver i.fa.fa-check {
    color: #33CC33;
}
.features-container{
    background: none;
    border: none;
}
.features-container div.row-fluid div.span4 i.fa-check-circle{
    color: #888888;
}
.rating-container{
    color: #fd9502;
    font-size: 13px;
    display: inline-block;
}


.rating-container a {
    margin-left: 40px;
}

hr.listing-delimiter{
    margin: 10px 0;
}

.datepicker.checkin,
.datepicker.checkout {
    margin-top: 0;
}

.hidden-for-mobile {
    display: none;
}

.slider.slider-horizontal {
    width: 100%;
}

.loading-text {
    background-color: white;
    width: 600px;
    border: 2px solid grey;
    text-align: center;
    opacity: 1;
    padding: 20px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -300px;
}

.loading-text p {
    font-size: 20px;
}

span.only-left-rooms {
    color: red;
}
body > .container > .container > .row-fluid > .span12 > .row-fluid{
    position: relative;
}
.input-prepend, .search-filters{
    position: relative;
}
.input-prepend .span4:first-child, .input-prepend.mobile:first-child{
    position: relative;
    z-index: 20;
}
.popover.top{
    width: 223px;
    padding: 5px 0;
}
.popover.top a.close{
    position: absolute;
    right: 7px;
    top: 5px;
}
.inline-spinner{
    text-align: center;
}
#id_distance,#results_after_distance {
    width: 60px;
}
.search-filters .visible-datepicker{
    font-size: 14px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .row-fluid div.span9 {
        width: 95%;
    }
	.row-fluid div.span4 {
		width: 23%;
	}
}

.dropdown-menu .second-dropdown {
    height: auto;
}
@media (min-width:768px) {
    #mobile_loader {
        display: none !important;
    }
}
.call-block {
    margin-left:-10px;
    text-align:center;
    width:240px;
    border:1px solid #CCCCCC;
    border-radius:2px;
    padding:3px
}
@media (min-device-width: 1024px) {
    .price-dropdown .big-dropdown {
        width: 370px;
    }
    .price-dropdown .big-dropdown .slider.slider-horizontal {
        margin-left: 20px;
        margin-right: 20px;
    }
    .price-dropdown .target-div.first-dropdown {
        height: 100px;
    }
}
