/*******************************************************************************
 * 01 template Website
 * front-end Developer: Sadegh Eftetahi (https://charterdesign.ir | +989158150424)
 *******************************************************************************/
body{
    position:relative;
}
body .ch_button i,
body #search_flight.searchPanel .date_icon i::before,
body #search_flight.searchPanel .arrow_city i::before{
    color:#2AACD5;
}
body .line_box_mabda,body .line_box_maghsad{ background: none;}
body:before {
    position:fixed;
    right:0;
    content:'';
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    z-index:-1;
    background:#fff;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}

@keyframes fadein {
    from { opacity: 1; z-index:99999;}
    to   { opacity:1; z-index:-1;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 1; z-index:99999;}
    to   { opacity:1; z-index:-1;  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 1; z-index:99999;}
    to   { opacity:1; z-index:-1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 1; z-index:99999; display:block;}
    to   { opacity:1; z-index:-1; display:none;}
}

/* Opera < 12.1 */

body #header_menu .contact_menu>.icon{
    background:url(iconss.png) no-repeat 0 0 !important;
    background-size:100px 200px !important;
}
body #header_menu .user_menu>.icon{
    background:url(iconss.png) no-repeat 0 -20px !important;
    background-size:100px 200px !important;
}
body #header_menu .menu .arrow_icon{
    background:url(iconss.png) no-repeat -20px -40px !important;
    background-size:100px 200px !important;
}
body #header_menu .menu.panel_menu .separator{display:none;}
/*
body #header_menu .submenu .box.mobile .ch_icon{
    background:url(iconss.png) no-repeat 0px -40px !important;
    background-size:100px 200px !important;
}
body #header_menu .submenu .box.email .ch_icon{
    background:url(iconss.png) no-repeat 0px -60px !important;
    background-size:100px 200px !important;
}
body #header_menu .submenu .box.address .ch_icon{
    background:url(iconss.png) no-repeat 0px -80px !important;
    background-size:100px 200px !important;
}
body #header_menu .submenu .box.card-bank .ch_icon{
    background:url(iconss.png) no-repeat 0px -100px !important;
    background-size:100px 200px !important;
}
body #mobile_sidebar .sb_menu ul li.home .icon{
    background:url(iconss.png) no-repeat 0px -120px !important;
    background-size:100px 200px !important;
}
body #mobile_sidebar .sb_menu ul li.ticket .icon{
    background:url(iconss.png) no-repeat 0px -140px !important;
    background-size:100px 200px !important;
}
body #mobile_sidebar .sb_menu ul li.help .icon{
    background:url(iconss.png) no-repeat -20px 0px !important;
    background-size:100px 200px !important;
}
body #mobile_sidebar .sb_menu ul li.about .icon{
    background:url(iconss.png) no-repeat 0px -160px !important;
    background-size:100px 200px !important;
}
body #mobile_sidebar .sb_menu ul li.law .icon{
    background:url(iconss.png) no-repeat 0px -180px !important;
    background-size:100px 200px !important;
}
body #mobile_sidebar .sb_menu ul li.logout .icon{
    background:url(iconss.png) no-repeat -20px -20px !important;
    background-size:100px 200px !important;
}
*/
body #header_menu .panel_menu>.icon{
    background:url(iconss.png) no-repeat -20px -60px !important;
    background-size:100px 200px !important;
}
body .pop-up-content{ background:#eee !important;}

/* ---------------header--------------- */
body #main_nav{
    background:none;
    box-shadow:none;
    position:absolute;
    top:20px;
}
body #logo{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body #sidebar_btn {
    margin-top: 6px;
}
#sidebar_btn span{
    background:#fff;
}
body #logo a{
    width:180px;
    height:60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body #logo img{height:auto;}
