body{
    direction: ltr !important;
}
body .body{
    direction: rtl;
}
.pop-up-background{
    z-index: 99999 !important;
}
.jslider .jslider-value{
    background: none !important;
}
/**/

div.cssload-content-bg{
    padding: 20px 0;
}
div.cssload-content {

  margin: auto;
  display: box;
		display: -o-box;
		display: -ms-box;
		display: -webkit-box;
		display: -moz-box;
  display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: -moz-flex;
  box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
  box-direction: normal;
		-o-box-direction: normal;
		-ms-box-direction: normal;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
  flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
  box-align: center;
		-o-box-align: center;
		-ms-box-align: center;
		-webkit-box-align: center;
		-moz-box-align: center;
  align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
  box-pack: center;
		-o-box-pack: center;
		-ms-box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
  justify-content: center;
		-o-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
}

.cssload-l1, .cssload-l2, .cssload-l3 {
  background: #089EBE;
  height: 5px;
  width: 30px;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
  margin: 5px;
  animation: cssload-loading1 1s 0s infinite ease-in-out;
		-o-animation: cssload-loading1 1s 0s infinite ease-in-out;
		-ms-animation: cssload-loading1 1s 0s infinite ease-in-out;
		-webkit-animation: cssload-loading1 1s 0s infinite ease-in-out;
		-moz-animation: cssload-loading1 1s 0s infinite ease-in-out;
}

.cssload-l2 {
  animation: cssload-loading2 0.5s 0s infinite ease-in-out alternate;
		-o-animation: cssload-loading2 0.5s 0s infinite ease-in-out alternate;
		-ms-animation: cssload-loading2 0.5s 0s infinite ease-in-out alternate;
		-webkit-animation: cssload-loading2 0.5s 0s infinite ease-in-out alternate;
		-moz-animation: cssload-loading2 0.5s 0s infinite ease-in-out alternate;
}

.cssload-l3 {
  animation: cssload-loading1 1s 0s infinite ease-in-out reverse;
		-o-animation: cssload-loading1 1s 0s infinite ease-in-out reverse;
		-ms-animation: cssload-loading1 1s 0s infinite ease-in-out reverse;
		-webkit-animation: cssload-loading1 1s 0s infinite ease-in-out reverse;
		-moz-animation: cssload-loading1 1s 0s infinite ease-in-out reverse;
}@keyframes cssload-loading1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-loading1 {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-loading1 {
  0% {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-loading1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-loading1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes cssload-loading2 {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@-o-keyframes cssload-loading2 {
  0% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(-10px);
  }
}

@-ms-keyframes cssload-loading2 {
  0% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(-10px);
  }
}

@-webkit-keyframes cssload-loading2 {
  0% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
  }
}

@-moz-keyframes cssload-loading2 {
  0% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(-10px);
  }
}
.pop-up.medium{width: 540px;}
.pop-up.small{ width: 400px;}
html, body{ height: 100%; }
body{
	background:#fff;
	direction:rtl;
	text-align:right;
    font-size: 80%;
    padding-top: 39px;
    font-family: chfont;
}
.ltr{
    direction: ltr;
}
html, body {
    height: 100%;
    width: 100%;
}
.container{
	background:none;
	width:1200px;
	height:auto;
	margin:0 auto;
}
p{
    font: normal 13px/20px chfont;
}
a.more_list{
    float: left;
    font: normal 13px/26px chfont;
    color: #2893b5;
}
.more_list:hover{
    color: #117291;
}
option{
    padding: 0 4px;
}
.red{
    color: red !important;
    font-family: tahoma;
    font-size: 13px;
}
.center{
    text-align: center;
}
.ltr{
    text-align: left;
    direction: ltr;
}
.text_box::-webkit-input-placeholder {
   color: #7e7e7e;
}

.text_box:-moz-placeholder { /* Firefox 18- */
   color: #7e7e7e;
}

.text_box::-moz-placeholder {  /* Firefox 19+ */
   color: #7e7e7e;
}

.text_box:-ms-input-placeholder {
   color: #7e7e7e;
}
.displaynone{
    display: none !important;
}
.displayblock{
    display: block !important;
}
body .close_btn{
    left: auto;
    right: -11px;
    top: -10px;
    z-index: 9;
}
body .adpmain td,
body .adpmain td a{
    width: 36px;
    height: 25px;
    line-height: 21px;
}
/* ----------- */
#divLoading{
    padding: 10px;
    text-align: center;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
}
/* ----------- */
.btn_res{
    float: left;
    position: relative;
    width: 100px;
    height: 25px;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    background: rgba(15,81,162,1);
    background: -moz-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,81,162,1)), color-stop(48%, rgba(0,72,172,1)), color-stop(51%, rgba(0,51,152,1)), color-stop(100%, rgba(0,27,133,1)));
    background: -webkit-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: -o-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: linear-gradient(to bottom, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f51a2', endColorstr='#001b85', GradientType=0 );
}
.btn_res .btn_res_inn{
    -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;
	border-radius: 			0 4px 4px 0;
	-moz-border-radius: 	0 4px 4px 0;
	-webkit-border-radius: 	0 4px 4px 0;
    width: 75px;
    height: 25px;
    color: #002a91;
    font: normal 16px/20px chfont;
    float: right;
    text-align: center;
    background: rgba(255,213,0,1);
    background: -moz-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,213,0,1) 48%, rgba(255,191,0,1) 51%, rgba(255,196,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,213,0,1)), color-stop(48%, rgba(255,213,0,1)), color-stop(51%, rgba(255,191,0,1)), color-stop(100%, rgba(255,196,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,213,0,1) 48%, rgba(255,191,0,1) 51%, rgba(255,196,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,213,0,1) 48%, rgba(255,191,0,1) 51%, rgba(255,196,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,213,0,1) 48%, rgba(255,191,0,1) 51%, rgba(255,196,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,213,0,1) 0%, rgba(255,213,0,1) 48%, rgba(255,191,0,1) 51%, rgba(255,196,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#ffc400', GradientType=0 );
}
.btn_res .icon{
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    color: #fff;
    display: block;
    text-align: center;
    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 */
}
.btn_res i.icon::before{
    font-size: 12px;
}
.btn_res .sub{
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    width: 100%;
    height: 25px;
    cursor: pointer;
}
.btn_res:hover .btn_res_inn{
    background: none;
    color: #fff;
}

/* ------------------------------------------------------------------- */
#full_bg{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    -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;
}
.active_sidebar #full_bg{
    display: block;
}
#sidebar_btn {
    display: none;
    width: 24px;
    float: right;
    height: 22px;
    position: relative;
    margin:10px 5px 0 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#sidebar_btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2aacd5;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 4 */
