body {
	overflow-y: scroll;
}

.modal-header.fblikebox {
    background-color: #3b5998;
    color: #FFF;
}

.close-white {
    color: #FFF !important;   
}

.likebox-hack {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

.likebox-hack-inside {
    width: 500px !important;
    height: 130px !important;
    text-align: center;
    margin: 0 auto;
}

#likebox-content {
    overflow: hidden;
}

.share-fb-bottom {
	display: inline-block;
	line-height: 64px;
	vertical-align: middle;	
	font-weight: bold;
	font-size: 1.2em;
	color: #3b5998;
}

.social-tools-bottom {
	display: inline-block;	
}

@media screen and (max-width:500px) { 
	
	.inline-ad {
		float: none !important;
		display: block !important;
	}
	
}

@media (max-width:767px) {
	
	.share-fb-bottom {
		text-align: center;
		line-height: 20px;
		margin-bottom: 18px;	
	}
	
	.social-tools-bottom {
		display: inline-block;
		text-align: center;
		width: 100%;
		margin-bottom: 24px;
	}
	
}

.copyright {
	background-color: #000;
	color: #FFF;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 18px;
}

.white-bg {
	background-color: #FFF;
	z-index: 1000;
	position: relative;
}

.img-responsive.img-center {
	margin: 0 auto;
}

.margin-top {
	padding-top: 18px;
}

.margin-top-double {
	padding-top: 36px;
}

.margin-top-page {
	padding-top: 28px;
}

.ad-block {
	margin: 18px 0 18px 0;
	text-align: center;
}

.top-leaderboard {
	clear:both;
}

.top-leaderboard div {
	float: right;	
}

.catfish {
	height: 0px;
	line-height: 0px;	
}

.inline-ad {
	float: left;
	margin: 0 18px 12px 0;
	display: inline-block;
	width: 300px;
	height: 600px;
}

.inline-ad-bottom {
	float: left;
	margin: 0 18px 12px 0;
	display: inline-block;
	width: 300px;
	height: 250px;
}

.bigbox-top-ad {
	display: inline-block;
	width: 300px;
	height: 250px
}

.view-article-text {
	margin-top: 12px;
}

.social-tools {
	margin-top: 8px;	
}

.title-popular {
	width: 300px;
	text-align: center;
	font-family: 'Fjalla One', sans-serif;
	margin: 0 auto 12px auto;
	font-size: 2em;
}

.div-line {
	border-top: 2px solid #000;
	margin: 24px 0 24px 0;
	clear: both;
}

