@charset "utf-8";
h1.title {
    border-left: 3px double #cd1d1f;
    font-size: 1.7em;
    line-height: 0.7em;
    margin: 0 0 20px 0;
    padding: 0 0 0 5px;
}
.full-width {
    width: 100%;
}
.padding-7px {
    padding: 7px;
}
.padding-30px{
    padding: 30px;
}
.background-main-color {
    background-color: #cd1d1f;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    margin-top: 24px;
}
.background-main-color:hover {
    background: #292d30;
    color: #FFF;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 32px -8px #858585;
    -moz-box-shadow: 0px 0px 32px -8px #858585;
    box-shadow: 0px 0px 32px -8px #858585;
}
.background-white {
    background-color: #fff;
}
.background-light-grey {
    background-color: #FAFAFA;
}

.search-filter{
    position: relative;
    z-index: 9999;
    margin-top: -120px;
}
.search-filter input,.search-filter select {
    position: relative;
    background-color: #f9f9f9;
    padding: 5px 5px 5px 35px;
    border: solid 1px #eee;
    outline: none;
    font-size: 14px;
    height: 32px;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.search-filter label{
    font-size: 14px;
}
.search-filter .destination,.search-filter .date-input{
    position: relative;
}
.search-filter .destination:before {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 5;
    color: #fdbe19;
}
.search-filter .date-input:before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 5;
    color: #fdbe19;
}
.daterangepicker{
    z-index: 99999 !important;
}
.grid .item-grid p {
    border: none;
    font-size: 0.9em;
    font-weight: 700;
    color: #013243;
    height: 38px;
    display: inline-block;
    float: left;
    line-height: 38px;
    margin: 0;
    padding: 0 5px 0 5px;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.grid .item-grid span.price {
    background: #e1e1e1;
    border-left: 1px solid #c9c9c9;
    display: inline-block;
    float: right;
    height: 38px;
    color: #D91E18;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    width: 25%;
}
.form-search .slider-range {
    height: 100px;
}
.form-search .slider-range .slider.slider-horizontal .slider-handle {
    border: 1px solid #F9690E;
    background: #F9690E;
}
.rezdetay .ozet p{
    font-size: 16px;
}
.rezdetay .ozet strong{
    font-size: 16px;
    font-weight: bold;
}
.rezdetay p.detayloc{
    background-color: #f5f5f5;
    border: 1px solid #DDD;
    padding: 5px 8px;
}
.rezdetay p.detayprice{
    background-color: #dff0d8;
    padding: 5px 8px;
    color: #3c763d;
    font-size: 18px;
    font-weight: bold;
}
.list-group .list-group-item{
    font-size: 16px;
}