#sidebar_btn span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#sidebar_btn span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#sidebar_btn span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#sidebar_btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

#sidebar_btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#sidebar_btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 4px;
}
/* ------------------------------------------------------------------- */
/* ------------------header-------------------- */
#header_bg{
    background: #003399 ;
    background-position: center center;
    background-repeat: no-repeat;
    height: 170px;
}
#header{
    display: block;
    float: left;
    display: none;
    max-width: 100%;
}
#header_responsive{
    display: none;
}
/* ------------------main_nav-------------------- */
#main_nav{
    background-color: #f7f7f7;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    height: 37px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
#main_nav .container{
    position: relative;
}
#main_nav .phone_header{
    display: none;
    position: absolute;
    right: 41px;
    padding: 0 10px;
	border-radius: 			0 0 5px 5px;
	-moz-border-radius: 	0 0 5px 5px;
	-webkit-border-radius: 	0 0 5px 5px;
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    border-top: none;
    position: absolute;
    width: 124px;
    top: 37px;
    height: 30px;
    line-height: 30px;
    color: #939393;
    font:  15px/30px arial;
}
#main_nav .phone_header i{
    float: left;
    display: block;
    margin-right: 10px;
}
#main_nav ul li{
    font: 13px/37px chfont;
    color: #677a7e;
}
#main_nav ul li:last-child{
    background: none;
}
#main_nav ul li a{
    display: block;
    color: #677a7e;
}
#main_nav ul li.language a{
    position: relative;
}
#main_nav ul li.language a i{
    position: absolute;
    left: 0;
    top: 0;
}
#main_nav ul li a:hover{
    color: #ff6600;
}
#main_nav ul li i{
    margin: 0 0 0 7px;
    float: right;
    display: block;
    height: 37px;
    line-height: 37px;
}
#main_nav ul li i::before{
    font-size: 16px;
}
#main_nav ul li #register_btn i::before{
    font-size: 15px;
}
.icon-tag-search::before{
    font-size: 22px !important;
}
#main_menu{
    float: right;
}
#main_menu ul li{
    background: url(../images/libg1.gif) no-repeat  left center;
    float: right;
    padding:0 10px 0 14px;
}
#peygiri_innbox{
    min-height: 228px;
}
#peigiri_form .btn{
    float: left;
    margin-top: 8px;
}
#peygiri_message .success span,
#peygiri_message .error span{
    padding: 10px;
    display: block;
    border: 1px solid #eee;
    color: #232323;
    font-size: 15px;
}
#footer_logo #social_box{
    display: none;
}
#sidebar .sb_title .logo{  display: none;}
.mini_logo_bg{
    background: #2AACD5;
    display: none;
}
#address_footer ul{
    float:right;
    max-width:366px;
}
#peygiri_message .success span{
    background-color: #A3FFC9;
}
#peygiri_message .error span{
    background-color: #FFC1C2;
}
#second_menu{
    min-width: 10px;
    height: 37px;
    float: left;
    position: relative;
}
#second_menu ul li{
    background: url(../images/libg1.gif) no-repeat  right center;
    float: left;
    margin-right: 10px;
    padding:0 12px 0 0;
}
#second_menu ul li.language{
    position: relative;
    width: 80px;
}
#second_menu ul li.language i{
    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 */
    float: left;
    margin: 0 9px 0 0;
}
#second_menu ul li.language i::before{
    font-size: 12px;
}
#second_menu ul li span.lang{
    float: right;
    width: 20px;
    height: 16px;
    margin: 11px 0 0 8px;
    background-size: 100% !important;
}
#second_menu ul li.en span.lang{
    background: url(../images/flags/en.png) no-repeat;
}
#second_menu ul li.fa span.lang{
    background: url(../images/flags/pr.png) no-repeat;
}
#second_menu ul li.ar span.lang{
    background: url(../images/flags/ar.png) no-repeat;
}


#second_menu ul li li.en span.lang{
    background: url(../images/flags/en.png) no-repeat;
}
#second_menu ul li li.fa span.lang{
    background: url(../images/flags/pr.png) no-repeat;
}
#second_menu ul li li.ar span.lang{
    background: url(../images/flags/ar.png) no-repeat;
}
#second_menu ul li.en{
    font-family: arial;
}
#second_menu ul ul{
	border-radius: 			0 0 5px 5px;
	-moz-border-radius: 	0 0 5px 5px;
	-webkit-border-radius: 	0 0 5px 5px;
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    border-top: none;
    position: absolute;
    left: 0;
    top: 37px;
    width: 110px;
    display: none;
    z-index: 999;
}
#second_menu ul li:hover ul{
    display: block;
}
#second_menu ul ul li{
    background: none;
    border-bottom: 1px solid #d3d3d3;
    float: none;
    margin: 0;
    width: auto;
}
#second_menu ul ul li:last-child{
    border:none;
}
/* ------------------#wrapper-------------------- */
#wrapper{
    padding: 10px 0;
}
#sidebar{
    float: right;
    width: 24%;
}
#sidebar_inn{
    margin-left: 15px;
}
#sidebar .widg{
    overflow: hidden;
    background-color: #fafafa;
    margin-bottom: 9px;
    border: 1px solid #eaeaea;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}
#sidebar .widg p{
    text-align: justify;
    color: #636363;
}
#sidebar .widg_inn{
    padding:12px 20px;
    height: 172px;
}
#sidebar .widg_inn.scroll-wrapper{
    margin-top: 18px !important;
    margin-bottom: 12px !important;
    padding-bottom: 0;
}
#sidebar .widg_inn .widg_inn{
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#sidebar .mCustomScrollbar {
/*    padding-left: 10px;*/
}
#sidebar #search_flight .widg_inn{
    height: auto;
}
#sidebar .sb_title{
    position: relative;
    padding: 0 20px;
    height: 32px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    margin-bottom: 4px;
    background-color: #2aacd5;
	border-radius: 			5px 5px 0 0;
	-moz-border-radius: 	5px 5px 0 0;
	-webkit-border-radius: 	5px 5px 0 0;
}
#sidebar .sb_title .sbt_icon{
    background-color: #2aacd5;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
