body {
    background-color:#e6eaed;
    color: #657575;
    font-family: "Open Sans";
    font-weight: 400;
}

.clickable {
    cursor: pointer;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

hr.less-padding {
    padding:2px 0;
    margin:5px 0 2px 0;
}

.margin-bottom-5 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-top-0 { margin-top: 0; }
.margin-top-15 { margin-top: 15px; }
.margin-top-50 { margin-top: 50px; }
.margin-right-5 { margin-right: 5px;}
.padding-5 { padding: 5px; }
.padding-15 { padding: 15px 15px 5px 15px; }
.padding-left-right-15 { padding: 0 15px; }
.padding-top-bottom-15 { padding: 15px 0; }
.padding-top-5 { padding-top: 5px; }

.border-right {
    border-right:solid 1px #EEE;
}

.panel-option .panel-body {
    padding: 0px;
}

.panel-option .price-row {
    margin-bottom: 10px;
}

.panel-option-added {
    background-color: #dff0d8;
}

.panel-option .panel-image {
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
    background-color: #EEEEEE;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width:768px) {
    .panel-option .panel-body {
        height: 360px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .panel-option .panel-image {
        margin-bottom: 5px;
        height: 160px;
    }
}

@media (min-width:992px) {
    .panel-option .panel-body {
        height: 330px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .panel-option .panel-image {
        margin-bottom: 5px;
        height: 140px;
    }
}

@media (min-width:1200px) {
    .panel-option .panel-body {
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .panel-option .panel-image {
        margin-bottom: 5px;
        height: 100px;
    }
}

.carousel-room {
    max-height: 460px;
    overflow: hidden;
}

.carousel-room .carousel-inner .item img {
    margin: auto;
    width: 100%;
}

.carousel-hotel {
    height: 600px;
    overflow: hidden;
}
.carousel-hotel .item img {
    width: 100%;
    height: auto;
    position: relative;
    top: -300px;
}

.btn-newline {
    margin-bottom: 5px;
}

.header-logo {
    padding: 15px 0;
    margin-bottom: 15px;
}

.affix {
    width: 319px;
    top: 20px;
}

#carousel-and-quickres {
    position:relative;
    display:block;
    margin-bottom:150px;
}

#navbar {
    display: block;
    padding: 10px 0;
    width: 110%;
    position: absolute;
    top: 0;
    left: -5%;
    z-index: 1000;
}

#navbar a {
    font-weight: bold;
    padding: 0 15px;
}

#quickres, #quickres_trigger, #dayuse, #dayuse_trigger {
    position: absolute;
    top: 400px;
    width: 100%;
}

.panel-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-book_now {
    background: linear-gradient(to right, rgba(227,26,59,1) 0%,rgba(135,13,67,1) 100%);
}

.bg-white {
    background-color: #ffffff;
}

.bg-primary a {
    color: #FFF;
}

.white, .white:hover {
    color: #ffffff;
}

.mobile-book_now {
    font-size: 20px;
    color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
}

.mobile-book_now small {
    font-size: 15px;
}

.large_display {
    text-align: center;
}

.large_display .day {
    font-size: 60px;
}
.large_display .month {
    font-size: 30px;
}
.large_display .year {
    font-size: 20px;
}

.text-middle {
    vertical-align: bottom;
    line-height: 34px;
}

#datepickers .panel {
    height: 300px;
}

@media (max-width: 768px) {
    .affix {
        position: static;
        width: 100%;
    }

    .carousel-hotel {
        height: 200px;
        margin-bottom: 20px;
    }

    .carousel-hotel .item img {
        top: 0;
    }

    #carousel-and-quickres {
        margin-bottom: 0;
    }

    #quickres, #quickres_trigger, #dayuse, #dayuse_trigger {
        position: relative;
        top: 0;
        width: auto;
    }
}

.intro {
    background-color: #FFF;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

#footer {
    margin-top: 20px;
    background-color: #FFF;
    padding: 20px;
}

.js-policy {
    margin-right: 20px;
}

.panel-promo .panel-image {
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    background-size: cover;
}
.panel-promo .panel-body {
    height: 150px;
}
.panel-promo .panel-heading {
    height: 60px;
}

.modal-header-room {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9edf7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.less-text {
    height: 40px;
    overflow: hidden;
}
.more-text {
    height: auto;
}

.country-label {
    background-color:#657575;
    color:#fff;
    float:right;
    margin-top:15px;
    margin-right:-15px;
    min-width:200px;
    padding:5px;
}

.label-modifying {
    padding:5px 10px 5px 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.label-ribbon {
    background-color:#657575;
    color:#fff;
    padding: 5px 5px 5px 15px;
}

.border-right-dashed {
    border-right:dashed 1px #657575;
}
.border-left-dashed {
    border-left:dashed 1px #657575;
}

.image-placeholder {
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color:#AAA;
}

#currency-desktop .popover{
    width: 800px;
    max-width: none;
}

#currency-desktop .currency_item:hover, #language-desktop .language_item:hover {
    background-color: #EEEEEE;
}

#language-desktop .language_item {
    padding: 5px;
}

#language-desktop a:hover {
    text-decoration: none;
}

.list-group-striped .list-group-item:nth-child(odd) {
    background-color: #f9f9f9;
}

.list-group-striped .list-group-item:nth-child(odd):hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-striped .list-group-item.active:nth-child(odd):hover h4 {
    color: #f5f5f5;
}

#js-promocode img, #js-campaign img { width: 100%; }


/* centralized modal */
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
