﻿.badge {
  display: inline-block;
  position: relative;
  margin: 0 0 0.5rem 0.25rem;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  text-align: right;
  vertical-align: middle;
  border-radius: 3px;
}

@media print, screen and (min-width: 64em) {
  .badge {
    max-width: 8rem;
  }
}

@media print, screen and (min-width: 64em) {
  .content-head .badge {
    margin: 0 0.5rem 0 0;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 64em) {
  .badge i,
  .badge b {
    display: block;
  }
}

.badge b {
  font-weight: 600;
}

.badge i {
  font-style: normal;
}

.badge.secondary {
  color: #000;
  background: #d1d3d4;
}

.badge.secondary * {
  color: #000;
}

.badge.alert {
  color: #fff;
  background: #e10a0a;
}

.badge.alert * {
  color: #fff;
}

.badge.light {
  color: #000;
  background-color: #f5f5f5;
}

.badge.white {
  color: #000;
  background: #fff;
}

.badge.fline,
.badge.percent,
.badge.ski {
  padding-left: 24px;
}

@media print, screen and (min-width: 64em) {
  .badge.fline,
  .badge.percent,
  .badge.ski {
    padding-left: 42px;
  }
}

.badge.fline::before,
.badge.percent::before,
.badge.ski::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media print, screen and (min-width: 64em) {
  .badge.fline::before,
  .badge.percent::before,
  .badge.ski::before {
    top: 8px;
    left: 10px;
    width: 36px;
    height: 36px;
    background-size: 66%;
  }
}

@media screen and (max-width: 39.9375em) {
  .badge.fline br,
  .badge.percent br,
  .badge.ski br {
    display: none;
  }
}

.badge.fline {
  color: #fff;
  background-color: #648ca6;
}

.badge.fline * {
  color: #fff;
}

.badge.fline::before {
  background-image: url(../img/svg/dst-wave.svg);
}

.badge.percent::before {
  background-image: url(../img/svg/ico-percent.svg);
}

.badge.ski::before {
  background-image: url(../img/svg/dst-ski-dark.svg);
}

.breadcrumbs {
  margin-bottom: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs > li {
  float: none;
  display: inline-block;
  font-weight: bold;
}

.breadcrumbs > li:first-child::after {
  content: "\00a0" !important;
  margin: 0 !important;
}

.breadcrumbs > li:not(:last-child)::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #7d7e81;
}

.button {
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
}

.button img {
  width: 1rem;
  margin: -3px 0;
}

.button.tiny {
  padding: 0.35rem 0.5rem;
}

.button.mute {
  margin-bottom: 0;
}

.mute .button {
  margin-bottom: 0;
}

.button.secondary {
  background: #d1d3d4;
}

.button.success {
  color: #fff;
  background: #99ca3c;
}

.button.success:hover,
.button.success:focus {
  color: #fff;
}

.button.warning {
  color: #fff;
}

.button.warning:hover,
.button.warning:focus {
  color: #fff;
}

.button.alert {
  color: #fff;
}

.button.alert:hover,
.button.alert:focus {
  color: #fff;
}

.button.light {
  background: #f5f5f5;
}

.button.light:hover {
  background: #f5f5f5;
}

.button.medium {
  color: #fff;
  background: #7d7e81;
}

.button.medium:hover {
  background: #7d7e81;
}

.button.black {
  color: #fff;
  background: #000;
}

.button.black:hover {
  background: #444;
}

.button.border {
  color: #000;
  background: transparent;
  border: solid 1px #7d7e81;
}

.button.border.primary {
  color: #ac8960;
  border-color: #ac8960;
}

.button.border.primary:hover {
  color: #fff;
  background: #ac8960;
}

.button.border.primary-b {
  color: #73492d;
  border-color: #73492d;
}

.button.border.primary-b:hover {
  color: #fff;
  background: #73492d;
}

.button.border.secondary {
  color: #7d7e81;
  border-color: #d1d3d4;
}

.button.border.secondary:hover {
  background: #d1d3d4;
}

.button.border.success {
  color: #99ca3c;
  border-color: #99ca3c;
}

.button.border.success:hover {
  color: #fff;
  background: #99ca3c;
}

.button.border.alert {
  color: #e10a0a;
  border-color: #e10a0a;
}

.button.border.alert:hover {
  color: #fff;
  background: #e10a0a;
}

.button.border.medium:hover {
  color: #fff;
}

.button.border.white {
  color: #fff;
  border-color: #fff;
}

.button.border.dashed {
  border-style: dashed;
}

.button.border.bold {
  border-width: 2px;
}

.button.invert:hover {
  background: transparent;
}

.button.invert:hover.primary {
  color: #ac8960;
  box-shadow: inset 0 0 0 1px #ac8960;
}

.button.invert:hover.success {
  color: #99ca3c;
  box-shadow: inset 0 0 0 1px #99ca3c;
}

.button.invert:hover.alert {
  color: #e10a0a;
  box-shadow: inset 0 0 0 1px #e10a0a;
}

.button.invert:hover.medium {
  color: #7d7e81;
  box-shadow: inset 0 0 0 1px #7d7e81;
}

.button.round {
  border-radius: 50%;
}

.button-group.mute {
  margin-bottom: 0;
}

.button-group.incherit {
  cursor: inherit;
}

.button.bottom {
  z-index: 8;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
}

@media screen and (max-width: 63.9375em) {
  .button.bottom {
    margin: 0.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .button.bottom {
    margin: 1.5rem 0.5rem;
  }
}

.callout.primary,
.callout.success,
.callout.alert {
  color: #fff;
}

.callout.primary *,
.callout.success *,
.callout.alert * {
  color: #fff;
}

.callout.primary .button,
.callout.success .button,
.callout.alert .button {
  color: initial;
  text-decoration: none;
}

.callout.border {
  padding-bottom: 0;
  border: solid 1px #d1d3d4;
}

.callout.cookies {
  z-index: 99;
  position: fixed;
  margin: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 63.9375em) {
  .callout.cookies {
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .callout.cookies {
    bottom: 0.75rem;
    right: 0.75rem;
    width: 18rem;
  }
}

.callout.icon {
  position: relative;
  padding-left: 4rem;
}

.callout.icon p {
  line-height: inherit;
}

.callout.icon .fa {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  font-size: 2rem;
}

.callout.mute {
  margin: 0;
  padding: 0;
}

.callout .button {
  margin-bottom: 0;
}

.callout .close-button {
  z-index: 4;
  right: 0.5rem;
}

.close-button {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-indent: -100em;
  overflow: hidden;
  outline: none;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.175);
}

.close-button::after {
  content: "\00d7";
  position: absolute;
  top: 0.075rem;
  left: 0.675rem;
  text-indent: 0;
}

.offer .close-button {
  z-index: 3;
}

.reveal .close-button {
  z-index: 7;
  right: 0.5rem;
}

.dropdown.menu ul.menu {
  border: solid 1px #7d7e81;
  border-radius: 3px;
}

.dropdown.menu ul.menu li {
  text-transform: none;
  text-align: left;
}

.dropdown.menu ul.menu li a {
  color: #000;
  text-decoration: none;
}

.dropdown.menu ul.menu li a:hover {
  background: #f5f5f5;
}

.dropdown.menu ul.menu li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}

.dropdown.menu ul.menu li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-width: 7px 5px 0;
}

.dropdown-pane > ul {
  margin: 0;
  max-height: 10.6rem;
  overflow: auto;
}

@media screen and (max-width: 63.9375em) {
  .grid-container {
    padding-top: 0.75rem;
  }
}

@media screen and (max-width: 74.9375em) {
  .grid-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-top: 1.5rem;
  }
}

.content .grid-container:first-child {
  padding-top: 0.75rem;
}

.grid-container.light {
  position: relative;
  padding-bottom: 1px;
  background-color: #f5f5f5;
}

.grid-container.light::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  background-color: #f5f5f5;
}

section.light {
  padding-top: 0.75rem;
  padding-bottom: 1px;
  background-color: #f5f5f5;
}

