body {
	/*padding-top: 40px;*/
	font-family: 'Slabo 27px', serif;
}


/**** Header Styles Start ****/

#header {
	border-top: 3px solid #DD2222;
	background: #F6F6F6;
}
#logo, #nav-ad {
	/*height: 130px;*/
	float: right;
}
#logo h1 {
	margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	#logo h1 {
		margin: 17px 0;
	}
	#logo {
		width: 180px;
		display: block;
	}
	#nav-ad {
		width: 570px;
	}
}
@media (max-width: 767px) {
	#logo {
		display: none;
	}
	#nav-ad {
		/*height: inherit;*/
		padding-bottom: 10px;
		float: none;
	}
}
#logo img {
	width: 100%;
	max-width: 250px;
}
.topad {
	margin-top: 10px;
}
@media (max-width: 250px) {
	.topad {
		width: 100%;
		float: left;
	}
}
@media (max-width: 767px) {
	.topad {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/** Navbar Styles **/

nav.navbar-custom {
	min-height: 27px;
	margin-bottom: 0;
	padding: 0;
	font-size: 13px;
	border: none;
	border-radius: 0;
	background: transparent;
}

.navbar-custom .navbar-brand {
	height: initial;
	line-height: 20px;
	padding: 0 5px;
}
.navbar-custom .navbar-brand img {
	height: 60px;
}

.navbar-custom .nav {
	margin: 0;
	padding: 2px 60px 5px 60px;
	float: right;
	background-position: left, right, center;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: 75px 27px, 75px 27px, 1px 27px;
	background-image: url(images/nav_curve_left.png), url(images/nav_curve_right.png), url(images/nav_center_repeat.png);
}

.navbar-custom .navbar-collapse {
	float: right;
}
@media (max-width: 767px) {
	.navbar-custom .nav {
		width: 100%;
		padding: 0;
		text-align: center;
		background-color: #F6F6F6;
		background-image: none;
	}
	.navbar-custom .nav>li>a {
		width: 100%;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		color: #444;
		border-top: 1px solid #CCC;
	}
	.navbar-custom .nav>li:last-child>a {
		border-bottom: 1px solid #CCC;
	}
	.navbar-custom .nav>li>a:hover {
		font-weight: bold;
		background: transparent;
	}
	.navbar-custom .navbar-collapse {
		float: none;
	}
}
@media (min-width: 768px) {
	#mobile-menu.navbar-collapse.collapse {
		display: none!Important;
	}
	.navbar-custom .nav>li>a {
		height: 20px;
		line-height: 20px;
		padding: 0 10px;
		/*text-shadow: 1px 1px 1px #222;*/
		color: #FFF;
	}
	.navbar-custom .nav>li>a:hover {
		text-shadow: 1px 0px 1px #CCC;
		font-weight: bold;
		border-top: 2px solid #F6F6F6;
		color: #222;
		background: transparent;
	}
}


.navbar-custom .navbar-toggle {
	margin: 13px;
}

.navbar-custom .navbar-toggle:hover {
	background: #EEE;
}

.navbar-custom .icon-bar {
	background: #444;
}
#mobile-menu .dropdown-menu>li>a {
	text-align: center;
}

/**** Header Styles End ****/

/**** Categories Styles Start ****/

#sub-nav {
	min-height: 3px;
	background: #0C1836;
}

#sub-nav .dropdown:hover .dropdown-menu {
	display: block;
}

#sub-nav .nav>li>a {
	padding: 10px 15px;
	color: #FFF;
}

#sub-nav .nav>li>a:focus {
	color: #FFF;
	background: none;
}

#sub-nav .nav>li>a:hover {
	color: #222;
	background: #DDD;
}

#sub-nav .nav>li.open>a {
	color: #222;
	background: #DDD;
}

#search-box {
	width: 220px;
	padding: 7px;
}
#search-box .form-control {
	height: 26px;
}
#search-box .btn {
	padding: 2px 12px;
}


/**** Categories Styles End ****/


/**** Breadcrumb Styles Start ****/

#breadcrumbs {
	background: #EEE;
}

#breadcrumbs ol.breadcrumb {
	margin: 0;
	padding: 5px 15px;
	font-size: 12px;
	background: transparent;
}
/**** Breadcrumb Styles End ****/


/**** Content Styles Start ****/

