/*
	Theme Name: ReFelt
	Version: 1
	Author: Studio Bas Boerman (design) en Buro Middeldorp (development)
	Author URI: https://www.basboerman.nl

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* _mixins.scss */
@font-face {
  font-family: 'Work Sans';
  src: url("../font/WorkSans-Regular.woff2") format("woff2"), url("../font/WorkSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../font/WorkSans-Light.woff2") format("woff2"), url("../font/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../font/WorkSans-Bold.woff2") format("woff2"), url("../font/WorkSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../font/WorkSans-Medium.woff2") format("woff2"), url("../font/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../font/WorkSans-SemiBold.woff2") format("woff2"), url("../font/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: .5;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: .5;
  font-weight: 300; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: .5;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: .5;
  font-weight: 300; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
input[type="number"],
textarea,
select {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 4.8rem;
  border: 1px solid #000000;
  padding: 0 1.5rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  font-size: 1.6rem; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  textarea:focus,
  select:focus {
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000000 !important; }

input.select2-search__field {
  background: #ECEFF1;
  border: 1px solid #000000; }

.ginput_container_select,
.ginput_container_date,
.select2-container,
.gender-field {
  display: block;
  position: relative;
  background: transparent; }
  .ginput_container_select:after,
  .ginput_container_date:after,
  .select2-container:after,
  .gender-field:after {
    position: absolute;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: block;
    content: "";
    right: 2.6rem;
    top: 5rem;
    width: .8rem;
    height: 1.6rem;
    background: transparent url("../images/icon/arrow.svg") no-repeat 50% 50%;
    background-size: 6px 12px;
    -webkit-transform: rotate(90deg);
    /* WebKit */
    -moz-transform: rotate(90deg);
    /* Mozilla */
    -o-transform: rotate(90deg);
    /* Opera */
    -ms-transform: rotate(90deg);
    /* Internet Explorer */
    transform: rotate(90deg);
    /* CSS3 */ }
  .ginput_container_select .screen-reader-text,
  .ginput_container_date .screen-reader-text,
  .select2-container .screen-reader-text,
  .gender-field .screen-reader-text {
    display: none; }

.select2-container:after,
.ginput_container_select:after {
  top: 1.6rem;
  right: 1.6rem; }

.select2-container--default .select2-selection--single {
  border-radius: 0; }

.select2-container .select2-selection--single {
  height: 4.8rem;
  padding-top: 8px;
  padding-left: .8rem;
  border: 1px solid #000000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4.8rem;
  display: none; }

textarea {
  font: 300 1.6rem/2.8rem "Work Sans", sans-serif;
  height: 14.4rem;
  resize: none;
  padding: .8rem 1.6rem; }

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

.gform_wrapper input.gf_coupon_code {
  float: left; }

input[type="file"]:hover {
  cursor: pointer; }

input[type='file'] {
  font-size: 14px;
  line-height: 0;
  height: 50px;
  padding: 16px 12px;
  vertical-align: middle; }

input[type="search"] {
  width: auto;
  display: inline-block; }

select[multiple],
select[size] {
  height: auto; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block;
  margin-right: .6rem; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.gform_footer input[type="submit"],
.gform_footer input[type="button"],
.gform_footer button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus,
  button:focus,
  .gform_footer input:focus[type="submit"],
  .gform_footer input:focus[type="button"] {
    outline: 0; }

.gfield_required {
  padding-left: 2px; }

.gfield_total {
  font-weight: 700; }

.ginput_complex label {
  font-weight: normal; }

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

.gfield {
  margin-bottom: 2.4rem; }
  .gfield label {
    color: #000000; }

.gfield_html {
  font: 400 16px/28px "Work Sans", sans-serif; }

label.gfield_label {
  display: block;
  font: 500 1.4rem/1.6rem "Work Sans", sans-serif;
  margin-bottom: .8rem; }

.ginput_container_checkbox ul label,
.ginput_container_radio ul label {
  font-weight: 400;
  font-family: "Work Sans", sans-serif; }

.gfield_description {
  font: 400 1.4rem/2rem "Work Sans", sans-serif;
  margin-top: 8px;
  color: #9E9E9E; }

.validation_message {
  font-style: normal; }

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0; }

.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block; }

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left; }

.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right; }

.gfield,
.gform_footer {
  clear: both; }

.gform_footer {
  width: 50%;
  padding-right: .6rem; }
  .gform_footer input[type="submit"],
  .gform_footer input[type="button"],
  .gform_footer input[type="submit"],
  .gform_footer input[type="button"],
  .gform_footer button {
    width: 100%;
    text-align: center;
    padding: 0 1.6rem !important; }

.gf_left_half,
.name_first {
  width: 50%;
  float: left;
  clear: left;
  margin-right: 0;
  display: inline-block;
  padding-right: .8rem; }

.gf_right_half,
.name_last {
  width: 50%;
  float: right;
  clear: right;
  margin-right: 0;
  display: inline-block;
  padding-left: .8rem; }

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%; }

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left; }

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right; }

.gfield_error, .validation_error {
  border: none;
  font-size: 1.6rem; }

.validation_error {
  margin-bottom: 30px; }

li.gfield_visibility_hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row, .contact-block .contact-block-form .gform_footer, .footer .social, .checkout .col2-set, .checkout .woocommerce-billing-fields__field-wrapper,
.checkout .woocommerce-shipping-fields__field-wrapper, .product-info .actions, .cart-content .mini-cart-content .top, .cart-content .left,
.cart-content .right, .cart-content .mini-cart-item, .cart-content .totals .line, .cart-content .subtotals, .cart-content .action {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.row.reverse, .contact-block .contact-block-form .reverse.gform_footer, .footer .reverse.social, .checkout .reverse.col2-set, .checkout .reverse.woocommerce-billing-fields__field-wrapper,
.checkout .reverse.woocommerce-shipping-fields__field-wrapper, .product-info .reverse.actions, .cart-content .mini-cart-content .reverse.top, .cart-content .reverse.left,
.cart-content .reverse.right, .cart-content .reverse.mini-cart-item, .cart-content .totals .reverse.line, .cart-content .reverse.subtotals, .cart-content .reverse.action {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-12 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: -9998;
  -ms-flex-order: -9999;
  order: -9999; }

.last-xs {
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

@media screen and (min-width: 640px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999; }
  .last-sm {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999; }
  .container {
    width: 640px; } }

@media screen and (min-width: 960px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999; }
  .last-md {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999; }
  .container {
    width: 960px; } }

@media screen and (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999; }
  .last-lg {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999; }
  .container {
    width: 1024px; } }

@media screen and (min-width: 1140px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999; }
  .last-xl {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999; }
  .container {
    width: 1140px; } }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

html {
  font-size: 62.5%;
  height: 100%; }

html.noscroll {
  overflow: hidden; }

body {
  padding: 0;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  line-height: 3rem;
  color: #000000;
  background: #ffffff;
  height: 100%; }

p {
  margin: 0 0 3rem 0;
  padding: 0;
  text-rendering: optimizeLegibility; }

.larger-text, blockquote, .home-intro .content, .page-intro .content, .single-journal .intro-text, .project-item .content .text {
  font: 300 2rem/4rem "Work Sans", sans-serif; }
  @media screen and (min-width: 768px) {
    .larger-text, blockquote, .home-intro .content, .page-intro .content, .single-journal .intro-text, .project-item .content .text {
      font: 300 2.4rem/4.8rem "Work Sans", sans-serif; } }

.smaller-text, .search-results ul li .excerpt, .woocommerce-checkout-payment .payment_box, .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  font: 300 1.4rem/2.4rem "Work Sans", sans-serif; }

.reveal,
.reveal-slower {
  visibility: hidden; }

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block; }

img.alignright {
  float: right;
  padding: 0 0 2.4rem 2.4rem; }

img.alignleft {
  float: right;
  padding: 0 2.4rem 2.4rem 0; }

*:focus {
  outline: 0 !important; }

strong, b {
  font-weight: 500; }

