@import url(fontiran.css);
body {
	font-family: IRANSansFaNum;
	font-weight: 300;
	}
.klbox{background-color:#fff; margin-bottom:15px; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; padding:4px; margin-right:10px; margin-left:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25);box-shadow:0 1px 2px rgba(0,0,0,0.25);overflow:hidden;}
.center {text-align:center}
.font p{font-family: IRANSansFaNum;}
.rtl {direction:rtl}
.clear {clear-both:none;}
.just {text-align:justify;}
.hidden { display: none; }

.popover-content {
	font-family:'IRANSansFaNum';
	font-weight: 400;
	font-size: 12px;
	text-align:justify;
}

.tooltip {
	font-family:'IRANSansFaNum';
	font-weight: 400;
	font-size: 12px;
	text-align:justify;
}

a:hover{
	text-decoration:none;
}
    html, body {
        position: relative;
        height: 100%;
    }

	body{
	font-family:'IRANSansFaNum';
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#fff;
	height:100%;
	text-align:center;
}


.container h1{
	font-size:18pt;
	text-align:center;
}

.post h1{
	text-align:right;
}
/* ---------Content Styles--------------------------------------*/
.swiper-container{
	width:100%;
	height:100%;
	z-index:10;
	position:relative;	
}
	
.swiper-slide {
	 position:relative;
	 z-index:10;
	 padding-top:80px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

}

@media (max-width: 991px) {
	.swiper-slide {padding-top:115px}
}


.swiper-post {padding-top:80px}

@media (max-width: 991px) {
	.swiper-post {padding-top:150px}
}

@media (max-width: 767px) {
	.swiper-post {padding-top:110px}
}

.swiper-post p{
	font-size:12pt;
	line-height:150%;
}
/*------ Background - ------------------------------------------------
.bg0 , .bg1 , .bg2 , .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .bg9, .bg10, .bg11, .bg12, .bg13, .bg14{
*/

.bg0 {
	 background: url(../images/pattern.png);
 
}

/* 

.bg0 {
    background: -webkit-linear-gradient(180deg, green, white , red); 
    background: -o-linear-gradient(180deg, green, white , red); 
    background: -moz-linear-gradient(180deg, green, white , red); 
    background: linear-gradient(180deg, green, white , red); 
}
*/

.bg0{background-color:#eeeeee;} 
.bg1{background-color:#eeeeee;}
.bg2{background-color:#ceaf4a;}
.bg3{background-color:#009898;}
.bg4{background-color:#97af5b;}
.bg5{background-color:#ffb058;}
.bg6{background-color:#cba776;}
.bg7{background-color:#02887c;}
.bg8{background-color:#4f94a6;}
.bg9{background-color:#8491af;}
.bg10{background-color:#35a083;}
.bg11{background-color:#74895c;}
.bg12{background-color:#4f94a6;}
.bg13{background-color:#a664a2;}
.bg14{background-color:#a664a2;}
.bg15{background-color:#e6ea80;}




/*------ nivigation - ------------------------------------------------*/
.navbar {
	margin-bottom:0px;
	margin-top:5px
}


.navbar-default {
background-color: transparent;
border:0;	
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  font-size:10pt;
  color: #555;
  height:40px;
  background-color: #cc0f0f;
  border-radius: 5px;
  margin:2px;
  padding:10px 5px 10px 5px ;
  color:#ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #ac0000;
}

.nav-holder {
	position:fixed;
	top:0%;
	padding:0px;
	z-index:1000;
	width:100%;
	border-bottom:1px solid #fff;
	background:rgba(175,20,20,1);
    background: url(../images/pattern.png);
	background-color:#a33643;
}

.nav-holder {
    background: -webkit-linear-gradient(90deg, red, white , green); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, red, white , green); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, red, white , green); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, red, white , green); /* Standard syntax (must be last) */
}

nav {
	min-height: 52px;
	font-size: 14px;
	color: #666;
	position: relative;
	z-index:2;
	top:6px;
	right:0;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav  a{
	line-height:30px;
	padding:5px 5px; 
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
	position:relative;
	font-family: IRANSansFaNum, tahoma;
}

.logo-holder{
	float:right;
	position:relative;
	overflow:hidden;
	margin-left:20px;
}
.arrow-nav {
	float:right;
	margin:10px 10px 0 0;
}
.arrow-nav a {
	width:40px;
	height:40px;
	float:right;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	margin-right:6px;
	line-height:40px;
}
.arrow-nav a:hover {
	opacity:0.7;
}

.swp{
	float:right;
}

.blog-bav .arrow-nav , .blog-bav .swp{
	display:none;
}	

.hhlogo {
	float:left
}
@media (max-width: 500px) {
  .hhlogo {
    display:none;
  }
}

/*=================================================
STYLE FOR LAST NEWS
=================================================*/
.last-news {
    height: 100%;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}



.last-news .first_banner {
    width: 100%;
	height: auto;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 15px 5px;
    border: 10px solid rgba(2,136,124,0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-bottom:5px;
}

.last-news .first_banner:hover{
    border: 10px solid rgba(0,130,0,0.2);
}


.last-news .news {
	overflow: hidden;
    width: 100%;
	height: 270px;
	background: url(../images/pattern2.png);
	 background-color: #fff;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 10px 5px;
    border: 10px solid rgba(2,136,124,0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}



.last-news .news:hover{
    border: 10px solid rgba(0,130,0,0.2);
}



.last-news .podkast {
	overflow: hidden;
    width: 100%;
	height: 270px;
	background: url(../images/pattern2.png);
	 background-color: #fff;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 10px 5px;
    border: 10px solid rgba(2,136,124,0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}



.last-news .podkast:hover{
    border: 10px solid rgba(0,130,0,0.2);
}



.last-news .newsbanner
{
    width: 100%;
	height: 135px;
	background: url(../images/pattern2.png);
	 background-color: #fff;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 10px 5px;
    border: 10px solid rgba(2,136,124,0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}

@media (max-width: 991px) {
	.last-news .newsbanner {height:280px;}
}

/*
.last-news .news {
    margin: 20px 0;
	background: url(../images/pattern2.png);
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    min-height: 120px;
    padding: 2px 5px 5px 5px;
    -webkit-box-shadow: 0px 4px 0px #e3e3e3, 0px 5px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 4px 0px #e3e3e3,  0px 5px 5px rgba(0,0,0,.3);
    box-shadow: 0px 4px 0px #e3e3e3,  0px 5px 5px rgba(0,0,0,.3);
}
*/


.last-news h5 {
    //font-size: 2rem;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.last-news .news a {
    text-decoration: none;
}

/*
.last-news .news a img {
    width: 86px;
    height: 86px;
    border-radius: 43px;
    float: right;
    margin-left: 20px;
    border: 5px solid rgba(0,0,0,0.2);
    position: absolute;
    top: -20px;
    right: 10px;
}

*/
.last-news .news a img {
    width: 120px;
    height: 120px;
    border-radius: 75px 75px 20px 75px;
	float: left;
    display: block;
    margin: 5px 5px;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}



.last-news .news:hover a img{
	width: 120px;
    height: 120px;
    border: 8px solid rgba(160,120,70,0.2);
	border-radius: 75px 75px 75px 75px;
}

.last-news .news a span.head-title {
    color: #9b9b9b;
    line-height: 15px;
    margin: 10px 5px;
    display: block;
}

.last-news .news a h4 {
    color: #515151;
    line-height: 20px;
    margin: 10px 5px;
	font-size:12pt;

    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -ms-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

.last-news .news a h4:hover {
    color: #070004;
}

.last-news .news a span {
    color: #929292;
}


.last-news a.archive-button {
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    margin: 60px auto;
    background-color: #ED1C25;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 15px 30px;
    background: #ea0000 linear-gradient(#ff0000, #eb0000) repeat scroll 0% 0%;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px rgba(0, 0, 0, 0.1), 0px -4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 3px rgba(0, 0, 0, 0.1), 0px -4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 3px rgba(0, 0, 0, 0.1), 0px -4px rgba(0, 0, 0, 0.3) inset;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -ms-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

.last-news a.archive-button:hover {
    color: #fff;
    outline: none;
}

.last-news a.archive-button:focus {
    outline: none;
    color: #fff;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.1), 0px -2px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 3px rgba(0, 0, 0, 0.1), 0px -2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 3px rgba(0, 0, 0, 0.1), 0px -2px rgba(0, 0, 0, 0.3) inset;
}


/* ==========================
			All
============================*/
.head-title {
    color: #000;
    line-height: 25px;
    margin: 10px 0;
    display: block;
}

 p {
    line-height: 26px;
}

.slide147 , .slide148 , .slide149 , .slide150 , .slide151 , .slide152 , .slide153  , .slide154  , .slide155 , .slide156 , .slide157 , .slide158   {
	position: relative;
    height: 100%;
    padding-bottom: 60px;
    z-index: 2;
}

.slide147 a , .slide148 a , .slide149 a , .slide150 a , .slide151 a , .slide152 a , .slide153 a , .slide154 a , .slide155 a , .slide156 a  , .slide157 a  , .slide158 a {
color:#000;
}

.slide147 a:hover , .slide148 a:hover , .slide149 a:hover , .slide150 a:hover , .slide151 a:hover , .slide152 a:hover , .slide153 a:hover , .slide154 a:hover , .slide155 a:hover , .slide156 a:hover  , .slide157 a:hover , .slide158 a:hover {
color:#fff;
text-shadow:5px 5px 25px #000;
font-weight:bold;
font-size:11pt;
}

 h5 {
    font-size: 2rem;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


/* ==========================
			Article
============================*/
.last_article {
	padding-top:280px;
	text-align:center;
}
.item{right:25%; top:35px; position:absolute; display:block;float:right;background-color:#333;margin:0;-webkit-transform:translate3d(0,0,0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.item .wrap{position:relative;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.item__image {width:200px; height:200px}


/* ==========================
			147
============================*/

.slide147 img {
    width: 200px;
    height: 200px;
    border-radius: 40px 40px 40px 40px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide147 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 20px 20px 20px;
}



/* ==========================
			148
============================*/

.slide148 img {
    width: 200px;
    height: 200px;
    border-radius: 120px 120px 20px 120px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide148 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 75px 75px 75px 75px;
}



/* ==========================
			149
============================*/

.slide149 img {
    width: 250px;
    height: 390px;
    border-radius: 40px 40px 40px 40px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide149 .news:hover a img{
	width: 260px;
    height: 400px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 20px 20px 20px;
}


/* ==========================
			150
============================*/

.slide150 img {
    width: 200px;
    height: 200px;
    border-radius: 120px 20px 120px 20px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide150 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 120px 20px 120px;
}


/* ==========================
			151
============================*/

.slide151 img {
    width: 200px;
    height: 200px;
    border-radius: 40px 120px 20px 20px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide151 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 30px 30px 30px 30px;
}



/* ==========================
			152
============================*/

.slide152 img {
    width: 200px;
    height: 200px;
    border-radius: 120px 120px 120px 20px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide152 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 40px 40px 40px 40px;
}

/* ==========================
			153
============================*/

.slide153 img {
    width: 200px;
    height: 200px;
    border-radius: 120px 120px 120px 120px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide153 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 75px 75px 75px 75px;
}


/* ==========================
			154
============================*/

.slide154 img {
    width: 200px;
    height: 200px;
    border-radius: 40px 40px 40px 40px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide154 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 20px 20px 20px;
}

/* ==========================
			155
============================*/

.slide155 img {
    width: 200px;
    height: 200px;
    border-radius: 40px 40px 40px 40px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide155 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 20px 20px 20px;
}


/* ==========================
			156
============================*/

.slide156 img {
    width: 200px;
    height: 200px;
    border-radius: 40px 40px 40px 40px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide156 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 20px 20px 20px;
}


/* ==========================
			157
============================*/

.slide157 img {
    width: 200px;
    height: 200px;
    border-radius: 40px 120px 20px 20px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide157 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 30px 30px 30px 30px;
}



/* ==========================
			158
============================*/

.slide158 img {
    width: 200px;
    height: 200px;
    border-radius: 40px 40px 40px 40px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.slide158 .news:hover a img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 20px 20px 20px;
}



/* ==================================*/

.thisday img {

    border-radius: 30px 30px 30px 30px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.thisday:hover img{

    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 175px 175px 175px 175px;
}


.previus_history{
	font-size:14pt;
	color:#ffffff;
	text-align:center;
	padding:30px;
}


.arch_link{
	font-size:14pt;
	color:#ffffff;
	text-align:center;
	padding-bottom:150px;
	padding-top:10px;
}

/* ==========================
			Banners
============================*/


.banners  a img {
    width: 100%;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 10px 5px;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
	top: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}



.banners .banner:hover img{
    border: 10px solid rgba(0,0,0,0.2);
}

.firstbanner {
	    margin: -10px -5px;
}

/* ==========================
			About
============================*/


.about {
	text-align:justify;
	font-size:12pt;
    width: 100%;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 10px 5px;
    background: rgba(255,255,255,0.2);
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
	top: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-bottom:100px;
}



.about:hover {
    border: 10px solid rgba(0,0,0,0.2);
}


/* ==========================
			Contact
============================*/
      #map {
		 top:20px;
        width: 100%;
        height: 400px;
      }

	  
/* ==========================
			Post
============================*/


.post {
	font-size:14px;
    width: 100%;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 10px 5px;
    background: rgba(255,255,255,0.7);
    border: 10px solid rgba(50,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
	top: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-bottom:100px;
	padding:15px;
}

.post:hover {
    border: 10px solid rgba(0,0,0,0.3);
}



.post img{
    border-radius: 25px 25px 25px 25px;
    margin: 10px 5px;
    background: rgba(255,255,255,0.7);
    border: 5px solid rgba(50,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding:5px;
}

.post img:hover {
    border: 5px solid rgba(0,0,0,0.3);
}


.comment {
    width: 55%;
    border-radius: 25px 25px 25px 25px;
    margin: 10px 5px;
    background: rgba(255,255,255,0.7);
    border: 10px solid rgba(50,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 800px) {
.comment {
    width: 100%;
  }
}



/* ==========================
			Archive
============================*/


.archive {
	font-size:14px;
    width: 100%;
    border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 10px 5px;
    background: rgba(255,255,255,0.7);
    border: 10px solid rgba(50,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
	top: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-bottom:10px;
	padding:15px;
	min-height:300px;

}

.archive:hover {
    border: 10px solid rgba(0,0,0,0.3);
}


.archive  a {
	color:#4a4a4a;
}

.archive  a:hover {
	color:#000000;
}




.archive img {
    width: 200px;
    height: 200px;
    border-radius: 40px 40px 40px 40px;
    display: block;
    margin: 0 auto;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-left:25px;
	margin-right:25px;
}

.archive :hover img{
	width: 210px;
    height: 210px;
    border: 8px solid rgba(0,0,0,0.2);
	border-radius: 20px 20px 20px 20px;
	margin-left:20px;
	margin-right:20px;
}




/* ==========================
			Paging
============================*/


.paging{font-size:11pt; margin-bottom:15px; margin-top:10px; color:#fff; width:30px;height:30px;background:#46acca;border-radius:50%;text-align:center;}
.paging_text>a:hover {color:#fff200;}
.paging_text>a {color:#fff;}
.paging_active{font-size:11pt; margin-bottom:15px; margin-top:10px; color:#fff; width:30px;height:30px;background:#e01e10;border-radius:50%;text-align:center;}
.paging_space{margin-bottom:15px; margin-top:10px; color:#000; width:30px;height:30px;border-radius:50%;text-align:center;}
.paging_right {margin-right:4px; float: left;}
.paging_left {margin-left:4px; float: right;}
.paging_text{margin-top:5px;}






.last_posts {text-align:justify; color:#666666; line-height: 25px; margin-right:-20px; margin-top:10px;}
.last_posts li {border-bottom: 1px dotted #a7d0cc;padding: 5px 5px 5px 5px;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-ms-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.last_posts li:hover {background:#5bc0de;}

.last_posts_pop img {
    width: 100px;
    height: 100px;
    border-radius: 75px 75px 20px 75px;
	float: right;
    display: block;
    margin: 5px 5px;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

h4 {font-family: IRANSansFaNum;}

.dropdown-menu {
	background-color: #cc0f0f;
}

.dropdown-menu  > li {
	background-color: #cc0f0f;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: nowrap;
  background-color: #cc0f0f;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ac0000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ac0000;
  outline: 0;
}







@media (max-width: 768px) {
	.swiper-button-next,.swiper-button-prev{
		position:absolute;
		top:90%;
		width:28px;
		height:60px;
		margin-top:-22px;
		z-index:10;
		cursor:pointer;
		-moz-background-size:27px 44px;
		-webkit-background-size:27px 44px;
		background-size:27px 44px;
		background-position:center;
		background-repeat:no-repeat
	}
	
	.swiper-container-rtl .swiper-button-next{
		background: transparent url(../images/arrows-metallic_res.png) 0px -60px  no-repeat;
		left:10px;
		right:auto
		}
	.swiper-container-rtl .swiper-button-next:hover{
		background: transparent url(../images/arrows-metallic_res.png) 0px 0px  no-repeat;
		left:10px;
		right:auto
		}
	.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{
		background: transparent url(../images/arrows-metallic_res.png) 0px -60px  no-repeat;
		left:10px;
		right:auto
		}
	.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{
		background: transparent url(../images/arrows-metallic_res.png) 0px -60px  no-repeat;
		
		}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
		background: transparent url(../images/arrows-metallic_res.png) -29px -60px  no-repeat;
		right:10px;
		left:auto
		}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev:hover{
		background: transparent url(../images/arrows-metallic_res.png) -29px 0px  no-repeat;
		right:10px;
		left:auto
		}
	
}


.main_news p{
		line-height:150%;
		padding-top:0px;
}

.main_news{
	text-align:justify;
	padding:5px;
	font-size:13px;
}

.highlights{
	font-size:11pt;
	overflow:visible;
}


.nowrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#4d4d4d;
}

.logo{
width:170px;
height:70px;
background: url(../images/logo7.png);
float:right;	
}

@media (max-width: 768px) {
.logo{
width:165px;
height:90px;
background: url(../images/logo_mob.png);
float:right;	
}
}


.search{
	float:left;
	margin:5px;
}


@media (min-width: 1200px) {
  .search {
    margin-left:111px;
  }
}

.search input{
	font-size:10pt;
}

.search .form-control{
	width:135px;
}

.search .form-inline > * {
   padding:5px 2px 5px 2px ;
}

.news{
	
font-size:11pt;
}