
@charset "UTF-8";


.img-rect-slider:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.img-rect-slider img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9997;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccccff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: ;
  font-size: 13px;
  line-height: 1.42857143;
  padding: 25px;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover .datepicker table tr td span.active.active:hover {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td span.active.active:hover {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background: ;
  border-color: ;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background: none !important;
  border-color: ;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(106, 168, 79, 0.8);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(106, 168, 79, 0.8);
  box-shadow: inset 0px 0px 0px 2px rgba(106, 168, 79, 0.8);
}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:hover:hover {
  background: #77b35d;
  color: #ffffff;
}

.datepicker table tr td.event-day {
  position: relative; /* Necessario per posizionare l'elemento pseudo */
}

.datepicker table tr td.event-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra il cerchio rispetto al numero */
  width: 30px; /* Imposta la larghezza del cerchio */
  height: 30px; /* Imposta l'altezza del cerchio */
  background-color: rgba(106, 168, 79, 0.3); /* Colore di sfondo del cerchio */
  border-radius: 50%; /* Trasforma l'elemento in un cerchio */
  z-index: 0; /* Mette il cerchio dietro il numero */
}

.box-clickable {
  cursor: pointer;
}

.input-group-addon,
.form-control + .input-group-addon:not(:first-child),
.form-control + .input-group-addon:not(:last-child) {
  border: none;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 10px;
  line-height: 2em;
  text-shadow: none;
  border-width: 0 0;
  margin-left: -5px;
  margin-right: -5px;
  color: ;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#lightcase-overlay {
  background: ;
  z-index: 10002;
  opacity: 0.9 !important;
}

#lightcase-case {
  z-index: 10003;
}

#lightcase-nav a {
  z-index: 10004 !important;
}

#lightcase-title, #lightcase-caption, #lightcase-sequenceInfo {
  color: #ffffff !important;
}

#lightcase-loading {
  z-index: 10003;
}

a.lightcase-icon-close {
  z-index: 10003;
}

form .form-control {
  padding: 6px 12px;
  height: 49px;
}
form select.form-control, form input.form-control, form textarea.form-control {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  border-radius: 0;
  font-size: 0.85em;
  color: ;
  border: none !important;
  font-weight: 400;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

form select.form-control.error, form input.form-control.error, form textarea.form-control.error {
  outline: red solid 3px;
}
form select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 8px);
}
form textarea.form-control {
  min-height: 200px;
}
form label {
  font-size: 12px;
  font-weight: 700 !important;
  margin-bottom: 5px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666666;
}
form label.blocklabel {
  width: 100%;
  display: block;
  margin-top: 11px;
  margin-bottom: 3px;
}

.checkbox input {
  height: 15px;
  margin-right: 7px;
}
.checkbox input.error {
  outline: red solid 3px;
}

label.error {
  display: none !important;
}

label > input {
  margin-top: 6px !important;
}

.privacy-footer label > input {
  margin-top: 1px !important;
}

input, select, textarea {
  font-size: 16px !important;
}
input.error, select.error, textarea.error {
  border-color: ;
  outline: 0;
  box-shadow: 0 0 0 2px ;
}