body #header_bg{
    /*background: url("header.jpg") center !important;*/
    background-size:100% !important;
    height:460px;
}
body #header_menu {
    background:none;
    border-radius: 8px;
}
body #header_menu .submenu,
body #mobile_sidebar{
    border-radius: 8px;
    border-color:#2AACD5;
}
body #header_menu .submenu .head_contact_menu{ display:none;}
body #header_menu .submenu .head_contact_menu{
    background:none;
}
body #header_menu .social {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body #header_menu .menu.active:before,
body #header_menu .menu:before{ display:none !important;}
body .submenu .head_menu{display:none;}
body #search_flight.searchPanel .text_box {
    border: none;
}
body #search_flight .date_icon,
body #search_flight .arrow_city{
    z-index:5;
    left:10px;
    top:8px;
}
body #search_flight .text_box{
    border-radius:0px;
    height:40px;
    line-height:40px;
}
body #search_flight .main_inp{
    padding-left:0px;
}
body #search_flight .main_inp div{
    height:40px !important;
}
body #header_menu .menu{
    color:#f0f6fb;
}
body #search_flight.searchPanel .arrow_city{
    border:none;
}
body #return_date_box{display:none;}
body #main_nav .container{width:1200px; margin:0 auto;}
body #header_menu .menu .separator{display:none;}
#header_menu .menu.blog_menu, #header_menu .menu.contact_menu, #header_menu .menu.user_menu{ padding-left:20px;}
#other_menu li .arrow_icon, #header_menu .menu .arrow_icon{left:0px;}
/* ---------------sidebar--------------- */
body #sidebar_result,
body #sidebar{
    /*     position: relative; */
}
body #wrapper .container{position: relative;}
body #search_flight.searchPanel{
    background:rgba(0,0,0,0.5) !important;
    border:none;
    color:#fff;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    top: -280px;
    position:absolute;
    width:100%;
}
body #search_flight .clear{ display:none;}
body #search_flight .line_box{
    float:right;
    width:29%;
    padding-left:20px;
    box-sizing: border-box;
}
body #search_flight .line_box_mabda{
    padding-left:32px !important;
}
body #search_flight .line_box_maghsad{
    padding-right:12px;
}
body #search_flight .line_box .half_box{
    padding-left:0px;
    float:none;
    width:auto;
}
body #search_flight .exchange{
    right: 29%;
    margin-right: -18px;
    left:auto;
    display:block !important;
    top:68px;
    transform: rotate(90deg);
    -o-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* IE 9 */
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
}
body .ch_button{
    padding:0;
    float:left;
    width: 12.7%;
    border-radius:0;
    height:40px;
    line-height:40px;
    border-color:#2AACD5;
    background:#2AACD5;
    color:#fff !important;
}
body #sidebar_result .ch_button{
    top:26px;
}
body .ch_button .sub{
    text-align:center;
    border-radius:0px;
}
body .ch_button .bg{ display:none;}
body .ch_button i{
    left:auto !important;
    right:5px;
    color:#fff;
    top:6px;
}
body .ch_button .circle2,.ch_button .circle1{display:none;}
body #search_flight.searchPanel .label_box label{
    color:#fff;
}
body #sidebar_result .sb_title,
body #sidebar .sb_title{
    background-color: #fafafa;
    text-shadow: none;
    font-size: 18px;
    color: #484848;
    font-size:17px;
    padding:0px;
    margin:0 20px;
    border-bottom:1px solid #e0e0e0
}
body #sidebar_result .sb_title span,
body #sidebar .sb_title span{
    border-bottom:1px solid #2AACD5;
}
body #sidebar .widg{ padding-top:10px;}
body #search_flight.searchPanel .sb_title{
    background:none;
    color:#fff;
    border-color:rgba(255, 255, 255, 0.16);
    margin-bottom:10px;
}
body #sidebar .sb_title .sbt_icon{
    display:none;
}
body #search_flight .main_inp .input_icon{top:10px;}
/* ---------------content--------------------- */
body #content .ad_sb{ display:none;}
.ad_sb img{width: 100%;}
body .special_route_box.special_result {
    padding:10px;
    background:#fff;
    box-shadow:0 0 18px rgba(0,0,0,0.1);
    float: none;
    width: auto;
    border-radius:5px;
}
body #wrapper{
    background:#eee;
    padding:50px 0 30px 0;
}
body .special_result .sr_table{
    background:#fff;
    padding:8px;
    margin:1%;
    box-shadow:0 0 7px rgba(0,0,0,.1);
    transition: all 0.5s ease;
}
body .special_result .sr_table:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(50,50,93,.1), 0 5px 10px rgba(0,0,0,.07);
}
body .content_title_box i{
    display:none;
}
body .content_title_box {
    border-bottom: 1px solid #e0e0e0;
    overflow: initial;
    color: #272727;
}
body .content_title_box .content_title{
    height:31px;
    position:relative;
    margin-bottom:-1px;
    font-size:16px;
    border-bottom:1px solid #2AACD5;
}
body .special_result .sr_table .t_head{
    background: url("city-THR.jpg") left center !important;
    height:50px;
}
body .sr_table.sr_table_THR .t_head {
    background: url("city-THR.jpg") left center !important;
}
body .sr_table.sr_table_MHD .t_head {
    background: url("city-MHD.jpg") left center !important;
}
body .sr_table.sr_table_KIH .t_head {
    background: url("city-KIH2.jpg") left center !important;
}
body .sr_table.sr_table_AWZ .t_head {
    background: url("city-AWZ.jpg") left center !important;
}
body .sr_table.sr_table_IFN .t_head {
    background: url("city-IFN.jpg") left center !important;
}
body .sr_table.sr_table_SYZ .t_head {
    background: url("city-SYZ.jpg") left center !important;
}
body .sr_table.sr_table_TBZ .t_head {
    background: url("city-TBZ.jpg") left center !important;
}
body .sr_table.sr_table_RAS .t_head {
    background: url("city-RAS.jpg") left center !important;
}
body .sr_table.sr_table_NJF .t_head {
    background: url("city-NJF.jpg") left center !important;
}
body .sr_table.sr_table_GSM .t_head {
    background: url("city-GSM.jpg") left center !important;
}
body .sr_table.sr_table_BND .t_head {
    background: url("city-BND.jpg") left center !important;
}
body .sr_table.sr_table_DBX .t_head {
    background: url("city-DBX.jpg") left center !important;
}
body .sr_table.sr_table_IST .t_head {
    background: url("city-IST.jpg") left center !important;
}
body .special_result .sr_table .t_table{
    margin-top:15px;
    color: #fff;
}
body .special_result .sr_table .line{
    padding:0;
    line-height:30px;
    border-radius:4px;
    padding:0 5px;
    background:none;
    border-bottom:1px solid #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .special_result .sr_table .line:hover{
    border-color:#2AACD5;
    background:none;
}
body .special_result .sr_table .content {
    height: 217px;
}
body .special_result .sr_table .line .price{
    color:#018c12;
}
body .special_result .sr_table .line .price:after{
    content:'تومان';
    float:left;
    color: #878787;
    font-size: 11px;
    margin-right:3px;
}
body .special_result .sr_table .line .city{
    color:#444;
    font-family:chfont;
}
body .special_result .sr_table .line:hover .city{
    color:#2AACD5;
}
/*  */
body .cssload-content{
    background:url(loading281.gif) no-repeat 0 0 !important;
    background-size:100% !important;
    width:100px;
    height:100px;
}
body .cssload-content div{
    display:none;
}
body .calcu_table .cssload-content{
    width:40px;
    height:40px;

    -webkit-transform: scale(1)  !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
/* ------result------ */
body #sidebar_result .sb_res_title {
    background-color: #d0dcde;
    color: #2b3c5d;
}
body .btn {
    background-color: #437FA3;
}
body .search_result_box .result_header .search_result_no {
    font:normal 14px/25px chfont;
    color: #52636d;
}
body .search_result_box .tabbs .active {
    background-color: #1b5175;
}
body .resu .select a{
    background-color: #1b5175;
    border-radius: 3px;
}
body .resu .select a:hover {
    background-color: #194263;
}
body .resu {
    background: #ebf1f5 !important;
    box-shadow: none !important;
    border: 1px solid #d2dce2 !important;
}
/* ------popup------ */
body .close_btn {
    left: -11px;
    right: auto;
}
body .popup_title i{ display:none;}
body .calcu_table{
    margin:1.3%;
    background: #fff;
    border: none;
    padding: 4px;
    border-radius:5px;
    box-sizing:border-box;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
}
body .calcu_table .date{
    font-size:13px;
    color:#8a8a8a;
    margin-bottom:4px;
}
body .calcu_table .titr{
    font-size:12px;
}
body .calcu_table .box a{
    background:none;
    box-shadow:none;
    border:none;
    padding:0;
    color:#484848;
}
body .calcu_table .box a:hover{
    box-shadow:none;
}
body .popup_title{
    text-shadow: none;
    color: #484848;
    font-size: 17px;
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}

