/* 
 * 
 * 
 * CSS Document
 */
html,
body {
	margin:0px;
	padding:0px;
	height: 100%;
	position: relative;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Mangal', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.4;
	color: #333333;
  height: 100%;
	background:#ddd;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a {
	color:#044e97;
}

/*
 * Bootstrap container over ride
 */
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
	background:#ffffff;
}
.main-content {
	background:#fff;
	width:100%;
	float:left;
}
.main-content.margin-content {
	margin-top:44px;
}
.top-bar {
	width:100%;
	float:left;
	line-height:30px;
	border-bottom:1px solid #ddd;
}
.top-bar .top-date {
	float:left;
	padding-left:15px;
}
.top-bar .social-menu {
	float:right;
	padding-right:15px;
}
.nav-top {
	background:#141414;
	float:left;
	width:100%;
}
.nav-top-inner {
	position:relative;
}
.nav-top .navbar {
	min-height: 10px!important;
	margin-bottom:0px;
	border:0px;
}
.nav-top .nav > li > a {
  color: #ffffff;
  font-weight: normal;
	border:0px;
}
.nav-top .navbar-nav {
	border:0px;
	width:100%;
	background-color:#141414;
}
.nav-top .navbar-nav > li > a {
  color: #fff;
	font-size:15px;
	font-weight:normal;
}
.nav-top .navbar-nav > li > a:hover,
.nav-top .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #333;
}
.nav-top .navbar-nav > li > a.active {
}
.nav-top .navbar-nav > .active > a,
.nav-top .navbar-nav > .active > a:hover,
.nav-top .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #d80109;
}
.nav-top .navbar-nav > .disabled > a,
.nav-top .navbar-nav > .disabled > a:hover,
.nav-top .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: #333;
}
.nav-top .navbar-collapse {
 	padding:0px;
}
.nav-top .navbar-nav > li > a {
  padding: 12px 8px!important;
	border-right:1px solid #333;
}
.nav-top.nav-fixed {
	position: fixed;
	top:0;
	width:100%;
	z-index:9999;
}
/*
 * Default Menu
 */
.default-menu {
	background: #141414;
	border:0px;
	position:relative;
}
.default-menu .navbar-collapse {
  position: relative;
}
.default-menu .nav > li > a {
  color: #333333;
  font-weight: bold;
	padding: 6px 8px;
	border:0px;
}
.default-menu .navbar-nav {
	border:0px;
	width:100%;
	margin:0px;
}
.default-menu .navbar-nav > li > a {
  color: #fff;
	font-size:15px;
	font-weight:normal;
	border-right:0px solid #333;
}
.default-menu .navbar-nav > li > a:hover,
.default-menu .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #333333;
}
.default-menu .navbar-nav > li > a.active {
	background:#141414;
}
.default-menu .navbar-toggle {
	background:#ddd;
	border-radius:0px;
}
.default-menu .navbar-toggle .icon-bar {
	background-color: #333;
}
/*
 * Mega Menu
 */
.mega-menu {
	background: #141414;
	border:0px;
	position:relative;
}
.mega-menu .navbar-collapse {
  position: relative;
}
.mega-menu .nav > li > a {
  color: #333333;
  font-weight: normal;
	padding: 12px 8px;
	border:0px;
}
.mega-menu .navbar-nav {
	border:0px;
	width:100%;
}
.mega-menu .navbar-nav > li > a {
  color: #fff;
	font-size:15px;
	font-weight:normal;
	border-right:1px solid #333;
}
.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 {
	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-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;
}
.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;
	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;
}
.mega-menu .navbar-toggle {
	background:#ddd;
	border-radius:0px;
}
.mega-menu .navbar-toggle .icon-bar {
	background-color: #333;
}

