@charset 'UTF-8';
/* Slider */
/* 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');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 26px;
    line-height: 1;

    opacity: .6 !important;
    color: #9e9e9e;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content: '←';
}
.slick-next:before
{
    content: '→';
}
.slick-next
{
    right: -40px;
}
.slick-prev
{
    left: -40px;
}
.tabs-container.tabs-vertical {
  overflow: hidden; }
  .tabs-container.tabs-vertical .tabs {
    width: 25%;
    float: left; }
    .tabs-container.tabs-vertical .tabs li {
      display: block; }
      .tabs-container.tabs-vertical .tabs li:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #ececec; }
  .tabs-container.tabs-vertical .tabs-content {
    width: 70%;
    float: right;
    margin-top: 0; }
    .tabs-container.tabs-vertical .tabs-content > li:not(.active) .tab-content {
      animation: fadeOutUp 0.5s ease forwards;
      -webkit-animation: fadeOutUp .5s ease forwards; }
    .tabs-container.tabs-vertical .tabs-content > li.active .tab-content {
      animation: fadeInUp 0.5s ease forwards;
      -webkit-animation: fadeInUp 0.5s ease forwards;
      backface-visibility: hidden; }
  .tabs-container.tabs-vertical.tabs-icons .tabs {
    width: 15%;
    text-align: center; }
  .tabs-container.tabs-vertical.tabs-icons .tabs-content {
    width: 80%; }

@media all and (max-width: 779px) {
  .tabs-container.tabs-vertical .tabs, .tabs-container.tabs-vertical .tabs-content {
    width: 100%;
    float: none; }
  .tabs-container.tabs-vertical .tabs {
    margin-bottom: 1.3em; }
  .tabs-container.tabs-vertical .tabs-content > li:not(.active) .tab-content {
    animation: fadeOutRight 0.5s ease forwards;
    -webkit-animation: fadeOutRight 0.5s ease forwards; }
  .tabs-container.tabs-vertical .tabs-content > li.active .tab-content {
    animation: fadeInLeft 0.5s ease forwards;
    -webkit-animation: fadeInLeft 0.5s ease forwards;
    backface-visibility: hidden; } }
/*.tabs {
  display: inline-block;
  border: 1px solid #ececec;
  border-radius: 6px;
  margin-bottom: 1.3em; }*/
  .tabs li {
    padding: 1.3em/2 1.3em; }
    .tabs li:not(:last-child) {
      border-right: 1px solid #ececec; }
    .tabs li.active {
      opacity: 1; }
    .tabs li:hover {
      opacity: 1;
      cursor: pointer; }
  .tabs .tab-title:not(.btn) {
    padding-right: 0;
    padding-left: 0; }
  .tabs .tab-title i + span {
    margin-top: 1.3em/4;
    display: inline-block;
    margin-bottom: 0; }

@media all and (min-width: 780px) {
  .tabs.tabs-spaced {
    margin-bottom: 2.6em; } }
.tabs-content {
  position: relative; }
  .tabs-content > li:not(.active) .tab-content {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    animation: fadeOutRight 0.5s ease forwards;
    -webkit-animation: fadeOutRight 0.5s ease forwards; }
  .tabs-content > li.active {
    animation: fadeInLeft 0.5s ease forwards;
    -webkit-animation: fadeInLeft 0.5s ease forwards;
    backface-visibility: hidden; }

@media all and (max-width: 779px) {
  .tabs li {
    display: block; }
    .tabs li:not(:last-child) {
      border-bottom: 1px solid #ececec;
      border-right: none; } }

.mktoForm {
  font-family: inherit !important;
  font-size: 15px !important;
  width: 100% !important;
  max-width: none !important;
}
.mktoForm textarea {
  padding: 10px !important;
  min-height: 90px;
}
.mktoForm select {
  padding-left: 12px !important;
}
.mktoForm select + .mktoClear {
  position: relative;
  top: -28px;
  left: 100%;
  background: transparent;
  width: 8px;
  height: 8px;
  margin-left: -22px;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  transform: rotate(-45deg);
}
.mktoForm .mktoGutter {
  height: 5px;
}
.mktoForm .mktoLabel {
  display: inline-block;
  width: auto !important;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600 !important;
  position: relative;
}
.mktoForm .mktoLabel .mktoAsterix {
  position: absolute;
  right: 0;
  margin-right: -14px;
  transform: scale(0.85);
}
.mktoForm .mktoFieldWrap {
  float: none !important;
}
.mktoForm .mktoFormCol, .mktoForm .mktoField {
  width: 100% !important;
}
.mktoForm .mktoButtonRow {
  text-align: center !important;
  width: 100%;
}
.mktoForm .mktoButtonWrap {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mktoForm .mktoButton {
  border-radius: 3px !important;
  padding: 8px 35px !important;
  border: 1px solid #219c24 !important;
  font-size: 18px !important;
  line-height: 1.3em !important;
  background: #43b02a !important;
  outline: 0 !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
  font-weight: 600 !important;
  transition: all 0.2s ease-in-out;
}
.mktoForm .mktoButton:hover {
  background: #025c02 !important;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  position: relative;
}
.mktoForm .mktoRadioList input[type="checkbox"], .mktoForm .mktoCheckboxList input[type="checkbox"], .mktoForm .mktoRadioList input[type="radio"], .mktoForm .mktoCheckboxList input[type="radio"] {
  width: 30px !important;
  position: relative;
  top: 5px;
}
.mktoFormConfirmation {
  margin-top: 10px;
  display: none;
}
.page-template-template-product-page .mktoForm label, .contact-us .mktoForm label {
  transform: scale(0.85);
  transform-origin: left;
}
.page-template-template-product-page .mktoForm .mktoButtonRow, .contact-us .mktoForm .mktoButtonRow {
  text-align: left !important;
}
.page-template-template-product-page .mktoForm .mktoButtonRow .mktoButton, .contact-us .mktoForm .mktoButtonRow .mktoButton {
  padding: 12px 45px !important;
}
@media all and (min-width: 1200px) {
  .page-template-template-product-page .mktoForm .mktoFormRow:nth-child(2), .contact-us .mktoForm .mktoFormRow:nth-child(2), .page-template-template-product-page .mktoForm .mktoFormRow:nth-child(3), .contact-us .mktoForm .mktoFormRow:nth-child(3) {
    width: 50% !important;
    float: left !important;
    clear: none;
  }
  .page-template-template-product-page .mktoForm .mktoFormRow:nth-child(2) input, .contact-us .mktoForm .mktoFormRow:nth-child(2) input {
    width: 97% !important;
  }
}