@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #ffd900;
  color: white;
}
::-moz-selection, ::selection {
  background: #ffd900;
  color: white;
}

::-moz-selection {
  background: #ffd900;
  color: white;
}

::selection {
  background: #ffd900;
  color: white;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9;
  height: auto;
}

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

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

.icon-angle-down:before {
  content: "\E900";
}

.icon-angle-left:before {
  content: "\E901";
}

.icon-angle-right:before {
  content: "\E902";
}

.icon-angle-up:before {
  content: "\E903";
}

.icon-cart:before {
  content: "\E904";
}

.icon-search:before {
  content: "\E905";
}

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

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

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

.icon-marker:before {
  content: "\E909";
}

.icon-scissors:before {
  content: "\E90A";
}

.icon-menu:before {
  content: "\E90B";
}

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

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: titillium-web, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231f20;
}

h1, h2, legend, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: titillium-web, sans-serif;
  margin: 0 0 20px;
}

.h1,
h1 {
  font-family: chainprinter, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.h2, h2, legend {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .h2, h2, legend {
    font-size: 24px;
    line-height: 32px;
  }
}

.h3,
h3 {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1024px) {
  .h3,
  h3 {
    font-size: 21px;
    line-height: 33px;
  }
}

.h4,
h4 {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1024px) {
  .h4,
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h5,
h5 {
  font-size: 16px;
  line-height: 26px;
}

.h6,
h6 {
  font-size: 14px;
  line-height: 17px;
}

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 26px;
}

p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
  font-size: 1em;
}

p.invalid-feedback, li.invalid-feedback, td.invalid-feedback, th.invalid-feedback, a.invalid-feedback, mark.invalid-feedback, time.invalid-feedback, dl.invalid-feedback, label.invalid-feedback, address.invalid-feedback {
  margin: 0;
  color: red;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #ffd900;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #c2a500;
}

small {
  font-size: 70%;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #cccccf;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}

dt:after {
  content: ':';
}

dt:after {
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #ffd900;
}

@media (min-width: 1024px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  text-align: left;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}

.wysiwyg ul li {
  list-style-type: disc;
}

.wysiwyg .text-center {
  text-align: center;
}

.wysiwyg .text-left {
  text-align: left;
}

.wysiwyg .text-right {
  text-align: right;
}

.wysiwyg .text-justify {
  text-align: justify;
}

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black;
}

@media (min-width: 1024px) {
  .leadcopy {
    font-size: 17px;
  }
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons                             
********************************************/
button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

/*******************************************/
.button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button:hover, .button:focus, .button:active {
  padding: 4px 0 0 4px;
}

.button:hover:before, .button:focus:before, .button:active:before {
  top: 0 !important;
  left: 0 !important;
  background: #ffd900;
}

.button:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background: white;
  border: 1px solid #ffd900;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button span {
  position: relative;
  display: block;
  min-height: 26px;
  padding: 0px 19px;
  font-family: titillium-web, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 700;
  text-decoration: none;
  color: #231f20;
  background: white;
  border: 1px solid #231f20;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*******************************************/
.button-large {
  padding: 0 12px 10px 0;
}

.button-large:hover, .button-large:focus, .button-large:active {
  padding: 10px 0 0 10px;
}

.button-large span {
  min-height: 41px;
  padding: 0px 22px;
  line-height: 39px;
}

.button-large:before {
  top: 10px;
  left: 10px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

/*******************************************/
/*******************************************/
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

.button-disabled,
.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.button-disabled:hover, .button-disabled:focus, .button-disabled:active,
.button[disabled]:hover,
.button[disabled]:focus,
.button[disabled]:active {
  padding: 0 4px 4px 0;
}

.button-disabled:hover:before, .button-disabled:focus:before, .button-disabled:active:before,
.button[disabled]:hover:before,
.button[disabled]:focus:before,
.button[disabled]:active:before {
  top: 2px;
  left: 3px;
  background-color: #231f20;
}

.button-disabled:hover span, .button-disabled:focus span, .button-disabled:active span,
.button[disabled]:hover span,
.button[disabled]:focus span,
.button[disabled]:active span {
  color: #231f20;
  background: #cccccf;
}

.button-disabled:before,
.button[disabled]:before {
  top: 2px;
  left: 3px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #231f20;
  border-color: #231f20;
}

.button-disabled span,
.button[disabled] span {
  background-color: #cccccf;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}

table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #231f20;
  text-align: left;
}

table th {
  font-weight: 700;
  background: #f3f1ec;
}

table thead {
  width: 100%;
  background: #f3f1ec;
}

table thead td, table thead th {
  padding: 5px 10px 5px 10px;
}

table tfoot {
  border-bottom: 1px solid #231f20;
  border-top: 1px solid #231f20;
}

table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}

.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #231f20;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #cccccf;
}

