@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:700");
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #fff;
  color: #343a40;
  font-family: "PT Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

img {
  max-width: 100%; }

a {
  color: #9bc145;
  font-weight: 700; }
  a:hover, a:focus {
    outline: none;
    color: #7e9e35;
    text-decoration: none; }

.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-centered {
  display: block;
  float: none;
  text-align: left;
  margin: 0 auto; }
  
.nowrap {
	white-space: nowrap;
}

.alertmsg {
    position: fixed;
    background: #98c14b;
    bottom: -50px;
    left: 0;
    z-index: 10000;
    font-size: 15px;
    color: #343a40;
    padding: 10px 20px;
    border-radius: 10px;
    transition: bottom 1s;
    max-width: 95%;
    box-shadow: 0 0 3px 0;
}

#emptySearch {
    display: none;
    margin: 50px 0;
    font-size: 40px;
}
#emptySearch .searchText {
    font-weight: bold;
}

#redirectMessage {
    position: fixed;
    z-index: 100000;
    background: #fff;
    font-size: 24px;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0;
    width: 95%;
    max-width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 10%;
    text-align: center;
    display: none;
}
@media (max-width: 520px) {
	#redirectMessage {
		left: 2.5%;
		margin-left: 0;
	}
}
  
#upgrade {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #9BC145;
    z-index: 1000000;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
#upgrade a {
	color: #fff;
}
.override .site-footer {
    margin-bottom: 40px;
}

input[type=checkbox]:disabled+label, input[type=checkbox]:disabled {
	opacity: .5;
	cursor: not-allowed;
}


#lightbox {
    background-color: rgba(95, 198, 206, 0.5);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -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); }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: table;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden; }

.slick-arrow.slick-hidden {
  display: none; }

