html {
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #006092;
	text-decoration: none;
	font-family: 'Ek Mukta', serif;
	outline: none;
}
a:hover {
	color: #c80000;
	text-decoration: none;
}
a:focus, a:active{
	outline: none;
}
a img {
	border: 0;
}

h1 {
	font-size: 2.3em;
	line-height: 1.5em;
}

h2 a {
	color: #006092;
	font-size: 1.0em;
	line-height: 1.4em;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	font-weight: 600;
	font-family: 'Ek Mukta', serif;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #dedede;
}
p {
	margin: 0 0 15px;
}
p:last-of-type {
	margin: 0 0 10px;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	/* color: #000000;*/
	background: #fff
}
.border-bottom{
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
}
.padding-top{
	padding-top: 10px;
}
.padding-bottom{
	padding-bottom: 10px;
}

ul.catlist {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

ul.catlist li {
	width: 50%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 20px;
}
.itemCat{
	border-bottom: 1px dashed #999999;
}
.itemCat h4{
	font-size: 24px;
	color: #006092;
	margin: 0 0 10px;
	line-height: 1.4;
	font-weight: bold;
}
/* 
-> Top header
-> Main Header
*/
.navbar-brand{
	height: auto;
}
.navbar-default {
	background-color: #478bca;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}
.navbar-default .navbar-nav>li{
	-webkit-transition: background .4s ease-out;
	-moz-transition: background .4s ease-out;
	transition: background .4s ease-out;

}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 500;
	/* font-family: 'Hind', sans-serif; */
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #ec1c24;
}
nav.navbar.navbar-default.affix {
	width: 100%;
	z-index: 99;
	top: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.78);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.78);
}
.header-top .navbar-toggle span.icon-bar {
	background: #478bca;
}
@media(min-width: 992px){
	header#header {
		min-height: 171px;
	}
	.navbar-default .navbar-nav>li {
		border-right: 1px solid #3473af;
		border-left: 1px solid #5398de;

	}
	.navbar-default .navbar-nav>li:first-child{border-left: none}
	.navbar-default .navbar-nav>li:last-child{border-right: none;}
}
@media(max-width: 1200px){
	.nav>li>a{
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media(max-width: 992px){
	.header-top {
		border-bottom: 1px solid #478bca;
	}
	.header-top .navbar-toggle {
		border: 1px solid #478bca;
		border-radius: 0;
		top: 40px;
		display: block;
	}
	.navbar-header {
		float: none;
	}
	.navbar-collapse.collapse {
		display: none!important;
		overflow: hidden!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar{
		min-height: auto;
	}
	.navbar-nav>li, .navbar-nav {
		float: none;
		margin-top: 0;
		margin-bottom: 0;
	}
	nav.navbar.navbar-default.affix{position: static;}
	.navbar-default .navbar-nav>li {
		border-bottom: 1px solid #3473af;
		border-top: 1px solid #5398de;
		transition: background .4s ease-out;
	}
	.navbar-default .navbar-nav>li:first-child{border-top: none}
	.navbar-default .navbar-nav>li:last-child{border-bottom: none;}
	.navbar-default{border-top: none;}
}

/*
* Newspaper
*/
.newspaper {
	background: url(../images/newspaper-bg.png) left top;
	margin-bottom: 10px;
}
/*
* main content
*/
#content {
	padding: 0 15px;
}



/*
* news items
*/
.et_newBox {
	padding: 0 0;
	margin: 0 0 20px;
}
.et_newBox h3.box_title {
	background: #EC1C24;
	border-bottom: 5px solid #F58D91;
	padding: 8px 12px;
	margin: 0 0 15px;
	color: #fff;
	font-size: 20px;
	border-radius: 4px 4px 0 0;
}
.et_newBox h3.box_title a {
	color: #fff;
}
.et_newBox h3.bg-red{
	background: #EC1C24;
}
.et_newBox h3.bg-blue{
	background: #EC1C24;
}
.small-ibox {
	max-width: 130px;
	float: left;
	margin-right: 1em;
}
.docs p {
	font-size: 20px;
	line-height: 1.6;
	margin: 0;
}
.et_newBox h4 {
	font-size: 25px;
	line-height: 1.4em;
	margin-top: 0;
	font-family: 'Ek Mukta', serif;
	font-weight: 600;
}
.newsBox{
	margin: 0 0 20px;
	overflow: hidden;
}
@media(max-width: 767px){
	.item-flash h1, .newsHead h2{
		line-height: 1;
		font-size: 2em;
	}
}
/*
-> flash news
*/
.flash-wrapper{
	padding: 1em 1em;
	background: #d5e4f2;
	margin-bottom: 10px;
	border: 1px solid #c7e2fa;
	text-align: center;
	line-height: :2.1em;

}
.flash-wrapper img {
	margin: 0 auto 10px;
}
.item-flash h1, .newsHead h2 {
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 3.3em;
}
.flash-wrapper p {line-height: 1.9;font-size: 20px;}
.item-flash+.item-flash {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #91aad0;
}
/*
-> Advertisement
-> most view tabs
*/
.advertisement+.advertisement {
	margin-top: 15px;
}
.et-home-tab {
	border: 5px solid #747ca1;
	margin-bottom: 10px;
	margin: 10px 0px;
	font-size: 17px;
}
.mv-container {
	text-align: center;
	margin: 13px 0 10px;
}
.mv-container a.active{
	color:#F33;
	font-weight:bold;
}
.tab-pane ul.news-list {
	padding: 0;
	margin: 0 0 20px;
	margin-left: 10px;
}

ul.nav.nav-tabs {
	background: #E1E1E1;
	padding: 4px 10px 0 10px;
	margin-bottom: 10px !important;
	font-size: 18px;
}
.et-home-tab .tab-pane ul.news-list{
	margin-left: 0;
}
.et-home-tab ul.news-list li{padding-left: 24px;}
.nav-tabs > li > a {
	padding-top: 9px;
	padding-bottom: 0px;
	/* line-height: 1.2; */
}
ul.news-list{
	list-style: none;
}
ul.news-list li+li {
	border-top: 1px dotted #9fb6da;
	margin-top: 5px;
	padding-top: 10px;
}
ul.news-list li::before {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 4px;
}
.et-home-tab ul.news-list li::before {
	left: 10px;
}
ul.news-list li {
	position: relative;
	padding-left: 17px;
}
ul.news-list li+li::before {
	top: 14px;
}
ul.news-list {
	padding: 0;
	list-style: none;
}
/*
* common style and other page
*/
.bg-blue{background: #f8fbff;}
.bg-blue h3.box_title{
	background: #006092;
	border-bottom: 4px solid #66A0BE;
}
.newsHead {
	padding: 20px;
}
.home-news img {
	margin: auto;
	display: block;
}
.home-news p {
	font-size: 20px;
	line-height: 1.6;
}
.et_news_img {
	margin-right: 8px;
	/* border: 1px solid #d5d7e3;*/
	max-width: 100px;
	height: auto;
	float: left;
}
.et_new_small p{
	font-size: 18px;
	line-height: 1.6em;
}
.et_new_small+.et_new_small{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.et_newBox ul.news-list li {
	font-weight: 600;
	font-size: 18px;
}
.et_new_small.full-img .et_news_img {
	max-width: 100%;
	float: none;
	margin: 0 0 10px;
}
.et_padding_15{
	padding: 0 15px 10px;
}
.et_new_small.full-img {
	padding: 0 0;
}
@media (min-width: 1200px){
	.container {
		/* width: 1180px;*/
		width:100%;
	}
}
@media(max-width: 991px){
	.et_news_img{
		float: none;
		max-width: 100%;
		margin: 0 0 10px;
	}
	/*.middel_two_add img {*/
 /*   width: 100%;*/
 /*   height: 43px;*/
 /*   object-fit: cover;*/
 /*   display: block;*/
 /*   margin-bottom: 10px;*/
}

}
@media(max-width: 767px){
	.et_news_img img{/*width: 100%;*/ margin: 0 auto;}
	.container{
		/*    max-width: 580px;*/
		width: 100%;
	}
	/*.middel_two_add img {*/
 /*   width: 100%;*/
 /*   height: 43px;*/
 /*   object-fit: cover;*/
 /*   display: block;*/
 /*   margin-bottom: 10px;*/
}
}
/* 
* footer
*/
#footer{
	background: #E8E8E8;
	border-top: 5px solid #EC1C24;
	font-size: 13px;
	color: #333;
	padding: 30px 0 0;
	margin-top: 30px;
}
footer#footer h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 7px;
}

