/*صفحه ی اصلی استایل هاش درست تره*/
@font-face {
  font-family: 'yekanweb-regular';
  src: url('../fonts/yekanweb-regular.eot?#') format('eot'),  /* IE6â€“8 */
       url('../fonts/yekanweb-regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/yekanweb-regular.ttf') format('truetype');  /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face
{
  font-family:'FontAwesome';
  src:url('../fonts/fontawesome-webfont.eot');
  src:url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/fontawesome-webfont.woff') format('woff'),
      url('../fonts/fontawesome-webfont.ttf') format('truetype'),
      url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight:normal;
  font-style:normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before
{
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  display:inline-block;
  text-decoration:inherit
}
	html{ padding: 0; margin: 0; height: 100%; }
	body{
		padding: 0; margin: 0; height: 100%;
	}
	a:focus {
		outline:0px;
		outline-offset:0px;
		text-decoration: none;
	}
	.kol{
		min-height: 100%;
        height: 100%;
		padding-left:0px;
		padding-right:0px;
	}
	.header{
		height:150px;
		background: #12a6d4; /* Old browsers */
		background: -moz-linear-gradient(top,  #12a6d4 0%, #4cbde0 1%, #5ec3e1 1%, #5ac2e1 2%, #54bfe1 6%, #52bfde 9%, #49bbdf 20%, #41b7db 26%, #40b8dd 30%, #3cb7db 32%, #3cb6dd 34%, #2bafd9 56%, #20add8 83%, #20add8 93%, #21afda 95%, #20add8 99%, #1fb1db 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12a6d4), color-stop(1%,#4cbde0), color-stop(1%,#5ec3e1), color-stop(2%,#5ac2e1), color-stop(6%,#54bfe1), color-stop(9%,#52bfde), color-stop(20%,#49bbdf), color-stop(26%,#41b7db), color-stop(30%,#40b8dd), color-stop(32%,#3cb7db), color-stop(34%,#3cb6dd), color-stop(56%,#2bafd9), color-stop(83%,#20add8), color-stop(93%,#20add8), color-stop(95%,#21afda), color-stop(99%,#20add8), color-stop(100%,#1fb1db)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #12a6d4 0%,#4cbde0 1%,#5ec3e1 1%,#5ac2e1 2%,#54bfe1 6%,#52bfde 9%,#49bbdf 20%,#41b7db 26%,#40b8dd 30%,#3cb7db 32%,#3cb6dd 34%,#2bafd9 56%,#20add8 83%,#20add8 93%,#21afda 95%,#20add8 99%,#1fb1db 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #12a6d4 0%,#4cbde0 1%,#5ec3e1 1%,#5ac2e1 2%,#54bfe1 6%,#52bfde 9%,#49bbdf 20%,#41b7db 26%,#40b8dd 30%,#3cb7db 32%,#3cb6dd 34%,#2bafd9 56%,#20add8 83%,#20add8 93%,#21afda 95%,#20add8 99%,#1fb1db 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #12a6d4 0%,#4cbde0 1%,#5ec3e1 1%,#5ac2e1 2%,#54bfe1 6%,#52bfde 9%,#49bbdf 20%,#41b7db 26%,#40b8dd 30%,#3cb7db 32%,#3cb6dd 34%,#2bafd9 56%,#20add8 83%,#20add8 93%,#21afda 95%,#20add8 99%,#1fb1db 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #12a6d4 0%,#4cbde0 1%,#5ec3e1 1%,#5ac2e1 2%,#54bfe1 6%,#52bfde 9%,#49bbdf 20%,#41b7db 26%,#40b8dd 30%,#3cb7db 32%,#3cb6dd 34%,#2bafd9 56%,#20add8 83%,#20add8 93%,#21afda 95%,#20add8 99%,#1fb1db 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12a6d4', endColorstr='#1fb1db',GradientType=0 ); /* IE6-9 */
	}
	.onvan-header{
		font-family:yekanweb-regular;
		color:#FFFFFF;
		height:120px;
		margin-top:26px;
		margin-left:auto;
		margin-right:auto;
		float:none;
		padding-top:1px;
	}
	.onvan-header h1{
		font-family:yekanweb-regular;
		color:#FFFFFF;	line-height:0.7em;
	}
	.onvan-header h3{
		font-family:yekanweb-regular;
		color:#FFFFFF;
		line-height:0.7em;
		font-size:1.3em;
	}	
	/*منوها*/
	/*ravand-design.ir*/
 	.kol-menu{
		height:42px;
		padding-right:0px;
		padding-left:0px;
		border:1px #d9d9d9 solid;
		background: #fdfdfd; /* Old browsers */
		background: -moz-linear-gradient(top,  #fdfdfd 0%, #f1f1f1 98%, #d9d9d9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(98%,#f1f1f1), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	}
	.menu{
		height:41px;
		margin-left:auto;
		margin-right:auto;
		float:none;
		padding-left:0px;
		padding-rigth:0px; 
	}
 
	div.menu ul{
			list-style-type:none;
			margin:0;
			padding:0;
			float:right;
		}
		div.menu li{
			font-family:yekanweb-regular;
			font-size:1em;
			float:right;	 		 
		}
 
		div.menu a{
			font-family:yekanweb-regular;
			font-size:1em;
			display:block;			
			width:100px;  
			height:41px;
		}
		div.menu a:link,div.navar-menu a:visited{
			height:41px;
			text-align:center;
			padding:8px;
			text-decoration:none;
			text-transform:uppercase;
			line-height:1.5em;
		}
		div.menu li.selected a {
			border-right: 1px solid #ffffff;
			border-left: 1px solid #e7e7e7;
			font-family:yekanweb-regular;
			font-size:1em;
			width:100px;
			height:41px;			 
			line-height:1.5em;	
		}
		div.menu a:hover,div.menu a:active{
			line-height:1.5em;	
			color:#11A6DA;
			
		}
		a {
			text-decoration: none;
		}
		.menu A:link{color:#ea672e;text-decoration: none;}
		.menu A:visited {color:#ea672e;text-decoration: none;}
		.menu A:hover{color:#ea672e;text-decoration: none;}
	.kenar-asli{
		width:10px;
		height:40px;
		border-left: 1px solid #e7e7e7;	
	}
	.about{
		border-right: 1px solid #ffffff;
		border-left: 1px solid #e7e7e7;
	}
	.contact{
		border-right: 1px solid #ffffff;
		border-left: 1px solid #e7e7e7;
	}
	.nemone{
		border-right: 1px solid #ffffff;
		border-left: 1px solid #e7e7e7;
	}	
	.kenarnemone{
		width:3px;
		height:40px;
		border-right: 1px solid #ffffff;
	}
	.row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.iconha{
		float:left;
		margin-left:20px;
	}
	.matn-icon {
		font-family:yekanweb-regular;
		font-size:1em;
		color:#FFFFFF;	
	}
	.iconha img{
		margin-left:5px;
	}
	.fa-rss{
			font-size:2em;color:#e9a688;
	}
	.fa-rss:hover{
		color:#4cc1e7;
	}
	.kol-mataleb{
		min-height: 100%;
	}
 
	.kol-ravand-design{
		margin-top:25px;
		margin-left:auto;
		margin-right:auto;
		float:none;
		min-height: 100%;
		
	}
	.rast{
		float:right;
		padding-left:0px;
		padding-right:0px;
	}
	.about-side{
		padding-left:4px;
		padding-right:4px;	
		margin-bottom:30px;
		border:1px #cccccc solid;
		background-color:#f7f7f7;
		border-radius:8px;
		-moz-border-radius:8px; /* Firefox */
		-webkit-border-radius:8px; /* Safari, Chrome */
		behavior: url('PIE.htc'); /* explorer */
	}
	.head-sidebar{
		width:100%;
		height:39px;
		margin-left:auto;
		margin-right:auto;
		margin-top:4px;
		padding-top:6px;
		background: #70cdec; /* Old browsers */
		background: -moz-linear-gradient(top,  #70cdec 0%, #69c7e5 47%, #5fbcdb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70cdec), color-stop(47%,#69c7e5), color-stop(100%,#5fbcdb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cdec', endColorstr='#5fbcdb',GradientType=0 ); /* IE6-9 */
		border-radius:8px;
		-moz-border-radius:8px; /* Firefox */
		-webkit-border-radius:8px; /* Safari, Chrome */
		behavior: url('PIE.htc'); /* explorer */
	}
	.body-sidebar{
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		background-color:#f7f7f7;
		border-radius:8px;
		-moz-border-radius:8px; /* Firefox */
		-webkit-border-radius:8px; /* Safari, Chrome */
		behavior: url('PIE.htc'); /* explorer */
		line-height:1em;
	}
	.body-sidebar a{
		font-family:yekanweb-regular;
		font-size:1em;
		color:#999999;
	}
 
	.matn-header-sidebar{
		font-family:yekanweb-regular;
		font-size:1em;
		color:#FFFFFF;	
	}
	.body-sidebar p{
		font-family:yekanweb-regular;
		font-size:1em;
		color:#999999;	
		text-align:justify;
		text-justify:inter-word;		
	}
	.chap{
		float:left;
		padding-left:0px;
		padding-right:0px;		
	}
	.onvan-matlab{
		display: inline-block;
		font-family:yekanweb-regular;
		color:#11a6d4;
		margin-bottom:20px;
		line-height:0.1em;	 	
	}
	.matn-matlab{
		font-family:yekanweb-regular;
		text-align:justify;
		text-justify:inter-word;
	}
 
	.ravand-design-nazar{
		font-family:yekanweb-regular;
		font-size:0.8em;
		color:#999999;
		padding-right:4px;
		padding-top:5px;
		border-top: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		background-color: #f7f7f7;
		margin-bottom:40px;
	}
 
	.foter-abi{
		font-family:tahoma;
		font-size:1em;
		color:#FFFFFF;
		line-height:2.5em;
		height: 39px;
		text-align:center;
		background: #70cdec; /* Old browsers */
		background: -moz-linear-gradient(top,  #70cdec 0%, #69c7e5 47%, #5fbcdb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70cdec), color-stop(47%,#69c7e5), color-stop(100%,#5fbcdb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #70cdec 0%,#69c7e5 47%,#5fbcdb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cdec', endColorstr='#5fbcdb',GradientType=0 ); /* IE6-9 */
	}
	.foter-sefid{
		font-family:yekanweb-regular;
		font-size:1em;
		text-align:center;
		line-height:2.5em;	
		height:39px;
		margin-bottom:40px;
		border-bottom:1px #d9d9d9 solid;
		background: #fdfdfd; /* Old browsers */
		background: -moz-linear-gradient(top,  #fdfdfd 0%, #f1f1f1 98%, #d9d9d9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(98%,#f1f1f1), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fdfdfd 0%,#f1f1f1 98%,#d9d9d9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	}
	.foter-matn{
		color:#EA672E;
	}
	
	/*منوی مبایل*/	
	.rangmenu{
		 background-color:#f1f1f1;
	}
	.nav>li>a {
		height:49px;
		background-color: #f1f1f1; 
		border:0px;
		color:#fff;
		text-align:center;
	}
	.nav{
		width:80px;
		margin-right:3px;
		float:right;
		line-height:1.8em;
	}
	.dropdown-menu li a{
		color: #FFFFFF;
		border:0px;
	}
	/* hover menu mobile */
	.dropdown-menu li a:hover{
		background-color:#f1f1f1;
		color: #11A6DA;
	}	
	.dokmeha{
		display:inline-block; 
		margin-left:auto;
		margin-right:auto;		
		padding-left:0px;
		padding-right:0px;
		float:none;
		margin-bottom: 20px;
	}
	.dokmeha a{
		width: 35px !important;
		height: 33px;	 	 
		float:right;
		margin-right: 5px;
	}
	.dokme {
		font-family: yekanweb-regular;
		font-size: 0.9em;
		text-align: center;
		width: 35px;
		height: 33px;
		float:right;
		 
		margin-bottom:5px;
		line-height: 2.4em; 
		color: #FFF;
	 
		background: #b7deed; /* Old browsers */
		background: -moz-linear-gradient(top,  #b7deed 0%, #21b4e2 29%, #b7deed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(29%,#21b4e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b7deed 0%,#21b4e2 29%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b7deed 0%,#21b4e2 29%,#b7deed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b7deed 0%,#21b4e2 29%,#b7deed 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b7deed 0%,#21b4e2 29%,#b7deed 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */

		border-radius:5px;
	   -moz-border-radius:5px; /* Firefox */
	   -webkit-border-radius:5px; /* Safari, Chrome */
	   -khtml-border-radius:5px; /* KHTML */
	}
	.dokme:hover{
		font-family: yekanweb-regular;
		font-size: 0.9em;
		text-align: center;
		width: 35px;
		height: 33px;
		float:right;

		margin-bottom:5px;
		line-height: 2.4em;
		color: #FFF;
		background: #a9e4f7; /* Old browsers */
		background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */

		border-radius:5px;
	   -moz-border-radius:5px; /* Firefox */
	   -webkit-border-radius:5px; /* Safari, Chrome */
	   -khtml-border-radius:5px; /* KHTML */	
	}
	a:hover{
		text-decoration:none;
	}
	.matn-about{
		font-family: yekanweb-regular;
		font-size: 1em;
		color:#999999;
	}
	
	
	
	
/* مربوط به تماس با ما */
	.form-contact{
		margin-left:auto;
		margin-right:auto;
		float:none;
		padding-left:0px;
		padding-right:0px;
		margin-bottom:20px;
	}
	.form-contact-radif{
		margin-bottom:8px;
	}
	.form-contact-rast{
		font-family:'yekanweb-regular';
		color: #999999;
		font-size:1.4em;
		float:right;
		line-height:1.8em;		
		padding-left:0px;
		padding-right:0px;
	}
	.form-contact-chap{
		float:left;
		border:1px #DDDDDD solid;
		border-radius:5px;
		-moz-border-radius:5px; /* Firefox */
		-webkit-border-radius:5px; /* Safari, Chrome */
		-khtml-border-radius:5px; /* KHTML */
		behavior: url('PIE.htc');
		padding-left:0px;
		padding-right:0px;
		background-color:#F5F5F5;
	}
	.form-contact-amn{
		float:left;
		padding-left:0px;
		padding-right:0px;	 
		padding-top:0px;
	}
	.form-contact-control{
		padding-left:0px;
		padding-right:0px;		
	}
	.form-contact-control input{
		font-family:tahoma;
		font-size:0.9em;
		border:0px;
		box-shadow: none!important;
		float:right;margin:0px;
		background-color:#F5F5F5; 
	}
	.fa-user{
		height:35px;
		padding-top:7px;
		padding-left:8px;
		padding-right:0px;
		font-size:1.3em;
		color:#68C6E4;
		float:left; 
	}
	.fa-envelope{
		height:35px;
		padding-top:7px;
		padding-left:8px;
		padding-right:0px;
		font-size:1.3em;
		color:#68C6E4;
		float:left; 	 	
	}
	.fa-link{
		height:35px;
		padding-top:7px;
		padding-left:8px;
		padding-right:0px;
		font-size:1.3em;
		color:#68C6E4;
		float:left; 		
	}
	.fa-circle{
		height:35px;
		padding-top:7px;
		padding-left:8px;
		padding-right:0px;
		font-size:1.3em;
		color:#68C6E4;
		float:left; 		
	}
	.form-contact-chap textarea{
		font-family:tahoma;
		font-size:0.9em;
		height:150px;
		border:0px;
		box-shadow: none!important;
		float:right;margin:0px;
		background-color:#F5F5F5; 		
	}
	#refresh{
		background-color:#F5F5F5; 
		border:1px #E4E4E4 solid;
	}
	.btn{
	width: 100px;
	height: 35px;
	font-family:'yekanweb-regular';
	font-size:1.4em;
	color:#FFFFFF;
	text-align:center;
	padding-bottom: 12px;
	line-height:0em;
	margin-left:auto;
	margin-right:auto;
	background: #21d4f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #21d4f0 0%, #16cfee 5%, #16cbec 11%, #2493ce 95%, #3197cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21d4f0), color-stop(5%,#16cfee), color-stop(11%,#16cbec), color-stop(95%,#2493ce), color-stop(100%,#3197cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #21d4f0 0%,#16cfee 5%,#16cbec 11%,#2493ce 95%,#3197cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #21d4f0 0%,#16cfee 5%,#16cbec 11%,#2493ce 95%,#3197cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #21d4f0 0%,#16cfee 5%,#16cbec 11%,#2493ce 95%,#3197cf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #21d4f0 0%,#16cfee 5%,#16cbec 11%,#2493ce 95%,#3197cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21d4f0', endColorstr='#3197cf',GradientType=0 ); /* IE6-9 */

	border:1px #34ccfd solid;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* KHTML */
	 
}
.btn:hover{
	background: #11d1eb; /* Old browsers */
	background: -moz-linear-gradient(top,  #11d1eb 0%, #3ad9ef 47%, #73e4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11d1eb), color-stop(47%,#3ad9ef), color-stop(100%,#73e4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #11d1eb 0%,#3ad9ef 47%,#73e4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #11d1eb 0%,#3ad9ef 47%,#73e4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #11d1eb 0%,#3ad9ef 47%,#73e4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #11d1eb 0%,#3ad9ef 47%,#73e4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11d1eb', endColorstr='#73e4f4',GradientType=0 ); /* IE6-9 */
	padding-bottom: 12px;
	border:1px #11d1eb solid;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* KHTML */
	 
	
	box-shadow:0px 0px 9px 2px #d7fecb;	
	-moz-transition:all 0.9s ease-out;
	-webkit-transition:all 0.9s ease-out;
	-o-transition:all 0.9s ease-out;	
	-ms-transition:all 0.9s ease-out;
	}
	.btn:focus{
		outline:0px;
		outline: 0px auto -webkit-focus-ring-color;
		outline-offset: 0px;
		border:0px;
	}
	.form-control{
		box-shadow: none!important;
	}
	#reload{
		border:1px #E4E4E4 solid;
		border-radius:5px;
		-moz-border-radius:5px; /* Firefox */
		-webkit-border-radius:5px; /* Safari, Chrome */
		-khtml-border-radius:5px; /* KHTML */
	 		
	}
	#preview{
		font-family:yekanweb-regular;
		font-size:1.2em;
		line-height:3em;
		text-align:right;
	}	
	/* پایان تماس با ما */
	
	
	/* لینک های روزانه*/
	.link8{
		font-family: yekanweb-regular;
		font-size: 1em;
		color:#999999;
	}
	/* لینک های روزانه*/
	
	
	/*شروع هر پست*/
	.radif-nazar{
		font-family:yekanweb-regular;
		font-size:1em;
		color:#999999;	
	}
	.radif-nazarp{
		font-family:yekanweb-regular;
		font-size:1em;
		color: #11A6D4;
		margin-top:3px;
	}	
	.nazar-dahande{
		color:#EA672E;
	}
	.link-web{
		color:#11A6D4;	
	}		
	/*پایان هر پست*/
	