/* -------------------------------------
-- Header
---------------------------------------*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #60c7cf;
    color: #fff !important;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #f1f3f5;
  z-index: 900; }
  .site-header:after {
    display: table;
    clear: both;
    content: ''; }

body.menu-active .site-header {
  position: fixed; }

.site-nav {
  background-color: transparent;
  width: 100%;
  height: inherit;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  z-index: 100;
  margin-bottom: 0;
  min-height: 40px; }
  .site-nav .logo-stack {
    display: inline-block;
    padding: 10px 20px;
    max-width: 60%
 }
    .site-nav .logo-stack .logo-sm {
      display: block; }
  .site-nav .toggle-menu {
    display: none; }
    @media (max-width: 47.99em) {
      .site-nav .toggle-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        float: right;
        padding: 20px;
        border-left: 2px solid #f1f3f5; }
        .site-nav .toggle-menu__icon {
          width: 20px;
          height: 20px;
          display: block;
          position: relative; }
        .site-nav .toggle-menu__line {
          width: 20px;
          height: 2px;
          display: block;
          opacity: 1;
          position: absolute;
          left: 0;
          background: #343a40;
          -webkit-transition: all ease 0.15s;
          -moz-transition: all ease 0.15s;
          transition: all ease 0.15s; }
          .site-nav .toggle-menu__line:nth-of-type(1) {
            top: 3px; }
          .site-nav .toggle-menu__line:nth-of-type(2) {
            top: 9px; }
          .site-nav .toggle-menu__line:nth-of-type(3) {
            top: 15px; }
        .site-nav .toggle-menu__txt {
          margin-left: 12px;
          font-weight: 700;
          color: #343a40;
          font-size: 12px;
          line-height: 1.75;
          text-transform: uppercase;
          letter-spacing: 2px; } }
    .site-nav .toggle-menu.active .toggle-menu__line:nth-of-type(1), .site-nav .toggle-menu.active .toggle-menu__line:nth-of-type(3) {
      top: 9px; }
    .site-nav .toggle-menu.active .toggle-menu__line:nth-of-type(2) {
      opacity: 0; }
    .site-nav .toggle-menu.active .toggle-menu__line:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-nav .toggle-menu.active .toggle-menu__line:nth-of-type(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .site-nav .navbar-nav > li > a,
  .site-nav .navbar-nav > li > a:visited {
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    line-height: 3.2rem; }
    .site-nav .navbar-nav > li > a:hover, .site-nav .navbar-nav > li > a:focus,
    .site-nav .navbar-nav > li > a:visited:hover,
    .site-nav .navbar-nav > li > a:visited:focus {
      color: #a6a7a9; }
  .site-nav .navbar-nav > li.user-profile > a {
    padding: 5px 20px;
  }
    .site-nav .navbar-nav > li.user-profile > a .user-avatar {
      position: relative;
      width: 50px;
      height: 50px;
      display: inline-block;
      float: left;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .site-nav .navbar-nav > li.user-profile > a .user-avatar img {
        display: inline-block;
        vertical-align: middle;
        height: auto;
        max-width: 100%; }
    .site-nav .navbar-nav > li.user-profile > a .user-name {
      margin-left: 20px;
      padding-top: 8px;
      display: inline-block;
      color: #60c7cf;
      line-height: normal; }
      .site-nav .navbar-nav > li.user-profile > a .user-name span {
        display: block;
        font-size: 13px;
        color: #868e96; }
  .site-nav .navbar-nav > li > a {
    padding: 16px 20px;
    position: relative;
    border-left: 2px solid #f1f3f5; }
.dropdown-cart.hasItems {
    background-color: #98c14b !important;
    color: #343a40 !important;
}
    .site-nav .navbar-nav > li.cart > a .icon-cart {
      margin: 0 5px; }
  .site-nav .navbar-nav > li.cart .dropdown-menu li.small-cart {
    padding: 10px 20px; }

.site-nav .navbar-nav > li.cart .dropdown-menu li.small-cart {
    max-width: 400px;
    width: 90vw;
    line-height: 1.1;
}
.site-nav .navbar-nav > li.cart .dropdown-menu li.small-cart ul {
	list-style: none;
	padding-left: 0;
}
.small-cart .nameextra {
    white-space: nowrap;
}
.small-cart .quantity {
    display: block;
}
.small-cart .quantity::before {
    content: attr(data-before);
    font-size: 11px;
    margin-right: 5px;
}
.small-cart .quantity .unitprice {
    font-size: 12px;
    margin-left: 5px;
}
.small-cart .quantity .unitprice::before {
    content: "@";
}
.small-cart .totalPrice {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0;
}
.small-cart .checkout {
    background-color: #60c7cf;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}
.small-cart .totalPrice::before {
    content: attr(data-before);
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}


.small-cart .actions {
    display: block;
}
.site-nav .navbar-nav > li.cart .dropdown-menu li.small-cart .actions > a {
    margin-left: 10px;
    margin-top: 5px;
    padding: 0;
}
.site-nav .navbar-nav > li.cart .dropdown-menu li.small-cart .actions > a:first-child {
	margin-left: 0;
}
.site-nav .navbar-nav > li.cart .dropdown-menu li.small-cart ul > li {
    margin-bottom: 20px;
}
.site-nav .navbar-nav > li.cart .dropdown-menu li.small-cart ul > li:last-child {
    margin-bottom: 0;
}
.small-cart .name {
    font-weight: bold;
}
.small-cart .nameextra {
    font-size: 12px;
    font-style: italic;
}


/*
.popup.small-cart {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 31px -1px rgba(0, 0, 0, 0.15);
    height: 90vh;
    left: 5vw;
    max-width: 600px;
    padding: 2vw;
    position: fixed;
    top: 5vh;
    width: 90vw;
    z-index: 10000;
    display: none;
}
*/
.popup.small-cart ul {
    list-style: outside none none;
    padding-left: 0;
}
.toggle-menu.dropdown-cart {
	position: relative;
}
.toggle-menu.dropdown-cart .cartQty {
	background: #fff none repeat scroll 0 0;
    bottom: 23px;
    color: #333;
    font-size: 13px;
    left: 23px;
    line-height: 1;
    position: absolute;
    text-align: center;
    width: 15px;
}
.hidden-menu.cart {
    background: #fff none repeat scroll 0 0;
    padding: 80px 20px 20px;
}

.popup.small-cart .actions {
    font-size: 1.2em;
}
.popup.small-cart {
    font-size: 16px;
    margin-bottom: 20px;
}
.actions > a {
    margin-left: 8px;
}

.popup.small-cart ul > li {
    margin-bottom: 15px;
}


