/* عالی برای همه */
#mod_mani_custom{
	position: relative;
	z-index: 10;
}
.header li {
    display: inline-block;
    margin-left: 10px;
}
#matneng {
    font-family: arial;
    font-weight: bold;
    color: #b0b0b0;
    font-size: 13px;
    text-align: left;
}
.row.para {
    margin-bottom: -10px;
}
.down h3 {
    color: #f6a800;
    font-size: 17px;
    border-bottom: 1px solid #363636;
    padding-bottom: 14px;
}
.item-page h1 {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}
.item-page h2 {
    font-size: 14px;
    border-right: 3px solid #f7c221;
    line-height: 33px;
    margin: 9px 0 14px 0;
    padding: 5px;
    background: #f5f5f5;
}
.down ul {
    margin: 0;
    padding: 0;
}
.down ul li {
    list-style-type: number;
    color: #dadada;
    font-family: fsan;
}
.down li a, .down a {
    color: #ccc !important;
    font-size: 12px;
    font-family: fsan;
}
/* تا اینجا تغییر داده نشود */

.address {
    padding-top: 39px;
}
.news h3 {
    color: #e9b500;
    text-align: center;
    padding-top: 16px;
    text-shadow: 1px 1px 3px #c34242;
}
.menu3 .custom {
    background: #2a4567;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
}
.bglogo {
    background: url(../images/bglogo.png) repeat;
    padding: 28px 0 0 0;
    font-family: fsan;
font-size: 14px;
}
.logo {
    width: 494px;
    height: 232px;
}
.bglogo h3 {
    color: #ff8000;
    font-size: 16px;
    font-family: fsan;
}
.social i {
    color: #ffa302;
}

.about h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 56px;
    color: #58b7b3;
}
.about {
    font-family: fsan;
    line-height: 34px;
}

div.pagination {
    width: 100%;
    float: right;
    display: block;
    margin: 15px 0 !important;
    text-align: center;
}
div.pagination > ul {
    border-radius: 5px !important;
    background: #fff;
    box-shadow: 1px 1px 18px #cccccc;
    padding: 10px !important;
    width: 100%;
    display: inline-block;
    text-align: center;
}
div.pagination > ul li {
    display: inline-block;
    margin: 0 5px;
}
div.pagination > ul  li span {
    border: none;
    color: #fff;
    background: #520747;
    border-radius: 5px;
    display: block;
	line-height: 35px;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
	font-size: 13px;
}
div.pagination > ul li[class*="pagination"] span {
    border: none;
    color: #666;
    background: none;  
}
div.pagination > ul li a {    
	border: none;
    color: #333;
    border-radius: 5px;
    display: block;
	transition: all linear 0.3s;
	
	line-height: 35px;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
	font-size: 13px;
	padding: 0 10px;
	
}
div.pagination > ul li a:hover{
	color: #fff;
    background: #520747;
	text-decoration: none;
}


  



/* ثابت برای همه */
@media (max-width:400px){
    .address {
    padding-top: 0;
}
    
}
@media (max-width:767px){
    
    .social {
        text-align: center;
    }
    #matneng {
    text-align: center;
}
    .bglogo {
    padding: 10px 0 0 0;
    text-align: center;
}
}