.active {
    border: 1px solid #b5bcc5;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 3px solid #b5bcc5;
    background: #000;
    text-align: center;
}
.modal-title {
    color: #fff;
}
.close {
    color: #fff;
    opacity:1;
}
.close:hover {
    color: #b5bcc5;
}
a.sort-selected{
    color:#b5bcc5;
}
a.sort-unselected{
    hover:#b5bcc5;
}


.hotel .image-holder{
    position:relative;
}

.ribbon_container{
    position: absolute;
    top: 24px;
    left: 15px;
}

.ribbon_container .ribbon:after{
    margin-top: 0em;
    content: "";
    float: left;
    border: 0.8em solid #b5bcc5;
    border-right-color: transparent;
}

.ribbon_container .ribbon p{
    color: #FFF;
    float: left;
    height: 2em;
    overflow: hidden;
    font-size: 12px;
    line-height: 2em;
}

.ribbon_container .ribbon span {
    background: #b5bcc5;
    display: inline-block;
    line-height: 2em;
    font-size: 12px;
    padding: 0 10px 0 1em;
    margin-top: 0;
    position: relative;
    -webkit-transition: background-color 0.2s, margin-top 0.2s;
    -moz-transition: background-color 0.2s, margin-top 0.2s;
    -ms-transition: background-color 0.2s, margin-top 0.2s;
    -o-transition: background-color 0.2s, margin-top 0.2s;
    transition: background-color 0.2s, margin-top 0.2s;
}


.ribbon_container .ribbon span:before {
    content: "";
    position: absolute;
    top: 3em;
    left: 0;
    border-right: 0.5em solid #b5bcc5;
    border-bottom: 0.5em solid #eeeeee;
}

.ribbon_container .ribbon span:after {
    content: "";
    position: absolute;
    top: 3em;
    right: 0;
    border-left: 0.5em solid #b5bcc5;
    border-bottom: 0.5em solid #eeeeee;
}
.navbar {
    background-color: #fff;
}
.search-hotels {
    background-color: #000;
    padding: 20px 0;
}
.hotel button {
    display: inline;
    margin-top: 10px;
}
.hotel button.no-margin {
}
.ribbon span {
    z-index: 9;
}
.desclabel
{
    font-weight: bold;
}
legend {
    border-bottom: none;
}
.platinum .ribbon span {
    background: #6b6b6b;
}
.platinum .ribbon:after {
    border: 0.8em solid #616161;
    border-right-color: transparent !important;
    margin-left: -5px;
    position: absolute;
    z-index: 9;

}

.gold .ribbon span {
    background: #f1a308;
}
.gold .ribbon:after {
    border: 0.8em solid #e29600;
    border-right-color: transparent !important;
    margin-left: -5px;

}

.silver .ribbon span {
    background: #C0C0C0;
}
.silver .ribbon:after {
    border: 0.8em solid #d2d2d2;
    border-right-color: transparent !important;
    margin-left: -5px;

}



.how-it-works-2 ul li
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.2;
    margin-top: 30px;
    color: #434040;
}
.how-it-works-2 ul li strong
{

    font-weight: normal;
}
.active {
    border: none !important;
}

.how-it-works-2 ul li:before {
    content: '\25b6  ';

}

.how-it-works-2 .service-item h3 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 1px;
}
.how-it-works-2 .service-item h3.premier span {
    color: #005479;
    text-transform: uppercase;
}

.how-it-works-2 .service-item h3.express span {
    font-style: italic;
    color: #7a0001;
}

.how-it-works-2 .service-item p {
    font-family: 'Playfair Display', serif;
    font-weight: lighter;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.how-it-works-2 .service-item {
    border: 1px solid #000;
    padding: 30px;
    margin: 40px;
    margin-bottom: 10px;
    padding-top: 80px;
    min-height: 380px;

}
.service-more {
    color: #434040;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 4px;
    border-bottom: 1px solid;
}
.exp:after {
    content: '';
    background: url(img/upload/express.png) no-repeat;
    background-size: 115px;
    background-position: center top;
    top: -17px;
    height: 400px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.prem:after {
    content: '';
    background: url(img/upload/premier.png) no-repeat;
    background-size: 115px;
    background-position: center top;
    top: -17px;
    height: 400px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hotels-search {
    border: 1px solid #a2a2a2;
    padding: 30px 34px;
    padding-bottom: 0px;
    margin-bottom: 35px;
}

.hotel-areas .header-hero {
    height: 250px;
}
.hotel-area h4 {
    font-family: 'Playfair Display',serif;
    margin-left: 16px;
    margin-top: 10px;
    font-size: 23px;
}
.hotel-area {
    margin: 40px 0;
}

.enter {
    background: #fabcad;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    margin: 50px auto;
    border: none;
}

.subtext {
    text-align: center;
    font-weight: 200;
    margin: 20px 0;
}
.ab {
    font-weight: 200;
    text-align:center;
}
.closeModal {
    cursor: pointer;
    position: absolute;
    z-index: 99999999;
    color: #000;
    right: 3px;
    background: #fff;
    border-radius: 13px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    top: 3px;
}

#carousel-mobile {
    min-height: 450px;
}

@media screen and (max-width: 990px) {
    .prem:after {
        top: -55px;
    }
    .exp:after {
        top: -55px;
    }
}