.site-nav .navbar-nav > li.user-profile .dropdown-menu li {
    max-width: 350px;
    padding: 15px;
    width: 90vw;
}
.contactFRM, #whoisthisFRM {
	font-size: 14px;
}
#samplesFRM {
	font-size: 16px;
}
.contactFRM label {
    display: block;
}
.contactFRM input[type="text"], .contactFRM input[type="email"], .contactFRM textarea,
#whoisthisFRM input[type="text"], #whoisthisFRM input[type="email"],
#samplesFRM input[type="text"], #samplesFRM input[type="email"], #samplesFRM textarea {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
.contactFRM .note {
    margin: 10px 0;
    font-size: 13px;
}
.contactFRM input.btn,
#whoisthisFRM input.btn,
#samplesFRM input.btn {
    float: right;
    width: auto;
}
.contactFRM .user-name,
#whoisthisFRM .user-name,
#samplesFRM .user-name {
    color: #60c7cf;
    font-weight: bold;
    font-size: 1.2em;
}
.contactFRM .user-avatar,
#whoisthisFRM .user-avatar,
#samplesFRM .user-avatar {
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    float: left;
    margin: 0 15px 15px 0;
}

.contactFRM .message,
#whoisthisFRM .message,
#samplesFRM .message {
    bottom: 10px;
	display: none;
	position: absolute;
	right: 10px;
	text-align: center;
	padding: 3px 10px;
	border-radius: 3px;
}
.message {
	background-color: green;
	color: #fff;
}
.error.message {
    background: red;
}
.contactFRM .cancelContact,
#whoisthisFRM .cancelVisitor,
#samplesFRM .cancelSamples {
	float:right;
	margin:7px 30px 0 0;
}
.contactFRM .more {
	margin-top: 15px;
	display: inline-block;
	padding: 0 !important;
}






    
  .site-nav .navbar-nav > li.open > a,
  .site-nav .navbar-nav > li.open > a:focus,
  .site-nav .navbar-nav > li.open > a:hover {
    background-color: #f1f3f5; }
  .site-nav .navbar-nav > li > .dropdown-menu {
    padding: 10px 0; }
    .site-nav .navbar-nav > li > .dropdown-menu li a {
      padding: 10px 20px; }
      
#dropdown-country:hover .country-flag {
    box-shadow: 0 0 5px 0 #a6a7a9;
}
#dropdown-country {
    text-align: center;
    line-height: 1;
}
li.country .countries .country,
li.country .languages .language {
    margin: 10px 0;
}

.site-nav .navbar-right .country .dropdown-menu {
	right: auto;
	left: -500px;
	padding: 0 20px 12px;
}

