.page_home .navbar-fixed-top {
	margin-bottom: 0;
}
.page_home .main-content {
	padding: 0;
}
@media (max-width: 767px) {
	.page_home .main-content {
		margin: 0 -20px;
	}
}
/* FEATURED */
.home .featured-container {
	height: 530px;
}
#featured {
	height: 530px;
}
#featured .tabs {
}
#featured .tabs .tab {
	display: none;
	height: 530px;
	background: right top no-repeat;
	background-image: url(../images/ft_1.jpg);
}
#featured .tabs .tab.is-visible {
	display: block;
}
/*
#featured .tabs .tab#featured-tab-1 {
	background-image: url(../images/ft_1.jpg);
}
#featured .tabs .tab#featured-tab-2 {
	background-image: url(../images/ft_2.jpg);
}
#featured .tabs .tab#featured-tab-3 {
	background-image: url(../images/ft_3.jpg);
}
#featured .tabs .tab#featured-tab-4 {
	background-image: url(../images/ft_4.jpg);
}
*/
#featured .tabs .tab .tab-inner {
	height: 530px;
	background: url(../images/ft_overlay.png) center top no-repeat;
}
#featured .tabs .tab .info {
	padding-top: 100px;
	color: #fff;
}
#featured .tabs .tab .info .thumbnail {
	display: none;
}
#featured .tabs .tab .info .title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Source Sans Pro', sans-serif;
}
#featured .tabs .tab .info .abstract {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	text-shadow: 2px 2px 4px #000000;
}
#featured .tabs .tab .info .read-more {
	display: block;
	float: left;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0 50px;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
#featured .tabs .tab .info .read-more:hover {
	color: #353433;
	text-decoration: none;
	background: #fff;
}
#featured .tabs-nav {
	height: 0px;
	width: 100%;
}
#featured .tabs-nav .container {
	position: relative;
}
#featured .tabs-nav button {
	display: none;
	position: absolute;
	top: 100px;
	width: 72px;
	height: 344px;
	margin: 0;
	border: 0;
	padding: 0;
	text-indent: -10000px;
	background: transparent 0 0 no-repeat;
}
.featured-container:hover #featured .tabs-nav button {
	display: block;
}
#featured .tabs-nav button:hover {
	background-position: 0 -344px;
}
#featured .tabs-nav button.previous {
	left: 0px;
	background-image: url(../images/ft_arrow_prev.png);
}
#featured .tabs-nav button.next {
	right: 0px;
	background-image: url(../images/ft_arrow_next.png);
}
@media (max-width: 979px) {
	#featured .tabs-nav button {
		display: block;
	}
	#featured .tabs-nav button.previous {
		left: -10px;
	}
	#featured .tabs-nav button.next {
		right: -10px;
	}
}
@media (max-width: 767px) {
	.home .featured-container {
		height: auto;
	}
	#featured {
		height: auto;
	}
	#featured .tabs .tab {
		background-color: #000;
		background-image: none !important;
		height: auto;
	}
	#featured .tabs .tab .tab-inner {
		background-image: none;
		height: auto;
	}
	#featured .tabs .tab .info {
		padding: 0 20px 20px;
	}
	#featured .tabs .tab .info .thumb {
		display: block;
		margin: 0 -20px 20px;
		height: 212px;
		background-color: #000;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 2px 2px 10px rgba(0,0,0,.3);
		background-image: url(../images/ft_1.jpg);
	}
	/*
	#featured .tabs .tab#featured-tab-1 .info .thumb {
		background-image: url(../images/ft_1.jpg);
	}
	#featured .tabs .tab#featured-tab-2 .info .thumb {
		background-image: url(../images/ft_2.jpg);
	}
	#featured .tabs .tab#featured-tab-3 .info .thumb {
		background-image: url(../images/ft_3.jpg);
	}
	#featured .tabs .tab#featured-tab-4 .info .thumb {
		background-image: url(../images/ft_4.jpg);
	}
	*/
	#featured .tabs-nav button {
		width: 36px;
		height: 86px;
		top: 66px;
	}
	#featured .tabs-nav button:hover {
		background-position: 0 -86px;
	}
	#featured .tabs-nav button.previous {
		background-image: url(../images/small_arrow_prev.png);
		left: 20px;
	}
	#featured .tabs-nav button.next {
		background-image: url(../images/small_arrow_next.png);
		right: 20px;
	}
}
/* SOCIAL */
.home-social {
	height: 0px;
}
.home-social .container {
	position: relative;
}
.home-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 110px;
	position: absolute;
	top: -110px;
	right: 0px;
	overflow: hidden;
}
.home-social ul li {
	float: left;
	margin-left: 11px;
}
.home-social ul li a {
	display: block;
	width: 109px;
	height: 110px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-top: 55px;
}
.home-social ul li a:hover {
	margin-top: 30px;
}
.home-social ul li.facebook a {
	background-image: url(../images/soc_fb.png);
}
.home-social ul li.twitter a {
	background-image: url(../images/soc_tw.png);
}
.home-social ul li.vimeo a {
	background-image: url(../images/soc_vimeo.png);
}
@media (max-width: 767px) {
	.home-social {
		height: 50px;
		background: #fff;
		margin: 0 -20px;
		padding: 20px;
	}
	.home-social ul {
		position: static;
		height: 50px;
		width: 170px;
		margin: 0 auto;
	}
	.home-social ul li {
		float: left;
		margin-left: 10px;
	}
	.home-social ul li:first-child {
		margin-left: 0px;
	}
	.home-social ul li a {
		width: 50px;
		height: 50px;
		margin: 0;
	}
	.home-social ul li a:hover {
		margin: 0;
	}
	.home-social ul li.facebook a {
		background-image: url(../images/soc_small_fb.png);
	}
	.home-social ul li.twitter a {
		background-image: url(../images/soc_small_tw.png);
	}
	.home-social ul li.vimeo a {
		background-image: url(../images/soc_small_vimeo.png);
	}
}
/* SIGNUP */
.home .signup-container {
	background: url(../images/bg_blue.png) center center repeat;
	color: #fff;
}
#signup {
	padding: 30px 0;
}
#signup form {
	margin: 0;
	padding: 0;
}
#signup h2 {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-shadow: 2px 2px 4px #4b4d5e;
}
#signup h3 {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-shadow: 2px 2px 4px #4b4d5e;
}
#signup fieldset {
	position: relative;
	background: #fff;
	height: 60px;
	padding: 0 20px;
	box-shadow: 2px 2px 15px #c8c8c8 inset;
}
#signup fieldset label {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 60px;
	font-size: 18px;
	color: #353433;
}
#signup fieldset.has-text label,
#signup fieldset.has-focus label {
	display: none;
}
#signup fieldset input {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	height: 60px;
	line-height: 60px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #353433;
	box-shadow: none !important;
	outline: 0;
	width: 100%;
}
#signup button[type=submit] {
	display: block;
	margin: 0;
	border: 1px solid #fff;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	border-radius: 5px;
	background: transparent;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}
