/**
 * Paper Mint
 * 8 May 2016
 * MIT License
 * ===========
 * http://www.opensource.org/licenses/mit-license.php  MIT License
 * Copyright (c) 2016 Shan Dhiviyarajan (Shan) <prashasoft@gmail.com>
 * @category   SASS / CSS
 * @author     Shan Dhiviyarajan - prashasoft@gmail.com
 * @copyright  2016 Paper Mint
 * @version    1.0.0
 */
@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat/montserrat-regular-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Primary Font */
/* Primary Colour */
/**
* SASS mixins 
*/
* {
  margin: 0px;
  padding: 0px; }

body {
  font-family: "montserratregular";
  background: #fff;
  padding-top: 82px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased; }

header {
  background: #034da1;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 82px;
  z-index: 2800; }
  header nav {
    text-align: left;
    margin-bottom: 0px; }
    header nav ul, header nav ul#main-menu {
      margin: 0px;
      padding: 0px; }
      header nav ul li, header nav ul#main-menu li {
        list-style: none;
        display: inline-block;
        margin-left: -4px; }
        header nav ul li a, header nav ul#main-menu li a {
          display: block;
          padding: 32px 30px 20px 30px;
          text-decoration: none;
          font-size: 13px;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          font-family: "montserratregular";
          border: none;
          position: relative;
          z-index: 100;
          background: transparent;
          border-bottom: 4px solid #034da1;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          height: 82px; }
          header nav ul li a:focus, header nav ul li a:visited, header nav ul#main-menu li a:focus, header nav ul#main-menu li a:visited {
            color: #fff;
            text-decoration: none; }
          header nav ul li a:hover, header nav ul#main-menu li a:hover {
            color: #fff;
            border-bottom: 4px solid #51a3ff;
            text-decoration: none; }
        header nav ul li p, header nav ul#main-menu li p {
          padding-left: 15px;
          color: #fff; }
      header nav ul li#licart a, header nav ul#main-menu li#licart a {
        background: #fff;
        padding: 15px 30px;
        border-radius: 30px;
        color: #034da1;
        border: none;
        height: auto; }
        header nav ul li#licart a:hover, header nav ul#main-menu li#licart a:hover {
          border: none; }
      header nav ul li.active a, header nav ul#main-menu li.active a {
        opacity: 1;
        background: transparent;
        font-weight: bold; }
        header nav ul li.active a:before, header nav ul#main-menu li.active a:before {
          opacity: 1; }
    header nav ul.dropdown-menu {
      border: thin solid #d8d8d8;
      border-radius: 0px;
      padding: 0px;
      margin: 0px; }
      header nav ul.dropdown-menu li {
        display: block;
        margin-left: 0px; }
        header nav ul.dropdown-menu li a {
          text-align: left;
          padding: 10px 20px;
          height: auto;
          color: #034da1;
          border: none; }
          header nav ul.dropdown-menu li a:hover {
            background: #eee;
            color: #000; }
          header nav ul.dropdown-menu li a:before {
            opacity: 0; }
      header nav ul.dropdown-menu li.active a {
        background: #eee;
        color: #000; }
        header nav ul.dropdown-menu li.active a:hover {
          background: #eee;
          color: #000; }
    header nav li.dropdown:hover ul.dropdown-menu {
      display: block; }
  header #languages {
    padding-top: 24px; }
    header #languages li {
      text-transform: uppercase;
      display: inline-block;
      list-style: none;
      color: #51a3ff;
      font-size: 11px;
      padding: 10px;
      text-align: center;
      cursor: pointer; }
      header #languages li:hover {
        color: #fff; }
      header #languages li a, header #languages li button {
        color: #51a3ff;
        text-decoration: none;
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        padding: 10px;
        text-align: center; }
        header #languages li a:hover, header #languages li button:hover {
          color: #fff; }
    header #languages li.active {
      color: #fff; }
    header #languages li.active a {
      color: #fff; }
  header #mobileMenu {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2800;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-top: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