.hidden-menu {
  display: none; }
  @media (max-width: 47.99em) {
    .hidden-menu {
      width: 100%;
      height: 100%;
      padding: 140px 0 80px;
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      z-index: 890;
      background: #534741; }
      .hidden-menu__outer {
        width: 92%;
        max-width: 600px;
        margin: 0 auto; }
      .hidden-menu__inner ul {
        margin: 0;
        padding: 0; }
        .hidden-menu__inner ul li {
          text-align: center;
          width: 100%;
          margin: 0;
          list-style: none;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 18px; }
          .hidden-menu__inner ul li a, .hidden-menu__inner ul li a:visited {
            padding: 12px 0 16px;
            display: block;
            color: #fcc419; }
            .hidden-menu__inner ul li a:hover, .hidden-menu__inner ul li a:focus, .hidden-menu__inner ul li a:visited:hover, .hidden-menu__inner ul li a:visited:focus {
              color: #fff; } }

.menu-item.country .country-flag {
    margin: 0 auto 2px;
    display: inline-block;
    vertical-align: middle;
}
.menu-item.country span.language {
    display: block;
    font-size: 10px;
    line-height: 1;
}
.menu-item.country .country .country-flag {
	margin-right: 5px;
}
.hidden-menu .menu-item > select {
    margin: 2px 0 6px;
    padding: 10px 20px 10px 10px;
    min-width: 60%;
}


/* -------------------------------------
-- Content
---------------------------------------*/
.content {
  position: relative;
  padding-top: 62px; }

.section-title {
  position: relative;
  font-size: 25px;
  line-height: 1.25em;
  margin: 0 0 40px; }
  .section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 90px;
    height: 2px;
    background-color: #000; }

.intro {
  position: relative;
  padding: 30px 0;
  font-size: 18px; }
  @media (min-width: 48em) {
    .intro {
      padding: 60px 0; } }
  .intro__text {
	  display: none;
    padding: 20px 0; }
    @media (min-width: 992px) {
	    .section-title {
		    font-size: 34px;
		    margin: 0 0 80px;
	    }
	    .section-title:after {
		    bottom: -40px;
	    }
      .intro__text {
        padding: 30px 90px 0 0; } }
  .intro__carousel {
    position: relative;
    width: 100%; }
    .intro__carousel .hr-carousel-button {
	    position: absolute;
	    bottom: -40px;
	    right: 0;
	    background-color: #efefe7;
	    border: 0;
	    padding: 0;
	    border-radius: 50%;
	    height: 25px;
	    width: 25px;
	}
	.intro__carousel .hr-carousel-button:hover {
		background: #60c7cf;
	}
	.intro__carousel .hr-carousel-button > svg {
		display: none;
	}
	.intro__carousel .hr-carousel-button::after {
		font-family: fontawesome;
	}
	.intro__carousel .hr-carousel-button.slick-prev::after {
		content: "\f104";
	}
	.intro__carousel .hr-carousel-button.slick-next::after {
		content: "\f105";
	}
      .intro__carousel .hr-carousel-button.slick-prev {
        right: 30px; }
      .intro__carousel .hr-carousel-button.slick-disabled svg, .intro__carousel .hr-carousel-button.slick-disabled:hover svg {
        fill: #ccd1d9; }
    .intro__carousel .slide {
      width: 92vw;
      margin: 0 7.5px;
      text-align: left;
      overflow: hidden; }
      .intro__carousel .slide .img-block {
        display: block;
        position: relative; }
        .intro__carousel .slide .img-block img {
          position: relative;
          width: 460px;
          height: 250px;
          margin: 0 7.5px; }
        .intro__carousel .slide .img-block .playvideo {
          position: relative;
          width: 100%;
          height: 50vw;
          margin: 0;
        }
      @media (min-width: 48em) {
        .intro__carousel .slide {
          width: 780px; }
          .intro__carousel .slide .img-block img {
            left: 0;
            width: 780px;
            height: 438px;
            margin: 0 15px; }
        .intro__carousel .slide .img-block .playvideo {
            left: 0;
          width: 780px;
          height: 438px;
          margin: 0 15px;
        } }
      .intro__carousel .slide:focus {
        outline: none; }
    .intro__carousel .slick-dots {
      display: block;
      position: absolute;
      bottom: -35px;
      left: -5px;
      margin: 0;
      padding: 0;
      list-style: none; }
      .intro__carousel .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        cursor: pointer;
        padding: 5px; }
        .intro__carousel .slick-dots li .list-indicator {
          position: absolute;
          box-sizing: content-box;
          height: 10px;
          width: 10px;
          left: 7px;
          top: 7px;
          background-color: #efefe7;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          margin-left: -2px;
          margin-top: -2px; }
        .intro__carousel .slick-dots li.slick-active .list-indicator, .intro__carousel .slick-dots li:hover .list-indicator {
          background-color: #60c7cf; }


.productContainer {
	display: none;
}
.products, .contact {
  position: relative;
  padding: 40px 0 60px;
  font-size: 14px; }
  .products__notice {
    font-size: 14px;
    text-align: center;
    color: #868e96; }

.products__disclaimer {
    border: 1px solid #868e96;
    color: #868e96;
    font-size: 12px;
    margin-top: 30px;
    padding: 15px;
}
.special-price {
    background-color: #60C7CF;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    transform: skewX(-10deg);
    border-radius: 5px 0 5px 0;
}

.products.stick .products__filter {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 32px;
    left: 0;
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 850;
}
.products.stick .products__list {
	margin-top: 28px;
}
#filterDD {
    margin: 5px 0;
    padding: 3px 8px;
}
.searchWrapper {
	display: inline-block;
	cursor: pointer;
}
.searchWrapper::before {
    font-family: 'FontAwesome';
    color: #adb5bd;
    position: relative;
    left: 0px;
    content: "\f002";
    font-size: 14px;
    z-index: 1;
}
.searchProducts {
    padding: 4px 0 4px 25px;
    position: relative;
    transition: all .2s;
    border: 1px transparent solid;
    color: transparent;
    margin-left: -20px;
}
.searchWrapper:hover .searchProducts, .searchProducts:focus {
	border-color: #adb5bd;
	color: #495057;
}
@media (max-width: 991px) {
	.searchWrapper::before {
		left: 20px;
	}
	.searchProducts {
		margin-left: 0;
	}
}

#specialInfo .info {
    background: #f8f9fa;
    display: none;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: -30px;
    padding: 20px;
}
#specialInfo .info h4 {
    margin: 0 0 5px;
}
  .products__filter {
    /*margin-bottom: 40px;*/
    border: 0;
    text-align: left; }
    .products__filter .filter {
      cursor: pointer;
      color: #adb5bd;
      display: inline-block;
      line-height: 1.25;
      position: relative;
      padding-top: 10px;
      margin: 0 15px 0 0;
      font-weight: 700;
      font-size: 14px;
      font-family: "PT Sans", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      /*&:hover:not(.active):after {
          display: none;
      }*/ }
      .products__filter .filter:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: .5%;
        height: 2px;
        background-color: #9bc145;
        opacity: .1;
        filter: alpha(opacity=10);
        -webkit-transition: width 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: width 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: width 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .products__filter .filter.active {
        cursor: default; }
      .products__filter .filter:hover, .products__filter .filter.active {
        color: #495057; }
        .products__filter .filter:hover:after, .products__filter .filter.active:after {
          left: 0;
          width: 100%;
          opacity: 1;
          filter: alpha(opacity=100); }
  .products__image-cover, .contact__image-cover {
    max-height: 180px;
    height: 20vw;
    width: 100%;
    background: url(../images/opportunity-bg.jpg) no-repeat right 40% center / cover;
    margin-bottom: 40px; }
  .products__list {
    padding: 60px 0 20px; }
.products__list-item {
	margin-bottom: 40px;
	position: relative;
	background-color: #f8f9fa;
	perspective: 800px;
	height: 70vw;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; 
}
      .products__list-item:after {
        display: table;
        clear: both;
        content: ''; }
.products__list-item .product {
	position: absolute;
	height: 70vw;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	transform-style: preserve-3d;
	-webkit-transition: 100ms ease-out;
	-moz-transition: 100ms ease-out;
	transition: 100ms ease-out;
}
        .products__list-item .product .image-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #60c7cf;
          opacity: 0;
          -webkit-transition: opacity 0.2s ease-out;
          -moz-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out; }
        .products__list-item .product > .add_to_cart,
        .products__list-item .product > .unavailable {
          position: absolute;
          top: 20vw;
          left: 50%;
          width: 152px;
          font-size: 15px;
          margin-left: -78px;
          border: 2px solid #fff;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          font-weight: 700;
          padding: 10px 0;
          opacity: 0;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .products__list-item .product > .add_to_cart:hover {
            background: #fff;
            color: #60c7cf;
            cursor: pointer; }
          .products__list-item .product > .unavailable {
            color: #676767;
            border-color: #676767;
          }
.product__info .add_to_cart {
    background: #60c7cf none repeat scroll 0 0;
    clear: both;
    color: #fff;
    float: right;
    margin-top: 10px;
    padding: 3px 8px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}
.productContainer .add_to_cart::before {
	content: attr(data-before);
}
.productContainer.pack .add_to_cart::before,
.productContainer.withPack .add_to_cart::before {
	content: attr(data-beforepack);
}
.product__info .unavailable {
  float: right;
  margin-top: 25px;
  margin-bottom: -10px;
  margin-right: -10px;
}

.requestSample::after {
  content: attr(data-afterxs);
}
.requestSample {
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  padding: 3px 8px;
  background-color: rgba(96, 199, 207, .7);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
@media (min-width: 992px) {
	.requestSample::after {
	  content: attr(data-after);
	}
	.products__list-item:hover .requestSample {
		background-color: transparent;
	}
}

.products__list-item .product__image {
	padding: 30px;
	text-align: center;
	background: no-repeat center center / auto 100%;
	margin: 0 auto;
	height: 50vw;
}
.product .prodType {
	z-index: 1;
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	transition: all 200ms ease-out;
}
.products__list-item .product .prodType {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
@media (min-width: 767px) {
	.products__list-item .product .add_to_cart {
		top: 123px;
	}
	.products__list-item .product .unavailable {
		top: 116px;
	}
	.products__list-item {
		height: 470px;
	}
	.products__list-item .product {
		height: 470px;
	}
	.products__list-item .product__image {
        height: 320px;
    }
    .products__list-item:hover .product__info {
		top: 285px;
	}
	.products__list-item .product .prodType {
		left: auto;
		right: 5px;
	}
	.products__list-item:hover .product .prodType {
		bottom: 40px;
	}
    .products__list-item .product__info {
	    height: 300px;
	    top: 320px;
	    bottom: auto;
	    padding: 24px 40px 35px 32px;
    }
    .products__list-item .product__info .product_price {
		font-size: 22px;
	}
	.products__list-item:hover {
    	box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    }
    .products__list-item:hover .image-overlay {
     	opacity: 0.7;
    }
    .products__list-item:hover .product__info .product_description .read-more {
    	opacity: 1;
    }
    .products__list-item:hover .add_to_cart,
    .products__list-item:hover .unavailable {
    	opacity: 1;
    }
}
@media (min-width: 992px) {
	.products__list-item {
		height: 500px;
	}
	.products__list-item .product {
		height: 500px;
	}
}

.products__list-item .product__info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background-color: #fff;
	color: #adb5bd;
	font-size: 14px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out; 
}
.products__list-item .product__info .product_price {
	float: right;
	color: #9bc145;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
}
.products__list-item .product__info .product_name {
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.products__list-item .product__info .product_name .extra::before {
  content: "(";
}
.products__list-item .product__info .product_name .extra::after {
  content: ")";
}
.nfrlabel p {
	font-style: italic;
}
.productContainer.isnfr .products__list-item .product__info .product_name::after, .nfrlabel::before {
    display: inline-block;
    font-size: 12px;
    background-color: #60c7cf;
    padding: 1px 5px;
    border-radius: 12px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    content: "NFR";
    margin-left: 5px;
}
.soolabel {
	text-transform: none;
}
.soolabel p {
	font-style: italic;
}
.soolabel::before {
    display: inline;
    font-size: 12px;
    background-color: #60c7cf;
    padding: 1px 5px;
    border-radius: 12px;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
    content: "One-time order only";
    white-space: nowrap;
    margin-right: 5px;
}
.products__list-item .product__info .product_name .extra {
    font-size: 0.9em;
    text-transform: none;
    white-space: nowrap;
}
          .products__list-item .product__info .product_description {
            display: block;
            padding: 15px 0; }
            .products__list-item .product__info .product_description .read-more {
              opacity: 0;
              -webkit-transition: opacity 0.2s ease-out;
              -moz-transition: opacity 0.2s ease-out;
              transition: opacity 0.2s ease-out; }

.btn-primary {
	background-color: #60c7cf;
	border-color: #60c7cf;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: #fff;
	color: #60c7cf;
	border-color: #60c7cf;
} 
  

.change-world {
  padding: 50px 0;
  background: url(../images/family-bg.jpg) left 40% center / cover no-repeat;
  font-style: italic;
  font-size: 26px;
  line-height: 1.35em;
  color: #fff; }
  .change-world a, .change-world a:visited {
    color: #fcc419;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 16px; }
    .change-world a .glyphicon, .change-world a:visited .glyphicon {
      font-size: 12px; }
    .change-world a:hover, .change-world a:focus, .change-world a:visited:hover, .change-world a:visited:focus {
      color: #fff; }

.site-footer {
  position: relative;
  padding: 20px 0;
  background-color: #534741; }
  .site-footer .mannamotion {
    display: block;
    margin: 0 auto; }



#videoplayer {
	position: fixed; 
	top: 100px; 
	background: #EEE; 
	padding: 10px; 
	display: none; 
	z-index: 10001; 
}
#videoplayerothers {
	background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}
#videoplayerothers ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#videoplayerothers ul > li {
    color: #fff;
    display: inline-block;
    margin: 0;
    max-width: 180px;
    overflow: hidden;
    padding: 10px 5px;
    text-overflow: ellipsis;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}
#videoplayerothers ul > li .videocontain > img {
    height: 80px;
    width: auto;
    opacity: 0.8;
    border-radius: 3px;
}
#videoplayerothers ul > li.current .videocontain > img {
    opacity: 0.3;
}
#videoplayerothers ul > li:hover .videocontain > img {
    opacity: 1;
}

#videoplayerothers .current .videocontain::before {
    color: yellow;
    content: "Now Playing";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}
#videoplayerothers .videocontain {
    position: relative;
}


#videoplayerothers .videocontain > img {
}
#videoplayerothers .details {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videocontain .videothumb {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
    height: 75px;
    width: 150px;
}