.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

/*******************************************/
.main {
  min-height: calc(100vh - 402px);
  margin-top: 68px;
}

@media (min-width: 1024px) {
  .main {
    min-height: calc(100vh - 488px);
    margin-top: 0;
  }
}

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
.content-full-width {
  position: relative;
  width: 100%;
  max-width: 1220px;
  padding: 0;
  margin: 0 auto;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
.content-slider-width-2 {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
@media (min-width: 1024px) {
  .mob, .mobile {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desk, .desktop {
    display: none !important;
  }
}

/*******************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

/*******************************************/
.popup-container {
  max-width: 760px;
  margin: 0 auto;
  background: white;
}

.popup-container .col {
  padding: 20px;
}

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: black;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 41px;
  padding: 6px 15px 7px;
  font-size: 14px;
  line-height: 26px;
  background: white;
  border: 1px solid #cccccf;
  border-radius: 0;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  background: #f1f1f1;
  border: 1px solid #ffd900;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

/*******************************************/
*::-webkit-input-placeholder {
  font-family: titillium-web, sans-serif;
  color: #cccccf;
}
*::-moz-placeholder {
  font-family: titillium-web, sans-serif;
  color: #cccccf;
}
*::-ms-input-placeholder {
  font-family: titillium-web, sans-serif;
  color: #cccccf;
}
*::placeholder {
  font-family: titillium-web, sans-serif;
  color: #cccccf;
}

textarea, select[multiple] {
  height: 157px;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  position: relative;
  width: 100%;
  padding: 0 0 15px;
}

.form-field .hover-effect {
  position: absolute;
  top: 9px;
  left: 10px;
  display: block;
  width: 100%;
  height: calc(100% - 15px);
  border: 1px solid white;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.form-field input, .form-field textarea, .form-field select {
  position: relative;
  z-index: 2;
}

.form-field input:hover, .form-field input:focus, .form-field textarea:hover, .form-field textarea:focus, .form-field select:hover, .form-field select:focus {
  background: white;
  border-color: black;
}

.form-field input:hover + .hover-effect, .form-field input:focus + .hover-effect, .form-field textarea:hover + .hover-effect, .form-field textarea:focus + .hover-effect, .form-field select:hover + .hover-effect, .form-field select:focus + .hover-effect {
  border-color: #ffd900;
}

/*******************************************/
.form-fields-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .form-fields-stack {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.form-fields-stack .form-field {
  margin-left: 15px;
  margin-right: 15px;
}

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.custom-select {
  position: relative;
}

.custom-select select {
  background: transparent;
  -webkit-appearance: none;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select select:hover, .custom-select select:active {
  background: transparent;
}

.custom-select span.icon-angle-down {
  position: absolute;
  top: 37%;
  right: 10px;
  z-index: 2;
  font-size: 10px;
}

.custom-select span.icon-angle-down.custom-top {
  top: 22%;
}

/*******************************************/
.form-field .big-tick {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .form-field .big-tick {
    width: 33.33%;
    margin: 20px 0 35px;
  }
}

.form-field .big-tick input {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: 1px solid #cccccf;
  cursor: pointer;
  -webkit-appearance: none;
}

.form-field .big-tick input[type=checkbox]:checked + .check {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  width: 29px;
  height: 30px;
  background: url(/images/check-full.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #ffd900;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC;
}

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #ffd900 !important;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important;
  }
}

/*********************************************
:: Modules
********************************************/
/*********************************************
:: Gallery Module
********************************************/
.gallery-module {
  width: 100%;
}

.gallery-module .image-zoom {
  position: relative;
  width: 100%;
  padding: 0 0 0 45px;
  margin: 0 0 28px;
}

.gallery-module .image {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
}

.gallery-module .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  padding: 13px 0;
  background-color: #f3f1ec;
}

.gallery-module .desc span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: left;
  line-height: 45px;
  text-orientation: sideways;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-module .slick-slider {
  padding: 0 40px 0 0;
}

.gallery-module .slick-slide {
  padding: 0 0 6px;
  outline: none;
}

.gallery-module .slick-slide.slick-current > div:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ffd900;
}

.gallery-module .slick-slide > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #f3f1ec;
  cursor: pointer;
}

.gallery-module .slick-slide img {
  width: auto !important;
  max-height: 100px;
  max-width: 100px;
  margin: auto;
}

.gallery-module .slick-slide .img {
  width: auto !important;
  max-height: 100px;
  max-width: 100px;
  margin: auto;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.gallery-module .slick-arrow {
  top: -5px;
  right: 0;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.gallery-module .slick-arrow:before {
  font-family: "icomoon";
  font-size: 19px;
  line-height: 50px;
  opacity: 1;
  color: #231f20;
}

.gallery-module .slick-arrow:hover {
  background-color: #f3f1ec;
}

.gallery-module .slick-prev {
  top: 56px;
  right: 8px !important;
  left: auto;
}

.gallery-module .slick-prev:before {
  content: '\E901';
}

.gallery-module .slick-next:before {
  content: '\E902';
}

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/
}

@media (min-width: 1024px) {
  .pagination-module {
    background: white;
  }
}

.pagination-module ul {
  width: auto;
  display: inline-block;
  height: 34px;
  padding: 0;
  margin: 6px;
  text-align: center;
  background: #ffd900;
  border-radius: 17px;
}

@media (min-width: 1024px) {
  .pagination-module ul {
    margin: 0px;
  }
}

.pagination-module ul li {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 3px;
}

.pagination-module ul li a {
  line-height: 28px;
  text-align: center;
  color: #ffd900;
  font-family: chainprinter, sans-serif;
  font-size: 1.25em;
}

.pagination-module ul li span {
  color: #ffd900;
  vertical-align: sub;
  font-size: 26px;
}

.pagination-module ul li.active {
  background: #ffd900;
  border-radius: 50%;
}

.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Site Announcement Module                    
********************************************/
.announcement-container {
  width: 100%;
  margin-top: 41px;
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  .announcement-container {
    padding: 0 19px 0 18px;
  }
}

.announcement-container .announcement {
  position: relative;
  width: 100%;
  padding: 20px 29px 24px 39px;
  border: 1px solid #000;
}

.announcement-container .announcement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 34px solid transparent;
  border-top: 34px solid #ffd900;
}

.announcement-container .announcement .head .title {
  width: 100%;
}

@media (min-width: 600px) {
  .announcement-container .announcement .head .title {
    width: calc(100% - 140px);
    padding-right: 20px;
  }
}

.announcement-container .announcement .head .title h1 {
  margin-bottom: 6px;
  font-family: titillium-web, sans-serif;
  font-size: 30px;
  text-transform: none;
}

.announcement-container .announcement .head .title p {
  margin: 0;
}

.announcement-container .announcement .head .button {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .announcement-container .announcement .head .button {
    width: 133px;
    margin-top: 13px;
    margin-left: 7px;
  }
}

.announcement-container .announcement .head .button:hover:before, .announcement-container .announcement .head .button:focus:before, .announcement-container .announcement .head .button:active:before {
  top: 0 !important;
  left: 0 !important;
}

.announcement-container .announcement .head .button.button-large {
  padding: 0 10px 10px 0;
}

.announcement-container .announcement .head .button.button-large:hover, .announcement-container .announcement .head .button.button-large:focus, .announcement-container .announcement .head .button.button-large:active {
  padding: 10px 0 0 10px;
}

.announcement-container .announcement .head .button.button-large span {
  min-height: 42px;
}

.announcement-container .announcement .body {
  display: none;
  position: relative;
  margin-top: 25px;
}

.announcement-container .announcement .body.open {
  display: block;
}

.announcement-container .announcement .body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: transparent url("/images/header-bg.png") repeat left top;
}

.announcement-container .announcement .body .content {
  padding-top: 33px;
}

/*********************************************
:: Pages
********************************************/
.page-default .body-container {
  width: 100%;
  max-width: 100% !important;
}

/*********************************************
:: Home Page                   
********************************************/
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-home .body-container {
  padding: 0 10px 0;
}

.page-home .body-container h1 {
  padding: 2px 16px 0;
  margin: 58px 0 30px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: center;
  background: #ffd900;
}

@media (min-width: 1024px) {
  .page-home .body-container h1 {
    margin: 58px 0 63px;
  }
}

.page-home .content-container {
  padding: 50px 0;
}

@media (min-width: 1280px) {
  .page-home .content-container {
    padding: 100px 0;
  }
}

.page-home .content-container .wysiwyg {
  text-align: center;
}

.page-home .book-container {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #231f20;
  overflow: hidden;
}

@media (min-width: 1440px) {
  .page-home .book-container {
    padding: 56px 0 19px;
    margin: 35px 0 0;
  }
}

.page-home .book-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 93px;
  background: #ffd900;
}

