@charset "UTF-8";
.wrapper {
  min-height: 100%;
  position: relative;
}

@media only screen and (max-width : 1024px) {
  .wrapper {
    padding-top: 50px;
  }
}
section {
  padding: 0 50px;
  position: relative;
}

@media only screen and (max-width : 767px) {
  section {
    padding: 0 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  section {
    padding: 0 25px;
  }
}
.row {
  margin: 0 -8px;
}

.col {
  float: left;
  min-height: 1px;
  margin: 8px;
}

.col-3-12 {
  width: calc(25% - 16px);
}

.col-4-12 {
  width: calc(33.33% - 16px);
}

.col-6-12 {
  width: calc(50% - 16px);
}

@media only screen and (max-width : 767px) {
  .col-6-12 {
    width: calc(100% - 16px);
  }
}
.col-7-12 {
  width: calc(58.33% - 16px);
}

.col-12-12 {
  width: calc(100% - 16px);
}

.content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.button, .wpcf7-submit {
  border: 3px solid #000;
  background: transparent;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  position: relative;
  border-radius: 4px;
  min-width: 180px;
  text-decoration: none !important;
  font-weight: 700;
  float: right;
  cursor: pointer;
}

.button:before, .wpcf7-submit:before {
  position: absolute;
  width: 3px;
  top: -10px;
  height: 10px;
  left: 50%;
  margin-left: -1.5px;
  display: block;
  background-color: #000;
  content: "";
}

@media only screen and (max-width : 767px) {
  .button, .wpcf7-submit {
    border: 2px solid #000;
  }

  .button:before {
    width: 2px;
  }

  .wpcf7-submit {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .button, .wpcf7-submit {
    min-width: 140px;
    line-height: 24px;
    font-size: 10px;
  }
}
header, .header {
  height: 70px;
  line-height: 70px;
  box-shadow: 0 1px 3px rgba(197, 197, 197, 0.27), 0 1px 2px rgba(255, 255, 255, 0);
  padding: 0 50px;
}

@media only screen and (max-width : 1024px) {
  header, .header {
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 0px;
  }
}
.header-content, .footer-content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.text-logo {
  position: absolute;
  top: 0;
  left: 0px;
  font-weight: 700;
}
.text-logo a:hover {
  text-decoration: none;
}

@media only screen and (max-width : 1024px) {
  .text-logo {
    display: none;
  }
}
.top-logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
}
.top-logo img {
  width: 120px;
  display: block;
}

@media only screen and (max-width : 767px) {
  .top-logo {
    left: 15px;
    top: 4px;
    margin-left: 0;
  }
  .top-logo img {
    width: 80px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .top-logo {
    left: 25px;
    top: 4px;
    margin-left: 0;
  }
  .top-logo img {
    width: 80px;
  }
}
.mobile-hamburger-column {
  display: none;
  position: absolute;
  top: 5px;
}

@media only screen and (max-width : 767px) {
  .mobile-hamburger-column {
    display: block;
    right: 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .mobile-hamburger-column {
    display: block;
    right: 25px;
  }
}
.hamburger {
  zoom: 0.8;
  padding: 0;
}

footer, .footer {
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  height: 300px;
  font-size: 12px;
}
footer a, .footer a {
  color: #fff;
}
footer ul, .footer ul {
  margin: 0;
  padding: 0;
}
footer li, .footer li {
  list-style-type: none;
  color: #fff;
}

@media only screen and (max-width : 1024px) {
  footer, .footer {
    padding: 0 0 20px 0;
  }

  .col-3-12 {
    width: 50%;
  }
}
.footer-content {
  padding: 0 15px;
}

.footer-logo {
  position: absolute;
  top: -40px;
  right: 0;
}
.footer-logo img {
  width: 120px;
  display: block;
}

@media only screen and (max-width : 1024px) {
  .footer-logo {
    top: 0;
    right: 15px;
  }
  .footer-logo img {
    width: 80px;
  }
}
.footer-graphic {
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 220px;
}

@media only screen and (max-width : 1024px) {
  .footer-graphic, .footer-brand-list {
    display: none;
  }
}
.footer-label {
  font-weight: 700;
}

.footer-address-info, .footer-brand-list {
  line-height: 2;
}

.footer-brand-list {
  text-transform: uppercase;
}

.nav {
  position: absolute;
  right: 0px;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav li {
  list-style-type: none;
  float: left;
  padding-left: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.nav a {
  font-size: 14px;
  font-weight: 200;
}
.nav a:hover {
  text-decoration: none;
}

@media only screen and (max-width : 1024px) {
  .nav {
    display: none;
  }
}
@media only screen and (max-width : 1024px) {
  .main-navigation {
    display: none;
  }

  .menu-is-opened {
    position: static !important;
  }
}
.menu-is-opened {
  position: fixed;
}
.menu-is-opened header {
  border-top: 10px solid #fff;
}
.menu-is-opened .hamburger-column {
  background-color: #fff;
}
.menu-is-opened .main-navigation {
  max-height: 9999px;
  transition: all 200ms ease-in;
  min-height: 640px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  border-radius: 0;
}

.mm-menu {
  background-color: #f6f6f6;
}

.menu-logo {
  width: 120px;
}

.mm-menu.mm-offcanvas {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .mm-menu.mm-offcanvas {
    width: 50%;
  }
}
.mm-listview {
  padding: 0 20px;
}

.mm-listview li {
  border-bottom: 1px solid #fff;
}
.mm-listview li:last-child {
  border-bottom: none;
}

.mm-listview > li > a {
  color: #000;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  font-weight: 500;
  font-size: 18px;
}

.mm-listview .mm-next:before {
  border-left: 0;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #fff;
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: transparent !important;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 50px;
  margin-right: -15px;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  padding: 0 0 10px 0;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  tap-highlight-color: rgba(255, 255, 255, 0);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: none !important;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  height: 10px;
}

.close {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 32px;
  height: 32px;
  opacity: 1;
  zoom: 80%;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #000;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.menu-logo {
  width: 65px;
}

.sub-menu {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 20px;
  margin: 0;
  padding: 0;
  -webkit-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -o-transition: max-height 200ms ease-out;
  -ms-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
  z-index: 99999;
}
.sub-menu li {
  padding: 10px 20px 10px 20px;
  min-width: 260px;
  margin: 0;
  text-align: left;
  float: none;
  background-color: #f6f6f6;
  cursor: hover;
}
.sub-menu li a {
  line-height: 24px;
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: none;
  font-weight: 300;
}
.sub-menu li a:before {
  position: absolute;
  left: 20px;
}
.sub-menu li:last-of-type {
  margin-bottom: 0;
}
.sub-menu li:hover {
  background-color: #ccc;
}

@media only screen and (max-width : 1024px) {
  .sub-menu {
    margin-left: 0;
    padding-left: 0;
  }
  .sub-menu li:before {
    content: "––";
    position: absolute;
    line-height: 36px;
    color: #fff;
    font-weight: 800;
  }
  .sub-menu li {
    border-bottom: none;
  }
  .sub-menu li a {
    padding-left: 25px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 400;
    font-size: 14px;
  }
}
.nav li:hover > .sub-menu {
  max-height: 999px;
}

input[type=text],
input[type=search] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none;
}

.wpcf7-text {
  width: 100%;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 16px !important;
  padding-left: 10px;
  font-weight: 400;
  font-family: "avenir", sans-serif !important;
  height: 50px;
}

.wpcf7-textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 16px !important;
  padding: 10px;
  line-height: 24px;
  font-weight: 400;
  font-family: "avenir", sans-serif !important;
}

.brand-card {
  position: relative;
  margin-top: 20px;
}

.brand-card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 200%;
}

@media only screen and (max-width : 767px) {
  .brand-card.col-3-12 {
    width: calc(100% - 16px);
    margin-top: 0px;
  }

  .brand-card:before {
    padding-top: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .brand-card.col-3-12 {
    width: calc(50% - 16px);
  }

  .brand-card:before {
    padding-top: 120%;
  }
}
.brand-title-stripe {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 76px;
  padding-left: 30px;
}
.brand-title-stripe h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 76px;
  font-family: "avenir", sans-serif;
  font-size: 14px;
  color: #4A4A4A;
}

@media only screen and (max-width : 767px) {
  .brand-title-stripe {
    height: 50px;
    padding-left: 0px;
  }
  .brand-title-stripe h1 {
    line-height: 50px;
  }
}
.carousel-section {
  max-height: 800px;
  min-height: 640px;
  height: 90vh;
  margin-top: 20px;
}

@media only screen and (max-width : 1024px) {
  .carousel-section {
    max-height: none;
    min-height: 0;
    height: auto;
    margin-top: 0px;
    padding: 0;
  }
  .carousel-section .row {
    width: 100%;
    margin: 0;
  }
  .carousel-section .box-image {
    width: 100%;
    margin: 0;
  }
  .carousel-section .box-text {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .carousel-section .col-6-12 {
    width: calc(100% - 16px) !important;
  }
}
.box-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(50% - 8px);
  max-height: 800px;
}
.box-image img {
  width: 80%;
  margin: 0 10%;
}

@media only screen and (max-width : 767px) {
  .box-image {
    width: calc(100% - 16px);
    position: static;
    height: 360px;
    margin: 20px 0;
  }
  .box-image img {
    height: 320px;
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .box-image {
    width: calc(100% - 16px);
    position: static;
    height: 480px;
    text-align: center;
  }
  .box-image img {
    height: 480px;
    width: auto;
    margin: 0;
    padding: 20px 150px;
  }
}
.box-image-right {
  left: auto;
  right: 0;
}

.box-image-left {
  left: 0;
  right: auto;
}

.box-text {
  padding: 0 0 60px 60px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
.box-text h1 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px 0;
  font-weight: 100;
  letter-spacing: 0.01em;
  font-family: "avenir", sans-serif;
}
.box-text h1.main-title {
  font-family: "ambroise-std";
  font-weight: 700;
}
.box-text a {
  text-decoration: underline;
}

@media only screen and (max-width : 767px) {
  .box-text {
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .box-text h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0 10px 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .box-text {
    padding: 40px 0 0 0;
  }
  .box-text h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0 10px 0;
  }
}
.box-text-left {
  padding: 0 60px 60px 0;
}

.box-text-right {
  padding: 0 0 60px 60px;
  float: right;
}

@media only screen and (max-width : 1024px) {
  .box-text-left, .box-text-right {
    padding: 0px;
    float: none;
  }
}
.min-height {
  min-height: 600px;
}

@media only screen and (max-width : 1024px) {
  .min-height {
    min-height: 0;
  }
}
.box-text-content {
  font-weight: 200;
  font-size: 20px;
}

@media only screen and (max-width : 767px) {
  .box-text-content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .box-text-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.lead-paragraph {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px 0;
  font-weight: 100;
  letter-spacing: 0.01em;
  font-family: "avenir", sans-serif;
}

@media only screen and (max-width : 767px) {
  .lead-paragraph {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    display: block;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .lead-paragraph {
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 10px 0;
    padding-right: 30px !important;
    display: block;
  }
}
h1.single-page-main-title {
  margin: 40px 8px;
}

@media only screen and (max-width : 767px) {
  h1.single-page-main-title {
    margin: 10px 0 10px 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  h1.single-page-main-title {
    margin: 20px 0 20px 0;
  }
}
.lonely-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
}

@media only screen and (max-width : 767px) {
  .lonely-title {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
.history-section {
  padding: 0 50px;
}

@media only screen and (max-width : 767px) {
  .history-section {
    padding: 0 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .history-section {
    padding: 0 25px;
  }
  .history-section .box-text {
    padding-top: 0;
  }
  .history-section .box-text-left, .history-section .box-text-right {
    float: left;
  }
  .history-section h1 {
    padding-right: 60px;
  }
}
.social-section {
  margin-bottom: 20px;
}

.catalog-section {
  text-align: center;
  padding: 40px 0;
}
.catalog-section span {
  font-weight: 700;
  color: #4A4A4A;
}
.catalog-section h1 {
  margin: 0 0 20px 0;
}
.catalog-section .icon {
  margin: auto;
  display: inline-block;
  padding: 20px;
  font-weight: 700;
  color: #4A4A4A;
  width: 200px;
}
.catalog-section i:hover {
  background-color: #4A4A4A;
}
.catalog-section i {
  font-size: 35px;
  display: block;
  color: #fff;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 68px;
  background-color: #e0e0e0;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media only screen and (max-width : 767px) {
  .catalog-section {
    padding: 20px 0;
  }
  .catalog-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .catalog-section .icon {
    width: 100%;
  }
  .catalog-section span {
    font-size: 14px;
    line-height: 18px;
  }
}
.catalog-heading {
  padding: 0;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: #424242;
}

@media only screen and (max-width : 1024px) {
  .catalog-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero-text {
  height: 90vh;
  max-height: 800px;
  min-height: 640px;
  padding-left: 40px;
  position: relative;
}
.hero-text h1 {
  font-size: 42px !important;
  line-height: 52px !important;
  margin-top: 10px;
  color: #424242;
}
.hero-text span {
  font-size: 14px;
  font-weight: 700;
  color: #4A4A4A;
}

@media only screen and (max-width : 767px) {
  .hero-text {
    height: auto;
    max-height: none;
    min-height: 0;
    padding-left: 0px;
    position: relative;
  }
  .hero-text h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-top: 10px;
  }
  .hero-text span {
    font-size: 14px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .hero-text {
    height: auto;
    max-height: none;
    min-height: 0;
    padding-left: 0px;
  }
}
.hero-text-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width : 767px) {
  .hero-text-content {
    position: static;
    top: auto;
    transform: translateY(0);
    padding: 40px 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .hero-text-content {
    position: static;
    top: auto;
    transform: translateY(0);
    padding: 80px 25px;
  }
}
.article-cover {
  height: 240px;
}

.article-hero {
  height: 75vh;
  min-height: 480px;
  margin-top: 0;
  width: calc(100% - 16px);
}

@media only screen and (max-width : 767px) {
  .article-hero {
    height: 240px;
    min-height: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .article-hero {
    height: 480px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.article-hero-empty {
  padding: 80px 0 0 0;
}

@media only screen and (max-width : 1024px) {
  .article-hero-empty {
    padding: 10px 0 0 0;
  }
}
.about-section {
  background-color: #F2F2F2;
  padding: 60px 50px 20px 50px;
}

@media only screen and (max-width : 767px) {
  .about-section {
    padding: 20px 15px 20px 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .about-section {
    padding: 30px 25px 30px 25px;
  }
  .about-section .box-text {
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .about-section .box-text-left, .about-section .box-text-right {
    float: left;
  }
  .about-section h1 {
    padding-right: 60px;
  }
}
.brands-section {
  margin: 10px 0;
}

/* Article List */
.news-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width : 767px) {
  .news-section {
    padding-top: 20px;
    border-top: 2px solid #F4F4F4;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .news-section {
    padding-top: 0px;
    border-top: 2px solid #F4F4F4;
    padding-bottom: 40px;
  }
}
article {
  border-bottom: 2px solid #F5F5F5;
  padding: 30px 0 40px 0;
  width: 100%;
  position: relative;
}
article h1 {
  margin-top: 0;
}
article button {
  position: absolute;
  bottom: -30px;
  right: 0;
}

@media only screen and (max-width : 767px) {
  article {
    padding: 10px 0;
  }
  article .col-6-12 {
    width: calc(100% - 16px);
  }
  article button {
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
    margin: 20px 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  article button {
    bottom: -20px;
  }
}
.article-heading {
  padding: 30px 40px 30px 0;
}
.article-heading h1 {
  font-size: 32px;
  color: #424242;
  line-height: 42px;
}
.article-heading a:hover {
  text-decoration: none;
}

@media only screen and (max-width : 1024px) {
  .article-heading h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 32px;
  }
}
.article-excerpt, .article-content {
  font-size: 20px;
  line-height: 30px;
  padding: 40px 0 80px 0px;
}

@media only screen and (max-width : 1024px) {
  .article-heading, .article-excerpt, .article-content {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.article-date {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 12px;
  text-transform: capitalize;
  color: #424242;
}
.article-date i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width : 767px) {
  .article-date {
    position: static;
  }
}
/* Single article page */
.single-article {
  border-bottom: none;
  padding: 0px;
  margin-bottom: 40px;
}

/* Brand page */
@media only screen and (max-width : 767px) {
  .brand-opening-section .row {
    margin: 0;
  }
  .brand-opening-section .box-image {
    width: 100%;
  }
  .brand-opening-section .box-text {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .brand-opening-section .row {
    margin: 0;
  }
  .brand-opening-section .box-image {
    width: 100%;
  }
  .brand-opening-section .box-text {
    width: 100%;
    margin: 0;
  }
  .brand-opening-section .box-text h1 {
    width: 50%;
    float: left;
    padding: 0px 60px 20px 0;
  }
  .brand-opening-section .box-text p {
    width: 50%;
    float: right;
    clear: right;
    padding-top: 0;
    padding-right: 40px;
  }
}
.brand-logo {
  margin: 150px auto 150px auto;
  max-width: 30%;
  min-width: 320px;
}

@media only screen and (max-width : 767px) {
  .brand-logo {
    margin: 60px 0 30px 0;
    max-width: 50%;
    min-width: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .brand-logo {
    margin: 40px 0 40px 0;
    max-width: 33.33%;
    min-width: 0;
  }
}
.brand-name {
  font-size: 60px;
  margin: 120px 0 150px;
  color: #424242;
}

@media only screen and (max-width : 767px) {
  .brand-name {
    font-size: 32px;
    margin: 40px 0 10px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .brand-name {
    font-size: 32px;
    margin: 40px 0 40px 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .product-section .col-6-12 {
    width: calc(100% - 16px);
    padding-right: 0px;
  }
  .product-section .col-6-12 .col-6-12 {
    width: calc(50% - 16px);
    padding-right: 0px;
  }
}
.large-heading-section {
  margin: 50px auto;
  border-top: 2px solid #F4F4F4;
  border-bottom: 2px solid #F4F4F4;
  max-width: 1280px;
}

@media only screen and (max-width : 767px) {
  .large-heading-section {
    margin: 20px auto;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .large-heading-section {
    margin: 30px auto;
  }
}
.large-heading {
  width: 60%;
  margin: auto;
  padding: 100px 0;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: #424242;
}

@media only screen and (max-width : 767px) {
  .large-heading {
    width: 100%;
    margin: auto;
    padding: 40px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .large-heading {
    padding: 50px 0;
    font-size: 28px;
    line-height: 36px;
  }
}
.large-image-section img {
  width: 100%;
}

/* Accordion */
.products {
  margin: 0 0 20px 0;
}
.products .ui-accordion-header {
  border-bottom: 2px solid #F4F4F4;
  cursor: pointer;
  padding: 0px 0;
  font-family: "open-sans", sans-serif;
  font-weight: 100;
  line-height: 70px;
  margin: 0;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  font-size: 20px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-image: url("../img/arrow_down.png");
}
.products .ui-accordion-header-active {
  background-image: url("../img/arrow_up.png");
}
.products .ui-accordion-content {
  padding: 25px 25px 80px 0px;
  min-height: 400px;
  border-bottom: 2px solid #F4F4F4;
}
.products .ui-accordion-content h1 {
  margin-bottom: 20px;
}
.products .ui-accordion-content .desc {
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
}
.products .ui-accordion-content label {
  font-size: 12px;
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
}

@media only screen and (max-width : 767px) {
  .products .ui-accordion-header {
    line-height: 50px;
    background-size: 25px;
    font-size: 16px;
  }
  .products .ui-accordion-content {
    padding: 25px 25px 80px 0px;
    min-height: 400px;
    border-bottom: 2px solid #F4F4F4;
  }
  .products .ui-accordion-content h1 {
    margin-bottom: 20px;
  }
  .products .ui-accordion-content .desc {
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
  }
  .products .ui-accordion-content label {
    font-size: 12px;
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;
  }
}
.product-main-image {
  max-height: 300px;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width : 767px) {
  .product-main-image {
    margin: auto;
    max-height: 240px;
  }
}
.product-logo {
  max-height: 30px;
  margin: 30px 0 30px 0;
}

.product-additional-images {
  margin: 20px 0 0px;
}

.product-additional-image {
  max-height: 80px;
  margin-right: 20px;
}

.product-swatches-container {
  float: left;
  margin-right: 40px;
}

.product-swatches {
  margin: 0;
  padding: 0;
}

.product-swatch {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 6px;
  list-style-type: none;
  border-width: 1px;
  border-style: solid;
  position: relative;
}

.product-swatch:hover .color-code {
  display: block !important;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 100px;
  background-color: #c7c7c7;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  color: #222222;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 10px;
  margin-left: -50px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #c7c7c7 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.pictograms {
  padding-top: 25px;
  clear: both;
}

.pictogram {
  height: 60px;
  margin-right: 20px;
  display: block;
  float: left;
}

.video-popup-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-popup-link i {
  font-size: 180px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -90px;
  margin-top: -90px;
  color: #fff !important;
  opacity: 0.85;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.video-popup-link i:hover {
  opacity: 1;
}

@media only screen and (max-width : 767px) {
  .video-popup-link i {
    font-size: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .video-popup-link i {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
}
/* RETAILERS */
h1.retailer-main-title {
  margin: 30px 8px;
  font-size: 32px;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  h1.retailer-main-title {
    margin: 15px 8px;
    font-size: 24px;
  }
}
.retailers-heading h1 {
  font-size: 40px;
  line-height: 48px;
  margin: 30px 0 !important;
}

.retailers-excerpt {
  font-size: 20px;
  line-height: 30px;
  padding: 40px 0 40px 0;
}

.retailers {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #F4F4F4;
}
.retailers a, .retailers a:hover {
  text-decoration: none;
}

.retailer {
  height: 70px;
}

@media only screen and (max-width : 767px) {
  .retailer {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .retailer {
    width: calc(50% - 16px) !important;
  }
}
.retailer-name {
  font-size: 20px;
  font-weight: 700;
  display: block;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .wpcf7 {
    margin-top: 40px !important;
  }
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Avenir-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/Avenir-Book.eot");
  src: url("../fonts/Avenir-Book%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Avenir-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/Avenir-Medium.eot");
  src: url("../fonts/Avenir-Medium%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/Avenir-Heavy.eot");
  src: url("../fonts/Avenir-Heavy%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-family: "avenir", sans-serif;
  height: 100%;
  font-weight: 200;
  color: #4A4A4A;
  height: 100%;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1, h2, h3 {
  font-family: "ambroise-std";
  font-weight: 700;
}

h1 {
  font-size: 40px;
  line-height: 48px;
}

@media only screen and (max-width : 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
a {
  color: #444;
  text-decoration: none;
}

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

p {
  margin-top: 0;
}

blockquote {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-style: italic;
  margin: 25px 20px 24px 0;
  border-left: 3px solid #000;
  padding-left: 30px;
  color: #000;
}

/*
blockquote:before {
	content: "‟";
	font-size: 90px;
	display: block;
	color: $dark_grey;
	line-height: 1;
	line-height: 40px;
	margin-top: 60px;
	font-style: normal;
}
*/
@media only screen and (max-width : 1024px) {
  blockquote {
    line-height: 28px;
  }

  blockquote:before {
    margin-bottom: -15px;
  }
}
.bg {
  background-size: cover;
  background-position: center center;
}

.white {
  color: #fff !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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;
  }

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

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

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

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

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

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