header.showOnMobile {
  height: auto; }

p {
  font-size: 13px;
  line-height: 1.7em;
  font-family: "montserratregular"; }

img {
  width: 100%;
  position: relative; }

h3, h4, h5, h6, h1, h2 {
  font-family: "montserratregular";
  color: #000; }

.btn-primary {
  background: #acacac;
  color: #fff;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 0px;
  border: none;
  padding: 7px 15px;
  max-width: 160px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  min-width: 160px; }
  .btn-primary:hover {
    background: #000000;
    color: #acacac; }

#logo {
  padding: 21px 0px;
  display: block; }
  #logo img {
    display: block;
    outline: 0;
    border: none;
    max-width: 200px; }

header.activeHeader {
  height: 240px; }

#mobile-menu {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  z-index: 2800;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #fff; }

#product-details {
  padding-top: 30px; }

#home-slider {
  background: #51a3ff;
  position: relative; }

#slider {
  position: relative;
  width: 100%;
  height: 416px; }
  #slider .owl-item > div {
    height: 418px; }
    #slider .owl-item > div .banner {
      background: transparent;
      position: absolute;
      z-index: 1600;
      padding: 30px;
      top: 30px; }
      #slider .owl-item > div .banner img {
        width: auto; }
      #slider .owl-item > div .banner h4 {
        text-transform: uppercase;
        font-size: 36px;
        font-family: "montserratregular";
        margin: 0px;
        color: #fff;
        font-weight: bold; }
      #slider .owl-item > div .banner p {
        color: #fff;
        font-size: 16px;
        font-weight: normal; }
      #slider .owl-item > div .banner h5 {
        font-size: 24px;
        font-family: "montserratregular";
        color: #fff;
        font-weight: bold;
        font-style: italic; }
      #slider .owl-item > div .banner a.btn {
        background: #fff;
        padding: 10px 15px;
        border-radius: 20px;
        color: #51a3ff; }

#home-products {
  position: relative;
  padding-top: 30px; }
  #home-products .col-md-4 > div {
    position: relative;
    height: 420px;
    margin-bottom: 30px; }
    #home-products .col-md-4 > div img {
      max-width: 280px;
      display: block;
      margin: 0 auto;
      position: relative; }
    #home-products .col-md-4 > div h2 {
      font-weight: bold;
      font-size: 24px;
      color: #000;
      margin: 15px 0px;
      text-align: center; }
    #home-products .col-md-4 > div p {
      text-align: center; }
      #home-products .col-md-4 > div p span {
        font-size: 13px;
        color: #444;
        font-style: italic;
        text-align: center; }
    #home-products .col-md-4 > div h5 {
      color: #034da1;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    #home-products .col-md-4 > div div.add-to-cart {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      text-align: center;
      background: #51a3ff; }
      #home-products .col-md-4 > div div.add-to-cart a, #home-products .col-md-4 > div div.add-to-cart button {
        display: inline-block;
        color: #fff;
        padding: 10px 15px;
        font-size: 12px;
        text-decoration: none; }
        #home-products .col-md-4 > div div.add-to-cart a:hover, #home-products .col-md-4 > div div.add-to-cart button:hover {
          color: #eee; }
      #home-products .col-md-4 > div div.add-to-cart button {
        border: none;
        background: transparent; }

.discounts h4 {
  font-size: 13px;
  color: #999; }
.discounts td {
  border: 1px solid #ddd;
  border-collapse: collapse; }
  .discounts td span {
    text-decoration: none;
    color: #034da1;
    text-align: center;
    font-size: 12px; }
  .discounts td span.grey {
    color: #999;
    font-size: 12px;
    padding-bottom: 10px; }

#contact-page {
  padding-top: 100px;
  position: relative; }
  #contact-page .map-1,
  #contact-page .map-2 {
    padding: 0px;
    position: relative; }
    #contact-page .map-1 h1,
    #contact-page .map-2 h1 {
      text-align: center;
      font-size: 48px;
      margin: 0px;
      margin-bottom: 30px; }
  #contact-page #map-canvas-1 {
    border: 40px solid #d8d8d8; }
  #contact-page #map-canvas-2 {
    border: 40px solid #acacac; }
  #contact-page .info {
    margin-top: 30px; }
    #contact-page .info h2 {
      margin: 0px 0px 15px 0px;
      text-align: center; }
    #contact-page .info p {
      text-align: center; }
  #contact-page .info.bordered {
    border-right: thin solid #d8d8d8; }

