@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.woff") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BOOKOS';
  src: url("../fonts/BOOKOS.eot");
  src: url("../fonts/BOOKOS.eot") format("embedded-opentype"), url("../fonts/BOOKOS.woff2") format("woff2"), url("../fonts/BOOKOS.woff") format("woff"), url("../fonts/BOOKOS.ttf") format("truetype"), url("../fonts/BOOKOS.svg#BOOKOS") format("svg"); }

@font-face {
  font-family: 'BrushScriptStd';
  src: url("../fonts/BrushScriptStd.eot");
  src: url("../fonts/BrushScriptStd.eot") format("embedded-opentype"), url("../fonts/BrushScriptStd.woff2") format("woff2"), url("../fonts/BrushScriptStd.woff") format("woff"), url("../fonts/BrushScriptStd.ttf") format("truetype"), url("../fonts/BrushScriptStd.svg#BrushScriptStd") format("svg"); }

@font-face {
  font-family: 'collegiateblackflfregular';
  src: url("../fonts/collegiateblackflf-webfont.woff2") format("woff2"), url("../fonts/collegiateblackflf-webfont.ttf") format("truetype"), url("../fonts/collegiateblackflf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'superstar_m54regular';
  src: url("../fonts/superstar_m54-webfont.woff2") format("woff2"), url("../fonts/superstar_m54-webfont.ttf") format("truetype"), url("../fonts/superstar_m54-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'apple_chancerychancery';
  src: url("../fonts/apple_chancery-webfont.woff2") format("woff2"), url("../fonts/apple_chancery-webfont.ttf") format("truetype"), url("../fonts/apple_chancery-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'seagull-mediumregular';
  src: url("../fonts/seagull-medium-webfont.woff2") format("woff2"), url("../fonts/seagull-medium-webfont.ttf") format("truetype"), url("../fonts/seagull-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lorabold';
  src: url("../fonts/lora-bold-webfont.woff2") format("woff2"), url("../fonts/lora-bold-webfont.ttf") format("truetype"), url("../fonts/lora-bold-webfont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.main-nav, .copyright-holder ul, .copy-box, .social-list, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .product-form .color-list:after, .product-form .check-block:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }


.product-form {
  /* multiple select styles */
  /* select options styles */
  /* common custom form elements styles */ }
  .product-form .jcf-select {
    display: block;
    position: relative;
    border: 1px solid #e7e7e7;
    background: #f4f4f4;
    min-width: 100px;
    height: 48px;
    margin-bottom: 18px; }
  .product-form .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .product-form .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 35px 0 19px;
    line-height: 48px;
    color: #515252;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .product-form .jcf-select .jcf-select-text img {
      display: inline-block !important;
      vertical-align: top;
      margin: 11px 9px 0 1px; }
  .product-form .jcf-select .jcf-select-opener {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 9px;
    height: 9px;
    border: 1px solid #515356;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .product-form .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999; }
  .product-form .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0; }
  .product-form .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
  .product-form .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }
  .product-form .jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #e7e7e7;
    border-width: 0 1px 1px; }
  .product-form .jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #e7e7e7;
    min-width: 200px;
    margin: 0 15px; }
  .product-form .jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
    width: 100%; }
  .product-form .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .product-form .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .product-form .jcf-list ul img {
      opacity: 0;
      display: inline-block !important;
      vertical-align: top;
      height: 1px;
      width: 24px;
      margin: 11px 9px 0 1px; }
  .product-form .jcf-list ul li {
    overflow: hidden;
    display: block;
    padding: 0; }
    .product-form .jcf-list ul li:before {
      display: none; }
  .product-form .jcf-list .jcf-overflow {
    overflow: auto; }
  .product-form .jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 6px 19px;
    color: #515252;
    height: 1%; }
  .product-form .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .product-form .jcf-select-drop .jcf-hover,
  .product-form .jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000; }
  .product-form .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }
  .product-form .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }
  .product-form .jcf-disabled {
    background: #ddd !important; }
  .product-form .jcf-select-drop .jcf-option-hideme {
    display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: transparent;
  -webkit-transition: background .3s linear, padding .3s linear;
          transition: background .3s linear, padding .3s linear;
  z-index: 999; }
  @media (min-width: 768px) {
    #header {
      text-align: right;
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    #header {
      padding: 51px 0; } }
  #header a[href^="tel"] {
    display: inline-block;
    vertical-align: top;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden; }
    @media (min-width: 768px) {
      #header a[href^="tel"] {
        margin: 0 0 0 10px; } }
    @media (min-width: 1200px) {
      #header a[href^="tel"] {
        font-size: 20px;
        margin: 0 0 0 15px; } }
    @media (min-width: 1540px) {
      #header a[href^="tel"] {
        margin: 0 0 0 40px;
        font-size: 24px; } }
    #header a[href^="tel"]:hover {
      color: #24802a; }
    #header a[href^="tel"] .num {
      display: none; }
      @media (min-width: 1024px) {
        #header a[href^="tel"] .num {
          display: inline; } }
    #header a[href^="tel"] .glyphicon {
      font-size: 30px; }
      @media (min-width: 1024px) {
        #header a[href^="tel"] .glyphicon {
          display: none; } }
  #header.fixed, #header.inner {
    background: #fff; }
    @media (min-width: 1024px) {
      #header.fixed, #header.inner {
        padding: 17px 0; } }
    #header.fixed .logo.main, #header.inner .logo.main {
      display: none; }
    #header.fixed .logo.secondary, #header.inner .logo.secondary {
      display: block; }
    #header.fixed .nav-drop, #header.inner .nav-drop {
      background: rgba(0, 0, 0, 0.85); }
      @media (min-width: 768px) {
        #header.fixed .nav-drop, #header.inner .nav-drop {
          background: none; } }
    @media (min-width: 768px) {
      #header.fixed .main-nav a, #header.inner .main-nav a {
        color: #000; } }
    @media (min-width: 768px) {
      #header.fixed .main-nav a:hover, #header.inner .main-nav a:hover {
        color: #24802a; } }
    #header.fixed .main-nav li.active a, #header.inner .main-nav li.active a {
      background: #24802a; }
      @media (min-width: 768px) {
        #header.fixed .main-nav li.active a, #header.inner .main-nav li.active a {
          color: #24802a;
          background: none; } }
    #header.fixed a[href^="tel"], #header.inner a[href^="tel"] {
      color: #000; }
      #header.fixed a[href^="tel"]:hover, #header.inner a[href^="tel"]:hover {
        color: #24802a; }

.header-container {
  max-width: 1543px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logo {
  display: inline-block;
  vertical-align: top; }
  .logo a {
    display: block; }
  .logo img {
    width: 150px;
    height: 44px; }
    @media (min-width: 1200px) {
      .logo img {
        width: 200px;
        height: 59px; } }
    @media (min-width: 1540px) {
      .logo img {
        width: 300px;
        height: 88px; } }
  .logo.secondary {
    display: none; }

.nav-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px 0 0;
  margin: 0 0 0 10px; }
  @media (min-width: 768px) {
    .nav-holder {
      padding: 0; } }

#nav {
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s linear;
          transition: max-height .3s linear;
  z-index: 1;
  text-align: center; }
  @media (min-width: 768px) {
    #nav {
      max-height: none;
      overflow: visible;
      position: relative;
      top: auto;
      left: auto;
      right: auto; } }
  #nav .btn {
    min-width: 290px;
    margin: 0 auto;
    padding: 13px 16px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: background .3s linear, opacity .3s linear;
            transition: background .3s linear, opacity .3s linear; }
    @media (min-width: 480px) {
      #nav .btn {
        min-width: 0;
        margin: 0; } }
    @media (min-width: 768px) {
      #nav .btn {
        margin: 0 0 0 20px;
        padding: 10px 20px;
        font-size: 14px;
        opacity: 1; } }
    @media (min-width: 1024px) {
      #nav .btn {
        margin: 0 0 0 30px;
        font-size: 16px; } }
    @media (min-width: 1540px) {
      #nav .btn {
        font-size: 22px;
        margin: 0 0 0 50px;
        padding: 13px 18px; } }

