.imgBanner.intro {
	position: relative
}

.loadOverlay#home hr {
	animation-duration: 2s;
}
.article main img {
   width: 100%; 
    margin-bottom: 25px;
}

.imgBanner p {
	text-transform: none;
}


.imgBanner.intro * {
	position: relative;
	z-index: 2;
}

.imgBanner.intro .overlay {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 1;
}

article .articleText p.details {
	text-transform: uppercase;
}

article .articleText p.details a, article .articleText p.details a:hover {
	color: #666;
	padding-left: 0;
	left: 0;
	text-decoration: none;
	font-weight: 400;
}

.largeArticles article.review .articleText h2 {
	font-weight: 400;
}

.hero.article h1, .smallArticles.music article h2 {
	font-weight: 400;
}


.fancybox-caption {
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
}


.smallArticles article.item_2, .smallArticles article.two {
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.article main p {
	font-size: 14px;
}

.article main p.intro {
	font-size: 18px;
}


footer ul {
	margin: 5px 0 0;
}


@media screen and (max-width:1023px) {
	.smallArticles article.item_2, .smallArticles article.two {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
	
	footer ul {
		margin-top:-30px;
		text-align: right;
		margin-right: -5px
	}
	
	footer ul.social {
		text-align: left;
		margin: 0
	}
	
	footer p {
		margin-top: 7px;
	}


}

@media screen and (max-width:768px) {
	
	.article main p.intro {
		font-size: 16px;
	}
}

@media screen and (max-width:639px) {
	footer ul,
	footer ul.social {
		text-align: center;
		margin: 0;
	}
	
	footer ul.social {
		margin: 5px 0 -2px;
	}
	
	.article main p.intro {
		margin-bottom: 15px;
	}
	
	

}

@media screen and (max-width: 768px) {
	.imgBanner p {
		font-size: 14px;
	}

}