a {
  color: #000000;
  text-decoration: none;
  border: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

h1, .all-projects .hero-image .title h2, .all-projects .hero-image .title .product-overview h1, .product-overview .all-projects .hero-image .title h1, h2, .product-overview h1, h3, h4, h5, h6 {
  margin: 0 0 1.6rem 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font: 300 3.6rem/4.8rem "Work Sans", sans-serif; }
  h1 a, .all-projects .hero-image .title h2 a, .all-projects .hero-image .title .product-overview h1 a, .product-overview .all-projects .hero-image .title h1 a, h2 a, .product-overview h1 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1, .all-projects .hero-image .title h2, .all-projects .hero-image .title .product-overview h1, .product-overview .all-projects .hero-image .title h1 {
  font: 300 3.2rem/4rem "Work Sans", sans-serif;
  margin: 0 0 .8rem -.3rem; }
  @media screen and (min-width: 768px) {
    h1, .all-projects .hero-image .title h2, .all-projects .hero-image .title .product-overview h1, .product-overview .all-projects .hero-image .title h1 {
      font: 300 4rem/5.2rem "Work Sans", sans-serif; } }
  @media screen and (min-width: 960px) {
    h1, .all-projects .hero-image .title h2, .all-projects .hero-image .title .product-overview h1, .product-overview .all-projects .hero-image .title h1 {
      font: 300 4.8rem/6rem "Work Sans", sans-serif; } }

h2, .product-overview h1 {
  font: 300 2.4rem/3.2rem "Work Sans", sans-serif; }
  @media screen and (min-width: 768px) {
    h2, .product-overview h1 {
      font: 300 3.2rem/4.8rem "Work Sans", sans-serif; } }
  @media screen and (min-width: 960px) {
    h2, .product-overview h1 {
      font: 300 3.6rem/4.8rem "Work Sans", sans-serif; } }

h3, h4 {
  font: 500 2rem/2.4rem "Work Sans", sans-serif; }

blockquote {
  margin: 0;
  padding: 0; }


button,
.gform_footer input[type="submit"],
.gform_footer input[type="button"],
.gform_footer button,
button:active,
.gform_footer input:active[type="submit"],
.gform_footer input:active[type="button"],
.button {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  background: #000000;
  padding: 0 4.8rem;
  font: 500 1.6rem/4.8rem "Work Sans", sans-serif;
  border: 1px solid #000000;
  position: relative;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none; }
  button:hover, .gform_footer input:hover[type="submit"],
  .gform_footer input:hover[type="button"],
  button:active:hover,
  .gform_footer input:active:hover[type="submit"],
  .gform_footer input:active:hover[type="button"],
  .button:hover {
    background: #ffffff;
    color: #000000; }
  
  button:focus,
  .gform_footer input:focus[type="submit"],
  .gform_footer input:focus[type="button"],
  button:active:focus,
  .gform_footer input:active:focus[type="submit"],
  .gform_footer input:active:focus[type="button"],
  .button:focus {
    border: 1px solid #000000 !important; }

button.white, .gform_footer input.white[type="submit"],
.gform_footer input.white[type="button"] {
  background: #ffffff;
  color: #000000; }
  button.white:hover, .gform_footer input.white:hover[type="submit"],
  .gform_footer input.white:hover[type="button"] {
    background: #000000;
    color: #ffffff; }

button.outline, .gform_footer input.outline[type="submit"],
.gform_footer input.outline[type="button"] {
  background: transparent;
  color: white;
  border-color: #ffffff; }
  button.outline:hover, .gform_footer input.outline:hover[type="submit"],
  .gform_footer input.outline:hover[type="button"] {
    background: #ffffff;
    color: #000000; }

.caption, .product-info .options .attr-title, .quantity .title {
  font: 500 1.4rem/1.6rem "Work Sans", sans-serif;
  margin-bottom: 1.2rem; }

.embed-container {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin-bottom: 3rem; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.wrapper {
  height: 100%;
  padding-top: 8rem; }
  @media screen and (min-width: 960px) {
    .wrapper {
      padding-top: 14.4rem; } }

.wrapper.transparent {
  padding-top: 0; }

.container {
  max-width: 1368px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 3.2rem; }

.header {
  height: 8rem;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  @media screen and (min-width: 960px) {
    .header {
      height: 14.4rem; } }
  .header .container {
    height: 100%; }
  .header .row, .header .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .header .gform_footer, .header .footer .social, .footer .header .social, .header .checkout .col2-set, .checkout .header .col2-set, .header .checkout .woocommerce-billing-fields__field-wrapper, .checkout .header .woocommerce-billing-fields__field-wrapper,
  .header .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .header .woocommerce-shipping-fields__field-wrapper, .header .product-info .actions, .product-info .header .actions, .header .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .header .top, .header .cart-content .left, .cart-content .header .left,
  .header .cart-content .right, .cart-content .header .right, .header .cart-content .mini-cart-item, .cart-content .header .mini-cart-item, .header .cart-content .totals .line, .cart-content .totals .header .line, .header .cart-content .subtotals, .cart-content .header .subtotals, .header .cart-content .action, .cart-content .header .action {
    margin: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .header .hamburger {
    z-index: 4;
    position: relative; }
    @media screen and (min-width: 960px) {
      .header .hamburger {
        display: none; } }
  .header .logo {
    position: absolute;
    left: 6.6rem;
    top: 3rem;
    height: 2rem;
    z-index: 4; }
    @media screen and (min-width: 960px) {
      .header .logo {
        height: 3.6rem;
        position: relative;
        top: auto;
        left: auto; } }
    .header .logo svg {
      height: 2rem;
      width: auto; }
      @media screen and (min-width: 960px) {
        .header .logo svg {
          height: 3.6rem; } }
  .header .languages {
    display: inline-block;
    vertical-align: middle;
    height: 2.9rem;
    line-height: 2.9rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0 4.4rem;
    position: relative;
    cursor: pointer; }
    .header .languages a:after {
      display: block;
      height: 1px;
      width: 0;
      content: "";
      background: #ffffff;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease; }
    .header .languages a:hover {
      text-decoration: none; }
      .header .languages a:hover:after {
        width: 100%; }
  .header .search {
    display: inline-block;
    vertical-align: middle;
    height: 2rem;
    margin: 0 0 0 2rem;
    cursor: pointer; }
    .header .search svg {
      height: 2rem;
      width: 2rem;
      vertical-align: top; }
  .header .search-box .search-field {
    position: relative; }
  .header .search-box .search-field.loading:after {
    right: 0;
    top: 1.2rem;
    position: absolute;
    content: " ";
    display: block;
    height: 20px;
    width: 20px;
    background: transparent url("../images/icon/loader/three-dots.svg") no-repeat 50% 50%;
    background-size: 20px; }
  .header .search-box input {
    width: 100%;
    border: 0;
    padding: 0;
    font: 300 2.4rem/4.8rem "Work Sans", sans-serif; }
    .header .search-box input:focus {
      border: 0 !important;
      border-bottom: 0 !important; }
  .header .search-box ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    font: 300 2.4rem/4.8rem "Work Sans", sans-serif; }
  .header .search-box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    font: 300 2.4rem/4.8rem "Work Sans", sans-serif; }
  .header .search-box :-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    font: 300 2.4rem/4.8rem "Work Sans", sans-serif; }
  .header .search-box :-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    font: 300 2.4rem/4.8rem "Work Sans", sans-serif; }
  .header .mini-cart {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 2rem;
    margin: 0 .2rem 0 1rem; }
    @media screen and (min-width: 960px) {
      .header .mini-cart {
        margin: 0 .2rem 0 1.8rem; } }
    .header .mini-cart svg {
      height: 2rem;
      width: 2rem;
      vertical-align: top; }
    .header .mini-cart .count {
      position: absolute;
      top: -1.4rem;
      left: 100%;
      margin-left: -.6rem;
      font-size: 1.1rem;
      font-weight: 500;
      background: #000000;
      color: #ffffff;
      height: 2.4rem;
      line-height: 2.4rem;
      width: 2.4rem;
      text-align: center;
      -webkit-border-radius: 50% !important;
      border-radius: 50% !important;
      background-clip: padding-box !important;
      /* stops bg color from leaking outside the border: */ }

.search-results {
  display: none;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0; }
  .search-results ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .search-results ul li {
      border-bottom: 1px solid #ECEFF1;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
      .search-results ul li:hover {
        border-bottom: 1px solid #000000; }
      .search-results ul li .title {
        font-weight: 500; }
      .search-results ul li .excerpt p {
        margin: 0; }
      .search-results ul li a {
        padding: 2.4rem 0;
        display: block;
        background: #ffffff; }
    .search-results ul li.no-result {
      border: 0;
      margin: 0;
      padding: 2.4rem 0; }

.header.scrolled {
  height: 8rem;
  opacity: 0; }
  .header.scrolled:hover {
    opacity: 1;
    background: #ffffff; }
    .header.scrolled:hover .logo svg path {
      fill: #000000; }
    .header.scrolled:hover .hamburger-inner, .header.scrolled:hover .hamburger-inner::before, .header.scrolled:hover .hamburger-inner::after {
      background-color: #000000; }
    .header.scrolled:hover .nav ul li a {
      color: #000000; }
      .header.scrolled:hover .nav ul li a:after {
        background: #000000; }
      .header.scrolled:hover .nav ul li a:hover:after {
        background: #000000; }
    .header.scrolled:hover .nav ul li.current-menu-item a:after {
      background: #000000; }
    .header.scrolled:hover .search svg g {
      stroke: #000000; }
    .header.scrolled:hover .mini-cart svg g:nth-child(2) {
      fill: #000000; }
    .header.scrolled:hover .mini-cart svg path:first-child {
      stroke: #000000; }

.header.scrolled.white {
  opacity: 1;
  background: #ffffff; }

.nav {
  display: none;
  vertical-align: middle;
  line-height: 2.8rem;
  display: none; }
  @media screen and (min-width: 960px) {
    .nav {
      display: inline-block; } }
  .nav ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .nav ul.menu li {
      display: inline-block;
      margin: 0 0 0 4.6rem; }
      .nav ul.menu li a {
        display: block;
        font-size: 1.6rem;
        font-weight: 500; }
        .nav ul.menu li a:after {
          display: block;
          height: 1px;
          width: 0;
          content: "";
          background: #000000;
          -webkit-transition: .5s ease;
          -o-transition: .5s ease;
          transition: .5s ease; }
        .nav ul.menu li a:hover:after {
          width: 100%; }
    .nav ul.menu li.current-menu-item a:after {
      display: block;
      height: 1px;
      width: 100%;
      content: "";
      background: #000000;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease; }

.header.transparent {
  background: none; }
  .header.transparent .logo svg path {
    fill: #ffffff; }
  .header.transparent .hamburger-inner, .header.transparent .hamburger-inner::before, .header.transparent .hamburger-inner::after {
    background-color: #ffffff; }
  .header.transparent .hamburger.is-active .hamburger-inner, .header.transparent .hamburger.is-active .hamburger-inner::before, .header.transparent .hamburger.is-active .hamburger-inner::after {
    background-color: #000000; }
  .header.transparent .nav ul li a {
    color: #ffffff; }
    .header.transparent .nav ul li a:after {
      background: #ffffff; }
    .header.transparent .nav ul li a:hover:after {
      background: #ffffff; }
  .header.transparent .nav ul li.current-menu-item a:after {
    background: #ffffff; }
  .header.transparent .languages {
    color: #ffffff; }
    .header.transparent .languages a {
      color: #ffffff; }
      .header.transparent .languages a:after {
        display: block;
        height: 1px;
        width: 0;
        content: "";
        background: #ffffff;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease; }
      .header.transparent .languages a:hover {
        text-decoration: none; }
        .header.transparent .languages a:hover:after {
          width: 100%; }
  .header.transparent .search svg g {
    stroke: #ffffff; }
  .header.transparent .mini-cart svg g:nth-child(2) {
    fill: #ffffff; }
  .header.transparent .mini-cart svg path:first-child {
    stroke: #ffffff; }

.header.no-bg {
  background: none; }

.header.black .hamburger-inner, .header.black .hamburger-inner::before, .header.black .hamburger-inner::after {
  background-color: #000000; }

.header.black .logo svg path {
  fill: #000000; }

.header.black .nav ul li a {
  color: #000000; }
  .header.black .nav ul li a:after {
    background: #000000; }
  .header.black .nav ul li a:hover:after {
    background: #000000; }

.header.black .nav ul li.current-menu-item a:after {
  background: #000000; }

.header.black .languages {
  color: #000000; }
  .header.black .languages a {
    color: #000000; }
    .header.black .languages a:after {
      display: block;
      height: 1px;
      width: 0;
      content: "";
      background: #000000;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease; }
    .header.black .languages a:hover {
      text-decoration: none; }
      .header.black .languages a:hover:after {
        width: 100%; }

.header.black .search svg g {
  stroke: #000000; }

.header.black .mini-cart svg g:nth-child(2) {
  fill: #000000; }

.header.black .mini-cart svg path:first-child {
  stroke: #000000; }

.menu-mask {
  background: rgba(33, 33, 33, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2; }

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 32rem;
  height: 100%;
  background: #ffffff;
  z-index: 3;
  padding-top: 8rem; }
  .mobile-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ECEFF1; }
    .mobile-nav ul li {
      display: block; }
      .mobile-nav ul li a {
        display: block;
        font: 500 1.8rem/6.4rem "Work Sans", sans-serif;
        border-bottom: 1px solid #ECEFF1;
        padding: 0 3.2rem; }
        .mobile-nav ul li a:hover {
          background: #ECEFF1; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4); }

.hero-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px; }
  @media screen and (min-width: 640px) {
    .hero-slider {
      height: 600px; } }
  @media screen and (min-width: 768px) {
    .hero-slider {
      height: 800px; } }
  .hero-slider .carousel-cell {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px; }
    @media screen and (min-width: 640px) {
      .hero-slider .carousel-cell {
        height: 600px; } }
    @media screen and (min-width: 768px) {
      .hero-slider .carousel-cell {
        height: 800px; } }
    .hero-slider .carousel-cell .inner {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: white;
      min-height: 20.6rem;
      padding-top: 4.8rem; }
      @media screen and (min-width: 768px) {
        .hero-slider .carousel-cell .inner {
          padding: 0; } }
      .hero-slider .carousel-cell .inner .title {
        font: 300 3.2rem/4rem "Work Sans", sans-serif;
        color: #ffffff;
        margin-bottom: 3.6rem;
        max-width: 80rem; }
        @media screen and (min-width: 768px) {
          .hero-slider .carousel-cell .inner .title {
            font: 300 4.8rem/6rem "Work Sans", sans-serif; } }
      .hero-slider .carousel-cell .inner .action {
        display: none; }

.flickity-page-dots {
  position: absolute;
  bottom: 4.8rem;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  text-align: center;
  display: none; }
  @media screen and (min-width: 768px) {
    .flickity-page-dots {
      display: block; } }
  .flickity-page-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    margin: 0 8px;
    cursor: pointer; }
  .flickity-page-dots li.is-selected {
    background: #ffffff; }

.home-intro, .page-intro {
  padding: 4.8rem 0;
  position: relative;
  background: #ffffff; }
  @media screen and (min-width: 768px) {
    .home-intro, .page-intro {
      padding: 9.6rem 0; } }
  .home-intro .content p, .page-intro .content p {
    margin: 0; }

.page-intro .row, .page-intro .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .page-intro .gform_footer, .page-intro .footer .social, .footer .page-intro .social, .page-intro .checkout .col2-set, .checkout .page-intro .col2-set, .page-intro .checkout .woocommerce-billing-fields__field-wrapper, .checkout .page-intro .woocommerce-billing-fields__field-wrapper,
.page-intro .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .page-intro .woocommerce-shipping-fields__field-wrapper, .page-intro .product-info .actions, .product-info .page-intro .actions, .page-intro .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .page-intro .top, .page-intro .cart-content .left, .cart-content .page-intro .left,
.page-intro .cart-content .right, .cart-content .page-intro .right, .page-intro .cart-content .mini-cart-item, .cart-content .page-intro .mini-cart-item, .page-intro .cart-content .totals .line, .cart-content .totals .page-intro .line, .page-intro .cart-content .subtotals, .cart-content .page-intro .subtotals, .page-intro .cart-content .action, .cart-content .page-intro .action {
  border: 0;
  margin-bottom: 0; }

.hero-image-page {
  height: 60%;
  overflow: hidden;
  position: relative;
  background: transparent; }
  .hero-image-page .parallax-window {
    height: 100%; }
  .hero-image-page .title {
    position: absolute;
    bottom: 0;
    margin-bottom: 6rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hero-image-page .title {
        margin-bottom: 9.6rem; } }
    .hero-image-page .title h1, .hero-image-page .all-projects .hero-image .title h2, .all-projects .hero-image .hero-image-page .title h2, .hero-image-page .all-projects .hero-image .title .product-overview h1, .all-projects .hero-image .hero-image-page .title .product-overview h1, .hero-image-page .product-overview .all-projects .hero-image .title h1, .product-overview .all-projects .hero-image .hero-image-page .title h1 {
      color: #ffffff; }

.page-content {
  padding: 4.8rem 0 9.6rem 0; }
  .page-content h1, .page-content .all-projects .hero-image .title h2, .all-projects .hero-image .title .page-content h2, .page-content .all-projects .hero-image .title .product-overview h1, .all-projects .hero-image .title .product-overview .page-content h1, .page-content .product-overview .all-projects .hero-image .title h1, .product-overview .all-projects .hero-image .title .page-content h1 {
    margin-bottom: 3.2rem; }

.content a {
  border-bottom: 1px solid #000000; }

.pagination {
  margin-bottom: 9.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination a {
    text-decoration: none; }
    .pagination a:hover {
      background: #000000;
      color: #ffffff; }
  .pagination .page-numbers {
    display: block;
    border: 1px solid #000000;
    padding: .4rem 1.2rem;
    margin-right: 1.2rem; }
    .pagination .page-numbers.current {
      background: #000000;
      color: #ffffff; }

.journal-content {
  padding: 4.8rem 0 0 0; }

.journal-posts .item {
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .journal-posts .item {
      margin-bottom: 6.4rem; } }

.journal-post a:hover .view {
  visibility: visible;
  opacity: 1; }

.journal-post figure {
  margin-bottom: 1.25rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .journal-post figure {
      margin-bottom: 1.5rem; } }

.journal-post h4 {
  margin-bottom: .8rem; }

@media screen and (max-width: 768px) {
  .journal-post h4.project {
    font: 300 1.6rem/2.2rem "Work Sans", sans-serif; } }

.journal-post .text {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.8rem; }

.date {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500; }

.single-journal .date {
  margin-bottom: .8rem; }

.single-journal .details {
  margin-top: 4.8rem;
  padding: 0;
  font-size: 1.8rem;
  line-height: 3rem; }
  .single-journal .details .row, .single-journal .details .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .single-journal .details .gform_footer, .single-journal .details .footer .social, .footer .single-journal .details .social, .single-journal .details .checkout .col2-set, .checkout .single-journal .details .col2-set, .single-journal .details .checkout .woocommerce-billing-fields__field-wrapper, .checkout .single-journal .details .woocommerce-billing-fields__field-wrapper,
  .single-journal .details .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .single-journal .details .woocommerce-shipping-fields__field-wrapper, .single-journal .details .product-info .actions, .product-info .single-journal .details .actions, .single-journal .details .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .single-journal .details .top, .single-journal .details .cart-content .left, .cart-content .single-journal .details .left,
  .single-journal .details .cart-content .right, .cart-content .single-journal .details .right, .single-journal .details .cart-content .mini-cart-item, .cart-content .single-journal .details .mini-cart-item, .single-journal .details .cart-content .totals .line, .cart-content .totals .single-journal .details .line, .single-journal .details .cart-content .subtotals, .cart-content .single-journal .details .subtotals, .single-journal .details .cart-content .action, .cart-content .single-journal .details .action {
    margin: 0 -24px; }
  .single-journal .details .detail {
    margin-bottom: 2.4rem;
    padding: 0 2.4rem; }
    .single-journal .details .detail .title {
      font-weight: 500; }

.journal-post-content {
  padding-bottom: 9.6rem; }
  .journal-post-content .content-block {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem; }
    @media screen and (min-width: 960px) {
      .journal-post-content .content-block {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem; } }
  .journal-post-content .content-block:first-child {
    padding-top: 0; }
  .journal-post-content .content-block:last-child {
    padding-bottom: 0; }
  .journal-post-content .full-width-text p:last-child {
    margin: 0; }
  .journal-post-content .image-left-text-right .image {
    margin-bottom: 2.4rem; }
    @media screen and (min-width: 960px) {
      .journal-post-content .image-left-text-right .image {
        padding-right: 3.2rem;
        margin: 0; } }
  @media screen and (min-width: 960px) {
    .journal-post-content .image-right-text-left .image {
      padding-left: 3.2rem; } }

.project-filter {
  margin-bottom: 2.4rem; }
  .project-filter .category {
    display: inline-block;
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
    cursor: pointer; }
    .project-filter .category.active {
      border-bottom: 1px solid #000000; }
      .project-filter .category.active:after {
        display: inline-block;
        margin-left: .8rem;
        width: 1rem;
        height: 1rem;
        background: transparent url("../images/icon/close.svg") 50% 50% no-repeat;
        background-size: cover;
        cursor: pointer;
        z-index: 99999;
        content: ""; }

.social-share a {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 0 3.6rem 0;
  background: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #000000; }

.social-share a.facebook {
  background: transparent url("../images/social/facebook.svg") no-repeat 50% 50%; }
  .social-share a.facebook:hover {
    background: #3b5998 url("../images/social/facebook.svg") no-repeat 50% 50%; }

.social-share a.twitter {
  background: transparent url("../images/social/twitter.svg") no-repeat 50% 50%; }
  .social-share a.twitter:hover {
    background: #55acee url("../images/social/twitter.svg") no-repeat 50% 50%; }

.social-share a.linkedin {
  background: transparent url("../images/social/linkedin.svg") no-repeat 50% 50%; }
  .social-share a.linkedin:hover {
    background: #0077B5 url("../images/social/linkedin.svg") no-repeat 50% 50%; }

.social-share a.whatsapp {
  background: transparent url("../images/social/whatsapp.svg") no-repeat 50% 50%; }
  .social-share a.whatsapp:hover {
    background: #25D366 url("../images/social/whatsapp.svg") no-repeat 50% 50%; }

.social-share a.instagram {
  background: transparent url("../images/social/instagram.svg") no-repeat 50% 50%; }
  .social-share a.instagram:hover {
    background: #25D366 url("../images/social/instagram.svg") no-repeat 50% 50%; }

.social-share a.pinterest {
  background: transparent url("../images/social/pinterest.svg") no-repeat 50% 50%; }
  .social-share a.pinterest:hover {
    background: #25D366 url("../images/social/pinterest.svg") no-repeat 50% 50%; }

.more-posts .item {
  margin-bottom: 6.4rem; }

.more-posts .all-posts {
  position: absolute;
  top: .4rem;
  right: 3.2rem;
  font-size: 1.6rem;
  line-height: 3rem; }
  @media screen and (min-width: 960px) {
    .more-posts .all-posts {
      top: 1.2rem; } }
  .more-posts .all-posts a {
    text-decoration: underline; }

.flexible-content-custom {
  margin: 9.6rem 0; }

.contact-block {
  padding: 9.6rem 0;
  background: #ECEFF1; }
  .contact-block .contact-block-form .gfield_label {
    display: none; }
  .contact-block .contact-block-form textarea {
    height: 24.8rem; }
  .contact-block .contact-block-form .gfield {
    margin-bottom: 1.6rem; }
  .contact-block .contact-block-form .gform_footer {
    width: auto;
    float: none;
    padding-left: .6rem; }
    @media screen and (min-width: 960px) {
      .contact-block .contact-block-form .gform_footer {
        margin-left: 41.54%; } }
    .contact-block .contact-block-form .gform_footer .gform_button {
      width: 20.4rem; }

.about-content {
  padding: 4.8rem 0; }
  @media screen and (min-width: 768px) {
    .about-content {
      padding: 9.6rem 0; } }
  @media screen and (min-width: 960px) {
    .about-content .column-left {
      padding-right: 4.8rem; } }
  .about-content .large-image {
    margin-top: 9.6rem; }

.page-template-template-instructions {
  background: #37474F; }

.instructions-block {
  padding: 9.6rem 0;
  color: #ffffff;
  background: #37474F; }
  .instructions-block .larger-text, .instructions-block blockquote, .instructions-block .home-intro .content, .home-intro .instructions-block .content, .instructions-block .page-intro .content, .page-intro .instructions-block .content, .instructions-block .single-journal .intro-text, .single-journal .instructions-block .intro-text, .instructions-block .project-item .content .text, .project-item .content .instructions-block .text {
    margin-bottom: 9.6rem; }
    .instructions-block .larger-text a, .instructions-block blockquote a, .instructions-block .home-intro .content a, .home-intro .instructions-block .content a, .instructions-block .page-intro .content a, .page-intro .instructions-block .content a, .instructions-block .single-journal .intro-text a, .single-journal .instructions-block .intro-text a, .instructions-block .project-item .content .text a, .project-item .content .instructions-block .text a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
  .instructions-block .instructions-list {
    border-top: 1px solid #ffffff; }
    .instructions-block .instructions-list .instruction {
      border-bottom: 1px solid #ffffff; }
      .instructions-block .instructions-list .instruction a {
        color: #ffffff;
        border-bottom: 1px solid #ffffff; }
      .instructions-block .instructions-list .instruction .title {
        line-height: 8rem;
        font-size: 1.8rem;
        cursor: pointer;
        position: relative; }
        .instructions-block .instructions-list .instruction .title:after {
          position: absolute;
          right: 0;
          top: 3.2rem;
          content: "";
          display: block;
          width: 8px;
          height: 16px;
          background: transparent url("../images/icon/arrow-white.svg") no-repeat;
          background-size: 8px 16px;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
      .instructions-block .instructions-list .instruction .title.active:after {
        -webkit-transform: rotate(90deg);
        /* WebKit */
        -moz-transform: rotate(90deg);
        /* Mozilla */
        -o-transform: rotate(90deg);
        /* Opera */
        -ms-transform: rotate(90deg);
        /* Internet Explorer */
        transform: rotate(90deg);
        /* CSS3 */ }
      .instructions-block .instructions-list .instruction .content {
        display: none; }

.all-projects .hero-image {
  height: 600px;
  background: transparent;
  position: relative; }
  .all-projects .hero-image .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 9.6rem; }
    .all-projects .hero-image .title h2, .all-projects .hero-image .title .product-overview h1, .product-overview .all-projects .hero-image .title h1 {
      color: #ffffff; }
  .all-projects .hero-image img {
    width: 100%; }

.project-item {
  color: #ffffff; }
  .project-item header {
    padding: 9.6rem 0; }
  .project-item .details {
    padding: 0; }
    .project-item .details .row, .project-item .details .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .project-item .details .gform_footer, .project-item .details .footer .social, .footer .project-item .details .social, .project-item .details .checkout .col2-set, .checkout .project-item .details .col2-set, .project-item .details .checkout .woocommerce-billing-fields__field-wrapper, .checkout .project-item .details .woocommerce-billing-fields__field-wrapper,
    .project-item .details .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .project-item .details .woocommerce-shipping-fields__field-wrapper, .project-item .details .product-info .actions, .product-info .project-item .details .actions, .project-item .details .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .project-item .details .top, .project-item .details .cart-content .left, .cart-content .project-item .details .left,
    .project-item .details .cart-content .right, .cart-content .project-item .details .right, .project-item .details .cart-content .mini-cart-item, .cart-content .project-item .details .mini-cart-item, .project-item .details .cart-content .totals .line, .cart-content .totals .project-item .details .line, .project-item .details .cart-content .subtotals, .cart-content .project-item .details .subtotals, .project-item .details .cart-content .action, .cart-content .project-item .details .action {
      margin: 0 -24px; }
    .project-item .details .detail {
      margin-bottom: 2.4rem; }
      @media screen and (min-width: 960px) {
        .project-item .details .detail {
          padding: 0 2.4rem; } }
      .project-item .details .detail .title {
        font-weight: 500; }
  .project-item .content {
    height: 100%; }
    .project-item .content .row, .project-item .content .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .project-item .content .gform_footer, .project-item .content .footer .social, .footer .project-item .content .social, .project-item .content .checkout .col2-set, .checkout .project-item .content .col2-set, .project-item .content .checkout .woocommerce-billing-fields__field-wrapper, .checkout .project-item .content .woocommerce-billing-fields__field-wrapper,
    .project-item .content .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .project-item .content .woocommerce-shipping-fields__field-wrapper, .project-item .content .product-info .actions, .product-info .project-item .content .actions, .project-item .content .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .project-item .content .top, .project-item .content .cart-content .left, .cart-content .project-item .content .left,
    .project-item .content .cart-content .right, .cart-content .project-item .content .right, .project-item .content .cart-content .mini-cart-item, .cart-content .project-item .content .mini-cart-item, .project-item .content .cart-content .totals .line, .cart-content .totals .project-item .content .line, .project-item .content .cart-content .subtotals, .cart-content .project-item .content .subtotals, .project-item .content .cart-content .action, .cart-content .project-item .content .action {
      margin: 0 -2.4rem 9.6rem -2.4rem; }
      .project-item .content .row .col, .project-item .content .contact-block .contact-block-form .gform_footer .col, .contact-block .contact-block-form .project-item .content .gform_footer .col, .project-item .content .footer .social .col, .footer .project-item .content .social .col, .project-item .content .checkout .col2-set .col, .checkout .project-item .content .col2-set .col, .project-item .content .checkout .woocommerce-billing-fields__field-wrapper .col, .checkout .project-item .content .woocommerce-billing-fields__field-wrapper .col, .project-item .content .checkout .woocommerce-shipping-fields__field-wrapper .col, .checkout .project-item .content .woocommerce-shipping-fields__field-wrapper .col, .project-item .content .product-info .actions .col, .product-info .project-item .content .actions .col, .project-item .content .cart-content .mini-cart-content .top .col, .cart-content .mini-cart-content .project-item .content .top .col, .project-item .content .cart-content .left .col, .cart-content .project-item .content .left .col, .project-item .content .cart-content .right .col, .cart-content .project-item .content .right .col, .project-item .content .cart-content .mini-cart-item .col, .cart-content .project-item .content .mini-cart-item .col, .project-item .content .cart-content .totals .line .col, .cart-content .totals .project-item .content .line .col, .project-item .content .cart-content .subtotals .col, .cart-content .project-item .content .subtotals .col, .project-item .content .cart-content .action .col, .cart-content .project-item .content .action .col {
        padding: 2.4rem; }
    .project-item .content .full-width-image {
      padding-bottom: 4.8rem; }
      @media screen and (min-width: 960px) {
        .project-item .content .full-width-image {
          padding-bottom: 9.6rem; } }
      .project-item .content .full-width-image img {
        width: 100%;
        height: auto; }
    .project-item .content .half-width-image {
      padding-bottom: 4.8rem; }
      @media screen and (min-width: 960px) {
        .project-item .content .half-width-image {
          padding: 0; } }
    .project-item .content .text {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .project-item .content .in-this-project {
      margin-top: 4.8rem;
      width: 100%; }
      .project-item .content .in-this-project a {
        border: 0;
        display: inline-block;
        margin-bottom: 1.2rem; }
  @media screen and (min-width: 960px) {
    .project-item .content.middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.in-this-project {
  margin-top: 4.8rem;
  margin-bottom: 9.6rem; }
  .in-this-project .in-project {
    margin-bottom: 4.8rem; }
    .in-this-project .in-project a {
      position: relative;
      display: block; }
      .in-this-project .in-project a:hover .view {
        visibility: visible;
        opacity: 1; }
    .in-this-project .in-project figure {
      margin-bottom: 1.2rem; }

.usps {
  padding: 9.6rem 0;
  display: none; }
  @media screen and (min-width: 960px) {
    .usps {
      display: block; } }
  .usps .row, .usps .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .usps .gform_footer, .usps .footer .social, .footer .usps .social, .usps .checkout .col2-set, .checkout .usps .col2-set, .usps .checkout .woocommerce-billing-fields__field-wrapper, .checkout .usps .woocommerce-billing-fields__field-wrapper,
  .usps .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .usps .woocommerce-shipping-fields__field-wrapper, .usps .product-info .actions, .product-info .usps .actions, .usps .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .usps .top, .usps .cart-content .left, .cart-content .usps .left,
  .usps .cart-content .right, .cart-content .usps .right, .usps .cart-content .mini-cart-item, .cart-content .usps .mini-cart-item, .usps .cart-content .totals .line, .cart-content .totals .usps .line, .usps .cart-content .subtotals, .cart-content .usps .subtotals, .usps .cart-content .action, .cart-content .usps .action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .usps .usp {
    text-align: center; }
    .usps .usp figure {
      width: 9.6rem;
      height: 9.6rem;
      margin: 0 auto 3.2rem auto;
      text-align: center; }
      .usps .usp figure img {
        margin: 0 auto; }
    .usps .usp .text {
      max-width: 26rem;
      margin: 0 auto;
      font: 300 1.8rem/3rem "Work Sans", sans-serif; }

.product-overview {
  padding: 9.6rem 0;
  background: #ECEFF1; }
  .product-overview .products {
    margin-top: 4.8rem; }
  .product-overview .products:first-child {
    margin-top: 0; }
  .product-overview .right {
    position: absolute;
    right: 3.2rem;
    top: 1rem;
    display: none; }
    @media screen and (min-width: 768px) {
      .product-overview .right {
        display: block; } }
    .product-overview .right a {
      text-decoration: underline;
      font-size: 1.8rem; }
      .product-overview .right a:hover {
        text-decoration: none; }
  .product-overview .item {
    margin-bottom: 4.8rem; }
  .product-overview a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .product-overview a:hover .view {
      visibility: visible;
      opacity: 1; }
    .product-overview a:hover .hover-image {
      opacity: 1; }
    .product-overview a .hover-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .product-overview .title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin: 1.2rem 0 .6rem 0; }

.price {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300; }

.view {
  background: rgba(33, 33, 33, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .view p {
    color: #ffffff;
    font: 300 2.4rem/2.8rem "Work Sans", sans-serif;
    text-align: center;
    padding: 0 2.4rem;
    margin: 0; }

.post-type-archive-product .product-overview {
  background-color: #ffffff;
  padding: 4.8rem 0 9.6rem 0; }

.filter .custom {
  text-align: right; }

.category-select {
  margin: 4.8rem 0 2.4rem 0;
  position: relative; }
  .category-select:after {
    position: absolute;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: block;
    content: "";
    right: 2.6rem;
    top: 1.8rem;
    width: .8rem;
    height: 1.6rem;
    background: transparent url("../images/icon/arrow.svg") no-repeat 50% 50%;
    background-size: 6px 12px;
    -webkit-transform: rotate(90deg);
    /* WebKit */
    -moz-transform: rotate(90deg);
    /* Mozilla */
    -o-transform: rotate(90deg);
    /* Opera */
    -ms-transform: rotate(90deg);
    /* Internet Explorer */
    transform: rotate(90deg);
    /* CSS3 */ }
  @media screen and (min-width: 768px) {
    .category-select {
      display: none; } }

.product-filter {
  margin-bottom: 4.8rem;
  display: none; }
  @media screen and (min-width: 768px) {
    .product-filter {
      display: block; } }
  .product-filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .product-filter ul li {
      display: inline-block;
      margin-right: 4rem;
      line-height: 2.4rem; }
      .product-filter ul li.active a {
        text-decoration: underline; }
        .product-filter ul li.active a:after {
          margin-left: .8rem;
          display: inline-block;
          content: '';
          width: 1rem;
          height: 1rem;
          background: transparent url("../images/icon/close.svg") 50% 50% no-repeat;
          background-size: cover;
          cursor: pointer;
          z-index: 99999;
          color: #ffffff; }
      .product-filter ul li a {
        font-size: 1.5rem;
        font-weight: 500; }
        .product-filter ul li a:hover {
          text-decoration: underline; }

.highlighted-projects {
  padding: 4.8rem 0; }
  @media screen and (min-width: 768px) {
    .highlighted-projects {
      padding: 9.6rem 0; } }
  .highlighted-projects .project {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin-bottom: 4.8rem; }
    @media screen and (min-width: 960px) {
      .highlighted-projects .project {
        margin: 0; } }
  .highlighted-projects .project-image {
    width: 100%;
    height: 30rem;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .highlighted-projects .project-image {
        height: 60rem;
        background-size: cover; } }
  .highlighted-projects .title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    height: 6.4rem;
    margin-top: .6rem; }

.join-newsletter {
  padding: 4.8rem 0 0 0;
  background: #ECEFF1; }
  @media screen and (min-width: 768px) {
    .join-newsletter {
      padding: 9.6rem 0 0 0; } }
  .join-newsletter .row:after, .join-newsletter .contact-block .contact-block-form .gform_footer:after, .contact-block .contact-block-form .join-newsletter .gform_footer:after, .join-newsletter .footer .social:after, .footer .join-newsletter .social:after, .join-newsletter .checkout .col2-set:after, .checkout .join-newsletter .col2-set:after, .join-newsletter .checkout .woocommerce-billing-fields__field-wrapper:after, .checkout .join-newsletter .woocommerce-billing-fields__field-wrapper:after,
  .join-newsletter .checkout .woocommerce-shipping-fields__field-wrapper:after, .checkout .join-newsletter .woocommerce-shipping-fields__field-wrapper:after, .join-newsletter .product-info .actions:after, .product-info .join-newsletter .actions:after, .join-newsletter .cart-content .mini-cart-content .top:after, .cart-content .mini-cart-content .join-newsletter .top:after, .join-newsletter .cart-content .left:after, .cart-content .join-newsletter .left:after,
  .join-newsletter .cart-content .right:after, .cart-content .join-newsletter .right:after, .join-newsletter .cart-content .mini-cart-item:after, .cart-content .join-newsletter .mini-cart-item:after, .join-newsletter .cart-content .totals .line:after, .cart-content .totals .join-newsletter .line:after, .join-newsletter .cart-content .subtotals:after, .cart-content .join-newsletter .subtotals:after, .join-newsletter .cart-content .action:after, .cart-content .join-newsletter .action:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #000000;
    margin: 8.8rem .8rem 0 .8rem; }
  .join-newsletter h2, .join-newsletter .product-overview h1, .product-overview .join-newsletter h1 {
    margin: 0; }
  .join-newsletter .text {
    max-width: 38rem;
    margin-bottom: 2.4rem; }
    @media screen and (min-width: 960px) {
      .join-newsletter .text {
        margin: 0; } }

.contact-content {
  padding: 9.6rem 0; }
  .contact-content .form .gfield_required {
    display: none; }
  .contact-content .map {
    padding: 9.6rem 0 4.8rem 0; }

.footer-wrapper {
  background: #ECEFF1; }

.footer {
  background: #ECEFF1;
  padding: 4.8rem 0;
  font: 300 1.6rem/3.6rem "Work Sans", sans-serif; }
  @media screen and (min-width: 960px) {
    .footer {
      padding: 9.6rem 0; } }
  .footer .title {
    font-weight: 500;
    margin-bottom: .4rem; }
  .footer a:hover {
    text-decoration: underline; }
  .footer .col {
    margin-bottom: 4.8rem; }
    @media screen and (min-width: 960px) {
      .footer .col {
        margin: 0; } }
  .footer .logo {
    margin-bottom: 2.4rem; }
    .footer .logo img {
      height: 2.4rem;
      width: auto; }
  .footer .text {
    font: 300 1.6rem/2.8rem "Work Sans", sans-serif; }
  .footer .social {
    margin: 0; }
    .footer .social a {
      display: block;
      margin-right: 1.2rem;
      border: 1px solid #000000;
      width: 3.6rem;
      height: 3.6rem; }
      .footer .social a:hover {
        background: #dedede;  
      }
        .footer .social a:hover svg {
          fill: #ffffff; }
      .footer .social a svg {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
  .footer .footer-menus {
    margin: 0; }
  .footer ul {
    width: 50%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer .action {
    margin-top: 2.4rem;
    display: block !important; }
    .footer .action button:hover, .footer .action .gform_footer input:hover[type="submit"], .gform_footer .footer .action input:hover[type="submit"],
    .footer .action .gform_footer input:hover[type="button"], .gform_footer .footer .action input:hover[type="button"] {
      background: transparent; }

.woocommerce-message {
  display: none; }

.woocommerce-breadcrumb {
  display: none; }

.single_add_to_cart_button.added:after {
  font-family: FontAwesome;
  content: "\f00c";
  margin-left: 1rem;
  font-size: 1.2rem; }

.checkout h3 {
  margin-bottom: 3.2rem; }

.checkout .col2-set {
  margin: 0; }
  .checkout .col2-set .col-1 {
    width: 100%;
    margin-bottom: 4.8rem; }
    @media screen and (min-width: 960px) {
      .checkout .col2-set .col-1 {
        width: 50%;
        margin: 0; } }
  .checkout .col2-set .col-2 {
    width: 100%; }
    @media screen and (min-width: 960px) {
      .checkout .col2-set .col-2 {
        width: 50%;
        padding-left: 4.8rem; } }

.checkout textarea {
  height: 144px; }

.checkout abbr {
  border: 0 !important;
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important; }

.checkout .woocommerce-billing-fields__field-wrapper label,
.checkout .woocommerce-shipping-fields__field-wrapper label {
  display: block;
  padding-bottom: .4rem; }

.checkout .woocommerce-billing-fields__field-wrapper .form-row,
.checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  padding: 0 10px; }

.checkout .form-row-first,
.checkout .form-row-last,
.checkout #billing_postcode_field,
.checkout #billing_city_field,
.checkout #billing_phone_field,
.checkout #billing_email_field,
.checkout #shipping_postcode_field,
.checkout #shipping_city_field {
  width: 50%; }

.checkout .form-row-wide {
  width: 100%; }

.checkout #billing_country_field {
  width: 100%; }

.checkout #billing_address_2_field .optional {
  display: none; }

.checkout h3#ship-to-different-address {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem; }

ul.payment_methods {
  display: none; }
  ul.payment_methods .payment_box {
    display: none !important; }

.woocommerce-additional-fields {
  margin-top: 3.2rem; }
  .woocommerce-additional-fields h3 {
    margin-bottom: 2.4rem; }
  .woocommerce-additional-fields .form-row {
    padding: 0; }
  .woocommerce-additional-fields label {
    display: block;
    margin-bottom: .8rem; }

.woocommerce-checkout-review-order {
  font-size: 1.6rem;
  line-height: 2.8rem; }
  .woocommerce-checkout-review-order strong {
    font-weight: 500; }
  .woocommerce-checkout-review-order .shipping {
    display: none; }

table.checkout-table, .woocommerce-checkout-review-order table, .woocommerce-order-received table {
  width: 100%; }
  table.checkout-table thead, .woocommerce-checkout-review-order table thead, .woocommerce-order-received table thead {
    border-bottom: 1px solid #ECEFF1; }
    table.checkout-table thead th, .woocommerce-checkout-review-order table thead th, .woocommerce-order-received table thead th {
      padding-bottom: .6rem; }
  table.checkout-table tbody tr td, .woocommerce-checkout-review-order table tbody tr td, .woocommerce-order-received table tbody tr td {
    padding-right: 2.4rem; }
  table.checkout-table tbody tr:first-child td, .woocommerce-checkout-review-order table tbody tr:first-child td, .woocommerce-order-received table tbody tr:first-child td {
    padding-top: .8rem; }
  table.checkout-table tbody tr:last-child td, .woocommerce-checkout-review-order table tbody tr:last-child td, .woocommerce-order-received table tbody tr:last-child td {
    padding-bottom: .8rem;
    border-bottom: 1px solid #ECEFF1; }
  table.checkout-table tfoot tr:first-child td, .woocommerce-checkout-review-order table tfoot tr:first-child td, .woocommerce-order-received table tfoot tr:first-child td {
    padding-top: .8rem; }
  table.checkout-table th, .woocommerce-checkout-review-order table th, .woocommerce-order-received table th {
    text-align: left;
    font-weight: 500; }

.woocommerce-checkout-payment {
  margin-top: 4.8rem; }
  .woocommerce-checkout-payment ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .woocommerce-checkout-payment ul li label img {
      display: none; }
    .woocommerce-checkout-payment ul li label .about_paypal {
      display: none; }
  .woocommerce-checkout-payment .payment_box {
    background: #ECEFF1;
    padding: 2.4rem;
    margin: 1.2rem 0; }
    .woocommerce-checkout-payment .payment_box p {
      margin: 0; }
  .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    margin-top: 2.4rem; }
    .woocommerce-checkout-payment .woocommerce-privacy-policy-text a {
      text-decoration: underline; }

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 4.8rem;
  max-width: 768px; }

@media screen and (min-width: 960px) {
  .product-image {
    padding-right: 3.2rem; } }

.product-image figure {
  background: #eee; 
  display:none;
}

.product-image img {
  width: 100%; }
.product-image .active{display: block;} 
.back-to {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 1.8rem;
  position: relative;
  padding-left: 2.4rem;
  font-weight: 500; }
  .back-to:before {
    position: absolute;
    left: 0;
    top: .4rem;
    display: block;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.4rem;
    content: "";
    background: transparent url("../images/icon/pointer.svg") 50% 50% no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    /* WebKit */
    -moz-transform: rotate(180deg);
    /* Mozilla */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* Internet Explorer */
    transform: rotate(180deg);
    /* CSS3 */
    margin-right: .8rem;
    margin-bottom: .3rem;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
  .back-to:hover:before {
    left: -.4rem; }

.product-info {
  padding-top: 4.8rem; }
  .product-info .price {
    color: #000000;
    font-weight: 500;
    font-size: 1.6rem; }
  .product-info .content {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.8rem; }
    .product-info .content ol, .product-info .content ul {
      padding: 0 0 0 1.8rem; }
  .product-info .options {
    margin: 4.8rem 0 3rem 0; }
    .product-info .options .attr-title {
      position: relative; }
      .product-info .options .attr-title .selected {
        position: absolute;
        right: 0;
        top: 0;
        text-transform: capitalize; }
    .product-info .options input {
      width: 0;
      visibility: hidden;
      margin: 0;
      padding: 0; }
    .product-info .options .attribute {
      margin-bottom: 2.4rem; }
    .product-info .options .option.colour {
      display: block;
      cursor: pointer;
      margin: 0;
      -webkit-border-radius: 50% !important;
      border-radius: 50% !important;
      background-clip: padding-box !important;
      /* stops bg color from leaking outside the border: */
      padding: 3px;
      width: 4rem;
      height: 4rem;
      position: relative;
      margin-left: .4rem;
      margin-bottom: 1.2rem;
      border: 1px solid #ffffff;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
      .product-info .options .option.colour:hover {
        border: 1px solid #000000; }
      .product-info .options .option.colour img {
        position: absolute;
        top: .3rem;
        left: .3rem;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        background-clip: padding-box !important;
        /* stops bg color from leaking outside the border: */
        width: 3.2rem;
        cursor: pointer; }
      .product-info .options .option.colour label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
    .product-info .options .colour.active {
      border: 1px solid #000000; }
    .product-info .options .option.shape label {
      border: 1px solid #000000;
      cursor: pointer;
      margin-left: .2rem;
      margin-right: .4rem;
      padding: .8rem 1.2rem;
      font-size: 1.4rem; }
      .product-info .options .option.shape label:hover {
        background: #000000;
        color: #ffffff; }
    .product-info .options .shape.active label {
      background: #000000;
      color: #ffffff; }
  .product-info .actions {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .product-info .actions .subtotal {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 4.8rem;
      margin-left: 1.6rem; }
    .product-info .actions .add-to-cart {
      margin-left: 0;
      width: 100%;
      margin-top: 2.4rem; }
      @media screen and (min-width: 640px) {
        .product-info .actions .add-to-cart {
          width: auto;
          margin: 0;
          margin-left: 0; } }
      .product-info .actions .add-to-cart button.add-to-cart:before, .product-info .actions .add-to-cart .gform_footer input.add-to-cart[type="submit"]:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart[type="submit"]:before,
      .product-info .actions .add-to-cart .gform_footer input.add-to-cart[type="button"]:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart[type="button"]:before {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        content: "";
        background: transparent url("../images/icon/plus.svg") 50% 50% no-repeat;
        background-size: cover;
        margin-right: 1.2rem; }
      .product-info .actions .add-to-cart button.add-to-cart:hover:before, .product-info .actions .add-to-cart .gform_footer input.add-to-cart[type="submit"]:hover:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart[type="submit"]:hover:before,
      .product-info .actions .add-to-cart .gform_footer input.add-to-cart[type="button"]:hover:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart[type="button"]:hover:before {
        background: transparent url("../images/icon/plus-black.svg") 50% 50% no-repeat;
        background-size: cover;
        width: 1.2rem;
        height: 1.2rem; }
      .product-info .actions .add-to-cart button.add-to-cart.added:before, .product-info .actions .add-to-cart .gform_footer input.add-to-cart.added[type="submit"]:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart.added[type="submit"]:before,
      .product-info .actions .add-to-cart .gform_footer input.add-to-cart.added[type="button"]:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart.added[type="button"]:before {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        content: "";
        background: transparent url("../images/icon/check.svg") 50% 50% no-repeat;
        background-size: cover;
        margin-right: 1.2rem; }
      .product-info .actions .add-to-cart button.add-to-cart.added:hover:before, .product-info .actions .add-to-cart .gform_footer input.add-to-cart.added[type="submit"]:hover:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart.added[type="submit"]:hover:before,
      .product-info .actions .add-to-cart .gform_footer input.add-to-cart.added[type="button"]:hover:before, .gform_footer .product-info .actions .add-to-cart input.add-to-cart.added[type="button"]:hover:before {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        content: "";
        background: transparent url("../images/icon/check-black.svg") 50% 50% no-repeat;
        background-size: cover;
        margin-right: 1.2rem; }
      .product-info .actions .add-to-cart a.added_to_cart {
        display: none !important; }
  .product-info .information {
    margin-top: 4.8rem;
    border-top: 1px solid #000000; }
    .product-info .information .info {
      border-bottom: 1px solid #000000; }
    .product-info .information .title {
      font-size: 1.2rem;
      line-height: 3.6rem;
      cursor: pointer;
      position: relative;
      font-weight: 500; }
      .product-info .information .title:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 12px;
        background: transparent url("../images/icon/pointer.svg") no-repeat;
        background-size: 12px 12px;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
      .product-info .information .title:hover:after {
        background: transparent url("../images/icon/pointer.svg") no-repeat;
        background-size: 12px 12px;
        -webkit-transform: rotate(90deg);
        /* WebKit */
        -moz-transform: rotate(90deg);
        /* Mozilla */
        -o-transform: rotate(90deg);
        /* Opera */
        -ms-transform: rotate(90deg);
        /* Internet Explorer */
        transform: rotate(90deg);
        /* CSS3 */ }
      .product-info .information .title.no-hover:hover:after {
        -webkit-transform: rotate(0deg);
        /* WebKit */
        -moz-transform: rotate(0deg);
        /* Mozilla */
        -o-transform: rotate(0deg);
        /* Opera */
        -ms-transform: rotate(0deg);
        /* Internet Explorer */
        transform: rotate(0deg);
        /* CSS3 */ }
    .product-info .information .title.active:after {
      background: transparent url("../images/icon/pointer.svg") no-repeat;
      background-size: 12px 12px;
      -webkit-transform: rotate(90deg);
      /* WebKit */
      -moz-transform: rotate(90deg);
      /* Mozilla */
      -o-transform: rotate(90deg);
      /* Opera */
      -ms-transform: rotate(90deg);
      /* Internet Explorer */
      transform: rotate(90deg);
      /* CSS3 */ }
    .product-info .information .title.active.no-hover:after {
      -webkit-transform: rotate(0deg);
      /* WebKit */
      -moz-transform: rotate(0deg);
      /* Mozilla */
      -o-transform: rotate(0deg);
      /* Opera */
      -ms-transform: rotate(0deg);
      /* Internet Explorer */
      transform: rotate(0deg);
      /* CSS3 */ }
    .product-info .information .description {
      display: none;
      padding: 1.2rem 0 0 0;
      font-size: 1.2rem;
      line-height: 2rem; }
      .product-info .information .description p {
        margin: 0 0 2rem 0; }
      .product-info .information .description a {
        border-bottom: 1px solid transparent; }
        .product-info .information .description a:hover {
          border-bottom: 1px solid #000000; }
    .product-info .information .downloads {
      margin: 0 0 2rem 0; }
      .product-info .information .downloads .subtitle {
        font-weight: 500; }

.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.quantity input[type=number] {
  -moz-appearance: textfield; }

.quantity .border {
  border: 1px solid #000000; }

.quantity .control {
  display: inline-block;
  height: 4.8rem;
  line-height: 4.8rem;
  width: 2.4rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500; }
  .quantity .control:hover {
    background: #ECEFF1; }

.quantity .minus {
  border-right: 1px solid #000000;
  margin-right: -6px; }

.quantity .plus {
  border-left: 1px solid #000000; }

.quantity input {
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: -6px;
  font-size: 1.4rem;
  text-align: center;
  -webkit-appearance: none;
  border: 0; }
  .quantity input:focus {
    border: 0 !important; }

.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.product-content {
  padding: 9.6rem 0;
  overflow: hidden; }
  .product-content .row, .product-content .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .product-content .gform_footer, .product-content .footer .social, .footer .product-content .social, .product-content .checkout .col2-set, .checkout .product-content .col2-set, .product-content .checkout .woocommerce-billing-fields__field-wrapper, .checkout .product-content .woocommerce-billing-fields__field-wrapper,
  .product-content .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .product-content .woocommerce-shipping-fields__field-wrapper, .product-content .product-info .actions, .product-info .product-content .actions, .product-content .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .product-content .top, .product-content .cart-content .left, .cart-content .product-content .left,
  .product-content .cart-content .right, .cart-content .product-content .right, .product-content .cart-content .mini-cart-item, .cart-content .product-content .mini-cart-item, .product-content .cart-content .totals .line, .cart-content .totals .product-content .line, .product-content .cart-content .subtotals, .cart-content .product-content .subtotals, .product-content .cart-content .action, .cart-content .product-content .action {
    margin-left: -4.8rem;
    margin-right: -4.8rem; }
  .product-content .image-video {
    margin-bottom: 9.6rem; }
  .product-content .text a {
    border-bottom: 1px solid #000000; }
  .product-content .text .block {
    margin-bottom: 2.4rem;
    padding: 0 4.8rem; }

.bottom-image {
  height: 30rem;
  width: 100%;
  background-size: cover;
  background: no-repeat; }
  @media screen and (min-width: 768px) {
    .bottom-image {
      height: 40rem; } }
  @media screen and (min-width: 960px) {
    .bottom-image {
      height: 50rem; } }

.request-samples {
  background: #37474F;
  color: #ffffff;
  padding: 4.8rem 0; }
  .request-samples .row, .request-samples .contact-block .contact-block-form .gform_footer, .contact-block .contact-block-form .request-samples .gform_footer, .request-samples .footer .social, .footer .request-samples .social, .request-samples .checkout .col2-set, .checkout .request-samples .col2-set, .request-samples .checkout .woocommerce-billing-fields__field-wrapper, .checkout .request-samples .woocommerce-billing-fields__field-wrapper,
  .request-samples .checkout .woocommerce-shipping-fields__field-wrapper, .checkout .request-samples .woocommerce-shipping-fields__field-wrapper, .request-samples .product-info .actions, .product-info .request-samples .actions, .request-samples .cart-content .mini-cart-content .top, .cart-content .mini-cart-content .request-samples .top, .request-samples .cart-content .left, .cart-content .request-samples .left,
  .request-samples .cart-content .right, .cart-content .request-samples .right, .request-samples .cart-content .mini-cart-item, .cart-content .request-samples .mini-cart-item, .request-samples .cart-content .totals .line, .cart-content .totals .request-samples .line, .request-samples .cart-content .subtotals, .cart-content .request-samples .subtotals, .request-samples .cart-content .action, .cart-content .request-samples .action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .request-samples .title {
    font: 300 3.2rem/4rem "Work Sans", sans-serif;
    margin-bottom: 2.4rem; }
    @media screen and (min-width: 768px) {
      .request-samples .title {
        font: 300 3.6rem/4.8rem "Work Sans", sans-serif;
        margin: 0 4.8rem 0 0; } }
  @media screen and (min-width: 960px) {
    .request-samples .action {
      text-align: right; } }
  .request-samples .action button, .request-samples .action .gform_footer input[type="submit"], .gform_footer .request-samples .action input[type="submit"],
  .request-samples .action .gform_footer input[type="button"], .gform_footer .request-samples .action input[type="button"] {
    min-width: 20.4rem; }

.product-slider {
  padding: 4.8rem 0; }
  @media screen and (min-width: 768px) {
    .product-slider {
      padding: 9.6rem 0; } }
  .product-slider .flickity-page-dots {
    padding: 0 4.8rem 0 0;
    text-align: right; }
  .product-slider .slider {
    overflow: hidden;
    position: relative; }
    .product-slider .slider .slide {
      height: 30rem;
      width: 100%;
      background-size: cover;
      position: relative; }
      @media screen and (min-width: 640px) {
        .product-slider .slider .slide {
          height: 40rem; } }
      @media screen and (min-width: 768px) {
        .product-slider .slider .slide {
          height: 50rem; } }
      @media screen and (min-width: 960px) {
        .product-slider .slider .slide {
          height: 60rem; } }
      @media screen and (min-width: 1140px) {
        .product-slider .slider .slide {
          height: 90rem; } }
      .product-slider .slider .slide .mask {
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .product-slider .slider .slide .title {
        position: absolute;
        bottom: 3.2rem;
        left: 3.2rem;
        color: #ffffff;
        font: 300 1.8rem/3.2rem "Work Sans", sans-serif;
        z-index: 4; }
        @media screen and (min-width: 960px) {
          .product-slider .slider .slide .title {
            bottom: 4.8rem;
            left: 4.8rem; } }

.cart-content {
  display: none;
  position: fixed;
  background: #ffffff;
  z-index: 99999;
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.75);
  overflow-y: auto; }
  .cart-content .mini-cart-content {
    background: #ffffff;
    padding: 1.8rem 3.2rem 6.4rem 3.2rem;
    max-width: 74rem;
    position: relative;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .cart-content .mini-cart-content {
        padding: 4.8rem;
        margin: 14.4rem auto; } }
    .cart-content .mini-cart-content .close {
      position: absolute;
      top: 1.6rem;
      right: 1.6rem;
      width: 1.6rem;
      height: 1.6rem;
      background: transparent url("../images/icon/close.svg") 50% 50% no-repeat;
      background-size: cover;
      cursor: pointer;
      z-index: 99999;
      color: #ffffff; }
    .cart-content .mini-cart-content .blur {
      display: none;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(33, 33, 33, 0.2);
      z-index: 333; }
    .cart-content .mini-cart-content .top {
      margin: 0 0 .6rem 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .cart-content .mini-cart-content .top .title {
        font: 300 3.6rem/4.8rem "Work Sans", sans-serif; }
  .cart-content .left,
  .cart-content .right {
    margin: 0;
    width: 50%; }
  .cart-content .left {
    padding-right: .8rem; }
  .cart-content .right {
    padding-left: .8rem; }
  .cart-content .mini-cart-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.4rem 0;
    margin: 0;
    border-top: 1px solid #eee; }
    .cart-content .mini-cart-item .remove {
      display: block;
      width: .6rem;
      height: .6rem;
      background: transparent url("../images/icon/close-icon.svg") 50% 50% no-repeat;
      background-size: cover;
      cursor: pointer;
      z-index: 99999;
      margin-right: .8rem; }
    .cart-content .mini-cart-item .thumb {
      width: 4.8rem;
      margin-right: 1.2rem; }
    .cart-content .mini-cart-item .name {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 1.6rem;
      line-height: 1.6rem;
      padding-right: 1.8rem; }
      .cart-content .mini-cart-item .name a {
        font-size: 1.4rem; }
      .cart-content .mini-cart-item .name .single-price {
        font: 500 1.2rem/1.8rem "Work Sans", sans-serif;
        margin-top: .3rem; }
      .cart-content .mini-cart-item .name .quantity {
        width: 100%;
        font-size: 1.2rem; }
    .cart-content .mini-cart-item .left {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .cart-content .mini-cart-item .right {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .cart-content .mini-cart-item .cart-item-subtotal {
      margin-left: auto; }
  .cart-content .mini-cart-item:first {
    border: 0; }
  .cart-content .quantity {
    font-size: 1.6rem; }
    .cart-content .quantity .type {
      display: none; }
      @media screen and (min-width: 768px) {
        .cart-content .quantity .type {
          display: inline-block; } }
  .cart-content .totals {
    width: 100%;
    font: 500 1.4rem/2.8rem "Work Sans", sans-serif; }
    .cart-content .totals .line {
      margin: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .cart-content .subtotals {
    margin: 0;
    border-top: 1px solid #000000;
    padding: 2.4rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .cart-content .subtotals .left {
      font: 500 1.2rem/1.8rem "Work Sans", sans-serif;
      padding-right: .8rem; }
    .cart-content .subtotals .right {
      padding-left: .8rem; }
    .cart-content .subtotals .left, .cart-content .subtotals .right {
      width: 100%;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .cart-content .subtotals .left, .cart-content .subtotals .right {
          width: 50%; } }
  .cart-content .total {
    font-weight: 300;
    font-size: 1.8rem;
    padding-top: 1.2rem; }
  .cart-content .action {
    margin: 0; }
    .cart-content .action .left, .cart-content .action .right {
      width: 100%;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .cart-content .action .left, .cart-content .action .right {
          width: 50%; } }
    @media screen and (min-width: 768px) {
      .cart-content .action .left {
        padding-right: .8rem; } }
    @media screen and (min-width: 768px) {
      .cart-content .action .right {
        padding-left: .8rem; } }
    .cart-content .action a, .cart-content .action button, .cart-content .action .gform_footer input[type="submit"], .gform_footer .cart-content .action input[type="submit"],
    .cart-content .action .gform_footer input[type="button"], .gform_footer .cart-content .action input[type="button"] {
      width: 100%; }
    .cart-content .action button, .cart-content .action .gform_footer input[type="submit"], .gform_footer .cart-content .action input[type="submit"],
    .cart-content .action .gform_footer input[type="button"], .gform_footer .cart-content .action input[type="button"] {
      line-height: 3.6rem;
      margin-bottom: 1.8rem; }
      @media screen and (min-width: 768px) {
        .cart-content .action button, .cart-content .action .gform_footer input[type="submit"], .gform_footer .cart-content .action input[type="submit"],
        .cart-content .action .gform_footer input[type="button"], .gform_footer .cart-content .action input[type="button"] {
          margin: 0; } }

.modal, .header .search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.8);
  z-index: 9999;
  display: none;
  overflow-y: scroll; }
  .modal::-webkit-scrollbar, .header .search-box::-webkit-scrollbar {
    display: none; }
  .modal .modal-container, .header .search-box .modal-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .modal .modal-container .content, .header .search-box .modal-container .content {
      background: #ffffff;
      max-width: 74rem;
      position: relative;
      margin: 0 auto;
      padding: 1.8rem 3.2rem 6.4rem 3.2rem; }
      @media screen and (min-width: 768px) {
        .modal .modal-container .content, .header .search-box .modal-container .content {
          padding: 4.8rem;
          margin: 14.4rem auto; } }
      .modal .modal-container .content .close, .header .search-box .modal-container .content .close {
        position: absolute;
        top: 1.6rem;
        right: 1.6rem;
        width: 1.6rem;
        height: 1.6rem;
        background: transparent url("../images/icon/close.svg") 50% 50% no-repeat;
        background-size: cover;
        cursor: pointer;
        z-index: 99999;
        color: #ffffff; }
      .modal .modal-container .content .top, .header .search-box .modal-container .content .top {
        padding-bottom: .6rem;
        position: relative; }
        .modal .modal-container .content .top .title, .header .search-box .modal-container .content .top .title {
          font: 300 3.6rem/4.8rem "Work Sans", sans-serif; }
      .modal .modal-container .content .text, .header .search-box .modal-container .content .text {
        margin-top: 2.4rem;
        font: 300 1.6rem/2.8rem "Work Sans", sans-serif; }
      .modal .modal-container .content .form, .header .search-box .modal-container .content .form {
        margin-top: 3.6rem; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 20px;
  height: 11px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 1px;
    background-color: #000000;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
    transform: translate3d(0, -5px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -5px, 0) rotate(45deg);
  transform: translate3d(0, -5px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 5px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 10px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 5px, 0) rotate(135deg);
  transform: translate3d(0, 5px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-270deg);
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 5px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 10px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 5px, 0) rotate(-135deg);
  transform: translate3d(0, 5px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(270deg);
    transform: translate3d(0, -10px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic .hamburger-inner::after {
      top: 5px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -40px;
      top: -40px;
      -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
      transform: translate3d(40px, 40px, 0) rotate(45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -40px;
      top: -40px;
      -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
      transform: translate3d(-40px, 40px, 0) rotate(-45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 5px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -40px;
      top: 40px;
      -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
      transform: translate3d(40px, -40px, 0) rotate(-45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -40px;
      top: 40px;
      -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
      transform: translate3d(-40px, -40px, 0) rotate(45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 5px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 10px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
  transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
    transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
    transform: translate3d(0, -10px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 5px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 10px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
  transform: translate3d(0, 5px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
    transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(90deg);
    transform: translate3d(0, -10px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 5px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
    transform: translate3d(0, 5px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 20px;
  height: 11px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 1px;
    background-color: #000000;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }
.jssora05l, .jssora05r {
		display: block;
		position: absolute;
		/* size of arrow element */
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: url('../images/a17.png') no-repeat;
		overflow: hidden;
	}
	.jssora05l { background-position: -10px -40px;top:308px; }
	.jssora05r { background-position: -70px -40px;top:308px; }
	.jssora05l:hover { background-position: -130px -40px; }
	.jssora05r:hover { background-position: -190px -40px; }
	.jssora05l.jssora05ldn { background-position: -250px -40px; }
	.jssora05r.jssora05rdn { background-position: -310px -40px; }
	.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
	.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
	/* jssor slider thumbnail navigator skin 01 css *//*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/
	.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 72px;    height: 72px;}.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;}.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 68px;    height: 68px;    border: #000 2px solid;    box-sizing: content-box;    background: url('../images/t01.png') -612px -612px no-repeat;    _background: none;}.jssort01 .pav .c {    top: 2px;    _top: 0px;    left: 2px;    _left: 0px;    width: 68px;    height: 68px;    border: #000 0px solid;    _border: #fff 2px solid;    background-position: 50% 50%;}.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 70px;    height: 70px;    border: #fff 1px solid;    background-position: 50% 50%;}.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 68px;    height: 68px;    border: #000 2px solid;}* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}
	#jssor_1{width: 612px; height: 684px;}
	#slides{width: 612px; height: 684px;}
	@media (max-width:640px) {
	    #jssor_1{width: 100%!important; height: 484px;}
	    #slides{width: 100%!important; height: 484px;}
	    .jssora05l { top:208px; }
	    .jssora05r {top:208px; }
	}