/*-------- Banner --------------*/

.banner, .banner .item {
	background: #000;
	position: relative;
	width: 100%;
	height: 70vh;
	max-height: 700px;
	min-height: 500px;
	z-index: 1;
}

@media screen and (max-width: 1150px) {
	.banner, .banner .item {
		min-height: 420px;
	}
}

@media screen and (max-width: 992px) {
	.banner, .banner .item {
		min-height: 300px;
	}
}

@media screen and (max-width: 640px) {
	.banner, .banner .item {
		min-height: 770px;
	}
}

@media screen and (max-width: 640px) {
	.banner, .banner .item {
		min-height: 770px;
	}
}

@media screen and (max-width: 570px) {
	.banner, .banner .item {
		min-height: 680px;
	}
}

@media screen and (max-width: 450px) {
	.banner, .banner .item {
		min-height: 590px;
	}
}

@media screen and (max-width: 421px) {
	.banner, .banner .item {
		min-height: 530px;
	}
}

@media screen and (max-width: 350px) {
	.banner, .banner .item {
		min-height: 460px;
	}
}

.banner .cycle-slideshow {
	height: 100%;
}

.banner .item {
	padding: 0;
	margin: 0;
	width: 100%;
}

.banner .item .container {
	display: flex;
	margin: auto;
	max-width: 1400px;
	padding: 15px;
}

.banner .item .container .column20 {
	width: 20%;
	min-width: 350px;
}
.banner .item .container .column33 {
	width: 33%;
	min-width: 350px;
}
.banner .item .container .column50 {
	width: 50%;
	min-width: 350px;
}
.banner .item .container .column80 {
	width: 80%;
	min-width: 350px;
}
.banner .item .container .column100 {
	width: 100%;
}

.banner .item .container.Vcenter {
	align-items: center;
}
.banner .item .container.Vtop {
	align-items: flex-start;
}
.banner .item .container.Vbotton {
	align-items: flex-end;
}

.banner .item .container.Hcenter {
	justify-items: center;
}
.banner .item .container.Hleft {
	justify-items: flex-start;
}
.banner .item .container.Hright {
	justify-items: flex-end;
}

.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 img {
	margin-bottom: 30px;
}

.banner h3 {
  font-family: "Open Sans", Sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1em;
  color: var( --e-global-color-text );
}

.banner p {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
	margin-bottom: 30px;
  color: var( --e-global-color-text );
}

.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 #505050;
	border-radius: 500px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	padding: 8px;
	margin: 0 5px;
	cursor: pointer;
}

.banner .control-banner span.cycle-pager-active {
	background: #505050;
}

.banner .arrows {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.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: 20px;
  background: #fff;
  border-radius: 1000px;
  padding: 18px 20px;
  color: #505050;
  border: 1px solid #aaa;
}

.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%;
}

@media (min-width: 641px) {
	.mobile-banner {
		display: none !important;
	}
}
@media (max-width: 640px) {
	.control-banner-mobile, .computer-banner {
		display: none !important;
	}
}