ul.f-list {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
}

ul.f-list li+li {
	margin-top: 15px;
}

ul.f-list li span {
	display: inline-block;
}

ul.f-list li span::before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 8px;
	background: #000;
	vertical-align: middle;
	margin-top: -6px;
	border-radius: 100%;
}
.f-box {
	font-size: 14px;
	line-height: 1.4
}
.f-box h3{
	font-size: 17px;
}
.f-box img.logo{
	margin: 0 0 10px;
}
.footer-bottom {
	background: #478BCA;
	padding-top: 13px;
	margin-top: 20px;
	color: #fff;
}

.footer-bottom a {
	color: #fff;
	font-size: 15px;
}
@media(max-width: 991px){
	ul.f-list{margin: 0 0 15px;}
}
/* 
* category list
*/
h1.page-title {
	font-size: 50px;
	color: #478bca;
	padding: 0 0 10px;
	border-bottom: 1px dashed #999999;
	margin: 0 0 20px;
}
ul.catlist {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

ul.catlist li {
	width: 50%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 20px;
}
.itemCat{
	border-bottom: 1px dashed #999999;
}
.itemCat h4{
	font-size: 24px;
	color: #006092;
	margin: 0 0 10px;
	line-height: 1.4;
	font-weight: bold;
}
@media(max-width: 991px){
	ul.catlist li{
		width: 100%;
	}
}
@media(max-width: 767px){
	ul.catlist li{
		width: 50%;
	}
	.itemCat h4 {font-size: 24px;}
	h1.page-title {
		font-size: 50px;
		font-weight: 600;
	}

}
@media(max-width: 580px){
	ul.catlist li{
		width: 100%;
	}
}
/* 
* sidebar 
*/
.sidebar-box {
	border: 5px solid #747ca1;
	margin-bottom: 10px;
	margin: 10px 0px;
	font-size: 17px;
	min-height: 20px;
}
/*
* Single page
*/
.singlepage h1.page-title{
	font-size: 3.3em;
	line-height: 1.4em;
	color: #006092;
	margin: 10px 0;
}
.content-single p{
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 1.9em;
	word-wrap: break-word;
}
.feature-img {

	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 4px;
}
.feature-img img{
	margin:0 auto;
}
.feature-img img {

	display: block;
}
.feature-img span {
	margin-top:15px; 
	background: #f1f1f1;
	display: block;
	padding: 14px 10px 10px;
	line-height: 19px;

}
#dateline {
	background: #FFF;
	padding: 7px 2%;
	width: 100%;
	border: 1px solid #eae3e3;
	border-left: 2px solid #f7931b;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin-bottom: 15px;
	overflow: hidden;
}
#dateline span {
	color: #666;
	display: inline-block;
	float: left;
}
#dateline span.writer {
	font-weight: bold;
	padding-right: 15px;
	border-right: 1px dotted #CCCCCC;
	margin-right: 15px;
}
.dline_left {
	padding-top: 10px;
	float: left;
}
@media(max-width: 991px){
	.singlepage h1.page-title{font-size: 2.5em;}
}
@media(max-width: 767px){
	div#dateline .pull-right {
		float: none !important;
		margin-top: 10px;
	}
	.dline_left {
		float: none;
	}
	.SocialWrapper.pull-right {
		width: 100%;
		float: none !important;
		margin: 0 0 20px;
	}
	.at4-jumboshare .at4-count-container{
		min-width: 100px;
	}
}
/*
Related items
*/
.fb_comment{margin: 0 0 20px;}
.related-item {
	border: 1px solid #E5E5E5;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 1em;
	min-height: 250px;
}
.related-item a h4 {
	font-size: 18px;
	color: #006092;
	margin: 10px 0 5px;
	line-height: 1.3;
	font-weight: 600;
}
ul.relative_list li {
	list-style: none;
	width: 33.333%;
	margin-right: -4px;
	padding: 0 10px;
	display: inline-block;
}

