@charset "UTF-8";
/* stylelint-disable */
@import "less/owl.carousel.min.css";
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.vcenter {
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.backfaceVisibility {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.absoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flexContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.row.flexContainer {
  width: 100%;
}
.row.flexContainer:after,
.row.flexContainer:before {
  display: none;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-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"] {
  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;
  -moz-box-sizing: content-box;
  -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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #2B2B2B;
  background-color: #FFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #D40167;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a1014e;
  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 {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.2;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.2;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #FFF;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 30px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 21px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6b6b6b;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #D40167;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a1014e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.2;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #D40167;
}
.nav .nav-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 17px 15px;
  font-size: 18px;
  line-height: 16px;
  height: 16px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 16px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.mapboxgl-ctrl-group {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}
.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd;
}
/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mapboxgl-ctrl-icon {
  padding: 5px;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  -webkit-animation: mapboxgl-spin 2s infinite linear;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s infinite linear;
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes mapboxgl-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}
a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E");
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E");
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    left: 0;
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}
.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
}
@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }
  70% {
    -ms-transform: scale(3);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale::after {
  display: none;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}
@media print {
  /* stylelint-disable-next-line selector-class-pattern */
  .mapbox-improve-map {
    display: none;
  }
}
/* Buttons */
/* Navigation arrows */
/* Close button on the top right corner of html content */
/* Caption */
/* Loading indicator */
@-webkit-keyframes "fancybox-rotate" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes "fancybox-rotate" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
/* transitionEffect: slide */
/* transitionEffect: fade */
/* transitionEffect: zoom-in-out */
/* transitionEffect: rotate */
/* transitionEffect: circular */
/* transitionEffect: tube */
/* Share */
/* Thumbs */
/* Styling for Small-Screen Devices */
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-show-infobar .fancybox-infobar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title {
  display: none;
}
.fancybox-slide > style {
  display: none;
}
.fancybox-slide > meta {
  display: none;
}
.fancybox-slide > link {
  display: none;
}
.fancybox-slide > script {
  display: none;
}
.fancybox-slide > base {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
.fancybox-is-sliding .fancybox-slide {
  display: block;
}
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--current {
  display: block;
}
.fancybox-slide--next {
  display: block;
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #E5E3DF;
}
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
  color: #ccc;
}
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus {
  color: #fff;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-is-scaling .fancybox-close-small {
  display: none;
}
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a {
  pointer-events: all;
  position: relative;
  color: #fff;
  text-decoration: underline;
}
.fancybox-caption button {
  pointer-events: all;
  position: relative;
}
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
}
.error404 {
  background: #c30460;
  color: #FFF;
}
.error404 .center h2 {
  text-align: center;
  padding-top: 120px;
}
.error404 a {
  color: #FFF;
}
.home .bigHeaderContent {
  padding: 180px 0 300px 0;
}
@media only screen and (max-width: 767px) {
  .home .bigHeaderContent {
    padding: 210px 0 190px 0;
    min-height: 40vh !important;
  }
}
input:focus {
  outline: none;
}
@keyframes bgcolor {
  0% {
    background-color: #D40167;
  }
  30% {
    background-color: #af0c0a;
  }
  60% {
    background-color: #f39521;
  }
  90% {
    background-color: #910972;
  }
  100% {
    background-color: #7fc9cf;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .hideMobile {
    display: none;
  }
}
.showMobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .showMobile {
    display: block;
  }
}
.preLaunch {
  background: #D40167;
  min-height: 100vh;
  padding: 180px 0;
  color: white;
  text-align: center;
  position: relative;
  -webkit-animation: bgcolor 30s infinite;
  animation: bgcolor 30s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.preLaunch #mce-responses {
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.preLaunch p {
  font-size: 1.2em;
}
.preLaunch .content__gdprLegal {
  font-size: 0.7em;
  margin-top: 30px;
}
.preLaunch .content__gdprLegal a {
  font-weight: bold;
}
.preLaunch a {
  color: #FFF !important;
}
.preLaunch h1 {
  margin-bottom: 30px;
  margin-top: 5px !important;
  font-size: 3em;
}
.preLaunch .preLaunchContent {
  max-width: 320px;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.preLaunch #mce-EMAIL {
  width: 40%;
  min-width: 200px;
  color: #2B2B2B !important;
  background: #FFF !important;
  height: 40px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .preLaunch #mce-EMAIL {
    width: 90%;
  }
}
.preLaunch #mce-EMAIL:focus,
.preLaunch #mce-EMAIL:active,
.preLaunch #mce-EMAIL:visited {
  outline: none !important;
  border: none !important;
  background: #FFF !important;
  border-radius: 0 !important;
}
.preLaunch #mc-embedded-subscribe-form {
  margin-top: 45px;
}
.preLaunch .btn {
  border: 2px solid #FFF;
  color: #FFF !important;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .preLaunch .btn {
    width: 90%;
    margin-top: 15px;
  }
}
.preLaunch .btn:hover {
  border: 2px solid #FFF;
  color: #D40167 !important;
  background: #FFF !important;
}
.preLaunch .preLaunchLogo {
  width: 100px;
  text-align: left;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.preLaunch .preLaunchLogo svg {
  width: 100%;
  height: auto;
}
.preLaunch .preLaunchFooter {
  bottom: 60px;
  position: absolute;
  width: 100%;
}
.preLaunch .preLaunchFooter a {
  color: white !important;
  font-weight: bold;
  padding: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input,
textarea {
  padding: 10px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* OWN VARS */
/* BOOTSTRAP VARS */
/*++++++++++++++++++++++++++++++++++++++++++*/
body {
  color: #2B2B2B;
  font-size: 14px;
}
body.open {
  overflow: hidden;
}
.maskOverlay {
  pointer-events: none;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-98%);
  height: 100%;
  width: 2500%;
  /* width: 2500%; */
  background: url(http://myway.lokal/wp-content/themes/myway/assets/img/ink-test.png) no-repeat 0 0;
  background-size: 100% 110%;
  z-index: 1;
}
.maskOverlay.loaded {
  -webkit-animation: cd-sequence 1.4s steps(22);
  -moz-animation: cd-sequence 1.4s steps(22);
  animation: cd-sequence 1.4s steps(22);
  /* animation: cd-sprite .8s steps(24); */
}
.cartContents svg {
  top: 2px;
  position: relative;
}
.cart-contents-count {
  background: #D40167;
  border-radius: 20px;
  min-width: 20px;
  min-height: 20px;
  height: auto;
  width: auto;
  display: inline-block;
  padding: 0px 4px;
  line-height: 1.5;
  text-align: center;
  right: -15px;
  position: absolute;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-contents-count.scaled {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#infoTable {
  margin-top: 60px;
}
#infoTable td,
#infoTable th {
  border: 0;
}
#infoTable td {
  border: 0;
  margin-right: 15px;
  padding-top: 9px;
  position: relative;
  font-size: 1em;
  vertical-align: top;
}
#infoTable td td {
  padding-top: 0px;
}
tr.borderBottom {
  height: 30px;
  border-bottom: 1px solid #2B2B2B;
}
.wrapper,
body {
  overflow-x: hidden;
}
.customLoader {
  height: 100vh;
  width: 100vw;
  background: #D40167;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  text-align: center;
}
.customLoader .woocommerce .loader:before {
  content: none !important;
}
.customLoader h2 {
  color: #FFF;
  font-size: 2.5em;
  margin-top: -30px;
}
.customLoader .loadIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.customLoader .loadIcon svg {
  width: 100px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-duration: 1.1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  animation-name: bounce;
  animation-timing-function: ease;
}
.clear {
  height: 1px;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
.center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mobileCenter {
    text-align: center;
  }
}
.right {
  float: right;
}
.zIndex {
  z-index: 3;
}
.twoCols {
  column-count: 2;
  column-gap: 45px;
}
@media only screen and (max-width: 767px) {
  .twoCols {
    column-count: 1;
    column-gap: 0;
  }
}
.borderRight {
  border-right: 1px solid #2B2B2B;
}
.yellowBg {
  background: #FFE400;
  padding: 90px 0;
}
@media only screen and (max-width: 991px) {
  .yellowBg {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .yellowBg {
    padding: 45px 0;
  }
}
.blackBox {
  background: #2B2B2B;
  height: 100%;
  color: #FFF;
  position: relative;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blackBox {
    margin-bottom: 30px;
  }
}
.blackBox h2 {
  position: relative;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  top: 0;
  margin-top: 0 !important;
  width: 100%;
  padding: 30px;
  font-size: 2.571em;
}
@media only screen and (max-width: 1199px) {
  .blackBox h2 {
    font-size: 2.2em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  margin-top: 30px / 2;
  margin-bottom: 30px / 2;
  hyphens: auto;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
a:first-child,
span:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
a:last-child,
span:last-child {
  margin-bottom: 0;
}
h1.smallHeadline,
h2.smallHeadline,
h3.smallHeadline,
h4.smallHeadline,
h5.smallHeadline,
h6.smallHeadline,
p.smallHeadline,
a.smallHeadline,
span.smallHeadline {
  font-family: "Quicksand", sans-serif;
}
h1 {
  font-size: 5em;
  font-family: "cubano", sans-serif;
  letter-spacing: 1.17px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 4em !important;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3em !important;
  }
}
.h1Style {
  font-size: 5em;
  font-family: "cubano", sans-serif;
  letter-spacing: 1.17px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .h1Style {
    font-size: 4em !important;
  }
}
@media only screen and (max-width: 767px) {
  .h1Style {
    font-size: 3em !important;
  }
}
h2 {
  font-size: 2.5em;
  font-family: "cubano", sans-serif;
  letter-spacing: 1.17px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2em !important;
  }
}
h3 {
  font-size: 1.6em;
  font-family: "cubano", sans-serif;
  letter-spacing: 1.17px;
  font-weight: 400;
}
h4 {
  font-size: 2em;
  font-family: "cubano", sans-serif;
  letter-spacing: 1.17px;
}
h5 {
  font-size: 1.5em;
  font-family: "cubano", sans-serif;
  letter-spacing: 1.17px;
}
h6 {
  font-size: 1em;
  font-family: "cubano", sans-serif;
  letter-spacing: 1.17px;
}
p {
  font-size: 1.1em;
  line-height: 22px;
  letter-spacing: 0.04px;
}
a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
ul,
ol {
  margin: 30px/2 0;
}
ul li,
ol li {
  margin: 30px/4 0;
}
ul li:first-child,
ol li:first-child {
  margin-top: 0;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
.aligncenter {
  max-width: 100% !important;
}
.aligncenter img {
  max-width: 100% !important;
}
img {
  width: 100%;
  height: auto;
  margin: 30px/2 0;
}
img.size-thumbnail {
  max-width: 150px;
}
img.size-medium {
  max-width: 500px;
}
img.size-large {
  max-width: 820px;
}
img.alignleft.size-medium,
img.alignleft.size-thumbnail {
  float: left;
  margin-right: 30px/2;
}
img.alignright.size-medium,
img.alignright.size-thumbnail {
  float: right;
  margin-left: 30px/2;
}
img.aligncenter {
  max-width: 100%;
}
img.aligncenter.size-medium,
img.aligncenter.size-thumbnail {
  margin: 0 auto;
  display: block;
}
blockquote {
  border: none;
  padding: 30px/2;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}
blockquote p {
  font-size: 1.4em !important;
  font-style: italic;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
}
blockquote p:after,
blockquote p:before {
  content: '"';
}
blockquote cite,
blockquote p:last-child {
  font-size: 0.85em;
  margin: 0;
}
blockquote cite:after,
blockquote p:last-child:after,
blockquote cite:before,
blockquote p:last-child:before {
  content: none;
}
select:visited,
select:active,
select:focus {
  outline: none !important;
}
#theContent .wp-block-quote.is-large,
#theContent .wp-block-quote.is-style-large {
  padding: 30px/2;
  margin: 30px/2 0;
}
#theContent .wp-block-quote.is-large p,
#theContent .wp-block-quote.is-style-large p {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 30px/4;
}
#theContent .wp-block-quote.is-large cite,
#theContent .wp-block-quote.is-style-large cite {
  font-size: 1em;
}
.twoHalf {
  column-count: 2;
  column-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .twoHalf {
    column-count: 1;
    column-gap: 30px;
  }
}
::selection {
  background: #fb4202;
  color: #FFF;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #D40167;
  border: 0 none #FFF;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #a1014e;
}
::-webkit-scrollbar-thumb:active {
  background: #a1014e;
}
::-webkit-scrollbar-track {
  background: #F5F5FF;
  border: 0 none #FFF;
  border-radius: 0;
}
::-webkit-scrollbar-track:hover {
  background: #F5F5FF;
}
::-webkit-scrollbar-track:active {
  background: #F5F5FF;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.paddingTop {
  padding-top: 60px;
}
.paddingBottom {
  padding-bottom: 60px;
}
.negativeMarginTop {
  top: -150px;
  position: relative;
  margin-bottom: -150px;
}
.smallNegativeMarginTop {
  top: -80px;
  position: relative;
  margin-bottom: -150px;
}
.marginTop {
  margin-top: 120px;
}
.mediumMarginTop {
  margin-top: 120px;
}
.smallMarginTop {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .smallMarginTop {
    margin-top: 60px / 4;
  }
}
@media only screen and (max-width: 767px) {
  .mobileMarginTop {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .paddingTop {
    padding-top: 180px;
  }
  .paddingBottom {
    padding-bottom: 180px;
  }
  .marginTop {
    margin-top: 60px;
  }
  .marginBottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .paddingTop {
    padding-top: 45px;
  }
  .paddingBottom {
    padding-bottom: 45px;
  }
  .marginTop {
    margin-top: 45px;
  }
  .marginBottom {
    margin-bottom: 45px;
  }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: transparent !important;
  position: fixed !important;
  right: 30px !important;
  bottom: 0 !important;
  border-radius: 10px !important;
  z-index: 10 !important;
  line-height: 1.3em;
  display: inline-block;
  padding: 15px 15px 15px 3.5em !important;
  -webkit-box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  z-index: 100000 !important;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    left: 30px;
  }
}
.woocommerce-error.beCool,
.woocommerce-info.beCool,
.woocommerce-message.beCool {
  padding: 30px !important;
  max-width: 470px;
  left: 50%;
  width: auto;
  height: auto;
  display: inline-block;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .woocommerce-error.beCool,
  .woocommerce-info.beCool,
  .woocommerce-message.beCool {
    transform: translate(0%, 0);
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
.woocommerce-error.beCool p,
.woocommerce-info.beCool p,
.woocommerce-message.beCool p {
  margin-top: 0;
}
.woocommerce-error.beCool .beCoolProduct,
.woocommerce-info.beCool .beCoolProduct,
.woocommerce-message.beCool .beCoolProduct {
  display: inline-block;
}
.woocommerce-error.beCool .beCoolProductImg,
.woocommerce-info.beCool .beCoolProductImg,
.woocommerce-message.beCool .beCoolProductImg {
  float: left;
  display: inline-block;
  width: calc(35% - 30px);
  margin-right: 30px;
}
.woocommerce-error.beCool .beCoolProductContent,
.woocommerce-info.beCool .beCoolProductContent,
.woocommerce-message.beCool .beCoolProductContent {
  display: inline-block;
  width: 65%;
}
.woocommerce-error.beCool .beCoolProductContent h3,
.woocommerce-info.beCool .beCoolProductContent h3,
.woocommerce-message.beCool .beCoolProductContent h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.woocommerce-error.beCool .beCoolProductContent .close,
.woocommerce-info.beCool .beCoolProductContent .close,
.woocommerce-message.beCool .beCoolProductContent .close {
  width: auto;
  height: auto;
  position: relative;
}
.woocommerce-error.beCool .addBtn,
.woocommerce-info.beCool .addBtn,
.woocommerce-message.beCool .addBtn {
  margin-right: 10px !important;
  padding: 10px !important;
}
.woocommerce-error.beCool .addBtn svg,
.woocommerce-info.beCool .addBtn svg,
.woocommerce-message.beCool .addBtn svg {
  width: 20px !important;
}
.woocommerce-error.beCool .btn,
.woocommerce-info.beCool .btn,
.woocommerce-message.beCool .btn {
  margin-left: 0 !important;
}
.woocommerce-error.beCool .btn svg,
.woocommerce-info.beCool .btn svg,
.woocommerce-message.beCool .btn svg {
  width: 30px;
  padding: 0;
  left: -2px !important;
  position: relative;
  height: auto;
}
.woocommerce-error.beCool img,
.woocommerce-info.beCool img,
.woocommerce-message.beCool img {
  max-height: 250px;
  width: auto;
  display: block;
}
.woocommerce-error.beCool:before,
.woocommerce-info.beCool:before,
.woocommerce-message.beCool:before,
.woocommerce-error.beCool:before,
.woocommerce-info.beCool:before,
.woocommerce-message.beCool:before {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce-error.beCool .closeBtn,
  .woocommerce-info.beCool .closeBtn,
  .woocommerce-message.beCool .closeBtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    line-height: 1.3em;
    display: inline-grid;
  }
}
.woocommerce-error .closeBtn,
.woocommerce-info .closeBtn,
.woocommerce-message .closeBtn {
  position: absolute;
  right: -10px;
  top: -15px;
  background: #D40167;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #FFF;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url('../img/closeBtn.svg');
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center center;
  pointer-events: all;
}
.woocommerce-error .closeBtn:hover,
.woocommerce-info .closeBtn:hover,
.woocommerce-message .closeBtn:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woocommerce-error.fadeOut,
.woocommerce-info.fadeOut,
.woocommerce-message.fadeOut {
  bottom: -100% !important;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  position: relative;
  display: inline-block;
  margin-left: 15px !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
}
.woocommerce-message::before,
.woocommerce-error::before {
  color: #D40167 !important;
}
.woocommerce-info:before {
  content: '' !important;
  background-image: url(../img/info.svg);
  width: 17px;
  height: 17px;
  background-size: 100%;
}
#order_review label {
  line-height: 1 !important;
  padding: 0 !important;
}
#order_review .input-checkbox {
  margin: 5px 10px 0 0 !important;
}
#order_review button {
  margin-top: 30px !important;
  background: #D40167 !important;
  color: #FFF !important;
}
.woocommerce table.shop_table {
  border: none !important;
  position: relative !important;
}