.page-inside {
  padding-top: 60px; }

footer {
  height: 100px;
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  background: #51a3ff; }
  footer img.payment {
    width: 110px;
    margin: 15px auto 0px auto;
    display: block;
    position: relative; }
  footer p {
    text-align: left;
    border-right: thin solid #d8d8d8;
    height: 50px;
    color: #fff; }
  footer .col-md-3 p {
    border: none;
    color: #fff;
    font-family: "montserratregular";
    font-weight: normal; }
  footer .col-md-3 a {
    padding: 40px 15px 10px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: "montserratlight";
    font-weight: normal;
    font-size: 13px; }

#map-canvas {
  height: 480px;
  position: relative;
  width: 100%; }

#blog .row {
  padding-top: 100px; }
  #blog .row img {
    width: 360px;
    display: block; }
#blog .row:nth-child(odd) .col-md-6:first-child {
  float: left;
  box-shadow: 0px 3px 10px #999;
  position: relative;
  padding-bottom: 80px; }
  #blog .row:nth-child(odd) .col-md-6:first-child h1 {
    font-size: 48px;
    font-weight: bold;
    top: -46px;
    padding-right: 80px;
    position: relative;
    text-align: right; }
  #blog .row:nth-child(odd) .col-md-6:first-child img {
    float: right;
    margin-right: 80px;
    box-shadow: 0px 0px 5px #999; }
#blog .row:nth-child(even) .col-md-6 {
  float: left; }
#blog .row:nth-child(even) .col-md-6:first-child {
  float: right;
  box-shadow: 0px 3px 10px #999;
  position: relative;
  padding-bottom: 80px; }
  #blog .row:nth-child(even) .col-md-6:first-child h1 {
    font-size: 48px;
    font-weight: bold;
    top: -46px;
    padding-left: 80px;
    position: relative;
    text-align: left; }
  #blog .row:nth-child(even) .col-md-6:first-child img {
    float: left;
    margin-left: 80px;
    box-shadow: 0px 0px 5px #999; }
#blog .blog-content {
  padding: 60px; }

div.line {
  clear: both;
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  background: #d8d8d8;
  margin: 0px 0px 20px 0px; }

