/* ---------------------------------------------------------------------- */
/*	Import fonts
/* ---------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);   
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
body{
	font-weight: 400;
}
.quote-card {
    border: 1px solid #3A7FC4;
    margin-bottom: 20px;
    position: relative;
}
.rate-tag-with-image{
    position: relative;
}
.rate-tag-with-image .rate-tag{
    position: absolute;
    width: 100%;
    opacity: 0.9;
}
section.checkout-box {
    border-bottom: 0px solid #eee;
    margin-bottom: 20px;
}
.checkout-summary-box {
    background-color: #FF9933;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 15px;
}
.spacer_10 {
    height: 10px;
}
.cf:before, .cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf:before, .cf:after {
content: " ";
display: table;
}
.mb-block__cancelled .mb-block__dates {
color: #999;
}
.mb-dates {
    background: url("../images/date-saperator.png") top center no-repeat;
}
.mb-block__dates {
    float: right;
    width: 200px;
}
.marginBottom_10 {
    margin-bottom: 10px;
}
.mb-dates__block {
    display: inline;
    position: relative;
    text-align: center;
    width: 48%;
}
.mb-smallcaps {
    color: #777;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
}
.mb-dates__day {
    font-size: 46px;
    font-weight: bold;
    display: block;
    line-height: 1;
}
.mb-dates__month {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    word-break: break-word;
}
.mb-dates__weekday {
    color: #737373;
    font-style: italic;
    font-family: Georgia, serif;
    line-height: 1.8;
    display: block;
}
.dl-margins dd {
    margin-bottom: 10px;
}

.wrapper {
    clear: both;
    min-height: 100px;
    width: 100%;
    padding-top: 17px;
    position: relative;
}
.wrapper.padding50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapper.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.white {
    color: #FFFFFF !important;
}
.promobox {
    background-color: #F6F6F6;
    border-color: #FAEBCC;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #E7E7E7;
}

.sort-options {
    background-color: #ddd;
}
.panel-body {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}
.navbar-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navbar-items li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.navbar-items li.active a, .navbar-items li a:hover {
    background-color: #ddd;
}
.navbar-items li a {
    padding: 5px 10px;
    color: black;
}
.navbar-option-title {
    display: inline-block;
    margin-right: 10px;
}
a, a:focus, a:hover, a:active {
    outline: 0 !important;
    text-decoration: none;
}
a {
    color: #E48401;
}
.text-uppercase {
    text-transform: uppercase;
}
.bold-weight {
    font-weight: bold;
}

.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.scrollbar
{
    height: 387px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -12px;
    padding-right: 5px;
}
.terms_conditions p {
    font-size: 11px;
}
.contactDetails > p
{
    margin: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .bannercontainer {
        width: 760px;
        height: 396px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner, .bannercontainer {
        width: 480px;
        height: 250px;
    }
    h2.summary-title{
        color: #000;
    }
    .search-request-holder .information{
        padding-top: 30px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .banner, .bannercontainer {
        width: 320px;
        height: 167px;
    }
    .search-request-holder .information{
        padding-top: 30px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
    h2.summary-title{
        color: #000;
        font-size: 1.4em;
    }
    .vendor .info {
    color: #555;
    font-size: 15px;
    }
    .checkout-summary-box {
    background-color: #FFF;
    border: 1px solid #aaa;
    padding: 10px;
    }
    .booking-details li {
    color: #555;
    font-size: 11px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    }
    .booking-total {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    }
}
@media only screen and (min-width: 991px){
    .btn-orange {
        font-size: 15px;
        background-color: #fa7f07;
        border-color: #000;
        color: #ffffff;
    }
    .terms_conditions p{
        color:#fff;
    }
}
/*Revolution*/