.nav-drop {
  position: relative;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s linear;
          transition: transform .3s linear;
  background: black;
  max-height: calc(100vh - 74px);
  padding: 0 0 15px; }
  @media (min-width: 768px) {
    .nav-drop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      padding: 0;
      max-height: none;
      background: none; } }

.main-nav {
  display: block;
  text-align: center;
  border-top: 1px solid #24802a;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .main-nav {
      text-align: right;
      border: none;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      margin: 0; } }
  @media (min-width: 1024px) {
    .main-nav {
      font-size: 16px; } }
  @media (min-width: 1540px) {
    .main-nav {
      font-size: 24px; } }
  .main-nav li {
    border-bottom: 1px solid #24802a;
    padding: 0;
    position: static; }
    @media (min-width: 768px) {
      .main-nav li {
        display: inline-block;
        vertical-align: top;
        border: none;
        margin: 0 0 0 10px; } }
    @media (min-width: 1024px) {
      .main-nav li {
        margin: 0 0 0 20px; } }
    @media (min-width: 1200px) {
      .main-nav li {
        margin: 0 0 0 25px; } }
    @media (min-width: 1540px) {
      .main-nav li {
        margin: 0 0 0 41px; } }
    .main-nav li:before {
      display: none; }
    .main-nav li.active a {
      background: #24802a; }
      @media (min-width: 768px) {
        .main-nav li.active a {
          color: #24802a;
          background: none; } }
  @media (min-width: 768px) {
    .main-nav > li.has-drop-down > a:after {
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: 44px;
      border-style: solid;
      border-width: 0 20px 20px 20px;
      border-color: transparent transparent #fff transparent;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: opacity .3s linear;
              transition: opacity .3s linear;
      content: ""; }
    .main-nav > li.has-drop-down.hover > a:after {
      opacity: 1; } }
  .main-nav a {
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: background .3s linear;
            transition: background .3s linear;
    padding: 15px 10px; }
    @media (min-width: 768px) {
      .main-nav a {
        padding: 0;
        -webkit-transition: color .3s linear;
                transition: color .3s linear; } }
    .main-nav a:hover {
      background: #24802a; }
      @media (min-width: 768px) {
        .main-nav a:hover {
          color: #24802a;
          background: none; } }
  .main-nav .drop {
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: max-height .3s linear;
            transition: max-height .3s linear;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .main-nav .drop {
        position: absolute;
        top: 100%;
        left: 23px;
        right: -56px;
        margin-top: 50px; } }
    .main-nav .drop .holder {
      padding: 15px;
      background: #fff;
      -webkit-transition: -webkit-transform .3s linear;
              transition: transform .3s linear;
      max-height: 100%;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
      @media (min-width: 768px) {
        .main-nav .drop .holder {
          padding: 34px 10px 24px 39px;
          -moz-column-count: 3;
          -moz-column-gap: 10px;
          -webkit-column-count: 3;
          -webkit-column-gap: 10px;
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3;
          -webkit-column-gap: 10px;
             -moz-column-gap: 10px;
                  column-gap: 10px; } }
    .main-nav .drop .title {
      font: 700 18px "Lora", Georgia, "Times New Roman", Times, serif;
      display: block;
      margin-bottom: 8px;
      color: #000; }
      .main-nav .drop .title a {
        color: inherit; }
        .main-nav .drop .title a:hover {
          color: #24802a; }
    .main-nav .drop ul {
      margin: 0 0 17px; }
      .main-nav .drop ul a {
        color: #515356; }
        .main-nav .drop ul a:hover {
          color: #24802a; }
    .main-nav .drop li {
      display: block;
      margin: 0 0 2px; }
  .main-nav .hover > .drop {
    max-height: 1000px; }
    .main-nav .hover > .drop .holder {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      overflow: auto; }

.nav-opener {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 50px;
  height: 35px;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #24802a;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: background .3s linear;
            transition: background .3s linear; }
  .nav-opener:after, .nav-opener:before {
    content: '';
    top: 30%; }
  .nav-opener:after {
    top: 70%; }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%; }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.nav-active #nav {
  max-height: 1000px; }
  .nav-active #nav .btn {
    opacity: 1; }

.nav-active .nav-drop {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  overflow: auto; }

#footer {
  color: #919191;
  font-family: "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1024px) {
    #footer {
      font-size: 18px;
      line-height: 1.45; } }
  @media (min-width: 1200px) {
    #footer {
      font-size: 22px; } }

.footer-visual-holder {
  background-size: cover;
  position: relative;
  padding: 40px 0;
  font: 18px/1.2 "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .footer-visual-holder {
      font-size: 24px;
      padding: 95px 0 121px; } }
  @media (min-width: 1024px) {
    .footer-visual-holder {
      padding: 99px 0 120px; } }
  .footer-visual-holder:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8); }
  .footer-visual-holder .container {
    position: relative;
    z-index: 1; }
  .footer-visual-holder .btn {
    width: 100%; }


