/**
 * 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
===================================*/

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

.zap2015_mobile-wrapper img {
	max-width: 100%;
	display: block;
}

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

.zap2015_mobile-wrapper .zap2015_mobile-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);
}

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

/* LOADER */

.zap2015_mobile-wrapper .zap2015_mobile-loading {
	min-height: 50px;
	background: url(/static/staticContent/common/Mobile/landing/m_FeriaZapatisimas/img/zap2015_mobile_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

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

.zap2015_mobile-wrapper .zap2015_mobile-pager .zap2015_mobile-pager-item,
.zap2015_mobile-wrapper .zap2015_mobile-controls-auto .zap2015_mobile-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.zap2015_mobile-wrapper .zap2015_mobile-pager.zap2015_mobile-default-pager a {
	background: #FFF;
	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;
}

.zap2015_mobile-wrapper .zap2015_mobile-pager.zap2015_mobile-default-pager a:hover,
.zap2015_mobile-wrapper .zap2015_mobile-pager.zap2015_mobile-default-pager a.active {
	background: #99cc00;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.zap2015_mobile-wrapper .zap2015_mobile-prev {
	left: 10px;
	background-position:top;
	background: url(/static/staticContent/common/Mobile/landing/m_FeriaZapatisimas/img/zap2015_mobile_arrowBack.png) no-repeat ;
}


.zap2015_mobile-wrapper .zap2015_mobile-next {
	right: 10px;
	background-position:top;
	background: url(/static/staticContent/common/Mobile/landing/m_FeriaZapatisimas/img/zap2015_mobile_arrowFoward.png) no-repeat ;
}

.zap2015_mobile-wrapper .zap2015_mobile-prev:hover {
	background-position:bottom;
	
}

.zap2015_mobile-wrapper .zap2015_mobile-next:hover {
	background-position:bottom;
}

.zap2015_mobile-wrapper .zap2015_mobile-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
}

.zap2015_mobile-wrapper .zap2015_mobile-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.zap2015_mobile-wrapper .zap2015_mobile-controls-auto {
	text-align: center;
}

.zap2015_mobile-wrapper .zap2015_mobile-controls-auto .zap2015_mobile-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/static/staticContent/common/Mobile/landing/m_FeriaZapatisimas/img/zap2015_mobile_controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.zap2015_mobile-wrapper .zap2015_mobile-controls-auto .zap2015_mobile-start:hover,
.zap2015_mobile-wrapper .zap2015_mobile-controls-auto .zap2015_mobile-start.active {
	background-position: -86px 0;
}

.zap2015_mobile-wrapper .zap2015_mobile-controls-auto .zap2015_mobile-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/static/staticContent/common/Mobile/landing/m_FeriaZapatisimas/img/zap2015_mobile_controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.zap2015_mobile-wrapper .zap2015_mobile-controls-auto .zap2015_mobile-stop:hover,
.zap2015_mobile-wrapper .zap2015_mobile-controls-auto .zap2015_mobile-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.zap2015_mobile-wrapper .zap2015_mobile-controls.zap2015_mobile-has-controls-auto.zap2015_mobile-has-pager .zap2015_mobile-pager {
	text-align: left;
	width: 80%;
}

.zap2015_mobile-wrapper .zap2015_mobile-controls.zap2015_mobile-has-controls-auto.zap2015_mobile-has-pager .zap2015_mobile-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.zap2015_mobile-wrapper .zap2015_mobile-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2e5878;
	background: rgba(46, 88, 120, 0.75);
	width: 100%;
}

.zap2015_mobile-wrapper .zap2015_mobile-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
