/*
Theme Name: Santa's Shaped Christmas Trees
Author: Coordinate
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .step-holder .form-box:after, .product-section .product a:after, .signup-form:after,
.login-form:after, .thumbnails:after {
  content: '';
  display: block;
  clear: both; }

#open-button, .social-list a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

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

img {
  max-width: 100%;
  height: auto; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  border-radius: 3px;
  border: none;
  height: 46px;
  width: 100%;
  outline: none;
  padding: 10px 15px;
  box-shadow: none; }
  .comment-form input[type='text'],
  .search-form input[type='text'],
  .post-password-form input[type='text'],
  .comment-form input[type='tel'],
  .search-form input[type='tel'],
  .post-password-form input[type='tel'],
  .comment-form input[type='email'],
  .search-form input[type='email'],
  .post-password-form input[type='email'],
  .comment-form input[type='search'],
  .search-form input[type='search'],
  .post-password-form input[type='search'],
  .comment-form input[type='password'],
  .search-form input[type='password'],
  .post-password-form input[type='password'],
  .comment-form input[type='url'],
  .search-form input[type='url'],
  .post-password-form input[type='url'],
  .comment-form input[type='date'],
  .search-form input[type='date'],
  .post-password-form input[type='date'],
  .comment-form textarea,
  .search-form textarea,
  .post-password-form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #999;
    padding: 0.5em 0.7em; }
    .comment-form input[type='text']:focus,
    .search-form input[type='text']:focus,
    .post-password-form input[type='text']:focus,
    .comment-form input[type='tel']:focus,
    .search-form input[type='tel']:focus,
    .post-password-form input[type='tel']:focus,
    .comment-form input[type='email']:focus,
    .search-form input[type='email']:focus,
    .post-password-form input[type='email']:focus,
    .comment-form input[type='search']:focus,
    .search-form input[type='search']:focus,
    .post-password-form input[type='search']:focus,
    .comment-form input[type='password']:focus,
    .search-form input[type='password']:focus,
    .post-password-form input[type='password']:focus,
    .comment-form input[type='url']:focus,
    .search-form input[type='url']:focus,
    .post-password-form input[type='url']:focus,
    .comment-form input[type='date']:focus,
    .search-form input[type='date']:focus,
    .post-password-form input[type='date']:focus,
    .comment-form textarea:focus,
    .search-form textarea:focus,
    .post-password-form textarea:focus {
      border-color: #333; }
    .comment-form input[type='text']::-webkit-input-placeholder,
    .search-form input[type='text']::-webkit-input-placeholder,
    .post-password-form input[type='text']::-webkit-input-placeholder,
    .comment-form input[type='tel']::-webkit-input-placeholder,
    .search-form input[type='tel']::-webkit-input-placeholder,
    .post-password-form input[type='tel']::-webkit-input-placeholder,
    .comment-form input[type='email']::-webkit-input-placeholder,
    .search-form input[type='email']::-webkit-input-placeholder,
    .post-password-form input[type='email']::-webkit-input-placeholder,
    .comment-form input[type='search']::-webkit-input-placeholder,
    .search-form input[type='search']::-webkit-input-placeholder,
    .post-password-form input[type='search']::-webkit-input-placeholder,
    .comment-form input[type='password']::-webkit-input-placeholder,
    .search-form input[type='password']::-webkit-input-placeholder,
    .post-password-form input[type='password']::-webkit-input-placeholder,
    .comment-form input[type='url']::-webkit-input-placeholder,
    .search-form input[type='url']::-webkit-input-placeholder,
    .post-password-form input[type='url']::-webkit-input-placeholder,
    .comment-form input[type='date']::-webkit-input-placeholder,
    .search-form input[type='date']::-webkit-input-placeholder,
    .post-password-form input[type='date']::-webkit-input-placeholder,
    .comment-form textarea::-webkit-input-placeholder,
    .search-form textarea::-webkit-input-placeholder,
    .post-password-form textarea::-webkit-input-placeholder {
      color: #ccc; }
    .comment-form input[type='text']::-moz-placeholder,
    .search-form input[type='text']::-moz-placeholder,
    .post-password-form input[type='text']::-moz-placeholder,
    .comment-form input[type='tel']::-moz-placeholder,
    .search-form input[type='tel']::-moz-placeholder,
    .post-password-form input[type='tel']::-moz-placeholder,
    .comment-form input[type='email']::-moz-placeholder,
    .search-form input[type='email']::-moz-placeholder,
    .post-password-form input[type='email']::-moz-placeholder,
    .comment-form input[type='search']::-moz-placeholder,
    .search-form input[type='search']::-moz-placeholder,
    .post-password-form input[type='search']::-moz-placeholder,
    .comment-form input[type='password']::-moz-placeholder,
    .search-form input[type='password']::-moz-placeholder,
    .post-password-form input[type='password']::-moz-placeholder,
    .comment-form input[type='url']::-moz-placeholder,
    .search-form input[type='url']::-moz-placeholder,
    .post-password-form input[type='url']::-moz-placeholder,
    .comment-form input[type='date']::-moz-placeholder,
    .search-form input[type='date']::-moz-placeholder,
    .post-password-form input[type='date']::-moz-placeholder,
    .comment-form textarea::-moz-placeholder,
    .search-form textarea::-moz-placeholder,
    .post-password-form textarea::-moz-placeholder {
      opacity: 1;
      color: #ccc; }
    .comment-form input[type='text']:-moz-placeholder,
    .search-form input[type='text']:-moz-placeholder,
    .post-password-form input[type='text']:-moz-placeholder,
    .comment-form input[type='tel']:-moz-placeholder,
    .search-form input[type='tel']:-moz-placeholder,
    .post-password-form input[type='tel']:-moz-placeholder,
    .comment-form input[type='email']:-moz-placeholder,
    .search-form input[type='email']:-moz-placeholder,
    .post-password-form input[type='email']:-moz-placeholder,
    .comment-form input[type='search']:-moz-placeholder,
    .search-form input[type='search']:-moz-placeholder,
    .post-password-form input[type='search']:-moz-placeholder,
    .comment-form input[type='password']:-moz-placeholder,
    .search-form input[type='password']:-moz-placeholder,
    .post-password-form input[type='password']:-moz-placeholder,
    .comment-form input[type='url']:-moz-placeholder,
    .search-form input[type='url']:-moz-placeholder,
    .post-password-form input[type='url']:-moz-placeholder,
    .comment-form input[type='date']:-moz-placeholder,
    .search-form input[type='date']:-moz-placeholder,
    .post-password-form input[type='date']:-moz-placeholder,
    .comment-form textarea:-moz-placeholder,
    .search-form textarea:-moz-placeholder,
    .post-password-form textarea:-moz-placeholder {
      color: #ccc; }
    .comment-form input[type='text']:-ms-input-placeholder,
    .search-form input[type='text']:-ms-input-placeholder,
    .post-password-form input[type='text']:-ms-input-placeholder,
    .comment-form input[type='tel']:-ms-input-placeholder,
    .search-form input[type='tel']:-ms-input-placeholder,
    .post-password-form input[type='tel']:-ms-input-placeholder,
    .comment-form input[type='email']:-ms-input-placeholder,
    .search-form input[type='email']:-ms-input-placeholder,
    .post-password-form input[type='email']:-ms-input-placeholder,
    .comment-form input[type='search']:-ms-input-placeholder,
    .search-form input[type='search']:-ms-input-placeholder,
    .post-password-form input[type='search']:-ms-input-placeholder,
    .comment-form input[type='password']:-ms-input-placeholder,
    .search-form input[type='password']:-ms-input-placeholder,
    .post-password-form input[type='password']:-ms-input-placeholder,
    .comment-form input[type='url']:-ms-input-placeholder,
    .search-form input[type='url']:-ms-input-placeholder,
    .post-password-form input[type='url']:-ms-input-placeholder,
    .comment-form input[type='date']:-ms-input-placeholder,
    .search-form input[type='date']:-ms-input-placeholder,
    .post-password-form input[type='date']:-ms-input-placeholder,
    .comment-form textarea:-ms-input-placeholder,
    .search-form textarea:-ms-input-placeholder,
    .post-password-form textarea:-ms-input-placeholder {
      color: #ccc; }
    .comment-form input[type='text'].placeholder,
    .search-form input[type='text'].placeholder,
    .post-password-form input[type='text'].placeholder,
    .comment-form input[type='tel'].placeholder,
    .search-form input[type='tel'].placeholder,
    .post-password-form input[type='tel'].placeholder,
    .comment-form input[type='email'].placeholder,
    .search-form input[type='email'].placeholder,
    .post-password-form input[type='email'].placeholder,
    .comment-form input[type='search'].placeholder,
    .search-form input[type='search'].placeholder,
    .post-password-form input[type='search'].placeholder,
    .comment-form input[type='password'].placeholder,
    .search-form input[type='password'].placeholder,
    .post-password-form input[type='password'].placeholder,
    .comment-form input[type='url'].placeholder,
    .search-form input[type='url'].placeholder,
    .post-password-form input[type='url'].placeholder,
    .comment-form input[type='date'].placeholder,
    .search-form input[type='date'].placeholder,
    .post-password-form input[type='date'].placeholder,
    .comment-form textarea.placeholder,
    .search-form textarea.placeholder,
    .post-password-form textarea.placeholder {
      color: #ccc; }

textarea {
  max-width: 100%;
  min-width: 100%; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 2em; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation {
  overflow: hidden;
  margin: 0 0 1.2em; }
  .navigation .next {
    float: left;
    max-width: 50%; }
  .navigation .prev {
    float: right;
    max-width: 50%;
    text-align: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #555555;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter,
picture.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

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

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

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\e602"; }

.icon-twitter:before {
  content: "\e603"; }

.icon-chevron-thin-left:before {
  content: "\e605"; }

.icon-chevron-thin-right:before {
  content: "\e604"; }

.icon-facebook2:before {
  content: "\f09a"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-close:before {
  content: "\e600"; }

.icon-calendar:before {
  content: "\e953"; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  /*  overflow: hidden; */
  cursor: default;
  background: #fff;
  border: none;
  margin: 0 6px 0 0;
  height: 24px;
  width: 24px;
  border-radius: 3px; }

@media (max-width: 767px) {
  .mail-form .jcf-checkbox,
  .contact-form .jcf-checkbox {
    float: left;
    margin: 0 10px 0 0; } }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 22px;
  width: 7px;
  top: -2px;
  left: 14px;
  margin: -7px 0 0 -6px;
  border: 5px solid #483525;
  border-width: 3px 0 0 3px;
  -ms-transform: rotate(-145deg);
  -webkit-transform: rotate(-145deg);
  transform: rotate(-145deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: none;
  border-radius: 50%;
  margin: 0 6px 0 0;
  height: 24px;
  width: 24px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: #ec5d5d;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 0;
  background: #e3e5d4;
  margin: 0;
  min-width: 80px;
  width: 100%;
  height: 46px;
  border-radius: 3px; }

.payment-block .jcf-select {
  background: #41342c; }
  .payment-block .jcf-select.jcf-focus {
    background: #342921; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  line-height: 46px;
  margin: 0 46px 0 15px;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: none;
  width: 46px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bdbfaf;
    content: '';
    position: absolute;
    top: 22px;
    right: 18px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  padding: 15px 0 12px; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 4px 15px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #ccc7c2 !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-select-drop .jcf-option-hideme {
  display: none; }

/* custom number input styles */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px; }

.product-section .jcf-number {
  height: 38px; }

.product-section .jcf-number input {
  width: 100%;
  padding: 3px 27px 3px 19px; }

.product-section .jcf-number .jcf-btn-dec,
.product-section .jcf-number .jcf-btn-inc {
  height: 19px; }

.jcf-number input {
  -moz-appearance: textfield; }

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.jcf-number input {
  box-sizing: border-box;
  border: none;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%;
  width: 80px;
  border-radius: 3px;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  background: #fff; }
  @media (max-width: 767px) {
    .jcf-number input {
      width: 50px; } }

.cart-form .jcf-number {
  height: 38px; }
  .cart-form .jcf-number input {
    width: 94px;
    padding: 4px 27px 6px 15px; }
    @media (max-width: 767px) {
      .cart-form .jcf-number input {
        width: 55px !important;
        padding: 4px 24px 6px 5px; } }
  .cart-form .jcf-number .jcf-btn-dec,
  .cart-form .jcf-number .jcf-btn-inc {
    height: 19px; }

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #dcdece;
  width: 20px;
  height: 16px;
  right: 0;
  top: 0;
  border-radius: 0 3px 0 0; }

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 0;
  border-top: 1px solid #d1d3c3;
  border-radius: 0 0 3px 0; }

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e8ead9; }

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #e8ead9; }

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #b9bbac;
  border-color: transparent transparent #b9bbac transparent; }

.jcf-number .jcf-btn-dec:before {
  margin: -2px 0 0 -4px;
  border-color: #b9bbac transparent transparent transparent; }

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3; }

.jcf-number.jcf-disabled input {
  background: #e8ead9 !important; }

/* custom file input styles */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: none;
  width: 150px; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 0;
  padding: 5px 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: center; }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #483525;
  line-height: 28px;
  padding: 11px 10px;
  font-size: 20px;
  line-height: 22px;
  border-radius: 3px;
  color: #fff;
  background-color: #483525;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center; }

.jcf-select-drop .jcf-option-hideme {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

/*! 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: -15px;
  right: -15px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  z-index: 8040;
  background: url(images/remove-btn.png) no-repeat 0 0; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  z-index: 8040; }
  .fancybox-nav:focus {
    outline: none; }

.fancybox-prev {
  left: 0; }
  .fancybox-prev span:before {
    content: "\e605";
    font-family: 'icomoon'; }

.fancybox-next {
  right: 0; }
  .fancybox-next span:before {
    content: "\e604";
    font-family: 'icomoon'; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  margin: -28px 0 0;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  background: #ec5d5d;
  display: block;
  line-height: 56px;
  font-size: 31px;
  font-weight: bold;
  text-shadow: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center; }

.fancybox-prev span {
  left: 5px; }

.fancybox-next span {
  right: 5px; }

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

.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
  }
} */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 20px; }
  @media (max-width: 767px) {
    #header {
      position: relative;
      background: #00c3b6;
      padding: 20px 0 11px; } }
  #header:after {
    content: "";
    background: url(images/sprite.png) repeat-x 0 -180px;
    position: absolute;
    height: 7px;
    bottom: -6px;
    width: 100%;
    left: 0;
    z-index: 2;
    display: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      #header:after {
        display: block; } }

.index #header {
  padding: 40px 0 20px; }
  @media (max-width: 767px) {
    .index #header {
      padding: 20px 0 11px; } }

.navbar {
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  z-index: 1; }

.navbar-nav {
  margin-right: 0;
  letter-spacing: -0.8px; }
  @media (max-width: 767px) {
    .navbar-nav {
      float: right;
      padding: 0 10px 0 0; } }
  .navbar-nav li {
    margin: 0 0 0 25px; }
    @media (max-width: 767px) {
      .navbar-nav li {
        float: left;
        margin: 0 0 0 15px; } }
    @media (max-width: 480px) {
      .navbar-nav li {
        margin: 0 0 0 5px; } }
    .navbar-nav li a {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .navbar-nav li a {
          padding: 6px 0; } }
      .navbar-nav li a:hover img {
        /*-webkit-animation: scaleUp 0.3s forwards cubic-bezier(0.7, 0, 0.3, 1);
        animation: scaleUp 0.3s forwards cubic-bezier(0.7, 0, 0.3, 1); */
    }
    @media (max-width: 767px) {
      .navbar-nav li span {
        display: none; } }
  .navbar-nav .count {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    margin: 6px 0 10px 7px;
    text-align: center;
    line-height: 30px;
    font-size: 19px; }
    @media (max-width: 767px) {
      .navbar-nav .count {
        margin: 2px 0 0 7px;
        width: 28px;
        height: 28px; } }
  .navbar-nav img {
    vertical-align: middle;
    margin: -7px 5px 0 0; }

.show-menu .menu-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.show-menu .wrapper-holder {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(380px);
  -ms-transform: translateX(380px);
  transform: translateX(380px); }
  @media (max-width: 767px) {
    .show-menu .wrapper-holder {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
        transform: translateX(320px); } }

.show-menu .content:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.show-menu #open-button {
  display: none; }

.btn-hold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 43px 0 20px; }
  @media (max-width: 767px) {
    .btn-hold {
      padding: 25px 8px 20px; } }

.index .btn-hold {
  padding: 43px 0 20px; }
  @media (max-width: 767px) {
    .index .btn-hold {
      padding: 25px 8px 20px; } }

#open-button {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 9px 7px;
  outline: none;
  background: #f06464;
  position: relative;
  z-index: 3;
  display: block;
  margin: -1px 0 0 2px; }
  #open-button:hover {
    background: #da5050; }
    @media (max-width: 767px) {
      #open-button:hover {
        background: none; } }
    @media (max-width: 767px) {
      #open-button:hover span {
        background: #da5050; } }
    @media (max-width: 767px) {
      #open-button:hover span:before,
      #open-button:hover span:after {
        background: #da5050; } }
  @media (max-width: 767px) {
    #open-button {
      background: none;
      border: none;
      width: 31px;
      height: 23px;
      padding: 0; } }
  #open-button span {
    margin: 7px 0;
    width: 100%;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff; }
    @media (max-width: 767px) {
      #open-button span {
        height: 4px;
        margin: 9px 0; } }
    #open-button span:before,
    #open-button span:after {
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      height: 3px;
      background: #fff;
      width: 100%; }
      @media (max-width: 767px) {
        #open-button span:before,
        #open-button span:after {
          height: 4px;
          top: -9px; } }
    #open-button span:after {
      top: 6px; }
      @media (max-width: 767px) {
        #open-button span:after {
          top: 9px; } }

