/* Created by Artisteer v4.0.0.58475 */

.responsive body
{
   min-width: 240px;
}
  
.responsive .pno-content-layout img,
.responsive .pno-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .pno-content-layout img 
{
   float: none !important;
}
    
.responsive .pno-content-layout .pno-sidebar0, 
.responsive .pno-content-layout .pno-sidebar1, 
.responsive .pno-content-layout .pno-sidebar2 
{
   width: auto !important;
}
    
.responsive .pno-content-layout, 
.responsive .pno-content-layout-row, 
.responsive .pno-layout-cell 
{
   display: block;
}
  
.responsive .pno-slidenavigator 
{
   display: none !important;
}
    
.responsive .pno-collage 
{
   display: none !important;
}
    
.responsive .image-caption-wrapper 
{
   width: auto !important;
}
  
.responsive .pno-textblock 
{
   display: none;
}

.responsive.responsive-tablet .pno-vmenublock,
.responsive.responsive-tablet .pno-block
{
   /*margin-left: 1%;
   margin-right: 1%;
   width: 48%;*/
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .pno-responsive-embed 
{
   position: relative;
   padding-bottom: 56.25%;
   /* 16:9 */
	height: 0;
}

.responsive .pno-responsive-embed iframe,
.responsive .pno-responsive-embed object,
.responsive .pno-responsive-embed embed
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.responsive .pno-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none;
   margin-right: 1% !important;
   margin-left: 1% !important;
   margin-top: 1% !important;
}

#pno-resp {
   display: none;
}

@media all and (max-width: 999px)
{
    #pno-resp, #pno-resp-t { display: block; }
    #pno-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #pno-resp, #pno-resp-m { display: block; }
    #pno-resp-t { display: none; }
}

