.carousel img {
  max-width: 100%;
  top: 0;
  left: 0;
  min-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

@media (min-width: 768px) {

.tabbable{
    max-width: 455px;
    height: 750px;
    z-index: 100;
    }
}

@media (min-width: 991px) {
    .overlay{
	position: absolute;
	top: 80px;
	left: 15px;
	z-index: 10;
	margin: 10px;
    }

    .media.info-media{
        margin-top:0px;
        margin-left:0px;
    }
    .this-top{
        float:left;
    }
}

@media (max-width: 991px) {
    .media.info-media{
        margin-top:0px !important;
        margin-left:0px !important;
    }
    .this-top {
        float:left;
        padding-right:10px;
    }
    .this-bottom {
        float:left;
        padding-left:10px;
    }
}

.tabbable{
    background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	color: #565656;
    max-width: 455px;
    height: 400px;
    z-index: 100;
}

.carresult{
	padding: 80px;

}

.cardetails{
    padding: 80px;
}

.selb{
    line-height: 30px;
}
.btsear{
    border-radius: 20px;
    padding: 0 15px;
}
.row.booking-prices{
    padding-top: 1px;
}
.booking-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    .booking-list > li {
        margin-bottom: 15px;
        position: relative;
    }
.breadcrumb {
    background-color: #FFF;
}
.booking-item {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 17px;
    border: 1px solid #e6e6e6;
    color: #737373;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

    .booking-item:hover,
    .booking-item.active {
        color: #737373;
        border: 1px solid #ed8323;
        -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
        box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    }

        .booking-item:hover .booking-item-number,
        .booking-item.active .booking-item-number {
            background: #808080;
        }

        .booking-item:hover .booking-item-img-wrap .booking-item-img-num,
        .booking-item.active .booking-item-img-wrap .booking-item-img-num {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            background: #000;
            background: rgba(0,0,0,0.5);
        }

    .booking-item.booking-item-small {
        padding: 11px;
    }

        .booking-item.booking-item-small .booking-item-title {
            font-size: 14px;
            margin-bottom: 0;
        }

        .booking-item.booking-item-small .booking-item-rating-stars {
            font-size: 12px;
            margin-bottom: 0;
            color: #ed8323;
        }

        .booking-item.booking-item-small .booking-item-price {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 2px;
            display: inline;
            
        }

        .booking-item.booking-item-small .booking-item-price-from {
            font-size: 12px;
            margin-bottom: 2px;
        }
.booking-item-price {
    line-height: 0.7em;
}
.booking-item-title {
    margin-bottom: 7px;
}

.booking-item-description {
    font-size: 13px;
    line-height: 1.5em;
}

.booking-item-img-wrap {
    position: relative;
}

    .booking-item-img-wrap .booking-item-img-num {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        background: #000;
        background: rgba(0,0,0,0.01);
        padding: 5px 7px;
        font-size: 13px;
        line-height: 1em;
    }

        .booking-item-img-wrap .booking-item-img-num > .fa {
            margin-right: 3px;
        }

.booking-item-last-booked {
    font-size: 11px;
}

.booking-item-rating {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}

    .booking-item-rating .booking-item-rating-stars {
        display: inline-block;
        margin-right: 17px;
        margin-bottom: -5px;
        color: #ed8323;
    }

        .booking-item-rating .booking-item-rating-stars .fa {
            margin-right: 0;
        }

    .booking-item-rating .booking-item-rating-number {
        margin-right: 7px;
    }

        .booking-item-rating .booking-item-rating-number > b {
            font-size: 25px;
        }

.booking-item-address {
    line-height: 1em;
    font-size: 13px;
}

.booking-item-price-from {
    display: block;
    font-size: 12px;
    line-height: 1em;
}

.booking-item-price {
    font-size: 42px;
    color: #626262;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 12px;
}

.booking-item-number {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e6e6e6;
    text-align: center;
    color: #fff;
    display: block;
    top: 2px;
    right: 2px;
    font-size: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.booking-item-flight-details {
    overflow: hidden;
}

    .booking-item-flight-details .booking-item-departure,
    .booking-item-flight-details .booking-item-arrival {
        float: left;
        width: 47%;
    }

        .booking-item-flight-details .booking-item-departure .fa-plane,
        .booking-item-flight-details .booking-item-arrival .fa-plane {
            float: left;
            display: block;
            font-size: 30px;
            margin-right: 5px;
            position: relative;
            top: 4px;
        }

        .booking-item-flight-details .booking-item-departure h5,
        .booking-item-flight-details .booking-item-arrival h5 {
            margin-bottom: 0;
        }

        .booking-item-flight-details .booking-item-departure .booking-item-date,
        .booking-item-flight-details .booking-item-arrival .booking-item-date {
            margin-bottom: 7px;
            font-size: 12px;
            line-height: 1em;
            padding-left: 32px;
        }

    .booking-item-flight-details .booking-item-departure {
        margin-right: 6%;
    }

    .booking-item-flight-details .booking-item-destination {
        font-size: 12px;
        line-height: 1.3em;
    }

.booking-item-airline-logo > p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.3em;
}

.booking-item-airline-logo > img {
    width: 40px;
}

.booking-item-flight-class {
    margin-bottom: 7px;
    margin-top: -5px;
    font-size: 12px;
    font-weight: bold;
    color: #8f8f8f;
    line-height: 1em;
}

.booking-item-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .booking-item-features > li {
        float: left;
        position: relative;
        margin-right: 15px;
        margin-bottom: 7px;
        margin-top: 15px;
    }

        .booking-item-features > li:hover > i {
            border-color: #d66f11;
        }

        .booking-item-features > li .booking-item-feature-sign {
            position: absolute;
            bottom: -6px;
            left: 0;
            display: block;
            text-align: center;
            font-size: 10px;
            line-height: 1em;
            width: 100%;
        }

        .booking-item-features > li > i {
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            font-size: 23px;
            display: block;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
            color: #686868;
        }

.booking-item-features-dark > li > i {
    background: #4d4d4d;
    border: 1px solid #333;
    color: #fff;
}

.booking-item-features-rentals {
    margin-top: 10px;
}

    .booking-item-features-rentals > li {
        margin-bottom: 0;
    }

.booking-item-car-title {
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0;
}

.booking-item-features-sign > li {
    padding-bottom: 15px;
}

.booking-item-features-small > li {
    margin-right: 5px;
    margin-bottom: 5px;
}

    .booking-item-features-small > li > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }

        .booking-item-features-small > li > i > img {
            width: 20px;
        }

.booking-item-features-expand {
    display: block;
}

    .booking-item-features-expand .booking-item-feature-title {
        position: relative;
        line-height: 37px;
        margin-left: 7px;
        color: #686868;
    }

    .booking-item-features-expand > li {
        float: left;
        display: block;
        overflow: hidden;
    }

        .booking-item-features-expand > li:after {
            content: '.';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .booking-item-features-expand > li > i {
            float: left;
        }

.booking-item-features-2-col > li {
    float: left;
    width: 50%;
    margin-right: 0;
}

.booking-item-container .booking-item-details {
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s, height 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s, height 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s, height 0.3s;
    transition: opacity 0.3s, transform 0.3s, height 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

    .booking-item-container .booking-item-details h5 {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 20px;
    }

        .booking-item-container .booking-item-details h5.list-title {
            margin-bottom: 0;
        }

    .booking-item-container .booking-item-details .list {
        margin-bottom: 20px;
    }

.booking-item-container.active .booking-item-details {
    height: auto;
    overflow: auto;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
    position: relative;
    font-size: 11px;
    line-height: 1.6em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.booking-title {
    margin-bottom: 25px;
    margin-top: 15px;
}

    .booking-title > small {
        font-size: 12px;
        margin-left: 5px;
    }

.booking-filters {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    background: #4d4d4d;
    color: #fff;
    padding: 15px 0;
    width: 263px;
    border: 1px solid #262626;
}

    .booking-filters > h3 {
        padding: 0 20px;
    }

    .booking-filters .booking-filters-list > li {
        margin-top: 15px;
        padding: 15px 20px 0 20px;
        border-top: 1px solid #3b3b3b;
    }

        .booking-filters .booking-filters-list > li .booking-filters-title {
            margin-bottom: 5px;
        }

            .booking-filters .booking-filters-list > li .booking-filters-title small {
                font-size: 11px;
                font-weight: 400;
                position: relative;
                top: 10px;
                float: right;
                line-height: 1.3em;
                color: #ccc;
            }

        .booking-filters .booking-filters-list > li .booking-filters-sub-title {
            font-size: 15px;
            line-height: 1em;
            margin-top: 10px;
        }

    .booking-filters .irs-from,
    .booking-filters .irs-to,
    .booking-filters .irs-single {
        color: #fff;
    }

    .booking-filters .irs-grid-text {
        color: #d9d9d9;
    }

    .booking-filters.booking-filters-white {
        color: #737373;
        background: #fafafa;
        border-color: #ccc;
    }

        .booking-filters.booking-filters-white .irs-from,
        .booking-filters.booking-filters-white .irs-to,
        .booking-filters.booking-filters-white .irs-single {
            color: #737373;
        }

        .booking-filters.booking-filters-white .booking-filters-list > li {
            border-color: #ccc;
        }

.booking-sort {
    font-size: 10px;
}

    .booking-sort .booking-sort-title {
        font-size: 14px;
    }

        .booking-sort .booking-sort-title > a {
            color: #737373;
        }

.booking-item-meta .booking-item-rating {
    border: none;
    padding: 0;
    margin-bottom: 30px;
    display: block;
}

.booking-item-meta .booking-item-rating-stars {
    font-size: 30px;
    margin-bottom: -3px;
    margin-right: 10px;
}

.booking-item-meta .booking-item-rating-number {
    font-size: 20px;
}

    .booking-item-meta .booking-item-rating-number b {
        font-size: 30px;
    }

.booking-item-raiting-list,
.booking-item-raiting-summary-list {
    font-size: 13px;
    margin-bottom: 30px;
}

    .booking-item-raiting-list > li,
    .booking-item-raiting-summary-list > li {
        margin-bottom: 5px;
        overflow: hidden;
    }

        .booking-item-raiting-list > li > div,
        .booking-item-raiting-summary-list > li > div {
            height: 26px;
            float: left;
            line-height: 26px;
        }

            .booking-item-raiting-list > li > div.booking-item-raiting-list-title,
            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
                width: 24%;
            }

            .booking-item-raiting-list > li > div.booking-item-raiting-list-bar,
            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-bar {
                width: 60%;
                background: #e6e6e6;
                height: 20px;
                margin-top: 3px;
            }

                .booking-item-raiting-list > li > div.booking-item-raiting-list-bar > div,
                .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-bar > div {
                    background: #ed8323;
                    height: 100%;
                }

            .booking-item-raiting-list > li > div.booking-item-raiting-list-number,
            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-number {
                margin-left: 2%;
                width: 10%;
            }

            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
                width: 48%;
            }

        .booking-item-raiting-summary-list > li .booking-item-rating-stars {
            font-size: 14px;
            line-height: 26px;
            margin: 0;
            color: #ed8323;
        }

.booking-item-reviews > li {
    margin-bottom: 20px;
}

    .booking-item-reviews > li .booking-item-review-person p {
        line-height: 1em;
    }

    .booking-item-reviews > li .booking-item-review-person-avatar {
        display: table;
        margin-bottom: 8px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .booking-item-reviews > li .booking-item-review-person-avatar:hover {
            -webkit-box-shadow: 0 0 0 2px #ed8323;
            box-shadow: 0 0 0 2px #ed8323;
        }

        .booking-item-reviews > li .booking-item-review-person-avatar > img {
            max-width: 70px;
        }

    .booking-item-reviews > li .booking-item-review-person-name {
        margin-bottom: 5px;
    }

    .booking-item-reviews > li .booking-item-review-person-loc {
        margin-bottom: 0px;
        font-size: 11px;
    }

    .booking-item-reviews > li .booking-item-review-content {
        padding: 15px 17px;
        border: 1px solid #e6e6e6;
        position: relative;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
    }

        .booking-item-reviews > li .booking-item-review-content:before {
            z-index: 2;
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-right: 20px solid #ededed;
            border-bottom: 15px solid transparent;
            left: -20px;
            top: 14px;
        }

        .booking-item-reviews > li .booking-item-review-content > h5 {
            margin-bottom: 0;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
            width: 75px;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-raiting-summary-list > li .booking-item-rating-stars {
            margin-bottom: 0;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-review-more,
        .booking-item-reviews > li .booking-item-review-content .booking-item-review-more-content {
            display: none;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -ms-transition: 0.2s;
            transition: 0.2s;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-review-expand {
            position: relative;
            height: 30px;
            cursor: pointer;
        }

            .booking-item-reviews > li .booking-item-review-content .booking-item-review-expand span {
                color: #ed8323;
                line-height: 30px;
                height: 30px;
                display: block;
                position: absolute;
                font-size: 14px;
            }

                .booking-item-reviews > li .booking-item-review-content .booking-item-review-expand span.booking-item-review-expand-less {
                    display: none;
                }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-more {
            display: inline;
        }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-more-content {
            display: block;
        }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-less {
            display: block;
        }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-more {
            display: none;
        }

    .booking-item-reviews > li .booking-item-raiting-summary-list {
        margin-bottom: 10px;
    }

    .booking-item-reviews > li .booking-item-rating-stars {
        font-size: 14px;
        color: #ed8323;
        margin-bottom: 5px;
    }

    .booking-item-reviews > li .booking-item-review-rate {
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 0;
    }

        .booking-item-reviews > li .booking-item-review-rate .fa {
            margin-left: 7px;
        }

.booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars {
    color: #b3b3b3;
}

    .booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li.hovered {
            color: #808080;
        }

        .booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li.selected {
            color: #ed8323;
        }

.booking-item-deails-date-location {
    padding: 15px 17px;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ed8323;
    border: 1px solid #E7102F;
}

    .booking-item-deails-date-location > ul {
        font-size: 12px;
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0;
    }

        .booking-item-deails-date-location > ul > li {
            margin-bottom: 15px;
        }

            .booking-item-deails-date-location > ul > li p {
                margin-bottom: 5px;
            }

                .booking-item-deails-date-location > ul > li p > i {
                    margin-right: 7px;
                    height: 23px;
                    width: 23px;
                    line-height: 23px;
                    font-size: 11px;
                }

            .booking-item-deails-date-location > ul > li h5 {
                font-size: 14px;
                margin-bottom: 5px;
                color: #515151;
            }

.booking-item-price-calc {
    font-size: 13px;
}

    .booking-item-price-calc .checkbox {
        margin-bottom: 5px;
        margin-top: 0;
    }

        .booking-item-price-calc .checkbox label {
            font-weight: 100;
        }

    .booking-item-price-calc .icheck {
        width: 20px;
        height: 20px;
        line-height: 18px;
        top: 2px;
    }

    .booking-item-price-calc .list {
        margin-bottom: 10px;
    }

        .booking-item-price-calc .list > li {
            margin-bottom: 7px;
        }

            .booking-item-price-calc .list > li > small {
                display: block;
                font-size: 11px;
            }

            .booking-item-price-calc .list > li > p {
                height: 25px;
                line-height: 25px;
                margin-bottom: 0;
            }

                .booking-item-price-calc .list > li > p span {
                    float: right;
                }

            .booking-item-price-calc .list > li:last-child {
                padding-top: 7px;
                border-top: 1px solid #ccc;
                color: #5c5c5c;
            }

                .booking-item-price-calc .list > li:last-child > p > span {
                    font-size: 15px;
                    font-weight: 600;
                }

.booking-item-passengers > li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #e6e6e6;
}

    .booking-item-passengers > li:last-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px dashed #e6e6e6;
    }

.booking-item-passengers label {
    font-weight: 100;
    font-size: 13px;
}

.booking-item-payment-total-flight {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    margin-right: 30px;
}

    .booking-item-payment-total-flight > li {
        padding: 10px 15px;
        background: #4d4d4d;
        color: #e6e6e6;
    }

        .booking-item-payment-total-flight > li:first-child {
            border-bottom: 1px dashed #1a1a1a;
            -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

            .booking-item-payment-total-flight > li:first-child > h5 {
                line-height: 1em;
                margin: 3px 0;
                color: #f09644;
            }

        .booking-item-payment-total-flight > li:last-child {
            -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

        .booking-item-payment-total-flight > li.booking-item-payment-total-flight-wait {
            background: #333;
        }

            .booking-item-payment-total-flight > li.booking-item-payment-total-flight-wait > p {
                font-size: 13px;
                line-height: 1.4em;
                margin: 0;
                text-align: center;
            }

        .booking-item-payment-total-flight > li h5 {
            color: #fff;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure .fa-plane,
        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival .fa-plane {
            font-size: 20px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure h5,
        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival h5 {
            font-size: 14px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure .booking-item-date,
        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival .booking-item-date {
            padding-left: 23px;
            font-size: 11px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-destination {
            font-size: 12px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-duration > p {
            margin-bottom: 5px;
            line-height: 1em;
            font-size: 13px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-duration > h5 {
            font-weight: 400;
        }

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .fa-plane,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .fa-plane {
    font-size: 20px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure h5,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival h5 {
    font-size: 14px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .booking-item-date,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .booking-item-date {
    padding-left: 23px;
    font-size: 11px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-destination {
    font-size: 12px;
}

.booking-item-payment-flight .booking-item-flight-duration > p {
    margin-bottom: 5px;
    line-height: 1em;
    font-size: 13px;
}

.booking-item-payment-flight .booking-item-flight-duration > h5 {
    font-weight: 400;
}

.booking-item-dates-change {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #ed8323;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.booking-item-payment {
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.15);
}

    .booking-item-payment > header {
        padding: 10px 15px;
        background: #f7f7f7;
    }

        .booking-item-payment > header .booking-item-payment-img {
            float: left;
            display: block;
            width: 30%;
            margin-right: 5%;
        }

        .booking-item-payment > header .booking-item-payment-title {
            font-size: 14px;
            margin-bottom: 0;
        }

        .booking-item-payment > header .booking-item-rating-stars {
            font-size: 11px;
        }

    .booking-item-payment .booking-item-payment-total {
        margin-bottom: 0;
        padding: 8px 30px 8px 15px;
        font-size: 12px;
    }

        .booking-item-payment .booking-item-payment-total > span {
            font-size: 24px;
            color: #686868;
            font-weight: 400;
            letter-spacing: -2px;
        }

    .booking-item-payment .booking-item-payment-details {
        list-style: none;
        margin: 0;
        padding: 15px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

        .booking-item-payment .booking-item-payment-details > li {
            margin-bottom: 20px;
            overflow: hidden;
        }

            .booking-item-payment .booking-item-payment-details > li:last-child {
                margin-bottom: 0;
            }

            .booking-item-payment .booking-item-payment-details > li > h5 {
                line-height: 1em;
            }

            .booking-item-payment .booking-item-payment-details > li > p {
                margin-bottom: 0;
                color: #686868;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-item-title {
                color: #515151;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date,
            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date-separator {
                float: left;
                display: block;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date-separator {
                width: 15%;
                text-align: center;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date .booking-item-payment-date-day {
                margin-bottom: 5px;
                line-height: 1em;
                color: #686868;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date .booking-item-payment-date-weekday {
                font-size: 12px;
                margin-bottom: 0;
                line-height: 1em;
                color: #7a7a7a;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li {
                    width: 70%;
                    overflow: hidden;
                    font-size: 12px;
                    border-bottom: 1px dashed #d9d9d9;
                }

                    .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-title,
                    .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount {
                        float: left;
                        margin: 0;
                    }

                    .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount {
                        float: right;
                    }

                        .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount > small {
                            margin-left: 3px;
                        }

.booking-item-details .booking-item-header {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.booking-item-details .booking-item-header-price {
    font-size: 19px;
    text-align: right;
    line-height: 1em;
}

    .booking-item-details .booking-item-header-price .text-lg {
        font-size: 42px;
        line-height: 1em;
    }

    .booking-item-details .booking-item-header-price small {
        font-size: 13px;
    }

.booking-details-tabbable .nav > li > a > .fa {
    margin-right: 5px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    font-size: 13px;
    position: relative;
    top: -1px;
}

.booking-details-tabbable .nav > li.active > a > .fa {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.booking-list-wishlist > li {
    padding-top: 30px;
    padding-right: 25px;
}

    .booking-list-wishlist > li .booking-item-wishlist-title {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border: 1px solid #f2f2f2;
        background: #f7f7f7;
        border-bottom: none;
        font-size: 12px;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

        .booking-list-wishlist > li .booking-item-wishlist-title > span {
            font-size: 9px;
            color: #8f8f8f;
            margin-left: 5px;
        }

    .booking-list-wishlist > li .booking-item-wishlist-remove {
        position: absolute;
        top: 30px;
        right: 0;
        display: block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #e6e6e6;
        color: #737373;
        text-align: center;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -o-transition: 0.1s;
        -ms-transition: 0.1s;
        transition: 0.1s;
    }

        .booking-list-wishlist > li .booking-item-wishlist-remove:hover {
            background: #4d4d4d;
            color: #fff;
        }

.booking-item-car-img > img {
	width:100%;
}


    .i-check,
    .i-radio {
        display: inline-block;
        
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 22px;
        height: 22px;
        border: 1px solid #ccc;
        cursor: pointer;
        top: 1px;
        left: -7px;
        margin-left: -13px;
        float: left;
        text-align: center;
        line-height: 20px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        overflow: hidden;
    }

    .i-check:before,
    .i-radio:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        color: #fff;
        font-size: 14px;
    }

    .i-check.hover,
    .i-radio.hover {
        border: 1px solid #ed8323;
        border: 1px solid #E7102F;
    }
    .i-check.checked,
    .i-radio.checked {
        border: 1px solid #ed8323;
        border: 1px solid #E7102F;
        background: #ed8323;
        background: #E7102F;
    }

    .i-check.checked:before,
    .i-radio.checked:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .i-check.disabled,
    .i-radio.disabled {
        border-color: #d9d9d9 !important;
    }

    .i-check.disabled.checked,
    .i-radio.disabled.checked {
        background: #ccc !important;
    }

    .i-check.i-check-stroke.checked {
        background: #fff;
    }

        .i-check.i-check-stroke.checked:before {
            color: #ed8323;
        }

    .i-radio {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .i-radio:before {
        content: '\f111';
        font-size: 12px;
    }

    .checkbox-switch .i-check,
    .radio-switch .i-check,
    .checkbox-switch .i-radio,
    .radio-switch .i-radio {
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 44px;
        border-color: #999;
        border-width: 2px;
    }

    .checkbox-switch .i-check:before,
    .radio-switch .i-check:before,
    .checkbox-switch .i-radio:before,
    .radio-switch .i-radio:before {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        background: #b3b3b3;
        content: '';
        width: 16px;
        height: 14px;
        top: 2px;
        left: 2px;
        position: absolute;
    }

    .checkbox-switch .i-check.checked,
    .radio-switch .i-check.checked,
    .checkbox-switch .i-radio.checked,
    .radio-switch .i-radio.checked {
        background: #fff;
    }

    .checkbox-switch .i-check.checked:before,
    .radio-switch .i-check.checked:before,
    .checkbox-switch .i-radio.checked:before,
    .radio-switch .i-radio.checked:before {
        background: #ed8323;
        -webkit-transform: translate3d(20px, 0, 0);
        -moz-transform: translate3d(20px, 0, 0);
        -o-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    .checkbox-switch .i-check.disabled:before,
    .radio-switch .i-check.disabled:before,
    .checkbox-switch .i-radio.disabled:before,
    .radio-switch .i-radio.disabled:before {
        background: #ccc !important;
    }

    .checkbox-small,
    .radio-small {
        margin-bottom: 10px;
    }

    .checkbox-small.checkbox-inline,
    .radio-small.checkbox-inline,
    .checkbox-small.radio-inline,
    .radio-small.radio-inline {
        margin: 0;
    }

    .checkbox-small label,
    .radio-small label {
        font-size: 12px;
    }

    .checkbox-small label .i-check,
    .radio-small label .i-check,
    .checkbox-small label .i-radio,
    .radio-small label .i-radio {
        width: 18px;
        height: 18px;
        line-height: 16px;
        top: 3px;
    }

    .checkbox-small label .i-check:before,
    .radio-small label .i-check:before,
    .checkbox-small label .i-radio:before,
    .radio-small label .i-radio:before {
        font-size: 12px;
    }

    .checkbox-small label .i-radio:before,
    .radio-small label .i-radio:before {
        font-size: 9px;
    }

    .checkbox-lg,
    .radio-lg {
        margin-bottom: 20px;
    }

    .checkbox-lg.checkbox-inline,
    .radio-lg.checkbox-inline,
    .checkbox-lg.radio-inline,
    .radio-lg.radio-inline {
        margin: 0;
    }

    .checkbox-lg label,
    .radio-lg label {
        font-size: 16px;
    }

    .checkbox-lg label .i-check,
    .radio-lg label .i-check,
    .checkbox-lg label .i-radio,
    .radio-lg label .i-radio {
        width: 26px;
        height: 26px;
        line-height: 24px;
        top: -1px;
    }

    .checkbox-lg label .i-check:before,
    .radio-lg label .i-check:before,
    .checkbox-lg label .i-radio:before,
    .radio-lg label .i-radio:before {
        font-size: 16px;
    }

    .checkbox-lg label .i-radio:before,
    .radio-lg label .i-radio:before {
        font-size: 14px;
    }

    .checkbox-stroke .i-check.checked,
    .radio-stroke .i-check.checked,
    .checkbox-stroke .i-radio.checked,
    .radio-stroke .i-radio.checked {
        background: #fff;
    }

    .checkbox-stroke .i-check.checked:before,
    .radio-stroke .i-check.checked:before,
    .checkbox-stroke .i-radio.checked:before,
    .radio-stroke .i-radio.checked:before {
        color: #ed8323;
    }

    .checkbox-stroke .i-check.checked.disabled,
    .radio-stroke .i-check.checked.disabled,
    .checkbox-stroke .i-radio.checked.disabled,
    .radio-stroke .i-radio.checked.disabled {
        background: #fff;
    }

        .checkbox-stroke .i-check.checked.disabled:before,
        .radio-stroke .i-check.checked.disabled:before,
        .checkbox-stroke .i-radio.checked.disabled:before,
        .radio-stroke .i-radio.checked.disabled:before {
            color: #ccc;
        }