ul.relative_list {
	margin: 0 -10px;
	padding: 0;
}

.relative_news h2 {
	font-size: 24px;
	color: #006092;
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #006092;
}
@media(max-width: 991px){
	ul.relative_list li{
		width: 50%;
	}
}
@media(max-width: 580px){
	ul.relative_list li{
		width: 100%;
	}
	.related-item img{width: 100%;}
}
/* 
-> got to top
-> naya kura
*/

.gotop {
	background-color: #111;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 999;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: -100px;
	right: 25px;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	overflow: auto;
}
.hotNews {
	width: 310px;
	display: block;
	right: 0px;
	top: 171px;
	z-index: 999;
	position: fixed;
	margin-right: -310px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hotNewstitle {
	text-align: center;
	background: #EC1C24;
	border-bottom: 5px solid #478bca;
	color: white;
	font-size: 19px;
	line-height: 40px;
	padding: 10px 3px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: -59px;
	z-index: 99;
	border-radius: 100%;
	cursor: pointer;
}
.new_arrival{
    /* background: #478bca;
     color: white;
     font-weight: 700;
      border-bottom: 5px solid #EC1C24;
      */
  }
  .hotNewsdocs {
  	background: #fff;
  	padding: 10px;
  	border: 3px solid #E6E6E6;
  	height: 470px;
  	overflow: auto;
  }
  .hotNewsdocs ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  }
  .newEventList li {
  	position: relative;
  	padding-left: 14px;
  	padding-bottom: 10px;
  }
  .newEventList li+li {
  	border-top: 1px dashed #00598a;
  	padding-top: 10px;
  }
  .newEventList li i.fa-angle-double-right {
  	position: absolute;
  	left: 0;
  	top: 3px;
  }
  .newEventList li+li i.fa-angle-double-right {
  	top: 13px;
  }
  .newEventList li a {
  	font-size: 16px;
  	line-height: 21px;
  	font-weight: 600;
  	color: #2964a0;
  }
