/*
 *Code & Design By Vahid Majidi 
 *Powered By اسکریپت.com
 */
 
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
a:link{
	color:#FFF;
	text-decoration:none;	
}
a:hover{
	color:#69F;
	text-decoration:none;	
}
a:visited{
	color:#FFF;
	text-decoration:none;	
}
a:active{
	color:#FFF;
	text-decoration:none;	
}
hr{
	width:100%;
	height:1px;
	background-color:#FFF;
	border:none;
	margin:5% auto;
}
audio{
	width:99%;
	margin:5% auto;
}
video{
	width:99%;
	margin:3% auto;	
}
html{
	width:100%;
	height:100%;
}
body{
	font-family:tahoma;
	font-size:13px;
	line-height:25px;
	width:100%;
	height:100%;
	background:#252525;
}
.intro{
	direction:rtl;
	position:relative;	
	width:25%;
	height:100%;
	float:left;
}
.intro img{
	width:100%;
	position:absolute;
	top:9%;
	margin-top:-10%;
	height:90%;
	cursor:pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
	z-index:1;
	-webkit-transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
	-moz-transition:all 500ms;
	transition:all 500ms;
}
.intro img:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0);
	-o-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);

}
.content h1{
	color:#FC0;
	font-size:15px;
	letter-spacing:2px;
	margin:10px auto 10px auto;
}
.content p{
	color:#fff;
	font-size:13px;
    font-weight:normal;
	letter-spacing:normal;
	margin:1% auto;
}
.content1,.content2,.content3,.content4,.content5{
	margin:0px 5% 0px 20%;
	width:90%;
	height:90%;
	position:absolute;
	top:5%;
	word-wrap:break-word;
	z-index:0;
	overflow:auto;
}
.des{
	position:absolute;
	bottom:10%;
	height:10%;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:100;
	text-align:center;
	display:none;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	cursor:pointer;
}
.des:hover{
	background-color:rgba(0,51,102,0.7);
}
.des h1{
	color:#FFF;
	margin-top:8%;
	letter-spacing:2px;
	font-size:16px;
}
.footer{
	position:fixed;
	bottom:0%;
	left:40%;
	padding-bottom:5px;
}
.footer p{
	color:#FFF;
	letter-spacing:2px;
	text-shadow:-1px 1px 5px #666;
}
@media all and (max-width: 960px) {
.des h1{

	font-size:11px;
}
.content h1{
	font-size:11px;
}
.content p{
	font-size:11px;
}
.footer{
	left:2%;
	padding:0px;
}
.footer p{
	font-size:10px;
}
}
/*
 *Code & Design By Vahid Majidi 
 *Powered By اسکریپت.com
 */