@charset "UTF-8";
.node .field-name-field-features p[tabindex="0"] img {
  width: auto !important;
  height: auto !important;
}

p[tabindex="0"] img {
  width: auto !important;
  height: auto !important;
}


/* Slider */

.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}


/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.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-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.page-taxonomy-term-brand #content h1.page-header+.messages {
  display: block;
  margin-top: 20px;
}

.page-taxonomy-term-brand #content h1.page-header {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
  letter-spacing: .65px;
}

@media all and (min-width: 768px) {
  .page-taxonomy-term-brand #content h1.page-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .page-taxonomy-term-brand #content h1.page-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media all and (max-width: 768px) {
  .page-taxonomy-term-brand #content h1.page-header {
    margin-top: 20px;
  }
}

.page-taxonomy-term-brand .messages {
  display: none;
}

.page-taxonomy-term-brand .site-main {
  padding-top: 40px;
}

@media all and (min-width: 1024px) {
  .page-taxonomy-term-brand .site-main {
    padding-top: 73px;
  }
}

@media all and (max-width: 1199px) {
  .page-taxonomy-term-brand .site-footer {
    margin-top: 50px;
  }
}

.testimonials {
  background: #e1e1e1;
  padding: 40px 20px 45px;
  text-align: center;
  position: relative;
  max-width: 990px;
  margin: 0 auto;
}

@media all and (min-width: 992px) {
  .testimonials {
    padding: 40px 40px 45px;
  }
}

.testimonials:before,
.testimonials:after {
  background: url('../images/quote-before.png') no-repeat scroll 0 0 transparent;
  content: '';
  position: absolute;
  width: 213px;
  height: 213px;
}

.testimonials:before {
  top: -30px;
  left: -35px;
}

.testimonials:after {
  background: url('../images/quote-after.png') no-repeat scroll 0 0 transparent;
  bottom: -45px;
  right: -35px;
}

.testimonials .testimonial-title {
  font-size: 40px;
  color: #310c40;
  margin-bottom: 35px;
  font-weight: 700;
}

@media all and (max-width: 991px) {
  .testimonials .testimonial-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}

.testimonials .field-name-body {
  margin-bottom: 15px;
  float: none;
}

