/*Design By Vahid Majidi | Powered By اسکریپت.com*/
*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
@font-face {
  font-family: 'Koodak';
  src: url('font/Koodak.eot?#') format('eot'),  
       url('font/Koodak.woff') format('woff'),
       url('font/Koodak.ttf') format('truetype');  
}
::selection{
	background-color:#3f84df;
	color:#fff;
}
::-moz-selection{
	background-color:#3f84df;
	color:#fff;
}
html,body{
	width:100%;
	height:100%;
}
body{
	font-family:Koodak,tahoma;
	font-size:15px;
	direction:rtl;
	background:url(images/background.jpg) #eee;
	background-attachment:fixed;
	background-repeat:repeat;
	line-height:30px;
	word-break:keep-all;
	word-wrap:break-word;	
}
.right{
	float:right;	
}
.left{
	float:left
}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;	
}
h1,h2,h3,h4,h5,h6{
	font-family:Koodak,tahoma;
	font-size:14px;
	color:#2e73ce;
	margin:10px 0;
}
hr{
	width:90%;
	height:1px;
	background-color:#3f84df;
	margin:15px auto;	
}
li{
	list-style-image:url(images/bullet.png);
	list-style-position:inside;
	margin:7px 0;	
}
a:link{
	text-decoration:none;
	color:#3f84df;
}
a:hover{
	text-decoration:none;
	color:#3f84df;
}
a:visited{
	text-decoration:none;
	color:#3f84df;
}
a:active{
	text-decoration:none;
	color:#3f84df;
}
#main{
	width:980px;
	margin:0 auto;	

}
#header{
	float:right;
	clear:both;
	width:980px;
	height:120px;
	background-color:#fff;	
	border-bottom-left-radius:1000px;
	border-bottom-right-radius:1000px;
	border:1px solid #aaa;
	border-top:none;
	overflow:hidden;
	margin-bottom:10px;
	box-shadow:0px 0px 2px 1px #aaa;
}
.navbar{
	float:right;
	clear:right;
	width:260px;
	height:auto;
	background-color:#fff;
	border-radius:20px;
	border:1px solid #999;
	margin-left:10px;
	overflow:hidden;
	margin-bottom:10px;
	box-shadow:0px 0px 2px 1px #aaa;
}
.navbar li{
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
.navbar li:hover{
	margin-right:10px;	
}
.title{
	float:right;
	clear:both;
	width:100%;
	height:40px;
	background-color:#3f84df;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
.title-hover{
	background-color:#d00;	
}
.title h1{
	color:#FFF;
	text-align:center;	
	font-size:18px;
	margin-top:6px;
}
.c-nav{
	float:right;
	clear:both;
	width:240px;
	padding:10px;
	height:auto;
}
.c-nav a{
	font-size:17px;	
}
.c-content{
	float:right;
	clear:both;
	width:706px;
	padding:10px;
	height:auto;
}
.c-content img{
	margin:20px auto;
	display:block;
	border:1px solid #ccc;
}
.content{
	float:left;
	clear:left;
	width:706px;
	height:auto;
	min-height:200px;
	background-color:#fff;	
	border-radius:20px;
	border:1px solid #999;
	overflow:hidden;
	box-shadow:0px 0px 2px 1px #aaa;
	margin-bottom:10px;
}
.i-portfolio{
	width:200px;
	height:200px;
	border:1px solid #3f84df;
	border-radius:100px;
	overflow:hidden;
	float:left;
	margin-top:15px;
	margin-left:30px;
}
.i-portfolio img{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
	border-radius:100px;
	margin:0px;
	border:none;
}
.i-portfolio img:hover{
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);	
	-o-transform:rotate(10deg);	
	-ms-transform:rotate(10deg);	
	transform:rotate(10deg);	
}
.mokhtasar{
	float:left;
	clear:left;
	width:100%;
	height:auto;
	border-top-left-radius:100px;
	border-top-right-radius:100px;
	border:1px solid #fff;
	overflow:hidden;
	margin-bottom:10px;
}
.slider{
	float:left;
	clear:left;
	width:100%;
	height:350px;
	border-radius:20px;
	border:1px solid #999;
	overflow:hidden;
	margin-bottom:10px;
	box-shadow:0px 0px 2px 1px #aaa;
}
.slider img{
	width:100%;
	height:350px;	
}
#footer{
	float:right;
	clear:both;
	width:980px;
	height:120px;
	background-color:#fff;	
	border-top-left-radius:1000px;
	border-top-right-radius:1000px;
	border:1px solid #999;
	border-bottom:none;
	overflow:hidden;
	box-shadow:0px 0px 2px 1px #aaa;
}
/*Design By Vahid Majidi | Powered By اسکریپت.com*/