@charset 'utf-8';


#top_h{
	background:#154158;
}

#top_h_cont{
	width: 80%;
	display: table;
	margin:0 auto;
}

#search {
	background:#215b7a;
	float:left;
	width:170px;
	height:28px;
	margin:5px 0 0 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc9b7;
}
#search_box {
	background:#215b7a;
	border:0px;
	padding:4px 5px 3px;
	font-family:tahoma;
	color:#fff;
	width:140px;
	float:left;
	font-size:12px;
}
#search_btn {
	background:url(../images/search.png);
	width:26px;
	height:22px;
	border:0;
	float:right;
	cursor:pointer;
	padding:0 !important;
	margin:0 !important;
}

#lang{
	float:right;
	padding:10px 0;
	color:#fff;
}

#lang li{
	float:right;
	margin:0 5px 0 0;
}

#lang li a{
	color:#fff;
}

#social{
	float:left;
	margin:10px 0 0 0;
}

.clr{
	clear:both;
}

.bx-wrapper .bx-controls-direction a{
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.bx-wrapper{
	padding: 0 0 30px 0 !important;
	max-width: 80% !important;
	position:relative;
	margin:0 auto 60px;
}
.middle_slider {
    margin-bottom: 50px;
	    overflow: hidden;
}
.middle_slider .content .previous {
    left: 10%;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background-image: url(../../../templates/tmpl_modern01/images/ic_middle_slider.png) !important;
}
.bx-wrapper .bx-prev{
	transform: scale(-1) translateY(50%) !important;
	-webkit-transform: scale(-1) translateY(50%) !important;
	-moz-transform: scale(-1) translateY(50%) !important;
	 left: -80px !important;

}

.bx-wrapper .bx-next {
    right: -70px!important;
}
	
.bx-wrapper .bx-controls-direction a{
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: contain !important;
	width: 60px !important;
    height: 60px !important;

}
/**/
.home_slider{
	height: 100%;
	background-color: #215B7A;
	position: relative;
	padding-top: 80px;
}
.home_slider .bg_img_full{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    transition: all .7s  ease;
    -webkit-transition: all .7s  ease;
-moz-transition: all .7s ease;
}
.home_slider .content .items img {
    display: none;
}
.home_slider .content{
	width: 100%;
	position:absolute;
	padding:40px 20% 25px 20%;
	bottom: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,0.1)), color-stop(50%, rgba(0,0,0,0.2)), color-stop(75%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	height: 200px;
}
.home_slider .content .items{
	width: 100%;
	color: #fff;
    top: 100%;
    right: 0;
	overflow: hidden;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	position: relative;
	text-align: center;
}
.home_slider .content .items[data-show=true]{
	top: 10%;
}
.home_slider .content .items img{
	display: none;
}
.home_slider .content .items a{
	display: block;
	color: #fff;
}
.home_slider .content .items h2{
    font-size: 28px;
    opacity: .8;
    font-weight: 400;
    margin-bottom: 5px;
}
.home_slider .content .items p {
    font-size: 16px;
    line-height: 25px;
    color: rgba(255,255,255,0.70);
    font-weight: 400;
}

