/*--------------------------------------------------------------
# Title Styles
--------------------------------------------------------------*/
h3 {
	font-size: 20px;
	line-height: 27px;
}
.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.headline h2, 
.headline h3, 
.headline h4 {
	color: #999;
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #e74c3c;
}
#content .headline h2,
#content .headline h3,
#content .headline h4 {
	color: #555;
}
.headline h2 {
	font-size: 22px;
	font-weight: normal;
}
.news h2 {
	font-size: 22px;
	margin: 0 0 15px;
	line-height: 30px;
	text-transform: inherit;
	font-weight: 200;
}
.news h2 a {
	color: #555;
}
.news h2 a:hover {
	color: #e74c3c !important;
	text-decoration: none;
}
.headline-v2 {
	display: block;
	background: #fff;
	padding: 1px 10px;
	margin: 0 0 20px 0;
	border-left: 2px solid #000;
}
.headline-v2 h2 {
	margin: 3px 0;
	font-size: 20px;
	font-weight: 200;
	line-height: 33px;
}
h2.entry-title {
	color: #555;
	font-size: 21px;
	line-height: 32px;
	margin-bottom: 10px;
}
.blog-post-tags {
	padding: 10px 0;
	margin-bottom: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	color: #555;
}
.posted-info {
	font-style: italic;
}
.blog-latest-posts h3 {
	font-size: 14px;
	margin: 0 0 3px;
	line-height: 20px;
}
h2.title-v2 {
	color: #555;
	position: relative;
	margin-bottom: 30px;
}
h2.title-v2:after {
	left: 0;
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #555;
	position: absolute;
}
h1.title-v2.title-center:after, 
h2.title-v2.title-center:after, 
h3.title-v2.title-center:after {
	left: 50%;
	width: 70px;
	margin-left: -35px;
}

h2.title_gallery {
	color: #555;
	position: relative;
	margin-bottom: 30px;
}
h2.title_gallery:after {
	left: 0;
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #555;
	position: absolute;
}

h3.share_heading {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

/* Archives */
.galleries_header {
	background: url(../images/headers/header-galleries.jpeg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}

.news_header {
	background: url(../images/headers/header-news.jpeg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}

.videos_header {
	background: url(../images/headers/header-videos.jpeg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}

.page_header {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}

.page_header .overlay:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(0,0,0,0.4);
}

.galleries_header h1,
.news_header h1,
.videos_header h1,
.page_header h1 {
	color: #fff;	
	line-height: 50px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #333;
}

@media (min-width: 320px) {
	.galleries_header h1,
	.news_header h1,
	.videos_header h1,
	.page_header h1 {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.galleries_header h1,
	.news_header h1,
	.videos_header h1,
	.page_header h1 {
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	.galleries_header h1,
	.news_header h1,
	.videos_header h1,
	.page_header h1 {
		font-size: 40px;
	}
}

.videos_header p {
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 0;
	text-transform: uppercase;
}