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

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

#banners .bx-wrapper img {
	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: solid #fff 5px;
	background: #fff;*/
	margin: 0;
}

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

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/templates/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-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;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 3px;
	margin: 0 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #888;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff6727;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 28px;
	background: #eee url(/templates/images/arrows.png) no-repeat 8px -52px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: #eee url(/templates/images/arrows.png) no-repeat -29px -52px;

}

#banners .bx-wrapper .bx-prev {
	left: 35%;
}

#banners .bx-wrapper .bx-next {
	right: 35%;
}

.bx-wrapper .bx-prev:hover {
	background-position: 8px -28px;	
}

.bx-wrapper .bx-next:hover {
	background-position: -29px -28px;	
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -20px;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	z-index: 960;
	border-radius: 5px;
}

#banners .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 95%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 960;
}

.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: #e1e1e1 url(templates/images/arrows.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: #e1e1e1 url(templates/images/arrows.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;
}

.bx-wrapper .banner_carousel div.bitems{
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	overflow: hidden;
	background-color:#fff;
	text-align: left;
}

.bx-wrapper .banner_carousel div.bitems div.btype{
	margin: 15px 15px 5px 0;
	padding: 0 15px;
	background-color:#fff;
}

.bx-wrapper .banner_carousel div.bitems div.blink{
	padding: 0 15px;
	height: 52px;
	overflow: hidden;
}

.bx-wrapper .banner_carousel div.bitems div.blink a{
	color: #333;
	font-size: 15px;
	line-height: 18px;
}

@media all and (max-width:1264px){
	.bx-wrapper .banner_carousel div.bitems div.blink a{ color: #333; font-size: 13px; line-height: 17px; }
}

.bx-wrapper .banner_carousel div.bitems div.bdescr{
	margin: 12px 15px 15px ;
	background-color:#fff;
	font-size: 12px;
	color: #666;
	height: 45px;
	overflow: hidden;
	font-style: italic;
	line-height: 15px;
}

.bx-wrapper .banner_carousel2 div.bitems{
	overflow: hidden;
	background-color:#fff;
	text-align: center;
}

.bx-wrapper .banner_carousel2 div.bitems div.blink{
	//padding: 0 15px;
	//height: 52px;
	//overflow: hidden;
	margin-bottom: 10px;
}

.bx-wrapper .banner_carousel2 div.bitems a{
    text-align: center;
    vertical-align: middle;
    height: 110px;
    display: table-cell;
	
}


.bx-wrapper .banner_carousel2 div.bitems img{transition:all ease-out .2s;-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);
max-width:140px;max-height:70px;display: inline-block;}
.bx-wrapper .banner_carousel2 div.bitems img:hover{-moz-opacity:1;khtml-opacity:1;opacity:1;filter:none;-webkit-filter:grayscale(0)}

@media all and (max-width:1264px){
	.bx-wrapper .banner_carousel2 div.bitems div.blink a{ color: #333; font-size: 13px; line-height: 17px; }
}

.bx-wrapper .banner_carousel2 div.bitems div.bdescr{
	//margin: 12px 15px 15px ;
	background-color:#fff;
	font-size: 12px;
	color: #666;
	//height: 45px;
	//overflow: hidden;
	//font-style: italic;
	line-height: 16px;
}



.bx-wrapper .banner_carousel3 div.bitems{
	overflow: hidden;
	background-color:#fff;
	text-align: left;
}

.bx-wrapper .banner_carousel3 div.bitems div.blink{
	//padding: 0 15px;
	//height: 52px;
	//overflow: hidden;
	margin-bottom: 10px;
}

.bx-wrapper .banner_carousel3 div.bitems div.blink a{
	color: #333;
	line-height: 16px;
	font-size: 13px;
    font-weight: bold;
}

.bx-wrapper .banner_carousel3 div.bitems img{
	margin-bottom: 15px;
}

@media all and (max-width:1264px){
	.bx-wrapper .banner_carousel3 div.bitems div.blink a{ color: #333; font-size: 13px; line-height: 17px; }
}

.bx-wrapper .banner_carousel3 div.bitems div.bdescr{
	//margin: 12px 15px 15px ;
	background-color:#fff;
	font-size: 13px;
	//color: #666;
	//height: 45px;
	//overflow: hidden;
	//font-style: italic;
	line-height: 16px;
}

.rbanner  div.bitems{
	overflow: hidden;
	background-color:#fff;
}

.rbanner div.bitems div.blink, .bx-wrapper .banner_carousel4 div.bitems div.bdescr{
	text-align: left;
	padding: 0 30px;
}

.rbanner div.bitems div.blink a{
	color: #333;
	line-height: 16px;
	font-size: 13px;
    font-weight: bold;
}

.rbanner div.bitems .item-price {
    text-align: left;
    padding: 0 30px;
    margin: 20px 0;
}
 .rbanner div.bitems .saleprice {
     margin: 0;
 }

.rbanner  .bx-controls-direction a{
    position: absolute !important;
    top: 25% !important;
    margin-top: -16px !important;
    outline: 0 !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px !important;
    z-index: 960 !important;
    border-radius: 5px !important;
    background-color: transparent;
}

.rbanner .bx-controls-direction .bx-prev, .rbanner .bx-controls-direction .bx-prev:hover {
    left: 0% !important;
    background-position: 8px -103px !important;
}

.rbanner .bx-controls-direction .bx-next, .rbanner .bx-controls-direction .bx-next:hover {
    right: 0% !important;
    
     background-position: -28px -103px !important;
}
