/**
 * 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 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	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: 0;
	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);
}

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

/* LOADER */

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

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	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: #666;
	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;
}

.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;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	transition: none;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
	transition: none;
}

.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;
}

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

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

/* custom */
.bx-wrapper .bx-prev {left: 5px}
.bx-wrapper .bx-next {right: 5px}
.slider-wrapper .bx-wrapper .bx-controls-direction a {display: none}
.slider-wrapper .bx-wrapper:hover .bx-controls-direction a {display: block}
.slider-wrapper .bx-wrapper:hover .bx-controls-direction a.disabled{display: none}
.bx-wrapper {margin-bottom: 0}
.bx-wrapper .bx-caption div.caption-block {
    color: #fff;
    display: block;
    padding: 10px;
}
.bx-wrapper h2 {font-size: 150%; font-weight: bold; margin: 0}
.bx-wrapper div.slider-description {margin-top: 10px}

.bx-wrapper .bx-viewport {border: 0}
.bx-wrapper .bx-pager {width: auto; padding-top: 5px}
.pager-bottom-left .bx-wrapper .bx-pager, .bx-wrapper .bx-pager {left: 10px; right: auto; top: auto; bottom: 10px;}
.pager-top-right .bx-wrapper .bx-pager {top: 10px; bottom: auto; right: 10px; left: auto;}
.pager-top-left .bx-wrapper .bx-pager {top: 10px; bottom: auto; left: 10px; right: auto;}
.pager-bottom-right .bx-wrapper .bx-pager {top: auto; bottom: 10px; right: 10px; left: auto}
.bx-wrapper ul.slider {padding: 0; margin: 0}

.bx-wrapper li img {margin-left: auto; margin-right: auto}
.bx-wrapper li.product .image {float: right; width: 50%; max-height: 100%; text-align: center}
.bx-wrapper li.product .image .helper {display: inline-block; vertical-align: middle; height: 100%}
.bx-wrapper li.product .image img {max-height: 100%}
.bx-wrapper li.product .info {margin-right: 52%; padding-left: 20px; padding-top: 10px}
.bx-wrapper li.product a {text-decoration: none; color: #333; display: block}
.bx-wrapper li.product a:hover {color: initial !important}
.bx-wrapper li.product h2 {font-weight: bold; overflow: hidden; margin: 0 0 10px 0}
/*.bx-wrapper li.product h2 {max-height: 3.4em;}*/
.bx-wrapper li.product p.slider-description {max-height: 8em; overflow: hidden}
.bx-wrapper li.product .price span.price {font-weight: bold; font-size: 150%}
.bx-wrapper li.product .price span.compare-at-price {line-height: 170%; text-decoration: line-through}

.bx-wrapper li.product div.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #3C95DE;
    background-image: linear-gradient(to top, #397CC0, #3D97E0);
}

.bx-wrapper li.product div.button:hover {
    background: #397CC0;
    border-color: #285e8e;
}

.bx-wrapper li.product p.price {padding-top: 10px; padding-bottom: 10px;}

.bx-wrapper .bx-caption {
    /*max-height: 80%;*/
    top: 0;
    bottom: auto;
    background: #666\9;
    background: rgba(0, 0, 0, 0.4);
}

.pager-num .bx-wrapper .bx-pager {
    padding-top: 0;
}
.pager-num .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: 0;
    display: block;
    width: 17px;
    height: 17px;
	lint-height: 1.3em;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .bx-wrapper li.product .image {margin-left: 5px; margin-bottom: 5px; float: none; width: 100%; text-align: center; margin: 0}
    .bx-wrapper li.product .image img {max-width: 100%; max-height: 100%}
    .bx-wrapper li.product .info {
        color: #fff;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: auto;
        background: #666\9;
        background: rgba(0, 0, 0, 0.4);
        padding:10px;
    }
    .bx-wrapper li.product .info p.price {
        margin: 0;
        padding: 0;
        background: none;
    }
    .bx-wrapper li.product .info .slider-description {
        display: none;
    }
    .bx-wrapper li.product div.button {display: none}
}

.slider-cover.h .bx-wrapper {height:100%; overflow: hidden}
.slider-cover.h .bx-viewport {max-height: 100%; min-height: 100%}
.slider-cover.h .bx-wrapper li {max-height: 100%;}
.slider-cover.h .bx-wrapper li > a {display: block; max-height: 100%}
.slider-cover.h .bx-wrapper li.product .image, .slider-cover.h .bx-wrapper li.product a {height: 100%}
.bx-wrapper li.product img {display: inline-block; vertical-align: middle}

.slider-cover.h .bx-wrapper li img.img {
    max-width: none;
}
.slider-cover .bx-wrapper li div.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-resolution: .001dpcm) { _:-o-prefocus, .slider-cover .bx-wrapper li div.cover {
    background-position: 0 0;
}}

.controls-clear .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls-clear.png) no-repeat 0 -32px;
}
.controls-clear .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls-clear.png) no-repeat -43px -32px;
}

.controls-clear-dark .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls-clear-dark.png) no-repeat 0 -32px;
}
.controls-clear-dark .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls-clear-dark.png) no-repeat -43px -32px;
}


.caption-bottom .bx-wrapper .bx-caption {
	bottom: 0;
	top: auto;
}