.label {
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.label.primary {
  color: #fff;
  background: #ac8960;
}

.label.success {
  color: #fff;
  background: #99ca3c;
}

.label.warning {
  color: #fff;
  background: #d58a29;
}

.label.alert {
  color: #fff;
  background: #e10a0a;
}

.label.medium {
  color: #fff;
  background: #7d7e81;
}

.off-canvas {
  border-left: solid 4px #99ca3c;
}

.off-canvas a {
  color: #7d7e81;
  text-decoration: none;
  outline: none;
}

.off-canvas ul {
  text-transform: uppercase;
}

.off-canvas ul a {
  white-space: normal;
  border-bottom: solid 1px #d1d3d4;
}

.off-canvas ul a img {
  width: 1.15rem;
  vertical-align: bottom;
}

.off-canvas .js-drilldown-back > a {
  padding: 0.75rem 1rem !important;
  font-size: 1px;
  color: #fff;
}

.off-canvas .js-drilldown-back > a::before {
  content: "\f177";
  width: auto;
  height: auto;
  font: 1.5rem FontAwesome;
  color: #444;
  border: 0;
}

.off-canvas .is-drilldown {
  max-width: 100% !important;
}

.off-canvas .is-drilldown-submenu-parent > a::after {
  content: "\f105";
  margin-top: -0.625rem;
  width: auto;
  height: auto;
  font: 1.25rem FontAwesome;
  color: #7d7e81;
  border: 0;
}

.off-canvas-close {
  padding: 0.725rem 1rem !important;
  font-size: 1.5rem;
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
  .pagination {
    margin-bottom: 0.75rem;
  }
}

.pagination li {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
}

.pagination li a {
  padding: 0;
  line-height: 2.5rem;
  text-decoration: none;
}

.pagination-next,
.pagination-previous {
  box-shadow: inset 0 0 0 1px #d1d3d4;
}

.reveal {
  outline: none;
  border: none;
}

@media screen and (max-width: 63.9375em) {
  .reveal {
    margin: 0.75rem;
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .reveal .grid-y {
    height: 84vh;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .reveal .grid-y {
    height: 75vh;
  }
}

@media print, screen and (min-width: 64em) {
  .reveal .grid-y {
    height: 93vh;
  }
}

.menu-side.off .sticky.is-at-top {
  display: none;
}

.sticky.is-at-bottom {
  right: 0;
}

.sticky.is-stuck {
  z-index: 10;
  margin: 0 !important;
}

.menu-side.off .sticky.is-stuck {
  display: block;
}

.sticky.is-stuck.menu-head {
  position: fixed;
  border-color: #99ca3c;
}

.sticky.is-stuck.menu-head .fa-caret-up {
  display: inline;
}

.sticky.is-stuck.menu-head .fa-caret-down {
  display: none;
}

.banner .sticky-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.menu-side .sticky {
  z-index: 11;
  right: 0 !important;
  max-width: 2.75rem !important;
  transition: all 0.25s ease-in-out;
}

.tabs {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .tabs {
    display: table;
    width: 100%;
  }
}

.tabs-title {
  float: none;
}

@media screen and (max-width: 63.9375em) {
  .tabs-title {
    display: inline-block;
  }
}

@media print, screen and (min-width: 64em) {
  .tabs-title {
    display: table-cell;
    padding: 0 0.25rem;
  }
  .tabs-title:first-child {
    padding-left: 0;
  }
  .tabs-title:last-child {
    padding-right: 0;
  }
}

.tabs-title a {
  font-weight: bold;
  line-height: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #7d7e81;
  border: solid 1px transparent;
  border-radius: 3px;
  outline: none;
}

@media print, screen and (min-width: 64em) {
  .tabs-title a {
    font-size: 0.925rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .tabs-title a {
    margin: 0 0.375rem 0.375rem 0;
  }
}

.tabs-title a:hover {
  color: #7d7e81;
  background: #fff;
  border: solid 1px #7d7e81;
}

.tabs-title.is-active a {
  color: #000;
  background: #fff;
  border: solid 1px #7d7e81;
}

.tabs-content {
  background: transparent;
}

header {
  z-index: 8;
  position: relative;
  height: 6.5rem;
  color: #d1d3d4;
  background: #73492d;
}

@media screen and (max-width: 63.9375em) {
  header {
    height: 58px;
    visibility: hidden;
  }
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header ul a {
  text-decoration: none;
  color: #d1d3d4;
}

header ul a:hover {
  color: #fff;
}

header .logo {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  /* margin: 0 0 0 -10rem; */
  margin: 0 0 0 -16rem;
}

header .logo img {
  /* max-width: 20rem; */
  max-width: 27rem;
}

header .phone {
  position: absolute;
  top: 0.695rem;
  left: 1rem;
}

header .phone::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 3.25rem;
  height: 3.25rem;
  border: solid 2px #d1d3d4;
  border-radius: 50%;
}

header .phone::after {
  content: "\f095";
  position: absolute;
  top: 0.825rem;
  left: 0.75rem;
  font: 2.25rem FontAwesome;
}

header .phone li {
  padding: 0 0 0 3.5rem;
  font-size: 1.325rem;
}

header .util {
  position: absolute;
  top: 0.695rem;
  right: 1rem;
}

header .util .fa {
  vertical-align: baseline;
}

header .util > li {
  padding: 0 0 0 1rem;
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
}

header .util > li img {
  width: 1rem;
  vertical-align: bottom;
}

header .util > li .opens-left > a,
header .util > li .opens-right > a {
  padding: 0 !important;
}

header .util > li .opens-left > a::after,
header .util > li .opens-right > a::after {
  display: none !important;
}

.menu-bar {
  z-index: 9;
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .menu-bar {
    display: none;
  }
}

.menu-bar > i:not(.fa) {
  display: block;
  margin-bottom: 5px;
  width: 26px;
  height: 3px;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

@media screen and (orientation: landscape) {
  .is-anchored .menu-bar > i:not(.fa) {
    box-shadow: 1px 1px 0 #000;
  }
}

.menu-bar[aria-expanded="true"] > .a {
  transform: rotate(45deg) translate3d(10px, 4px, 0);
}

.menu-bar[aria-expanded="true"] > .b {
  opacity: 0;
}

.menu-bar[aria-expanded="true"] > .c {
  transform: rotate(-45deg) translate3d(7px, -1px, 0);
  box-shadow: none;
}

.menu-head {
  z-index: 9;
  position: relative;
  margin-top: 0 !important;
  width: 100%;
  height: 3rem;
  background: #73492d;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  .menu-head {
    display: none;
  }
}

.banner .menu-head,
.menu-head.invert {
  background: #fff;
  border-bottom: solid 4px #fff;
}

.banner .menu-head {
  position: absolute;
  bottom: 0;
  height: 4rem;
}

.menu-head.invert {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: auto;
}

.menu-head.invert > ul > li > a {
  color: #7d7e81;
}

.menu-head.invert > ul > li > a.is-active {
  color: #000;
}

.menu-head > h5 {
  margin: 0.5rem 0 0 0;
  text-align: center;
}

.menu-head > ul {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0 0 0;
}

.banner .menu-head > ul {
  padding-top: 1rem;
}

.menu-head > ul > li {
  text-transform: uppercase;
}

.menu-head > ul > li > a {
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}

.banner .menu-head > ul > li > a {
  color: #7d7e81;
}

.banner .menu-head > ul > li > a.is-active {
  color: #000;
}

.menu-head > ul > li > a::after {
  right: 8px !important;
  margin-top: -4px !important;
  border-color: #fff transparent transparent !important;
}

.banner .menu-head > ul > li > a::after {
  border-color: #7d7e81 transparent transparent !important;
  transform: rotate(180deg);
}

.menu-head > ul > li > a.color-secondary::after {
  border-color: #d1d3d4 transparent transparent !important;
}

.menu-head > ul > li > a.color-success::after {
  border-color: #99ca3c transparent transparent !important;
}

.menu-head > ul > li > a.color-alert::after {
  border-color: #e10a0a transparent transparent !important;
}

.menu-head > ul > li > a .fa-caret-up {
  display: none;
}

.menu-head > ul > li > a .fa-caret-down {
  display: inline;
}

.menu-head > ul > li > .menu {
  min-width: 15rem !important;
}

.banner .menu-head > ul > li > .menu {
  top: auto !important;
  bottom: 100%;
}

.menu-head > ul > li > .menu.list {
  padding: 1rem 0;
  min-width: 37.5rem !important;
}

.menu-head > ul > li > .menu.list dt {
  font-weight: bold;
}

.menu-head > ul > li > .menu.list a:hover {
  color: #7d7e81;
  background: transparent;
}

.menu-side {
  z-index: 11;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -12.75rem;
}

@media screen and (max-width: 63.9375em) {
  .menu-side {
    display: none;
  }
}

.menu-side-box {
  margin: 0;
  padding: 0;
  width: 2.75rem;
  list-style: none;
}

.menu-side-box > li {
  position: relative;
  float: right;
  clear: both;
  margin: 0 0 0.25rem 0;
  width: 2.75rem;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.menu-side-box > li:hover {
  width: 26rem;
  overflow: visible;
}

.menu-side-box > li:first-child > section {
  margin: 0;
  width: 27.25rem !important;
}

.menu-side-box > li a {
  text-decoration: none;
}

.menu-side-box > li > button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  background: #e10a0a;
  border-radius: 0;
  cursor: pointer;
}

.menu-side-box > li > section {
  float: right;
  margin: 0 2.75rem 0 0;
  padding: 0 0 0 2.75rem;
  height: 2.75rem;
  white-space: nowrap;
  color: #fff;
  background: transparent;
}

.menu-side-box > li > section a {
  color: #fff;
}

.menu-side-box > li > section input {
  margin: 0;
  height: 2.75rem;
  border: solid 1px #e10a0a;
  border-radius: 0;
}

.menu-side-box > li > section input:focus {
  border: solid 1px #e10a0a;
}

.menu-side-box > li > section .shell {
  display: block;
  padding: 0 1rem;
  margin: 0;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1rem;
  background: #e10a0a;
}

.menu-side-box > li > section > .dropdown > li {
  display: block;
}

.menu-side-box > li > section > .dropdown > li.is-active > a.shell {
  color: #fff;
  background: #e10a0a;
}

.menu-side-box > li > section > .dropdown > li > a::after {
  position: relative;
  top: -2px;
  display: inline-block !important;
  margin-left: 0.5rem;
  border-color: #fff transparent transparent !important;
}

.menu-side-box > li > section > .dropdown > li .menu {
  margin-top: -1px;
  border: solid 1px #e10a0a;
  border-radius: 0;
}

.banner {
  position: relative;
  overflow: hidden;
  background-color: #7d7e81;
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner {
    position: static;
    /* margin-top: 47px; */
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner {
    /* margin-top: 12vh; */
    height: 72vh;
  }
}

@media print, screen and (min-width: 64em) {
  .banner {
    height: 100vh;
  }
}

@media screen and (max-width: 63.9375em) {
  .banner-bottom {
    text-align: center;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-bottom {
    padding-top: 0.75rem;
    height: 4rem;
    background: #7d7e81;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-bottom {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -0.9rem 0 0 0;
  }
}

.banner-bottom-down {
  text-decoration: none;
}

@media screen and (max-width: 63.9375em) {
  .banner-bottom-down {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.325rem 0.75rem;
    font-size: 0.875rem;
    color: #fff;
    background: #99ca3c;
    border-radius: 3px;
  }
  .banner-bottom-down:hover,
  .banner-bottom-down:focus {
    color: #fff !important;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-bottom-down {
    display: block;
    width: 2.75rem;
    height: 2.7rem;
    line-height: 2.75rem;
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    background: #fff;
  }
  .banner-bottom-down:hover,
  .banner-bottom-down:focus {
    color: inherit;
  }
}

.banner-caption {
  z-index: 2;
  text-decoration: none;
}

@media screen and (max-width: 63.9375em) {
  .banner-caption {
    text-align: center;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-caption {
    position: absolute;
    right: 4rem;
    left: 4rem;
    bottom: 3.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-caption {
    position: absolute;
    right: 5rem;
    bottom: 1rem;
    text-align: right;
  }
}

.banner-caption a {
  text-decoration: none;
}

@media print, screen and (min-width: 64em) {
  .banner-caption.left {
    left: 5rem;
    text-align: left;
  }
  .banner-caption.left > .head > span {
    float: left;
  }
}

.banner-caption .head {
  text-transform: uppercase;
  color: #000;
}

@media screen and (max-width: 63.9375em) {
  .banner-caption .head {
    display: block;
    padding: 0.5rem;
    background: #fff;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-caption .head {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-caption .head {
    font-size: 0.875rem;
    background: rgba(255, 255, 255, 0.875);
  }
}

@media print, screen and (min-width: 64em) {
  .banner-caption .head {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 75em) {
  .banner-caption .head {
    font-size: 2.15rem;
  }
}

@media screen and (min-width: 90em) {
  .banner-caption .head {
    font-size: 2.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-caption .head > span {
    display: table;
    float: right;
    clear: both;
    margin: 0 0 5px 0;
    padding: 0 0.75rem;
    background: #fff;
  }
}

.banner-caption .body {
  display: block;
  color: #fff;
}

@media screen and (max-width: 63.9375em) {
  .banner-caption .body {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-caption .body {
    font-size: 0.875rem;
    background: #7d7e81;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-caption .body {
    font-size: 0.725rem;
    background: rgba(125, 126, 129, 0.875);
  }
}

@media print, screen and (min-width: 64em) {
  .banner-caption .body {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-caption .body > span {
    display: block;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-caption .body > span {
    display: inline-block;
    margin: 0 0.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-caption .body > span {
    display: inline-block;
    padding: 0.5rem;
    font-size: 1rem;
    background: #7d7e81;
  }
}

.banner-caption .close-button {
  right: -1rem;
  border-radius: 50%;
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-caption .close-button {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-caption .close-button {
    top: -1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-caption .close-button {
    top: -1rem;
  }
}

.banner-badge {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 63.9375em) {
  .banner-badge {
    margin: 0.25rem 0 0 0;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-badge {
    margin: 1rem 0 0 0;
  }
}

.banner-badge-box {
  float: right;
  margin-right: 1rem;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  .banner-badge-box .fa {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-badge-box .fa {
    font-size: 4rem;
  }
}

.banner-panel {
  z-index: 9;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 63.9375em) {
  .banner-panel {
    bottom: 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-panel {
    display: table;
    bottom: 3rem;
    width: 100%;
  }
}

.banner-panel-col {
  vertical-align: top;
}

@media screen and (max-width: 63.9375em) {
  .banner-panel-col {
    display: inline-block;
  }
  .banner-panel-col .button {
    margin: 0 0 0.25rem 0.25rem;
  }
  .banner-panel-col .button-group {
    margin: 0;
  }
  .banner-panel-col .button .fa {
    width: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-panel-col {
    display: table-cell;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-panel-col:first-child {
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-panel-col:last-child {
    padding-right: 1rem;
    text-align: right;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-panel-col .m {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .banner-panel-col .l {
    display: none;
  }
}

.banner-panel-col .dropdown-pane {
  background: #000;
}

.banner-panel-col .dropdown-pane a {
  color: #f5f5f5;
}

.banner-panel-col .dropdown-pane a:hover {
  background: rgba(125, 126, 129, 0.5);
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4rem;
    left: 0;
  }
}

.banner-play .slider-play,
.banner-play .slider-for-1 {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-play .slider-play,
  .banner-play .slider-for-1 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-play .slider-play,
  .banner-play .slider-for-1 {
    height: 100%;
  }
}

.banner-play .slider-play div,
.banner-play .slider-for-1 div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner-play .slider-play div,
  .banner-play .slider-for-1 div {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-play .slider-play div,
  .banner-play .slider-for-1 div {
    height: 100%;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-play .slider-play div.banner-image,
  .banner-play .slider-for-1 div.banner-image {
    height: 50vh;
  }
}

@media screen and (max-width: 63.9375em) {
  .banner-play .slider-play .slick-prev,
  .banner-play .slider-play .slick-next,
  .banner-play .slider-for-1 .slick-prev,
  .banner-play .slider-for-1 .slick-next {
    color: rgba(255, 255, 255, 0.75);
    background: transparent;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-play .slider-play .slick-prev,
  .banner-play .slider-play .slick-next,
  .banner-play .slider-for-1 .slick-prev,
  .banner-play .slider-for-1 .slick-next {
    z-index: 9;
    margin-top: -5rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .banner-play .slider-play .slick-prev::before,
  .banner-play .slider-play .slick-next::before,
  .banner-play .slider-for-1 .slick-prev::before,
  .banner-play .slider-for-1 .slick-next::before {
    font-weight: normal;
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-play .slider-play .slick-prev,
  .banner-play .slider-play .slick-next,
  .banner-play .slider-for-1 .slick-prev,
  .banner-play .slider-for-1 .slick-next {
    top: 50%;
    right: auto;
    left: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0;
  }
  .banner-play .slider-play .slick-prev::before,
  .banner-play .slider-play .slick-next::before,
  .banner-play .slider-for-1 .slick-prev::before,
  .banner-play .slider-for-1 .slick-next::before {
    line-height: 2.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-play .slider-play .slick-prev,
  .banner-play .slider-for-1 .slick-prev {
    margin-top: -5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-play .slider-play .slick-next,
  .banner-play .slider-for-1 .slick-next {
    margin-top: -1.95rem;
  }
}

.banner-slider {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.banner-slider div,
.banner-slider img {
  border-radius: 3px;
}

.banner-slider .item {
  height: auto !important;
}

.banner-slider-bottom {
  z-index: 4;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner-slider-bottom .btn {
  position: relative;
  margin: 0.5rem;
  width: 4rem;
  height: 4rem;
  font-size: 0.785rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
  border-radius: 50%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25), -1px -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.banner-slider-bottom .btn.float-left {
  padding-top: 1rem;
}

.banner-slider-bottom .btn.float-right {
  padding-top: 1.325rem;
}

.banner-slider-bottom .btn i {
  font-size: 1rem;
}

.banner .logo {
  z-index: 2;
  position: absolute;
  top: 2rem;
  left: 50%;
  margin: 0 0 0 -12rem;
  width: 24rem;
}

@media screen and (max-width: 63.9375em) {
  .banner .logo {
    display: none;
  }
}

.banner .logo.left {
  left: 13rem;
}

.banner .widget-social {
  z-index: 2;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
}

@media screen and (max-width: 63.9375em) {
  .banner .widget-social {
    display: none;
  }
}

.content-head h1,
.content-head h2 {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .content-left,
  .content-right {
    margin-top: 0.375rem;
    width: 22.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .content-left.third,
  .content-right.third {
    width: 33.333%;
  }
}

@media print, screen and (min-width: 64em) {
  .content-left.half,
  .content-right.half {
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .content-left {
    float: left;
    margin-right: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .content-right {
    float: right;
    margin-left: 1.5rem;
  }
}

.offer {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-position: center bottom;
  border-radius: 3px;
}

@media screen and (max-width: 39.9375em) {
  .offer {
    margin: 0 0 0.75rem 0;
  }
}

@media print, screen and (min-width: 40em) {
  .offer {
    margin: 0 0 1.5rem 0;
  }
}

.map .offer {
  width: 18rem;
}

.landing .offer {
  background: transparent;
  box-shadow: none;
}

.offer a {
  text-decoration: none;
}

.offer-head {
  position: relative;
  height: 15rem;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.offer-head .offer-fav {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.75rem 0 0 0.75rem;
}

.offer-head .offer-fav img {
  width: 2.25rem;
}

.offer-head .offer-badge {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem 0.5rem 0 2.5rem;
  text-align: right;
}

.offer-body {
  position: relative;
  padding: 0.75rem 0.75rem 0 0.75rem;
}

.tabs-content .offer-body {
  min-height: 6rem;
}

.offer-body .offer-title {
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  line-height: 1;
}

.offer-body .offer-location {
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  color: #7d7e81;
}

.offer-body .offer-location .fa {
  z-index: 3;
  position: relative;
  font-size: 1.25rem;
  color: #e10a0a;
}

.offer-body .offer-list {
  margin: 0 0 0.5rem 0;
}

.offer-body .offer-list p {
  margin: 0 0 0.5rem 0;
}

.offer-body .offer-list b {
  font-weight: normal;
}

.offer-body .offer-list i {
  margin: 0 0.5rem 0 0;
  font-style: normal;
}

.offer-body .offer-agent {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  margin: -3.125rem 0.5rem 0 0;
  border-radius: 3px;
}

@media print, screen and (min-width: 40em) {
  .col2row .offer-body .offer-agent {
    margin: 1rem 1rem 0 0;
  }
}

.offer-foot {
  padding: 0 0.75rem;
}

.offer-foot .offer-price {
  padding: 0 0 0.5rem 0;
  font-weight: bold;
  color: #000;
}

.offer-foot .offer-price s {
  color: #e10a0a;
}

.offer-foot .fa,
.offer-foot .button {
  z-index: 3;
  position: relative;
}

.offer-link {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.offer-discret {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7d7e81;
  border-radius: 3px 3px 0 0;
}

.offer-discret::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/logo-df-en.png);
  background-size: 50%;
  opacity: 0.2;
}

.offer-discret em {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -4rem 0 0 0;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
  color: #fff;
}

.offer-discret em > span {
  display: block;
  color: #d1d3d4;
  font-size: 0.875rem;
  text-transform: none;
  text-shadow: none;
}

.panel {
  display: block;
  padding: 0.75rem;
  border-radius: 3px;
}

@media screen and (max-width: 39.9375em) {
  .panel {
    margin-bottom: 0.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .panel {
    margin-bottom: 1.5rem;
  }
}

.panel p:last-child,
.panel ul:last-child {
  margin-bottom: 0.75rem;
}

.panel.primary {
  background: #ac8960;
}

.panel.secondary {
  color: #000;
  background: #d1d3d4;
}

.panel.success {
  color: #fff;
  background: #99ca3c;
}

.panel.success a {
  color: #fff;
}

.panel.warning {
  color: #fff;
  background: #d58a29;
}

.panel.warning a {
  color: #fff;
}

.panel.alert {
  color: #fff;
  background: #e10a0a;
}

.panel.alert a {
  color: #fff;
}

.panel.light {
  background: #f5f5f5;
}

.panel.medium {
  color: #fff;
  background: #7d7e81;
}

.panel.medium a {
  color: #fff;
}

.panel.border {
  border: solid 1px #d1d3d4;
}

.panel.border.dashed {
  border-style: dashed;
}

@media screen and (max-width: 63.9375em) {
  .panel.border.dashed {
    border-width: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .panel.border.dashed {
    border-width: 6px;
  }
}

.panel.border.secondary {
  border-color: #7d7e81;
}

.panel.callus {
  position: relative;
  padding-left: 4.5rem;
}

@media print, screen and (min-width: 64em) {
  .panel.callus {
    font-size: 1.275rem;
  }
}

.panel.callus h4 {
  margin-bottom: 0.25rem;
}

.panel.callus p {
  line-height: initial;
}

.panel.callus a {
  text-decoration: underline;
}

.panel.callus > .fa {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  font-size: 2.5rem;
}

.panel.callus img {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 4rem;
}

.panel.callus.border.primary a,
.panel.callus.border.primary > .fa {
  color: #ac8960;
}

.panel.callus.border.success a,
.panel.callus.border.success > .fa {
  color: #99ca3c;
}

.panel.callus.border.alert a,
.panel.callus.border.alert > .fa {
  color: #e10a0a;
}

.panel.callus.border.medium a,
.panel.callus.border.medium > .fa {
  color: #7d7e81;
}

.panel .head {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.panel .head .badge {
  margin: 0.75rem 0 0 0.75rem;
}

.panel .body {
  padding-top: 0.75rem;
}

.panel .body .ttl {
  margin: 0.5rem;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: normal;
}

.panel .body .loc {
  margin: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #7d7e81;
}

.panel .body .loc .fa {
  z-index: 2;
  position: relative;
  font-size: 1.25rem;
  color: #e10a0a;
}

.panel .foot {
  padding-top: 0 0.75rem;
}

.panel .foot .prc {
  margin: 0 0 0.375rem 0;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.panel .foot .button {
  z-index: 2;
  position: relative;
}

.panel.feedback .panel-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
}

@media print, screen and (min-width: 64em) {
  .panel.feedback .panel-contact {
    font-size: 1.25rem;
  }
}

.panel.feedback .panel-contact li {
  margin: 0 0 0.25rem 0;
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .panel.feedback .panel-contact li {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .panel.feedback .panel-contact li:first-child {
    float: none;
    width: 100%;
  }
}

.panel.feedback .panel-contact li a {
  text-decoration: none;
  color: #000;
}

.panel.feedback .panel-contact li a .tg-1 {
  color: #99ca3c;
  border-bottom: dotted 1px #99ca3c;
}

@media print, screen and (min-width: 64em) {
  .panel.feedback .button {
    margin-bottom: 0;
  }
}

.panel.feedback .inline-list {
  margin-bottom: 1rem;
}

.panel.list {
  padding: 0;
}

.panel.list .panel-head {
  margin: 0;
  padding: 0.75rem 1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #7d7e81;
  border-radius: 3px 3px 0 0;
}

.panel.list ul {
  margin: 0;
  padding: 0.75rem 1rem;
  list-style: none;
  font-size: 0.825rem;
  background: #f5f5f5;
}

.panel.list ul li {
  padding: 0.25rem 0;
  border-bottom: dotted 1px #7d7e81;
}

.panel.list ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.panel.list ul li a {
  color: #000;
  text-decoration: none;
}

.panel.list ul li a:hover {
  color: #444;
}

.panel.list ul li tt {
  font-family: Muller, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #7d7e81;
}

.panel.list ul li .panel-badge {
  float: right;
}

.panel.list ul li .panel-badge * {
  display: inline-block;
  margin: 0 0 0 0.15rem;
  vertical-align: middle;
}

.panel.list ul li .panel-badge img {
  width: 1.15rem;
}

.panel.list ul li .panel-badge i {
  font-style: normal;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.panel.list .readmore {
  display: block;
  padding: 0.5rem;
  width: 100%;
  font-size: 0.785rem;
  text-align: center;
  color: #fff;
  background: #7d7e81;
  border-radius: 0 0 3px 3px;
}

.panel.news {
  padding: 0;
}

.panel.news h5 {
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  color: #7d7e81;
}

@media print, screen and (min-width: 64em) {
  .panel.news h5 {
    height: 4.75rem;
  }
}

.panel.news h5 a {
  color: #7d7e81;
  text-decoration: none;
}

.panel.news h5 small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.panel.news h5 .calendar {
  float: right;
  margin: 0.2rem 0 0 0.5rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #99ca3c;
  border-radius: 50%;
}

.panel.news h5 .calendar > big {
  display: block;
  padding: 0.875rem 0 0 0;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.panel.news h5 .calendar > small {
  display: block;
  font-size: 0.725rem;
  line-height: 1rem;
  color: #fff;
}

.panel.news h5 .calendar i {
  display: block;
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-position: center top;
  border-radius: 50%;
}

.panel.news h5 .fa-user-circle {
  float: right;
  margin: 0.2rem 0 0 0.5rem;
  font-size: 4rem;
  color: #ac8960;
}

.panel.news p {
  margin: 0 0 0.5rem 0;
  color: #7d7e81;
}

.panel.pricelist .sold th,
.panel.pricelist .sold td {
  background: rgba(225, 10, 10, 0.25);
}

.panel.rieltor h3,
.panel.rieltor h4,
.panel.rieltor h5,
.panel.rieltor p {
  margin-bottom: 0.5rem;
}

.panel.rieltor.office {
  padding: 0;
  text-align: center;
}

.panel.rieltor.office .panel-head img {
  border-radius: 3px 3px 0 0;
}

.panel.rieltor.office .panel-body {
  padding: 1rem;
}

.panel.rieltor.office .panel-foot {
  padding: 0 1rem 0.1rem 1rem;
}

.panel.rieltor .panel-thumb {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .panel.rieltor .panel-thumb {
    float: left;
    margin-right: 1.5rem;
    width: 40%;
  }
}

.panel.rieltor .slider-embed {
  height: 100%;
}

.panel.rieltor .slider-embed div {
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .panel.scroll {
    height: 100%;
    overflow: auto;
  }
}

.panel.search {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.bgr-gradient .panel.search {
  padding: 1rem 0 0 0;
  color: #f5f5f5;
}

.bgr-light .panel.search {
  margin: 0;
  padding: 0;
}

.panel.search a {
  text-decoration: none;
}

.bgr-gradient .panel.search a {
  color: #f5f5f5;
}

.bgr-gradient .panel.search label {
  color: #f5f5f5;
}

.panel.search label.float-left {
  margin-right: 1rem;
}

.panel.search label select,
.panel.search label input {
  z-index: 5;
  position: relative;
  border: solid 1px #7d7e81;
}

.panel.search label select:focus,
.panel.search label input:focus {
  border: solid 1px #7d7e81;
}

.panel.search label.pretty-check > span::before {
  border: solid 1px #7d7e81;
}

.panel.search label .dropdown-pane {
  min-width: 25rem;
  color: initial;
}

.panel.search label .dropdown-pane.list-cell {
  padding: 1rem 1rem 0 1rem;
  min-width: 42rem;
}

.panel.search label .dropdown-pane.list-cell li {
  margin-top: 0;
  margin-bottom: 0;
}

.panel.search label .dropdown-pane a {
  color: initial;
}

.panel.search .button {
  min-width: 10rem;
}

.panel.search .button.fix {
  margin: 1rem 0 0 0;
  padding: 1rem;
  width: 100%;
}

.panel.search .search-crn {
  margin: 0 0 0.25rem 0;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
  width: 9rem;
  height: 1.75rem;
  font-size: 0.725rem;
  background-position: right -1.75rem center;
}

.panel.search .search-main {
  padding: 1rem 0 0 0;
}

.panel.search .search-main.arr input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='20' viewBox='0 0 32 20'><path style='fill: #7D7E81' d='M31.7,2.6L30.1,1c-0.4-0.4-1.1-0.4-1.5,0L16,13.6L3.4,1C3,0.6,2.3,0.6,1.9,1L0.3,2.6C-0.1,3-0.1,3.6,0.3,4l15,15c0.4,0.4,1,0.4,1.4,0l0,0l15-15C32.1,3.7,32.1,3,31.7,2.6z'/></svg>");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}

.panel.search .search-main.arr .dropdown-pane {
  left: 0 !important;
}

.panel.search .search-main.prc {
  position: relative;
}

.panel.search .search-main.prc > label > a {
  z-index: 7;
  position: absolute;
  top: 0.45rem;
  right: 0.85rem;
  font-size: 1.25rem;
  color: #7d7e81;
}

.panel.search .search-main.prc .dropdown-pane {
  top: 3.075rem !important;
  left: 0 !important;
  min-width: 100% !important;
}

.panel.search .inline-list {
  float: right;
  text-align: right;
}

.panel.search .inline-list li {
  margin: 0 0 0 0.75rem;
}

.panel.search .inline-list li .fa {
  width: 1rem;
}

.panel.slider {
  padding: 0;
  height: 100%;
}

.panel.slider .slider-nav-2 {
  margin: 0.25rem -0.125rem 0 -0.125rem;
}

.panel.slider .slider-nav-2 .item {
  margin: 0 0.125rem;
}

.promo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 5px #fff;
}

@media print, screen and (min-width: 64em) {
  .promo > .grid-container {
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .promo > .grid-container > .align-middle {
    height: 100%;
  }
}

.promo.fixed {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
}

.promo-logo {
  display: block;
  margin: 1.5rem auto;
  text-decoration: none;
}

@media screen and (max-width: 39.9375em) {
  .promo-logo {
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  .promo-logo {
    width: 33rem;
    height: 4rem;
  }
}

@media print, screen and (min-width: 64em) {
  .promo-logo {
    height: 7rem;
  }
}

.promo-logo > img {
  width: 17rem;
}

@media print, screen and (min-width: 40em) {
  .promo-logo > img {
    float: left;
  }
}

.promo-logo > span {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 39.9375em) {
  .promo-logo > span {
    margin: 1rem auto;
    width: 15rem;
  }
}

@media print, screen and (min-width: 40em) {
  .promo-logo > span {
    float: right;
    position: relative;
    padding: 0 0 0 1rem;
  }
}

.promo-logo > span > img {
  float: right;
  margin: -1rem 0 0 1rem;
  width: 5rem;
}

@media print, screen and (min-width: 40em) {
  .promo-logo > span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  }
}

.promo-strike {
  display: block;
  position: relative;
  font-size: 1.25rem;
  letter-spacing: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  .promo-strike::before,
  .promo-strike::after {
    content: "";
    position: absolute;
    top: 50%;
    margin: 0;
    width: 28%;
    border-top: solid 1px #000;
  }
}

.promo-strike::before {
  left: 0;
}

.promo-strike::after {
  right: 0;
}

.promo svg {
  position: absolute;
  right: 1rem;
  bottom: 3rem;
  width: 100px;
  transform: rotateY(-180deg);
}

@media screen and (max-width: 39.9375em) {
  .promo svg {
    display: none;
  }
}

.promo svg path,
.promo svg polygon {
  fill: #e10a0a;
}

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

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

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

.slick-loading .slick-list {
  background: url("loader.gif") center center no-repeat;
}

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

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-prev,
.slick-next {
  z-index: 8;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -1rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
  font: 0/0 FontAwesome;
  text-align: center;
  text-indent: -2000em;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.175);
}

@media screen and (max-width: 63.9375em) {
  .slick-prev,
  .slick-next {
    opacity: 0.6;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  cursor: pointer;
}

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

.slick-prev::before,
.slick-next::before {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  text-indent: 0;
}

.slick-prev {
  left: 0.5rem;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0.5rem;
}

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

[dir="rtl"] .slick-prev::before {
  content: "\f104";
}

.slick-next {
  right: 0.5rem;
}

[dir="rtl"] .slick-next {
  left: 0.5rem;
  right: auto;
}

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

[dir="rtl"] .slick-next::before {
  content: "\f105";
}

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

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

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

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

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

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

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

.head .slider-embed,
.offer-head .slider-embed {
  height: 100%;
}

.head .slider-embed div,
.offer-head .slider-embed div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slider-for-1 {
  width: 100%;
  height: 100%;
}

.slider-for-1 div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.full .slider-for-1 .slick-prev,
.full .slider-for-1 .slick-next {
  margin-top: -1.125rem;
  width: 2.25rem;
  height: 2.25rem;
}

.full .slider-for-1 .slick-prev::before,
.full .slider-for-1 .slick-next::before {
  font-size: 2rem;
  line-height: 2.25rem;
}

.slider-multiple {
  margin: 0 -0.75rem;
}

.slider-multiple .item {
  position: relative;
  padding: 0 0.75rem;
}

.slider-multiple .slick-prev,
.slider-multiple .slick-next {
  z-index: 10;
  margin-top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #7d7e81;
  border: solid 2px #7d7e81;
  border-radius: 3px;
}

.slider-multiple .slick-prev:hover,
.slider-multiple .slick-next:hover {
  color: #fff;
  background: #7d7e81;
  border-color: #7d7e81;
}

.slider-multiple .slick-prev::before,
.slider-multiple .slick-prev::after,
.slider-multiple .slick-next::before,
.slider-multiple .slick-next::after {
  font-size: 2rem;
  line-height: 2rem;
}

@media print, screen and (min-width: 64em) {
  .slider-multiple .slick-prev {
    left: -2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .slider-multiple .slick-next {
    right: -2.5rem;
  }
}

.slider-nav-1 {
  z-index: 2;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 63.9375em) {
  .slider-nav-1 {
    display: none;
  }
}

.slider-nav-1 img {
  height: 6rem;
}

.slider-nav-2 {
  margin: 0.25rem -0.125rem 0.25rem -0.125rem;
}

@media screen and (max-width: 39.9375em) {
  .slider-nav-2 {
    display: none;
  }
}

.slider-nav-2 .item {
  margin: 0 0.125rem;
}

.slider-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner .slider-play {
    position: relative;
  }
}

.slider-play div {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .banner .slider-play div {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .banner .slider-play div {
    height: 100%;
  }
}

.footer {
  color: #fff;
  background: #73492d;
}

.footer a {
  color: #fff;
}

.footer img {
  max-width: 17rem;
}

.footer-award {
  display: block;
  margin: auto;
}

@media screen and (max-width: 63.9375em) {
  .footer-award {
    width: 70%;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-award {
    width: 80%;
  }
}

.block {
  display: block;
  width: 100%;
}

.fixed {
  z-index: 6;
  position: fixed;
}

.fixed.top {
  top: 0;
}

.fixed.right {
  right: 0;
}

.fixed.bottom {
  bottom: 0;
}

.fixed.left {
  left: 0;
}

.reveal .fixed {
  padding: 0.75rem;
}

@media print, screen and (min-width: 64em) {
  .fix-2 {
    position: absolute;
    top: 0.5rem;
    right: 4rem;
  }
}

@media print, screen and (min-width: 40em) {
  .h100 {
    height: 100%;
  }
  .h100 > .grid-y {
    height: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .h24 {
    height: 24rem;
  }
  .h24 > .grid-y {
    height: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .h32 {
    height: 32rem;
  }
  .h32 > .grid-y {
    height: 100%;
  }
}

.h15 {
  height: 15rem;
}

.h18 {
  height: 18rem;
}

.inline {
  display: inline;
}

.inline.middle {
  vertical-align: middle;
}

.mute {
  margin-bottom: 0;
}

.mute.reveal {
  padding: 0;
  background: transparent;
  border: 0;
}

@media screen and (max-width: 39.9375em) {
  .p {
    padding-bottom: 0.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .p {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .tmb {
    margin-bottom: 0.75rem;
  }
}

.box-shadow {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.caption {
  padding: 0.5rem;
  text-align: center;
  background: #d1d3d4;
  border-radius: 0 0 3px 3px;
}

.caption a {
  color: #000;
}

.quote {
  font-style: italic;
  font-weight: bold;
}

.quote::before {
  content: "\201E";
}

.quote::after {
  content: "\201C";
}

.banner .quote {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.75);
}

.readmore {
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}

.readmore .fa {
  font-size: 1rem;
}

.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  padding-right: 1.5rem;
  vertical-align: middle;
}

.table-cell:last-child {
  padding-right: 0;
}

.bgr-gradient {
  background: linear-gradient(#73492d, #ba996d);
}

.bgr-gradient a,
.bgr-gradient label {
  color: #fff;
}

.bgr-primary-a {
  color: #fff !important;
  background-color: #ba996d !important;
}

.bgr-primary-b {
  color: #fff !important;
  background-color: #73492d !important;
}

.bgr-success {
  color: #fff !important;
  background-color: #99ca3c !important;
}

.bgr-success:hover,
.bgr-success:focus {
  color: #fff;
}

.bgr-alert {
  color: #fff !important;
  background-color: #e10a0a !important;
}

.bgr-light {
  padding-bottom: 0.75rem;
  background-color: #f5f5f5 !important;
}

.bgr-medium {
  color: #fff;
  background-color: #7d7e81 !important;
}

.bgr-medium * {
  color: #fff;
}

.shadow,
.offer,
.input-group {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.light {
  background-color: #f5f5f5;
}

.medgr {
  color: #fff;
  background-color: #7d7e81;
}

.white {
  background-color: #fff;
}

.white.trans {
  background-color: rgba(255, 255, 255, 0.8);
}

.color-primary {
  color: #ac8960 !important;
}

.color-secondary {
  color: #d1d3d4 !important;
}

.color-success {
  color: #99ca3c !important;
}

.color-warning {
  color: #d58a29 !important;
}

.color-alert {
  color: #e10a0a !important;
}

.color-light {
  color: #f5f5f5 !important;
}

.color-medium {
  color: #7d7e81 !important;
}

.color-medium-all * {
  color: #7d7e81;
}

.color-medium-all a:hover {
  color: #000;
}

.color-dark {
  color: #444 !important;
}

.color-white {
  color: #fff !important;
}

.color-white-all * {
  color: #fff;
}

.color-white-all a:hover {
  color: #fff;
}

.color-black {
  color: #000 !important;
}

.color-black-all * {
  color: #000 !important;
}

.color-black-all a:hover {
  color: #000;
}

.font-light,
.button small,
.banner-caption .body,
.offer-body .offer-list i,
.panel.list ul li .panel-badge i {
  font-family: MullerLight;
}

.font-black {
  font-family: GloberBlack;
}

.font-regular,
.panel.news p .readmore {
  font-weight: normal !important;
}

.font-mmedium,
.badge,
.menu-head > ul > li > a,
.banner-badge-box,
.offer-body .offer-list b,
.offer-discret em > span,
.readmore,
.list-zebra > li b,
.inline-list > li b {
  font-family: MullerMedium;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.font-underline {
  text-decoration: underline;
}

.font-underline a {
  text-decoration: underline;
}

.font-u0,
.font-underlineoff {
  text-decoration: none;
}

.font-u0 a,
.font-underlineoff a {
  text-decoration: none;
}

.font-nowrap {
  white-space: nowrap;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-upper0 {
  text-transform: none;
}

.font-shadow {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.8);
}

.font-xxxsmall {
  font-size: 0.675rem;
}

.font-xxsmall {
  font-size: 0.725rem;
}

.font-xsmall,
.badge {
  font-size: 0.785rem;
}

.font-small,
header .util > li,
.panel.list .panel-head,
select.min {
  font-size: 0.875rem;
}

.font-normal,
.dropdown.menu ul.menu li,
.menu-head > ul > li > .menu.list dd,
.panel.news p,
.panel.news p .readmore,
table,
.input-group-field {
  font-size: 0.925rem;
}

.font-medium,
.menu-head > ul > li > .menu.list dt,
.offer-body .offer-location,
.offer-body .offer-list,
.readmore {
  font-size: 1rem;
}

.font-large,
.offer-foot .offer-price,
.input-group-button .button,
.circle-o li {
  font-size: 1.25rem;
}

.font-xlarge,
.offer-body .offer-title {
  font-size: 1.5rem;
}

.font-xxlarge {
  font-size: 1.75rem;
}

.font-h2,
.font-h3,
.font-h4 {
  font-weight: bold;
  line-height: initial;
}

.font-h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 39.9375em) {
  .font-h2 {
    font-size: 1.75rem;
  }
}

.font-h3 {
  font-size: 1.9375rem;
}

@media screen and (max-width: 39.9375em) {
  .font-h3 {
    font-size: 1.5rem;
  }
}

.font-h4 {
  font-size: 1.5625rem;
}

@media screen and (max-width: 39.9375em) {
  .font-h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .small-font-xxxsmall {
    font-size: 0.675rem;
  }
  .small-font-xxsmall {
    font-size: 0.725rem;
  }
  .small-font-xsmall {
    font-size: 0.785rem;
  }
  .small-font-small {
    font-size: 0.875rem;
  }
  .small-font-normal {
    font-size: 0.925rem;
  }
  .small-font-medium {
    font-size: 1rem;
  }
  .small-font-large {
    font-size: 1.25rem;
  }
  .small-font-xlarge {
    font-size: 1.5rem;
  }
  .small-font-xxlarge {
    font-size: 1.75rem;
  }
}

.SumoSelect {
  display: inline-block;
  position: relative;
  margin: 0 0 1.375rem 0;
  width: 100%;
  outline: none;
}

.SumoSelect > .CaptionCont {
  position: relative;
  margin: 0;
  padding: 0.475rem 1rem;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #7d7e81;
  background: #fff;
  border: solid 1px #7d7e81;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.SumoSelect > .CaptionCont > label {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
}

.SumoSelect > .CaptionCont > label > i {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin: -50% 0 0 0;
  height: 50%;
}

.SumoSelect > .CaptionCont > label > i::after {
  content: "\f107";
  font: 1.5rem/2rem FontAwesome;
  color: #7d7e81;
}

.SumoSelect > .optWrapper {
  z-index: -100;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  color: #7d7e81;
  background: #fff;
  border: 1px solid #7d7e81;
  border-radius: 3px;
  box-sizing: border-box;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
}

.SumoSelect > .optWrapper.open {
  top: 49px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.SumoSelect > .optWrapper > .options {
  margin: 0;
  max-height: 12.5rem;
  overflow: auto;
  list-style: none;
}

.SumoSelect > .optWrapper > .options > li {
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
}

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options > li.disabled * {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options > li label {
  font-size: 0.88rem !important;
  line-height: 1.5rem !important;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .MultiControls {
  padding: 0.5rem 1rem;
  border-top: 1px solid #7d7e81;
}

.SumoSelect > .optWrapper > .MultiControls > p {
  display: inline-block;
  margin: 0;
  padding: 0.4rem 1rem;
  font-weight: bold;
  font-size: 0.785rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .MultiControls > p:hover {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.45);
}

.SumoSelect > .optWrapper > .MultiControls > p:active {
  padding: 0.425rem 0.975rem 0.375rem 1.025rem;
}

.SumoSelect > .optWrapper > .MultiControls > p.btnOk {
  background: #99ca3c;
}

.SumoSelect > .optWrapper > .MultiControls > p.btnCancel {
  float: right;
  background: #e10a0a;
}

.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect .select-all {
  position: relative;
  margin: 0;
  padding: 0.5rem 0 0.5rem 2.5rem;
  border-bottom: 1px solid #7d7e81;
}

.SumoSelect .select-all > label {
  color: #000 !important;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
}

.checkbox,
.SumoSelect > .optWrapper > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 1.2rem;
  left: 0.5rem;
}

.checkbox-selected,
.SumoSelect > .optWrapper > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.checkbox-partial,
.SumoSelect .select-all.partial > span i {
  box-shadow: none;
  border-color: transparent;
  background-color: #000;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox-selected,
.SumoSelect > .optWrapper > .options > li.selected span i,
.SumoSelect .select-all.selected > span i {
  background-color: #000;
}

.checkbox-partial,
.SumoSelect .select-all.partial > span i {
  background-color: #7d7e81;
}

.checkbox i,
.SumoSelect > .optWrapper > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #7d7e81;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  cursor: pointer;
}

.off-canvas-wrapper::-webkit-scrollbar {
  width: 0.5rem;
}

.off-canvas-wrapper::-webkit-scrollbar-button {
  display: none;
}

.off-canvas-wrapper::-webkit-scrollbar-track-piece {
  margin: 0;
  background: #ddd;
  border: 0;
}

.off-canvas-wrapper::-webkit-scrollbar-thumb {
  background: #7d7e81;
}

.off-canvas-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7b7b7b;
}

a > u {
  text-decoration: none;
  border-bottom: solid 1px;
}

hr {
  border-color: #d1d3d4;
}

hr.quarter {
  width: 25%;
}

hr.half {
  width: 50%;
}

hr.fit {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

hr.fit.v {
  margin-top: 0;
}

hr.light {
  border-color: #f5f5f5;
}

label {
  position: relative;
}

label input.hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

label .dropdown-pane {
  left: 0 !important;
  width: 100%;
  overflow: auto;
}

label .fa-money {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  height: 2.05rem;
  font-size: 1.25rem;
  color: #7d7e81;
  cursor: pointer;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #d1d3d4;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #d1d3d4;
}

input.arrow {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='20' viewBox='0 0 32 20'><path style='fill: #7D7E81' d='M31.7,2.6L30.1,1c-0.4-0.4-1.1-0.4-1.5,0L16,13.6L3.4,1C3,0.6,2.3,0.6,1.9,1L0.3,2.6C-0.1,3-0.1,3.6,0.3,4l15,15c0.4,0.4,1,0.4,1.4,0l0,0l15-15C32.1,3.7,32.1,3,31.7,2.6z'/></svg>");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}

select {
  color: #7d7e81;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='20' viewBox='0 0 32 20'><path style='fill: rgb%2868, 68, 68%29' d='M31.7,2.6L30.1,1c-0.4-0.4-1.1-0.4-1.5,0L16,13.6L3.4,1C3,0.6,2.3,0.6,1.9,1L0.3,2.6C-0.1,3-0.1,3.6,0.3,4l15,15c0.4,0.4,1,0.4,1.4,0l0,0l15-15C32.1,3.7,32.1,3,31.7,2.6z'/></svg>");
  background-position: right -1.05rem center;
  background-size: 14px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  color: #000;
}

select.min {
  margin-bottom: 0;
  padding: 0 1rem 0 0.25rem;
  max-width: 3.75rem;
  height: 1.5rem;
  vertical-align: middle;
  background-position: right -0.75rem center;
  background-size: 10px 7px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  text-transform: uppercase;
}

table th,
table td {
  padding: 0.375rem;
}

.input-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  border-radius: 3px;
}

.input-group-field {
  height: 2.5rem;
  border: none;
  box-shadow: none;
}

.input-group-field:focus {
  border: none;
  box-shadow: none;
}

.input-group-button .button {
  padding-right: 0;
  padding-left: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}

.pretty-check {
  margin-bottom: 1.5rem;
}

.pretty-check.mute {
  margin-bottom: 0;
  line-height: inherit;
}

.pretty-check > span {
  position: relative;
}

.pretty-check > span::before {
  content: "\f00c";
  display: inline-block;
  margin: 0 0.2rem 0 0;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  font: 0.725rem/0.925rem FontAwesome;
  text-align: center;
  vertical-align: text-bottom;
  color: rgba(255, 255, 255, 0);
  background: #fff;
  border-radius: 3px;
  border: solid 1px #7d7e81;
  cursor: pointer;
}

.pretty-check > input[type="checkbox"] {
  display: none !important;
}

.pretty-check > input[type="checkbox"]:checked + span::before {
  color: #7d7e81;
}

.list-block {
  margin: 0 0 0.75rem 0;
  list-style: none;
}

.list-block > li {
  padding: 0.15rem 0;
}

.list-block > li a {
  text-decoration: none;
}

.list-block.set {
  margin: -0.75rem;
}

.list-block.set li {
  padding: 0.5rem;
  border-bottom: solid 1px #f5f5f5;
}

.list-block.set li:hover {
  background: #f5f5f5;
}

.list-block.set li label {
  font-size: inherit;
  cursor: pointer;
}

.list-block.set li label input {
  margin: 0;
  vertical-align: middle;
}

.list-cell {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}

.list-cell > li {
  display: inline-block;
  margin: 0.5rem -0.2rem 0.5rem 0;
  vertical-align: top;
}

.list-cell.x2 > li {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .list-cell.x2 > li {
    width: 50%;
  }
}

.list-cell.x3 > li {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .list-cell.x3 > li {
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .list-cell.x3 > li {
    width: 33%;
  }
}

.list-cell.x4 > li {
  width: 50%;
}

@media print, screen and (min-width: 40em) {
  .list-cell.x4 > li {
    width: 33%;
  }
}

@media print, screen and (min-width: 64em) {
  .list-cell.x4 > li {
    width: 25%;
  }
}

.list-cell.x5 > li {
  width: 33%;
}

@media print, screen and (min-width: 40em) {
  .list-cell.x5 > li {
    width: 25%;
  }
}

@media print, screen and (min-width: 64em) {
  .list-cell.x5 > li {
    width: 20%;
  }
}

.list-check {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}

.list-check li {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}

.list-check li:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
}

.list-check.medium li:before {
  color: #7d7e81;
}

.list-check.primary li:before {
  color: #ac8960;
}

.list-check.secondary li:before {
  color: #d1d3d4;
}

.list-check.warning li:before {
  color: #d58a29;
}

.list-inline {
  margin: 0 0 0.75rem 0;
  list-style: none;
}

.list-inline.mute {
  margin: 0;
}

.list-inline > li {
  display: inline-block;
  margin-right: 0.75rem;
  white-space: nowrap;
}

.list-inline > li:last-child {
  margin-right: 0;
}

form .list-inline > li a {
  text-decoration: none;
}

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

.list-line > li {
  margin: 0.75rem 0 0 0;
  padding: 0.75rem 0 0 0;
  border-top: solid 1px #d1d3d4;
}

.list-zebra {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 64em) {
  .list-zebra.mr {
    margin-right: 25rem;
  }
}

.list-zebra > li {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.list-zebra > li:nth-child(odd) {
  background: #f5f5f5;
}

.light .list-zebra > li:nth-child(odd) {
  background: #fff;
}

.list-zebra > li i {
  font-style: normal;
}

.list-zebra-off li {
  margin: 0 0 0.25rem 0;
  background: #f5f5f5;
}

.list-zebra-line {
  margin: 0;
  padding: 0 0 0.5rem 0;
  font-size: 0.875rem;
  list-style: none;
  border-bottom: solid 1px #7d7e81;
}

.list-zebra-line li {
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 0 0 0;
  background: transparent;
  border-top: solid 1px #7d7e81;
}

@media print, screen and (min-width: 64em) {
  .accordion .list-zebra {
    margin-right: 42%;
  }
}

@media screen and (max-width: 39.9375em) and (orientation: portrait) {
  .small-list-destroy > li {
    display: block;
    margin: 0;
    white-space: normal;
  }
}

.inline-list {
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 39.9375em) {
  .inline-list {
    margin: 0 0 0.75rem 0;
  }
}

@media print, screen and (min-width: 40em) {
  .inline-list {
    margin: 0 0 1.5rem 0;
  }
}

.inline-list > li {
  display: inline-block;
  margin: 0 0.75rem 0.125rem 0;
}

.inline-list > li i {
  font-style: normal;
}

.circle-o li {
  position: relative;
  font-weight: bold;
  color: #7d7e81;
}

@media screen and (max-width: 63.9375em) {
  .circle-o li {
    padding: 0 0 0.5rem 1.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .circle-o li {
    padding: 0 0 0.75rem 2.25rem;
  }
}

.circle-o li::before {
  content: "\f05d";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
}

@media screen and (max-width: 63.9375em) {
  .circle-o li::before {
    top: -0.35rem;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .circle-o li::before {
    top: -0.5rem;
    font-size: 1.875rem;
  }
}

.circle-o.primary li::before {
  color: #ac8960;
}

.circle-o.success li::before {
  color: #99ca3c;
}

.circle-o.alert li::before {
  color: #e10a0a;
}

@media screen and (max-width: 39.9375em) {
  .small-mute {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .small-text-center {
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-mute {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .medium-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .medium-text-right {
    text-align: right;
  }
}

@media print, screen and (min-width: 64em) {
  .large-mute {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-right {
    text-align: right;
  }
}

.avatar {
  position: relative;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #d1d3d4;
  border-radius: 50%;
  outline: none;
}

.offer .avatar {
  width: 4.2rem;
  height: 4.2rem;
  border: solid 3px #fff;
  cursor: pointer;
}

.landing .offer .avatar {
  border: 0;
}

.medium-cell-block-y .avatar {
  margin: 0.75rem;
}

.avatar.small {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.75rem;
  line-height: 3.25rem;
  text-align: center;
  color: #7d7e81;
}

.avatar.small .fa {
  font-size: 1.5rem;
}

.avatar .fa {
  position: absolute;
  bottom: -0.25rem;
  font-size: 2rem;
  text-shadow: -1px -1px 0 #fff;
}

.offer .avatar .fa {
  font-size: 1.5rem;
}

.avatar .fa-trophy {
  right: -0.375rem;
  color: #d58a29;
}

.avatar .fa-shield {
  left: -0.375rem;
  color: #e10a0a;
}

.band {
  z-index: 3;
  display: block;
  position: absolute;
  top: 50%;
  right: -5.25rem;
  left: -5.25rem;
  transform: rotate(-33deg);
  font-weight: bold;
  letter-spacing: 0.25rem;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #e10a0a;
}

@media screen and (max-width: 39.9375em) {
  .band {
    margin: -1.25rem 0;
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .band {
    margin: -1.5rem 0;
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-slider .band {
    margin: -2.5rem 0;
    font-size: 2.5rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .banner-play .band {
    top: 13.5rem;
  }
}

.cd-auto-hide-header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.5s;
  background: #73492d;
}

@media print, screen and (min-width: 64em) {
  .cd-auto-hide-header {
    display: none;
  }
}

.cd-auto-hide-header.is-hidden {
  transform: translateY(-100%);
}

.cd-auto-hide-header .cnt {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}

.cd-auto-hide-header .cnt > a {
  font-size: 1.725rem;
  line-height: initial;
  color: #fff;
}

.cd-auto-hide-header .mnu {
  top: 0;
  right: 0;
}

.cd-auto-hide-header .lgo {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  margin: 0 0 0 -6rem;
  width: 12rem;
  height: 2.2rem;
  overflow: hidden;
  text-align: left;
  text-indent: -1000em;
  background: url(../img/logo-kadife.png) center no-repeat;
  background-size: contain;
}

.widget-contacts {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}

.widget-contacts li {
  position: relative;
  padding: 0.225rem 0.225rem 0 1.5rem;
}

.widget-contacts li .fa {
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 1rem;
  text-align: center;
}

.widget-contacts li .fa-envelope {
  font-size: 85%;
}

.widget-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  animation-name: rotateAnim;
  animation-duration: 0.35s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.widget-loader div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #7d7e81;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.widget-loader div:nth-child(odd) {
  border-top: none;
  border-left: none;
}

.widget-loader div:nth-child(even) {
  border-bottom: none;
  border-right: none;
}

.widget-loader div:nth-child(2) {
  border-width: 2px;
  left: 0px;
  top: -4px;
  width: 12px;
  height: 12px;
}

.widget-loader div:nth-child(3) {
  border-width: 2px;
  left: -1px;
  top: 3px;
  width: 18px;
  height: 18px;
}

.widget-loader div:nth-child(4) {
  border-width: 3px;
  left: -1px;
  top: -4px;
  width: 24px;
  height: 24px;
}

.widget-loader div:nth-child(5) {
  border-width: 3px;
  left: -1px;
  top: 4px;
  width: 32px;
  height: 32px;
}

.widget-loader div:nth-child(6) {
  border-width: 4px;
  left: 0px;
  top: -4px;
  width: 40px;
  height: 40px;
}

.widget-loader div:nth-child(7) {
  border-width: 4px;
  left: 0px;
  top: 6px;
  width: 50px;
  height: 50px;
}

@keyframes rotateAnim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.map {
  position: relative;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 39.9375em) {
  .map {
    height: 450px;
  }
}

@media print, screen and (min-width: 40em) {
  .map {
    height: 650px;
  }
}

.header-banner .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

.map iframe {
  position: absolute;
}

.map .pin {
  z-index: 2;
  position: absolute;
  display: inline-block;
}

.map .pin img {
  width: 1.5rem;
}

.rel {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.rel .top,
.rel .bottom,
.rel .middle {
  z-index: 3;
  display: block;
  position: absolute;
}

.rel .top {
  top: 0;
}

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

.rel .bottom {
  bottom: 0;
}

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

.rel .middle {
  top: 50%;
  margin-top: -0.5rem;
  width: 100%;
}

a.rel {
  display: block;
}

.widget-social > a {
  display: inline-block;
  margin: 0 0.05rem 0.325rem 0.05rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.banner .widget-social > a,
.footer .widget-social > a {
  color: #8a6041;
  background: #fff;
}

.banner .widget-social > a:hover,
.footer .widget-social > a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.panel .widget-social > a {
  margin-bottom: 0.375rem;
  color: #fff;
  background: #7d7e81;
}

footer .widget-social > a:last-child {
  display: none;
}

.tg-0 {
  display: none;
}

.tg-0.expanded {
  display: block;
}

.tg-1 {
  display: inline-block;
}

.tg-2 {
  z-index: 9;
  position: absolute;
  top: 11rem;
  right: 1rem;
  width: 20rem;
  opacity: 0;
  -webkit-animation-name: disappear;
  animation-name: disappear;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes disappear {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes disappear {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.tg.expanded .tg-0 {
  display: inline;
}

.tg.expanded .tg-1 {
  display: none;
}

.tg-btn {
  text-decoration: none;
  border-bottom: dotted 1px #99ca3c;
  outline: none;
  cursor: pointer;
}

.widget-zoom {
  position: relative;
  margin: 1rem auto;
  max-width: 1000px;
}

.widget-zoom .cloud-zoom-wrap .cloud-zoom-lens {
  cursor: zoom-in;
}

.widget-zoom .cloud-zoom-wrap .cloud-zoom-big {
  top: 0;
  left: 0 !important;
}

.widget-zoom .cloud-zoom-wrap .cloud-zoom {
  position: relative;
  display: block;
  width: 1000px;
  height: 750px;
  text-align: center;
}

.widget-zoom .cloud-zoom-wrap .cloud-zoom img {
  margin: auto;
  height: 100%;
  border-radius: 3px;
}

.widget-zoom .cloud-zoom-wrap .cloud-zoom:before {
  content: "\f00e";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -60px auto 0 auto;
  width: 120px;
  height: 120px;
  font: 5rem/120px "FontAwesome";
  color: #444;
  text-shadow: -1px -1px #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

.widget-zoom .cloud-zoom-wrap .mousetrap {
  width: 100% !important;
  height: 100% !important;
}

/* -------TODOR------- */
.header-info {
  width: 100%;
  background: #99ca3c !important;
  z-index: 999999;
}
.btn-header-info {
  margin: auto 0;
  font-size: 1.5rem;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-header-info:hover {
  color: rgb(235, 235, 235) !important;
  transition: 0.3s;
}

.anchor-header-info {
  transition: 0.3s;
}

.anchor-header-info:hover {
  color: rgb(235, 235, 235) !important;
  transition: 0.3s;
}

.mobile-font-size {
  font-size: 12px;
}
.mobile-header {
  width: 100%;
  height: 58px;
  position: relative;
}

.mobile-header.lgo {
  position: absolute;
  /* top: 3.75rem; */
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  overflow: hidden;
  text-align: left;
  text-indent: -1000em;
  background: url(../img/logo-en.png) center no-repeat;
  background-size: contain;
}

.mobile-header.cnt {
  position: absolute;
  /* top: 0.55rem; */
  top: -50%;
  transform: translateY(-50%);
  left: 1rem;
}

.mobile-header .mnu {
  top: -50%;
  transform: translateY(-50%);
  right: 0;
}
.cd-auto-hide-header {
  height: 5.7rem;
}

@media print, screen and (min-width: 64em) {
  .banner {
    height: calc(100vh - 2.45rem);
  }
}

@media print, screen and (min-width: 250px) and (max-width: 940px) {
  .cd-auto-hide-header {
    height: 6rem;
  }

  .header {
    height: 6em;
  }
  .banner {
    margin-top: 5.7rem;
  }
  .banner-play .slick-prev,
  .banner-play .slick-next {
    top: 32vh;
  }
}

.img-center-slider {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 8.2rem;
  z-index: 999;
  transform: translate(-50%, -50%) !important;
  transition: 0.25s ease;
  -webkit-filter: invert(0);
  cursor: pointer;
}
.img-center-slider:hover {
  -webkit-filter: invert(0.1);
  transition: 0.25s ease;
}

@media only screen and (max-width: 550px) {
  .img-center-slider {
    width: 5rem;
  }
}
#reveal-feedback-a {
  padding: 1.5rem;
}

/* ---- Newsletter Subscriptions ----- */
.newsletter-subscription {
  background: #73492d;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.newsletter-subscription .widget-social > a {
  width: 4rem;
  height: 2.5rem;
  font-size: 2.25rem;
  color: #fff;
}

.newsletter-subscription .widget-social > a:hover {
  opacity: 0.8;
}

.newsletter-subscription h3 {
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.barnes-badge {
  text-decoration: none;
  margin-left: 2rem;
  width: 2.7rem;
}
.barnes-badge img {
  width: 91px;
}
header .logo img {
}
@media only screen and (max-width: 820px) {
  .mobile-header {
    width: 100%;
    height: 58px !important;
    position: relative;
  }
  .newsletter-subscription .widget-social > a {
    width: 3rem;
    height: 2rem;
    font-size: 1.5rem;
    color: #fff;
  }
  .newsletter-subscription h3 {
    font-size: 1.3rem !important;
  }
  .barnes-badge img {
    width: 2.8rem;
  }
  .barnes-badge {
    position: absolute;
    right: 4.6rem;
    top: 0.4rem;
    width: unset;
  }

  .cd-auto-hide-header .lgo {
    position: absolute;
    top: 0.7rem;
    left: 50%;
    margin: 0 0 0 -8rem;
    width: 12rem;
  }
}

#content .list-block {
  margin: 0 0 2.3rem 0;
}

.logo a {
  text-decoration: none;
}

/* Landing */

.widget-contacts li {
  font-size: 1.05rem;
}
.widget-contacts i {
  font-size: 1.3rem;
}

#dropdown-quest {
  width: fit-content;
}

.pretty-check {
  margin-bottom: 0;
}
.slider-play {
  outline: none;
}

.hero-bannner-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 8rem;
}
@media print, screen and (max-width: 820px) {
  .slider-for-2 img {
    max-height: 250px;
    width: 100%;
  }
  .menu-bar {
    top: 0.2rem;
    right: 0;
    padding: 1rem;
  }
  .button.bottom {
    margin: 0.8rem 0.5rem;
  }


  .banner-play .slider-play .slick-prev::before{
    padding:1rem 1rem 1rem 0;
 
  }
  .banner-play .slider-play .slick-next::before{
    padding:1rem 0 1rem 1rem ;
 
  }
  .banner-play .slider-play .slick-prev{
 
    top: 19vh!important;
    margin:0;
    left: 1rem;
  }
  .banner-play .slider-play .slick-next{
   top: 19vh!important;
    margin:0;
    right: 1rem;
  }


  .hero-bannner-badge {
    display: none;
  }
  .cd-auto-hide-header {
    z-index: 99999;
  }
  .panel {
    padding: 0.75rem 0;
  }
  #dropdown-quest {
    word-break: break-all;
    white-space: normal;
    left: 0 !important;
  }
  .slick-slider {
    overflow-y: scroll;
  }

  .feedback.agent .large-5 {
    padding-top: 1rem;
  }

  .banner-play .slider-play {
    margin-top: 5.7rem;
  }

  .slick-slide {
    outline: none;
  }
  .banner {
    margin-top: 0;
  }
}