.home_slider .content .next,
.home_slider .content .previous{
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5%;
    z-index: 10;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
    opacity: .5;
}
.home_slider .content .next{
	background-image: url(../../../templates/tmpl_modern01/images/ic_home_slider_next_w.png);
	right:10%;
}  
.home_slider .content .previous{
	background-image: url(../../../templates/tmpl_modern01/images/ic_home_slider_previous_w.png);
	left:10%;
}
.home_slider .content:hover .previous,
.home_slider .content:hover .next{
	opacity: 1;
	transform: scale(1.7);
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
}
.about_home{
	background-image: url(../../../templates/tmpl_modern01/images/about_bg.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
	position: relative;
}
.about_home .container{
	padding-right: 10%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	position: relative;
	width: 40%;
}
.about_home .container .title{
	color: #132C40;
	font-size: 24px;
	font-weight: 700px;
	margin-bottom: 10px;
	font-family:iransans;
}
.about_home .container .desc{
	font-size: 14px;
	color: #132C40;
	margin-bottom: 10px;
	text-align:justify;
	line-height:24px;
}
.about_home .container a{
	display: block;
	font-size: 16px;
	font-weight: 600px;
	color: #215B7A;
}
.about_home .container a:hover{
	color: #8FAABF;
}
.tabs_home{
	padding:100px 10% 0 10%;
}
.tabs_home .timer{
	width: 19%;
	height: 300px;
	background-color: #8FAABF;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.tabs_home .timer .container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.tabs_home .tabs {
	display: inline-block;
	vertical-align: top;
	padding-left: 80px;
    top: -50px;
}
.tabs_home .list_style li .my_title{
	color: #132C40;
	font-size: 16px;
}
.tabs_home .list_style li .my_text{
	font-size: 13px;
	color: #132C40;
}
.tabs_home .list_style li .title_date,
.tabs_home .list_style li .date{
	color: #132C40;
	display: inline-block;
	vertical-align: top;
}
.tabs_home .list_style li .date{
	color: #215B7A;
	margin-left: 80px;
}
.middle_slider{
	
}


.list_style li a:hover{
	opacity: .8;
}
/*================*/
/* مشخصات عنوان اصلی */
.header_logo h1 {
	font-family:yekanYW;
	font-size:20px;
	padding-right:8px;
}
/* مشخصات عنوان فرعی */
.header_logo h2 {
	font-family:nasimYW;
	font-size:18px;
	padding-top:8px;
	padding-right:8px;
}
.main_div {
	margin: 0 auto;
	padding: 0 0 0 0 ; 
	max-width: 1220px;
}
.Tbl
{
	display: table;
	height: 100%;
	width: 100%;
}
.TblHd
{
	display: table-row;
	font-weight: bold;
	text-align: center;
	background:#af64c7 url(../images/tbl_head_bg.png);
	color: #fff;
	padding: 10px 0;
	height:35px;
}
.TblHd2
{
	display: table-row;
	font-weight: bold;
	text-align: center;
	background-color: #f8b27e;
	color: #000;
	padding: 10px 0;
	height:35px;
}
.TblCelH
{
	display: table-cell;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:middle;
	text-align: center;
}
.TblRow
{
	display: table-row;
	vertical-align: middle;
	color: #000;
	background-color:#f9f9f9;
	text-align: center;
	height:60px;
	border-bottom:1px solid #dddddd;
}
.RowOdd
{
	background-color:#f8effb;
}
.RowEVen
{
	background-color:#f1e5f5;
}
.TblRow:hover
{
	background-color:#ead8f0;
}
.TblCel
{
	display: table-cell;
	border-bottom:#CCC thin solid;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:middle;
	text-align: center;
}
.TblBlock
{
	float:right;
	line-height:1.7;
}
.TblMsg
{
	color: #000;
	background-color:#f9f9f9;
	text-align: center;
	height:80px;
	border-bottom:1px solid #dddddd;
	padding-top:40px;
}
.bord
{
	border:#03F medium solid;
}
.bg
{
	background-color:#0C0;
}
.bold
{
	font-weight:bold;
}
.InfoBox1
{
	vertical-align: middle;
	color: #000;
	background-color:#f0dbf6;
	text-align: center;
	height:350px;
	width:100%;
	border-bottom:1px solid #dddddd;
	display:none;
	overflow:visible;
}
.InfoBox2
{
	padding:10px; 
	position:relative; 
	height:330px; 
	margin:0 10px;
}
.InfoBar
{
	background-color:#f4c3fa;
	width:100%; 
	height:28px; 
	vertical-align:middle; 
	padding-top:10px; 
	margin-top:10px;
	margin-bottom:10px; 
	position: absolute;
	bottom: 45px;
	left: 0;
	font-family:yekanYW;
	border:#e7c0f2 thin solid;
}
.InfoBar2
{
	background-color:#bdc0f5;
	width:100%; 
	height:28px; 
	vertical-align:middle; 
	padding-top:10px; 
	margin-top:10px;
	margin-bottom:10px; 
	position: absolute;
	bottom: 0;
	left: 0;
	font-family:yekanYW;
	border:#d9d7fd thin solid;
}
#stat_row
{
	background-color:#bdc0f5;
	width:100%; 
	height:30px; 
	vertical-align:middle; 
	padding-top:10px; 
	margin-top:10px;
	margin-bottom:10px; 
	font-family:yekanYW;
	border:#d9d7fd thin solid;
}
.item_title
{
	color:#8F0365;
}
.arial
{
	font-family:arial;
}
.cover{
	border:2px solid #E4E4E4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#E3DED1;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px; 
	box-shadow: #B3B3B3 2px 2px 2px;
	height:160px;
	max-width:120px;
}
.ltr
{
	direction:ltr;
}
.rtl
{
	direction:rtl;
}
.left
{
	text-align:left;
}
.right
{
	text-align:right;
}
.col_1 { width: 1%; }
.col_5 { width: 5%; }
.col_10 { width: 10%; }
.col_15 { width: 15%; }
.col_16 { width: 16%; }
.col_17 { width: 17%; }
.col_18 { width: 18%; }
.col_19 { width: 19%; }
.col_20 { width: 20%; }
.col_25 { width: 25%; }
.col_30 { width: 30%; }
.col_35 { width: 35%; }
.col_40 { width: 40%; }
.col_45 { width: 45%; }
.col_50 { width: 50%; }
.col_55 { width: 55%; }
.col_60 { width: 50%; }
.col_65 { width: 55%; }
.col_70 { width: 50%; }
.col_75 { width: 55%; }
.col_80 { width: 50%; }
.col_85 { width: 55%; }
.col_90 { width: 50%; }
.col_95 { width: 55%; }
.col_100 { width: 100%; }
input.srch_key {
	background:transparent;
	width:300px;
	height:25px;
	float:right;
	padding:4px 5px 3px 10px;
	margin:0 5px 0 0;
	border:0;
	font-family:tahoma;
	font-size:13px;
	color:#999999;
}
input.srch_key2 {
	background:#fff url(../images/search2.png) no-repeat;
	width:90%;
	height:25px;
	padding:2px 5px 3px 10px;
	margin:0;
	font-family:tahoma;
	font-size:13px;
	color:#999999;
}
input.srch_key2_ltr {
	background:#fff url(../images/search2.png) no-repeat;
	width:90%;
	height:25px;
	padding:2px 5px 3px 30px;
	margin:0;
	font-family:tahoma;
	font-size:13px;
	color:#999999;
	direction:ltr;
}
input.search_cln {
	background:url(../images/clean.png) no-repeat;
	border:0;
	float:left;
	width:27px;
	height:28px;
	cursor:pointer;
	margin:-1px 0 0 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display:none;
}
.TpntImg {
    opacity: 0.5;
    filter:alpha(opacity=40);
}
.TpntImg:hover {
    opacity: 1.0;
    filter:alpha(opacity=100);
	cursor:pointer;
}
.active_btn  {background-color: #e9e9e9 !important; border: 1px solid #c6c6c6 !important; }
#setting div { font-family:tahoma; display:inline-block; margin-right: 5px; margin-top: 5px  }
#setting .cell a { border-radius: 3px; font-size: 12px; color: #333; padding: 8px; text-decoration:none; border: 1px solid #d3d3d3; background-color: #f8f8f8; }
#setting .cell a:hover { border: 1px solid #c6c6c6; background-color: #f0f0f0;  }
#setting .cell_active span { border-radius: 3px; font-size: 11px; color: #333; padding: 8px; border: 1px solid #c6c6c6; background-color: #e9e9e9; }
#setting .cell_disabled span { border-radius: 3px; font-size: 11px; color: #777777; padding: 8px; border: 1px solid #dddddd; background-color: #ffffff; }
#pagination div { font-family:tahoma; display: inline-block; margin-right: 5px; margin-top: 5px }
#pagination .cell a { border-radius: 3px; font-size: 11px; color: #333; padding: 8px; text-decoration:none; border: 1px solid #d3d3d3; background-color: #f8f8f8; }
#pagination .cell a:hover { border: 1px solid #c6c6c6; background-color: #f0f0f0;  }
#pagination .cell_active span { border-radius: 3px; font-size: 11px; color: #333; padding: 8px; border: 1px solid #c6c6c6; background-color: #e9e9e9; }
#pagination .cell_disabled span { border-radius: 3px; font-size: 11px; color: #777777; padding: 8px; border: 1px solid #dddddd; background-color: #ffffff; }
.monoNum {padding: 8px 10px !important; }
.clickable {
	cursor:pointer;
}
.clickable:hover {
	background-color: #bc2b77;
}
.sort_by {
	background:url(../../../files/0allsites/images/sort_by.png) no-repeat;
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
}
.sort_az {
	background:url(../../../files/0allsites/images/sort_azy.png) no-repeat;
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
}
.sort_za {
	background:url(../../../files/0allsites/images/sort_zay.png) no-repeat;
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
}
/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}
	.onepcssgrid-1000 .divrow {
		padding: 0;
	}
}
/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 1340px) {
	ul#awt_navmenu a{
		padding:8px;
		font-size:13px;
	}
}

