/* flatix.ir */

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-ms-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-o-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


body{
	background: rgba(230, 126, 34, 0.1);
	background: linear-gradient(to bottom, rgba(230, 126, 34, 0.1) 50%, transparent 100%) repeat scroll 0% 0% transparent;
	background: -moz-linear-gradient(to bottom, rgba(230, 126, 34, 0.1) 50%, transparent 100%) repeat scroll 0% 0% transparent;
	background: -webkit-gradient(to bottom, rgba(230, 126, 34, 0.1) 50%, transparent 100%) repeat scroll 0% 0% transparent;
	background: -webkit-linear-gradient(to bottom, rgba(230, 126, 34, 0.1) 50%, transparent 100%) repeat scroll 0% 0% transparent;
	background: -o-linear-gradient(to bottom, rgba(230, 126, 34, 0.1) 50%, transparent 100%) repeat scroll 0% 0% transparent;
	background: -ms-linear-gradient(to bottom, rgba(230, 126, 34, 0.1) 50%, transparent 100%) repeat scroll 0% 0% transparent;
	background-repeat: no-repeat;
	background-position: top;
}

#header_bg{
	height: 189px;
}

#sidebar {
	float: none;
	width: 100% !important;
	position: relative !important;
	top: auto !important;
}

#sidebar_inn {
    margin-left: 0;
}

#sidebar_inn .clear{
	clear: none;
}

#content {
    float: none;
    width: 100% !important;
}

.special_route_box {
    float: none;
    width: 100% !important;
}

#content .ad_sb_inn {
    padding-right: 0;
}

#sidebar .sb_title{
	height: 42px;
	line-height: 40px;
	background-color: #119dbc;
	color: #fff;
}

#sidebar_result .sb_title{
	height: 42px;
	line-height: 40px;
	background-color: #119dbc;
}

#footer_logo{
	background: #119dbc;
}

#main_nav {
	background-color: #3c3c3c;
	border-bottom: 7px solid #119dbc;
	border-top: 1px solid #e67e22;
	box-shadow: none !important;
}

#sidebar_btn span {
    background: #ccc;
}

#other_menu li .menu_toggle_btn::after, #header_menu .menu::after {
    border-bottom-color: #e67e22;
}

.submenu .head_menu {
    background: #e67e22;
	color: #fff !important;
}

.submenu_blog {
  background-color: transparent !important;
}

body #mobile_sidebar_head {
    background: #e67e22 !important;
    color: #fff !important;
	border-radius: 700px/251px;
}

#mobile_sidebar_head .sb_title{
	color: #fff !important;
}

#mobile_sidebar_head .price{
	color: #fff !important;
}

#mobile_sidebar_head a{
	color: #fff !important;
}

#mobile_sidebar_head a span{
	background: rgba(0, 0, 0, 0.6);
	padding: 4px 10px;
	border-radius: 30px;
}

.login_register a {
    float: none;
    padding: 0 3px;
}

.login_register a:first-child::before {
    display: none;
}
	
#header_menu .menu {
    color: #ccc;
}

#header_menu .menu .separator {
    display: none !important;
}

#header_menu .panel_menu > .icon {
-moz-filter: invert(100%) !important;
-ms-filter: invert(100%) !important;
-o-filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
filter: invert(100%) !important;
}

#header_menu .user_menu > .icon {
-moz-filter: invert(100%) !important;
-ms-filter: invert(100%) !important;
-o-filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
filter: invert(100%) !important;
}

#header_menu .contact_menu > .icon {
-moz-filter: invert(100%) !important;
-ms-filter: invert(100%) !important;
-o-filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
filter: invert(100%) !important;
}

#other_menu li .arrow_icon, #header_menu .menu .arrow_icon {
-moz-filter: invert(100%) !important;
-ms-filter: invert(100%) !important;
-o-filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
filter: invert(100%) !important;
}

#other_menu li .menu_toggle_btn, #other_menu > ul > li > a {
    color: #ccc !important;
}

#other_menu li .icon_menu {
-moz-filter: invert(100%) !important;
-ms-filter: invert(100%) !important;
-o-filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
filter: invert(100%) !important;
}

#footer {
	background-color: #333;
	border-top: 7px solid #119dbc;
	border-bottom: 1px solid #e67e22;
	color: #fff;
}

.text_box {
    border: 1px solid #ccc;
}