.woocommerce table.shop_table th {
  padding: 29px 12px;
}
.woocommerce-cart button,
.woocommerce-cart .button {
  background: #D40167 !important;
  background-color: #D40167 !important;
  color: #FFF !important;
  font-weight: 600 !important;
  padding: 30px/2 30px !important;
  font-family: "cubano", sans-serif;
  position: relative;
  box-shadow: none !important;
  border-radius: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}
.wcppec-checkout-buttons__separator {
	display: none !important;
}
.woocommerce-cart-form .woocommerce table.shop_table th {
  padding: 30px 12px !important;
  font-size: 1.3em !important;
}
.payment_method_paypal img {
  width: 30px !important;
  height: auto !important;
}
.payment_method_paypal a {
  line-height: 1 !important;
  margin: 0 !important;
  padding-left: 7px !important;
}
#add_payment_method .cart-collaterals .cart_totals table td {
  vertical-align: middle !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 10px !important;
  min-width: 60%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
    width: 100% !important;
  }
}
.woocommerce-page table.cart td.actions .coupon {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-page table.cart td.actions .coupon button {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce-page table.cart td.actions .coupon button {
    width: 100% !important;
    margin-top: 15px !important;
  }
}
.payment_method_ppec_paypal img {
  width: auto !important;
  height: 30px !important;
}
.product-thumbnail,
.product-remove {
  text-align: center !important;
}
.product-remove a.remove {
  width: auto !important;
  line-height: 1.5em !important;
  height: 1.5em !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-remove a.remove:hover {
  background-color: #2B2B2B !important;
  background: #2B2B2B !important;
  color: #FFF !important;
}
.cart-customlocation {
  position: absolute;
  right: -20px;
  top: 60px;
}
.cart-customlocation .order-total {
  position: relative;
}
.cart-customlocation th {
  padding-left: 0 !important;
}
.cart-customlocation .checkout-button {
  width: 100%;
  text-align: center;
  line-height: 20px;
}
.cart-customlocation .shop_table {
  margin: 0 0 15px 0 !important;
}
.cart-customlocation .cartLoading {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.cart-customlocation .cartLoading.active {
  opacity: 0.6;
}
.cart-customlocation .cartLoading .svgWrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-customlocation .cartLoading .svgWrapper svg {
  -webkit-animation: rotate 0.45s linear infinite;
  -moz-animation: rotate 0.45s linear infinite;
  animation: rotate 0.45s linear infinite;
}
.cart-customlocation input {
  max-width: 30px;
  display: inline-block;
  padding: 0;
  border: none;
}
.cart-customlocation .quantity {
  display: inline-block;
}
.cart-customlocation .addQty,
.cart-customlocation .removeQty {
  display: inline-block;
  cursor: pointer;
}
.cart-customlocation .cartWrapper {
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.03);
  max-width: 100%;
  width: auto;
  max-height: 70vh;
  overflow-y: auto;
}
.cart-customlocation .cartWrapper img {
  display: inline-block;
  width: 60px;
  margin-right: 30px;
  float: left;
}

.cart-customlocation .cartWrapper .includes_tax {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  line-height: 1.5em;
}
.cart-customlocation .cartWrapper .cartProduct {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.cart-customlocation .cartWrapper .cartProduct:last-child {
  margin-bottom: 0;
}
.cart-customlocation .cartWrapper .cartProduct .wgm-tax {
  display: none;
}
.cart-customlocation .cartWrapper .cartProduct .remove-item {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
}
.cart-customlocation .cartWrapper .cartProduct .cartProductText {
  display: inline-block;
  max-width: 50%;
}
.cart-customlocation .cartWrapper .cartProduct .cartProductText p {
  margin: 0;
  font-size: 1em;
  line-height: 1.1;
}
.cart-customlocation .cartWrapper .cartProduct .variation-Lieferzeit {
  display: none;
}
.cart-customlocation .cartWrapper .cartProduct .variation {
  margin: 10px 0;
}
.cart-customlocation .cartWrapper .cartProduct .variation dt {
  display: none;
}
.cart-customlocation .cartWrapper .cartProduct .variation dd {
  margin: 0;
}
.cart-customlocation .cartWrapper .cartProduct .qtyWrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.cart-customlocation .cartWrapper .cartProduct .qtyWrapper .qty {
  width: 15px;
}
.cart-customlocation .cartWrapper .cartProduct .woocommerce-Price-amount {
  display: block;
  margin: 15px 0 0 0;
}
.cart-customlocation .cart_totals h2 {
  display: none;
}
.cart-customlocation .btnWrap {
  background: #FFF;
  padding: 0px;
  padding-top: 0;
}
.cart-customlocation .btnWrap .btn {
  margin-top: 0px !important;
  width: 100%;
}
.cart-customlocation .wcppec-checkout-buttons {
  margin-bottom: 0;
}
.cart_item .product-name a {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 2px;
  color: #2B2B2B;
  font-family: "cubano", sans-serif;
}
.cart_item .product-name p {
  margin-top: 0;
  font-size: 1.2em;
}
.cart_item dd p {
  font-size: 1em !important;
  line-height: 1.5;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px !important;
}
.cart_totals {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .cart_totals {
    margin-top: 30px;
  }
}
.cart_totals .checkout-button {
  font-size: 1em !important;
}
.cart_totals th {
  font-size: 1.2em;
}
.addtocartbutton {
  font-weight: 600 !important;
  padding: 30px/2 30px !important;
  font-family: "cubano", sans-serif;
  position: relative;
  box-shadow: none !important;
  border-radius: 3px;
  border: 2px solid #D40167 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #D40167 !important;
  font-size: 0.9em !important;
  padding: 10px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}
.blackColor select {
  background: url(../img/arrow-downBlack.svg) no-repeat 95% 50% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 10px 10px !important;
  /* and then whatever styles you want*/
  padding: 0 15px 0 0;
}
.blackColor .summary {
  color: #2B2B2B !important;
}
.blackColor .summary .quantityWrapper button {
  color: #2B2B2B !important;
  font-weight: bold !important;
  opacity: 1;
}
.blackColor .summary .quantityWrapper .qty {
  height: 50px;
  border: 2px solid #2B2B2B !important;
  font-weight: bold !important;
  color: #2B2B2B !important;
}
:root {
  --my-color-var: #D40167;
}
#ship-to-different-address .radio,
#ship-to-different-address .checkbox {
  margin: 0;
  font-weight: 400 !important;
}
#ship-to-different-address .radio input[type="checkbox"],
#ship-to-different-address .checkbox input[type="checkbox"] {
  position: relative;
  top: 3px;
}
.jde_hint,
.woocommerce-terms-and-conditions-checkbox-text,
.shipping-service-provider-checkbox-text {
  font-weight: normal !important;
}
.jde_hint a,
.woocommerce-terms-and-conditions-checkbox-text a,
.shipping-service-provider-checkbox-text a {
  font-weight: 400;
  color: #2B2B2B;
}
.jde_hint a:hover,
.woocommerce-terms-and-conditions-checkbox-text a:hover,
.shipping-service-provider-checkbox-text a:hover {
  color: #D40167;
}
.btn,
button,
.button,
.woocommerce #review_form #respond .form-submit input,
.added_to_cart {
  filter: url('#goo');
  -webkit-filter: url('#goo');
  -moz-filter: url('#goo');
  -ms-filter: url('#goo');
  font-weight: 600 !important;
  padding: 30px/2 30px !important;
  font-family: "cubano", sans-serif;
  position: relative;
  box-shadow: none !important;
  border: 2px solid #D40167;
  background: var(--my-color-var) !important;
  background-color: var(--my-color-var) !important;
  border-radius: 9px !important;
  color: #FFF !important;
  font-size: 1em !important;
  padding: 15px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  margin-top: 15px !important;
  backface-visibility: hidden;
  will-change: true;
  border-radius: 5px;
}
.btn.whiteBtn,
button.whiteBtn,
.button.whiteBtn,
.woocommerce #review_form #respond .form-submit input.whiteBtn,
.added_to_cart.whiteBtn {
  background: #FFF !important;
  border: none !important;
  color: #2B2B2B !important;
}
.btn.whiteBtn:before,
button.whiteBtn:before,
.button.whiteBtn:before,
.woocommerce #review_form #respond .form-submit input.whiteBtn:before,
.added_to_cart.whiteBtn:before,
.btn.whiteBtn:after,
button.whiteBtn:after,
.button.whiteBtn:after,
.woocommerce #review_form #respond .form-submit input.whiteBtn:after,
.added_to_cart.whiteBtn:after {
  background: #FFF !important;
}
.btn.whiteBtn:hover,
button.whiteBtn:hover,
.button.whiteBtn:hover,
.woocommerce #review_form #respond .form-submit input.whiteBtn:hover,
.added_to_cart.whiteBtn:hover {
  background: #FFF !important;
  color: #2B2B2B !important;
  border: none !important;
}
.btn.newsletterBtn,
button.newsletterBtn,
.button.newsletterBtn,
.woocommerce #review_form #respond .form-submit input.newsletterBtn,
.added_to_cart.newsletterBtn {
  font-size: 2em;
}
.btn.blackColor,
button.blackColor,
.button.blackColor,
.woocommerce #review_form #respond .form-submit input.blackColor,
.added_to_cart.blackColor {
  color: #2B2B2B !important;
}
@media only screen and (max-width: 991px) {
  .btn.reviewbtn,
  button.reviewbtn,
  .button.reviewbtn,
  .woocommerce #review_form #respond .form-submit input.reviewbtn,
  .added_to_cart.reviewbtn {
    float: left;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn.reviewbtn,
  button.reviewbtn,
  .button.reviewbtn,
  .woocommerce #review_form #respond .form-submit input.reviewbtn,
  .added_to_cart.reviewbtn {
    float: left;
    margin-top: 15px;
  }
}
.btn:before,
button:before,
.button:before,
.woocommerce #review_form #respond .form-submit input:before,
.added_to_cart:before,
.btn:after,
button:after,
.button:after,
.woocommerce #review_form #respond .form-submit input:after,
.added_to_cart:after {
  width: 4.4em;
  height: 2.95em;
  position: absolute;
  content: "";
  display: inline-block;
  background: var(--my-color-var);
  border-radius: 85%;
  transform: scale(0);
  z-index: -1;
  backface-visibility: hidden;
  will-change: true;
}
.btn:before,
button:before,
.button:before,
.woocommerce #review_form #respond .form-submit input:before,
.added_to_cart:before {
  top: -8px;
  left: 0%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.btn:after,
button:after,
.button:after,
.woocommerce #review_form #respond .form-submit input:after,
.added_to_cart:after {
  bottom: -9px;
  right: -5%;
  -webkit-transition: all 0.9s 0.05s ease;
  -moz-transition: all 0.9s 0.05s ease;
  -o-transition: all 0.9s 0.05s ease;
  transition: all 0.9s 0.05s ease;
}
.btn:hover,
button:hover,
.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.added_to_cart:hover,
.btn:focus,
button:focus,
.button:focus,
.woocommerce #review_form #respond .form-submit input:focus,
.added_to_cart:focus {
  color: #FFF !important;
  background-color: #D40167 !important;
  background: #D40167;
  outline: none;
}
.btn:hover:after,
button:hover:after,
.button:hover:after,
.woocommerce #review_form #respond .form-submit input:hover:after,
.added_to_cart:hover:after,
.btn:focus:after,
button:focus:after,
.button:focus:after,
.woocommerce #review_form #respond .form-submit input:focus:after,
.added_to_cart:focus:after,
.btn:hover:before,
button:hover:before,
.button:hover:before,
.woocommerce #review_form #respond .form-submit input:hover:before,
.added_to_cart:hover:before,
.btn:focus:before,
button:focus:before,
.button:focus:before,
.woocommerce #review_form #respond .form-submit input:focus:before,
.added_to_cart:focus:before {
  transform: none;
}
.btn:hover:before,
button:hover:before,
.button:hover:before,
.woocommerce #review_form #respond .form-submit input:hover:before,
.added_to_cart:hover:before,
.btn:focus:before,
button:focus:before,
.button:focus:before,
.woocommerce #review_form #respond .form-submit input:focus:before,
.added_to_cart:focus:before {
  -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.31, 1.26);
  -moz-transition: all 0.6s cubic-bezier(0.42, 0, 0.31, 1.26);
  -o-transition: all 0.6s cubic-bezier(0.42, 0, 0.31, 1.26);
  transition: all 0.6s cubic-bezier(0.42, 0, 0.31, 1.26);
}
.btn:hover:after,
button:hover:after,
.button:hover:after,
.woocommerce #review_form #respond .form-submit input:hover:after,
.added_to_cart:hover:after,
.btn:focus:after,
button:focus:after,
.button:focus:after,
.woocommerce #review_form #respond .form-submit input:focus:after,
.added_to_cart:focus:after {
  -webkit-transition: all 0.6s 0.05s cubic-bezier(0.42, 0, 0.31, 1.26);
  -moz-transition: all 0.6s 0.05s cubic-bezier(0.42, 0, 0.31, 1.26);
  -o-transition: all 0.6s 0.05s cubic-bezier(0.42, 0, 0.31, 1.26);
  transition: all 0.6s 0.05s cubic-bezier(0.42, 0, 0.31, 1.26);
}
.btn:visited,
button:visited,
.button:visited,
.woocommerce #review_form #respond .form-submit input:visited,
.added_to_cart:visited,
.btn:active,
button:active,
.button:active,
.woocommerce #review_form #respond .form-submit input:active,
.added_to_cart:active {
  color: #D40167;
  outline: none;
}
.btn:active,
button:active,
.button:active,
.woocommerce #review_form #respond .form-submit input:active,
.added_to_cart:active {
  color: #FFF;
}
.btn.addToCart,
button.addToCart,
.button.addToCart,
.woocommerce #review_form #respond .form-submit input.addToCart,
.added_to_cart.addToCart {
  background: #D40167;
  color: #FFF;
  width: auto;
  display: inline-block;
  padding: 13px 20px 13px 50px !important;
}
.btn.addToCart:before,
button.addToCart:before,
.button.addToCart:before,
.woocommerce #review_form #respond .form-submit input.addToCart:before,
.added_to_cart.addToCart:before {
  content: "";
  width: 100%;
  background: #2B2B2B;
  position: absolute;
  height: 35px;
  top: 2px;
  left: 2px;
  width: 35px;
  border-radius: 100%;
  color: #2B2B2B;
  z-index: 2;
  background-image: url("../img/addToCart.svg");
  background-repeat: no-repeat;
  background-size: 71%;
  background-position: center;
}
.btn.addToCart:after,
button.addToCart:after,
.button.addToCart:after,
.woocommerce #review_form #respond .form-submit input.addToCart:after,
.added_to_cart.addToCart:after {
  content: "will ich";
  width: calc(100% - 19px);
  background: #2B2B2B;
  position: absolute;
  height: 35px;
  border: none;
  top: 2px;
  left: 17px;
  border-radius: 35px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #2B2B2B;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 12px 20px 13px 23px !important;
}
.btn.addToCart:hover:after,
button.addToCart:hover:after,
.button.addToCart:hover:after,
.woocommerce #review_form #respond .form-submit input.addToCart:hover:after,
.added_to_cart.addToCart:hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.added_to_cart {
  display: block;
  font-size: 0.8em !important;
  filter: url(#goo);
  -webkit-filter: url(#goo);
  -moz-filter: url(#goo);
  -ms-filter: url(#goo);
  font-weight: 600 !important;
  padding: 30px/2 30px !important;
  font-family: "cubano", sans-serif;
  position: relative;
  box-shadow: none !important;
  border-radius: 3px;
  border: 2px solid #D40167;
  background: var(--my-color-var) !important;
  background-color: var(--my-color-var) !important;
  border-radius: 9px;
  color: #FFF !important;
  padding: 15px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  margin-top: 15px !important;
  backface-visibility: hidden;
  will-change: true;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .added_to_cart {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .added_to_cart {
    margin-left: 0px;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
.tablet {
  display: none;
}
@media only screen and (max-width: 991px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
/*+++++++++++++++++ Grid +++++++++++++++++++++++++*/
.wrapper {
  width: 100%;
}
.container {
  max-width: 1170px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sideFloatLeft {
  width: calc((((100vw - 900px) / 2) + 100%) + 0px);
  position: relative;
  right: calc((((100vw - 900px) / 2) + 0%) + 0px);
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .sideFloatLeft {
    width: 100%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sideFloatLeft {
    width: 100%;
    height: 300px;
    right: 0;
    position: relative;
  }
}
.sideFloat {
  width: calc((((100vw -  1170px )/ 2) + 100%) + 5px);
}
@media only screen and (max-width: 1199px) {
  .sideFloat {
    width: calc((((100vw -  970px )/ 2) + 100%) + 5px);
  }
}
@media only screen and (max-width: 991px) {
  .sideFloat {
    width: calc((((100vw -  760px )/ 2) + 100%) + 5px);
  }
}
@media only screen and (max-width: 767px) {
  .sideFloat {
    width: 100%;
  }
}
/*+++++++++++++++++ responsive iframe vid +++++++++++++++++++++++++*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 40px 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container {
  max-width: 500px;
  margin: 15px auto;
}
.embed-container iframe,
.embed-container twitter-widget {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*+++++++++++++++++ Plugins +++++++++++++++++++++++++*/
.masonryWrap .item {
  margin-bottom: 60px;
}
.masonryWrap.productMasonry .item {
  margin-bottom: 0;
}
.masonryWrap.productMasonry .product {
  padding-bottom: 60px !important;
  padding-top: 0;
}
/*+++++++++++++++++ Navigation, Logo & Header +++++++++++++++++++++++++*/
header {
  position: fixed;
  left: 0;
  right: 0;
  min-height: 159px;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.42, 0, 0.49, 1.51);
  -moz-transition: all 0.35s cubic-bezier(0.42, 0, 0.49, 1.51);
  -o-transition: all 0.35s cubic-bezier(0.42, 0, 0.49, 1.51);
  transition: all 0.35s cubic-bezier(0.42, 0, 0.49, 1.51);
}
@media only screen and (max-width: 991px) {
  header {
    min-height: 135px;
  }
}
header.scrolled,
header.open {
  background-color: #FFF;
  -webkit-box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.03);
  -webkit-transform: translate(0, -45px);
  -ms-transform: translate(0, -45px);
  transform: translate(0, -45px);
}
header.scrolled svg,
header.open svg {
  margin: 0;
}
header.scrolled svg path,
header.open svg path {
  fill: #2B2B2B;
}
header.scrolled .burger span,
header.open .burger span {
  background: #2B2B2B !important;
}
header.scrolled .cart,
header.open .cart {
  top: 19px !important;
}
header.scrolled .logo,
header.open .logo {
  padding: 30px 45px 30px 0;
}
header #headBar .cart {
  position: absolute;
  padding: 20px 0;
  right: 15px;
  top: 35px;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  header #headBar .cart {
    right: 70px;
  }
}
header #headBar .cart .cart-customlocation {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 991px) {
  header #headBar .cart .cart-customlocation {
    display: none;
  }
}
header #headBar .cart:hover .cart-customlocation {
  opacity: 1 !important;
  pointer-events: all;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
header .topHeader {
  background-color: #00000014;
  overflow: hidden;
  width: 100vw;
  position: relative;
}
header .topHeader .scroll {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  position: relative;
}
header .topHeader .textSlide1 {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 991px) {
  header .topHeader .textSlide1 {
    display: block;
    padding: 0;
    width: 1000px;
    white-space: nowrap;
    -webkit-animation: sideSlideText1 30s -30s linear infinite;
    -moz-animation: sideSlideText1 30s -30s linear infinite;
    animation: sideSlideText1 30s -30s linear infinite;
    will-change: transform;
  }
}
header .topHeader .textSlide2 {
  right: -100%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header .topHeader .textSlide2 {
    white-space: nowrap;
    width: 1000px;
    will-change: transform;
    -webkit-animation: sideSlideText2 30s -15s linear infinite;
    -moz-animation: sideSlideText2 30s -15s linear infinite;
    animation: sideSlideText2 30s -15s linear infinite;
  }
}
header .topHeader ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
header .topHeader ul li {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.4px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  header .topHeader ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 20px;
  }
}
@keyframes sideSlideText1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes sideSlideText2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.logo {
  position: relative;
  float: left;
  z-index: 1;
  padding: 45px 45px 45px 0;
}
.logo img,
.logo svg {
  width: 45px;
  height: auto;
  max-height: 69px;
}
@media only screen and (max-width: 991px) {
  .logo img,
  .logo svg {
    width: 60px;
    max-height: 45px;
  }
}
.sideMenu {
  position: fixed;
  width: 100%;
  z-index: 10;
  text-align: center;
  pointer-events: none;
  min-height: 160px;
  line-height: 160px;
  z-index: 1111;
  top: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .sideMenu {
    z-index: 11;
  }
}
.sideMenu.scrolled {
  -webkit-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  transform: translate(0, -60px);
}
@media only screen and (max-width: 991px) {
  .sideMenu.scrolled {
    position: fixed;
    top: 0;
  }
}
.sideMenu li {
  opacity: 0;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.sideMenu li a {
  color: #FFF !important;
}
@media only screen and (max-width: 1199px) {
  .sideMenu li a {
    color: #2B2B2B !important;
  }
}
.sideMenu li.vis {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sideMenu.black li a,
.sideMenu.alwaysBlack li a {
  color: #2B2B2B !important;
}
.sideMenu.black li a:after,
.sideMenu.alwaysBlack li a:after {
  background: #2B2B2B !important;
}
.navWrap {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .navWrap {
    top: 0;
    transform: none;
  }
}
#mainnavCon {
  display: block;
  position: relative;
  /*--------------- LEVEL 1 ---------------*/
}
#mainnavCon a {
  font-size: 1.2em;
  line-height: 1.2;
  position: relative;
  display: block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  padding: 15px;
  color: #2B2B2B;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
#mainnavCon a.active {
  color: #2B2B2B;
}
@media only screen and (max-width: 991px) {
  #mainnavCon a {
    padding: 29px 10px 27px 10px;
  }
}
#mainnavCon .menuPlus {
  display: none;
}
#mainnavCon > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  pointer-events: all;
  padding-bottom: 30px;
  /*--------------- LEVEL 2 --------------- */
  /*--------------- LEVEL 2 END ---------------*/
}
#mainnavCon > ul li {
  margin: 0;
  zoom: 1;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0;
  display: inline-block;
  padding-bottom: 30px;
}
#mainnavCon > ul li a:after {
  content: '';
  background: #FFF;
  position: absolute;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 5px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media only screen and (max-width: 991px) {
  #mainnavCon > ul li.menu-item-has-children > a {
    padding-right: 0px;
  }
}
#mainnavCon > ul li.hover a:after,
#mainnavCon > ul li:hover a:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#mainnavCon > ul li.hover > ul,
#mainnavCon > ul li:hover > ul {
  visibility: visible;
}
#mainnavCon > ul li.hover > a:after,
#mainnavCon > ul li:hover > a:after,
#mainnavCon > ul li.current-menu-item > a:after,
#mainnavCon > ul li.current-menu-ancestor > a:after,
#mainnavCon > ul li.current-menu-parent > a:after,
#mainnavCon > ul li.current-post-ancestor > a:after,
#mainnavCon > ul li.current-menu-item > a:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#mainnavCon > ul > li.more-links > ul,
#mainnavCon > ul > li:last-child > ul {
  left: auto;
  right: 0;
}
#mainnavCon > ul > li.more-links > ul li.menu-item-has-children > a:after,
#mainnavCon > ul > li:last-child > ul li.menu-item-has-children > a:after {
  -webkit-transform: rotate(90deg) translate(-3px, -50%);
  -moz-transform: rotate(90deg) translate(-3px, -50%);
  -o-transform: rotate(90deg) translate(-3px, -50%);
  -ms-transform: rotate(90deg) translate(-3px, -50%);
  transform: rotate(90deg) translate(-3px, -50%);
  right: auto;
  left: 7px;
}
#mainnavCon > ul > li:nth-last-child(-n+2) ul ul {
  left: auto;
  right: 100%;
}
#mainnavCon > ul ul {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  margin: 65px 0 10px 0;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  background: transparent;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*--------------- LEVEL 3 ---------------*/
  /*--------------- LEVEL 3 END ---------------*/
}
#mainnavCon > ul ul.vis {
  visibility: visible;
  height: 100%;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}
