﻿.ms_breadCrumbs li:first-child:after {
    content: "\f015";
    line-height: 22px;
    color: #2db742;
}
.ms_breadCrumbs li a {
    color: #333232;
}

.grid-gallery{
        display: block;
    float: left;
    width: 100%;
}
.effect-sadie2 {
    padding-top: 30px;
}.effect-sadie2 img {
    display: block;
    margin: 45px auto 7px auto !important;
    padding: 5px;
    width: 138px;
}
/* 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 figcaption h2 {
margin: 0;
    padding: 20px 9px;
    direction: rtl;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}
.grid figure .ms-news-des p{
           font-size: 12px;
    line-height: 28px;
    padding: 0px 10px;
    letter-spacing: -0.5px;
    direction: rtl;
    text-align: justify;
}
.hr6 {
    width: 45px;
    border: none;
    margin: 0 auto;
    border-top: 2px solid #2c3b8b;
}
.grid-gallery figcaption p {
	margin: 0;
        padding: 5px 17px 13px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    direction:rtl;
}

/* Grid style */
.grid-wrap {

	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 25%;
	float: left;
	cursor: pointer;
}

.grid figure {
	margin: 15px;
	-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;
}
.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;
}
.ms-news-ti {
    letter-spacing: -.5px;
    margin-top: 14px;
    margin-right: 8px;
    font-size: 14px;
    padding-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #71706e;
    direction: rtl;
    font-weight: bold;
}
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%;
	}
}

.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;
}


.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;
	}
}


.img-news-bx{
    width:30px!important;
    height:30px!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;
}

.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: #f26522;
        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;
}

.rw-blg {
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.title-d {
    background: #f7f8fa;
    padding: 13px;
    width: 100%;
    border-bottom: 5px solid #fff;
    font-size: 17px;
    letter-spacing: -0.9px;    direction: rtl;
    font-weight: bold;
}
#newsRegion {
    direction: rtl;
    padding: 0px;
    overflow: visible;
    background: #fff;
}
    #newsRegion .date {
        color: #828282;
        font-size: 12px;
        margin: 11px 10px 0 0;
        float: right;
    }
        #newsRegion .date span {
            bottom: 0;
            color: #3c2458;
            display: inline-block;
            font-size: 13px;
            margin: 0 3px;
            position: relative;
        }
    #newsRegion #newsDetail {
        text-align: justify;
        padding: 0px 21px;
        color: rgb(50, 50, 50);
        line-height: 31px;
        font-size: 14px;
        direction: rtl;
        margin-top: 15px;
    }
      #newsRegion #newsDetail h2,  #newsRegion #newsDetail h3 {
    color: #f26522;
    font-size: 20px;
    font-weight: bold;
}
      #newsRegion #newsDetail h3 { font-size: 16px;}
.rw-blg {
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.ti-nd-blog {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 10px;
    width: 100%;
    font-size: 15px;
    display: inline-block;
    text-align: right;
}
.ic-blg {
    width: 19px;
    position: relative;
    top: -5px;
    margin-left: 10px;
    float: right;
}
.blog-list li a {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 5px;
    width: 100%;
    color: #666;
    display: block;
    font-size: 12px;
    text-align: right;
}
.blog-list li:last-child a {
    border: none;
}
.form-blg {
    padding: 10px 0;
}
.no-pn-pg {
    padding: 0 0;
}
.img-blg-nw {
    float: right;
    width: 85px;height: 85px;
    border-radius: 50%;
}
.list-blg li a {
    display: block;
    padding: 15px 0;
}
.ti-blg {
    display: inline-block;
    color: #2f2727;
    width: 65%;
    float: right;
    padding-top: 15px;
}
    .ti-blg h3 {
        font-size: 12px;
        padding: 10px 6px;
        text-align: right;
        font-weight: bold;    color: #000;
    }
    .ti-blg p {
        font-size: 11px;
        direction: rtl;
        color: #666;
        text-align: right;
        padding: 2px 5px;
    }.btm-nd {
   
    height: 92px;
}.form-bx {
    max-width: 400px;
    width: 100%;
    float: left;
  
}.ft-tx {
    border: none;
    text-align: right;
    width: 100%;
    padding: 11px 10px;
    margin-bottom: 26px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(176, 176, 176, 0.61);
    box-shadow: 1px 1px 5px 1px rgba(176, 176, 176, 0.61);
}.tx-bt {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(176, 176, 176, 0.61);
    box-shadow: 1px 1px 5px 1px rgba(176, 176, 176, 0.61);
    border: none;
    text-align: right;
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 5px;
}.btn-ft {
    padding: 5px 10px;
    background-color: #ffc617;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 3px;
    margin: 5px auto;
    display: block;
    width: 126px;
    text-align: center;
    border: none;
    cursor: pointer;
}.page-tp:before {
    height: 60%;
}#ms-content_table {
    width: 100%;
    margin-bottom: 25px;
    border-right: 3px solid #1972f5;
    margin-top: 15px;
    padding: 14px 35px;
    background-color: #e6f5ff;
    direction: rtl;
    line-height: 34px;
}
#ms-content_table ol, #ms-content_table ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
}#ms-content_table li {
    font-size: 13px;
    list-style: none;
    color: #000080;
    text-align: justify;
    font-weight: bold;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
@media screen and (max-width: 760px) {
    .mb {
        display: none;
    }
    .rw-blg {
   
    padding: 0;
    margin-top: 0;
  
}#newsRegion {
   
    padding: 0px;
   
}#newsRegion #newsDetail {
   
    padding: 0px 0px;
   
}
}