/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d338975d9282ad679add)
 * Config saved to config.json and https://gist.github.com/d338975d9282ad679add
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

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

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

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

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

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

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

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

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* 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; }

.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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;
  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; }

.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;
  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; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

.mfp-arrow-right:before {
  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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * BxSlider v4.2.17 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0;-webkit-perspective:1000}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translateZ(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url("../tradebeer/img/bx_loader.931bdb6b5081.gif") center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url("../tradebeer/img/controls.d9d25372f38c.png") 0 -32px no-repeat}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url("../tradebeer/img/controls.d9d25372f38c.png") -43px -32px no-repeat}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url("../tradebeer/img/controls.d9d25372f38c.png") -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url("../tradebeer/img/controls.d9d25372f38c.png") -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
@font-face {
    font-family: "GothamProMedium";
    font-style: normal;
    font-weight: normal;
    src:
        url("../tradebeer/fonts/GothamPro/GothamProMedium/GothamProMedium.059c21bbbd48.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/GothamPro/GothamProMedium/GothamProMedium.597a8cbee739.woff")
            format("woff"),
        url("../tradebeer/fonts/GothamPro/GothamProMedium/GothamProMedium.7099ae8bd4ec.ttf")
            format("truetype");
}

@font-face {
    font-family: "GothamProLight";
    font-style: normal;
    font-weight: normal;
    src:
        url("../tradebeer/fonts/GothamPro/GothamProLight/GothamProLight.00565e2c1471.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/GothamPro/GothamProLight/GothamProLight.3c6c14f0c938.woff")
            format("woff"),
        url("../tradebeer/fonts/GothamPro/GothamProLight/GothamProLight.792e5785377b.ttf")
            format("truetype");
}

@font-face {
    font-family: "GothamProBold";
    font-style: normal;
    font-weight: normal;
    src:
        url("../tradebeer/fonts/GothamPro/GothamProBold/GothamProBold.35b1157a9fb0.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/GothamPro/GothamProBold/GothamProBold.f5cfc42e97cd.woff")
            format("woff"),
        url("../tradebeer/fonts/GothamPro/GothamProBold/GothamProBold.45aa54635ee8.ttf")
            format("truetype");
}

