﻿body {
    background-color: #f5f5f5;
}
.ms-bxtitle {    
    bottom: 14px;   
    color: #ffffff;
    background: none; 
}.title {
    font-size: 33px;
  
}
 .col-news{
         margin: 40px auto;
    direction: rtl;
 }
 .grouparea1 li{
     padding: 10px;cursor:pointer;
    border: 1px solid #ccc;
    margin-bottom: 5px;position:relative;
    border-radius: 8px;padding-right: 6px;
 }
.grouparea1 li a {
         color: #000;
    opacity: .7;    font-size: 13px;    padding-right: 10px;
 }
.grouparea1 li:hover a {
         color: #ff609c;
    opacity: 1;
 }
.grouparea1 li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 18px;
    transform: translate(0,-50%);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ff609c;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s;
}
.grouparea1 li:hover::after {
       transform: translate(13px,-50%);
    visibility: visible;
    opacity: 1;
}
.searcharea{
    position: relative;
}
.userTextbox{
        height: 42px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 8px;padding-right: 16px;
    font-size: 13px;
}
.ms-btnsearch{
    width: 50px;
    padding: 8px 5px;
    height: 38px;
    background: url(/App_Themes/Template/images/i3.png) no-repeat center;
    position: absolute;
    left: 2px;
    text-align: center;
    border-radius: 7px;
    color: #9d9c9b;
    border: none;
    z-index: 9;
    top: 2px;
}
.RDFContiner{
    visibility:hidden;
}
.poup{
        width: 100%;
    border-radius: 11px;
    margin-bottom: 10px;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    border: 3px solid #f3f3f3;
}
.title-d{
        font-size: 18px;
    letter-spacing: -0.3px;
    margin-top: 25px;
    border-right: 3px solid #fd4444;
    padding-right: 15px;
    line-height: 39px;
    font-weight: bold;
    direction:rtl;
}
.date{
        text-align: right;
    color: #b3b3b3;
    font-size: 12px;    line-height: 28px;
    margin: 8px 5px;direction: rtl;
}
.date span{
        margin: 0px 5px;
}
#newsDetail{
        line-height: 32px;
    font-size: 14px;direction:rtl;
}
 
/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
}

.grid-gallery  h2 {
margin: 0;
    padding: 20px 9px;
    direction: rtl;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}
.hr6 {
    width: 45px;
    border: none;
    margin: 0 auto;
    border-top: 2px solid #fd4444;
}
.grid-gallery  p {
	margin: 0;
    padding: 5px 17px 13px;
    text-align: center;
    font-size: 13px !important;
    line-height: 27px;
    direction: rtl;
    letter-spacing: -0.5px !important;
}



/* Grid style */
.grid-wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 33%;
	float: left;
	cursor: pointer;
}

.grid figure {
	margin: 15px 7px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    border-radius:3px;    float: none;
    width: auto;direction: rtl;
}
.grid figure:hover{
        box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}
.grid li:hover figure {
	opacity: 1;
}

.icon:before,
.icon:after {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\e601";
}

span.nav-next:before  {
	content: "\e600";
}

span.nav-close:before {
	content: "\e602";
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}

.info-keys:after {
	right: 10px;
	content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 50.0%;
	}



	.info-keys {
		display: none;
	}

}

@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
	}
}

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #47a3da;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}
.blog-nd{
   /*background-color:#f6f5f4;*/
}

.img-news-bx{
        width: 39px!important;
    height: 26px!important;
    float:right;
    border-radius:50%;
}
.item-detail-nd{
    padding:0px 20px 20px 20px;
}
.ic-mn-nd{
    float:right;
    padding-top:5px;
    padding-right:5px;
color: #afb6bc;
font-size:12px;
}

.pst-time-nd{
    font-size:12px;
    color: #afb6bc;
    padding-top:8px;
    display:inline-block;
    direction:rtl;    float: left;
}

.hv-img{
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    pointer-events: none;
    z-index: 3;
    background: -webkit-gradient(linear,left bottom,left top,from(#2f2727),to(transparent));
    background: linear-gradient(to top,#2f2727,transparent);
    position:absolute;
-webkit-transition: all .15s ease;
-moz-transition: all .15s ease;
-ms-transition: all .15s ease;
-o-transition: all .15s ease;
transition: all .15s ease;
    width:100%;
}
.grid figure:hover .hv-img {
    height: 100%;
}
.img-bxt{
    position:relative;
}
.msk-nd{
    width:100%;
    height:100%;
    position:absolute;
     top:0;
     overflow:hidden;
}
    .msk-nd a {
        top: -30px;
        left: 20px;
        z-index: 4;
        position: absolute;
            color: #fff;
    background-color: #fd4444;
        font-size: 12px;
        padding: 6px 12px;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        border-radius: 100px;
    }
.grid figure:hover .msk-nd a{
    top:20px;
}
.ic-mask{
    position:absolute;
    width:100%;
    bottom:-50px;
        -webkit-transition: all .15s ease;
-moz-transition: all .15s ease;
-ms-transition: all .15s ease;
-o-transition: all .15s ease;
transition: all .15s ease;
padding:0 25px;
}
.ic-mask p{
    display:inline-block;
    position:relative;
    z-index:9999;
    color:#fff;
    margin-right:8px;
    font-size:12px;
}
.grid figure:hover .ic-mask{
    bottom:5px;
}
@media only screen and (max-width:768px) {
  .title {
    font-size: 22px;
    line-height: 37px;
}
  .grid-wrap {
  
    padding: 0;
}
 #newsRegion{
     padding:0px;
 }
}