.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .row-flex:before, .row-flex:after {
    display: none; }
  .row-flex [class^="col"] {
    float: none; }

.text-about-holder {
  padding: 20px 0;
  background: #141213; }
  @media (min-width: 1024px) {
    .text-about-holder {
      padding: 47px 0 40px; } }

.copyright-holder {
  background: #000;
  padding: 12px 0 7px; }
  .copyright-holder a {
    color: #919191; }
    .copyright-holder a:hover {
      color: #24802a; }
 .copyright-holder ul li {
    display: inline-block;
    vertical-align: top; }
.copyright-holder ul li:before {
      display: none; }

.copy-box li {
  position: relative; }
  @media (max-width: 767px) {
    .copy-box li {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .copy-box li:after {
      content: '|';
      margin: 0 5px; } }
  .copy-box li:last-child:after {
    content: none; }

.copy-box .small-img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: auto;
  margin-right: 10px; }

.social-list {
  text-align: right; }
  @media (max-width: 767px) {
    .social-list {
      padding: 10px 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .social-list li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0; }
    @media (min-width: 768px) {
      .social-list li {
        margin-left: 2px; } }
    @media (min-width: 1200px) {
      .social-list li {
        margin-left: 5px; } }
  .social-list a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden; }
    .social-list a:hover {
      opacity: .8; }
      .social-list a:hover img {
        opacity: .8; }
    .social-list a img {
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
      display: block;
      width: 36px;
      height: 36px;
      font-size: 12px; }

.footer-logo {
  display: block;
  text-align: center;
  margin: 0 auto 10px; }
  @media (min-width: 768px) {
    .footer-logo {
      text-align: left; } }
  @media (min-width: 1024px) {
    .footer-logo {
      margin: -6px 0 0 -20px; } }
  .footer-logo a {
    display: block; }
  .footer-logo img {
    width: 200px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1024px) {
      .footer-logo img {
        width: 300px; } }

body {
  min-width: 320px; }

#wrapper {
  overflow: hidden; }

.container {
  max-width: 1200px;
  padding: 20px;/*0 20px*/
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

h2 {
  margin: 0 0 10px;
  color: #fff;
  font: 700 36px/39px "Lora", Georgia, "Times New Roman", Times, serif; }

a {
  -webkit-transition: color .3s linear;
          transition: color .3s linear; }

#main.homepage {
  padding: 74px 0 0; }
  @media (min-width: 768px) {
    #main.homepage {
      padding: 84px 0 0; } }
  @media (min-width: 1024px) {
    #main.homepage {
      padding: 78px 0 0; } }
  @media (min-width: 1200px) {
    #main.homepage {
      padding: 87px 0 0; } }
  @media (min-width: 1540px) {
    #main.homepage {
      padding: 116px 0 0; } }

.btn {
  font-size: 16px;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .btn {
      font-size: 22px; } }
  .btn.btn-lg {
    padding: 10px 15px;
    font-size: 20px; }
    @media (min-width: 1024px) {
      .btn.btn-lg {
        padding: 20px 30px;
        font-size: 30px; } }

.intro {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 1200px) {
    .intro.style2 .intro-text,
    .intro.style2.inner-intro .intro-text {
      font-size: 42px;
      line-height: 102px; } }
  .intro.inner-intro {
    padding: 74px 0 0; }
    @media (min-width: 1024px) {
      .intro.inner-intro {
        padding: 90px 0 0; } }
    @media (min-width: 1200px) {
      .intro.inner-intro {
        padding: 100px 0 0; } }
    @media (min-width: 1540px) {
      .intro.inner-intro {
        padding: 131px 0 0; } }
    .intro.inner-intro:before {
      background: rgba(0, 0, 0, 0.8); }
    .intro.inner-intro .intro-text {
      height: 200px; }
      @media (min-width: 768px) {
        .intro.inner-intro .intro-text {
          height: 350px; } }
      @media (min-width: 1024px) {
        .intro.inner-intro .intro-text {
          height: 400px; } }
      @media (min-width: 1200px) {
        .intro.inner-intro .intro-text {
          font-size: 54px;
          height: 448px; } }
  .intro .intro-text-holder {
    display: table;
    width: 100%; }
  .intro .intro-text {
    position: relative;
    display: table-cell;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    line-height: 1.41;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    z-index: 2; }
    @media (min-width: 768px) {
      .intro .intro-text {
        font-size: 35px; } }
    @media (min-width: 1024px) {
      .intro .intro-text {
        font-size: 45px; } }
    @media (min-width: 1200px) {
      .intro .intro-text {
        padding: 0 20px;
        font-size: 54px; } }
    .intro .intro-text br {
      display: none; }
      @media (min-width: 1024px) {
        .intro .intro-text br {
          display: block; } }

  .intro .anchor-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    opacity: .2;
    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
    font-size: 18px;
    z-index: 3; }
    @media (min-width: 1024px) {
      .intro .anchor-link {
        font-size: 24px;
        bottom: 29px; } }
    .intro .anchor-link:hover {
      opacity: 1; }
    .intro .anchor-link span {
      display: block; }
      .intro .anchor-link span:first-child {
        margin: 0 0 3px; }
      .intro .anchor-link span.glyphicon {
        font-size: 20px; }
        @media (min-width: 1024px) {
          .intro .anchor-link span.glyphicon {
            font-size: 28px; } }
        .intro .anchor-link span.glyphicon:last-child {
          margin: -10px 0 0; }
          @media (min-width: 1024px) {
            .intro .anchor-link span.glyphicon:last-child {
              margin: -16px 0 0; } }