/* .hotNews:hover {
    margin-right: 0;
} 
*/
.hotNews.open {
	margin-right: 0;
}
.hotNews.open .hotNewstitle::before {
	content: "\f00d";
	font-size: 30px !important;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: normal;
}
.hotNews.open .hotNewstitle{
	font-size: 0px;
}



.testadv {
    /* height: 200px; */
    overflow: hidden;
    float: left;
    margin: 10px;
  }






@media(max-width: 480px){
	.content-single {
		font-size: 1.2em;
		line-height: 1.25em;
	}


}

@media(max-width: 320px){
	.content-single {
		font-size: 1.6em;
		line-height: 1.25em;
	}

	.testadv {
    /* height: 200px; */
    width:100%;
    overflow: hidden;
    /*float: left;*/
    margin: 10px;
  }
}

@media(max-width: 767px){

		.testadv {
    /* height: 200px; */
    width:100%;
    overflow: hidden;
    float: left;
    margin: 10px;
  }


	.item-flash h1, .newsHead h2 {
		line-height: 1.2;
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 2.5em;
	}
	.flash-wrapper p {


		line-height: 1.6em;
		font-size: 20px;
	}

	.content-single {
		font-size: 1.2em;
		line-height: 1.5em;
	}


	.hotNews {
		width: 268px;
		margin-right: -268px;
		bottom: 0;
	}
	.hotNews.open .hotNewstitle {
		background: #af2f2f;
	}
	.hotNewstitle{
		top: 30%;
		cursor: pointer;
	}
	.hotNewsdocs{
		height: 470%;
	}
}
/*
-> header top
*/
.header_before_add {
	padding-top: 15px;
	padding-bottom: 12px;
}
.header_after_add {
	padding-top: 10px;
	padding-bottom: 15px;
}
.navbar-header {
	width: 100%;
}

.pull-right.mid-adv.advertisement img {
	height: 94px;
}

.mid-adv.advertisement {
	padding-top: 13px;
	padding-right: 15px;
	max-width: 830px;
}
.middel_two_add {
	padding: 0;
	margin-bottom: 20px;
}
.middel_two_add img{width: 100%;display: block;margin-bottom: 10px;}
.middel_full_add{margin-bottom: 20px;}
@media(max-width: 1200px){
	.mid-adv.advertisement{
		max-width: 630px;
	}
}
@media(max-width: 991px){
	.pull-right.mid-adv.advertisement img{
		height: auto;
	}
	div#home-right-addvertisment > div.advertisement {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-right: -4px;
		padding: 0 10px;
	}

	div#home-right-addvertisment > div.advertisement img {
		width: 100%;
	}

	div#home-right-addvertisment {
		margin-left: -10px;
		margin-right: -10px;
	}

	.advertisement:nth-child(2) {
		margin-top: 0;
	}
}
@media (max-width: 767px){
	.middel_two_add .advertisement{
		margin-bottom: 0px;
	}
	.pull-right.mid-adv.advertisement {
		max-width: 100%;
		padding-left: 15px;
		margin-bottom: 20px;
	}
	div#home-right-addvertisment > div.advertisement {
		width: 100%;
	}
	.advertisement:nth-child(2) {
		margin-top: 15px;
	}
}