body #social_box {
    padding: 10px 0 0 0;
    text-align: center;
    background: #333 !important;
}

.submenu_blog .box .submenu_title {
    font: normal 13px/30px chfont;
	border-bottom: none;
}

.submenu_blog .box ul li a {
    font: normal 13px/26px chfont;
}

.submenu_blog .box ul li::before {
    display: none;
}

.submenu_blog_menu--wrapper a{
	color: #e67e22;
}

.submenu_blog_menu--wrapper li a{
	background-color: rgba(0, 0, 0, 0.07);
	color: #444 !important;
	border-radius: 7px;
	margin-bottom: 3px;
}

.submenu_blog_menu--wrapper li a:hover{
	background-color: #119dbc;
	color: #fff !important;
	border-radius: 7px;
	margin-bottom: 3px;
}

.sr_table_last_tourism {
    margin: 0 1% 12px;
}

.sr_table {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
	margin: 0 1% 16px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
}

.sr_table:hover {
    box-shadow: 0px 7px 15px #ccc;
}

.sr_table .line {
    border-bottom: none;
    color: #333;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 2px;
    margin-right: 7px;
    margin-left: 7px;
	font-size: 13px;
}

.sr_table .line:hover {
	background: #119dbc;
	color: #fff;
}

.sr_table .lastserach {
    background-color: rgba(230, 126, 34, 0.2) !important;
}

.sr_table .lastserach:hover  {
	background: #e67e22 !important;
	color: #fff;
}

.sr_table_last_tourism .line {
    border-bottom: 1px dotted #999;
    color: #333;
    padding: 2px 12px;
    background-color: #fff;
    margin-bottom: 2px;
    margin-right: 7px;
    margin-left: 7px;
}

.sr_table_last_tourism .line:hover {
	background: #119dbc;
	color: #fff;
}

.sr_table .content {
    height: 312px;
}

.sr_table .t_head{
    padding: 4px 10px;
    color: #fff;
    border: none;
	text-align: center;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	-ms-animation: Gradient 15s ease infinite;
	-o-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

.sr_table .t_table {
	float: none;
	font: 16px chfont;
	font-weight: bold;
	color: #fff;
	display: inline-table;
	padding: 4px 10px;
	border-radius: 10px;
}

.sr_table_last_tourism .t_table {
	float: none;
	font: 16px chfont;
	color: #fff;
	display: inline-table;
	padding: 4px 30px;
	border-radius: 10px;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	-ms-animation: Gradient 15s ease infinite;
	-o-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

.sr_table_last_tourism .t_head{
    padding: 10px 10px;
    color: #fff;
    border: none;
	text-align: center;
	background: #fff;
}

.scrollbar-inner, .scrollbar-outer {
  scrollbar-color: #e67e22 #eee;
}

#add_pessenger_manager .addshow {
  background-color: #e67e22;
}

.prevdis {
  border-color: transparent !important;
}

.search_result_box .tabbs li {
	background-color: #c0c0c0 !important;
}

.trainlist{
	background-color: #c0c0c0 !important;
}

.btn.revbtn, .btn.reverseg {
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
}

.calcu_table_box .btn {
    color: #fff;
    background-color: #119dbc;
    border: 1px solid #119dbc;
}

.btn_calender {
    border-color: #119dbc !important;
    color: #fff !important;
    background-color: #119dbc !important;
}

.trainicon {
    height: 19px !important;
}

.price2_tourism {
    background: #e67e22 !important;
	color: #fff;
}

.content_title_box{
	color: #e67e22;
	text-align: center;
	border-top: 4px dotted #ccc;
	margin-top: 15px;
	padding-top: 10px;
	display: inline-table;
	width: 100%;
	line-height: 0px;
}

.ch_button{
	padding: 0;
	float: none;
	margin-right: auto;
	width: 20%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border: none !important;
	border-radius: 4px;
	color: #ffffff !important;
	background: #e67e22;
	border: none;
}

.ch_button:hover{
	color: #fff;
	background: #119dbc;
	border: 1px solid #119dbc;
}

.ch_button .circle1{
	display: none !important;
}

.ch_button .circle2{
	display: none !important;
}

.ch_button .bg{
	display: none !important;	
}

.ch_button i {
	display: none !important;
    color: #119dbc;
}

#content .ad_sb {
    float: none;
    width: 100% !important;
	text-align: center;
	margin-top: 40px;
}