#signup button[type=submit]:hover {
	background: #fff;
	color: #3e404e;
}
@media (min-width: 1200px) {
	#signup h2 {
		font-size: 38px;
	}
	#signup h3 {
		font-size: 20px;
	}
}
@media (max-width: 979px) {
	#signup h2 {
		font-size: 20px;
		line-height: 20px;
	}
	#signup h3 {
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	#signup {
		padding: 20px;
	}
	#signup h2 {
	}
	#signup h3 {
		margin-bottom: 10px;
	}
	#signup fieldset {
		margin-bottom: 10px;
	}
	#signup button[type=submit] {
		display: inline-block;
		width: auto;
	}
}
/* VIDEO AND AD COLUMNS */
.home .cols-container {
	background: url(../images/bg_white.png) center center repeat;
	padding: 30px 0;
}
.home #videos .featured-video {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	padding: 0 20px 15px;
}
.home #videos .featured-video .video {
	height: 360px;
	margin: 0 -20px;
}
.home #videos .span4 .featured-video .video {
	height: 240px;
}
.home #videos .featured-video .video iframe {
	height: 100%;
	width: 100%;
}
.home #videos .featured-video h3.title {
	margin: 0 -20px 15px;
	padding: 15px 20px;
	background: url(../images/bg_red.png) center center repeat;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}
.home #videos .featured-video p.abstract {
	margin: 0 0 15px;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}