.content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .content:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: rgba(89, 194, 180, 0.6);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.menu-wrap {
  position: absolute;
  z-index: 1001;
  width: 380px;
  height: 100%;
  font-size: 1.15em;
  -webkit-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  transform: translateX(-380px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }
  @media (max-width: 767px) {
    .menu-wrap {
      width: 320px;
      -webkit-transform: translateX(-320px);
      -ms-transform: translateX(-320px);
      transform: translateX(-320px); } }

.menu {
  background: #f06463;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  height: 100%;
  padding: 64px 5px 20px 64px; }
  @media (max-width: 767px) {
    .menu {
      padding: 44px 5px 20px 24px; } }
  .menu .nav-hold {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
  }
    .menu .nav-hold ul {
      list-style: none;
      padding: 0 0 16px;
      margin: 0;
      font-size: 26px; }
      @media (max-width: 767px) {
        .menu .nav-hold ul {
          font-size: 22px; } }
      .menu .nav-hold ul li {
        margin: 0 0 13px; }
        .menu .nav-hold ul li.active a,
        .menu .nav-hold ul li.current_page_item a {
          color: #fff;
          border-bottom: 2px solid #fff;
          padding: 0 0 3px; }
      .menu .nav-hold ul a {
        color: #313c3a;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 5px;
		line-height:1.2; }
        .menu .nav-hold ul a:hover {
          color: #fff;
          border-bottom: 2px solid #fff;
          padding: 0 0 3px; }
      .menu .nav-hold ul .active .drop,
      .menu .nav-hold ul .drop {
        list-style: none;
        margin: 0 0 -3px;
        padding: 6px 0 0 20px;
        font-size: 19px; }
        .menu .nav-hold ul .active .drop li,
        .menu .nav-hold ul .drop li {
          margin: 0 0 3px; }
        .menu .nav-hold ul .active .drop a,
        .menu .nav-hold ul .drop a {
          color: #313c3a;
          padding: 0 0 5px;
          border-bottom: none; }
          .menu .nav-hold ul .active .drop a:hover,
          .menu .nav-hold ul .drop a:hover {
            color: #fff;
            border-bottom: 2px solid #fff;
            padding: 0 0 3px; }
    .menu .nav-hold dl {
      margin: 0 0 29px;
      overflow: hidden;
      font-size: 16px;
      color: #fff; }
      .menu .nav-hold dl dt {
        line-height: 19px;
        float: left;
        margin: 0 3px 0 0; }
      .menu .nav-hold dl dd {
        overflow: hidden;
        line-height: 19px; }
      .menu .nav-hold dl a {
        color: #fff; }
    .menu .nav-hold .social-listing {
      overflow: hidden;
      font-size: 30px; }
      .menu .nav-hold .social-listing li {
        float: left;
        margin: 0 15px 0 0; }
      .menu .nav-hold .social-listing a {
        color: #fff;
        opacity: 0.5;
        padding: 0; }
        .menu .nav-hold .social-listing a:hover {
          border-bottom: 0;
          opacity: 1;
          text-decoration: none; }

.tel {
  cursor: default;
  pointer-events: none; }
  @media (max-width: 767px) {
    .tel {
      cursor: pointer;
      pointer-events: auto; } }

.close-button {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 44px;
  top: 49px;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
  outline: none; }
  @media (max-width: 767px) {
    .close-button {
      top: 29px;
      right: 24px; } }
  .close-button:before,
  .close-button:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fff; }
  .close-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .close-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.morph-shape {
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  right: 0;
  fill: #f06463;
  z-index: 1000; }

.wrapper-holder {
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.navbar-brand {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 226px;
  height: 282px;
  margin-left: -105px !important;
  z-index: 9; }
  @media (max-width: 767px) {
    .navbar-brand .desktop {
      display: none; } }
  .navbar-brand .mobile {
    display: none; }
    @media (max-width: 767px) {
      .navbar-brand .mobile {
        display: block; } }
  .navbar-brand img {
    width: 100%; }
  @media (max-width: 991px) {
    .navbar-brand {
      margin-left: -125px !important; } }
  @media (max-width: 767px) {
    .navbar-brand {
      position: relative;
      width: 110px;
      height: 32px;
      margin: 0 0 0 58px !important;
      top: 0;
      left: 0;
      float: left; } }

.index .navbar-brand {
  top: 89px;
  width: 262px;
  height: 325px;
  margin-left: -135px !important; }
  @media (max-width: 991px) {
    .index .navbar-brand {
      top: 49px; } }
  @media (max-width: 767px) {
    .index .navbar-brand {
      position: relative;
      width: 110px;
      height: 32px;
      margin: 0 0 0 60px !important;
      top: 0; } }

.banner-block {
  background-size: cover;
  position: relative;
  height: 360px;
  background: url(images/banner02.jpg) no-repeat 51% 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .banner-block {
      background: url(images/banner02-2x.jpg) no-repeat 51% 0;
      background-size: cover; } }
  @media (max-width: 767px) {
    .banner-block {
      display: none; } }
  .banner-block.main {
    height: 837px;
    background: url(images/banner01.jpg) no-repeat 52% 0; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .banner-block.main {
        background: url(images/banner01-2x.jpg) no-repeat 52% 0;
        background-size: cover; } }
    @media (max-width: 767px) {
      .banner-block.main {
        background: url(images/banner01-mobile.jpg) no-repeat 50% 0;
        height: 503px;
        background-size: cover;
        display: block; } }
    .banner-block.main .discount-label.add {
      left: -15px;
      top: 49px; }
      @media (max-width: 1199px) {
        .banner-block.main .discount-label.add {
          top: auto;
          bottom: -50px; } }
      @media (max-width: 991px) {
        .banner-block.main .discount-label.add {
          left: -25px;
          bottom: -130px; } }
  .banner-block .text {
    position: absolute;
    bottom: 209px;
    width: 100%;
    height: auto;
    left: 0;
    text-align: center; }
    @media (max-width: 991px) {
      .banner-block .text {
        bottom: 245px; } }
    @media (max-width: 767px) {
      .banner-block .text {
        bottom: 64px; } }
    .banner-block .text .holder {
      width: 900px;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 991px) {
        .banner-block .text .holder {
          width: 600px; } }
      @media (max-width: 767px) {
        .banner-block .text .holder {
          width: 260px; } }
    .banner-block .text .center {
      max-width: 320px;
      width: 100%;
      margin: 0 auto;
      padding: 0 10px 0 0;
      letter-spacing: -0.6px; }
      @media (max-width: 991px) {
        .banner-block .text .center {
          padding: 0; } }
      .banner-block .text .center img {
        display: none; }
        @media (max-width: 767px) {
          .banner-block .text .center img {
            display: block;
            max-width: 247px;
            width: 100%;
            height: auto;
            margin: 0 auto 15px; } }
  .banner-block h2 {
    color: #fff;
    line-height: 45px;
    text-shadow: 2px 2px rgba(79, 178, 163, 0.75);
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .banner-block h2 {
        font-size: 35px;
        line-height: 33px;
        margin: 0; } }
  .banner-block .btn {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px #d45050;
    padding: 5px 20px;
    font-size: 24px;
    line-height: 36px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 2px 0 0 rgba(44, 125, 115, 0.56), inset 0 1px 1px 0 rgba(255, 255, 255, 0.39); }
    @media (max-width: 767px) {
      .banner-block .btn {
        display: none; } }
  .banner-block .container {
    position: relative; }
  .banner-block .discount-label {
    position: absolute;
    left: 60px;
    top: -14px; }
    @media (max-width: 767px) {
      .banner-block .discount-label {
        display: none; } }

/*.countdown-box {
  background: url(images/counter.png) no-repeat 0 0;
  width: 200px;
  height: 267px;
  background-size: cover;
  position: absolute;
  left: 56px;
  bottom: 21px;
  z-index: 1;
  color: #000;
  padding: 40px 29px 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .countdown-box {
      background: url(images/counter-2x.png) no-repeat 0 0;
      background-size: 200px 267px; } }
  @media (max-width: 1199px) {
    .countdown-box {
      left: 46px; } }
  @media (max-width: 991px) {
    .countdown-box {
      left: -74px; } }
  @media (max-width: 767px) {
    .countdown-box {
      display: none; } }*/

.figures {
  right: 2px;
  bottom: -36px;
  position: absolute; }
  @media (max-width: 991px) {
    .figures {
      max-width: 300px;
      height: auto;
      right: -111px;
      bottom: -31px; } }
  @media (max-width: 767px) {
    .figures {
      display: none; } }

.discount-label {
  display: block;
  background: url(images/label-bg.png) no-repeat 0 0;
  width: 126px;
  height: 126px;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  color: #ec5d5d;
  padding: 28px 5px 10px;
  text-align: center; }
  .discount-label.add {
    background: url(images/label-bg02.png) no-repeat 0 0;
    width: 140px;
    height: 140px;
    padding: 26px 5px 10px;
    position: absolute;
    left: 25px;
    top: -10px;
    z-index: 2; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .discount-label.add {
        background: url(images/label-bg02-2x.png) no-repeat 0 0;
        background-size: 140px 140px; } }
    @media (max-width: 1199px) {
      .discount-label.add {
        top: 30px; } }
    .discount-label.add p,
    .discount-label.add p span {
      font-size: 15px;
      line-height: 17px;
      display: block; }
    .discount-label.add strong {
      display: block;
      font-size: 47px;
      line-height: 46px;
      padding: 3px 0 0; }
    .discount-label.add sup {
      font-size: 60%;
      top: -0.5em; }
    .discount-label.add span {
      font-size: 15px;
      line-height: 15px; }
  .discount-label p {
    font-size: 18px;
    line-height: 18px;
    margin: 0 !important; }
  .discount-label strong {
    font-size: 43px;
    line-height: 43px;
    display: inline-block;
    vertical-align: top;
    margin: -2px 0 -6px; }
  .discount-label span {
    font-size: 12px;
    line-height: 1px; }

.button-container {
  position: relative;
  padding: 30px 0;
  display: none; }
  @media (max-width: 767px) {
    .button-container {
      display: block; } }
  .button-container:after,
  .button-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    top: -6px;
    left: 0;
    background: url(images/sprite.png) repeat-x 0 -191px; }
  .button-container:before {
    top: auto;
    bottom: -6px;
    background: url(images/sprite.png) repeat-x 0 -204px; }
  .button-container .button-hold {
    max-width: 338px;
    padding: 0 10px;
    margin: 0 auto; }
    .button-container .button-hold .block {
      margin: 0 -8px;
      padding: 16px 0 0; }
      .button-container .button-hold .block:after {
        content: "";
        clear: both;
        display: block; }
      .button-container .button-hold .block .box {
        padding: 0 8px;
        float: left;
        width: 50%; }
  .button-container .btn {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px #d45050;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 22px;
    border-radius: 3px;
    border: none;
    width: 100%;
    box-shadow: 0 2px 0 0 rgba(44, 125, 115, 0.56), inset 0 1px 1px 0 rgba(255, 255, 255, 0.39); }

.presentation-block {
  padding: 40px 0 30px;
  position: relative; }
  @media (max-width: 767px) {
    .presentation-block {
      display: none; } }
  .presentation-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 168px;
    background: #eaecda; }

#carousel01 {
  float: left;
  overflow: hidden;
  display: block;
  width: 100%; }
  #carousel01 h2 {
    margin: 0 0 23px; }
  #carousel01 .carousel-inner {
    padding: 0 0 40px; }
  #carousel01 .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    text-shadow: none;
    color: #483525;
    font-size: 23px;
    line-height: 28px;
    padding: 63px 0 18px; }
  #carousel01 h3 {
    margin: 0 0 5px; }
  #carousel01 p {
    margin: 0 0 16px; }
  #carousel01 .mark {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    background: none;
    margin: 0 0 2px;
    padding: 0; }
  #carousel01 .list {
    padding: 0;
    margin: 0 auto;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    max-width: 340px;
    list-style: none; }
    #carousel01 .list li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      #carousel01 .list li:after {
        content: '/';
        position: absolute;
        right: 4px;
        top: 0;
        color: #c7bcb2;
        display: none; }
      #carousel01 .list li:nth-child(odd) {
        padding: 0 25px 0 0; }
        #carousel01 .list li:nth-child(odd):after {
          display: block; }
    #carousel01 .list a {
      display: inline-block;
      vertical-align: top; }
  #carousel01 .carousel-indicators li {
    background: #fff;
    width: 34px;
    height: 6px;
    margin: 0 2px;
    border-radius: 2px;
    border: none; }
    #carousel01 .carousel-indicators li.active {
      background: #ec5d5d; }

.social-block {
  padding: 29px 0 34px;
  position: relative;
  background: #ff5d5d;
  text-align: center; }
  @media (max-width: 767px) {
    .social-block {
      display: none; } }
  .social-block:after {
    background: url(images/sprite.png) repeat-x 0 -94px;
    position: absolute;
    content: '';
    height: 13px;
    width: 100%;
    top: -12px;
    left: 0; }
  .social-block .text {
    color: #fff;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
    vertical-align: middle;
    text-shadow: 2px 2px rgba(176, 67, 67, 0.49);
    letter-spacing: -0.3px; }
  .social-block .social-list {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    list-style: none;
    vertical-align: middle; }
    .social-block .social-list li {
      margin: 0 1px;
      margin: 0 0 0 5px; }
      .social-block .social-list li:first-child a {
        padding: 0; }
    .social-block .social-list a {
      width: 42px;
      height: 42px; }

