@charset "UTF-8";
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #eee;
  border: 1px solid none;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #042553;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #042553;
  border-color: none;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #a5f4ff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2001;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

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

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(/build/css/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/build/css/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

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

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

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 2101;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 2121;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(/build/css/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 2051;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.robins-and-day-table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.robins-and-day-table tr:first-child td, .robins-and-day-table tr:first-child th {
  background: rgba(4, 37, 83, 0.75);
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-family: "foco_normal",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 10px 20px;
}

.robins-and-day-table td {
  color: #333333;
  text-align: left;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
}

.robins-and-day-table b {
  color: #1E3567;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  src: url("/js/slick/fonts/slick.eot");
  src: url("/js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/js/slick/fonts/slick.woff") format("woff"), url("/js/slick/fonts/slick.ttf") format("truetype"), url("/js/slick/fonts/slick.svg#slick") format("svg");
}

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

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

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

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

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

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

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

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

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

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

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

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

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

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

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

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}

.ds .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ds .slick-dots {
  bottom: 20px;
}

.ds .slick-dots li button {
  width: 5px;
  height: 5px;
  border: 1px solid #AD9D91;
  color: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 0px;
  padding: 3px !important;
}

.ds .slick-dots li button:hover {
  background-color: #AD9D91;
}

.ds .slick-dots li button:before {
  content: "" !important;
}

.ds .slick-dots li.slick-active button {
  border: 1px solid #7D6C5F;
  background: #7D6C5F;
}

.dealer-opening-hours {
  width: 100%;
}

.dealer-opening-hours__col {
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .dealer-opening-hours__col {
    text-align: left;
  }
}

.dealer-opening-hours__exclusions {
  font-size: 12px;
}

@media (max-width: 767px) {
  .dealer-opening-hours__day {
    font-size: 16px;
  }
  .dealer-opening-hours__col {
    display: block !important;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .dealer-opening-hours__col--title {
    font-size: 18px;
    background: rgba(4, 37, 83, 0.75);
    color: #ffffff;
  }
  .dealer-opening-hours__col:last-child {
    padding-bottom: 20px;
  }
}

.dealer-opening-hours thead td, .dealer-opening-hours thead th {
  background: rgba(4, 37, 83, 0.75);
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .news-article__header-img-container {
    position: relative;
  }
  .news-article__header-img-container::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    max-height: 250px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(24, 59, 119, 0)), color-stop(75%, rgba(23, 27, 55, 0.75)));
    background: linear-gradient(180deg, rgba(24, 59, 119, 0) 25%, rgba(23, 27, 55, 0.75) 75%);
    z-index: 1;
  }
}

.news-article__header-img {
  width: 100%;
}