/* Products page */
#product-details {
  padding-top: 100px; }
  #product-details #details {
    padding: 30px 30px 30px 0px; }
    #product-details #details h1 {
      font-size: 24px;
      font-weight: bold;
      color: #000;
      margin: 0px 0px 15px 0px; }
      #product-details #details h1 span {
        color: #999;
        font-size: 18px;
        display: block;
        font-family: "montserratlight";
        font-weight: normal;
        padding-top: 7px; }
    #product-details #details ul li {
      list-style: none;
      font-family: "montserratlight";
      color: #000;
      padding: 2px 0px 2px 0px;
      font-size: 13px; }
      #product-details #details ul li:before {
        content: '-';
        color: #034da1;
        font-size: 16px;
        font-family: "montserratregular";
        font-weight: bold;
        display: inline-block;
        text-align: left;
        margin-right: 15px; }
    #product-details #details .add-to-cart {
      background: #034da1;
      color: #fff;
      transition: 0.3s ease;
      padding: 10px 15px;
      border: none;
      font-size: 14px;
      max-width: 100%;
      width: 100%;
      min-height: 40px; }
      #product-details #details .add-to-cart:focus, #product-details #details .add-to-cart:active, #product-details #details .add-to-cart:visited {
        background: #034da1;
        color: #fff; }
      #product-details #details .add-to-cart:hover {
        background: #229941; }
    #product-details #details form {
      padding: 30px 0px; }
  #product-details .price h3 {
    margin: 15px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #034da1; }
  #product-details .quantity {
    position: relative;
    width: 100%;
    max-width: 250px; }
    #product-details .quantity input[type="number"],
    #product-details .quantity input[type="text"],
    #product-details .quantity input[name="quantity"] {
      box-shadow: none;
      display: block;
      border: thin solid #999;
      color: #034da1;
      font-size: 16px;
      height: 40px;
      padding: 10px;
      width: 100%;
      outline: 0; }
      #product-details .quantity input[type="number"]:focus,
      #product-details .quantity input[type="text"]:focus,
      #product-details .quantity input[name="quantity"]:focus {
        box-shadow: none;
        border: thin solid #034da1; }
    #product-details .quantity div.up-arrow {
      width: 36px;
      height: 20px;
      float: right;
      position: absolute;
      background: #d8d8d8;
      top: 0px;
      right: 0px;
      cursor: pointer;
      text-align: center; }
      #product-details .quantity div.up-arrow:hover {
        background: #034da1;
        color: #fff; }
    #product-details .quantity div.down-arrow {
      width: 36px;
      height: 20px;
      float: right;
      position: absolute;
      background: #d8d8d8;
      bottom: 0px;
      right: 0px;
      cursor: pointer;
      text-align: center; }
      #product-details .quantity div.down-arrow:hover {
        background: #034da1;
        color: #fff; }
  #product-details .add-to-cart,
  #product-details #button-cart {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    background: #034da1;
    color: #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
    width: 100%;
    max-width: 100%; }
    #product-details .add-to-cart:hover,
    #product-details #button-cart:hover {
      background: green;
      color: #fff; }
    #product-details .add-to-cart:focus, #product-details .add-to-cart:visited,
    #product-details #button-cart:focus,
    #product-details #button-cart:visited {
      background: #034da1;
      color: #fff; }
  #product-details .info-list {
    padding-top: 100px; }
    #product-details .info-list img {
      width: 36px;
      display: inline-block;
      float: left;
      margin-bottom: 15px;
      margin-right: 15px; }
    #product-details .info-list li {
      list-style: none;
      clear: both; }
      #product-details .info-list li p {
        color: #034da1;
        font-style: italic;
        font-family: "montserratregular";
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
  #product-details .info-img {
    padding-top: 80px;
    max-width: 280px;
    display: block;
    margin: 0 auto;
    position: relative; }

.suggested-products-carousel {
  padding-top: 100px; }

.suggested-products {
  padding-top: 100px; }
  .suggested-products h1 {
    font-family: "montserratregular";
    font-weight: bold;
    color: #034da1;
    font-size: 24px;
    text-align: center; }

.testimonials {
  background: rgba(70, 140, 200, 0.3);
  padding: 30px 0px; }
  .testimonials h2 {
    color: #000;
    font-size: 24px;
    text-align: center; }
  .testimonials p {
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: 1.7em; }
    .testimonials p span {
      display: block;
      padding-top: 30px; }

.videos {
  padding: 60px 0px; }
  .videos .col-md-4 section a {
    display: block; }
    .videos .col-md-4 section a img {
      opacity: 1;
      transition: 0.3s ease; }
    .videos .col-md-4 section a:hover img {
      opacity: .75; }
    .videos .col-md-4 section a iframe {
      width: 100%; }
  .videos .col-md-4 p {
    font-weight: bold;
    font-size: 16px;
    color: #034da1;
    padding: 10px 0px;
    text-align: left; }

.distributors-list {
  padding-top: 30px; }
  .distributors-list li {
    display: inline-block;
    min-width: 48%;
    list-style: none; }
    .distributors-list li img {
      width: 80px;
      float: left;
      position: relative;
      margin-right: 15px; }
    .distributors-list li h3 {
      font-size: 13px;
      color: #000;
      margin: 0px; }
    .distributors-list li p {
      font-size: 12px;
      color: #999;
      font-weight: normal; }
    .distributors-list li a {
      display: block;
      text-decoration: none; }