.social-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px; }
    .social-list li:first-child a {
      padding: 0; }
  .social-list a {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #d84b4b;
    display: block;
    border-radius: 50%;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    padding: 0 0 0 2px; }
    .social-list a:hover {
      background: #c83e3e; }

.location-block {
  font-size: 20px;
  line-height: 23px; }
  @media (max-width: 767px) {
    .location-block {
      display: none; } }
  .location-block.add {
    padding: 74px 0 109px; }
    @media (max-width: 991px) {
      .location-block.add {
        padding: 55px 0; } }
    @media (max-width: 767px) {
      .location-block.add {
        display: block;
        padding: 20px 20px 30px; } }
    .location-block.add h2 {
      margin: 0 0 39px; }
      @media (max-width: 767px) {
        .location-block.add h2 {
          margin: 0 0 19px; } }
    .location-block.add img {
      padding: 9px 0 0; }
      @media (max-width: 991px) {
        .location-block.add img {
          padding: 50px 0 0; } }
      @media (max-width: 767px) {
        .location-block.add img {
          padding: 30px 0 0; } }
  .location-block .info-hold {
    overflow: hidden;
    padding: 0 0 0 60px; }
    @media (max-width: 1199px) {
      .location-block .info-hold {
        padding: 0; } }
  .location-block .info-main {
    float: left;
    width: 65.6%;
    padding: 0 3% 0 0; }
    @media (max-width: 1199px) {
      .location-block .info-main {
        padding: 0;
        width: 100%; } }
  .location-block h3 {
    margin: 0 0 12px;
    line-height: 36px; }
  .location-block .image {
    margin: 7px 0 0 -30px;
    float: right;
    padding: 0 50px 0 0; }
    @media (max-width: 1199px) {
      .location-block .image {
        margin: 7px 0 0 0;
        width: 60%; } }
  .location-block .info-holder {
    overflow: hidden; }
    .location-block .info-holder .box {
      margin: 0 0 17px; }
    .location-block .info-holder strong {
      display: block;
      margin: 0 0 2px;
      font-size: 20px; }
    .location-block .info-holder p {
      margin: 0; }
    .location-block .info-holder a {
      color: #fff; }
  .location-block .info-add {
    width: 34.4%;
    float: left; }
    @media (max-width: 1199px) {
      .location-block .info-add {
        width: 100%;
        padding: 45px 0 0; } }
    .location-block .info-add h3 {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 7px; }
    .location-block .info-add .box {
      margin: 0 0 22px;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .location-block .info-add .box {
          float: left;
          width: 33.3%;
          padding: 0 10px; } }
      .location-block .info-add .box p {
        margin: 0 0 6px; }
      .location-block .info-add .box .info {
        font-size: 17px;
        line-height: 18px;
        color: #bfb5af;
        margin: 0 0 2px;
        padding: 0; }
        @media (max-width: 1199px) {
          .location-block .info-add .box .info {
            padding: 0; } }
  .location-block .info {
    font-size: 18px;
    padding: 0 0 0 14px;
    float: left; }
    @media (max-width: 767px) {
      .location-block .info {
        padding: 0; } }

.section-block {
  padding: 117px 0 130px;
  background: #59c2b5;
  text-align: center;
  font-size: 22px;
  line-height: 24px; }
  @media (max-width: 991px) {
    .section-block {
      padding: 60px 0 70px; } }
  @media (max-width: 767px) {
    .section-block {
      font-size: 20px;
      line-height: 22px;
      padding: 30px 0 44px; } }
  .section-block .carousel-add {
    position: relative;
    overflow: hidden; }
    .section-block .carousel-add .mask {
      width: 100%; }
      @media (max-width: 767px) {
        .section-block .carousel-add .mask {
          width: 56%;
          margin: 0 auto; } }
      .section-block .carousel-add .mask .slide {
        width: 25%;
        float: left; }
        @media (max-width: 767px) {
          .section-block .carousel-add .mask .slide {
            width: 100%; } }
    .section-block .carousel-add .slideset {
      float: left;
      width: 9999px; }
      @media (min-width: 768px) {
        .section-block .carousel-add .slideset {
          width: 100%; } }
  .section-block h2 {
    margin: 0 0 33px; }
    @media (max-width: 767px) {
      .section-block h2 {
        margin: 0 0 21px; } }
  .section-block img {
    margin: 0 auto 38px; }
    @media (max-width: 767px) {
      .section-block img {
        margin: 0 auto 27px; } }
  .section-block h3 {
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .section-block h3 {
        font-size: 25px;
        margin: 0 0 4px; } }
  .section-block .link {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 43px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 32px;
    border-bottom: 2px solid #fff; }
    @media (max-width: 767px) {
      .section-block .link {
        font-size: 25px;
        line-height: 27px;
        margin: 30px 0 0; } }
    .section-block .link:hover {
      border-bottom: 0;
      padding: 0 0 2px; }
  @media (max-width: 767px) {
    .section-block .slick-arrow {
      display: none !important; } }

.heading-block {
  background: #ff5d5d;
  padding: 25px 0 40px;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .heading-block {
      padding: 13px 0 15px; } }
  .heading-block:after {
    background: url(images/sprite.png) repeat-x 0 -94px;
    position: absolute;
    content: '';
    height: 13px;
    width: 100%;
    top: -12px;
    left: 0; }
    @media (max-width: 767px) {
      .heading-block:after {
        display: none; } }
  .heading-block .container {
    position: relative;
    padding: 0 230px 0 240px; }
    @media (max-width: 991px) {
      .heading-block .container {
        padding: 0 160px; } }
    @media (max-width: 767px) {
      .heading-block .container {
        padding: 0; } }
  .heading-block h1 {
    margin: 0;
    color: #fff; }
    @media (max-width: 991px) {
      .heading-block h1 {
        font-size: 43px; } }
    @media (max-width: 767px) {
      .heading-block h1 {
        font-size: 36px;
        line-height: 36px; } }
  .heading-block .social-list {
    position: absolute;
    right: 10px;
    top: 7px; }
    @media (max-width: 767px) {
      .heading-block .social-list {
        display: none; } }
  .heading-block .link-checkout-hold {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 50%;
    max-width: 240px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .heading-block .link-checkout-hold {
        max-width: 160px;
        left: 0; } }
    @media (max-width: 767px) {
      .heading-block .link-checkout-hold {
        top: 15px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        background: #f3f5e3;
        width: 100%;
        left: 0;
        padding: 25px 0 10px;
        font-size: 17px;
        line-height: 19px;
        max-width: none; } }
    .heading-block .link-checkout-hold a {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px solid #fadede; }
      @media (max-width: 767px) {
        .heading-block .link-checkout-hold a {
          color: #ec5d5d;
          border-bottom: 1px solid #ec5d5d; } }
      .heading-block .link-checkout-hold a:hover {
        padding: 0 0 1px;
        border-bottom: 0; }

.content-holder01 {
  position: relative;
  padding: 41px 0 58px; }
  .content-holder01:after {
    content: '';
    position: absolute;
    top: -14px;
    width: 100%;
    height: 15px;
    z-index: 2;
    left: 0;
    background: url(images/sprite.png) repeat-x 0 -68px; }
    @media (max-width: 767px) {
      .content-holder01:after {
        display: none; } }
  .content-holder01 h2 {
    margin: 0 0 25px;
    text-align: center; }
  .content-holder01 h3 {
    margin: 0 0 20px; }
  .content-holder01 .left-side {
    padding-right: 40px; }
    @media (max-width: 991px) {
      .content-holder01 .left-side {
        padding-right: 10px; } }
  .content-holder01 .right-side {
    padding-left: 40px; }
    @media (max-width: 991px) {
      .content-holder01 .right-side {
        padding-left: 10px; } }
  .content-holder01 a.btn.btn-default:hover {
    padding: 13px 28px;
    border-bottom: 1px solid #ec5d5d; }

.content-holder02 {
  position: relative;
  background: #55463c;
  position: relative;
  color: #fff;
  padding: 92px 0 83px; }
  @media (max-width: 991px) {
    .content-holder02 {
      padding: 42px 0 33px; } }
  .content-holder02:after,
  .content-holder02:before {
    position: absolute;
    content: '';
    background: url(images/sprite.png) repeat-x 0 -114px;
    left: 0;
    width: 100%;
    height: 7px;
    top: -6px;
    z-index: 1; }
  .content-holder02:before {
    background: url(images/sprite.png) repeat-x 0 -132px;
    top: auto;
    height: 9px;
    bottom: -8px; }
  .content-holder02 h2 {
    text-align: center;
    margin: 0 0 27px; }
  .content-holder02 h3 {
    line-height: 36px; }
  .content-holder02 .mark {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    background: none;
    margin: 0 0 10px;
    padding: 0; }
  .content-holder02 .left {
    padding-right: 40px; }
    @media (max-width: 991px) {
      .content-holder02 .left {
        padding-right: 10px; } }
  .content-holder02 .right {
    padding-left: 40px; }
    @media (max-width: 991px) {
      .content-holder02 .right {
        padding-left: 10px; } }

.content-holder03 {
  position: relative;
  padding: 80px 0;
  background: #59c2b5; }
  .content-holder03:after {
    position: absolute;
    content: '';
    background: url(images/sprite.png) repeat-x 0 -149px;
    left: 0;
    width: 100%;
    height: 7px;
    bottom: -7px; }

.information-block {
  padding: 53px 0 35px;
  font-size: 24px;
  line-height: 29px;
  display:none; }
  @media (max-width: 991px) {
    .information-block {
      font-size: 23px;
      line-height: 23px; } }
  @media (max-width: 767px) {
    .information-block {
      display: none;
      font-size: 18px;
      line-height: 24px; } }
  .information-block.add {
    background: #59c2b5;
    position: relative;
    padding: 61px 0 45px; }
    @media (max-width: 767px) {
      .information-block.add {
        display: none;
        padding: 29px 10px 22px; } }
    .information-block.add:before {
      content: '';
      position: absolute;
      background: url(images/sprite.png) repeat-x 0 -164px;
      width: 100%;
      height: 6px;
      top: -5px;
      left: 0;
      z-index: 3; }
    .information-block.add .text a {
      color: #fff;
      border-bottom: 1px solid #fff; }
    @media (max-width: 767px) {
      .information-block.add img {
        float: none;
        display: block;
        margin: 0 auto; } }
  .information-block .heading {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    position: relative; }
    @media (max-width: 767px) {
      .information-block .heading {
        padding: 0 10px; } }
    @media (max-width: 480px) {
      .information-block .heading {
        margin: 0 0 22px; } }
    .information-block .heading .heading-hold {
      margin: 0 auto;
      max-width: 702px;
      padding: 0 95px;
      position: relative;
      background: url(images/ribbon.png) no-repeat 0 0;
      background-size: 100% 100%; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .information-block .heading .heading-hold {
          background: url(images/ribbon-2x.png) no-repeat 0 0;
          background-size: 100% 100%; } }
      @media (max-width: 767px) {
        .information-block .heading .heading-hold {
          padding: 0 80px;
          max-width: 405px; } }
      @media (max-width: 480px) {
        .information-block .heading .heading-hold {
          padding: 0 50px;
          max-width: 260px; } }
    .information-block .heading h3 {
      color: #fff;
      padding: 20px 70px 125px;
      margin: 0; }
      @media (max-width: 767px) {
        .information-block .heading h3 {
          padding: 16px 10px 80px; } }
      @media (max-width: 480px) {
        .information-block .heading h3 {
          padding: 10px 10px 55px; } }
    .information-block .heading .add-title {
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      bottom: 18px; }
      @media (max-width: 767px) {
        .information-block .heading .add-title {
          font-size: 16px;
          bottom: -5px; } }
      @media (max-width: 767px) {
        .information-block .heading .add-title {
          bottom: 10px; } }
      @media (max-width: 480px) {
        .information-block .heading .add-title {
          bottom: -27px; } }
  .information-block .text {
    padding-top: 38px;
    padding-right: 70px; }
    @media (max-width: 991px) {
      .information-block .text {
        padding-top: 18px;
        padding-right: 20px;
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .information-block .text {
        padding-top: 8px;
        margin: 0 0 33px; } }
    .information-block .text p {
      margin: 0 0 18px; }
    .information-block .text .add-text {
      margin: 0 0 15px;
      font-size: 20px;
      line-height: 23px; }
      @media (max-width: 767px) {
        .information-block .text .add-text {
          font-size: 17px; } }
    .information-block .text a {
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      border-bottom: 1px solid #f06464;
      display: inline-block;
      vertical-align: top; }
      .information-block .text a:hover {
        border-bottom: 0;
        padding: 0 0 1px; }

.datepicker table tr.week,
.datepicker table tr.week-active {
  background: #59c1b5;
  color: #fff; }
  .datepicker table tr.week td.active,
  .datepicker table tr.week td:hover,
  .datepicker table tr.week-active td.active,
  .datepicker table tr.week-active td:hover {
    color: #483525; }

.datepicker table tr.week-active td.active {
  color: #fff; }

.datepicker table tr th {
  border-radius: 0; }

.datepicker table tr td {
  border-radius: 0; }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.day:focus {
    background: transparent; }
  .datepicker table tr td span {
    font-size: 16px; }
form .discount-label br {
  display: block !important; }
form br {
  display: none !important; }

.step-holder {
  padding: 44px 0; }
  @media (max-width: 767px) {
    .step-holder {
      padding: 10px 0 0; } }
  .step-holder h2 {
    margin: 0 0 44px; }
    @media (max-width: 767px) {
      .step-holder h2 {
        margin: 0 0 20px; } }
  .step-holder form {
    padding: 0 0 40px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .step-holder form {
        padding: 0 0 20px; } }
  .step-holder .step-block {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    }
    @media (max-width: 767px) {
      .step-holder .step-block {
        padding: 0 20px 20px; } }
    .step-holder .step-block .image img,
    .step-holder .step-block .image picture {
      max-width: 100%;
      height: auto; }
      .step-holder .step-block .image img.desktop,
      .step-holder .step-block .image picture.desktop {
        display: block; }
        @media (max-width: 991px) {
          .step-holder .step-block .image img.desktop,
          .step-holder .step-block .image picture.desktop {
            display: none; } }
      .step-holder .step-block .image img.tablet,
      .step-holder .step-block .image picture.tablet {
        display: none; }
        @media (max-width: 991px) {
          .step-holder .step-block .image img.tablet,
          .step-holder .step-block .image picture.tablet {
            display: block; } }
        @media (max-width: 767px) {
          .step-holder .step-block .image img.tablet,
          .step-holder .step-block .image picture.tablet {
            display: none; } }
      .step-holder .step-block .image img.mobile,
      .step-holder .step-block .image picture.mobile {
        display: none; }
        @media (max-width: 767px) {
          .step-holder .step-block .image img.mobile,
          .step-holder .step-block .image picture.mobile {
            display: block; } }
      @media (max-width: 767px) {
        .step-holder .step-block .image img,
        .step-holder .step-block .image picture {
          margin: 0 auto 29px; } }
    .step-holder .step-block .image p {
      text-align: center;
      margin: 29px 0 0;
      line-height: 20px;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      }
      @media (max-width: 767px) {
        .step-holder .step-block .image p {
          display: none; } }
    .step-holder .step-block a {
      border-bottom: 1px solid #ee8c86;
      display: inline-block;
      vertical-align: top;
      outline: none;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      }
      .step-holder .step-block a:hover {
        padding: 0 0 1px;
        border-bottom: 0; }
    .step-holder .step-block p {
      /* font-family: "brandon_grotesque_regularRg", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: 400;
      margin: 0 0 15px; }
      @media (max-width: 767px) {
        .step-holder .step-block p {
          margin: 0 0 18px; } }
    .step-holder .step-block .total {
      float: right;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      margin: 0 15px 0 0;
      letter-spacing: -0.3px; }
      .step-holder .step-block .total strong {
        margin: 0; }
      .step-holder .step-block .total del {
        color: #ced0bf; }
    .step-holder .step-block .discount {
      float: left;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      color: #ec5d5d;
      margin: 0 0 0 13px; }
      @media (max-width: 767px) {
        .step-holder .step-block .discount {
          display: none; } }
  .step-holder .form-box {
    margin: 0 0 39px;
    padding: 0 20px 0 0;
    line-height: 24px; }
    @media (max-width: 991px) {
      .step-holder .form-box {
        padding: 0;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .step-holder .form-box {
        margin: 0 0 30px; } }
    .step-holder .form-box h3 {
      margin: 0 0 13px; }
      @media (max-width: 767px) {
        .step-holder .form-box h3 {
          margin: 0 0 8px; } }
    .step-holder .form-box strong {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        .step-holder .form-box strong {
          margin: 0 0 15px; } }
    .step-holder .form-box .cart_list {
      margin: 0 0 17px;
      padding: 0;
      list-style: none; }
      @media (max-width: 767px) {
        .step-holder .form-box .cart_list {
          padding: 5px 0 0;
          margin: 0 0 10px; } }
      .step-holder .form-box .cart_list li {
        border-top: 2px solid #dbddcf;
        background: #f6f8ea;
        overflow: hidden; }
        .step-holder .form-box .cart_list li:first-child {
          border-top: 0; }
        .step-holder .form-box .cart_list li:nth-child(odd) {
          background: #eceede; }
        .step-holder .form-box .cart_list li.empty {
          padding: 5px; }
      .step-holder .form-box .cart_list a {
        color: #483525;
        border: none; }
        .step-holder .form-box .cart_list a:hover {
          padding: 0 !important; }
      .step-holder .form-box .cart_list .title,
      .step-holder .form-box .cart_list .quantity,
      .step-holder .form-box .cart_list .remove-block,
      .step-holder .form-box .cart_list .amount {
        float: left;
        padding: 8px 0 5px; }
      .step-holder .form-box .cart_list .title {
        width: 48%;
        padding: 12px 15px 5px; }
        @media (max-width: 767px) {
          .step-holder .form-box .cart_list .title {
            width: 32%;
            padding: 12px 5px 5px; } }
      .step-holder .form-box .cart_list .quantity,
      .step-holder .form-box .cart_list .remove-block,
      .step-holder .form-box .cart_list .amount {
        width: 16%; }
        @media (max-width: 767px) {
          .step-holder .form-box .cart_list .quantity,
          .step-holder .form-box .cart_list .remove-block,
          .step-holder .form-box .cart_list .amount {
            width: 20%; } }
      @media (max-width: 1199px) {
        .step-holder .form-box .cart_list .remove-block {
          width: 13%;
          text-align: center; } }
      @media (max-width: 767px) {
        .step-holder .form-box .cart_list .remove-block {
          width: 15px;
          padding: 8px 5px 5px; } }
      .step-holder .form-box .cart_list .remove {
        display: block;
        width: 29px;
        height: 29px;
        margin: 0 auto;
        font-family: 'icomoon';
        line-height: 29px;
        text-align: center;
        color: transparent;
        background: #483525;
        color: #f3f5e3;
        border-radius: 50%; }
        .step-holder .form-box .cart_list .remove:hover {
          background: #36271a;
          color: #fff; }
      .step-holder .form-box .cart_list .discount-info {
        overflow: hidden;
        display: block; }
        .step-holder .form-box .cart_list .discount-info > span {
          float: left;
          width: 100%; }
        .step-holder .form-box .cart_list .discount-info .amount {
          width: 100%; }
        .step-holder .form-box .cart_list .discount-info .new-price {
          padding: 0 5px;
          text-align: right; }
      .step-holder .form-box .cart_list .amount {
        padding: 11px 6px 7px;
        text-align: left; }
        @media (max-width: 767px) {
          .step-holder .form-box .cart_list .amount {
            width: 31%;
            text-align: right;
            padding: 11px 5px 7px 5px;
            float: right; } }
      @media (max-width: 767px) {
        .step-holder .form-box .cart_list .hidden-text {
          display: none; } }
  .step-holder .add-block {
    max-width: 350px;
    position: relative;
    padding: 0 123px 0 0; }
    @media (max-width: 991px) {
      .step-holder .add-block {
        max-width: 371px; } }
    @media (max-width: 767px) {
      .step-holder .add-block {
        padding: 0;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .step-holder .add-block .jcf-select {
        margin: 0 0 10px; } }
    .step-holder .add-block.inner .btn {
      max-width: 118px; }
      @media (max-width: 991px) {
        .step-holder .add-block.inner .btn {
          max-width: 180px; } }
      @media (max-width: 767px) {
        .step-holder .add-block.inner .btn {
          max-width: 100%; } }
    .step-holder .add-block .btn {
      padding: 11px 10px;
      font-size: 20px;
      line-height: 22px;
      border-radius: 3px;
      position: absolute;
      width: 112px;
      top: 0;
      right: 0;
      margin: 0 0 0 11px; }
      @media (max-width: 991px) {
        .step-holder .add-block .btn {
          max-width: 180px; } }
      @media (max-width: 767px) {
        .step-holder .add-block .btn {
          position: relative;
          margin: 0;
          width: 100%;
          max-width: 100%; } }
      .step-holder .add-block .btn:hover {
        background: #36271a; }
  .step-holder .radio-block {
    overflow: hidden;
    margin: -2px 0 0; }
    @media (max-width: 767px) {
      .step-holder .radio-block {
        margin: -4px 0 0;
        padding: 0 0 8px; } }
  .step-holder .radio-box {
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      .step-holder .radio-box {
        float: left;
        margin: 0 29px 0 0; } }
    .step-holder .radio-box label {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      font-size: 20px; }
      @media (max-width: 767px) {
        .step-holder .radio-box label {
          font-size: 18px; } }
  .step-holder .data-btn {
    background: #e3e5d4;
    padding: 12px 53px 10px 20px;
    margin: 0 0 19px;
    position: relative; }
    @media (max-width: 767px) {
      .step-holder .data-btn {
        margin: 15px 0 20px;
        width: 100%;
        text-align: left;
        padding: 12px 53px 10px 17px; } }
    .step-holder .data-btn:hover {
      background: #d3d5c3;
      color: #483525; }
    .step-holder .data-btn:after {
      position: absolute;
      right: 16px;
      top: 11px;
      font-family: 'icomoon';
      content: "\e953";
      font-size: 24px; }

.btn-holder {
  width: 100%;
  padding: 54px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn-holder {
      padding: 0; } }
  .btn-holder > .btn {
    padding: 12px 21px;
    font-size: 26px;
    line-height: 26px;
    border-radius: 3px; }
    @media (max-width: 991px) {
      .btn-holder > .btn {
        padding: 12px 21px;
        font-size: 20px;
        line-height: 26px;
        border-radius: 3px; } }
    @media (max-width: 767px) {
      .btn-holder > .btn {
        width: 100%; } }
    .btn-holder > .btn.btn-default:hover {
      padding: 12px 21px !important; }
  .btn-holder .prev {
    float: left;
    padding: 12px 18px;
    font-size: 20px;
    line-height: 26px;
    border-radius: 3px;
    color: #483525;
    background: #e3e5d4;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
  }
    @media (max-width: 767px) {
      .btn-holder .prev {
        font-size: 18px;
        margin: 0 0 15px; } }
    .btn-holder .prev:hover {
      background: #d3d5c3; }
  .btn-holder .next {
    float: right;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    min-width: 188px; }
    @media (max-width: 767px) {
      .btn-holder .next {
        font-size: 24px; } }

.btn {
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
}

.btn-default:hover,
.btn-default:active:hover {
  background: #da5050;
  border-color: #da5050; }

h2 {
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 33px; } }

.woocommerce {
  padding: 0; }

.billing-block {
  position: relative;
  padding: 45px 0 90px; }
  @media (max-width: 767px) {
    .billing-block {
      padding: 25px 20px 45px;
      font-size: 16px;
      line-height: 22px; } }
  .billing-block:after {
    content: '';
    position: absolute;
    top: -15px;
    width: 100%;
    height: 16px;
    background: url(images/sprite.png) repeat-x 0 -68px; }
    @media (max-width: 767px) {
      .billing-block:after {
        display: none; } }
  .billing-block .left {
    padding-right: 30px; }
    @media (max-width: 991px) {
      .billing-block .left {
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .billing-block .left {
        padding-bottom: 5px; } }
  .billing-block .right {
    padding-left: 30px; }
    @media (max-width: 991px) {
      .billing-block .right {
        padding-left: 10px; } }
  .billing-block h2 {
    text-align: center;
    margin: 0 0 45px; }
    @media (max-width: 991px) {
      .billing-block h2 {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .billing-block h2 {
        margin: 0 0 12px; } }
  .billing-block .btn-holder {
    padding: 25px 0 0; }
    @media (max-width: 767px) {
      .billing-block .btn-holder {
        padding: 29px 0 0; } }

.woocommerce .order_details {margin:40px -38px;}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-checkout-review-order {
  text-align: left; }
  .woocommerce-billing-fields:after,
  .woocommerce-shipping-fields:after,
  .woocommerce-checkout-review-order:after {
    content: "";
    clear: both;
    display: block; }
  .woocommerce-billing-fields h3,
  .woocommerce-shipping-fields h3,
  .woocommerce-checkout-review-order h3 {
    margin: 0 0 14px; }
    @media (max-width: 767px) {
      .woocommerce-billing-fields h3,
      .woocommerce-shipping-fields h3,
      .woocommerce-checkout-review-order h3 {
        margin: 0 0 10px; } }

.right .woocommerce-billing-fields label {
  margin-bottom: 8px; }

@media (max-width: 767px) {
  .right .woocommerce-billing-fields .form-row-wide {
    margin: 0 0 8px; } }

.right .woocommerce-checkout-payment .place-order {
  margin: -8px 0 0; }

@media (max-width: 767px) {
  .woocommerce-shipping-fields label {
    font-size: 16px !important; } }

.woocommerce-shipping-fields p {
  line-height: 25px; }
  @media (max-width: 767px) {
    .woocommerce-shipping-fields p {
      line-height: 22px;
      margin: 0 0 17px !important; } }

.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 991px) {
    .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
      margin: 0 0 6px;
      font-size: 18px; } }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .title {
    width: 30%; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .discount {
    width: 18%; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .quantity,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .discount,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .discount-summ {
    text-align: center; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .quantity {
    width: 24%; }
  @media (max-width: 767px) {
    .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .discount {
      display: none; } }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .discount-summ {
    color: #b0a9a1; }
    @media (max-width: 767px) {
      .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .discount-summ {
        display: none; } }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .discount-summ,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .total {
    text-align: right;
    width: 14%; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr {
    border-top: 2px solid #706459; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:first-child {
    border: none; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead th {
    padding: 2px 0 0; }
    @media (max-width: 767px) {
      .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead th {
        font-size: 18px; } }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody td,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 14px 0 12px;
    border-top: none; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table td.quantity {
    text-align: center; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .cart-discount th {
    padding: 14px 0 12px; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .cart-discount td {
    text-align: right; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total th {
    padding: 20px 0 12px;
    font-size: 30px;
    line-height: 32px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td,
      .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total th {
        font-size: 25px;
        padding: 23px 0 12px; } }
    @media (max-width: 767px) {
      .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td a,
      .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total th a {
        display: none; } }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td {
    text-align: right; }
    .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td .includes_tax {
      display: block;
      width: 100%; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total span,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total .amount,
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total a {
    font-weight: bold; }
  .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total a {
    border-bottom: 1px solid #ec5d5d;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -1px; }
    @media (max-width: 991px) {
      .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total a {
        display: none; } }
    .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total a:hover {
      border: none;
      padding: 0 0 1px;
      color: #ec5d5d; }

.woocommerce form:after {
  content: "";
  clear: both;
  display: block; }

.woocommerce form label {
  display: inline-block;
  vertical-align: top; }

.woocommerce form input[type='text'],
.woocommerce form input[type='tel'],
.woocommerce form input[type='email'],
.woocommerce form input[type='search'],
.woocommerce form input[type='password'],
.woocommerce form input[type='url'],
.woocommerce form input[type='date'],
.woocommerce form textarea {
  margin: 0;
  color: #483525; }

.woocommerce form .form-row {
  padding: 0;
  width: 48%;
  float: left;
  margin: 0 0 16px; }
  @media (max-width: 767px) {
    .woocommerce form .form-row {
      width: 100%;
      margin: 0 0 12px; } }

.woocommerce form .form-row-last {
  float: right; }

.woocommerce form .form-row-wide {
  float: left;
  width: 100%;
  clear: both; }

.woocommerce form .form-row-narrow {
  float: left;
  width: 26.3%;
  padding: 0 0 0 20px; }
  @media (max-width: 767px) {
    .woocommerce form .form-row-narrow {
      padding: 0 10px 0 0;
      width: 50%; } }

.woocommerce form .form-row-narrow-last {
  float: right;
  width: 25.7%;
  padding: 0 0 0 20px; }
  @media (max-width: 767px) {
    .woocommerce form .form-row-narrow-last {
      padding: 0 0 0 10px;
      width: 50%; } }

.woocommerce form .form-row-double {
  padding: 0 0 0 49px; }
  @media (max-width: 1199px) {
    .woocommerce form .form-row-double {
      padding: 0 0 0 39px; } }
  @media (max-width: 991px) {
    .woocommerce form .form-row-double {
      padding: 0 0 0 30px; } }
  @media (max-width: 767px) {
    .woocommerce form .form-row-double {
      padding: 0 10px 0 0; } }

.woocommerce form .form-row-box {
  width: 50%;
  float: left;
  padding: 0 20px 0 0; }
  @media (max-width: 767px) {
    .woocommerce form .form-row-box {
      width: 50%;
      padding: 0 10px; } }

.woocommerce form .form-row-part {
  width: 70%;
  padding: 0 20px 0 0; }
  @media (max-width: 767px) {
    .woocommerce form .form-row-part {
      width: 100%;
      padding: 0;
      margin: 0 0 8px; } }

.woocommerce form .form-box-holder {
  width: 70%;
  float: left; }
  @media (max-width: 767px) {
    .woocommerce form .form-box-holder {
      width: 100%; } }

@media (max-width: 767px) {
  .woocommerce form .form-box-hold {
    margin: 0 -10px;
    width: auto; } }

.woocommerce form .form-box-hold:after {
  content: '';
  clear: both;
  display: block; }

.woocommerce form .form-row-box-last {
  width: 30%;
  float: right; }
  @media (max-width: 767px) {
    .woocommerce form .form-row-box-last {
      width: 100%;
      padding: 0;
      margin: 0 0 8px; } }

.woocommerce form p {
  margin: 0 0 15px; }

.woocommerce form .checked-box {
  margin: 0 0 29px;
  padding: 2px 0 0; }
  @media (max-width: 767px) {
    .woocommerce form .checked-box {
      margin: 0 0 28px; } }
  .woocommerce form .checked-box label {
    vertical-align: middle;
    margin: 0;
    font-size: 18px; }

.woocommerce form textarea {
  height: 370px !important;
  min-height: 370px; }
  @media (max-width: 991px) {
    .woocommerce form textarea {
      height: 200px !important;
      min-height: 200px; } }
  @media (max-width: 767px) {
    .woocommerce form textarea {
      height: 81px !important;
      min-height: 81px; } }

.woocommerce form .woocommerce-checkout-payment,
.woocommerce form .woocommerce-checkout-payment1 {
  padding: 20px 0 0; }
  @media (max-width: 767px) {
    .woocommerce form .woocommerce-checkout-payment,
    .woocommerce form .woocommerce-checkout-payment1 {
      padding: 0; } }
  .woocommerce form .woocommerce-checkout-payment:after,
  .woocommerce form .woocommerce-checkout-payment1:after {
    content: "";
    clear: both;
    display: block; }
  .woocommerce form .woocommerce-checkout-payment .btn,
  .woocommerce form .woocommerce-checkout-payment1 .btn {
    display: inline-block;
    vertical-align: middle;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    max-width: 188px;
    width: 100%;
    font-size: 26px;
    line-height: 26px;
    padding: 11px 20px; }
    @media (max-width: 767px) {
      .woocommerce form .woocommerce-checkout-payment .btn,
      .woocommerce form .woocommerce-checkout-payment1 .btn {
        max-width: 208px; } }
  .woocommerce form .woocommerce-checkout-payment .place-order,
  .woocommerce form .woocommerce-checkout-payment1 .place-order {
    overflow: hidden;
    width: 100%;
    text-align: right; }
    @media (max-width: 767px) {
      .woocommerce form .woocommerce-checkout-payment .place-order,
      .woocommerce form .woocommerce-checkout-payment1 .place-order {
        text-align: center; } }

.clear {
  clear: both; }

.payment-block {
  position: relative;
  padding: 69px 0;
  background: #55463c;
  text-align: center;
  color: #fff; }
  @media (max-width: 991px) {
    .payment-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .payment-block {
      padding: 20px 20px 42px;
      margin: 0 -20px; } }
  .payment-block:after {
    position: absolute;
    content: '';
    background: url(images/sprite.png) repeat-x 0 -114px;
    left: 0;
    width: 100%;
    height: 7px;
    top: -7px; }
  .payment-block h2 {
    margin: 0 0 43px; }
    @media (max-width: 991px) {
      .payment-block h2 {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .payment-block h2 {
        margin: 0 0 20px; } }
  .payment-block h3 {
    margin: 0 0 14px; }

.woocommerce .cart-form {
  width: 100%;
  padding: 0;
  font-size: 23px; }
  @media (max-width: 991px) {
    .woocommerce .cart-form {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .woocommerce .cart-form {
      font-size: 18px; } }
  .woocommerce .cart-form .cart {
    width: 100%; }
  .woocommerce .cart-form .product-name {
    width: 45%;
    padding: 0 0 12px 22px; }
    @media (max-width: 991px) {
      .woocommerce .cart-form .product-name {
        width: auto; } }
    @media (max-width: 767px) {
      .woocommerce .cart-form .product-name {
        padding: 5px 15px 12px 18px;
        float: left; } }
    .woocommerce .cart-form .product-name a {
      color: #483525;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
    }
  .woocommerce .cart-form .product-quantity {
    width: 10%; }
    @media (max-width: 991px) {
      .woocommerce .cart-form .product-quantity {
        width: auto; } }
  .woocommerce .cart-form .product-remove {
    width: 12.5%;
    text-align: left; }
    @media (max-width: 1199px) {
      .woocommerce .cart-form .product-remove {
        width: 8%; } }
    @media (max-width: 991px) {
      .woocommerce .cart-form .product-remove {
        width: auto; } }
  .woocommerce .cart-form .product-discount {
    width: 16.5%;
    text-align: left; }
    @media (max-width: 1199px) {
      .woocommerce .cart-form .product-discount {
        width: 13%; } }
    @media (max-width: 991px) {
      .woocommerce .cart-form .product-discount {
        width: auto;
        text-align: center; } }
    @media (max-width: 767px) {
      .woocommerce .cart-form .product-discount {
        display: none; } }
  .woocommerce .cart-form td.product-discount {
    font-size: 20px; }
  .woocommerce .cart-form .product-subtotal {
    width: 9.5%;
    text-align: right;
    padding: 0 16px 12px 0; }
    @media (max-width: 1199px) {
      .woocommerce .cart-form .product-subtotal {
        width: 13%; } }
    @media (max-width: 991px) {
      .woocommerce .cart-form .product-subtotal {
        width: auto; } }
    @media (max-width: 767px) {
      .woocommerce .cart-form .product-subtotal {
        padding: 4px 18px 12px 0; } }
  .woocommerce .cart-form td.product-subtotal {
    padding: 0 16px 0 0; }
    @media (max-width: 767px) {
      .woocommerce .cart-form td.product-subtotal {
        padding: 0 16px 0 5px; } }
  .woocommerce .cart-form .product-price {
    color: #b4b6a8;
    width: 6.5%;
    text-align: right; }
    @media (max-width: 1199px) {
      .woocommerce .cart-form .product-price {
        width: 11%; } }
    @media (max-width: 991px) {
      .woocommerce .cart-form .product-price {
        width: auto; } }
    @media (max-width: 767px) {
      .woocommerce .cart-form .product-price {
        display: none; } }
  .woocommerce .cart-form thead tr:nth-child(odd) {
    background: none; }
  .woocommerce .cart-form th {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    padding: 0px 0 12px;
    letter-spacing: -0.8px; }
    @media (max-width: 767px) {
      .woocommerce .cart-form th {
        font-size: 25px;
        line-height: 33px;
        padding: 5px 0 12px; } }
  .woocommerce .cart-form td.product-name {
    padding: 14px 0 14px 22px; }
    @media (max-width: 767px) {
      .woocommerce .cart-form td.product-name {
        padding: 14px 0 14px 18px; } }
  .woocommerce .cart-form tr {
    border-top: 1px solid #dbddcf;
    background: #f6f8ea;
    overflow: hidden; }
    .woocommerce .cart-form tr:first-child {
      border-top: 0; }
    .woocommerce .cart-form tr:nth-child(odd) {
      background: #eceede; }
    .woocommerce .cart-form tr td {
      padding: 7px 0 8px;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
    }
  .woocommerce .cart-form .remove {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0;
    font-family: 'icomoon';
    line-height: 36px;
    text-align: center;
    color: #f3f5e3 !important;
    background: #483525;
    color: #f3f5e3;
    border-radius: 50%;
    font-size: 20px; }
    @media (max-width: 767px) {
      .woocommerce .cart-form .remove {
        width: 29px;
        height: 29px;
        line-height: 29px;
        margin: 0 0 0 -25px; } }
    .woocommerce .cart-form .remove:hover {
      background: #36271a;
      color: #fff; }
  .woocommerce .cart-form .discount-information {
    color: #483525;
    border-bottom: 1px solid #dbddcf; }
    .woocommerce .cart-form .discount-information:hover {
      border-bottom: 0; }
  .woocommerce .cart-form tr.actions-row {
    background: none;
    border-top: 0; }
  .woocommerce .cart-form .actions {
    text-align: right;
    padding: 28px 0 25px; }
    @media (max-width: 767px) {
      .woocommerce .cart-form .actions {
        padding: 16px 0 31px; } }
    .woocommerce .cart-form .actions .btn {
      display: inline-block;
      vertical-align: middle;
      padding: 11px 12px;
      width: 166px; }
      @media (max-width: 767px) {
        .woocommerce .cart-form .actions .btn {
          width: 100% !important;
          font-size: 18px; } }
    .woocommerce .cart-form .actions span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 11px 0 0; }
      @media (max-width: 767px) {
        .woocommerce .cart-form .actions span {
          float: left;
          padding: 12px 0; } }
    .woocommerce .cart-form .actions .coupon {
      display: inline-block;
      vertical-align: middle;
      margin: 0 9px 0 0; }
      @media (max-width: 767px) {
        .woocommerce .cart-form .actions .coupon {
          margin: 0 0 15px;
          display: block;
          position: relative;
          text-align: right; } }
      .woocommerce .cart-form .actions .coupon input[type='text'] {
        width: 146px !important;
        margin: 0 13px 0 0 !important;
        display: inline-block;
        vertical-align: middle;
        border: none !important; }
        @media (max-width: 767px) {
          .woocommerce .cart-form .actions .coupon input[type='text'] {
            width: 55% !important;
            margin: 0 0 15px !important;
            float: none !important; } }

.cart_totals {
  border: solid #dbddcf;
  border-width: 2px 0;
  overflow: hidden;
  padding: 23px 18px 23px 20px; }
  @media (max-width: 767px) {
    .cart_totals {
      padding: 0 0 16px 20px; } }
  .cart_totals .discount-info {
    float: left;
    max-width: 495px; }
    @media (max-width: 991px) {
      .cart_totals .discount-info {
        display: none; } }
    .cart_totals .discount-info .new-price {
      text-decoration: underline; }
  .cart_totals .discount-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px 0 0;
    position: relative;
    left: 0;
    top: 0; }
  .cart_totals .discount-text {
    letter-spacing: -0.3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -3px 0 0;
    width: 330px;
    line-height: 23px; }
    .cart_totals .discount-text strong {
      display: block;
      margin: 0 0 7px;
      font-size: 20px; }
    .cart_totals .discount-text p {
      margin: 0; }
  .cart_totals .cart-table {
    float: right;
    max-width: 420px;
    width: 100%;
    text-align: right;
    padding: 15px 0 0 10px; }
    @media (max-width: 991px) {
      .cart_totals .cart-table {
        max-width: 100%; } }
    .cart_totals .cart-table table {
      width: 100%; }
    .cart_totals .cart-table .save-total {
      background: none !important; }
      .cart_totals .cart-table .save-total td {
        color: #ec5d5d;
        font-size: 30px;
        line-height: 30px !important; }
        @media (max-width: 767px) {
          .cart_totals .cart-table .save-total td {
            font-size: 25px;
            line-height: 25px; } }
    .cart_totals .cart-table .order-total {
      background: none !important;
      border: none; }
      .cart_totals .cart-table .order-total td {
        color: #483525;
        font-size: 45px;
        line-height: 38px; }
        @media (max-width: 767px) {
          .cart_totals .cart-table .order-total td {
            font-size: 40px;
            line-height: 36px;
            padding: 14px 0 8px; } }

.product-section {
  padding: 50px 0 70px; }
  @media (max-width: 991px) {
    .product-section {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .product-section {
      padding: 12px 20px 30px; } }
  .product-section .products {
    padding: 39px 0 0; }
    @media (max-width: 991px) {
      .product-section .products {
        padding: 0; } }
    .product-section .products .row {
      margin: 0 -15px; }
  .product-section .product {
    margin-bottom: 54px;
    padding: 0 16px; }
    @media (max-width: 991px) {
      .product-section .product {
        margin-bottom: 44px; } }
    @media (max-width: 767px) {
      .product-section .product {
        margin-bottom: 30px; } }
    .product-section .product a {
      border-radius: 3px;
      display: block;
      position: relative;
      color: #fff;
      background: #fff;
      margin: 0 0 -3px;
      min-height: 295px;
      text-align: center; }
      @media (max-width: 767px) {
        .product-section .product a {
          padding: 10px 0;
          min-height: 1px; } }
    .product-section .product .value {
      display: block;
      text-align: center;
      margin: -45px 0 0;
      position: relative;
      z-index: 10;
      padding: 10px 0 10px;
      font-size: 18px; }
    .product-section .product img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      @media (max-width: 767px) {
        .product-section .product img {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: translateY(0) translateX(0);
          -ms-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0); } }
    .product-section .product .text {
      overflow: hidden;
      padding: 12px 10px 10px 16px;
      background: #ec5d5d;
      color: #fff;
      position: relative;
      z-index: 2;
      margin: 0 0 16px;
      border-radius: 0 0 3px 3px; }
      @media (max-width: 991px) {
        .product-section .product .text {
          padding: 12px 10px 10px 16px; } }
      @media (max-width: 767px) {
        .product-section .product .text {
          padding: 12px 10px 10px 12px; } }
    .product-section .product strong {
      float: left; }
    .product-section .product .price {
      float: right;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
    }
    .product-section .product form {
      overflow: hidden;
      padding: 0; }
    .product-section .product .quantity {
      float: left;
      width: 46%; }
      @media (max-width: 767px) {
        .product-section .product .quantity {
          width: 38%; } }
    .product-section .product .btn {
      width: 50%;
      float: right;
      padding: 7px 12px;
      position: relative; }
      @media (max-width: 1199px) {
        .product-section .product .btn {
          font-size: 16px;
          padding: 7px 7px; } }
      @media (max-width: 767px) {
        .product-section .product .btn {
          width: 57%;
          font-size: 20px; } }
      .product-section .product .btn.added:after {
        font-family: WooCommerce;
        content: "\e017";
        margin-left: .1em;
        position:absolute;
        font-size:15px;
        vertical-align: bottom; }
      .product-section .product .btn.loading:after {
        font-family: WooCommerce;
        content: "\e01c";
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: absolute;
        top: .498em;
        margin-left: .1em;
        font-size:15px;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
      .product-section .product .btn.loading {
        opacity: .25;
        padding-right: 2.618em; }
      .product-section .product .btn.added {
        padding-right: 2.618em; }
    .product-section .product .data-btn {
      float: left;
      width: 48%;
      background: #e3e5d4;
      padding: 7px 45px 7px 20px;
      margin: 0 0 19px;
      position: relative; }
      @media (max-width: 767px) {
        .product-section .product .data-btn {
          width: 38%;
          padding: 7px 40px 7px 5px; } }
      .product-section .product .data-btn:hover {
        background: #d3d5c3;
        color: #483525; }
      .product-section .product .data-btn:after {
        position: absolute;
        right: 10px;
        top: 7px;
        font-family: 'icomoon';
        content: "\e953";
        font-size: 24px; }
    .product-section .product .label {
      background: url(images/label-bg.png) no-repeat 0 0;
      width: 88px;
      height: 87px;
      background-size: cover;
      position: absolute;
      top: -31px;
      right: -20px;
      font-size: 18px;
      color: #ec5d5d;
      padding: 35px 0 0; }
      @media (max-width: 767px) {
        .product-section .product .label {
          top: -13px; } }
    .product-section .product .cart .text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 14px 10px 8px 16px;
      background: #ec5d5d;
      border-radius: 0 0 3px 3px; }

.cart-links {
  overflow: hidden;
  width: 100%;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  padding: 13px 0;
  text-align: right; }
  @media (max-width: 767px) {
    .cart-links {
      padding: 0 0 10px;
      font-size: 24px;
      line-height: 35px; } }
  .cart-links .cart-contents {
    display: inline-block;
    vertical-align: top;
    background: #e3e5d4;
    max-width: 200px;
    width: 100%;
    color: #483525;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    padding: 9px 14px 8px;
    border-radius: 3px; }
    @media (max-width: 767px) {
      .cart-links .cart-contents {
        width: 100%;
        max-width: 100%;
        text-align: left;
        overflow: hidden;
        margin: 0 0 14px; } }
    .cart-links .cart-contents .count {
      background: #fff;
      display: inline-block;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      font-size: 22px;
      line-height: 34px;
      margin: 0 0 0 8px; }
      @media (max-width: 767px) {
        .cart-links .cart-contents .count {
          font-size: 18px;
          float: right; } }
  .cart-links .btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 12px 12px;
    width: 188px;
    margin: 0 0 0 13px;
    font-size: 26px;
    line-height: 26px; }
    .cart-links .btn:hover {
      padding: 12px 12px 12px !important; }
    @media (max-width: 767px) {
      .cart-links .btn {
        width: 100%;
        margin: 0;
        font-size: 24px; } }

.farm-article {
  padding: 44px 0 89px; }
  @media (max-width: 991px) {
    .farm-article {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .farm-article {
      padding: 25px 0 8px; } }
  .farm-article .right {
    padding-left: 30px; }
    @media (max-width: 767px) {
      .farm-article .right {
        padding-left: 10px; } }
  @media (max-width: 991px) {
    .farm-article .post .cycle-gallery {
      margin: 10px 0; } }
  @media (max-width: 767px) {
    .farm-article .post .cycle-gallery {
      display: none; } }
  .farm-article .iamge {
    padding: 45px 0 0; }
    @media (max-width: 991px) {
      .farm-article .iamge {
        padding: 14px 0 36px; } }
    @media (max-width: 767px) {
      .farm-article .iamge {
        padding: 4px 0 36px; } }
  @media (max-width: 991px) {
    .farm-article h2 {
      margin: 0 0 1px; } }
  .farm-article h3 {
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      .farm-article h3 {
        font-size: 25px;
        line-height: 31px;
        margin: 0 0 7px; } }

.cycle-gallery {
  position: relative;
  width: 100%; }
  .cycle-gallery .mask {
    position: relative;
    overflow: hidden; }
  .cycle-gallery .slideset {
    width: 99999px;
    float: left; }
  .cycle-gallery .slide {
    float: left;
    width: 100%; }
    .cycle-gallery .slide.active {
      z-index: 1; }
  .cycle-gallery .btn-prev,
  .cycle-gallery .btn-next {
    background-image: none;
    opacity: 1;
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    background: #ec5d5d;
    border-radius: 50%;
    top: 50%;
    margin: -35px 0 0;
    padding-right: 0;
    padding-left: 0;
    left: 30px;
    z-index: 3;
    color: #fff;
    text-align: center; }
    @media (max-width: 767px) {
      .cycle-gallery .btn-prev,
      .cycle-gallery .btn-next {
        width: 28px;
        height: 28px;
        margin: -14px 0 0; } }
    .cycle-gallery .btn-prev:hover,
    .cycle-gallery .btn-next:hover {
      background: #da5050; }
    .cycle-gallery .btn-prev span,
    .cycle-gallery .btn-next span {
      line-height: 56px;
      font-size: 31px;
      font-weight: bold;
      text-shadow: none; }
      @media (max-width: 767px) {
        .cycle-gallery .btn-prev span,
        .cycle-gallery .btn-next span {
          line-height: 28px;
          font-size: 18px;
          vertical-align: middle; } }
  .cycle-gallery .btn-next {
    left: auto;
    right: 30px; }
  .cycle-gallery img {
    max-width: none;
    width: 100%; }

.farm-container {
  padding: 53px 0 43px; }
  @media (max-width: 767px) {
    .farm-container {
      padding: 25px 0 38px; } }
  .farm-container .right {
    padding-left: 4px; }
    @media (max-width: 767px) {
      .farm-container .right {
        padding-left: 0; } }
  @media (max-width: 767px) {
    .farm-container h2 {
      margin: 0 0 5px; } }

.description-block {
  padding: 66px 0 89px; }
  @media (max-width: 991px) {
    .description-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .description-block {
      padding: 25px 0 50px; } }
  .description-block .left {
    padding-top: 15px; }
    @media (max-width: 991px) {
      .description-block .left {
        padding-top: 0; } }
  @media (max-width: 991px) {
    .description-block .right {
      text-align: center; } }
  .description-block h2 {
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      .description-block h2 {
        margin: 0 0 8px; } }
  @media (max-width: 991px) {
    .description-block img,
    .description-block picture {
      float: none;
      margin: 0 auto 4px;
      display: block; } }

.post {
  padding: 5px 0 0;
  line-height: 24px; }
  @media (max-width: 767px) {
    .post {
      font-size: 17px;
      line-height: 23px;
      padding: 5px 18px 0; } }
  .post .mark {
    margin: 0 0 22px;
    background: none;
    font-size: 23px;
    line-height: 28px;
    padding: 0; }
    @media (max-width: 767px) {
      .post .mark {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 14px; } }
  .post p {
    margin: 0 0 24px; }
    @media (max-width: 991px) {
      .post p {
        margin: 0 0 17px; } }
  .post strong a {
    color: #483525;
    display: inline-block;
    vertical-align: top; }
  .post .cycle-gallery {
    margin: 2px 0 42px;
    padding: 4px;
    background: #fff;
    border-radius: 8px; }
    @media (max-width: 991px) {
      .post .cycle-gallery {
        margin: 0; } }
    .post .cycle-gallery img {
      width: 100%;
      border-radius: 3px; }

.location-hold {
  padding: 45px 0 49px; }
  @media (max-width: 991px) {
    .location-hold {
      padding: 35px 0; } }
  @media (max-width: 767px) {
    .location-hold {
      padding: 25px 20px 20px; } }
  .location-hold h2 {
    margin: 0 0 36px; }
    @media (max-width: 767px) {
      .location-hold h2 {
        margin: 0 0 16px; } }
  .location-hold h3 {
    letter-spacing: -1.5px;
    line-height: 35px;
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      .location-hold h3 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 14px; } }
  .location-hold .location-box {
    padding-right: 40px;
    line-height: 23px; 
	padding-bottom: 30px; }
    @media (max-width: 767px) {
      .location-hold .location-box:nth-child(2n) {
        background: #e3e5d4; } }
    @media (max-width: 991px) {
      .location-hold .location-box {
        margin: 0 0 15px; } }
    @media (max-width: 767px) {
      .location-hold .location-box {
        padding-right: 10px;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        padding: 20px 10px 10px; } }
    .location-hold .location-box .btn {
      min-width: 144px;
      padding: 6px 20px;
      margin: 0 0 17px;
      letter-spacing: -1px; }
      @media (max-width: 767px) {
        .location-hold .location-box .btn {
          width: 100%;
          margin: 0 0 15px; } }
    .location-hold .location-box .box {
      margin: 0 0 26px; }
      @media (max-width: 767px) {
        .location-hold .location-box .box {
          margin: 0 0 17px; } }
    .location-hold .location-box strong {
      padding: 0 0 4px;
      display: inline-block;
      vertical-align: top; }
    .location-hold .location-box .title {
      font-size: 22px;
      border-bottom: 3px solid #ded5ce;
      display: block;
      padding: 0 0 10px;
      margin: 0 0 12px; }
      @media (max-width: 767px) {
        .location-hold .location-box .title {
          padding: 0 0 7px;
          margin: 0 0 6px;
          font-size: 18px; } }
    .location-hold .location-box p {
      margin: 0; }

.nav-tabs {
  font-size: 30px;
  line-height: 50px;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  padding: 0 0 8px 10px; }
  @media (max-width: 991px) {
    .nav-tabs {
      font-size: 25px;
      line-height: 50px;
      margin: 0 -45px 0 0; } }
  @media (max-width: 767px) {
    .nav-tabs {
      padding: 0;
      font-size: 20px;
      line-height: 25px;
      margin: 0; } }
  .nav-tabs li {
    padding: 0 40px 15px 0; }
    @media (max-width: 767px) {
      .nav-tabs li:first-child {
        text-align: left; } }
    @media (max-width: 1199px) {
      .nav-tabs li {
        padding: 0 10px 15px 0; } }
    @media (max-width: 767px) {
      .nav-tabs li {
        padding: 0 0 15px;
        text-align: right;
        width: 50%; } }
    .nav-tabs li a {
      color: #a09b8e; }
      .nav-tabs li a:hover,
      .nav-tabs li a:focus {
        background-color: transparent;
        color: #fff; }

.tab-content .location-list {
  padding: 0 0 0 13px;
  margin: 0 0 49px;
  letter-spacing: -0.5px;
  list-style: none;
  counter-reset: newCounter; }
  @media (max-width: 767px) {
    .tab-content .location-list {
      padding: 0;
      margin: 0; } }
  .tab-content .location-list li {
    padding: 4px 0 15px 47px;
    position: relative; }
    @media (max-width: 767px) {
      .tab-content .location-list li {
        padding: 4px 0 11px 43px; } }
    .tab-content .location-list li:before {
      counter-increment: newCounter;
      content: counters(newCounter, ".") " ";
      top: 1px;
      left: 0;
      background: #ec5d5d;
      position: absolute;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .tab-content .location-list li:before {
          width: 25px;
          height: 25px;
          line-height: 25px;
          font-size: 18px;
          top: 5px; } }

.map-holder {
  padding: 115px 0 99px; }
  @media (max-width: 991px) {
    .map-holder {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .map-holder {
      padding: 40px 20px 30px; } }
  .map-holder .map-hold {
    position: relative;
    overflow: hidden;
    height: 539px; }
    @media (max-width: 767px) {
      .map-holder .map-hold {
        height: 300px; } }
    .map-holder .map-hold .main-marker {
      position: absolute;
      top: 70%;
      left: 40%;
      width: 72px;
      height: 72px;
      background: url(images/main-marker.png) no-repeat 0 0; }
    .map-holder .map-hold .marker {
      position: absolute;
      top: 50%;
      left: 20%;
      width: 49px;
      height: 49px;
      background: url(images/marker.png) no-repeat 0 0; }
    .map-holder .map-hold .info-popup {
      background: #f3f5e3;
      text-align: center;
      width: 210px !important;
      padding: 28px 10px 18px;
      left: -9999px;
      border-radius: 3px;
      box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.22);
      margin: 0 0 0 -105px;
      position: relative; }
      .map-holder .map-hold .info-popup:after {
        content: '';
        height: 0;
        width: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #f3f5e3;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: 0 0 0 -15px; }
      .map-holder .map-hold .info-popup img {
        position: absolute !important;
        right: 5px;
        top: 5px; }
      .map-holder .map-hold .info-popup > strong {
        color: #ec5d5d;
        /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
        font-family: "brandon-grotesque",sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 15px;
        display: block; }
      .map-holder .map-hold .info-popup .box {
        margin: 0 0 13px;
        font-size: 14px;
        line-height: 18px; }
        .map-holder .map-hold .info-popup .box strong {
          display: block;
          margin: 0 0 1px; }
        .map-holder .map-hold .info-popup .box p {
          margin: 0; }

form,
.form-hold {
  padding: 44px 0 0; }
  @media (max-width: 767px) {
    form,
    .form-hold {
      padding: 24px 20px 0; } }
  form .left,
  .form-hold .left {
    padding-right: 30px; }
    @media (max-width: 991px) {
      form .left,
      .form-hold .left {
        padding-right: 10px; } }
  form .right,
  .form-hold .right {
    padding-left: 30px;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      form .right,
      .form-hold .right {
        padding-left: 10px; } }
  form input[type='text'],
  form input[type='tel'],
  form input[type='password'],
  form input[type='email'],
  .form-hold input[type='text'],
  .form-hold input[type='tel'],
  .form-hold input[type='password'],
  .form-hold input[type='email'] {
    margin: 0 0 17px !important; }
  form h2,
  .form-hold h2 {
    margin: 0 0 43px; }
    @media (max-width: 991px) {
      form h2,
      .form-hold h2 {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      form h2,
      .form-hold h2 {
        margin: 0 0 12px; } }
  @media (max-width: 767px) {
    form h3,
    .form-hold h3 {
      font-size: 25px;
      margin: 0 0 10px; } }
  form span.wpcf7-list-item,
  form label,
  .form-hold span.wpcf7-list-item,
  .form-hold label {
    font-size: 18px;
    margin-left: 0 !important; }
    @media (max-width: 767px) {
      form span.wpcf7-list-item,
      form label,
      .form-hold span.wpcf7-list-item,
      .form-hold label {
        font-size: 16px; } }

.mail-form {
  margin: 0;
  padding: 79px 0 86px; }
  @media (max-width: 991px) {
    .mail-form {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .mail-form {
      padding: 28px 20px 32px; } }
  .mail-form h2 {
    text-align: center;
    margin: 0 0 45px; }
    @media (max-width: 767px) {
      .mail-form h2 {
        margin: 0 0 11px; } }
  @media (max-width: 767px) {
    .mail-form input[type='text'],
    .mail-form input[type='tel'],
    .mail-form input[type='email'],
    .mail-form input[type='search'],
    .mail-form input[type='password'] {
      margin: 0 0 11px; } }
  .mail-form textarea {
    margin: 0 0 15px;
    height: 94px;
    min-height: 94px; }
  @media (max-width: 767px) {
    .mail-form .checked-box {
      margin: -5px 0 23px; } }
  .mail-form .checked-box input[type='checkbox'],
  .mail-form .checked-box label,
  .mail-form .checked-box .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: bold; }
    @media (max-width: 767px) {
      .mail-form .checked-box input[type='checkbox'],
      .mail-form .checked-box label,
      .mail-form .checked-box .wpcf7-list-item-label {
        overflow: hidden;
        width: 80%;
        line-height: 24px; } }
  .mail-form button[type='submit'] {
    float: right;
    width: 148px;
    height: 46px;
    margin: 16px 0 0; }
    @media (max-width: 767px) {
      .mail-form button[type='submit'] {
        margin: 0;
        width: 100%; } }

#customer_login h2 {
  margin: 0 0 47px;
  text-align: left; }
  @media (max-width: 767px) {
    #customer_login h2 {
      margin: 0 0 18px; } }

#customer_login h3 {
  margin: 0 0 14px; }
  @media (max-width: 767px) {
    #customer_login h3 {
      margin: 0 0 19px; } }

.signup-form,
.login-form {
  margin: 0;
  padding: 0 0 19px; }
  @media (max-width: 767px) {
    .signup-form,
    .login-form {
      padding: 0; } }
  @media (max-width: 991px) {
    .signup-form .inline,
    .login-form .inline {
      padding: 15px 0 0; } }
  .signup-form button[type='submit'],
  .login-form button[type='submit'] {
    width: 188px;
    height: 50px;
    font-size: 26px; }
    @media (max-width: 991px) {
      .signup-form button[type='submit'],
      .login-form button[type='submit'] {
        width: 100%; } }
    @media (max-width: 767px) {
      .signup-form button[type='submit'],
      .login-form button[type='submit'] {
        margin: 9px 0 0; } }
  @media (max-width: 767px) {
    .signup-form input[type='text'],
    .signup-form input[type='tel'],
    .signup-form input[type='email'],
    .signup-form input[type='search'],
    .signup-form input[type='password'],
    .login-form input[type='text'],
    .login-form input[type='tel'],
    .login-form input[type='email'],
    .login-form input[type='search'],
    .login-form input[type='password'] {
      margin: 0 0 12px; } }

.link-hold {
  width: 100%;
  padding: 30px 0 10px; }
  @media (max-width: 767px) {
    .link-hold {
      padding: 14px 0 35px;
      font-size: 18px; } }

.forgot-link {
  color: #b7b9a7;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #b7b9a7;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  }
  .forgot-link:hover {
    padding: 0 0 1px;
    border-bottom: 0; }

.contact-form {
  padding: 0; }
  @media (max-width: 767px) {
    .contact-form {
      padding: 18px 0 0; } }
  .contact-form h3 {
    margin: 0 0 23px; }
    @media (max-width: 991px) {
      .contact-form h3 {
        font-size: 30px;
        line-height: 33px;
        margin: 0 0 8px; } }
  @media (max-width: 991px) {
    .contact-form input[type='text'],
    .contact-form input[type='tel'],
    .contact-form input[type='password'],
    .contact-form input[type='email'] {
      margin: 0 0 11px; } }
  .contact-form .checked-box {
    margin: 0 0 24px;
    padding-top: 5px; }
    @media (max-width: 991px) {
      .contact-form .checked-box {
        margin: 0 0 14px; } }
    .contact-form .checked-box input[type='checkbox'],
    .contact-form .checked-box label {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      @media (max-width: 767px) {
        .contact-form .checked-box input[type='checkbox'],
        .contact-form .checked-box label {
          display: block; } }
    .contact-form .checked-box span.wpcf7-list-item {
      margin-left: 0; }
    .contact-form .checked-box .wpcf7-list-item-label {
      font-weight: bold;
      font-size: 18px;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .contact-form .checked-box .wpcf7-list-item-label {
          font-size: 16px; } }
  .contact-form .file-box label {
    font-size: 22px;
    float: left;
    margin: 10px 10px 0 0; }
  .contact-form textarea {
    margin: 0 0 15px;
    height: 94px;
    min-height: 94px;
    box-shadow: none; }
  .contact-form button[type='submit'] {
    width: 147px;
    height: 46px; }
    @media (max-width: 991px) {
      .contact-form button[type='submit'] {
        width: 100%; } }

.information-holder {
  padding: 52px 0 115px; }
  @media (max-width: 991px) {
    .information-holder {
      padding: 52px 0 75px; } }
  @media (max-width: 767px) {
    .information-holder {
      padding: 24px 20px 35px; } }
  .information-holder h2 {
    margin: 0 0 22px; }
    @media (max-width: 767px) {
      .information-holder h2 {
        text-align: left;
        margin: 0 0 15px; } }
  .information-holder h3 {
    margin: 0 0 13px; }
    @media (max-width: 767px) {
      .information-holder h3 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 17px; } }
  @media (max-width: 767px) {
    .information-holder .post {
      padding: 5px 0 0; } }
  .information-holder .left .image {
    padding: 54px 0 0; }
    @media (max-width: 991px) {
      .information-holder .left .image {
        text-align: center;
        padding: 0 0 30px; } }
    @media (max-width: 767px) {
      .information-holder .left .image {
        padding: 7px 0 0; } }
  @media (max-width: 767px) {
    .information-holder .right {
      padding-top: 38px; } }
  @media (max-width: 991px) {
    .information-holder .right {
      display: table; } }
  .information-holder .right .image {
    padding: 29px 0 52px; }
    @media (max-width: 991px) {
      .information-holder .right .image {
        text-align: center;
        display: table-footer-group; } }
    @media (max-width: 767px) {
      .information-holder .right .image {
        display: none; } }
    @media (max-width: 991px) {
      .information-holder .right .image img {
        margin: 40px 0 0; } }

.beginning-block {
  padding: 45px 0 79px; }
  @media (max-width: 991px) {
    .beginning-block {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .beginning-block {
      padding: 26px 0 9px;
      font-size: 17px;
      line-height: 23px; } }
  .beginning-block .right {
    padding-left: 30px; }
    .beginning-block .right h3 {
      margin: 0 0 20px; }
    .beginning-block .right .info-container {
      padding: 0 0 15px; }
    .beginning-block .right .information-hold {
      margin: 0 0 14px; }
  .beginning-block .info-container {
    line-height: 24px; }
    @media (max-width: 991px) {
      .beginning-block .info-container {
        padding: 0 0 50px; } }
    @media (max-width: 767px) {
      .beginning-block .info-container {
        padding: 0 20px 3px; } }
    .beginning-block .info-container h3 {
      margin: 0 0 12px; }
      @media (max-width: 767px) {
        .beginning-block .info-container h3 {
          font-size: 25px;
          margin: 0 0 10px; } }
  .beginning-block h2 {
    margin: 0 0 43px; }
    @media (max-width: 991px) {
      .beginning-block h2 {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .beginning-block h2 {
        margin: 0 0 13px; } }
  .beginning-block a {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ec5d5d; }
    .beginning-block a:hover {
      border-bottom: 0;
      padding: 0 0 1px; }
  .beginning-block p {
    margin: 0 0 23px; }
    @media (max-width: 767px) {
      .beginning-block p {
        margin: 0 0 16px; } }

.button-holder {
  overflow: hidden;
  padding: 10px 0 30px;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .button-holder {
      text-align: center;
      max-width: 348px;
      margin: 0 auto;
      display: block; } }
  .button-holder .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 26px 0 0;
    padding: 13px 28px;
    font-size: 26px;
    position: relative; }
    @media (max-width: 767px) {
      .button-holder .btn {
        width: 100%;
        margin: 0 0 45px;
        font-size: 24px; } }
    .button-holder .btn span {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      bottom: -35px;
      color: #ced0bf;
      font-size: 20px; }
      @media (max-width: 767px) {
        .button-holder .btn span {
          font-size: 16px; } }
  .button-holder a {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #ec5d5d;
    margin: -5px 0 0; }
    .button-holder a:hover {
      border-bottom: 0;
      padding: 0 0 1px; }
  .button-holder a.btn.btn-default:hover {
    padding: 13px 28px;
    border-bottom: 1px solid #ec5d5d; }

.information-hold {
  overflow: hidden;
  line-height: 24px; }
  @media (max-width: 767px) {
    .information-hold {
      line-height: 22px;
      margin: 0 0 6px; } }
  .information-hold h3 {
    margin: 0 0 14px; }
    @media (max-width: 767px) {
      .information-hold h3 {
        margin: 0 0 15px !important; } }
  .information-hold .image {
    float: left;
    margin: 0 43px 0 0; }
    @media (max-width: 767px) {
      .information-hold .image {
        width: 100%;
        text-align: center;
        padding: 0 0 18px; } }
  .information-hold p {
    overflow: hidden; }
    @media (max-width: 767px) {
      .information-hold p {
        float: left; } }

.poster-block {
  padding: 60px 0 37px;
  color: #fff;
  line-height: 24px; }
  @media (max-width: 991px) {
    .poster-block {
      padding: 23px 20px 25px;
      line-height: 23px;
      font-size: 17px; } }
  .poster-block h2 {
    margin: 0 0 38px; }
    @media (max-width: 767px) {
      .poster-block h2 {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        margin: 0 0 18px; } }
  .poster-block a {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ec5d5d; }
    .poster-block a:hover {
      border-bottom: 0;
      padding: 0 0 1px; }
  .poster-block p {
    margin: 0 0 24px; }
  .poster-block .merchandise-list {
    padding: 5px 0 0;
    margin: 0 -20px;
    list-style: none;
    text-align: center;
    overflow: hidden;
    max-width: 508px; }
    @media (max-width: 991px) {
      .poster-block .merchandise-list {
        max-width: 100%;
        margin: 0;
        padding: 0; } }
    .poster-block .merchandise-list li {
      float: left;
      width: 50%;
      margin: 0 0 23px; }
      @media (max-width: 767px) {
        .poster-block .merchandise-list li {
          width: 100%;
          font-size: 16px;
          margin: 0 0 10px; } }
    .poster-block .merchandise-list img {
      margin: 0 0 15px; }
      @media (max-width: 767px) {
        .poster-block .merchandise-list img {
          margin: 0 0 12px; } }
    .poster-block .merchandise-list strong {
      display: block; }
    .poster-block .merchandise-list .button-holder {
      padding: 43px 0 0; }
      @media (max-width: 767px) {
        .poster-block .merchandise-list .button-holder {
          padding: 15px 0 0; } }
      .poster-block .merchandise-list .button-holder .btn {
        margin: 0 0 74px;
        padding: 13px 28px; }
        @media (max-width: 767px) {
          .poster-block .merchandise-list .button-holder .btn {
            margin: 0 0 51px; } }
        .poster-block .merchandise-list .button-holder .btn span {
          bottom: -39px;
          color: #b7b2b0; }
          @media (max-width: 767px) {
            .poster-block .merchandise-list .button-holder .btn span {
              bottom: -29px; } }

.data-block {
  padding: 73px 0 88px;
  line-height: 24px; }
  @media (max-width: 991px) {
    .data-block {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .data-block {
      padding: 34px 20px 28px;
      font-size: 17px;
      line-height: 23px; } }
  .data-block .left {
    padding-right: 40px;
    padding-top: 16px; }
    @media (max-width: 991px) {
      .data-block .left {
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .data-block .left {
        padding-top: 3px; } }
    .data-block .left .button-holder {
      padding: 1px 0 30px; }
      @media (max-width: 991px) {
        .data-block .left .button-holder {
          padding: 1px 0 50px; } }
  .data-block .right {
    padding-left: 30px; }
    @media (max-width: 991px) {
      .data-block .right {
        padding-left: 10px; } }
  .data-block h2 {
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .data-block h2 {
        font-size: 25px;
        margin: 0 0 10px; } }
  .data-block p {
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .data-block p {
        margin: 0 0 17px; } }
  .data-block .data-table {
    width: 100%;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    }
    .data-block .data-table thead tr:nth-child(odd) {
      background: none; }
    .data-block .data-table th {
      font-size: 30px;
      padding: 6px 20px 21px; }
      @media (max-width: 767px) {
        .data-block .data-table th {
          font-size: 20px;
          padding: 6px 18px 10px; } }
      .data-block .data-table th:nth-child(odd) {
        background: none; }
    .data-block .data-table .saving {
      text-align: right; }
    .data-block .data-table tbody tr {
      background: #f6f8ea;
      overflow: hidden; }
      .data-block .data-table tbody tr:first-child td {
        border-top: 0; }
      .data-block .data-table tbody tr:nth-child(odd) {
        background: #eceede; }
    .data-block .data-table td {
      padding: 12px 20px 9px;
      border-top: 2px solid #dbddcf; }
      @media (max-width: 767px) {
        .data-block .data-table td {
          font-size: 16px;
          padding: 9px 16px 10px; } }
      .data-block .data-table td:first-child {
        padding: 12px 16px 9px; }
        @media (max-width: 767px) {
          .data-block .data-table td:first-child {
            padding: 9px 16px 10px; } }
      .data-block .data-table td.saving {
        color: #ec5d5d; }

.navigation-block {
  background: #d84b4b;
  padding: 19px 0 31px;
  margin: -15px 0 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .navigation-block {
      display: none; } }
  .navigation-block .nav-carousel {
    text-align: center;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    padding: 0 100px;
    position: relative; }
    .navigation-block .nav-carousel:before,
    .navigation-block .nav-carousel:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 40px;
      width: 60px;
      background-image: -webkit-linear-gradient(left, rgba(216, 75, 75, 0.9) 0%, rgba(216, 75, 75, 0.2) 100%);
      background-image: linear-gradient(to right, rgba(216, 75, 75, 0.9) 0%, rgba(216, 75, 75, 0.2) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6D84B4B', endColorstr='#33D84B4B', GradientType=1);
      z-index: 2; }
    .navigation-block .nav-carousel:after {
      left: auto;
      right: 40px;
      background-image: -webkit-linear-gradient(left, rgba(216, 75, 75, 0.2) 0%, rgba(216, 75, 75, 0.9) 100%);
      background-image: linear-gradient(to right, rgba(216, 75, 75, 0.2) 0%, rgba(216, 75, 75, 0.9) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33D84B4B', endColorstr='#E6D84B4B', GradientType=1); }
    @media (max-width: 1199px) {
      .navigation-block .nav-carousel {
        padding: 0 50px; } }
    .navigation-block .nav-carousel a {
      font-size: 26px;
      line-height: 32px;
      display: inline-block;
      vertical-align: top;
      color: #ffecec;
      padding: 0 0 2px;
      outline: none;
      letter-spacing: -0.2px; }
      .navigation-block .nav-carousel a:hover,
      .navigation-block .nav-carousel a.active {
        color: #fff;
        border-bottom: 2px solid #fff;
        padding: 0; }
    .navigation-block .nav-carousel .slick-slide {
      padding: 0 18px; }
    .navigation-block .nav-carousel .slick-arrow {
      display: none !important; }

.step-box {
  padding: 68px 0 80px;
  text-align: left;
  line-height: 24px; }
  @media (max-width: 1199px) {
    .step-box {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .step-box {
      line-height: 23px;
      padding: 25px 20px 39px;
      font-size: 17px; } }
  .step-box.first {
    padding: 78px 0 80px; }
    @media (max-width: 1199px) {
      .step-box.first {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      .step-box.first {
        padding: 15px 20px 40px; } }
  .step-box .left {
    padding-right: 40px; }
    @media (max-width: 991px) {
      .step-box .left {
        padding-right: 10px; } }
  .step-box .right {
    padding-left: 40px; }
    @media (max-width: 991px) {
      .step-box .right {
        padding-left: 10px; } }
  .step-box .text {
    padding-top: 8px; }
  .step-box:before {
    display: none; }
  .step-box h2 {
    text-align: left;
    margin: 0 0 22px; }
    @media (max-width: 767px) {
      .step-box h2 {
        margin: 0 0 12px; } }
  .step-box p {
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .step-box p {
        margin: 0 0 18px; } }
  .step-box.section-block img {
    margin: 0 auto; }
  .step-box.add {
    padding: 78px 0 50px; }
    @media (max-width: 1199px) {
      .step-box.add {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      .step-box.add {
        padding: 32px 20px 16px; } }
    .step-box.add h2 {
      text-align: center;
      margin: 0 0 43px; }
      @media (max-width: 1199px) {
        .step-box.add h2 {
          text-align: left; } }
      @media (max-width: 767px) {
        .step-box.add h2 {
          margin: 0 0 13px; } }
  .step-box .image-hold {
    overflow: hidden;
    text-align: center;
    margin: 0 0 26px;
    padding: 8px 0 0; }
    @media (max-width: 767px) {
      .step-box .image-hold {
        margin: 0 0 16px; } }
    .step-box .image-hold .box {
      float: left;
      width: 50%; }
    .step-box .image-hold img {
      margin: 0 auto 19px; }
      @media (max-width: 767px) {
        .step-box .image-hold img {
          margin: 0 auto 10px; } }
    .step-box .image-hold .title {
      display: block; }
      @media (max-width: 767px) {
        .step-box .image-hold .title {
          font-size: 17px; } }

.description-hold {
  padding: 52px 0 85px; }
  @media (max-width: 991px) {
    .description-hold {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .description-hold {
      padding: 25px 0 19px; } }
  .description-hold .right {
    padding-top: 5px; }
  @media (max-width: 991px) {
    .description-hold .left {
      text-align: center; }
      .description-hold .left .mark {
        text-align: left; } }
  .description-hold img {
    margin-top: 19px; }
    @media (max-width: 991px) {
      .description-hold img {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .description-hold img {
        margin-top: 6px; } }
  @media (max-width: 767px) {
    .description-hold h2 {
      margin: 0 0 10px; } }

.gallery-block {
  padding: 52px 0 105px; }
  @media (max-width: 991px) {
    .gallery-block {
      padding: 30px 0 70px; } }
  @media (max-width: 767px) {
    .gallery-block {
      padding: 25px 0 47px; } }
  @media (max-width: 767px) {
    .gallery-block h2 {
      margin: 0 0 11px; } }

.thumbnails {
  padding: 30px 0 0;
  margin: 0 -40px 0;
  list-style: none; }
  @media (max-width: 991px) {
    .thumbnails {
      margin: 0 -20px; } }
  @media (max-width: 767px) {
    .thumbnails {
      margin: 0; } }
  .thumbnails li {
    float: left;
    width: 33%;
    padding: 0 33px;
    margin: 0 0 55px; }
    @media (max-width: 991px) {
      .thumbnails li {
        width: 50%;
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .thumbnails li {
        width: 100%;
        margin: 0 0 37px; } }
    .thumbnails li a {
      display: block;
      position: relative; }
      .thumbnails li a:after {
        content: "";
        position: absolute;
        background: url(images/stiker.png) no-repeat 0 0;
        width: 139px;
        height: 36px;
        top: -19px;
        left: 50%;
        margin: 0 0 0 -70px; }
    .thumbnails li .thumbnail {
      display: block;
      padding: 20px;
      background: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
      position: relative;
      border: none;
      margin-bottom: 0;
      width: 100%; }

.pagination {
  width: 100%;
  text-align: center;
  /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0; }
  .pagination li {
    text-align: center;
    vertical-align: top;
    display: inline-block; }
    .pagination li a {
      border-radius: 3px;
      padding: 6px 13px; }

.information-container {
  padding: 1px 0 0; }
  @media (max-width: 767px) {
    .information-container {
      font-size: 17px;
      line-height: 23px; } }
  .information-container .mark {
    background: none;
    padding: 0 0 14px;
    font-size: 23px;
    line-height: 27px; }
    @media (max-width: 767px) {
      .information-container .mark {
        font-size: 20px;
        line-height: 24px;
        padding: 0; } }
    .information-container .mark span {
      display: block; }
  .information-container a {
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #f06464;
    display: inline-block;
    vertical-align: top;
    padding: 0; }
    .information-container a:hover {
      padding: 0 0 1px;
      border: none; }
  .information-container .information-box {
    margin: 0 0 29px; }
    @media (max-width: 767px) {
      .information-container .information-box {
        margin: 0 0 15px; } }
    .information-container .information-box dl {
      margin: 0;
      overflow: hidden; }
      .information-container .information-box dl span {
        display: block;
        overflow: hidden; }
      .information-container .information-box dl dt,
      .information-container .information-box dl em {
        float: left;
        padding: 0 5px 2px 0; }
      .information-container .information-box dl em {
        padding: 0 10px; }
        @media (max-width: 991px) {
          .information-container .information-box dl em {
            display: none; } }
      .information-container .information-box dl dd {
        float: left; }
      .information-container .information-box dl a {
        padding: 0;
        border: none;
        color: #483525;
        /* font-family: "brandon_grotesque_regularRg", Helvetica, Arial, sans-serif;  */
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 400;
      }
    .information-container .information-box .address {
      float: left; }
      @media (max-width: 991px) {
        .information-container .information-box .address {
          display: block;
          float: none; } }
    .information-container .information-box .map-link {
      margin: 0 0 0 5px; }
      @media (max-width: 991px) {
        .information-container .information-box .map-link {
          margin: 0; } }
    .information-container .information-box strong,
    .information-container .information-box span {
      display: block;
      overflow: hidden; }
    .information-container .information-box .position {
      float: left; }
      @media (max-width: 991px) {
        .information-container .information-box .position {
          float: none;
          display: block; } }

#footer {
  background: url(images/footer-bg.jpg) repeat 50% 0; }
  #footer .top {
    padding: 61px 0 71px;
    color: #fef5ed;
    font-size: 18px; }
    @media (max-width: 991px) {
      #footer .top {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      #footer .top {
        padding: 25px 20px 54px; } }
    @media (max-width: 991px) {
      #footer .top .col-md-4 {
        display: none; } }
    @media (max-width: 767px) {
      #footer .top .col-md-3 {
        display: none; } }
    #footer .top h3 {
      text-shadow: 2px 2px rgba(102, 74, 54, 0.47);
      margin: 0 0 12px; }
      @media (max-width: 767px) {
        #footer .top h3 {
          margin: 0 0 24px; } }
    #footer .top dl {
      margin: 0; }
      #footer .top dl dt {
        float: left;
        width: 36px;
        /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
        font-family: "brandon-grotesque",sans-serif;
        font-weight: bold;
        line-height: 27px; }
      #footer .top dl dd {
        margin: 0 -15px 0 0;
        line-height: 27px; }
        #footer .top dl dd:after {
          content: "";
          clear: both;
          display: block; }
      #footer .top dl a {
        color: #fef5ed;
        border-bottom: 1px solid #c7a88e; }
        #footer .top dl a:hover {
          padding: 0 0 1px;
          border-bottom: 0; }
    #footer .top .social-listing {
      margin: 0;
      padding: 0;
      list-style: none;
      max-width: 278px;
      overflow: hidden;
      line-height: 24px; }
      #footer .top .social-listing li {
        float: left;
        width: 50%;
        padding: 0 10px 11px 0; }
      #footer .top .social-listing a {
        vertical-align: middle;
        color: #fef5ed;
        vertical-align: middle;
        /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
        font-family: "brandon-grotesque",sans-serif;
        font-weight: bold;
        line-height: 26px; }
        #footer .top .social-listing a:hover {
          color: #fff; }
          #footer .top .social-listing a:hover .icon {
            color: #4b3525; }
        #footer .top .social-listing a .icon {
          font-size: 30px;
          color: #5b422f;
          vertical-align: middle;
          margin: -8px 11px 0 0;
          display: inline-block; }
  #footer .newsletter-form {
    padding: 13px 0 0; }
    @media (max-width: 1199px) {
      #footer .newsletter-form {
        position: relative;
        padding: 13px 135px 0 0; } }
    @media (max-width: 991px) {
      #footer .newsletter-form {
        padding: 13px 135px 15px 0; } }
    @media (max-width: 767px) {
      #footer .newsletter-form {
        padding: 0; } }
    #footer .newsletter-form input[type='text'],
    #footer .newsletter-form input[type='email'] {
      font-size: 18px;
      line-height: 21px;
      color: #664a36;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      box-shadow: none;
      background: #eeded3;
      border: none;
      width: 274px;
      margin: 0 5px 0 0; }
      #footer .newsletter-form input[type='text']:focus,
      #footer .newsletter-form input[type='email']:focus {
        background: #f7f2ee; }
      #footer .newsletter-form input[type='text']::-webkit-input-placeholder,
      #footer .newsletter-form input[type='email']::-webkit-input-placeholder {
        color: #664a36; }
      #footer .newsletter-form input[type='text']::-moz-placeholder,
      #footer .newsletter-form input[type='email']::-moz-placeholder {
        opacity: 1;
        color: #664a36; }
      #footer .newsletter-form input[type='text']:-moz-placeholder,
      #footer .newsletter-form input[type='email']:-moz-placeholder {
        color: #664a36; }
      #footer .newsletter-form input[type='text']:-ms-input-placeholder,
      #footer .newsletter-form input[type='email']:-ms-input-placeholder {
        color: #664a36; }
      #footer .newsletter-form input[type='text'].placeholder,
      #footer .newsletter-form input[type='email'].placeholder {
        color: #664a36; }
      @media (max-width: 1199px) {
        #footer .newsletter-form input[type='text'],
        #footer .newsletter-form input[type='email'] {
          width: 100%;
          margin: 0; } }
    @media (max-width: 1199px) {
      #footer .newsletter-form .form-group {
        width: 100%;
        margin: 0; } }
    @media (max-width: 767px) {
      #footer .newsletter-form .form-group {
        margin: 0 0 10px; } }
    #footer .newsletter-form button[type='submit'] {
      background: #654935;
      border: none;
      /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif; */
      font-family: "brandon-grotesque",sans-serif;
      font-weight: bold;
      color: #f4dfcc;
      outline: none;
      display: inline-block;
      vertical-align: top;
      width: 128px;
      padding: 13px 10px;
      font-size: 18px;
      line-height: 20px;
      border-radius: 3px; }
      #footer .newsletter-form button[type='submit']:hover {
        background: #583e2c; }
      @media (max-width: 1199px) {
        #footer .newsletter-form button[type='submit'] {
          position: absolute;
          right: 0;
          bottom: 17px; } }
      @media (max-width: 991px) {
        #footer .newsletter-form button[type='submit'] {
          bottom: 32px; } }
      @media (max-width: 767px) {
        #footer .newsletter-form button[type='submit'] {
          position: relative;
          top: 0;
          left: 0;
          width: 100%; } }
  #footer .bottom {
    background: #5b412e;
    padding: 26px 0 13px;
    color: #f7f7f7; }
    @media (max-width: 767px) {
      #footer .bottom {
        font-size: 18px;
        line-height: 20px;
        padding: 13px 19px 14px; } }
    #footer .bottom .copy {
      margin: 0;
      float: left; }
      @media (max-width: 767px) {
        #footer .bottom .copy {
          margin: 0 0 7px; } }
    #footer .bottom .design {
      float: right; }
      @media (max-width: 767px) {
        #footer .bottom .design {
          float: left;
          margin: 0 0 0 15px; } }
      #footer .bottom .design a {
        color: #f7f7f7;
        border-bottom: 1px solid #695241;
        display: inline-block;
        vertical-align: top; }
        #footer .bottom .design a:hover {
          padding: 0 0 1px;
          border-bottom: 0; }

