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

.bx-wrapper {
	position: relative;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0;
	*zoom: 1;
}


.bx-wrapper img {
	max-width: 100%;
    max-height: 100%;
    margin: auto;
   padding-left:36px;
    padding-right:36px;
    padding-bottom:90px;
    padding-top: 90px;
	/*margin-left: auto !important;
	margin-right: auto !important;*/
	display: block;
	opacity: 0;

}


/*iframe {      
	max-width: 100%;
	padding-left: 36px !important;
	padding-right: 36px !important;
    padding-bottom:36px !important;
    padding-top: 36px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}*/

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

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
	background: #e5e5e1;
	
	/*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: relative;
	width: 100%;
}


/* LOADER */

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


/* PAGER */
.bx-wrapper li p {
   display: table-cell;
    vertical-align: middle;
    text-align: center !important;
}


/*.bx-wrapper li {max-width: 100%; max-height: 100%;}*/

.bx-wrapper .bx-pager {
	/*text-align: right;*/
	/*font-size: 0.8em;*/
	font-family: 'ASB';
	/*letter-spacing: 1px;*/
	font-size: 1.6em;
	/*font-family: "Apercu Medium";
	color: #666;*/
	/*padding-top: 0px;
	margin-top: -25px;*/
}

/*.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: none;
	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: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;*/
	left: 0;
	cursor: url(images/commission-cursor-prev.png), auto !important;
	/*cursor: -webkit-image-set(
	  url('images/commission-cursor-prev.png') 1x,
	  url('images/commission-cursor-prev-x2.png') 2x
	), auto !important;*/

}

.bx-wrapper .bx-next {
	/*right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;*/
	right: 0;
	cursor: url(images/commission-cursor-next.png), auto !important;
	/*cursor: -webkit-image-set(
	  url('images/commission-cursor-next.png') 1x,
	  url('images/commission-cursor-next-x2.png') 2x
	), auto !important;*/

}


/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
	/*position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;*/
	margin: 0 auto;
	position: absolute;
	z-index:0;
	cursor: pointer;
	text-indent: -99999px;
	top: 0;	
	width: 50%;
	height: 100%;
	/*background: url(images/trans.png) repeat;*/
}

.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: 42px;
}

/* IMAGE CAPTIONS */

.bx-pager {
	position: absolute;
	bottom: 30px;
	right: 87px;
	}

.bx-wrapper .bx-caption  {
	position: absolute;
	bottom: 30px;
	left: 87px;}
	/*background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;*/
	/*float: right;   
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    position: fixed;
    right: auto;
	bottom: 0;*/
    

.bx-wrapper .bx-caption span {
	color: #000000;
	font-family: 'ASB', Helvetica, Arial, sans-serif;
	display: block;
	font-size: 1.6em;
	/*letter-spacing: 1px;*/
}

/* HOVER CONTROLS */


.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}