#sidebar .sb_title .sbt_icon i{
    display: block;
    text-shadow: none;
    transform: rotate(45deg);
    -o-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* IE 9 */
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}
#sidebar .sb_title .sbt_icon i::before{
    font-size: 15px;
}
#slider_vertical .viewport{
    height: 155px;
    overflow: hidden;
    position: relative;
}
#slider_vertical .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.autocomplete-suggestions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.14);
    cursor: default;
    overflow: auto;
}
#search_flight{
    background-color: #FAFAFA;
}
#search_flight .label_box{
    overflow: hidden;
}
#search_flight .label_box label{
    font: normal 13px/23px chfont;
    color: #666;
}
#search_flight .text_box{
    height: 30px;
    line-height: 30px;
}
.text_box{
    border: 1px solid #c5c5c5;
    background-color: #fff;
    height: 26px;
    color: #555;
    padding: 0 5px;
    font: normal 12px/24px tahoma;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
	border-radius: 			3px;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
}
textarea.text_box{
    min-height: 60px;
}
.text_box_captcha{
    width: 220px;
}
.text_box_en{
    font-family: tahoma;
    font-size: 13px;
}
.reserve_popup .text_box{
}
.text_box:focus{
    border-color: #81e0f0;
    border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: 	0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
.require{
    color: red;
    font-size: 20px;
    display: inline-block;
    line-height: 23px;
}
#search_flight .arrow_city{
    position: absolute;
    left: 0px;
    top: 6px;
    border: 1px solid #b1b1b1;
    width: 14px;
    height: 14px;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
    text-align: center;
    -webkit-transition: all 0.1s ease;
       -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
         -o-transition: all 0.1s ease;
            transition: all 0.1s ease;
}
#search_flight .arrow_city:hover{
    border-color: #888;
}
#search_flight .arrow_city i{
    line-height: 14px;
    height: 14x;
    width: 14px;
    display: block;
}
#search_flight .arrow_city i::before{
    font-size: 10px;
    color: #ff8d41;
}
#search_flight .main_inp{
    position: relative;
    padding-left: 24px;
    right: 0;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}
#search_flight .main_inp .text_box{
    right: 0;
}
#search_flight .line_box{
    margin-bottom: 1px;
    overflow: hidden;
}
#search_flight .line_box2{
    margin-bottom: 7px;
}
#search_flight .line_box_date{
    margin-bottom: 12px;
}
#return_date_box{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity: 0.7;/* Good browsers */
}
#search_flight .half_box{
    width: 48%;
}
#search_flight .date_icon{
    position: absolute;
    left: -1px;
    top: 1px;
    width: 24px;
    height: 24px;
    text-align: center;
}
#search_flight .date_icon i{
    line-height: 24px;
    display: block;
}
#search_flight .date_icon i::before{
    font-size: 16px;
    color: #ff8d41;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
