/** * 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===================================*/.bx-wrapper {	position: relative;	width: 100%;}.bx-wrapper img {	max-width: 100%;	display: block;	position: relative;}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {	position: absolute;	width: 100%;	bottom: 15%;	padding-bottom: 5px;	padding-top: 5px;}/* 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 {	text-indent: 9999px;	display: block;	width: 10px;	height: 10px;	margin: 0 10px;	outline: 0;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;	background-color: #FFFFFF;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {	background: #DA0231;}/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-prev {	left: 0px;	background: url(../Images/controls.png) no-repeat 0px -50px;}.bx-wrapper .bx-next {	right: 0px;	background: url(../Images/controls.png) no-repeat -50px -50px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -50px 0px;}.bx-wrapper .bx-controls-direction a {	position: absolute;	bottom: 0%;	margin-top: 0px;	outline: 0;	width: 50px;	height: 50px;	text-indent: -9999px;	z-index: 1;}.bx-wrapper .bx-controls-direction a.disabled {	display: none;}ul.bxslider {	margin-top: 0px;	margin-right: 0px;	margin-left: 0px;	margin-bottom: 0px;	padding-top: 0px;	padding-right: 0px;	padding-left: 0px;	padding-bottom: 0px;}/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {	text-align: right;	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;	left: 0;	background-color: rgba(255,255,255,1.00);	width: 100%;	bottom: 0%;	border-top-color: #323B40;	/* [disabled]border-top-style: solid; */	border-top-width: 1px;	opacity: 0.9;}.bx-wrapper .bx-caption span {	color: rgba(83,83,83,1.00);	font-family: 'Lato', sans-serif;	display: block;	font-size: 16px;	padding-top: 10px;	padding-right: 0px;	padding-left: 20px;	padding-bottom: 10px;	line-height: 1.3em;	font-weight: 400;	text-align: left;}@media only screen and (max-width:320px){/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-prev {	left: 0px;	background: url(../Images/controls-02.png) no-repeat 0px -35px;}.bx-wrapper .bx-next {	right: 0px;	background: url(../Images/controls-02.png) no-repeat -35px -35px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -35px 0px;}.bx-wrapper .bx-controls-direction a {	position: absolute;	bottom: 0%;	margin-top: 0px;	outline: 0;	width: 35px;	height: 35px;	text-indent: -9999px;	z-index: 1;}.bx-wrapper .bx-controls-direction a.disabled {	display: none;}ul.bxslider {	margin-top: 0px;	margin-right: 0px;	margin-left: 0px;	margin-bottom: 0px;	padding-top: 0px;	padding-right: 0px;	padding-left: 0px;	padding-bottom: 0px;}	}