#content .ad_sb a {
    display: inline-table;
    margin-bottom: 10px;
}

#content .ad_sb a img {
    border-radius: 5px;
	display: inline-table;
	width: 100%;
	max-width: 270px;
}

#content .ad_sb a img:hover {
-webkit-opacity:0.8;
-o-opacity:0.8;
opacity:0.8;
filter:alpha(opacity=80);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

#search_result_from {
    float: none !important;
}

#no_way .ad_sb_result{
	display: none !important;
}

.one_way .search_result_box {
    width: 100% !important;
}

.ad_sb_result_inn {
    float: none;
    width: 100% !important;
	text-align: center;
}

.ad_sb_result_inn a img {
    border-radius: 5px;
	display: inline-table;
	width: 100%;
	max-width: 270px;
}

.ad_sb_result_inn a img:hover {
-webkit-opacity:0.8;
-o-opacity:0.8;
opacity:0.8;
filter:alpha(opacity=80);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.ad_sb_inn {
    float: none;
    width: 100% !important;
	text-align: center;
}

.ad_sb_inn a img {
    border-radius: 5px;
	display: inline-table;
	width: 100%;
	max-width: 270px;
}

.ad_sb_inn a img:hover {
-webkit-opacity:0.8;
-o-opacity:0.8;
opacity:0.8;
filter:alpha(opacity=80);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}


#sidebar .sb_title .sbt_icon{
	display: none;
}

#social_box ul li a{
	background-color: #119dbc;
	border-radius: 4px;
	border: none !important;
}

#social_box .title {
    display: none !important;
}

#footer .widg .footer_widg_title{
color: #e67e22;
border-bottom: 2px dotted #e67e22;
}

#search_flight .line_box{
	height: 60px;
	float: none;
	width: 295px;
	padding-left: 0;
	box-sizing: border-box;
	margin-bottom: 25px;
	border: unset;
	display: inline-block;
}

#search_flight{
	background-color: rgba(0, 0, 0, 0.6) !important;
}

#search_flight .line_box_mabda {
    border: none;
}

body #search_flight .line_box_mabda{
	margin-left: 3px;
	border-radius: 7px !important;
}

.nodatedesc{
	display: none !important;
}

#search_flight .main_inp .text_box {
    border-radius: 7px !important;
}

body #search_flight .line_box_maghsad{
	border-radius: 7px !important;
	margin-left: 3px;
}

body #search_flight .line_box_date .main_inp .text_box {
    border: none;
    border-radius: 7px !important;
	height: 50px !important;
}

#search_flight .sb_title {
	background-color: transparent;
	border: none;
	text-align: center;
}

#search_flight .sb_title h2 {
	font-size: 20px;
    text-shadow: none;
    font-weight: normal;
}

#search_flight .sb_title span {
	font-size: 20px;
    text-shadow: none;
    font-weight: normal;
}

.special_route_box .cnt_title{
	padding: 6px 10px;
	font: 17px chfont;
	text-align: center;
}

.sng {
    color: #333;
}

body #search_flight .line_box_date .main_inp .text_box {
    border-color: #119dbc;
}

.line_box.line_box_maghsad {
    border-color: #119dbc;
}

.contact_list_footer ul li {
    color: #fff;
}

.contact_list_footer ul li a {
    color: #fff;
}

.contact_list_footer ul li i {
    color: #fff;
}

.footer_menu ul li a {
    color: #fff;
}

.footer_menu ul li a:hover {
    color: #119dbc;
}

.footer_menu::after{
	content: 'ویرایش و بهینه سازی قالب توسط فلتیکســـ';
	font-size: 10px;
	margin-top: 20px;
	display: inline-table;
	color: #555;
}

.contact_list_footer ul li {
    font: 14px/30px chfont;
}

.search_result_box .result_header .title {
	float: none !important;
	color: #fff !important;
	display: inline-table !important;
}

.search_result_box .result_header a{
	color: #fff !important;
}

.enemad_box .item{
background: #eee;
border-color: #eee;
}
	
.calcu_table .box a {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	box-shadow: 0 -2px inset #ccc;
	-moz-box-shadow: 0 -2px inset #ccc;
	-webkit-box-shadow: 0 -2px inset #ccc;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
}

