.home_news
{
	margin-bottom: 25px;
	padding-bottom: 85px; 
	background: url(../../../img/decor-line.png) left bottom no-repeat transparent;
 
}



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

.style_slider .bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}

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

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

.style_slider .bx-viewport {

position: relative;
left: -4px;
top: -4px;
padding-left: 4px;
padding-top: 4px;
}
 
 
 

/*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);
}

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

/* LOADER */

.style_slider .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 */

.style_slider .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #464745;
padding-top: 20px;
}

.style_slider .bx-wrapper .bx-pager .bx-pager-item,
.style_slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}

.style_slider .bx-wrapper .bx-pager.bx-default-pager a {
background: #464745;
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;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */


.style_slider .bx-controls-direction
	{
    position: absolute;
    right: 4px;
    top: -16px;
	}


.style_slider .bx-wrapper .bx-prev {
    right: 32px;
}
.style_slider .bx-wrapper .bx-next {
  right: 0; }

.style_slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 10px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  z-index: 9999;
  background-color: #464745;
    background-repeat: no-repeat;
    background-position: center center;
  }

.style_slider .bx-wrapper .bx-controls-direction a:hover {
    background-color: #222222;
}

.style_slider .bx-wrapper .bx-controls-direction a.bx-prev {

     background-image: url(../../../img/arrow-left.png);

 }

.style_slider .bx-wrapper .bx-controls-direction a.bx-next {

    background-image: url(../../../img/arrow-right.png);

}

/* AUTO CONTROLS (START / STOP) */

.style_slider .bx-wrapper .bx-controls-auto {
text-align: center;
}

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

.style_slider .bx-wrapper .bx-controls-auto .bx-start:hover,
.style_slider .bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}

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

.style_slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.style_slider .bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.style_slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}

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

/* IMAGE CAPTIONS */

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

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


/*******************************************************
Product list(active_grid) Styles 
********************************************************/
ul.product_list.active_grid > li {
 
  padding-bottom: 20px;
  text-align: center; 
 
  }
 
  ul.product_list.active_grid > li .product-container {
      background: white;
      border-bottom: 1px solid #ddd;
      padding: 0;
    position: relative; 
    
    }

ul.product_list.active_grid > li .product-container:hover {
    border-color: #2c4355;
}
    ul.product_list.active_grid > li .product-container .product-image-container {
 
      padding: 9px;
      margin-bottom: 13px;
      position: relative; 
      
      }
  
      ul.product_list.active_grid > li .product-container .product-image-container .content_price {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        background: url(../img/price-container-bg.png);
        padding: 9px 0;
        display: none; 
        
        }
        ul.product_list.active_grid > li .product-container .product-image-container .content_price span {
          color: white; }
          
          
          
          ul.product_list.active_grid > li .product-container .product-image-container .content_price span.old-price {
            color: #b1b0b0; }
            
            
            
    ul.product_list.active_grid > li .product-container h5 {
      padding: 0 0px 0px 0px;
      min-height: 20px; 

      text-align: left;
    }
      
      
    @media (min-width: 1200px) {
      ul.product_list.active_grid > li .product-container .comments_note {
        display: none; } }
        
        
    ul.product_list.active_grid > li .product-container .comments_note .star_content {
      margin: 0 3px 12px 59px; }
      
      
      
    ul.product_list.active_grid > li .product-container .product-desc {
      display: none; }
      
      
    ul.product_list.active_grid > li .product-container .content_price {
      padding-bottom: 9px;
      line-height: 21px;
    text-align: right;
    }
      
     

      
    ul.product_list.active_grid > li .product-container .old-price,
    ul.product_list.active_grid > li .product-container .price,
    ul.product_list.active_grid > li .product-container .price-percent-reduction {
      display: block; }
      
      
      
    ul.product_list.active_grid > li .product-container .product-flags {
      display: none; }
      
      
    ul.product_list.active_grid > li .product-container .old-price {
      margin-right: 5px; }
      
      
    ul.product_list.active_grid > li .product-container .button-container {
      margin-bottom: 14px; }
      
      
      @media (min-width: 1200px) {
        ul.product_list.active_grid > li .product-container .button-container {
          display: none; } }
          
          
      ul.product_list.active_grid > li .product-container .button-container .ajax_add_to_cart_button,
      ul.product_list.active_grid > li .product-container .button-container span.button,
      ul.product_list.active_grid > li .product-container .button-container .lnk_view {
        margin: 0 6px 10px 6px; }
        
        
    ul.product_list.active_grid > li .product-container .functional-buttons {
      background: url(../img/functional-bt-shadow.png) repeat-x;
      padding: 11px 0 5px; }
      
      
      @media (min-width: 1200px) {
        ul.product_list.active_grid > li .product-container .functional-buttons {
          display: none; } }
          
          
      ul.product_list.active_grid > li .product-container .functional-buttons div {
        width: 50%;
        float: left;
        padding: 3px 0 4px 0; }
        
        
        
        
  @media (min-width: 1200px) {
    ul.product_list.active_grid > li.hovered .product-container {
      -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
 
      z-index: 10; 
      
      
      }
      ul.product_list.active_grid > li.hovered .product-container .content_price {
        display: none; }
 
      ul.product_list.active_grid > li.hovered .product-container .product-image-container .content_price {
        display: block; }
  
      ul.product_list.active_grid > li.hovered .product-container .product-image-container .quick-view {
        display: block; }
 
      ul.product_list.active_grid > li.hovered .product-container .functional-buttons,
      ul.product_list.active_grid > li.hovered .product-container .button-container,
      ul.product_list.active_grid > li.hovered .product-container .comments_note {
        display: block; } }
 
        ul.product_list.active_grid li.hovered h5 {
  min-height: 30px; }

  @media (min-width: 1200px) {
  #blockpack ul > li.last-line {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
  #blockpack ul > li.first-item-of-tablet-line {
    clear: none; }
  #blockpack ul > li.first-item-of-mobile-line {
    clear: left; } }
 
/*******************************************************
Product list(Index page) Styles 
********************************************************/
#index ul.product_list.tab-pane > li {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > li {
      padding-bottom: 30px;
      margin-bottom: 0; } }
      
    @media (min-width: 1200px) {
    #index .style_slider ul.product_list.tab-pane > li {
      padding-bottom: 25px;
      margin-bottom: 0; 
      
      
      
      } 
 
      }    
      
      
  #index ul.product_list.tab-pane > li .availability {
    display: none; }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > li.last-line {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #index ul.product_list.tab-pane > li.first-item-of-tablet-line {
      clear: none; }
    #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
      clear: left; } }

/***** IE code *****/
.ie8 .quick-view {
  background: #fff;
  border: 1px solid #d6d4d4; }
  
.featured_title
{
	padding-top: 20px;
	padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    color: #464745;
    font-family: 'texgyreadventor', sans-serif;
}  
  
  
  