#search_flight .return_date_deactive i::before{
    color: #999;
}
#search_flight .return_date_deactive #return_date_text_box{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";/* IE 8 */
	filter: alpha(opacity=35);/* IE 5-7 */
	-moz-opacity: 0.35;/* Netscape */
	-khtml-opacity: 0.35;/* Safari 1.x */
	opacity: 0.35;/* Good browsers */
}
#search_flight .return_date_deactive #returning{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";/* IE 8 */
	filter: alpha(opacity=35);/* IE 5-7 */
	-moz-opacity: 0.35;/* Netscape */
	-khtml-opacity: 0.35;/* Safari 1.x */
	opacity: 0.35;/* Good browsers */
}
#search_flight #return_date_text_box{
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.autocomplete-suggestions{
    font: 13px/24px tahoma;
    color: #555;
    direction: ltr;
}
#search_auto_from,
#search_auto_to{
    direction: ltr;
    text-align: right;
}
.ch_button{
    width: 85px;
    height: 26px;
    line-height: 26px;
    position: relative;
    border: 1px solid #ff6600;
    padding: 0 0 0 30px;
    text-align: center;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    margin: 0 auto 3px auto;
    line-height: 22px;
    color: #7f7f7f;
    -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;
}
.ch_button .sub{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: none;
    border: none;
    cursor:pointer;
}
.ch_button:hover{
    background-color: rgba(0,0,0,0.02);
    color: #7a7a7a;
}
.ch_button .circle1{
/*    background-color: #fafafa;*/
    position: absolute;
    border: 3px solid #1b7dc2;
    width: 26px;
    height: 26px;
    left: 1px;
    top: -3px;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
.ch_button .circle2{
/*    background-color: #fafafa;*/
    position: absolute;
    border: 3px solid #23dcd9;
    height: 16px;
    left: 6px;
    top: 2px;
    width: 16px;

	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
.ch_button i{
    position: absolute;
    left: -6px;
    text-align: center;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
    color: #f47c20;
    z-index: 6;
    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 */
    -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;
}
.ch_button_loading{
    width: 100px;
}
.ch_button i{
    -webkit-transition: mymove 0.5s infinite;
       -moz-transition: mymove 0.5s infinite;
        -ms-transition: mymove 0.5s infinite;
         -o-transition: mymove 0.5s infinite;
            transition: mymove 0.5s infinite;
}


@-webkit-keyframes mymove {
    from {left: -6px;}
    to {left: -15px;}
}
@-moz-keyframes mymove {
    from {left: -6px;}
    to {left: -15px;}
}

@-o-keyframes mymove {
    from {left: -6px;}
    to {left: -15px;}
}

@keyframes mymove {
    from {left: -6px;}
    to {left: -15px;}
}

.ch_button:hover i{
    left: -10px;
}
.ch_button .bg{
    background-color: #fafafa;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 5;
    left: -14px;
    top: -3px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* IE 9 */
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}
.widg_list ul li{
    list-style: initial;
    margin-right: 13px;
    color: #636363;
}
.widg_list ul li a{
    font: normal 13px/25px chfont;
    display: block;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widg_list ul li:hover,
.widg_list ul li:hover a{
    color: #2aacd5;
}
/* ----- */
.ui-autocomplete-input{
    direction: ltr;
}
.ui-autocomplete{
    direction: ltr;
}
.jslider_box{
    padding: 0 15px;
}
body .jslider .jslider-value {
    font-size: 12px;
    top: -22px;
    color: #444;
    direction: ltr;
}
body .jslider .jslider-scale ins{
    font-size: 10px;
}
/* -----------------------#content----------------*/
#content{
    float: left;
    width: 76%;
}
.content_title_box{
    border-bottom: 1px solid #c7c7c7;
    overflow: hidden;
    color: #ff6600;
    line-height: 30px;
    margin-bottom: 10px;
}
.content_title_box i{
    float: right;
    margin: 0 0 0 10px;
    color: #007488;
}
.content_title_box i::before{
    font-size: 22px;
}
.content_title_box .content_title{
    float: right;
    font-size: 20px;
    white-space: nowrap;
    line-height: 26px;
}
.content_title_box .content_title_en{
    float: left;
    font-size: 17px;
    font-style: italic;
    font-family: arial;
}
#content .ad_sb{
    float: left;
    width: 32%;
}
#content .ad_sb_inn{
    padding-right: 15px;
}
#content .ad_sb a{
    display: block;
    margin-bottom: 10px;
}
#content .ad_sb a img{
    display: block;
    width: 100%;
}
.special_route_box{
    float: right;
    width: 68%;
}
.sr_table{
    float: right;
    width: 31.3%;
    margin: 0 1% 12px;
    box-sizing: border-box;
    background: #f0f1f1;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    overflow: hidden;
}
.sr_table .t_head{
    padding: 0 10px;
    background-color: #ff6600;
	border-radius: 			5px 5px 0 0;
	-moz-border-radius: 	5px 5px 0 0;
	-webkit-border-radius: 	5px 5px 0 0;
}
.sr_table .t_table{
    float: right;
    font: 13px/27px chfont;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.sr_table .content{
    height: 193px;
    padding: 0 8px 0 17px;
}
.sr_table .scroll-wrapper{
    margin: 6px 0;
}
.scroll-wrapper .scrollbar-inner{
    padding-left: 20px;
}
.scrollbar-inner > .scroll-element.scroll-y{
    right: auto;
    left: 7px;
}
.scroll-wrapper{
    direction: ltr;
}
.scrollbar-inner > .scroll-element.scroll-y {
    width: 6px !important;
}
.scrollbar-inner:hover > .scroll-element .scroll-element_track,
.scrollbar-inner:hover > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #ddd; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #2aacd5; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #2aacd5; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #ddd; }



.sr_table .line{
    background: url(../images/line1.gif) repeat-x top;
    padding: 0 6px 2px 5px;
    color: #0d2b82;
    display: block;
    overflow: hidden;
    font: normal 13px/26px tahoma;
    -webkit-transition: all 0.35s ease;
       -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
         -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
}
#city_from_popup .sr_table .line{
    line-height: 25px;
}
.sr_table .line .city{
    float: right;
}
.sr_table .line .price{
    float: left;
}
.sr_table .line:first-child{
    background-image: none;
}
.sr_table .line:hover{
    background-color: #dbdbdb;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 6px;
    background-color: #ddd;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
    border: none;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
    margin-left: 15px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #2aacd5;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #2aacd5;
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #2aacd5;
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    margin-bottom: 0px;
    margin-top: 0px;
}
.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #2aacd5 !important;}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
    left: -3px;
}
/* ------------------------#owl_home_slide----------------------------------- */
.owl-carousel{
    direction: ltr;
}
#owl_home_slide{
    padding: 30px 0;
    background-color: #f7f7f7;
    overflow: hidden;
    display: none;
}
#owl_home_slide .item{
    margin: 0 10px;
}
#owl_home_slide img{
    display: block;
    width: 100%;
}
#owl_home_slide .owl-pagination{
    display: none;
}
#owl_home_slide .owl-buttons div{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin: -25px 0 0 0;
    padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
	filter: alpha(opacity=50);/* IE 5-7 */
	-moz-opacity: 0.5;/* Netscape */
	-khtml-opacity: 0.5;/* Safari 1.x */
	opacity: 0.5;/* Good browsers */
    -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;
    text-indent: -9999px;
}
#owl_home_slide .owl-buttons div:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
	filter: alpha(opacity=100);/* IE 5-7 */
	-moz-opacity: 1;/* Netscape */
	-khtml-opacity: 1;/* Safari 1.x */
	opacity: 1;/* Good browsers */
}
#owl_home_slide .owl-buttons div.owl-next{
    background: url(../images/icons.png) no-repeat 0 -50px;
    right: -50px;
}
#owl_home_slide .owl-buttons div.owl-prev{
    background: url(../images/icons.png) no-repeat 0 0;
    left: -50px;
}
#owl_home_slide .title{
    font: normal 20px/30px chfont;
    color: #007488;
}
#owl_home_slide .title a{
    color: #007488;
    display: block;
}
#owl_home_slide .price{
    font: normal 15px/30px chfont;
    color: #555;
}
#owl_home_slide .price span{
    font-family: arial;
}
/* ----------------------------------------footer_top --------------------*/
#footer_top{
    padding: 30px 0;
    display: none;
}
#footer_top .widg{
    float: right;
    width: 30%;
    margin-left: 3%;
}
#footer_top .widg .title{
    border-bottom: 1px solid #e1e1e1;
    color: #045a9e;
    font: normal 17px/30px chfont;
    margin-bottom: 10px;
}
#footer_top .widg-last{
    margin-left: 0px;
}
#owl-demo2 .owl-buttons{
    display: none;
}
#owl-demo2 img{
    display: block;
    width: 100%;
}
#owl-demo2 .owl-pagination{
    position: absolute;
    top: 0;
    width: 100%;
}
#owl-demo2 .owl-theme .owl-controls .owl-page span{
    background-color: #2aacd5;
}
#owl-demo2 .stitle{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    font: normal 13px/20px chfont;
    background-color: rgba(0,0,0,0.66);
    box-sizing: border-box;
}
#owl-demo2 .owl-controls .owl-page span{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
	filter: alpha(opacity=100);/* IE 5-7 */
	-moz-opacity: 1;/* Netscape */
	-khtml-opacity: 1;/* Safari 1.x */
	opacity: 1;/* Good browsers */
    background: #fff;
}
#owl-demo2 .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #2AACD5;
}
#namad_slider_box{
    position: relative;
    padding-left: 40%;
}
#address_footer .enemad_box{
  float:left;
    margin: 25px 10px 0 0;
}
#address_footer .enemad_box img{
  cursor:pointer;
}
#namad_slider_box .item{
    margin: 5px auto;
    max-width: 110px;
}
#namad_slider_box .item img{
    display: block;
    width: 100%;
}
#namad_slider_box .owl-pagination,
#namad_slider_box .owl-buttons{
    display: none;
}
/* --------------------------#footer_logo------------------------- */
#footer_logo{
    background: #2aacd5;
    padding: 5px 0;
    text-align: center;
}
#footer_logo img{
    display: block;
    margin: 0 auto;
}
#footer_logo img.icon{
    display: none;
}
/* --------------------------#footer------------------------- */
#footer{
    background: #f8f8f8;
    padding: 40px 0 30px 0;
}
#footer .container{
    width: 960px;
}
#address_footer{
    margin: 0 auto;
    width: 850px;

}
#address_footer .map{
    float: left;
    direction: ltr;
    margin-right: 0px;
    width: 340px;
    border: 2px solid #c7c7c7;
    height: 210px;
    overflow: hidden;
}
#address_footer .map img{
    display: block;
    width: 100%;
}
#map{
    display: block;
    width: 100%;
    height: 210px;
    background-size: 100%;
}
.map_details{
    border: 2px solid #c7c7c7;
    direction: ltr;
    height: 400px;
}
#Expiration_price_box .pic{
	float:right;
	width:100px;
	height:100px;
	background:url(../images/37.jpg) no-repeat;
	background-size:100%;
	margin-left:10px;
}
#map.large{
  height:500px;
}
#address_footer ul li{
    line-height: 30px;
    color: #6c6c6c;
    overflow: hidden;
    font: 14px/30px arial;
}
#login_form .txtbox{
	float:right;
	width:220px;
	height:25px;
	line-height:25px;
	max-width:70%;
	margin-top:0 !important;
}
#login_form label{
	float:right;
	width:25%;
}
#img_sec{
	float:right;
}
#login_form .line{
	margin-bottom:8px;
	overflow:hidden;
}
#address_footer ul li:last-child{
    font: 13px/30px chfont;
}
#address_footer ul li i{
    float: right;
    width: 25px;
    height: 30px;
    display: block;
    color: #545454;
    margin-left: 5px;
}
.footer_widg{
    float: left;
    width: 240px;
}
.saman_button{
    width: 100%;
}
.saman_button a{
    background: url(../images/saman.png) no-repeat center center;
    width: 100%;
    display: block;
    height: 65px;
}
.account{
    position: relative;
    padding-right: 40px;
    color: #4c4c4c;
    font: normal 13px/24px chfont;
    overflow: hidden;
}
.account i{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #9b9b9b;
}
.account i::before{
    font-size: 30px;
}
#social_box{
    padding: 30px 0 0 0;
    text-align: center;
}
#social_box .title{
    font: normal 17px/30px chfont;
    color: #2f2f2f;
    margin-bottom: 10px;
}
#social_box ul{}
#social_box ul li{
    margin: 0 4px;
    text-align: center;
    display: inline-block;
}
#social_box ul li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #839ba2;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
    -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;
}
#social_box ul li.digg a i,
#social_box ul li.aparat a i,
#social_box ul li.youtube a i{
    font-size: 24px;
}
#social_box ul li i{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
#social_box ul li a:hover{
    background-color: #72a4b3;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#footer_menu{
    background-color: #f0f0f0;
    padding: 10px 0;
    text-align: center;
}
#footer_menu ul li{
    display: inline-block;
    margin: 0 7px;
}
#footer_menu ul li a{
    display: block;
    padding: 0 8px;
    color: #5889d3;
    white-space: nowrap;
    font: normal 13px/30px chfont;
}
#footer_menu ul li a:hover{
    color: #386ec0;
}
#copyright{
    background-color: #f0f0f0;
    text-align: center;
    padding: 10px 0;
    color: #2f2f2f;
    font-family: tahoma;
}
#copyright a{
    color: #089ebe;
}
/* --------------------------popup---------------------- */
.pop-up.large{
    width: 1150px;
    max-width: 1150px;
    margin-left: -575px;
}
.btn{
    background-color: #2aacd5;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    height: 30px;
    font: normal 13px/30px chfont;
    font-size: 13px;
    font-family: chfont;
    color: #fff;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.btn:hover{
    background-color: #00a2d5;
}
.popup_title{
    font: normal 17px/22px chfont;
    color: #ff6600;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #c7c7c7;
}
.popup_title i{
    float: right;
    margin: 0 0 0 10px;
    color: #007488;
}
.pop-up-content .line{
    margin-bottom: 10px;
}
.pop-up-content .line label{
    font: normal 12px/28px chfont;
    color: #666;
}
.pop-up-content .txt_box{
    float: left;
}
.form .captcha{
    float: left;
}
.image_captcha{
    width: 120px;
    height: 25px;
}
#register_form fieldset{
    background: #F9F9F9;
    padding: 12px;
    direction: rtl;
    border: 1px solid #ddd;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    margin-bottom: 10px;
}
#register_form fieldset legend {
    padding: 0  5px;
    color: #888;
}
#register_form .line{
    width: 48%;
    margin: 0 1% 8px 1%;
    float: right;
}
#register_form .radios_box{
    float: left;
    width: 170px;
}
#register_form .radio_box{
    margin-left: 8px;
}
.error{
    text-align: center;
    font-size: 13px;
    padding: 7px;
    border: 2px solid #FF7A7A;
    background-color: rgba(255,100,100,0.6);
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
    margin-bottom: 10px;
}
#register_form label{
    float: right;
}
#register_form .text_box{
    float: left;
    width: 158px;
}
#register_form .message{
    color: red;
    padding: 0 0 4px 0;
}
#register_form .captcha{
    float: right;
}
#register_form .btn{
    float: left;
}
/* ------ city_from_content ---------*/
#city_from_popup{
    min-height: 463px;
}
.city_from_content{
    padding: 0 6%;
}
.city_from_content .t_head .flag{
    float: left;
    width: 16px;
    height: 11px;
    margin: 5px 0 0 0;
}
.city_from_content .sr_table{
    width: 31.3%;
    margin: 0 1% 6px 1%;
}
.city_from_content .line{
    margin-bottom: 0;
}
.city_from_content .big .content{
    height: 378px;
}
.city_from_content .mid .content{
    height: 132px;
}
 .lit .content{
    height: 78px;
}
.city_from_content .sr_table .t_head .lang{
    float: left;
    margin: 4px 0 0 0;
    height: 20px;
}