.calcu_table .box a:hover {
	border: 1px solid #e67e22;
	background-color: rgba(230, 126, 34, 0.1);
	color: #a85913;
	box-shadow: 0 -6px inset #e67e22;
	-moz-box-shadow: 0 -6px inset #e67e22;
	-webkit-box-shadow: 0 -6px inset #e67e22;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.calcu_table .box a.price.minpriceshow {
	border: 1px solid #1ebc61;
    box-shadow: 0 -6px inset #1ebc61;
}

.minpriceshow {
    color: #009c41 !important;
    background-color: rgba(30, 188, 97, 0.1) !important;
}

.minpriceshow span {
    color: #e67e22 !important;
	background-color: transparent;
	line-height: 14px !important;
	height: auto !important;
	margin-top: -24px !important;
	margin-left: -11px !important;
	border-top: 1px solid !important;
	width: 41px !important;
}

.calcu_table .date {
    color: #119dbc;
}

.fromtotitle {
    float: none;
    display: inline-table;
}

.popup_title {
    color: #fff;
	border-bottom: none;
	padding: 12px 4px;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border-radius: 5px;
	text-align: center;
}

.popup_title i {
	float: none;
	margin: 0 0 0 4px;
    color: #fff;
}

.popup_title #reverseh{
	display: none;
}

.content_title_box i {
	float: none;
    color: #e67e22;
	margin: 0;
}

.content_title_box .content_title{
	float: none;
	display: none;
	margin-right: 0 !important;
	font-size: 0px;
	line-height: 0px;
}

.calcu_table .box .price span {
    color: #e67e22;
	border-top: 1px solid #e67e22;
}

.calcu_table .titr, .calcu_table .date {
    font-weight: normal;
}

#search_result_from .result_header .icon {
   color: #fff !important;
   float: none;
}

#sidebar_result .sb_title{
    height: 42px !important;
    line-height: 40px !important;
    background-color: #119dbc !important;
}

#sidebar_result .sb_res_title {
    background-color: #e67e22 !important;
}

#sidebar_result .sb_res_title span {
    color: #fff !important;
    background-color: #119dbc !important;
    padding: 1px 5px;
    border-radius: 3px;
}

/* flatix.ir */

#sidebar_result .sb_res_title {
    line-height: 0.01em !important;
    margin: 10px auto 18px !important;
}

.resu .select {
	height: 43px !important;
    background-color: #119dbc !important;
}

.resu .disable {
    background-color: silver !important;
}

.reserve_sidebar_inn {
    border: 6px solid #e67e22;
}

.reserve_sidebar .sb_title {
    background-color: #e67e22;
}
	
.reserve_sidebar .sb_title .title {
    color: #fff;
}

.reserve_sidebar .sb_title .icon {
    color: #fff;
}

.blog_menu{
	display: none !important;
}


.cnt_title {
    background-color: #666;
}

.rss-item{
list-style: none !important;
padding: 6px !important;
margin: 0 4px 8px 4px !important;
display: inline-table !important;
text-align: center !important;
width: 30% !important;
background: #9a0038 !important;
border-top: 10px solid #119dbc;
color: #fff !important;
border-radius: 6px !important;
font-weight: bold;
font-size: 20px;
}

.rss-item:hover{
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.rss-item a{
border-top: none !important;
padding: 0 !important;
margin: 0 !important;
color: #ffbcd8 !important;
font-weight: bold !important;
font-size: 20px !important;
}

.rss-date{
font-weight: normal !important;
font-size: 15px !important;
background-color: #fff !important;
color: #9a0038 !important;
border-radius: 6px;
padding: 1px 10px;
margin: 7px auto;
display: inline-table;
}

#search_flight .date_icon i::before {
color: #119dbc !important;
}

#search_flight .arrow_city i::before {
color: #119dbc !important;
}

#search_flight .arrow_city i::before {
color: #119dbc !important;
}

#search_flight .text_box{
	height: 50px !important;
	font-size: 13px;
}

#search_flight .exchange {
	top: 30% !important;
	width: 25px;
	height: 25px;
	border-radius: 100% !important;
	text-align: center;
	right: 428px;
	left: auto;
	background-color: #fff;
	border: 1px solid #e67e22 !important;
	display: inline-table !important;
	margin: 2px;
}

#sidebar #search_flight .widg_inn{
	height: auto;
	display: block;
	width: auto;
	text-align: center;
}

span.borderaz{
	border: none !important;
}

#quick_links_section{
	
	padding: 30px 0;
}

