/*
Hero Slider
Description: This file styles homepage-slider.php
*/
.page-template-homepage-slider button,
.page-template-homepage-slider .button {
	border-radius: 20px;
	padding: 8px 24px;
	-webkit-appearance: none;
}

.vegas-timer-progress {
	background: #5bb66f;
	display:none;
}

.page-template-homepage-slider .hero-background-overlay {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
}

.page-template-homepage-slider .hero-slider-section {
	height: 100%;
	min-height: 520px;
	width: 100%;
	position: relative;
	background: #222;
}


.page-template-homepage-slider.transparent .hero-slider-section {
	min-height: 580px;
}

.page-template-homepage-slider.features .hero-slider-section {
	min-height: 680px;
}

.page-template-homepage-slider .hero-content {
	padding-top: 140px;
}

.page-template-homepage-slider.transparent .hero-content {
	padding: 220px 0px 80px 0px;
}

.page-template-homepage-slider.transparent.features .hero-content {
	padding-top: 220px;
}

.hero-content .headline {
	text-align: center;
	font-size: 56px;
	line-height:1.1em;
	padding:8px 0;
	margin:0;
	color: #FFFFFF;
}

.hero-content .tagline {
	text-align: center;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family: "Arimo", "Helvetica Neue", sans-serif;
	font-size: 28px;
	line-height:1.1em;
	color: #FFFFFF;
	opacity:.7;
}

.hero-content .read-more {
	clear:both;
	text-align:center;
	padding-top:30px;
}

.hero-content .read-more .button {
	font-size: 18px;
	padding: 8px 24px;
}

.hero-content .read-more .button:hover {
	color: #ffffff;
}

.hero-content .read-more .clear-btn.button {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: transparent;
}

.hero-content .read-more .clear-btn.button:hover {
	background: rgba(255, 255, 255, 0.26);
	color: #ffffff;
}

.hero-content .read-more a,
.hero-content .read-more a:hover {
	text-decoration:none;
}

.hero-content a .button,
.hero-content a .button:hover {
	text-decoration:none;
}

/* Features Slider */

.features-block {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 160px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.carousel-content .title a,
.carousel-content a.button {
	color:#fff;
	text-decoration:none;
}

.carousel-content .title a:hover,
.carousel-content a.button:hover {
	color:#fff;
}

.features-block .features-block-inner {
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}

.features-block .carousel-inner {
	min-height: 100px;
}

.features-block .media-holder {
	display: inline-block;
	position: absolute;
	width: 170px;
	height: 100px;
	left: 0;
}

.features-block .media-thumb {
	position: relative;
}

.features-block img {
	border-radius:4px;
}

.features-block img.attachment-fallback-thumbnail {
	padding:12px;
}

a.slide-prev,
a.slide-next {
	opacity: 0.7;
	filter:alpha(opacity=70);
	visibility: visible;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
}

.slide-prev i,
.slide-next i {
	color: #eef2f5;
	font-size: 48px;
}

a.slide-next {
	right: 1%;
}

a.slide-prev {
	left: 1%;
}

.slider-cycle:hover a.slide-prev,
.slider-cycle:hover a.slide-next {
	visibility: visible;
}

a.slide-prev:hover,
a.slide-next:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.features-block .carousel .item {
	height: 100px;
}

.features-block .carousel-content {
	padding-left: 200px;
	max-width: 760px;
}

.features .carousel-content.no-media-holder {
	padding-left: 0;
	max-width: 620px;
}

.features .carousel-content.no-media-holder .title {
	margin-bottom: 15px;
}

.features .carousel-content .title {
	font-size: 22px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 5px;
}

.features-block .carousel-content .button {
	position: absolute;
	right: 0;
	margin:0 6px;
	top: 30px;
}

.features-block .carousel-content .clear-btn.button {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: transparent;
}

.features-block .carousel-content .clear-btn.button:hover {
	background: rgba(255, 255, 255, 0.26);
	color: #ffffff;
}

.features-block .carousel-content .desc {
	color: rgba(255, 255, 255, 0.6);
}

.features-block .carousel-content .desc a {
	color: #fff;
}

.features-block .carousel-content .desc a.more-link {
	color: #5bb66f;
	vertical-align: middle;
}

.features-block .carousel-content .desc a.more-link:hover {
	color: #449a57;
}

.features-block .carousel-content .highlight {
	color: #5bb66f;
}

@media screen and (max-width: 890px) {
	.page-template-homepage-slider .hero-slider-section {
		min-height: 380px;
	}

	.page-template-homepage-slider .hero-content {
		padding-top: 140px;
	}

	.hero-content .headline {
		font-size: 46px;
	}

	.features-block {
		height: 220px;
	}

	.features-block .carousel-content .btn-cta {
		position: static;
	}

	.features-block .carousel .item {
		height: 200px;
	}

	.features-block .glyphicon-chevron-right {
		right: -45px;
	}

	.features-block .glyphicon-chevron-left {
		left: -45px;
	}
}

@media screen and (max-width: 1120px) {
	.features-block .carousel-content {
		max-width: 640px;
	}
}

@media screen and (max-width: 690px) {
	.page-template-homepage-slider .hero-slider-section {
		min-height: 300px;
	}

	.page-template-homepage-slider.transparent .hero-slider-section {
		min-height: 360px;
	}

	.page-template-homepage-slider.transparent.features .hero-slider-section {
		min-height: 720px;
	}

	.page-template-homepage-slider .hero-content {
		padding-top: 80px 20px 0px 20px;
	}
	.page-template-homepage-slider.features .hero-content {
		padding: 50px 20px 0px 20px !important;
	}

	.page-template-homepage-slider.transparent .hero-content {
		padding: 140px 20px 40px 20px !important;
	}

	.page-template-homepage-slider.transparent.features .hero-content {
		padding: 140px 20px 40px 20px !important;
	}

	.hero-content .headline {
		font-size: 34px;
	}

	.hero-content .tagline {
		font-size: 24px;
	}

	.features-block {
		min-height: 360px;
	}
	.features-block .media-holder {
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.features-block .carousel-content {
		padding-left: 0;
	}

	.features-block .carousel-content .btn-cta {
		position: static;
	}

	.features-block .carousel .item {
		height: inherit;
	}

	.features-block .glyphicon-chevron-right {
		right: -45px;
	}

	.features-block .glyphicon-chevron-left {
		left: -45px;
	}
}

@media screen and (max-width: 490px) {

	.page-template-homepage-slider .hero-slider-section {
		min-height: 360px;
	}

	.page-template-homepage-slider.transparent .hero-slider-section {
		min-height: 420px;
	}

	.page-template-homepage-slider.transparent.features .hero-slider-section {
		min-height: 820px;
	}


	.features-block {
		min-height: 420px;
	}
	.features-block .features-block-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

}