.news-article__title-box {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .news-article__title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.news-article__h1 {
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .news-article__h1 {
    color: white;
  }
}

.news-article__title-date {
  font-family: "foco_light",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 768px) {
  .news-article__title-date {
    color: white;
  }
}

.news-article.highlight .title-box {
  display: inline-block;
  margin-top: 50px;
  padding: 30px;
}

.news-article.highlight.black-box .title-box {
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.news-article.highlight.higherblack-box .title-box {
  margin-top: 60px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.news-article.highlight.even-higher .title-box {
  margin-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.news-article.highlight.white-box .title-box {
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}

.news-article.highlight.higherwhite-box .title-box {
  margin-top: 60px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}

.news-article.highlight.even-higherwhite-box .title-box {
  margin-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}

.news-article.highlight.higher .title-box {
  margin-top: 60px;
}

.news-article.highlight.even-higher .title-box {
  margin-top: 20px;
}

.news-article .news-date {
  color: #999999;
  padding: 10px 0;
  display: block;
  font-size: 16px;
  font-family: "foco_light",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: italic;
}

.news-article .preview {
  color: #333333;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "foco_light",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}

.news-articles {
  padding-top: 30px;
}

.news-articles .paging-area {
  padding: 30px 0;
}

.news-article.highlight {
  background-size: 100%;
  height: 0;
  background-position: center center;
  padding-bottom: 30%;
  text-align: center;
  margin-bottom: 50px;
}

.news-article.highlight h2 {
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
  max-width: 640px;
  display: block;
  margin: 0 auto;
}

.news-article.highlight .news-date {
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 0 20px 0;
}

.news-article.highlight .btn {
  margin: 20px auto 20px auto;
  display: inline-block;
}

.news-articles > .row {
  margin-bottom: 50px;
}

.news-articles > .row:first-child {
  margin-bottom: 20px;
}

.news-article.highlight h1 {
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
  max-width: 640px;
  display: block;
  margin: 0 auto;
}

.news-article.highlight.white-box h1, .news-article.highlight.white-box h2, .news-article.highlight.white-box .news-date, .news-article.highlight.black h1, .news-article.highlight.black h2, .news-article.highlight.black .news-date {
  color: #000000;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.9);
}

.news-details .news-article.highlight {
  margin-bottom: 0;
}

.news-index .paging-area .pagination > li > a, .news-index .paging-area .pagination > li > span {
  background: transparent;
  border: none;
}

.news-index .paging-area .pagination > li:hover > a {
  background-color: #dddddd;
}

.news-articles #brand-filter {
  max-width: 150px;
}

.news-details .news-article .row:last-child {
  padding-bottom: 20px;
}

.news-article .section {
  padding: 10px 0;
}

.news-article .section:first-child {
  padding-top: 20px;
}

.news-article .section:last-child {
  padding-bottom: 20px;
}

.news-article__type-1 + .news-article__type-1:nth-child(even) > .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.thumbnails-to-zoom {
  border-radius: 10px;
  display: block;
  max-width: 340px;
  text-align: center;
  background: #f7f7f7;
  padding: 20px;
  position: relative;
  margin: 20px auto;
}

.thumbnails-to-zoom figure, .thumbnails-to-zoom figure img {
  margin: 0 auto;
  display: block;
}

.stars img {
  display: inline-block;
}

.news-details .slick-news-gallery__desktop-gallery {
  display: block;
}

@media (max-width: 768px) {
  .news-details .slick-news-gallery__desktop-gallery {
    display: none;
  }
}

.news-details .slick-news-gallery__mobile-gallery {
  display: block;
}

@media (min-width: 768px) {
  .news-details .slick-news-gallery__mobile-gallery {
    display: none;
  }
}

@media (min-width: 768px) {
  .news-details .slick-news-gallery__image-slide {
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    height: 387px;
    grid-template-columns: 30% 20% 30% 20%;
    grid-template-rows: 50% 50%;
  }
}

.news-details .slick-news-gallery__figure:nth-child(2) {
  height: 100%;
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.news-details .slick-news-gallery__figure:nth-child(3) {
  height: 100%;
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

.news-details .slick-news-gallery__figure:nth-child(4) {
  height: 100%;
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.news-details .slick-news-gallery__figure:nth-child(5) {
  height: 100%;
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}

.news-details .slick-news-gallery__figure:nth-child(6) {
  height: 400px;
  grid-column: 2 / 5;
  grid-row: 3 / 5;
}

@media (min-width: 768px) {
  .news-details .slick-news-gallery__figure:first-child, .news-details .slick-news-gallery__figure:nth-child(4) {
    grid-row: 1 / 3;
  }
  .news-details .slick-news-gallery__figure:first-child {
    grid-column: 1 / 2;
  }
  .news-details .slick-news-gallery__figure:nth-child(4) {
    grid-column: 3 / 4;
  }
  .news-details .slick-news-gallery__figure:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .news-details .slick-news-gallery__figure:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .news-details .slick-news-gallery__figure:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }
  .news-details .slick-news-gallery__figure:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }
}

.news-details .slick-news-gallery__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .news-details .slick-news-gallery__image {
    background-size: cover;
  }
}

.news-details .slick-next:before, .news-details .slick-prev:before {
  color: #C8C6C9;
}

.news-details .slick-dots li {
  margin: 0 5px;
  list-style-type: none;
}

.news-details .slick-dots li button:before {
  opacity: 0;
}

.news-details .slick-dots button {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #000;
  opacity: 0.2;
  border-radius: 50%;
  margin: 0px 4px;
  cursor: pointer;
}

.news-details .slick-dots .slick-active button {
  opacity: 1;
  background-color: #007aff;
}

@media (max-width: 767px) {
  .news-index .news-articles .row {
    margin-bottom: 0;
  }
  .news-details .btn {
    margin-bottom: 20px;
  }
  .news-details .news-share-icons {
    text-align: center;
  }
  .news-details .news-share-icons > span {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.trustpilot-review {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-auto-flow: row;
  margin-bottom: 30px;
  row-gap: 5px;
}

.trustpilot-review__title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-weight: 600;
  margin: 0;
}

.trustpilot-review__stars {
  grid-column: 2/3;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: repeat(5, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: end;
}

.trustpilot-review__date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  font-style: italic;
  grid-column: 1/3;
}

.trustpilot-review__review {
  grid-column: 1/3;
}