@font-face {
    font-family: "HaginCapsMedium";
    font-style: normal;
    font-weight: normal;
    src:
        url("../tradebeer/fonts/HaginCapsMedium/HaginCapsMedium.f0e5a6959db6.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/HaginCapsMedium/HaginCapsMedium.c53e7d7a8342.woff") format("woff"),
        url("../tradebeer/fonts/HaginCapsMedium/HaginCapsMedium.72822bada4f7.ttf") format("truetype");
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-Light.1de7f0493a20.eot");
    src:
        local("Montserrat Light"),
        local("Montserrat-Light"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Light.1de7f0493a20.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Light.4fff33ac95aa.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Light.ba044963492f.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-MediumItalic.b3ddbb16a2b8.eot");
    src:
        local("Montserrat Medium Italic"),
        local("Montserrat-MediumItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-MediumItalic.b3ddbb16a2b8.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-MediumItalic.ad732b72a16a.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-MediumItalic.5c7f99074234.ttf")
            format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-Thin.143850af7ce7.eot");
    src:
        local("Montserrat Thin"),
        local("Montserrat-Thin"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Thin.143850af7ce7.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Thin.7877090582a0.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Thin.2597559f3f97.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLightItalic.43d12d16172b.eot");
    src:
        local("Montserrat ExtraLight Italic"),
        local("Montserrat-ExtraLightItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLightItalic.43d12d16172b.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLightItalic.d743ecc0e682.woff")
            format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLightItalic.cf9a7578398f.ttf")
            format("truetype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-BoldItalic.b8f5b73d80a8.eot");
    src:
        local("Montserrat Bold Italic"),
        local("Montserrat-BoldItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-BoldItalic.b8f5b73d80a8.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-BoldItalic.6fa635498a34.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-BoldItalic.45014625eaed.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-SemiBold.c139ffb2e274.eot");
    src:
        local("Montserrat SemiBold"),
        local("Montserrat-SemiBold"),
        url("../tradebeer/fonts/Montserrat/Montserrat-SemiBold.c139ffb2e274.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-SemiBold.3d2d13853665.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-SemiBold.aebf4fe19e37.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLight.117eff1ff962.eot");
    src:
        local("Montserrat ExtraLight"),
        local("Montserrat-ExtraLight"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLight.117eff1ff962.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLight.f555c75a92fb.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraLight.490fa183366c.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBoldItalic.5ee3b1a7b252.eot");
    src:
        local("Montserrat ExtraBold Italic"),
        local("Montserrat-ExtraBoldItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBoldItalic.5ee3b1a7b252.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBoldItalic.e406133e5d42.woff")
            format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBoldItalic.428f1389af30.ttf")
            format("truetype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-Italic.92f84d8b5d51.eot");
    src:
        local("Montserrat Italic"),
        local("Montserrat-Italic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Italic.92f84d8b5d51.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Italic.74f69ef5906c.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Italic.c47cfa55a714.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-Bold.a361f0ccb74e.eot");
    src:
        local("Montserrat Bold"),
        local("Montserrat-Bold"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Bold.a361f0ccb74e.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Bold.a79b68fcda60.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Bold.bf2c26d2b14e.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-LightItalic.2e1e2b598ca1.eot");
    src:
        local("Montserrat Light Italic"),
        local("Montserrat-LightItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-LightItalic.2e1e2b598ca1.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-LightItalic.bc4d475cab39.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-LightItalic.dadd3c3bf484.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-BlackItalic.e70885e2d197.eot");
    src:
        local("Montserrat Black Italic"),
        local("Montserrat-BlackItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-BlackItalic.e70885e2d197.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-BlackItalic.87d5d2706e23.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-BlackItalic.f9d1621e8aaf.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-SemiBoldItalic.70008e3309cd.eot");
    src:
        local("Montserrat SemiBold Italic"),
        local("Montserrat-SemiBoldItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-SemiBoldItalic.70008e3309cd.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-SemiBoldItalic.ac031a320dd5.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-SemiBoldItalic.74fbdb736c8c.ttf")
            format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-Regular.2dd0a1de870a.eot");
    src:
        local("Montserrat Regular"),
        local("Montserrat-Regular"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Regular.2dd0a1de870a.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Regular.de4a911e831c.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Regular.08a754d1d68f.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-Medium.f7e77a493f9b.eot");
    src:
        local("Montserrat Medium"),
        local("Montserrat-Medium"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Medium.f7e77a493f9b.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Medium.d194e50992ca.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Medium.41940db30d51.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBold.21edc00be8e4.eot");
    src:
        local("Montserrat ExtraBold"),
        local("Montserrat-ExtraBold"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBold.21edc00be8e4.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBold.28eef764f61e.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ExtraBold.2a3d13e3cafb.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-Black.f2e252596cbd.eot");
    src:
        local("Montserrat Black"),
        local("Montserrat-Black"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Black.f2e252596cbd.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Black.c20b9740ecf9.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-Black.594626363a3b.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../tradebeer/fonts/Montserrat/Montserrat-ThinItalic.4817b66e5f36.eot");
    src:
        local("Montserrat Thin Italic"),
        local("Montserrat-ThinItalic"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ThinItalic.4817b66e5f36.eot?#iefix")
            format("embedded-opentype"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ThinItalic.179f8e8da724.woff") format("woff"),
        url("../tradebeer/fonts/Montserrat/Montserrat-ThinItalic.5cd51f31feb0.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

html {
    overflow-x: hidden;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

body {
    position: relative;
    min-width: 320px;
    line-height: 1.6;
    font-size: 14px;
    font-family: "GothamProLight", sans-serif;
    color: #000;
    overflow-x: hidden;
    background-image: url("../tradebeer/img/bg-body.b507b4a48e5a.jpg");
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0;
    font-family: "HaginCapsMedium", sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 2.92857em;
}

h2 {
    font-size: 2.28571em;
}

a {
    outline: none !important;
}

a:hover {
    color: inherit;
}

p {
    margin: 5px 0;
}

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

.hidden {
    display: none;
}

.title {
    position: relative;
    text-align: center;
}

.title:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #cbcbcb;
    z-index: 0;
}

.title h2,
.title h1 {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background-color: #fff;
    z-index: 1;
}

.title h2:before,
.title h1:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-image: url("../tradebeer/img/title-rhomb.e19ca53b5963.png");
}

.title h2:after,
.title h1:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -5px;
    background-image: url("../tradebeer/img/title-rhomb.e19ca53b5963.png");
}

.row.row-inline > [class^="col-"] {
    float: none;
    display: inline-block;
    margin-right: -4px;
}

.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutters > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* sprites */
.sprites {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../tradebeer/img/sprite.e96e92cb2750.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.icon-wrap {
    position: relative;
    float: left;
    width: 96px;
    height: 97px;
    text-align: center;
    line-height: 97px;
}

.icon-wrap i {
    position: relative;
    top: -4px;
}

.icon-wrap--yellow {
    background-position: 0 -181px;
}

.icon-wrap--green {
    background-position: -102px -181px;
}

.i-service-1 {
    width: 58px;
    height: 47px;
    background-position: 0 -285px;
}

.i-service-2 {
    width: 44px;
    height: 49px;
    background-position: -64px -285px;
}

.i-phone {
    width: 15px;
    height: 15px;
    background-position: 0 0;
}

.i-price {
    width: 16px;
    height: 16px;
    background-position: -18px 0;
}

.i-pdf {
    width: 32px;
    height: 32px;
    background-position: -110px -302px;
}

.i-adv-1 {
    width: 76px;
    height: 78px;
    background-position: 0 -20px;
}

.i-adv-2 {
    width: 77px;
    height: 77px;
    background-position: -79px -19px;
}

.i-adv-3 {
    width: 85px;
    height: 77px;
    background-position: 0 -101px;
}

.i-adv-4 {
    width: 84px;
    height: 77px;
    background-position: -88px -101px;
}

.i-delivery-1 {
    width: 53px;
    height: 43px;
    background-position: 0 -339px;
}

.i-delivery-2 {
    width: 51px;
    height: 39px;
    background-position: -58px -342px;
}

.i-delivery-3 {
    width: 51px;
    height: 42px;
    background-position: -111px -341px;
}

.i-delivery-4 {
    width: 46px;
    height: 46px;
    background-position: -166px -339px;
}

/* =======================================
								main-header
======================================= */
.top-line {
    margin-bottom: 20px;
    padding: 11px 0;
    background-color: #000;
    font-size: 1.14286em;
    line-height: 16px;
    color: #fff;
}

.top-line__nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top-line__nav li {
    display: inline-block;
    margin-right: 13px;
}

.top-line__nav li:last-child {
    margin-right: 0;
}

.top-line__nav a {
    color: #fff;
}

.top-line__link {
    text-align: right;
}

.top-line__link a {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
}

.top-line__link a:first-child {
    margin-left: 0;
}

.top-line__link a:hover {
    text-decoration: none;
}

.top-line__link a i {
    margin-right: 12px;
}

.location {
    color: #fff;
    font-size: 1.14286em;
}

.location strong {
    display: block;
    font-size: 1.375em;
    font-family: "GothamProBold";
}

.logo {
    margin-top: 7px;
}

.contact {
    color: #fff;
    text-align: right;
    justify-content: end;
}

.contact__phone {
    font-size: 1.57143em;
    font-family: "GothamProBold";
    color: #fff;
}

.contact__phone1 {
    font-size: 1.35143em;
    font-family: "GothamProBold";
    color: #fff;
}

.contact__mail {
    font-size: 1.14286em;
}

.contact__mail a {
    color: #f4bd11;
    line-height: 22px;
}

.contact__with-icon {
    display: inline-block;
}

.contact__with-icon svg {
    padding-right: 2px;
}

.contact__with-icon svg,
.contact__with-icon a {
    vertical-align: middle;
}

.contact__with-icon svg {
    width: 3rem;
    height: 3rem;
    margin: 0.5rem;
}

.contact__with-icon.huge svg {
    width: 4rem;
    height: 4rem;
}

/* =======================================
								main-container
======================================= */
.shelf {
    background: url("../tradebeer/img/shelf.94cfea696f66.png") center 425px repeat-x;
}

.shelf .shelf-prod {
    position: relative;
}

.shelf .shelf-prod:before {
    position: absolute;
    content: "";
    left: -282px;
    top: -100px;
    width: 254px;
    height: 566px;
    background-image: url("../tradebeer/img/left-shelf.f6b57af42710.png");
}

.shelf .shelf-prod:after {
    position: absolute;
    content: "";
    right: -272px;
    top: 15px;
    width: 241px;
    height: 438px;
    background-image: url("../tradebeer/img/right-shelf.e23ddc132c78.png");
    z-index: 0;
}

.main-container {
    position: relative;
    margin-top: 30px;
    padding: 30px 0;
    background-color: #fff;
}

.main-container:before {
    position: absolute;
    content: "";
    left: -58px;
    top: 0;
    width: 59px;
    height: 100%;
    background-color: #fff;
}

.main-container:after {
    position: absolute;
    content: "";
    right: -58px;
    top: 0;
    width: 59px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.top-main-container {
    padding-bottom: 10px;
    /* background: url("../tradebeer/img/top-main-container-bg.9d705e6b8b7c.png") left bottom repeat-x; */
    border-bottom: 1px solid #f4bd11;
}

.nav-toolbar {
    display: flex;
    gap: 16px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-toolbar li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 20px;
    transition: 300ms background ease-out;
}

.nav-toolbar li img {
    height: 24px;
}

.nav-toolbar li:first-child {
    background: rgba(9, 150, 110, 0.16);
}

.nav-toolbar li:nth-child(2) {
    background: rgba(206, 49, 13, 0.16);
}

.nav-toolbar li:first-child:hover {
    background: rgba(9, 150, 110, 0.32);
}

.nav-toolbar li:nth-child(2):hover {
    background: rgba(206, 49, 13, 0.32);
}

.nav-toolbar li a {
    color: #000;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
}

.nav-toolbar li a:hover {
    text-decoration: none;
}

.nav-primary {
    display: inline-flex;
    max-width: 300px;
    margin-left: 10px;
    transition: transform 300ms ease-out;
}

.nav-primary:hover {
    transform: scale(1.025);
}

.nav-primary img {
    width: 100%;
}

.nav-primary + .nav-primary {
    margin-left: 8px;
}

.nav-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 8px;
    padding: 0;
    list-style-type: none;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    font-size: 1.57143em;
}

.nav-products > li {
    position: relative;
    /*
  padding: 6px 16px;
  line-height: 16px;
*/
    padding: 20px 20px 15px;
    font-size: 18px;
    line-height: 23px;
    cursor: pointer;
}

.nav-products > li.icon {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "HaginCapsMedium";
    font-size: 16px;
    font-weight: 500;
}

.nav-products > li.icon a {
    display: flex;
}

.nav-products > li:hover {
    background-color: #fff;
    box-shadow: 0 2px 43px rgba(192, 192, 198, 0.4);
}

.nav-products > li:hover > ul {
    display: block;
}

.nav-products > li > a {
    color: #000;
}

.nav-products > li > a:hover {
    text-decoration: none;
}

.nav-products .i-triangle {
    margin-top: 4px;
    margin-left: 10px;
}

.i-triangle {
    display: inline-block;
    vertical-align: middle;
    border: 5px solid transparent;
    border-top: 8px solid #000;
    cursor: pointer;
}

.nav-products > li > ul {
    display: none;
    position: absolute;
    list-style-type: none;
    left: 0;
    margin-top: 0;
    padding: 15px 20px 20px;
    width: 308px;
    background-color: #fff;
    box-shadow: 0 16px 28px rgba(192, 192, 198, 0.4);
    overflow: hidden;
    z-index: 6;
}

.nav-products > li > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.nav-products > li > ul > li:first-child {
    border-top: 1px solid #c8c8c8;
    padding-top: 15px;
}

.nav-products > li > ul > li > a {
    color: #000;
}

/* search-box */
.search-box {
    /* display: flex; */
    /* justify-content: end; */
    position: relative;
}

.search-box .inputbox {
    width: calc(100% - 1px);
    box-sizing: border-box;
    padding: 0 8px;
    color: #6f6f6f;
    font-size: 1.14286em;
    font-family: "GothamProLight";
    line-height: 16px;
    outline: none;
    border: none;

    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 2px;
}

.search-box input[type="submit"] {
    position: absolute;
    right: 8px;
    top: 13px;
    width: 13px;
    height: 12px;
    background: transparent url("../tradebeer/img/sprite.e96e92cb2750.png") -36px 0 no-repeat;
    border: none;
}

.content-box {
    margin-top: 40px;
}

.content-box p {
    text-align: center;
}

/* slider */
.slider-wrap {
    margin: 35px 0;
    padding-bottom: 35px;
}

.slide {
    position: relative;
    padding-top: 45px;
    width: 205px;
}

.low-price {
    position: absolute;
    padding-top: 19px;
    top: 0;
    right: 0;
    width: 87px;
    height: 87px;
    text-align: center;
    color: #fff;
    font-family: "GothamProMedium";
    font-size: 1.14286em;
    line-height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8acc48 url("../tradebeer/img/low-price.a5ef410d0e35.png") center no-repeat;
    z-index: 2;
}

.slide-img {
    display: block;
    height: 227px;
    text-align: center;
    overflow: hidden;
}

.slide-img img {
    width: 100%;
    object-fit: contain;
    height: 225px;
}

.slide-descr h3 {
    display: block;
    font-family: "HaginCapsMedium";
    font-size: 1.57143em;
    color: #000;
}

.slide-descr h3 a {
    color: #000;
}

.slide-descr h3 a:hover {
    color: #d84b1a;
}

.slide-descr strong {
    display: block;
    color: #6db425;
    font-size: 1.28571em;
    font-family: "GothamProBold";
    line-height: 22px;
}

.slide-descr span {
    font-size: 1.14286em;
    line-height: 24px;
}

.bx-wrapper .bx-controls-direction {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.bx-wrapper .bx-controls-direction:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    border-bottom: 1px dashed #000;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: #f4bd11;
    background-position: center center;
}

.bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
    background-image: url("../tradebeer/img/prev-slide.9b3eb1da92ad.png");
}

.bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
    background-image: url("../tradebeer/img/next-slide.5549f1257b35.png");
}

.bx-wrapper .bx-viewport {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* delivery */
.delivery {
    position: relative;
}

.delivery:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background: url("../tradebeer/img/delivery-romb.0ebaf615ff26.png") 50% no-repeat;
}

.item__pic {
    display: table;
    padding: 30px 15px;
}

.item__pic .icon-wrap,
.item__pic .item__title {
    display: table-cell;
    vertical-align: middle;
}

.item__pic .item__title {
    padding-left: 35px;
    font-family: "HaginCapsMedium";
    font-size: 1.57143em;
    line-height: 26px;
}

/* service */
.service p {
    padding-left: 125px;
    color: #2c2223;
    font-family: "HaginCapsMedium";
    font-size: 1.57143em;
    line-height: 26px;
}

/* advantage */
.advantage {
    margin-top: 55px;
    padding: 84px 38px;
    background: url("../tradebeer/img/advantage-bg.164c9157eafb.png") center/cover no-repeat;
}

.advantage__item {
    text-align: center;
    color: #fff;
    font-size: 1.14286em;
    font-family: "GothamProMedium";
    line-height: 22px;
}

.advantage__item p {
    margin-top: 20px;
}

/* delivery */
.delivery {
    margin-top: 50px;
}

.delivery [class^="col-"]:nth-child(1) {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.delivery [class^="col-"]:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
}

.delivery [class^="col-"]:nth-child(3) {
    border-right: 1px solid #e8e8e8;
}

.delivery-pic {
    margin-top: 75px;
}

/* =======================================
							main-footer
======================================= */
.main-footer {
    margin-top: 50px;
    padding-bottom: 35px;
}

/* magnific-custom */
.popup-form {
    position: relative;
}

.popup-form h3 {
    text-align: center;
}

.popup-form label,
.popup-form input {
    display: block;
    margin: 5px 0;
    width: 100%;
}

.text-center {
    margin-top: 10px;
    text-align: center;
}

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

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

.success {
    position: absolute;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 2;
    text-transform: uppercase;
}

.success.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Styles for dialog window */
.popup-form {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
    z-index: 10;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    z-index: 2;
}

.popup-form input {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #999999;
}

.popup-form .text-center button {
    display: inline-block;
    line-height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999999;
}

/************ main_nav *****************/
.main-nav {
    background-color: #f2f2f2;
}

.main-nav ul {
    position: relative;
    z-index: 999;
    padding: 0;
    list-style-type: none;
    text-align: center;
    line-height: 22px;
}

.main-nav li {
    display: inline-block;
    margin-right: 9px;
}

.main-nav li:last-child {
    margin-right: 0;
}

.main-nav li a {
    color: #333;
}

.mobile-menu {
    display: none;
    position: relative;
    text-align: right;
    height: 58px;
    line-height: 64px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile-menu span {
    position: absolute;
    right: 60px;
    top: -3px;
    color: #fff;
}

.mobile-menu:hover {
    text-decoration: underline;
}

#sandwich {
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.sw-topper {
    position: relative;
    top: 0;
    width: 35px;
    height: 1px;
    background: #fff;
    border: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition:
        top 0.2s,
        -webkit-transform 0.5s;
    transition:
        top 0.2s,
        -webkit-transform 0.5s;
    transition:
        transform 0.5s,
        top 0.2s;
    transition:
        transform 0.5s,
        top 0.2s,
        -webkit-transform 0.5s;
}

.sw-bottom {
    position: relative;
    width: 35px;
    height: 1px;
    top: 10px;
    background: #fff;
    border: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition:
        top 0.2s,
        -webkit-transform 0.5s;
    transition:
        top 0.2s,
        -webkit-transform 0.5s;
    transition:
        transform 0.5s,
        top 0.2s;
    transition:
        transform 0.5s,
        top 0.2s,
        -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.sw-footer {
    position: relative;
    width: 35px;
    height: 1px;
    top: 20px;
    background: #fff;
    border: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#sandwich.active .sw-topper {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#sandwich.active .sw-bottom {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .top-line__nav li {
        margin-right: 25px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .nav-products > li {
        font-size: 17px;
        padding: 15px 10px;
    }

    .second-step {
        padding: 10px 15px;
    }

    .top-line__nav,
    .top-line__link {
        text-align: center;
    }

    .top-line__link {
        margin-top: 15px;
    }

    .nav-products li {
        margin-right: 20px;
    }

    .advantage {
        padding: 40px 30px;
    }

    .advantage__item {
        margin-top: 20px;
    }

    .advantage__item p {
        margin-top: 5px;
    }

    .delivery-pic {
        margin: 20px auto;
    }

    .logo-footer {
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .second-step {
        width: 100%;
    }

    .nav-products > li {
        margin: 0;
        width: 98%;
        padding: 10px 10px 5px;
    }

    .nav-products > li > ul {
        top: 34px;
        width: 100%;
    }

    .hide-menu {
        display: none;
        margin-top: 0;
    }

    .hide-menu li {
        display: block;
        margin: 0;
        padding: 5px 0 5px 30px;
        text-align: left;
        background-color: #000;
        border-bottom: 1px solid #fff;
    }

    .mobile-menu {
        display: block;
        flex: 1;
    }

    .location,
    .contact {
        text-align: center;
        margin-top: 10px;
    }

    .nav-products li {
        display: block;
        margin-bottom: 8px;
        font-size: 0.875em;
    }

    .delivery:after {
        display: none;
    }

    .delivery [class^="col-"] {
        border-bottom: 1px solid #e8e8e8;
    }

    .delivery [class^="col-"]:last-child {
        border-bottom: none;
    }

    .item__pic {
        padding: 15px;
    }

    .nav-toolbar {
        margin-bottom: 8px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .nav-products li {
        font-size: 18px;
    }

    .top-line__link a {
        text-align: left;
        margin-bottom: 8px;
        margin-left: 10px;
        font-size: 0.875em;
    }

    .title h2 {
        line-height: 29px;
    }

    .item__pic {
        padding: 15px;
    }

    .item__pic .icon-wrap,
    .item__pic .item__title {
        display: block;
    }

    .item__pic .item__title {
        margin-top: 110px;
        padding-left: 0;
    }
}

.pagination {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    padding: 20px 0;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dee2e6;
    line-height: 1.25;
    background-color: #fff;
    text-decoration: none;
}

.pagination .page-numbers:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination .page-numbers.current {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

li.parent a > ul {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid black;
    z-index: 2;
}

li.parent a:hover > ul {
    display: block;
}

/* .nav-products > li > ul > li > .i-triangle {display: none;} */

/* by beliyadm */
/* hidden price link */
.price_links {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.price_links span {
}

.price_links div {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
}

.price_links ul {
    margin: 25px 0 0 0;
    padding: 0 10px;
    width: 140px;
    background: #fff;
    color: #000;
    box-shadow: 0 16px 28px rgba(255, 255, 255, 0.6);
}

.price_links:hover > div {
    display: block;
    opacity: 1;
}

.price_links li {
    display: block;
    list-style: none;
    text-align: left;
    margin: 0 0 0 0;
    padding: 10px 0;
}

.price_links ul a {
    color: #000;
}

.price_links ul a:hover {
    text-decoration: underline;
}

/* category list template */
/*.category_listcat li:before {display: none;}*/
.categories-list a {
    display: block;
    float: left;
    width: 31%;
    height: 200px;
    margin: 0 2.2% 2% 0;
    position: relative;
    text-decoration: none;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top center !important;
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
}

.categories-list a .itemtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    color: #fff;
    font-family: "HaginCapsMedium";
    font-size: 1.57143em;
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
}

.categories-list a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.categories-list a:hover .itemtitle {
    text-decoration: underline;
    background: rgba(0, 0, 0, 0.9);
}

/* .col-md-3 {
    display: inline-block;
    float: none;
    margin: 0 0 20px;
    vertical-align: top;
    width: 24%;
} */

.yamap {
    margin: 20px 0 0 0;
    min-height: 400px;
    border: 1px solid #898989;
    padding: 4px;
}

/* PRODUCT PAGE */
.product {
}

.product_img img {
    width: 100%;
}

.product_desc_text p {
    margin: 15px 0;
}

.product_desc_text h4 {
    font-size: 16px;
    font-weight: normal;
}

.product_desc_text h4 b {
    font-size: 14px;
    font-weight: normal;
    font-family: "GothamProLight";
}

.product_desc_text h5 {
    font-size: 22px;
    text-align: right;
    text-transform: uppercase;
}

.product_desc_text ul {
    margin: 0px 15px;
    padding: 0;
}

.product_desc_text ul li {
    position: relative;
    display: block;
    padding: 3px 0 3px 25px;
    margin: 7px 0;
}

.product_desc_text ul li:before {
    position: absolute;
    display: block;
    height: 1px;
    width: 12px;
    top: 13px;
    left: 0;
    content: "";
    background: #000;
}

.product .price {
    /*	text-align: right;*/
}

.product .price b {
    font:
        bold normal 40px/100% "HaginCapsMedium",
        sans-serif;
    color: #f94a0d;
}

.product .price b.small {
    font-family: "GothamProLight";
    font-size: inherit;
    color: #000;
}

.product .price span {
    font-size: 20px;
}

.product .btn_quickbuy {
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 1px solid #f94a0d;
    background: #f94a0d;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
}

.product .btn_quickbuy:hover {
    background: #ffbe00;
    color: #000;
    text-decoration: none;
}

/* tpl_pathway */
.tpl_pathway {
    margin: -20px 0 0 20px;
    font-family: "GothamProLight";
}

input.error {
    border: 1px solid #f94a0d;
    outline: none;
    /*background: #F94A0D;*/
}

.form__popup {
    position: relative;
    max-width: 400px;
    margin: 40px auto;
    padding: 20px 30px;
    background: #fff;
}

.form__title {
    margin-bottom: 18px;
    text-align: center;
}

.search-form {
    text-align: center;
    margin-bottom: 30px;
}

.search-form .search-input {
    width: calc(100% - 120px);
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block;
    height: 36px;
}

.search-form .search-submit {
    width: 100px;
    height: 36px;
}

.info-message {
    font-family: "HaginCapsMedium", sans-serif;
    font-weight: normal;
    font-size: 2.28571em;
    padding: 6px 12px;
    margin: 16px 0;
    border-style: dashed;
    border-width: 6px;
    border-color: #f4bd11;
}

.products-list .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.products-list .product-minicard {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.products-list .product-minicard .slide-descr {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.products-list .product-minicard .slide-descr h3 {
    margin-bottom: auto;
}

.main-slider {
    margin: 2rem 0;
    max-height: 436px !important;
    overflow: hidden;
}

.main-slider .bxslider {
    display: flex;
}

.main-slider .bxslider div {
    max-height: 386px;
}

.main-slider .bxslider div img {
    height: 100%;
}

.main-slider .bx-wrapper .bx-controls-direction {
    position: static !important;
}

.main-slider .bx-wrapper .bx-controls-direction:after {
    content: none;
}

.main-slider .bx-wrapper .slider img {
    height: 100%;
}

.hits-slider__container {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media only screen and (max-width: 1199px) {
    .hits-slider .product-minicard {
        width: 255px !important;
    }
}

.age-popup h3 {
    font-size: 2.25em;
    line-height: 1;
}

.age-popup h4 {
    margin: 16px 0;
    text-align: center;
    font-size: 1.5em;
    line-height: 1;
}

.age-popup .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 8px;
    margin: 8px 0 16px;
}

.age-popup .buttons .button {
    padding: 8px 16px;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.age-popup .buttons .red {
    color: #fff;
    background-color: #be1010;
    border: 1px solid #be1010;
}

.age-popup .hint {
    font-size: 12px;
    line-height: 1.125;
    color: #ccc;
}

.header__menu-container {
    display: flex;
    flex-direction: column;
}

.header__menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header__menu .top-line__link {
    margin: 0 auto;
}

.header__menu .top-line__link a {
    margin: 1rem 0 1rem 40px;
}

@media only screen and (max-width: 548px) {
    /* .top-line__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  */
    .top-line__link a {
        text-align: left;
        margin: 0.5rem 0 0.5rem 1rem !important;
    }

    .location strong {
        font-size: 1em;
    }

    .contact__phone {
        font-size: 1.25em;
    }

    .contact__mail {
        font-size: 1em;
    }

    .logo {
        height: 80px;
    }

    .main-container {
        padding-top: 15px;
        marign-top: 15px;
    }

    h1 {
        font-size: 2.5em;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 767.9px) {
    .header__menu-container {
        flex-direction: column-reverse;
    }

    .top-line__link a {
        margin-top: 2rem !important;
    }

    .search-box {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 991.9px) {
    .header__menu-container {
        flex-direction: row-reverse;
    }

    .top-line__nav {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .header__menu {
        width: auto;
        width: 33%;
    }

    .top-line__link a {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.bx-wrapper {
    box-shadow: none;
}

.promo-slider {
    display: flex;
    /* margin: 2rem 0; */
}

@media only screen and (max-width: 548px) {
    .promo-slider,
    .promo-slider .promo-slider__item {
        width: 100%;
        min-height: 100%;
        max-height: 220px;
        object-fit: cover;
    }
}

.promo-slider__item {
    display: flex;
    position: relative;
    padding: 2rem 0;
    aspect-ratio: 16/9.5;
}

.promo-slider__item > * {
    flex-grow: 1;
    display: flex;
}

.promo-slider__item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 549px) {
    .promo-slider__item {
        aspect-ratio: 16/9;
    }
}

.product-per-item-price {
    font:
        bold normal 28px/100% "HaginCapsMedium",
        sans-serif !important;
    color: #6db425;
}

[x-cloak] {
  display: none;
}

:root {
  --color-accent: 244, 189, 17;
  --color-gray: 137, 137, 137;
}

.cart__container {
  position: relative;
  z-index: 5;
}

.cart__empty .cart__empty-controls {
  display: flex;
  justify-content: center;
  gap: 4rem;
  font-family: "HaginCapsMedium";
  font-size: 1.57143em;
}

.cart__title {
  position: relative;
}

.cart .product__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
}

@media only screen and (max-width: 1024px) {
  .cart .product__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .cart .product__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 480px) {
  .cart .product__list {
    grid-template-columns: 1fr;
  }
}

.cart .product-minicard {
  display: flex;
  flex-direction: column;
  padding: 16px;
  /* border: 1px solid rgba(var(--color-gray), 0.2); */
  border-radius: 16px;
  box-shadow: 2px 2px 4px 4px rgba(34, 60, 80, 0.05);
}

.cart__title .cart__title-quantity {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height:2rem;
  padding: 0.25rem;
  vertical-align: super;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  background-color: rgb(var(--color-accent));
}

.cart .cart__item-controls {
  display: flex;
  margin-top: auto;
  padding-top: 1rem;
}

.cart .slide-descr {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cart .cart__item-quantity-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart .cart__item-quantity-spinner {
  position: absolute;
  z-index: 1;
}

.cart .cart__item-quantity-inc,
.cart .cart__item-quantity-dec {
  width: 44px;
  padding: 16px 24px;
  border: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0;
}

.cart .cart__item-quantity-input {
  max-width: 5rem;
  height: 100%;
  padding: 0 1rem;
  border-radius: 0;
  border: 1px solid rgb(var(--color-gray), 0.2);
  border-left: 0;
  border-right: 0;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  /*
  -webkit-appearance: none;
  appearance: none;
  */
}

.cart .cart__item-quantity-input::-webkit-outer-spin-button,
.cart .cart__item-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart .cart__item-quantity-input {
  -moz-appearance: textfield;
}

.cart .cart__item-quantity-remove {
  padding: 1rem;
  margin-left: auto;
  background-color: #f7816b;
}

@media only screen and (max-width: 768px) {
  .cart .cart__item-quantity-inc,
  .cart .cart__item-quantity-dec {
    font-size: 1.25rem;
    padding: 6px 12px;
  }

  .cart .cart__item-quantity-input {
    max-width: 4rem;
    height: 100%;
    padding: 0 0.75rem;
  }

  .cart .cart__item-quantity-remove {
    padding: 6px 12px;
  }

  .cart .cart__item-quantity-remove svg {
    width: 18px;
  }
}

.cart .cart__item-not-available {
  display: flex;
  align-items: center;
  color: #f7816b;
  font-weight: bold;
}

.cart .cart__summary {
  margin: 32px 0;
}

.cart .cart__summary .btn {
  margin-left: auto;
  font-size: 18px;
}

.cart .cart__summary h3 {
  font-size: 28px;
}

.cart .cart__summary-quantity {
  font-size: 20px;
}

.cart .cart__summary-price {
  font-size: 24px;
  font-weight: bold;
}

.cart .cart__summary-checkout_unvailable {
  font-size: 20px;
  font-weight: bold;
  color: #f7816b;
  margin-top: 8px;
  margin-bottom: 8px;
}

.dialog {
  padding: 32px;
  border: 0;
  border-radius: 16px;
  overflow: visible;
}

.dialog__close {
  position: absolute;
  top: -16px;
  right: -16px;
}

.dialog__header {
  font-size: 24px;
}

.dialog__title {
  margin: 16px 0;
}

.dialog__controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 16px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: bold;
  background: rgb(var(--color-accent));
  border-radius: 1rem;
  border: 0;
  box-shadow: 4px 4px 4px 0px rgba(34, 60, 80, 0.2);
  transition: all 250ms ease-in-out;
}

.btn:disabled {
  background: rgba(var(--color-gray), 0.3)!important;
}

.btn:active {
  box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.3);
}

.input {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: rgba(var(--color-accent), 0.6);
  }
}

.cart__checkout fieldset {
  border-radius: 16px;
}

.cart__checkout legend {
  font-size: 18px;
  font-weight: bold;
  font-family: "HaginCapsMedium";
}

.checkout__section-inner >* {
  margin-top: 16px;
}

.pointer-events-none {
  pointer-events: none;
}
.content-box-download-app {
    display: flex;
    justify-content: center;
}

.content-box-download-app .info-message {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
    justify-content: center;
    width: fit-content;
}

.content-box-download-app .info-message .download-app-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content-box-download-app a {
    display: block;
    padding: 1rem;
    border-radius: 1rem;

    background-color: #fff;
    transition: background-color 300ms ease-in-out;
}

.content-box-download-app a:hover {
    background-color: rgba(0, 119, 79, 0.5);
}

.content-box-download-app .info-message img {
    max-width: 180px;
}

.w-full {
    width: 100%;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.btn-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn-cart__locality,
.btn-cart__cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.btn-cart__locality:focus,
.btn-cart__cart:focus {
    outline-offset: 2px;
    outline: 2px dashed rgb(244, 189, 17);
}

.btn-cart__locality {
    border: 1px solid #ffdd68;
    border-right: 0;
    padding: 6px 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
    color: #ffffff;
}

.btn-cart__locality-icon {
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
}

.btn-cart__locality-text {
    display: block;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media all and (max-width: 1400px) {
    .btn-cart__locality-text {
        max-width: 125px;
    }
}

@media all and (max-width: 1200px) {
    .btn-cart__locality-text {
        max-width: 175px;
    }
}

.btn-cart__locality:hover,
.btn-cart__locality:focus {
    color: #ffdd68;
}

.btn-cart__cart {
    background: rgb(244, 189, 17);
    color: #322024;
    padding: 0 12px 0 11px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media all and (max-width: 1400px) {
    .btn-cart__cart {
        font-size: 14px;
        padding: 0 10px 0 9px;
    }
}

.btn-cart__cart:hover,
.btn-cart__cart:focus {
    background: rgb(244, 189, 17);
    color: #322024;
}

.btn-cart__cart-icon {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.header__btn-cart {
    margin: 6px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .header__btn-cart {
        justify-content: center;
        margin: 10px 0 0 0;
    }
}

@media all and (max-width: 480px) {
    .popup__modal-actions--collapse-on-mobile .btn+.btn {
        margin: 7px 0 0;
    }
}

.popup__top-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 15px;
    color: #ffdd68;
}

.popup__top-icon--error {
    color: rgba(243, 30, 30, 0.9);
}

.popup__top-icon-svg {
    width: 150px;
    height: 150px;
}

@media all and (max-width: 480px) {
    .popup__top-icon-svg {
        width: 125px;
        height: 125px;
    }
}

.popup .popup__close-btn {
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition:
        background-color 0.25s,
        color 0.25s,
        border 0.25s,
        opacity 0.25s,
        -webkit-box-shadow 0.25s,
        -webkit-filter 0.25s;
    transition:
        background-color 0.25s,
        color 0.25s,
        border 0.25s,
        opacity 0.25s,
        -webkit-box-shadow 0.25s,
        -webkit-filter 0.25s;
    transition:
        background-color 0.25s,
        color 0.25s,
        border 0.25s,
        box-shadow 0.25s,
        opacity 0.25s,
        filter 0.25s;
    transition:
        background-color 0.25s,
        color 0.25s,
        border 0.25s,
        box-shadow 0.25s,
        opacity 0.25s,
        filter 0.25s,
        -webkit-box-shadow 0.25s,
        -webkit-filter 0.25s;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    line-height: 1;
    font-size: 50px;
    color: rgba(50, 32, 36, 0.9);
    background: #ffdd68;
    opacity: 1;
}

.popup .popup__close-btn:focus {
    outline: 3px dashed rgba(255, 221, 104, 0.5);
    outline-offset: 4px;
}

.block-video__popup {
    position: fixed;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, .8);
    bottom: 1rem;
    right: 1rem;
    transform: translate(-50%, 0);
}

.block-video__popup .block-video__popup-video {
    width: 100px;
    height: 176px;
}

.block-video__popup .block-video__popup-img {
    height: 150px;
}

.block-video__popup .block-video__popup-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}

.mt-8 {
    margin-top: 2rem;
}

.max-w-80 {
    max-width: 20rem;
}

.justify-items-center {
    justify-items: center;
}

.bg-gray-500 {
    color: #A0AEC0
}