.modal {
  text-align: center; }
  .modal button.close {
    opacity: 1;
    font-size: 48px; }
  .modal .image-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    /* font-family: "brandon_grotesquebold", Helvetica, Arial, sans-serif;  */
    font-family: "brandon-grotesque",sans-serif;
    font-weight: bold;
    }
    .modal .image-list li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      text-align: center;
      margin: 0 0 25px -4px; }
      @media (max-width: 991px) {
        .modal .image-list li {
          margin: 0 0 0 -4px; } }
      @media (max-width: 991px) {
        .modal .image-list li {
          width: 50%;
          text-align: center; } }
    @media (max-width: 991px) {
      .modal .image-list .image-hold {
        height: 219px; } }
    @media (max-width: 767px) {
      .modal .image-list .image-hold {
        width: 100%;
        height: 205px; } }
    @media (max-width: 480px) {
      .modal .image-list .image-hold {
        display: table-cell;
        vertical-align: bottom;
        height: 160px; } }
    .modal .image-list img {
      margin: 0 0 22px; }
      @media (max-width: 480px) {
        .modal .image-list img {
          margin: 0 0 5px; } }

.modal-content {
  box-shadow: none; }

.modal-body {
  padding: 24px 56px 42px; }
  @media (max-width: 991px) {
    .modal-body {
      padding: 5px 15px 20px; } }

