/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidKufi-Regular.eot);
  src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DroidKufi-Bold.eot);
  src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Bold.ttf) format('truetype');
}


body {
	margin: 0px;
	background: #808080;
	font-family: 'Droid Arabic Kufi', Tahoma;
}
div.rightbanner {
	position: fixed; right:6px; float: right; top: 10px;
	
}
div.leftbanner {
	position: fixed; left:6px; float: left; top: 10px;
	
}
div.banner24 {
	display: none;
}
div.textbanner {
	width: 310px;
	height: 300px; 
	padding: 0px;
	margin: 3px;
	overflow: hidden;
}
div.bigcontain {
	padding-right: 100px;
}

div.toto {
	width: 275px;
	height: 37px;
	float: right;
	background: #e9e8e8;
	border-radius: 0px 5px 0px 0px;
	position: absolute;
	margin-top: -35px;
	margin-right: -5px;
}
img.toto {
	float: left;
	position: absolute;
	left: 0px;
	margin-top: -7px;
	margin-left: -45px;
	
}
div.container  {
	background: #e9e8e8;
	margin-top: 40px;
	box-shadow: 0px 0px 4px #5b5a5a;
	border-radius: 5px 0px 5px 5px;
	padding: 5px;
}
div.logo {
	float: right;
}	
div.headbanner {
	background: #ccc;
	height: 120px;
	margin: 5px;
	margin-left: 15px;
	width: 1;
	float: left;
}
div.content {
	background: white;
	padding: 4px;
	margin-top: 5px;
	border-radius: 5px;
}
div.boxwhite {
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	background: white;
}
.navbar {
	margin: 0px !important;
	padding: 0px !important;
	margin-right: 50px !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#656565+0,5e5e5e+21,404040+71,333333+100 */
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,101,101,1) 0%, rgba(94,94,94,1) 21%, rgba(64,64,64,1) 71%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(94,94,94,1) 21%,rgba(64,64,64,1) 71%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(101,101,101,1) 0%,rgba(94,94,94,1) 21%,rgba(64,64,64,1) 71%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	}


#cssmenu {
	font-family: 'Droid Arabic Kufi', Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	text-align: right;
	z-index: 99999999;
	margin-bottom: 4px;
}
#cssmenu > ul {
	width: auto;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 99999999;

}
#cssmenu > ul li#responsive-tab {
  display: none;
  z-index: 99999999;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px;
  z-index: 99999999;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
	display: none;
	width: 200px;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #eaeaea; 
	border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
 }
#cssmenu > ul li.has-sub > a {
  background-repeat: no-repeat;
  background-position:  95% 45%;
   display: inline-block;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
  }
#cssmenu > ul li.has-sub > a.active {
	background: #eaeaea; 
}

  
#cssmenu > ul li.has-sub > a:hover {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 95% 60%;
}
#cssmenu > ul li a {
	display: block;
	height: 40px;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	width: 100%;
  }
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {

	color: #fff;
	width: 100%;
	height: 40px;
	
	display: inline-block;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
  }
#cssmenu > ul li.sub a {
	display: block;
	height: 40px;
	padding: 10px;
	border-bottom: 1px solid #dfdede;
	border-right: 4px solid #dfdede;
	text-decoration: none;
	color: #000;
	display: inline-block;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	width: 100%;
  }  
#cssmenu > ul li.sub {
	padding: 0px !important;
	margin: 0px !important; 
	height: 40px;
}
#cssmenu > ul li.sub a.active,
#cssmenu > ul li.sub a:hover {
	background: #dfdede;
	border-right: 4px solid #3b919e;
	height: 40px;
	padding: 10px !important;
	color: #000;
	width: 100%;
	display: inline-block;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
  }