#content {
	min-height: 520px;
	padding: 10px 0;
}

	/** 1. Main Content Box **/
	#main-content-extras {
		font-size: 13px;
	}
	#main-content-extras .micro-thumb {
		width: 100%;
		margin-right: 3px;
	}
	@media (min-width: 992px) {
		#main-content-extras .micro-thumb {
			width: 60%;
		}
	}
	@media (min-width: 1200px) {
		#main-content-extras .micro-thumb {
			width: 40%;
		}
	}
	@media (max-width: 767px) {
		#main-content {
			margin: 0 -15px;
		}
	}
	.more-news>h5 {
		color: #444;
		text-decoration: underline;
	}
	.more-news ul {
		padding-left: 15px;
	}
	.main-ad-full {
		padding: 2px 0;
	}
	.main-ad-half {
		width: 50%;
		padding: 7.5px 2px;
		float: left;
	}
	.main-ad-half {
		width: 50%;
		padding: 7.5px 2px;
		float: left;
	}

	.post img {
		width: 100%;
		border: 1px solid #ccc;
    	padding: 5px;
	}

	/** 2. Sidebar **/
	#sidebar {
		font-size: 13px;
	}
	.sidebar-ad-half {
		width: 50%;
		padding: 7.5px 2px;
		float: left;
	}
	.sidebar-ad-full {
		width: 100%;
		padding: 7.5px 2px;
		float: left;
	}
	@media (min-width:400px) and (max-width:767px) {
		.sidebar-ad-half {
			width: 25%;
		}
		.sidebar-ad-full {
			width: 50%;
		}
	}

/**** Content Styles End ****/


/**** Footer Styles Start ****/
#footer {
	padding-top: 15px;
	background: #030813;
}
#footer ul>li>a {
	padding: 6px;
	color: #FFF;
	display: block;
	
}
#footer ul {
	list-style: none;
}
#footer hr {
	border-color: #555;
}
#footer p {
	margin-top: 10px;
	color: #BBB;
	text-align: center;
}

/**** Footer Styles End ****/


/**** Tag Styles Start ****/
hr {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 6px;
	margin-bottom: 5px;
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #0C1836;
}
/**** Tag Styles End ****/


/**** General Class Styles Start ****/

.ad img {
	width: 100%;
}
.content-preview-box {
}
/*.content-preview-box h2, .content-preview-box h3, .content-preview-box h4, .content-preview-box h5, .content-preview-box h6 {
	margin-top: 6px;
	margin-bottom: 5px;
	font-weight: bold;
}*/
p.category-text {
	margin: 0;
	font-size: 12px;
	color: #777;
	font-style: italic;
	border-bottom: 1px solid #EEE;
}
p.author {
	margin: 0;
	font-size: 11px;
	color: #BBB;
}
p.author>a {
	color: #DD2222;
}
span.date {
	font-size: 12px;
	font-style: italic;
	color: #666;
}

.content-preview-thumb {
	float: left;
	margin-right: 12px;
}

.content-preview-box .content-preview-thumb img, .post img {
	width: 100%;
	padding: 5px;
	border: 1px solid #CCC;
}

.top-news .content-preview-thumb {
	width: 60%;
}

.news .content-preview-thumb {
	width: 33.333333%;
}

.sports.highlight .content-preview-thumb, .business.highlight .content-preview-thumb {
	width: 60%;
}

.sports .content-preview-thumb, .business .content-preview-thumb {
	width: 30%;
}



@media (max-width:767px) {
	.invisible-xs {
		display: none;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.invisible-sm {
		display: none;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.invisible-md {
		display: none;
	}
}
@media (min-width:1200px) {
	.invisible-md {
		display: none;
	}
}


.col-xs-50p {
	width: 50%;
	padding-left: 15px;
	float: left;
}
@media (min-width:768px) {
	.invisible-sm {
		display: none;
	}
	.col-sm-50p {
		width: 50%;
		padding-left: 15px;
		float: left;
	}
}
@media (min-width:992px) {
	.invisible-md {
		display: none;
	}
	.col-md-50p {
		width: 50%;
		padding-left: 15px;
		float: left;
	}
}
@media (min-width:1200px) {
	.invisible-md {
		display: none;
	}
	.col-md-50p {
		width: 50%;
		padding-left: 15px;
		float: left;
	}
}


/**** General Class Styles End ****/



@font-face {
  font-family: 'Slabo 27px';
  font-style: normal;
  font-weight: 400;
  src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7fk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v9/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond'), local('EBGaramond'), url(https://fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}