.testimonials .field-name-body p {
  color: #310c40;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

@media all and (max-width: 991px) {
  .testimonials .field-name-body p {
    font-size: 18px;
  }
}

.testimonials .view-content {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 992px) {
  .testimonials .slick-list {
    max-width: 80%;
    margin: 0 auto;
  }
}

.testimonials .name {
  font-weight: 700;
  font-size: 24px;
  color: #310c40;
  display: inline-block;
  position: relative;
}

.testimonials .name:before {
  content: '';
  width: 13px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -1px;
  background: #310c40;
}

.testimonials .more-link {
  display: none;
}

.testimonials .slick-arrow {
  width: 26px;
  height: 44px;
  margin-top: -39px;
}

@media all and (max-width: 991px) {
  .testimonials .slick-arrow {
    display: none !important;
  }
}

.testimonials .slick-arrow:before {
  width: 26px;
  height: 44px;
  display: inline-block;
  z-index: 9;
}

.testimonials .slick-prev {
  left: 10px;
}

.testimonials .slick-prev:before {
  background: url('../images/arrow-left.png');
  background-size: auto 100%;
  content: '';
}

.testimonials .slick-next {
  right: 10px;
}

.testimonials .slick-next:before {
  background: url('../images/arrow-right.png');
  background-size: auto 100%;
  content: '';
}

.section-title {
  font-weight: 700;
  color: #3e1151;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

@media all and (max-width: 991px) {
  .section-title {
    font-size: 25px;
  }
}

@media all and (min-width: 1024px) {
  .section-title {
    margin-bottom: 66px;
  }
}

.box-content {
  clear: both;
}

@media all and (min-width: 1024px) {
  .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.box-content__left {
  margin-bottom: 40px;
  padding-right: 0;
}

@media all and (min-width: 1024px) {
  .box-content__left {
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-right: 20px;
  }
}

.box-content .field-name-field-brand-logo {
  margin-bottom: 5px;
}

@media all and (min-width: 1024px) {
  .box-content .field-name-field-video-embeb {
    width: 50%;
    float: right;
    max-width: 570px;
    padding-top: 21px;
  }
}

.box-content .field-name-field-video-embeb a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.box-content .field-name-field-video-embeb a:before {
  position: absolute;
  content: '';
  background: url('../images/video-icon.png') no-repeat scroll 0 0 transparent;
  width: 92px;
  height: 92px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.box-content .field-name-field-video-embeb a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.box-content .field-name-field-video-embeb .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

.box-content .field-name-field-video-embeb .slick-slide {
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.box-content .field-name-field-video-embeb .slick-slide img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.box-content .field-name-field-video-embeb .slick-arrow {
  top: calc(100% + 13px);
  font-size: 22px;
  line-height: 1.2;
  width: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #3e1151;
  color: #fff;
  height: auto;
  opacity: 1;
  padding: 15px 22px;
}

.box-content .field-name-field-video-embeb .slick-next {
  right: 0;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  text-align: right;
}

.box-content .field-name-field-video-embeb .slick-next:after {
  content: '>';
  font-size: 22px;
  padding-left: 5px;
}

.box-content .field-name-field-video-embeb .slick-next::before {
  display: none;
  line-height: 1;
}

.box-content .field-name-field-video-embeb .slick-prev {
  left: 0;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  text-align: left;
}

.box-content .field-name-field-video-embeb .slick-prev:before {
  content: '<';
  font-size: 22px;
  padding-right: 5px;
  font-family: 'museosansrounded', sans-serif;
  font-weight: 700;
  opacity: 1;
  line-height: 1;
}

.box-content .field-name-field-brochure-link {
  position: relative;
  padding-top: 77px;
  margin-top: 40px;
}

@media all and (min-width: 1024px) {
  .box-content .field-name-field-brochure-link {
    margin-top: 83px;
  }
}

.box-content .field-name-field-brochure-link:before {
  font-weight: 700;
  color: #3e1151;
  font-size: 30px;
  content: 'Downloads';
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 991px) {
  .box-content .field-name-field-brochure-link:before {
    font-size: 25px;
  }
}

.box-content .field-name-field-brochure-link a {
  display: inline-block;
  color: #fff;
  background: #f87e55;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f87e55, #ec5353);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f87e55, #ec5353);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f87e55, #ec5353);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f87e55), to(#ec5353));
  background: linear-gradient(#f87e55, #ec5353);
  /* Standard syntax */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f87e55', endColorstr='#ec5353', GradientType=0);
  /* IE6-9 */
  border-radius: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 6px 25px;
}

@media all and (min-width: 768px) {
  .box-content .field-name-field-brochure-link a {
    min-width: 348px;
  }
}

.box-content .field-name-field-brochure-link a:hover {
  color: #fff;
  background: #f87e55;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f87e55, #f87e55);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f87e55, #f87e55);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f87e55, #f87e55);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f87e55), to(#f87e55));
  background: linear-gradient(#f87e55, #f87e55);
  /* Standard syntax */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f87e55', endColorstr='#ec5353', GradientType=0);
  /* IE6-9 */
}

.btn-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #f87e55;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f87e55, #ec5353);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f87e55, #ec5353);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f87e55, #ec5353);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f87e55), to(#ec5353));
  background: linear-gradient(#f87e55, #ec5353);
  /* Standard syntax */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f87e55', endColorstr='#ec5353', GradientType=0);
  /* IE6-9 */
  border-radius: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 6px 10px;
  min-width: 236px;
}

.btn-link:hover {
  text-decoration: none;
  color: #fff;
  background: #f87e55;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f87e55, #f87e55);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f87e55, #f87e55);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f87e55, #f87e55);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f87e55), to(#f87e55));
  background: linear-gradient(#f87e55, #f87e55);
  /* Standard syntax */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f87e55', endColorstr='#ec5353', GradientType=0);
  /* IE6-9 */
}

.taxonomy-term-description p {
  font-weight: 300;
  color: #737373;
  font-size: 20px;
  margin-bottom: 20px;
}

.taxonomy-term-description p a {
  color: #737373;
  text-decoration: none;
}

.taxonomy-term-description p b,
.taxonomy-term-description p strong {
  font-weight: 700;
}

.product-list {
  clear: both;
  margin-top: 120px;
}

@media all and (min-width: 1024px) {
  .product-list {
    margin-top: 103px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .view-product-by-brand .views-row {
    width: calc((100% - 21px) / 2);
  }
  .view-product-by-brand .views-row:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .view-product-by-brand .views-row {
    width: calc((100% - 61px) / 4);
  }
}

.view-product-by-brand .views-row:nth-child(3n) {
  margin-right: 20px;
}

.view-product-by-brand .views-row:nth-child(4n) {
  margin-right: 0;
}

.view-product-by-brand .view-content {
  overflow: hidden;
}

.view-product-by-brand .pagination {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  margin: 14px 0;
}

.product-term {
  padding: 0 20px 38px;
}

@media all and (min-width: 768px) {
  .product-term {
    padding: 0 10px 38px;
  }
}

@media all and (min-width: 992px) {
  .product-term {
    padding: 0 30px 38px;
  }
}

.btn-wrap {
  margin: 59px 0 66px;
}

@media all and (max-width: 1023px) {
  .btn-wrap {
    margin: 20px 0 40px;
  }
}

.product-term .webform-client-form {
  position: fixed;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 630px;
  width: calc(100% - 20px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  z-index: 101;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 20px 10px;
}

.product-term .webform-client-form .form-actions {
  text-align: center;
}

.product-term .webform-client-form h2 {
  color: #737373;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  font-weight: 300;
  margin-bottom: 41px;
}

.product-term .webform-client-form .form-group {
  margin-bottom: 10px;
}

.product-term .webform-client-form .webform-component-checkboxes {
  color: #737373;
  font-size: 12px;
  font-weight: 300;
  margin-top: 17px;
  margin-bottom: 38px;
  cursor: pointer;
}

.product-term .webform-client-form input[type="checkbox"] {
  margin: 0 0 0 -20px;
  width: auto;
  top: 1px;
}

.product-term .webform-client-form .btn {
  padding: 7px 21px;
}

.product-term .webform-client-form .form-item label {
  max-width: 348px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.product-term .webform-client-form input[type="text"],
.product-term .webform-client-form input[type="email"] {
  max-width: 348px;
  height: 31px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  margin-bottom: 10px !important;
  padding: 0 7px;
  line-height: 31px;
  margin-right: auto;
  margin-left: auto;
}

.product-term .webform-client-form .close-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url('../images/close-icon.png') no-repeat scroll 0 0 transparent;
  background-position: center center;
  cursor: pointer;
}

body {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

body .bg-overlay {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  visibility: hidden;
  cursor: pointer;
}

.popup-show {
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.popup-show .product-term .webform-client-form {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  top: 50%;
}

.popup-show .bg-overlay {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  visibility: visible;
  opacity: 1;
}

.node .field-name-field-features p[tabindex="0"] img {
  width: auto !important;
  height: auto !important;
}

p[tabindex="0"] img {
  width: auto !important;
  height: auto !important;
}

.taxonomy-term-description ul {
  list-style: disc inside;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .taxonomy-term-description {
    margin-top: 10px;
  }
}

.note-ie {
  display: none;
  font-size: 14px;
  padding: 5px 20px;
  color: #fff;
  background-color: red;
  text-align: center;
}

.note-ie.is-show {
  display: block !important;
}

.note-ie a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.note-ie a:hover,
.note-ie a:focus,
.note-ie a:active {
  color: #3e1151;
}