#quick_links_section .title {
    color: #119dbc;
    border-bottom: 1px dotted #119dbc;
}

#quick_links_section .title i {
    color: #119dbc;
}

#quick_links_section ul li {
	width: 24%;
    background-color: #fff;
    margin: 2px;
	border-radius: 5px;
}

#quick_links_section ul li::before{
	top: 4px;
}

#quick_links_section ul li a {
    font: 13px chfont
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.scrollbar-inner > .scroll-element.scroll-y {
    width: 9px !important;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: rgba(230, 126, 34, 0.2);
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #e67e22;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #e67e22;
}

.calcu_table_box .footer_message {
    border: 1px solid #b8daff;
    background-color: #cce5ff;
    color: #004085;
}

.cnt_title_blog {
    padding: 5px 10px;
    font: 20px chfont;
}

.calcu_table .titr{
	color: #333;
}

.widg_about{
	display: none !important;
}

.widg_list{
	display: none !important;
}

#footer .widg .footer_widg_title{
	background: transparent !important;
}

#add_pessenger_manager .addshow, #add_pessenger_manager .addadl, #add_pessenger_manager .addchd, #add_pessenger_manager .addinf {

}

#add_pessenger_manager .addshow span:first-child, #add_pessenger_manager .addadl span:first-child, #add_pessenger_manager .addchd span:first-child, #add_pessenger_manager .addinf span:first-child {

}

.search_result_box .tabbs .active {
    background-color: #119dbc !important;
}

.resu {
	background: #eee !important;
}
.resu:hover{
    background: #ccc !important;
	box-shadow: 0px 0px 4px #e67e22;
}

.resu .price {
    background: #e67e22 !important;
	color: #fff !important;
}

.search_result_box .result_header .search_result_no {
    color: #119dbc !important;
}

#sidebar .widg {
    background-color: #c5f7ff;
    border: none !important;
	box-shadow: none;
}

#quick_links_section ul li {
    background-color: #c5f7ff;
	padding-top: 5px;
}

#news {
	border: none;
	background: #eee;
}

.sng p{
	color: #333;
}

#sidebar .widg p{
	color: #333;
}

.widg_list ul li a{
	color: #333;
}

#sidebar_result .widg_inn {
    padding: 0;
}

#sidebar_result .widg{
	background-color: transparent !important;
	border: transparent !important;
}

#best_sb_search .sb_inn_box {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ccc !important;
    border-radius: 6px;
	padding: 4px;
}

#best_sb_search .sb_inn_box {
}

.pessenger_popup .head {
    background-color: #119dbc !important;
}

.pessenger_popup .head .box {
    color: #fff !important;
}

.cnt_title {
    margin-bottom: 0 !important;
}

.bt-1{
background-color: #007bff;
border-color: #007bff;
text-align: center !important;
color: #fff !important;
padding: 6px 12px !important;
font-size: 16px !important;
line-height: 1.42857143 !important;
border-radius: 4px;
display: block !important;
}

.bt-2{
background-color: #dc3545;
border-color: #dc3545;
text-align: center !important;
color: #fff !important;
padding: 6px 12px !important;
font-size: 16px !important;
line-height: 1.42857143 !important;
border-radius: 4px;
display: block !important;
}

.icon_googleplay {
    background-color: #0eac51;
}

.ch_side_filter {
	display: none !important;
    right: 20px !important;
    left: auto !important;
}

.search_result_box .buttons .btn {
    background-color: #119dbc;
	color: #fff;
	border: 1px solid #119dbc;
	font-size: 12px;
}

.search_result_box .newsearch.btn {
    background-color: #e67e22 !important;
	color: #fff !important;
	border: 1px solid #e67e22 !important;
    height: 28px !important;
}

.one_way .search_result_box #reverse {
	background-color: #e67e22 !important;
	border: 1px solid #e67e22 !important;
	color: #fff !important;
}

.search_result_box .result_header {
	padding: 12px 4px !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border-radius: 5px;
	text-align: center;
	border: none !important;
}

.result_pagination {
   color: #119dbc !important;
}

.nodatedesc {
    color: #119dbc !important;
}

.mainpage .submenu_blog .submenu_blog_menu--wrapper .box {
    margin: auto;
    text-align: center;
}

.featured-row__description--showmore.blogItems {
    display: none;
}

