/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Mukta:400,700');
html,
body {
	margin:0px;
	padding:0px;
	height: 100%;
	position: relative;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Mukta', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
  height: 100%;
	background:#f4f4f4;
	background: #ffffff;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a {
	color:#044e97;
}

/* Bootstrap container over ride */
.main-content .margin-content {
	margin-top:44px;
}
.header {
	float:left;
	width:100%;
}
.top-bar {
	width:100%;
	height:30px;
	float:left;
	background:#fff;
}
.top-bar .top-date {
	width:25%;
	float:left;
	line-height:30px;
}
.top-bar .top-sub-menu {
	width:65%;
	float:left;
	text-align:right;
}
.top-bar .top-sub-menu .link {
	float:left;
	text-transform:uppercase;
	padding:2px 12px;
	margin-top:4px;
	margin-right:15px;
	line-height:18px;
	color:#333;
}
.top-bar .top-sub-menu .link:hover {
}
.top-bar .top-sub-menu .button {
	float:right;
	text-transform:uppercase;
	padding:2px 12px;
	margin-top:3px;
	margin-right:15px;
	line-height:18px;
	background:#dc2229;
	color:#FFFFFF;
	border-radius:25px;
}
.top-bar .top-sub-menu .button:hover {
	opacity:0.7;
}
.top-bar .top-sub-menu .button.investor {
	background:#f6eb17;
	color:#333333;
}
.top-bar .top-social-menu {
	width:10%;
	float:left;
	text-align:center;
}
.top-bar .top-social-menu ul {
	margin:0px;
	padding:0px;
}
.top-bar .top-social-menu ul li {
	list-style:none;
	display:inline;
}
.top-bar .top-social-menu ul li a {
	color:#333333;
}
.top-bar .top-social-menu .icon {
	font-family: 'FontAwesome';
	display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-size:18px;
	line-height:24px;
	height:24px;
	width:24px;
	margin-top:3px;
	margin-left:3px;
	float:left;
}
.main-navigation {
	float:left;
	width:100%;
	background:#fff;
	border-bottom:1px solid #eee;
	-webkit-box-shadow: 0px 4px 10px rgba(193, 193, 193, 0.4);
  -moz-box-shadow: 0px 4px 10px rgba(193, 193, 193, 0.4);
	box-shadow: 0px 4px 10px rgba(193, 193, 193, 0.4);
}
.main-navigation .navbar-collapse {
	padding:0px;
}
.main-navigation .navbar {
	min-height: 10px!important;
	margin:0px;
	padding:0px;
	border:0px;
}
.main-navigation .navbar-nav {
	border:0px;
	width:100%;
}
.main-navigation .navbar-nav > li > a {
  color: #333333;
	font-size: 18px;
	padding: 0px 12px;
	margin: 0px;
	font-weight: normal;
	line-height: 48px;
	border-top: 2px solid rgba(255, 255, 255, .5);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
}
.main-navigation .navbar-nav > li > a:hover,
.main-navigation .navbar-nav > li > a:focus {
  color: #c30615;
	background: none;
	border-bottom:2px solid #e21727;
}
.main-navigation .navbar-nav > li > a.active {
	color:#333333;
}
.main-navigation .navbar-nav > .active > a,
.main-navigation .navbar-nav > .active > a:hover,
.main-navigation .navbar-nav > .active > a:focus {
  color: #c30615;
}
.main-navigation .navbar-nav > .disabled > a,
.main-navigation .navbar-nav > .disabled > a:hover,
.main-navigation .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: #c30615;
}
.main-navigation .navbar-nav .dropdown-menu > li > a {
  color: #333333;
	font-size: 18px;
  font-weight: normal;
	line-height: 36px;
	padding: 0px 15px;
	margin: 0px;
	border-bottom: 1px solid #eee;
}
.main-navigation .navbar-nav .dropdown-menu > li > a:hover,
.main-navigation .navbar-nav .dropdown-menu > li > a:focus {
  color: #c30615;
	background: none;
	border-bottom:1px solid #e21727;
}
.navbar-toggle {
	float: left;
	border: none;
	padding: 9px 5px;
}
.navbar-toggle .icon-bar {
}
.navbar-toggle .icon-bar:nth-child(3) {
  width: 16px;
}
/* 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;
	left:0;
	top:0;
	right:40px;
}
.search-form-top {
	height:56px;
	display: none;
	padding: 8px 15px;
	position: absolute;
	z-index: 9999;
	background-color: #ffffff;
}
.search-form-group {
	width:100%;
	position: relative;
}
.search-form-group input.s-input {
	width: 100%;
	padding: 8px;
	height: 40px;
	font-size:14px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px solid #999999;
}
.search-form-group button {
	border-radius: 0;
	color: #fff;
	line-height: 40px;
	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;
	background-color: #e21727;
}
.header-logo {
	width: 240px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
.header-logo img {
	max-height:70px;
}
.mobile-menu-navigation {
	width:100%;
	float:left;
	background: #fff;
}
.mid-header .header-right-adv .widget-space {
	margin:0px;
}
/* Breaking News */
.section-ticker {
	width: 100%;
	float: left;
	position:relative;
}
.ticker-wrap {
	float:left;
	width:100%;
	padding:15px 0px;
	margin:0px;
}
.ticker-wrap .ticker-news {
	width:100%;
	overflow:hidden;
	background:#f6eb17;
	margin:0px;
	padding:0px;
	position: relative;
	-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 {
	position: relative;
	vertical-align: top;
	margin-right: 0;
	margin-top: 0px;
	padding:0px 15px;
	float:left;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	text-transform:uppercase;
	color: #ffffff;
	background: #333; /* For browsers that do not support gradients */
}
.ticker-news-title:after {
	border-color:transparent transparent transparent #333;
	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-left:10px;
	line-height:36px;
	overflow:hidden;
	width: calc(100% - 180px);
}
.ticker-news a {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.ticker-news a:hover {
	color:#666;
}
.ticker {
	display: inline-block;
	padding-left: 10px;
	overflow: hidden;
	height: 36px;
	float:left;
}
.ticker-news div.ticker {
	display: inline-block;
	word-wrap: break-word;
}
.main-section {
	width:100%;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.block {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.left-block {
	width: calc(100% - 385px);
	float: left;
	margin: 0px;
	padding: 0px;
}
.right-block {
	width: 360px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.content {
	width:100%;
	float:left;
	padding-bottom:15px;
	padding-top:15px;
}
.inner-content {
	width:100%;
	float:left;
}
.ss-row {
	width:100%;
	float:left;
}
.mainbar {
	padding-left:10px;
	padding-right:10px;
	width:680px;
	float:left;
}
.sidebar {
	padding-left:0px;
	padding-right:0px;
	width:100%;
	float:left;
}
/* Featured Block */
.fn-slide {
	width:100%;
	float:left;
	padding:0px;
	margin-bottom:10px;
}
.fn-slide .carousel-control {
  width: 40px;
}
.fn-slide .carousel-control .glyphicon-chevron-left,
.fn-slide .carousel-control .glyphicon-chevron-right,
.fn-slide .carousel-control .icon-prev,
.fn-slide .carousel-control .icon-next {
	font-size: 18px;
}
.fn-slide .carousel-control .icon-prev,
.fn-slide .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -15px;
}
.fn-slide .carousel-control .icon-next,
.fn-slide .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -15px;
}
.fn-slide .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.fn-slide .carousel-indicators li {
  display: inline-block;
  width: 25px;
  height: 4px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(255, 255, 255, 0.3);
	border: none;
  border-radius: 10px;
}
.fn-slide .carousel-indicators .active {
  width: 27px;
  height: 6px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.fn-box {
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
}
.fn-box-left {
	width: 60%;
	height: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-bottom:0px;
}
.fn-box-left:hover {
	opacity:0.7;
}
.fn-box-right {
	width: 40%;
	height: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #666666;
}
.fn-box-right .bg-image {
	filter: blur(8px);
  -webkit-filter: blur(8px);
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fn-box-right .text {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 15px 30px;
	color: #ffffff;
}
.fn-box-right .text h2 {
	margin-bottom:10px;
}
.fn-box-right .text a,
.fn-box-right .text h2 a {
	color: #ffffff;
}
.fn-box-highlight {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.fn-box-highlight .fn-box-small-post {
	float:left;
	width: calc(20% - 8px);
	margin-right: 8px;
	padding: 0px;
	overflow:hidden;
}
.fn-box-highlight .fn-box-small-post {
	
}
.fn-box-highlight .fn-box-small-thumb {
	position:relative;
	display:block;
	height: 80px;
	width:100%;
	overflow:hidden;
}
.fn-box-highlight .fn-box-small-thumb:hover {
	display:block;
	opacity:0.7;
}
.fn-box-highlight .fn-box-small-thumb img {
	max-width:100%;
}
.fn-box-highlight .fn-box-small-meta {
	width:100%;
	height: 42px;
	overflow:hidden;
	float: left;
  padding-top:5px;
	margin: 0px;
}
.fn-box-highlight .fn-box-small-meta a {
  color: #333333;
}
.fn-box-highlight .fn-box-small-meta h2 {	
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	margin-bottom:8px;
}
.fn-box-highlight .fn-box-small-meta span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 5px 0px;
}
.ease-thumb {
  transition: all 0.5s ease 0s;
	text-align:center;
}
.ease-thumb:hover {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
/*
 * Home page Block
 */
.box {
	width:100%;
	float:left;
	margin-bottom:25px;
	position:relative;
}
.box .box-header {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.box .box-header {
	width:100%;
	float:left;
	position:relative;
	padding:0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #ddd;
}
.box .box-header:after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #ed1c24;
}
.box .box-header h2 {
	display:block;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	margin:0px;
	padding:0px;
}
.box .box-header h2 span {
	color:#ed1c24;
}
/* Blocks */
.block {
	width:100%;
	float:left;
	margin-bottom:25px;
	position:relative;
}
.block .block-header {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.block .block-header:after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #ed1c24;
}
.block .block-header h2,
.block .block-header .block-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	display:block;
}
.block .block-header h2 a {
	color: #333333;
}
.block .block-header .block-title a {
	display:block;
}
.block .block-header .block-title span {
  line-height: 17px;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  background-color: #222222;
  color: #fff;
}
.block .block-header .block-title span {
	background-color: #222222;
}
.block .block-header .block-subcat {
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	opacity: 1;
  z-index: 2;
}
.block-subcat ul {
  margin: 0;
}
.block-subcat .block-subcat-list {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.block-subcat .block-subcat-list li {
  display: inline-block;
  line-height: 1;
  margin-left: 30px;
}
.block-subcat .block-subcat-list a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 1;
}
.block-subcat .block-subcat-list a:hover {
  color: #4db2ec;
}
.block-subcat .block-subcat-dropdown {
  display: inline-block;
  text-align: right;
}
.block-subcat .block-subcat-dropdown:hover .block-subcat-more span,
.block-subcat .block-subcat-dropdown:hover .block-subcat-more i {
  color: #fff;
}
.block-subcat .block-subcat-dropdown .block-subcat-more {
  cursor: pointer;
  height: 30px;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.block-subcat .block-subcat-dropdown .block-subcat-more i {
  font-size: 9px;
  color: #777;
  margin-left: 12px;
  margin-right: 12px;
}
.block-subcat .block-subcat-dropdown ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 6px 0 8px 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
  border-width: 0 1px 1px 1px;
  border-color: #ededed;
  border-style: solid;
  display: none;
}
.block-subcat .block-subcat-dropdown a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #777;
  white-space: nowrap;
  display: block;
  line-height: 26px;
  padding-left: 21px;
  padding-right: 15px;
}
.block-subcat .block-subcat-dropdown a:hover {
  color: #4db2ec;
}
.block-subcat .block-subcat-dropdown li {
  margin-left: 0;
}
.block-subcat .block-subcat-dropdown span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 1;
}
.block > .block-body {
	position:relative;
}
.block > .block-body .block-post {
	position:relative;
}
.block > .block-body.block-type-1 .block-post .block-post-thumb {
	height:190px;
	overflow:hidden;
}
.block > .block-body.block-type-2 .block-post .block-post-thumb {
	height:170px;
	overflow:hidden;
}
.block > .block-body.block-type-3 .block-post .block-post-thumb {
	height:150px;
	overflow:hidden;
}
.block > .block-body .block-post h4 a {
	line-height:18px;
	color:#333333;
}
.block > .block-body .block-post-meta {
	color:#333333;
	font-weight:normal;
	font-size:12px;
	margin-bottom:12px;
}
.block > .block-body .block-post-meta .date {
	color:#999999;
}
.block > .block-body .block-post-meta .comments {
	position:relative;
	float:right;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	line-height:1;
}
.block > .block-body .block-post-meta .comments a {
	color:#fff;
	background-color:#666;
	display:inline-block;
	min-width:17px;
	padding:3px 4px 4px 5px;
	position:relative
}
.block > .block-body .block-post-meta .comments a:after{
	position:absolute;
	bottom:-3px;
	left:0;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:3px 3px 0 0;
	border-color:#666 transparent transparent transparent;
}
.block > .block-body .block-post-excerpt {
	color:#333333;
}
.block > .block-body .block-post-small {
	position:relative;
	margin-bottom:10px;
	display:block;
	float:left;
	width:100%;
}
.block > .block-body .block-post-small .block-post-thumb {
	width:100px;
	height:70px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
.block > .block-body .block-post-small .block-post-info {
	width: 208px;
	display:inline-block;
	float:left;
}
.block > .block-body .block-post-small .block-post-info h4 {
	font-size:15px;
	line-height:18px;
	padding:0px;
	margin:0px;
}
.block > .block-body .block-post-small .block-post-info h4 a {
	color:#333333;
}
.block > .block-body .block-post-small .block-post-info h4 a:hover {
	color:#c80f0f;
}
.block > .block-body .block-post-small .block-post-info .block-post-meta {
	color:#333333;
	font-weight:normal;
	font-size:12px;
	margin-bottom:8px;
}
.block > .block-body .block-post-small .block-post-info .block-post-meta .date {
	color:#999999;
}

.block > .block-body.block-type-6 {
	position:relative;
}
.block > .block-body.block-type-6 .block-post {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.block > .block-body.block-type-6 .block-post .block-post-thumb {
	overflow:hidden;
	max-height:100px;
}
.block > .block-body.block-type-6 .block-post-info h4 {
	font-size:16px;
}
.block > .block-body.block-type-7 {
	position:relative;
	padding:10px 15px;
	background:#ddd;
	float:left;
}
.block > .block-body.block-type-7 .block-post-small .block-post-thumb {
	position:relative;
	width:90px;
	height:65px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
.block > .block-body.block-type-8 {
}
.block > .block-body.block-type-8 .block-post {
	width:100%;
	height:227px;
	background:#FF0000;
	float:left;
	display:block;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
}
.block > .block-body.block-type-8 .block-post-thumb {
	width:100%;
	height:227px;
	float:left;
	display:block;
	overflow:hidden;
}
.block > .block-body.block-type-8 .block-post-info {
	padding:8px;
	position:absolute;
	bottom:0;
}
.block > .block-body.block-type-8 .block-post-info h4 a {
	color:#ffffff;
}
.block > .block-body.block-type-8 .block-post-meta .date {
	color:#ffffff;
	margin:0px;
	padding:0px;
}
.block > .block-body.block-type-8 .block-post-thumb::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: 100px;
  left: 0;
  position: absolute;
  width: 100%;
}






.widget .heading span {
	font-weight:normal;
	color:#333;
}
.block img.thumbimg {
	max-width:120px;
	margin-right:10px;
}
.block > .block-article h4 a {
	color:#333333;
	font-weight:bold;
	line-height:24px;
}
.block > .block-article .meta-info {
	color:#333333;
	font-weight:normal;
	font-size:12px;
	margin-bottom:8px;
}
.block > .block-article .meta-info .date {
	color:#999999;
}
.block > .block-article .meta-info .comments {
	position:relative;
	float:right;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	line-height:1;
}
.block > .block-article .meta-info .comments a{
	color:#fff;
	background-color:#666;
	display:inline-block;
	min-width:17px;
	padding:3px 4px 4px 5px;
	position:relative
}
.block > .block-article .meta-info .comments a:after{
	position:absolute;
	bottom:-3px;
	left:0;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:3px 3px 0 0;
	border-color:#666 transparent transparent transparent;
}
.block > .block-article .small-post {
	margin-bottom:10px;
}
.block > .block-article .small-post > a {
	color:#333333;
	font-weight:bold;
}


.block > .block-article.block-span-1 .img-container { 
	width:100%;
	height:210px;
	float:left;
	display:block;
	overflow:hidden;
	margin:5px 5px 10px 0;
}
.block > .block-article.block-span-2 .img-container { 
	width:100%;
	height:140px;
	float:left;
	display:block;
	overflow:hidden;
	margin:5px 5px 10px 0;
}
/*
 * 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:50%;
	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-title {
	width:100%;
	float:left;
	position:relative;
	padding:0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #ddd;
}
.category .page-title::after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #ed1c24;
}
.category .page-title h1 {
	display:block;
	font-weight: normal;
	color:#333333;
	margin:0px;
	padding:0px;
}
.category .block-post {
	width:100%;
	float:left;
}
.category .block-post {
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
}
.category .block-post .block-post-thumb {
	display:block;
	width: 180px;
	float:left;
	margin-right:15px;	
}
.category .block-post .block-post-info h2 {
	font-size: 22px;
	font-weight: bold;
	line-height:24px;
	margin:0px 0px 3px 0px;
	padding-bottom: 0px;
}
.category .block-post .block-post-info a {
	color:#333333;
}
.category .block-post .block-post-info .block-post-meta {
	color:#333333;
	font-weight:normal;
	font-size:12px;
	margin-bottom:0px;
}
.category .block-post-info .block-post-meta .date {
	color:#999999;
}
.category .rows .highlight {
	color:#999999;
	font-size:11px;
}
.category .rows .text-source {
	color:#d80109;
}
/*
 * Page
 */
.page {
	width:100%;
	float:left;
}
.page .page-title {
	width:100%;
	float:left;
	position:relative;
	padding:0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #ddd;
}
.page .page-title:after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #ed1c24;
}
.page .page-title h1 {
	display:block;
	font-weight: normal;
	color:#333333;
	margin:0px;
	padding:0px;
}
.page .page-content {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.list-page a {
	color: #e21727;
}
.list-page .list-group-item {
	padding: 6px 15px;
}
.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;
}
.breadcrumb li a {
	color: #e21727;
}

/*
 * Post or News Page
 */
.post {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.post h1 {
	font-size:30px;
	line-height:42px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.post .post-meta {
	width:100%;
	float:left;
	color:#333333;
	margin-bottom:10px;
}
.post .post-meta a {
	color: #e21727;
}
.post .post-meta .post-by {
	width:60%;
	float:left;
	color:#333333;
}
.post .post-meta .response-by {
	width:30%;
	float:right;
	color:#333333;
	margin-right:30px;
	text-align: right;
}
.post .post-share {
	width:100%;
	float:left;
	margin-bottom:15px;
	font-size:10px!important;
	text-align:right;
}
.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 {
	font-size: 16px;
	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;
}
.post-more {
	width:100%;
	float:left;
	border-top:1px solid #eee;
	padding-top:15px;
	margin-top:25px;
	margin-bottom:25px;
}
.post-more .post-prev span {width:100%; float:left; text-align:left; margin-bottom:10px;}
.post-more .post-next span {width:100%; float:left; text-align:right; margin-bottom:10px;}
.post-more .post-prev span, .post-more .post-next span {
	color: #333333;
	font-weight:bold;
}
.post-more a {
	color:#e21727;
	font-size: 16px;
}
.post-more a:hover {
	color: #333333;
}
/*
 * Related News
 */
.post-related {
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:30px;
}
.post-related .heading {
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom:1px solid #ddd;
}
.post-related .heading:after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #ed1c24;
}
.post-related .heading h2 {
	display:block;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	margin:0px;
	padding:0px;
}
.post-related .heading .block-title {
	position:relative;
	margin:0px;
	padding:0px;
	font-size: 16px;
	line-height: 1;
}
.post-related .heading .title a {
	display:block;
}
.post-related .heading .title span {
  line-height: 17px;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  background-color: #222222;
  color: #fff;
}
.post-related .heading .title span {
	background-color: #222222;
}
.post-related .block {
	height:220px;
	margin-bottom:15px;
}
.post-related .block img {
	max-height:140px;
}
.post-related h4 {
	font-size:15px;
	line-height:22px;
}
.post-related h4 a {
	color:#333333;
}

/*
 * Comments
 */
.post-comment {	
	float:left;
	width:100%;
	margin-bottom:30px;
} 
.post-comment .heading {
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom:1px solid #ddd;
}
.post-comment .heading:after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #ed1c24;
}
.post-comment .heading h2 {
	display:block;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	margin:0px;
	padding:0px;
}
.post-comment .heading h4 {
	margin:0px;
	padding:0px;
}
.post-comment .heading .block-title {
	position:relative;
	margin:0px;
	padding:0px;
	font-size: 16px;
	line-height: 1;
}
.post-comment .heading .title a {
	display:block;
}
.post-comment .heading .title span {
  line-height: 17px;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  background-color: #222222;
  color: #fff;
}
.post-comment .heading .title span {
	background-color: #222222;
}
.post-comment__message {
	width:100%;
	float:left;
}
.post-comment-form {
	width:100%;
	float:left;
	padding:0px;
}
.post-comment-form .form-control {
	border-color: #a6a6a6;
}
.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-list {	
	float:left;
	width:100%;
	margin-bottom:30px;
}
.post-comment-list .heading {
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom:1px solid #ddd;
}
.post-comment-list .heading:after {
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #ed1c24;
}
.post-comment-list .heading h2 {
	display:block;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	margin:0px;
	padding:0px;
}
.post-comment-list .heading h4 {
	margin:0px;
	padding:0px;
}
.post-comment-list .heading .block-title {
	position:relative;
	margin:0px;
	padding:0px;
	font-size: 16px;
	line-height: 1;
}
.post-comment-list .heading .title a {
	display:block;
}
.post-comment-list .heading .title span {
  line-height: 17px;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  background-color: #222222;
  color: #fff;
}
.post-comment-list .heading .title span {
	background-color: #222222;
}
.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:24px;
	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 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;
	background:#1a1e22;
}
.footer .ad-block {
	width:100%;
	float:left;
}
.footer .subscription-block {
	width:100%;
	float:left;
	padding-top:1.875rem;
	padding-bottom:1.875rem;
	margin-bottom:15px;
	border-bottom:1px solid #2c3136;
}
.footer .social-media-container,
.footer .mobile-app-container {
	width:100%;
	float:left;
}
.footer .social-media-container h2,
.footer .mobile-app-container h2 {
	font-size:24px;
	color:#666666;
}
.footer .social-media-container .inner,
.footer .mobile-app-container .inner {
	width:100%;
	float:left;
	padding:15px 0px 0px 0px;
	margin: 0px;
}
.footer .social-media-container .media-icon,
.footer .mobile-app-container .media-icon {
	display:inline-block;
	width:42px;
	font-family: 'FontAwesome';
	font-size:36px;
	margin-right:12px;
	margin-bottom: 20px;
}
.footer .social-media-container .media-icon {
	text-align:left;
}
.footer .mobile-app-container .media-icon {
	text-align:right;
}
.footer .social-media-container a.media-icon,
.footer .mobile-app-container a.media-icon {
	color:#a6a6a6;
}
.footer .social-media-container a.media-icon:hover,
.footer .mobile-app-container a.media-icon:hover {
	color:#d8212a;
}

.footer .subscription {
	width:100%;
	float:left;
}
.subscription-form {
	margin:auto 1.25rem;
	padding:16px 0;
	display:flex;
	justify-content:center
}
.subscription-form__input {
	width:50%;
	height:58px;
	border:none;
	border-radius:0;
	text-align:center;
}
.subscription-form__input:focus {
	outline:none;
}
.subscription-form__button {
	color:#ffffff;
	background-color:#d8212a;
	padding:15px;
	height:58px;
	text-align:center;
	border:none;
	border-radius:0;
	font-weight:700
}
.subscription-form__button:focus {
	outline:none;
}
.footer .section {
	width:100%;
	float:left;
	padding-top:15px;
	padding-bottom:25px;
}
.footer .section h2 {
	font-size:18px;
	text-transform:uppercase;
	color:#f72e3e;
}
.footer .section ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer .section ul li {
	list-style:none;
}
.footer .section ul li a {
	line-height:24px;
	color:#8b8b8b;
	text-decoration:none;
}
.footer .section ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.footer .category-link {
	width:100%;
	float:left;
	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 {
	width:100%;
	float:left;
	background:#14171b;
	padding: 8px;
	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:#8b8b8b;
	text-decoration:none;
}
.footer-page ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.footer-page ul li:after {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  color: #333;
  content: "|";
}
.footer-page ul li:last-child:after {
	content: "";
}
.copyright {
	width:100%;
	float:left;
	padding:10px 20px;
	color:#999999;
	background:#000000;
	text-transform:uppercase;
	text-align:center;
}
.made-by {
	width:100%;
	float:left;
	padding:10px 20px;
	color:#999999;
	background:#1a1e22;
	text-transform:uppercase;
	text-align:center;
}
.made-by a {
	color:#e74c3c;
	text-decoration:none;
}
.made-by a:hover {
	color:#999999;
	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;
}
.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);
}
img.img-expand {
	-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-expand:hover {
	width:105%;
}
.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;
	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: #e21727;
}
#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%;
}
@media (max-width: 991px) {
	#adLeftBeside,
	#adRightBeside {
		display:none;
	}
}
.nav-fixed {
	position:fixed;
	z-index: 99999;
}
.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;
}
.margin-bottom-15 {
	margin-bottom:15px;
}
.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 7px;
  list-style: none;
  background: none!important;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\203A";
}
.breadcrumb > li a {
	color:#e21727;
}
.breadcrumb > .active {
  color: #999;
}
/*
 * New Layout
 */
.full-layout .td-header-style-3 .td-mega-menu ul {
  width: 1020px !important;
  left: 0 !important;
  box-shadow: none;
  border-top: none;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
/*
* Responsive Layout
*/
.mb-15 {
	margin-bottom:15px;
}
.no-margin {
	margin:0px!important;
}

/* Blocls */
.block > .block-body {
	width:100%;
	float: left;
}
.block > .block-body.block-type-6 {
	position:relative;
}
.block > .block-body.block-type-6 .block-post {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.block > .block-body.block-type-6 .block-post .block-post-thumb {
	width: 100px;
	float: left;
	overflow:hidden;
	max-height:100px;
	margin-right: 8px;
}
.block > .block-body.block-type-6 .block-post-info {
	width: calc(100% - 109px);
	float: left;
}
.block > .block-body.block-type-6 .block-post-info h2 {
	font-size:16px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.block > .block-body.block-type-6 .block-post-info h2 a {
	color: #333333;
}
.block > .block-body.block-type-6 .block-post-info .date {
	color: #666666;
	font-size:12px;
}