﻿@import url('jquery.gritter.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/css/bootstrap-datepicker.min.css');

.bread-crumb {
    float: left;
    width: 100%;
    position: relative;
    margin: 30px 0;
}

.bread-crumb h2 {
    float: left;
    position: relative;
    color: #ff631e;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.bread-crumb .breadcrumb > .active {
    font-family: "Raleway", sans-serif;
    color: #dadada;
}

.bread-crumb .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #010165;
    border-radius: 4px;
    font-weight: 600;
}

.bread-crumb .breadcrumb li a {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.hotels_box_detail {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.hotels_box_detail .p {
    float: left;
    text-align: left;
    position: relative;
    width: 100%;
    color: #808080;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
.hotels_box_detail .details-text {
    float: left;
    text-align: left;
    position: relative;
}
.hotels_box_detail .details-text h4 {
    position: relative;
    color: #636363;
    font-family: "Raleway", sans-serif;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}
.hotels_box_detail .details-text h4 small {
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.hotels_box_detail .details-text h4 small i {
    color: #01b7f2;
    font-size: 13px;
}
.hotels_box_detail .details-feature {
    float: right;
    text-align: left;
    position: relative;
}
.hotels_box_detail .details-feature ul {
    margin: 0 0 10px;
}
.hotels_box_detail .details-feature ul li i {
    border: 1px dotted #efefef;
    border-radius: 50%;
    color: #ff6c26;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 1.7;
    background: #fff;
}
.hotels_box_detail .details-feature ul li i:hover {
    color: #01b7f2;
}
.hotels_box_detail .details-feature ul li small {
    font-size: 10px;
    color: #919090;
}
.hotels_box_detail .reviews {
    float: left;
    width: 100%;
    position: relative;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    padding-left: 15px;
    margin-bottom: 10px;
}
.hotels_box_detail .reviews ul {
    margin-bottom: 10px;
}
.hotels_box_detail .reviews ul li {
    padding: 0;
}
.hotels_box_detail .reviews ul li a i {
    color: #ff6c26;
}
.hotels_box_detail .reviews span {
    color: #a2a2a2;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
}
.hotels_box_detail .select-sec {
    float: left;
    width: 100%;
    position: relative;
    border-left: 1px solid #ffffff;
    text-align: center;
    padding-left: 15px;
}
.hotels_box_detail .select-sec a {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.hotels_box_detail .select-sec span {
    color: #a2a2a2;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 16px;
}
.hotels_box_detail .select-sec .pri {
    padding: 0;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    color: #ff6c26;
    margin-bottom: 13px;
    font-size: 14px;
}
.hotels_box_detail .flight-logo {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-height: 152px;
    position: relative;
    margin-bottom: 10px;
}
.hotels_box_detail img {
    width: 100%;
    transition: all linear 0.3s;
    max-height: 182px;
}
.hotels_box_detail img:hover {
    transform: scale(1.2, 1.2);
    transition: all linear 0.3s;
}
.white-box {
    float: left;
    width: 100%;
    background-color: #efefef;
    padding: 10px 15px;
    position: relative;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btn_select-v2 {
    background: transparent;
    padding: 2px 7px;
    border-radius: 0;
    color: #8c8c8c;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    margin-top:24px;
}
.btn_select-v2:hover {
    background: #ff6c26;
    color: #ffffff;
}
.btn_select-v2:focus {
    background: #ff6c26;
}
.btn_book_v2 {
    background: transparent;
    padding: 10px 20px;
    border-radius: 0;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    transition: .3s;
    text-transform: capitalize;
}
.btn_book_v2:hover {
    background: #ff631e;
    transition: .3s;
    color: #ffffff;
}
.btn_book_v2:focus {
    background: #ff631e;
    color: #ffffff;
}