/** Shopify CDN: Minification failed

Line 300:0 Expected "}" to go with "{"

**/
@media (min-width: 768px) {

/******* HEADER *********/  
  .topContent h4,
  .topContent a {    
    font-size: 12px;
    line-height: 18px;              
  }
  	.topContent h4 {
      display: inline-block;
	  margin: 0 0 10px;
      padding: 0;
    }
    .topContent a {
      border-left: 1px solid #660709;
      display: inline-block;
      margin: 0 0 10px 5px;
      padding: 0 0 0 5px;
    }	
  		.topContent strong {
          display: inline-block;
        }  
  .site-nav li {
    font-size: 12px;
  }
    .site-nav a {
      padding: 10px;
    }  
  .template-page .breadcrumb, .template-product .breadcrumb {
    margin-bottom: 10px;
  }
/******* INDEX *********/
  .indexProducts .large--one-fifth, 
  .indexProducts .large--two-tenths,
  .productsList .large--one-fifth,
  .productsList .large-two-tenths {    
    width: 33%;
  }
  
/******* SLIDESHOW *****/
  .flexslider h3 {
	  background: rgba(0, 52, 107, 0.7);
      background: #00346b\9;    
      bottom: 23px;
      color: #FFFFFF;
      font-size: 24px;     
      left: -3px;
      line-height: 26px;
      padding: 25px 20px;
      position: absolute;
      width: 65%;
    }
/******** INDEX OPEN CONTENT ********/
  .indexTableWrapper table td,
  .indexTableWrapper table th {
    display: inline-block;
    width: 33%;
  }
 .indexOpenContent  table td,
 .indexOpenContent  table th {
   display: inline-block;
   width: 33%;
 }
  .indexOpenContent  table td:first-child {
    padding: 0 2% 0 0;
    width: 66%;
  }
/**** DEALER LOCATOR APP *****/    
  .search_bar .main_search_bar {
    width: 42% !important;
  }
  	.main_search_label {
      width: 40% !important;
    }
  	.custom_searches select, 
    .main_search_bar input {
      width: 55% !important;
    }
  
  
  /* News Posts */
  
   .newsItem__content.with-image{
      width: 75%;
    }
   .newsItem__image{
     	width: 160px;
      	max-width: 25%;
      	float: right;
     display: block;
    }
      .newsItem__image img {
      	max-width: 100%;
      }
}

@media (min-width: 980px) {
  
/********* GLOBAL *******/
  .wrapper {
    max-width: 980px;
    padding: 30px 0 60px;
  }
  .main-content {
      padding: 30px 0 30px;
    }
  .template-page .breadcrumb, .template-product .breadcrumb {
    margin-bottom: 10px;
  }
  .site-header .wrapper,
  .nav-bar .wrapper,
  .signUpWrapper .wrapper,
  .site-footer .wrapper {
    padding: 0;
  }
/******* HEADER *********/  
  .topContent h4,
  .topContent a {
    font-size: 14px;             
  }
  .site-nav li {
    font-size: 15px;
  }
    .site-nav a {
      padding: 10px 16px;
    }  

/******* SLIDESHOW *****/
  .flexslider h3 {
      font-size: 34px;   
      left: 0px;
      line-height: 36px;
      width: 50%;
    }  
  
}

@media (min-width: 1200px) {
 
/******* HEADER *********/  
  .topContent h4,
  .topContent a {
    font-size: 16px;  
  }
  .site-nav {
    height: 55px;
  }
  .site-nav li {
    font-size: 16px;
  }
    .site-nav a {
      padding: 15px 20px;
    }

}

@media (max-width: 767px) {

  .small-half {
    width: 50%;
  }
	.rte th, 
  	.rte td {
      float: left;
      width: 100% !important;
    }
  .site-header {
    padding: 10px 0;
  }
  .site-nav li {
    background: none;
  }
  button.search-bar--submit.icon-fallback-text {
    color: #FFFFFF;
  }
  #mobileNavBar .cart-toggle {
    display: none !important;
  }
  .rte table td {
    padding: 0 15px 0 0;
}

@media print {
  
  .nav-bar {
   display: none !important; 
  }
  
  body {
    font-family: 'Arial', sans-serif !important;
  }
  footer,
  .signUpWrapper,
  .topContent,
  header form,
  .header-cart-btn,
  .nav-bar{
    display: none !important;
  }
  
  .rte th, 
  	.rte td {
      float: left;
      width: auto !important;
    }

  .printShow {
       display: block !important; 
  }
  
  .printHide {
   	display: none !important; 

  }
  
   ul.tabs {
   display: none !important; 
  }
  
  
  #tab-1 {
   display: block !important; 
  }
  
  #tab-1:before {
   content: 'Features:';
       font-size: 30px;
       font-weight: 700;


  }
  
  #tab-2 {
       display: block !important; 
  }
  
  #tab-2:before {
   content: 'Specs:';
       font-size: 30px;
       font-weight: 700;


  }
  
  #tab-3 {
       display: block !important; 
  }
  
  #tab-3:before {
   content: 'Options:';
   font-size: 30px;
   font-weight: 700;
  }
  
 
  .social-sharing  {
	display: none !important;
  }
  
  .breadcrumb {
    display: none !important;
  }
  
  .relatedItems {
        display: none !important;
  }
  
  .product-photo-thumb {
    border: 0;
  }
  
  .product-photo-thumb img {
    max-width: 100% !important;
    max-height: 400px !important;

  }
  
  .printTitle {
    font-weight: 700;
	font-size: 30px;
  }
  
  #admin_bar_iframe {
    display: none !important;
  }
  
   #printProductPhotos img {
     max-width: 33% !important;
     height: auto;
   }
  
}
  
  