/*
 * 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;
	position:absolute;
}
.search-form-top {
	border-bottom:3px solid #d80109;
	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:#d80109;
	border: 0px;
}
.main-header {
	margin-top:44px;
}
.mid-header {
	float:left;
	width:100%;
	margin-bottom:0px;
	background:#fff;
	border-bottom:1px solid #ddd;
}
.mid-header .header-logo {
	float:left;
	text-align:center;
	margin-right: 15px;
}
.mid-header .header-logo.logo-full {
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.mid-header .header-right-adv {
	float: right;
}
.mid-header .header-right-adv .widget-space {
	margin: 0px;
}
.mid-header .header-right-adv.widget-full {
	width: 100%;
	float: left;
	text-align: center;
}
.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:#d81018;
}
.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-size:14px;
	font-weight:normal;
	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: #d81018;
}
.sub-navigation .social-menu ul {
	margin:0px 5px;
	padding:0px;
	float:left;
	margin-bottom:5px;
}
.sub-navigation .social-menu li {
	position: relative;
  display: block;
	list-style:none;
	margin:0px 3px;
	float:left;
}
/* 
 * Breaking News 
 */
.ticker-wrap {
	background:#fff;
	float:left;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	border:1px solid #dadada;
}
.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:8px 10px;
	float:left;
	background: #d81018; /* For browsers that do not support gradients */
}
.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:7px;
	width:0;
}
.ticker-news ul {
	list-style:none;
	float:left;
	margin:0px;
	margin-top:8px;
	margin-left:15px;
	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 {
	display: inline-block;
	margin-right:40px;
	padding: 8px 5px;
	overflow: hidden;
}


.content {
	width:100%;
	float:left;
	background:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.inner-content {
	width:100%;
	float:left;
}
/*
 * Featured Block
 */
.fn-grid {
	width:100%;
	float:left;
	padding:0px;
	margin-bottom:15px;
}
.fn-item-box {
}
.fn-left-block {
	float: left;
  position: relative;
  width: 49%;
	margin-right:1%;
  overflow:hidden;
}
.fn-left-block::after {
  background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
  bottom: 0;
  content: "";
  height: 166px;
  left: 0;
  position: absolute;
  width: 100%;
}
.fn-left-news {
  float: left;
  max-height: 320px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fn-left-news img {
  transition: all 0.5s ease 0s;
  width: 100%;
	text-align:center;
}
.fn-left-text {
  bottom: 0;
  left: 0;
  padding:20px;
  position: absolute;
  z-index: 1;
}
.fn-left-text a {
  color: #fff;
}
.fn-left-text a h2 {
  font-size:24px;
	line-height:30px;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
  margin-bottom: 0;
}
.fn-left-text span {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.fn-right-block {
	float: left;
  width: 50%;
}
.fn-right-news {
	width:48%;
	height:150px;
	float:left;
	margin-right:2%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.fn-right-news:nth-child {
  margin-right: 0px;
}
.fn-right-news::after {
  background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
  bottom: 0;
  content: "";
  height: 83px;
  left: 0;
  position: absolute;
  width: 100%;
}
.fn-right-news img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.fn-right-text {
  bottom: 0;
  left: 0;
  padding:5px;
  position: absolute;
  z-index: 1;
}
.fn-right-text a {
  color: #fff;
}
.fn-right-text a h2 {	
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
	margin-bottom:0px;
}
.fn-right-text > span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 5px 0px;
}
.fn-grid img:hover {
	transform: scale(1.1) rotate(-3deg);
}
/*
 * Category Block Home Page
 */
.category-block {
	margin-bottom:15px;
	width:100%;
	float:left;
}
.category-block .heading {
	position:relative;
	border-bottom:2px solid #e2e2e2;
	padding-top:2px;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.category-block .heading .line-box{
	display:inline-block;
	margin-bottom:-2px;
	padding-right:5px;
}
.category-block .heading h2 {	
	display:inline-block;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	color:#1d1d1d;
	border-bottom:2px solid #d80109;
	padding-bottom:5px;
}
.category-block .heading a, .widget .heading span {
	font-weight:normal;
	color:#333;
}
.category-block .block-article .first {
	padding:0;
	display:block;
	clear:both;
	width:100%;
	float:left;
	margin-bottom:5px;
}
.category-block .block-article .first h4 {
	font-weight:bold;
	line-height:22px;
	font-size:16px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.category-block .block-article .first h4 a {
	color:#444444;
}
.category-block .block-article .first p {
	font-size:14px;
	line-height:22px;
	margin-top:0px;
}
.category-block ul.list {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	padding-left:15px;
	color:#d80109;
}
.category-block ul.list > li {
	padding:0px;
	margin-bottom:8px;
}
.category-block ul.list > li > a {
	font-size:15px;
	line-height:18px;
	color:#444444;
}
.category-block ul.list > li > a:hover {
	color:#666666;
}
.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 > .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:48%;
}
.category-block > .block-article.big-block > ul.list > li:nth-child(even) {
	float:right;
}
.category-block .tab-block {
	border: 1px solid #ddd;
	float:left;
	width:100%;
}
.category-block .tab-block .tabs-left {
  border-bottom: none;
  padding-top: 0px;
	float:left;
	width:25%;
	height:100%;
	background:#f4f4f4;
	min-height:310px;
}
.category-block .tab-block .tabs-left > li {
  float: none;
  margin-bottom: 0px;
	border-bottom:1px solid #ddd;
	margin-right: -1px;
}
.category-block .tab-block .tabs-left > li > a {
	color:#333;
	font-size:15px;  
}
.category-block .tab-block .tabs-left > li:hover {
	border-bottom: 1px solid transparent;
}
.category-block .tab-block .tabs-left > li.active > a,
.category-block .tab-block .tabs-left > li.active > a:hover,
.category-block .tab-block .tabs-left > li.active > a:focus {
  border:1px solid transparent;
}
.category-block .tab-block .tabs-left > li > a {
  border-radius: 0px;
  margin-right: 0;
  display:block;
}
.category-block .tab-block .tab-content {
	border-left:1px solid #ddd;
	float:left;
	width:75%;
	background:none;
	min-height:300px;
}
.category-block .tab-block .tab-pane {
	padding:10px 15px;
	background: none;
	width:100%;
	float:left;
}
.category-block .tab-block .tab-pane {

}
.category-block .tab-block .tab-pane .block-article .first {
	padding:0;
	display:block;
	clear:both;
	width:100%;
	float:left;
	margin-bottom:5px;
}
.category-block .tab-block .tab-pane .block-article .first h4 {
	font-weight:bold;
	line-height:22px;
	font-size:16px;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.category-block .tab-block .tab-pane .block-article .first h4 a {
	color:#444444;
}
.category-block .tab-block .tab-pane .block-article .first h4 a:hover {
	color:#666666;
}
.category-block .tab-block .tab-pane .block-article > .first > .img-container { 
	width:120px;
	height:90px;
	float:left;
	display:block;
	overflow:hidden;
	margin:5px 15px 5px 0;
}
.category-block .tab-block .tab-pane .first p {
	font-size:14px;
	line-height:22px;
	margin-top:0px;
}
.category-block .tab-block .tab-pane ul {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	padding-left:15px;
	color:#d80109;
}
.category-block .tab-block .tab-pane ul > li {
	padding:0px;
	margin-bottom:8px;
	border:none;
	list-style:disc;
}
.category-block .tab-block .tab-pane ul > li > a {
	color:#333333;
}
.category-block .tab-block .tab-pane ul > li > a:hover {
	color:#666666;
}
/* 
 * Home Photo Block
 */
.ph-block {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.ph-block .heading {
	position:relative;
	border-bottom:2px solid #e2e2e2;
	padding-top:2px;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.ph-block .heading .line-box{
	display:inline-block;
	margin-bottom:-2px;
	padding-right:5px;
}
.ph-block .heading h2 {	
	display:inline-block;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	color:#1d1d1d;
	border-bottom:2px solid #d80109;
	padding-bottom:5px;
}
.ph-block .heading a, .ph-block .heading span {
	font-weight:normal;
	color:#333;
}
.ph-block .ph-container {
	width:100%;
	float:left;
}
.ph-block .ph-container .ph-left {
	width:65%;
	float:left;
}
.ph-block .ph-container .ph-right {
	width:31.3%;
	float:left;
	margin-left:19px;
}
.ph-block .ph-container .ph-right:last-child {
	margin-top:10px;
}
.ph-block .ph-container .ph-left i,
.ph-block .ph-container .ph-right i {
	position:absolute;
	top:0px;
	right:0;
	padding:10px;
	display:block;
	font-size:20px;
	line-height:24px;
	color:#fff;
}
.ph-block .image-block {
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
}
.ph-block .photo-thumb {
	width:100%;
	height:100%;
}
.ph-block .image-caption {
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	bottom:0;
	content:"";
	display:block;
	height:60%;
	left:0;
	position:absolute;
	width:100%;
	z-index:0;
}
.ph-block .ph-left .image-caption span {
	position:absolute;
	bottom:0px;
	padding:10px;
	display:block;
	font-size:26px;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
}
.ph-block .image-caption span {
	position:absolute;
	bottom:0px;
	padding:10px;
	display:block;
	font-size:14px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
}
.ph-block .image-caption span a {
	color:#fff;
}
/* 
 * Home Video Block
 */
.vd-block {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.vd-block .heading {
	position:relative;
	border-bottom:2px solid #e2e2e2;
	padding-top:2px;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.vd-block .heading .line-box{
	display:inline-block;
	margin-bottom:-2px;
	padding-right:5px;
}
.vd-block .heading h2 {	
	display:inline-block;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	color:#1d1d1d;
	border-bottom:2px solid #d80109;
	padding-bottom:5px;
}
.vd-block .heading a, .vd-block .heading span {
	font-weight:normal;
	color:#333;
}
.vd-block .vd-container {
	width:100%;
	float:left;
}
.vd-block .vd-container .vd-thumb {
	max-width:100%;
}
.vd-block .vd-container li {
	float: left;
	width: 200px;
}
.vd-block .vd-container li {
}
.vd-block .vd-container i.play-icon{
	background: url('../img/play.png') no-repeat ;
	position: absolute;
	top: 40px;
	right: 80px;
	padding: 10px;
	display: block;
	font-size: 34px;
	line-height: 24px;
	color: #fff;
	z-index: 2;
	height: 40px;
	width: 40px;
}
.vd-block .vd-container .video-caption {
	color: #333131;
	background: transparent;
	position: relative;
	top: 0;
	width: 200px;
	line-height: 19px;
	display: block;
	display: -webkit-box;
	height:58px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 0;
}
.vd-block .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:-35px;
	margin-top: -16px;
	outline: 0;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	background: url('../img/controls-new.png') no-repeat 0px;
}
.vd-block .bx-wrapper .bx-next {
	width: 30px;
	background-position: -28px 3px!important;
	right: 0px;
}
.vd-block .bx-wrapper .bx-prev {
	width: 30px;
	background-position: 3px 3px!important;
	right: 28px;
}
.vd-block .bx-wrapper {
	position: relative;
}
.vd-block .bx-viewport {
	overflow: hidden;
	position: relative;
	height: 191px;
}
/*
 * Category Page
 */
.category {
	width:100%;
	float:left;
}
.category .page-heading {
	position:relative;
	border-bottom:2px solid #e2e2e2;
	padding-top:2px;
}
.category .page-heading .line-box{
	display:inline-block;
	margin-bottom:-2px;
	padding-right:5px;
}
.category h1 {
	display:inline-block;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
	color:#1d1d1d;
	border-bottom:2px solid #d80109;
	padding-bottom:5px;
}
.category .rows {
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
}
.category .thumbimg {
	max-width:180px;
	margin-right:15px;	
}
.category .rows h3 {
	font-size:18px;
	line-height:22px;
	margin:0px 0px 3px 0px;
}
.category .rows a {
	color:#333333;
}
.category .rows .highlight {
	color:#999999;
	font-size:11px;
}
.category .rows .text-source {
	color:#d80109;
}
/*
 * Page
 */
.page {
	width:100%;
	float:left;
}
.page .page-heading {
	position:relative;
	border-bottom:2px solid #e2e2e2;
	padding-top:2px;
}
.page .page-heading .line-box{
	display:inline-block;
	margin-bottom:-2px;
	padding-right:5px;
}
.page h1 {
	display:inline-block;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
	color:#1d1d1d;
	border-bottom:2px solid #d80109;
	padding-bottom:5px;
}
.page-search-form-group {
	width:100%;
	position: relative;
	margin-bottom:25px;
	margin-top:25px;
	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:#d80109;
	border: 0px;
}

/*
 * Post or News Page
 */
.post {
	width:100%;
	float:left;
}
.post h1 {
	font-size:36px;
	line-height:48px;
	font-weight:normal;
}
.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 {
	font-family: 'FontAwesome';
	display: inline-block;
	background:#c11b07;
	border-radius:0;
	font-size:18px;
	line-height:1;
	width:36px;
	height:36px;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:0px;
}
.post .socialshare .social-icon:hover,
.post .social-share .social-icon:hover {
	opacity:0.5;
}
.post .social-share .social-icon {
	margin-right:8px;
}
.post .socialshare .social-icon {
	width:54px;
	height:54px;
	line-height:54px;
}
.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 .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 News
 */
.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;
}

/*
 * 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-form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}
.post-comment-form .btn {
	display:block;
	width:100%;
	line-height:36px;
}

.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 {
	position:relative;
	border-bottom:2px solid #e2e2e2;
	padding-top:2px;
	float:left;
	width:100%;
}
.widget .heading .line-box{
	display:inline-block;
	margin-bottom:-2px;
	padding-right:5px;
}
.widget .heading h2 {	
	display:inline-block;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	color:#1d1d1d;
	border-bottom:2px solid #d80109;
	padding-bottom:5px;
}
.widget .heading a, .widget .heading span {
	font-weight:normal;
	color:#333;
}
.widget .widget-inner {
	width:100%;
	float: left;
	overflow: hidden;
	padding: 10px 0px;
}
.widget img {
	max-width:100%;
}

/*
 * Tab 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;
	list-style:none;
	line-height:18px;
	border-bottom:1px solid #e2e2e2;
}
.tab-pane ul > li img.thumbimg {
	max-width:80px;
	margin-right:10px;
}
.tab-pane ul > li > a {
	color:#333333;
}
/*
 * Sidebar Carousel
 */
.sidebar-carousel {
	width:100%;
	float:left;
	padding:10px 0px;
}
.sidebar-carousel p.caption {
	font-size:14px;
	margin-top:0px;
	padding:5px;
	text-align:center;
	max-height:48px;
	overflow:hidden;
	background:#333333;
	color:#ffffff;
}
.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;
}
/*
 * Polls
 */
.poll {
	padding:15px;
	background:#f6f6f6;
	border-bottom:1px solid #ddd;
	width:100%;
	float:left;
	margin-top:10px;
}
.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;
}

/*
 * Photo Block
 */
.photo-block {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.photo-block .heading {
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
.photo-block .heading a {
	background:#fff;
	line-height:25px;
	float:left;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.photo-block .image-block {
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
	margin-bottom:30px;
	padding:2px;
	border:1px solid #ddd;
}
.photo-block .photo-thumb {
	width:100%;
	height:100%;
}
.photo-block .image-caption {
	margin-top:5px;
	height:60px;
	overflow:hidden;
	padding:0px 5px;
	line-height:18px;
	width:100%;
	text-align:center;
}
.photo-block .image-caption a {
	color:#333333;
}
.big-photo-block {
	background:#000;
}
/* 
 * Video Gallery
 */
.video-block {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.video-block .heading {
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
.video-block .heading a {
	background:#fff;
	line-height:25px;
	float:left;
	padding:0px;
	margin-left:0px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.video-block-single {
	width:100%;
	float:left;
	margin-bottom:30px;
	padding:2px;
	border:1px solid #ddd;
}
.video-block-single.main {
	min-height:285px;
	background:#000;
}
.video-block-single .video {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	float:left;
}
.video-block-single .video-thumb {
	width:100%;
	height:100%;
}
.video-block-single .video-caption {
	height:60px;
	overflow:hidden;
	padding:0px 5px;
	line-height:18px;
	margin-top:5px;
	width:100%;
	float:left;
	text-align:center;
}
.video-block-single .video-caption a {
	color:#333333;
}
.video-block-single .video .play {
	position: absolute;
  top: 0px;
	right:0px;
	padding:5px 15px;
	background: #d80109;
	text-align: center;
}
.video-block-single .video .play:hover {
	opacity:0.9;
}
.video-block-single .video .play i {	
	font-size: 18px;
	line-height:18px;
	color:#fff;
}
/*
 * Live TV
 */
.livetv {
	background:#000;
}
.livetv h1 {
	font-size:24px;
	display:inline-block;
	color:#fff;
	padding:0px;
	margin:0px;
	border-bottom:2px solid #d80109;
}
/*
 * E-Magazine
 */ 
.emagazine {
	width:30%;
	float:left;
	text-align:center;
	margin-bottom:25px;
	margin-right:3%;
}
.emagazine .img-container {
	width:100%;
	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;
	color:#fff;
}
.epaper h3 {
	width:100%;
	float:left;
	font-size:16px!important;
	font-weight:bold;
	margin-top:10px!important;
	background:rgba(0,0,0,1);
	padding-top:15px;
	padding-bottom:15px;
	position: absolute;
  bottom: 0;
  width: 100%;
	text-align: center;
	color:#ffffff!important;
}
.epaper > h3 > a {
	color:#ffffff!important;
}
.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);
}
/*
 * Photo Gallery
 */
.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;
}
/*
 * Footer
 */
.footer {
	width:100%;
	float:left;
}
.footer-category-link {
	width:100%;
	float:left;
	background:#606060;
	padding:8px;
}
.footer-category-link ul {
	padding:0px;
	margin:0px;
}
.footer-category-link ul li {
	float:left;
	list-style:none;
}
.footer-category-link ul li a {
	padding:6px 12px;
	line-height:24px;
	color:#CCCCCC;
	text-decoration:none;
}
.footer-category-link ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.footer-category-link ul li:after {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  color: #777777;
  content: "|";
}
.footer-page-link {
	width:100%;
	float:left;
	background:#333333;
	padding: 8px;
	border-top: 1px solid #333;
	text-align:center;
}
.footer-page-link ul {
	padding:0px;
	margin:0px;
	text-align:center;
}
.footer-page-link ul li {
	float:left;
	list-style:none;
}
.footer-page-link ul li a {
	padding:6px 12px;
	line-height:24px;
	color:#CCCCCC;
	text-decoration:none;
}
.footer-page-link ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.footer-page-link ul li:after {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  color: #555555;
  content: "|";
}
.footer-copyright {
	width:100%;
	float:left;
	padding:8px 20px;
	color:#999999;
	background:#2D2D2D;
	font-size:12px;
}
.footer-copyright a {
	color:#dddddd;
	text-decoration:none;
}
.footer-copyright a:hover {
	color:#ffffff;
	text-decoration:none;
}

/*
 * Advertisement
 */
.header-top-adv {
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #ddd;
	padding-bottom:0px;
	position:relative;
}
.header-right-adv {
	float:right;
	padding:5px;
	text-align:center;
}
.header-bottom-adv {

}
.footer-adv {
	width:100%;
	float:left;
	text-align:center;
	padding:5px 0px;
}
.header-top-adv img,
.header-right-adv img,
.header-bottom-adv img,
.footer-adv img {
 	max-width:100%;
}
/*
 * Social Media Icon
 */
ul.social-media {
	margin:0px;
}
ul.social-media li {
	list-style:none;
	display:inline;
	margin-left:6px;
	float:left;
}
ul.social-media li span {
	margin-top:0px;
}
.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:#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:24px;
	line-height:30px;
}
/*
 * Common
 */
a.read-more-link {
	color:#d80109;
	font-size:15px;
}
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) rotate(-3deg);
	-moz-transform:scale(1.1) rotate(-3deg);
	-o-transform:scale(1.1) rotate(-3deg);
	transform: scale(1.1) rotate(-3deg);
}
.spacer {
	width:100%;
	height:10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #df0707!important; }
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li > a {
	color:#d80109;
	margin-right:10px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
	border-color: #d80109;
}
.pagination > li:hover > a {
	color:#d80109;
}
.pagination > li > a.current {
	background:#d80109;
	border-color: #d80109;
	color:#ffffff;
}
.pagination > li > a.disabled {
	background:#9e0107;
	border-color: #d80109;
	color:#ffffff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.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:9998;
}
#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;
}
#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%;
}

.bg-white {
	background:#fff!important;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

/*
 * Mobile Header
 */
.mobile-header {
	width:100%;
	float:left;
	background:#ffffff;
}
.mobile-header .widget-space {
	margin-bottom:0px;
}
.mobile-header .logo-header {
	width:100%;
	float:left;
}
.mobile-header .logo {
	width:70%;
	float:left;
}
.mobile-header .sr-icon {
	width:30%;
	float:left;
}
.mobile-header .btn-top-mobile-search {
	padding:15px;
	text-align:right;
	float:right;
	display:block;
	color:#999999;
	border-left:1px solid #eee;
}
.mobile-header .btn-top-mobile-search:hover {
	color:#333;
	background:#f4f4f4;
}
.mobile-header .top-mobile-search {
	border-top:1px solid #ddd;
	width:100%;
	float:left;
	padding:10px;	
	display:none;
	background:#fff;
}
.mobile-header .top-mobile-search .form-group {
	margin:0px;
}
.mobile-header .top-mobile-search .form-control, .top-mobile-search .btn {
	border-radius:0px;
}
.mobile-header .top-mobile-search .form-control:focus {
	box-shadow: none;
}
.mobile-header .header-right-adv {
	padding:0px;
}
.mobile-header .mobile-menu-navigation {
	width:100%;
	float:left;
}
.mobile-header .sub-mobile-nav {
	width:100%;
	float:left;
	background:#fff;
	display:block;
	overflow:auto;
}
.mobile-header .sub-mobile-nav:before
.mobile-header .sub-mobile-nav:after {
	content:"";
}
.mobile-header .sub-mobile-nav .sub-menu {
	float:left;
}
.mobile-header .sub-mobile-nav .sub-menu ul {
	margin:0px;
	padding:0px;
	float:left;
	margin-bottom:0px;
}
.mobile-header .sub-mobile-nav .sub-menu li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
.mobile-header .sub-mobile-nav .sub-menu li a {
	padding: 0px 8px;
	font-size:14px;
	font-weight:bold;
	position: relative;
  display: block;
	float:left;
	color:#333333;
	line-height:24px;
}
.mobile-header .sub-mobile-nav .sub-menu li a:hover,
.mobile-header .sub-mobile-nav .sub-menu li a:focus {
  color: #999999;
}
.mobile-header .sub-mobile-nav .hash-menu {
	float:left;
}
.mobile-header .sub-mobile-nav .hash-menu ul {
	margin:0px;
	padding:0px;
	float:left;
	margin-bottom:5px;
}
.mobile-header .sub-mobile-nav .hash-nav li {
	position: relative;
  display: block;
	list-style:none;
	margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
}
.mobile-header .sub-mobile-nav .hash-menu li a {
	padding: 2px 8px;
	font-size:14px;
	font-weight:normal;
	position: relative;
  display: block;
	float:left;
	color:#333;
}
.mobile-header .sub-mobile-nav .hash-menu li a span {
	color:#D13610;
}
.mobile-header .sub-mobile-nav .hash-menu li a:hover {
	color:#999999;
}
.mobile-header .ticker-news-title {
	width:20%;
	float:left;
	padding:4px;
}
.mobile-header .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:3px;
	width:0;
}
.mobile-header .marquee {
	width:80%;
	float:left;
}

/*
* Responsive Layout
*/
.row-archive {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
}
.btn-archive {
	padding: 12px 50px;
	border: 1px solid #ddd;
	font-size: 16px;
	display: inline-block;
	color: #d80109;
}