.modal-header {
  text-align: center;
  padding: 52px 15px 20px;
  position: relative; }
  @media (max-width: 991px) {
    .modal-header {
      padding: 25px 15px 0; } }
  .modal-header .close {
    position: absolute;
    right: 29px;
    top: 19px; }
    @media (max-width: 991px) {
      .modal-header .close {
        right: 10px;
        top: 0; } }
  .modal-header h2 {
    margin: 0; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-dialog {
  display: block;
  text-align: left;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .modal-dialog {
      display: inline-block; } }

@media (max-width: 991px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%; } }

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
  direction: rtl; }

.countdown-holding span {
  color: #888; }

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center; }

.countdown-show1 .countdown-section {
  width: 98%; }

.countdown-show2 .countdown-section {
  width: 48%; }

.countdown-show3 .countdown-section {
  width: 32.5%; }

.countdown-show4 .countdown-section {
  width: 24.5%; }

.countdown-show5 .countdown-section {
  width: 19.5%; }

.countdown-show6 .countdown-section {
  width: 16.25%; }

.countdown-show7 .countdown-section {
  width: 14%; }

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center; }

.countdown-amount {
  font-size: 200%; }

.countdown-period {
  display: block; }

.countdown-descr {
  display: block;
  width: 100%; }

.dropdown-menu {
  background: #f3f5e3; }
  .dropdown-menu:after {
    border-bottom: 6px solid #f3f5e3; }

#glowingLayout span span {
  display: block;
  float: left;
  width: 30px;
  height: 37px;
  /*margin: 0 8px;*/
  background: url(images/counter-number.png) no-repeat -402px 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    #glowingLayout span span {
      background: url(images/counter-number-2x.png) no-repeat -402px 0;
      background-size: 407px 37px; } }