.video-extender {
  min-height: 600px;
  height: 100vh;
}
@media (min-width: 0px) and (max-width: 1024px) and (orientation: portrait) {
  .video-extender {
    height: 650px;
    min-height: 650px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .video-extender {
    height: 85vh;
    min-height: 555px;
  }
}

.video-loop {
  overflow: hidden;
  background: ;
}
.video-loop:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-background {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
}

@media (min-width: 0px) and (max-width: 768px) and (orientation: portrait) {
  .video-loop {
    max-width: 100%;
  }
  .video-background {
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
.vimeo-background {
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
  background: ;
}
.vimeo-background:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vimeo-foreground,
.vimeo-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .vimeo-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .vimeo-foreground {
    width: 300%;
    left: -100%;
  }
}
.extender {
  min-height: 100vh;
  height: 100vh;
}
@media (min-width: 0px) and (max-width: 812px) {
  .extender {
    height: 600px;
  }
}

.half-extender {
  min-height: 400px;
  height: 60vh;
}
@media (min-width: 1600px) {
  .half-extender {
    min-height: 500px;
    height: 80vh;
  }
}
@media (min-width: 0px) and (max-width: 812px) {
  .half-extender {
    height: 40vh;
    min-height: 350px;
  }
}

.scale-container {
  display: table;
  width: 100%;
  height: 100%;
}
.scale-container .scale-container-body {
  display: table-cell;
  vertical-align: middle;
}

.center-margin {
  margin: 0 auto;
}

.z-index {
  z-index: 1;
}

.b-border {
  border-bottom: 1px solid #b3b3ff;
}

.b-border-color {
  border-bottom: 1px solid #b3b3ff;
}

.t-border {
  border-top: 1px solid #b3b3ff;
}

.l-border {
  border-left: 1px solid #b3b3ff;
}

.r-border {
  border-right: 1px solid #b3b3ff;
}

.less-100 {
  width: 90%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .less-100 {
    width: 100%;
  }
}

.negative-t-margin {
  margin-top: -30px;
}

.set-relative {
  position: relative;
}

.noverflow {
  overflow: hidden;
}

.fa-margin-r {
  margin-right: 5px;
}

.fa-margin-l {
  margin-left: 5px;
}

.margin-r-s {
  margin-right: 10px;
}

img.widepic {
  width: 100%;
}

img.desaturate {
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
  -moz-filter: saturate(0%);
  -o-filter: saturate(0%);
  -ms-filter: saturate(0%);
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

/* bootstrap hack: fix content width inside hidden tabs (Otherwise slick slider won't work inside BS tabs!) */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block; /* undo display:none          */
  height: 0; /* height:0 is also invisible */
  overflow-y: hidden; /* no-overflow                */
}

.tab-content > .active,
.pill-content > .active {
  height: auto; /* let the content decide it  */
}

.box-padding-perc {
  padding: 10%;
}

.box-padding-xs {
  padding: 15px;
}

.box-padding-s {
  padding: 20px;
}

.box-padding-m {
  padding: 30px;
}

.box-padding-l {
  padding: 50px;
}

.no-padding {
  padding: 0 !important;
}

.no-t-padding {
  padding-top: 0 !important;
}

.no-b-padding {
  padding-bottom: 0 !important;
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-r-padding {
  padding-right: 0 !important;
}

.no-l-padding {
  padding-left: 0 !important;
}

.no-tb-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.t-padding-xs {
  padding-top: 10px;
}

.t-padding-s {
  padding-top: 15px;
}

.t-padding-m {
  padding-top: 30px;
}

.t-padding-l {
  padding-top: 50px;
}

.t-padding-xl {
  padding-top: 80px;
}

.t-padding-xxl {
  padding-top: 120px;
}

.b-padding-xs {
  padding-bottom: 10px;
}

.b-padding-s {
  padding-bottom: 15px;
}

.b-padding-m {
  padding-bottom: 30px;
}

.b-padding-l {
  padding-bottom: 50px;
}

.b-padding-xl {
  padding-bottom: 80px;
}

.b-padding-xxl {
  padding-bottom: 100px;
}

.no-margin {
  margin: 0 !important;
}

.no-t-margin {
  margin-top: 0 !important;
}
.no-t-margin h1, .no-t-margin h2, .no-t-margin h3, .no-t-margin h4, .no-t-margin h5, .no-t-margin h6 {
  margin-top: 0 !important;
}

.no-b-margin {
  margin-bottom: 0 !important;
}

.no-side-margin {
  margin-left: 0;
  margin-right: 0;
}

.t-margin-xs {
  margin-top: 10px;
}

.t-margin-s {
  margin-top: 15px;
}

.t-margin-m {
  margin-top: 30px;
}

.t-margin-l {
  margin-top: 50px;
}

.t-margin-xl {
  margin-top: 80px;
}

.t-margin-xxl {
  margin-top: 120px;
}

.b-margin-xs {
  margin-bottom: 10px;
}

.b-margin-s {
  margin-bottom: 15px;
}

.b-margin-m {
  margin-bottom: 30px;
}

.b-margin-l {
  margin-bottom: 50px;
}

.b-margin-xl {
  margin-bottom: 80px;
}

.b-margin-xxl {
  margin-bottom: 100px;
}

@media (min-width: 993px) and (max-width: 1600px) {
  .box-padding-perc {
    padding: 7%;
  }
  .box-padding-xs {
    padding: 10px;
  }
  .box-padding-s {
    padding: 15px;
  }
  .box-padding-m {
    padding: 30px;
  }
  .box-padding-l {
    padding: 40px;
  }
  .t-padding-xs {
    padding-top: 10px;
  }
  .t-padding-s {
    padding-top: 15px;
  }
  .t-padding-m {
    padding-top: 30px;
  }
  .t-padding-l {
    padding-top: 50px;
  }
  .t-padding-xl {
    padding-top: 60px;
  }
  .t-padding-xxl {
    padding-top: 100px;
  }
  .b-padding-xs {
    padding-bottom: 10px;
  }
  .b-padding-s {
    padding-bottom: 15px;
  }
  .b-padding-m {
    padding-bottom: 30px;
  }
  .b-padding-l {
    padding-bottom: 50px;
  }
  .b-padding-xl {
    padding-bottom: 60px;
  }
  .b-padding-xxl {
    padding-bottom: 90px;
  }
  .t-margin-xs {
    margin-top: 10px;
  }
  .t-margin-s {
    margin-top: 15px;
  }
  .t-margin-m {
    margin-top: 30px;
  }
  .t-margin-l {
    margin-top: 50px;
  }
  .t-margin-xl {
    margin-top: 60px;
  }
  .t-margin-xxl {
    margin-top: 100px;
  }
  .b-margin-xs {
    margin-bottom: 10px;
  }
  .b-margin-s {
    margin-bottom: 15px;
  }
  .b-margin-m {
    margin-bottom: 30px;
  }
  .b-margin-l {
    margin-bottom: 50px;
  }
  .b-margin-xl {
    margin-bottom: 60px;
  }
  .b-margin-xxl {
    margin-bottom: 90px;
  }
}
@media (min-width: 0px) and (max-width: 992px) {
  .box-padding-perc {
    padding: 5%;
  }
  .box-padding-xs {
    padding: 5px;
  }
  .box-padding-s {
    padding: 15px;
  }
  .box-padding-m {
    padding: 20px;
  }
  .box-padding-l {
    padding: 30px;
  }
  .t-padding-xs {
    padding-top: 5px;
  }
  .t-padding-s {
    padding-top: 15px;
  }
  .t-padding-m {
    padding-top: 20px;
  }
  .t-padding-l {
    padding-top: 30px;
  }
  .t-padding-xl {
    padding-top: 40px;
  }
  .t-padding-xxl {
    padding-top: 50px;
  }
  .b-padding-xs {
    padding-bottom: 5px;
  }
  .b-padding-s {
    padding-bottom: 10px;
  }
  .b-padding-m {
    padding-bottom: 20px;
  }
  .b-padding-l {
    padding-bottom: 30px;
  }
  .b-padding-xl {
    padding-bottom: 40px;
  }
  .b-padding-xxl {
    padding-bottom: 50px;
  }
  .t-margin-xs {
    margin-top: 5px;
  }
  .t-margin-s {
    margin-top: 15px;
  }
  .t-margin-m {
    margin-top: 20px;
  }
  .t-margin-l {
    margin-top: 30px;
  }
  .t-margin-xl {
    margin-top: 40px;
  }
  .t-margin-xxl {
    margin-top: 50px;
  }
  .b-margin-xs {
    margin-bottom: 5px;
  }
  .b-margin-s {
    margin-bottom: 10px;
  }
  .b-margin-m {
    margin-bottom: 20px;
  }
  .b-margin-l {
    margin-bottom: 30px;
  }
  .b-margin-xl {
    margin-bottom: 40px;
  }
  .b-margin-xxl {
    margin-bottom: 50px;
  }
}
.b-padding-concrete {
  padding-bottom: 150px;
}

.b-padding-concrete-two {
  padding-bottom: 150px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .b-padding-concrete-two {
    padding-bottom: 120px;
  }
}

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

.centerize {
  margin: 0 auto;
}

.full-height {
  min-height: 100%;
}

.overlayer:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
}

.rounded {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.scroll-position-hack {
  position: absolute;
  top: -69px;
  height: 69px;
  width: 0;
}

#scroll-position {
  position: relative;
}

.map-scroll-position-hack {
  position: absolute;
  top: -69px;
  height: 5px;
  width: 0;
}

/**Avoid textfield input zooming on IOS**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
.cookies_list {
  overflow-y: scroll;
}
.cookies_list table {
  width: 100%;
}

textarea {
  resize: vertical;
}

.video-window {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: ;
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.hide-video-fs {
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 1;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 40px;
  height: 0;
  margin: 20px 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown {
  cursor: pointer;
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.dropdown .dropdown-menu {
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: gray;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  will-change: transform;
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 16px;
  display: block !important;
  padding: 6px 15px;
}
.dropdown .dropdown-menu .dropdown-item span {
  display: inline-block;
}
.dropdown .dropdown-menu .dropdown-item span img {
  display: none;
  width: 20px;
  max-height: 20px;
  margin-right: 10px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff !important;
  text-decoration: none;
  background-color: ;
}

.dropdown-item:focus, .dropdown-item:hover {
  color:  !important;
  text-decoration: none;
  background-color: #ccccff !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color:  !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: none !important;
}

/*Privacy collapse*/
.checkbox.privacy-check label {
  margin-bottom: 0;
}

.privacy-row {
  margin-bottom: 10px;
}

.privacy-send-wrapper {
  border-top: 1px solid #9999ff;
  padding-top: 10px;
}

.privacy-wrapper {
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ccccff;
  padding: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .privacy-wrapper {
    padding: 15px;
  }
}
.privacy-wrapper.privacy-mobile {
  padding: 15px;
  border: none;
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: scroll; /* has to be scroll, not auto for momentum scrolling */
  -webkit-overflow-scrolling: touch;
}
.privacy-wrapper.privacy-mobile .privacy-footer {
  text-align: left;
}
.privacy-wrapper.privacy-mobile .privacy-content h1, .privacy-wrapper.privacy-mobile .privacy-content h2, .privacy-wrapper.privacy-mobile .privacy-content h3, .privacy-wrapper.privacy-mobile .privacy-content h4, .privacy-wrapper.privacy-mobile .privacy-content h5, .privacy-wrapper.privacy-mobile .privacy-content h6 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 15px;
  font-weight: 700;
}
.privacy-wrapper .privacy-content h1, .privacy-wrapper .privacy-content h2, .privacy-wrapper .privacy-content h3, .privacy-wrapper .privacy-content h4, .privacy-wrapper .privacy-content h5, .privacy-wrapper .privacy-content h6 {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 20px;
}
.privacy-wrapper .privacy-content p, .privacy-wrapper .privacy-content li, .privacy-wrapper .privacy-content a {
  font-size: 15px;
  line-height: 22px;
}
.privacy-wrapper .privacy-content li {
  margin-left: -24px;
}
.privacy-wrapper .privacy-footer {
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .privacy-wrapper .privacy-footer {
    text-align: left;
  }
}
.privacy-wrapper .privacy-footer .checkbox label {
  color:  !important;
  line-height: 1.2em;
}

.slider-in-content .slick-arrow {
  top: 15px !important;
}
.slider-in-content .slick-arrow.slick-prev {
  right: 80px;
  left: auto;
}
.slider-in-content .slick-arrow.slick-next {
  right: 35px;
}
.slider-in-content figure {
  border-radius: 0;
}
.slider-in-content .slick-list {
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.footer-nav dt {
  display: inline-block;
  margin-right: 25px;
}
.footer-nav dt a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
}
.footer-nav dt a:hover {
  color: #ffffff !important;
}


@-webkit-keyframes spinner {
  0% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(E6eg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(36000000eg);
  }
}
@keyframes spinner {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(E6eg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(36000000eg);
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 200;
  color: ;
  font-family: ;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  color: #ffffff;
}
h1 b, .h1 b, h2 b, .h2 b, h3 b, .h3 b, h4 b, .h4 b, h5 b, .h5 b, h6 b, .h6 b {
  font-weight: 700;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 200;
}

header.standard-box {
  background-color: transparent;
}

.standard-box {
  background-color: #ffffff;
}
.standard-box h1, .standard-box h2, .standard-box h3, .standard-box h4, .standard-box h5, .standard-box h6, .standard-box small {
  color: ;
}
.standard-box h1 b, .standard-box h2 b, .standard-box h3 b, .standard-box h4 b, .standard-box h5 b, .standard-box h6 b, .standard-box small b {
  font-weight: 700;
}
.standard-box p, .standard-box li, .standard-box label {
  color: #111111;
  font-weight: 300;
}
.standard-box a:not(.btn) {
  color: ;
}
.standard-box a:not(.btn) .closing, .standard-box a:not(.btn) .opening {
  color: ;
}
.standard-box hr {
  border: 0;
  border-top: 1px solid #eaeaea;
}
.standard-box .opt-box-one {
  background-color: #ffffff;
}
.standard-box .opt-box-one h1, .standard-box .opt-box-one h2, .standard-box .opt-box-one h3, .standard-box .opt-box-one h4, .standard-box .opt-box-one h5, .standard-box .opt-box-one h6, .standard-box .opt-box-one small {
  color: #eaeaea;
}
.standard-box .opt-box-one h1 b, .standard-box .opt-box-one h2 b, .standard-box .opt-box-one h3 b, .standard-box .opt-box-one h4 b, .standard-box .opt-box-one h5 b, .standard-box .opt-box-one h6 b, .standard-box .opt-box-one small b {
  font-weight: 700;
}
.standard-box .opt-box-one p, .standard-box .opt-box-one li, .standard-box .opt-box-one label {
  color: #eaeaea;
  font-weight: 300;
}
.standard-box .opt-box-one a:not(.btn) {
  color: #eaeaea;
}
.standard-box .opt-box-one a:not(.btn) .closing, .standard-box .opt-box-one a:not(.btn) .opening {
  color: ;
}
.standard-box .opt-box-two {
  background-color: ;
}
.standard-box .opt-box-two h1, .standard-box .opt-box-two h2, .standard-box .opt-box-two h3, .standard-box .opt-box-two h4, .standard-box .opt-box-two h5, .standard-box .opt-box-two h6, .standard-box .opt-box-two small {
  color: #ffffff;
}
.standard-box .opt-box-two h1 b, .standard-box .opt-box-two h2 b, .standard-box .opt-box-two h3 b, .standard-box .opt-box-two h4 b, .standard-box .opt-box-two h5 b, .standard-box .opt-box-two h6 b, .standard-box .opt-box-two small b {
  font-weight: 700;
}
.standard-box .opt-box-two p, .standard-box .opt-box-two li, .standard-box .opt-box-two label {
  color: #eaeaea;
  font-weight: 300;
}
.standard-box .opt-box-two a:not(.btn) {
  color: ;
}
.standard-box .opt-box-two a:not(.btn) .closing, .standard-box .opt-box-two a:not(.btn) .opening {
  color: ;
}

.opt-box-one {
  background-color:  ;
}
.opt-box-one h1, .opt-box-one h2, .opt-box-one h3, .opt-box-one h4, .opt-box-one h5, .opt-box-one h6, .opt-box-one small {
  color: #ffffff;
}
.opt-box-one h1 b, .opt-box-one h2 b, .opt-box-one h3 b, .opt-box-one h4 b, .opt-box-one h5 b, .opt-box-one h6 b, .opt-box-one small b {
  font-weight: 700;
}
.opt-box-one p, .opt-box-one li, .opt-box-one label {
  color: #eaeaea;
  font-weight: 300;
}

.opt-box-one .container-fluid {
  background-color: ;
}

.opt-box-one .container-fluid h1, .opt-box-one .container-fluid h2, .opt-box-one .container-fluid h3, .opt-box-one .container-fluid h4, .opt-box-one .container-fluid h5, .opt-box-one .container-fluid h6, .opt-box-one .container-fluid small {
  color: #666666;
}

.opt-box-one .container-fluid h1 b, .opt-box-one .container-fluid h2 b, .opt-box-one .container-fluid h3 b, .opt-box-one .container-fluid h4 b, .opt-box-one .container-fluid h5 b, .opt-box-one .container-fluid h6 b, .opt-box-one .container-fluid small b {
  font-weight: 700;
}

.opt-box-one .container-fluid p, .opt-box-one .container-fluid li, .opt-box-one .container-fluid label {
  color: #666666;
  font-weight: 300;
}

.opt-box-one .container-fluid a:not(.btn) {
  color: ;
}

.opt-box-one .container-fluid a:not(.btn) .closing, .opt-box-one .container-fluid a:not(.btn) .opening {
  color: ;
}
.opt-box-one a:not(.btn) {
  color: ;
}
.opt-box-one a:not(.btn) .closing, .opt-box-one a:not(.btn) .opening {
  color: ;
}
.opt-box-one hr {
  border: 0;
  border-top: 1px solid #111111E6;
}
.opt-box-one .standard-box {
  background-color: #ffffff;
}
.opt-box-one .standard-box h1, .opt-box-one .standard-box h2, .opt-box-one .standard-box h3, .opt-box-one .standard-box h4, .opt-box-one .standard-box h5, .opt-box-one .standard-box h6, .opt-box-one .standard-box small {
  color: ;
}
.opt-box-one .standard-box h1 b, .opt-box-one .standard-box h2 b, .opt-box-one .standard-box h3 b, .opt-box-one .standard-box h4 b, .opt-box-one .standard-box h5 b, .opt-box-one .standard-box h6 b, .opt-box-one .standard-box small b {
  font-weight: 700;
}
.opt-box-one .standard-box p, .opt-box-one .standard-box li, .opt-box-one .standard-box label {
  color: #111111;
  font-weight: 300;
}
.opt-box-one .standard-box a:not(.btn) {
  color: ;
}
.opt-box-one .standard-box a:not(.btn) .closing, .opt-box-one .standard-box a:not(.btn) .opening {
  color: ;
}
.opt-box-one .opt-box-two {
  background-color: ;
}
.opt-box-one .opt-box-two h1, .opt-box-one .opt-box-two h2, .opt-box-one .opt-box-two h3, .opt-box-one .opt-box-two h4, .opt-box-one .opt-box-two h5, .opt-box-one .opt-box-two h6, .opt-box-one .opt-box-two small {
  color: #ffffff;
}
.opt-box-one .opt-box-two h1 b, .opt-box-one .opt-box-two h2 b, .opt-box-one .opt-box-two h3 b, .opt-box-one .opt-box-two h4 b, .opt-box-one .opt-box-two h5 b, .opt-box-one .opt-box-two h6 b, .opt-box-one .opt-box-two small b {
  font-weight: 700;
}
.opt-box-one .opt-box-two p, .opt-box-one .opt-box-two li, .opt-box-one .opt-box-two label {
  color: #eaeaea;
  font-weight: 300;
}
.opt-box-one .opt-box-two a:not(.btn) {
  color: ;
}
.opt-box-one .opt-box-two a:not(.btn) .closing, .opt-box-one .opt-box-two a:not(.btn) .opening {
  color: ;
}

.opt-box-two {
  background-color: ;
}
.opt-box-two h1, .opt-box-two h2, .opt-box-two h3, .opt-box-two h4, .opt-box-two h5, .opt-box-two h6, .opt-box-two small {
  color: #ffffff;
}
.opt-box-two h1 b, .opt-box-two h2 b, .opt-box-two h3 b, .opt-box-two h4 b, .opt-box-two h5 b, .opt-box-two h6 b, .opt-box-two small b {
  font-weight: 700;
}
.opt-box-two p, .opt-box-two li, .opt-box-two label {
  color: #eaeaea;
  font-weight: 300;
}
.opt-box-two a:not(.btn) {
  color: ;
}
.opt-box-two a:not(.btn) .closing, .opt-box-two a:not(.btn) .opening {
  color: ;
}
.opt-box-two hr {
  border: 0;
  border-top: 1px solid #eaeaeaE6;
}
.opt-box-two .standard-box {
  background-color: #ffffff;
}
.opt-box-two .standard-box h1, .opt-box-two .standard-box h2, .opt-box-two .standard-box h3, .opt-box-two .standard-box h4, .opt-box-two .standard-box h5, .opt-box-two .standard-box h6, .opt-box-two .standard-box small {
  color: ;
}
.opt-box-two .standard-box h1 b, .opt-box-two .standard-box h2 b, .opt-box-two .standard-box h3 b, .opt-box-two .standard-box h4 b, .opt-box-two .standard-box h5 b, .opt-box-two .standard-box h6 b, .opt-box-two .standard-box small b {
  font-weight: 700;
}
.opt-box-two .standard-box p, .opt-box-two .standard-box li, .opt-box-two .standard-box label {
  color: #111111;
  font-weight: 300;
}
.opt-box-two .standard-box a:not(.btn) {
  color: ;
}
.opt-box-two .standard-box a:not(.btn) .closing, .opt-box-two .standard-box a:not(.btn) .opening {
  color: ;
}
.opt-box-two .opt-box-one {
  background-color: #eaeaea;
}
.opt-box-two .opt-box-one h1, .opt-box-two .opt-box-one h2, .opt-box-two .opt-box-one h3, .opt-box-two .opt-box-one h4, .opt-box-two .opt-box-one h5, .opt-box-two .opt-box-one h6, .opt-box-two .opt-box-one small {
  color: #111111;
}
.opt-box-two .opt-box-one h1 b, .opt-box-two .opt-box-one h2 b, .opt-box-two .opt-box-one h3 b, .opt-box-two .opt-box-one h4 b, .opt-box-two .opt-box-one h5 b, .opt-box-two .opt-box-one h6 b, .opt-box-two .opt-box-one small b {
  font-weight: 700;
}
.opt-box-two .opt-box-one p, .opt-box-two .opt-box-one li, .opt-box-two .opt-box-one label {
  color: #111111;
  font-weight: 300;
}
.opt-box-two .opt-box-one a:not(.btn) {
  color: ;
}
.opt-box-two .opt-box-one a:not(.btn) .closing, .opt-box-two .opt-box-one a:not(.btn) .opening {
  color: ;
}

body,
html {
  min-height: 100%;
  font-family: ;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.45em;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #111111;
}
body a, body button,
html a,
html button {
  color: FF;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body a:link, body a:hover, body a:visited, body a:active, body a:focus, body button:link, body button:hover, body button:visited, body button:active, body button:focus,
html a:link,
html a:hover,
html a:visited,
html a:active,
html a:focus,
html button:link,
html button:hover,
html button:visited,
html button:active,
html button:focus {
  color: FF;
  text-decoration: none;
}
body a:hover, body button:hover,
html a:hover,
html button:hover {
  color: #ff4d4dCC;
  text-decoration: none;
}
body p,
html p {
  font-weight: 400;
}
body b, body strong,
html b,
html strong {
  font-weight: 600;
}
body dt,
html dt {
  font-weight: 400;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}
body p {
  color: #666666;
}
body *::-ms-backdrop, body p, body li, body a {
  max-width: 100%;
}
body .smaller {
  font-size: 0.8em;
  line-height: 1.2em;
}
body .lead {
  line-height: 1.5em;
  font-size: 1.1em;
}

body {
  opacity: 1;
  transition: 1s opacity;
}

hr {
  border: 0;
   border-top: 1px solid #eaeaeaCC;
}

main {
  display: inline;
} 
.standard-box,
.opt-box-one,
.opt-box-two,
.scale-container,
.half-scale-container,
.container,
.container-fluid,
footer.main-footer {
  position: relative;
}

h1, .h1 {
  font-size: 2.6em;
}

h2, .h2 {
  font-size: 1.9em;
}

h3, .h3 {
  font-size: 1.4em;
}

h4, .h4 {
  font-size: 1em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 1em;
}

@media (max-width: 1600px) {
  h1, .h1 {
    font-size: 1.8em;
  }
  h2, .h2 {
    font-size: 1.4em;
  }
  h3, .h3 {
    font-size: 1.2em;
  }
  h4, .h4 {
    font-size: 1.1em;
  }
  h5, .h5 {
    font-size: 0.9em;
  }
  h6, .h6 {
    font-size: 0.9em;
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #ffffff00;
  text-align: center;
}
#preloader::before {
  position: absolute;
  font-family: FontAwesome;
  animation: spinner 1s linear 0s infinite;
  -webkit-animation: spinner 1s linear 0s infinite;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 78px;
  height: 78px;
  content: "";
  color: ;
  top: 47%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#preloader_ajax {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #ffffff1A;
  text-align: center;
}
#preloader_ajax::before {
  position: absolute;
  font-family: FontAwesome;
  animation: spinner 1s linear 0s infinite;
  -webkit-animation: spinner 1s linear 0s infinite;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 78px;
  height: 78px;
  content: "";
  color: ;
  top: 47%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.freeze * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
nav.main-navigation {
  z-index: 9997;
  position: relative;
  font-family: ;
  font-size: 10px;
}
nav.main-navigation .fixed-main-menu {
  position: relative;
}
nav.main-navigation .fixed-main-menu ul.nav-list-main {
  display: inline-block;
  padding-right: 5px;
  list-style-type: none;
  width: 100%;
  text-align: right;
  font-size: 0;
}
nav.main-navigation .fixed-main-menu ul.nav-list-main li {
  transition: none;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1365px) {
  nav.main-navigation .fixed-main-menu ul.nav-list-main li.no-minor-lg {
    display: none;
  }
}
@media (min-width: 415px) {
  nav.main-navigation .fixed-main-menu ul.nav-list-main li.d-s-inline-block {
    display: inline-block !important;
  }
}
nav.main-navigation .fixed-main-menu ul.nav-list-main li.mobile-menu-open a.fullscreen-menu-button-container {
  display: block;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/icon-menu-colpar.svg);
  background-position: center center;
  background-size: 57px 56px;
  background-repeat: no-repeat;
  background-color: ;
  z-index: 10001;
  transition: opacity 0.25s ease;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -70px;
  top: -26px;
  bottom: 0;
  height: 57px;
  width: 56px;
}
nav.main-navigation .fixed-main-menu ul.nav-list-main li.mobile-menu-open a.fullscreen-menu-button-container.active {
  background-image: url(../img/icon-menu-close.svg);
}
nav.main-navigation .fixed-main-menu ul.nav-list-main li.active a {
  color: ; !important;
}
nav.main-navigation .fixed-main-menu ul.nav-list-main li a {
  text-transform: uppercase;
  height: 30px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 12px;
  font-weight: 800;
  color: ;
  line-height: normal;
  vertical-align: middle;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
nav.main-navigation .fixed-main-menu ul.nav-list-main li a img {
  position: absolute;
  top: -1px;
  left: 0;
}
nav.main-navigation .fixed-main-menu ul.nav-list-main li a:hover {
  color: ;
}
nav.main-navigation .fixed-main-menu.normal, nav.main-navigation .fixed-main-menu.altered, nav.main-navigation .fixed-main-menu.normal .brand, nav.main-navigation .fixed-main-menu.normal .brand img, nav.main-navigation .fixed-main-menu.normal > ul, nav.main-navigation .fixed-main-menu.normal .menu-divider {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.main-navigation .fixed-main-menu.normal {
  z-index: 3;
  top: 0px;
  position: fixed;
  height: 160px;
  width: 100%;
  display: block;
  background-color: FF;
  border-bottom: 1px solid #ffffffCC;
  background-size: 268px 120px;
  background-repeat: no-repeat;
  background-position: right -20px top 39px;
}
@media (min-width: 0px) and (max-width: 414px) {
  nav.main-navigation .fixed-main-menu.normal {
    background-image: none;
  }
}
nav.main-navigation .fixed-main-menu.normal > ul {
  -ms-transform: translate(-85px, 86px); /* IE 9 */
  -webkit-transform: translate(-85px, 86px); /* Safari */
  transform: translate(-85px, 86px);
}
nav.main-navigation .fixed-main-menu.normal .brand {
  z-index: 1;
  position: absolute;
  top: 70px;
  left: 20px;
}
nav.main-navigation .fixed-main-menu.normal .brand img {
  max-width: 240px;
  height: auto;
  //width: 100%;
  -ms-transform-origin: top left; /* IE 9 */
  -webkit-transform-origin: top left; /* Chrome, Safari, Opera */
  transform-origin: top left;
}
@media (min-width: 0px) and (max-width: 414px) {
  nav.main-navigation .fixed-main-menu.normal .brand {
    -ms-transform: translate(0px, 10px); /* IE 9 */
    -webkit-transform: translate(0px, 10px); /* Safari */
    transform: translate(0, 10px);
  }
  nav.main-navigation .fixed-main-menu.normal .brand img {
   // width: 100%;
  }
}
nav.main-navigation .fixed-main-menu.normal.altered {
  -ms-transform: translate(0px, -90px); /* IE 9 */
  -webkit-transform: translate(0px, -90px); /* Safari */
  transform: translate(0, -90px);
  padding-top: 0px;
  background-color: CC;
}
nav.main-navigation .fixed-main-menu.normal.altered .brand {
  -ms-transform: translate(0px, 33px); /* IE 9 */
  -webkit-transform: translate(0px, 33px); /* Safari */
  transform: translate(0, 33px);
  margin-left: 0;
}
nav.main-navigation .fixed-main-menu.normal.altered .brand img {
  -ms-transform: scale(0.6, 0.6); /* IE 9 */
  -webkit-transform: scale(0.6, 0.6); /* Safari */
  transform: scale(0.6, 0.6);
}
@media (min-width: 0px) and (max-width: 414px) {
  nav.main-navigation .fixed-main-menu.normal.altered .brand {
    -ms-transform: translate(0px, 30px); /* IE 9 */
    -webkit-transform: translate(0px, 30px); /* Safari */
    transform: translate(0, 30px);
  }
  nav.main-navigation .fixed-main-menu.normal.altered .brand img {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
  }
}
nav.main-navigation .fixed-main-menu.normal.altered > ul {
  -ms-transform: translate(-85px, 105px); /* IE 9 */
  -webkit-transform: translate(-85px, 105px); /* Safari */
  transform: translate(-85px, 105px);
}
nav.main-navigation .fixed-main-menu.normal.altered li.mobile-menu-open a.fullscreen-menu-button-container {
  -ms-transform: translate(0px, 0); /* IE 9 */
  -webkit-transform: translate(0px, 0); /* Safari */
  transform: translate(0, 0);
}
nav.main-navigation.internal-top .fixed-main-menu.normal {
  background: ;
}
nav.main-navigation.internal-top .fixed-main-menu.altered {
  background-color: ;
}

.no-header {
  padding-top: 178px !important;
}

.cta-buy {
  padding-left: 15px;
}


.service-menu {
  width: 100%;
  z-index: 3;
  position: fixed;
  height: 50px;
  background-color: #ffffff;
  text-align: right;
  top: 0px;
}
.service-menu ul.nav-list-secondary {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.service-menu ul.nav-list-secondary li.dropdown ul.dropdown-menu {
  border-radius: 0px;
  box-shadow: none;
  background: ;
  min-width: 76px;
  border: none;
  padding-bottom: 10px;
  margin-top: 0;
}
.service-menu ul.nav-list-secondary li.dropdown ul.dropdown-menu li {
  padding: 0;
  height: auto;
  margin: 0;
}
.service-menu ul.nav-list-secondary li.dropdown ul.dropdown-menu li a {
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  color: #ffffffCC;
}
.service-menu ul.nav-list-secondary li.dropdown ul.dropdown-menu li a:hover, .service-menu ul.nav-list-secondary li.dropdown ul.dropdown-menu li a:focus {
  background-color: transparent;
  color: #ffffff;
}
.service-menu ul.nav-list-secondary li {
  position: relative;
  display: inline-block;
  height: 50px;
  padding-top: 9px;
}
.service-menu ul.nav-list-secondary li.list-divider {
  border-right: 1px solid #eaeaeaCC;
  display: inline;
  padding-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.service-menu ul.nav-list-secondary li:last-child {
  margin-right: 20px;
}
.service-menu ul.nav-list-secondary li.search-back > a, .service-menu ul.nav-list-secondary li.cart-back > a, .service-menu ul.nav-list-secondary li.account-back > a, .service-menu ul.nav-list-secondary li.lang-back > a {
  height: 18px;
  width: 20px;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, 5px); /* Safari */
  transform: translate(0, 5px);
  margin: 0 8px;
}
.service-menu ul.nav-list-secondary li.search-back > a {
  background-image: url(../img/icon-search-top.svg);
  background-size: 18px 18px;
}
.service-menu ul.nav-list-secondary li.account-back > a {
  background-image: url(../img/icon-user.svg);
  background-size: 18px 16px;
}
.service-menu ul.nav-list-secondary li.lang-back > a {
  background-image: url(../img/icon-lang.svg);
  background-size: 18px 18px;
}
.service-menu ul.nav-list-secondary li.cart-back > a {
  background-image: url(../img/icon-cart-red.svg);
  background-size: 20px 17px;
}
.service-menu ul.nav-list-secondary li.cart-back .cart-filled {
  display: block;
  width: 6px;
  height: 6px;
  background-color: ;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  border-radius: 100%;
}
.service-menu ul.nav-list-secondary li > a {
  padding: 7px 8px 6px 8px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 1px;
  line-height: normal;
  background-size: 11px;
}
.service-menu ul.nav-list-secondary li > a:hover {
  color: ;
}
.service-menu ul.nav-list-secondary li.active a {
  background-color: #ffffffCC;
}
.service-menu ul.nav-list-secondary li.active a:hover {
  color: #111111;
}
.service-menu ul.nav-list-secondary li.separate-style {
  border-left: 1px solid #ffffffCC;
  text-align: left;
  padding-top: 9px;
}
.service-menu ul.nav-list-secondary li.separate-style a {
  margin: 0 10px;
  background-size: 18px 19px;
  background-position: center center;
  padding: 7px 13px 6px 15px;
}
.service-menu ul.nav-list-secondary li.separate-style a:hover {
  opacity: 0.8;
}
.service-menu ul.nav-list-secondary li.separate-style a img {
  margin-top: -3px;
}

.fullscreen-menu-container {
  -ms-overflow-style: none;
  position: fixed;
  background: ;
  top: 159px;
  left: auto;
  right: -100%;
  width: 100%;
  max-width: 990px;
  min-height: 520px;
  max-height: 100%;
  padding: 40px;
  opacity: 1;
  z-index: 10000;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.fullscreen-menu-container::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 375px) {
  .fullscreen-menu-container {
    padding: 25px;
  }
}
@media (min-width: 0px) and (max-width: 812px) {
  .fullscreen-menu-container {
    top: 0px;
  }
}
@media (min-width: 0px) and (max-width: 1366px) {
  .fullscreen-menu-container {
    padding-bottom: 160px;
    height: 100%;
  }
}
.fullscreen-menu-container.altered {
  -ms-transform: translate(0px, -89px); /* IE 9 */
  -webkit-transform: translate(0px, -89px); /* Safari */
  transform: translate(0px, -89px);
}
@media (min-width: 0px) and (max-width: 812px) {
  .fullscreen-menu-container.altered {
    -ms-transform: translate(0px, 0); /* IE 9 */
    -webkit-transform: translate(0px, 0); /* Safari */
    transform: translate(0px, 0);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .fullscreen-menu-container {
    overflow-x: hidden;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
  }
}
.fullscreen-menu-container nav.fullscreen-menu {
  width: 100%;
  max-width: 1200px !important;
  position: relative;
  transition: all 400ms cubic-bezier(0.895, 0.195, 0.225, 0.845); /* custom */
  text-align: left;
  opacity: 0;
  bottom: 0px;
  top: 0px;
  padding-bottom: 40px;
  vertical-align: top;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fullscreen-menu-container nav.fullscreen-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fullscreen-menu-container nav.fullscreen-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.fullscreen-menu-container .btn-default {
  border: 1px solid #ffffff;
}


.fullscreen-menu-container.open {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  border-radius: 0;
  visibility: visible;
  background: ;
  border-bottom-left-radius: 8px;
  box-shadow: 0 2px 30px 0 #000000CC;
}
.fullscreen-menu-container.open nav.fullscreen-menu {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fullscreen-menu-container ul.fullscreen-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.fullscreen-menu-container ul.fullscreen-list.bigger-list {
  padding-top: 28px !important;
}
.fullscreen-menu-container ul.fullscreen-list.bigger-list > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.fullscreen-menu-container ul.fullscreen-list > li {
  display: block;
  position: relative;
}
@media (min-width: 0px) and (max-width: 374px) {
  .fullscreen-menu-container ul.fullscreen-list > li {
    max-width: 180px;
  }
}
.fullscreen-menu-container ul.fullscreen-list > li.menu-title {
  padding-top: 35px;
}
@media (min-width: 0px) and (max-width: 375px) {
  .fullscreen-menu-container ul.fullscreen-list > li.menu-title {
    padding-top: 25px;
  }
}
.fullscreen-menu-container ul.fullscreen-list > li > a {
  font-size: 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-weight: 400;
  line-height: 16px;
  padding: 3px 0;
  font-family: ;
  margin: 2px 0;
  color: #ffffff;
  font-family: ;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  right: 0;
}
.fullscreen-menu-container ul.fullscreen-list > li > a .cart-filled {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.fullscreen-menu-container ul.fullscreen-list > li > a:hover {
  color: #000000 !important;
  background: none;
  text-shadow: none;
}
.fullscreen-menu-container ul.fullscreen-list > li h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  line-height: 26px;
}
.fullscreen-menu-container ul.fullscreen-list .form-control {
  padding: 6px 12px;
  height: 49px;
}
.fullscreen-menu-container ul.fullscreen-list .form-group {
  margin-bottom: 10px;
}
.fullscreen-menu-container ul.fullscreen-list .form-group select.form-control {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  border-radius: 0;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 8px 0 #000000E6;
  background-color: ;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 13px !important;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.fullscreen-menu-container ul.fullscreen-list .form-group select.form-control::-webkit-input-placeholder {
  color: #666666CC;
  font-style: italic;
}
.fullscreen-menu-container ul.fullscreen-list .form-group select.form-control:-moz-placeholder {
  color: #666666CC;
  font-style: italic;
}
.fullscreen-menu-container ul.fullscreen-list .form-group select.form-control::-moz-placeholder {
  color: #666666CC;
  font-style: italic;
}
.fullscreen-menu-container ul.fullscreen-list .form-group select.form-control:-ms-input-placeholder {
  color: #666666CC;
  font-style: italic;
}
.fullscreen-menu-container ul.fullscreen-list .form-group select.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: E6;
  color: ;
}
.fullscreen-menu-container aside {
  position: absolute;
  border-left: 1px solid #000000CC;
  border-bottom: 1px solid #000000CC;

  right: 0px;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  width: 111px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 414px) {
  .fullscreen-menu-container aside {
    width: 81px;
  }
}
.fullscreen-menu-container aside .close-menu {
  display: none;
  width: 100%;
  height: 100px;
  cursor: pointer;
  background-image: url(../img/close.svg);
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 0px) and (max-width: 812px) {
  .fullscreen-menu-container aside .close-menu {
    display: block;
  }
}
.fullscreen-menu-container aside .social {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
}
.fullscreen-menu-container aside .social a {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 100%;
  overflow: hidden;
}
.fullscreen-menu-container aside .social a img {
  vertical-align: top;
  border-radius: 100%;
}
.fullscreen-menu-container aside .social a:hover {
  background-color: ;
}
.fullscreen-menu-container aside .languages {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #000000CC;
}
.fullscreen-menu-container aside .languages a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
}
.fullscreen-menu-container aside .languages a:hover {
  color:  !important;
}
.fullscreen-menu-container address {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.fullscreen-menu-container address a {
  display: block !important;
  margin: 6px 0 6px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.menu-btn-wrapper {
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
}
.menu-btn-wrapper .btn {
  margin-left: -1px;
  display: block !important;
  width: 100% !important;
  float: none;
}
@media (min-width: 375px) and (max-width: 666px) {
  .menu-btn-wrapper {
    display: block;
    max-width: 245px;
  }
  .menu-btn-wrapper .btn {
    margin-left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .menu-btn-wrapper {
    display: block;
    max-width: 180px;
  }
  .menu-btn-wrapper .btn {
    margin-left: 0;
    margin-top: -1px;
  }
}
