/** * 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: 10px;	padding-bottom: 0px;	padding-top: 0px;}/* PAGER */.bx-wrapper .bx-pager {	text-align: center;	font-size: 0px;}.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 {	display: block;	width: 14px;	height: 14px;	margin: 0 3px;	background-image: url(../Images/bullet-03.png);}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {	background-image: url(../Images/bullet-04.png);}/* 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 *//* IMAGE CAPTIONS .bx-wrapper .bx-caption {	position: absolute;	left: 0;	background-color: rgba(255,255,255,1.00);	width: 100%;	bottom: 0%;	opacity: 0.8;}.bx-wrapper .bx-caption span {	color: #464646;	font-family: Roboto, sans-serif;	display: block;	font-size: 16px;	padding-top: 15px;	padding-right: 0px;	padding-left: 60px;	line-height: 19px;	font-weight: 300;	text-align: left;	height: 35px;	font-style: normal;	text-decoration: none;	white-space: normal;	vertical-align: top;}*/@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;}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {	position: absolute;	width: 100%;	bottom: -18px;	padding-bottom: 0px;	padding-top: 0px;	opacity: 0.5;}	}