body {
	font-family: 'NeoSansArabicBold';
	line-height: 30px;
	font-size: 16px;
	color: #3C2B1A;
	direction: rtl;
	background: rgb(255, 249, 237);
	background: -moz-linear-gradient(top, rgba(235, 215, 175, 1) 0%, rgba(255, 249, 237, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(235, 215, 175, 1) 0%, rgba(255, 249, 237, 1) 100%);
	background: linear-gradient(to bottom, rgba(235, 215, 175, 1) 0%, rgba(255, 249, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf0', endColorstr='#fffaf0',GradientType=0 );
}
p{
	font-family: 'NeoSansArabicRegular';
	text-align:justify;
}
a{
	text-decoration:none;
	color:#2D4A19;
	transition: color 0.25s ease;
}
a:hover, a:active, a:focus{
	color:#5C3D11;
	text-decoration:none;
}
ul, ol{
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
}

.margin-top-30{margin-top: 30px;}
.margin-auto{margin: auto;}
.clr{clear: both;}
.img-cover{}


header{
	background-size: cover;
	background-position: center;
	max-height: 630px;
}
.navbar {
	min-height: 50px;
	background-color: #EBD49A !important;
	border: none;
	z-index: 9;
	box-sizing: border-box;
	text-transform:uppercase;
	margin:0;
	margin: 0 30px; display: flex;
	box-shadow: 0 8px 12px 1px rgba(44, 30, 5, 0.18), 0 3px 15px 3px rgba(44, 30, 5, 0.14), 0 4px 5px -3px rgba(44, 30, 5, 0.25);
}
.navbar-brand{ height:auto; padding:8px; float:none; margin:0 auto;}
.navbar-brand>img{
	max-height:150px;
	margin:0 auto;
}
.navbar-default{background-color: #EBD49A;}
.navbar-header{ text-align:center;}
.navbar-toggle{ margin:8px auto; float:none;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle{
	background:none;
	border:none;
}
.navbar-default .navbar-toggle .icon-bar{ background:#2D4A19;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{ border-color:#D4BF8A;}
.navbar-default .navbar-nav>li>a{color: #1C3010;text-align:center;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{color:#FFFFFF;background: #2D4A19;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#FFF;
	background: #1C3010;
}
.navbar-nav>li>.dropdown-menu{
	border-radius: 0;
	background: #2D3A20;
	right: 0; left: auto;
}
.dropdown-menu>li>a{color: #F5EDD0; text-align: -webkit-right; text-align: right;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active{background: #4A6A2A;}

.dropdown-grid-wrapper .dropdown-menu {
	background-color: #F0E6CA !important;
}

.hero-titles{
	margin: 70px 0 200px;
	text-align: center;
	display: inline-block;
    width: 100%;
}
.hero-titles img{
	margin: 30px auto;
}

.section{
	padding: 30px 0 90px;
	overflow: hidden;
}
.first-section{
	margin: -60px 30px 0;
	border-radius: 8px 8px 0 0;
	border-bottom: none;
	padding-top: 0;
	box-shadow: 0 8px 12px 1px rgba(44, 30, 5, 0.14), 0 3px 15px 3px rgba(44, 30, 5, 0.12), 0 4px 5px -3px rgba(44, 30, 5, 0.2);
	background: rgb(255, 249, 237);
	background: -moz-linear-gradient(top, rgba(255, 249, 237,1) 0%, rgba(238, 221, 183,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 249, 237,1) 0%, rgba(238, 221, 183,1) 100%);
	background: linear-gradient(to bottom, rgba(255, 249, 237,1) 0%, rgba(238, 221, 183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf0', endColorstr='#eeddb7',GradientType=0 );
}
.heading{
	font-size: 20px;
	color: #2D4A19;
	text-align: right;
	margin-bottom: 30px; margin-top: 60px;
	border-bottom: 2px solid #C4A35A;
	padding-bottom: 10px;
	position: relative;
}
.heading::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 50px;
	height: 4px;
	background: #2D4A19;
	border-radius: 2px;
}
.heading a{text-align: left;float: left;font-size: 14px;}

.slider-con{
	margin-top: 30px;
	text-align: center;
}
#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:right;
	padding:10px;
	background:rgba(28, 20, 8, 0.72);
	text-shadow:none;
}
#myCarousel .carousel-caption a{ color: #E8D08C;}
#myCarousel .carousel-caption p{ text-align-last: right;}
#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .item img {
	height: 401px;
}
#myCarousel .list-group .active {
	background-color: #F0E0A8;
    color: #2D4A19;
    border-color: #2D4A19;
    border-left: none;
}
.list-group-item h4{font-size: 14px; max-height: 60px; overflow: hidden; line-height: 30px; margin-top: 0;}
.list-group{padding-right: 0;}

@media (min-width: 992px) {
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;}
}
@media (max-width: 991px) {
	.carousel-caption p,
	#myCarousel .list-group {display:none;}
}




.small-title{
	font-size: 16px;
	color: #1C3010;
	margin-bottom: 10px;
}
.carousel-inner .item p{
	text-align: justify;
	text-align-last: center;
	height: 90px; overflow: hidden;
}
.carousel-control.right, .carousel-control.left{background: none;}


.carousel-indicators {
    position: inherit;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
	left: 0;
	margin-top: 60px;
}
.carousel-indicators li{
	width: auto; height: auto;
	text-indent: inherit;
	color: #2D4A19;
	border: none;
	margin: 0 10px;
}
.carousel-indicators .active{
	width: auto; height: auto;
	border: none;
	background-color: transparent;
	color: #1C3010;
	margin: 0 10px;
}

.sound-box{
	margin-top: 30px;
	background: #1C2B0E;
    padding: 10px 15px;
    border-radius: 6px;
	border: 1px solid #3D4A28;
	-webkit-box-shadow:inset 0 0 9px 0 rgba(0,0,0,0.5);
	box-shadow:inset 0 0 9px 0 rgba(0,0,0,0.5);
	transition: background 0.2s ease;
}
.sound-box:hover {
	background: #253817;
}
.sound-box a{
	color: #F0E6CA;
	font-family: 'NeoSansArabicRegular';
}
.sound-box a:hover, .sound-box a:active, .sound-box a:focus{
	color: #E8C97E;
}


.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5C3D11;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 10px 20px;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2D4A19;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5C3D11;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.gallery-section{
    background: #DDD3B5;
    border-top: 6px solid #2D4A19;
    border-bottom: 6px solid #2D4A19;
	box-shadow: 0 8px 12px 1px rgba(44, 30, 5, 0.14), 0 3px 15px 3px rgba(44, 30, 5, 0.12), 0 4px 5px -3px rgba(44, 30, 5, 0.2);
}
#thumbnails { display: block;}
#thumbnails ul { list-style: none; margin: 0;}
.blank-div {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#thumbnails .blank-div i{
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: -28px; right: 50%;
	margin-top: -14px; margin-right: -14px;
	opacity: 0;
	transition: .3s;
	width: 1px; height: 1px;
}
#thumbnails .blank-div:hover i{
	top: 37%;
	opacity: 1;
}
#thumbnails .blank-div img{
	background-color: rgba(0,0,0,0.00);
	transition: .3s;
}
#thumbnails .blank-div:hover img{
	background-color: rgba(28, 20, 5, 0.6);
}

.news-section{
	margin-top: 30px;
	padding: 0 0 90px;
	overflow: hidden;
    display: flex;
	border-radius: 0 0 8px 8px;
	border: 1px solid #D4BF8A;
	border-top: none;
	box-shadow: 0 8px 12px 1px rgba(44, 30, 5, 0.14), 0 3px 15px 3px rgba(44, 30, 5, 0.12), 0 4px 5px -3px rgba(44, 30, 5, 0.2);
	background: rgb(255, 249, 237);
	background: -moz-linear-gradient(top, rgba(238, 221, 183,1) 0%, rgba(255, 249, 237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238, 221, 183,1) 0%, rgba(255, 249, 237,1) 100%);
	background: linear-gradient(to bottom, rgba(238, 221, 183,1) 0%, rgba(255, 249, 237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeddb7', endColorstr='#fffaf0',GradientType=0 );
}

.news-section p {
	color: #3C5020;
}

.side-heading{
	text-align: right;
	font-size: 20px;
}
.news-title{
	height: 60px; overflow: hidden;
}

/* nt-example1 */

#nt-example1 {
	max-width: 620px;
	margin: auto;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 14px;
	cursor: pointer;
	display:block;
	max-width:620px;
	background:#C8B88A;
	margin:8px auto;
	padding-top:2px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nt-example1-container i:first-child {
	margin-top:0;
}
#nt-example1-container i:last-child {
	margin-bottom:0;
}

#nt-example1-container i:hover {
	color: #3C2B1A;
}
span.glyphicon {
    top: 4px;
}

#nt-example1 li {
	color: #3C2B1A;
	background: #F5EDDA;
	overflow: hidden;
	height: 50px;
	line-height: 30px;
	list-style: none;
	font-size: 14px;
	text-align: right;
	border-bottom: 1px dotted #C4A35A;
	transition: background 0.2s ease;
}