#logo img {
  margin-top: 4px;
  margin-bottom: 3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#logo img:hover {
-webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#search_result_from .newsearch{
	font-size: 0;
}

#search_result_from .btn.newsearch i{
	margin-left: 0 !important;
}

#search_result_from .btn.newsearch i::before {
    font-size: 15px !important;
}

#search_result_from .buttons {
    display: inline-table;
    width: 100%;
}

.search_result_box .buttons {
    margin-bottom: 10px;
    float: none;
    text-align: center;
}

.search_result_box #reverse_bg {
    top: 0 !important;
}

.btn.revbtn i {
    color: #fff;
}

.btn_res{
	background: #e67e22 !important;
}

.btn_res .btn_res_inn{
	color: #fff !important;
	background: #119dbc;
}

#reserve_alert_out {
  border: 1px solid #000 !important;
  background-color: #D73C2C !important;
}

#reserve_alert_out span {
  color: #fff !important;
}

.language_menu {
  display: none !important;
  left: 0px !important;
  background: rgba(0,0,0,.6) !important;
  padding: 4px 10px !important;
  border-radius: 30px !important;
  color: #fff !important;
}

.language_menu .language {
  color: #fff !important;
}

.error {
  border: 1px solid #000 !important;
  background-color: #D73C2C !important;
  color: #fff !important;
}

.sr_table .line .price {
  font-size: 14px;
}

.efitooltip_bg .efitooltip {
  border: 2px solid #119dbc;
  box-shadow: 0px 0px 20px 8px rgba(0,0,0,.2);
  background: #fff !important;
}

.sr_table .t_head i::before {
  color: rgba(0,0,0,.6) !important;
}

.resu .price div.icon10 {
  background: #a606ca !important;
  background-color: #a606ca !important;
}

.resu .price div.icon11 {
  background: #d73c2c !important;
  background-color: #d73c2c !important;
}

.cssload-content.bgdoader{
	background-color: #d73c2c !important;
	border: 1px solid #000 !important;
}

div[style^="position: relative; width: 1200px; height: 267px; display: block; vertical-align: baseline; float: none;"] {
	display: none !important;
}

div[style^="position: relative; width: 1200px; height: 267px; display: block; float: none;"] {
	display: none !important;
}

#search_flight .exchange::after {
    margin: 2px;
}

.price_org {
    color: #fff !important;
}

.price_org::after {
    border-top: 1px solid #666 !important;
}

.resu {
    color: #333 !important;
}

.scrolltop{
	display: none !important;
}

.scrollToTop {
	display: none !important;
}

#sidebar_result .widg_inn {
  padding: 0 12px !important;
  background-color: transparent !important;
  margin-top: 10px;
}

#amarfa-stats-9537{
	position: fixed;
	z-index: 1000;
}

#amarfa-stats-9537 iframe {
	display: inline-table !important;
	width: 79px !important;
	height: 75px !important;
	border: none;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.sr_table .t_head span {
  font: 16px chfont;
  font-weight: bold;
  color: #fff;
}

.flaticon-dollar185::before {
  content: "\e025" !important;
}

.tgju-copyright{
	display: none !important;
}

.tgju-copyright-fix{
	display: none !important;	
}

.highcharts-title {
  display: none !important;
}

a[href^="https://statcounter.com/p12713795/?guest=1"] {
	visibility: hidden !important;
}

div[style^="position: relative; width: 1200px; height: 252px; display: block; vertical-align: baseline; float: none;"] {
  display: none !important;
}

div[style^="position: relative; width: 1200px; height: 336px; display: block; vertical-align: baseline; float: none;"] {
  display: none !important;
}
