/* ------ calcu_table ---------*/
#from_to_popup{
    min-height: 464px;
}
#from_to_popup .calcu_table_box{
    margin: 0 auto;
    width: 460px;
}
.calcu_table{
    float: right;
    width: 17.4%;
    margin: 0.3% 1.3%;
    text-align: center;
    color: #737272;
    font: normal 14px/24px chfont;
}
.calcu_table .titr{
    color: #2aacd5;
    font-size: 14px;
    line-height: 18px;
}
.calcu_table .date i{
    margin: 0 4px;
    color: #999;
}
.calcu_table .date i::before{
    font-size: 15px;
}
.calcu_table .box{
    text-align: center;
    position: relative;
    font-weight: bold;
}
.calcu_table .box a{
	box-shadow: 		0 0 5px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 	0 0 5px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
	border-radius: 			31px 0 26px 0;
	-moz-border-radius: 	31px 0 26px 0;
	-webkit-border-radius: 	31px 0 26px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    height: 40px;
    padding: 15px 10px;
    color: #29c0d4;
    display: block;
    font: bold 12px/20px tahoma;
    -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;
}
.calcu_table .box a:hover{
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border-radius: 			0 31px 0 26px;
	-moz-border-radius: 	0 31px 0 26px;
	-webkit-border-radius: 	0 31px 0 26px;
	box-shadow: 		 0 0 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 	 0 0 6px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow:  0 0 6px rgba(0, 0, 0, 0.28);

}
.calcu_table .box .price{
    position: relative;
    z-index: 9;
}
.calcu_table .box .price span{
    font-family: arial;
}
.calcu_table .box .icon{
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    color: #e5e5e5;
    z-index: 2;
}
.calcu_table .box .icon::before{
    color: #e5e5e5;
    font-size: 50px;
}
.calcu_table_box .btn{
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 1.5%;
    color: #fff;
    font-size: 16px;
    font-family: digit;
}
.calcu_table_box .page_next{
    float:left;
	direction:rtl;
}
.calcu_table_box .page_prev{
    float:right;
	direction:rtl;
}
.calcu_table .date{
    font-family: digit;
    color: #ff9600;
    font-size: 17px;
    line-height: 20px;
}
.calcu_table_box .footer_message{
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    background-color: #f3f3f3;
    font: normal 14px/18px chfont;
    color: #737272;
    margin: 0 1.5%;
}