.video {
    height: 403px;
    width: 670px;
}
.closelightbox {
    color: #FFFFFF;
    cursor: pointer;
    text-align: right;
    font-size: 18px;
    background: url(../images/btnVideoClose.png) 0 0 no-repeat;
    position: absolute;
    top:-8px;
    right: -8px;
    width: 17px;
    height: 17px;
    z-index: 1;
}
.playvideo {
	cursor: pointer;
	background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;	
}
/* a.playvideo:hover	{ font-family: "latoregular"; color: #523410 !important; } */
.playBtn	{
	background: url(../../images/video/play-overlay.png) no-repeat center center / 20%;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


#nfr-cart {
    position: fixed;
    background: #fff;
    left: 10%;
    top: 20%;
    z-index: 1000;
    width: 95%;
    max-width: 500px;
    padding: 20px;
    box-shadow: 0 0 10px 0px;
    display: none;
}
#nfr-cart table {
	width: 100%;
	margin: 20px 0;
}
#nfr-cart .prodimg {
    width: 50px;
}
#nfr-cart .totalPrice {
  font-weight: bold;
}
#nfr-cart .totalPrice::before {
  content: "Total";
  margin-right: 10px;
}
#nfr-cart {
  font-size: 14px;
}
#nfr-cart th {
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}
#nfr-cart table td {
  border: 1px solid #ccc;
  padding: 5px;
}



