/*-------- Banner --------------*/

.banner {
	margin-bottom: 90px;
}

.banner, .banner .item {
	background: #000;
	position: relative;
	width: 100%;
	height: 475px;
	z-index: 1;
}

.banner .cycle-slideshow {
	height: 100%;
}

.banner .item {
	padding: 0;
	margin: 0;
}

.carousel-caption {
	bottom: inherit;
	bottom: 12%;
	padding: 15px 0 30px 0 !important
}

.banner h3, .banner p {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
}

.banner h3 {
	font-family: "Arial", sans-serif;
	font-size: 2.8em;
	margin-top: 10px;
	border: none;
	font-weight: 300;
}

.banner p {
	line-height: 1em;
	margin-top: 15px;
	font-weight: lighter;
}

.banner .btn {
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 60px;
	padding-right: 60px;
	transition: all .3s ease-in-out 0s;
}

.banner .btn:hover {
	opacity: .6;
}

.banner .control-banner {
	position: absolute;
	bottom: 5%;
	z-index: 1000;
	width: 100%;
	text-align: center;
}

.banner .control-banner span {
	text-indent: -999999px;
	font-size: 0em;
	background: none;
	border: 1px solid #fff;
	border-radius: 500px;
	padding: 8px;
	margin: 0 5px;
	cursor: pointer;
}

.banner .control-banner span.cycle-pager-active {
	background: #fff;
}

.banner .arrows {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	top: 47%;
}

.banner .arrows .banner-prev, .banner .arrows .banner-next {
	width: 10%;
	min-width: 100px;
	position: absolute;
	color: #fff;
	font-size: 0px;
}

.banner .arrows .banner-prev::focus, .banner .arrows .banner-next::focus {
	text-decoration: none;
	background: none;
}

.banner .arrows .banner-prev:before, .banner .arrows .banner-next:before {
	font-size: 50px;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}

.banner .arrows .banner-prev:hover, .banner .arrows .banner-next:hover {
	opacity: .5;
}

.banner .arrows .banner-prev {
	left: 0;
	margin-left: 30px;
}
.banner .arrows .banner-next {
	right: 0;
	margin-right: 30px;
	text-align: right;
}

.featured-image-banner {
	z-index:5;
	position: absolute;
	top:0;
	left:0;
	background-size: cover;
	width:100%;
	height:100%;
}

.chevron-left, .chevron-right {
	background-color: #f00;
	height: 40px;
	width: 35px !important;
	min-width: 35px !important;
}

.chevron-right {
	-webkit-mask: url(arrow-point-to-right.svg) center / contain no-repeat !important;
	mask: url(arrow-point-to-right.svg) center / contain no-repeat !important;
}

.chevron-left {
	-webkit-mask: url(arrowhead-thin-outline-to-the-left.svg) center / contain no-repeat !important;
	mask: url(arrowhead-thin-outline-to-the-left.svg) center / contain no-repeat !important;
}

@media (min-width: 768px) {
	.mobile-banner {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.computer {
		display: none !important;
	}
}
@media (max-width: 600px) {
		.banner, .banner .item {
		background: #000;
		position: relative;
		width: 100%;
		height: 275px;
		z-index: 1;
	}
}