.calcu_table_box .footer_message .icon_box{
    float: right;
    width: 30px;
    height: 30px;
    margin: 5px 0 0 12px;
    position: relative;
}
.calcu_table_box .footer_message .icon_box i{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.calcu_table_box .footer_message .icon_box i.ft1::before{
    font-size: 27px;
    color: red;
}
.calcu_table_box .footer_message .icon_box i.ft2{
    z-index: 3;
    float: right;
    top: 3px;
    color: #222;
    transform: rotate(-70deg);
    -o-transform: rotate(-70deg); /* IE 9 */
    -moz-transform: rotate(-70deg); /* IE 9 */
    -ms-transform: rotate(-70deg); /* IE 9 */
    -webkit-transform: rotate(-70deg); /* Chrome, Safari, Opera */
}
.calcu_table_box .footer_message .icon_box i.ft2::before{
    font-size: 12px;
}
.pop-up{
    z-index: 999999;
}
.pop-up-content{
    border:1px outset #4E5D5D;

	background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-radius: 			8px;
	-moz-border-radius: 	8px;
	-webkit-border-radius: 	8px;
}
/* --------------------------------reserv_container-------------------------------- */
.reserve_container{

}
.reserve_sidebar{
    float: right;
    width: 21%;
    direction: rtl;
}
.reserve_sidebar_inn{
    border: 6px solid #ffcc00;
    margin-bottom: 8px;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}
.reserve_sidebar .sb_title{
    background-color: #ffcc00;
    padding-bottom: 6px;
}
.reserve_sidebar .sb_title .title{
    float: right;
    font: bold  13px/25px tahoma;
    color: #003399;
}
.reserve_sidebar .sb_title .icon{
    float: left;
    color: #003399;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}
.reserve_sidebar .sb_title .icon::before{
    font-size: 25px;
}
.reserve_sidebar_cnt{
    padding: 5px;
}
.reserve_sidebar_cnt .res_widg{
    padding-bottom: 4px;
    border-bottom: 1px solid #bbb;
}
.reserve_sidebar_cnt .res_widg .titr{
    font: normal 12px/27px tahoma;
    color: #003399;
    overflow: hidden;
    margin-bottom: 6px;
    border-bottom: 1px solid #dedede;
}
.reserve_sidebar_cnt .res_widg_last{
    border-bottom: none;
}
.reserve_sidebar_cnt .res_widg_last .titr{
    border-bottom: none;
}
.reserve_sidebar_cnt .res_widg .titr i{
    float: right;
    margin: 0 0 0 3px;
    height: 25px;
    line-height: 25px;
    width: 20px;
    text-align: center;
}
.reserve_sidebar_cnt .res_widg .titr i::before{
    font-size: 14px;
}
.reserve_sidebar_cnt .res_widg_inn{
    padding-right: 20px;
    color: #003399;
    font-family: tahoma;
}
#finalPriceInfoLeft{
    font: bold 15px/24px tahoma;
    display: inline-block;
}
.fly_info_list ul li{
    display: block;
    font: normal 12px/20px tahoma;
    overflow: hidden;
    color: #444;
}
.fly_info_list ul li .label{
    float: right;
    width: 70px;
}
.fly_info_list ul li .inf{
    float: right;
}
.support_tell{
    font: normal 12px/20px tahoma;
    color: #444;
    position: relative;
    padding-right: 10px;
}
.support_tell .icon{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #003399;
    background-color: #FFCC00;
	border-radius: 			2px;
	-moz-border-radius: 	2px;
	-webkit-border-radius: 	2px;
}
.support_tell .icon::before{
    font-size: 13px;
}
.timeTo{
    direction: ltr;
    font-size: 20px;
    font-family: Verdana,sans-serif;
}
body .timeTo div{
    width: 15px;
    height: 25px;
    font-size: 17px;
    line-height: 28px;
}
body .timeTo ul{
    left: 1px !important;
}
body .timeTo ul li{
    color: #003399;
}
body .timeTo span{
    font-size: 16px;
}
/* ----------------------- reserve_content ---*/
.pop-up-main-content{
/*    direction: rtl;*/
}
.reserve_content{
    float: left;
    width: 77%;
    direction: rtl;
    position: relative;
}
/*
.reserve_content #reserve_time_out .alert_box{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 220px;
}
*/
.reserve_content .note{
    text-align: center;
    padding: 8px;
    margin-bottom: 8px;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
    background-color: #ffe45c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe45c), to(#ffcc00)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffe45c, #ffcc00); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffe45c, #ffcc00); /* FF3.6+ */
    background-image:     -ms-linear-gradient(top, #ffe45c, #ffcc00); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffe45c, #ffcc00); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #ffe45c, #ffcc00);
}
.reserve_content .note p{
    font: normal 11px/17px tahoma;
    color: #636363;
}
.reserve_content .note p a{
    color: blue;
}
#add_pessenger_manager{
    margin-bottom: 8px;
    overflow: hidden
}
#add_pessenger_manager .item{
    background: url(../images/add_person1.gif) no-repeat;
    height: 32px;
    float: right;
    width: 140px;
}
#add_pessenger_manager .addshow{
    background-position: -470px 0;
}
#add_pessenger_manager .addadl{
    background-position: -299px 0;
    margin-right: 45px;
}
#add_pessenger_manager .addchd{
    background-position: -150px 0;
    margin-right: 15px;
}
.pessenger{
    width: 100%;
    font-family: tahoma;
    font-size: 11px;
    color: #444;
}
.pessenger .text_box{
    width: auto;
    padding: 0;
}
.text_box.mini_text{
    width: 80px;
}
tr.header_pessenger {
    background-color: #31b9da;
    color: white;
    height: 26px;
}
tr.pessenger {
    border-bottom: 1px dotted silver;
    height: 40px;
}
tr.pessenger p{
    font-size: 14px;
    -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;
}
.marginV10px{
    padding: 10px;
}
.fainfo{
    height: 35px;
    border-bottom: 1px solid #31b9da;
}
.pessenger select.gender{
    border: 1px solid #ccc;
    width: 65px;
    background-color: #F6F6F6:
}
.reserve_final{
    float: left;
    width: 228px;
    margin-bottom: 7px;
}
.reserve_final .rf_line{
    margin-bottom: 4px;
}
.reserve_final .rf_line_last{
    margin-bottom: 7px;
    border-bottom: 1px solid #33B9DA;
    padding-bottom: 7px;
}
.reserve_final .red{
    position: absolute;
    left: 4px;
    top: 0;
    line-height: 27px;
    height: 100%;
}
.reserve_final .right_box{
    float: right;
    width: 110px;
}
.reserve_final .right_box #image_sec img{
    display: block;
    width: 101px;
    height: 25px;
}
.reserve_final .left_box{
    float: left;
    width: 115px;
    position: relative;
}
.pop-up-content .reserve_final .rf_line label{
    font: normal 11px/20px tahoma;
    color: #444;
}
.reserve_final .captcha{
    display: block;
    margin: 3px 0 0 0;
}
.pessenger_footer{
    padding: 7px 0;
    position: relative;
}
/* ----------------------pessenger_popup---------------------------*/
.pessenger_popup .line{
    margin-bottom: 0;
    border-bottom: 1px solid #31b9da;
    position: relative;
    color: #444;
    padding-bottom: 1px;
}
.pessenger_popup .line2{
}
.line_inn_main{
    padding:5px 0 6px;
    position: relative;
}
.line_second{ padding-bottom: 5px;}
.pessenger_popup .box{
    font: normal 11px/26px tahoma;
    float: right;
    height: 26px;
    position: relative;
    margin-bottom: 5px;
}
.pessenger_popup .box .text_box{
    width: 100%;
    padding-left: 15px;
}
.pessenger_popup .box .price_text{
    display: none
}
.pessenger_popup .box .red{
    position: absolute;
    left: 4px;
    top: 2px;
    line-height: 27px;
    height: 100%;
    display: block;
    width: 10px;
}
.pessenger_popup .head{
    background-color: #31B9DA;
    width: 100%;
}
.pessenger_popup .head .box{
    font: normal 11px/20px tahoma;
    color: #fff;
    height: 20px;
}