.videothumb.youtubedefault .playBtn,
.videothumb.wistiadefault .playBtn {
    display: block;
    opacity: .8;
    transition: all .2s;
}
.playvideo:hover .playBtn {
    opacity: 1;
}

#productDetail {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    height: 90%;
    max-width: 1000px;
    position: fixed;
    width: 90%;
    z-index: 1001;
    display: none;
    box-shadow: 0 0 10px 0;
}
#productDetail .productwrap {
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
}

#productDetailcontent .unavailable {
    color: #676767;
    text-transform: uppercase;
    border: 2px solid;
    text-align: center;
    padding: 11px;
    font-size: 1.4em;
}

#productDetail .images {
    background: #f8f9fb none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
}
#productDetail .images > img {
    display: block;
    margin: 15px auto 0;
    max-height: 200px;
    width: auto;
}
#productDetail .text {
    border-radius: 0 0 8px 8px;
    padding: 15px;
    font-size: 14px;
    overflow-y: scroll;
}

#productDetail .text .title {
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
#productDetail .text .title .nameextra {
    font-size: 0.8em;
    font-weight: normal;
    text-transform: initial;
    white-space: nowrap;
}
#productDetail .text .title .nameextra::before {
  content: "(";
}
#productDetail .text .title .nameextra::after {
  content: ")";
}
#productDetail .text .price {
    color: #9bc145;
    font-size: 2.4em;
    font-weight: bold;
    
}
#productDetail .add_to_cart {
    background-color: #60c7ce;
    border-radius: 32px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 20px;
}
#productDetail .add_to_cart::before {
	content: attr(data-before);
}
#productDetail .withPack .add_to_cart::before,
#productDetail .pack .add_to_cart::before {
	content: attr(data-beforepack);
}
#productDetail .text .description {
    margin-top: 20px;
    margin-bottom: 20px;
}
#productDetail .text .links {
    margin-bottom: 20px;
}
#productDetail .links > ul {
    list-style: outside none none;
    padding-left: 20px;
}
#productDetail .links > ul > li {
    margin-bottom: 5px;
}
#productDetail .videocontain {
    display: inline-block;
    position: relative;
}
#productDetail .videocontain .videothumb {
    height: 50px;
    width: 100px;
}
@media (min-width: 767px) {
	#productDetail .productwrap {
	    height: auto;
	    left: auto;
	    overflow-y: auto;
	    position: initial;
	    top: auto;
	}
	#productDetail .images {
	    border-radius: 8px 0 0 8px;
	    height: 100%;
	    position: absolute;
	    width: 50%;
	    top: 0;
	    left: 0;
	}
	#productDetail .images > img {
	    height: auto;
	    max-height: 100%;
	    max-width: 400px;
	    width: 100%;
	}
	#productDetail .text {
	    border-radius: 0 8px 8px 0;
	    height: 100%;
	    position: absolute;
	    width: 50%;
	    top: 0;
	    right: 0;
	    padding: 30px;
	}
}


