/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Trad.eStore's custom styles
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
}

p {
  font-size: 16px;
  margin-bottom: 25px;
}

b, strong {
  font-weight: 500;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
}

img {
  max-width: 100%;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.right-arrow:after {
  position: absolute;
  content: url(../images/right-arrow.png);
  right: 0;
  background: #5C5C5C;
  padding: 15px 8px;
  top: 0px;
}

.right-arrow:hover:after{
  background: #343434;
}

/*.selected {
  background: #017C4D !important;
}*/

.more-btn a,
.more-btn a:after,
.categories-menu li a,
.single-category-container a span {
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.more-btn a {
    text-decoration: none;
    padding: 8px 9px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

  .more-btn a:after {
    position: absolute;
    content: url(../images/right-arrow.png);
    right: -34px;
    top: 0px;
    width: 34px;
    text-align: center;
    height: 100%;
    margin-top: auto;
    padding-top: 10px;
  }

    /*.view-more a {
      background: #017C4D;
    }*/

    .view-more a:hover {
      /*background: #888;*/
    }

    .view-more a:after {
      /*background: #444;*/
    }

    /*.read-more a {
      background: #017C4D;
    }

    .read-more a:after {
      background: #017C4D;
    }*/

    .read-more a:hover,
    .read-more a:hover:after {
      /*background: #444;*/
    }

.activated a {
  border-bottom: 4px solid;
}

.page-title {
  /*color: #017C4D;*/
  font-weight: bold;
  font-size: 35px;
}

.em-ul-style ul {
  list-style-type: disc;
  margin: 25px 0;
  padding: 0px 0 0 18px;
}

.green-btn {
    /*background: #017C4D;*/
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    margin: 20px 0 50px;
    text-transform: uppercase;
    font-size: 16px;
}

.green-btn:hover {
    color: #fff;
}

.download-file {
    margin: 10px 0;
}

.download-file i {
    /*color: #017C4D;*/
    font-size: 29px;
}

.download-file a {
    /*color: #017C4D;*/
}

  /* header style */

  .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }

    .header span {
      text-transform: uppercase;
    }

    .callus {
      padding: 8px 0;
      font-weight: 400;
      font-size: 14px;
      opacity: .8;
    }

      .callus span {
        /*color: #017C4D;*/
      }

      .callus .phoneNo {
        /*color: #444444;*/
      }

    .loginAndSearch {
      padding: 0;
    }

    .login {
      /*background: #017C4D;*/
      margin-left: 15px;
      display: none;
    }

    .search-bar {
      padding: 5px 0;
    }

      #search-input {
        display: none;
        font-size: 16px;
        font-weight: 300;
      }

      #search-icon {
          /*color: #017C4D;*/
          font-size: 23px;
          margin-top: 2px;
          background-image: url(../images/magnifier-tool.png) !important;
          width: 20px;
          height: 20px;
          display: inline-block;
          background-size: cover;
      }


    .login,
    .search-bar{
      float: right;
    }

      .login p,
      .login a{
        display: inline-block;
      }

      .login a {
        padding:9px 13px;
        color: #fff;
        text-decoration: none;
      }

      .login i {
          position: relative;
          top: 0px;
          left: 7px;
          font-size: 16px;
      }

    .search-bar input {
      border: none;
      border-left: 1px solid rgba(0, 0, 0, 0.12);
      padding-left: 7px;
    }

  /*navigation styles*/

  .navigation {
    padding: 18px 0;
  }

    .header-logo {
      padding: 0;
    }

      .header-logo img{
        max-width: 100%;
      }

    #menu {
      line-height: 90px;
      padding-left: 0px;
    }

      #menu li {
        display: inline-block;
        margin-right: 17px;
        font-size: 15px;
        text-transform: uppercase;
      }

        #menu li a {
          font-weight: 400;
          text-decoration: none;
          font-size: 16px;
          /*color: #444444;*/
        }

        #menu li a:hover {
          border-bottom: 4px solid;
        }

      #menu li:last-child {
        margin-right: 0px;
      }

  .header-menu-container {
      padding-right: 0;
  }

  /* products category */

  div.content.container{
      overflow-x: hidden;
  }

  .products-category {
    /*background-color: #444;*/
  }

    .categories-menu {
      margin: 0;
      padding-left: 0px;
      font-size: 0;
    }

      .categories-menu > li,
      .categories-menu > li > a {
        display: inline-block;
      }

        .categories-menu > li > a {
          color: #f5f5f5;
          padding: 21px 25px;
          text-decoration: none;
          font-size: 16px;
          text-transform: uppercase;
          position: relative;
          font-weight: 100;
          letter-spacing: 0.5px;
        }

        .categories-menu > li:first-child > a {
            position: relative;
            font-weight: 400;
            font-size: 18px;
            padding: 18px 25px;
        }

        .categories-menu > li:first-child > a:after {
            position: absolute;
            content: '';
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.1);
            left: 0;
            top: 0;
        }

          .categories-menu > li:first-child > a > span {
            /*color: #017C4D;*/
          }

        .categories-menu > li > .sub-menu {
          font-size: 15px;
          margin:0;
          padding:0;
          position: absolute;
          z-index: 1;
          font-weight: 300;
        }

        .categories-menu > li > .sub-menu > li {
          position: relative;
        }

          .categories-menu > li > .sub-menu > li  a {
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
            padding: 15px;
            width: 100%;
            min-width: 230px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.78);
            position: relative;
          }

          .categories-menu > li > .sub-menu > li  a:before {
            position: absolute;
            content: '';
            background: #666666;
            height: 100%;
            width: 100%;
            top:0;
            left:0;
            z-index: -9999;
          }

          /* Experimental phase */
          .categories-menu .sub-menu,
          .categories-menu .sub-sub-menu,
          .categories-menu .sub-sub-sub-menu {
            display: none;
          }

          .categories-menu > li > .sub-menu > li:last-child > a,
          .categories-menu > li  .sub-sub-menu > li:last-child > a {
            border-bottom: none;
          }

            .categories-menu > li > .sub-menu > li > ul.sub-sub-menu,
            .categories-menu > li > .sub-menu > li > ul.sub-sub-menu > li > ul.sub-sub-sub-menu {
              margin:0;
              padding:0;
              position: absolute;
              right: -230px;
              top:0;
            }

            .categories-menu > li > .sub-menu > li > ul.sub-sub-menu > li {
              position: relative;
            }

              .categories-menu > li > .sub-menu > li > ul.sub-sub-menu > li > ul.sub-sub-sub-menu {
                margin:0;
                padding:0;
                position: absolute;
                right: -230px;
                top:0;
              }

                .categories-menu > li > .sub-menu > li > ul.sub-sub-menu > li > ul.sub-sub-sub-menu li:last-child a {
                  border-bottom: none;
                }

  /* mobile category */

  .mobile-category {
    display: none;
  }

    .mobile-category-container {
      /*background: #444;*/
    }

      .burger-icon {
        padding: 15px 20px;
        cursor: pointer;
        /*background: #017C4D;*/
      }

        .burger-icon span {
          color: #fff;
          font-size: 19px;
        }

        .burger-icon a {
          cursor: pointer;
        }

        .burger-icon i {
            font-size: 24px;
          -webkit-transition: all .2s linear 0s;
          -o-transition: all .2s linear 0s;
          transition: all .2s linear 0s;
        }

      .mobile-category-menu {
        margin:0;
        padding:0;
      }

        .mobile-category-menu li a {
          color: #fff;
          display: inline-block;
          width: 100%;
          padding: 13px 0 13px 21px;
          font-size: 15px;
        }

        .mobile-category-menu li a:hover {
          /*background: #017C4D;*/
        }



  /* breadcrumbs  */
  .bread-container {
    padding: 10px 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.88);
  }

  .breadcrumbs {
    margin:0;
    padding:0;
  }

    .breadcrumbs li {
      display: inline-block;
      margin-right: 30px;
      position: relative;
    }

    .breadcrumbs li:after {
      content: '>>';
      position: absolute;
      right: -25px;
    }

    .breadcrumbs li:last-child:after {
      content: '';
    }

      .breadcrumbs li a {
        color: #333;
        font-size: 13px;
        font-weight: 400;
      }

  /* category thumbnail */

  .category-thumbnail {
    margin: 40px 0 10px;
  }

    .single-category-container {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 20px;
    }

    .single-category-container a {
        display: block;
        overflow: hidden;
    }

    .single-category-container:hover a span {
        background: #444444;
    }

    .single-category-container:hover .feature-image-container {
        overflow: hidden;
    }

    .single-category-container:hover .featured_image {
        transform: scale(1.08,1.08) rotate(0.1deg);
        transition: all 0.1s linear;
    }

    .single-category-container:first-child {
        padding-left: 0;
    }

    .single-category-container:last-child {
        padding-right: 0;
    }

        .single-category-container .featured_image {
          background-size: cover !important;
          background-repeat: no-repeat !important;
          background-position: center !important;
          height: 150px;
          transition: all 0.1s linear;
        }

        .single-category-container span {
          text-align: center;
          width: 100%;
          /*background: #017C4D;*/
          margin-bottom: 0;
          padding: 11px 0;
          color: #fff;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 29px;
          display: inline-block;
        }

  /* top-products */

  .top-products-title-bar {
    background: #888888;
    padding: 20px 30px;
  }

    .top-products-title-bar h3 {
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
    }

    .top-products-title-bar a:hover {
        border-bottom: 1px solid #fff;
    }

    .top-products-title-bar a {
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      -webkit-transition: all .25s .0s linear;
      -o-transition: all .25s .0s linear;
      transition: all .25s .0s linear;
    }

  .top-products-showcase {
    /*background: #F5F5F5;*/
    padding: 30px 15px 0px;
    margin:0 0 20px 0;
  }

    .top-products-showcase .product-image .top_product_img {
      height: 220px;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: cover !Important;
      background-color: #fff !Important;
    }

    .top-products-showcase .product-detail {
      /*background: #E9E9E9;*/
      padding: 16px;
      min-height: 116px;
    }

      .top-products-showcase .product-detail h4 {
        margin: 0;
        margin-bottom: 40px;
        font-size: 19px;
        font-weight: 500;
      }

          .top-products-showcase .product-detail h4 a {
              font-size: 16px;
          }

          .product-detail .view-more {
                position: absolute;
                bottom: 16px;
          }

          .product-body .product-detail .view-more {
                position: absolute;
                bottom: 20px;
          }

  /* video container */

  .video-container {
    margin: 60px 0 80px;
  }

    .video-container h1 {
      font-size: 40px;
      margin-top: 0;
      font-weight: 400;
      text-transform: uppercase;
      color: #555555;
    }

    .video-container p {
      font-size: 16px;
      color: #666666;
      font-weight: 300;
      letter-spacing: 0.3px;
    }

    .video-container .swipebox-video {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .video-container .swipebox-video:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-image: url(../images/playbutton.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 34%;
    }

    .video-container .swipebox-video img {
        width: 100%;
    }

  /* google map */
  .google-map {
    margin: 50px 0;
  }

  .google-map iframe{
    width: 100%;
  }

  /* contact-details */

  .contact-details {
    margin: 35px 0;
  }

    .contact-icon {
      margin-bottom: 30px;
    }

        .contact-icon i {
            /*color: #017C4D;*/
            font-size: 35px;
            /*background: #E9E9E9;*/
            padding: 23px;
            border-radius: 50%;
        }

        .contact-icon i:hover {
            /*background: #017C4D;*/
            color: #fff;
        }

      .contact-text h5 {
        margin: 3px 0;
        color: #555555;
        line-height: 1.3;
        font-size: 16px;
        font-weight: 300;
      }

        .contact-text h5 a {
          color: #666666;
        }

  /* footer */

  .footer {
    /*background: #017C4D;*/
    padding: 25px 0;
    border-bottom: 8px solid;
  }

    .footer-menu h4 {
      margin-top: 0;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 0.5px;
      /*color: #fff;*/
    }

    .footer-menu ul {
      margin:0;
      padding:0;
    }

      .footer-menu ul li {
        margin-bottom: 8px;
      }

      .footer-menu ul li:last-child {
        margin-bottom: 0px;
      }

        .footer-menu ul li a {
          color: #fff;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 300;
        }

        .footer-menu ul li a:hover {
            border-bottom: 2px solid #fff;
        }

        .products-footer-menu ul li {
          float: left;
          width: 50%;
        }

    .copyright {
        margin-top: 15px;
    }

    .copyright p {
      color: #fff;
      margin: 5px 0;
      font-size: 16px;
      font-weight: 300;
    }

    .copyright p.netvalue,
    .copyright p.netvalue a {
        color: #CCCCCC;
    }

      .copyright p a {
        color: #fff;
        border-bottom: 1px solid #fff;
      }

      .copyright p.netvalue a:hover {
          color: #fff;
      }

      .copyright p.netvalue a {
          -webkit-transition: all .2s linear 0s;
          -o-transition: all .2s linear 0s;
          transition: all .2s linear 0s;
          text-decoration: none;
          border-bottom: none;
      }

      /* Social Icons */
              div.socialIcons {
                  text-align: right;
              }
                  .socialIcons > a {
                      display: inline-block;
                  }

                  .socialIcons .nv-icon {
                      border-radius: 25px;
                      border: 2px solid #fff;
                      color: #ffffff;
                      margin-right: 5px;
                      font-size: 17px;
                      padding: 8px;
                  }
                      .socialIcons a:hover .nv-icon {
                          /*color: #017C4D;*/
                          background-color: #ffffff;
                      }

      /* Social Icon Effects from http://tympanus.net/codrops/2013/05/30/simple-icon-hover-effects/ */
        .hi-icon-wrap {
            text-align: center;
        }

        .hi-icon {
            display: inline-block;
            cursor: pointer;
            text-align: center;
            position: relative;
            z-index: 1;
            color: #fff;
        }

        .hi-icon:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            /* Effect 3 */
            .hi-icon-effect-3 .hi-icon {
                -webkit-transition: color 0.3s;
                -moz-transition: color 0.3s;
                transition: color 0.3s;
            }

            .hi-icon-effect-3 .hi-icon:after {
                top: -2px;
                left: -2px;
                padding: 2px;
                z-index: -1;
                background: #fff;
                -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
                -moz-transition: -moz-transform 0.2s, opacity 0.3s;
                transition: transform 0.2s, opacity 0.3s;
            }

                /* Effect 3b */
                .hi-icon-effect-3b .hi-icon {
                  color: #fff;
                }

                    .hi-icon-effect-3b .hi-icon:after {
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                        transform: scale(1.1);
                        opacity: 0;
                    }

                        .hi-icon-effect-3b .hi-icon:hover:after {
                            -webkit-transform: scale(1);
                            -moz-transform: scale(1);
                            -ms-transform: scale(1);
                            transform: scale(1);
                            opacity: 1;
                        }

/* contact form */

.contact-us-page {
  margin: 10px auto 30px;
}

  .contact-form-container .form-controls:first-child {
    height: 0;
  }

  .contact-form-container .form-controls:last-child {
    margin-top: 25px;
  }

  .contact-form-container .form-group {
    margin-bottom: 0;
  }

  .contact-form-container .zm-inputs {
      padding:0;
  }

  .contact-form-container .zm-inputs:nth-child(odd) {
    padding-right: 10px;
  }

  .contact-form-container .zm-inputs:nth-child(even) {
    padding-left: 10px;
  }

  .contact-us-page h3 {
    margin: 0;
  }

  .contact-us-page p {
    margin-bottom: 10px;
  }

  .contact-us-page iframe {
    width: 100%;
    margin: 20px 0;
  }

      .contact-form-container label {
        display: none;
      }

      .contact-form-container input,
      .contact-form-container textarea {
        margin-bottom: 10px;
        border-color: rgba(0,0,0,0.1);
        font-size: 13px;
        height: 40px;
        opacity: 0.85;
        border-radius: 0px;
      }

      .contact-form-container textarea {
        height: 200px;
      }

      .contact-form-container .btn-submit {
        /*background: #017C4D;*/
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        height: 44px;
        padding: 0 23px;
      }

      .contact-us-page .bold-text {
          margin: 35px 0;
      }

      .contact-us-page .contact-info p {
        margin: 0;
        /*color: #017C4D;*/
        font-weight: 500;
      }

        .contact-us-page .contact-info p span {
          /*color: #444444;*/
        }

/* Search */
.search-result {
    min-height: 300px;
    text-align: center;
    display: table;
}

.search-result .container {
    display: table-cell;
    vertical-align: middle;
}

.search-result .container > a {
    display: inline-block;;
    /*background: #017C4D;*/
    color: #fff;
    padding: 15px 30px;
    border-radius: 7px;
    margin: 6px;
    border-bottom: 4px solid #1A6749;
}

/* Pagination */

.pagination  {
    width: 100%;
    margin:0 0 20px 0;
}

    .pagination .pages {
        float: right;
        padding-left: 0;
        border-radius: 5px;
    }

    .pagination .showing {
        line-height: 42px;
        /*color: #464246;*/
        font-weight: 500;
    }

        .pagination .pages li {
            display: inline-block;
            border-radius: 3px;
            /*background: #E9E9E9;*/
        }

            .pagination .pages li a,
            .pagination .pages li span {
                color: white;
                padding: 11px;
                display: inline-block;
                -webkit-transition: all .2s linear 0s;
                -o-transition: all .2s linear 0s;
                transition: all .2s linear 0s;
            }

            .pagination .pages li:hover a {
                background: #008850;
                color: #fff !important;
                border-radius: 3px;
            }

            .pagination .pages li.selected span {
                color: #fff !important;
            }


/* product detail */
.product-detail-container {
    padding-bottom: 25px;
}

.product .product-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.product .product-body {
    margin: 30px 0;
}

    .product .product-detail {
        padding: 40px 30px;
        /*background: #F5F5F5;*/
    }

    .product-detail-container .top-products-showcase .product-detail {
        /*background: #E9E9E9;*/
        padding: 16px;
    }

    .product-body .product-image {
        padding-left: 0;
    }

        .product .product-detail h2 {
            margin: 0px  0 35px 0;
            font-size: 22px;
            font-weight: bold;
        }

        .product .product-detail .product-related {
            margin-bottom: 20px;
        }

        .product .product-detail .product-spec,
        .product .product-detail .product-file {
            padding: 0;
        }

            .product .product-detail .product-file {
                text-align: right;
            }

            .product .product-detail .product-spec h5:first-child {
                margin-top: 0;
            }

            .product .product-detail .product-file .related-doc {
                display: inline-block;
                background: #fff;
                padding: 10px;
                margin-right: 15px;
                margin-bottom: 10px;
                font-size: 14px;
                border: 1px solid rgba(158, 158, 158, 0.38);
                width: 85%;
                text-align: left;
                position: relative;
            }

            .product .product-detail .product-file .related-doc i {
                vertical-align: middle;
                font-size: 33px;
                margin-right: 7px;
            }

            .product .product-detail .product-file img {
                float: left;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                left: 10px;
            }

            .product .product-detail .product-file span {
                display: block;
                padding-top: 5px;
                padding-left: 30px;
            }

            .product .product-detail .product-file a {
                color: #333333;
            }

.product-description {
    margin-bottom: 20px;
    cursor: pointer;
}

.product .product-description .dp-title {
    position: relative;
    /*background: #017C4D;*/
    padding: 17px;
    margin-bottom: 5px;
}

.product .product-description .dp-text {
    padding: 15px 15px 0px;
}

.product .product-description p {
    margin: 10px 0;
    font-size: 15px;
}

.product .product-description ul {
    list-style-type: initial;
    margin: 0;
    padding-left: 15px;
    font-size: 15px;
}

    .product .product-description .dp-title h3,
    .product .related-products .rp-title h3 {
        margin: 0;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
    }

    .product .product-description .dp-title a {
        position: absolute;
        right: 0px;
        /*background: #444;*/
        bottom: 0;
        display: block;
        padding: 12px;
        cursor: pointer;
    }

    .product .product-description .dp-title img {
        font-size: 29px;
        width: 32px;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }

    .product .related-products {
        /*background: #444;*/
        padding: 17px;
    }

/* product list container */
.products-page-container ul {
    list-style-type: initial;
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 1.7rem;
}

.products-page-container p {
    color: #666666;
}

.products-page-container .sub-cat-container {
    margin:30px 0;
}

.products-page-container .sub-cat-link a,
.products-page-container .sub-cat-link a .plus {
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.products-page-container .sub-cat-link a {
    /*background: #017C4D;*/
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.products-page-container .sub-cat-link a:hover {
    /*background: #444444;*/
}

.products-page-container .sub-cat-link a:hover .plus {
    color: #fff;
}

    .products-page-container .sub-cat-link {
        padding-left: 0;
    }

    .products-page-container .sub-cat-link a span {
        display: block;
    }

    .products-page-container .sub-cat-link a .sub-cat-title {
        padding: 14px 19px;
    }

    .products-page-container .sub-cat-link a .plus {
        padding: 14px 8px;
        /*color: #017C4D;*/
    }

    .products-page-container .sub-cat-link a .sub-cat-title {
        float: left;
        font-weight: 300 !important;
    }

    .products-page-container .sub-cat-link a .plus {
        float: right;
        /*background: #343434;*/
    }

    .products-list-container hr {
        border-top: 1px solid rgba(204, 204, 204, 0.3);
        margin-bottom: 20px;
    }

        .products-list-container .single-top-product-container {
            margin-bottom: 30px;
        }

/* box slider plugin css */
.bx-wrapper {
    margin-bottom: 0px;
}

#bx-pager {
    margin-top: 30px;
}

    .bx-wrapper .slider-img {
        height: 450px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .bx-wrapper .bx-viewport {
        border: 1px solid #ccc;
    }

    div.bx-thumbnail {
        width: 85px;
        height: 75px;
        margin-right: 5px;
        display: inline-block;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        border: 1px solid rgba(68, 68, 68, 0.16);
    }

/* Swipebox plugin css */
#swipebox-close,
#swipebox-next,
#swipebox-prev {
        background-image: url(../images/icons.svg) !important;
}

/*Thanks page*/
.thanks-page {
    min-height: 300px;
    display: table;
}

.thanks-page .container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/*Library page*/
.filter-form .form-control {
    width: 200px;
    margin-right: 20px;
    height: 42px;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.08);
}

.pdfs-container {
    margin:30px 0;
}

.pdfs-container > div {
    margin: 20px 0;
    min-height: 120px;
}

.pdfs-container .pdf-container {
    color: #333;
    display: inline-block;
    width: 100%;
}

    .pdfs-container .pdf-container i {
        font-size: 60px;
        color: #008850;
    }

    .pdfs-container .pdf-container p {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 15px;
        word-wrap: break-word;
    }

    #pdf-search {
        cursor: pointer;
        margin: 0;
        padding: 10px 35px;
        margin-top: 5px;
    }

