/*
 * Design By Vahid Majidi
 * Powered By اسکریپت.com
 */
*{
	padding:0px;
	margin:0px;
	outline:none;
	border:none;
}
body{
	font-family:tahoma;
	font-size: 13px;
	color:#000;
	background:url(../images/back.png) #639 repeat;
	background-attachment:fixed;
	direction:rtl;
}
a{
	color: #33C;
	text-decoration: none;
}
hr{
	width:100%;
	height:1px;
	background-color:#333;
	border:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
h1{
	font-size:15px;
	color:#C00;
	margin:15px auto;
	letter-spacing:1px;
}
h2{
	font-size:14px;
	color:#C00;	
	margin:10px auto;
}
h3{
	font-size:13px;
	color:#C00;	
	margin:10px auto;
}
h4{
	font-size:12px;
	color:#C00;	
	margin:10px auto;
}
h5{
	font-size:11px;
	color:#C00;	
	margin:10px auto;
}
h6{
	font-size:10px;
	color:#C00;
	margin:10px auto;	
}
p{
	color:#000;
	display:block;
	line-height:23px;
	margin:5px auto;
}
.container{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.social-left{
	position:absolute;
	top:100px;
	left:30px;
	width:80px;
}
.social-right{
	width:80px;
	position:absolute;
	top:100px;
	right:35px;
}
.social-right img{
	width:54px;
	height:54px;
	margin:5px;
	margin-bottom:10px;
	padding:5px;
	background-color:#FFF;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.social-right img:hover{
	box-shadow:0px 0px 10px #333333;
	-webkit-transform:rotate(5deg) scale(1.2,1.2);
	-moz-transform:rotate(5deg) scale(1.2,1.2);
	-o-transform:rotate(5deg) scale(1.2,1.2);
	-ms-transform:rotate(5deg) scale(1.2,1.2);
	transform:rotate(5deg) scale(1.2,1.2);
}
.social-left img{
	width:54px;
	height:54px;
	margin:5px;
	margin-bottom:10px;
	padding:5px;
	background-color:#FFF;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.social-left img:hover{
	box-shadow:0px 0px 10px #333333;
	-webkit-transform:rotate(5deg) scale(1.2,1.2);
	-moz-transform:rotate(5deg) scale(1.2,1.2);
	-o-transform:rotate(5deg) scale(1.2,1.2);
	-ms-transform:rotate(5deg) scale(1.2,1.2);
	transform:rotate(5deg) scale(1.2,1.2);
}
.content{
	width:650px;
	min-height:400px;
	height:auto;
	padding:5px 15px 15px 15px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	word-wrap:break-word;
	border-radius:2px;
}
.footer{
	float:left;
	width:436px;
	height:20px;
	background-color:#FFF;
	margin:10px auto;
	margin-left:140px;
	direction:ltr;
	color:#000;
	padding:8px;
	text-align:center;
	border-radius:2px;
	clear:both;
}
.footer p{
	margin:0px;	
}
.ib-container{
	width: 460px;
	margin: 100px auto;
	display: block;
}
.ib-container article{
	display: block;
	width: 200px;
	height: 200px;
	background: #fff;
	cursor: pointer;
	float: left;
	margin: 15px;
	z-index: 1;
	text-align:center;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
}
.ib-container img{
	width:128px;
	height:128px;
	margin-top:30px;
	margin-bottom:0px;
	-webkit-transition: 
		opacity 0.4s linear;
	-moz-transition: 
		opacity 0.4s linear; 
	-o-transition: 
		opacity 0.4s linear;
	-ms-transition: 
		opacity 0.4s linear;
	transition: 
		opacity 0.4s linear;
}
.ib-container p{
	opacity:0;
	font-size:16px;
	color:#900;
	display:block;
	-webkit-transition: 
		opacity 0.4s linear;
	-moz-transition: 
		opacity 0.4s linear; 
	-o-transition: 
		opacity 0.4s linear;
	-ms-transition: 
		opacity 0.4s linear;
	transition: 
		opacity 0.4s linear;
}
.ib-container article.blur{
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}
.ib-container article.blur img{
	width:128px;
	height:128px;
	opacity: 0.1;
}
.ib-container article.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);
	z-index: 100;	
	opacity: 1;
}
.ib-container article.active img{
	opacity: 1;
	width:128px;
	height:128px;
}
.ib-container article.active p{
	opacity: 1;
}
.menu{
	width:560px;
	height:120px;
	margin:10px auto;
}
.menu article{
	display: block;
	width: 100px;
	height: 100px;
	background: #fff;
	cursor: pointer;
	float: left;
	margin:10px 20px;
	z-index: 1;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
}
.menu img{
	width:100px;
	height:100px;
	-webkit-transition: 
		opacity 0.2s linear;
	-moz-transition: 
		opacity 0.2s linear;
	-o-transition: 
		opacity 0.2s linear;
	-ms-transition: 
		opacity 0.2s linear;
	transition: 
		opacity 0.2s linear;
}

.menu article.blur{
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.5;
}
.menu article.blur img{
	width:100px;
	height:100px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	opacity: 0.5;
}
.menu article.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);
	z-index: 100;	
	opacity: 1;
}
.menu article.active img{
	width:100px;
	height:100px;
	opacity: 1;
}
