@font-face {
    font-family:IRANYekan,sans-serif;
}
@font-face {
    font-family: isans;
    font-weight: normal;
    font-style: normal;
    src : url("../fonts/isans.woff") format("woff");

}
@font-face {
    font-family: maticons ;
    src: url('../fonts/maticons.woff') format('woff');

}
@font-face {
    font-family: irsans ;
    src: url('../fonts/irsans.woff') format('woff');

}

html,body{
    font-family:irsans !important;
}
body{
    position: relative;
    min-height: 100%;
    top: 0px;
}

/* for top header menu */
.top-main{
    position: relative;
    padding-bottom: 350px;
}
.img-top-menu{
    position: absolute;
    /*filter: drop-shadow(8px 8px 10px gray);
    filter: blur(1px) contrast(200%);*/
    background: url(../public/main_kish.jpg);
    overflow: hidden;
}
.img-top-menu img{
    /*filter: url(#displacementFilter);*/
    /*transform: translate3d(0, 0, 0);
    transform: scaleY(1.8) rotateY(-2deg);*/
    height: 100% !important;
}
/*svg {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}*/
.topbar-nav > .navbar-nav > .active > a{
    background-color: transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
}

.wd-header{
    border-bottom: 1px solid #e5e5e5;
    padding: .5%;
}
.header-logo{
    float: left;
    max-width: 45px;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .topnav input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #ddd;
    color: black;
}
.navbar-right li .logo-left {
    padding-top: 0px;
}
.topbar-nav{
    /*padding: 10px;*/
}
/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}

#stretch-background{
    background-image: url("../images/backgroundstretch.jpg");
    min-height: auto;
}
.search-first-page{
    min-height: 300px;
    margin: 150px;
    /*border: 2px solid #000000;*/
}
.icon-searchBox{
    color:#ffffff;stroke: red;stroke-width: 30px;font-size: 20px;position: absolute;top: 28px;right: 5px;
}
.input-searchBox{
    border: none;width: 70%;padding-right: 20px;height: 50px;
}
.input-searchBoxH{
    border: none;width: 100%;padding-right: 40px;height: 40px;
}
/*remove the border when clicking inside an input field*/
input[type="text"], input[type="password"], textarea, select {
    outline: none;
}

.leftIconTopMenu{
    margin-left: 10px;
}

.bejbg {
    background: rgb(248, 248, 242) !important;
}
.greybg {
    background: #f1f4f9;
}
.social ul{
    list-style: none;
}
.social ul li {
    display: inline-block;
    font-size: 20px;
    padding-left: 10px;
}
/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn-signin{
    padding: 5px 15px;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    background-color: unset;
}


.btn-submit {
    display: inline-block;
    line-height: 49px;
    width: 100%;
    font-family: inherit;
    background: #ffe151;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: capitalize;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 30px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-submit:hover {
    background: #ebcd3d;
}

/* ==========================================================================
   #Rate Star
   ========================================================================== */
/*.rating-box {
    position:relative;
    vertical-align: middle;
    font-size: 3em;
    font-family: FontAwesome;
    display:inline-block;
    color: #F68127;
}
.rating-box:before{
    content: "\f006 \f006 \f006 \f006 \f006";
}
.rating-box .rating {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #F68127;
}
.rating-box .rating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}
@media (max-width: 767px) {
    .btn-submit {
        width: 100%;
    }
}*/


/* start style for hotel page */
.hotel_info{
    margin-bottom: 20px;
}

.bcGroup ul li a:after{
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    transform: rotate(-45deg);
}
/*.bcGroup ul > li :not(:last-child):after{
    color: red;
}*/
.bcGroup{
    position: relative;
    /*display: inline-block;
    width: 890px;
    height: 40px;*/
    margin-top: 10px;
    border-bottom: 1px solid #dedede;
}
.bcGroup ul {
    display: inline-block;
    height: 45px;
}
.bcGroup ul li {
    display: inline-block;
    position: relative;
    line-height: 40px;
    padding: 0 7px;
}

.bcGroup ul li a {
    display: block;
    color: #878787;
    /*padding-left: 5px;*/
    white-space: nowrap;
    text-decoration: none;
}