#chooseCountry {
    background-color: #efefef;
    border: medium none;
    border-radius: 5px;
    font-size: 22px;
    padding: 6px 20px;
    width: 100%;
}
.chooseCountryShop {
    margin: 30px 0;
}
.chooseCountryShop label {
    display: block;
    font-size: 18px;
}
.chooseCountryShop .btn {
    font-size: 22px;
    width: 100%;
    color: #fff;
}
.chooseCountryShop .btn.shopProducts {
    background-color: #60c7cf;
    margin-bottom: 15px;
}
.chooseCountryShop .btn.joinMannatech {
    background-color: #9bc145;
}


.btn-action {
    background: #60c7cf none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}




#donotemail {
    background-color: rgba(155, 193, 69, 0.8);
    border-radius: 8px;
    font-size: 18px;
    left: calc(50% - 250px);
    line-height: 21px;
    padding: 50px;
    position: fixed;
    top: 20%;
    width: 400px;
    z-index: 1001;
    display: none;
}

#notrack::before {
	content: "NO TRACKING";
}
#notrack {
    background: yellow none repeat scroll 0 0;
    border-color: #ccc;
    border-radius: 0 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0 0;
    bottom: 0;
    left: 0;
    padding: 3px;
    position: fixed;
    z-index: 100000;
}