#nt-example1 li:hover {
	background: #E8D8B0;
}
#nt-example1 li:hover a {
	color: #1C3010;
}
#nt-example1 li a{
	padding: 10px;
	display:block;
}



footer{
	background:none;
	padding:10px 0 0px;
	text-align:center;
}
footer a{
	color:#2D4A19;
	transition:ease-in-out .1s;
}
footer a:hover, footer a:active, footer a:focus{
	color:#5C3D11;
}
.footer-nav ul, .social-media ul{
	margin:0;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}
.footer-nav ul li, .social-media ul li{
	display:inline-block;
	list-style:none;
	margin:0 15px;
}

.social-media a{
	font-size: 26px;
}
.designed-by{
	color:#2D4A19;
}
.footer-nav, .social-media, .designed-by {margin:15px 0;}
.clearListStyle ul {
	margin-top: -25px !important;
	margin-bottom: 25px !important;
}
.clearListStyle ul li {
	list-style: none;
}
.setMinHeight {
	min-height: 200px;
}
.setCurvedBorder {
	border-radius: 8px;
}
.setCurvedTop {
	border-radius: 8px 8px 0 0;
}
.setCurvedBottom {
	border-radius: 0 0 8px 8px;
}
.img-center img {margin: 0 auto;}
.postImgL3 {
	margin-bottom: 25px !important;
}
.tickercontainer{
	background:#1C2B0E;
}
.tickercontainer ul li a{
	color:#F0E6CA;
}
.tickercontainer ul li a:hover{
	color:#E8C97E;
}