.product-description-section {
  padding: 26px 0; }
  @media (min-width: 1200px) {
    .product-description-section {
      padding: 26px 0 138px; } }
  .product-description-section h2 {
    color: #000;
    margin: 0 0 5px;
    font-size: 18px; }
    @media (min-width: 768px) {
      .product-description-section h2 {
        font-size: 24px;
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .product-description-section h2 {
        font-size: 36px;
        margin: 0 0 52px; } }
  .product-description-section .visual-holder {
    margin: 0 auto 30px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .product-description-section .visual-holder {
        max-width: 40%;
        float: right;
        margin: 100px 0 0 25px; } }
    @media (min-width: 1024px) {
      .product-description-section .visual-holder {
        max-width: 30%; } }
    @media (min-width: 1200px) {
      .product-description-section .visual-holder {
        max-width: 100%; } }
    @media (min-width: 1540px) {
      .product-description-section .visual-holder {
        margin: 43px -166px 0 25px; } }
    @media (min-width: 1800px) {
      .product-description-section .visual-holder {
        margin: 43px -293px 0 25px; } }
    .product-description-section .visual-holder img {
      width: 100%; }
  .product-description-section .description-holder {
    font-family: "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42; }
    @media (min-width: 768px) {
      .product-description-section .description-holder {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .product-description-section .description-holder {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .product-description-section .description-holder {
        font-size: 20px; } }
    @media (min-width: 1540px) {
      .product-description-section .description-holder {
        font-size: 20px; } }
    .product-description-section .description-holder p {
      margin: 0 0 33px; }
    .product-description-section .description-holder a {
      font-family: "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 1200px) {
        .product-description-section .description-holder a {
          padding: 14px 0 0; } }

.product-categories-section {
  background-color: #e7ecf5;
  background-image: url("../images/bg-3.png");
  background-repeat: repeat;
  background-position: 0 0;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .product-categories-section {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .product-categories-section {
      padding: 114px 0 101px; } }
  .product-categories-section h2 {
    color: #000;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .product-categories-section h2 {
        margin: 0 0 50px; } }
    @media (min-width: 1200px) {
      .product-categories-section h2 {
        margin: 0 0 69px; } }
  @media (min-width: 768px) {
    .product-categories-section .categories-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .product-categories-section .category-box {
    text-align: center;
    font-family: "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    max-width: 400px;
    margin: 0 auto 25px; }
    @media (min-width: 768px) {
      .product-categories-section .category-box {
        width: 33%;
        padding: 0 10px;
        font-size: 18px;
        max-width: none; } }
    @media (min-width: 1024px) {
      .product-categories-section .category-box {
        font-size: 18px; } }
    .product-categories-section .category-box a {
      color: #000; }
      .product-categories-section .category-box a:hover {
        color: #000; }
        .product-categories-section .category-box a:hover h3 {
          color: #002566; }
    .product-categories-section .category-box .img-box {
      margin: 0 0 15px; }
      @media (min-width: 1024px) {
        .product-categories-section .category-box .img-box {
          margin: 0 0 31px; } }
    .product-categories-section .category-box h3 {
      font-weight: 700;
      color: #24802a;
      font-size: 20px;
      font-family: "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      -webkit-transition: color .3s linear;
              transition: color .3s linear;
      margin: 0 0 7px; }
      @media (min-width: 768px) {
        .product-categories-section .category-box h3 {
          font-size: 24px; } }
      @media (min-width: 1024px) {
        .product-categories-section .category-box h3 {
          font-size: 30px; } }

.quote-section {
  padding: 25px 0 10px;
  background: #f4f4f4; }
  @media (min-width: 768px) {
    .quote-section {
      padding: 30px 0 10px; } }
  @media (min-width: 1024px) {
    .quote-section {
      padding: 60px 0 40px; } }
  @media (min-width: 1200px) {
    .quote-section {
      padding: 84px 0 64px; } }
  .quote-section blockquote {
    position: relative;
    border: none;
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    padding: 0 30px; }
    @media (min-width: 768px) {
      .quote-section blockquote {
        font-size: 24px;
        padding: 0 50px; } }
    @media (min-width: 1024px) {
      .quote-section blockquote {
        font-size: 28px;
        padding: 0 100px; } }
    @media (min-width: 1200px) {
      .quote-section blockquote {
        font-size: 30px;
        padding: 0 60px; } }
    @media (min-width: 1540px) {
      .quote-section blockquote {
        padding: 0  35px 0 120px; } }
    .quote-section blockquote .quote-box {
      position: relative;
      margin: 0 0 30px; }
      @media (min-width: 1024px) {
        .quote-section blockquote .quote-box {
          margin: 0 0 63px; } }
      .quote-section blockquote .quote-box:before {
        content: '\201C';
        top: -10px;
        left: -30px; }
        @media (min-width: 768px) {
          .quote-section blockquote .quote-box:before {
            top: -20px;
            left: -70px; } }
        @media (min-width: 1540px) {
          .quote-section blockquote .quote-box:before {
            left: -122px; } }
      .quote-section blockquote .quote-box:after {
        content: '\201D';
        bottom: -40px;
        right: -35px; }
        @media (min-width: 768px) {
          .quote-section blockquote .quote-box:after {
            bottom: -113px;
            right: -55px; } }
        @media (min-width: 1540px) {
          .quote-section blockquote .quote-box:after {
            right: -74px; } }
      .quote-section blockquote .quote-box:before, .quote-section blockquote .quote-box:after {
        color: #dedde5;
        font-size: 60px;
        line-height: 1;
        font-weight: 700;
        position: absolute; }
        @media (min-width: 768px) {
          .quote-section blockquote .quote-box:before, .quote-section blockquote .quote-box:after {
            font-size: 120px; } }
    .quote-section blockquote cite {
      font-family: "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 18px;
      display: block;
      position: relative;
      padding: 0 0 0 20px; }
      @media (min-width: 768px) {
        .quote-section blockquote cite {
          font-size: 20px; } }
      @media (min-width: 1024px) {
        .quote-section blockquote cite {
          font-size: 24px;
          padding: 0 0 0 29px; } }
      @media (min-width: 1200px) {
        .quote-section blockquote cite {
          font-size: 26px; } }
      .quote-section blockquote cite:before {
        content: '';
        position: absolute;
        top: 12px;
        left: 2px;
        height: 2px;
        width: 15px;
        background: #000; }
        @media (min-width: 768px) {
          .quote-section blockquote cite:before {
            top: 13px; } }
        @media (min-width: 1024px) {
          .quote-section blockquote cite:before {
            top: 17px;
            width: 20px; } }
        @media (min-width: 1200px) {
          .quote-section blockquote cite:before {
            top: 18px; } }







































.partners-section {
  background: #000;
  position: relative;
  padding: 20px 0 40px; }
  @media (min-width: 1024px) {
    .partners-section {
      padding: 53px 0; } }
  @media (min-width: 768px) {
    .partners-section:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient(right, #000000 0%, transparent 50%, #000000 100%);
      background: linear-gradient(to left, #000000 0%, transparent 50%, #000000 100%);
      opacity: .9; } }
  .partners-section h2 {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .partners-section h2 {
        margin: 0 0 -4px; } }
  .partners-section .slideset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (min-width: 768px) {
      .partners-section .slideset {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 20px 0; } }
  .partners-section .slide {
    width: 50%;
    padding: 15px;
    position: relative;
    padding: 15px 15px 25px 15px; }
    @media (min-width: 560px) {
      .partners-section .slide {
        padding: 15px 40px 30px; } }
    @media (min-width: 768px) {
      .partners-section .slide {
        padding: 5px 15px; } }
    @media (min-width: 1024px) {
      .partners-section .slide {
        padding: 15px 3px; } }
    .partners-section .slide:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7); }
    @media (min-width: 768px) {
      .partners-section .slide {
        width: 20%;
        max-width: 303px; } }
  .partners-section img {
    display: block;
    width: 100%;
    height: auto; }

.product-description-section .description-holder a.norml {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

.video-background {
  background: #000;
  /*position: fixed;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden; }

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%; } }

.product-form {
  font-size: 16px;
  line-height: 1.4;
  padding: 64px 0 70px;
  color: #515356; }
  .product-form .container-fluid {
    max-width: 1035px;
    padding: 0 17px;
    margin: 0 auto; }
  .product-form .two-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -17px; }
    .product-form .two-cols > .col {
      width: 36.14%;
      padding: 0 17px;
      max-width: 374px; }
      .product-form .two-cols > .col:first-child {
        width: 63.86%;
        max-width: 661px; }
  .product-form .product-image {
    margin-top: 35px;
    margin-bottom: 25px; }
  .product-form h1 {
    font: 700 34px "Lora", Georgia, "Times New Roman", Times, serif;
    margin: 0 0 14px;
    color: black; }
  .product-form p {
    margin-bottom: 24px; }
  .product-form .form-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -9px; }
    .product-form .form-cols > .form-col {
      width: 50%;
      padding: 0 9px; }
      .product-form .form-cols > .form-col.big-style {
        width: 61.5%; }
      .product-form .form-cols > .form-col.small-style {
        width: 38.5%; }
  .product-form .color-list {
    border-bottom: 1px solid #eee;
    padding: 21px 0 14px; }
    .product-form .color-list ul {
      overflow: hidden;
      padding: 0;
      margin: 0;
      list-style: none; }
    .product-form .color-list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 6px 0;
      border-radius: 50%;
      list-style: none;
      padding: 0; }
      .product-form .color-list li:before {
        display: none; }
      .product-form .color-list li:hover {
        opacity: .8; }
    .product-form .color-list input {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1; }
    .product-form .color-list label {
      display: block;
      width: 24px;
      height: 24px;
      position: relative;
      margin: 0; }
      .product-form .color-list label:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 11px;
        height: 7px;
        border: 3px solid rgba(255, 255, 255, 0.5);
        border-width: 0 0 3px 3px;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        margin-top: -1px;
        opacity: 0; }
    .product-form .color-list [type="radio"]:checked + label:before { opacity: 1; }
    .product-form .color-list input:disabled ~ { opacity: .5; }

    .product-form .color-list .color01 { background: #66aef3; }
    .product-form .color-list .color02 { background: #1e4d7a; }
    .product-form .color-list .color03 { background: #1245c5; }
    .product-form .color-list .color04 { background: #0069ff; }
    .product-form .color-list .color05 { background: #ff6f00; }
    .product-form .color-list .color06 { background: #2a5625; }
    .product-form .color-list .color07 { background: #c0c0c0; }
    .product-form .color-list .color08 { background: #8b4513; }
    .product-form .color-list .color09 { background: #520577; }
    .product-form .color-list .color10 { background: #f00; }
    .product-form .color-list .color11 { background: #d2b48c; }
    .product-form .color-list .color12 { background: #4cbb17; }
    .product-form .color-list .color13 { background: #800101; }
    .product-form .color-list .color14 { background: #ffb109; }
    .product-form .color-list .color15 { background: #f7f7f7; }
    .product-form .color-list .color16 { background: #000; }
    .product-form .color-list .color17 { background: #36454f; }
    .product-form .color-list .color18 { background: #ff8080; }
    .product-form .color-list .color19 { background: #1ca9c9; }
    .product-form .color-list .color20 { background: #6b8e23; }
    .product-form .color-list .color21 { background: #ffd700; }
    .product-form .color-list .color22 { background: #592500; }
    .product-form .color-list .color23 { background: #006400; }
    .product-form .color-list .color24 { background: #506054; }

	.product-form .color-list .websteel { background: #c0c0c0; }
	.product-form .color-list .webpacific-blue { background: #183d88; }
	.product-form .color-list .webbeige { background: #7e735f; }
	.product-form .color-list .webblack { background: #000; }
	.product-form .color-list .webteal { background: #023446; }
	.product-form .color-list .webnavy-blue { background: #192239; }
	.product-form .color-list .webnatural { background: #b2a68b; }
	.product-form .color-list .websky-blue { background: #17458a; }
	.product-form .color-list .webkelly-green { background: #146765; }
	.product-form .color-list .webred { background: #b92842; }
	.product-form .color-list .webpurple { background: #1d1842; }
	.product-form .color-list .webwine { background: #6e2932; }
	.product-form .color-list .webgold { background: #09a;/*#db8a28*/ }
	.product-form .color-list .webdark-green { background: #14211d; }
	.product-form .color-list .webolive { background: #292d2f; }
	.product-form .color-list .weborange { background: #de4928; }
	.product-form .color-list .webgrey { background: #85888f; }
	.product-form .color-list .webyellow { background: #e5ca39; }
    .product-form .color-list .webwhite { background: #edf3ee; }
    .product-form .color-list .webbrown { background: #3d2523; }
    .product-form .color-list .webroyalblue { background: #2d4488; }
    .product-form .color-list .webtan { background: #7a704a; }
	
	/* Color Palette */
    .bbblack { background: #000; }
	.bbdarkgrey { background: #4c4c4c; }
	.bbgrey { background: #808080; }
	.bbsteel { background: #b2b2b2; }
	.bbwhite { background: #f7f7f7; }
	.bbnatural { background: #f2eeda; }
	.bbbeige { background: #bfb999; }
	.bbtan { background: #918151; }
	.bbolive { background: #343400; }
	.bbdarkgreen { background: #013220; }
	.bbforestgreen { background: #155915; }
	.bbkellygreen { background: #01a263; }
	.bbteal { background: #008080; }
	.bbpacificblue { background: #1ca9c9; }
	.bbskyblue { background: #87ceeb; }
	.bbroyalblue { background: #4169e1; }
	.bbnavyblue { background: #000080; }
	.bbburgundy { background: #911127; }
	.bbwine { background: #722f37; }
	.bbred { background: #e52e2e; }
	.bborange { background: #e9692c; }
	.bbgold { background: #f5bd2c; /*#f5bc2c;*/ }
	.bbyellow { background: #ffd700; }
	.bbpurple { background: #442266; }
	.bbbrown { background: #472e30; }

/* BLACK			.bbblack { background: #000; }
	// CHARCOAL			.bbdarkgrey { background: #545454; }
	// SILVER			.bbsteel { background: #b2b2b2; }
	// WHITE			.bbwhite { background: #f7f7f7; }
	// DARK GREEN		.bbdarkgreen { background: #013220; }
	// KELLY GREEN		.bbkellygreen { background: #01a263; }
	// ROYAL BLUE		.bbroyalblue { background: #27408b; }
    // NAVY BLUE		.bbnavyblue { background: #003366; }
	// PURPLE			.bbpurple { background: #442266; }
	// BURGUNDY			.bbburgundy { background: #911127; }
	// RED				.bbred { background: #e52e2e; }
	// ORANGE			.bborange { background: #e9692c; }
	// ATHELTIC GOLD	.bbgold { background: #f5bc2c; }
	// BROWN			.bbbrown { background: #472e30; }
  */
  .product-form .label {
    font-weight: 700;
    font-size: 14px;
    float: left;
    min-width: 113px;
    padding: 3px 5px 0 0;
    text-transform: uppercase; }
  .product-form h2 {
    font-size: 22px;
    font-weight: 700;
    margin: -26px 0 13px;
    text-transform: uppercase; }
  .product-form input[type='text'],
  .product-form input[type='tel'],
  .product-form input[type='email'],
  .product-form input[type='search'],
  .product-form input[type='password'],
  .product-form textarea {
    border: 1px solid #e7e7e7;
    background: #f4f4f4;
    height: 48px;
    display: block;
    width: 100%;
    color: #515252;
    font-size: 13px;
    font-weight: 700;
    padding: 0 19px;
    outline: none !important;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1px; }
    .product-form input[type='text']::-webkit-input-placeholder,
    .product-form input[type='tel']::-webkit-input-placeholder,
    .product-form input[type='email']::-webkit-input-placeholder,
    .product-form input[type='search']::-webkit-input-placeholder,
    .product-form input[type='password']::-webkit-input-placeholder,
    .product-form textarea::-webkit-input-placeholder {
      color: #515252; }
    .product-form input[type='text']::-moz-placeholder,
    .product-form input[type='tel']::-moz-placeholder,
    .product-form input[type='email']::-moz-placeholder,
    .product-form input[type='search']::-moz-placeholder,
    .product-form input[type='password']::-moz-placeholder,
    .product-form textarea::-moz-placeholder {
      opacity: 1;
      color: #515252; }
    .product-form input[type='text']:-moz-placeholder,
    .product-form input[type='tel']:-moz-placeholder,
    .product-form input[type='email']:-moz-placeholder,
    .product-form input[type='search']:-moz-placeholder,
    .product-form input[type='password']:-moz-placeholder,
    .product-form textarea:-moz-placeholder {
      color: #515252; }
    .product-form input[type='text']:-ms-input-placeholder,
    .product-form input[type='tel']:-ms-input-placeholder,
    .product-form input[type='email']:-ms-input-placeholder,
    .product-form input[type='search']:-ms-input-placeholder,
    .product-form input[type='password']:-ms-input-placeholder,
    .product-form textarea:-ms-input-placeholder {
      color: #515252; }
    .product-form input[type='text'].placeholder,
    .product-form input[type='tel'].placeholder,
    .product-form input[type='email'].placeholder,
    .product-form input[type='search'].placeholder,
    .product-form input[type='password'].placeholder,
    .product-form textarea.placeholder {
      color: #515252; }
  .product-form .file-box {
    padding: 37px 0 16px; }
    .product-form .file-box .remove {
      display: none !important; }
  .product-form .files {
    width: 216px;
    height: 216px;
    box-shadow: inset 0 0 0 2px #010101;
    border-radius: 100%;
    background: #ffc65a;
    overflow: hidden;
    margin: 0 auto 18px;
    position: relative;
    -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
    .product-form .files i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      font-size: 38px;
      color: rgba(255, 255, 255, 0.5);
      margin-right: 3px; }
    .product-form .files:before {
      position: absolute;
      top: 19%;
      left: 19%;
      right: 19%;
      bottom: 19%;
      background: rgba(206, 53, 47, 0.04);
      border: 1px solid #ca9946;
      border-color: rgba(202, 197, 197, 0.5) rgba(202, 197, 197, 0.3) rgba(202, 197, 197, 0.3) rgba(202, 197, 197, 0.5);
      content: ""; }
    .product-form .files p {
      margin: 0; }
      .product-form .files p > * {
        display: none; }
    .product-form .files canvas {
      display: block !important;
      height: auto;
      z-index: 10;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .product-form .image-loaded .files {
    box-shadow: none; }
    .product-form .image-loaded .files:before,
    .product-form .image-loaded .files i {
      display: none; }
  .product-form .fileinput-button {
    position: relative;
    overflow: hidden;
    display: block;
    color: #fff;
    background-color: #24802a;
    border-color: #24802a;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border-radius: 4px;
    max-width: 142px;
    text-transform: uppercase;
    margin: 0 auto 10px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s linear;
            transition: all .3s linear; }
    .product-form .fileinput-button:hover {
      background-color: #19581d;
      border-color: #113c14; }
    .product-form .fileinput-button input {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      opacity: 0;
      font-size: 232px !important;
      direction: ltr;
      cursor: pointer;
      bottom: 10px !important; }
  .product-form .file-comment {
    font-style: italic;
    font-size: 14px;
    color: #515356;
    text-align: center; }
  .product-form h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #515252;
    margin-bottom: 15px;
    text-align: center; }
  .product-form .check-block {
    font-size: 12px;
    font-weight: 700;
    color: #515252;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding: 19px 0 20px; }
    .product-form .check-block input {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1; }
    .product-form .check-block .fake-label {
      display: inline-block;
      vertical-align: top;
      padding: 4px 5px 0 0; }
    .product-form .check-block label {
      display: block;
      overflow: hidden; }
    .product-form .check-block .fake-input {
      display: inline-block;
      vertical-align: top;
      width: 47px;
      height: 25px;
      border-radius: 23px;
      background: #515356;
      position: relative;
      margin-right: 6%; }
      .product-form .check-block .fake-input:after {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 21px;
        height: 21px;
        border-radius: 100%;
        background: #fff;
        -webkit-transition: left .2s linear;
                transition: left .2s linear;
        content: ""; }
      .product-form .check-block .fake-input + .fake-label {
        color: #999da3; }
    .product-form .check-block [type="checkbox"] + .fake-label {
      min-width: 27%; }
    .product-form .check-block [type="checkbox"]:checked + .fake-label {
      color: #999da3; }
      .product-form .check-block [type="checkbox"]:checked + .fake-label + .fake-input:after {
        left: 24px; }
      .product-form .check-block [type="checkbox"]:checked + .fake-label + .fake-input + .fake-label {
        color: #515252; }
  .product-form .started-block {
    background: #f7f7f7;
    text-align: center;
    font-weight: normal;
    color: #515356;
    font-size: 14px;
    line-height: 22.4px;
    margin-top: 30px;
    padding: 64px 15px 35px;
    margin-bottom: 15px; }
    .product-form .started-block .opener,
    .product-form .started-block [type="submit"] {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      background-color: #24802a;
      border-color: #24802a;
      padding: 19px 12px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      border-radius: 4px;
      text-transform: uppercase;
      margin-bottom: 22px;
      text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
      border: 0;
      outline: none;
      min-width: 200px;
      -webkit-transition: all .3s linear;
              transition: all .3s linear; }
      .product-form .started-block .opener:hover,
      .product-form .started-block [type="submit"]:hover {
        background-color: #19581d;
        border-color: #113c14; }
    .product-form .started-block p {
      margin-bottom: 1px; }
    .product-form .started-block .tel-link {
      color: inherit;
      text-decoration: none; }
      .product-form .started-block .tel-link:hover {
        text-decoration: underline; }
  @media (max-width: 1023px) {
    .product-form .check-block .fake-label {
      display: block;
      padding-bottom: 5px; } }
  @media (max-width: 767px) {
    .product-form .two-cols {
      display: block; }
      .product-form .two-cols > .col {
        max-width: none !important;
        width: auto !important; }
    .product-form .form-cols .form-col {
      width: 50% !important; }
    .product-form .form-cols .form-cols {
      display: block; }
      .product-form .form-cols .form-cols .form-col {
        width: auto !important; }
    .product-form h2 {
      margin-top: 20px; } }
  @media (max-width: 479px) {
    .product-form {
      padding-top: 30px;
      padding-bottom: 30px; }
      .product-form .form-cols {
        display: block; }
        .product-form .form-cols .form-col {
          width: auto !important; }
      .product-form .product-image {
        margin-top: 10px; } }

.js-stick-panel {
  display: block !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear; }
  .stick-panel-active .js-stick-panel {
    height: auto;
    overflow: visible;
    opacity: 1; }

.st0 {
  fill: #ffffff; }

.st1 {
  fill: #ffffff; }

.st2 {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10; }

.st3 {
  opacity: 0.3;
  fill: #333333; }

.st4 {
  opacity: 0.1;
  fill: #333333; }

.st5 {
  opacity: 0.2;
  fill: #333333; }

.st6 {
  fill: url(#SVGID_1_); }

.st7 {
  fill: url(#SVGID_2_); }

.st8 {
  fill: url(#SVGID_3_); }

.st9 {
  fill: url(#SVGID_4_); }

.st10 {
  fill: url(#SVGID_5_); }

.st11 {
  fill: url(#SVGID_6_); }

.st12 {
  fill: url(#SVGID_7_); }

.st13 {
  fill: url(#SVGID_8_); }

.st14 {
  fill: url(#SVGID_9_); }

.stick-panel-active .js-stick-panel,
.stick-panel-active #Stripe {
  position: static;
  visibility: visible; }

.js-stick-panel,
#Stripe {
  position: absolute;
  left: -99999;
  visibility: hidden; }

.product-form .file-box {
  text-align: center; }

.file-frame {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top; }

.file-frame .fileinput-button {
  position: static; }

.file-frame .fileinput-button input {
  bottom: 0; }

.image-upload-holder .remove {
  display: none;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  color: red;
  text-transform: uppercase; }

.image-loaded.image-upload-holder .remove {
  display: block; }

.image-loaded .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.input-error {
  border-color: red !important; }

select.input-error + .jcf-select {
  border-color: red !important; }

.is-ie .product-image {
  position: relative;
  height: 100%;
  min-height: 300px; }

.is-ie .product-image svg {
  width: 100%;
  height: auto;
  position: absolute; }

#js-stick-text {
  position: relative;
  z-index: 99999; }

.product-form .two-cols {
  display: block; }

.product-form .two-cols .col {
  float: left; }

.product-form .two-cols .js-stick-panel + .col {
  overflow: hidden;
  float: right; }

.product-form .color-list input {
  left: -9999999;
  top: auto;
  z-index: 1; }

@media (max-width: 767px) {
  .product-form .two-cols .js-stick-panel + .col {
    float: none; }
  .product-form .two-cols .col {
    float: none; } }

ul li {
  position: relative;
  padding: 0 0  5px 15px; }
  @media (min-width: 1024px) {
    ul li {
      padding: 0 0  8px 25px; } }
  ul li:before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 1px;
    color: #dce1eb;
    font-size: 16px;
    line-height: 1; }
    @media (min-width: 1024px) {
      ul li:before {
        font-size: 22px;
        top: 0/*7px*/; } }

.products-section {
  margin: 0 8px;
  padding: 16px 0 0; }
  @media (min-width: 768px) {
    .products-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.product-item {
  padding: 0 8px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (min-width: 768px) {
    .product-item {
      width: 33.33%; } }
  @media (min-width: 1024px) {
    .product-item {
      width: 25%; } }
  .product-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: -webkit-radial-gradient(center, ellipse, #fefefe 0%, #fcfcfc 22%, #f3f3f3 52%, #e8e8e8 73%, #e8e8e8 77%, #d9d9d9 100%);
    background: radial-gradient(ellipse at center, #fefefe 0%, #fcfcfc 22%, #f3f3f3 52%, #e8e8e8 73%, #e8e8e8 77%, #d9d9d9 100%);
    position: relative;
    color: #288035;
    width: 100%;
    text-align: center;
    padding: 31px 15px 20px;
    border: 2px solid transparent;
    -webkit-transition: border .3s linear;
            transition: border .3s linear; }
    @media (min-width: 1024px) {
      .product-item a:hover {
        border: 2px solid #288035; } }
  .product-item .img-hold {
    white-space: nowrap;
    text-align: center;
    min-height: 20vw;
    display: block; }
    .product-item .img-hold:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 20vw; }
    .product-item .img-hold > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (max-width: 1023px) {
      .product-item .img-hold {
        margin: 0 0 25px; } }
  .product-item img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 90%;
    height: auto; }
  .product-item .title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .product-item .title {
        font-size: 28px;
        line-height: 34px; } }

.lightbox-content {
  padding: 65px 15px 15px;
  font: 14px/18px "ProximaNova", sans-serif;
  color: #515356; }
  @media (min-width: 768px) {
    .lightbox-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 94.5vw;
      padding: 35px 39px; } }
  @media (min-width: 1024px) {
    .lightbox-content {
      font-size: 16px;
      line-height: 1.4; } }
  .lightbox-content .product-item {
    padding: 0;
    margin: 0 0 25px;
    background: -webkit-radial-gradient(center, ellipse, #ffffff 0%, #ffffff 46%, #fcfcfc 57%, #f6f6f6 69%, #e8e8e8 86%, #e8e8e8 88%, #dadada 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 46%, #fcfcfc 57%, #f6f6f6 69%, #e8e8e8 86%, #e8e8e8 88%, #dadada 100%); }
    @media (min-width: 768px) {
      .lightbox-content .product-item {
        margin: 0;
        width: 46%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .lightbox-content .product-item .img-hold {
      width: 100%;
      padding: 0 40px; }
      .lightbox-content .product-item .img-hold img {
        max-width: none;
        width: 100%;
        max-height: none; }
  @media (min-width: 768px) {
    .lightbox-content .description {
      width: calc(100% - 46%);
      padding: 0 0 0 25px; } }
  @media (min-width: 1024px) {
    .lightbox-content .description {
      padding: 0 0 0 77px; } }
  .lightbox-content .product-title {
    color: #000;
    font: bold 34px/47px "Lora", Georgia, "Times New Roman", Times, serif;
    display: block;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .lightbox-content .product-title {
        font-size: 26px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .lightbox-content .product-title {
        font-size: 48px;
        line-height: 50px;
        margin: 0 0 15px; } }
  .lightbox-content .sizes {
    color: #95989e;
    font: 600 14px/18px "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .lightbox-content .sizes {
        font-size: 18px;
        line-height: 20px; } }
    @media (min-width: 1024px) {
      .lightbox-content .sizes {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 14px; } }
  .lightbox-content .lightbox-list {
    margin: 0 0 15px 12px; }
    @media (min-width: 1024px) {
      .lightbox-content .lightbox-list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        margin: 0 0 26px 12px; } }
  .lightbox-content p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .lightbox-content p {
        margin: 0 0 35px; } }
  @media (max-width: 1023px) {
    .lightbox-content .form-cols {
      display: block;
      margin: 0; } }
  @media (max-width: 1023px) {
    .lightbox-content .form-cols .col {
      width: 100%;
      padding: 0 0 15px; } }
  @media (max-width: 1023px) {
    .lightbox-content .form-cols .col:last-child {
      text-align: center; } }
  @media (max-width: 1023px) {
    .lightbox-content .btn {
      font-size: 14px;
      height: 45px;
      width: 100%;
      max-width: 480px; } }

@media (min-width: 768px) {
  form .form-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

form .form-cols .col {
  padding: 0 0 15px; }
  @media (min-width: 768px) {
    form .form-cols .col {
      width: 50%;
      padding: 0 12px 20px; } }

form .form-title {
  color: #002566;
  font: bold 16px/18px "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 5px; }
  @media (min-width: 768px) {
    form .form-title {
      margin: 0 0 5px; } }
  @media (min-width: 1024px) {
    form .form-title {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 14px; } }

form button.btn {
  height: 40px;
  width: 100%;
  display: block;
  font-family: "ProximaNova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    form button.btn {
      height: 60px;
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase; } }
  @media (min-width: 1200px) {
    form button.btn {
      font-size: 22px;
      line-height: 24px; } }

.form-control {
  outline: none !important;
  box-shadow: none !important;
  font: 14px/18px "Lora", Georgia, "Times New Roman", Times, serif;
  padding: 8px 16px; }
  @media (min-width: 1024px) {
    .form-control {
      height: 40px;
      font-size: 16px;
      line-height: 30px;
      padding: 6px 12px; } }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.lightbox .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 18px;
  font-size: 0;
  line-height: 0; }
  .lightbox .close:hover:before, .lightbox .close:hover:after {
    background: #24802a; }
  .lightbox .close:before, .lightbox .close:after {
    -webkit-transition: background 0.3s ease-in-out;
            transition: background 0.3s ease-in-out;
    content: '';
    width: 2px;
    height: 30px;
    background: #919191;
    position: absolute;
    left: 50%;
    top: 0; }
    @media (min-width: 768px) {
      .lightbox .close:before, .lightbox .close:after {
        height: 30px;
        width: 3px; } }
  .lightbox .close:after {
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg); }
  .lightbox .close:before {
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg); }

.fancybox-inner {
  overflow-x: hidden !important;
  padding: 0 !important; }

.fancybox-skin {
  border: 1px solid #919191;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px #919191 !important; }
/*# sourceMappingURL=main.css.map */

.basicpage h2, .basicpage h3,
.basicpage h4, .basicpage h5,
.basicpage h6 { font-family: "Lora", Georgia, "Times New Roman", Times, serif; }

.basicpage h2 {
	color: #333;
	font: bold 27px/36px "Lora", Georgia, "Times New Roman", Times, serif;
	}

.basicpage h3 { font-size: 20px; font-weight: 900; }
.basicpage h4 { color: #666; font-size: 16px; }


.partnerlogo { max-width: 200px; }
a.partnerlogo { opacity: .6; filter: grayscale(90%); -webkit-transition: opacity .3s linear; transition: opacity .3s linear; }
a:hover.partnerlogo { opacity: 1; filter: grayscale(0%); -webkit-transition: opacity .3s linear; transition: opacity .3s linear; }