/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .nav-tabs>li{
  display: block !important;
  width: 33.333333% !important;
  float: left !important;
}
  body {
    padding-top: 103px;
  }
  .head .navbar {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .head .navbar-header .navbar-brand {
    margin-left: 0;
    width: 100px;
    height: 67px;
    background-size: auto;
  }
  .page-header.catalog {
    padding-top: 46px;
    padding-left: 36px;
  }
  .page-header.catalog h4 {
    position: relative;
  }
  .page-header.catalog h4 img {
    display: block;
    position: absolute;
    top: -8px;
    left: -42px;
  }
  .top-banner.bx-banner {
    height: 500px;
  }
  .bx-slider-top li {
    height: 500px;
  }
  .top-banner.bx-banner h1 {
    margin: 100px 0 40px;
    font-size: 60px;
  }
  .top-banner p {
    margin: 0 0 50px;
    font-size: 20px;
  }
  .top-banner .bx-controls {
    bottom: 10%;
  }
  .foot h3 {
    font-size: 20px;
    margin-bottom: 36px;
  }
  .foot .col {
    margin-bottom: 0;
  }
  .tabs-el .page-header {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
  }
  .main-nav {
    position: relative;
    z-index: 101;
  }
  .sticky {
    padding-top: 158px;
  }
  .sticky.no-sticky {
    padding-top: 103px;
  }
  .category .main-nav,
    .single .main-nav{
     border-top: 1px solid #236192;
  }
  .sticky .main-nav {
    position: fixed;
    top: 103px;
    right: 0;
    left: 0;
    border-top: 1px solid #236192;
    background: #fff;
  }

   .category.sticky  .breadcrumb-cont,
    .single.sticky  .breadcrumb-cont{
        position: fixed;
    top: 153px;
    right: 0;
    left: 0;
    border-top: 0px;
    background: #fff;
        z-index: 1 !important;
  }
  .product-cat .sub-main-nav{
    position: static;
  }
    .sticky .product-cat .sub-main-nav{
    position: fixed;
    top: 203px;
    right: 0;
    left: 0;
    border-top: 0px;
    background: #fff;
        z-index: 1 !important;
  }
   .category.sticky  .sub-main-nav,
    .single.sticky  .sub-main-nav{

    }
  .sticky .tabs-content{
    padding-top: 100px;
  }
  
  .no-sticky.sticky .sub-main-nav {
       position: static;
}
  .no-sticky.sticky .main-nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    border: 0;
  }
    .no-sticky.sticky .sub-main-nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    border: 0;
  }
  .main-nav .tabs-el .page-header {
    top: 55px;
    z-index: 2000  !important;
  }
  .page-header.search input[type="text"],
  .page-header.newsletter input[type="email"] {
    padding: 48px 35px;
    font-size: 30px;
  }
  .page-header.search form input[type="submit"],
  .page-header.newsletter form input[type="submit"] {
    width: 46px;
    height: 46px;
    right: 34px;
    margin-top: -23px;
    background-size: auto;
  }
  .page-header.newsletter form input[type="submit"] {
    width: 48px;
    height: 32px;
    margin-top: -16px;
  }
  .pagination-list li a,.pagination-list li span {
    min-width: 38px;
    padding: 5px 0;
    font-size: 20px;
  }
  .contact-box p,
  .contact-box span,
  .contact-box a,
  .contact-box li {
  font-size: 16px;
  }
  .contact-header h3 {
  font-size: 20px;
  }
  .foot-orders {
    clear: none;
  }
  .foot-orders li {
    font-size: 18px;
  }
  .table-wrap table {
    font-size: 16px;
  }
  .top-banner .banner-content p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -68px;
    width: 41px;
    height: 40px;
    background: url(../img/ico_arrow.png) no-repeat;
  }
  .top-banner .banner-content.about-us p:after {
    display: none;
  }
  .top-banner.bx-banner .container p:after {
    display: none;
  }
  .top-banner.bx-banner .container p {
    margin-bottom: 52px;
  }
  .foot-logo a {
    width: 155px;
    background-size: auto;
  }
  .page-header.catalog {
    overflow: hidden;
  }
  .sticky .page-header.catalog {
    overflow: visible;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .middle-container {
    text-align: left;
  }
  .middle-container .col-md-8 {
    padding: 0;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  @page  {
    size: auto;   /* auto is the initial value */ 
    /* this affects the margin in the printer settings */ 
    margin: 0;
  }
  body {
    /* this affects the margin on the content before sending to printer */ 
    margin: 60px;
    padding-top: 0;
  }
  * {
  box-shadow: none !important;
  text-shadow: none !important;
  color: #7b7b7b !important;
  }

  a,
  a:visited {
  text-decoration: underline;
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  a[href]:after,
  abbr[title]:after,
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
  content: "";
  }

  pre,
  blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
  }

  thead {
  display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
  page-break-inside: avoid;
  }

  img {
  max-width: 100% !important;
  }

  @page {
  margin: 0.5cm;
  }

  p,
  h2,
  h3 {
  orphans: 3;
  widows: 3;
  }

  h2,
  h3 {
  page-break-after: avoid;
  }

  .visible-print h1,
  .visible-print h2,
  .visible-print h3 {
    color: #236192 !important;
    text-align: center;
  }

  .top-banner,
  .nav-tabs,
  .breadcrumb,
  .foot,
  .prod-list,
  .prod-filter,
  .pagination-list {
    display: none;
  }

  .top-container {
    margin-bottom: 0;
  }

  .tabs-content .page-header {
    display: block !important;
    margin-top: 0;
  }

  .tabs-content .page-header .stripped-list {
    display: none;
  }

  .page-header h1,
  .news-box h2 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    color: #236192 !important;
  }

  .news-box img {
    display: none;
  }

  .prod-gall .col-sm-3 {
    float: left;
    width: 25%;
  }

  .product-cat .prod-gall a {
    border: 0 none;
  }

  .page-header h3 {
    color: #236192 !important;
  }

  .print-header img {
    display: block;
    margin-bottom: 20px;
  }

  .print-subtitle {
    position: absolute;
    top: 100px;
    right: 0;
    width: 50%;
    color: #236192 !important;
  }

  .print-subtitle h2 {
    margin: 0;
    text-align: left;
    color: #236192 !important;
  }

  .print-subtitle p {
    margin: 0;
    font-size: 10px;
    color: #236192 !important;
  }

  .print-address {
    clear: both;
    font-size: 12px;
    line-height: normal;
    padding-left: 45px;
    color: #236192 !important;
  }

  .table-wrap table  > thead:first-child > tr:first-child > th,
  .table-wrap table  > thead > tr > th,
  .table-wrap table  > tbody > tr > th {
    color: #236192 !important;
  }

  .table-wrap table tr td,
  .table-wrap table tr th {
    text-align: center !important;
  }

  .table-wrap table >tbody>tr:nth-child(2n)>td,
  .table-wrap table >tbody>tr:nth-child(2n)>th {
    background-color: #f9fcfe !important;
    -webkit-print-color-adjust: exact; 
  }

  .table-wrap table >tbody>tr:first-child>th {
    background-color: #e8f4fa !important;
    -webkit-print-color-adjust: exact; 
  }

  .print-stripes {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 20px;
    background: #4bbae7 !important;
  }

  .print-stripes span {
    float: left;
    height: 20px;
    width: 33.33%;
  }

  .print-stripes span:first-child {
    background: #8dc8e8 !important;
  }

  .print-stripes span:last-child {
    float: right;
    background: #236192 !important;
  }

  body {
    padding-bottom: 60px;
  }
}