@media (min-width: 1280px) {
  .page-home .book-container .content-max-width {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-home .book-container .title {
  width: 55px;
  height: 315px;
  overflow: hidden;
}

.page-home .book-container .title h5 {
  width: 315px;
  height: 315px;
  font-size: 36px;
  line-height: 55px;
  font-weight: 700;
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page-home .book-container .title span {
  margin: 0 10px 0 0;
  font-weight: 400;
  font-style: italic;
}

.page-home .book-container .book-slider {
  width: calc(100% - 105px);
  margin: 0 30px 0 20px;
}

@media (min-width: 1440px) {
  .page-home .book-container .book-slider {
    width: calc(100% + 76px);
    margin: 0 -220px 0 65px;
  }
}

.page-home .book-container .slide a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-home .book-container .slide h3 {
  max-width: 250px;
  margin: 0 0 3px;
  font-family: chainprinter, sans-serif;
  font-weight: 400;
  color: #ffd900;
}

.page-home .book-container .slide h5 {
  max-width: 250px;
  margin: 0 0 25px;
  padding-right: 5px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}

@media (min-width: 600px) {
  .page-home .book-container .slide h5 {
    padding-right: 0;
  }
}

.page-home .book-container .book {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 10px 0;
}

.page-home .book-container .book:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #231f20;
}

.page-home .book-container .book img {
  position: relative;
  height: 350px;
}

@media (min-width: 1440px) {
  .page-home .book-container .slider-slick-overlay .slick-list:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 230px;
    height: 523px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(52%, #231f20), to(rgba(35, 31, 32, 0)));
    background-image: linear-gradient(270deg, #231f20 52%, rgba(35, 31, 32, 0) 100%);
  }
}

.page-home .book-container .slick-arrow {
  top: 0;
  right: -50px;
  width: 52px;
  height: 77px;
  line-height: 77px;
  text-align: center;
  background-color: #ffd900;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 1440px) {
  .page-home .book-container .slick-arrow {
    top: 245px;
    right: 250px;
    width: 81px;
  }
}

.page-home .book-container .slick-arrow:before {
  content: '\E902';
  font-family: "icomoon";
  font-size: 30px;
  line-height: 77px;
  opacity: 1;
  color: #231f20;
}

.page-home .book-container .slick-prev {
  display: none !important;
}

.page-search .body-container {
  padding: 53px 10px 0;
}

.page-search .body-container h1 {
  margin: 0 0 60px;
  font-size: 16px;
}

/*********************************************
:: About Page                   
********************************************/
.page-about {
  padding: 0 0 80px;
  /********************************************/
}

.page-about .banner-container {
  margin-top: 6px;
}

.page-about .banner-container > img {
  width: 100%;
}

.page-about .banner-container .cover {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  height: 100%;
  padding: 10% 0 0;
}

@media (min-width: 1024px) {
  .page-about .banner-container .cover {
    padding: 52px 0 0;
  }
}

.page-about .banner-container .cover img {
  margin: 0 0 -1px;
}

.page-about .banner-container h1 {
  position: relative;
  left: 1px;
  padding: 7px 18px 5px 18px;
  font-weight: 400;
  background: #ffd900;
}

@media (max-width: 1023px) {
  .page-about .banner-container h1 {
    font-size: 20px;
  }
}

.page-about .body-container {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .page-about .body-container {
    margin-top: -22px;
  }
}

.page-about .body-container .article {
  width: calc(100% - 50px);
  max-width: 710px;
}

@media (min-width: 1024px) {
  .page-about .body-container .article {
    margin: 0 96px 0 0;
  }
}

.page-about .body-container .heading {
  width: 100%;
  margin: 0 0 57px;
  font-family: chainprinter, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.page-about .body-container .heading strong {
  font-weight: 400;
  background: #ffd900;
}

.page-about .body-container .wysiwyg {
  max-width: 600px;
}

/*********************************************
:: Mystery Page                   
********************************************/
.page-mystery {
  padding: 0 0 80px;
  /********************************************/
}

.page-mystery .banner-container {
  margin-top: 6px;
}

.page-mystery .banner-container > img {
  width: 100%;
}

.page-mystery .banner-container .cover {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  height: 100%;
  padding: 10% 0 0;
}

@media (min-width: 1024px) {
  .page-mystery .banner-container .cover {
    padding: 52px 0 0;
  }
}

.page-mystery .banner-container .cover img {
  margin: 0 0 -1px;
}

.page-mystery .banner-container h1 {
  padding: 6px 17px;
  margin: 0;
  font-weight: 400;
  background: #ffd900;
}

@media (max-width: 1023px) {
  .page-mystery .banner-container h1 {
    font-size: 20px;
  }
}

.page-mystery .body-container {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .page-mystery .body-container {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .page-mystery .body-container .article {
    margin: 0 0 0 100px;
  }
}

.page-mystery .body-container .heading {
  width: 100%;
  margin: 0 0 27px;
  font-family: chainprinter, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

@media (min-width: 1024px) {
  .page-mystery .body-container .heading {
    margin: 0 0 57px;
  }
}

.page-mystery .body-container .heading strong {
  font-weight: 400;
  background: #ffd900;
}

.page-mystery .body-container .wysiwyg {
  max-width: 808px;
  margin-bottom: 36px;
}

.page-mystery .body-container form label {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.page-mystery .body-container form label span {
  position: relative;
}

.page-mystery .body-container form label span:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: -1%;
  width: 102%;
  height: 7px;
  background: #ffd900;
}

.page-mystery .body-container form label span i {
  position: relative;
  z-index: 2;
  font-style: normal;
}

.page-mystery .body-container form .error {
  font-size: 13px;
  color: red;
}

.page-mystery .body-container form .error.inline-line {
  padding-left: 10px;
}

.page-mystery .body-container form .emails {
  max-width: 720px;
}

.page-mystery .body-container form .delivery {
  max-width: 688px;
}

.page-mystery .body-container form .form-field {
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .page-mystery .body-container form .form-field {
    padding: 0 0 40px;
  }
}

.page-mystery .body-container form .buttons {
  min-height: 147px;
}

.page-mystery .body-container form .buttons a.button {
  display: inline-block;
  width: 237px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .page-mystery .body-container form .buttons a.button {
    margin-bottom: 0;
  }
}

.page-mystery .body-container form .buttons a.button.selected span {
  color: white;
  background-color: #231f20;
}

/*********************************************
:: Our Team
********************************************/
.page-our-team {
  /********************************************/
}

.page-our-team .body-container {
  padding: 20px 0;
}

.page-our-team .body-container .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-our-team .body-container article {
  text-align: center;
}

.page-our-team .body-container article .wrap {
  width: 88%;
  margin: 0 auto 30px;
}

.page-our-team .body-container article .image {
  margin: 0 auto 20px;
}

.page-our-team .body-container article .content {
  text-align: left;
}

.page-our-team .body-container article .content h3 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.page-our-team .body-container article .content h4 {
  font-size: 14px;
  line-height: 24px;
}

/*********************************************
:: Testimonials
********************************************/
.page-testimonials {
  /********************************************/
}

.page-testimonials .body-container article {
  display: none;
  padding: 20px 0;
}

.page-testimonials .body-container article .author h2, .page-testimonials .body-container article .author legend {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  color: #ffd900;
}

.page-testimonials .body-container article .author h3 {
  font-size: 14px;
  line-height: 20px;
}

.page-testimonials .body-container article .quote {
  position: relative;
  padding: 0;
}

.page-testimonials .body-container article.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fade-in .5s;
          animation: fade-in .5s;
}

.page-testimonials .body-container article:last-child {
  padding-bottom: 100px;
}

.page-testimonials .body-container .button {
  display: none;
  margin: 0 auto;
}

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  padding: 30px 0 60px;
  /********************************************/
}

@media (min-width: 768px) {
  .page-contact {
    padding: 58px 0 120px;
  }
}

.page-contact .heading {
  padding: 6px 28px;
  margin: 0 auto 40px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffd900;
}

@media (min-width: 768px) {
  .page-contact .heading {
    margin: 0 auto 77px;
  }
}

.page-contact .body-container {
  max-width: 1060px;
}

.page-contact .body-container .details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .page-contact .body-container .details {
    width: calc(30% - 10px);
    max-width: 200px;
    margin: 0;
    padding-left: 2px;
  }
}

.page-contact .body-container .title small {
  margin: 0 0 0 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.page-contact .body-container .phone {
  font-family: chainprinter, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #231f20;
}

.page-contact .body-container .email {
  position: relative;
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #231f20;
}

.page-contact .body-container .email:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: -3px;
  z-index: -1;
  display: block;
  width: calc(100% + 6px);
  height: 6px;
  background: #ffd900;
}

.page-contact .body-container .address {
  margin: 0 0 40px;
}

.page-contact .body-container .button:before {
  display: block;
  top: 9px;
  left: 4px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.page-contact .body-container .button span {
  min-width: 102px;
  min-height: 27px;
}

.page-contact .body-container .form {
  width: 100%;
  max-width: 705px;
  padding-top: 6px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .page-contact .body-container .form {
    width: calc(70% - 10px);
  }
}

.page-contact .body-container .form .form-fields-stack .form-field .hover-effect {
  height: calc(100% - 36px);
}

.page-contact .body-container .form .form-field {
  padding: 0 0 29px;
}

.page-contact .body-container .form .form-field:last-of-type {
  padding-bottom: 37px;
}

.page-contact .body-container .form .form-field .hover-effect {
  height: calc(100% - 28px);
}

.page-contact .body-container .form textarea {
  height: 97px;
  resize: none;
}

.page-contact .terms-container {
  margin: 120px auto 0;
  max-width: 740px;
}

.page-contact .scroll-to {
  width: 100%;
  margin: -30px 0 30px;
}

.page-contact .scroll-to a {
  display: block;
}

/*********************************************
:: Mag Trader Upload Page                   
********************************************/
.page-magtrader .heading-container h1 {
  text-align: center;
}

.page-magtrader .note {
  position: absolute;
  top: -15px;
  color: red;
}

.page-magtrader .body-container .form .form-fields-stack .form-field .hover-effect {
  height: calc(100% - 24px);
}

@media (min-width: 768px) {
  .page-magtrader .body-container .form .form-fields-stack .form-field .hover-effect {
    height: calc(100% - 34px);
  }
}

.page-magtrader .body-container .form .form-field {
  padding: 0 0 25px;
}

.page-magtrader .body-container .form .form-field:last-of-type {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .page-magtrader .body-container .form .form-field {
    padding: 0 0 29px;
  }
  .page-magtrader .body-container .form .form-field:last-of-type {
    padding-bottom: 37px;
  }
}

.page-magtrader .body-container .form .form-field input::-webkit-outer-spin-button,
.page-magtrader .body-container .form .form-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-magtrader .body-container .form .form-field input[type=number] {
  -moz-appearance: textfield;
}

.page-magtrader .body-container .form .form-field .hover-effect {
  height: calc(100% - 24px);
}

@media (min-width: 768px) {
  .page-magtrader .body-container .form .form-field .hover-effect {
    height: calc(100% - 28px);
  }
}

.page-magtrader .custom-select select {
  background: white;
}

.page-magtrader .custom-select select:hover, .page-magtrader .custom-select select:active {
  background: white;
}

/*********************************************
:: Product Detail Page                   
********************************************/
.page-product-detail {
  padding: 55px 0 20px;
}

.page-product-detail .detail-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .page-product-detail .detail-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-product-detail .gallery-cover {
  width: 100%;
  max-width: 395px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-product-detail .gallery-cover {
    width: calc(40% - 10px);
    margin-bottom: 0;
  }
}

.page-product-detail .info-cover {
  width: 100%;
  max-width: 600px;
}

@media (min-width: 768px) {
  .page-product-detail .info-cover {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 10px);
  }
}

@media (min-width: 1440px) {
  .page-product-detail .info-cover {
    margin: 0 102px 0 0;
  }
}

.page-product-detail .info-cover h1 {
  font-weight: 400;
  letter-spacing: -0.5px;
}

.page-product-detail .videos {
  display: block;
  width: 100%;
}

.page-product-detail .videos iframe {
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
}

.page-product-detail .videos iframe:last-of-type {
  margin-bottom: 0;
}

.page-product-detail .new-product h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  background: #ffd900;
}

.page-product-detail .new-product .videos {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .page-product-detail .new-product .videos {
    margin: 20px 0 0;
  }
}

.page-product-detail .used-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-product-detail .used-product .synopsis {
  font-family: chainprinter, sans-serif;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: rgba(35, 31, 32, 0.5);
}

.page-product-detail .used-product .synopsis span {
  display: inline-block;
  padding: 0 5px;
  margin: 0 7px 0 0;
  line-height: 24px;
  color: #231f20;
  background: #ffd900;
}

.page-product-detail .used-product .title {
  position: relative;
  width: 100%;
  padding: 0 0 22px;
  margin: 0 0 38px;
  border-bottom: 1px solid #cccccf;
}

.page-product-detail .used-product .title img {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 92px;
}

.page-product-detail .used-product h1 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 40px;
}

.page-product-detail .used-product .description {
  margin: 0 0 20px;
}

.page-product-detail .used-product .videos {
  margin: 0 0 20px;
}

.page-product-detail .used-product .price {
  margin: 0 0 36px;
  font-size: 18px;
}

.page-product-detail .used-product .price span {
  display: block;
  font-family: chainprinter, sans-serif;
  font-weight: 400;
}

.page-product-detail .purchases {
  width: 100%;
  margin: 82px 0 55px;
}

.page-product-detail .purchases .option {
  width: 100%;
  margin: 0 0 24px;
}

.page-product-detail .purchases h2, .page-product-detail .purchases legend {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin: 0;
}

@media (min-width: 500px) {
  .page-product-detail .purchases h2, .page-product-detail .purchases legend {
    width: auto;
  }
}

.page-product-detail .purchases h2:before, .page-product-detail .purchases legend:before {
  content: '';
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  height: 9px;
  margin: 0px 25px 0 42px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(11%, #cccccf), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #cccccf 11%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 15px 2px;
  background-repeat: repeat-x;
}

.page-product-detail .purchases h2 span, .page-product-detail .purchases legend span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: chainprinter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page-product-detail .purchases .button {
  width: 106px;
  margin: 10px 0 0 auto;
}

@media (min-width: 500px) {
  .page-product-detail .purchases .button {
    margin: 0 0 0 17px;
  }
}

.page-product-detail .related-container {
  margin-top: 62px;
  padding-top: 42px;
}

.page-product-detail .related-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: calc(100% - 40px);
  height: 3px;
  background: transparent url("/images/header-bg.png") repeat left top;
}

.page-product-detail .related-container > h5 {
  position: relative;
  padding: 0 4px;
  margin: 0 0 46px;
  font-family: chainprinter, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.page-product-detail .related-container > h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 12px;
  background: #ffd900;
}

/*******************************************/
/*********************************************
:: Products Page                   
********************************************/
.page-products {
  /********************************************/
}

.page-products h1 {
  padding: 2px 16px 0;
  margin: 58px 0 30px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: -0.5px;
  background: #ffd900;
}

@media (min-width: 1024px) {
  .page-products h1 {
    margin: 58px 0 63px;
  }
}

.page-products .magtrader-button {
  width: 100%;
  margin: 0 0 30px;
}

@media (min-width: 1024px) {
  .page-products .magtrader-button {
    position: absolute;
    top: 37px;
    right: 20px;
    width: auto;
    margin: 20px 0 0;
  }
}

.page-products .magtrader-button .button {
  display: block;
  margin: 0 auto;
}

/*******************************************/
/*********************************************
:: FAQs Page                   
********************************************/
.page-faqs {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .page-faqs {
    padding: 58px 0;
  }
}

.page-faqs .heading {
  padding: 6px 28px;
  margin: 0 auto 40px;
  font-weight: 400;
  background-color: #ffd900;
}

@media (min-width: 768px) {
  .page-faqs .heading {
    margin: 0 auto 60px;
  }
}

.page-faqs .faq {
  width: 100%;
  margin: 0 0 40px;
}

.page-faqs .faq h2, .page-faqs .faq legend {
  margin: 0 0 20px;
  font-family: chainprinter, sans-serif;
  font-weight: 400;
}

.page-faqs .faq p {
  width: 100%;
  margin: 0;
}

/*********************************************
:: Store Page                   
********************************************/
.page-store {
  padding: 30px 0 60px;
}

@media (min-width: 768px) {
  .page-store {
    padding: 58px 0 120px;
  }
}

.page-store .heading {
  padding: 6px 28px;
  margin: 0 auto 40px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffd900;
}

@media (min-width: 768px) {
  .page-store .heading {
    margin: 0 auto 60px;
  }
}

.page-store .gallery-cover {
  width: 100%;
  max-width: 702px;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .page-store .gallery-cover {
    width: calc(70% - 10px);
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1280px) {
  .page-store .gallery-cover {
    margin: 0 126px 0 0;
  }
}

@media (min-width: 768px) {
  .page-store .gallery-module .image:after {
    content: '';
    position: absolute;
    top: 66px;
    right: 0;
    display: block;
    border-top: 97px solid white;
    border-left: 64px solid transparent;
  }
}

@media (min-width: 1280px) {
  .page-store .gallery-module .slick-slider {
    width: calc(100% + 20px);
    padding: 0 60px 0 0;
    margin: 0 0 0 -20px;
  }
}

@media (min-width: 1280px) {
  .page-store .gallery-module .slick-arrow {
    right: 5px;
  }
}

.page-store .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .page-store .text {
    width: calc(20% - 10px);
    max-width: 200px;
    margin: 34px 0 0;
  }
}

.page-store .title small {
  margin: 0 0 0 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.page-store .phone {
  font-family: chainprinter, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #231f20;
}

.page-store .address {
  margin: 0 0 19px;
}

.page-store .open-hours {
  margin: 0 0 33px;
}

/*********************************************
:: Privacy Page                   
********************************************/
.page-privacy {
  padding: 30px 0 60px;
}

@media (min-width: 768px) {
  .page-privacy {
    padding: 58px 0 60px;
  }
}

.page-privacy .heading {
  padding: 6px 28px;
  margin: 0 0 60px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffd900;
}

@media (min-width: 768px) {
  .page-privacy .heading {
    margin: 0 0 65px;
  }
}

.page-privacy .body-container {
  max-width: 1055px;
}

.page-privacy .wysiwyg > *:first-child {
  margin-top: 0;
}

.page-privacy .wysiwyg > *:last-child {
  margin-bottom: 0;
}

.page-privacy .wysiwyg h1, .page-privacy .wysiwyg h2, .page-privacy .wysiwyg legend, .page-privacy .wysiwyg h3, .page-privacy .wysiwyg h4, .page-privacy .wysiwyg h5, .page-privacy .wysiwyg h6 {
  margin: 51px 0 16px;
  font-family: titillium-web, sans-serif;
  font-weight: 400;
}

.page-privacy .wysiwyg p {
  margin: 0 0 16px;
}

/*********************************************
:: My Bag Page                   
********************************************/
.page-my-bag {
  padding: 30px 0 60px;
}

@media (min-width: 768px) {
  .page-my-bag {
    padding: 58px 0 60px;
  }
}

.page-my-bag .heading {
  padding: 6px 28px;
  margin: 0 0 60px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffd900;
}

@media (min-width: 768px) {
  .page-my-bag .heading {
    margin: 0 0 65px;
  }
}

.page-my-bag .empty {
  display: block;
  width: 100%;
  text-align: center;
}

.page-my-bag .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #f3f1ec;
}

@media (min-width: 768px) {
  .page-my-bag .item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.page-my-bag .item .image {
  width: 120px;
  height: 120px;
  margin: 0 60px 20px 0;
}

@media (min-width: 600px) {
  .page-my-bag .item .image {
    margin: 0 60px 0 0;
  }
}

.page-my-bag .item .image img {
  max-height: 100%;
  margin: auto;
}

.page-my-bag .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .page-my-bag .text {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .page-my-bag .text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-my-bag .desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 600px) {
  .page-my-bag .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}

.page-my-bag .desc .title {
  margin: 0;
  line-height: 20px;
  font-weight: 400;
}

.page-my-bag .desc .tier-desc {
  margin: 0 0 5px;
  line-height: 10px;
}

.page-my-bag .desc .price {
  margin: 0;
}

.page-my-bag .actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media (min-width: 600px) {
  .page-my-bag .actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 0 40px;
  }
}

.page-my-bag .product-quantity {
  position: relative;
}

.page-my-bag input[type="number"] {
  padding: 6px 25px 7px 15px;
  -moz-appearance: textfield;
}

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

.page-my-bag .quantity-nav {
  position: absolute;
  right: 5px;
  bottom: 3px;
  z-index: 2;
  width: 20px;
  height: 35px;
}

.page-my-bag .quantity-button {
  position: relative;
  width: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #231f20;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-my-bag .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
}

.page-my-bag .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.page-my-bag .delete {
  margin: 0 0 0 auto;
}

@media (min-width: 600px) {
  .page-my-bag .delete {
    margin: 0 0 0 40px;
  }
}

.page-my-bag .delete button {
  width: 18px;
  height: 18px;
  margin: 0 0 5px;
  font-size: 8px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
  color: white;
  background-color: #ffd900;
  border-radius: 9px;
  cursor: pointer;
}

.page-my-bag .sub-total {
  min-width: 80px;
  margin: 0 0 0 20px;
  text-align: right;
}

@media (min-width: 600px) {
  .page-my-bag .sub-total {
    margin: 0 0 0 40px;
  }
}

.page-my-bag .sub-total .title {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.page-my-bag .sub-total .tally {
  margin: 0;
}

.page-my-bag .total {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  width: 100%;
}

.page-my-bag .total h2, .page-my-bag .total legend {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
}

.page-my-bag .total small {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
}

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  color: black;
  text-align: center;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #CCCCCC;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #999999;
}

.selectric-hover .selectric {
  border-color: #b3b2b2;
}

.selectric-hover .selectric .button {
  color: black;
}

.selectric-hover .selectric .button:after {
  border-top-color: white;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #b3b2b2;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b2b2;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

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

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

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

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

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

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\2192";
}

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

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

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