/*
 * 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;
	padding: 0;
	margin: 0 auto 0 auto;
	*zoom: 1;
	display: block;
}

/*--Iván Luna [Re]--*/
.bx-viewport{
	display: block;
}
ul.bxslider li{
	max-width: 100% !important;
	background: none;
}
ul.bxslider li img {
	width: 100%;
	*width: ;
	width: \0/;
	/*max-height: 100%;*/
	display: block;
	margin: 0 auto;
}
:root ul.bxslider li img{
	width: 100%;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: auto;
	position: relative;
	right: 15px;
	bottom: 5px;
	z-index: 50;
}

/* LOADER */
.bx-wrapper .bx-loading {
	width: 100%;
	height: 100%;
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat white;
	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: #999;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e6413d;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 20px;
	background: url(images/prev.png) no-repeat;
}
.bx-wrapper .bx-next {
	right: 20px;
	background: url(images/next.png) no-repeat;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	margin-top: -20px;
	text-indent: -9999px;
}
.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 {
	width: 80%;
	text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 35px;
	right: 0;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	overflow: hidden;
	position: absolute;
	top: 80px;
	bottom: 80px;
	left: 20px;
	right: 20px;
	padding: .25% 20px;
	border-radius: 10px;
	margin: 0 auto;
	font-size: 26pt;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.bx-wrapper .bx-caption div {
	width: 100%;
	height: 100%;
	display: table;
}
.bx-wrapper .bx-caption div span {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	color: white;
	text-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
.no-csstransitions .bx-wrapper .bx-caption div span {
	border-radius: 10px;
	background: url(images/dotBlack.png) repeat;
}
.bx-wrapper a.bx-re-links{
	width: 7em;
	height: 32px;
	position: absolute;
	bottom: 30px;
	left: 5%;
	right: 5%;
	padding: 3px 0;
	border: 3px solid white;
	border-radius: 30px;
	margin: 0 auto;
	font-weight: 600;
	color: #45444d;
	text-align: center;
	text-transform: uppercase;
	background: url(images/dotWhite1.png) repeat;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.bx-wrapper a.bx-re-links:hover{
	background: white url(images/dotWhite1.png) repeat;
	background: rgba(255,255,255,.55) url(images/dotWhite1.png) repeat;
}

@media only screen and (max-width: 960px) {
	.bx-wrapper .bx-caption {font-size: 18pt; font-size: 1.5rem; font-weight: 500;}
}
@media only screen and (max-width: 800px) {
	.bx-wrapper .bx-caption {top: 60px; bottom: 60px;}
	.bx-wrapper a.bx-re-links{bottom: 10px;}
}
@media only screen and (max-width: 768px) {
	.bx-wrapper .bx-caption {top: 40px; bottom: 40px;}
}
@media only screen and (max-width: 568px) and (min-width: 481px) {
	.bx-wrapper .bx-caption {font-size: 14pt; font-size: 1.2rem;}
}
@media only screen and (max-width: 480px) {
	.bx-wrapper .bx-caption {top: 10px; bottom: 10px;}
	.bx-wrapper .bx-caption div {display: block; position: relative;}
	.bx-wrapper .bx-caption div span {display: block; position: relative; top: 40%; margin: 0; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal;}
}
@media only screen and (max-width: 400px) {
	.bx-wrapper .bx-caption {display: none;}
	.bx-wrapper a.bx-re-links{top: 50%; margin: -16px auto 0 auto;}
}