.pessenger_popup select{
    padding: 0 !important;
}
.pessenger_popup select.gender{
    border: 1px solid #ccc;
    width: 100%;
    background-color: #F6F6F6:
}
.pessenger_popup .box1{ width: 15%; margin-left: 1%;}
.pessenger_popup .box2{ width: 27%; margin-left: 1%;}
.pessenger_popup .box3{ width: 26%; margin-left: 3%;}
.pessenger_popup .box_n{width: 24%;}
.pessenger_popup .box4,
.pessenger_popup .box5{
    width: 47%;
    margin-left: 3%;
}
tr.pessenger i,
.pessenger_popup .box1 i{
    color: #555;
    float: right;
    margin-left: 5px;
}
tr.pessenger i::before,
.pessenger_popup .box1 i::before{
    font-size: 15px;
}
.pessenger_popup .box6{ width: 39%;}
.pessenger_popup .box7{ width: 22%; margin-right: 3%;}
.pop-up-content .line .box label{
    font-size: 11px;
    font-family: tahoma;
}
.pessenger_popup .box8{ width: 18%; text-align: left;}
.pessenger_popup .group1 #delete_passenger{
    display: none;
}
.pessenger_popup .box8 #addPassenger{
    width: 45px;
    height: 30px;
    background: url(../images/add_user_plus_male-513.png) no-repeat;
    display: inline-block;
}
.pessenger_popup .box9{
    float: left;
}
.pessenger_popup .group{
    float: right;
}
.pessenger_popup .line_second .box6{ display: none;}
.pessenger_popup .group1{width: 31%;}
.pessenger_popup .group2{width: 32%;}
.pessenger_popup .group3{width: 37%;}
.pessenger_popup .line_kharegi .group1{width: auto; margin-right: 80px;}
.pessenger_popup .line_kharegi .group2{width: auto; margin-right: 10px;}
.pessenger_popup .line_kharegi .group3{width: auto; margin-right: 10px;}

.pessenger_popup .line_kharegi .text_box{ width: 108px;}
.pessenger_popup .line_kharegi select.text_box{ width: 140px;}
#addPassenger,
#delete_passenger{
    cursor: pointer;
}
body .input_error{
    border-color: red !important;
}
/* -------------reserve_popup2------------------- */
.reserve_info_list{
    float: right;
    width: 62%;
}
.reserve_info_list .pessenger{
    margin-bottom: 10px;
}
.sb_bank{
    float: left;
    width: 36%;
}
.sb_bank .widg{
    margin-bottom: 10px;
    padding: 10px 12px;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}