.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{ float:right;}

/* responsive part */
@media(min-width:768px){
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{ float:right;}

.navbar { border-radius: 0 0 8px 8px;}
.navbar-nav>li { float: none; display: inline-block; margin: 0 -2px;}
.nav>li>a{padding: 16px 8px;}
.navbar-nav { margin: 0; float: none; text-align: center;}
.navbar-header{ float:right;}
.navbar-brand{ float:left;}
.navbar-brand img{ height:110px;}

.carousel-caption{padding: 0;}

}
@media(min-width:992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{ float:right;}

.navbar-default .navbar-nav>li>a{font-size: 16px;}
.nav>li>a{padding: 16px 15px;}

.col-md-offset-1 { margin-right: 8.33333333%; margin-left: 0;}


}
@media(min-width:1200px){
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{ float:right;}

}
/* gallery */
.gallery-item{
	float: right !important;
}
/* customizer*/
.grecaptcha-badge{
	display:none !important;
}
.crp_title{
	color: #3C2B1A;
}
a.crp_link {
	font-family:NeoSansArabicRegular;}
#myCarousel .list-group .active {
	background-color: #F0E0A8;}
.pgntn-page-pagination-block
{
	margin: 2% auto;
}
.pgntn-page-pagination-intro, .pgntn-page-pagination a, .pgntn-page-pagination .current {
	padding: 0.3rem 1.5rem !important;}
.categoryc div.col-md-3.col-sm-6{
	margin-bottom: 3%;
}

#archivesss .blank-div {
  background-size: cover;
  background-position: right;
  overflow: hidden;
  width: 100%;
  height: 180px;
  opacity: 1 !important;
}
