.hoppers-slider {
	float: left;
	margin: 44px 0 0;
	width: 100%;
}

.bx-wrapper{
	box-shadow: none;
	border:none;
}

.bx-pager.bx-default-pager {
	display: none;
}

.slide-box {
/*	background: rgba(0,0,0,0.6) none repeat scroll 0 0;*/
	color: white;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 55%;
	width: 45%;
}

.slide-box h2{
	color: #222222;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 50px;
}

.hoppers-slider .bx-wrapper {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 60;
}

.bx-wrapper .bx-controls-direction a {
	border-radius: 20px;
	height: 25px;
	outline: 0 none;
	position: absolute;
	top: 45%;
	width: 25px;

}

.banner h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	background: #44a1da none repeat scroll 0 0;
	margin: 0;
	font-size: 30px;
	padding: 15px 0;
}

.bx-wrapper img {
	float: left;
	width: 100%;
}

.bx-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	touch-action: pan-y;
}

.bx-wrapper .bx-prev {
	left: 5%;
}

.bx-wrapper .bx-next {
	right: 5%;
}

.carousel-cell {
	height: 920px !important;
	width: 100%;
}

.carousel-cell .banner {
	background: no-repeat 50%/cover;
	align-items: flex-end;
	position: relative;
	display: flex;
	height: 100% !important;
	justify-content: center;
}

.flickity-viewport {
	min-height: 546px;

}

.slide-content {
	position: absolute;
	right: 0;
	bottom: 35%;
	padding: 50px 160px 80px 60px;
	background-color: rgba(162, 123, 54, 0.6);
	width: 660px;
	max-width: 100%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff;
  	text-shadow: 0 0 1px #44351a;
}
.slide-content small {
	font-size: 14px;
	display: block;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
}

.main-carousel .flickity-page-dots {
	position: absolute;
	width: 660px;
	max-width: 100%;
	right: 0;
	bottom: calc(35% + 30px);
}

.main-carousel .flickity-page-dots .dot {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="21px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M24.000,10.500 L18.000,21.001 L6.000,21.001 L-0.000,10.500 L6.000,-0.001 L18.000,-0.001 L24.000,10.500 Z"/></svg>') no-repeat center center transparent;
	background-size: cover;
	width: 24px;
	height: 21px;
	margin: 0;
	border-radius: 0 !important;
	transition: opacity .2s ease;
}
.main-carousel .flickity-page-dots .dot:nth-child(even) {
	margin: 0 -5px 12px;
}
.main-carousel .flickity-page-dots .dot:hover {
	opacity: .75;
}

.main-carousel .down-arrow {
	margin-bottom: 180px;
}



.intro-text {
	padding: 30px 0;
	background-color: #031428;
	color: #fff;
}

.intro-text.center-txt p {
	font-size: 18px;
}

.intro-text.center-txt h1 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}
@media screen and (max-width: 768px){
	.intro-text.center-txt p {
		font-size: 14px;
	}

	.intro-text.center-txt h1 {
		font-size: 17px;
		line-height: 1.2;
	}
}

.main-carousel {
	margin-top: 0;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
