/* Sticky footer styles
-------------------------------------------------- */
font-face {
  font-family: 'gotham-black';
  src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
       url('../fonts/gotham-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-black-italic';
  src: url('../fonts/gotham-blackita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-blackita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-bold';
  src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
       url('../fonts/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-bold-italic';
  src: url('../fonts/gotham-boldita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-boldita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-book';
  src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
       url('../fonts/gotham-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-book-italic';
  src: url('../fonts/gotham-bookita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-bookita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-light';
  src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
       url('../fonts/gotham-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-light-italic';
  src: url('../fonts/gotham-lightita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-lightita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-medium';
  src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
       url('../fonts/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-medium-italic';
  src: url('../fonts/gotham-mediumita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-mediumita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-thin';
  src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
       url('../fonts/gotham-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-thin-italic';
  src: url('../fonts/gotham-thinita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-thinita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 101px;
  text-transform: uppercase;
  text-align: left;
}
h2 {
  color: #000;
  font-family: 'gotham-light', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 325;
  line-height: 45px; /* 112.5% */
  text-transform: uppercase;
}
h3 {
  color: #000;
  font-family: "gotham-black", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px; /* 275% */
  text-transform: uppercase;
  margin-top: 10%;
}
h4 {
    color: black;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 286.417% */
    text-transform: uppercase;
    margin: 0;
}
h5 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 68.74px; /* 286.417% */
    text-transform: uppercase;
}
p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
    color: white;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
}
.flex .col-md-6 {
    width: 50%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;
    background-color: white;
    
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    padding: 12px 56px;
    border-radius: 10px;
    background: #AF363E;
    border: 1px solid #AF363E;
    font-size: 50px;
    font-weight: 700;
    line-height: 47.581px;
}
button:hover {
    background: transparent;
    border: 1px solid #AF363E;
    color: #AF363E;
}
.container.topper {
    background: #000;
    padding: 3% 10%;
    text-align: center;
}
.container.topper img {
    max-width: 140px;
    width: 100%;
}
.container.topper img.divet {
    width: 8px;
    margin-top: 2px;
}
.container.topper .menu {
    display: flex;
    height: 80px;
    text-align: center;
}
.container.topper .menu .item {
    padding-left: 0;
    padding-right: 0;
}
.container.topper .menu .item.last {
    width: 25%;
}
.container.topper .menu p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
    width: 100%;
    color: #015037;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 69px; /* 460% */
}
.container.header {
    background: #F7F7F7;
    background-image: url('../img/viv-products.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 90% 50%;
    padding: 5% 10%;
    text-align: left;
}
.header h1 {
    margin-bottom: 30px;
}
.header h1 span {
    color: #AF363E;
}
header h1 span.trade {
  font-size: 40px;
  position: relative;
  top: -41px;
  color: black;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.container.gray {
    background: #232B43;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
.container.gray .stars {
    max-width: 166px;
    margin-bottom: 40px;
}
.container.gray .quote .slides {
    display: block;
}
div.quote {
    font-weight: 700;
    font-style: normal;
    text-align: left;
    padding: 5% 10%;
    background-color: #000;
    background-image: url('../img/viv-reviews.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
div.quote h3 {
    color: #F6ECE0;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 95% */
    text-transform: uppercase;
    text-align: left;
}
div.quote hr {
    border-top: 10px solid #F6ECE0;
}
div.quote p {
  color: #FFF;
  font-family: 'gotham-bold', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 425;
  line-height: 71px; /* 110.938% */
  text-transform: uppercase;
  max-width: 60%;
}
.quote p.signature {
  color: #FFF;
  font-family: 'gotham-light', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 325;
  line-height: 55px; /* 171.875% */
  text-transform: uppercase;
}
div.quote .stars {
  max-width: 200px;
}
.container.header.cann {
    background: #FFF;
}
.cann .benefit {
  background: #F7F7F7;
  padding-right: 2%;
  padding-left: 3%;
}
.cann .sitting {
  padding-left: 0;
  padding-right: 0;
}
.cann .relief button {
  font-size: 30px;
  background: #000;
  border: 1px solid #000;
  padding: 5px 36px;
}
.cann .relief button:hover {
  background:transparent;
  color: black;
}
footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background: #000;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
footer.col-lg-12 {
    padding-left: 10%;
    padding-right: 10%;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 140px;
}
footer .logo {
    text-align: left;
    cursor: pointer;
}
footer .butt {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer button {
    
}
footer button:hover {
    
}
.fda {
  background-color: #000;
  margin-top: 3%;
  align-items: center;
  justify-content: center;
}
.fda p {
  color: white;
  font-size: 12px;
  text-transform: none;
}
/*owl carousel*/
.owl-carousel.owl-drag .owl-item {
    
}
.owl-theme .owl-nav {
    margin-top: 10px;
    right: -11%;
    position: absolute;
    bottom: 70%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 26px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
    display: none;
}
.owl-dots button {
    width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #AF363E;
    border: 1px solid #AF363E;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #FFF;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  text-align: left;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
   
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    p {
        font-size: 13px;
    }
    button {
        width: 100%;
        font-size: 28px;
    }
    .flex {
        display: block;
    }
    h1 {
      font-size: 68px;
      text-align: center;
      line-height: 62px;
    }
    h2 {
      font-size: 25px;
      line-height: 30px;
    }
    .mobile-show img {
        width: 100%;
    }
    .header h1 span {
      color: #000;
    }
    header h1 span.trade {
      top: -20px;
    }
    .container.header {
      background-image: none;
      margin-bottom: 5%;
    }
    .container.header.cann {
      padding: 0;
    }
    .cann .benefit {
      margin: -10% 5% 5% 5%;
      text-align: center;
    }
    .cann .benefit .benefit-box {
      padding: 3%;
    }
    .cann .relief button {
      margin-bottom: 5%;
    }
    div.quote {
      text-align: center;
      background-image: none;
    }
    div.quote p {
      font-size: 45px;
      line-height: 47px;
      text-align: center;
      max-width: none;
    }
    .container.gray {
      margin-bottom: 0;
    }
    .container.gray .stars {
      margin: 0 auto;
    }
    .quote p.signature {
      font-size: 24px;
      line-height: 30px;
    }
    .mobile-product {
      margin-bottom: 20px;
    }
    footer {
        background-image: none;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    footer .logo {
        text-align: center;
        margin-bottom: 20px;
    }
    footer .butt {
        width: 100%;
        display: block;
        height: auto;
    }
    footer img {
        max-width: 116px;
    }
    .flex .col-md-6 {
      width: 100%;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
      text-align: center;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  