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


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

.facility-slider-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.facility-slider-wrapper .bx-wrapper .bx-prev {
  left: -80px;
}

.facility-slider-wrapper .bx-wrapper .bx-next {
  right: -80px;
}

.hs-item {
    max-width: 100%;
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: 50% 50%;
}

.hs-fit {
	width: 100%;
}

.capslider-wrapper .bx-wrapper img {
	width: 100%;
}

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

.bx-wrapper img {
	display: block;
    opacity: .5;
    max-height: 100%;
}

.hs-content {
	padding: 30px 15px;
	max-width: 250px;
	position: absolute;
	top: 25%;
	right: 9%;
	background: #f7f7f7;
	text-transform: uppercase;
}

.hs-content h4 {
	font-size: 30px;
	font-weight: 900;
	line-height: 90%;
}

.hs-content p {
	font-size: 14px;
	margin-top: 1em;
}


.hs-more {
	margin-top: 2em;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	background: #1e2b51;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
}

.hs-more:hover {
	background: #192340;
	color: #fff;
}

.hs-welcome {
    position: relative;
    margin-top: -219px;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 0 10px;
}

.hs-welcome h1 {
    font-family: Arial;
    font-size: 48px;
    font-weight: 900;
    text-shadow: 3px 0 6px rgba(0,0,0,0.53);
}

.hs-welcome h1 span {
	font-style: italic;
}

.hs-welcome p {
	max-width: 820px;
	margin: 1em auto 2em;
	font-size: 17px;
	font-weight: 300;
	text-shadow: 3px 0 6px rgba(0,0,0,0.53);
}

.js-scroll-down {
	display: block;
	width: 52px;
	height: 58px;
	margin: 0 auto;
}

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

.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-dummy {
	width: 100%;
}

.bxslider li {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
  max-height: 418px;
  position: relative;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: #666;
	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: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(/images/slider-arrows.png);
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/images/slider-arrows.png) no-repeat -63px 0;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -33px;
	outline: 0;
	width: 63px;
	height: 66px;
	text-indent: -9999px;
	z-index: 1;
}

.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(images/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/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;
}

.wb-wrapper .bx-viewport {
  background: transparent;
}

.wb-wrapper .bx-prev {
  display: none;
}

@media (max-width: 1600px) {
	.hs-content {
		top: 85px;
		right: 85px;
	}

	.hs-content h4 {
    font-size: 24px;
  }

  .hs-content p {
    font-size: 13px;
  }

	.hs-content {
    padding: 10px 15px;
  }

  .hs-more {
  	font-size: 15px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 1420px) {
	.hs-fit {
    min-height: 530px;
    width: 100%;
	}

	.hs-more {
		margin-top: 1em;
	}

	.hs-welcome p {
		max-width: 1100px;
	}

	.hs-welcome {
		margin-top: -197px;
	}

	.hs-welcome h2 {
    font-size: 40px;
  }
}

@media (max-width: 1370px) {

}

@media (max-width: 1130px) {
	.hs-welcome h2 {
		font-size: 40px;
	}

	.hs-content {
    top: 110px;
  }
}

@media (max-width: 940px) {
	.hs-content {
		position: static;
		background: #f7f7f7;
		max-width: none;

	}

	.hs-content h4 {
	  font-size: 33px;
	}

	.hs-content p {
	  font-size: 14px;
	}

	.hs-welcome {
		margin-top: 0;
		color: #000;
		text-align: left;
	}

	.hs-welcome p {
		text-shadow: none;
	}

	.hs-welcome h2 {
		text-shadow: none;
	}

	.hs-fit {
		min-height: 0;
	}

	.home .bx-wrapper .bx-controls-direction a {
    top: 40%;
	}
}

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