img.imgview {
	width: 74%;
	margin: 20px auto;
	position: relative;
	display: block;
	border: 1px solid #CED3D3;
	background: #cccacc;
			        background: -moz-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
			        background: -webkit-gradient(left top, left bottom, color-stop(0%, #cccacc), color-stop(50%, #cccacc), color-stop(51%, #27a9e6), color-stop(100%, #27a9e6));
			        background: -webkit-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
			        background: -o-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
			        background: -ms-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
			        background: linear-gradient(to bottom, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccacc', endColorstr='#27a9e6', GradientType=0 );
	padding: 8px;
	outline: 4px solid #fff;
	outline-offset: -9px;
						}
.top-to-bottom {
	display: inline-block;
	margin-right: 20px;
	border-top: 10px solid #27a9e6;
	border-right: 10px solid #cccacc;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
}
.imgview:hover {
	moz-transition: border-width .3s ease-in-out;
	-webkit-transition: border-width .3s ease-in-out;
	-o-transition: border-width .3s ease-in-out;
	transition: border-width .4s ease-in-out;
	opacity: 0.6;
}
img.imgview2 {
	width: 74%;
	margin: 20px auto;
	position: relative;
	display: block;
	border: 1px solid #CED3D3;
}
.imgview2:hover {
	moz-transition: border-width .3s ease-in-out;
	-webkit-transition: border-width .3s ease-in-out;
	-o-transition: border-width .3s ease-in-out;
	transition: border-width .4s ease-in-out;
	opacity: 0.6;
}
.view {
	position: relative;
	text-align: center;
	cursor: default;
}
.view .content {
	width: 456px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -125px;
	color: #fff;
	display: none;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 00px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view ul {
	list-style: none;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 00px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.view a.info {
	display: inline-block;
	position: relative;
	opacity: 1;
	text-decoration: none;
	padding: 7px 14px;
	background: #00A5FB;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view-second img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.view-second ul {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-second:hover .content {
	margin-right: 130px;
	margin-top: -200px;
	display: block;
	color: #fff;
	padding: 7px;
	position: absolute;
	-ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	background-color: transparent;
	-webkit-transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.view-second:hover ul {
	-webkit-transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.view-second:hover a.info {
	display: inline-block;
	opacity: 1;
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.box {
	margin: 20px auto;
	width: 74%;
	line-height: 2;
	padding: 14px;
	position: relative;
	background: -webkit-gradient(linear, 100% 100%, 50% 10%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
	-webkit-border-bottom-right-radius: 60px 5px;
	text-align: justify;
}
.box:before {
	content: '';
	width: 98%;
	z-index: -1;
	height: 100%;
	padding: 0 0 1px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(.1,#fff));
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0, 0.1);
	-webkit-border-bottom-right-radius: 60px 5px;
	-webkit-transform: skew(2deg,2deg) translate(3px,8px);
}
.box:after {
	content: '';
	width: 98%;
	z-index: -1;
	height: 98%;
	padding: 0 0 1px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#f3f3f3), to(#f6f6f6), color-stop(.1,#fff));
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
	-webkit-transform: skew(2deg,2deg) translate(-1px,2px);
}
h1{
	font-size: 18px; color: #2594c8; display: inline-block; padding: 0; margin: 10px;
}
.masoom {
	color: #009900;
}
.manba {
	text-align: left;
}
h2 {
	
	font-size: 16px !important;
	line-height: 1.8 !important;
	color: #CF5F2E !important;
}
h3 {
	
	font-size: 14px !important;
	line-height: 1.8 !important;
	color: #1E8A98 !important;
}
.time {
	position: absolute;
	top: 85%;
	left: 18%;
	color: #fff;
	font-size: 18px;
	
}
#ulAttachPhotos {
	display: none;
}
embed{
	width: 74%;
    margin: 0 auto;
    display: block;
}

/*-------------متون ساماندهی---------------*/
.rs-box h1 {
    font-family: 'sahel', tahoma, monospace !important;
    color: #0071AB;
    font-weight:700;
    font-size: 16px;
    line-height: 1.4;
      /*text-shadow: 1px 1px 0 #f2f2f2,1px 2px 0 #B4D5DF;
      margin:10px 0 20px 0 !important;*/
}
.TextsStyles1 {
    font-family:"sahel", Traditional Arabic, monospace !important;
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    color: #0d7b0d;
    line-height: 25px;
}
.TextsStyles3 {
font-family:"sahel", Traditional Arabic, monospace !important;
font-size: 13px !important;
text-align:right !important;
padding:5px  !important;
  
}
.TextsStyles4,.TextsStyles2{
	line-height:28px !important;
	font-family:"sahel", Traditional Arabic, monospace !important;
	font-size:10pt !important;
	color:#191919 !important;
	font-weight:normal  !important;
	}
	.roof-text{
	border-top: 1px dotted #996633;
    margin: 10px 0;
    color: #8c8c8c;
    padding: 10px;
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
}
qo{
color:#1b75b7;
}
t{
color:#45a6a7;
}
on {
    color: #8C1313;
}

.rs-box sup{
	color:#33B5FD;
	font-size:11px;
	font-weight:normal;
	
}
.TextsStyles2 num {
    color: #e20e0e !important;
}
/*-------------کل صفحات---------------*/
ul {
   
    list-style: none;
}
.navbar {
	border-radius: 0px !important;
}
.text-box{
    min-height: 200px;
}
/*-------------قالب خبری---------------*/
.khb {
	padding: 0 10px 0 2px;
}
.khb1{
	text-align: center;
	 border-bottom: 1px #C0C0C0 dotted;
	  position: relative;
	  font-size: 11px;
	   color: #389669;
	    display: flex;
	    padding-bottom: 7px;
}
.khb4 {
	
	line-height: 28px !important;
	font-family: 'vazir',tahoma, monospace !important;
	font-size: 12pt;
	color: #777070;
	text-align: justify;
    min-height: 130px;

}
.khb5 {

color: #B91529;
 font-size: 12px;
	
}
p.khb2 {
	border: solid 1px #AABAF9;
	font-size: 12px;
    font-weight: 700;
	font-family: 'sahel', tahoma, monospace;
	color: #367490;
	background-color: #EFEFEF;
	padding: 8pt;
	line-height: 180%;
	text-align: justify;
	display: flex;
}
.khb2:empty {
   display: none;
}
.s_khb8{
 padding-bottom: 2px;
 
	
	}
img.khb3 {
	float: left;
	margin: 5px 16px 5px 0;
	max-width: 250px;
	background: #fff;
		        background: -moz-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
		        background: -webkit-gradient(left top, left bottom, color-stop(0%, #cccacc), color-stop(50%, #cccacc), color-stop(51%, #27a9e6), color-stop(100%, #27a9e6));
		        background: -webkit-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
		        background: -o-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
		        background: -ms-linear-gradient(top, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
		        background: linear-gradient(to bottom, #cccacc 0%, #cccacc 50%, #27a9e6 51%, #27a9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccacc', endColorstr='#27a9e6', GradientType=0 );
	border-color: rgba(111,111,111,0.2) transparent;
	padding: 8px;
	outline: 2px solid #fff;
	outline-offset: -4px;
						}
.khb4 img {
	border-style: none !important;
	padding: 8px;
    max-width: 720px;
}
.khb4 hr {
	width: 500px;
	text-align: right !important;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.khb4 hr~div,.khb4 hr~p,.khb4 hr~div p,#boxa hr~div,#boxa hr~p {
		line-height: 1.6em !important;
		font-family: "sahel" !important;
		font-weight:normal !important;
		color:#676666 !important;
		font-size:12px !important;
	}
.rs-box u{
	color:#1d7b05;
	text-decoration:none;
}
 .rs-box em, .rs-box .Ravayat,.rs-box i{
	color:#0071ab;
	font-style:normal;

}

.rs-box .Sayer{
	color:#660066;
}
.rs-box strike, .rs-box s{
	text-decoration:none;
	color:#C49910;
	
}
.rs-box sub{
	color:#33B5FD;
	font-size:11px;
	font-weight:normal;
	
}
.rs-box strong, .rs-box b,.rs-box .Titr {
	line-height:28px !important;
	font-family:"sahel", Traditional Arabic, monospace;
	font-size:13px;
	color: #3333CC;
}
.khb4 a{
	color:#0080FF !important;
	margin-right:3px;
    margin-left:3px;
	display: inline-block;	
	}
.khb4 ol , .khb4 ul {
	
	line-height:28px !important;
	font-size:13px;
	text-align:justify;
	margin: 5px 40px 5px 0 !important;
	
	
}
.khb4 p,.khb4 div{
	
	line-height:28px !important;
	font-family:"vazir", tahoma, monospace;
	font-size:13px;
	/*font-weight:bold;*/
	color:#000;
	text-align:justify;
	
}
.rs-box h2{
	font-size: 14px;
    font-weight: bold;
    font-family:"sahel" , tahoma ,monospace;
    color: #AF6397;
    text-align: right;
    margin-top: 13px;
    line-height: 1.8;
	
}
.rs-box h3{
	font-family:"sahel", tahoma, monospace !important;
	font-size:13px;
    color: rgb(197, 79, 7);
    font-weight:bold;
    line-height: 30px;
}
.rs-box h4{
	line-height:28px !important;
	font-family:"sahel", tahoma, monospace;
	font-size:12px;
	/*font-weight:bold;*/
	color:#4E63D0;
	text-align:justify;
}
 .rs-box h5 {
	line-height: 28px !important;
	font-family: 'sahel', tahoma, monospace;
	font-size: 11px; /*font-weight:bold;*/;
	color: #FF0000;
	text-align: justify;
}
.ui-widget{
   font-family: 'vazir', Traditional Arabic, monospace !important;
   font-size: 13px !important;
}



/*.spsh {
	text-align: left;
  	 margin-top: 103px !important;
     margin-left: 0 !important;
    position: absolute;
    z-index: 10;
    left: 50px;
}

.content-box .hidden-xs{
	margin-top: 30px;
    
}*/