#glowingLayout span span.image0 {
  background-position: -380px 0px; }

#glowingLayout span span.image1 {
  background-position: 8px 0px; }

#glowingLayout span span.image2 {
  background-position: -32px 0px; }

#glowingLayout span span.image3 {
  background-position: -75px 0px; }

#glowingLayout span span.image4 {
  background-position: -120px 0px; }

#glowingLayout span span.image5 {
  background-position: -164px 0px; }

#glowingLayout span span.image6 {
  background-position: -207px 0px; }

#glowingLayout span span.image7 {
  background-position: -250px 0px; }

#glowingLayout span span.image8 {
  background-position: -292px 0px; }

#glowingLayout span span.image9 {
  background-position: -336px 0px; }

@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes scaleUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
    
/*animate banner START*/

@keyframes boardRotate {
  0%,8%, 100%{
    transform: rotate(0deg);
  }
  1%{
    transform: rotate(-6deg);
  }
  3%{
    transform: rotate(5deg);
  }
  5%{
    transform: rotate(-4deg);
  }
  7%{
    transform: rotate(3deg);
  }
}
@keyframes labelRotate {
  0%,12%, 100%{
    transform: rotate(0deg);
  }
  1%{
    transform: rotate(-8deg);
  }
  3%{
    transform: rotate(7deg);
  }
  5%{
    transform: rotate(-6deg);
  }
  7%{
    transform: rotate(5deg);
  }
  9%{
    transform: rotate(-5deg);
  }
  11%{
    transform: rotate(4deg);
  }
}
@keyframes carAction {
  0%, 100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-1px);
  }
}
@keyframes carPosition {
  0%{
    opacity: 0;
    transform: translateX(-460px) scale(0.8);
  }
  15%{
    opacity: 0;
    transform: translateX(-460px) scale(0.8);
  }
  18%{
    opacity: 1;
  }
  28%{
    opacity: 1;
    transform: translateX(-230px) scale(1);
  }
  70%{
    transform: translateX(-230px);
  }
  80%{
    opacity: 1;
    transform: translateX(0);
  }
  100%{
    opacity: 0;
  }
}
@keyframes carTree {
  0%{
    opacity: 0;
    transform: translateX(0);
  }
  35%{
    opacity: 0;
    transform: translateY(0);
  }
  36%{
    opacity: 0;
    transform: translateY(-13px) rotate(-10deg);
  }
  40%{
    opacity: 1;
    transform: translateY(-26px) rotate(0deg);
  }
  43%{
    transform: translateY(-22px);
    opacity: 1;
  }
  98%{
    transform: translateY(-22px);
    opacity: 1;
  }
  99%{
    transform: translateX(0);
  }
  100%{
    opacity: 0;
  }
}
@keyframes cloudsPosition {
  0%,100%{
    transform: translate(0, 0);
  }
  25%{
    transform: translate(30px, 0);
  }
  50%{
    transform: translate(70px, 0);
  }
  75%{
    transform: translate(35px, 0);
  }
}
@keyframes wingRotateLeft {
  0%,100%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(20deg);
  }
  75%{
    transform: rotate(-80deg);
  }
}
@keyframes wingRotateRight {
  0%,100%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(-20deg);
  }
  75%{
    transform: rotate(80deg);
  }
}
@keyframes birdFly1 {
  0%{
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
  }
  50%{
    opacity: 1;
    transform: translate(45px, -8px) scale(0.7);
  }
  100%{
    opacity: 0;
    transform: translate(90px, -15px) scale(0.4);
  }
}
@keyframes birdFly2 {
  0%{
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
  }
  50%{
    opacity: 1;
    transform: translate(50px, -7px) scale(1);
  }
  100%{
    opacity: 0;
    transform: translate(100px, -14px) scale(0.4);
  }
}
@keyframes birdFly3 {
  0%{
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
  }
  50%{
    opacity: 1;
    transform: translate(40px, -6px) scale(1);
  }
  100%{
    opacity: 0;
    transform: translate(90px, -10px) scale(0.4);
  }
}
@keyframes santaHead {
  0%{
    transform: rotate(0deg);
  }
  10%{
    transform: rotate(0deg);
  }
  13%{
    transform: rotate(10deg);
  }
  16%{
    transform: rotate(0deg);
  }
  65%{
    transform: rotate(0deg);
  }
  68%{
    transform: rotate(-10deg);
  }
  77%{
    transform: rotate(-10deg);
  }
  80%{
    transform: rotate(0deg);
  }
}
@keyframes santaPompon {
  0%{
    transform: rotate(0deg);
  }
  12%{
    transform: rotate(0deg);
  }
  15%{
    transform: rotate(-10deg);
  }
  18%{
    transform: rotate(0deg);
  }
  67%{
    transform: rotate(0deg);
  }
  70%{
    transform: rotate(-10deg) translateY(3px);
  }
  79%{
    transform: rotate(-10deg) translateY(3px);
  }
  83%{
    transform: rotate(0deg);
  }
}
@keyframes santaEye {
  0%,10%,12%,18%,20%,22%,50%,52%,58%,60%,62%{
    transform: scaleY(1) translateY(0);
  }
  11%,19%,21%,51%,59%,61%{
    transform: scaleY(0) translateY(25%);
  }
}
@keyframes santaHandLeft {
  0%{
    transform: rotate(0deg);
  }
  10%{
    transform: rotate(0deg);
  }
  14%{
    transform: rotate(-10deg);
  }
  19%{
    transform: rotate(0deg);
  }
}
@keyframes santaHandRight {
  0%{
    transform: rotate(0deg);
  }
  9%{
    transform: rotate(0deg);
  }
  14%{
    transform: rotate(15deg);
  }
  19%{
    transform: rotate(0deg);
  }
}
@keyframes santaMustache {
  0%{
    transform: rotate(0deg);
  }
  21%{
    transform: rotate(0deg);
  }
  22%{
    transform: rotate(3deg);
  }
  24%{
    transform: rotate(-3deg);
  }
  26%{
    transform: rotate(3deg);
  }
  28%{
    transform: rotate(-3deg);
  }
  29%{
    transform: rotate(0deg);
  }
  52%{
    transform: translateY(0);
  }
  53%,57%{
    transform: translateY(-3px);
  }
  55%,59%{
    transform: translateY(2px);
  }
  60%{
    transform: translateY(0);
  }
}
@keyframes dogEye {
  0%,15%,17%,22%,24%,26%,60%,62%,68%,70%,72%{
    transform: scaleY(1) translateY(0);
  }
  16%,23%,25%,61%,69%,71%{
    transform: scaleY(0) translateY(25%);
  }
}
@keyframes dogNose {
  0%,10%,12%,20%,22%,24%,60%,62%,64%,90%,92%,94%{
    transform: translateY(0);
  }
  11%,21%,23%,61%,63%,91%,93%{
    transform: translateY(-2px);
  }
}
@keyframes dogTail {
  0%,100%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(-8deg);
  }
  75%{
    transform: rotate(8deg);
  }
}
@keyframes dogHead {
  0%,100%{
    transform: rotate(0deg);
  }
  10%{
    transform: rotate(0deg);
  }
  13%{
    transform: rotate(-7deg);
  }
  23%{
    transform: rotate(-7deg);
  }
  26%{
    transform: rotate(0deg);
  }
  40%{
    transform: rotate(0deg);
  }
  43%{
    transform: rotate(12deg);
  }
  63%{
    transform: rotate(12deg);
  }
  66%{
    transform: rotate(0deg);
  }
}
@keyframes dogEar {
  0%,100%{
    transform: rotate(0deg);
  }
  12%{
    transform: rotate(0deg);
  }
  15%{
    transform: rotate(-7deg);
  }
  18%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(0deg);
  }
  28%{
    transform: rotate(7deg);
  }
  31%{
    transform: rotate(0deg);
  }
  42%{
    transform: rotate(0deg);
  }
  45%{
    transform: rotate(7deg);
  }
  48%{
    transform: rotate(0deg);
  }
  65%{
    transform: rotate(0deg);
  }
  68%{
    transform: rotate(-7deg);
  }
  71%{
    transform: rotate(0deg);
  }
}
@keyframes discountScale {
  0%{
    transform: scale(0.8);
  }
  15%{
    transform: scale(0.8);
  }
  18%{
    transform: scale(1);
  }
  20%{
    transform: scale(0.8);
  }
  28%{
    transform: scale(1);
  }
  60%{
    transform: scale(1);
  }
  63%{
    transform: scale(1.2);
  }
  68%{
    transform: scale(0.8);
  }
  71%{
    transform: scale(1);
  }
  95%{
    transform: scale(1);
  }
  100%{
    transform: scale(0.8);
  }
}
@keyframes discountRotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes flowerStem {
  0%,100%{
    transform: rotate(0deg);
  }
  6%,30%,54%,78%{
    transform: rotate(-11deg);
  }
  18%,42%,66%,90%{
    transform: rotate(11deg);
  }
}
@keyframes flowerBud {
  0%,100%{
    transform: rotate(0deg);
  }
  6%,30%,54%,78%{
    transform: rotate(-45deg);
  }
  18%,42%,66%,90%{
    transform: rotate(45deg);
  }
}
@keyframes rabbitShadow {
  0%,100%{
    transform: scale(0);
  }
  4%{
      transform: scale(1);
  }
  47%{
      transform: scale(1);
  }
  50%{
      transform: scale(0);
  }
}
@keyframes rabbitHead {
  0%,100%{
    top: 375px;
  }
  5%{
      top: 375px;
  }
  8%{
      top: 6px;
  }
  10%{
      transform: rotate(0deg);
  }
  12%{
      transform: rotate(-10deg);
  }
  22%{
      transform: rotate(-10deg);
  }
  28%{
      transform: rotate(10deg);
  }
  34%{
      transform: rotate(10deg);
  }
  36%{
      transform: rotate(0deg);
  }
  43%{
      top: 6px;
  }
  46%{
      top: 375px;
  }
  50%{
      top: 375px;
  }
}
@keyframes rabbitBody {
  0%,100%{
    top: 375px;
  }
  5%{
      top: 375px;
  }
  8%{
      top: 6px;
  }
  43%{
      top: 6px;
  }
  46%{
      top: 375px;
  }
  50%{
      top: 375px;
  }
}
@keyframes rabbitHand {
  0%,100%{
    /*opacity: 0;*/
    transform: translate(-10px, 350px);
  }
  8%{
      /*opacity: 0;*/
      transform: translate(-10px, -10px);
  }
  11%{
      /*opacity: 1;*/
      transform: translate(0, 0);
  }
  40%{
      /*opacity: 1;*/
      transform: translate(0, 0);
  }
  42%{
      /*opacity: 0;*/
      transform: translate(-10px, -10px);
  }
  50%{
      /*opacity: 0;*/
      transform: translate(-10px, 350px);
  }
}
@keyframes rabbitHands {
  0%,100%{
    top: -6px;
  }
  8%{
      top: -6px;
  }
  11%{
      top: 20px;
  }
  40%{
      top: 20px;
  }
  42%{
      top: -6px;
  }
  50%{
      top: -6px;
  }
}
.banner-block.main{
  background: url(images/banner/banner-bg.jpg) no-repeat 52% 0;
  background: url(images/banner/b-new.jpg) no-repeat 52% 0;
}
.banner-board{
  position: absolute;
  bottom: 34px;
  left: 59px;
  z-index: 11;
  text-align: left;
}
.banner-board-bg{
  z-index: 7;
  position: relative;
  transition: 0.5s;
  transform-origin: 50% 100%;
}
.banner-board-spark{
  position: absolute;
  width: 100%;
  bottom: -4px;
  z-index: 8;
  padding: 0 60px;
}
.banner-board-shadow{
  position: absolute;
  width: 100%;
  bottom: -16px;
  z-index: 6;
  padding: 0 10px;
}
.banner-board-counter{
  position: absolute;
  top: 26px;
  z-index: 7;
  width: 100%;
}
.banner-board-counter #glowingLayout{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 6px 0px 0;
}
.counter-label{
  overflow: hidden;
  display: inline-block;
  padding: 13px 6px;
  margin: 0 2px;
  transform-origin: 50% 6px;
  transition: 0.5s;
  background: url(images/sprite.png) no-repeat 0 0;
}
.banner-board-nails{
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 0 6px 0 0;
  text-align: center;
}
.banner-board-nail-1,
.banner-board-nail-2,
.banner-board-nail-3{
  display: inline-block;
  width: 42px;
  margin: 0 2px;
  height: 18px;
  background: url(images/banner/board-nail-1.svg) no-repeat 50% 0;
}
.banner-board-nail-2{
  background: url(images/banner/board-nail-2.svg) no-repeat 50% 0;
}