.share-count {
	text-align: center;
	background-color: #F00;
	color: #FFF;
	padding-top: 2px;
	font-size: 2em;
	font-family: 'Fjalla One', sans-serif;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.share-text {
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-family: 'Fjalla One', sans-serif;
	padding-top: 2px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-share {
	height: 64px;
	line-height: 64px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.6em;
}

.comments-title {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 6px;
	background-color: #F00;
	color: #FFF;
	font-size: 1.5em;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}

.bottom-right {
	text-align: right;	
}

.bottom-right div {
	width: 300px;
	margin-left: auto;
	margin-right: 0;
}

/* ARTICLE LAYOUT */

	.article-content h1 {
		font-family: 'Fjalla One', sans-serif;
	}

	.article-content h1 a:link, .article-content h1 a:visited, .article-content h1 a:hover {
		text-decoration: none;
		color: #000;
	}

	.article-content .category-date {
		color: #000;
		font-family: 'Fjalla One', sans-serif;
		text-transform: uppercase;
	}

	.article-content .category-date a:link, .article-content .category-date a:visited {
		color: #F00;
		text-decoration: none;
	}

	.article-content .category-date a:hover {
		text-decoration: underline;	
	}

	.article-content p {
		font-size: 1.2em;
		margin-bottom: 20px;
	}

	.article-content p:last-child {
		margin-bottom: 0;	
	}

	.popular-article {
		width: 300px;
		position: relative;
		margin-bottom: 18px;
	}

	.popular-article h2 {
		font-family: 'Fjalla One', sans-serif;
		margin: 8px 0 8px 0;
		padding: 0;
		color: #FFF;
	}

	.popular-article h2 a:link, .popular-article h2 a:visited, .popular-article h2 a:hover {
		color: #FFF;
		text-decoration: none;
	}

	.bottom-article {
		margin-bottom: 24px;
	}

	.separator {
		border-top: 1px solid #CCC;
		margin-top: 24px;
	}

	.bottom-article h2 {
		font-family: 'Fjalla One', sans-serif;
		margin: 8px 0 8px 0;
		padding: 0;
	}

	.bottom-article h2 a:link, .bottom-article h2 a:visited, .bottom-article h2 a:hover {
		color: #000;
		text-decoration: none;
	}

	.bottom-article .category-date {
		color: #000;
		font-family: 'Fjalla One', sans-serif;
		text-transform: uppercase;
	}

	.bottom-article .category-date a:link, .bottom-article .category-date a:visited {
		color: #F00;
		text-decoration: none;
	}

	.bottom-article .category-date a:hover {
		text-decoration: underline;
	}

	.big-article {
		position: relative;
	}

	.small-article {
		position: relative;
	}

	.small-article:first-child {
		margin-bottom: 20px;	
	}

	.article-text {
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 10px;
	}

	.article-text p {
		color: #FFF;
		-webkit-transition: max-height 0.8s;
		-moz-transition: max-height 0.8s;
		transition: max-height 0.8s;
		max-height: 0;
		overflow: hidden;
		padding-right: 10px;
		padding-left: 10px;
	}

	.article-overlay:hover p {
		display: block;
		max-height: 500px;
	}

	.v-center {
		position: relative;
		top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
	}

	.big-article .article-text h1 {
		color: #FFF;
		font-family: 'Fjalla One', sans-serif;
	}

	.small-article .article-text h1 {
		color: #FFF;
		font-family: 'Fjalla One', sans-serif;
		font-size: 2em;
	}

	.small-article .category-date, .big-article .category-date {
		color: #FFF;
		font-family: 'Fjalla One', sans-serif;
		text-transform: uppercase;
	}

	.article-overlay {
		background-color: rgba(0,0,0,0.55);
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-ms-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
	}

	.article-overlay:hover {
		background-color: rgba(0,0,0,0.25);
	}

/* END OF ARTICLE LAYOUT */

@media only screen and (min-width : 768px) {

	.navbar .container-fluid, .navbar-collapse {
		padding-left:0;
	}

	.navbar-collapse.in {
		padding-left:30px;
	}

}

@media (max-width:767px) {

	.big-article .category-date {
		display: none;	
	}
	
	.big-article .article-text h1 {
		color: #FFF;
		font-family: 'Fjalla One', sans-serif;
		font-size: 2em;
	}
	
	.logo img {
		margin: 0 auto 12px auto;
	}
	
	.big-article {
		margin-bottom: 18px;	
	}
	
	.btn-share {
		margin-top: 12px;	
	}
	
	.share-block {
		margin-top: 12px;	
	}
	
	.bottom-left {
		margin-top: 18px;
		margin-bottom: 18px;
		text-align: center;
	}
	
	.bottom-right {
		margin-bottom: 18px;
		text-align: center;
	}
	
	.category-date {
		margin-top: 8px;	
	}

}

.navbar-custom {
	background-color: #000000;
	border:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar-custom .navbar-brand {
	color: #ffffff;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
	color: #e6e6e6;
	background-color: transparent;
}

.navbar-custom .navbar-text {
	color: #ffffff;
}

.navbar-custom .navbar-nav > li > a {
	color: #ffffff;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: #F00;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #F00;
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}

.navbar-custom .navbar-toggle {
	border-color: #dddddd;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background-color: #dddddd;
}

.navbar-custom .navbar-toggle .icon-bar {
	background-color: #cccccc;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
	border-color: #000000;
}

.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
	background-color: #000000;
	color: #ffffff;
}

.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-custom .navbar-nav > .dropdown > a .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

@media (max-width: 767) {
	
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: transparent;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #000000;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
	
}

.navbar-custom .navbar-link {
	color: #ffffff;
}

.navbar-custom .navbar-link:hover {
	color: #ffffff;
}

.btn-custom { 
  color: #ffffff; 
  background-color: #F90606; 
  border-color: #D60303; 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #D60303; 
  border-color: #D60303; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #F90606; 
  border-color: #D60303; 
} 
 
.btn-custom .badge { 
  color: #F90606; 
  background-color: #ffffff; 
}