/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#slider {
	height: calc(100vh - 120px);
}

@media (max-width:991px) {
	#slider {
		height: calc(100vh - 60px);
	}
}

.slider-wrap {
	overflow:hidden;
	position:relative;
}

.bx-slider {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bx-slider li:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0; left:0;
	background:rgba(0,0,0,0.35);
	z-index:997;
}

.bx-wrapper {
	position: relative;
	margin:0;
	padding: 0;
	*zoom: 1;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: 0;
	left: 0;
	margin:0 auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width:100%;
	z-index:100;
}

.bx-wrapper img {
	height:calc(100vh - 120px);
	width:100%;
	min-height:500px;
	object-fit:cover;
}

.hero-text {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -55%);
	width:100%;
	max-width:700px;
	margin:0;
	padding:0 15px;
	z-index:998;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.hero-text h1 {
	color:inherit;
	margin:0 auto 15px;
}

#event-link {
	position:absolute;
	bottom:1.5em;
	left:50%;
	transform:translateX(-50%);
	font-size:18px;
	z-index:998;
	display:block;
	text-align:center;
	letter-spacing:-0.02em;
	text-decoration:none !important;
}

#event-link .fa-chevron-down {
	display:block;
	width:auto;
	margin:7px auto 0;
	font-size:1.2222em;
	font-weight:400;
}

@media (max-width:991px) {
	.bx-wrapper img {
		height:calc(100vh - 60px);
	}
	#event-link {
		font-size:16px;
	}
}

@media (max-width:767px) {
	#event-link {
		bottom:20px;
	}
}

@media (max-width:767px) and (orientation:portrait) {
	.bx-wrapper img {
		height:calc(70vh - 60px);
		min-height:0;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.bx-wrapper img {
		height:calc(100vh - 60px);
		min-height:300px;
	}
}

@media (max-width:480px) {
	#event-link {
		display:none;
	}
}


/* LOADER */

.bx-loading {
	background: url(../images/oval.svg) 50% 45% no-repeat #fff;
	position:relative;
	z-index:999;
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
}


/* PAGER */

.bx-wrapper .bx-pager {
	position:absolute;
	width:auto;
	right:25px;
	bottom:30px;
	float:right;
	text-align:right;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
	display:block;
	width:16px;
	height:16px;
	margin:0 3px;
	outline:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-decoration:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f45314;
}

@media(max-width:767px) {
	.bx-wrapper .bx-pager {
		bottom:20px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width:12px;
		height:12px;
		margin:0 2px;
	}
}

@media (max-width:380px) {
	.bx-wrapper .bx-pager {
		width:100%;
		right:auto;
		left:0;
		float:none;
		text-align:center;
	}
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:1em;
}

.bx-wrapper .bx-next {
	right:1em;
}

.bx-wrapper .bx-controls-direction a {
	color:#fefefe;
	position:absolute;
	transform: translateY(-50%);
	top:50%;
	margin:0;
	outline:0;
	display:block;
	z-index:100;
	font-size:35px;
	text-align:center;
	text-shadow: 0 1px 3px rgba(54, 31, 3, 0.35);
}

.bx-wrapper .bx-controls-direction a:hover {
	color:#408ecf;
}

.bx-wrapper .bx-controls-direction a .fa {
	font-size:2em;
	height:44px;
	line-height:44px;
	text-shadow:none;
	vertical-align:middle;
}

.bx-wrapper .bx-controls-direction .bx-next .fa {
	padding-left:4px;
}

.bx-wrapper .bx-controls-direction .bx-prev .fa {
	padding-right:4px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

@media(max-width:767px) {
	.bx-wrapper .bx-controls-direction {
		display:none;
	}
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