.banner-car{
  position: absolute;
  left: 100px;
  top: -23px;
  z-index: 5;
  width: 128px;
  height: 53px;
  transition: .5s;
}
.banner-car-top{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: .5s;
}
.banner-car-top img{
  z-index: 4;
  position: relative;
}
.banner-car-bottom{
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 4;
  padding: 0 11px 0 20px;
}
.banner-car-shadow{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 8px 0 14px;
}
.banner-car-fir-tree{
  position: absolute;
  top: 13px;
  left: 0;
  padding: 0 68px 0 7px;
  z-index: 1;
  opacity: 0;
}
.banner-one-tree{
  position: absolute;
  z-index: 9;
  top: -41px;
  left: -85px;
}
.banner-clouds{
  position: absolute;
  top: -414px;
  left: 0;
}
.banner-bird{
  position: absolute;
  width: 32px;
  height: 7px;
  transform: scale(0.4);
  opacity: 0;
}
.banner-bird-1{
  top: -225px;
  left: 136px;
}
.banner-bird-2{
  top: -240px;
  left: 211px;
}
.banner-bird-3{
  top: -256px;
  left: 571px;
}
.banner-bird:before{
  content: "";
  position: absolute;
  top: 15px;
  width: 4px;
  height: 5px;
  background: #9ABDB5;
  border-radius: 50%;
  left: 50%;
  margin: 0 0 0 -2px;
}
.banner-bird-wing-left{
  position: absolute;
  width: 16px;
  height: 7px;
  top: 1px;
  left: 1px;
  transform: rotate(-41deg);
  transform-origin: 100% 17px;
}
.banner-bird-wing-right{
  position: absolute;
  width: 16px;
  height: 7px;
  top: 1px;
  right: 1px;
  transform: rotate(41deg);
  transform-origin: 0 17px;
}
.banner-santa{
  position: absolute;
  top: -174px;
  right: 103px;
  z-index: 12;
}
.banner-santa-pompon{
  position: absolute;
  top: -7px;
  left: 51px;
  z-index: 9;
  transform-origin: 74% 8%;
}
.banner-santa-head{
  position: relative;
  z-index: 8;
}
.banner-santa-body{
  position: relative;
  z-index: 6;
  margin: -41px 0 0 -7px;
}
.banner-santa-hand{
  position: absolute;
}
.banner-santa-hand-left{
  top: 204px;
  right: 22px;
  z-index: 7;
  transform-origin: 5px 5px;
}
.banner-santa-hand-right{
  top: 203px;
  left: -40px;
  z-index: 7;
  transform-origin: 85% 1%;
}
.banner-santa-mustache{
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  z-index: 9;
}
.banner-santa-nouse{
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 115px;
}
.banner-santa-shadow{
  position: relative;
  z-index: 5;
  margin: -22px 0 0 -3px;
}
.banner-santa-eye{
  position: absolute;
  top: 100px;
  z-index: 9;
}
.banner-santa-eye-left{
  left: 69px;
}
.banner-santa-eye-right{
  right: 69px;
}
.banner-dog{
  position: absolute;
  top: -13px;
  right: -8px;
  z-index: 13;
  width: 125px;
  height: 170px;
}
.banner-dog-head{
  position: absolute;
  top: 29px;
  left: 10px;
  z-index: 5;
  transform-origin: 56% 71%;
}
.banner-dog-head img{
  z-index: 5;
  position: relative;
}
.banner-dog-ear{
  position: absolute;
  top: 5px;
  left: -4px;
  z-index: 4;
  transform-origin: 100% 100%;
}
.banner-dog-eye{
  position: absolute;
  z-index: 6;
}
.banner-dog-eye-1{
  top: 38px;
  left: 9px;
  height: 15px;
  overflow: hidden;
}
.banner-dog-eye-2{
  top: 39px;
  left: 34px;
}
.banner-dog-nose{
  position: absolute;
  top: 49px;
  left: 3px;
  z-index: 6;
}
.banner-dog-body{
  top: 90px;
  left: 13px;
  position: absolute;
  z-index: 4;
  padding: 0 0 0 0;
}
.banner-dog-tail{
  position: absolute;
  z-index: 3;
  top: 91px;
  right: 3px;
  transform-origin: 18px 62px;
}
.banner-dog-shadow{
  position: absolute;
  bottom: -20px;
  left: 0;
}
.banner-flower{
  position: absolute;
}
.banner-flower-1{
  top: 193px;
  left: -113px;
}
.banner-flower-2{
  top: 103px;
  left: 253px;
}
.banner-flower-3{
  top: 193px;
  right: 233px;
  transform: scale(1.2);
}
.banner-flower-4{
  top: 216px;
  right: 165px;
  animation-delay: .6s;
  transform: scale(1.2);
}
.banner-flower-5{
  top: 165px;
  right: -51px;
  transform: scale(1.2);
}
.banner-flower-2 .banner-flower-stem > img,
.banner-flower-4 .banner-flower-stem > img{
  margin: 0 0 0 14px;
}
.banner-animate .banner-flower-2 .banner-flower-stem,
.banner-animate .banner-flower-4 .banner-flower-stem,
.banner-animate .banner-flower-2 .banner-flower-bud,
.banner-animate .banner-flower-4 .banner-flower-bud{
  animation-delay: 1.2s;
}
.banner-animate .banner-flower-1 .banner-flower-stem{
  transform: rotate(-7deg);
}
.banner-animate .banner-flower-2 .banner-flower-stem{
  transform: rotate(-2deg);
}
.banner-animate .banner-flower-3 .banner-flower-stem{
  transform: rotate(11deg);
}
.banner-animate .banner-flower-4 .banner-flower-stem{
  transform: rotate(7deg);
}
.banner-flower-bud{
  position: relative;
  margin: 0 0 -10px;
  z-index: 15;
}
.banner-flower-stem{
  position: relative;
  margin: 0 0 -15px;
  transform-origin: 50% 100%;
}
.banner-flower-shadow{
  position: relative;
}




.banner-animate .banner-board-bg{
  animation: boardRotate 10s infinite ease-out;
}
.banner-animate .counter-label:nth-child(1){
  animation: labelRotate 10s infinite ease-out;
  animation-delay: 0.2s;
}
.banner-animate .counter-label:nth-child(2){
  animation: labelRotate 10s infinite ease-out;
  animation-delay: 0.6s;
}
.banner-animate .counter-label:nth-child(3){
  animation: labelRotate 10s infinite ease-out;
  animation-delay: 0.4s;
}
.banner-animate .banner-car{
  animation: carPosition 10s infinite linear;
}
.banner-animate .banner-car-top{
  animation: carAction .3s infinite ease-out;
}
.banner-animate .banner-car-fir-tree{
  animation: carTree 10s infinite linear;
}
.banner-animate .banner-clouds{
  animation: cloudsPosition 15s infinite linear;
}
.banner-animate .banner-bird-wing-left{
  animation: wingRotateLeft 2s infinite linear;
}
.banner-animate .banner-bird-wing-right{
  animation: wingRotateRight 2s infinite linear;
}
.banner-animate .banner-bird-1 .banner-bird-wing-left,
.banner-animate .banner-bird-1 .banner-bird-wing-right{
  animation-delay: 0.6s;
}
.banner-animate .banner-bird-3 .banner-bird-wing-left,
.banner-animate .banner-bird-3 .banner-bird-wing-right{
  animation-delay: 1.4s;
}
.banner-animate .banner-bird-1{
  animation: birdFly1 9s infinite linear;
}
.banner-animate .banner-bird-2{
  animation: birdFly2 9s infinite linear;
}
.banner-animate .banner-bird-3{
  animation: birdFly3 9s infinite linear;
}
.banner-animate .banner-santa-head{
  animation: santaHead 10s infinite linear;
}
.banner-animate .banner-santa-pompon{
  animation: santaPompon 10s infinite linear;
}
.banner-animate .banner-santa-eye{
  animation: santaEye 10s infinite linear;
}
.banner-animate .banner-santa-hand-left{
  animation: santaHandLeft 10s infinite linear;
}
.banner-animate .banner-santa-hand-right{
  animation: santaHandRight 10s infinite linear;
}
.banner-animate .banner-santa-hand-left{
  animation: santaHandLeft 10s infinite linear;
}
.banner-animate .banner-santa-mustache{
  animation: santaMustache 10s infinite linear;
}
.banner-animate .banner-dog-eye{
  animation: dogEye 10s infinite linear;
}
.banner-animate .banner-dog-nose{
  animation: dogNose 10s infinite linear;
}
.banner-animate .banner-dog-tail{
  animation: dogTail 1s infinite linear;
}
.banner-animate .banner-dog-head{
  animation: dogHead 10s infinite linear;
}
.banner-animate .banner-dog-ear{
  animation: dogEar 10s infinite linear;
}
.banner-animate .discount-label.add{
  /*animation: discountScale 6s infinite linear;*/
}
.banner-animate .discount-label.add:before{
  /*animation: discountRotate 10s infinite linear;*/
}
.banner-animate .banner-flower-stem{
  /*animation: flowerStem 10s infinite linear;*/
}
.banner-animate .banner-flower-bud{
  /*animation: flowerBud 10s infinite linear;*/
}


@media (max-width: 991px) {
  .banner-board{
    bottom: 2px;
    left: -61px;
  }
  .banner-car{
    left: 9px;
    top: 55px;
  }
  .banner-santa{
    top: -148px;
    right: -41px;
  }
  .banner-dog{
    top: 164px;
    right: -14px;
  }
  .banner-flower{
    display: none;
  }
}
@media (max-width: 767px) {
  .rabbit,
  .banner-board,
  .banner-car,
  .banner-santa,
  .banner-one-tree,
  .banner-dog{
    display: none;
  }
}


.banner-block.main .discount-label.add{
  z-index: 15;
}
.discount-label.add{
  background: none;
}
.discount-label.add:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/label-bg02.png) no-repeat 0 0;
  z-index: -1;
}


.countdown-box {
  background: url(images/banner/board.png) no-repeat 0 0;
  width: 200px;
  height: 267px;
  background-size: cover;
  position: absolute;
  left: 56px;
  bottom: 21px;
  z-index: 1;
  color: #000;
  padding: 40px 29px 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .countdown-box {
      background: url(images/counter-2x.png) no-repeat 0 0;
      background-size: 200px 267px; } }
  @media (max-width: 1199px) {
    .countdown-box {
      left: 46px; } }
  @media (max-width: 991px) {
    .countdown-box {
      left: -74px; } }
  @media (max-width: 767px) {
    .countdown-box {
      display: none; } }