.bcGroup ul li a span{
    font-size: 13px;
    margin-left: 4px;
}

.bcGroup ul li:last-child a:after
{
    display: none;
}

.mainSection-city{
    margin-top: 15px;
}
.hotel-title{

}
.hotel-title .hotelName{
    font-size: 21px;
    color: #535353;
    display: inline-block;
    line-height: 42px;
    word-spacing: -1px;
    white-space: nowrap;
    margin-left: 5px;
}
.hotel-description{
   margin-top: 50px;
}
.hotel-description p{
    display: block;
    text-align: justify;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    direction: rtl;
}

/* */

.hotel_rules{
    border-top: 1px solid #dedede;
}
.hotel_rules_sec{
    text-align: center!important;
}
.logo_hotel_rules{
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.logo_hotel_rules img{
    vertical-align: middle;
    width: 100px;
    height: 100px;
}
.title_hotel_rules{
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #4f4f4f;
}
.desc_hotel_rules{
    margin-top: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #4f4f4f;
}

.select_room{
    border-top: 1px solid #dedede;
}
.select_room h1{
    font-size: 20px;
    font-weight: 700;
}
.select_room .input-group-icon{
    padding: 0px 10px 0px 0px!important;
}
.icon-searchBox{
    top: 15px;
}
.btn_select_room{
    margin-top: 30px;
}


.hotel_reserve_sec{
    margin-top: 25px;
}
.hotel_reserve_sec table tbody tr td{
    padding-top: 20px;

}
.hotel_reserve_sec tr td .hotel_reserve_img{
    max-width: 140px;
    max-height: 70px;
    overflow: hidden;
}
.hotel_reserve_sec .table-responsive{
    overflow: hidden;
}
.hotel_reserve_sec .table-responsive .table{
    margin: 0px auto !important;
    float: none;
}
.hotel_reserve_sec .table-responsive .table th {
    text-align: center;
}
.td_hotel_reserve_img{
    padding-top: 9px !important;
}

.reserve_margin_top{
    /*padding: 0px !important;*/
}
.label_span{
    display: block;
}
.reserve_approved_price{
    color: #afafaf;
}
.reserve_discount_price p{
    font-size: 16px;
    color: #fd525a;
}

.hotel_location{
    border-top: 1px solid #dedede;
    padding-top: 10px;
}
.hotel_near_place h3{
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
}
.distance_hotel_near{
    margin-top: 20px;
}
.map_hotel_location iframe{
    width: 100%;
}


.hotel_rate_result{

}
.hotel_rate_result_title{
    text-align: center;
}
.hotel_rate_result_number{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center !important;
    color: #fff;
    font-size: 18px;
    padding: 35px 15px;
    margin: 20px auto 0;
    background: #f6555a;
    border-radius: 10px 10px 10px 10px;
}

.hotel_review{
    border-top: 1px solid #dedede;padding-top: 20px;
}
.hotel_review .hotel_review_header{
    font-size: 20px;text-align: center
}
.hotel_review .hotel_rate_view{
    margin-bottom: 20px;
}
.hotel_review .hotel_review_register{
    margin-top: 20px;
    display: none;
}
.hotel_rate_register .col-md-12{
    margin-top: 20px;
}
/*.hotel_rate_register_facility .rate_label{*/
/*.hotel_rate_register_facility, .hotel_rate_register_price, .hotel_rate_register_roomQuality, .hotel_rate_register_position .rate_label{*/
.rate_label{
    margin-left: 40px;
}
/*.hotel_rate_register_facility .register_facility_select{*/
.register_facility_select, .register_price_select, .register_roomQuality_select, .register_position_select{
    display: inline-block;
}
/*.register_facility_select .rate_item{*/
.rate_item{
    position: relative;display: inline-block;margin-left: 25px;
}

.rate_item .lable_hide{
    position: absolute;top:-20px;left: 10px;display:none;
}

.hotel_comment_items{
    margin-top: 30px;

}
.hotel_comments{

}
.hotel_user_comment{

}
.user_site{
    position: relative;
    border-bottom: 1px solid #ececec;
}
.user_site p{
    display: inline;
}
.user_site p .svg-inline--fa{
    font-size: 50px;
}
.user_comment_info{
    position: absolute;
    top: 15px;
    right: 60px;
}
.user_comment_info span{
    margin-left: 20px;
}
.text_comment{
    margin-top: 15px;
}
.btn_load_more{
    text-align: center;
}
.btn_load_more button{
    border: none !important;
}
.close:focus {
    color: #fff;
}
.btn_load_more .btn{
    color: #337ab7 !important;
    border: none!important;
    background-color: transparent !important;
}

button {
    outline-style: none !important;
}

#more {display: none;}
.text_red{
    color: red;
}


.hotel_similar{
    border-top: 1px solid #ececec;
    padding-top: 10px;
}
.title_similar_hotel{
    text-align: right!important;
}
.title_similar_hotel h2{
    font-size: 24px;
    color: #4f4f4f;
}
.hotel_similar_desc{

}
.hotel_similar_img{
    max-width: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 4px;
    position: relative;
}
.hotel_similar_img img{
    width: 100%;
    height: 100%;
}
.hotel_similar_info{
    text-align: center;
}
.hotel_similar_info .hotel_similar_name{
    margin-top: 15px;
    color: #424242;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.hotel_similar_info .hotel_similar_price{
    margin-top: 8px;
    margin-bottom: 0;
    color: #424242;
}

.hotel_similar_info .hotel_similar_price .price_price{
    font-size: 16px;
    font-weight: 700;

}
.hotel_similar_info .hotel_similar_price .price_text{
    font-size: 12px;
    font-weight: 400;
}
/*.reserve_margin_top th{
    text-align: center !important;
}
.reserve_margin_top thead tr th{
    text-align: center !important;
}*/

.checked{
    color: orange;
}
.unchecked{
    color: gainsboro;;
}

.lSSlideOuter {
    position: relative;
    overflow: visible;
}
.lSSlideWrapper {
    position: static;
}

.mainSlider .lSAction  > .lSPrev {
    content: '';
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /*width: 6px;
    height: 6px;*/
    /*border-left: 10px solid #cecece;
    border-top: 10px solid #cecece;
    transform: rotate(-45deg);*/
}
.mainSlider .lSAction > .lSNext {
    content: '';
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /*width: 6px;
    height: 6px;*/
    background-color: transparent;
    /*border-left: 10px solid #cecece;
    border-top: 10px solid #cecece;
    transform: rotate(135deg);*/
}

.topSlider .lSAction  > .lSPrev {
    content: '';
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /*width: 6px;
    height: 6px;*/
    /*border-left: 10px solid #cecece;
    border-top: 10px solid #cecece;
    transform: rotate(-45deg);*/
}
.topSlider .lSAction > .lSNext {
    content: '';
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /*width: 6px;
    height: 6px;*/
    background-color: transparent;
    /*border-left: 10px solid #cecece;
    border-top: 10px solid #cecece;
    transform: rotate(135deg);*/
}

/* css for silder in hotel page */
.hotelSlider .lSAction > .lSPrev {
    background-color: #1b926c;
    color: #0f0f0f;
}
.hotelSlider .lSAction > .lSNext {
    background-color: #1b926c;
    color: #fff;
}

.firstSlider .lSAction > .lSPrev {
    left: -50px;
    background-color: #1b926c;
    color: #0f0f0f;
}
.firstSlider .lSAction > .lSNext {
    right: -50px;
    background-color: #1b926c;
}
.firstSlider ul li div img {
    padding-bottom: 15px;
    max-width: 100%;
    max-height: 100%;
}
.firstSlider ul li div a {
    text-decoration: none !important;
    font-size: 20px;
}
.similarHotelSlider .lSAction > .lSPrev {
    left: -50px;
    background-color: #1b926c;
    color: #0f0f0f;
}
.similarHotelSlider .lSAction > .lSNext {
    right: -50px;
    background-color: #1b926c;
}
.similarHotelSlider ul li div img {
    padding-bottom: 15px;
    max-width: 100%;
    max-height: 100%;
}
.similarHotelSlider ul li div a {
    text-decoration: none !important;
    font-size: 20px;
}

.circular-square{
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
}
.category-second{
    position: relative;
}
.cat-pic .cat-pic-image{
    position: absolute;
    top: -100px;
    left: 75px;
}
.cat-title-content{
    background-color: #a1a194;
    text-align: center;
    color: #ffffff;
    padding: 100px 10px 10px 10px;
}
.cat-pic-image {
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.cat-pic-image img{
    max-width: 100%;
    max-height: 100%;
}
.cat-podcast-content{
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 2px 25px;
    background-color: #f0f1f1;
    color: #7a7a7a;
}
.secondaryCat a {
    text-decoration: none !important;
    font-size: 20px;
    color: #ffffff;
}
.secondaryCat a:hover {
    color: #ececec;
}

.podcast-box{
    margin-top: 20px;background-color:#ececec;padding: 10px 0px 10px 0px;
}
.podcast-box .podcast-new{
    background-color:#fff;
}
.podcastbox-title{
    background-color: #1b926c;
    padding: 10px;
}
.podcastbox-title span{
    margin-right: 10px;
    color: #fff;
}
.podcastbox-content .vertical-podcastbox{
    padding: 10px;
}
.podcast-new .podcastbox-content .lSSlideOuter .lSPager.lSpg{
display: none !important;
}
.podcast-top .podcastbox-content .lSSlideOuter .lSPager.lSpg{
    display: none !important;
}
.vertical-podcastbox-content{
    border: 2px solid #ececec;
    padding-top: 8px;
}
.vertical-podcastbox-content .podcastTitle,.podcastContent{
    display: inline-block!important;
}
.vertical-podcastbox-content .podcastTitle{
    display: inline-block!important;
    margin-top: 17px;
}
.copyright{
    padding: 7px;
}
/* category member page style */
.CategoryMembers{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ececec;
    padding: 10px 0px 10px 0px;
}
.Category-Member{
    position: relative;
    min-height: 130px;
    background-color: #fff;
    padding-right: 90px;
    padding-top: 1px;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.Square-img {
    position: absolute;
    top:15px;
    right:-25px;
    object-fit: cover;
    width:100px;
    height:100px;
    border: 5px solid #234d2c;
    border-radius: 5px;
}
.cat-mem-title a{
    text-decoration: none;
    color: #1b926c;
}

/* third page style */
.mem-sub{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px 0px 10px 0px;
}
.mem-sub-title{
    font-weight: bolder;
}



/* ==========================================================================
   #reserve Page
   ========================================================================== */

.reserve_room{

}
.reserve_room_main{
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 13px 1px #bfbfbf;
    overflow: hidden;
    padding-bottom: 20px;
}
.reserve_room_main .reserve_step{
    position: relative;
    background: #f8f8f8;
    padding: 30px 15px;
    text-align: center;
    height: 95px;
}

.reserve_step ul{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;

    list-style: none;
    padding: 0;
    margin: 0;
}
.reserve_step ul li{
    position: relative;
    text-align: right;
    display: inline-block;
    line-height: 40px;
    padding-left: 10px;
    cursor: default !important;

}
.reserve_step ul li a{
    display: block;
    color: #c6c6c6;
    font-size: 14px;
    padding-left: 75px;
    padding-right: 40px;
    cursor: default !important;
    text-decoration: none;
}
.reserve_step ul li a::before{
    position: absolute;
    content: '';
    display: block;
    height: 23px;
    width: 23px;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    background: #f8f8f8;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.reserve_step ul li.reserve_step_active a{
    color: #ff515b;
}
.reserve_step ul li.reserve_step_active a:before{
    background: #fecccf; border-color: #ff515b
}
.reserve_content{

}
.reserve_content_title{
    /*height: 70px;*/
    padding: 20px 50px;
}
.reserve_info{
    padding: 35px 40px;
}
.reserve_info_user{
    box-shadow: 0 8px 12px -6px #e6e6e6;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 35px 40px;
    width: 100%;
}
.reserve_info_icon{
    margin-left: 5px;
}
.reserve_info_lable{
    width: 100%;
    font-size: 14px;
}
.lable_width{
    width: 100%;
}

.title_reserve_room{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hotelName_reserve_room{
    font-size: 12px;
}
.reserve_info_room_title{
    height: 70px;
    padding: 20px 0;
}
.reserve_info_room_main{
    margin-top: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 100%;
}
.reserve_info_room_main .table-responsive .table {
   margin-bottom: 0px !important;
}
.reserve_info_room_main .table-responsive .table td{
    border: 1px solid #ddd !important;
}
.reserve_info_room .table-responsive .table th {
    text-align: center;
    border: 1px solid #ddd !important;
}
.transfer_airport_main{
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 15px 20px;
    height: 100%;
    box-shadow: 0 10px 15px -8px #e8e8e8;
}
#transfer_airport_info{
    display: none;
    margin-top: 10px;
}
.transfer_airport_main .checkbox input[type="checkbox"], .reserve_accept_rule .checkbox input[type="checkbox"]{
    margin-right: 0px !important;
}
.reserve_info_request{
    margin-top: 40px;
}
#reserve_request_textarea{
    margin-top: 10px;
}
.block_span{
    display: block;
}
.reserve_accept_rule{
    margin-top: 40px;
}
.reserve_price_total{
    border: 2px solid #ececec;
    border-radius: 0 0 5px 5px;
    background: #f8f8f8;
    height: 50px;
    padding-top: 12px;
}
.reserve_price_total_title{

}
.reserve_price_totale_number{
    float: left;
}
.reserve_submit_button{
    float: left;
    margin: 15px;
}
.reserve_submit_button .btn-primary{
    padding: 10px 20px;
}

/*for config size of calander*/
/*
.pdp-default{
    left: 705px !important;
}*/
/*for config size of calander*/
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: available;
    font-family: irsans !important;
    width: auto;
}
.smalMarginTop{
    margin-top: 10px;
}
.mediumMarginTop{
    margin-top: 20px;
}
.largeMarginTop{
    margin-top: 50px;
}


 /*for show alert in form input*/
.alert-validation{
    margin-top: 5px;
}
.alert-validation-body{
    color: #a94442 !important;
}

/* ==========================================================================
   #reference Page
   ========================================================================== */
.refPage_siteConfirm{
    text-align: center
}
.refPage_siteConfirm .refPage_siteConfirm_success{
    font-size: 16px;margin-top: 40px;font-weight: bolder;
}
.refPage_siteConfirm .refPage_siteConfirm_followUp{
    font-size: 16px;margin-top: 20px;
}
.refPage_hotelConfirm{
    font-size: 16px;margin-top: 40px;
}
.timer_payment{

}
.timer_payment .timer_payment_header{
    font-size: 16px;margin-top: 40px;
}
.timer_payment .timer_payment_body{

}
#TimerDiv{
    font-size: 30px;text-align: center;margin-top: 20px;
}
.timer_payment .timer_payment_body .reservePageTimer{

}
.followUp_reserve_info{

}
.followUp_reserve_info_main{
    font-size: 18px;text-align: center;margin-top: 20px;font-weight: bolder;padding: 0px 450px;
}
.followUp_reserve_info_main_body{
    border: 3px solid;padding: 10px 0px;
}
.followUp_reserve_info_main_title{
    display: block;margin-bottom:20px;
}
.followUp_reserve_info_main_code{

}
.followUp_reserve_info_message{
    font-size: 16px;text-align: center;margin-top: 20px;font-weight: bolder;
}
.onlinePayment{
    margin-top: 20px;
}
.onlinePayment_div{
    padding: 10px 40px;text-align: center;
}
.onlinePayment_div_body{
    border: 2px solid;
}
.onlinePayment_div_body img{
    width: 100px;height: 100px;
}
a #a-finalCheck-open{
    text-decoration: none;
}
/*start for create popup*/
#popdiv-finalCheck-reserveInfo {
    height: 50%;
    width: 50%;
    background-color: #97ceaa;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.backdrop-finalCheck-reserveInfo {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}
#a-finalCheck-close{
    position: absolute;top: 10px;right: 10px;
}
.popup-finalCheck-header{
    padding: 40px 10px 20px 0px;
}
.popup-finalCheck-body{
    font-size:16px;padding: 40px 10px 20px 0px;
}
/*end for create popup*/



