/**
 * 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 {
margin: 0 auto 60px;
max-width: 951px !important;
padding: 0;
position: relative;
}

.bx-wrapper img,
.product-image-thumbs img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	/*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);
	height: auto !important;
	max-height: 430px !important;
}

.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(../../image/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 {
color: #666;
display: none;
font-family: Arial;
font-size: 0.85em;
font-weight: bold;
padding-top: 20px;
text-align: center;
}

.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 {
  /*background: url("../images/prev.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);*/
  right: 0px;
  left: 0;
  top: 0% !important;
  transform: rotate(90deg);
}
.bx-wrapper .bx-prev:before {
  left: -37px;
  font-family: FontAwesome !important;
  content: "\f053" !important;
  color: #000 !important;
  float: left;
}

.bx-wrapper .bx-next {
  /*background: url("../images/next.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);*/
  right: 0px;
  left: 0;
  bottom: -5% !important;
  transform: rotate(90deg);
}
.bx-wrapper .bx-next:before {
  right: -37px;
  font-family: FontAwesome !important;
  content: "\f054" !important;
  color: #000 !important;
  float: right;
}
.bx-wrapper .bx-controls-direction a {
	/*height: 32px;*/
	/* margin-top: -16px; */
	outline: 0 none;
	position: absolute;
	/*text-indent: -9999px;*/
	/*top: 40px;*/
	/* width: 32px; */
	width: auto;
	margin: -16px auto inherit;
	/*z-index: 9999;*/
	opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

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

/* 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(../../image/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(../../image/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%;
}

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

/*new changes in bx-slider*/

.product-image-thumbs.bxslider-media > li {
  width:  75px !important;
  border: 0px solid #ebebeb;
  height: 100px;
}
.product-img-box .bx-wrapper {
  max-width: 75px !important;
}

/*responsive*/
@media (min-width: 768px) {
	#bxslider-more-mobile {display: none !important}
}
@media (max-width: 768px) {
	.product-image-thumbs.bxslider-media > li {
	  /*width:  75px !important;*/
	  border: 0px solid #ebebeb;
	  height: 100px;
	}
	.product-image-thumbs.bxslider> li > a {
	  width:90%;
	}
	#bxslider-more-desktop {display: none !important}
	.bx-wrapper .bx-controls-direction a {
		display: none;
	/*height: 32px;*/
	/* margin-top: -16px; */
	outline: 0 none;
	/*position: absolute;*/
	/*text-indent: -9999px;*/
	/*top: 40px;*/
	/* width: 32px; */
	width: auto;
	margin: -16px auto inherit;
	/*z-index: 9999;*/
	opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	}

	.bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
	.bx-wrapper:hover .bx-controls-direction a {
	    opacity: 1;
	}
	.bx-wrapper .bx-prev {
  /*background: url("../images/prev.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);*/
  right: 0px;
  left: 0;
  top: 0% !important;
  transform: rotate(0deg) !important;
}
.bx-wrapper .bx-prev:before {
  left: -37px;
  top:50px !important;
  font-family: FontAwesome !important;
  content: "\f053" !important;
  color: #000 !important;
  float: left;
}

.bx-wrapper .bx-next {
  /*background: url("../images/next.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);*/
  right: 0px;
  left: 0;
  bottom: -5% !important;
  transform: rotate(0deg) !important;
}
.bx-controls{
	width: 200px !important;
	background: yellow !important;
}
.bx-prev {
	background: red;
}	
.bx-next {
	background: blue;
}	
.bx-wrapper .bx-next:before {
  right: -37px;
  font-family: FontAwesome !important;
  content: "\f054" !important;
  color: #000 !important;
  float: right;
}
}
@media only screen and (max-width: 480px){
.bx-wrapper {
  max-width: 168px !important;
}

}
@media only screen and (min-width: 481px) and (max-width: 770px){
.bx-wrapper {
 max-width: 257px !important;
}

}
@media only screen and (min-width: 771px) and (max-width: 966px){
.bx-wrapper {
  max-width: 257px !important;
}

}
@media only screen and (min-width: 967px) and (max-width: 1024px){
.bx-wrapper {
  max-width: 346px !important;
}

}