.rabbit{
  position: absolute;
  top: 8px;
  width: 255px;
  height: 379px;
  z-index: 1;
}
.rabbit-1{
    transform: scale(0.3);
    top: -89px;
    right: -240px;
}
.rabbit-2{
    transform: scale(0.12);
    top: -212px;
    right: 421px;
}
.rabbit-ear-left{
  position: absolute;
  top: 0;
  left: 47px;
  width: 65px;
  height: 240px;
  border-radius: 65px 45px 59% 39%;
  background: #b7b7b7;
  transform: rotate(-6deg);
  z-index: 2;
}
.rabbit-ear-right{
  position: absolute;
  top: 0;
  right: 51px;
  width: 67px;
  height: 258px;
  border-radius: 45px 60px 59% 39%;
  background: #b7b7b7;
  transform: rotate(5deg);
  z-index: 2;
}
.rabbit-face{
  position: absolute;
  top: 170px;
  right: 41px;
  height: 140px;
  width: 163px;
  border-radius: 66px 81px 70px 78px;
  background: #cecece;
  z-index: 4;
}
.rabbit-eae-left{
  position: absolute;
  top: 208px;
  left: 72px;
  height: 57px;
  width: 58px;
  border-radius: 75px 79px 78px 85px;
  background: #dddddd;
  z-index: 5;
}
.rabbit-eae-right{
  position: absolute;
  top: 210px;
  left: 151px;
  height: 57px;
  width: 58px;
  border-radius: 75px 79px 78px 85px;
  background: #dddddd;
  z-index: 5;
}
.rabbit-body{
  position: absolute;
  top: 246px;
  left: 46px;
  height: 179px;
  width: 154px;
  border-radius: 265px 243px 225px 249px;
  background: #b7b7b7;
  z-index: 2;
}
.rabbit-maw{
  position: absolute;
  top: 303px;
  left: 103px;
  height: 92px;
  width: 85px;
  border-radius: 265px 243px 225px 249px;
  background: #dddddd;
  z-index: 3;
}
.rabbit-hands{
    position: absolute;
    top: 8px;
    left: 50%;
    width: 501px;
    transform: translateX(-50%);
    height: 378px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 4;
    /*background: #ffe161;*/
    transition: .4s;
}
.rabbit-hand-left{
  position: absolute;
  bottom: 21px;
  left: 209px;
  height: 26px;
  width: 46px;
  border-radius: 17px 20px 4px 4px;
  background: #cecece;
  z-index: 4;
  transition: .4s;
  /*opacity: 0;*/
}
.rabbit-hand-right{
  position: absolute;
  bottom: 21px;
  left: 300px;
  height: 26px;
  width: 46px;
  border-radius: 17px 20px 4px 4px;
  background: #cecece;
  z-index: 4;
  transition: .4s;
  /*opacity: 0;*/
}
.rabbit-shadow{
  position: absolute;
  top: 291px;
  left: 0;
  right: 0;
  height: 80px;
  border-radius: 50%;
  background: #3b9386;
  z-index: 1;
  transition: .4s;
  transform: scale(0);
}
.rabbit-inner{
  position: absolute;
  top: -6px;
  left: 50%;
  width: 501px;
  transform: translateX(-50%);
  height: 378px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.rabbit-head{
    position: absolute;
    top: 6px;
    top: 375px;
    left: 123px;
    width: 255px;
    height: 100%;
    transition: .4s;
    z-index: 10;
    transform: rotate(0deg);
    transform-origin: 135px 240px;
}
.rabbit-body-inner{
    position: absolute;
    top: 375px;
    left: 123px;
    width: 255px;
    height: 100%;
    transition: .4s;
    z-index: 9;
    
}
.rabbit-nose{
  position: absolute;
  top: 248px;
  left: 122px;
  width: 39px;
  height: 25px;
  z-index: 7;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAZCAYAAACy0zfoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEM4NjVGMEQ3NTg0MTFFNkI5REE4NEU0QjYxOTY0NTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEM4NjVGMEU3NTg0MTFFNkI5REE4NEU0QjYxOTY0NTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Qzg2NUYwQjc1ODQxMUU2QjlEQTg0RTRCNjE5NjQ1NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Qzg2NUYwQzc1ODQxMUU2QjlEQTg0RTRCNjE5NjQ1NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmyLysgAAAT8SURBVHjalFf/bxRFFJ+ZWm6v6Q+9QOx9SwxJWxu1oIZQCEYUommFSizB8K0Cd6X6i/7gn2L0T8CYqFEkaEwKiNFIiLQ2VUC4g4RwXAmEXrWt1za345vdebNv53YPnWRzM7tv3vvMZz7vzRwvl8vMbvV63Xs45/vVWErJqtX7/fXVla5qpdJfX1npcuH9rVu3t3MumG/jMtXHX2wbNz71C3xlHU6ylslmrycTTi2T6b7e2dn5sK2tbQVMLrGYxi1w2wDIEzOzs3vLpfKO6tz9/vna/IZKdU4BZRxASg6TJPN+oecBx28KMNffVXO1U6H7gQ/OctkM27B+/b2+np6L+Vx+pq+v56I2v0TBbbt7t7IZAO27cePmzj9LpQ7bGQZS731QTLMVtlHfVNe34wxZZ2SuHjJhsaS+Pd3bu9wLYDcPDJzO53Mz/KOPP/nmzLffjRi0xCkF4wMJB48KTMEGgX0nyK5oWoiOLQO2R94Y+kLsGR46vmNw66wwwKQBhhMoU8gq2giyfdrKB861ncV+mHVmZOJJRIPcPrh1as/wcEH5fjR29MiuTZsG7vnAAspdA8QSKg9sPOeEBRVIgcFFSdSiXowPiDOuNUtBqzkK2LGjR16F4d9ejLW1tYdvvTnySjad9iZRIdu/NCEC4NzMk9Z8wYgMeBg8XYTq5/K5VQC2C4Z/efMbjQZbXl5mjuPcnCgWnvEB8pDwMQu1G80EYRKDYfDA2LBPgbh0V8BWgc/msqsffvB+HroLOFcsLS0ZYQPAawBwIJvu9hhxQwmCjEijM8HiBC1DDKIPCsbMBcfpdHdj/Pix3vb29gdUPgLrFOojkUj8DgCfz2XS5h0hwqye6hKBBwxzY+OPJdGmDLEGcRoQrxeIuaN2UO1kCBw+XhmABwxnYMIWxSACwkCoK2QGk4NrRhRQSTLI11agTWqr/J8snOhPJpO31TvXdZnaSQQokDWqE9WAwSvvjhcHkUEK0mcmrCt6QgiLzaB8SFNuMuAXCOgDIkq0xiobBChsYOhAM3gZHLyUznSHgITKinUicBkwik84oRRjHrBnVRKGQTOzi4uLi02nSBOD4ODniULhZbVSTAI/84ITxC8RwRizVkqr/sF7zdhz4PcqJSIqvpB2hbXPPPgOmvjpwOj+0Q7HMVoLqj/WPU4uAySDOX7jDG4kbOzwoUGQzB/2URnVhM1UDJMynX7y9ESx+LYKIEh9o+cmFlbUJTKmgjvr1oH4CztTqdRl238cyMcyR5y4APBLAHjIcRIhgMy6rWCtQ4aTiQRsZfG1bDb9Y5R04nZMxKGmJSaod9yFi+LnE8Xxd0AzTcmBIJE55brD8YANAbDJ5qxltv8Qo8JO46htxYn6ewMAfgpbdEJpkGatucPpBFESOFko7gX77ykYG4R9EDB6pkdlzWPGDWDi1JYXX/jM3Pd0EPStmAXG9oHd2SgfoUIdl61RICymmhzq3zV43oPuLC0lzNOYB2wUGDvTyn+c1swl9r8mhL1SNf51anoBuruhe9UlV/tUqusrSJ6vvayI0VirGOi/ZSmJ2lZc2dT0tPcPDdoDeP86sFbSBfpstTp3sLawIOM0FpeETQnxP0pJqH/uwg/mRgI+KtDdDbo7BVt8APqrk+cvxGrMZiiuibhztRXlk+fOs0e1mjkB9Pl5B2zG4NU/SoNXpn9j89qmFUNRWsPxvwIMAIuD9z1zp3nlAAAAAElFTkSuQmCC') no-repeat 50% 50%;
}
.rabbit-mustache{
  position: absolute;
  top: 248px;
  left: 106px;
  width: 71px;
  height: 39px;
  z-index: 7;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAAnCAYAAABdRFVFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NFQ0ZDMUY3NTg0MTFFNkJBOEI5MkZFQjVGMEYzRkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NFQ0ZDMjA3NTg0MTFFNkJBOEI5MkZFQjVGMEYzRkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0VDRkMxRDc1ODQxMUU2QkE4QjkyRkVCNUYwRjNGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0VDRkMxRTc1ODQxMUU2QkE4QjkyRkVCNUYwRjNGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrRg50cAAAlLSURBVHja5Fl9bFPXFb/v2eCEKcNOE4iNEmyXRkkoqwhow2mmlnRlVM0mNV5ZkVoNyJqgdptA2v6rNGnq9s+kraNjH12BDlqiCkyRuvWLz2k0jlpsszSJPXWxIbSxO9LYEStOIPbdOdfvPl8/nh1nq51IfVL8Xvye7z33d37nd865T9rV00s67rufuDZ9lWgPp9NJSn3sfvqHSyRJTv3+t79Jw7URrtOUpukf9j9PSzVnOBwueP/q1Y/I8ROvEWl0dDTvQ+UAB48tD39LgkOWKJXShMAlfFCSeuuvr6dLDQ5ORqm+H2SyCA4wcCkAsxTtQWDAVvgktBxzIzDMGzqHcaGBAdagg5aBefdQidSDrTfA2ABYPQbfz5bIGTlsycecBQcHkKmE0/chfh4FgO7MAEJfo5L0cwz/UrGlmMNYDLIlPr4JjNkLwNQhw1mcU+KGj7dLBU6xrJL/H2Q/jwMY44LpVjKzJPY/AbDugPPqhWCyuPYFDytug8SNymQqCbBqWAQhv+AGsFCiSsIAYEgmf9PaReG1BdQbhgLWNpi4qWoD+zQsOuaUGRhkCattZMUxjEWU2UG/8GGVUZlMKKHupBXmyDy6vuDgpFFnMrojibpTlrBCti7aChlAMWTFWOkbJEanVLlT96JjDrCFIlPwD5mTAQqTQvnDSssgYz40b968WR6DKJURFMYa1YuMQelSA6Fljfb/HHBu3bpFZmdnywaMSh7FKJopAHkWK1m2SiaTxGQyEVkuHDjG6elpkk6nGSgcuUJtfClSuXwbWvBlCcNqZmaGEcBoNJIlS5awsx5QRnxQC0g5C8FlFRUEHcSzVCZjUQSIllpbkBCcFAiOwWBgZw6UrADjPn7yJG6Pucstghtb11/j2YoqTinUFH/eGYqTAs9cUtBZ+McMuHz5yia/L+CIJxK2fMpdwmMFq4ilTCrniFSaKr5UTjHmx7v9XgI4ZAX5YiDgRq+Fw2HXhtbW5zmigUBAHYSDpdUj7X09j4i/1Yxlv+gPdCnJSuitJGKxmO/2+/01cD2hnTffnNp7erbO4XT30Ejw1fFYbOzRrkd+go5yx+NTDWidLzC4TQwtPpg4oGig3v25agdJDR26wR8I/ADoW0uEvkpWisFoNLYmMTX1gN6ixDm1DNCztRB7xGfAlqrIlSsGX+CSQ43rRGKSVamjkbAhErm8Sa+sFjOZzkLnXWTB9eoz587vxWylNJpZ3ck8Zjp99twv4NylB4SWIcXoSz5Hcd0dHhnZwuusUcCBgWM2V6c4UqfOnt+LDxZCupC3iqS8+/SZs3snEwmZb1Gou4BCzQMedEL8r5qLIeL4emJbjMPwfPr837bzrMlYDAN40CxefEWAPf3egR0YXoV26MVB5zJac88dhgQAhrQTIilgZ7YpZHWu7JzHPCd/jb8pFL6i4/ifniP12M+1xuf3uycn4+xeWmGwjAOsbWp6kwr1OtC5c3w81oQe1ovz+YST5hk3jnv4yMs/lpTfZxdFiNVaRyRhRxCv0VnAsj1cC/Xm1ANCD0g9nWGaC1n6L2+8tV1WN9oIsdWtHGbOam5pfkdoBMkNyPF/Onjw2Wj0kyatQOdr9fMBJeiFG8fDcbHw5LUNZ4vT7kw9uWvnzmqzWah5MvdOnTvfjp7FMeYj/sXoDIrwkVeO7ksqNqFTIFNie3Hd0NvbSyorK+vDkSvuqURcJsqiZ1OzZHDwg44VtTXxmpoaE3wX1EuL2spa5z6C29Lv9e44crRv900otPjrTLWmgSp5144n9lRVVX1abTHH/zE0tFF1gCJKI6F/roNqellDfT02fsF8884lxKLugZOqXjhw8BBkRjYP3y75ust1weGwDzBwcDKb1Zryvv9+h6wYjgOmYCGDHwxtjMY+6WhoqJ+GRdTD4EExrvNtGCkh2YL68vLRvucuBi41ckD4bp+kXD/y7c4+h93+HvzGU1tba4rGYh3XJiaW4fDKDgZj0Ycf/qsR7zWuWXMNeiJ8ARgsZhNLpwxgoXToz4f/iMAIfR60Myay/bvbfgr9Vp/aldfVrQi1t7kG3/UOfCXD52znNxIM1gyHgvs2rF8fuXeTq8lqXRlSJvRomMJCMB6P20aCoS2+QKATCipV7CXlRTjXFKV9iEDh6RHG8kABVhXdHz0E2YykKWtCMwDBCYq0GihWD7W3tV24t81VhfRHUIsMNWbfqbPn9vT3e9uxReD7R3xnoA3GraiouM7W4/P5cry9b//vjvMFpXXFjJCKpSZis61K3elY7RUKqC9/NB5dG4vFDMmZaaWJFDaxRJYp1y0tzROPb39st87imD69cODAszd4U6r8TmUdDAGLwDEia5ub3mlpbj4l/N6j5zDoBLYFApfaP40nNABmfHYHaM2Pnn5qJ4z7EvseSvQcz6NAYRx+jHF4W7mefa8k52475BjP30OxsFD3hWnO71qBMZ0Pbf0Z6N1LeVoNdygUevDwK329evPlhIkyNgrpKqttwrpyRYhvoIUvj7niU3FDAtK0aBsvGTgwuDvQ0939DEYFB1cFRwgPJlTHTpz85TCEEwdH++JNpGNaoyVizUKE7/nx4ObNFx7o2PwcGqHtmTTi6Q4CQMc8J3pvTM+ozqHCmS9Q67S0Zh+YSuLLDpqzRVJpWkqe3NX9jM1WFxJtMvT09GiLqCCI0aV71t0dtpiXp8LhyLpUOsUsoMJbAknRAaLUKFxs1amVslcSBN5pt6e+09X1qw2t64+r3incTAZrIVM23tU4ePXqWMdn//lMKe4Jf22soi5mGyIJeqOxgUsD1zwzsK37eztuA4addZgjGsjCzOfzu/8+MNAZh1jNvkKht3kiszGeHZx7zeFwptrbvvaiogue+ZT3opCeASG9AEKaZBt0NEcXZc1Ooh6rs46l7PyN++9DUT8AoX1dl8UiOHrbAtw4/B5FcnhkeCvG8SQ0q3FF2GTN/i9WularNeK0rx5wOhxei8UyLoIyFzgFQHMnk8kqaG+6IRO2TyamSL6t5izLs0DhdaWpAvVuEDLzi+bly5ldedsSLXPmKqTEDMAXgZ080HPMYjaPaxbnmcfC8+7Z6Ag26/tisX83DQWHt+I5Hp+swZpFZBJeV1ebiWW5GTKrw2t3OAbQYaJthTSPgVPogfluuOtlnv9lM6oYVolgFWHrnI7Sjv1fAQYAVS2jFYFOiYcAAAAASUVORK5CYII=') no-repeat 50% 50%;
}
.rabbit-pupil-left{
  position: absolute;
  top: 225px;
  left: 87px;
  z-index: 8;
  width: 26px;
  height: 26px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzcyNTkyQUU3NTg2MTFFNjlDQTdCQkZGMzhENkE5RjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzcyNTkyQUY3NTg2MTFFNjlDQTdCQkZGMzhENkE5RjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzI1OTJBQzc1ODYxMUU2OUNBN0JCRkYzOEQ2QTlGNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzI1OTJBRDc1ODYxMUU2OUNBN0JCRkYzOEQ2QTlGNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhZPuTMAAAQTSURBVHjajFZPaFNJGP/mrYe8XGqTgoWkwtKaQLFmQSxmL910EdR48O9FjR6qsIJQcGEvhRUPHnTZRdmyFIuHknpQG08GC2KtHmwb8WALoukrQpsUQRPxkpfTm51v3sybec9UO/DyksnM95vvN7/vN0NWVlZgEy2LH7Ztt61V1ntrtdr2+ud6DCiFSEdHNbq1fTWR6JkTY4utAmwhhLDx1Nep9WUx6JPZZ0NLS0u7P9bqYLBOhz2GGOuI8dhSfTs//JRKPd7bv+duEJRskFG2Uqn23i88uPLOskwZXF8If7PFUPFd/sYWiUTgt/Pn/ojHY28kWCugbPHR9KWHj6YHASiyAxiLUJUJFRm7gBicCFD/uDO503mRXXFLEGRi8s7fCwulJPCFsgBsJhHMGt4wFwSDO+K3HO+w7+5iACYmJ3OmaX5hlGpzGUiegcyXXia9cNTNiBL/aiQw9hvgZuyyRr09lGMm8vmLKCIJlJ15Ojv0olRKgkeNCkIEmAPq4VlR8O0R1TKXYGEzDA0GxKlrNBptbE+OuPyK1LXVS+6pDqwJgP9P1D4hheFQCE4cPZpP7+3nCuRA86XScbvZBNpCfnxlrWijqp8I2hDEZAC/ZjIzg78M3A6Hw18Y/UUJlC0vW2lXRUo1nHeQ5BN3pZqy5P9Eq8HMwMCrQwf2/4MAqDS9PnlG1ep6Z1DCwCmjHj2y3xG0GV4WBH7u3/Pu4MEDNzui0VWZQdAIONCnel3LhKhdBeIFUxWj5J5I7LCPHT58uasr/kbPoJXbcCDktWnbagDRKp0ASFrl3mCIs6wY06IYg/vaytI4S9u74rYjAhsBtck5fF+E5PGZmirkZmafD0nD/VajIm6xvb191WeSVL1lLYHmd7gAVoQwVSgcufHv6P1avX7he4A8fleMm59IU6nO8WVHNDAl+LflZXPk8pX/0B8FWFY3Xh9QKrXrMfUcWWSh2YzcL32yEwiCJnz12rWHa2uVXgQL7hMHikYiq4nubtvHqwhKNftRkxWodHNcCDsU4er1v64Hs8P2w/DwML6XwTCSi4uLKUfIWNqQay0ul3ofN1xBIvEVAwtmWT++Xlw62bmt8300GjGxy3NvlCrWhaEdB+q8EU5O/PI1wE8vaE6+VqnC2Pj4CDq3/4hh6sPiC5khzZGl/RAvM7kQI0CvA0GlElZrp0bxPAoCAVb42VxuVPNmLyN1yIn9EvQ5XzEAEGIGwI7y0VRf3/Q3j/Ly8kp6bPzWSNNuKokLGpUalaHqCkz29NhnTp/8Pcp8b1OXE+T2XuHBn3PsWNe9S78z6HTE4jEYzGS+siU5l3znXsevW0xB+8qWlW407TarbKGKYAdbOTEIvueQInHj2fBe5wG1ctyNLpK6gGCT7X8BBgBdRyP4w+CKNwAAAABJRU5ErkJggg==') no-repeat 50% 50%;
}
.rabbit-pupil-right{
  position: absolute;
  top: 225px;
  left: 169px;
  z-index: 8;
  width: 26px;
  height: 26px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzcyNTkyQUU3NTg2MTFFNjlDQTdCQkZGMzhENkE5RjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzcyNTkyQUY3NTg2MTFFNjlDQTdCQkZGMzhENkE5RjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzI1OTJBQzc1ODYxMUU2OUNBN0JCRkYzOEQ2QTlGNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzI1OTJBRDc1ODYxMUU2OUNBN0JCRkYzOEQ2QTlGNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhZPuTMAAAQTSURBVHjajFZPaFNJGP/mrYe8XGqTgoWkwtKaQLFmQSxmL910EdR48O9FjR6qsIJQcGEvhRUPHnTZRdmyFIuHknpQG08GC2KtHmwb8WALoukrQpsUQRPxkpfTm51v3sybec9UO/DyksnM95vvN7/vN0NWVlZgEy2LH7Ztt61V1ntrtdr2+ud6DCiFSEdHNbq1fTWR6JkTY4utAmwhhLDx1Nep9WUx6JPZZ0NLS0u7P9bqYLBOhz2GGOuI8dhSfTs//JRKPd7bv+duEJRskFG2Uqn23i88uPLOskwZXF8If7PFUPFd/sYWiUTgt/Pn/ojHY28kWCugbPHR9KWHj6YHASiyAxiLUJUJFRm7gBicCFD/uDO503mRXXFLEGRi8s7fCwulJPCFsgBsJhHMGt4wFwSDO+K3HO+w7+5iACYmJ3OmaX5hlGpzGUiegcyXXia9cNTNiBL/aiQw9hvgZuyyRr09lGMm8vmLKCIJlJ15Ojv0olRKgkeNCkIEmAPq4VlR8O0R1TKXYGEzDA0GxKlrNBptbE+OuPyK1LXVS+6pDqwJgP9P1D4hheFQCE4cPZpP7+3nCuRA86XScbvZBNpCfnxlrWijqp8I2hDEZAC/ZjIzg78M3A6Hw18Y/UUJlC0vW2lXRUo1nHeQ5BN3pZqy5P9Eq8HMwMCrQwf2/4MAqDS9PnlG1ep6Z1DCwCmjHj2y3xG0GV4WBH7u3/Pu4MEDNzui0VWZQdAIONCnel3LhKhdBeIFUxWj5J5I7LCPHT58uasr/kbPoJXbcCDktWnbagDRKp0ASFrl3mCIs6wY06IYg/vaytI4S9u74rYjAhsBtck5fF+E5PGZmirkZmafD0nD/VajIm6xvb191WeSVL1lLYHmd7gAVoQwVSgcufHv6P1avX7he4A8fleMm59IU6nO8WVHNDAl+LflZXPk8pX/0B8FWFY3Xh9QKrXrMfUcWWSh2YzcL32yEwiCJnz12rWHa2uVXgQL7hMHikYiq4nubtvHqwhKNftRkxWodHNcCDsU4er1v64Hs8P2w/DwML6XwTCSi4uLKUfIWNqQay0ul3ofN1xBIvEVAwtmWT++Xlw62bmt8300GjGxy3NvlCrWhaEdB+q8EU5O/PI1wE8vaE6+VqnC2Pj4CDq3/4hh6sPiC5khzZGl/RAvM7kQI0CvA0GlElZrp0bxPAoCAVb42VxuVPNmLyN1yIn9EvQ5XzEAEGIGwI7y0VRf3/Q3j/Ly8kp6bPzWSNNuKokLGpUalaHqCkz29NhnTp/8Pcp8b1OXE+T2XuHBn3PsWNe9S78z6HTE4jEYzGS+siU5l3znXsevW0xB+8qWlW407TarbKGKYAdbOTEIvueQInHj2fBe5wG1ctyNLpK6gGCT7X8BBgBdRyP4w+CKNwAAAABJRU5ErkJggg==') no-repeat 50% 50%;
}

.rabbit-1 .rabbit-shadow{
  animation: rabbitShadow 10s infinite linear;
}
.rabbit-1 .rabbit-head{
  animation: rabbitHead 10s infinite linear;
}
.rabbit-1 .rabbit-body-inner{
  animation: rabbitBody 10s infinite linear;
}
.rabbit-1 .rabbit-hands{
  animation: rabbitHands 10s infinite linear;
}
.rabbit-1 .rabbit-hand-left,
.rabbit-1 .rabbit-hand-right{
  animation: rabbitHand 10s infinite linear;
}

.rabbit-2 .rabbit-shadow{
  animation: rabbitShadow 10s infinite linear;
  animation-delay: -5s;
}
.rabbit-2 .rabbit-head{
  animation: rabbitHead 10s infinite linear;
  animation-delay: -5s;
}
.rabbit-2 .rabbit-body-inner{
  animation: rabbitBody 10s infinite linear;
  animation-delay: -5s;
}
.rabbit-2 .rabbit-hand-left,
.rabbit-2 .rabbit-hand-right{
  animation: rabbitHand 10s infinite linear;
  animation-delay: -5s;
}
/*animate banner END*/


.navbar-default .navbar-nav > li > a svg{
    vertical-align: middle;
    margin: -8px 5px 0 0;
}
.navbar-default .navbar-nav > li > a svg path{
    fill: #f06464;
    transition: .3s;
}
.navbar-default .navbar-nav > li > a:hover svg path{
    fill: #5ac3b5;
}
/*# sourceMappingURL=style.css.map */

.g-recaptcha- {
	clear: both !important;
}