.sb_bank .widg p{
    font: normal 11px/18px tahoma;
    color: #636363;
}
.sb_bank .widg_email{
    border: 2px solid #31b9da;
    text-align: center;
}
.sb_bank .widg_email .email{
    width: auto;
    margin: 0 auto 8px auto;
}
.sb_bank .widg_email label{
    font: normal 12px/28px chfont;
    float: right;
    color: #444;
}
.sb_bank .widg_email .email .email_input{
    float: left;
    width: 200px;
    direction: ltr;
    text-align: left;
}
.sb_bank .bank_select{
    border: 3px solid #d9d9d9;
}
.sb_bank .widg .toggle_btn{
    cursor: pointer;
    color: #00A2D5;
    font-size: 17px;
    font-weight: bold;
}
.sb_bank .widg .toggle_btn .icon{
    background-color: #00A2D5;
    margin-left: 6px;
    float: right;
    text-align: center;
    line-height: 24px;
    width: 24px;
    height: 24px;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
.sb_bank .discount{
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
    padding: 10px;
}
.sb_bank .discount .text_box{
    margin-bottom: 10px;
}
.sb_bank .discount .btn{
    float: left;
}
/* ---------------alert_box---------------- */

.alert_box{
	background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    margin:30px auto;
    display:block;
    width:230px;
    color: #444;
    padding: 15px 100px 0 20px;
    border:9px solid #31B9DA;
    border-radius:11px;
    position: relative;
}
.call_reserve_i{
	background:url('../images/Phone-icon.png');
    position: absolute;
    top: 20px;
    right: 15px;
	height:78px;
	width:78px;
}
.alert_box .inn{
    float: right;
}
.alert_box .inn .titr{
    font-family: chfont;
    font-size: 15px;
    color: #333;
    line-height: 20px;
}
.alert_box .inn .code{
    font-family: 12px;
    color: red;
}
.alert_box .inn p{
    color: #636363;
    direction: rtl;
    font: 11px/18px Tahoma,Geneva,sans-serif;
}
.alert_box .inn .btn{
    text-align: center;
    width: 120px;
    margin: 12px auto 20px;
}
/* --------------------------news------------------------ */
#news{
    border: 1px solid #ccc;
    border-radius: 7px;
    font-family: tahoma;
    padding: 25px;
}
.cnt_title{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    height: 32px;
    font: bold 15px/30px chfont;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    margin-bottom: 7px;
    background-color: #2aacd5;
	border-radius: 			5px 5px 0 0;
	-moz-border-radius: 	5px 5px 0 0;
	-webkit-border-radius: 	5px 5px 0 0;
}
.sng p{
    font: normal 12px/20px tahoma;
    color: #636363;
    padding: 5px 0;
}
.sng img{
    max-width: 100%;
}
/* -------------wrapper_payment--------------payment------------------------ */
.wrapper_payment{
/*
    background-color: #f6f6f6;
    border: 1px dashed #999;
	border-radius: 			7px;
	-moz-border-radius: 	7px;
	-webkit-border-radius: 	7px;
*/
    padding: 20px;
    width: 800px;
    margin: 0 auto;
}
.payment_content{
    float: right;
    width: 63%;
}
.payment_box{
    background-color: rgba(0,0,0,0.04);
    padding: 2%;
	border-radius: 			7px;
	-moz-border-radius: 	7px;
	-webkit-border-radius: 	7px;
}
.payment_content .form_line{
    margin-bottom: 13px;
}
.payment_content .form_line_box{
    width: 48%;
    position: relative;
}
.payment_content .form_line_box .red{
    display: block;
    position: absolute;
    left: 5px;
    height: 25px;
    line-height: 25px;
    top: 0;
}
.payment_content .form_line label{
    float: right;
}
.payment_content .form_line .captcha{
    float: left;
    width: 90px;
}
.echargeInfo{
/*    background-color: rgba(0,0,0,0.04);*/
    float: left;
    width: 26%;
    padding: 2%;
    font-size: 12px;
    color: #565656;
	border-radius: 			7px;
	-moz-border-radius: 	7px;
	-webkit-border-radius: 	7px;
}
.payment_content .notification{
    float: left;
}
.payment_content .btn{
    float: none;
    margin: 0 auto;
    display: block;
}
.echargeInfo h2{
    font-size: 18px;
}
/* -------------------------------------------- */
.efitooltip_bg{
}
.efitooltip_bg .efitooltip{
	position: absolute;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
	bottom: 42px;
	width: 250px;
    padding: 10px;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
    max-height: 250px;
	left: -1px;
	pointer-events: none;
    color: #fff;
    font: normal 11px/17px tahoma;
	background-color: rgba(58, 58, 58, 0.92);
	transform: translate3d(10px, 0 , 0);

    -webkit-transform: translate3d(0 , -10px , 0);
       -moz-transform: translate3d(0 , -10px , 0);
        -ms-transform: translate3d(0 , -10px , 0);
         -o-transform: translate3d(0 , -10px , 0);
            transform: translate3d(0 , -10px , 0);
	opacity: 0;
    -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;
}
.efitooltip_bg .arrowb_bg{
    position: relative;
}
.efitooltip_bg .arrowb{
    position: absolute;
    left: 50%;
    bottom: 23px;
	opacity: 0;
    width: 0;
    z-index: -2;
    height: 0;
    -webkit-transform: translate3d(0 , -10px , 0);
       -moz-transform: translate3d(0 , -10px , 0);
        -ms-transform: translate3d(0 , -10px , 0);
         -o-transform: translate3d(0 , -10px , 0);
            transform: translate3d(0 , -10px , 0);
	opacity: 0;
    -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;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid rgba(58, 58, 58, 0.92);

}
.efitooltip_bg:hover .arrowb{
    opacity: 1;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
       -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
        -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
         -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.efitooltip_bg .efitooltip p{
    color: #fff;
    text-align: justify;
    font: normal 11px/17px tahoma;
}
.efitooltip_bg:hover .efitooltip{
	pointer-events: auto;
	opacity: 1;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
       -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
        -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
         -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.btn_ch1{
    font-size: 13px;
    font-family: chfont;
    font-weight: bold;
    background-color: rgba(15,81,162,1);
    background: -moz-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,81,162,1)), color-stop(48%, rgba(0,72,172,1)), color-stop(51%, rgba(0,51,152,1)), color-stop(100%, rgba(0,27,133,1)));
    background: -webkit-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: -o-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    background: linear-gradient(to bottom, rgba(15,81,162,1) 0%, rgba(0,72,172,1) 48%, rgba(0,51,152,1) 51%, rgba(0,27,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f51a2', endColorstr='#001b85', GradientType=0 );
    padding: 0 30px;
    -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;
}

.btn_ch1:hover{
    background-color: rgba(15,81,162,1);
    background: -moz-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(15,81,162,1) 48%, rgba(0,51,152,1) 51%, rgba(15,81,162,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,81,162,1)), color-stop(48%, rgba(15,81,162,1)), color-stop(51%, rgba(0,51,152,1)), color-stop(100%, rgba(15,81,162,1)));
    background: -webkit-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(15,81,162,1) 48%, rgba(0,51,152,1) 51%, rgba(15,81,162,1) 100%);
    background: -o-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(15,81,162,1) 48%, rgba(0,51,152,1) 51%, rgba(15,81,162,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,81,162,1) 0%, rgba(15,81,162,1) 48%, rgba(0,51,152,1) 51%, rgba(15,81,162,1) 100%);
    background: linear-gradient(to bottom, rgba(15,81,162,1) 0%, rgba(15,81,162,1) 48%, rgba(0,51,152,1) 51%, rgba(15,81,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f51a2', endColorstr='#001b85', GradientType=0 );
}
/* ------------- */

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 2.5em;
    width: 100%;
}

progress::-webkit-progress-bar {
    background-color: #e0eaf0;
}

progress::-webkit-progress-value {
    background-color: #329ad1;
}

progress::-moz-progress-bar {
    background-color: #329ad1;
}
/* ------------- */
.calcu_table .box .cssload-content{
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
}