@media all and (max-width: 1220px) {
	ul#awt_navmenu a{
		padding:8px 2px;
		font-size:11px;
	}
	footer .top .right_logos a{
		margin-left:5px;
	}
}


@media all and (max-width: 996px) {
	.slicknav_menu{
		display:block;
	}
	ul#awt_navmenu{
		display:none;
	}
	#menu_back{
		height:45px;
	}
	footer .top .cell{
		width:27%;
	}
	
	footer .top .cell{
		display:inline-block;
		width:50%;
	}
}


@media all and (max-width: 768px) {
	.about_home .container{
		position:inherit;
	}
	.about_home .container .desc{
		font-weight:bold;
	}
	.tabs_home .tabs{
		padding-left:0;
	}
	.tabs_home{
		padding-top:20px;
	}
	.tabs_home .timer{
		height:120px;
		width:100%;
	}
	.tabs_home .tabs{
		display:block;
		top:0;
		width:100%;
	}
	.about_home .container{
		padding:100px;
		width:100%;
	}
	#login_area{
		width:100%;
	}
	footer .top .cell:nth-child(2){
		width:100%;
	}
}

@media all and (max-width: 560px) {
	footer .top .cell .links .items{
		width:100%;
	}
	footer .top .cell{
		width:100% !important;
	}
	.home_slider{
		display:none;
	}
	.about_home .container{
		padding:20px;
	}
	html, #body_sub_div, #body_main_div{
		padding-top:50px;
		height:auto;
	}
	header .header_top .cell{
		display:block;
		text-align:center;
	}
	header .header_top .cell:nth-child(2){
		text-align:center;
	}
	header .header_top .cell .logo_main img{
		float:none;
		margin:5px 0 0 0;
	}
	.logo_main{
		display:none;
	}
	header .header_top .cell h1{
		font-size:16px;
	}
	header .header_top .cell h2{
		font-size:13px;
	}

}
@media all and (max-width: 450px) {
	html, #body_sub_div, #body_main_div{
		padding-top:80px;
	}
	.tabs_home .timer{
		height:200px;
	}
}