span.glyphicon-home {
	font-size: 2em;
	padding: 12px;
	color: white;
	float: right;
	height: 50px;
	border-radius: 5px;
	margin-left: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
a:link.navbarlink {
	COLOR: #ffffff; 
}
a:visited.navbarlink {
	COLOR: #ffffff; 
}
a:hover.navbarlink {
	COLOR: red !important; 
}
a:link {
	COLOR: #000; 
}
a:visited {
	COLOR: #000; 
}
a:hover {
	COLOR: red !important; text-decoration: none;
}
img.homeicon {
	float: right;
	border: 3px solide white;
	}

a.navbar-brand {
	display: none;
}

div.sectionhead{
	width: 100%;
	padding: 8px;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #e9e8e8;
	border-radius: 4px;
}
div.newshead {
	padding: 12px;
	border: 1px solid #C0C0C0;
	background: #F5F5F5;
	color: #9e0a0e;
	text-shadow: 1px 1px 3px #ccc;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.story_content img{
    display: block;
    width: 100%;
    height: auto !important;
    padding: 10px;
}
div.story_content {
	text-align: justify;
    padding: 10px;
	line-height: 220%;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.scrollframe {
	width: 100%;
	height: 365px;
	margin-top: 5px;
}
div.internalheader {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		
}
img.midlematriximg {
	max-height: 120px;
	height: 120px !important;
	overflow: hidden;
	border-bottom: 1px solid #FF9900;

}
div.midlematrix {
	height: 200px;
	font-size: 13px;
	line-height: 140%;
	margin: 0px !important ;
	padding: 4px;
	text-align: center;
}
.img-responsive {
	margin: 0px !important ;
	padding: 0px !important;	
}
.nopadding {
	margin: 0px !important ;
	padding: 0px !important;	
}

div.slider {
	width: 640px;
	height: auto;
	float: right;
}

.owl-carousel{
	display:none;
	position:relative;
	width:100%;
	-ms-touch-action:pan-y
}
.owl-carousel .owl-wrapper{
	display:none;
	position:relative;
	-webkit-transform:translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer{
	overflow:hidden;
	position:relative;
	width:100%;
	direction:ltr
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.owl-controls{
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}

#showcase-block-2 .slide{position:relative}
#showcase-block-2 .slide a.slide-title:hover span.title{background-color:#3d3d3d}
#showcase-block-2 .slide span.title{
	position:absolute;
	right:0;
	bottom:10px;
	color:#fff;
	display:block;
	padding:16px; 
	background-color:#920218;
	direction:rtl;
}
#showcase-block-2 .slide a.read_more{
	position:absolute;
	left:0;
	bottom:80px;
	display:block;
	padding:10px;
	background-color:rgba(41, 41, 41, 0.9);
	color:#fff;
	width:104px;
	text-align:center;
}
#showcase-block-2 .slide a.read_more:hover{background-color:}
#showcase-block-2 .owl-buttons{position:absolute;bottom:83px;right:0}

.owl-buttons .owl-prev,.owl-buttons .owl-next,.owl-controls .owl-nav .owl-prev,.owl-controls .owl-nav .owl-next{
	display:block;
	width:30px;
	height:30px;
	background-color:rgba(41, 41, 41, 0.9);
	color:transparent;
	display:inline-block;
	font-family:arial;
	font-style:normal;
	font-size: 10px;
	font-weight:bold;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.owl-controls .owl-nav .owl-prev:hover,.owl-controls .owl-nav .owl-next:hover,.owl-buttons .owl-prev:hover,.owl-buttons .owl-next:hover{background-color:rgba(192, 0, 0, 0.9)}
.owl-controls .owl-nav .owl-prev,.owl-buttons .owl-prev{float:right}
.owl-controls .owl-nav .owl-next,.owl-buttons .owl-next{float:left}
.owl-controls .owl-nav .owl-next:before,.owl-controls .owl-nav .owl-prev:before,.owl-buttons .owl-next:before,.owl-buttons .owl-prev:before{
	color:#fff;
	width:100%;
	height:100%;
	font-size:26px;
	text-align:center;
	display:inline-block
}
.owl-controls .owl-nav .owl-next:before,.owl-buttons .owl-next:before{content:">"}
.owl-controls .owl-nav .owl-prev:before,.owl-buttons .owl-prev:before{content:"<"}
#showcase-block-2 .owl-controls .owl-nav .owl-prev,#showcase-block-2 .owl-buttons .owl-prev{margin:0 10px 25px}

img.newsimg {
	width: 640px;
	height: 340px;
	object-fit: cover;
}
div.lefttopnews {
	padding: 0px;
	margin-bottom: 3px;
	background: #F0F0F0;
	height: 80px;
	font-size: 12px;
}

img.pic_1 {
	width: 100px;
	height: 80px;
	object-fit: cover;
	margin-left: 4px;
	float: right;
}

div.mainnewsbox {
	border: 1px solid #ccc;
	border-radius: 5px; 
	padding: 5px;
	height: 435px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
div.frameadd {
	float: right;
	width: 165px;
	height: 410px;
}

div.groupbox {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #ededed;
	margin: 4px;
	float: right;
}
div.grouptitle {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
div.leftlisthead {
	padding: 5px;
	font-size: 14px;
	color: white;
	margin-bottom: 4px;
	margin-top: 4px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#656565+0,5e5e5e+21,404040+71,333333+100 */
	background: #656565; /* Old browsers */
	background: -moz-linear-gradient(top,  #656565 0%, #5e5e5e 21%, #404040 71%, #333333 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #656565 0%,#5e5e5e 21%,#404040 71%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #656565 0%,#5e5e5e 21%,#404040 71%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	
}
div.videobox {
	height: 200px;
	font-size: 12px;
}
img.itemboximg {
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: 2px solid #FF9900;
}
img.m2 {
	position: absolute;
	z-index: 10000;
}
a img:hover.m2 {

	opacity: 0.6;
	filter: alpha(opacity=60);
}
.nopadding {
	margin: 0px !important;
	padding: 0px !important;
}
div.firstnews {
	height: auto;
	padding: 4px;
	margin: 3px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
div.firstnewssub {
	height: 60px;
	padding: 4px;
	margin: 3px;	
	font-size: 13px;
	text-align: justify;
}
img.firstnewssub {
	width: 65px; height: 50px; float: right; border:1px solid #C0C0C0; margin:2px
	
}
div.itembox {
	padding: 2px;
	height: 170px;
	font-size: 12px;
}
img.itemboximg {
	height: 130px !important;
	overflow: hidden;
	border-bottom: 2px solid #FF9900;
}

div.bignews {
	padding: 3px;
	margin-left: 4px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
img.bignews {
	border:1px solid #C0C0C0; 
	padding:0;
	width: 100%;
	height: 180px !important;
	overflow: hidden !important;
}
div.bignewssub {
	height: 220px;
}
div.midcolumns {
	margin-right: 5px;
	background: #EDEDED;
	font-size: 12px;
	padding: 5px;
	border-right: 3px solid #E1E1E1;
}
div.midcolumnssub {
	height: auto;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	text-align: center;
}
img.midcolumns {
	width: 100%;
	height: auto;
}
div.normalnewssub {
	height: auto;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	text-align: right;
	font-size: 12px;
}
div.normalnews {
	padding: 4px;
	margin-right: 5px;
	background: #EDEDED;
	border-right: 3px solid #E1E1E1;
}
img.normalnews {
	width: 65px;
	height: 50px;
	float: right;
	border: 1px solid #ccc;
	margin: 3px;
}
div.txt {
	width: 180px;
	float: right;
	padding: 2px;
}
div.middlebig {
	border: 1px solid #C0C0C0;
	background: white;
	padding: 4px;
	height: 230px;
	margin: 2px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;	

}
img.middlebig {
	width: 100%;
	height: 160px !important;
	overflow: hidden;
	border-bottom: 1px solid #FF9900
}
div.middlesmall {
	border: 1px solid #C0C0C0;
	background: white;
	padding: 4px;	
	height: 64px;
	margin: 2px;
	font-size: 12px;
	text-align: center;
}
img.middlesmall {
	float: right; border-bottom: 1px solid #FF9900; width: 75px; height: 55px;
}
	div.sharer {
		width: auto;
		bottom: auto;
		position: relative;
		z-index: 9999;
		background: white;
		box-shadow: 0px 0px 0px #000;

	}

	div.share {
		padding: 5px;
		margin: 4px;
		width: auto;
		height: 30px;
		float: right;
		color: white;
		min-width: 90px;
		text-align: center;
		border-radius: 5px;
	}
	.social-text {
		font-size: 12px;
		display: inline;
	}

	div.facebook-share {
		background: #3b5998;
	}	
	div:hover.facebook-share {
			background: #2A4E96;
			transition: all .2s ease-out;
		}
	div.twitter-share {
		background: #1b95e0;
		padding: 0px !important;
	}
	div:hover.twitter-share {
			background: #0c7abf;
			transition: all .2s ease-out;
		}
	div.whatsapp-share {
		background: #4dc247;
		display: none;
	}
	div:hover.whatsapp-share {
			background: #2CC124;
			transition: all .2s ease-out;
		}
	div.pinterest-share {
		background: #cb2027;
		padding: 2px !important;
	}
	div:hover.pinterest-share {
			background: #BA0015;
			transition: all .2s ease-out;
		}
	div.email-share {
		background: #d8dfea;
		color: #000;
		min-width: 40px !important;
	}
	div:hover.email-share {
			background: #2D2424;
			color: white;
			transition: all .2s ease-out;
		}
	div.print-share {
		background: #d8dfea;
		color: #000;
		min-width: 40px !important;
	}
	div:hover.print-share {
			background: #2D2424;
			color: white;
			transition: all .2s ease-out;
		}
	div.google-share {
		background: #dd4b39;
	}
	div:hover.google-share {
			background: #DB2713;
			transition: all .2s ease-out;
		}
	div.Linkedin-share {
		background: #007bb5;
	}
	div:hover.Linkedin-share {
			background: #006196;
			transition: all .2s ease-out;
		}
div.inlinead {
	float: left; 
	margin: 5px;
	width: 260px;
}		
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

body {
	margin: 5px;
	background: #808080;
}
div.mainnewsbox {
	display: none;
}
div.rightbanner {
	display: none;
	
}
div.leftbanner {
	display: none;
	
}
div.textbanner {
	float: none; 
	width: auto; 
	height: 300px; 
	padding: 3px;
}

div.bigcontain {
	padding-right: 0px;
}
div.banner24 {
	display: block;
}
div.toto {
	display: none;
}
img.toto {
	float: left;
	position: absolute;
	left: 0px;
	margin-top: -7px;
	margin-left: -45px;
	
}
div.container {
	width: auto;
	background: #e9e8e8;
	margin-top: 4px;
	box-shadow: 0px 0px 4px #5b5a5a;
	border-radius: 5px 5px 5px 5px;
	
}
div.logo {
	float: none;
}	
div.headbanner {
	width: auto;
	height: 90px;
	float: none;
	margin-left: 0px;

}
div.content {
	background: white;
	padding: 4px;
	margin-top: 5px;
	border-radius: 5px;
}
 
  #cssmenu > ul {
    width: auto;
	   display: block;
	}
  #cssmenu > ul li#responsive-tab {
    display: block;
    width: 100%;
 }

  #cssmenu > ul li#responsive-tab a:hover {
    background-position: 95% 140%;
	}
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #eaeaea;
    border: 0 none;
	z-index: 9999;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
	
  }
  #cssmenu > ul li.has-sub > a {
	font-weight: bold;
	background: #dfdede;
  }
div.menubox {
	border-radius: 4px;
	float: none;
	height: 35px;
	width: auto;
	margin-right: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#656565+0,5e5e5e+21,404040+71,333333+100 */
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,101,101,1) 0%, rgba(94,94,94,1) 21%, rgba(64,64,64,1) 71%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(94,94,94,1) 21%,rgba(64,64,64,1) 71%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(101,101,101,1) 0%,rgba(94,94,94,1) 21%,rgba(64,64,64,1) 71%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
} 

div.rightcolumn {
	width: 730px;
	float: none;
	padding: 8px;
}
div.leftcolumn {
	width: 250px;
	float: none;
}
a.navbar-brand {
	display: block;
	color: white;
}
div.rightbaner {
	display: none;	
}

img.midlematriximg {
	height: 120px;
	overflow: hidden;
	border-bottom: 1px solid #FF9900;
	margin: 0px;

}
div.midlematrix {
	height: 200px;

}
	.social-text {
		display: none;
	}
	div.whatsapp-share {
		background: #4dc247;
		display: inline;
	}
	div.sharer {
		width: 100%;
		margin: 0px !important;
		padding: 0px !important;
		bottom: 0;
		right: 0;
		height: 45px;
		box-shadow: 5px 0px 5px #000;
		float: right;
		position: fixed;
		z-index: 9999;
		background: white;
	}



	div.share {
		padding: 3px;
		margin: 2px;
		width: auto;
		height: 40px;
		float: right;
		min-width: 40px;
		text-align: center;
		border-radius: 3px;
	}	

img.pic_1 {
	width: 100%;
	height: 120px;
	object-fit: cover;
	margin: 0px;
	float: none;
}

	div.lefttopnews {
	padding: 10px;
	margin-bottom: 5px;
	background: #fff;
	min-height: 220px;
	overflow: hidden;
	font-size: 12px;
}
div.inlinead {
	float: none; 
	margin: 5px;
	width: 100%;
}
img.normalnews {
	width: 100%;
	height: auto;
	float: none;
	border: 1px solid #ccc;
	margin: 3px;
}	
div.middlesmall {
	border: 1px solid #C0C0C0;
	background: white;
	padding: 4px;	
	min-height: 130px;
	margin: 2px;
	font-size: 12px;
	text-align: center;
}
img.middlesmall {
	float: none; border-bottom: 1px solid #FF9900; width: 100%; height: auto;
}
img.itemboximg {
	height: auto !important;
	overflow: hidden;
	border-bottom: 2px solid #FF9900;
}
div.videobox {
	height: auto;
	font-size: 12px;
}
div.firstnewssub {
	min-height: 160px;
	padding: 4px;
	margin: 3px;	
	font-size: 13px;
	text-align: justify;
}
img.firstnewssub {
	width: 100%; height: auto; float: none; border:1px solid #C0C0C0; margin:2px
	
}
}