/* CSS Document
 * News Pro Theme
 */
html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.4;
	color: #333333;
  height: 100%;
}
body.block-layout {
	background: #dddddd;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #015bb3;
	text-decoration: none;
}
.max-height-300 {
	height: 300px;
	overflow: hidden;
}
.th-container::before {
	display: table;
  content: " ";
}
.th-container::after {
	clear: both;
}
.th-container {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
  .th-container {
    width: 750px;
  }
	.site-wrapper-block .th-container,
	.site-wrapper-block .container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.th-container {
    width: 970px;
  }
	.site-wrapper-block .th-container,
	.site-wrapper-block .container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
  .th-container {
    width: 1280px;
  }
	.container {
    width: 1280px;
  }
	.site-wrapper-block .th-container,
	.site-wrapper-block .container {
		width: 100%;
	}
}
.containerx {
	padding-left: 0px;
	padding-right: 0px;
}
.bg-overlay-container {
}
.bg-overlay-container::after {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.5);
  content: '';
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.bg-overlay-container.mobilemenu-open::after {
  width: 200%;
  height: 110%;
  opacity: 1;
  transition: opacity 0.5s;
}
.site-wrapper {
	width: 100%;
	margin: 0%;
	background: #fff;
	float: left;
}
.site-wrapper-block {
	/*width: 90%;
	background: #ffffff;
	margin: 0% 4.95%;*/
}
@media (max-width: 767px) {
	.site-wrapper-block {
		width: 100%;
		background: #ffffff;
		margin: 0% 0%;
		float: left;
	}
}
.site-wrapper-block .th-container,
.site-wrapper-block .container {
	width: 100%;
}
.top-header-adv {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}
.top-header-adv img {
	max-width: 100%;
}
.header {
	width: 100%;
	float: left;
	background: #ffffff;
}
.top-bar {
	width: 100%;
	float: left;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.top-bar .top-date {
	float:left;
	padding:0px;
	margin-right: 15px;
}
.top-bar .sec-menu {
	float: left;
	padding-right:15px;
}
.top-bar .sec-menu ul {
	float:left;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	list-style: none;
}
.top-bar .sec-menu ul li {
	float:left;
	padding: 0px;
	margin: 0px 10px;
	display: inline-block;
	list-style: none;
}
.top-bar .social-menu {
	float: right;
	margin: 0px;
	padding: 0px;
}
.top-bar .social-menu > ul > li {
	list-style: none;
	display: inline;
	margin-left: 6px;
	float: left;
}
.top-bar .social-menu > ul > li span {
	margin-top: 0px;
}
.top-bar .social-menu > ul > li .social-icon {
	font-size: 20px;
}
.mid-header {
	float:left;
	width:100%;
	margin: 0px;
	padding: 10px 0px;
}
.mid-header .header-logo {
	float: left;
	margin-right: 15px;
}
.mid-header .header-logo.logo-full {
	width: 100%;
	float: left;
	text-align: center;
}
.mid-header .header-logo img {
	max-width: 100%;
}
.mid-header .header-right-ads {
	float: right;
	overflow: hidden;
}
.mid-header .header-right-ads.header-ad-full {
	width: 100%;
	float: left;
	text-align: center;
	padding: 8px 0px;
}
.mid-header .header-right-ads img {
	max-width: 100%;
}
/* Default Menu */
.main-navigation {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.main-navigation.nav-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	overflow: hidden;
}
.site-wrapper-block .main-navigation .th-container {
	padding-left: 0px;
	padding-right: 0px;
}
.main-navigation .navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}
.default-menu {
	border: 0px;
	position: relative;
}
.default-menu .navbar-collapse {
  position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.default-menu .navbar-nav {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.default-menu .navbar-nav > li > a {
  color: #444444;
}
.default-menu .navbar-nav > li > a:hover,
.default-menu .navbar-nav > li > a:focus {
  color: #ffffff;
	background: #444444;
}
.default-menu .navbar-nav > li > a.active {
	color: #ffffff;
	background: #444444;
}
.default-menu .dropdown-menu li a {
	padding: 6px 15px;
}
.default-menu .dropdown-menu li > ul {
	padding: 0px 0px;
	margin: 0px 0px;
}
.default-menu .dropdown-menu li > ul > li > a {
	padding: 6px 6px 6px 25px;
	display: block;
}
.default-menu .dropdown-menu li > ul > li > a:hover {
	color: #333333;
	background: #eeeeee;
}
.default-menu .navbar-toggle {
	background: #ddd;
	border-radius: 0px;
}
.default-menu .navbar-toggle .icon-bar {
	background-color: #333;
}
.home-icon {
	width: 40px;
	float: left!important;
	text-align: center;
}
.home-icon a {
	padding-left:0px!important;
	padding-right:0px!important;
}
.search-icon {
	width: 40px;
	float: right!important;
	text-align: center;
}
/* Mega Menu */
.mega-menu {
	width: 100%;
	float: left;
	background: #ffffff;
	border: 0px;
	position: relative;
}
.mega-menu .navbar-collapse {
  position: relative;
}
.mega-menu .nav > li > a {
  color: #333333;
  font-weight: normal;
	border: 0px;
}
.mega-menu .navbar-nav {
	width: 100%;
	border: 0px;
}
.mega-menu .navbar-nav > li > a {
  color: #333333;
	font-weight: normal;
}
.mega-menu .navbar-nav > li > a:hover,
.mega-menu .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #333333;
}
.mega-menu .navbar-nav > li > a.active {
	color: #fff;
	background:#141414;
}
.mega-menu .navbar-nav > .active > a,
.mega-menu .navbar-nav > .active > a:hover,
.mega-menu .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #333333;
}
.mega-menu .navbar-nav > .disabled > a,
.mega-menu .navbar-nav > .disabled > a:hover,
.mega-menu .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: #333333;
}
.mega-menu .navbar-collapse {
 	padding:0px;
}
.mega-menuxxxxx .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.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;
	min-height: 160px;
}
.mega-menu .nav-dropdown-mega-menu .container-fluid {
  background-color: #fff;
	min-height: 160px;
}
.mega-menu .nav-dropdown-mega-menu > .nav-category {
  width: 20%;
  border-right: 1px solid #eeeeee;
  float: left;
}
.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;
}
.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;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
.mega-menu .has-category .news-box {
	width: 25%;
}
.mega-menu .news-box a {
}
.mega-menu .news-box a p {
	float: left;
	margin: 5px 0px 0px 0px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mega-menu .news-box .nav-subcategory li a {
	color:#333333!important;
}
.mega-menu .navbar-toggle {
	background:#ddd;
	border-radius:0px;
}
.mega-menu .navbar-toggle .icon-bar {
	background-color: #333;
}
.mega-menu .dropdown-menu .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.mega-menu.theme-rounded-block img,
.mega-menu.theme-rounded-block img {
	border-radius: 10px;	
}
.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;
	position:absolute;
}
.search-form-top {
	border-bottom: 3px solid #555555;
	display: none;
	padding: 10px;
	position: absolute;
	right: 0;
	z-index: 9999;
	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:320px;
	position: relative;
}
.search-form-group input.s-input {
	width: 100%;
	padding: 3px;
	height: 30px;
	font-size:14px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px solid #EAEAEA;
}
.search-form-group button {
	border-radius: 0;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
	background: #555555;
	border: 0px;
}
/* Sub navigation */
.sub-navigation {
	width: 100%;
	float: left;
	background: #ffffff;
	border-bottom: 1px solid #ddd;
	padding: 3px 0px;
}
.sub-navigation a {
	padding: 5px 10px;
	margin: 0px 5px 0px 5px;
	font-weight: normal;
	position: relative;
  display: inline-block;
	float: left;
}
.sub-navigation a span {
	color: #d81018;
}
/* Breaking News */
.ticker-wrap {
	width: 100%;
	float: left;
	padding-top:0px;
	padding-bottom:0px;
	margin: 8px 0px;
}
.ticker-wrap .ticker-news {
	width: 100%;
	float: left;
	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-news-title {
	width: 130px;
	color: #ffffff;
	margin-right: 0;
	position: relative;
	margin: 0px 15px 0px 0px;
	vertical-align: top;
	padding: 5px 10px;
	float: left;
	background: #d81018; /* For browsers that do not support gradients */
	text-align: center;
}
.ticker-news-title:after {
	border-color: transparent transparent transparent #d81018;
	border-style: solid;
	border-width: 11px;
	content:"";
	display: block;
	height: 0;
	right: -18px;
	position:absolute;
	top: 4px;
	width: 0;
}
.ticker-news a {
	color:#666666;
}
.ticker-news a:hover {
	color:#333333;
}
.ticker-news .marquee {
	width: calc(100% - 160px);
	display: inline-block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.ticker-news .marquee a {
	display: inline-block;
	margin-right: 40px;
	padding: 0px 15px;
	overflow: hidden;
	line-height: 30px;
}
/* Main Content */
.container-fluid,
.container {
	/* background:#FFCC66;*/
}
.main-content {
	width: 100%;
	float: left;
	background: #ffffff;
	/* background:#009999; */
}
.content {
	width:100%;
	float:left;
	margin-top: 15px;
	margin-bottom: 15px;
	/* background: #00CCCC; */
}


/* Feature Area */
.feature-block {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.feature-block-left {
	width: calc(50% - 6px);
	height: 100%;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px 0px;
	position: relative;
}
.feature-block-left__inner {
	width: 100%;
	height: 418px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	background-size: contain;
}
.feature-block-left__inner::after {
  background: linear-gradient(180deg,#fff0,#000c);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.feature-block-left__inner img {
	max-width: 100%;
}
.feature-block-left__content {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 14px;
	margin: 0px;
	padding: 10px 15px;
	overflow: hidden;
	color: #ffffff;
	z-index: 999;
}
.feature-block-left__content h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-block-left__content span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
.feature-block-right {
	width: 50%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.feature-block-right__inner {
	width: calc(50% - 3px);	
	height: 206px;
	float: left;
	margin: 0px 3px 6px 0px;
	padding: 0px;
	position: relative;
}
.feature-block-right__inner:nth-child(n+2) {
	width: calc(50% - 3px);
	float: left;
	margin: 0px 0px 6px 3px;
	padding: 0px;
	position: relative;
}
.feature-block-right__inner:nth-child(n+3) {
	width: calc(50% - 3px);
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	position: relative;
}
.feature-block-right__inner:nth-child(n+4) {
	width: calc(50% - 3px);
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	position: relative;
}
.feature-block-right__inner::after {
  background: linear-gradient(180deg,#fff0,#000c);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.feature-block-right__inner img {
	max-width: 100%;
}
.feature-block-right__content {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 14px;
	margin: 0px;
	padding: 10px 15px;
	overflow: hidden;
	color: #ffffff;
	z-index: 999;
}
.feature-block-right__content h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-block-right__content span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
.feature-block-left-small {
	width: 25%;
	height: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
}
.feature-block-mid-big {
	width: calc(50% - 12px);
	height: 100%;
	float: left;
	margin: 0px 6px 0px 6px;
	padding: 0px 0px;
	position: relative;
}
.feature-block-mid-big__inner {
	width: 100%;
	height: 418px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	background-size: contain;
}
.feature-block-right-small {
	width: 25%;
	height: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
}
.feature-block-left-small__inner {
	width: 100%;	
	height: 206px;
	float: left;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	position: relative;
}
.feature-block-left-small__inner::after {
  background: linear-gradient(180deg,#fff0,#000c);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.feature-block-left-small__inner img {
	max-width: 100%;
}
.feature-block-col-threexxx {
	width: calc(33% - 6px);
	height: 100%;
	float: left;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
	position: relative;
}
.feature-block-col-three {
	width: calc(33.33% - 8px);
	height: 206px;
	float: left;
	margin: 6px 6px 6px 6px;
	padding: 0px;
	position: relative;
}
.feature-block-col-three::after {
  background: linear-gradient(180deg,#fff0,#000c);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.feature-block-col-three:nth-child(n+1) {
	margin: 6px 6px 6px 0px;
}
.feature-block-col-three:nth-child(n+2) {
	margin: 6px 6px 6px 6px;
}
.feature-block-col-three:nth-child(n+3) {
	margin: 6px 0px 6px 6px;
}
.feature-block-col-three:nth-child(n+4) {
	margin: 6px 6px 6px 0px;
}
.feature-block-col-three:nth-child(n+5) {
	margin: 6px 6px 6px 6px;
}
.feature-block-col-three:nth-child(n+6) {
	margin: 6px 0px 6px 6px;
}
.feature-block.fb-video .feature-block-left__inner .video-play__button {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.feature-block.fb-video .feature-block-left__inner .video-play__button:before {
	width: 62px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 30px;
	line-height: 54px;
}
.feature-block.fb-video .feature-block-left__inner .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.feature-block.fb-video .feature-block-right__inner .video-play__button {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.feature-block.fb-video .feature-block-right__inner .video-play__button:before {
	width: 52px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 24px;
	line-height: 44px;
}
.feature-block.fb-video .feature-block-right__inner .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.feature-block.fb-video .feature-block-left-small__inner .video-play__button {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.feature-block.fb-video .feature-block-left-small__inner .video-play__button:before {
	width: 52px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 24px;
	line-height: 44px;
}
.feature-block.fb-video .feature-block-left-small__inner .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.feature-block.fb-video .feature-block-mid-big__inner .video-play__button {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.feature-block.fb-video .feature-block-mid-big__inner .video-play__button:before {
	width: 62px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 30px;
	line-height: 54px;
}
.feature-block.fb-video .feature-block-mid-big__inner .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.feature-block.fb-video .feature-block-col-three .video-play__button {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.feature-block.fb-video .feature-block-col-three .video-play__button:before {
	width: 52px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 24px;
	line-height: 44px;
}
.feature-block.fb-video .feature-block-col-three .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.fb-youtube .feature-block-left__inner {
	height: 418px!important;	
	background: #333333;
}
.fb-youtube .feature-block-right__inner {
	height: 205!important;
	background: #333333;
}
.fb-youtube .feature-block-mid-big__inner {
	height: 418px!important;	
	background: #333333;
}
.feature-carousel {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.feature-carousel .item {
	position: relative;
}
.feature-carousel .item::after {
  background: linear-gradient(180deg,#fff0,#000c);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.feature-carousel div.caption {
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 0;
	font-size: 14px;
	margin: 0px;
	padding: 10px 5px;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
	z-index: 999;
}
.feature-carousel div.caption h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	margin: 0px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.feature-carousel div.caption span {
	font-size: 12px;
}
.feature-carousel .carousel-nav {
	text-align:center;
}
.feature-carousel .carousel-nav i {
	cursor: pointer;
	font-size: 24px;
	margin: 0px 15px;
}
.feature-carousel .owl-nav {
	top: 30px!important;
}
.feature-carousel.fb-video .item .video-play__button {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.feature-carousel.fb-video .item .video-play__button:before {
	width: 52px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 24px;
	line-height: 44px;
}
.feature-carousel.fb-video .item .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.feature-block.theme-rounded-block .feature-block-left__inner,
.feature-block.theme-rounded-block .feature-block-right__inner,
.feature-block.theme-rounded-block .feature-block-left-small__inner,
.feature-block.theme-rounded-block .feature-block-mid-big__inner,
.feature-block.theme-rounded-block .feature-block-col-three,
.feature-block.theme-rounded-block img,
.feature-carousel.theme-rounded-block img {
	border-radius: 10px;	
}
.feature-block.theme-rounded-block .feature-block-left__inner::after,
.feature-block.theme-rounded-block .feature-block-right__inner::after,
.feature-block.theme-rounded-block .feature-block-left-small__inner::after,
.feature-block.theme-rounded-block .feature-block-mid-big__inner::after,
.feature-block.theme-rounded-block .feature-block-col-three::after,
.feature-carousel.theme-rounded-block .item::after {
	border-radius: 10px;
}
/* Category Block Home Page */
.ct-block {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.ct-block .ct-block-header {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ct-block .ct-block-header h3 {	
	float: left;
	font-size: 18px;
	padding: 0px 0px;
	margin: 0px;
}
.ct-block .ct-block-header a {
	float: left;
	padding: 9px 15px 9px 0px;
}
.ct-block .ct-block-body {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.ct-block .ct-block-body .ct-block-big-post {
	width: 100%;
	float: left;
	position: relative;
}
.ct-block .ct-block-body .ct-block-big-post .ct-block-post-image {
	width: 100%;
	/* height: 190px;*/
	float: left;
	overflow: hidden;
}
.ct-block > .ct-block-body .ct-block-big-post .ct-block-post-detail {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}
.ct-block > .ct-block-body .ct-block-big-post .ct-block-post-detail h4 {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
.ct-block > .ct-block-body .ct-block-big-post .ct-block-post-detail .post-date {
	width: 100%;
	float: left;
	overflow: hidden;
	font-size: 12px;
}
.ct-block > .ct-block-body .ct-block-big-post .ct-block-post-detail .post-excerpt {
	width: 100%;
	float: left;
	margin: 5px 0px 0px 0px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ct-block > .ct-block-body .ct-block-small-post {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 10px 0px;
}
.ct-block > .ct-block-body .ct-block-small-post .ct-block-post-image {
	width: 120px;
	height: 85px;
	float: left;
	margin: 0px 10px 0px 0px;	
}
.ct-block > .ct-block-body .ct-block-small-post .ct-block-post-detail {
	width: calc(100% - 130px);
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
.ct-block > .ct-block-body .ct-block-small-post.no-thumb .ct-block-post-detail {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	/*border-bottom: 1px solid #f1f1f1;*/
}
.ct-block > .ct-block-body .ct-block-small-post .ct-block-post-detail h4 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ct-block > .ct-block-body .ct-block-small-post .ct-block-post-detail .post-date {
	width: 100%;
	float: left;
	overflow: hidden;
	font-size: 12px;
}
.ct-block.block-style-2 > .ct-block-body .ct-block-big-post {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ct-block.block-style-2 > .ct-block-body .ct-block-big-post .ct-block-post-image {
	width: calc(50% - 15px);
	/*height: 190px;*/
	float: left;
	margin: 0px 15px 0px 0px;
	overflow: hidden;
}
.ct-block.block-style-2 > .ct-block-body .ct-block-big-post .ct-block-post-detail {
	width: calc(50% - 15px);
	float: left;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}
.ct-block.block-style-2 > .ct-block-body .ct-block-small-post {
	width: calc(50% - 15px);
	float: left;
	position: relative;
	margin: 0px 15px 10px 0px;
}
.ct-block.block-style-3 > .ct-block-body .ct-block-post {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ct-block.block-style-3 > .ct-block-body .ct-block-post .ct-block-post-image {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;	
}
.ct-block.block-style-3 > .ct-block-body .ct-block-post .ct-block-post-detail {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
.ct-block.block-style-3 > .ct-block-body .ct-block-post .ct-block-post-detail h4 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ct-block.block-style-double > .ct-block-body .ct-block-big-post {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;	
}
.ct-block.block-style-double > .ct-block-body .ct-block-small-post.no-thumb .ct-block-post-detail {
	width: 100%;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #f1f1f1;
}
.ct-block.pg-block > .ct-block-body .pg-image-block {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ct-block.pg-block > .ct-block-body .pg-image-block img.pg-photo-thumb {
	max-width: 100%;
}
.ct-block.pg-block > .ct-block-body .pg-image-block .pg-image-caption {
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	padding: 5px 5px;
	background: rgba(0,0,0,0.4);
	line-height: 18px;
	width: 100%;
	text-align: center;
}
.ct-block.pg-block > .ct-block-body .pg-image-block .pg-image-caption a {
	color: #ffffff;
}
.ct-block.vg-block > .ct-block-body .vg-video-block {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ct-block.vg-block > .ct-block-body .vg-video-block .vg-video-block-image {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ct-block.vg-block > .ct-block-body .vg-video-block .vg-video-block-image img.vg-video-thumb {
	max-width: 100%;
}
.ct-block.vg-block > .ct-block-body .vg-video-block .vg-video-block-title {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.ct-block.vg-block > .ct-block-body .vg-video-block .vg-video-block-title h4 {
	font-size: 14px;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ct-block.vg-block .vg-video-block .video-play__button {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.ct-block.vg-block .vg-video-block .video-play__button:before {
	width: 52px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 24px;
	line-height: 44px;
}
.ct-block.vg-block .vg-video-block .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.ct-block.vg-block > .ct-block-body .vg-video-block .vg-video-block-big-image {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.youtube-widget-wrapper {
	position: relative;
	padding-bottom: 56.45%;
	height: 0;
}
.youtube-widget-wrapper iframe {position: absolute; top: 0;left: 0;width: 100%;height: 100%; border: 0px;}
.youtube-widget-wrapper video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.youtube-widget-wrapper i {position:absolute;top:45%;left:45%;font-size:48px;color:#ddd;text-align:center;}
.ct-block .nav-tabs > li {
  margin-bottom: 0px;
}
/* Theme No Style Block */
.ct-block.theme-nostyle-block {
	border: 0px;
}
/* Theme Bordered Block */
.ct-block.theme-bordered-block {
	padding: 15px;
	border: 1px solid #cccccc;
}
/* Theme Rounded Block */
.ct-block.theme-rounded-block {
	padding: 15px 15px;
	border: 2px solid #eeeeee;
	border-radius: 8px;
}
.ct-block.theme-rounded-block img {
	border-radius: 10px;
}
.ct-block.theme-rounded-block .pg-image-caption {
	border-radius: 0px 0px 10px 10px;
}
/* Theme Header Style 1 */
.ct-block .ct-block-header.theme-header-style-1 {
	border-bottom: 2px solid #eee;
}
.ct-block .ct-block-header.theme-header-style-1 .nav-tabs {
	border-bottom: 0px solid #eee;
}
.ct-block .ct-block-header.theme-header-style-1 .nav-tabs > li:after {
	transition: all .3s;
	will-change: transform;
	position: absolute;
	content: '';
	height: 3px;
	width: 60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	border-radius: 4px 4px 0px 0px;
	background: #dddddd;
	opacity: 0;
	transform: scale(1, 1);
}
.ct-block .ct-block-header.theme-header-style-1 .nav-tabs > li.active:after {
	opacity: 1;
	transform: scale(1, 1);
}
.ct-block .ct-block-header.theme-header-style-1 .nav-tabs > li > a {
	border-radius: 0px;
	border: 1px solid transparent;
	padding: 10px 15px;
	font-size: 16px;
}
.ct-block .ct-block-header.theme-header-style-1 .nav-tabs > li.active > a {
	
}
/* Theme Header Style 2 */
.ct-block .ct-block-header.theme-header-style-2 {
	border-bottom: 2px solid #eee;
}
.ct-block .ct-block-header.theme-header-style-2 a {
	background: #eee;
	padding-left: 15px;
}
.ct-block .ct-block-header.theme-header-style-2 .nav-tabs {
	border-bottom: 0px solid #eee;
}
.ct-block .ct-block-header.theme-header-style-2 .nav-tabs > li > a {
	border-radius: 0px;
	border: 1px solid transparent;
	padding: 10px 15px;
	font-size: 15px;
}
.ct-block .ct-block-header.theme-header-style-2 .nav-tabs > li.active > a {
	border-radius: 0px;
	border: 1px solid transparent;
}
/* Theme Header Style 3 */
.ct-block .ct-block-header.theme-header-style-3 {
	background: #eee;
	border-bottom: 0px solid #eee;
}
.ct-block .ct-block-header.theme-header-style-3 a {
	padding-left: 15px;
}
.ct-block .ct-block-header.theme-header-style-3 .nav-tabs {
	border-bottom: 0px solid #eee;
}
.ct-block .ct-block-header.theme-header-style-3 .nav-tabs > li > a {
	border-radius: 0px;
	border: 1px solid transparent;
	padding: 10px 15px;
	font-size: 15px;
}
.ct-block .ct-block-header.theme-header-style-3 .nav-tabs > li.active > a {
	border-radius: 0px;
	border: 1px solid transparent;
}
.ct-block.dark-skin {
	background: #1f2024;
	color: #eaeaea;
} 
.ct-block.dark-skin a {
	color: #ffffff;
}
.ct-block.dark-skin .ct-block-header h3, 
.ct-block.dark-skin .ct-block-header a {
	color: #ffffff;
}
.ct-block.theme-nostyle-block.dark-skin {
	padding: 15px 15px;
}
.ct-block.theme-bordered-block.dark-skin,
.ct-block.theme-rounded-block.dark-skin {
	border: 0px;
}
.ct-block.dark-skin .ct-block-header.theme-header-style-1 {
	border-bottom: 2px solid #555;
}
.ct-block.dark-skin .ct-block-header.theme-header-style-2 {
	border-bottom: 2px solid #555;
}
.ct-block.dark-skin .ct-block-header.theme-header-style-2 a {
	background: #555;
}
.ct-block.dark-skin .ct-block-header.theme-header-style-3 {
	background: #555;
}
.ct-block.theme-nostyle-block.dark-skin > .ct-block-body .ct-block-small-post.no-thumb .ct-block-post-detail {
	border-top: 1px solid #555;
}
/* Sidebar */
.tab-panel {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	border: 0px 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:#5f5f5f;
}
.tab-panel .nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 0;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	text-align:left;
}
.tab-panel .nav-tabs > li > a:hover {
  border-color: transparent;
	color:#ffffff;
	background:#d80109;
}
.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 #f6f6f6;
  border-bottom-color: transparent;
	background: #f6f6f6;
}
.tab-pane {
	padding:0px;
	/*background:#f6f6f6;*/
	width:100%;
	float:left;
}
.tab-pane ul {
	margin:0px;
	padding:0px;
}
.tab-pane ul > li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
	line-height: 18px;
}
.tab-pane ul > li img.thumbimg {
	max-width: 100px;
	margin-right: 10px;
}
.tab-pane ul > li > a {
	color:#333333;
}
.widget {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.ws-block {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.ws-block > .ws-block-header {
	width: 100%;
	float: left;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
}
.ws-block > .ws-block-header h3 {
	float: left;
	padding: 0px 0px;
	margin: 0px;
	font-size: 18px;
}
.ws-block > .ws-block-header a {
	float: left;
	padding: 9px 15px 9px 0px;
}
.ws-block > .ws-block-body {
	width: 100%;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ws-block > .ws-block-body img {
	overflow: hidden;
	max-width: 100%;
}
.ws-block > .ws-block-body .ws-list-post {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.ws-block > .ws-block-body .ws-list-post .ws-block-post-thumb {
	width: 100px;
	height: 70px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.ws-block > .ws-block-body .ws-list-post img.thumbimg {
	max-width: 100px;
	margin-right: 10px;
}
.ws-block > .ws-block-body .ws-list-post .ws-block-post-info {
	width: calc(100% - 110px);
	display: inline-block;
	float: left;
}
.ws-block > .ws-block-body ws-list-post .ws-block-post-info.no-thumb {
	width: 100%;
	float: left;
	display: inline-block;
}
.ws-block > .ws-block-body .ws-list-post a {
	color: #333333;
}
/* Theme Block Layout */
/* Theme No Style Block */
.ws-block.theme-nostyle-block {
	border: 0px;
}
/* Theme Bordered Block */
.ws-block.theme-bordered-block {
	padding: 15px;
	border: 1px solid #cccccc;
}
/* Theme Rounded Block */
.ws-block.theme-rounded-block {
	padding: 15px 15px;
	border: 2px solid #eeeeee;
	border-radius: 8px;
}
.ws-block.theme-rounded-block img {
	border-radius: 10px;
}
/* Theme Header Style 1 */
.ws-block .ws-block-header.theme-header-style-1 {
	border-bottom: 2px solid #eee;
}
.ws-block .ws-block-header.theme-header-style-1 .nav-tabs {
	border-bottom: 0px solid #eee;
}
.ws-block .ws-block-header.theme-header-style-1 .nav-tabs > li {
	margin-bottom: 0px;	
}
.ws-block .ws-block-header.theme-header-style-1 .nav-tabs > li:after {
	transition: all .3s;
	will-change: transform;
	position: absolute;
	content: '';
	height: 3px;
	width: 60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	border-radius: 4px 4px 0px 0px;
	background: #333333;
	opacity: 0;
	transform: scale(1, 1);
}
.ws-block .ws-block-header.theme-header-style-1 .nav-tabs > li.active:after {
	opacity: 1;
	transform: scale(1, 1);
}
.ws-block .ws-block-header.theme-header-style-1 .nav-tabs > li > a {
	border-radius: 0px;
	border: 1px solid transparent;
	padding: 10px 15px;
	font-size: 16px;
}
.ws-block .ws-block-header.theme-header-style-1 .nav-tabs > li.active > a {	
}
/* Theme Header Style 2 */
.ws-block .ws-block-header.theme-header-style-2 {
	border-bottom: 2px solid #eee;
}
.ws-block .ws-block-header.theme-header-style-2 a {
	background: #eee;
	padding-left: 15px;
}
.ws-block .ws-block-header.theme-header-style-2 .nav-tabs {
	border-bottom: 0px solid #eee;
}
.ws-block .ws-block-header.theme-header-style-2 .nav-tabs > li > a {
	border-radius: 0px;
	border: 1px solid transparent;
	padding: 10px 15px;
	font-size: 15px;
}
.ws-block .ws-block-header.theme-header-style-2 .nav-tabs > li.active > a {
	border-radius: 0px;
	border: 1px solid transparent;
}
/* Theme Header Style 3 */
.ws-block .ws-block-header.theme-header-style-3 {
	background: #eee;
	border-bottom: 0px solid #eee;
}
.ws-block .ws-block-header.theme-header-style-3 a {
	padding-left: 15px;
}
.ws-block .ws-block-header.theme-header-style-3 .nav-tabs {
	border-bottom: 0px solid #eee;
}
.ws-block .ws-block-header.theme-header-style-3 .nav-tabs li {
	background: #eee;
}
.ws-block .ws-block-header.theme-header-style-3 .nav-tabs > li > a {
	float: none;
	border-radius: 0px;
	border: 1px solid transparent;
	font-size: 15px;
}
.ws-block .ws-block-header.theme-header-style-3 .nav-tabs > li.active > a {
	border-radius: 0px;
	border: 1px solid transparent;
}
/* Sidebar Dark Skin */
.ws-block.dark-skin {
	background: #1f2024;
	color: #eaeaea;
} 
.ws-block.dark-skin a {
	color: #ffffff;
}
.ws-block.theme-nostyle-block.dark-skin {
	padding: 15px 15px;
}
.ws-block.theme-bordered-block.dark-skin,
.ws-block.theme-rounded-block.dark-skin {
	border: 0px;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-1 {
	border-bottom: 2px solid #555;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-1 .nav-tabs > li:after {
	background: #555;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-1 .nav-tabs > li a:hover {
	background: none;
	color: #cccccc;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-1 .nav-tabs > li.active a {
	background: none;
	color: #ffffff;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-1 .nav-tabs > li.active:after {
	background: #555;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-2 {
	border-bottom: 2px solid #555;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-2 a {
	background: #555;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-2 .nav-tabs > li.active a {
	background: #777;
	color: #ffffff;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-3 {
	background: #555;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-3 .nav-tabs > li {
	background: #555;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-3 .nav-tabs > li > a {
	color: #ffffff;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-3 .nav-tabs > li > a:hover {
	background: #666666;
	color: #ffffff;
}
.ws-block.dark-skin .ws-block-header.theme-header-style-3 .nav-tabs > li.active a {
	background: #d8d8d8;
	color: #555;
}
.ws-block.dark-skin > .ws-block-body .ws-list-post a {
	color: #ffffff;
}
/* Sidebar Carousel */
.sidebar-carousel {
	width: 100%;
	float: left;
}
.sidebar-carousel .item {
	position: relative;
}
.sidebar-carousel div.caption {
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 0;
	font-size: 14px;
	margin: 0px;
	padding: 10px 5px;
	text-align: center;
	max-height: 54px;
	overflow: hidden;
	color: #ffffff;
	background: rgba(0,0,0,0.4);
	z-index: 999;
}
.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;
}
.theme-rounded-block .sidebar-carousel div.caption {
	border-radius: 0px 0px 10px 10px;
}
/* Category */
.category {
	margin-top: 15px;
	margin-bottom: 15px;
}
.topic-heading {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.topic-heading h1 {
	font-size: 36px;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
}
.post-rows {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.post-rows .post-thumb {
	width: 235px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
.post-rows .post-thumb img {
	max-width: 100%;
}
.post-rows.theme-rounded-block .post-thumb img {
	border-radius: 10px;
}
.post-rows .post-detail {
	width: calc(100% - 250px);
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.post-rows .post-detail h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 26px;
}
.post-rows .post-detail .post-dates {
	font-size: 12px;
}
.article {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.article .article-title {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.article .article-title h1 {
	font-size: 36px;
	line-height: 48px;
	padding: 0px;
	margin: 0px;
}
.article .article-meta {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 13px;
}
.article .article-share {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
}
.article .article-share .social-icon {
	width: 54px;
	height: 36px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: center;
	border-radius: 4px;
}
.article .article-share .social-icon .fa {
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
}
.article .article-share .social-icon img {
	padding-top: 5px;
}
.article .article-share-sticky {
	width: 54px;
	position:absolute;
	left: -55px;
}
.article .article-sticky {
	width: 54px;
	position: fixed;	
	top: 100px;
	z-index: 9999;
}
.article .article-sticky .social-icon {
	width: 54px;
	height: 54px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.article .article-sticky .social-icon .fa {
	font-size: 24px;
	line-height: 54px;
	color: #ffffff;
}
.article .article-sticky .social-icon img {
	margin-top: 12px;
}
.article .article-sticky .social-icon img,
.article .article-share .social-icon img {
	height: 30px;
}
.article .article-content {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 24px;
}
.article .article-source {
	font-size: 12px;
}
.article .article-source {
	font-size: 12px;
}
.related-post {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.rn-block {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.comments {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.comment-form {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.comment-form .form-control, 
.comment-form .btn {
	border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comment-form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comment-form .input-group-addon {
	border-radius: 0px;
}
.comment-form .btn {
	display: block;
	width: 100%;
	line-height: 36px;
}
.comment-message {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.comments-list {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.comments-list .comment-row {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.comments-list .comment-row .comment-avatar {
	width: 64px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
.comments-list .comment-row .comment-content {
	width: calc(100% - 100px);
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.page-search-form {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.page-search-form-group {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	margin-top: 0px;
	float: left;
}
.page-search-form-group input.s-input {
	width: 100%;
	padding: 4px 10px 4px 10px;
	height: 48px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #cccccc;
}
.page-search-form-group button {
	border-radius: 0;
	color: #fff;
	line-height: 48px;
	margin-bottom: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
	background: #666666;
	border: 0px;
}
.page {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.page .page-title {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.page .page-title h1 {
	font-size: 36px;
	line-height: 48px;
	padding: 0px;
	margin: 0px;
}
.page .page-content {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* Photo Gallery */
.photo-wrapper {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.photo-panel {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.photo-panel-header {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.photo-panel-header h3 {
	padding: 9px 15px 9px 0px;
	margin: 0px;
	display: inline-block;
	font-size: 18px;
}
.photo-panel-header .more-button {	
	margin-top:8px;
}
.photo-panel-body {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.photo-panel-item-block {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.photo-panel-item-block .video {
	position: relative;
}
.photo-panel-item-block .video .video-play__button {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255,255,255,0.3);
	z-index: 99999;
	text-align: center;
	transition: all 0.5s;
}
.photo-panel-item-block .video .video-play__button:before {
	width: 52px;
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content: "\f04b";
	z-index: 999991;
	font-size: 24px;
	line-height: 44px;
}
.photo-panel-item-block .video .video-play__button:hover {
	background: rgba(255,255,255,0.2);
}
.photo-panel-image-caption {
	width: 100%;
	min-height: 48px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.photo-panel-image-caption a {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.photo-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -8px 0 6em -8px;
}	
.photo-grid > a {
	padding: 8px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 33.33%;
	-ms-flex: 1 0 33.33%;
	flex: 1 0 33.33%;
}
.photo-grid > a img {
	width: 100%;
	max-height: auto;
}
.photo-panel.theme-nostyle-block {
	border: 0px;
}
.photo-panel .photo-panel-header.theme-header-style-1 {
	border-bottom: 2px solid #eee;
}
.photo-panel .photo-panel-header.theme-header-style-2 {
	border-bottom: 2px solid #eee;
}
.photo-panel .photo-panel-header.theme-header-style-2 h3 {
	padding-left: 15px;
	padding-right: 15px;
	background: #eee;
}
.photo-panel .photo-panel-header.theme-header-style-3 {
	padding-left: 15px;
	padding-right: 15px;
	background: #eee;
	border-bottom: 0px solid #eee;
}
.photo-panel.theme-bordered-block {
	padding: 15px;
	border: 1px solid #cccccc;
}
.photo-panel.theme-rounded-block {
	padding: 15px 15px;
	border: 2px solid #eeeeee;
	border-radius: 8px;
}
.block-wrapper.theme-rounded-block img,
.photo-wrapper.theme-rounded-block img,
.photo-panel.theme-rounded-block img {
	border-radius: 10px;
}
.block-wrapper {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
/* E-Magazine */ 
.emagazine {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px 0px 25px 0px;
}
.emagazine .img-container {
	width: 100%;
	min-height: 200px;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px 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: 100%;
	float: left;
	text-align: center;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	position: relative;
}
.epaper .img-container {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	position: relative;
	color: #fff;
	background: #ddd;
}
.epaper h3 {
	width: 100%;
	float: left;
	font-size: 16px!important;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px;
	position: absolute;
  bottom: 0;
  width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.8);
	color:#ffffff!important;
}
.theme-rounded-block .epaper h3 {
	border-radius: 0px 0px 10px 10px;
}
.epaper > h3 > a {
	color:#ffffff!important;
}
/* YouTube/Video full widh iframe */
.youtube-widget-wrapper {position: relative;padding-bottom: 56.45%;height: 0;}
.youtube-widget-wrapper iframe {position: absolute; top: 0;left: 0;width: 100%;height: 100%; border: 0px;}
.youtube-widget-wrapper video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.youtube-widget-wrapper i {position:absolute;top:45%;left:45%;font-size:48px;color:#ddd;text-align:center;}
/* Footer */
.footer {
	width: 100%;
	float: left;
	background: #404040;
}
.footer-ads {
	width: 100%;
	float: left;
	text-align: center;
	padding: 8px 0px;
}
.footer-ads img {
	max-width: 100%;
}
.footer-category {
	width: 100%;
	float: left;
	background: #404040;
	padding: 8px 0px;
}
.footer-category ul {
	padding:0px;
	margin:0px;
	display: inline-block;
	text-align: center;
}
.footer-category ul li {
	display: inline-block;
	list-style:none;
}
.footer-category ul li a {
	padding: 6px 12px;
	line-height: 24px;
	color: #eeeeee;
}
.footer-category ul li a:hover {
	color: #ffffff;
}
.footer-category ul li:after {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  color: #777777;
  content: "|";
}
.footer-category ul li:last-child:after {
  content: "";
}
.footer-page {
	width: 100%;
	float: left;
	background: #404040;
	padding: 8px 0px;
	text-align: center;
}
.footer-page ul {
	padding: 0px;
	margin: 0px;
	text-align:center;
}
.footer-page ul li {
	display: inline-block;
	list-style:none;
}
.footer-page ul li a {
	padding: 6px 12px;
	line-height: 24px;
	color: #eeeeee;
}
.footer-page ul li a:hover {
	color: #ffffff;
}
.footer-page ul li:after {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  color: #777777;
  content: "|";
}
.footer-page ul li:last-child:after {
  content: "";
}
.footer-copyright {
	width: 100%;
	float: left;
	padding: 8px 0px;
	color: #eeeeee;
	background: #222222;
	font-size: 13px;
	line-height: 24px;
}
.footer-copyright .poweredby {
	text-align: right;
}
.footer-copyright a {
	color: #eeeeee;
}
.footer-copyright a:hover {
	color: #ffffff;
}
/* Scroll */
#scroll-up {
	position: fixed;
	z-index: 8030;
	bottom: 10px;
	right: 30px;
	width: 46px;
	height: 46px;
	border-radius: 5px;
	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;
}
/* Social Icons */
.social-icon {
	font-family: 'FontAwesome';
	display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height:1;
}
.facebook:before,
.facebook a {
	content: "\f082";
	color: #4080FF;
}
.twitter:before,
.twitter a {
	content: "\f081";
	color: #40bff5;
}
.googleplus:before,
.googleplus a {
	content: "\f0d4";
	color: #dc472e;
}
.youtube:before,
.youtube a {
	content: "\f166";
	color: #ef4e41;
}
.linkedin:before,
.linkedin a {
	content: "\f08c";
	color: #0162a6;
}
.instagram:before,
.instagram a {
	content: "\f16d";
	color: #c13584;
}
.pintrest:before,
.pintrest a {
	content: "\f0d3";
	color: #cd002b;
}
.whatsapp:before,
.whatsapp a {
	content: "\f232";
	color: #3daa02;
}
.kooapp:before,
.kooapp a {
	content: "\f232";
	color: #f6ae02;
}
.telegram:before,
.telegram a {
	content: "\f2c6";
	color: #f6ae02;
}
.rss:before,
.rss a {
	content: "\f09e";
	color: #707070;
}
.bg-facebook {
	background:#3a559f;
}
.bg-twitter {
	background:#50abf1;
}
.bg-googleplus {
	background:#dc472e;
}
.bg-kooapp {
	background:#fbcd00;
}
.bg-whatsapp {
	background:#1bd741;
}
.bg-telegram {
	background:#2298d5;
}
.bg-envelope {
	background:#7a7a7a;
}
.bg-comment {
	background:#3e3e3e;
}
/* Pagination */
.paginate {
	width: 100%;
	float: left;
	margin: 30px 0px!important;
}
ul.pager {
}
ul.pager li {
	margin-right: 5px;
}
.row-archive {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
}
.btn-archive {
	padding: 12px 50px;
	border: 1px solid #ddd;
	border-radius: 50px;
	font-size: 16px;
	display: inline-block;
}
/* Mobile Header */
.mobile-header {
	width: 100%;
	float: left;	
	margin-bottom: 16px;
	background: #ffffff;
}
.mobile-header .logo-header {
	width: 100%;
	height: 66px;
	float: left;
	padding: 7px 0px;
	background: #ffffff;
	border-bottom: 1px solid #ddd;
}
.mobile-header .sr-bars {
	width: 20%;
	float: left;
	padding: 0px 15px;
}
.mobile-header .sr-bars i {
	font-size: 24px;
	color: #333333;
	padding: 12px 5px;
}
.mobile-header .mobile-logo {
	width: 60%;
	float: left;
	text-align: center;
}
.mobile-header .mobile-logo a {
	display: inline-block;
	text-align: center;
}
.mobile-header .mobile-logo img {
	height: 56px;
}
.mobile-header .sr-icon {
	width: 20%;
	float: right;
	padding: 0px 15px;
	text-align: right;
}
.mobile-header .sr-icon i {
	font-size: 24px;
	color: #333333;
	padding: 12px 8px;
}
.mobile-header .scroll-nav {
	width: 100%;
	float: left;
	background: #fff;
	overflow: hidden;
}
.mobile-header .scroll-nav .scrolling-menu {
	overflow: auto;
  white-space: nowrap;
}
.mobile-header .scroll-nav .scrolling-menu a {
  display: inline-block;
  padding: 5px 5px 10px 10px;
	margin: 0px 10px 0px 5px;
	color: #333;
}
.mobile-header .header-right-ads {
	width: 100%;
	float: left;
	margin: 5px 0px;
	overflow: hidden;
}
.mobile-header .header-bottom-ads {
	width: 100%;
	float: left;
	margin: 5px 0px;
	overflow: hidden;
}
.mobile-header .header-right-ads img,
.mobile-header .header-bottom-ads img {
	max-width: 100%;
}
.mobile-nav {
	visibility: hidden;
	transform: translateX(-100%);
	border-radius: 0; 
	display: block;
	position: fixed;
	top: 0; 
	left:0;
	height: 100%;
	z-index: 1200;
	width: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	background: #fff;
}
.mobile-nav.show {
	visibility: visible;
  transform: translateX(0);
}
.bg-theme {
	background: #ffffff;
}
.mobile-nav .mobile-nav-header {
	width: 100%;
	float: left;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}
.mobile-nav .mobile-nav-header .mobile-nav-header-home {
	line-height: 24px;
	float: left;
}
.mobile-nav .mobile-nav-header .mobile-nav-header-home i {
	font-size: 14px;
	margin-right: 10px;
}
.mobile-nav .mobile-nav-body {
	width: 100%;
	float: left;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}
.mobile-nav .mobile-nav-header a,
.mobile-nav .mobile-nav-body a {
	color: #333333;
}
.mobile-nav .mobile-nav-body ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mobile-nav .mobile-nav-body ul > li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}
.mobile-nav .mobile-nav-body ul > li > a {
	list-style: none;
	display: block;
	padding: 6px 0px;
	margin: 0px;
}
.mobile-nav .mobile-nav-body ul > li > ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
.header-mobile-search {
	visibility: hidden;
	transform: translateX(100%);
	display: block;
	position: fixed;
	top: 0; 
	left:0;
	height: 100%;
	z-index: 1200;
	width: 100%;
	transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	background: rgba(255,255,255,0.95);
}
.header-mobile-search.show {
	visibility: visible;
  transform: translateX(0);
}
.header-mobile-search-header {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
}
.header-mobile-search-body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 15px;
}
.header-mobile-search-body form {
	position: relative;
}
.header-mobile-search-body input {
	width: 100%;
	height: 50px;
  line-height: 1;
  padding-left: 20px;
  padding-right: 50px;
	background: #ffffff !important;
	border: 1px solid #c5c4c4;
	border-radius: 35px;
}
.btn-mobile-search {
	position: absolute;
	top: 15px;
	right: 10px;
	outline: none;
	background: none;
	border: none;
}
.btn-mobile-search i {
	font-size: 18px;
}
.mobile-header .ticker-wrap {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
}
.mobile-header .ticker-wrap .ticker-news {
	width: 100%;
	float: left;
	padding: 8px 15px;
	margin: 0px;
}
.mobile-header .ticker-wrap .ticker-news .ticker-news-title {
	width: 20%;
	float: left;
	padding: 3px 8px;
	margin-right: 0px;
	background: #FF0000;
	overflow: hidden;
	color: #ffffff;
}
.mobile-header .ticker-wrap .ticker-news .ticker-news-title::after {
	right: -15px;
	display: none;
}
.mobile-header .ticker-wrap .ticker-news .marquee {
	width: 78%;
	float: left;
	padding: 0px 0px;
	overflow: hidden;
}
.mobile-header .ticker-wrap .ticker-news .marquee a {
	color: #333;
}
.widget-space {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.margin-top-15 {
	margin-top: 15px;
}
.img-adv img {
	max-width: 100%!important;
}