@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family:'BYekan';
	font-size:13px;
	background:url(pattern.png);
}
	a, a:visited { 
	text-decoration: none; 
	outline: 0;
	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
	-moz-transition: color 0.2s ease-out, background 0.2s ease-out; 
	-o-transition: color 0.2s ease-out, background 0.2s ease-out; 
	-ms-transition: color 0.2s ease-out, background 0.2s ease-out; 
	transition: color 0.2s ease-out, background 0.2s ease-out;	
	}
a {
	text-decoration: none;
	color:#04879f;
}
a:hover{
color:#01d0f5;
}
.content1 form{
margin-top:-21px;
}
.polls form{
margin-top:0;
}
img{
border:none;
}
ul {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'AGENCYR';
	src: url('fonts/AGENCYR.eot');
	src: local('☺'), url('fonts/AGENCYR.woff') format('woff'), url('fonts/AGENCYR.ttf') format('truetype'), url('fonts/AGENCYR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BTraffic';
	src: url('fonts/TRAFFICB.eot');
	src: local('☺'), url('fonts/TRAFFICB.woff') format('woff'), url('fonts/TRAFFICB.ttf') format('truetype'), url('fonts/TRAFFICB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BNazanin';
	src: url('fonts/NAZANINB.eot');
	src: local('☺'), url('fonts/NAZANINB.woff') format('woff'), url('fonts/NAZANINB.ttf') format('truetype'), url('fonts/NAZANINB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BYekan";
	src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6?8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}
.wrapper {
	margin: 0 auto;
	width: 961px;
	background:#fff;
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
padding:0 20px 10px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
position:relative;
z-index:3;
}
.clearfix {
	clear: both;
}
.header{
background:url(header.png) no-repeat;
width:961px;
height:175px;
}
.menu{
background:#015df5;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
font-family:BTraffic,BYekan;
position:relative;
z-index:2;
}
.back-search{
background:#d9d9d9;
padding-top:12px;
margin-top:-5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin-bottom:25px;
}
.kalam-back{
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
padding:4px;
color:#8f8f8f;
font-family:BNazanin;
font-size:16px;
width:665px;
}
.search-kalam{
background:url(search-back.png) no-repeat;
width:60px;
height:41px;
}
.kalam{
background:url(kalam.png) no-repeat;
width:66px;
height:33px;
margin-left:15px;
}
.kalam2{
margin-top:6px;
}
.search{
background:#fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:4px 10px;
margin-left:15px;
}
.search input[type=text]{
margin:0;
background:none;
border:none;
width:150px;
}
.search input[type=submit]{
margin:0;
background:url(btn.png) no-repeat;
width:34px;
height:27px;
cursor:pointer;
}
.custom{
-webkit-box-shadow: inset 4px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: inset 4px 0px 5px 0px rgba(0, 0, 0, 0.1); 
background:url(shadow.png) no-repeat left top,url(shadow-b.png) no-repeat left bottom;
padding:5px 10px 40px;
margin-bottom:20px;
width:200px;
}
.custom-title{
color:#01d0f5;
font-family:BTraffic,BYekan;
font-size:16px;
text-align:center;
background:url(shadow.png) no-repeat left top;
height:40px;
padding-top:10px;
width:220px;
}
.custom a{
display:block;
line-height:35px;
background:url(arrow.png) no-repeat 97% 50%;
padding:0 25px;
border-bottom:1px dotted #808080;
color:#010000;
}
.custom a:hover{
color:#fff;
background: url(arrow.png) no-repeat 97% 50%,rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTVkZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: url(arrow.png) no-repeat 97% 50%,-moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(1,93,245,1) 100%); /* FF3.6+ */
background: url(arrow.png) no-repeat 97% 50%,-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(1,93,245,1))); /* Chrome,Safari4+ */
background: url(arrow.png) no-repeat 97% 50%,-webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(1,93,245,1) 100%); /* Chrome10+,Safari5.1+ */
background: url(arrow.png) no-repeat 97% 50%,-o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(1,93,245,1) 100%); /* Opera 11.10+ */
background: url(arrow.png) no-repeat 97% 50%,-ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(1,93,245,1) 100%); /* IE10+ */
background: url(arrow.png) no-repeat 97% 50%,linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(1,93,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#015df5',GradientType=1 ); /* IE6-8 */
}
.gd_box{
border:2px solid #dcdcdc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:20px;
width:216px;
}
.gd_box_text{
background:#01d0f5;
color:#fff;
font-family:BTraffic,BYekan;
font-size:16px;
padding:8px 30px 0 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
height:35px;
}
.gd_box_desc{
padding:10px;
color:#4d4d4d;
font-family:BNazanin;
font-size:14px;
}
.news-jq{
border:2px solid #dcdcdc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:20px;
padding:15px;
margin:0 15px;
}
#gallery {
	position:relative;
	height:310px;
	border:2px solid #dcdcdc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:20px;
padding:10px;
margin:0 15px 10px;;
width:435px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		width:100%; 
		position:absolute;
		bottom:10px;
		direction:rtl;
	}

	#gallery .caption .content {
		margin:5px;
		
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#fff;
		font-family:BNAZANIN;
	}
	#gallery .caption .content h2 {
		margin:0;
		padding:0;
		color:#fff;
		font-family:BNAZANIN;
	}
	.farhang{
	background:url(farhang.png) no-repeat;
	width:465px;
	height:104px;
	margin:0 12px 5px;
		}
	.ghoran{
	background:url(ghoran.png) no-repeat;
	width:465px;
	height:104px;
	margin:0 12px 5px;
	}
	.varzesh{
	background:url(varzesh.png) no-repeat;
	width:465px;
	height:104px;
	margin:0 12px 5px;
	}
.news-title,.photo-title{
background:#01d0f5;
color:#fff;
font-family:BTraffic,BYekan;
font-size:16px;
padding:8px 0 0 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
height:35px;
text-align:center;
}
.news,.photogallery,.gd_box-left{
border:2px solid #dcdcdc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:20px;
width:240px;
}
.news-time{
font-size:10px;
color:#01D0F5;
}
.flash{
margin-bottom:25px;
}
.blue{
background:#01d0f5;
position:relative;
top:-5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
height:20px;
margin: 0 auto;
width: 961px;
padding:0 20px;
z-index:2;
}
.footermenu{
background:#015df5;
margin: 0 auto;
width: 961px;
padding:5px 20px;
position:relative;
top:-8px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index:1;
font-family:BTraffic,BYekan;
font-size:14px;
}
.footer{
background:#d9d9d9;
margin: 0 auto;
width: 961px;
padding:20px 20px 0;
position:relative;
top:-10px;
}
.footer-b{
background:url(footer.png) no-repeat center;
height:20px;
margin-top:-10px;
}
.copy-en{
font-family:AGENCYR;
font-size:18px;
color:#4b4b4b;
direction:ltr;
margin:0 auto;
width:1000px;
text-align:center;
}
.copy-fa{
margin:0 auto;
width:1000px;
text-align:center;
color:#818181;
font-family:'BYekan';
	font-size:13px;
	direction:rtl;
}
.content1{
margin:0 15px 10px 0;
width:719px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.main_title{
background:#01d0f5;
color:#fff;
font-family:BTraffic,BYekan;
font-size:16px;
padding:8px 0 0 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
height:35px;
}
.ads{
margin:0 15px 10px;
}
.webgozar{
width:50px;
margin:15px auto;
}