/** mobile **/
@media (max-width: 767px) {

	.rss-item{
		display: block !important;
		width: auto !important;
	}

	.rss-item a{
		display: inline-table !important;
	}
	
	#wrapper .container {
		margin: 20px 12px !important;
	}
	
	.ad_sb {
	display: none !important;
	}
	
	.ad_sb_result{
	display: none !important;
	}
	
	.scrollToTop {
		width: 80px;
		height: 130px;
	}
	
	body #social_box {
		display: none !important;
	}
	
	.social{
		display: none !important;
	}
	
	#footer .widg {
		margin-bottom: 0 !important;
	}
	
	.widg2 .footer_widg_title{
		display: none;
	}
	
	.enemad_box{
		display: none !important;
	}
	
	.download_info_box .footer_widg_title{
		display: block !important;
	}
	
	body #footer {
		padding: 20px 0 20px 0;
	}
	
	body #sidebar {
		margin-bottom: 10px;
	}
	
	.special_route_box{
		padding: 0 !important;
	}
	
	.abouthere{
		display: none !important;
	}
	
	#search_flight .exchange {
		display: none !important;
	}
	
	.mainpage .submenu.submenu_blog{
		display: none !important;
	}
	
	#amarfa-stats-9537{
		-webkit-opacity:0;
		-o-opacity:0;
		-moz-opacity:0;
		-ms-opacity:0;
		opacity:0;
		filter:alpha(opacity=0);
	}
	
	body #header_bg {
		display: none !important;
	}
	
	body #search_flight .line_box {
		width: 100%;
		margin-bottom: 0px;
	}
	
	body #search_flight .line_box_mabda {
		margin-left: 0;
	}
	
	body .ch_button {
		width: 100% !important;
		max-width: none !important;
		height: 50px !important;
		padding: 0px !important;
		display: block;
		margin: auto auto 10px auto;
		line-height: 50px;
		font-size: 20px !important;
	}
	
	.sr_table .content {
		height: 233px;
	}
	
	.sr_table .t_head {
		padding: 4px 10px;
	}
	
	body .sr_table {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	#content_result {
		background: transparent !important;
	}
	
	#sidebar .widg{
		border-radius: 5px !important;
	}
	
	#logo img {
		margin-top: 1px;
	}
	
	.search_result_box .newsearch.btn {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	
	#other_menu {
		display: none !important;
	}
	
	#logo a img {
		min-height: 45px;
		height: 45px;
	  }
	}
	
}


/** tablet **/
@media (min-width: 768px) and (max-width: 991px) {

	.rss-item{
	display: block !important;
	width: auto !important;
	}

	.rss-item a{
	display: inline-table !important;
	}
	
	#wrapper .container {
		margin: 12px 12px !important;
	}
	
	.scrollToTop {
		width: 80px;
		height: 130px;
	}
	
	body #social_box {
		display: none !important;
	}
	
	.social{
		display: none !important;
	}
	
	.abouthere{
		display: none !important;
	}
	
	#search_flight .exchange {
		display: none !important;
	}
	
	.mainpage .submenu.submenu_blog{
		display: none !important;
	}
	
	
	body #header_bg {
		display: none !important;
	}
	
	body #search_flight .line_box {
		width: 100%;
		margin-bottom: 0px;
	}
	
	body #search_flight .line_box_mabda {
		margin-left: 0;
	}
	
	body .ch_button {
		width: 100% !important;
		max-width: none !important;
		height: 50px !important;
		padding: 0px !important;
		display: block;
		margin: auto auto 10px auto;
		line-height: 50px;
		font-size: 20px !important;
	}
	
	#other_menu {
		display: none !important;
	}
	
}


/** desktop - normal **/
@media (min-width: 992px) and (max-width: 1199px) {

	#wrapper .container {
		margin: 12px 12px !important;
	}
	
	body #sidebar {
		width: 100% !important;
	}
	
	#search_flight .line_box {
		width: 255px;
	}
	
	#search_flight .exchange {
		right: 410px;
		display: none !important
	}
	
	#other_menu {
		display: none !important;
	}
	
}


/** desktop - wide **/
@media (min-width: 1200px) {
	

}




@media (min-width: 780px) and (max-width: 1224px) {

	#other_menu {
		display: none !important;
	}

}



@media only screen and (max-width : 1224px) {
	
	body #header_bg {
		display: none;
	}
	
	#wrapper .container {
		margin: 12px 12px !important;
	}
	
}


@media only screen and (min-width: 779px) and (max-width: 990px) {
	
	  body #search_flight .line_box {
		width: 200px;
	  }
	  
	  body #search_flight .exchange {
		display: none !important;
	  }
	  
		body #search_flight .line_box_mabda {
		  margin-left: 3px;
		}
  
		.sr_table .content {
		  height: 232px;
		}
  
}


@media only screen and (min-width: 440px) and (max-width: 780px) {
	
	  body #search_flight .line_box {
		width: 100%;
	  }
	  
	  body #search_flight .exchange {
		display: none !important;
	  }
	  
		.sr_table .content {
		  height: 232px;
		}

  
  
}





/* flatix.ir */