.popupContain .note {
    font-size: .9em;
}
#whoIsThis {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0;
    left: 20vw;
    max-width: 600px;
    padding: 30px;
    position: fixed;
    top: 20vh;
    width: 90vw;
    z-index: 100001;
    display: none;
}
#whoIsThis .popupSamples {
    margin-bottom: 15px;
    width: 100%;
    font-size: 1.5em;
}
#popupSamples {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0;
    left: 20vw;
    max-width: 1200px;
    padding: 30px;
    position: fixed;
    top: 20vh;
    width: 90vw;
    max-height: calc(100vh - 30px);
    overflow: scroll;
    z-index: 100001;
    display: none;
}
#popupSamples .chooseSampleCol:nth-of-type(2n+1) {
    clear: both;
}
@media (min-width: 992px) {
	#popupSamples .chooseSampleCol:nth-of-type(2n+1) {
	    clear: none;
	}
	#popupSamples .chooseSampleCol:nth-of-type(3n+1) {
	    clear: both;
	}
}
#popupSamples .chooseSample {
    border: 2px dashed #efefef;
    cursor: pointer;
    padding: 10px;
    text-align: center;
	margin-bottom: 10px;
}
#popupSamples .chooseSample:hover {
	background-color: #f8f8f8;
}
#popupSamples .chooseSample .sampleName {
    font-size: 1.3em;
}
#popupSamples .chooseSample .sampleDesc {
    display: block;
}
#popupSamples .chooseSample > img {
    max-height: 80px;
}
#popupSamples .chooseSample.choosen {
	border: 2px solid #60c7cf;
	background-color: #f8f8f8;
}
#popupSamples .chooseSample.choosen:hover {
	background-color: transparent;
}

#popupContact {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0;
    left: 5vw;
    padding: 30px;
    position: fixed;
    top: 20vh;
    width: 90vw;
    z-index: 100001;
    display: none;
}
#refundPolicy {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0;
    left: 5vw;
    padding: 30px;
    position: fixed;
    top: 20vh;
    width: 90vw;
    z-index: 100001;
    display: none;
    font-size: 15px;
}