.responsive .pno-header 
{
   width: auto;
   height: auto;
   min-height: 150px;
   /*min-height: 100px;*/
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

.responsive .pno-header .pno-headline, 
.responsive .pno-header .pno-slogan 
{
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
}
    
.responsive .pno-header .pno-headline a, 
.responsive .pno-header .pno-slogan 
{
   white-space: normal !important;
}
    
.responsive .pno-header .pno-shapes .pno-textblock 
{
   padding: 2% !important;
   margin: 2% !important;
   line-height: normal;
   background-image: none;
   background-color: rgba(127, 127, 127, 0.7);
   color: #eee !important;
   display: none;
   top: auto;
   left: auto;
   width: auto;
   height: auto;
}

.responsive .pno-header .pno-shapes .pno-textblock *,
.responsive .pno-header .pno-shapes .pno-textblock a:hover,
.responsive .pno-header .pno-shapes .pno-textblock a:visited,
.responsive .pno-header .pno-shapes .pno-textblock a:link 
{
   color: #eee !important;
}
    
.responsive .pno-header .pno-shapes .pno-textblock>div 
{
   display: none;
   top: auto;
   left: auto;
   width: auto;
   height: auto;
   padding: 0 !important;
}

.responsive .pno-header .pno-shapes,
.responsive .pno-header .pno-shapes *
{
   position: relative;
   text-align: center;
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.responsive .pno-header #pno-flash-area,
.responsive .pno-header .pno-shapes>*
{
   display: none;
}

.responsive #pno-header-bg 
{
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

/* Search */
.responsive .pno-shapes~.pno-textblock
{
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

/* dynamic width nav */
.responsive nav.pno-nav,
.responsive .pno-nav-inner
{
   width: auto !important;
   position: relative !important;
   top: auto !important;
   left: auto !important;
   right: auto !important;
   bottom: auto !important;
   margin-top: 0;
   margin-bottom: 0;
}

.responsive .responsive-nav 
{
   padding-left: 0;
   padding-right: 0;
   padding-top: 1px;
   padding-bottom: 1px;
   margin-top: 20px;
}
 
/* full width hmenu, instead of inline-block */
.responsive .responsive-nav ul.pno-hmenu 
{
   display: block;
   float: none;
   text-align: center;
}

/* elements on different lines */
.responsive .responsive-nav ul.pno-hmenu li
{
   float: none;
}
  
/* horizontal margins */
.responsive .responsive-nav ul.pno-hmenu>li:first-child, 
.responsive .responsive-nav ul.pno-hmenu>li:last-child, 
.responsive .responsive-nav ul.pno-hmenu>li
{
   margin-left: 0;
   margin-right: 0;
}
 
/* separator */ 
.responsive .responsive-nav ul.pno-hmenu>li:before
{
   display: none;
}

/* vertical distance between items */
.responsive .responsive-nav ul.pno-hmenu a
{
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   text-align: /*BB*center;*/right;
   height: auto;
   white-space: normal;
}

.responsive .responsive-nav ul.pno-hmenu>li:first-child>a
{
   margin-top: 0 !important;
}

.responsive .responsive-nav ul.pno-hmenu>li:last-child>a
{
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .responsive-nav .ext, 
.responsive .responsive-nav ul.pno-hmenu>li>ul, 
.responsive .responsive-nav ul.pno-hmenu>li>ul>li
{
   width: auto !important;
}

/* submenu position on hover */
.responsive .responsive-nav ul.pno-hmenu ul
{
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   display: none !important;
   position: relative !important;
   visibility: visible !important;
}

.responsive .responsive-nav ul.pno-hmenu>li>a
{
   border-bottom: 1px solid transparent;
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
/*BB ADDITIONS*/
	display: inline;
	float: right;
	clear: both;
}

.responsive .responsive-nav .pno-hmenu>li>a
{
   border-radius: 3px;
}

.responsive .responsive-nav ul.pno-hmenu>li>a:hover
{
   border-bottom: 1px solid #B1B1AF;
}

.responsive .responsive-nav ul.pno-hmenu>li>ul>li:first-child:after 
{
   display: none;
}
.responsive .responsive-nav ul.pno-hmenu ul a
{
   padding-left: 4% !important;
}
.responsive .responsive-nav ul.pno-hmenu ul ul a
{
   padding-left: 6% !important;
}
.responsive .responsive-nav ul.pno-hmenu ul ul ul a
{
   padding-left: 8% !important;
}
.responsive .responsive-nav ul.pno-hmenu ul ul ul ul a
{
   padding-left: 10% !important;
}
.responsive .responsive-nav ul.pno-hmenu ul ul ul ul ul a
{
   padding-left: 12% !important;
}
  
.responsive .responsive-nav ul.pno-hmenu>li>ul
{
   padding: 5px;
}
  
.responsive .responsive-nav ul.pno-hmenu>li>ul:before
{
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive .pno-content-layout, 
.responsive .pno-content-layout-row, 
.responsive .pno-layout-cell 
{
   display: block;
}

.responsive .pno-layout-cell 
{
   width: auto !important;
   height: auto !important;
   border-right-width: 0 !important;
   border-left-width: 0 !important;
   border-radius: 0 !important;
}

.responsive .pno-content-layout:after, 
.responsive .pno-content-layout-row:after, 
.responsive .pno-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .pno-post
{
   border-radius: 0;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/*BB ADDITIONS*/
.responsive .resp-clear {
width:100%;
clear:both;
}

.responsive .pno-nostyle-resp-hide {
display:none;
}

.responsive .resp-hide {
display:none;
}

.responsive .header-img {
/*max-width:50%;*/
height:auto;
max-height:125px;
/*height:auto;*/
}

.responsive .pno-nav {
border-bottom: none;

}

.responsive .header-img-container {
width:50%;
}

.responsive .product {
width:100%!important;
border-bottom: 1px solid #e9e8e8!important;
}

.responsive .browse-img-container {
width:30%!important;
float:left!important;
clear:none!important;
}

.responsive .browse-data {
width:70%!important;
clear:none!important;
float:right!important;

}

.responsive .resp-only {
display:block;
}

.responsive .img-pane {
/*min-width:408px;*/
float:left;
width:auto;
max-width:100%
}

.responsive .info-pane {
float:left;
width:auto;
}

.responsive .back-to-category {
display:none;
}

.responsive .spacer-buy-area {
padding:0;
}

.responsive .additional-images img{
/*max-width:25%;
height:auto;
box-sizing:border-box;*/
}

.responsive .main-image img {
margin:0 auto;
}

.responsive .additional-images .floatleft, .responsive .additional-images .floatleft .last-child {
margin:0 4px 8px 4px;
box-sizing:border-box;
}

.responsive .additional-images .floatleft img, .responsive .additional-images .floatleft .last-child img {
min-width:25%;
}

.responsive .resp-contact-button {
margin-bottom:5px;
}

.responsive .resp-contact {
margin-top:140px;
margin-left:10px;
}

.responsive.responsive-tablet .resp-contact{
position: absolute;
top:-80px;
left:200px;
}

.responsive.responsive-tablet nav.pno-nav,
.responsive {
/*float:right;
padding-left:400px;*/
z-index:10000;
}

.responsive.responsive-tablet label {
text-align:right!important;
}

.responsive.responsive-tablet .sideform label {
text-align:left!important;
}

.responsive .Chronoform label {
text-align:left;
margin-bottom:0;
width:240px;
}
