/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
html,
body {
	min-height: 100%;
	position: relative;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height: 1.4;
	color: #333333;
  height: 100%;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a {
	color:#044e97;
}
/*
 * Bootstrap container over ride
 */
@media (min-width: 992px) {
  .container {
    width: 1170px;
		padding-left:0px;
		padding-right:0px;
		box-shadow: 0 1px 12px #c0bebe;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
		padding-left:0px;
		padding-right:0px;
		box-shadow: 0 1px 12px #c0bebe;
  }
}
/*
 * Body Style
 */
.body-boxed {
	/*background:#00CC99;*/
	/*position:relative;*/
}
.top-bar {
	width:100%;
	float:left;
	line-height:30px;
	border-bottom:1px solid #ddd;
	background:#fff;
}
.header {
	background:#fff;
	width:100%;
	float:left;
}
.header .header-logo {
	float: left;
	margin-right: 15px;
}
.header .header-logo.logo-full {
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.logo {
	overflow: hidden;
}
.header .header-widget {
	float: right;
}
.header .header-widget.widget-full {
	width: 100%;
	float: left;
	text-align: center;
}
/*
 * Main Menu
 */
.main-navigation {
	width:100%;
	float:left;
}
.main-navigation:before
.main-navigation:after {
	content:"";
}
.main-navigation .menu-fixed {
	position: fixed;
	top:0;
	width:100%;
	z-index:9999;
	box-shadow: 0 3px 5px -3px #333333;
}
@media (min-width: 768px) {
  .main-navigation .menu-fixed {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .main-navigation .menu-fixed {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .menu-fixed {
    width: 1170px;
  }
}
.main-navigation .navbar {
	min-height: 10px!important;
	margin-bottom:0px;
}
@media (min-width: 768px) {
  .main-navigation .navbar {
    border-radius: 0px;
  }
}
/*
 * Default Menu
 */
.default-menu {
	background: #0060ae;
	border:0px;
	position:relative;
}
.default-menu .navbar-collapse {
  position: relative;
}
.default-menu .nav > li > a {
  color: #333333;
  font-weight: bold;
	padding: 6px 8px;
	font-family:'Noto Sans', Arial;
	border:0px;
}
.default-menu .navbar-nav {
	border:0px;
	width:100%;
}
.default-menu .navbar-nav > li > a {
  color: #fff;
	font-size:16px;
	font-weight:bold;
	font-family:'Noto Sans', Arial;
}
.default-menu .navbar-nav > li > a:hover,
.default-menu .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0f0f4f;
}
.default-menu .navbar-nav > li > a.active {
	background:#0f0f4f;
}
@media (max-width: 767px) {
  .main-navigation .menu-fixed {
		position:static;
  }
}
/*
 * Mega Menu
 */
.mega-menu {
	background: #0060ae;
	border:0px;
	position:relative;
}
.mega-menu .navbar-collapse {
  position: relative;
}
.mega-menu .nav > li > a {
  color: #333333;
  font-weight: bold;
	padding: 6px 8px;
	font-family:'Noto Sans', Arial;
	border:0px;
}
.mega-menu .navbar-nav {
	border:0px;
	width:100%;
}
.mega-menu .navbar-nav > li > a {
  color: #fff;
	font-size:16px;
	font-weight:bold;
	font-family:'Noto Sans', Arial;
}
.mega-menu .navbar-nav > li > a:hover,
.mega-menu .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0f0f4f;
}
.mega-menu .navbar-nav > li > a.active {
	background:#0f0f4f;
}
.mega-menu .navbar-nav > .active > a,
.mega-menu .navbar-nav > .active > a:hover,
.mega-menu .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0f0f4f;
}
.mega-menu .navbar-nav > .disabled > a,
.mega-menu .navbar-nav > .disabled > a:hover,
.mega-menu .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: #0f0f4f;
}
.mega-menu .navbar-collapse {
 	padding:0px;
}
.mega-menu .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mega-menu .nav > li > .dropdown-menu {
  margin-top: 0px;
}
.mega-menu .dropdown-menu {
  border-radius: 0;
}
.mega-menu .nav-mega li {
  position: static;
}
.mega-menu .nav-mega li .dropdown-menu {
  width: 100%;
  padding: 0;
}
.mega-menu .nav-mega li .dropdown-menu:after {
  border-bottom: 8px solid #f6f6f6;
}
.mega-menu .nav-dropdown-mega-menu {
  padding: 0;
  background-color: #f6f6f6;
	min-height:200px;
}
.mega-menu .nav-dropdown-mega-menu .container-fluid {
  background-color: #fff;
	min-height:200px;
}
.mega-menu .nav-dropdown-mega-menu > .nav-category {
  width: 20%;
  border-right: 1px solid #eeeeee;
  float: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mega-menu .nav-dropdown-mega-menu > .nav-category {
    width: 20%;
  }
}
.mega-menu .nav-dropdown-mega-menu > .nav-category > li {
  position: relative;
}
.mega-menu .nav-dropdown-mega-menu > .nav-category > li > a {
  color: #333333;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-menu .nav-dropdown-mega-menu > .nav-category > li > a:hover,
.mega-menu .nav-dropdown-mega-menu > .nav-category > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.mega-menu .nav-dropdown-mega-menu > .nav-category > li.active:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -9px;
  right: 0;
  display: inline-block;
  border-right: 9px solid #E3E3E3;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.mega-menu .nav-dropdown-mega-menu > .nav-category > li.active:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -9px;
  right: -1px;
  display: inline-block;
  border-right: 9px solid #FFF;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap {
  margin-left: 20%;
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap {
    margin-left: 190px;
  }
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap > div {
  display: none;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap > div.active {
  display: block;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap.container-fluid {
  padding: 0;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap [class*=col-] {
  padding: 0;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap .nav-subcategory {
  padding-bottom: 10px;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap .nav-subcategory .lnt-category-name {
  font-size: 14px;
  font-weight: bold;
  padding: 12px 20px 13px;
  margin-top: 0;
  border-bottom: 1px solid #eeeeee;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap .nav-subcategory ul li {
  padding: 6px 20px;
}
.mega-menu .nav-dropdown-mega-menu .nav-subcategroy-wrap .nav-subcategory ul li a {
  color: #333333;
}
.mega-menu .news-box {
	width:20%;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.mega-menu .has-category .news-box {
	width:25%;
}
.mega-menu .news-box a {
	margin-top:10px;
	width:100%;
	float:left;
	font-size:13px;
}
.mega-menu .news-box .nav-subcategory li a {
	color:#1f5eaa!important;
}
/*
 * Mobile Menu
 */
.navbar-toggle {
	background:#fff;
	border-radius: 0px;
}
.navbar-toggle .icon-bar {
	background:#333;
}
.mobile-menu-navigation {
	width:100%;
	float:left;
	background: #fff;
}
/*
 * Sub navigation
 */
.sub-navigation {
	width:100%;
	float:left;
	background:#fff;
}
.sub-navigation:before
.sub-navigation:after {
	content:"";
}
.sub-navigation .hash-menu {
	float:left;
}
.sub-navigation .hash-menu ul {
	margin:0px 15px;
	padding:0px;
	float:left;
	margin-bottom:5px;
}
.sub-navigation .hash-nav li {
	position: relative;
  display: block;
	list-style:none;
	margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
}
.sub-navigation .hash-menu li a {
	padding: 2px 5px 2px 5px;
	font-family:'Noto Sans', Arial;
	font-size:15px;
	font-weight:normal;
	position: relative;
  display: block;
	float:left;
	color:#333;
}
.sub-navigation .hash-menu li a span {
	color:#D13610;
}
.sub-navigation .hash-menu li a:hover {
	font-size:16px;
	padding:1px 4px 1px 4px;
}
.sub-navigation .sub-menu ul {
	margin:0px 5px;
	padding:0px;
	float:left;
	margin-bottom:5px;
}
.sub-navigation .sub-menu li {
	position: relative;
  display: block;
	list-style:none;
	margin:0px 3px;
	float:left;
}
.sub-navigation .sub-menu li a {
	padding: 2px 15px 2px 15px;
	font-family:'Noto Sans', Arial;
	font-size:14px;
	font-weight:bold;
	position: relative;
  display: block;
	float:left;
	color:#333333;
	background:#f0f0f1;
	border-radius:0px 0px 3px 3px;
}
.sub-navigation .sub-menu li a:hover,
.sub-navigation .sub-menu li a:focus {
  color: #fff;
  background-color: #f7a10c;
}


/* 
 * Breaking News 
 */
.ticker-wrap {
	background:#fff;
	float:left;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.ticker-wrap .ticker-news {
	width:100%;
	overflow:hidden;
	padding:0px;
	position: relative;
	margin:0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.ticker-wrap .ticker-news:before,
.ticker-wrap .ticker-news:after {
  content: "";
  display: table;
}
.ticker-wrap .ticker-news:before {
	margin-top:0px;
  clear: both;
}
.ticker-wrap .ticker-news:after {
  clear: both;
}
.ticker-news-title {
	color: #ffffff;
	margin-right: 0;
	position: relative;
	margin-top: 0px;
	vertical-align: top;
	padding:5px 10px;
	float:left;
	background: #d2341a; /* For browsers that do not support gradients */
	overflow:hidden;
}
.ticker-news ul {
	list-style:none;
	float:left;
	margin:0px;
	margin-top:5px;
	overflow:hidden;
	width:80%;
}
.ticker-news a {
	color:#666666;
}
.ticker-news a:hover {
	color:#333333;
}
.ticker {
	display: inline-block;
	padding-left: 10px;
	overflow: hidden;
	/*height: 20px;*/
	float:left;
}
.ticker-news div.ticker {
	display: inline-block;
	word-wrap: break-word;
}
.marquee {
	width: calc(100% - 120px);
	display: inline-block;
	padding-left: 10px;
	overflow: hidden;
	/*height: 20px;*/
	float:left;
}
.marquee a {
	margin-right:40px;
	line-height:24px;
}

/*
 * Search Form (Header)
 */
.search-icon {
	float:right!important;
}
.search-top {
	cursor: pointer;
	padding: 5px 12px;
	line-height:20px;
	background-color: #333;
	color:#999999;
}
.search-top:hover {
   background-color: #ddd;
	 color: #333333;
}
.search-form {
	display:none;
}
.search-form-top {
	border: 1px solid #dddddd;
	display: none;
	padding: 15px;
	position: absolute;
	right: 0;
	z-index: 999;
	background-color: #ffffff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.search-form-group {
	width:300px;
	position: relative;
}
.search-form-group input.s-input {
	width: 100%;
	padding: 4px 10px 4px 10px;
	height: 36px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
}
.search-form-group button {
	border-radius: 0;
	color: #fff;
	line-height: 36px;
	margin-bottom: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
	background:#fb8b63;
	border: 0px;
}

/*
 * Social Media Icon
 */
ul.social-media {
	margin:0px;
}
ul.social-media li {
	list-style:none;
	display:inline;
	margin-left:6px;
}
.social-icon {
	font-family: 'FontAwesome';
	display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-size:18px;
	line-height:1;
}
.facebook:before,
.facebook a {
	content: "\f082";
	color:#3a559f;
}
.twitter:before,
.twitter a {
	content: "\f081";
	color:#50abf1;
}
.googleplus:before,
.googleplus a {
	content: "\f0d4";
	color:#dc472e;
}
.youtube:before,
.youtube a {
	content: "\f166";
	color:#dc472e;
}
.linkedin:before,
.linkedin a {
	content: "\f08c";
	color:#0084b1;
}
.instagram:before,
.instagram a {
	content: "\f16d";
	color:#655c65;
}
.pintrest:before,
.pintrest a {
	content: "\f0d3";
	color:#c9353d;
}
.whatsapp:before,
.whatsapp a {
	content: "\f232";
	color:#1bd741;
}
.rss:before,
.rss a, {
	content: "\f143";
	color:#FF6600;
}
.social-icon {
	font-size:18px;
}

/*
 * Main Content
 */
.content {
	width:100%;
	float:left;
	background:#fff;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ddd;
}
.inner-content {
	width:100%;
	float:left;
}
.topnews-block {
	margin-bottom:15px;
	width:100%;
	float:left;	
}
.topnews-block h2 {
	margin:0px;
	padding:0px;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.topnews-block .date {
	color:#999999;
	font-size:12px;
}
.topnews-block .img-container {
	margin-bottom:10px;
	width:100%;
	float:left;
	display:block;
	overflow:hidden;
}
.toplink-block {
	margin-bottom:15px;
	width:100%;
	float:right;
	border-left:1px solid #ddd;
}
.toplink-block ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 15px;
}
.toplink-block ul li {
	padding:0 0 8px 16px;
	background:url("../img/30666887.png") no-repeat;
	background-position:-13px -1169px;
}
.toplink-block ul li.last {
	border-bottom:0;
	margin-bottom:0
}
.toplink-block ul li a {
	font-size:15px;
	display:block;
	padding:0;
	line-height:22px
}
.toplink-block ul li a:hover {
	text-decoration:underline
}
.toplink-block ul li img {
	margin-top:3px;
	width:120px;
	height:90px
}
.toplink-block ul li .desc {
	font-size:14px;
	line-height:22px;
	padding-top:4px
}

.category-block {
	margin-bottom:15px;
	width:100%;
	float:left;
}
.category-block .heading {
	background:url("../img/boxtitlebg.png") center repeat-x;
	float:left;
	width:100%;
}
.category-block .heading a {
	background:#fff;
	line-height:25px;
	float:left;
	padding:0px 10px;
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.category-block .block-article .first {
	padding:0;
	display:block;
	clear:both;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.category-block .block-article .first h4 {
	font-weight:bold;
	line-height:22px;
	font-size:15px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.category-block .block-article .first p {
	font-size:14px;
	line-height:22px;
	margin-top:0px;
}
.category-block ul.list {
	list-style:none;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.category-block ul.list > li {
	padding:0 0 0 16px;
	background:url("../img/30666887.png") no-repeat;
	background-position:-13px -1169px;
	margin-bottom:8px;
}
.category-block ul.list > li > a {
	font-size:15px;
	line-height:20px;
}
.category-block > .block-article > .first > .img-container { 
	width:120px;
	height:90px;
	float:left;
	display:block;
	overflow:hidden;
	margin:5px 5px 10px 0;
}
.category-block > .block-article > .first.full > .img-container { 
	width:100%;
	height:100%;
	float:left;
	display:block;
	overflow:hidden;
	margin:5px 5px 10px 0;
}
.category-block .block-article.big-block {

}
.category-block > .block-article.big-block > .first > .img-container { 
	width:180px;
	height:135px;
	float:left;
	display:block;
	overflow:hidden;
	margin:5px 15px 10px 0;
}
.category-block > .block-article.big-block > ul.list > li {
	float:left;
	width:50%;
}
.category-block > .block-article.big-block > ul.list > li:nth-child(even) {
	float:right;
}
/*
 * Featured Content Slider
 */
.featured-wrapper {
	width:100%;
	float:left;
	position: relative;
  height: 350px;
  background: #333333;
}
.featured-wrapper .item {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
	max-height:350px;
}
.featured-wrapper .item a.thumbnails {
  background: #e6e6e6;
  display: block;
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.featured-wrapper .item a:hover.thumbnails {
	transition: background-image 0.5s;
}
.featured-wrapper .item .image-meta {
  width: 100%;
	position: absolute;
  display: inline-block; 
  text-align: center;
  right: 0; 
	bottom: 0;
  left: 0;
  padding: 5px 15px 5px 15px;
  z-index: 99;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
	background: rgba(0, 0, 0, 0.3);	
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}
.featured-wrapper .item .image-meta:hover {
  background: rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
}
.featured-wrapper .item .image-meta h2 {
  font-size: 24px;
	line-height:30px;
  margin-bottom: 5px;
  font-weight: bold;
}

.featured-wrapper .item a {
  color: #ffffff;
}
.featured-wrapper .item .postmetadata {
  margin: 0;
  color: #fff;
}
.featured-wrapper a.arrow {
  z-index: 99;
  position: absolute;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  display: block;
  background: rgba(0, 0, 0, 1);
  top: 150px;
  opacity: 0.4;
}
.featured-wrapper a.arrow:before {
  position: absolute;
}
.featured-wrapper a.arrow:hover {
  background: #222222;
}
.featured-wrapper a.arrow.arrow-next {
  right: 20px;
}
.featured-wrapper a.arrow.arrow-next:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  right: -20px;
  top: 50%;
  margin-top: -10px;
  border-left-color: #ffffff;
  margin-right: 23px;
}
.featured-wrapper a.arrow.arrow-prev {
  left: 20px;
}
.featured-wrapper a.arrow.arrow-prev:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  left: -20px;
  top: 50%;
  margin-top: -10px;
  border-right-color: #ffffff;
  margin-left: 23px;
}
.featured-wrapper a.arrow span {
  display: none;
}
.featured-wrapper:hover a.arrow {
  opacity: 1;
}
.featured-wrapper a.arrow.arrow-next,
.featured-wrapper a.arrow.arrow-prev {
  border-radius: 3px;
}



/* Video Gallery */
.video-block {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.video-block .heading {
	background:url("../img/boxtitlebg.png") center repeat-x;
	float:left;
	width:100%;
}
.video-block .heading a {
	background:#fff;
	line-height:25px;
	float:left;
	padding:0px 10px;
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.video-block-single {
	width:100%;
	float:left;
	margin-bottom:30px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}
.video-block-single.main {
	min-height:280px;
	background:#000;
}
.video-block-single .video {
	width:100%;
	height:95px;
	overflow:hidden;
	position:relative;
	float:left;
}
.video-block-single.main .video {
	width:100%;
	height:250px;
	overflow:hidden;
	position:relative;
	float:left;
}
.video-block-single .video-thumb {
	width:100%;
	height:100%;
}
.video-block-single .video-caption {
	height: 30px;
	overflow:hidden;
	padding:0px 5px;
	background:#000000;
	line-height:30px;
}
.video-block-single .video-caption a {
	color:#ffffff;
}
.video-block-single .video .play {
	position: absolute;
  top: 30%;
  width: 100%;
	text-align: center;
}
.video-block-single.main .video .play {
	position: absolute;
  top: 40%;
  width: 100%;
	text-align: center;
}
.video-block-single .video .play i {	
	font-size: 36px;
	line-height:36px;
	color:#fff;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
}
.video-block-single.main .video .play i {	
	font-size: 72px;
	line-height:72px;
	color:#fff;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
}
/* Photo Block */
.photo-block {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.photo-block .heading {
	background:url("../img/boxtitlebg.png") center repeat-x;
	float:left;
	width:100%;
}
.photo-block .heading a {
	background:#fff;
	line-height:25px;
	float:left;
	padding:0px 10px;
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.photo-block .image-block {
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
	margin-bottom:30px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}
.photo-block .photo-thumb {
	width:100%;
	height:100%;
}
.photo-block .image-caption {
	position:absolute;
	bottom:0px;
	height:30px;
	overflow:hidden;
	padding:0px 5px;
	background:rgba(0,0,0,0.7);
	line-height:30px;
	width:100%;
	text-align:center;
}
.photo-block .image-caption a {
	color:#fff;
}
.big-photo-block {
	background:#000;
}
.livetv {
	background:#000;
}
.livetv h1 {
	color:#fff;
}
			
.post {
	width:100%;
	float:left;
}
.post h1 {
	font-size:24px;
	font-weight:bold;
}
.post .post-meta {
	color:#999999;
	margin-bottom:20px;
}
.post .socialshare-sticky { position:absolute; left:-95px;}
.post .socialshare {transition:all .25s ease 0; width:60px;position:fixed;}
.post .socialshare.sticky {top:150px;z-index:9999}
.post .socialsharing.sticky { display:block; margin:0 0 10px; opacity:1; transition:opacity .5s linear;-webkit-transition:opacity .5s linear}
.post .social-share {
	color:#999999;
	margin-bottom:20px;
}
.post .socialshare .social-icon,
.post .social-share .social-icon {
	background:#c11b07;
	border-radius:50%;
	width:36px;
	height:36px;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:8px;
}
.post .socialshare .social-icon:hover,
.post .social-share .social-icon:hover {
	opacity:0.5;
}
.post .social-share .social-icon {
	margin-right:8px;
}
.post .socialshare .fa,
.post .social-share .fa {
	font-size:18px;
	line-height:36px;
}
.post .socialshare .bg-facebook,
.post .social-share .bg-facebook {
	background:#3a559f;
}
.post .socialshare .bg-twitter,
.post .social-share .bg-twitter {
	background:#50abf1;
}
.post .socialshare .bg-googleplus,
.post .social-share .bg-googleplus {
	background:#dc472e;
}
.post .socialshare .bg-whatsapp,
.post .social-share .bg-whatsapp {
	background:#1bd741;
}
.post .socialshare .bg-envelope,
.post .social-share .bg-envelope {
	background:#7a7a7a;
}
.post .socialshare .bg-comment,
.post .social-share .bg-comment {
	background:#3e3e3e;
}

.post .post-meta .highlight {
	color:#666666;
}
.post .post-content {
	line-height:22px;
}
.post .post-content img {
	max-width:100%;
}
.post .post-content .post-image {
	margin-right:10px;
	margin-bottom:10px;
}
.post-source {
	border-top:1px solid #ddd;
	margin-top:15px;
	padding-top:10px;
	margin-bottom:50px;
}

.related-post {
	margin-bottom:15px;
}
.related-post h2 {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}
.related-post h4 {
	font-size:14px;
	line-height:22px;
}

.category {
	width:100%;
	float:left;
}
.category h1 {
	font-size:24px;
	font-weight:bold;
}
.category .rows {
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
	padding-top:15px;
}
.category .thumbnail {
	max-width:150px;
	margin-right:15px;
	
}
.category .rows h3 {
	font-size:14px;
	line-height:22px;
	margin:0px 0px 8px 0px;
}
.highlight {
	color:#999999;
}
.page {
	width:100%;
	float:left;
}
.page h1 {
	font-size:24px;
	font-weight:bold;
}

.page-search-form-group {
	width:100%;
	position: relative;
	margin-bottom:25px;
	float:left;
}
.page-search-form-group input.s-input {
	width: 100%;
	padding: 4px 10px 4px 10px;
	height: 36px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
}
.page-search-form-group input.s-input {
	width: 100%;
	padding: 4px 10px 4px 10px;
	height: 36px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
}
.page-search-form-group button {
	border-radius: 0;
	color: #fff;
	line-height: 36px;
	margin-bottom: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
	background:#fb8b63;
	border: 0px;
}


/*
 * Comments
 */
.post-comment {	
	float:left;
	width:100%;
	margin-bottom:30px;
} 
.post-comment h2 {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}
.post-comment-form {
	padding:20px;
	background:#ededed;
}
.post-comment-form .form-control, 
.post-comment-form .btn {
	border-radius:0px;
}
.post-comment-list {	
	float:left;
	width:100%;
	margin-bottom:30px;
}
.post-comment-list h2 {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}
.post-comment-list .post-comment-row {
	float:left;
	width:100%;
	margin-bottom:15px;
} 
.post-comment-list .post-comment-row .comment-avatar {
	width:64px;
	height:64px;
	float:left;
	font-size:13px;
	margin-right:20px;
}
.post-comment-list .post-comment-row .comment-content {
	float:left;
	width:85%;
}
.post-comment-list .post-comment-row .comment-user-meta {
	font-size:13px;
}

.widget {
	width:100%;
	float:left;
}
.widget-space {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.widget .heading {
	background:url("../img/boxtitlebg.png") center repeat-x;
	float:left;
	width:100%;
}
.widget .heading a, .widget .heading span {
	background:#fff;
	line-height:25px;
	float:left;
	padding:0px 10px;
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.widget img {
	max-width:100%;
}
#widget-sidebar-1 .heading, #widget-sidebar-3 .heading, #widget-sidebar-7 .heading {
	background: none;
}
#widget-sidebar-1 .heading h2, #widget-sidebar-3 .heading h2, #widget-sidebar-7 .heading h2 {
	margin: 0px;
	padding: 0px;
}
#widget-sidebar-1 .heading a, #widget-sidebar-3 .heading a, #widget-sidebar-7 .heading a {
	margin-left: 0px;
}
.widget .widget-inner {
	width:100%;
	float: left;
	overflow: hidden;
	padding: 10px 0px;
}
/*
 * Polls
 */
.poll {
	padding:15px;
	border:1px solid #ddd;
	width:100%;
	float:left;
}
.poll h2 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	line-height:24px;
	margin:0px;
}
.poll .option {float:left; width:100%; margin:0px 0px 10px 0px; padding:0px; }
.poll .optionlist {width:100%; float:left;}
.poll .bars {background:#3399cc; display:block; float:left; height:8px;}
.poll .bars.color-1 {background:#1bd741;}
.poll .bars.color-2 {background:#0ccefe;}
.poll .bars.color-3 {background:#f403be;}
.poll .bars.color-4 {background:#fed30c;}
.poll .bars.color-5 {background:#114bea;}
.poll .social-share {
	color:#999999;
	margin-top:20px;
	text-align:center;
}
.poll .social-share .social-icon {
	font-family: 'FontAwesome';
	display: inline-block;
	background:#c11b07;
	border-radius:25px;
	font-size:14px;
	line-height:1;
	width:30px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:0px;
}
.poll .social-share .social-icon:hover {
	opacity:0.5;
}
.poll .social-share .social-icon {
	margin-right:8px;
}
.poll .social-share .fa {
	font-size:14px;
	line-height:30px;
}
.poll .social-share .bg-facebook {
	background:#3a559f;
}
.poll .social-share .bg-twitter {
	background:#50abf1;
}
.poll .social-share .bg-googleplus {
	background:#dc472e;
}
.poll .social-share .bg-whatsapp {
	background:#1bd741;
}
.poll .social-share .bg-envelope {
	background:#7a7a7a;
}
.poll .social-share .bg-comment {
	background:#3e3e3e;
}
/*
 * Sidebar Carousel
 */
.sidebar-carousel {
	width:100%;
	float:left;
}
.sidebar-carousel p.caption {
	font-size:12px;
	margin-top:5px;
	text-align:center;
	max-height:48px;
	overflow:hidden;
}
.sidebar-carousel .carousel-nav {
	text-align:center;
}
.sidebar-carousel .carousel-nav i {
	cursor:pointer;
	font-size:24px;
	margin:0px 15px;
}
.sidebar-carousel .owl-nav {
	top:30px!important;
}
/*
 * Tab Sidebar
 */
.tab-panel {
	float:left;
	width:100%;
	margin-bottom:0px;
	border:2px solid #ddd;
}
.tab-panel .nav li a {
	padding:6px 15px;
}
.tab-panel .nav-tabs {
  border-bottom: 0px solid #e55b2b;
}
.tab-panel .nav-tabs > li {
  margin-bottom: 0px;
	background:#eee;
}
.tab-panel .nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 0;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.tab-panel .nav-tabs > li > a:hover {
  border-color: transparent;
}
.tab-panel .nav-tabs > li.active > a,
.tab-panel .nav-tabs > li.active > a:hover,
.tab-panel .nav-tabs > li.active > a:focus {
  color: #333333;
  cursor: default;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
	background: #ffffff;
}
.tab-pane {
	padding:15px;
}
.tab-pane ul {
	margin:0px;
	padding:0px;
}
.tab-pane ul li {
	margin:0px;
	list-style:none;
	margin-bottom:10px;
	line-height:22px;
}
.tab-pane ul > li > a {
	font-size:15px;
	color:#1f5eaa;
	font-family: 'Lato', sans-serif;
}

img.img-ease {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
img.img-ease:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


.header-advert {
	width:100%;
	float:left;
	background:#fff;
	border-bottom:1px solid #ddd;
	padding-bottom:-15px;
	position:relative;
}
.header-bottom-ad {
	width:100%;
	float:left;
	background:#fff;
	padding:10px 0px;
	position:relative;
}
.bottom-advert {
	width:100%;
	float:left;
	background:#fff;
}
.header-advert img,
.header-widget img,
.header-bottom-ad img,
.bottom-advert img {
	max-width:100%;
}
.header-advert .widget-space,
.header-bottom-ad .widget-space {
	margin-bottom:0px!important;
}
/*
 * Footer
 */

.footer {
	width:100%;
	float:left;
}
.footer-link {
	background:#eeeeee;
	padding-top:20px;
	padding-bottom:30px;
}
.footer-link h3.title {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
.footer-category-link,
.footer-page-link {
	color:#666666;
}
.footer-category-link ul,
.footer-page-link ul {
	margin:0px;
	padding:0px;
}
.footer-category-link ul li {
	display:inline;
	width:32%;
	float:left;
}
.footer-category-link ul li,
.footer-page-link ul li {
	list-style:none;
	margin-bottom:0px;
	line-height:24px;
}
.footer-category-link ul li a,
.footer-page-link ul li a {
	color:#333;
	text-decoration:none;
}
.footer-category-link ul li a:hover,
.footer-page-link ul li a:hover {
	color:#666666;
	text-decoration:none;
}
.footer-copyright {
	color:#999999;
	background:#2D2D2D;
}
.footer-copyright a {
	color:#dddddd;
	text-decoration:none;
}
.footer-copyright a:hover {
	color:#ffffff;
	text-decoration:none;
}
.allright,
.poweredby {
	padding-top:10px;
	padding-bottom:10px;
}
#scroll-up {
	position: fixed;
	z-index: 8030;
	bottom: 10px;
	right: 30px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: none;
	background-color: #333333;
}
#adLeftBeside {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	bottom:0px;
	overflow:hidden;
	z-index:-9999;
}
#adRightBeside {
	position:fixed;
	display:block;
	top:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	z-index:-9999;
}
#adLeftBeside img,
#adRightBeside img {
	max-width:100%;
}

/*
 * E-Magazine
 */ 
.emagazine {
	width:30%;
	float:left;
	text-align:center;
	margin-bottom:25px;
	margin-right:3%;
}
.emagazine .img-container {
	width:100%;
	min-height:250px;
	display:block;
	overflow:hidden;
	padding:10px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.emagazine h3 {
	width:100%;
	float:left;
	font-size:16px!important;
	font-weight:bold;
	margin-top:10px!important;
}

/*
 * E-Paper
 */ 
.epaper {
	width:30%;
	float:left;
	text-align:center;
	margin-bottom:25px;
	margin-right:3%;
	overflow:hidden;
	position:relative;
}
.epaper .img-container {
	width:100%;
	min-height:250px;
	display:block;
	overflow:hidden;
	padding:0px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	position:relative;
}
.epaper h3 {
	width:100%;
	float:left;
	font-size:16px!important;
	font-weight:bold;
	margin-top:10px!important;
	background:rgba(0,0,0,0.8);
	padding-top:15px;
	padding-bottom:15px;
	position: absolute;
  top: 40%;
  width: 100%;
	text-align: center;
}
.epaper h3 a {
	color:#fff;
}
.nav-epaper {
	width:100%;
	float:left;
	background:#0060ae;
}
.epaper-aside {
	width:15%;
	float:left;
	max-height:1300px;
	overflow:auto;
}
.epaperthumb {
	width:100%;
	float:left;
	position:relative;
	margin-bottom:15px;
	border:1px solid #999999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.epaperthumb .img-container {
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
}
.epaperthumb span {
	position: absolute;
  bottom: 0;
  width: 100%;
	text-align: center;
	background:#333;
	padding:5px;
	color:#FFFFFF;
}
.epaperthumb.active {	
	border:1px solid #E41105;
}
.epaperthumb.active span {
	background:#E41105;
}
.epaper-beside {
	width:83%;
	float:right;
	padding:10px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
/*
* Responsive Layout
*/

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.header {
		border-bottom:1px solid #ddd;
	}
  .logo img {
		max-height:90px!important;		
  }
	.ticker-news ul {
		width:85%;
	}
	ticker-news-title {
		width:15%;
		overflow:hidden;
	}
	.ticker {
		display: inline-block;
		padding-left: 10px;
		overflow: hidden;
		height: 20px;
		float:left;
	}
	.marquee {
		width:85%;
		float:left;
	}
	.marquee span {
		line-height:24px;
	}	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.header {
		border-bottom:1px solid #ddd;
	}
  .logo img {
		max-height:90px!important;		
  }
	.header-widget {
		float:none;
		text-align:center;
	}
	.ticker-news ul {
		width:70%;
	}
	ticker-news-title {
		width:30%;
		overflow:hidden;
	}
	.ticker {
		display: inline-block;
		padding-left: 10px;
		overflow: hidden;
		height: 20px;
		float:left;
	}
	.marquee {
		width:70%;
		float:left;
	}
	.marquee span {
		line-height:24px;
	}
	
	/* E-Paper */
	.epaper {
		width:47%;
	}
	/* Footer */
	.footer-link {
		background:#eeeeee;
		padding-top:10px;
		padding-bottom:10px;
	}
	.footer-link .footer-category-link {
		display:none;
	}
	.footer-link .footer-page-link,
	.footer-link .footer-page-link ul {
		text-align:center;
	}
	.footer-link .footer-page-link li {
		padding:0px 0px;
		text-align:center;
		display:inline;
		margin:0px 15px;
	}
	.footer-link .footer-page-link li a {
		text-align:center;
		float:none;
	}
	.footer-copyright,
	.footer-copyright .text-right {
		text-align:center;
	}
	.allright,
	.poweredby {
		padding-top:5px;
		padding-bottom:5px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
	.header {
		border-bottom:1px solid #ddd;
	}
  .logo img {
		max-height:90px!important;		
  }
	.header-widget {
		float:none;
		text-align:center;
	}
	.ticker-news ul {
		width:70%;
	}
	ticker-news-title {
		width:30%;
		overflow:hidden;
		font:60%!important;
	}
	.ticker {
		display: inline-block;
		padding-left: 10px;
		overflow: hidden;
		height: 20px;
		float:left;
	}
	.marquee {
		width:70%;
		float:left;
	}
	.marquee span {
		line-height:24px;
	}
	
	/* E-Paper */
	.epaper {
		width:97%;
	}
	/* Footer */
	.footer-link {
		background:#eeeeee;
		padding-top:10px;
		padding-bottom:10px;
	}
	.footer-link .footer-category-link {
		display:none;
	}
	.footer-link .footer-page-link,
	.footer-link .footer-page-link ul {
		text-align:center;
		margin:0px;
	}
	.footer-link .footer-page-link li {
		padding:0px 0px;
		text-align:center;
		display:inline;
		margin:0px 15px;
	}
	.footer-link .footer-page-link li a {
		text-align:center;
		float:none;
	}
	.footer-copyright,
	.footer-copyright .text-right {
		text-align:center;
	}
	.allright,
	.poweredby {
		padding-top:5px;
		padding-bottom:5px;
	}
}

/*
 * Mobile Search
 */
.btn-top-mobile-search {
	padding:15px;
	text-align:right;
	float:right;
	display:block;
	color:#999999;
	border-left:1px solid #eee;
}
.btn-top-mobile-search:hover {
	color:#333;
	background:#f4f4f4;
}
.top-mobile-search {
	border-top:1px solid #ddd;
	width:100%;
	float:left;
	padding:10px;	
	display:none;
	background:#fff;
}
.top-mobile-search .form-group {
	margin:0px;
}
.top-mobile-search .form-control, .top-mobile-search .btn {
	border-radius:0px;
}
.top-mobile-search .form-control:focus {
	box-shadow: none;
}
.sub-mobile-nav {
	width:100%;
	float:left;
	background:#fff;
	display:block;
	overflow:auto;
}
.sub-mobile-nav:before
.sub-mobile-nav:after {
	content:"";
}
.sub-mobile-nav .hash-menu {
	float:left;
}
.sub-mobile-nav .hash-menu ul {
	margin:0px;
	padding:0px;
	float:left;
	margin-bottom:5px;
}
.sub-mobile-nav .hash-nav li {
	position: relative;
  display: block;
	list-style:none;
	margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
}
.sub-mobile-nav .hash-menu li a {
	padding: 2px 5px 2px 5px;
	font-family:'Noto Sans', Arial;
	font-size:15px;
	font-weight:normal;
	position: relative;
  display: block;
	float:left;
	color:#333;
}
.sub-mobile-nav .hash-menu li a span {
	color:#D13610;
}
.sub-mobile-nav .hash-menu li a:hover {
	font-size:16px;
	padding:1px 4px 1px 4px;
}
.sub-mobile-nav .sub-menu ul {
	margin:0px;
	padding:0px;
	float:left;
	margin-bottom:0px;
}
.sub-mobile-nav .sub-menu li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
.sub-mobile-nav .sub-menu li a {
	padding: 0px 15px;
	font-family:'Noto Sans', Arial;
	font-size:14px;
	font-weight:bold;
	position: relative;
  display: block;
	float:left;
	color:#333333;
	border-radius:0px 0px 3px 3px;
	line-height:30px;
}
.sub-mobile-nav .sub-menu li a:hover,
.sub-mobile-nav .sub-menu li a:focus {
  color: #999999;
}
.close-btn {
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	padding:3px 10px;
	background-color:rgba(0,0,0,.5);
	color:#fff;
	font-size:12px;
	font-weight:700;
	z-index:999999;
}
.row-archive {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
}
.btn-archive {
	padding: 12px 50px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	display: inline-block;
	color: #337ab7;
}