body #from_to_popup .calcu_table_box{
    width:auto;
}
body .sr_table .t_head{
    background-color: #194263;;
    border:none;
}

.scrollToTop{
    background: rgba(48,74,100,0.7) url("iconss.png") no-repeat 0 0;

    background-size:200px 400px !important;
    position: fixed;
    z-index: 999;
    opacity: 0;
    bottom: 14px;
    right: 14px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.scrollToTop.active{
    opacity: 1;
}
.scrollToTop:hover{
    background-color: rgba(48, 74, 100, 0.96);
}
/* --------------------------------result page------------------------------------------ */
body #no_way .ad_sb_result{ display:none;}
body .one_way .search_result_box{
    float:none !important;
    width:auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    border-radius: 5px;
}
body .resu{
    background: #fff;
    border:none;
    padding: 8px;
    margin-bottom:15px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    transition: all 0.5s ease;
}
body .resu:hover {
    background: #ebf1f5;
}
body .resu .price{
    background:none;
    color:#25ab04;
}
body .resu .price div{
    left:auto;
    right:-7px;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(-90deg)
}
body .resu .select{
    width:18%;
    border-radius:5px;
}
body .resu .price{
    padding-right:20px;
    box-sizing:border-box;
}
/* -------------------------------footer-------------------------- */
body #footer_logo {
    background: #396f80;
}
#footer{ padding-bottom:60px;}
#footer_menu{
    background:none;
    float:left;
    width:200px;
}
#footer_menu .container{width:auto; text-align:right;}
#address_footer{width:auto !important;}
#address_footer .clear{ display:none;}
#footer_menu ul li{
    display:block;
}
#footer_menu ul li a{color:#6c6c6c}
#social_box{padding:0}
#social_box ul li a{
    border-radius:5px;
    background-color:#568492;
}
#social_box ul li a:hover {
    background-color: #2AACD5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#copyright{
    line-height:30px;
    height:30px;
    clear:both;
    overflow:hidden;
}
.copyright{ float:right;}
.design{ float:left;}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1224px){
    body #main_nav .container{ width:auto; margin:0 15px;}
    body #header_bg {display: block;}
}
@media only screen and (max-width: 1024px){
    body #header_bg{
        background-size:cover !important;
    }
}
@media only screen and (max-width: 960px){
    body #search_flight .line_box{
        padding-left:10px;
    }
    body .ch_button i{display:none;}
    body #header_menu{height:50px;}
    body #header_menu .submenu, body #mobile_sidebar{ top:56px;}
    body #sidebar .widg_inn {
        padding:12px 20px;
    }
    body{ padding-top:0px !important;}
}
@media only screen and (max-width: 780px){
    body #header_bg{ display:block;}
    body #logo a{ width:140px; height:50px;}
    body #main_nav{
        top:0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    body #main_nav.header_small{
        position:fixed;
        background:#133F5C;
    }
    body #sidebar .ad_sb{ display:none;}
    body .sr_table{ width:31.3%;}
    body #sidebar_result #search_flight {
        display: block;
    }
    body #mobile_sidebar {
        top:0 !important;
        border-radius:0;
    }
    body #sidebar_result {
        position:static;
    }
    body #sidebar_result #best_sb_search{
        position: fixed;
        top: 0;
        height: 100%;
        overflow: auto;
        z-index: 5;
        right: -240px;
        width: 240px;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }
    body.active_sidebar_result #sidebar_result  #best_sb_search{right:0px;}
    body .sidebar_responsive_inn{ padding:0px;}
}
@media only screen and (max-width: 720px){
    body #search_flight .line_box{ width:50%;}
    body .ch_button {
        width: 18%;
    }
    body #search_flight .line_box.line_box_maghsad{
        padding-left:0;
    }
    body #search_flight .exchange {
        right: 50%;
        margin-right: -26px;
    }
    body #search_flight .line_box_date {
        padding-left: 32px !important;
    }
}
@media only screen and (max-width: 640px){
    body .sr_table {width: 48%;}
    body .calcu_table{
        width:22.4%;
    }
    body .resu .price span {
        padding-left: 0px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 480px){
    body .special_result .sr_table{ padding:0;}
    body .calcu_table {
        width: 30.7%;
    }
    body .resu{ padding:0px;}
    body #search_flight .line_box{
        padding: 0px !important;
        width: 100%;
    }
    body #search_flight.searchPanel{ top: -390px;}
    body .ch_button{ padding: 0 !important; height: 40px !important;}
    body #search_flight .main_inp{ margin-bottom: 5px;}
    body #search_flight .exchange{
        right: auto;
        left: 70px;
        top: 90px;
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
	body .ch_button {width: 100%;}
}
@media only screen and (max-width: 440px){
    body #search_flight .line_box_date{ clear:none;}
}
@media only screen and (max-width: 420px){
    body .special_route_box.special_result{ border-radius:0;}
    body #sidebar .sb_title{ text-align:right;}
    body #sidebar .sb_title .text {
        display: inline-block;
    }
    body #wrapper .container{ margin:0;}
    body .one_way .search_result_box{
        border-radius:0px;
    }
}


@media only screen and (min-width: 780px){
    /*     body .login_register a,
        body .language_menu ul li a,
        body .language_menu>a,
        body #mobile_sidebar .sb_title,
        body #mobile_sidebar .price {
            color: #fff;
        } */
}