@charset "utf-8";
/* CSS Document */
body{
	font-family:nazanin;
	//direction:rtl;
	background-image:url(../image/9.png);
	font-size:14px;
}
.r2l{
	direction:rtl;
}
.l2r{
	direction:ltr;
}
img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	padding-bottom:5px;
}

/********************************/
.hd{
	 //height:90px;
	 //background-color:rgba(38,77,115,0.5);
	 background-image:url(../image/8.png);
	 color:#4d194d;
	 font-family:sina;
	 border-radius:3px;
 }
 .menu{
	 //text-align:center;
	 //background-color:#c6d9ec;
	 //background-image:url(../image/8.png);
	 padding:0px;
	 //height:auto;
	 border:2px solid #336699;
	 border-radius:10px;	 
 }
 .slide{
	 //padding-left:0px;
 }
 .pattern{
	 //background-image:url(../image/8.png);
	 //background-color:rgba(102,0,204,0.2);
	 background-color:rgba(195,195,235,0.2);
 }
 .btn-group-vertical {
	 width:100%;
	 border-radius:10px
	 
 }
 .btn-group-vertical .btn {
	 height:50px;
	 text-align:right;
	 font-family:yekan;
	 //background-color:#132639;
	 border:0px solid #000;
	 //background-image:url(../image/8.png);
	 color:#888888;
 }
 .btn-group-vertical .btn:hover {
	 color:#000;
	// background-color:#2d5986;
	//box-shadow: inset 0 -2px 0 0 #264d73;
 }
 .login{
	 margin-top:10px;
	 padding:10px;
	 //border:2px solid #336699;
	 //border-radius:10px;
	 //background-color:rgba(195,195,235,0.5);
	 //background-image:url(../image/8.png);
	 
 }
 
/********************/
.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
	margin-top:10px;
	padding-top:3px;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #336699;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}

