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

.bx-wrapper {
	position: relative;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-height: 680px;
	float: none;
	height: auto;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	max-height: 680px;
	float: left;
}
.bx-wrapper img .first {
	max-width: 100%;
	display: block;
	max-height: 680px;
	float: left;
}

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

.bx-wrapper .bx-viewport {
	/* [disabled]-moz-box-shadow: 0 0 5px #ccc; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #ccc; */
	/* [disabled]box-shadow: 0 0 5px #ccc; */
	/* [disabled]border: 5px solid #FFFFFF; */
	/* [disabled]left: -5px; */
	background: #FFFFFF;
	/*fix other elements on the page moving (on Chrome)*/
	/* [disabled]-webkit-transform: translatez(0); */
	/* [disabled]-moz-transform: translatez(0); */
	/* [disabled]-ms-transform: translatez(0); */
	/* [disabled]-o-transform: translatez(0); */
	/* [disabled]transform: translatez(0); */
}

.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;
	background-image: url(../img/icons/dark-green/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: 'Questrial';
	font-weight: bold;
	color: #06377A;
	padding-top: 0px;
	top: 1%;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #06377A;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/icons/dark-green/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/icons/dark-green/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 47%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	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(../img/icons/dark-green/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
	z-index: 99;
}

.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(../img/icons/dark-green/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
	z-index: 99;
}

.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: center;
	width: 95%;
	top: .5%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 45%;
	width: 35px;
	top: 2%;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: relative;
	font-family: 'Questrial';
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #06377A;
	background: #06377A;
	visibility: visible;
	float: left;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	font-family: 'Questrial';
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	height: auto;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
#slider {
	max-width: 150%;
	background-color: #06377A;
	z-index: -999;
	padding: 0px;
	margin: 0px;
	font-family: 'Questrial';
}
#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;
}
#mobile-slider {
	max-width: 150%;
	background-color: #06377A;
	z-index: -999;
	padding: 0px;
	margin: 0px;
}
#mobile-slider .bxslider ul {
	padding: 0px;
	margin: 0px;
	max-height: 100%;
}
#mobile-slider .bxslider li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	max-width: 150%;
	z-index: -999;
}
.bxslider {
	margin: 0px;
	background-color: #06377A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 99;
	font-family: 'Questrial';
}

.first {
	display: block;
	z-index: -999;
}
.hidden {
	display: none;
}
@media only screen and (max-width: 1200px){
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	font-family: 'Questrial';
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 40px;
}	
}
@media only screen and (max-width: 960px){
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	font-family: 'Questrial';
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	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 {
	font-family: 'Questrial';
	position: relative;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	background: #06377A;
	visibility: visible;
	overflow: visible;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	font-family: 'Questrial';
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	z-index: -999;
	line-height: 20px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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;
}	
}