#mainnavCon > ul ul li {
  float: none;
  display: block;
  line-height: 1;
  background: white;
  color: #2B2B2B !important;
  padding: 15px 15px 0 15px! important;
}
#mainnavCon > ul ul li:last-child {
  padding-bottom: 15px !important;
}
#mainnavCon > ul ul li a {
  width: 100%;
  display: inline-block;
  color: #2B2B2B;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  color: #2B2B2B !important;
}
#mainnavCon > ul ul li a:after {
  content: none;
}
#mainnavCon > ul ul li.hover > a,
#mainnavCon > ul ul li:hover > a {
  color: #5e5e5e;
}
#mainnavCon > ul ul ul {
  left: 100%;
  top: 0;
}
#navToggle {
  display: none;
}
/*++++++++++++++++++ Mobile Navigation++++++++++++++++++++++++*/
.touchEnabled #navToggle {
  display: block;
  width: auto;
  height: 25px;
  right: 25px;
  top: 50%;
  margin-top: -12.5px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.touchEnabled #navToggle .burger {
  position: relative;
  float: right;
  margin-left: 15px;
  margin-right: 0px;
  width: 25px;
  height: 25px;
}
.touchEnabled #navToggle .burger span {
  display: block;
  width: 25px;
  height: 2px;
  top: 50%;
  position: absolute;
  background: #FFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
}
.touchEnabled #navToggle .burger span:first-child {
  -webkit-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.touchEnabled #navToggle .burger span:last-child {
  -webkit-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  transform: translate(0, 8px);
}
.touchEnabled #navToggle.open .burger span {
  background: #2B2B2B !important;
}
.touchEnabled #navToggle.open .burger span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #FFF;
}
.touchEnabled #navToggle.open .burger span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.touchEnabled #navToggle.open .burger span:nth-child(2) {
  opacity: 0;
}
.touchEnabled #navToggle.open .burger span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.touchEnabled #mainnavCon {
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  top: 0px;
  z-index: -1;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 50px 0;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.touchEnabled #mainnavCon #header-menu {
  top: 160px;
  position: relative;
  left: 0;
}
.touchEnabled #mainnavCon.overflowScroll {
  overflow-y: auto !important;
}
.touchEnabled #mainnavCon.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100vh;
}
.touchEnabled #mainnavCon a {
  padding: 0;
}
.touchEnabled #mainnavCon a:after {
  content: none;
}
.touchEnabled #mainnavCon .menuPlus {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0;
}
.touchEnabled #mainnavCon .menuPlus:after,
.touchEnabled #mainnavCon .menuPlus:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #2B2B2B;
  -webkit-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
  -moz-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
  -o-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
  transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
}
.touchEnabled #mainnavCon .menuPlus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.touchEnabled #mainnavCon .menuPlus.active:after,
.touchEnabled #mainnavCon .menuPlus.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.touchEnabled #mainnavCon .sub-menu {
  padding: 15px 0 0 0;
  margin: 0;
  display: none;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.touchEnabled #mainnavCon .sub-menu li a {
  color: #2B2B2B !important;
}
.touchEnabled #mainnavCon .sub-menu li.current-menu-item li a,
.touchEnabled #mainnavCon .sub-menu li.current-menu-ancestor li a,
.touchEnabled #mainnavCon .sub-menu li.current-menu-parent li a,
.touchEnabled #mainnavCon .sub-menu li.current-post-ancestor li a,
.touchEnabled #mainnavCon .sub-menu li.current-menu-item li a {
  color: #D40167 !important;
}
.touchEnabled #mainnavCon > ul {
  pointer-events: all;
}
.touchEnabled #mainnavCon li.current-menu-item li a,
.touchEnabled #mainnavCon li.current-menu-parent li a {
  color: #2B2B2B !important;
}
.touchEnabled #mainnavCon li.current-menu-item a,
.touchEnabled #mainnavCon li.current-menu-parent a {
  color: #D40167 !important;
}
.touchEnabled #mainnavCon ul {
  width: 100%;
  pointer-events: all;
}
.touchEnabled #mainnavCon ul li {
  float: none;
  width: 100%;
  padding: 30px !important;
  display: block;
}
.touchEnabled #mainnavCon ul li a:after {
  content: none !important;
}
.touchEnabled #mainnavCon ul li.menu-item-has-children a:after {
  content: none;
}
.touchEnabled #mainnavCon ul li ul {
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 11px 0px;
  margin-top: 5px;
  text-align: center;
}
.touchEnabled #mainnavCon ul li ul li {
  position: relative;
  padding: 15px 0 !important;
}
.touchEnabled #mainnavCon ul li ul li.current-menu-item > a,
.touchEnabled #mainnavCon ul li ul li.current-menu-ancestor > a,
.touchEnabled #mainnavCon ul li ul li.current-menu-parent > a,
.touchEnabled #mainnavCon ul li ul li.current-post-ancestor > a,
.touchEnabled #mainnavCon ul li ul li.current-menu-item > a {
  color: #D40167 !important;
}
.touchEnabled #mainnavCon ul li ul li.current-menu-item > a:before,
.touchEnabled #mainnavCon ul li ul li.current-menu-ancestor > a:before,
.touchEnabled #mainnavCon ul li ul li.current-menu-parent > a:before,
.touchEnabled #mainnavCon ul li ul li.current-post-ancestor > a:before,
.touchEnabled #mainnavCon ul li ul li.current-menu-item > a:before {
  content: '';
  height: 5px;
  width: 5px;
  background-color: #FFF;
  position: absolute;
  left: -13px;
  top: 7px;
  border-radius: 100%;
}
.touchEnabled #mainnavCon ul li ul li a {
  color: #D40167 !important;
  width: auto;
}
.touchevents .cart-customlocation {
  display: none;
}
@media only screen and (max-width: 1199px) {
  #navToggle {
    display: block;
    width: auto;
    height: 25px;
    right: 25px;
    top: 50%;
    margin-top: -12.5px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
  }
  #navToggle .burger {
    position: relative;
    float: right;
    margin-left: 15px;
    margin-right: 0px;
    width: 25px;
    height: 25px;
  }
  #navToggle .burger span {
    display: block;
    width: 25px;
    height: 2px;
    top: 50%;
    position: absolute;
    background: #FFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0;
  }
  #navToggle .burger span:first-child {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  #navToggle .burger span:last-child {
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  #navToggle.open .burger span {
    background: #2B2B2B !important;
  }
  #navToggle.open .burger span {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #FFF;
  }
  #navToggle.open .burger span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #navToggle.open .burger span:nth-child(2) {
    opacity: 0;
  }
  #navToggle.open .burger span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #mainnavCon {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    top: 0px;
    z-index: -1;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #mainnavCon #header-menu {
    top: 160px;
    position: relative;
    left: 0;
  }
  #mainnavCon.overflowScroll {
    overflow-y: auto !important;
  }
  #mainnavCon.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 100vh;
  }
  #mainnavCon a {
    padding: 0;
  }
  #mainnavCon a:after {
    content: none;
  }
  #mainnavCon .menuPlus {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0;
  }
  #mainnavCon .menuPlus:after,
  #mainnavCon .menuPlus:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #2B2B2B;
    -webkit-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
    -moz-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
    -o-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
    transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);
  }
  #mainnavCon .menuPlus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #mainnavCon .menuPlus.active:after,
  #mainnavCon .menuPlus.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  #mainnavCon .sub-menu {
    padding: 15px 0 0 0;
    margin: 0;
    display: none;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  #mainnavCon .sub-menu li a {
    color: #2B2B2B !important;
  }
  #mainnavCon .sub-menu li.current-menu-item li a,
  #mainnavCon .sub-menu li.current-menu-ancestor li a,
  #mainnavCon .sub-menu li.current-menu-parent li a,
  #mainnavCon .sub-menu li.current-post-ancestor li a,
  #mainnavCon .sub-menu li.current-menu-item li a {
    color: #D40167 !important;
  }
  #mainnavCon > ul {
    pointer-events: all;
  }
  #mainnavCon li.current-menu-item li a,
  #mainnavCon li.current-menu-parent li a {
    color: #2B2B2B !important;
  }
  #mainnavCon li.current-menu-item a,
  #mainnavCon li.current-menu-parent a {
    color: #D40167 !important;
  }
  #mainnavCon ul {
    width: 100%;
    pointer-events: all;
  }
  #mainnavCon ul li {
    float: none;
    width: 100%;
    padding: 30px !important;
    display: block;
  }
  #mainnavCon ul li a:after {
    content: none !important;
  }
  #mainnavCon ul li.menu-item-has-children a:after {
    content: none;
  }
  #mainnavCon ul li ul {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 11px 0px;
    margin-top: 5px;
    text-align: center;
  }
  #mainnavCon ul li ul li {
    position: relative;
    padding: 15px 0 !important;
  }
  #mainnavCon ul li ul li.current-menu-item > a,
  #mainnavCon ul li ul li.current-menu-ancestor > a,
  #mainnavCon ul li ul li.current-menu-parent > a,
  #mainnavCon ul li ul li.current-post-ancestor > a,
  #mainnavCon ul li ul li.current-menu-item > a {
    color: #D40167 !important;
  }
  #mainnavCon ul li ul li.current-menu-item > a:before,
  #mainnavCon ul li ul li.current-menu-ancestor > a:before,
  #mainnavCon ul li ul li.current-menu-parent > a:before,
  #mainnavCon ul li ul li.current-post-ancestor > a:before,
  #mainnavCon ul li ul li.current-menu-item > a:before {
    content: '';
    height: 5px;
    width: 5px;
    background-color: #FFF;
    position: absolute;
    left: -13px;
    top: 7px;
    border-radius: 100%;
  }
  #mainnavCon ul li ul li a {
    color: #D40167 !important;
    width: auto;
  }
}
.socialIcons {
  display: inline-block;
}
.socialIcons a {
  margin-right: 20px;
}
.socialIcons a:last-child {
  margin-right: 0;
}
.socialIcons .socialIcon {
  display: inline-block;
  height: 45px;
  width: 45px;
  background: #83BBBD;
  padding: 8px;
  border-radius: 100%;
  position: relative;
}
.socialIcons .socialIcon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 2px dashed #83BBBD;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.socialIcons .socialIcon:hover:after {
  -webkit-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.socialIcons .socialIcon img {
  margin: 0;
  width: 100%;
  max-height: 100%;
}
/*+++++++++++++++++ owl Slider +++++++++++++++++++++++++*/
.owl-height {
  transition: height 0.15s ease-in-out;
}
.owl-dots {
  display: none;
}
.owl-carousel {
  height: 100%;
  position: relative;
}
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  height: 100%;
}
.owl-carousel .owl-stage-outer .item,
.owl-carousel .owl-stage .item,
.owl-carousel .owl-item .item {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-position: center;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .left,
.owl-carousel .owl-nav .right {
  width: 50px;
  height: 34px;
  position: relative;
  float: right;
  cursor: pointer;
  pointer-events: all;
}
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after,
.owl-carousel .owl-nav .left:after,
.owl-carousel .owl-nav .right:after,
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .left:before,
.owl-carousel .owl-nav .right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 2px;
  background-color: #fb4202;
  left: 17px;
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after,
.owl-carousel .owl-nav .left:after,
.owl-carousel .owl-nav .right:after {
  top: auto;
  bottom: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.owl-carousel .owl-nav .owl-prev:hover:after,
.owl-carousel .owl-nav .owl-next:hover:after,
.owl-carousel .owl-nav .left:hover:after,
.owl-carousel .owl-nav .right:hover:after,
.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before,
.owl-carousel .owl-nav .left:hover:before,
.owl-carousel .owl-nav .right:hover:before {
  left: 22px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .left {
  float: left;
}
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .left:after,
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .left:before {
  left: auto;
  right: 17px;
}
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .left:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .left:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.owl-carousel .owl-nav .owl-prev:hover:after,
.owl-carousel .owl-nav .left:hover:after,
.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .left:hover:before {
  left: auto;
  right: 22px;
}
@media only screen and (max-width: 991px) {
  .owl-carousel .owl-nav {
    left: 0;
    padding: 0;
    margin: 0 -5px;
    width: calc(100% + 10px) !important;
  }
  .owl-carousel .owl-nav .left:after,
  .owl-carousel .owl-nav .right:after,
  .owl-carousel .owl-nav .left:before,
  .owl-carousel .owl-nav .right:before,
  .owl-carousel .owl-nav .owl-prev:after,
  .owl-carousel .owl-nav .owl-next:after,
  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    width: 14px;
    top: 12px;
    left: 22px;
  }
  .owl-carousel .owl-nav .left:after,
  .owl-carousel .owl-nav .right:after,
  .owl-carousel .owl-nav .owl-prev:after,
  .owl-carousel .owl-nav .owl-next:after {
    top: auto;
    bottom: 11px;
  }
  .owl-carousel .owl-nav .left:after,
  .owl-carousel .owl-nav .left:before,
  .owl-carousel .owl-nav .owl-prev:after,
  .owl-carousel .owl-nav .owl-prev:before {
    left: 12px;
  }
}
.headerClass {
  min-height: calc(100vh - 120px);
  padding: 250px 0 !important;
}
/*+++++++++++++++++ big header +++++++++++++++++++++++++*/
.headSlider {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.headSlider .item {
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
#bigHeaderWrapper:hover .owl-nav {
  opacity: 1;
}
#bigHeaderWrapper .owl-nav {
  opacity: 0;
  padding: 0 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#bigHeaderWrapper .owl-nav .owl-prev:before,
#bigHeaderWrapper .owl-nav .owl-next:before,
#bigHeaderWrapper .owl-nav .owl-prev:after,
#bigHeaderWrapper .owl-nav .owl-next:after {
  background-color: #FFF;
}
#bigHeaderWrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
}
#bigHeaderWrapper.hasImg {
  position: relative;
}
#bigHeaderWrapper.hasImg h1 {
  color: #FFF;
}
#bigHeaderWrapper.hasImg:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.71);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(254, 254, 254, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.71)), color-stop(100%, rgba(254, 254, 254, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(254, 254, 254, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(254, 254, 254, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(254, 254, 254, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.71) 0%, rgba(254, 254, 254, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#fefefe', GradientType=0);
}
#bigHeaderWrapper.marginBottom {
  margin-bottom: 240px;
}
@media only screen and (max-width: 991px) {
  #bigHeaderWrapper.marginBottom {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  #bigHeaderWrapper.marginBottom {
    margin-bottom: 130px;
  }
}
#bigHeaderWrapper.smallHeader .bigHeader {
  position: relative;
}
#bigHeaderWrapper.smallHeader .bigHeader .bigHeaderContent {
  min-height: 620px;
  height: auto;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #bigHeaderWrapper.smallHeader .bigHeader .bigHeaderContent {
    min-height: 420px;
    pointer-events: none;
  }
}
#bigHeaderWrapper.smallHeader .bigHeader .bigHeaderContent .inner {
  text-align: center;
  padding: 180px 0 110px;
}
#bigHeaderWrapper.catHeader .bigHeader {
  position: relative;
}
#bigHeaderWrapper.catHeader .bigHeader .bigHeaderContent {
  min-height: 70vh;
  height: auto;
}
#bigHeaderWrapper.catHeader .bigHeader .bigHeaderContent .inner {
  text-align: center;
  padding: 180px 0 110px;
}
#bigHeaderWrapper.productHeader .bigHeader {
  position: relative;
}
#bigHeaderWrapper.productHeader .bigHeader .bigHeaderContent .inner {
  text-align: left;
  padding: 240px 0 110px;
}
@media only screen and (max-width: 767px) {
  #bigHeaderWrapper.productHeader .bigHeader .bigHeaderContent .inner {
    padding: 160px 0 0px;
  }
}
#bigHeaderWrapper .bigHeader {
  position: relative;
  background-color: #e5007d;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  min-height: 80vh;
}
@media only screen and (max-width: 767px) {
  #bigHeaderWrapper .bigHeader {
    min-height: 70vh;
  }
}
#bigHeaderWrapper .bigHeader .headerBg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#bigHeaderWrapper .bigHeader .bigHeaderContent {
  z-index: 1;
  display: table;
  width: 100%;
  position: relative;
  min-height: 300px;
  height: 80vh;
}
@media only screen and (max-width: 991px) {
  #bigHeaderWrapper .bigHeader .bigHeaderContent {
    min-height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  #bigHeaderWrapper .bigHeader .bigHeaderContent {
    min-height: 70vh;
    height: 100%;
  }
}
#bigHeaderWrapper .bigHeader .bigHeaderContent .btn {
  background-color: #D40167 !important;
  color: #FFF !important;
}
#bigHeaderWrapper .bigHeader .bigHeaderContent .inner {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  position: relative;
}
#bigHeaderWrapper .bigHeader .bigHeaderContent .inner h1 {
  pointer-events: all;
  color: #FFF;
  margin-bottom: 0;
}
/*+++++++++++++++++ archive +++++++++++++++++++++++++*/
/*padding: 4px 4px 4px 0 !important;
display: inline-block;*/
.productHoverBtn {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
  font-size: 0.95em !important;
}
@media only screen and (max-width: 1199px) {
  .productHoverBtn {
    opacity: 1 !important;
    top: 0;
    position: relative !important;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .productHoverBtn.btn {
    background: #FFF !important;
    border: none !important;
    color: #2B2B2B !important;
  }
}

.productHoverBtn .button {
  background: #FFF !important;
  border: none;
  color: white !important;
  font-size: 1em !important;
  padding: 15px !important;
  color: #2B2B2B !important;
  border: 2px solid white !important;
}
.productHoverBtn .button:after,
.productHoverBtn .button:before {
  background-color: #FFF;
}
@media only screen and (max-width: 1199px) {
  .productHoverBtn .button {
    padding: 4px 4px 4px 0 !important;
    display: inline-block;
  }
}
.productHoverBtn .button.blackColor {
  color: #FFF !important;
  background: #2B2B2B !important;
}
.productHoverBtn .button.blackColor:after,
.productHoverBtn .button.blackColor:before {
  background-color: #2B2B2B;
}

.product .productImgs {
  position: relative;
}
.product .productImgs:hover .hoverImg {
  opacity: 1;
}
.product .hoverImg {
  position: absolute;
  width: calc(100% + 30px);
  top: 0;
  left: -20px;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}
.product:hover .productHoverBtn {
  opacity: 1;
}
.archive .product {
  padding: 0 75px;
  padding-bottom: 160px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .archive .product .button {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .archive .product {
    padding: 0 20px 0 20px;
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .archive .product {
    text-align: left;
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .archive .product img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
.postTeaser img {
  height: 300px;
  width: auto;
}
/*+++++++++++++++++ Front Page +++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
  #productSlider {
    bottom: 0px;
    margin-top: 45px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #productSlider .sideFloat {
    width: 100vw !important;
  }
}
#productSlider .productSlider {
  margin-top: -120px;
  cursor: url('../img/swipe.svg'), auto;
}
#productSlider .product {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  #productSlider .product .productHoverBtn {
    position: absolute !important;
    top: 160px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    opacity: 0 !important;
    -webkit-transition: all 0.35s ease-in-out !important;
    -moz-transition: all 0.35s ease-in-out !important;
    -o-transition: all 0.35s ease-in-out !important;
    transition: all 0.35s ease-in-out !important;
  }
  #productSlider .product .productHoverBtn .button {
    background: #FFF !important;
    border: none;
    color: white !important;
    font-size: 1em !important;
    padding: 10px !important;
    color: #2B2B2B !important;
    border: 2px solid white !important;
  }
  #productSlider .product .productHoverBtn .button:after,
  #productSlider .product .productHoverBtn .button:before {
    background-color: #FFF;
  }
  #productSlider .product .productHoverBtn .button.blackColor {
    color: #FFF !important;
    background: #2B2B2B !important;
  }
  #productSlider .product .productHoverBtn .button.blackColor:after,
  #productSlider .product .productHoverBtn .button.blackColor:before {
    background-color: #2B2B2B;
  }
}
@media only screen and (max-width: 1199px) {
  #productSlider .product:hover .productHoverBtn {
    opacity: 1 !important;
  }
}
#productSlider .owl-stage {
  margin-top: 30px;
}
#productSlider .introduction {
  padding: 45px;
}
@media only screen and (max-width: 767px) {
  #productSlider .introduction {
    padding: 0;
  }
}
#productSlider .productSliderWrapper {
  margin: 240px 0 120px 0;
  position: relative;
  background: #FFF;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  #productSlider .productSliderWrapper {
    bottom: 0px;
    margin: 120px 0 30px 0;
  }
}
#productSlider .btnWrapper {
  width: 100%;
  text-align: center;
}
#productSlider .btnWrapper svg {
  width: 30px;
  padding: 0;
  left: -2px !important;
  position: relative;
  height: auto;
}
#productSlider .productWrap {
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  #productSlider .productWrap {
    padding: 15px 10px 30px 10px;
  }
}
@media only screen and (max-width: 991px) {
  #productSlider .productWrap {
    padding: 15px 10px 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #productSlider .productWrap {
    padding: 30px 0;
  }
}
#productSlider .productWrap .productBg {
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: red;
  z-index: -1;
  opacity: 0;
}
#productSlider .productWrap h3 {
  color: #2B2B2B;
  font-size: 1.8em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#productSlider .productWrap .btnWrapper {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#productSlider .productWrap .btnWrapper svg {
  width: 30px;
  padding: 0;
  left: -2px !important;
  position: relative;
  height: auto;
}
#productSlider .productWrap .productSubtitle.productTeaserSubtitle {
  color: #2B2B2B;
  font-size: 1.2em;
  margin-bottom: 0 !important;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.25s 0.1s ease-in-out;
  -moz-transition: all 0.25s 0.1s ease-in-out;
  -o-transition: all 0.25s 0.1s ease-in-out;
  transition: all 0.25s 0.1s ease-in-out;
}
#productSlider .productWrap img {
  -webkit-transition: all 0.2s cubic-bezier(0.41, -0.21, 0.6, 1.18);
  -moz-transition: all 0.2s cubic-bezier(0.41, -0.21, 0.6, 1.18);
  -o-transition: all 0.2s cubic-bezier(0.41, -0.21, 0.6, 1.18);
  transition: all 0.2s cubic-bezier(0.41, -0.21, 0.6, 1.18);
}
@media only screen and (max-width: 767px) {
  #productSlider .productWrap img {
    margin-top: 5px;
  }
}
#productSlider .productWrap:hover h3,
#productSlider .productWrap:hover .btnWrapper {
  opacity: 1;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
#productSlider .productWrap:hover img {
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
#productSlider .productWrap:hover .productSubtitle.productTeaserSubtitle {
  opacity: 1;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
#productSlider .owl-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#productSlider .firstActiveItem {
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
#productSlider .firstActiveItem .productBg {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#productSlider .firstActiveItem h3,
#productSlider .firstActiveItem .btnWrapper {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #FFF;
}
#productSlider .firstActiveItem .productSubtitle.productTeaserSubtitle {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #FFF;
}
.productList {
  margin-bottom: 0px;
}
.productImg {
  padding: 0px 30px 0;
  margin-bottom: 0px;
}
.productImg img {
  max-width: 400px !important;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 991px) {
  .productImg {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .productImg {
    padding: 0 40px;
    padding-left: 40px !important;
    margin-bottom: 90px;
    position: relative !important;
  }
}
.productImg .singleProductSlider img {
  max-width: 100% !important;
  border-radius: 15px;
  image-rendering: -webkit-optimize-contrast;
}
.extraInfoInfoTable {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .extraInfoInfoTable {
    margin-top: 15px;
  }
}
.fancybox-slide > * {
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  .single-product .headerHeadline h1 {
    text-align: left !important;
  }
}
.single-product .reset_variations {
  display: none;
}
.single-product .fancybox-toolbar .fancybox-button--play,
.single-product .fancybox-toolbar .fancybox-button--fullscreen,
.single-product .fancybox-toolbar .fancybox-button--thumbs,
.single-product .fancybox-toolbar .fancybox-button--share,
.single-product .fancybox-toolbar .fancybox-button--thumbs,
.single-product .fancybox-toolbar .fancybox-button--arrow_left,
.single-product .fancybox-toolbar .fancybox-button--arrow_right {
  display: none !important;
}
.single-product .fancybox-navigation button {
  display: none;
}
.single-product .bigHeaderContent {
  display: block !important;
}
.single-product .bigHeaderContent .inner {
  display: block !important;
}
.single-product .infoTable {
  border-top: 1px solid #2B2B2B;
}
.single-product .infoTable .content,
.single-product .infoTable .contentQuantity {
  padding: 10px 0 0 0;
}
.single-product .infoTable .extracontent,
.single-product .infoTable .extracontentQuantity {
  padding: 10px 0 0 10px;
}
.single-product .incProduct {
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 15px;
  display: inline-block;
  margin: 0 5px 10px 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "cubano", sans-serif;
  letter-spacing: 2.5px;
  position: relative;
}
.single-product .incProduct img {
  max-width: 100%;
  position: absolute;
  right: -135px;
  top: -115px;
  min-width: 130px;
  width: 130px;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px;
  border-radius: 20px !important;
}
.single-product .incProduct:hover img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.single-product .productExtras {
  background-color: #FFF;
  position: absolute;
  color: #2B2B2B;
  font-weight: bold;
  /* top: 160px; */
  left: 0;
  margin-top: 60px;
  padding: 0;
  padding: 25px;
  margin-left: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.03);
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .single-product .productExtras {
    width: 100%;
    margin-left: 0;
    margin-bottom: -100px;
    position: relative;
  }
}
.single-product .productExtras li {
  list-style: none;
  /* padding-top: 10px; */
  line-height: 27px;
  margin: 0;
  margin-top: 15px;
  vertical-align: middle;
  /* display: inline; */
  height: 30px;
  width: auto;
  position: relative;
}
.single-product .productExtras li img {
  display: inline-block;
  margin: 0 10px 0 0;
  max-height: 100%;
  max-width: 27px;
  width: auto;
}
.single-product .productExtras li:first-child {
  margin-top: 0;
}
.single-product .singleReview {
  margin-top: 90px;
}
.single-product .singleReview .userProfile {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 100%;
  display: inline-block;
  float: left;
  margin-right: 30px;
  position: relative;
}
.single-product .singleReview .userProfile .firstLetter {
  color: #2B2B2B;
  height: 100%;
  z-index: 10;
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.67em;
  font-size: 2.3em;
  font-weight: bold;
}
.single-product .singleReview .userProfile svg {
  width: 28px;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-product .singleReview .userProfile img {
  margin: 0;
}
.single-product .singleReview .reviewContent {
  display: inline-block;
  width: calc(100% - 90px);
}
#reviewForm {
  margin-top: 30px;
}
#reviewForm #commentform {
  margin-top: 15px;
}
.single.single-product .owl-carousel {
  height: 100% !important;
  /* min-height: 100vh; */
}
.single.single-product .owl-carousel .owl-stage-outer {
  height: 100% !important;
}
.box-selection {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .box-selection {
    margin-bottom: 60px;
  }
}
.box-selection h2 {
  text-align: center;
}
.box-selection .box-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-selection .box-products.off {
  display: flex;
  height: auto !important;
}
.box-selection .box-products .owl-nav .owl-prev::before,
.box-selection .box-products .owl-nav .owl-next::before,
.box-selection .box-products .owl-nav .owl-prev::after,
.box-selection .box-products .owl-nav .owl-next::after {
  background-color: #2B2B2B;
}
.box-selection .box-products .box-product__col {
  padding: 0 10px;
  width: calc(100% / 3);
}
@media only screen and (max-width: 767px) {
  .box-selection .box-products .box-product__col {
    padding: 0;
    width: 100%;
  }
}
.box-selection .box-products .box-product {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .box-selection .box-products .box-product {
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .box-selection .box-products .box-product:hover .box-product__bg {
    opacity: 1;
  }
  .box-selection .box-products .box-product:hover .box-product__title {
    color: #FFF;
  }
  .box-selection .box-products .box-product:hover .box-product__title .productSubtitle {
    color: #FFF;
  }
  .box-selection .box-products .box-product:hover .box-product__img .img--small {
    opacity: 0;
    visibility: hidden;
  }
  .box-selection .box-products .box-product:hover .box-product__img .img--big {
    opacity: 1;
    visibility: visible;
  }
}
.box-selection .box-products .box-product.active .box-product__bg {
  opacity: 1;
}
.box-selection .box-products .box-product.active .box-product__title {
  color: #FFF;
}
.box-selection .box-products .box-product.active .box-product__title .productSubtitle {
  color: #FFF;
}
.box-selection .box-products .box-product.active .box-product__img .img--small {
  opacity: 0;
  visibility: hidden;
}
.box-selection .box-products .box-product.active .box-product__img .img--big {
  opacity: 1;
  visibility: visible;
}
.box-selection .box-products .box-product__bg {
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.box-selection .box-products .box-product__img {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.box-selection .box-products .box-product__img .img--small {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
}
.box-selection .box-products .box-product__img .img--big {
  opacity: 0;
  visibility: hidden;
}
.box-selection .box-products .box-product__img img {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.box-selection .box-products .box-product__title {
  margin-top: 25px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
#bigHeaderWrapper {
  position: relative;
}
#bigHeaderWrapper .woocommerce-variation-availability {
  margin-top: 10px;
}
#bigHeaderWrapper .woocommerce-variation-add-to-cart {
  position: relative;
}
#bigHeaderWrapper .woocommerce-variation-add-to-cart .testproduct-submit {
  display: none;
  padding-bottom: 37px;
  opacity: 0;
  visibility: hidden;
}
#bigHeaderWrapper .woocommerce-variation-add-to-cart .testproduct-submit.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
#bigHeaderWrapper .woocommerce-variation-add-to-cart .testproduct-link {
  margin-bottom: 30px;
}
#bigHeaderWrapper .woocommerce-variation-add-to-cart .testproduct-link.hidden {
  opacity: 0;
  visibility: hidden;
}
#bigHeaderWrapper .woocommerce-variation-add-to-cart .testproduct-link a.btn {
  margin: 0 !important;
  background-color: transparent !important;
  border: 2px solid #FFF !important;
  color: #FFF !important;
  filter: none;
  border-radius: 30px !important;
}
#bigHeaderWrapper .woocommerce-variation-add-to-cart .testproduct-link a.btn::before,
#bigHeaderWrapper .woocommerce-variation-add-to-cart .testproduct-link a.btn::after {
  content: none;
}
#bigHeaderWrapper .blackColor .summary .testproduct-link a.btn {
  border: 2px solid #2B2B2B !important;
  color: #2B2B2B !important;
}
/*  philosophie  */
#philosophie {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 991px) {
  #philosophie {
    margin-top: -120px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #philosophie {
    margin-top: 60px;
  }
}
#philosophie .philosophieImg {
  position: absolute;
  width: 200%;
  height: 200%;
  background-size: 100% 100%;
  top: -50%;
  left: -50%;
  z-index: -1;
  opacity: 0.1;
}
#philosophie .philosophieImg svg path {
  fill: transparent;
  stroke-width: 0.5pt;
  stroke: black;
  stroke-dasharray: -43;
  opacity: 0;
  -webkit-transition: all 2s 1s ease;
  -moz-transition: all 2s 1s ease;
  -o-transition: all 2s 1s ease;
  transition: all 2s 1s ease;
  stroke-dashoffset: -50;
}
#philosophie .philosophieImg.active svg path {
  stroke-dashoffset: 0;
  stroke-dasharray: 250;
  opacity: 0.4;
  stroke-dashoffset: 1;
}
@keyframes dash2 {
  to {
    stroke-dashoffset: 300;
  }
}
/*  b2b  */
#b2b .sideFloat {
  position: absolute;
  height: 100%;
}
#b2b .b2bImg {
  margin-top: 120px;
  height: 150%;
  position: relative;
  min-height: 420px;
}
@media only screen and (max-width: 991px) {
  #b2b .b2bImg {
    min-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  #b2b .b2bImg {
    display: none;
  }
}
#b2b .b2bImg .b2bBg {
  background-image: url(http://nusswahn.lokal/wp-content/uploads/2020/03/ella-olsson-P4jRJYN33wE-unsplash-800x600.jpg);
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-position: center bottom;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#b2b ul {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  #b2b ul {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #b2b ul {
    margin-top: 30px;
  }
}
#b2b ul li {
  list-style: none;
  position: relative;
  line-height: 30px;
  margin-bottom: 15px;
}
#b2b ul li:before {
  position: absolute;
  content: '';
  background-image: url('../img/checkIcon.svg');
  height: 29px;
  width: 29px;
  background-size: 100%;
  left: -35px;
}
/*+++++++++++++++++ map +++++++++++++++++++++++++*/
#map {
  width: 100%;
  height: 400px;
}
#map .mapboxgl-canvas {
  outline: none !important;
}
.marker {
  background-image: url(../img/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 40px;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  text-align: center;
  font-family: sans-serif;
}
.catDescription {
  max-width: 600px;
  position: relative;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: white;
  margin-bottom: 90px !important;
}
.categoryHeadline .catDescription {
  margin-bottom: 0px !important;
}
.categoryHeadline {
  padding: 120px 0 250px 0;
  margin-bottom: -150px;
  color: #FFF;
}
.categoryHeadline .btn {
  background: #FFF !important;
  border: none;
  color: white !important;
  font-size: 1em !important;
  padding: 15px !important;
  color: #2B2B2B !important;
}
.categoryHeadline .btn:after,
.categoryHeadline .btn:before {
  background-color: #FFF;
}
.categoryHeadline .btn.blackColor {
  color: #FFF !important;
  background: #2B2B2B !important;
}
.categoryHeadline .btn.blackColor:after,
.categoryHeadline .btn.blackColor:before {
  background-color: #2B2B2B;
}
@media only screen and (max-width: 991px) {
  .categoryHeadline.headerClass {
    padding: 250px 0 250px 0 !important;
    min-height: 1px !important;
  }
}
#category .item {
  padding: 0 45px;
}
.variables .legacy-itemprop-offers {
  display: none;
}
.variations {
  margin: 30px 0 20px 0;
}
.variations.variations--hidden {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.variations select {
  background: transparent;
  border: none;
}
.product {
  padding: 0 30px;
  margin-bottom: 30px;
  color: #2B2B2B;
  padding-bottom: 120px !important;
}
.product a {
  color: #2B2B2B;
}
.product .price-per-unit {
  display: none;
}
.product .price {
  font-weight: bold;
  color: #2B2B2B !important;
  margin-bottom: 5px;
  font-size: 1.4em !important;
}
.product .btnWrapper svg {
  width: 30px;
  padding: 0;
  left: -1px !important;
  position: relative;
  height: auto;
}
.relativeGrid {
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .relativeGrid {
    margin-top: 15px;
  }
}
.gridContainer {
  pointer-events: none;
  z-index: 0 !important;
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100% !important;
  left: 0;
}
@media (min-width: 992px) {
  .gridContainer {
    left: calc((100vw - 970px) / 2);
    max-width: 970px;
    width: 100%;
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100% !important;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .gridContainer {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .gridContainer {
    display: none;
  }
}
.gridContainer .gridLineOne {
  margin-left: calc(25% - 20px);
  height: 30px;
  width: 25%;
  position: absolute;
  height: calc(100% + 30px);
  top: -15px;
}
.gridContainer .gridLineOne:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background: #F1F1F1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.gridContainer .gridLineTwo {
  margin-left: calc(75% - 15px);
  height: 30px;
  width: 25%;
  position: absolute;
  height: calc(100% + 30px);
  top: -15px;
}
.gridContainer .gridLineTwo:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background: #F1F1F1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.recipeResults {
  position: relative;
}
.blogCat {
  margin-top: -30px;
}
.blogCat .recipe {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .blogCat .recipe {
    padding: 30px 0px;
  }
}
.recipe {
  background: #FFF;
  position: relative;
  display: block;
  color: #2B2B2B;
  margin-bottom: 30px !important;
  opacity: 0;
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
  -webkit-transition: all 0.3s cubic-bezier(0.3, -0.26, 0.46, 1.31);
  -moz-transition: all 0.3s cubic-bezier(0.3, -0.26, 0.46, 1.31);
  -o-transition: all 0.3s cubic-bezier(0.3, -0.26, 0.46, 1.31);
  transition: all 0.3s cubic-bezier(0.3, -0.26, 0.46, 1.31);
  border-radius: 15px;
}
.recipe:hover {
  color: #2B2B2B;
}
.recipe:hover .recipeHeader .recipeImg {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.recipe .nutrition {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.recipe .nutrition img {
  margin: 0;
}
.recipe.vis {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.recipe .recipeHeader {
  height: 200px;
  margin-bottom: -60px;
}
.recipe .recipeHeader .recipeImg {
  border-radius: 15px;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  will-change: true;
}
.recipe .recipeHeader .recipeImg .recipeOverlay {
  position: absolute;
  height: 110%;
  width: 101%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #FFFFFF 80%);
  backface-visibility: hidden;
  will-change: true;
}
.recipe .recipeContent {
  position: relative;
  padding: 15px;
}
#recipes .showMobile .btn {
  margin-top: 0 !important;
}
#recipes h2,
#randomRecipeTeaser h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #recipes h2,
  #randomRecipeTeaser h2 {
    margin-bottom: 0px;
  }
}
.recipeTitle {
  margin-top: 40px;
}
.infoIcons .recipeInfos {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
.infoIcons .recipeInfos p {
  line-height: 30px;
}
.infoIcons .recipeInfos:last-child {
  margin-right: 0;
}
.infoIcons .recipeInfos .recipeIcon {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.recipeInfos {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 15px;
  margin-top: -45px;
  z-index: 2;
  position: relative;
}
.recipeInfos:last-child {
  margin-bottom: 0;
}
.recipeInfos .recipeIcon {
  background-color: #F5F5FF;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
  padding: 4.2px;
  display: inline-block;
}
.recipeInfos .recipeIcon.difficulty {
  background-color: #D40167;
}
.recipeInfos .recipeIcon.neededTime {
  background-color: #96D1D3;
}
.recipeInfos p {
  display: inline-block;
  font-size: 0.75em;
  line-height: 25px;
  vertical-align: bottom;
  margin: 0;
}
.related .product {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .related .sideFloat {
    width: 100vw;
    position: relative;
    left: -30px;
    margin-top: 30px;
  }
}
.cooperations {
  margin-bottom: -10px;
}
.cooperations svg,
.cooperations img {
  width: auto !important;
  height: 30px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 90px !important;
}
@media only screen and (max-width: 767px) {
  .cooperations {
    text-align: center;
  }
}
/*+++++++++++++++++ footer +++++++++++++++++++++++++*/
.footer {
  background: #96D1D3;
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 45px;
  }
}
.footer.footerMargin {
  margin-top: 240px;
}
@media only screen and (max-width: 991px) {
  .footer.footerMargin {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer.footerMargin {
    margin-top: 45px;
  }
}
.footer h3 {
  color: #699798;
}
.footer .newsletterSection {
  background: #D40167;
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .footer .newsletterSection {
    padding: 45px 0;
  }
}
.footer .newsletterSection h2,
.footer .newsletterSection h3,
.footer .newsletterSection h4,
.footer .newsletterSection h5 {
  color: #FFF;
}
.footer .newsletterSection .newsletterForm {
  z-index: 1;
  position: relative;
  display: block;
}
@media only screen and (max-width: 991px) {
  .footer .newsletterSection .newsletterForm h2 {
    display: inline-block;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .newsletterSection .newsletterForm h2 {
    display: inline-block;
    width: 100%;
  }
}
.footer .newsletterSection .newsletterSubmit {
  height: 60px;
  display: inline-block;
  background-color: #c1035e;
  width: 60px;
  float: right;
  border: none;
  background-image: url(../img/newsletterBtnBg.svg);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-size: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: 17px 17px;
}
.footer .newsletterSection .newsletterSubmit:hover {
  background-position: 22px 12px;
}
.footer .newsletterSection .newsletterInput {
  width: calc(100% - 60px);
  height: 60px;
  background: #c1035e;
  border: none;
  color: white;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.footer .newsletterSection .newsletterInput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}
.footer .newsletterSection .newsletterInput::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}
.footer .newsletterSection .newsletterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .footer .newsletterSection .newsletterInput {
    display: inline-block;
    width: calc(70% - 64px);
  }
}
@media only screen and (max-width: 767px) {
  .footer .newsletterSection .newsletterInput {
    display: inline-block;
    width: calc(100% - 60px);
  }
}
.footer .newsletterBtn {
  position: relative;
  margin-top: -90px;
  pointer-events: all;
  z-index: 3;
}
.footer .copyright {
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footerNav1 {
    margin-top: 45px;
  }
}
.footer nav {
  margin-top: 60px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .footer nav {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.footer nav ul {
  margin: 0;
  padding: 0;
}
.footer nav ul li {
  list-style: none;
}
.footer nav ul li a {
  color: #699798;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
.footer nav ul li a:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  height: calc(100% + 10px);
  width: 3px;
  border-radius: 5px;
  background: #54797a;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform-origin: top;
}
.footer nav ul li a:hover {
  color: #54797a;
}
.footer nav ul li a:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.subfooter {
  background: #83BBBD;
  padding: 30px 0;
}
.subfooter .scriptflow {
  display: block;
  height: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  .subfooter .scriptflow {
    float: none;
    display: inline-block;
    margin-top: 30px;
  }
}
.subfooter .scriptflow p {
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 2;
  display: inline-block;
  font-size: 0.9em;
  color: white;
  margin: 0;
}
.subfooter .scriptflow svg {
  display: inline-block;
  margin-left: 5px;
  width: 23px;
  margin-bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .subfooter .scriptflow svg {
    float: left;
    margin-right: 5px;
    margin-left: 0px;
  }
}
.subfooter .scriptflow:hover svg {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-duration: 1.1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  animation-name: bounce2;
  animation-timing-function: ease;
}
#testimonials {
  margin-top: 120px;
}
#testimonials .authorName {
  font-style: italic;
  margin-bottom: 0;
}
#testimonials .stars {
  margin-top: -10px;
}
#testimonials .star {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  margin-right: 5px !important;
  text-decoration: none;
  color: #D40167;
}
#testimonials .star:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e020";
  text-indent: 0;
}
@media only screen and (max-width: 991px) {
  #testimonials {
    margin-top: 45px;
  }
}
/* Instagram Plugin ++++++++++++++++++++++++++++++++++++++++++*/
.instagram {
  top: -90px;
  position: relative;
  pointer-events: none;
}
.instagram .btn {
  margin-top: 60px !important;
}
@media only screen and (max-width: 991px) {
  .instagram .btn {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .instagram .btn {
    margin-top: 0px !important;
    margin-bottom: 75px;
    width: calc(100vw - 60px);
  }
}
.instagram a {
  pointer-events: all;
}
@media only screen and (max-width: 991px) {
  .instagram {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram {
    top: 30px;
    position: relative;
    display: block;
  }
}
.instagram .instaImg {
  width: calc(100% + 90px);
  position: relative;
  height: 230px;
}
@media only screen and (max-width: 991px) {
  .instagram .instaImg {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram .instaImg {
    width: 100%;
    height: 230px;
  }
}
.instagram .instaImg.negativeTop {
  top: -90px;
}
@media only screen and (max-width: 991px) {
  .instagram .instaImg.negativeTop {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram .instaImg.negativeTop {
    top: 0px;
  }
}
.instagram .instaImg .lazy {
  height: 340px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .instagram .instaImg .lazy {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram .instaImg .lazy {
    height: 210px;
  }
}
/* Cookie Popup++++++++++++++++++++++++++++++++++++++++++*/
#BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar {
    padding-top: 20px;
  }
}
#BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar .container {
  max-width: 90%;
}
@media only screen and (max-width: 991px) {
  #BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar .container {
    max-width: 100%;
  }
}
#BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar h3 {
  display: none;
}
#BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar ul {
  justify-content: flex-start;
}
#BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar a:not(._brlbs-btn):hover {
  background: none;
}
#BorlabsCookieBoxWrap ._brlbs-bar-wrap ._brlbs-bar ._brlbs-refuse-btn a {
  padding: 0;
  background: transparent;
  font-size: 10px;
}
/* Allgemeine Responsive ++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-6 {
    width: 50%;
  }
}
@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}
.singlePageHeadline {
  font-size: 3em !important;
}
@media only screen and (max-width: 767px) {
  .singlePageHeadline {
    font-size: 2.3em !important;
    text-align: center;
    width: 100%;
  }
}
.productHeadline {
  width: auto;
  display: flex;
}
.productHeadline h1 {
  float: left;
  display: inline-block;
  hyphens: none;
}
.productHeadline .headerCircle {
  display: inline-block;
  position: relative !important;
  /* margin-left: -15px; */
  /* margin-top: 15px; */
  /* top: 0; */
  right: 0;
}
@media only screen and (max-width: 767px) {
  .productHeadline .headerCircle {
    display: none !important;
  }
}
.headerBtn {
  display: inline-block;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border: none;
}
.headerBtn.change {
  opacity: 0;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.blackColor {
  color: #2B2B2B !important;
}
.blackColor h1,
.blackColor h2,
.blackColor h3,
.blackColor h4,
.blackColor h5,
.blackColor p,
.blackColor span,
.blackColor .summary,
.blackColor .woocommerce_de_versandkosten,
.blackColor a {
  color: #2B2B2B !important;
}
.blackColor .headerBtn {
  color: #2B2B2B !important;
}
@media only screen and (max-width: 767px) {
  .headerHeadline {
    position: relative;
    text-align: center !important;
    width: 90% !important;
  }
  .headerHeadline p,
  .headerHeadline h1,
  .headerHeadline h2,
  .headerHeadline h3,
  .headerHeadline h4 {
    text-align: center !important;
  }
}
.headerHeadline h1 {
  display: inline-block;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  letter-spacing: 6px;
  font-weight: 400;
}
.headerHeadline.change h1 {
  opacity: 0;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.headerHeadline .headerCircle {
  display: inline-block;
  position: absolute;
  margin-left: -15px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .headerHeadline .headerCircle {
    margin-top: 15px;
    top: 0;
    display: inline-block;
    margin-left: 0;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.2em;
    margin-top: 5px;
    width: 100%;
  }
}
.headerHeadline span {
  margin: 0;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  transform: rotate(90deg) translate(-50px) rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .headerHeadline span {
    transform: none;
    display: inline-block;
    position: relative;
  }
}
.headerHeadline span.vis {
  opacity: 1;
}
.headerHeadline.rightTop {
  position: absolute;
  width: 50%;
  top: 200px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .headerHeadline.rightTop {
    top: 50%;
    position: absolute;
    width: 90% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.headerHeadline.rightBottom {
  position: absolute;
  width: 50%;
  bottom: 120px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .headerHeadline.rightBottom {
    top: 50%;
    position: absolute;
    width: 90% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.headerHeadline.leftTop {
  position: absolute;
  width: 50%;
  top: 200px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .headerHeadline.leftTop {
    top: 50%;
    position: absolute;
    width: 90% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.headerHeadline.leftBottom {
  position: absolute;
  width: 50%;
  bottom: 120px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .headerHeadline.leftBottom {
    top: 50%;
    position: absolute;
    width: 90% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.headerHeadline.center {
  top: 50%;
  position: absolute;
  width: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .headerHeadline.center {
    top: 50%;
    position: absolute;
    width: 90% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.productTeaserTitle {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.8em;
}
.productSubtitle {
  font-family: "Quicksand", sans-serif;
  font-weight: lighter;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 45px !important;
  color: white;
  font-size: 2.5em;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .productSubtitle {
    margin-bottom: 30px !important;
  }
}
.productSubtitle.productTeaserSubtitle {
  color: #2B2B2B;
  font-size: 1.2em;
  margin-bottom: 0 !important;
}
#about,
.related {
  position: relative;
}
#about .bigCircle,
.related .bigCircle {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 2.15em;
  font-weight: bold;
  opacity: 0.15;
  width: 30px;
  height: 30px;
}
#about .bigCircle span,
.related .bigCircle span {
  margin: 0 !important;
}
.related {
  position: relative;
}
.related .sideFloat {
  position: relative;
}
.related .bigCircle {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 2.15em;
  font-weight: bold;
  opacity: 0.15;
  width: 30px;
  height: 30px;
}
.related .bigCircle span {
  margin: 0 !important;
}
.single #primary {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single .productImg {
    padding: 0 40px;
    padding-left: 40px !important;
    margin-bottom: 15px !important;
    position: relative !important;
  }
}
.single .thumbnails {
  width: 60px;
  float: left;
  margin-right: 20px;
}
.single .thumbnails .thumbnail img {
  margin-bottom: 20px;
  border-radius: 8px;
}
.single .singleProductSlider {
  width: calc(100% - 100px);
  display: inline-block;
  float: left;
  margin-left: 20px;
  border-radius: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single .singleProductSlider {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    overflow: visible;
  }
}
.single .singleProductSlider .owl-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single .singleProductSlider .owl-nav {
    left: -25px;
    width: calc(100% + 60px) !important;
    padding: 0 !important;
    display: block;
    opacity: 1 !important;
  }
}
.single .singleProductSlider .owl-nav .owl-prev,
.single .singleProductSlider .owl-nav .owl-next {
  width: 30px !important;
}
.single .singleProductSlider .owl-nav .owl-prev:before,
.single .singleProductSlider .owl-nav .owl-prev:after {
  left: 0;
}
.single .singleProductSlider .owl-nav .owl-next:before,
.single .singleProductSlider .owl-nav .owl-next:after {
  left: 17px;
}
.single .singleProductSlider .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single .singleProductSlider .play svg {
  width: 80px;
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.single .singleProductSlider .play:hover svg {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.summary {
  color: #FFF;
}
.summary .quantityWrapper {
  display: inline-block;
}
.summary .quantityWrapper .qty {
  height: 50px;
  background: transparent;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  border-radius: 15px;
}
.summary .quantityWrapper button {
  background: transparent;
  border: none;
  width: auto;
  width: 50px;
  padding: 10px 0 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  color: white !important;
  opacity: 0.6;
}
.summary .quantityWrapper .plusBtn,
.summary .quantityWrapper .minusBtn {
  filter: none;
  background-color: transparent !important;
  margin: 0 !important;
}
.summary .quantityWrapper .plusBtn:after,
.summary .quantityWrapper .minusBtn:after,
.summary .quantityWrapper .plusBtn:before,
.summary .quantityWrapper .minusBtn:before {
  content: none;
}
.summary .quantityWrapper .minusBtn {
  position: absolute;
}
.summary .quantity {
  color: #FFF;
}
.summary .price {
  font-size: 1.8em;
  font-weight: bold;
}
.summary .price-per-unit {
  display: none;
}
.summary .woocommerce_de_versandkosten {
  color: #FFF;
}
.summary .woocommerce_de_versandkosten a {
  color: #FFF;
}
.summary .single_add_to_cart_button {
  height: 50px;
  border: none;
  border-radius: 0 !important;
  margin: 0px;
  margin-top: 0 !important;
  float: none;
  background: #2b2b2b1c !important;
  margin-left: 5px !important;
  font-weight: bold !important;
  color: white !important;
  position: relative;
  display: inline-block !important;
  font-size: 1em !important;
  font-family: "Quicksand", sans-serif;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
/* 12em = half the width of the wrapper */
.deg0 {
  transform: translate(12em);
}
.deg-1 {
  transform: rotate(210deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-1 {
    transform: none !important;
  }
}
.deg-1:hover {
  transform: rotate(210deg) translate(80px) rotate(90deg) !important;
}
.deg-1.today {
  transform: rotate(210deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-1 {
  transform: translate(-50%, -50%) rotate(120deg);
}
.deg-2 {
  transform: rotate(220deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-2 {
    transform: none !important;
  }
}
.deg-2:hover {
  transform: rotate(220deg) translate(80px) rotate(90deg) !important;
}
.deg-2.today {
  transform: rotate(220deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-2 {
  transform: translate(-50%, -50%) rotate(130deg);
}
.deg-3 {
  transform: rotate(230deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-3 {
    transform: none !important;
  }
}
.deg-3:hover {
  transform: rotate(230deg) translate(80px) rotate(90deg) !important;
}
.deg-3.today {
  transform: rotate(230deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-3 {
  transform: translate(-50%, -50%) rotate(140deg);
}
.deg-4 {
  transform: rotate(240deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-4 {
    transform: none !important;
  }
}
.deg-4:hover {
  transform: rotate(240deg) translate(80px) rotate(90deg) !important;
}
.deg-4.today {
  transform: rotate(240deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-4 {
  transform: translate(-50%, -50%) rotate(150deg);
}
.deg-5 {
  transform: rotate(250deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-5 {
    transform: none !important;
  }
}
.deg-5:hover {
  transform: rotate(250deg) translate(80px) rotate(90deg) !important;
}
.deg-5.today {
  transform: rotate(250deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-5 {
  transform: translate(-50%, -50%) rotate(160deg);
}
.deg-6 {
  transform: rotate(260deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-6 {
    transform: none !important;
  }
}
.deg-6:hover {
  transform: rotate(260deg) translate(80px) rotate(90deg) !important;
}
.deg-6.today {
  transform: rotate(260deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-6 {
  transform: translate(-50%, -50%) rotate(170deg);
}
.deg-7 {
  transform: rotate(270deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-7 {
    transform: none !important;
  }
}
.deg-7:hover {
  transform: rotate(270deg) translate(80px) rotate(90deg) !important;
}
.deg-7.today {
  transform: rotate(270deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-7 {
  transform: translate(-50%, -50%) rotate(180deg);
}
.deg-8 {
  transform: rotate(280deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-8 {
    transform: none !important;
  }
}
.deg-8:hover {
  transform: rotate(280deg) translate(80px) rotate(90deg) !important;
}
.deg-8.today {
  transform: rotate(280deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-8 {
  transform: translate(-50%, -50%) rotate(190deg);
}
.deg-9 {
  transform: rotate(290deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-9 {
    transform: none !important;
  }
}
.deg-9:hover {
  transform: rotate(290deg) translate(80px) rotate(90deg) !important;
}
.deg-9.today {
  transform: rotate(290deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-9 {
  transform: translate(-50%, -50%) rotate(200deg);
}
.deg-10 {
  transform: rotate(300deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-10 {
    transform: none !important;
  }
}
.deg-10:hover {
  transform: rotate(300deg) translate(80px) rotate(90deg) !important;
}
.deg-10.today {
  transform: rotate(300deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-10 {
  transform: translate(-50%, -50%) rotate(210deg);
}
.deg-11 {
  transform: rotate(310deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-11 {
    transform: none !important;
  }
}
.deg-11:hover {
  transform: rotate(310deg) translate(80px) rotate(90deg) !important;
}
.deg-11.today {
  transform: rotate(310deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-11 {
  transform: translate(-50%, -50%) rotate(220deg);
}
.deg-12 {
  transform: rotate(320deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-12 {
    transform: none !important;
  }
}
.deg-12:hover {
  transform: rotate(320deg) translate(80px) rotate(90deg) !important;
}
.deg-12.today {
  transform: rotate(320deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-12 {
  transform: translate(-50%, -50%) rotate(230deg);
}
.deg-13 {
  transform: rotate(330deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-13 {
    transform: none !important;
  }
}
.deg-13:hover {
  transform: rotate(330deg) translate(80px) rotate(90deg) !important;
}
.deg-13.today {
  transform: rotate(330deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-13 {
  transform: translate(-50%, -50%) rotate(240deg);
}
.deg-14 {
  transform: rotate(340deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-14 {
    transform: none !important;
  }
}
.deg-14:hover {
  transform: rotate(340deg) translate(80px) rotate(90deg) !important;
}
.deg-14.today {
  transform: rotate(340deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-14 {
  transform: translate(-50%, -50%) rotate(250deg);
}
.deg-15 {
  transform: rotate(350deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-15 {
    transform: none !important;
  }
}
.deg-15:hover {
  transform: rotate(350deg) translate(80px) rotate(90deg) !important;
}
.deg-15.today {
  transform: rotate(350deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-15 {
  transform: translate(-50%, -50%) rotate(260deg);
}
.deg-16 {
  transform: rotate(360deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-16 {
    transform: none !important;
  }
}
.deg-16:hover {
  transform: rotate(360deg) translate(80px) rotate(90deg) !important;
}
.deg-16.today {
  transform: rotate(360deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-16 {
  transform: translate(-50%, -50%) rotate(270deg);
}
.deg-17 {
  transform: rotate(10deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-17 {
    transform: none !important;
  }
}
.deg-17:hover {
  transform: rotate(10deg) translate(80px) rotate(90deg) !important;
}
.deg-17.today {
  transform: rotate(10deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-17 {
  transform: translate(-50%, -50%) rotate(-80deg);
}
.deg-18 {
  transform: rotate(20deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-18 {
    transform: none !important;
  }
}
.deg-18:hover {
  transform: rotate(20deg) translate(80px) rotate(90deg) !important;
}
.deg-18.today {
  transform: rotate(20deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-18 {
  transform: translate(-50%, -50%) rotate(-70deg);
}
.deg-19 {
  transform: rotate(30deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-19 {
    transform: none !important;
  }
}
.deg-19:hover {
  transform: rotate(30deg) translate(80px) rotate(90deg) !important;
}
.deg-19.today {
  transform: rotate(30deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-19 {
  transform: translate(-50%, -50%) rotate(-60deg);
}
.deg-20 {
  transform: rotate(40deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-20 {
    transform: none !important;
  }
}
.deg-20:hover {
  transform: rotate(40deg) translate(80px) rotate(90deg) !important;
}
.deg-20.today {
  transform: rotate(40deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-20 {
  transform: translate(-50%, -50%) rotate(-50deg);
}
.deg-21 {
  transform: rotate(50deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-21 {
    transform: none !important;
  }
}
.deg-21:hover {
  transform: rotate(50deg) translate(80px) rotate(90deg) !important;
}
.deg-21.today {
  transform: rotate(50deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-21 {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.deg-22 {
  transform: rotate(60deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-22 {
    transform: none !important;
  }
}
.deg-22:hover {
  transform: rotate(60deg) translate(80px) rotate(90deg) !important;
}
.deg-22.today {
  transform: rotate(60deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-22 {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.deg-23 {
  transform: rotate(70deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-23 {
    transform: none !important;
  }
}
.deg-23:hover {
  transform: rotate(70deg) translate(80px) rotate(90deg) !important;
}
.deg-23.today {
  transform: rotate(70deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-23 {
  transform: translate(-50%, -50%) rotate(-20deg);
}
.deg-24 {
  transform: rotate(80deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-24 {
    transform: none !important;
  }
}
.deg-24:hover {
  transform: rotate(80deg) translate(80px) rotate(90deg) !important;
}
.deg-24.today {
  transform: rotate(80deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-24 {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.deg-25 {
  transform: rotate(90deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-25 {
    transform: none !important;
  }
}
.deg-25:hover {
  transform: rotate(90deg) translate(80px) rotate(90deg) !important;
}
.deg-25.today {
  transform: rotate(90deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-25 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.deg-26 {
  transform: rotate(100deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-26 {
    transform: none !important;
  }
}
.deg-26:hover {
  transform: rotate(100deg) translate(80px) rotate(90deg) !important;
}
.deg-26.today {
  transform: rotate(100deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-26 {
  transform: translate(-50%, -50%) rotate(10deg);
}
.deg-27 {
  transform: rotate(110deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-27 {
    transform: none !important;
  }
}
.deg-27:hover {
  transform: rotate(110deg) translate(80px) rotate(90deg) !important;
}
.deg-27.today {
  transform: rotate(110deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-27 {
  transform: translate(-50%, -50%) rotate(20deg);
}
.deg-28 {
  transform: rotate(120deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-28 {
    transform: none !important;
  }
}
.deg-28:hover {
  transform: rotate(120deg) translate(80px) rotate(90deg) !important;
}
.deg-28.today {
  transform: rotate(120deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-28 {
  transform: translate(-50%, -50%) rotate(30deg);
}
.deg-29 {
  transform: rotate(130deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-29 {
    transform: none !important;
  }
}
.deg-29:hover {
  transform: rotate(130deg) translate(80px) rotate(90deg) !important;
}
.deg-29.today {
  transform: rotate(130deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-29 {
  transform: translate(-50%, -50%) rotate(40deg);
}
.deg-30 {
  transform: rotate(140deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-30 {
    transform: none !important;
  }
}
.deg-30:hover {
  transform: rotate(140deg) translate(80px) rotate(90deg) !important;
}
.deg-30.today {
  transform: rotate(140deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-30 {
  transform: translate(-50%, -50%) rotate(50deg);
}
.deg-31 {
  transform: rotate(150deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-31 {
    transform: none !important;
  }
}
.deg-31:hover {
  transform: rotate(150deg) translate(80px) rotate(90deg) !important;
}
.deg-31.today {
  transform: rotate(150deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-31 {
  transform: translate(-50%, -50%) rotate(60deg);
}
.deg-32 {
  transform: rotate(160deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-32 {
    transform: none !important;
  }
}
.deg-32:hover {
  transform: rotate(160deg) translate(80px) rotate(90deg) !important;
}
.deg-32.today {
  transform: rotate(160deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-32 {
  transform: translate(-50%, -50%) rotate(70deg);
}
.deg-33 {
  transform: rotate(170deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-33 {
    transform: none !important;
  }
}
.deg-33:hover {
  transform: rotate(170deg) translate(80px) rotate(90deg) !important;
}
.deg-33.today {
  transform: rotate(170deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-33 {
  transform: translate(-50%, -50%) rotate(80deg);
}
.deg-34 {
  transform: rotate(180deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-34 {
    transform: none !important;
  }
}
.deg-34:hover {
  transform: rotate(180deg) translate(80px) rotate(90deg) !important;
}
.deg-34.today {
  transform: rotate(180deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-34 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.deg-35 {
  transform: rotate(190deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-35 {
    transform: none !important;
  }
}
.deg-35:hover {
  transform: rotate(190deg) translate(80px) rotate(90deg) !important;
}
.deg-35.today {
  transform: rotate(190deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-35 {
  transform: translate(-50%, -50%) rotate(100deg);
}
.deg-36 {
  transform: rotate(200deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-36 {
    transform: none !important;
  }
}
.deg-36:hover {
  transform: rotate(200deg) translate(80px) rotate(90deg) !important;
}
.deg-36.today {
  transform: rotate(200deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-36 {
  transform: translate(-50%, -50%) rotate(110deg);
}
.deg-1 {
  transform: rotate(210deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-1 {
    transform: none !important;
  }
}
.deg-1:hover {
  transform: rotate(210deg) translate(80px) rotate(90deg) !important;
}
.deg-1.today {
  transform: rotate(210deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-1 {
  transform: translate(-50%, -50%) rotate(120deg);
}
.deg-2 {
  transform: rotate(220deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-2 {
    transform: none !important;
  }
}
.deg-2:hover {
  transform: rotate(220deg) translate(80px) rotate(90deg) !important;
}
.deg-2.today {
  transform: rotate(220deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-2 {
  transform: translate(-50%, -50%) rotate(130deg);
}
.deg-3 {
  transform: rotate(230deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-3 {
    transform: none !important;
  }
}
.deg-3:hover {
  transform: rotate(230deg) translate(80px) rotate(90deg) !important;
}
.deg-3.today {
  transform: rotate(230deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-3 {
  transform: translate(-50%, -50%) rotate(140deg);
}
.deg-4 {
  transform: rotate(240deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-4 {
    transform: none !important;
  }
}
.deg-4:hover {
  transform: rotate(240deg) translate(80px) rotate(90deg) !important;
}
.deg-4.today {
  transform: rotate(240deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-4 {
  transform: translate(-50%, -50%) rotate(150deg);
}
.deg-5 {
  transform: rotate(250deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-5 {
    transform: none !important;
  }
}
.deg-5:hover {
  transform: rotate(250deg) translate(80px) rotate(90deg) !important;
}
.deg-5.today {
  transform: rotate(250deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-5 {
  transform: translate(-50%, -50%) rotate(160deg);
}
.deg-6 {
  transform: rotate(260deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-6 {
    transform: none !important;
  }
}
.deg-6:hover {
  transform: rotate(260deg) translate(80px) rotate(90deg) !important;
}
.deg-6.today {
  transform: rotate(260deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-6 {
  transform: translate(-50%, -50%) rotate(170deg);
}
.deg-7 {
  transform: rotate(270deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-7 {
    transform: none !important;
  }
}
.deg-7:hover {
  transform: rotate(270deg) translate(80px) rotate(90deg) !important;
}
.deg-7.today {
  transform: rotate(270deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-7 {
  transform: translate(-50%, -50%) rotate(180deg);
}
.deg-8 {
  transform: rotate(280deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-8 {
    transform: none !important;
  }
}
.deg-8:hover {
  transform: rotate(280deg) translate(80px) rotate(90deg) !important;
}
.deg-8.today {
  transform: rotate(280deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-8 {
  transform: translate(-50%, -50%) rotate(190deg);
}
.deg-9 {
  transform: rotate(290deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-9 {
    transform: none !important;
  }
}
.deg-9:hover {
  transform: rotate(290deg) translate(80px) rotate(90deg) !important;
}
.deg-9.today {
  transform: rotate(290deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-9 {
  transform: translate(-50%, -50%) rotate(200deg);
}
.deg-10 {
  transform: rotate(300deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-10 {
    transform: none !important;
  }
}
.deg-10:hover {
  transform: rotate(300deg) translate(80px) rotate(90deg) !important;
}
.deg-10.today {
  transform: rotate(300deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-10 {
  transform: translate(-50%, -50%) rotate(210deg);
}
.deg-11 {
  transform: rotate(310deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-11 {
    transform: none !important;
  }
}
.deg-11:hover {
  transform: rotate(310deg) translate(80px) rotate(90deg) !important;
}
.deg-11.today {
  transform: rotate(310deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-11 {
  transform: translate(-50%, -50%) rotate(220deg);
}
.deg-12 {
  transform: rotate(320deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-12 {
    transform: none !important;
  }
}
.deg-12:hover {
  transform: rotate(320deg) translate(80px) rotate(90deg) !important;
}
.deg-12.today {
  transform: rotate(320deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-12 {
  transform: translate(-50%, -50%) rotate(230deg);
}
.deg-13 {
  transform: rotate(330deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-13 {
    transform: none !important;
  }
}
.deg-13:hover {
  transform: rotate(330deg) translate(80px) rotate(90deg) !important;
}
.deg-13.today {
  transform: rotate(330deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-13 {
  transform: translate(-50%, -50%) rotate(240deg);
}
.deg-14 {
  transform: rotate(340deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-14 {
    transform: none !important;
  }
}
.deg-14:hover {
  transform: rotate(340deg) translate(80px) rotate(90deg) !important;
}
.deg-14.today {
  transform: rotate(340deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-14 {
  transform: translate(-50%, -50%) rotate(250deg);
}
.deg-15 {
  transform: rotate(350deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-15 {
    transform: none !important;
  }
}
.deg-15:hover {
  transform: rotate(350deg) translate(80px) rotate(90deg) !important;
}
.deg-15.today {
  transform: rotate(350deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-15 {
  transform: translate(-50%, -50%) rotate(260deg);
}
.deg-16 {
  transform: rotate(360deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-16 {
    transform: none !important;
  }
}
.deg-16:hover {
  transform: rotate(360deg) translate(80px) rotate(90deg) !important;
}
.deg-16.today {
  transform: rotate(360deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-16 {
  transform: translate(-50%, -50%) rotate(270deg);
}
.deg-17 {
  transform: rotate(10deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-17 {
    transform: none !important;
  }
}
.deg-17:hover {
  transform: rotate(10deg) translate(80px) rotate(90deg) !important;
}
.deg-17.today {
  transform: rotate(10deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-17 {
  transform: translate(-50%, -50%) rotate(-80deg);
}
.deg-18 {
  transform: rotate(20deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-18 {
    transform: none !important;
  }
}
.deg-18:hover {
  transform: rotate(20deg) translate(80px) rotate(90deg) !important;
}
.deg-18.today {
  transform: rotate(20deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-18 {
  transform: translate(-50%, -50%) rotate(-70deg);
}
.deg-19 {
  transform: rotate(30deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-19 {
    transform: none !important;
  }
}
.deg-19:hover {
  transform: rotate(30deg) translate(80px) rotate(90deg) !important;
}
.deg-19.today {
  transform: rotate(30deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-19 {
  transform: translate(-50%, -50%) rotate(-60deg);
}
.deg-20 {
  transform: rotate(40deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-20 {
    transform: none !important;
  }
}
.deg-20:hover {
  transform: rotate(40deg) translate(80px) rotate(90deg) !important;
}
.deg-20.today {
  transform: rotate(40deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-20 {
  transform: translate(-50%, -50%) rotate(-50deg);
}
.deg-21 {
  transform: rotate(50deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-21 {
    transform: none !important;
  }
}
.deg-21:hover {
  transform: rotate(50deg) translate(80px) rotate(90deg) !important;
}
.deg-21.today {
  transform: rotate(50deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-21 {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.deg-22 {
  transform: rotate(60deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-22 {
    transform: none !important;
  }
}
.deg-22:hover {
  transform: rotate(60deg) translate(80px) rotate(90deg) !important;
}
.deg-22.today {
  transform: rotate(60deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-22 {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.deg-23 {
  transform: rotate(70deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-23 {
    transform: none !important;
  }
}
.deg-23:hover {
  transform: rotate(70deg) translate(80px) rotate(90deg) !important;
}
.deg-23.today {
  transform: rotate(70deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-23 {
  transform: translate(-50%, -50%) rotate(-20deg);
}
.deg-24 {
  transform: rotate(80deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-24 {
    transform: none !important;
  }
}
.deg-24:hover {
  transform: rotate(80deg) translate(80px) rotate(90deg) !important;
}
.deg-24.today {
  transform: rotate(80deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-24 {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.deg-25 {
  transform: rotate(90deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-25 {
    transform: none !important;
  }
}
.deg-25:hover {
  transform: rotate(90deg) translate(80px) rotate(90deg) !important;
}
.deg-25.today {
  transform: rotate(90deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-25 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.deg-26 {
  transform: rotate(100deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-26 {
    transform: none !important;
  }
}
.deg-26:hover {
  transform: rotate(100deg) translate(80px) rotate(90deg) !important;
}
.deg-26.today {
  transform: rotate(100deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-26 {
  transform: translate(-50%, -50%) rotate(10deg);
}
.deg-27 {
  transform: rotate(110deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-27 {
    transform: none !important;
  }
}
.deg-27:hover {
  transform: rotate(110deg) translate(80px) rotate(90deg) !important;
}
.deg-27.today {
  transform: rotate(110deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-27 {
  transform: translate(-50%, -50%) rotate(20deg);
}
.deg-28 {
  transform: rotate(120deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-28 {
    transform: none !important;
  }
}
.deg-28:hover {
  transform: rotate(120deg) translate(80px) rotate(90deg) !important;
}
.deg-28.today {
  transform: rotate(120deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-28 {
  transform: translate(-50%, -50%) rotate(30deg);
}
.deg-29 {
  transform: rotate(130deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-29 {
    transform: none !important;
  }
}
.deg-29:hover {
  transform: rotate(130deg) translate(80px) rotate(90deg) !important;
}
.deg-29.today {
  transform: rotate(130deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-29 {
  transform: translate(-50%, -50%) rotate(40deg);
}
.deg-30 {
  transform: rotate(140deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-30 {
    transform: none !important;
  }
}
.deg-30:hover {
  transform: rotate(140deg) translate(80px) rotate(90deg) !important;
}
.deg-30.today {
  transform: rotate(140deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-30 {
  transform: translate(-50%, -50%) rotate(50deg);
}
.deg-31 {
  transform: rotate(150deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-31 {
    transform: none !important;
  }
}
.deg-31:hover {
  transform: rotate(150deg) translate(80px) rotate(90deg) !important;
}
.deg-31.today {
  transform: rotate(150deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-31 {
  transform: translate(-50%, -50%) rotate(60deg);
}
.deg-32 {
  transform: rotate(160deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-32 {
    transform: none !important;
  }
}
.deg-32:hover {
  transform: rotate(160deg) translate(80px) rotate(90deg) !important;
}
.deg-32.today {
  transform: rotate(160deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-32 {
  transform: translate(-50%, -50%) rotate(70deg);
}
.deg-33 {
  transform: rotate(170deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-33 {
    transform: none !important;
  }
}
.deg-33:hover {
  transform: rotate(170deg) translate(80px) rotate(90deg) !important;
}
.deg-33.today {
  transform: rotate(170deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-33 {
  transform: translate(-50%, -50%) rotate(80deg);
}
.deg-34 {
  transform: rotate(180deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-34 {
    transform: none !important;
  }
}
.deg-34:hover {
  transform: rotate(180deg) translate(80px) rotate(90deg) !important;
}
.deg-34.today {
  transform: rotate(180deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-34 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.deg-35 {
  transform: rotate(190deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-35 {
    transform: none !important;
  }
}
.deg-35:hover {
  transform: rotate(190deg) translate(80px) rotate(90deg) !important;
}
.deg-35.today {
  transform: rotate(190deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-35 {
  transform: translate(-50%, -50%) rotate(100deg);
}
.deg-36 {
  transform: rotate(200deg) translate(80px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 767px) {
  .deg-36 {
    transform: none !important;
  }
}
.deg-36:hover {
  transform: rotate(200deg) translate(80px) rotate(90deg) !important;
}
.deg-36.today {
  transform: rotate(200deg) translate(13.5em) rotate(90deg) !important;
  position: absolute;
}
.svgdeg-36 {
  transform: translate(-50%, -50%) rotate(110deg);
}
.degBig0 {
  transform: translate(12em);
}
.degBig-1 {
  transform: rotate(10deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-1:hover {
  transform: rotate(10deg) translate(170px) rotate(90deg) !important;
}
.degBig-2 {
  transform: rotate(20deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-2:hover {
  transform: rotate(20deg) translate(170px) rotate(90deg) !important;
}
.degBig-3 {
  transform: rotate(30deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-3:hover {
  transform: rotate(30deg) translate(170px) rotate(90deg) !important;
}
.degBig-4 {
  transform: rotate(40deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-4:hover {
  transform: rotate(40deg) translate(170px) rotate(90deg) !important;
}
.degBig-5 {
  transform: rotate(50deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-5:hover {
  transform: rotate(50deg) translate(170px) rotate(90deg) !important;
}
.degBig-6 {
  transform: rotate(60deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-6:hover {
  transform: rotate(60deg) translate(170px) rotate(90deg) !important;
}
.degBig-7 {
  transform: rotate(70deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-7:hover {
  transform: rotate(70deg) translate(170px) rotate(90deg) !important;
}
.degBig-8 {
  transform: rotate(80deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-8:hover {
  transform: rotate(80deg) translate(170px) rotate(90deg) !important;
}
.degBig-9 {
  transform: rotate(90deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-9:hover {
  transform: rotate(90deg) translate(170px) rotate(90deg) !important;
}
.degBig-10 {
  transform: rotate(100deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-10:hover {
  transform: rotate(100deg) translate(170px) rotate(90deg) !important;
}
.degBig-11 {
  transform: rotate(110deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-11:hover {
  transform: rotate(110deg) translate(170px) rotate(90deg) !important;
}
.degBig-12 {
  transform: rotate(120deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-12:hover {
  transform: rotate(120deg) translate(170px) rotate(90deg) !important;
}
.degBig-13 {
  transform: rotate(130deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-13:hover {
  transform: rotate(130deg) translate(170px) rotate(90deg) !important;
}
.degBig-14 {
  transform: rotate(140deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-14:hover {
  transform: rotate(140deg) translate(170px) rotate(90deg) !important;
}
.degBig-15 {
  transform: rotate(150deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-15:hover {
  transform: rotate(150deg) translate(170px) rotate(90deg) !important;
}
.degBig-16 {
  transform: rotate(160deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-16:hover {
  transform: rotate(160deg) translate(170px) rotate(90deg) !important;
}
.degBig-17 {
  transform: rotate(170deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-17:hover {
  transform: rotate(170deg) translate(170px) rotate(90deg) !important;
}
.degBig-18 {
  transform: rotate(180deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-18:hover {
  transform: rotate(180deg) translate(170px) rotate(90deg) !important;
}
.degBig-19 {
  transform: rotate(190deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-19:hover {
  transform: rotate(190deg) translate(170px) rotate(90deg) !important;
}
.degBig-20 {
  transform: rotate(200deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-20:hover {
  transform: rotate(200deg) translate(170px) rotate(90deg) !important;
}
.degBig-21 {
  transform: rotate(210deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-21:hover {
  transform: rotate(210deg) translate(170px) rotate(90deg) !important;
}
.degBig-22 {
  transform: rotate(220deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-22:hover {
  transform: rotate(220deg) translate(170px) rotate(90deg) !important;
}
.degBig-23 {
  transform: rotate(230deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-23:hover {
  transform: rotate(230deg) translate(170px) rotate(90deg) !important;
}
.degBig-24 {
  transform: rotate(240deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-24:hover {
  transform: rotate(240deg) translate(170px) rotate(90deg) !important;
}
.degBig-25 {
  transform: rotate(250deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-25:hover {
  transform: rotate(250deg) translate(170px) rotate(90deg) !important;
}
.degBig-26 {
  transform: rotate(260deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-26:hover {
  transform: rotate(260deg) translate(170px) rotate(90deg) !important;
}
.degBig-27 {
  transform: rotate(270deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-27:hover {
  transform: rotate(270deg) translate(170px) rotate(90deg) !important;
}
.degBig-28 {
  transform: rotate(280deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-28:hover {
  transform: rotate(280deg) translate(170px) rotate(90deg) !important;
}
.degBig-29 {
  transform: rotate(290deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-29:hover {
  transform: rotate(290deg) translate(170px) rotate(90deg) !important;
}
.degBig-30 {
  transform: rotate(300deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-30:hover {
  transform: rotate(300deg) translate(170px) rotate(90deg) !important;
}
.degBig-31 {
  transform: rotate(310deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-31:hover {
  transform: rotate(310deg) translate(170px) rotate(90deg) !important;
}
.degBig-32 {
  transform: rotate(320deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-32:hover {
  transform: rotate(320deg) translate(170px) rotate(90deg) !important;
}
.degBig-33 {
  transform: rotate(330deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-33:hover {
  transform: rotate(330deg) translate(170px) rotate(90deg) !important;
}
.degBig-34 {
  transform: rotate(340deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-34:hover {
  transform: rotate(340deg) translate(170px) rotate(90deg) !important;
}
.degBig-35 {
  transform: rotate(350deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-35:hover {
  transform: rotate(350deg) translate(170px) rotate(90deg) !important;
}
.degBig-36 {
  transform: rotate(360deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-36:hover {
  transform: rotate(360deg) translate(170px) rotate(90deg) !important;
}
.degBig-1 {
  transform: rotate(10deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-1:hover {
  transform: rotate(10deg) translate(170px) rotate(90deg) !important;
}
.degBig-2 {
  transform: rotate(20deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-2:hover {
  transform: rotate(20deg) translate(170px) rotate(90deg) !important;
}
.degBig-3 {
  transform: rotate(30deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-3:hover {
  transform: rotate(30deg) translate(170px) rotate(90deg) !important;
}
.degBig-4 {
  transform: rotate(40deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-4:hover {
  transform: rotate(40deg) translate(170px) rotate(90deg) !important;
}
.degBig-5 {
  transform: rotate(50deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-5:hover {
  transform: rotate(50deg) translate(170px) rotate(90deg) !important;
}
.degBig-6 {
  transform: rotate(60deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-6:hover {
  transform: rotate(60deg) translate(170px) rotate(90deg) !important;
}
.degBig-7 {
  transform: rotate(70deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-7:hover {
  transform: rotate(70deg) translate(170px) rotate(90deg) !important;
}
.degBig-8 {
  transform: rotate(80deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-8:hover {
  transform: rotate(80deg) translate(170px) rotate(90deg) !important;
}
.degBig-9 {
  transform: rotate(90deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-9:hover {
  transform: rotate(90deg) translate(170px) rotate(90deg) !important;
}
.degBig-10 {
  transform: rotate(100deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-10:hover {
  transform: rotate(100deg) translate(170px) rotate(90deg) !important;
}
.degBig-11 {
  transform: rotate(110deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-11:hover {
  transform: rotate(110deg) translate(170px) rotate(90deg) !important;
}
.degBig-12 {
  transform: rotate(120deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-12:hover {
  transform: rotate(120deg) translate(170px) rotate(90deg) !important;
}
.degBig-13 {
  transform: rotate(130deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-13:hover {
  transform: rotate(130deg) translate(170px) rotate(90deg) !important;
}
.degBig-14 {
  transform: rotate(140deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-14:hover {
  transform: rotate(140deg) translate(170px) rotate(90deg) !important;
}
.degBig-15 {
  transform: rotate(150deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-15:hover {
  transform: rotate(150deg) translate(170px) rotate(90deg) !important;
}
.degBig-16 {
  transform: rotate(160deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-16:hover {
  transform: rotate(160deg) translate(170px) rotate(90deg) !important;
}
.degBig-17 {
  transform: rotate(170deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-17:hover {
  transform: rotate(170deg) translate(170px) rotate(90deg) !important;
}
.degBig-18 {
  transform: rotate(180deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-18:hover {
  transform: rotate(180deg) translate(170px) rotate(90deg) !important;
}
.degBig-19 {
  transform: rotate(190deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-19:hover {
  transform: rotate(190deg) translate(170px) rotate(90deg) !important;
}
.degBig-20 {
  transform: rotate(200deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-20:hover {
  transform: rotate(200deg) translate(170px) rotate(90deg) !important;
}
.degBig-21 {
  transform: rotate(210deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-21:hover {
  transform: rotate(210deg) translate(170px) rotate(90deg) !important;
}
.degBig-22 {
  transform: rotate(220deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-22:hover {
  transform: rotate(220deg) translate(170px) rotate(90deg) !important;
}
.degBig-23 {
  transform: rotate(230deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-23:hover {
  transform: rotate(230deg) translate(170px) rotate(90deg) !important;
}
.degBig-24 {
  transform: rotate(240deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-24:hover {
  transform: rotate(240deg) translate(170px) rotate(90deg) !important;
}
.degBig-25 {
  transform: rotate(250deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-25:hover {
  transform: rotate(250deg) translate(170px) rotate(90deg) !important;
}
.degBig-26 {
  transform: rotate(260deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-26:hover {
  transform: rotate(260deg) translate(170px) rotate(90deg) !important;
}
.degBig-27 {
  transform: rotate(270deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-27:hover {
  transform: rotate(270deg) translate(170px) rotate(90deg) !important;
}
.degBig-28 {
  transform: rotate(280deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-28:hover {
  transform: rotate(280deg) translate(170px) rotate(90deg) !important;
}
.degBig-29 {
  transform: rotate(290deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-29:hover {
  transform: rotate(290deg) translate(170px) rotate(90deg) !important;
}
.degBig-30 {
  transform: rotate(300deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-30:hover {
  transform: rotate(300deg) translate(170px) rotate(90deg) !important;
}
.degBig-31 {
  transform: rotate(310deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-31:hover {
  transform: rotate(310deg) translate(170px) rotate(90deg) !important;
}
.degBig-32 {
  transform: rotate(320deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-32:hover {
  transform: rotate(320deg) translate(170px) rotate(90deg) !important;
}
.degBig-33 {
  transform: rotate(330deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-33:hover {
  transform: rotate(330deg) translate(170px) rotate(90deg) !important;
}
.degBig-34 {
  transform: rotate(340deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-34:hover {
  transform: rotate(340deg) translate(170px) rotate(90deg) !important;
}
.degBig-35 {
  transform: rotate(350deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-35:hover {
  transform: rotate(350deg) translate(170px) rotate(90deg) !important;
}
.degBig-36 {
  transform: rotate(360deg) translate(170px) rotate(90deg) !important;
  position: absolute;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.degBig-36:hover {
  transform: rotate(360deg) translate(170px) rotate(90deg) !important;
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-5px);
  }
  50% {
    transform: scale(1.05, 1) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(0px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-20px);
  }
  50% {
    transform: scale(1.05, 1) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(0px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.safari .btn,
.safari button,
.safari .button,
.safari .woocommerce #review_form #respond .form-submit input,
.safari .added_to_cart {
  filter: none;
  border-radius: 18px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px !important;
}
.safari .btn:before,
.safari button:before,
.safari .button:before,
.safari .woocommerce #review_form #respond .form-submit input:before,
.safari .added_to_cart:before,
.safari .btn:after,
.safari button:after,
.safari .button:after,
.safari .woocommerce #review_form #respond .form-submit input:after,
.safari .added_to_cart:after {
  content: none;
}
.safari .btn:hover,
.safari button:hover,
.safari .button:hover,
.safari .woocommerce #review_form #respond .form-submit input:hover,
.safari .added_to_cart:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.variations select {
  margin-left: 10px;
  top: -3px;
  position: relative;
  background: url(../img/arrow-down.svg) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 10px 10px;
  /* and then whatever styles you want*/
  padding: 0 20px 0 0;
}
.variations select option {
  background: white !important;
  color: black !important;
}
.variations .reset_variations {
  display: none !important;
}

.productSlider .added_to_cart {
  display: none;
}

.productSlider .addtocartbutton {
  display: none;
}

.btn.ajax_add_to_cart.add_to_cart_button.btn-smaller {
  padding: 9px !important;
}

.btn.ajax_add_to_cart.add_to_cart_button.btn-smaller svg {
	width: 25px;
	height: 25px;
}