/* ==========================================================================
   responsive css
   ========================================================================== */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (max-width: 1320px) {
    .top-products-showcase .product-detail h4 a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
  /* products category */

  .categories-menu > li > a {
    padding: 20px 15px;
  }

  /* top products */

  .single-category h2 {
    font-size: 18px;
  }

  .categories-menu > li:first-child {
    display: none;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .categories-menu > li > a {
        padding: 20px 10px;
    }

    .product-detail .product-related .product-spec,
    .product-detail .product-related .product-file,
    .product-detail .product-related .product-file a {
        width: 100%;
    }

    .product-detail .product-related .product-file {
        margin: 10px 0;
    }

    .product-detail .product-related .product-file a {
        text-align: center;
    }

    /* products category */

    .single-category h2 {
        font-size: 13px;
    }

    .categories-menu > li:first-child {
        display: none;
    }

    /* category products */

    .single-category-container {
        width: 50%;
    }

    .single-category-container:nth-child(odd) {
      padding-left: 0
    }

    .single-category-container:nth-child(even) {
      padding-right: 0
    }

    /* top products */

    .single-top-product-container {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    /* products category */
    .categories-menu li > a {
        font-size: 14px;
    }

    .categories-menu > li > a {
        padding:20px 10px;
    }

    .categories-menu > li:first-child {
        display: none;
        padding: 20px 10px;
    }

    /* top products */

    .top-products-showcase {
        padding: 13px 0px;
    }

    /* category products */

    .single-category-container {
        padding:0;
        margin: 10px 0;
    }

    .single-top-product-container {
      margin-bottom: 10px;
    }

    /* footer */
    .bottom-text-container {
        text-align: center;
        margin-top: 20px;
    }

    /* contact form */
    .contact-form-container .zm-inputs {
        padding:0 !important;
    }

    .product-spec {
        margin: 0px 0 20px;
    }

    .product .product-detail .product-file,
    .product .product-detail .related-doc,
    .product .product-detail .product-file .related-doc {
        text-align: left;
    }

    .product-body .product-detail .view-more {
        position: relative;
        bottom: 0;
    }

    /* product detail */
    .product-body .product-image {
        margin-bottom: 30px;
        padding-right: 0px;
    }

    .product-body .product-detail {
        height: inherit !important;
    }

    /* social icons */
    div.socialIcons {
        text-align: center;
    }

    /* video container */
    .video-container .swipebox-video-container {
        margin-top: 30px;
    }

    /*library page*/
    .filter-form .form-group {
        display: inline-block;
    }

    .filter-form .form-control {
        width: 120px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 680px) {
  /* header */

  .search-bar {
    display: none;
  }

  /* navigation */

  .navigation .header-logo,
  .navigation .header-menu-container {
    width: 100%;
    text-align: center;
    padding: 0;
  }

    #menu {
      line-height: 20px;
      margin-top: 15px;
    }

      #menu li {
        font-size: 14px;
        margin-right: 8px;
      }

  /* products category */

  .categories-menu {
    display: none;
  }

  /* category thumbnail */
  .category-thumbnail {
    margin: 20px 0;
  }

  /* mobile category */

  .mobile-category {
    display: block;
  }

    .mobile-category-menu {
      display: none;
    }

    .bx-wrapper .slider-img {
        height: 335px;
    }

    .product .product-detail .product-file {
        text-align: left;
    }

}

@media only screen and (max-width: 400px) {
  /* header */
  #menu li a {
      font-size: 14px;
  }

  .callus,
  .loginAndSearch,
  .loginAndSearch .login {
    width: 100%;
    text-align: center;
  }

  /* contact details */

  .contact-info {
    width: 100%;
    margin-bottom: 30px;
  }

    .contact-icon {
      margin-bottom: 20px;
    }

  /* footer */

  .company-footer-menu,
  .products-footer-menu {
    width: 100%;
    text-align: center;
  }

  .products-footer-menu {
    margin-top: 30px;
  }

    .products-footer-menu ul li {
      width: 100%;
    }

    .filter-form .form-group {
        width: 100%;
        margin-right: 0;
    }

    .filter-form .form-control {
        width: 100%;
        margin-right: 0;
    }

    #pdf-search {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * remove focus style
 */

*:focus {
    outline: none;
}


/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 768px) {
    /* Style adjustments for viewports that meet the condition */
    .signup {
        float:left;
    }
    .sign-in-bar .container .shift {
        margin-left:0px;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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


/* Children Pages */

.children {
}
    .children .child {
        padding-left: 0px;
        padding: 15px;
    }
        .children .child a {
            display: block;
            color: #008850;
        }
            .children .child .intro {
                float: left;
                background: #f5f5f5;
                padding-top: 15px;
                padding-bottom: 15px;
                width: 100%;
            }

                .children .child .intro h4 {
                    border-left: 6px solid #008850;
                    margin-bottom: 5px;
                    margin-top: 5px;
                    padding: 15px 10px;
                    font-size: 18px;
                    text-transform: uppercase;
                }

                .children .child .intro > div {
                    padding-left: 16px;
                    padding-right: 16px;
                    font-size: 16px;
                }


            .children .child img {
                width: 100%;
                overflow: hidden;
            }
