h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px !important;
}

.padding20 {
    padding: 20px;
}
.bordertype1 {
    height: 115px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
}
.bordertype2 {
    height: 115px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}
.bordertype3 {
    height: 80px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}
.trip-advisor-rating img,
.review-item .review-rating img {
    width: auto;
}
.image-small {
    width: auto;
    height: auto;
}
.hotel-room-image-container {
    text-align: center;
}
.booking-item-dates-change .booking-panel {
    margin-bottom: 0 !important;
}
#booking-panel-destination-input {
    margin-left: 0;
}
.booking-destination {
    display: block !important;
}
#hotel-container #search-typeahead-container .input-icon {
    position: absolute;
    left: 9px;
    top: 4px;
    font-size: 24px;
    color: orange;
}
@media (max-width: 768px) {
    .hotel-description {
        margin-top: 15px;
    }
    #hotel-container .imgbullets {
        height: auto !important;
    }
    #hotel-container .imgbullets-list {
        display: none;
    }
    /*
    #hotel-container .room-item {

    }
    */
    .booking-item-header {
        text-align: center;
    }
    .booking-item-header h1 {
        font-size: 20px;
        font-weight: bold;
    }
    .booking-item-details .booking-item-header-price {
        text-align: center !important;
    }
    .booking-item-details .booking-item-header-price span.text-lg {
        font-size: 19px;
    }
    #hotel-container .nav-tabs > li.active > a,
    #hotel-container .nav-tabs > li.active > a:hover,
    #hotel-container .nav-tabs > li.active > a:focus {
        background-color: #fff;
        color: orange;
    }
    #hotel-container .nav-tabs > li > a {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        background-color: #f0f0f0;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
        margin-right: 0 !important;
        color: #666;
    }
    #hotel-container .booking-item-dates-change {
        padding: 8px !important;
        border: 0 !important;
        box-shadow: none;
        margin-bottom: 0 !important;
    }
    #hotel-container .booking-item-dates-change .booking-panel {
        margin-bottom: 0;
    }
    #hotel-tab-content .booking-item-title {
        margin-top: 10px;
        font-weight: bold;
    }
    #hotel-tab-content .room-description {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    #hotel-tab-content .booking-item-features-small > li > i {
        margin-right: 0;
    }
    #hotel-tab-content .room-plan-pricing {
        border-left: 1px solid #ddd;
        margin-left: 10px;
        padding-left: 10px;
        text-align: right;
    }
    #hotel-tab-content .pricing-text {
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    #hotel-tab-content .pricing-text br {
        display: none;
    }
    #hotel-tab-content .pricing-text span {
        display: block;
    }
    #hotel-tab-content .pricing-text .savings span {
        display: inline;
    }
}
