/**
 * 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 auto 20px;
  padding: 0;
  *zoom: 1;
}
.bx-viewport {
  height: 0;
  -webkit-transition: height 150ms ease-out;
  -moz-transition: height 150ms ease-out;
  -o-transition: height 150ms ease-out;
  transition: height 150ms ease-out;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

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

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

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

/* LOADER */

.bx-wrapper .bx-loading {
  display: block!important;
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: right;
  font-size: .85em;
  padding-top: 30px;
  width:90%;
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  position: relative;
  top: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border:0 !important;
  display: inline-block;
  height: 12px;
  margin: 0 3px;
  outline: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 12px;
  -webkit-transition: background 150ms ease-out;
  -moz-transition: background 150ms ease-out;
  -o-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
}

.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: -40px;
}
.bx-wrapper .bx-prev:after {
  color: #000;
  content: '\e87c';
  display: block;
  text-align: center;
  line-height: 26px;
  position: absolute;
  text-indent: -1px;
  top: 0;
  width: 100%;
}

.bx-wrapper .bx-next {
  right: -20px;
}

.bx-wrapper .bx-next:after {
  color: #000;
  content: '\e87d';
  display: block;
  text-align: center;
  line-height: 26px;
  position: absolute;
  text-indent: 1px;
  top: 0;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'scicon-entypo-fontello';
  font-size: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -16px;
  opacity: 1;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 9999;
  text-decoration: none;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-backface-visibility: hidden;
  background:#fff !important;
}
.bx-wrapper .bx-controls-direction a:active {
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
}
.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  font-family: 'scicon-awesome-fontello';
  font-size: 14px;
  text-indent: -9999px;
  position: absolute;
  outline: 0;
  left: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  display: none;
}
.bx-wrapper .bx-controls-auto .bx-start:after {
  content: '\e8ba';
  display: block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  text-indent: 0;
}
.bx-wrapper .bx-controls-auto .bx-stop:after {
  content: '\e8be';
  display: block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  text-indent: 0;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  height: 20px;
  right: 0;
  width: 20px;
}

/* WOOCOMMERCE CSS FIX */

.pix_woocarousels ul.products li {
  clear: none!important;
}
#pix_carousels-post-2-carousel-2 div, #pix_carousels-post-29-carousel-5 div{
width:396px !important;
}
#pix_carousels-post-2-carousel-1 div{
width:292px !important;
}
#carousel_top3 .pix_carousels{
max-width:1228px;
}
#carousel_top3 div p{
margin-top:10px;	
}
#carousel_top3 .bx-wrapper .bx-prev{
top:170px;
}
#carousel_top3 .bx-wrapper .bx-next{
top:170px;
}
#carousel_brandnew .pix_carousels div{
max-width:396px;
width:396px !important;
}
#carousel_brandnew .bx-wrapper .bx-prev{
top:190px;
}
#carousel_brandnew .bx-wrapper .bx-next{
top:190px;
}
#carousel_yummie .pix_carousels div{
max-width:396px;
width:396px !important;
}
#carousel_yummie .bx-wrapper .bx-prev{
top:190px;
}
#carousel_yummie .bx-wrapper .bx-next{
top:190px;
}
#carousel_goodtk .pix_carousels div{
max-width:396px;
width:396px !important;
}
#carousel_goodtk .bx-wrapper .bx-prev{
top:190px;
}
#carousel_goodtk .bx-wrapper .bx-next{
top:190px;
}
#carousel_architekt .bx-wrapper .bx-prev{
top:630px;
}
#carousel_architekt .bx-wrapper .bx-next{
top:630px;
}
.architekt_entwicklung .pix_carousels div{
max-width:605px;
width:605px !important;
}