#papermint-shopping-cart .btn-block .btn-primary {
  max-width: auto;
  min-width: auto; }

.img-thumbnail {
  border: none;
  padding: 0px;
  border-radius: 0px; }

.table-responsive input[type="text"] {
  border-radius: 0px; }
.table-responsive .input-group-btn input {
  height: 32px; }
.table-responsive .input-group-btn button {
  height: 32px;
  border-radius: 0px; }

section.container {
  width: 1170px; }

/* Media Queries */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 5000;
  position: fixed;
  margin: auto;
  top: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  border: none;
  overflow: hidden; }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100%;
  position: absolute;
  z-index: 4000;
  display: block;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff; }

.pace.pace-inactive {
  display: none; }

@media (max-width: 1390px) {
  section.container {
    max-width: 1170px; } }
@media (max-width: 1199px) {
  section.container {
    max-width: 1024px; } }
@media (max-width: 1023px) {
  section.container {
    max-width: 100%; }

  div.container {
    width: 100%; } }
@media (max-width: 767px) {
  section.container {
    max-width: 100%; } }
/*/////////////////////////////////////////////////////////////*/
/*                     media queries                           */
/*/////////////////////////////////////////////////////////////*/
/* Large Desktops */
/* Small Desktops */
/*/////////////////////////////////////////////////////////////*/
/*                     Tablet Landscapes                       */
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*                     Table Portrait                          */
/*/////////////////////////////////////////////////////////////*/
@media (max-width: 1023px) {
  header nav ul li#licart a,
  header nav ul#main-menu li#licart a {
    padding: 5px 15px;
    font-size: 10px; }

  header nav ul li a, header nav ul#main-menu li a {
    padding: 32px 5px 20px 8px;
    font-size: 11px; }

  footer {
    height: auto; }

  footer .col-md-3 a {
    padding: 10px 15px 10px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: "montserratlight";
    font-weight: normal;
    font-size: 13px;
    text-align: center; }

  #product-details .add-to-cart, #product-details #button-cart {
    padding: 20px; }

  #product-details #details h1 {
    font-size: 18px; }

  #product-details #details h3 {
    font-size: 15px; }

  #product-details .price h3 {
    text-align: center;
    font-size: 20px; } }
/*/////////////////////////////////////////////////////////////*/
/*                     Smart Phone                             */
/*/////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
  body {
    padding-top: 44px; }

  #logo {
    padding: 5px 0px; }

  #logo img {
    width: 160px;
    margin: 0 auto; }

  header {
    height: 44px;
    overflow: hidden;
    min-height: 1px; }

  header.showOnMobile {
    height: 200px; }

  header #languages {
    padding-top: 0px;
    margin: 0px; }

  header nav ul li a,
  header nav ul #main-menu li a {
    height: auto;
    padding: 10px 15px; }

  #slider .owl-item > div > img {
    width: 75%;
    display: block;
    margin: 0 auto; }

  #slider .owl-item > div .banner h4 {
    font-size: 16px; }

  #slider .owl-item > div .banner {
    position: relative;
    padding: 0px 15px; }

  #slider .owl-item > div {
    background: none !important;
    height: auto;
    padding-bottom: 50px; }

  .owl-carousel .owl-wrapper-outer {
    overflow: visible; }

  #product-details {
    padding-top: 15px; }

  #product-details .quantity {
    max-width: none;
    margin-bottom: 30px; }

  div.line {
    margin: 0px 0px 10px 0px; }

  footer {
    height: auto; }

  footer .col-md-3 a {
    padding: 10px; }

  header #mobileMenu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  #product-details #details h1 {
    font-size: 18px; }

  #product-details #details h3 {
    font-size: 15px; }

  #product-details .price h3 {
    text-align: center;
    font-size: 20px; }

  #product-details .add-to-cart, #product-details #button-cart {
    padding: 20px; } }

/*# sourceMappingURL=main.css.map */