.home #videos .featured-video .read-more {
	display: block;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	background: url(../images/arrow.png) left center no-repeat;
	color: #353433;
	font-weight: 700;
}
.home #videos .featured-video .read-more:hover {
	color: #a90909;
	text-decoration: none;
}
.home .right-col .homepage-ad {
	margin-bottom: 30px;
	background: #000;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
}
.home .right-col .homepage-buttons .homepage-button {
	margin-bottom: 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	background: #000;
	text-align: center;
}
@media (max-width: 979px) {
	.home .cols-container {
	}
	.home .left-col {
		float: none;
		width: auto;
	}
	.home .left-col .span4 {
		float: none;
		width: auto;
	}
	.home #videos .span4 .featured-video .video {
		height: 360px;
	}
	.home .right-col {
		float: none;
		width: auto;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	.home .right-col .homepage-ad {
		margin-bottom: 20px;
	}
	.home .right-col .homepage-buttons .homepage-button {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.home .cols-container {
		padding: 20px 20px 0;
	}
	.home #videos .featured-video {
		margin-bottom: 20px;
	}
	.home #videos .featured-video .video {
		height: 240px !important;
	}
}
/* SPOTLIGHT */
.home .spotlight-container {
	background: url(../images/bg_bottomft.png) center center repeat;
}
#spotlight {
}
#spotlight .tabs {
	height: 262px;
	padding: 50px 0;
}
#spotlight .tabs .tab {
	display: none;
}
#spotlight .tabs .tab.is-visible {
	display: block;
}
#spotlight .tabs .tab .image {
	height: 262px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}
#spotlight .tabs .tab .info {
	text-align: right;
}
#spotlight .tabs .tab .info .title {
	margin: 0 0 10px;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	color: #a90909;
}
#spotlight .tabs .tab .info .abstract {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	color: #353433;
}
#spotlight .tabs .tab .info .read-more {
	display: block;
	float: right;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0 50px;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	color: #353433;
}
#spotlight .tabs .tab .info .read-more:hover {
	color: #fff;
	text-decoration: none;
	background: #a90909;
	border-color: #a90909;
}
#spotlight .tabs-nav {
	height: 0px;
	width: 100%;
}
#spotlight .tabs-nav .container {
	position: relative;
}
#spotlight .tabs-nav button {
	display: none;
	position: absolute;
	top: 20px;
	width: 54px;
	height: 324px;
	margin: 0;
	border: 0;
	padding: 0;
	text-indent: -10000px;
	background: transparent 0 0 no-repeat;
}
.spotlight-container:hover #spotlight .tabs-nav button {
	display: block;
}
#spotlight .tabs-nav button:hover {
	background-position: 0 -324px;
}
#spotlight .tabs-nav button.previous {
	left: 0px;
	background-image: url(../images/bottomft_prev.png);
}
#spotlight .tabs-nav button.next {
	right: 0px;
	background-image: url(../images/bottomft_next.png);
}
@media (max-width: 979px) {
	#spotlight .tabs-nav button {
		display: block;
	}
}
@media (max-width: 767px) {
	#spotlight .tabs {
		padding: 20px;
		height: auto;
	}
	#spotlight .tabs .tab .info {
		text-align: left;
	}
	#spotlight .tabs .tab .image {
		margin-bottom: 10px;
	}
	#spotlight .tabs .tab .info .title {
		font-size: 36px;
		line-height: 40px;
	}
	#spotlight .tabs .tab .info .read-more {
		float: left;
		margin-bottom: 20px;
	}
	#spotlight .tabs-nav button {
		width: 36px;
		height: 86px;
		top: 105px;
	}
	#spotlight .tabs-nav button:hover {
		background-position: 0 -86px;
	}
	#spotlight .tabs-nav button.previous {
		background-image: url(../images/small_arrow_prev.png);
		left: 20px;
	}
	#spotlight .tabs-nav button.next {
		background-image: url(../images/small_arrow_next.png);
		right: 20px;
	}
}
@media (max-width: 399px) {
	#spotlight .tabs .tab .image {
		height: 150px;
	}
	#spotlight .tabs-nav button {
		top: 50px;
	}
}
/* BOTTOM NEWS LINKS */
.home .news-container {
	background: url(../images/bg_blue.png) center center repeat;
	color: #fff;
}
#bottom-links {
	padding: 30px 0;
}
#bottom-links h3 {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}
#bottom-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottom-links ul li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #8c90a8;
}
#bottom-links ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
}
@media (max-width: 767px) {
	#bottom-links {
		padding: 20px;
	}
	#bottom-links .news-col {
		margin-bottom: 20px;
	}
}