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

.bx-wrapper {
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* [disabled]max-height: 640px; */
	float: none;
	height: auto;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	/* [disabled]max-height: 640px; */
	float: left;
}
.bx-wrapper img .first {
	max-width: 100%;
	display: block;
	/* [disabled]max-height: 640px; */
	float: left;
}

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

.bx-wrapper .bx-viewport {
	background: #FFFFFF;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 99;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #FFFFFF;
}

/* PAGER */

/* DIRECTION CONTROLS (NEXT / PREV) */

/* AUTO CONTROLS (START / STOP) */

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: relative;
	font-family: 'Nunito', sans-serif;
	bottom: 0px;
	left: 0;
	width: 100%;
	visibility: visible;
	float: left;
	margin-bottom: 0px;
}
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	font-family: 'Nunito', sans-serif;
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	height: auto;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #1AAE8B;
	text-transform: uppercase;
}
#slider {
	max-width: 100%;
	background-color: #FFFFFF;
	z-index: -999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slider .bxslider ul {
	padding: 0px;
	margin: 0px;
	max-height: 100%;
}
#slider .bxslider li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	max-width: 100%;
	z-index: -999;
	padding: 0px;
}
.bxslider {
	background-color: #FFFFFF;
	z-index: 99;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.first {
	display: block;
	z-index: -999;
}
.hidden {
	display: none;
}
@media only screen and (max-width: 1200px){
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	display: block;
	/* [disabled]font-size: 14px; */
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 30px;
}	
}
@media only screen and (max-width: 960px){
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	height: auto;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}	
}
@media only screen and (max-width: 728px){
#slider .bxslider li {
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: -999;
}
.bx-wrapper .bx-caption {
	position: relative;
	width: 100%;
	visibility: visible;
	overflow: visible;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	opacity: 1.0;
	margin-right: 0px;
	margin-left: 0px;
}
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	text-align: center;
	z-index: -999;
	line-height: 20px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 43%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}	
}

