@import url("https://use.typekit.net/ihw8jcm.css");
/*
------------------------------------------------------------------
Import library files
------------------------------------------------------------------
*/
@import "slick.css";
@import "slick-theme.css";
@import "jquery-ui.min.css";
@import "lightgallery.min.css";
@import "lg-transitions.min.css";
/*
------------------------------------------------------------------
Pages styles
------------------------------------------------------------------
*/
/*Import general styles*/
/*------------------------------------------------------------------
[Table of contents]

1. INPUTS & TEXTAREA styles
2. Common element styles
3. Calendar styles
4. Lightgallery styles
5. Popup
-------------------------------------------------------------------*/
*:hover {
  cursor: default;
}
/*----------------------------------------------------------------------------------
1. INPUTS & TEXTAREA styles
-----------------------------------------------------------------------------------*/
input::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
input::-moz-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
input:-moz-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
input:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
textarea::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
textarea::-moz-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
textarea:-moz-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
textarea:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.63);
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
textarea:focus {
  outline: 0;
}
textarea:hover {
  cursor: text;
}
input {
  border-radius: 0;
}
input:focus {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
input[type="submit"],
button {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 10px;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  background-color: transparent;
}
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
}
input:hover {
  cursor: text;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/*----------------------------------------------------------------------------------
2. Common element styles
-----------------------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  -webkit-overflow-scrolling: touch !important;
  font-weight: 300;
  background-color: white;
}
li,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select option {
  color: #000;
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}
@-webkit-keyframes bouncy {
  from,
  to {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
  }
}
@keyframes bouncy {
  from,
  to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.bouncy {
  -webkit-animation: bouncy 0.6s;
  animation: bouncy 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
}
button:focus {
  outline: 0;
}
button:active {
  outline: 0;
}
a:hover,
button:hover {
  cursor: pointer;
}
a:hover *,
button:hover * {
  cursor: pointer;
}
.wrap {
  width: 100%;
  max-width: 1440px;
  float: none;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
.UppCase {
  text-transform: uppercase;
}
body {
  margin: 0;
  padding: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 18px;
}
body.locked {
  overflow: hidden;
  min-height: 100vh;
}
body.locked .page,
body.locked .breadcrumbs {
  opacity: 0;
  pointer-events: none;
}
body.locked #kassaWrapper {
  display: none;
}
body.locked.body-margin.os-windows.chrome-browser,
body.locked.body-margin.os-windows.opera-browser {
  position: relative;
}
body.locked.body-margin.os-windows.chrome-browser:before,
body.locked.body-margin.os-windows.opera-browser:before {
  width: 8px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: #f7f7f7;
}
body.locked.body-margin .top_panel {
  opacity: 0;
  pointer-events: none;
}
body.locked.body-margin #kader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/logo/logo_body_locked.png);
  background-position: 10% 10%;
  background-size: 200px;
  background-repeat: no-repeat;
  background-color: #a7a195;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open #kassaWrapper {
  display: none;
}
body.pop-up-open {
  position: fixed;
  left: 0;
  right: 0;
}
body.os-windows::-webkit-scrollbar {
  width: 8px;
  background-color: #f7f7f7;
}
body.os-windows::-webkit-scrollbar-thumb {
  background-color: #c21820;
  border-radius: 4px;
}
body.os-windows .popup::-webkit-scrollbar {
  width: 8px;
  background-color: #f7f7f7;
}
body.os-windows .popup::-webkit-scrollbar-thumb {
  background-color: #c21820;
  border-radius: 4px;
}
body.mobile a {
  color: inherit;
}
.body-margin.os-windows .top_panel {
  width: auto;
  left: 0;
  right: 8px;
}
.body-margin.os-windows.chrome-browser,
.body-margin.os-windows.opera-browser {
  padding-right: 8px;
}
.body-margin.os-windows.chrome-browser .hum_btn,
.body-margin.os-windows.opera-browser .hum_btn {
  margin-right: 8px;
}
.body-margin.os-windows.chrome-browser .modal_form .close,
.body-margin.os-windows.opera-browser .modal_form .close {
  margin-right: 8px;
}
.body-margin.os-windows.chrome-browser .single-page .top_panel,
.body-margin.os-windows.opera-browser .single-page .top_panel,
.body-margin.os-windows.chrome-browser .footer,
.body-margin.os-windows.opera-browser .footer {
  right: 8px;
  width: auto;
  left: 0;
}
.maintitle {
  color: #000;
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  margin: auto;
  width: auto;
  display: inline-block;
}
.maintitle h1 {
  text-align: center;
  letter-spacing: -0.03em;
}
.maintitle h1.title {
  background: url("../images/nav/line-03.svg") no-repeat 0px transparent;
  background-size: 0.8em;
  background-position: left 0.2em;
  background-repeat: no-repeat;
  padding-left: 1.4em;
  text-align: left;
}
.main_streep {
  max-width: 100px;
  float: none;
  margin: auto;
  margin-bottom: 1.5em;
  border: 1px solid #bbb;
}
.main_streep_general {
  float: none;
  width: 120px;
  border-color: #999;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  padding: 0;
  display: inline-block;
  position: relative;
  background: #999;
  left: 50%;
  margin-left: -60px;
  margin-bottom: 2em;
  display: none;
}
.title {
  color: #000;
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  margin-top: 5vh;
}
.subtitle {
  font-size: 18px;
  padding: 0.5em 0;
}
.section_content {
  margin-top: 36px;
}
.container {
  overflow: hidden;
}
.page {
  margin-top: 120px;
  padding: 40px 20px 20px 20px;
  text-align: left;
}
.page_head {
  position: relative;
  z-index: 1;
}
.page_head .title,
.page_head .subtitle {
  text-align: left;
}
.page .left_content {
  max-width: 1090px;
}
.page .right_content {
  max-width: 308px;
}
.page.favourites-list .page_head .title {
  width: auto;
  margin-bottom: 0;
}
.page.favourites-list .page_head .title span {
  color: #919193;
  display: inline-block;
  margin-left: 10px;
}
.page.favourites-list .page_head .select_wrap {
  width: 310px;
  height: 58px;
  background: #f7f7f7;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  float: right;
}
.page.favourites-list .page_head .select_wrap:before {
  width: 9px;
  height: 9px;
  background: #d03000;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -4px;
  right: 24px;
  border-radius: 50%;
}
.page.favourites-list .page_head .select_wrap select {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  font-size: 21px;
  color: rgba(145, 145, 147, 0.47);
  padding: 0 50px 0 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.page.favourites-list .page_head .select_wrap select.selected {
  color: #222;
}
.page.favourites-list .page_head .select_wrap select:focus {
  outline: 0;
}
.page.full-page {
  max-width: 100%;
  padding: 0px;
}
.page.static-page .page_head {
  margin-bottom: 23px;
}
.page.static-page .left_content .description {
  font-size: 26px;
  line-height: 1.5rem;
  font-style: italic;
  color: #222;
  margin-bottom: 12px;
}
.page.static-page .left_content p:not([class]) {
  font-size: 21px;
  color: #919193;
  margin: 12px 0;
}
.page.static-page .left_content h2 {
  font-size: 30px;
  color: #222;
  font-family: "Prata", serif;
  margin: 30px 0 10px;
}
.page.static-page .left_content h3 {
  font-size: 28px;
  color: #222;
  font-family: "Prata", serif;
  margin: 30px 0 10px;
}
.page.static-page .left_content h4 {
  font-size: 27px;
  color: #222;
  font-family: "Prata", serif;
  margin: 30px 0 10px;
}
.page.static-page .left_content h5 {
  font-size: 26px;
  color: #222;
  font-family: "Prata", serif;
  margin: 30px 0 10px;
}
.page.static-page .left_content h6 {
  font-size: 24px;
  color: #222;
  font-family: "Prata", serif;
  margin: 30px 0 10px;
}
.page.static-page .left_content a {
  color: #c21820;
  text-decoration: underline;
}
.page.static-page .left_content img {
  margin: 15px 0 20px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.page.static-page .left_content ul {
  margin-bottom: 20px;
  margin: 10px 0;
}
.page.static-page .left_content ul li {
  font-size: 21px;
  line-height: 1.4;
  position: relative;
  box-sizing: border-box;
  color: #919193;
  padding-left: 22px;
  margin-bottom: 3px;
}
.page.static-page .left_content ul li:before {
  position: absolute;
  content: "";
  background: #222;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 10px;
  left: 4px;
}
.page.static-page .left_content ol {
  margin-bottom: 20px;
  counter-reset: myCounter;
  margin: 10px 0;
}
.page.static-page .left_content ol li {
  font-size: 21px;
  line-height: 1.4;
  position: relative;
  box-sizing: border-box;
  color: #919193;
  padding-left: 22px;
  margin-bottom: 3px;
}
.page.static-page .left_content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
}
.page.static-page .left_content b,
.page.static-page .left_content strong {
  font-weight: 700;
  color: #222;
}
.page.static-page .left_content .two-colums .col {
  width: 48%;
  margin-right: 4%;
}
.page.static-page .left_content .two-colums .col:last-child {
  margin-right: 0;
}
.page.static-page.left-sidebar .left_content {
  float: right;
}
.page.static-page.left-sidebar .right_content {
  float: left;
}
.breadcrumbs {
  font-size: 12px;
  color: rgba(74, 74, 74, 0.58);
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  position: fixed;
  top: 0;
  background: transparent;
}
.breadcrumbs.white-color {
  color: #fff;
}
.description-block {
  margin-bottom: 50px;
}
.description-block .text {
  font-size: 18px;
  line-height: 1.5em;
  color: rgba(74, 74, 74, 0.6);
  max-width: 1150px;
}
.pagination {
  text-align: center;
  margin-top: 27px;
}
.pagination .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c7c7c7;
  display: inline-block;
  float: none;
  position: relative;
}
.pagination .arrow:before {
  width: 18px;
  height: 14px;
  background: url(../img/pag-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -9px;
  transition: all 0.2s linear;
}
.pagination .arrow:after {
  width: 18px;
  height: 14px;
  background: url(../img/pag-arrow-hover.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -9px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.pagination .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.pagination .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.pagination .arrow.next {
  transform: rotate(180deg);
}
.pagination ul {
  width: auto;
  margin: 0 18px;
  display: inline-block;
  float: none;
}
.pagination ul li {
  width: auto;
  display: inline-block;
  float: none;
}
.pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
  display: block;
  float: left;
}
.pagination ul li a:hover {
  color: #c21820;
}
.pagination ul li a.active {
  background: #ff3b00;
  color: #fff;
}
.load_btn_wrap {
  text-align: center;
  margin-top: 25px;
}
.load_more {
  width: 118px;
  height: 118px;
  background: #ff3b00;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  display: inline-block;
  float: none;
  transition: all 0.2s linear;
}
.load_more:hover {
  transition: all 0.2s linear;
}
.load_more span {
  height: inherit;
  display: flex;
  align-items: center;
  text-align: center;
}
.safari-browser .search-form .num-col .val {
  padding-top: 0;
}
.coming-soon {
  margin-top: 250px;
  text-align: center;
}
.coming-soon .title {
  font-size: 76px;
  margin-bottom: 40px;
  text-align: center;
  color: #4d6aa8;
}
.coming-soon .description {
  color: #222;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 28px;
}
.coming-soon .text {
  font-size: 16px;
  color: #919193;
  text-align: center;
}
/*----------------------------------------------------------------------------------
3. Calendar styles
-----------------------------------------------------------------------------------*/
.ui-widget.ui-widget-content {
  width: 344px;
  border-radius: 0 15px 15px 15px;
  border: 1px solid #e2e2e2;
  padding: 12px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-datepicker td a {
  padding: 8px 0;
}
.ui-widget-header {
  background: none;
  border: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  display: block;
  width: 100%;
  float: left;
  font-size: 22px;
  color: #222;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: block;
  width: 100%;
  float: left;
  font-size: 22px;
  color: #222;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ui-datepicker .ui-datepicker-prev {
  width: 44px;
  height: 44px;
  background: #c7c7c7;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  border: 0;
  left: 18px;
  top: 50%;
  margin-top: -22px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  border: 0;
  right: 0;
  left: 18px;
  top: 50%;
}
.ui-datepicker .ui-datepicker-prev:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.ui-datepicker .ui-datepicker-prev:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-prev:hover {
  background: rgba(199, 199, 199, 0.18);
  transition: all 0.2s linear;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.ui-datepicker .ui-datepicker-prev:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.ui-datepicker .ui-datepicker-next {
  width: 44px;
  height: 44px;
  background: #c7c7c7;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  transform: rotate(180deg);
  right: 18px;
  top: 50%;
  margin-top: -22px;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 0;
  right: 18px;
  top: 50%;
}
.ui-datepicker .ui-datepicker-next:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.ui-datepicker .ui-datepicker-next:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-next:hover {
  background: rgba(199, 199, 199, 0.18);
  transition: all 0.2s linear;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.ui-datepicker .ui-datepicker-next:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  background: none;
  border: 0;
  font-size: 16px;
  color: #3e4559;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  margin: 20px 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  position: relative;
  color: #fff;
}
.ui-state-active:before,
.ui-widget-content .ui-state-active:before {
  width: 36px;
  height: 36px;
  background: #d03000;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -18px;
  z-index: -1;
  margin-left: -18px;
  opacity: 1;
}
.ui-state-active:hover:before,
.ui-widget-content .ui-state-active:hover:before {
  opacity: 1;
}
.ui-state-default {
  position: relative;
}
.ui-state-default:before {
  width: 36px;
  height: 36px;
  background: #c7c7c7;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-top: -18px;
  z-index: -1;
  margin-left: -18px;
  transition: all 0.2s linear;
}
.ui-state-default:hover:before {
  opacity: 0.54;
  transition: all 0.2s linear;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: #d03000;
}
.ui-state-highlight.ui-state-active,
.ui-widget-content .ui-state-highlight.ui-state-active {
  color: #fff;
}
/*----------------------------------------------------------------------------------
4. Lightgallery styles
-----------------------------------------------------------------------------------*/
.lg-outer .lg-img-wrap {
  padding: 3em;
}
.lg-outer .lg-img-wrap img {
  border-radius: 0px;
}
.lg-actions .lg-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transition: all 0.2s linear;
  margin-top: -22px;
}
.lg-actions .lg-prev:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.lg-actions .lg-prev:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.lg-actions .lg-prev:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.lg-actions .lg-prev:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.lg-actions .lg-prev:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.lg-actions .lg-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transition: all 0.2s linear;
  transform: rotate(180deg);
  margin-top: -22px;
}
.lg-actions .lg-next:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.lg-actions .lg-next:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.lg-actions .lg-next:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.lg-actions .lg-next:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.lg-actions .lg-next:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.lg-toolbar .lg-icon.lg-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42) !important;
  transition: all 0.2s linear;
  position: absolute;
  right: 20px;
  top: 20px;
}
.lg-toolbar .lg-icon.lg-close:before {
  width: 16px;
  height: 16px;
  background: url(../img/close-dark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.lg-toolbar .lg-icon.lg-close:after {
  display: none;
}
.lg-backdrop {
  background: #fff;
}
.lg-backdrop .in {
  opacity: 0.9;
}
/*----------------------------------------------------------------------------------
5. Popup
-----------------------------------------------------------------------------------*/
.overlay {
  background: #222;
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.fullpopup {
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -110vw;
  background: #fff;
  color: #000;
  z-index: 11;
  overflow: auto;
  transition: all 0.2s linear;
}
.fullpopup.opened {
  right: 0;
  transition: all 0.2s linear;
}
.fullpopup .close {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #777777;
  position: absolute;
  top: 30px;
  right: 60px;
  transition: all 0.2s linear;
}
.fullpopup .close:hover {
  cursor: pointer;
  background: #232526;
  transition: all 0.2s linear;
}
.fullpopup .close:before {
  width: 16px;
  height: 16px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.fullpopup .popup-head,
.fullpopup .popup-body {
  max-width: 80%;
  margin-left: 10%;
  text-align: center;
}
.fullpopup .popup-body form {
  max-width: 340px;
  float: none;
}
.fullpopup .newsletterformFull ._title {
  font-size: 1.4em;
  text-transform: uppercase;
}
.fullpopup #newsletterForm_result {
  margin-top: 2em;
}
.fullpopup #newsletterForm .formfield {
  width: 100%;
}
.fullpopup #newsletterForm .submit {
  text-align: center;
  width: auto;
  float: none;
  padding: 1em;
  margin: auto;
  text-transform: uppercase;
  margin-top: 2em;
  display: inline-block;
}
.popup {
  width: 650px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  z-index: 11;
  overflow: auto;
  right: -700px;
  transition: all 0.2s linear;
}
.popup.opened {
  right: 0;
  transition: all 0.2s linear;
}
.popup .scroll .scroll_wrap {
  padding: 50px 65px;
  padding-top: 120px;
}
.popup .select-userpic {
  position: absolute;
  top: 30px;
  left: 65px;
  width: auto;
  display: none !important;
}
.popup .select-userpic .userpic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #9d9d9d;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  margin-right: 15px;
  overflow: hidden;
}
.popup .select-userpic .userpic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.popup .select-userpic .select {
  width: auto;
}
.popup .select-userpic .select label {
  font-size: 18px;
  color: #919193;
  display: block;
  float: left;
  line-height: 48px;
}
.popup .select-userpic .select label:hover {
  cursor: pointer;
}
.popup .select-userpic .select input {
  display: none;
}
.popup .dropzone_wrapper {
  position: absolute;
  top: 30px;
  left: 65px;
  width: auto;
}
.popup .dropzone_wrapper .dropzone {
  width: 48px;
  height: 48px;
  background-size: cover !important;
  min-height: 48px;
  border-radius: 50%;
  background: #9d9d9d;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  margin-right: 15px;
  overflow: hidden;
}
.popup .dropzone_wrapper .dropzone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.popup-head {
  position: relative;
  margin-bottom: 20px;
  max-width: 340px;
}
.popup-head .title {
  font-size: 32px;
  width: auto;
  margin-bottom: 0;
  line-height: 1.3;
  color: white;
}
.popup-head .link {
  font-size: 18px;
  color: #c21820;
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
.popup-head .link:hover {
  text-decoration: underline;
}
.popup-body {
  max-width: 340px;
}
.popup-body .tour-title {
  position: relative;
  min-height: 56px;
  padding-left: 70px;
  margin-bottom: 18px;
}
.popup-body .tour-title .img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.popup-body .tour-title .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.popup-body .tour-title .tour-name {
  min-height: 56px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.popup-body .subtitle {
  font-size: 16px;
  margin-bottom: 12px;
}
.popup-body .form form,
.popup-body .form fieldset,
.popup-body .form input,
.popup-body .form .adres_input_wrapper {
  max-width: 340px;
  border: none;
  padding: 0;
}
.popup-body .form .label {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
  padding: 0 10px;
}
.popup-body .form .chosen-container {
  max-width: 100%;
  height: 40px;
  font-size: 15px;
  border-radius: 0px;
  background: #000;
}
.popup-body .form .chosen-container .chosen-single {
  color: #eee;
  background: #000;
  border-color: #000;
}
.popup-body .form .chosen-container .chosen-drop {
  color: #eee;
  background: #000;
  border-color: #000;
}
.popup-body .form .chosen-container .chosen-results {
  color: #eee;
}
.popup-body .form .chosen-container .chosen-results li.highlighted {
  color: #000;
  background: #eee;
}
.popup-body .form .chosen-container .chosen-results li.disabled-result {
  color: #eee;
}
.popup-body .form .chosen-container .chosen-results li.disabled-highlighted {
  color: #000;
  background: #eee;
}
.popup-body .form .chosen-container .chosen-results li.no-results {
  color: #000;
  background: #eee;
}
.popup-body .form .input {
  height: 40px;
  font-size: 15px;
  border-radius: 0px;
  background: #000;
  display: block;
  float: left;
  width: 100%;
  border: 0;
  color: #eee;
  padding: 0 20px;
  margin-bottom: 18px;
  transition: all 0.2s linear;
}
.popup-body .form .input:focus {
  background: #222222;
}
.popup-body .form .input::-webkit-input-placeholder {
  color: #999;
}
.popup-body .form .input::-moz-placeholder {
  color: #999;
}
.popup-body .form .input:-moz-placeholder {
  color: #999;
}
.popup-body .form .input:-ms-input-placeholder {
  color: #999;
}
.popup-body .form .textarea {
  height: 170px;
  border-radius: 8px;
  background: #f7f7f7;
  display: block;
  float: left;
  width: 100%;
  border: 0;
  font-size: 18px;
  color: #222;
  padding: 20px;
  margin-bottom: 18px;
  resize: none;
  transition: all 0.2s linear;
}
.popup-body .form .textarea:focus {
  background: #222222;
  transition: all 0.2s linear;
}
.popup-body .form .textarea::-webkit-input-placeholder {
  color: #999;
}
.popup-body .form .textarea::-moz-placeholder {
  color: #999;
}
.popup-body .form .textarea:-moz-placeholder {
  color: #999;
}
.popup-body .form .textarea:-ms-input-placeholder {
  color: #999;
}
.popup-body .form .adresnummer {
  width: 47.5%;
}
.popup-body .form .adresbus {
  width: 47.5%;
  margin-left: 5%;
  margin-right: 0%;
}
.popup-body .form .adrespostcode {
  width: 30%;
}
.popup-body .form .adresstad {
  width: 65%;
  margin-left: 5%;
}
.popup-body .form .submit {
  background: #777777;
  width: 100%;
  height: 40px;
  border-radius: 0px;
  border-color: #777777;
  border-width: 1px;
  border-style: solid;
  font-size: 18px;
  font-weight: normal;
  color: white;
  padding: 0 18px;
}
.popup-body .form .submit b {
  font-weight: bold;
}
.popup-body .form .submit:hover {
  border-color: #888888;
  background-color: #888888;
  color: white;
}
.popup-body .form .link {
  color: #c21820;
  font-size: 18px;
  margin-top: 14px;
  display: inline-block;
}
.popup-body .form .link:hover {
  text-decoration: underline;
}
.popup-foot {
  border-top: 1px solid rgba(112, 112, 112, 0.16);
  margin-top: 22px;
  padding-top: 25px;
  max-width: 340px;
}
.popup-foot p {
  margin-bottom: 15px;
  font-size: 0.8em;
}
.popup-foot .link {
  padding: 0;
}
.popup-foot .social-links .link {
  margin-right: 14px;
}
.popup .close {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #777777;
  position: absolute;
  top: 30px;
  right: 60px;
  transition: all 0.2s linear;
}
.popup .close:hover {
  cursor: pointer;
  background: #232526;
  transition: all 0.2s linear;
}
.popup .close:before {
  width: 16px;
  height: 16px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.popup .back {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 60px;
  transition: all 0.2s linear;
}
.popup .back:hover {
  cursor: pointer;
  background: #949496;
  transition: all 0.2s linear;
}
.popup .back:before {
  width: 16px;
  height: 16px;
  background: url(../img/back.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.popup.success-popup .popup-head .title {
  position: relative;
  padding: 0.6em 0px 0.6em 60px;
  color: yellow;
}
.popup.success-popup .popup-head .title:before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
}
.popup.success-popup .popup-head .title:after {
  width: 16px;
  height: 22px;
  background: url(../img/check-mark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 16px;
  content: "";
}
.popup.profile-setting .social-links {
  margin-bottom: 24px;
}
.popup.profile-setting .popup-body .form .link {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  margin-right: 16px;
  margin-top: 0;
}
.popup.profile-setting .popup-body .form .link:after {
  display: none;
}
.popup.profile-setting .popup-body .form .link.active {
  filter: none;
  position: relative;
}
.popup.profile-setting .popup-body .form .link.active:before {
  width: 9px;
  height: 9px;
  background: url(../img/soc-close.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -4px;
  right: -6px;
}
.popup.profile-setting .popup-body .settings_adressen {
  margin-top: 2em;
}
.popup.profile-setting .popup-body .settings_adressen .subtitle {
  padding-left: 20px;
  margin-bottom: 20px;
  background: url(../img/geo.svg) center left no-repeat;
  background-size: 15px auto;
}
.popup.profile-setting .popup-body .settings_password {
  margin-top: 2em;
}
.popup.profile-setting .popup-body .settings_newsletter {
  margin-top: 2em;
  display: none;
  /* Rounded sliders */
}
.popup.profile-setting .popup-body .settings_newsletter .switch {
  position: relative;
  width: 30px;
  height: 17px;
  float: left;
}
.popup.profile-setting .popup-body .settings_newsletter .switch input {
  display: none;
}
.popup.profile-setting .popup-body .settings_newsletter .slider {
  width: 30px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup.profile-setting .popup-body .settings_newsletter .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup.profile-setting .popup-body .settings_newsletter #onlineStatus {
  float: left;
  width: auto;
  margin-left: 1em;
  font-size: 0.8em;
}
.popup.profile-setting .popup-body .settings_newsletter input:checked + .slider {
  background-color: #000;
}
.popup.profile-setting .popup-body .settings_newsletter input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.popup.profile-setting .popup-body .settings_newsletter input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.popup.profile-setting .popup-body .settings_newsletter .slider.round {
  width: 30px;
  border-radius: 17px;
}
.popup.profile-setting .popup-body .settings_newsletter .slider.round:before {
  border-radius: 50%;
}
.popup.profile-setting .popup-body button {
  margin: 10px 0;
  padding: 10px;
}
.popup.profile-setting .popup-body button.edit {
  width: 100%;
  min-width: 20px;
  color: #eee;
  background-color: #000;
  background-image: url("../../images/webshop_icons/edit.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center left;
  display: inline-block;
  border: 0px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 40px !important;
  opacity: 0.8;
}
.popup.profile-setting .popup-body button.edit:hover {
  opacity: 1;
  color: white;
  border: 0px;
}
.popup.wishlist-popup .wishlist_item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.popup.wishlist-popup .wishlist_item:first-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.popup.wishlist-popup .wishlist_item .title {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0.2em 1em;
}
.popup.wishlist-popup .wishlist_item .text {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0em 1em;
  text-transform: uppercase;
}
.popup.wishlist-popup .wishlist_item .visual {
  width: 25%;
  height: 56px;
  float: left;
}
.popup.wishlist-popup .wishlist_item .visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup.wishlist-popup .wishlist_item .moreinfo {
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/svg/info.svg) center center no-repeat;
  background-size: contain;
  text-align: left;
  float: none;
}
.popup.wishlist-popup .wishlist_item .delete {
  margin-top: 10px;
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/svg/trash.svg) center center no-repeat;
  background-color: transparent;
  background-size: contain;
  text-align: left;
  float: none;
}
.popup.follow-popup .follow_item {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.popup.follow-popup .follow_item:first-child {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.popup.follow-popup .follow_item .title {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0.2em 1em;
}
.popup.follow-popup .follow_item .text {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0em 1em;
  text-transform: uppercase;
}
.popup.follow-popup .follow_item .visual {
  width: 25%;
  height: 56px;
  float: left;
}
.popup.follow-popup .follow_item .visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup.follow-popup .follow_item .moreinfo {
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/svg/info.svg) center center no-repeat;
  background-size: contain;
  text-align: left;
  float: none;
}
.popup.follow-popup .follow_item .delete {
  margin-top: 10px;
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/svg/trash.svg) center center no-repeat;
  background-color: transparent;
  background-size: contain;
  text-align: left;
  float: none;
}
.popup.order-history-popup .orderhistory_item {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.popup.order-history-popup .orderhistory_item:first-child {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.popup.order-history-popup .orderhistory_item .title {
  font-size: 1.4em;
  float: left;
  width: 100%;
  padding: 0em 0em;
}
.popup.order-history-popup .orderhistory_item .subtitle {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 1em;
}
.popup.order-history-popup .orderhistory_item .price {
  float: left;
  width: 100%;
  padding: 0.2em 0em;
}
.popup.order-history-popup .orderhistory_item .text {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0em 1em;
  text-transform: uppercase;
}
.popup.order-history-popup .orderhistory_item .orderhistory_itemdetail {
  margin-bottom: 10px;
}
.popup.order-history-popup .orderhistory_item .orderhistory_itemdetail .orderquantity,
.popup.order-history-popup .orderhistory_item .orderhistory_itemdetail .price {
  float: right;
  width: 70%;
  padding: 0.1em 1em;
}
.popup.order-history-popup .orderhistory_item .orderhistory_itemdetail .title {
  font-size: 1.1em;
  width: 100%;
}
.popup.order-history-popup .orderhistory_item .orderhistory_itemdetail .visual {
  width: 25%;
  height: 56px;
  float: left;
}
.popup.order-history-popup .orderhistory_item .orderhistory_itemdetail .visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup.clientsadmin .wishlist_item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.popup.clientsadmin .wishlist_item:first-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.popup.clientsadmin .wishlist_item .title {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0.5em 1em;
}
.popup.clientsadmin .wishlist_item .visual {
  width: 56px;
  height: 56px;
  float: left;
}
.popup.clientsadmin .wishlist_item .visual img {
  width: 100%;
}
.popup.clientsadmin .wishlist_item .delete {
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/svg/trash.svg) center center no-repeat;
  background-color: transparent;
  background-size: contain;
  text-align: left;
  float: right;
}
.popup.clientsadmin .wishlist_item .moreinfo {
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/svg/info.svg) center center no-repeat;
  background-size: contain;
  text-align: left;
  float: right;
}
.popup.book-now-popup .popup-body .form .textarea {
  height: 120px;
}
.popup.book-now-popup .tour-info {
  border-top: 1px solid rgba(34, 34, 34, 0.24);
  border-bottom: 1px solid rgba(34, 34, 34, 0.24);
  padding: 18px 0;
  margin: 10px 0 27px;
}
.popup.book-now-popup .tour-info .col {
  width: 50%;
}
.popup.book-now-popup .tour-info .col .label {
  font-size: 18px;
  color: rgba(34, 34, 34, 0.47);
}
.popup.book-now-popup .tour-info .col .label span {
  color: #222;
}
.popup.book-now-popup .tour-info .col .date {
  position: relative;
  padding-left: 66px;
  padding-top: 4px;
  margin: 4px 0 14px;
}
.popup.book-now-popup .tour-info .col .date .day {
  font-size: 42px;
  font-family: "Prata", serif;
  position: absolute;
  left: 0;
  top: 0;
}
.popup.book-now-popup .tour-info .col .date .month {
  font-size: 15px;
  color: #222;
  width: auto;
  margin-bottom: 2px;
}
.popup.book-now-popup .tour-info .col .date .year {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  width: auto;
  clear: both;
}
/*Import "Main Page" styles*/
/*------------------------------------------------------------------
[Table of contents]

1. Top panel
2. Main slider section
3. Most popular section
4. Destinations section
5. Search tour section
6. Stories section
7. Blog section
8. Subscribe section
9. Instagram section
10. Footer
11. Socials
12. Media queries
-------------------------------------------------------------------*/
.tekstveld,
.tekstblok {
  line-height: 1.6em;
  text-align: justify;
}
.tekstveld span,
.tekstblok span {
  display: block;
}
.tekstveld a,
.tekstblok a {
  text-decoration: underline !important;
}
/*----------------------------------------------------------------------------------
1. Top panel
-----------------------------------------------------------------------------------*/
.top_panel {
  position: absolute;
  top: 48px;
  z-index: 10;
  display: block;
}
.top_panel .menu_wrap {
  width: auto;
}
.top_panel .wrap_float {
  position: relative;
}
.top_panel .currency {
  width: 48px;
  height: 48px;
  display: none !important;
  position: absolute;
  top: 0;
  left: -150px;
  background: transparent;
  border-radius: 50%;
  display: none;
}
.top_panel .currency span {
  position: absolute;
  width: 100%;
  height: 48px;
  top: 50%;
  margin-top: -10px;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  color: #eee;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.top_panel .currency span:hover {
  cursor: pointer;
  color: #777777;
}
.top_panel .currency select {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  background: rgba(152, 152, 152, 0.33);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 8px;
}
.top_panel .currency select:hover {
  cursor: pointer;
  background: #fff;
}
.top_panel .currency:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.top_panel .currency:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.top_panel .currency:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.top_panel .user {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 0;
  transition: all 0.2s linear;
}
.top_panel .user .userlink {
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.top_panel .user .userlink img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.top_panel .user .userlink:before {
  width: 26px;
  height: 26px;
  background: url(../img/user.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  content: "";
  transition: all 0.2s linear;
}
.top_panel .user .userlink:after {
  width: 26px;
  height: 26px;
  background: url(../img/user-hover.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  content: "";
  opacity: 0;
  transition: all 0.2s linear;
}
.top_panel .user .userlink:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
  cursor: pointer;
}
.top_panel .user .userlink:hover * {
  cursor: pointer;
}
.top_panel .user .userlink:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.top_panel .user .userlink:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.top_panel .user .usermenu {
  background: #2e2e2e;
  width: 190px;
  border-radius: 20px 0 20px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  padding: 20px 20px;
  display: none;
}
.top_panel .user .usermenu ul li {
  margin-bottom: 10px;
}
.top_panel .user .usermenu ul li:last-child {
  margin-bottom: 0;
}
.top_panel .user .usermenu ul li a {
  color: #919193;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
}
.top_panel .user .usermenu ul li a:hover {
  color: #c21820;
}
.top_panel #userblock_2 {
  float: right;
  position: relative;
  margin-left: 40px;
}
.top_panel #userblock_2.user {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  top: 0;
  margin: 0;
  margin-right: 340px;
}
.top_panel.light {
  z-index: 10;
  display: block;
  background-color: white;
  background: url(../images/bg/bg_beton.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 6px 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.top_panel.light .wrap_float {
  padding: 0 0px 5px 0px;
}
.top_panel.light .user .userlink:before {
  background: url(../img/user-dark.svg) center center no-repeat;
}
.top_panel.light .user .userlink:after {
  background: url(../img/user-dark-hover.svg) center center no-repeat;
}
.top_panel.light .user .userlink:hover {
  background: #fff;
}
.top_panel.light .user .userlinktxt {
  display: none;
}
.top_panel.light .center .menu ul li a {
  color: #333;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.top_panel.light .center .menu ul li a:hover {
  color: #000;
}
.top_panel.light .center .menu ul li a span {
  transition: all 0.2s linear;
}
.top_panel.light .center .menu ul li a span:hover {
  cursor: pointer;
}
.top_panel.light .center .menu ul li .dropdown_ul {
  background: white;
}
.top_panel.light .center .menu ul li .dropdown_ul li a {
  color: #282a2c;
}
.top_panel.light .center .menu ul li .dropdown_ul li a:hover {
  color: #232526;
  text-decoration: none;
}
.top_panel.dark {
  background: #d0d0d0;
  border: 10px solid #d0d0d0;
}
.top_panel.dark .user .userlink:before {
  background: url(../img/user-light.svg) center center no-repeat;
}
.top_panel.dark .user .userlink:after {
  background: url(../img/user-light-hover.svg) center center no-repeat;
}
.top_panel.dark .user .userlink:hover {
  background: white;
}
.top_panel.dark .center .menu ul li a {
  color: black;
}
.top_panel.dark .center .menu ul li a:hover {
  color: #999;
}
.top_panel.dark .center .menu ul li a span {
  transition: all 0.2s linear;
  border-bottom: 1px solid #d0d0d0;
}
.top_panel.dark .center .menu ul li a span:hover {
  border-bottom: 1px solid #999;
}
.top_panel.dark .center .menu ul li .dropdown_ul {
  background: #d0d0d0;
}
.top_panel.dark .center .menu ul li .dropdown_ul li a {
  color: black;
}
.top_panel.dark .center .menu ul li .dropdown_ul li a:hover {
  color: #999;
}
.top_panel.trans_StuckLight {
  background: transparent;
  border: 10px solid transparent;
}
.top_panel.trans_StuckLight .user .userlink:before {
  background: url(../img/user-light.svg) center center no-repeat;
}
.top_panel.trans_StuckLight .user .userlink:after {
  background: url(../img/user-light-hover.svg) center center no-repeat;
}
.top_panel.trans_StuckLight .user .userlink:hover {
  background: white;
}
.top_panel.trans_StuckLight .center .menu ul li a {
  color: black;
}
.top_panel.trans_StuckLight .center .menu ul li a:hover {
  color: #999;
}
.top_panel.trans_StuckLight .center .menu ul li a span {
  transition: all 0.2s linear;
  border-bottom: 1px solid transparent;
}
.top_panel.trans_StuckLight .center .menu ul li a span:hover {
  border-bottom: 1px solid #999;
}
.top_panel.trans_StuckLight.is_stuck {
  background: #d0d0d0;
  border: 10px solid #d0d0d0;
}
.top_panel.trans_StuckLight.is_stuck .center .menu ul li a {
  color: black;
}
.top_panel.trans_StuckLight.is_stuck .center .menu ul li a:hover {
  color: #999;
}
.top_panel.trans_StuckLight.is_stuck .center .menu ul li a span {
  transition: all 0.2s linear;
  border-bottom: 1px solid #d0d0d0;
}
.top_panel.trans_StuckLight.is_stuck .center .menu ul li a span:hover {
  border-bottom: 1px solid #999;
}
.top_panel.trans_StuckLight.is_stuck .center .menu ul li .dropdown_ul {
  background: #d0d0d0;
}
.top_panel.trans_StuckLight.is_stuck .center .menu ul li .dropdown_ul li a {
  color: black;
}
.top_panel.trans_StuckLight.is_stuck .center .menu ul li .dropdown_ul li a:hover {
  color: #999;
}
.top_panel .left {
  width: 350px;
}
.top_panel .left .search_btn {
  background: transparent;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 40px;
}
.top_panel .left .search_btn span {
  display: none;
}
.top_panel .left .search_btn:before {
  width: 18px;
  height: 18px;
  background: url(../img/search-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  content: "";
  transition: all 0.2s linear;
}
.top_panel .left .search_btn:after {
  width: 18px;
  height: 18px;
  background: url(../img/search-hover.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  content: "";
  opacity: 0;
  transition: all 0.2s linear;
}
.top_panel .left .search_btn:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
  cursor: pointer;
}
.top_panel .left .search_btn:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.top_panel .left .search_btn:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.top_panel .left .logo {
  width: 138px;
  height: 48px;
  width: auto;
  display: block;
  float: left;
}
.top_panel .left .logo img {
  height: 100%;
  width: auto;
  display: block;
  float: left;
}
.top_panel .center {
  width: auto;
}
.top_panel .center .menu {
  width: auto;
}
.top_panel .center .menu ul {
  width: auto;
}
.top_panel .center .menu ul li {
  width: auto;
  margin-right: 20px;
  position: relative;
}
.top_panel .center .menu ul li:last-child {
  margin-right: 0;
}
.top_panel .center .menu ul li.dropdown_li > a {
  pointer-events: none;
}
.top_panel .center .menu ul li a {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  display: block;
  float: left;
  line-height: 48px;
  width: auto;
  color: #fff;
  position: relative;
}
.top_panel .center .menu ul li a span {
  transition: all 0.2s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.top_panel .center .menu ul li a:hover span {
  border-color: #fff;
  transition: all 0.2s linear;
}
.top_panel .center .menu ul li a:before {
  width: 100%;
  height: 4px;
  position: absolute;
  content: "";
  background: #282a2c;
  left: 0%;
  margin-left: 2px;
  bottom: -5px;
  display: none;
}
.top_panel .center .menu ul li a.active:before {
  display: block;
}
.top_panel .center .menu ul li .dropdown_ul {
  position: absolute;
  min-width: 220px;
  background: #fff;
  top: 100%;
  left: -10px;
  padding: 20px;
  margin-top: 10px;
  display: none;
}
.top_panel .center .menu ul li .dropdown_ul li {
  margin-right: 0;
  margin-bottom: 11px;
  clear: both;
}
.top_panel .center .menu ul li .dropdown_ul li:last-child {
  margin-bottom: 0;
}
.top_panel .center .menu ul li .dropdown_ul li a {
  font-size: 16px;
  color: #919193;
  line-height: normal;
  font-weight: 100;
  color: #999;
  font-size: inherit;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.top_panel .center .menu ul li .dropdown_ul li a:hover {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #666;
}
.top_panel .center .menu .mobile_content {
  display: none;
}
.top_panel .right {
  width: auto;
  float: right;
}
.top_panel .right .tel {
  width: auto;
  margin-right: 58px;
  display: none !important;
}
.top_panel .right .tel a {
  display: block;
  line-height: 48px;
  float: left;
  color: #fff;
  font-size: 18px;
}
.top_panel .right .tel a span {
  transition: all 0.2s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.top_panel .right .tel a:hover span {
  border-color: #fff;
  transition: all 0.2s linear;
}
.top_panel .right .favorites-count {
  display: none !important;
  float: left;
  width: auto;
}
.top_panel .right .favorites-count:hover ._counter {
  background: #222;
  transition: all 0.2s linear;
}
.top_panel .right .favorites-count ._counter {
  width: 48px;
  height: 48px;
  background: #d03000;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  transition: all 0.2s linear;
}
.top_panel .right .favorites-count ._text {
  font-size: 18px;
  color: #fff;
  width: auto;
  line-height: 48px;
  margin-left: 13px;
}
.top_panel .mobile_btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  float: right;
  display: none;
  position: relative;
  transition: all 0.2s linear;
}
.top_panel .mobile_btn.opened {
  transform: rotate(45deg);
  transition: all 0.2s linear;
  transition-delay: 0.3s;
}
.top_panel .mobile_btn.opened span:nth-child(1) {
  top: 23px;
  transition: all 0.2s linear;
}
.top_panel .mobile_btn.opened span:nth-child(2) {
  transform: rotate(90deg);
  transition: all 0.3s linear;
  transition-delay: 0.5s;
}
.top_panel .mobile_btn.opened span:nth-child(3) {
  top: 23px;
  transition: all 0.2s linear;
}
.top_panel .mobile_btn span {
  height: 3px;
  border-radius: 2px;
  background: #232526;
  position: absolute;
  display: block;
  width: 20px;
  left: 14px;
}
.top_panel .mobile_btn span:nth-child(1) {
  top: 16px;
  transition-delay: 0.6s;
  transition: all 0.4s linear;
}
.top_panel .mobile_btn span:nth-child(2) {
  top: 23px;
}
.top_panel .mobile_btn span:nth-child(3) {
  top: 30px;
  transition-delay: 0.6s;
  transition: all 0.4s linear;
}
.top_panel.inversion .left .search_btn {
  background: #c7c7c7;
}
.top_panel.inversion .currency select {
  background: #c7c7c7;
}
.top_panel.inversion .center .menu ul li a {
  color: #222;
}
.top_panel.inversion .center .menu ul li a:hover span {
  border-color: #222;
}
.top_panel.inversion .right .tel a {
  color: #222;
}
.top_panel.inversion .right .favorites-count ._text {
  color: #222;
}
.top_panel.inversion .user {
  background: #c7c7c7;
}
/*----------------------------------------------------------------------------------
2. Main slider section
-----------------------------------------------------------------------------------*/
.main_slider {
  height: 100vh;
  background: white;
  overflow: hidden;
}
.main_slider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.main_slider .slider_wrap .slide {
  position: relative;
  transition: all 0.2s linear;
}
.main_slider .slider_wrap .slide.slick-active .slide_content .title_wrap {
  transform: none;
  transition: all 0.7s ease-out;
}
.main_slider .slider_wrap .slide.slick-active .slide_content .text {
  transform: none;
  transition: all 1s ease-out;
}
.main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
  transform: none;
  transition: all 0.7s ease-out;
}
.main_slider .slider_wrap .slide.slick-active .slide_content .buttons {
  transform: none;
  transition: all 1.3s ease-out;
}
.main_slider .slider_wrap .slide.slick-active .bg-img {
  transform: scale(1);
}
.main_slider .slider_wrap .slide .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1);
}
.main_slider .slider_wrap .slide .wrap_float {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.main_slider .slider_wrap .slide:before {
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.77;
}
.main_slider .slider_wrap .slide .slide_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 140px;
}
.main_slider .slider_wrap .slide .slide_content .title_wrap {
  position: relative;
  width: auto;
  margin-bottom: 30px;
  max-width: 50%;
  transition: all 0.4s ease-out;
  transform: translateX(-100vw);
}
.main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
  font-size: 157px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  width: auto;
  line-height: 1;
}
.main_slider .slider_wrap .slide .slide_content .title_wrap .country {
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 0;
  width: auto;
  top: -64px;
  text-align: right;
  padding-left: 18px;
}
.main_slider .slider_wrap .slide .slide_content .title_wrap .country:before {
  width: 9px;
  height: 9px;
  background: #d03000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}
.main_slider .slider_wrap .slide .slide_content .text {
  font-size: 25px;
  width: auto;
  max-width: 565px;
  clear: both;
  transform: translateX(-100vw);
  transition: all 0.4s ease-out;
  color: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}
.main_slider .slider_wrap .slide .slide_content .buttons {
  margin-top: 50px;
  clear: both;
  transform: translateX(-100vw);
  transition: all 0.4s ease-out;
  background: url(../img/right-arrow.svg) left center no-repeat;
  background-size: contain;
  background-size: 25px auto;
}
.main_slider .slider_wrap .slide .slide_content .buttons .btn {
  background: #d03000;
  height: 50px;
  line-height: 50px;
  width: auto;
  padding: 0 30px;
  font-size: 21px;
  color: #fff;
  border-radius: 8px;
  display: block;
  float: left;
}
.main_slider .slider_wrap .slide .slide_content .buttons .link {
  line-height: 50px;
  width: auto;
  display: block;
  float: left;
  font-size: 21px;
  color: #fff;
  margin-left: 50px;
}
.main_slider .slider_wrap .slide .slide_content .buttons .link span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.2s linear;
}
.main_slider .slider_wrap .slide .slide_content .buttons .link:hover span {
  border-color: #fff;
  transition: all 0.2s linear;
}
.main_slider .slider_wrap .slide .next_title {
  font-size: 120px;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  filter: blur(5px);
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
  opacity: 0.77;
  transition: all 0.1s linear;
  transform: translateX(50vw);
}
.main_slider .slider_wrap .slide .next_title:hover {
  opacity: 1;
  filter: none;
  transition: all 0.1s linear;
  cursor: pointer;
}
.main_slider .arrows {
  position: absolute;
  z-index: 2;
  bottom: 140px;
  right: 50%;
  margin-right: -720px;
  width: auto;
}
.main_slider .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  position: relative;
  transition: all 0.2s linear;
}
.main_slider .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.main_slider .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.main_slider .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.main_slider .arrows .arrow:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.main_slider .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.main_slider .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
/*----------------------------------------------------------------------------------
3. Most popular section
-----------------------------------------------------------------------------------*/
.most_popular {
  overflow: hidden;
  padding: 100px 0 50px;
}
.most_popular .title_wrap {
  padding-right: 300px;
  position: relative;
}
.most_popular .controls {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.most_popular .controls .link {
  font-size: 18px;
  color: #222;
  width: auto;
  display: block;
  float: left;
  line-height: 44px;
  margin-right: 30px;
}
.most_popular .controls .link:hover {
  color: #c21820;
}
.most_popular .controls .arrows {
  position: relative;
  z-index: 2;
  width: auto;
}
.most_popular .controls .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c7c7c7;
  position: relative;
  transition: all 0.2s linear;
}
.most_popular .controls .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.most_popular .controls .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.most_popular .controls .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.most_popular .controls .arrows .arrow:hover {
  background: rgba(199, 199, 199, 0.18);
  transition: all 0.2s linear;
  cursor: pointer;
}
.most_popular .controls .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.most_popular .controls .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.most_popular .slick-list {
  overflow: visible;
}
.most_popular .slick-track {
  will-change: transform;
}
.tour_item {
  width: 700px;
  margin-right: 40px;
  height: 350px;
  position: relative;
  border-radius: 13px;
  padding: 40px 48px;
  display: block;
  float: left;
  background-size: cover;
  background-position: center center;
}
.tour_item:hover .shadow {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.tour_item .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
}
.tour_item:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.77;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.tour_item_top {
  position: relative;
  z-index: 1;
  padding-right: 80px;
}
.tour_item_top .country {
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  height: 60px;
}
.tour_item_top .country span {
  padding-left: 12px;
  position: relative;
}
.tour_item_top .country span:before {
  width: 6px;
  height: 6px;
  background: #d03000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.tour_item_top .add_bookmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  position: absolute;
  right: 0;
  top: 0;
}
.tour_item_top .add_bookmark:hover {
  cursor: pointer;
}
.tour_item_top .add_bookmark:hover * {
  cursor: pointer;
}
.tour_item_top .add_bookmark .not-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  opacity: 1;
}
.tour_item_top .add_bookmark .is-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  z-index: 2;
}
.tour_item_top .add_bookmark i.not-added {
  display: block;
  position: relative;
  z-index: 1;
}
.tour_item_top .add_bookmark i.is-added {
  display: none;
  position: relative;
}
.tour_item_top .add_bookmark .fav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d03000;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 1;
}
.tour_item_top .add_bookmark.added .fav-overlay {
  transform: scale(1);
}
.tour_item_top .add_bookmark.added i.not-added {
  display: none;
}
.tour_item_top .add_bookmark.added i.is-added {
  display: block;
}
.tour_item_bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 40px 48px;
}
.tour_item_bottom ._title {
  font-size: 33px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  margin-bottom: 27px;
}
.tour_item_bottom ._info_left {
  width: auto;
}
.tour_item_bottom ._info_left .days {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.53);
  width: auto;
  margin-right: 8px;
}
.tour_item_bottom ._info_left .cost {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  width: auto;
}
.tour_item_bottom ._info_right {
  width: auto;
  float: right;
}
.tour_item_bottom ._info_right .rating-stars {
  width: auto;
  margin-right: 12px;
}
.tour_item_bottom ._info_right .rating-stars .star {
  position: relative;
  width: 24px;
  height: 28px;
}
.tour_item_bottom ._info_right .rating-stars .star:before {
  width: 18px;
  height: 16px;
  background: url(../img/star.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
  opacity: 0.41;
}
.tour_item_bottom ._info_right .rating-stars .star.filled:before {
  display: none;
}
.tour_item_bottom ._info_right .rating-stars .star.filled:after {
  width: 18px;
  height: 16px;
  background: url(../img/star-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
}
.tour_item_bottom ._info_right .rating-text {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  width: auto;
}
/*----------------------------------------------------------------------------------
4. Properties section
-----------------------------------------------------------------------------------*/
.propertie {
  padding: 50px 0;
}
.propertie .title_wrap {
  padding-right: 300px;
  position: relative;
}
.propertie .controls {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.propertie .controls .link {
  font-size: 18px;
  color: #222;
  width: auto;
  display: block;
  float: left;
  line-height: 44px;
}
.propertie .controls .link:hover {
  color: #c21820;
}
.propertie_item {
  position: relative;
  width: 456px;
  width: 32%;
  margin-right: 2%;
  width: 95%;
  display: block;
  float: left;
}
.propertie_item:hover .shadow {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.propertie_item .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
}
.propertie_item:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.77;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.propertie_item_top {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 13px;
  margin-bottom: 20px;
}
.propertie_item_top .country {
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  height: 60px;
}
.propertie_item_top .country span {
  padding-left: 12px;
  position: relative;
}
.propertie_item_top .country span:before {
  width: 6px;
  height: 6px;
  background: #d03000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.propertie_item_top .add_bookmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  position: absolute;
  right: 0;
  top: 0;
}
.propertie_item_top .add_bookmark:hover {
  cursor: pointer;
}
.propertie_item_top .add_bookmark:hover * {
  cursor: pointer;
}
.propertie_item_top .add_bookmark .not-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  opacity: 1;
}
.propertie_item_top .add_bookmark .is-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  z-index: 2;
}
.propertie_item_top .add_bookmark i.not-added {
  display: block;
  position: relative;
  z-index: 1;
}
.propertie_item_top .add_bookmark i.is-added {
  display: none;
  position: relative;
}
.propertie_item_top .add_bookmark .fav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d03000;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 1;
}
.propertie_item_top .add_bookmark.added .fav-overlay {
  transform: scale(1);
}
.propertie_item_top .add_bookmark.added i.not-added {
  display: none;
}
.propertie_item_top .add_bookmark.added i.is-added {
  display: block;
}
.propertie_item_bottom ._title {
  font-size: 33px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  margin-bottom: 27px;
}
.propertie_item_bottom ._info_left {
  width: auto;
}
.propertie_item_bottom ._info_left .days {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.53);
  width: auto;
  margin-right: 8px;
}
.propertie_item_bottom ._info_left .cost {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  width: auto;
}
.propertie_item_bottom ._info_right {
  width: auto;
  float: right;
}
.propertie_item_bottom ._info_right .rating-stars {
  width: auto;
  margin-right: 12px;
}
.propertie_item_bottom ._info_right .rating-stars .star {
  position: relative;
  width: 24px;
  height: 28px;
}
.propertie_item_bottom ._info_right .rating-stars .star:before {
  width: 18px;
  height: 16px;
  background: url(../img/star.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
  opacity: 0.41;
}
.propertie_item_bottom ._info_right .rating-stars .star.filled:before {
  display: none;
}
.propertie_item_bottom ._info_right .rating-stars .star.filled:after {
  width: 18px;
  height: 16px;
  background: url(../img/star-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
}
.propertie_item_bottom ._info_right .rating-text {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  width: auto;
}
/*----------------------------------------------------------------------------------
4. Destinations section
-----------------------------------------------------------------------------------*/
.destinations {
  padding: 50px 0;
}
.destinations .title_wrap {
  padding-right: 300px;
  position: relative;
}
.destinations .controls {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.destinations .controls .link {
  font-size: 18px;
  color: #222;
  width: auto;
  display: block;
  float: left;
  line-height: 44px;
}
.destinations .controls .link:hover {
  color: #c21820;
}
.destinations_item {
  position: relative;
  width: 23%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  margin-right: 2.66666667%;
  margin-bottom: 2.66666667%;
  display: block;
  float: left;
}
.destinations_item:nth-child(5),
.destinations_item:nth-child(6),
.destinations_item:nth-child(7),
.destinations_item:nth-child(8) {
  margin-bottom: 0;
}
.destinations_item:nth-child(4n) {
  margin-right: 0;
}
.destinations_item:hover .shadow {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.destinations_item .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  opacity: 0;
  width: auto;
  transition: all 0.21s ease-out;
  will-change: opacity;
}
.destinations_item:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.77;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.destinations_item .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.destinations_item .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.destinations_item .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}
.destinations_item ._content {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  transform: translateY(30px);
  transition: all 0.2s ease-in;
}
.destinations_item ._content ._title {
  font-size: 34px;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  margin-bottom: 20px;
}
.destinations_item ._content ._info {
  color: rgba(255, 255, 255, 0.53);
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.destinations_item:hover ._content {
  transform: none;
  transition: all 0.2s ease-in;
}
.destinations_item:hover ._content ._info {
  opacity: 1;
  transition: all 0.2s ease-in;
}
/*----------------------------------------------------------------------------------
5. Search tour section
-----------------------------------------------------------------------------------*/
.search-tour {
  padding: 50px 0;
}
.search-form {
  background: #0030d0;
  height: 260px;
  border-radius: 13px;
  padding: 60px;
  position: relative;
}
.search-form .label {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.47);
  margin-bottom: 26px;
}
.search-form .destination-col {
  width: 310px;
  margin-right: 85px;
}
.search-form .destination-col .label {
  margin-bottom: 34px;
}
.search-form .destination-col .select_wrap {
  height: 58px;
  position: relative;
  background: #1140de;
  border-radius: 8px;
}
.search-form .destination-col .select_wrap:before {
  width: 16px;
  height: 22px;
  background: url(../img/geo.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -11px;
  right: 20px;
}
.search-form .destination-col .select_wrap select {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  float: left;
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  padding-left: 24px;
  padding-right: 45px;
}
.search-form .destination-col .select_wrap select:focus {
  outline: 0;
}
.search-form .destination-col .select_wrap select:hover {
  cursor: pointer;
}
.search-form .date-col {
  width: 210px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  margin-right: 27px;
}
.search-form .date-col .date_div {
  width: auto;
  position: relative;
}
.search-form .date-col .date_div .desctop-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: none;
}
.search-form .date-col .date_div .mobile-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  background: none;
}
.search-form .date-col .date_div_right {
  width: auto;
  margin-left: 15px;
  padding-top: 10px;
}
.search-form .date-col .day {
  width: auto;
  font-size: 59px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
}
.search-form .date-col .month {
  font-size: 17px;
  color: #fff;
  width: auto;
  margin-bottom: 5px;
}
.search-form .date-col .year {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: auto;
  clear: both;
}
.search-form .date-col .search-form .date-col .hour {
  width: 100%;
  font-family: "Prata", serif;
  font-size: 15px;
  padding-left: 40px;
  color: #fff;
  background: url(../images/icons/white/clock.svg) left center no-repeat;
  background-size: 40px auto;
}
.search-form .date-col #daterange_PriceResult {
  display: none;
}
.search-form .date-col .price_div .price {
  font-family: "Prata", serif;
  padding-top: 10px;
  color: #fff;
  font-size: 35px;
  width: 100%;
}
.search-form .date-col .price_div .date_div_right {
  margin: 0;
  padding: 0;
}
.search-form .date-col .price_div .aantal {
  font-size: 15px;
  width: 100%;
  color: #fff;
  width: auto;
  clear: both;
  display: inline-block;
}
.search-form .num-col {
  width: 190px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.search-form .num-col.last {
  border-right: 0;
  padding-left: 38px;
}
.search-form .num-col .num_wrap {
  width: auto;
  margin-top: -3px;
}
.search-form .num-col .buttons {
  width: 28px;
  padding-top: 8px;
}
.search-form .num-col .buttons button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: none;
  display: block;
  float: left;
  clear: both;
}
.search-form .num-col .buttons button.plus {
  position: relative;
  margin-bottom: 6px;
}
.search-form .num-col .buttons button.plus:before {
  width: 12px;
  height: 12px;
  background: url(../img/plus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  content: "";
}
.search-form .num-col .buttons button.minus {
  position: relative;
}
.search-form .num-col .buttons button.minus:before {
  width: 12px;
  height: 2px;
  background: url(../img/minus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
  content: "";
}
.search-form .num-col .buttons button:hover {
  background: #1140de;
}
.search-form .num-col .val {
  font-size: 59px;
  margin-left: 10px;
  line-height: 1.4;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  width: 80px;
  height: 76px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 10px;
  background: none;
  border: 0;
  display: block;
  float: left;
}
.search-form .num-col .val.zero {
  opacity: 0.4;
}
.search-form .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #d03000;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 54px;
}
.search-form .btn:before {
  width: 18px;
  height: 18px;
  background: url(../img/search-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  content: "";
}
.search-form .btn span {
  display: none;
}
/*----------------------------------------------------------------------------------
5. Search tour section
-----------------------------------------------------------------------------------*/
.search-propertie {
  padding: 50px 0;
}
.search-propertie .search-form {
  background: #000;
  height: auto;
  border-radius: 13px;
  padding: 60px;
  position: relative;
}
.search-propertie .search-form .label {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.47);
  margin-bottom: 26px;
}
.search-propertie .search-form .date-col {
  width: 210px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  margin-right: 27px;
}
.search-propertie .search-form .date-col .date_div {
  width: auto;
  position: relative;
}
.search-propertie .search-form .date-col .date_div .desctop-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: none;
}
.search-propertie .search-form .date-col .date_div .mobile-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  background: none;
}
.search-propertie .search-form .date-col .date_div_right {
  width: auto;
  margin-left: 15px;
  padding-top: 10px;
}
.search-propertie .search-form .date-col .day {
  width: auto;
  font-size: 59px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
}
.search-propertie .search-form .date-col .month {
  font-size: 17px;
  color: #fff;
  width: auto;
  margin-bottom: 5px;
}
.search-propertie .search-form .date-col .year {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: auto;
  clear: both;
}
.search-propertie .search-form .date-col .hour {
  width: 100%;
  font-family: "Prata", serif;
  font-size: 15px;
  padding-left: 40px;
  color: #fff;
  background: url(../images/icons/white/clock.svg) left center no-repeat;
  background-size: 40px auto;
}
.search-propertie .search-form .date-col #daterange_PriceResult {
  display: none;
}
.search-propertie .search-form .date-col .price_div .price {
  font-family: "Prata", serif;
  padding-top: 10px;
  color: #fff;
  font-size: 35px;
  width: 100%;
}
.search-propertie .search-form .date-col .price_div .date_div_right {
  margin: 0;
  padding: 0;
}
.search-propertie .search-form .date-col .price_div .aantal {
  font-size: 15px;
  width: 100%;
  color: #fff;
  width: auto;
  clear: both;
  display: inline-block;
}
.search-propertie .search-form .num-col {
  width: 190px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.search-propertie .search-form .num-col.last {
  border-right: 0;
  padding-left: 38px;
}
.search-propertie .search-form .num-col .num_wrap {
  width: auto;
  margin-top: -3px;
}
.search-propertie .search-form .num-col .buttons {
  width: 28px;
  padding-top: 8px;
}
.search-propertie .search-form .num-col .buttons button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: none;
  display: block;
  float: left;
  clear: both;
}
.search-propertie .search-form .num-col .buttons button.plus {
  position: relative;
  margin-bottom: 6px;
}
.search-propertie .search-form .num-col .buttons button.plus:before {
  width: 12px;
  height: 12px;
  background: url(../img/plus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  content: "";
}
.search-propertie .search-form .num-col .buttons button.minus {
  position: relative;
}
.search-propertie .search-form .num-col .buttons button.minus:before {
  width: 12px;
  height: 2px;
  background: url(../img/minus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
  content: "";
}
.search-propertie .search-form .num-col .buttons button:hover {
  background: #1140de;
}
.search-propertie .search-form .num-col .val {
  font-size: 59px;
  margin-left: 10px;
  line-height: 1.4;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  width: 80px;
  height: 76px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 10px;
  background: none;
  border: 0;
  display: block;
  float: left;
}
.search-propertie .search-form .num-col .val.zero {
  opacity: 0.4;
}
.search-propertie .search-form .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #d03000;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 54px;
}
.search-propertie .search-form .btn:before {
  width: 18px;
  height: 18px;
  background: url(../img/search-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  content: "";
}
.search-propertie .search-form .btn span {
  display: none;
}
/*----------------------------------------------------------------------------------
6. Stories section
-----------------------------------------------------------------------------------*/
.stories {
  overflow: hidden;
  padding: 50px 0;
}
.stories .title_wrap {
  padding-right: 300px;
  position: relative;
}
.stories .controls {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.stories .controls .link {
  font-size: 18px;
  color: #222;
  width: auto;
  display: block;
  float: left;
  line-height: 44px;
  margin-right: 30px;
}
.stories .controls .link:hover {
  color: #c21820;
}
.stories .controls .arrows {
  position: relative;
  z-index: 2;
  width: auto;
}
.stories .controls .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c7c7c7;
  position: relative;
  transition: all 0.2s linear;
}
.stories .controls .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.stories .controls .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.stories .controls .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.stories .controls .arrows .arrow:hover {
  background: rgba(199, 199, 199, 0.18);
  transition: all 0.2s linear;
  cursor: pointer;
}
.stories .controls .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.stories .controls .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.stories .slick-list {
  overflow: visible;
}
.story_item {
  width: 260px;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 35px;
  border-radius: 13px;
  display: block;
  float: left;
}
.story_item:hover .shadow {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.story_item:hover ._content {
  transform: none;
  transition: all 0.2s ease-in;
}
.story_item:hover ._content .text {
  opacity: 1;
  transition: all 0.2s ease-in;
}
.story_item .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
}
.story_item:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.77;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 13px;
}
.story_item .item_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.story_item ._content {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(60px);
  transition: all 0.2s ease-in;
}
.story_item ._content .flag {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  float: none;
  overflow: hidden;
}
.story_item ._content .flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.story_item ._content .country {
  font-size: 32px;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  margin-top: 10px;
}
.story_item ._content .text {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.56);
  margin-top: 8px;
  opacity: 0;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.2s ease-in;
}
/*----------------------------------------------------------------------------------
7. Blog section
-----------------------------------------------------------------------------------*/
.blog {
  padding: 100px 0;
  float: none;
  display: inline-block;
}
.blog .title_wrap {
  position: relative;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  text-transform: none;
  color: #000;
}
.blog .title_wrap .title {
  float: none;
  display: inline-block;
}
.blog .controls {
  margin: 2em auto 0 auto;
  float: none;
  width: auto;
}
.blog .controls .link {
  margin: 2em auto 0 auto;
  float: none;
  width: auto;
  text-transform: none;
  background: transparent;
  color: #999;
  padding: 0.5em 1em;
  font-size: 10px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
  border: 0px solid #999;
  background-size: auto 0.5em;
}
.blog .controls .link:hover {
  color: #666;
  border: 0px solid #666;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
}
.blog_item {
  position: relative;
  width: 456px;
  width: 32%;
  margin-right: 2%;
  display: block;
  float: left;
}
.blog_item:nth-child(3n) {
  margin-right: 0;
}
.blog_item:hover .blog_item_top {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.blog_item_top {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 4px;
}
.blog_item_top .tags .tag {
  height: 28px;
  line-height: 28px;
  background: #000;
  width: auto;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  margin-right: 8px;
  text-transform: uppercase;
}
.blog_item_top .tags .tag.red {
  background: #d03000;
}
.blog_item_top .tags .tag.green {
  background: #2fb26b;
}
.blog_item_top .tags .tag.blue {
  background: #1140de;
}
.blog_item_top .tags .tag.black {
  background: #222;
}
.blog_item_top .tags .tag.transparent {
  background: transparent;
}
.blog_item_top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_item_top .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.blog_item_top .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
.blog_item_top .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog_item_top ._title {
  font-size: 1.4em;
  font-weight: 400;
  color: #000;
  text-align: center;
  width: 100%;
  margin-right: 0;
  padding: 0.2em 0.3em;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.21s ease-out;
  will-change: opacity;
}
.blog_item_bottom .author {
  position: relative;
  margin-bottom: 15px;
}
.blog_item_bottom .author .userpic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.blog_item_bottom .author .userpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_item_bottom .date {
  font-size: 0.7em;
  padding: 5px 10px 0px 10px;
  display: table-cell;
  vertical-align: middle;
  float: left;
  width: auto;
}
.blog_item_bottom .text {
  width: 100%;
  font-size: 1.1em;
  text-align: left;
  padding: 15px 10px 0px 10px;
  font-family: "HelveticaNowText-Bold", sans-serif;
}
.blog_item_bottom .tags {
  float: right;
  width: auto;
}
.blog_item_bottom .tags .tag {
  background: transparent;
  width: auto;
  padding: 5px 0 ;
  border-radius: 5px;
  font-size: 10px;
  color: #999;
  margin-left: 8px;
}
.blog_item_bottom .tags .tag.red {
  background: #d03000;
}
.blog_item_bottom .tags .tag.green {
  background: #2fb26b;
}
.blog_item_bottom .tags .tag.blue {
  background: #1140de;
}
.blog_item_bottom .tags .tag.black {
  background: #222;
}
.blog_item_bottom .tags .tag.transparent {
  background: transparent;
}
/*----------------------------------------------------------------------------------
8. Subscribe section
-----------------------------------------------------------------------------------*/
.subscribe_section {
  padding: 50px 0;
  /*
  float: none;
  width: auto;
  display: inline-block;
  */
}
.subscribe_section .subscribe_block {
  position: relative;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 160px;
}
.subscribe_section .subscribe_block:before {
  background: #151515;
  opacity: 0.28;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  content: "";
}
.subscribe_section .subscribe_block .left {
  position: relative;
  z-index: 1;
  width: auto;
}
.subscribe_section .subscribe_block .right {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 16px 0;
  float: right;
}
.subscribe_section .subscribe_block .right .input_wrap {
  height: 58px;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 5px;
  width: 314px;
}
.subscribe_section .subscribe_block .right .input_wrap.select_wrap {
  position: relative;
  margin-right: 30px;
}
.subscribe_section .subscribe_block .right .input_wrap.select_wrap:before {
  width: 16px;
  height: 22px;
  background: url(../img/geo.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -11px;
  right: 24px;
}
.subscribe_section .subscribe_block .right .input_wrap .input {
  height: 58px;
  display: block;
  float: left;
  background: none;
  width: 100%;
  border: 0;
  font-size: 21px;
  color: #fff;
  padding: 0 28px;
}
.subscribe_section .subscribe_block .right .input_wrap select {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.63);
  padding: 0 50px 0 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.subscribe_section .subscribe_block .right .input_wrap select.selected {
  color: #fff;
}
.subscribe_section .subscribe_block .right .input_wrap select:focus {
  outline: 0;
}
.subscribe_section .subscribe_block .right .submit {
  background: #d03000;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  border: 0;
  position: relative;
  margin-left: 25px;
}
.subscribe_section .subscribe_block .right .submit:before {
  width: 24px;
  height: 16px;
  background: url(../img/mail.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -12px;
}
.subscribe_section .subscribe_block .right .submit span {
  display: none;
}
.subscribe_section .subscribe_block ._title {
  font-size: 48px;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  width: auto;
}
.subscribe_section .subscribe_block ._subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.58);
  width: auto;
  clear: both;
}
/*----------------------------------------------------------------------------------
9. Instagram section
-----------------------------------------------------------------------------------*/
.instagram_posts {
  padding-top: 50px;
}
.instagram_posts .post {
  display: block;
  float: left;
  width: 20%;
  height: 20%;
  position: relative;
  overflow: hidden;
}
.instagram_posts .post .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.instagram_posts .post .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.instagram_posts .post .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}
.instagram_posts .post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram_posts .post:before {
  background: #000;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.instagram_posts .post:after {
  width: 34px;
  height: 34px;
  background: url(../img/instagram-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  transition: all 0.3s ease-out;
  transform: scale(0.3);
  opacity: 0;
  z-index: 1;
}
.instagram_posts .post:hover:before {
  opacity: 0.23;
  transition: all 0.2s ease-out;
}
.instagram_posts .post:hover:after {
  transform: none;
  opacity: 1;
  transition: all 0.3s ease-out;
}
/*----------------------------------------------------------------------------------
9b. subnavigation section
-----------------------------------------------------------------------------------*/
.subnavigation_square {
  padding-top: 50px;
}
.subnavigation_square .post {
  display: block;
  float: left;
  width: 20%;
  height: 20%;
  position: relative;
  overflow: hidden;
}
.subnavigation_square .post .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.subnavigation_square .post .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.subnavigation_square .post .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}
.subnavigation_square .post .sq_parent .sq_wrap .sq_title {
  opacity: 1;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.2s ease-out;
  font-size: 33px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
.subnavigation_square .post .sq_parent .sq_wrap .sq_title:before {
  transform: scale(0.3);
  transition: all 0.2s ease-out;
}
.subnavigation_square .post .sq_parent .sq_wrap .sq_title:after {
  transform: scale(1);
}
.subnavigation_square .post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subnavigation_square .post:before {
  background: #000;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.subnavigation_square .post:after {
  width: 34px;
  height: 34px;
  background: url(../images/logo/logo-icon-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  transition: all 0.3s ease-out;
  transform: scale(0.3);
  opacity: 0;
  z-index: 1;
}
.subnavigation_square .post:hover:before {
  opacity: 0.23;
  transition: all 0.2s ease-out;
}
.subnavigation_square .post:hover:after {
  transform: none;
  opacity: 1;
  transition: all 0.3s ease-out;
}
/*----------------------------------------------------------------------------------
10. Footer
-----------------------------------------------------------------------------------*/
.footer {
  background: transparent;
  padding: 66px 0;
  position: relative;
  z-index: 1;
  text-align: left;
}
.footer_top {
  padding-top: 150px;
  border-top: 1px solid #eee;
  background-image: url(../images/logo/logo_footer_top.svg);
  background-size: 150px auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.footer_top .left {
  width: 60%;
}
.footer_top .right {
  width: 37%;
  float: right;
}
.footer_top .right ._text {
  font-size: 0.8em;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.7);
  width: auto;
  clear: both;
  float: none;
  display: inline-block;
}
.footer_top .right .contacts_info .tel {
  width: 50%;
  padding-right: 20px;
}
.footer_top .right .contacts_info .tel a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  float: left;
  width: auto;
}
.footer_top .right .contacts_info .email {
  width: 50%;
}
.footer_top .right .contacts_info .email a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  float: left;
  width: auto;
}
.footer_top .right .contacts_info .address {
  font-size: 0.7em;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 28px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}
.footer_top .right .contacts_info .address:before {
  width: 16px;
  height: 22px;
  background: url(../img/geo.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
}
.footer_top .right .contacts_info p {
  font-size: 0.7em;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.68);
  width: auto;
  clear: both;
  float: none;
}
.footer_top .col {
  width: 33.333%;
  padding-right: 42px;
}
.footer_top ._title {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  letter-spacing: -0.05em;
  font-style: italic;
  margin-bottom: 32px;
}
.footer_top ul li {
  margin-bottom: 18px;
}
.footer_top ul li a {
  color: rgba(0, 0, 0, 0.38);
  display: block;
  width: auto;
  line-height: 20px;
}
.footer_top ul li a:hover {
  color: black;
}
.footer_bottom {
  padding-top: 80px;
}
.footer_bottom p,
.footer_bottom div {
  font-size: 10px;
}
.footer_bottom a:hover {
  color: #fff;
}
.footer_bottom .left {
  width: 60%;
  color: rgba(0, 0, 0, 0.68);
}
.footer_bottom .right {
  width: 37%;
  float: right;
  color: rgba(0, 0, 0, 0.68);
  font-size: 10px;
}
/*----------------------------------------------------------------------------------
11. Socials
-----------------------------------------------------------------------------------*/
.social-links {
  margin-bottom: 20px;
}
.social-links h4 {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.social-links p {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-weight: 200;
  font-size: 12px;
  margin-bottom: 12px;
}
.social-links .link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
  padding: 2px;
}
.social-links .link:last-child {
  margin-right: 0;
}
.social-links .link span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  background: transparent;
  opacity: 1;
}
.social-links .link span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.social-links .link:after {
  background: transparent;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  content: "";
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  opacity: 0;
  transition: all 0.1s linear;
  will-change: opacity;
}
.social-links .link:hover:after {
  background: #eee;
  opacity: 1;
  transition: all 0.1s linear;
}
.social-links .link.facebook span:before {
  width: 14px;
  height: 14px;
  background-image: url(../images/social/facebook.svg);
  margin-top: -7px;
  margin-left: -7px;
}
.social-links .link.instagram span:before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-image: url(../images/social/instagram.svg);
}
.social-links .link.linkedin span:before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-image: url(../images/social/linkedin.svg);
}
.social-links .link.google span:before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-image: url(../images/social/google.svg);
}
.social-links .link.pinterest span:before {
  background-image: url(../images/social/pinterest.svg);
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}
.social-links .link.twitter span:before {
  background-image: url(../images/social/twitter.svg);
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}
.social-links .link.youtube span:before {
  background-image: url(../images/social/youtube.svg);
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}
.social-links .link.vimeo span:before {
  background-image: url(../images/social/vimeo.svg);
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}
.social-links .link.itunes span:before {
  background-image: url(../images/social/itunes.svg);
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}
.modal_availability,
.modal_search {
  background: #F4E5D7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.modal_availability .close,
.modal_search .close {
  background: #777777;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  top: 30px;
  right: 50px;
  z-index: 5;
}
.modal_availability .close:before,
.modal_search .close:before {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #F4E5D7;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  content: "";
  transition: all 0.2s linear;
}
.modal_availability .close:hover,
.modal_search .close:hover {
  cursor: pointer;
  background-color: #232526;
}
.modal_availability .close:hover:before,
.modal_search .close:hover:before {
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.modal_availability .scroll .scroll_wrap,
.modal_search .scroll .scroll_wrap {
  padding: 0px;
  padding-top: 20px;
}
.modal_availability .search-tour,
.modal_search .search-tour {
  height: 100%;
  display: flex;
  align-items: center;
}
.safari-browser .main_slider .slider_wrap .slide {
  width: 100vw !important;
}
/*----------------------------------------------------------------------------------
12. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (min-width: 1041px) {
  .button:hover {
    background: #777777;
  }
  .sidebar .search-form .btn:after {
    transition: all 0.2s linear;
  }
  .sidebar .search-form .btn:hover:after {
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.2s linear;
  }
}
@media screen and (max-width: 1930px) {
  .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 136px;
  }
}
@media screen and (max-width: 1762px) {
  .top_panel .wrap_float {
    padding: 0 72px 5px 0;
  }
  .top_panel .currency {
    left: 0;
  }
  .top_panel .user {
    right: 0;
  }
  .top_panel .left {
    width: 192px;
  }
  .top_panel .center .menu ul li {
    margin-right: 25px;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 110px;
  }
  .main_slider .slider_wrap .slide .next_title {
    font-size: 90px;
  }
  .main_slider .slider_wrap .slide .slide_content .text {
    font-size: 20px;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
    font-size: 20px;
    top: -50px;
  }
  .main_slider .slider_wrap .slide .slide_content {
    padding-bottom: 70px;
  }
  .main_slider .arrows {
    bottom: 70px;
  }
  .top_panel .menu_wrap {
    width: 1004px;
  }
}
@media screen and (max-width: 1520px) {
  .wrap {
    max-width: 1300px;
  }
  .tour_item {
    width: 630px;
  }
  .tour_item_bottom ._title {
    font-size: 28px;
  }
  .destinations_item ._content ._title {
    font-size: 30px;
  }
  .main_slider .arrows {
    margin-right: -650px;
  }
  .search-form .destination-col {
    width: 276px;
  }
  .search-form .destination-col {
    margin-right: 45px;
  }
  .search-form .date-col {
    width: 187px;
  }
  .search-form .num-col {
    width: 165px;
  }
  .subscribe_section .subscribe_block {
    padding: 60px 100px;
    float: none;
    width: auto;
    display: inline-block;
  }
  .main_slider .slider_wrap .slide .slide_content .buttons {
    margin-top: 33px;
  }
  .blog_item_bottom .text {
    font-size: 18px;
  }
  .story_item ._content .country {
    font-size: 30px;
  }
  .top_panel .menu_wrap {
    width: 964px;
  }
  .popup {
    width: 570px;
  }
  .popup .scroll .scroll_wrap {
    padding-top: 100px;
  }
  .popup .close {
    top: 30px;
    right: 30px;
  }
  .popup .back {
    top: 30px;
    left: 30px;
  }
  .search-form .btn {
    margin-top: -7px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1280px;
  }
  .tour_item {
    width: 620px;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 100px;
  }
  .main_slider .arrows {
    margin-right: -640px;
    bottom: 50px;
  }
  .main_slider .slider_wrap .slide .next_title {
    font-size: 60px;
    top: 20px;
  }
  .main_slider .slider_wrap .slide .slide_content {
    padding-bottom: 50px;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap {
    margin-bottom: 15px;
  }
  .top_panel {
    top: 34px;
  }
  .most_popular {
    padding: 40px 0;
    padding-top: 80px;
  }
  .title {
    font-size: 42px;
  }
  .destinations,
  .search-tour,
  .stories,
  .blog,
  .subscribe_section {
    padding: 40px 0;
  }
  .instagram_posts {
    padding-top: 40px;
  }
  .top_panel .menu_wrap {
    width: 1044px;
  }
  .popup .scroll .scroll_wrap {
    padding-top: 86px;
    padding-bottom: 40px;
  }
  .popup.profile-setting .scroll .scroll_wrap {
    padding-top: 100px;
  }
  .popup-body .form .input {
    height: 30px;
    font-size: 10px;
    margin-bottom: 10px;
  }
  .popup-body .form .textarea {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .popup-body .form .submit {
    height: 40px;
  }
  .popup-head .title {
    font-size: 30px;
  }
  .popup-body .form .label {
    margin-bottom: 10px;
    margin-top: 8px;
  }
  .top_panel .right .tel {
    margin-right: 26px;
    display: none !important;
  }
  .top_panel .center .menu ul li {
    margin-right: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .wrap {
    max-width: 1180px;
  }
  .top_panel .center .menu ul li {
    margin-right: 20px;
  }
  .top_panel .left .search_btn {
    margin-right: 28px;
  }
  .top_panel .right .favorites-count ._text {
    display: none;
  }
  .main_slider .arrows {
    margin-right: -590px;
  }
  .tour_item {
    width: 570px;
  }
  .search-form {
    padding: 40px 30px;
    height: auto;
  }
  .search-form .num-col {
    width: 146px;
  }
  .search-form .num-col.last {
    width: 170px;
  }
  .search-form .btn {
    right: 30px;
  }
  .subscribe_section .subscribe_block {
    padding: 60px 50px;
  }
  .top_panel .menu_wrap {
    width: 944px;
  }
  .load_more {
    width: 92px;
    height: 92px;
    font-size: 16px;
  }
  .search-form .btn {
    margin-top: -5px;
  }
}
@media screen and (min-width: 1201px) {
  .top_panel .menu_wrap {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .top_panel {
    z-index: 3;
  }
  .top_panel .currency {
    display: none;
  }
  .top_panel .right {
    display: none;
  }
  .top_panel .mobile_btn {
    display: block;
  }
  .top_panel .wrap_float {
    padding: 0;
  }
  .wrap {
    max-width: 940px;
  }
  .top_panel .center {
    display: none;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
    width: 100%;
    text-align: left;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap .country:before {
    top: 9px;
  }
  .main_slider .arrows {
    margin-right: -470px;
  }
  .main_slider .slider_wrap .slide .slide_content .next_title {
    display: none !important;
  }
  .destinations_item ._content ._title {
    margin-bottom: 5px;
  }
  .search-form .date-col:nth-child(2) {
    clear: both;
  }
  .search-form .destination-col {
    max-width: 576px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .search-form .label {
    margin-bottom: 16px;
  }
  .search-form .destination-col .label {
    margin-bottom: 16px;
  }
  .blog_item {
    width: 48%;
    margin-right: 4%;
  }
  .blog_item:nth-child(2) {
    margin-right: 0;
  }
  .blog_item:last-child {
    display: none;
  }
  .subscribe_section .subscribe_block .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .subscribe_section .subscribe_block ._title,
  .subscribe_section .subscribe_block ._subtitle {
    width: 100%;
  }
  .subscribe_section .subscribe_block .right {
    width: 100%;
  }
  .subscribe_section .subscribe_block .right .input_wrap {
    width: 34vw;
  }
  .instagram_posts .post {
    width: 25%;
  }
  .instagram_posts .post:last-child {
    display: none;
  }
  .subnavigation_square .post {
    width: 25%;
  }
  .subnavigation_square .post:last-child {
    display: none;
  }
  .footer_top .left {
    width: 100%;
  }
  .footer_top .right {
    width: 100%;
    margin-top: 30px;
  }
  .footer_top .right .contacts_info .tel {
    max-width: 300px;
  }
  .top_panel .menu_wrap {
    display: none;
    width: 100%;
    background: url(../images/bg/bg_beton.jpg) top center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 4;
  }
  .top_panel .menu_wrap .close {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    float: right;
    position: absolute;
    right: 0;
    top: 34px;
    transition: all 0.2s linear;
  }
  .top_panel .menu_wrap .close.opened {
    transform: rotate(45deg);
    transition: all 0.2s linear;
    transition-delay: 0.3s;
  }
  .top_panel .menu_wrap .close.opened span:nth-child(1) {
    top: 23px;
    transition: all 0.2s linear;
  }
  .top_panel .menu_wrap .close.opened span:nth-child(2) {
    transform: rotate(90deg);
    transition: all 0.3s linear;
    transition-delay: 0.5s;
  }
  .top_panel .menu_wrap .close.opened span:nth-child(3) {
    top: 23px;
    transition: all 0.2s linear;
  }
  .top_panel .menu_wrap .close span {
    height: 3px;
    border-radius: 2px;
    background: #232526;
    position: absolute;
    display: block;
    width: 20px;
    left: 14px;
  }
  .top_panel .menu_wrap .close span:nth-child(1) {
    top: 16px;
    transition: all 0.4s linear;
    transition-delay: 0.6s;
  }
  .top_panel .menu_wrap .close span:nth-child(2) {
    top: 23px;
  }
  .top_panel .menu_wrap .close span:nth-child(3) {
    top: 30px;
    transition: all 0.4s linear;
    transition-delay: 0.6s;
  }
  .top_panel .user {
    display: block;
    left: 50%;
    margin-left: -470px;
    top: 34px;
    margin-top: 0;
  }
  .top_panel .right {
    display: block;
  }
  .top_panel .right .favorites-count {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 34px;
    display: none !important;
  }
  .top_panel .right .favorites-count ._text {
    display: block;
    color: #fff;
  }
  .top_panel .right .tel {
    display: none !important;
  }
  .top_panel .center {
    display: block;
    width: 940px;
    left: 50%;
    position: relative;
    margin-left: -470px;
    padding-top: 112px;
    padding-bottom: 50px;
  }
  .top_panel .center .menu {
    width: 100%;
  }
  .top_panel .center .menu ul {
    width: 100%;
  }
  .top_panel .center .menu ul li {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .top_panel .center .menu ul li a {
    font-size: 28px;
    font-family: 'Libre Baskerville', serif;
    text-decoration: none;
    width: 100%;
    display: block;
    float: left;
    color: #999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    line-height: 80px;
    margin-right: 0;
  }
  .top_panel .center .menu ul li a span {
    text-decoration: none;
    border-bottom: none !important;
  }
  .top_panel .center .menu ul li a.active:before {
    width: 9px;
    height: 9px;
    background: transparent;
    left: 0;
    top: 50%;
    margin-top: -4px;
    content: "";
    border-radius: 50%;
    position: absolute;
  }
  .top_panel .center .menu ul li a.active span {
    position: relative;
    padding-right: 20px;
    border-bottom: none;
    text-decoration: none;
  }
  .top_panel .center .menu ul li a.active span:before {
    width: 9px;
    height: 9px;
    background: transparent;
    left: 0;
    top: 50%;
    margin-top: -4px;
    content: "";
    border-radius: 50%;
    position: absolute;
  }
  .top_panel .center .menu ul li a span {
    border-bottom: 0;
  }
  .top_panel .center .menu ul li a:hover span {
    border-bottom: 0;
    transition: none;
    color: black;
  }
  .top_panel .center .menu ul li.dropdown_li a.hover:before {
    background: #fff;
    transition: all 0.2s linear;
  }
  .top_panel .center .menu ul li.dropdown_li a.hover:after {
    background-image: url(../img/minus-2.svg);
  }
  .top_panel .center .menu ul li.dropdown_li a:before {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.44);
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -22px;
    transition: all 0.2s linear;
    display: block;
  }
  .top_panel .center .menu ul li.dropdown_li a:after {
    width: 12px;
    height: 12px;
    background: url(../img/plus-2.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -6px;
    right: 16px;
  }
  .top_panel .center .menu ul li .dropdown_ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .top_panel .center .menu ul li .dropdown_ul li a {
    border-bottom: 0;
  }
  .top_panel .center .menu ul li .dropdown_ul li a:before,
  .top_panel .center .menu ul li .dropdown_ul li a:after {
    display: none;
  }
  .top_panel .center .menu .currency_mob {
    position: relative;
    padding-left: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .top_panel .center .menu .currency_mob select {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(152, 152, 152, 0.33);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 8px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top_panel .center .menu .currency_mob select:hover {
    cursor: pointer;
  }
  .top_panel .center .menu .currency_mob p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 48px;
  }
  .top_panel .center .menu .mobile_content {
    display: block;
  }
  .top_panel .center .menu .mobile_content .tel {
    margin-bottom: 27px;
  }
  .top_panel .center .menu .mobile_content .tel a {
    font-size: 20px;
    font-weight: 600;
    color: #15b91d;
  }
  .top_panel .center .menu .mobile_content .tel p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.37);
  }
  .top_panel .center .menu .mobile_content .link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 23px;
  }
  .top_panel .center .menu .mobile_content .link:last-child {
    margin-right: 0;
  }
  .top_panel .center .menu .mobile_content .link span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background: inherit;
  }
  .top_panel .center .menu .mobile_content .link span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top_panel .center .menu .mobile_content .link.facebook span:before {
    width: 13px;
    height: 25px;
    background-image: url(../img/facebook-logo.svg);
    margin-top: -13px;
    margin-left: -7px;
  }
  .top_panel .center .menu .mobile_content .link.instagram span:before {
    width: 22px;
    height: 22px;
    background-image: url(../img/instagram-logo.svg);
    margin-top: -11px;
    margin-left: -11px;
  }
  .top_panel .center .menu .mobile_content .link.pinterest span:before {
    width: 20px;
    height: 24px;
    background-image: url(../img/pinterest.svg);
    margin-top: -12px;
    margin-left: -10px;
  }
  .top_panel .center .menu .mobile_content .link.twitter span:before {
    width: 26px;
    height: 20px;
    background-image: url(../img/twitter-logo.svg);
    margin-top: -10px;
    margin-left: -13px;
  }
  .top_panel .center .menu .mobile_content .link.youtube span:before {
    width: 23px;
    height: 16px;
    background-image: url(../img/youtube-logo.svg);
    margin-top: -8px;
    margin-left: -12px;
  }
  .top_panel .center .menu ul li .dropdown_ul {
    position: static;
    width: 100%;
    background: none !important;
  }
  .top_panel .center .menu ul li .dropdown_ul li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.38);
    font-family: futura-pt, sans-serif;
    padding-left: 15px;
  }
  .top_panel .center .menu ul li.dropdown_li > a {
    pointer-events: inherit;
  }
  .page .posts .tour_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .tour_item_bottom ._info_right {
    float: left;
    margin-top: 6px;
    clear: both;
  }
  .tour_item_bottom ._title {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .breadcrumbs {
    padding-top: 10px;
  }
  .top_panel.inversion .mobile_btn {
    background: #c7c7c7;
  }
  .top_panel.inversion .center .menu ul li a {
    color: #fff;
  }
  .top_panel.inversion .right .favorites-count ._text {
    color: #fff;
  }
  .top_panel.inversion .user {
    background: transparent;
  }
  .page.static-page .left_content .description {
    font-size: 20px;
  }
  .page.static-page .left_content p:not([class]) {
    font-size: 18px;
  }
  .page.static-page .left_content .two-colums .col {
    margin-right: 0;
    width: 100%;
  }
  .page.static-page .left_content ul li,
  .page.static-page .left_content ol li {
    font-size: 18px;
  }
  .page.static-page .left_content ul li:before {
    top: 8px;
  }
  .top_panel .user .usermenu {
    left: 0;
    border-radius: 0 20px 20px 20px;
  }
  .top_panel .user .userlink:hover {
    background: transparent;
  }
  .top_panel .user .userlink:hover:before {
    opacity: 1;
  }
  .top_panel .user .userlink:hover:after {
    display: none;
  }
  .search-form .btn {
    margin-top: 55px;
  }
  .story_item ._content .text {
    height: 52px;
  }
}
@media screen and (max-width: 1040px) {
  .destinations_item .shadow,
  .tour_item .shadow,
  .story_item .shadow,
  .blog_item_top .shadow,
  .social-links .link:after {
    display: none;
  }
  .destinations_item ._content,
  .story_item ._content {
    transform: none;
  }
  .destinations_item ._content ._info,
  .story_item ._content .text {
    opacity: 1;
  }
  .mobile:not(.ie-browser) .search-form .date-col .date_div .desctop-input {
    display: none;
  }
  .mobile:not(.ie-browser) .search-form .date-col .date_div .mobile-input {
    display: block;
    z-index: 1;
  }
  .mobile:not(.ie-browser) .ui-widget.ui-widget-content {
    display: none !important;
  }
  .mobile .main_slider .slider_wrap .slide .wrap_float {
    height: inherit;
  }
  .mobile .most_popular .wrap {
    width: 100%;
    max-width: 100%;
  }
  .mobile .most_popular .controls .arrows {
    display: none;
  }
  .mobile .most_popular .title_wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .mobile .most_popular .section_content {
    overflow: auto;
  }
  .mobile .most_popular .section_content .tour-slider {
    white-space: nowrap;
    width: auto;
    padding-left: 4%;
  }
  .mobile .most_popular .section_content .tour-slider .tour_item {
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: normal;
    margin-bottom: 20px;
  }
  .mobile .most_popular .section_content .tour-slider .tour_item:last-child {
    margin-right: 4vw;
  }
  .mobile .stories .wrap {
    width: 100%;
    max-width: 100%;
  }
  .mobile .stories .controls .arrows {
    display: none;
  }
  .mobile .stories .title_wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .mobile .stories .section_content {
    overflow: auto;
  }
  .mobile .stories .section_content .stries_slider {
    white-space: nowrap;
    width: auto;
    padding-left: 4%;
  }
  .mobile .stories .section_content .stries_slider .story_item {
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: normal;
    margin-bottom: 20px;
    margin-right: 23px;
  }
  .mobile .stories .section_content .stries_slider .story_item:last-child {
    margin-right: 4vw;
  }
  .safari-browser .search-form .num-col .val {
    padding-top: 10px;
  }
  .main_slider .arrows .arrow:hover {
    background: rgba(255, 255, 255, 0.42);
  }
  .main_slider .arrows .arrow:hover:before {
    opacity: 1;
  }
  .main_slider .arrows .arrow:hover:after {
    opacity: 0;
  }
  .most_popular .controls .link,
  .destinations .controls .link,
  .stories .controls .link,
  .blog .controls .link {
    color: #d0d0d0;
  }
  .most_popular .controls .link:hover,
  .destinations .controls .link:hover,
  .stories .controls .link:hover,
  .blog .controls .link:hover {
    color: #777777;
  }
  .popup-head .link,
  .popup-body .form .link {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1040px) and (orientation: landscape) {
  .main_slider,
  .main_slider .slider_wrap .slide .wrap_float {
    height: 460px !important;
  }
  .main_slider {
    position: relative;
  }
}
@media screen and (min-width: 1001px) {
  .footer_top .col ul {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    max-width: 100%;
    width: 92%;
  }
  .main_slider .arrows {
    right: 4%;
    margin-right: 0;
  }
  .destinations_item {
    width: 46%;
    margin: 2%;
  }
  .destinations .wrap {
    width: 100%;
  }
  .destinations .title_wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .destinations .controls {
    right: 4%;
  }
  .destinations .section_content {
    overflow: auto;
    padding: 0 4%;
  }
  .destinations .section_content .scroll {
    width: auto;
    white-space: nowrap;
    padding-left: 4%;
  }
  .destinations .section_content .scroll .destinations_item {
    width: 300px;
    display: inline-block;
    float: none;
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .destinations .section_content .scroll .destinations_item:last-child {
    margin-right: 4vw;
  }
  .search-form .destination-col {
    max-width: 100%;
  }
  .search-form .num-col:nth-child(4) {
    clear: both;
  }
  .search-form .date-col {
    width: 50%;
    margin-right: 0;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
  .search-form .num-col {
    width: 50%;
    border-right: 0;
    padding-top: 30px;
  }
  .search-form .num-col.last {
    padding-left: 0;
  }
  .search-form .btn {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    clear: both;
    padding-left: 70px;
    background: none;
    width: auto;
    margin-top: 40px;
    border-radius: 0;
  }
  .search-form .btn:after {
    width: 54px;
    height: 54px;
    background: #d03000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .search-form .btn:before {
    z-index: 2;
    left: 28px;
  }
  .search-form .btn span {
    display: block;
    font-size: 21px;
    color: #fff;
  }
  .blog_item_top ._title {
    font-size: 22px;
  }
  .subscribe_section .subscribe_block .right .input_wrap.select_wrap {
    width: 48%;
    margin-right: 4%;
  }
  .subscribe_section .subscribe_block .right .submit {
    padding-left: 70px;
    background: none;
    margin-left: 0;
    right: auto;
    width: auto;
    margin-top: 30px;
  }
  .subscribe_section .subscribe_block .right .submit:after {
    width: 54px;
    height: 54px;
    background: #d03000;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
  }
  .subscribe_section .subscribe_block .right .submit:before {
    z-index: 1;
    left: 15px;
    margin-left: 0;
    margin-top: -10px;
  }
  .subscribe_section .subscribe_block .right .submit span {
    display: block;
    font-size: 21px;
    color: #fff;
  }
  .main_slider .slider_wrap .slide.slick-active .slide_content .title_wrap {
    width: 100%;
  }
  .footer_top .col {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-right: 0;
  }
  .footer_top .col ul {
    display: none;
    padding-bottom: 16px;
  }
  .footer_top .left ._title {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 22px;
    position: relative;
  }
  .footer_top .left ._title.active:before {
    background: #fff;
    transition: all 0.2s linear;
  }
  .footer_top .left ._title.active:after {
    background-image: url(../img/minus-2-dark.svg);
  }
  .footer_top .left ._title:before {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.44);
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    transition: all 0.2s linear;
  }
  .footer_top .left ._title:after {
    width: 12px;
    height: 12px;
    background: url(../img/plus-2-dark.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -6px;
    right: 16px;
  }
  .footer_top .right {
    margin-top: 0;
  }
  .footer_top .right ._title {
    padding-top: 20px;
    margin-bottom: 23px;
  }
  .footer {
    padding: 30px 0;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap {
    max-width: 100%;
  }
  .search-form .num-col .buttons button {
    width: 42px;
    height: 42px;
    background: #1140de;
  }
  .search-form .num-col .buttons {
    width: 42px;
  }
  .search-form .num-col .val {
    margin-left: 16px;
    height: 100px;
  }
  .ui-widget.ui-widget-content {
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 15px;
  }
  .top_panel .center {
    width: 92%;
    left: 4%;
    margin-left: 0;
  }
  .top_panel .user {
    margin-left: 0;
  }
  .top_panel .user .usermenu {
    left: auto;
  }
  .top_panel .right .favorites-count {
    left: 4%;
    margin-left: 60px;
  }
  .page .posts .tour_item {
    padding: 20px;
  }
  .tour_item_bottom {
    padding: 0 20px 20px;
  }
  .modal_search .search-tour {
    background: #0030d0;
  }
  .pagination ul {
    margin: 0 3px;
  }
}
@media screen and (max-width: 760px) {
  .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 54px;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
    font-size: 19px;
  }
  .main_slider .slider_wrap .slide .slide_content .text {
    font-size: 19px;
  }
  .most_popular .title_wrap {
    padding-right: 0;
  }
  .title {
    text-align: center;
    font-size: 30px;
  }
  .subtitle {
    text-align: center;
    font-size: 18px;
  }
  .stories .title_wrap {
    padding-right: 0;
  }
  .blog .title_wrap {
    padding-right: 0;
  }
  .most_popular .controls,
  .destinations .controls,
  .stories .controls,
  .blog .controls {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .most_popular .controls .link,
  .destinations .controls .link,
  .stories .controls .link,
  .blog .controls .link {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  .most_popular .controls .arrows,
  .destinations .controls .arrows,
  .stories .controls .arrows,
  .blog .controls .arrows {
    width: 100%;
  }
  .most_popular .controls .arrows .arrow,
  .destinations .controls .arrows .arrow,
  .stories .controls .arrows .arrow,
  .blog .controls .arrows .arrow {
    display: inline-block;
    float: none;
  }
  .section_content {
    margin-top: 18px;
  }
  .story_item {
    margin-right: 25px;
  }
  .blog_item {
    width: 100%;
  }
  .blog_item {
    margin-bottom: 38px;
  }
  .tour_item {
    margin-right: 30px;
  }
  .instagram_posts .post {
    width: 50%;
  }
  .subnavigation_square .post {
    width: 50%;
  }
  .blog_item_top ._title {
    font-size: 25px;
  }
  .blog_item:last-child {
    display: block;
    margin-bottom: 0;
  }
  .mobile .most_popular .title_wrap,
  .mobile .stories .title_wrap {
    padding-right: 4%;
  }
  .page .posts .tour_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page.favourites-list .page_head .select_wrap {
    clear: both;
    float: left;
    margin-top: 14px;
  }
  .popup-body .subtitle {
    text-align: left;
  }
  .description-block .title {
    text-align: left;
  }
  .pagination {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
    top: -44px;
  }
  .top_panel .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .top_panel .left .search_btn {
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top_panel .mobile_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top_panel .left .logo {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 100;
  }
  .main_slider .slider_wrap .slide .slide_content .buttons .btn {
    font-size: 19px;
  }
  .main_slider .slider_wrap .slide .slide_content .buttons .link {
    margin-left: 22px;
  }
  .main_slider .arrows .arrow {
    margin-left: 0;
  }
  .main_slider .arrows .arrow.prev {
    display: none !important;
  }
  .main_slider .arrows .arrow.next {
    margin-left: 0;
  }
  .main_slider .arrows {
    width: 44px;
  }
  .main_slider .slider_wrap .slide .slide_content .buttons .btn {
    height: 44px;
    line-height: 44px;
  }
  .main_slider .slider_wrap .slide .slide_content .buttons .link {
    height: 44px;
    line-height: 44px;
  }
  .most_popular {
    padding-top: 50px;
  }
  .tour_item {
    margin-right: 0;
    margin: 0 1px;
    padding: 24px;
  }
  .tour_item_bottom {
    padding: 0 24px 24px;
  }
  .tour_item_bottom ._info_right .rating-text {
    display: none;
  }
  .tour_item_bottom ._info_right .rating-stars {
    margin-right: 0;
  }
  .tour_item_bottom ._info_right {
    clear: both;
    float: left;
    width: 100%;
  }
  .tour_item_bottom ._info_left .days {
    font-size: 18px;
  }
  .tour_item_bottom ._info_left .cost {
    font-size: 18px;
  }
  .tour_item_bottom ._title {
    margin-bottom: 13px;
  }
  .tour_item_bottom ._title {
    font-size: 25px;
  }
  .most_popular .slick-list {
    overflow: hidden;
  }
  .tour_item_top .add_bookmark {
    width: 50px;
    height: 50px;
  }
  .tour_item_top .add_bookmark .fav-overlay {
    width: 50px;
    height: 50px;
  }
  .tour_item_top .add_bookmark .is-added {
    width: 14px;
    margin-left: -7px;
  }
  .tour_item_top .add_bookmark .not-added {
    width: 14px;
    margin-left: -7px;
  }
  .propertie_item {
    margin-right: 0;
    margin: 0 0px;
  }
  .most_popular {
    padding-bottom: 25px;
  }
  .destinations,
  .search-tour,
  .stories,
  .blog,
  .subscribe_section {
    padding: 25px 0;
  }
  .search-tour .wrap {
    max-width: 100%;
    width: 100%;
  }
  .search-tour .search-form {
    padding: 40px 4%;
    border-radius: 0;
  }
  .search-form .date-col .date_div_right {
    clear: both;
    margin-left: 0;
    padding-top: 0;
  }
  .search-form .date-col .day {
    line-height: 1.2;
  }
  .blog_item_top .sq_parent .sq_wrap {
    padding: 20px;
  }
  .subscribe_section .subscribe_block {
    padding: 45px 18px;
  }
  .subscribe_section .subscribe_block ._title {
    font-size: 31px;
  }
  .subscribe_section .subscribe_block .right .input_wrap.select_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .subscribe_section .subscribe_block .right .input_wrap.select_wrap select {
    font-size: 18px;
  }
  .subscribe_section .subscribe_block .right .input_wrap {
    width: 100%;
  }
  .subscribe_section .subscribe_block .right .input_wrap .input {
    font-size: 18px;
  }
  .subscribe_section .subscribe_block .right {
    padding-bottom: 0;
  }
  .footer_top .left ._title {
    font-size: 18px;
  }
  .footer_top .right .contacts_info .tel {
    width: 100%;
    padding-right: 0;
  }
  .footer_top .right .contacts_info .email {
    width: 100%;
    margin-top: 17px;
  }
  .main_slider .slider_wrap .slide .slide_content {
    padding-bottom: 22px;
  }
  .main_slider .arrows {
    bottom: 22px;
  }
  .top_panel {
    top: 18px;
  }
  .modal_search .close {
    right: 4%;
    top: 18px;
  }
  .modal_search .close:hover:before {
    transform: none;
  }
  .mobile .most_popular .section_content .tour-slider .tour_item {
    width: 300px;
    margin-right: 20px;
    height: 340px;
  }
  .top_panel .user {
    top: 18px;
  }
  .top_panel .right .favorites-count {
    top: 18px;
  }
  .top_panel .menu_wrap .close {
    top: 18px;
  }
  .top_panel .center {
    padding-top: 80px;
  }
  .tour_item_top .country {
    height: 50px;
  }
  .description-block {
    padding-top: 30px;
  }
  .breadcrumbs {
    padding-top: 0px;
  }
  .page.favourites-list .page_head .select_wrap {
    width: 100%;
    max-width: 100%;
  }
  .popup {
    width: 100%;
  }
  .popup .scroll .scroll_wrap {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 85px;
  }
  .popup .close {
    top: 20px;
    right: 20px;
  }
  .popup .back {
    top: 20px;
    left: 20px;
  }
  .popup-head .title {
    font-size: 31px;
  }
  .popup-body .subtitle {
    text-align: left;
  }
  .popup-head {
    margin-bottom: 12px;
  }
  .popup-body .form .input {
    margin-bottom: 13px;
  }
  .popup-head,
  .popup-body,
  .popup-foot {
    max-width: 100%;
  }
  .popup .select-userpic {
    left: 18px;
    top: 20px;
  }
  .popup .dropzone_wrapper {
    left: 18px;
    top: 20px;
  }
  .popup.success-popup .popup-head .title:before {
    width: 38px;
    height: 38px;
    top: 0;
  }
  .popup.success-popup .popup-head .title:after {
    left: 11px;
    top: 8px;
  }
  .popup.success-popup .popup-head .title {
    padding-left: 52px;
  }
  .popup {
    right: -101%;
  }
  .top_panel .user .usermenu ul li a {
    font-size: 18px;
  }
  .top_panel .user .usermenu {
    width: 220px;
  }
  .popup-head .link {
    bottom: 6px;
  }
}
@media screen and (max-width: 480px) {
  .top_panel .center .menu ul li a {
    font-size: 22px;
    line-height: 60px;
    text-decoration: none;
  }
  .top_panel .center .menu ul li .dropdown_ul {
    background: #777777 !important;
  }
  .top_panel .center .menu ul li .dropdown_ul li a {
    color: #282a2c;
    text-decoration: none;
  }
  .top_panel .center .menu ul li .dropdown_ul li a:hover {
    color: #232526;
  }
  .page.static-page .left_content .description {
    font-size: 18px;
  }
  .page.static-page .left_content p:not([class]) {
    font-size: 16px;
  }
  .page.static-page .left_content ul li,
  .page.static-page .left_content ol li {
    font-size: 16px;
  }
  .page.static-page .left_content ul li:before {
    width: 6px;
    height: 6px;
  }
  .page.static-page .left_content h2,
  .page.static-page .left_content h3,
  .page.static-page .left_content h4,
  .page.static-page .left_content h5,
  .page.static-page .left_content h6 {
    margin: 20px 0 5px;
  }
  .page.static-page .page_head {
    margin-bottom: 8px;
  }
  .popup .scroll .scroll_wrap {
    padding-top: 65px;
  }
  .popup .close {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .popup .select-userpic {
    top: 10px;
  }
  .popup .select-userpic .userpic {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .popup .select-userpic .select label {
    line-height: 40px;
  }
  .popup .dropzone_wrapper {
    top: 10px;
  }
  .popup .dropzone_wrapper .userpic {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .popup .close {
    right: 18px;
  }
  .popup .back {
    left: 18px;
  }
  .search-form .date-col .day {
    font-size: 46px;
  }
  .search-form .label {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .search-form .num-col {
    padding-top: 18px;
  }
  .search-form .destination-col .select_wrap {
    height: 50px;
  }
  .search-form .destination-col .select_wrap select {
    font-size: 19px;
  }
  .search-form .destination-col .label {
    margin-bottom: 10px;
  }
  .search-form .btn {
    margin-top: 24px;
  }
  .search-form .destination-col {
    margin-bottom: 25px;
  }
  .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 10px;
  }
  .popup.profile-setting .scroll .scroll_wrap {
    padding-top: 65px;
  }
}
@media screen and (max-width: 400px) {
  .main_slider .slider_wrap .slide .slide_content .buttons .btn {
    font-size: 16px;
    padding: 0 20px;
  }
  .main_slider .slider_wrap .slide .slide_content .buttons .link {
    font-size: 16px;
  }
  .destinations .section_content .scroll .destinations_item {
    width: 270px;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .search-form .num-col.last {
    width: 50%;
  }
  .story_item {
    margin-right: 13px;
  }
  .blog_item_top .sq_parent {
    padding-bottom: 80%;
  }
  .blog_item_top ._title {
    font-size: 21px;
  }
  .social-links .link {
    margin-right: 15px;
  }
  .footer_top .right .address {
    font-size: 17px;
  }
  .ui-widget.ui-widget-content {
    width: 296px;
  }
  .mobile .most_popular .section_content .tour-slider .tour_item {
    width: 270px;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .mobile .stories .section_content .stries_slider .story_item {
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .subscribe_section .subscribe_block .right .input_wrap select {
    padding-left: 18px;
  }
  .subscribe_section .subscribe_block .right .input_wrap .input {
    padding: 0 18px;
  }
  .top_panel .center .menu .mobile_content .link {
    margin-right: 14px;
  }
  .pagination {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 358px) {
  .pagination ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .pagination .arrow {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 340px) {
  .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 41px;
  }
  .popup.book-now-popup .tour-info .col .date .day {
    font-size: 38px;
  }
  .os-ios .popup.book-now-popup .tour-info .col .date .day {
    line-height: 1;
    margin-bottom: 0;
  }
  .popup.book-now-popup .tour-info .col .date {
    padding-left: 60px;
    padding-top: 2px;
    margin-bottom: 10px;
  }
  .os-ios .popup.book-now-popup .tour-info .col .date {
    padding-top: 0;
  }
  .popup.book-now-popup .tour-info .col .label {
    font-size: 17px;
  }
  .popup.book-now-popup .tour-info {
    margin-top: 2px;
  }
}
@media screen and (max-height: 654px) {
  .modal_search .search-tour {
    display: block;
    padding: 0;
  }
  .modal_search {
    overflow: auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shadow {
    display: none !important;
  }
  .tour_item:hover,
  .destinations_item:hover,
  .story_item:hover {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
  }
  .blog_item:hover .blog_item_top {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    transition: all 0.2s linear;
  }
  .top_panel .currency select {
    font-size: 13px;
    padding: 0 5px;
  }
  .search-form .num-col .val {
    padding-top: 0;
  }
  .social-links .link:after {
    display: none;
  }
  .travel-list .posts .item:hover .item_left .image {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    transition: all 0.2s linear;
  }
  .sidebar .search-form .btn {
    border-radius: 0;
  }
  .subscribe_section .subscribe_block .right .input_wrap.select_wrap:before {
    right: 28px;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #eee;
  border-radius: 5px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 40px;
  color: yellow;
  text-align: center;
  background-color: #313d6b;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-size: 40px 40px;
}
.progress-bar-success {
  background-color: green;
}
.progress-bar-info {
  background-color: #999;
}
.progress-bar-warning {
  background-color: orange;
}
.progress-bar-danger {
  background-color: red;
}
body.ganord .page #main .grid .grid-item.owlslider .panel.panelWidget .panelWidget-content .title_wrap .title {
  padding: 1em 20px 1em 40px;
  font-size: 24px;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.03em;
  text-transform: none;
}
body.ganord .page #main .grid .grid-item.owlslider .panel.panelWidget .panelWidget-content .title_wrap .main_streep {
  position: absolute;
  left: 0;
  top: 4em;
  width: 20px;
  height: 20px;
  padding: 0;
  border-left: 0;
  border-top: 0;
}
body.ganord .page #main .grid .grid-item.owlslider .panel.panelWidget .panelWidget-content p.tekstveld {
  padding: 0 60px 0 30px;
  text-align: left;
}
@media screen and (min-width: 758px) {
  .bootbox.alertMaW .modal-body .bootbox-body {
    font-size: 1em;
    padding: 1em 0;
  }
  .bootbox.alertMaW .modal-dialog {
    width: 80%;
  }
  .bootbox.alertMaW .modal-dialog .modal-content {
    padding: 2em;
    padding-top: 45px;
  }
  .bootbox .scroll_wrap {
    max-height: calc(60vh);
    display: inline-block;
    float: none;
    overflow: scroll;
  }
}
@media screen and (min-width: 1024px) {
  .bootbox .modal-dialog {
    width: 80%;
  }
}
.bootbox {
  /* .alertMaW .bootbox-cancel {} */
}
.bootbox.modal {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
}
.bootbox .scroll_wrap {
  max-height: calc(100vh);
  display: inline-block;
  float: none;
  overflow: scroll;
}
.bootbox .bootbox-close-button.close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
}
.bootbox .modal-dialog {
  width: 100%;
  max-height: 50vh;
  left: 50%;
  top: 25%;
  margin: auto;
  display: inline-block;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bootbox .modal-dialog .modal-content {
  background: #a7a195;
  color: #fff;
  padding: 10px;
  padding-top: 25px;
  text-align: center;
}
.bootbox .modal-dialog .modal-content img {
  display: inline-block;
  max-width: 100%;
  max-height: 50vh;
}
.bootbox .modal-title {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: 1.5em;
}
.bootbox.alertMaW .modal-body .bootbox-body {
  font-size: 1em;
  padding: 0 20px;
}
.bootbox.alertMaW .bootbox-body .bootbox_product_aantal {
  width: auto;
  float: none;
  display: inline-block;
  padding: 20px 0;
  font-size: 1em;
}
.bootbox.alertMaW .bootbox-body .bootbox_product_aantal .bootbox_product_qty {
  background-color: inherit;
  font-family: inherit;
  font-weight: 600;
  border: 0px solid transparent;
  color: #fff;
  font-size: 1em;
  padding-left: 10px;
}
.bootbox.alertMaW .bootbox-body button.bootbox_qtyPlus {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 80%;
  background-position: center center;
  background-image: url(../img/white/plus.svg);
  padding: 0;
  border: 1px solid #fff;
  background-size: 10px auto;
  opacity: 0.8;
}
.bootbox.alertMaW .bootbox-body button.bootbox_qtyPlus:hover {
  background-image: url(../img/white/plus_bold.svg);
  opacity: 1;
}
.bootbox.alertMaW .bootbox-body button.bootbox_qtyMin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 80%;
  background-position: center center;
  background-image: url(../img/white/minus.svg);
  padding: 0;
  border: 1px solid #fff;
  background-size: 10px auto;
  opacity: 0.8;
}
.bootbox.alertMaW .bootbox-body button.bootbox_qtyMin:hover {
  background-image: url(../img/white/minus_bold.svg);
  opacity: 1;
}
.bootbox.alertMaW .bootbox-body .bootbox_date_choose .link {
  padding: 5px;
}
.bootbox.alertMaW .bootbox-body .bootbox_date_choose .link:hover {
  cursor: pointer;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose {
  margin-top: 2em;
  width: auto;
  float: none;
  display: inline-block;
  /* Rounded sliders */
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .bootbox_deliveryMethodeBtn {
  float: left;
  width: auto;
  padding: 0 1em;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .bootbox_deliveryMethodeBtn.chosen {
  font-weight: 600;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .switch {
  position: relative;
  width: 30px;
  height: 17px;
  float: left;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .switch input {
  display: none;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .slider {
  width: 30px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose input:checked + .slider {
  background-color: #000;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .slider.round {
  width: 30px;
  border-radius: 17px;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .bootbox_deliveryMethodeChoose .slider.round:before {
  border-radius: 50%;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode {
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode label {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode .titel {
  width: 100%;
  font-size: 0.8em;
  opacity: 0.5;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode .subtitel {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.5;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode .uitleg {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  padding-right: 100px;
  opacity: 0.5;
  line-height: 1em;
  text-align: center;
  padding: 5px 15px 5px 0px;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode .postcode-form {
  width: auto;
  float: none;
  display: inline-block;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode .postcode-form .postcode-input {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border-width: 0 0 1px 0;
  border-color: #fff;
  color: #fff;
  width: 80px;
  margin-left: 10px;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode input::-moz-placeholder,
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.8em;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode .searchpostcode button {
  color: #FFF;
  font-family: inherit;
  font-size: inherit;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap {
  opacity: 1;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap:hover {
  opacity: 1;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap .label {
  font-size: 1.1em;
  padding: 5px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap li {
  margin-bottom: 5px;
  float: none;
  display: inline-block;
  text-align: center;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap li:hover {
  font-weight: bold;
  cursor: pointer;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap li.suggested {
  font-weight: bold;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap li .location {
  width: 100%;
  display: block;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap li .hour {
  font-family: futura-pt, sans-serif;
  font-size: normal;
  width: auto;
  color: #fff;
  background: url(../images/icons/white/clock.svg) left center no-repeat;
  background-size: 30px auto;
  font-size: 0.8em;
  margin: 0 auto;
  float: none;
  padding: 0 0px 0 30px;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap label {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.bootbox.alertMaW .bootbox-body .bootbox_deliveryMethode #bootbox_timeslot_list_wrap label.suggested {
  font-weight: bold;
  background-color: #fff;
  color: #000;
  padding: 0 5px;
}
.bootbox.alertMaW .modal-footer {
  border-top: 0px solid rgba(255, 255, 255, 0.2) !important;
  position: relative;
  width: auto;
  margin: 0 auto;
  float: none;
  display: inline-block;
  left: 0;
}
.bootbox.alertMaW .modal-footer button {
  border: none;
  padding: 0.5em 1em;
  margin: 0.5em 1em;
  border: 0 solid yellow;
}
.bootbox.alertMaW .modal-footer button:hover {
  border: none;
}
.bootbox.alertMaW .modal-footer .btn {
  background: #000;
  border-color: yellow;
  border: 0px solid yellow;
  font-size: 0.8em;
  color: #eee;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.05em;
}
.bootbox.alertMaW .modal-footer .btn:hover {
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #eee;
  color: #000;
}
.bootbox.alertMaW .modal-footer .btn:focus {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #eee;
  color: #000;
  transition: none;
  border: none;
}
.bootbox.alertMaW .modal-footer .btn.AutoAddCart {
  font-weight: 600;
  background: yellow;
}
.bootbox.alertMaW .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}
.bootbox #takeaway_combinations {
  padding: 1em 20px;
  border-top: 0px solid #999;
  border-bottom: 1px solid #999;
}
.bootbox #takeaway_combinations input.inputTotal {
  display: none;
  color: #fff;
  font-weight: 600;
}
.bootbox #takeaway_combinations .inputChoice {
  display: none;
}
.bootbox #takeaway_combinations .full_niv1 {
  padding: 1em 0;
}
.bootbox #takeaway_combinations .full_niv1.ready .inputChoice {
  display: block;
}
.bootbox #takeaway_combinations .full_niv1 input.inputTotal .combo_niv1 input.inputTotal {
  display: none;
}
.bootbox #takeaway_combinations .pairing {
  width: 100%;
  display: inline-block;
  font-style: italic;
  font-size: 0.7em;
}
.bootbox #takeaway_combinations .combo_niv1 {
  padding: 1em 0;
}
.bootbox #takeaway_combinations .combo_niv1 .online .navtit {
  font-size: 0.6em;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap .combi_item:hover {
  font-weight: bold;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap .online .navtit {
  font-size: 1em;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap li {
  padding: 0 10px;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap .or_class {
  font-size: 0.8em;
  margin: 0.4em 0;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .online {
  width: calc(100% - 100px);
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready input.inputChoice {
  width: 30px;
  float: right;
  text-align: right;
  font-family: inherit;
  display: block;
  border: none;
  background-color: transparent;
  color: inherit;
  font-weight: 600;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalPlus,
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalMin {
  width: 20px;
  height: 20px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.3;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalPlus:hover,
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalMin:hover {
  opacity: 1;
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalPlus {
  background-image: url(../img/white/plus.svg);
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalMin {
  background-image: url(../img/white/minus.svg);
}
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .combi_item.requested .navtit,
.bootbox #takeaway_combinations .combo_niv1 .combi_wrap.ready .combi_item.requested .inputChoice {
  font-weight: bold;
}
.bootbox #takeaway_combinations .full_niv1 .online,
.bootbox #takeaway_combinations .combo_niv1 .online {
  width: 100%;
}
.bootbox #takeaway_combinations.edit_mode .online {
  width: calc(100% - 100px);
}
.bootbox #takeaway_combinations.edit_mode .online .navtit.choice {
  font-size: 1em;
}
.bootbox #takeaway_combinations.edit_mode .online .navtit.choice.not_ready {
  color: #000;
}
.bootbox #takeaway_combinations.edit_mode input.inputChoice {
  width: 30px;
  float: right;
  text-align: right;
  font-family: inherit;
  color: inherit;
  display: block;
  border: none;
  background-color: transparent;
}
.bootbox #takeaway_combinations.edit_mode .inputTotalPlus,
.bootbox #takeaway_combinations.edit_mode .inputTotalMin {
  width: 20px;
  height: 20px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.bootbox #takeaway_combinations.edit_mode .inputTotalPlus {
  background-image: url(../img/white/plus.svg);
}
.bootbox #takeaway_combinations.edit_mode .inputTotalMin {
  background-image: url(../img/white/minus.svg);
}
.bootbox #takeaway_combinations.edit_mode .full_niv1 .inputTotal {
  width: 30px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  display: block;
  background-color: transparent;
}
.bootbox #takeaway_combinations.edit_mode ul.combi_wrap.not_ready {
  border-left: 10px solid #000;
}
.bootbox #takeaway_combinations.edit_mode ul.combi_wrap.ready {
  background-color: transparent;
}
.bootbox #takeaway_combinations.edit_mode ul.combi_wrap.ready .online {
  width: calc(100% - 100px);
}
.bootbox .combo_niv1 .online .navtit {
  font-size: 0.6em;
}
.bootbox .combo_niv1 .combi_wrap .online .navtit {
  font-size: 1em;
}
.bootbox .combo_niv1 .combi_wrap li {
  padding: 1em 10px;
}
#opensitepage {
  position: fixed;
  bottom: 0px;
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  left: 50%;
  transform: translate(-50%, 0px);
  color: #000;
  background: url("../images/arrows/select_down.png") no-repeat center 85%;
  background-blend-mode: overlay;
  background-size: 8px 5px;
  z-index: 10;
  display: inline-block;
  font-size: 10pt;
}
#opensitepage:hover {
  cursor: pointer;
}
#homemodules {
  padding-bottom: 20vh;
}
#hometxt {
  padding-top: 150px;
  padding-bottom: 25px;
  text-align: left;
}
#hometxt .hometxt-tit,
#hometxt .title {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2em;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
#hometxt .subtitle {
  padding: 0.5em 0;
}
#hometxt .description {
  line-height: inherit;
}
#hometxt .description span {
  padding: 0.5em 0;
  width: 100%;
  display: inline-block;
  line-height: normal;
}
#hometxt a .hometxt-link {
  line-height: 1em;
  font-size: 1em;
  color: #999;
  float: none;
  display: inline-block;
  margin-top: 1em;
  background-image: url('../img/right-arrow_dark.svg');
  background-repeat: no-repeat;
  background-size: auto 0.5em;
  background-position: center left;
  padding-left: 1.1em;
}
#hometxt a .hometxt-link:hover {
  color: #000;
  background-image: url('../img/right-arrow_hover.svg');
}
#continueScroll {
  font-size: 0.7em;
  position: fixed;
  bottom: 0px;
  width: auto;
  height: auto;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  left: 50%;
  transform: translate(-50%, 0px);
  background: #fff;
  z-index: 10;
  display: inline-block;
}
#siteStart {
  font-family: "Cormorant Garamond";
  font-size: 1.3em;
  color: #000;
  position: fixed;
  bottom: 0px;
  width: auto;
  height: auto;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 11;
  display: inline-block;
  background: #dfd6c7;
}
.hide {
  display: none !important;
}
.top_panel.light.opaque {
  opacity: 0;
}
#topslider #next,
#topslider #previous {
  display: none !important;
}
body.locked #topslider {
  display: none;
}
body.locked .top_panel.light.opaque {
  opacity: 1;
}
.page.homepage {
  padding: 0;
}
/*//FULL ANNOUNCEMENTS  ////////////   */
#paralWrap,
#vertical,
#horizontal {
  padding: 3rem;
  width: 100vw;
  color: #fff;
  margin: 0 !important;
}
#vertical .bg-faded {
  height: 60vh;
}
#vertical .my-5 {
  margin: 0rem !important;
}
.jumbotron {
  padding: 0rem;
  margin-bottom: 0;
  background-color: #eceeef;
  background-size: 100% auto !important;
}
#vertical .jumbotron .py-5 {
  margin-top: 3rem;
}
@keyframes changePosition {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
#vertical_bottom {
  width: 100%;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 15vh;
}
#vertical_bottom .bg-faded {
  height: 70vh;
  margin-top: 0;
  position: relative;
}
#vertical_bottom .my-5 {
  top: 0;
  margin-top: 0rem !important;
  margin-bottom: 3rem !important;
}
#vertical_bottom .jumbotron .py-5 {
  margin-top: 0rem !important;
  margin-bottom: 3rem !important;
}
.home_announcement_fullTextwrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0px, -50%);
  top: 50%;
  width: 60%;
  left: 20%;
  color: #999;
  padding: 5vh 3vw;
  background: rgba(255, 255, 255, 0.92);
  float: none;
  text-align: center;
}
.home_announcement_fullTextwrapper .home_announcement_full_titel {
  float: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: 300;
  color: #666666;
}
.home_announcement_fullTextwrapper hr {
  max-width: 100px;
  margin: auto;
  font-size: 1em;
  margin-bottom: 2em;
  border: none;
  border-top: 1px solid #bbb;
}
.home_announcement_fullTextwrapper .tekstblok {
  font-size: 1em;
  padding: 0 20px;
  margin: auto;
  max-width: 800px;
  color: #666666;
  float: none;
  /*text-shadow: 2px 1px 2px #000 */
}
.home_announce_fullText .home_announce_full_art {
  padding: 10px;
  font-size: 0.8em;
  float: none;
}
.home_announce_halfText button {
  margin-top: 1em;
  margin-bottom: 1em;
}
/*//HALF ANNOUNCEMENTS  ////////////   */
.left {
  float: left;
}
.right {
  float: right;
}
.home_announce_half_Wrapper,
.home_campaigns_Wrapper .home_exhibitions_Wrapper {
  width: 100vw;
  height: auto;
  position: relative;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px;
  float: none;
}
.home_announce_half_Wrapper .home_announce_halfVisual,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfVisual,
.home_announce_half_Wrapper .home_campaignsVisual,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsVisual,
.home_announce_half_Wrapper .home_exhibitionsVisual,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsVisual {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
}
.home_announce_half_Wrapper .home_announce_halfText,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText,
.home_announce_half_Wrapper .home_campaignsText,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText,
.home_announce_half_Wrapper .home_exhibitionsText,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText {
  width: 50%;
  height: 100% !important;
  display: inline-block;
  position: relative;
  text-align: center;
}
.home_announce_half_Wrapper .home_announce_halfText.left,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText.left,
.home_announce_half_Wrapper .home_campaignsText.left,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText.left,
.home_announce_half_Wrapper .home_exhibitionsText.left,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText.left {
  float: left;
  position: relative;
}
.home_announce_half_Wrapper .home_announce_halfText.right,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText.right,
.home_announce_half_Wrapper .home_campaignsText.right,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText.right,
.home_announce_half_Wrapper .home_exhibitionsText.right,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText.right {
  float: right;
  position: relative;
}
.home_announce_half_Wrapper .home_announce_halfText .tekstblok,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText .tekstblok,
.home_announce_half_Wrapper .home_campaignsText .tekstblok,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText .tekstblok,
.home_announce_half_Wrapper .home_exhibitionsText .tekstblok,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText .tekstblok {
  width: 80%;
  margin: auto;
  font-size: 0.8em;
  padding: 0 20px;
  float: none;
}
.home_announce_half_Wrapper .home_announce_halfText h5,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText h5,
.home_announce_half_Wrapper .home_campaignsText h5,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText h5,
.home_announce_half_Wrapper .home_exhibitionsText h5,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText h5 {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  padding: 0.5em 1em;
  border: 0px solid #999;
  background: #fff;
  width: auto;
  display: inline-block;
}
.home_announce_half_Wrapper .home_announce_halfText a,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText a,
.home_announce_half_Wrapper .home_campaignsText a,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText a,
.home_announce_half_Wrapper .home_exhibitionsText a,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText a {
  margin: auto;
  float: none;
  display: inline-block;
  width: 100%;
}
.home_announce_half_Wrapper .home_announce_halfText button,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText button,
.home_announce_half_Wrapper .home_campaignsText button,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText button,
.home_announce_half_Wrapper .home_exhibitionsText button,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText button {
  margin: 1em auto;
  float: none;
  width: auto;
  background: transparent;
  color: #999;
  padding: 0.5em 1em;
  font-size: 10px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: italic;
  border: 1px solid #eee;
}
.home_announce_half_Wrapper .home_announce_halfText button:hover,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText button:hover,
.home_announce_half_Wrapper .home_campaignsText button:hover,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText button:hover,
.home_announce_half_Wrapper .home_exhibitionsText button:hover,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText button:hover {
  border: 1px solid #bbb;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
}
.home_announce_half_Wrapper .home_announce_halfText .home_announce_half_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText .home_announce_half_art,
.home_announce_half_Wrapper .home_campaignsText .home_announce_half_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText .home_announce_half_art,
.home_announce_half_Wrapper .home_exhibitionsText .home_announce_half_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText .home_announce_half_art,
.home_announce_half_Wrapper .home_announce_halfText .home_campaigns_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText .home_campaigns_art,
.home_announce_half_Wrapper .home_campaignsText .home_campaigns_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText .home_campaigns_art,
.home_announce_half_Wrapper .home_exhibitionsText .home_campaigns_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText .home_campaigns_art,
.home_announce_half_Wrapper .home_announce_halfText .home_exhibitions_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText .home_exhibitions_art,
.home_announce_half_Wrapper .home_campaignsText .home_exhibitions_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText .home_exhibitions_art,
.home_announce_half_Wrapper .home_exhibitionsText .home_exhibitions_art,
.home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText .home_exhibitions_art {
  padding: 10px;
  font-size: 0.8em;
  float: none;
}
.home_announce_half_portrait,
.home_announce_halfText,
.home_campaigns_portrait,
.home_campaignsText,
.home_exhibitions_portrait,
.home_exhibitionsText {
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.home_announce_half_portrait.right {
  float: right;
  position: relative;
  background-position: right center;
}
.home_announce_halfTextwrapper,
.home_campaignsTextwrapper,
.home_exhibitionsTextwrapper {
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0px, -50%);
  top: 50%;
  float: none;
}
.home_announce_halfTextwrapper hr,
.home_campaignsTextwrapper hr,
.home_exhibitionsTextwrapper hr {
  background: #777777;
  max-width: 100px;
  margin: auto;
  height: 1px;
  border: none;
}
.home_announce_half_name,
.home_campaigns_name,
.home_exhibitions_name {
  margin-top: 1.4em;
}
.home_announce_half_tekstwrapper,
.home_campaigns_tekstwrapper,
.home_exhibitions_tekstwrapper {
  width: 80%;
  margin: auto;
  font-size: 0.8em;
  padding: 0 20px;
  float: none;
}
.left .home_announce_halfText,
.left .home_campaignsText,
.home_exhibitionsText {
  float: left;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 758px) {
  #hometxt {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  #paralWrap,
  #vertical,
  #horizontal {
    padding: 0;
  }
  .home_announcement_fullTextwrapper {
    width: 80%;
    left: 10%;
    padding: 20px 10px;
  }
  .home_announcement_fullTextwrapper .home_announcement_full_titel {
    font-size: 1em;
  }
  .home_announcement_fullTextwrapper .tekstblok {
    font-size: 0.8em;
  }
  .home_announce_halfVisual,
  .home_campaignsVisual,
  .home_exhibitionsVisual,
  .home_announce_half_Wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80% !important;
    margin-left: 10%;
    float: none;
  }
  .home_announce_halfTextwrapper,
  .home_campaignsTextwrapper,
  .home_exhibitionsTextwrapper {
    width: 100%;
    float: none;
    top: 0;
    transform: none;
    padding: 20px;
    margin-bottom: 10vh;
  }
  .home_announce_half_portrait,
  .home_announce_halfText,
  .home_campaigns_portrait,
  .home_campaignsText,
  .home_exhibitions_portrait,
  .home_exhibitionsText {
    width: 100%;
  }
  .home_announce_half_Wrapper .home_announce_halfText,
  .home_campaigns_Wrapper .home_exhibitions_Wrapper .home_announce_halfText,
  .home_announce_half_Wrapper .home_campaignsText,
  .home_campaigns_Wrapper .home_exhibitions_Wrapper .home_campaignsText,
  .home_announce_half_Wrapper .home_exhibitionsText,
  .home_campaigns_Wrapper .home_exhibitions_Wrapper .home_exhibitionsText {
    width: 100%;
    height: auto !important;
    float: none;
    display: inline-block;
  }
}
/*//HALF ANNOUNCEMENTS  ////////////   */
/*----------------------------------------------------------------------------------
1. WEBSHOP
-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. 
2. SHOPPING CART
3. 
4. 
5. 
6. 
7. 
8. 
9. 
10. Stappen
11. 
12. 
-------------------------------------------------------------------*/
.shopbuttonswrapper .price {
  width: auto;
  float: left;
}
button.add_to_cart {
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  float: right ;
  background-color: transparent;
  color: black;
}
button.add_to_cart:hover {
  background-color: transparent;
  color: black;
  font-weight: 600;
}
button.add_to_cart.final_step {
  border: 1px solid #b7a392;
  background: #b7a392;
  font-size: 1.2em;
  color: #000;
  padding: 5px 10px;
}
.product_aantal {
  position: relative;
  float: right;
  width: auto;
  padding: 3px 5px;
}
.product_aantal .product_qty {
  padding: 0;
  width: 20px;
  float: left;
  color: black;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  font-family: inherit;
}
.product_aantal .product_qty:focus {
  border: none !important;
  box-shadow: none !important;
}
.product_aantal .pre_product_qty {
  float: left;
  font-size: 0.8em;
  margin: 0px;
}
.qtyPlus,
.qtyMin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.5;
  background-color: #fff;
}
.qtyPlus:hover,
.qtyMin:hover {
  opacity: 1;
}
.qtyPlus {
  background-image: url(../images/icons/plus.svg);
}
.qtyMin {
  background-image: url(../images/icons/minus.svg);
}
.specsTitel {
  font-size: 0.6em;
  float: left;
  line-height: 1.6em;
  padding: 0.4em 1em;
  width: auto;
}
/*----------------------------------------------------------------------------------
1. 
-----------------------------------------------------------------------------------*/
#login_frame {
  float: right;
  font-size: 0.75em;
}
#login_frame a {
  text-decoration: none;
  font-weight: normal !important;
}
#login_frame a:hover {
  text-decoration: underline;
}
#logout_frame {
  float: right;
  font-size: 0.75em;
}
#logout_frame a {
  text-decoration: none;
  font-weight: normal !important;
}
#logout_frame a:hover {
  text-decoration: underline;
}
#StoreMenuWrapper {
  float: right;
  font-size: 0.75em;
  margin-right: 10px;
}
#StoreMenuWrapper a {
  font-size: 1em;
  text-decoration: none;
}
#StoreMenuWrapper a:hover {
  text-decoration: underline;
}
#StoreMenuWrapper a {
  font-size: 1em;
  text-decoration: none;
}
#StoreMenuWrapper a:hover {
  text-decoration: underline;
}
#kassaWrapper {
  display: block;
  padding: 10px 50px 30px 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500000000;
  background: white;
  width: 100%;
  background-image: url('../images/webshop_icons/basket.svg');
  background-position: 10px 20px;
  background-repeat: no-repeat;
  background-size: 20px auto ;
}
#kassaWrapper #kassa_winkelwagen a strong {
  width: 48px !important;
  height: 48px !important;
  background: black !important;
  color: white;
  display: block;
  border-radius: 24px;
  padding-top: 10px;
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}
#kassa {
  float: right;
  font-size: 0.75em;
}
#kassa a {
  text-decoration: none;
  font-weight: normal !important;
}
#kassa a:hover {
  text-decoration: underline;
}
.logtit {
  margin-right: 0.8em;
}
.yourcart {
  float: left;
  margin-right: 1em;
  text-align: right;
}
.yourcart:hover {
  text-decoration: underline;
}
.kassaknop {
  float: none;
  margin-right: 1em;
  color: black;
  width: auto;
  text-align: right;
}
#kassa_rekenaf strong {
  float: none;
  display: block;
  text-align: right;
  width: auto;
  color: black;
}
.cartcounter {
  font-size: 18px;
  float: left;
  margin-top: -18px;
  color: white;
  background: black !important;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  padding: 5px 0;
  text-align: center;
}
#cart_wrapper {
  background: #000;
  display: none;
}
#shopping-cart {
  display: inline-block;
  position: relative;
}
/*----------------------------------------------------------------------------------
2. SHOPPING CART
-----------------------------------------------------------------------------------*/
.shopping-cart {
  width: 100%;
  background: #000;
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: left;
}
.shopping-cart h2 {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  color: #fff;
}
.shopping-cart h3 {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0px;
  width: 95%;
  padding: 0.5em 0;
}
.shopping-cart .cart-itm {
  border-bottom: 1px solid #999;
  padding: 0px;
  width: 100%;
  margin: 0px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #fff;
}
.shopping-cart .cart-itm table {
  width: 100%;
  font-size: 1em;
}
.shopping-cart .cart-itm td {
  float: left;
}
.shopping-cart .cart-itm .p-visual {
  width: 100px;
  height: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shopping-cart .cart-itm .item_visual {
  float: left;
  margin: 0px;
  width: 100px;
}
.shopping-cart .cart-itm .item_setting {
  float: left;
  padding-left: 10px;
  text-align: left;
  width: 70%;
}
.shopping-cart .cart-itm .item_setting .p-code {
  display: none;
}
.shopping-cart .cart-itm .item_setting .p-qty {
  display: none;
}
.shopping-cart .cart-itm .item_setting .p-ptype {
  display: none;
}
.shopping-cart .cart-itm .item_setting .p-category {
  display: none;
}
.shopping-cart .cart-itm .item_setting .p-showpricevar {
  display: none;
}
.shopping-cart .cart-itm .item_setting .p-subtit {
  display: none;
}
.shopping-cart .cart-itm .item_setting .p-categoryName {
  font-size: 0.8em;
  margin-bottom: 0.3em;
  display: none;
}
.shopping-cart .cart-itm .item_setting .p-desc {
  font-size: 0.7em;
  float: left;
}
.shopping-cart .cart-itm .price_setting {
  float: right;
  text-align: right;
  position: relative;
  width: calc(100% - 100px);
}
.shopping-cart .cart-itm .price_setting .p-VAT {
  display: none;
}
.shopping-cart .cart-itm .price_setting .p-priceEX {
  display: none;
}
.shopping-cart .cart-itm .price_setting .p-priceVAT {
  display: none;
}
.shopping-cart .cart-itm .price_setting .p-magazijn {
  display: none;
}
.shopping-cart .cart-itm .price_setting .takeaway_qtylabel {
  width: 100%;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper {
  display: inline-block;
  min-width: 100px;
  width: 100%;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper {
  position: relative;
  float: right;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper .p-product_qty {
  padding: 0;
  width: 20px;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  background: #000;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper .p-product_qty:focus {
  border: none !important;
  box-shadow: none !important;
  margin-right: 10px !important;
  float: right !important;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper input[type="number"] {
  -moz-appearance: textfield;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper input {
  width: 55px;
  height: 25px;
  float: right;
  text-align: right;
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 15px !important;
  padding-right: 5px !important;
  border: 0px solid #999;
  border-left: 0px solid #999;
  float: left;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper input:focus {
  outline: 0;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper .qtylabel {
  font-size: 0.8em;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper .quantity-nav {
  float: right;
}
.shopping-cart .cart-itm .price_setting .upd_quantitywrapper .updatequantity .inputwrapper .updatequantity {
  display: none;
}
.shopping-cart .standardimg {
  background-position: top left !important;
  background-size: auto 100%;
  height: 30px !important;
}
.shopping-cart .qtylabel {
  position: relative;
  width: auto;
  float: right;
  background: #000;
  line-height: 2em;
}
.shopping-cart .quantity {
  width: auto;
  float: right;
}
.shopping-cart div {
  width: auto;
  float: right;
}
.shopping-cart input {
  width: auto;
  float: right;
}
.shopping-cart .quantity-nav {
  float: none;
  display: inline-block;
  position: relative;
  height: 20px;
}
.shopping-cart .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 0px solid #999;
  width: 10px;
  text-align: center;
  color: #999;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.shopping-cart .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 0px solid #999;
}
.shopping-cart .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}
.shopping-cart .cart-rule {
  border-bottom: 1px solid #eee;
  padding: 0px;
  width: 100%;
  margin: 0px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.shopping-cart .subafrekening {
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
  padding: 2em 0;
}
.shopping-cart .remove-itm {
  float: right;
  box-sizing: border-box;
  opacity: 0.3;
  width: 12px;
  height: 13px;
}
.shopping-cart .remove-itm:hover {
  background-color: #000;
  opacity: 0.5;
  cursor: pointer;
}
.shopping-cart .remove-itm .remove-itm-btn {
  width: 12px;
  height: 13px;
  background-color: #000;
  background-image: url("../images/webshop_icons/white/delete.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  display: inline-block;
}
.shopping-cart .empty-cart {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  background: transparent;
  padding: 5px 0em;
  color: #eee;
  text-decoration: none;
  border: 1px solid transparent;
  text-transform: none;
}
.shopping-cart .empty-cart:hover {
  background: transparent;
  color: white;
  border: 1px solid transparent;
  text-transform: none;
  cursor: pointer;
}
.shopping-cart .check-out-txt a {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  font-size: 1em;
  background: #777777;
  padding: 5px 1em;
  color: #eee;
  text-decoration: none;
  border: 1px solid #777777;
  text-transform: none;
  float: right;
}
.shopping-cart .check-out-txt a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  text-transform: none;
  cursor: pointer;
}
/*----------------------------------------------------------------------------------
2. BOOKING CART
-----------------------------------------------------------------------------------*/
.cart-booking {
  width: 100%;
  font-size: 1em;
}
.cart-booking label {
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 0.7em;
}
.cart-booking h3 {
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0;
  text-transform: capitalize;
  font-size: 0.8em;
}
.cart-booking h6 {
  font-size: 0.8em;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
.cart-booking h7 {
  font-size: 0.8em;
}
/*----------------------------------------------------------------------------------
3. view-cart overview page
-----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
overview
-----------------------------------------------------------------------------------*/
.overview-page .checkbox input {
  visibility: visible;
}
.overview-page #products-wrapper .view-cart {
  width: 100%;
  float: none;
  margin: auto;
  border: 0px solid #ddd;
  border-radius: 3px;
  display: block;
  margin-bottom: 5px;
}
.overview-page #products-wrapper .view-cart li {
  width: 100%;
  text-align: left;
  margin-top: 2em;
}
.overview-page #products-wrapper .view-cart h3 {
  font-family: futura-pt, sans-serif;
  font-weight: "normal";
  margin: 0px;
  padding: 10px 5px;
  width: 50%;
}
.overview-page #products-wrapper .view-cart .remove-itm {
  float: right;
  box-sizing: border-box;
  opacity: 0.3;
  width: 12px;
  height: 13px;
  display: none;
}
.overview-page #products-wrapper .view-cart .remove-itm:hover {
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.overview-page #products-wrapper .view-cart .remove-itm-btn {
  width: 12px;
  height: 13px;
  background-color: #fff;
  background-image: url("../images/webshop_icons/white/delete.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  display: none;
}
.overview-page #products-wrapper .view-cart .cart-itm {
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #666;
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.overview-page #products-wrapper .view-cart .cart-itm td {
  float: left;
}
.overview-page #products-wrapper .view-cart .cart-itm .product-info_oms {
  font-size: 0.8em;
  float: left;
  width: auto;
  max-width: 70%;
  padding: 0.2em 0.5em;
}
.overview-page #products-wrapper .view-cart .cart-itm .product-info_oms .p-code {
  display: none !important;
}
.overview-page #products-wrapper .view-cart .p-price {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.overview-page #products-wrapper .view-cart .product-info {
  width: 70%;
  float: left;
}
.overview-page #products-wrapper .view-cart .product-info h3 {
  width: 70%;
  padding: 0;
  padding-left: 15px;
  display: inline-block;
}
.overview-page #products-wrapper .view-cart .product-info div {
  padding: 0;
  padding-left: 15px;
  display: inline-block;
}
.overview-page #products-wrapper .view-cart .product-info .product-info_oms_cat {
  padding: 0;
  padding-left: 15px;
  display: none;
}
.overview-page #products-wrapper .view-cart .product-info .product-info_oms {
  padding: 0;
  padding-left: 15px;
  display: inline-block;
}
.overview-page #products-wrapper .view-cart .p-magazijn {
  display: none;
}
.overview-page #products-wrapper .view-cart .standardimg {
  background-size: auto 90%;
}
.overview-page #products-wrapper .view-cart .product-price {
  width: 30%;
  float: left;
}
.overview-page #products-wrapper .view-cart .product-price .p-qty {
  float: right;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 0.9em;
}
.overview-page #products-wrapper .view-cart .product-price .p-pri {
  float: right;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 0.9em;
}
.overview-page #products-wrapper .view-cart .product-price .p-priEx {
  float: right;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 0.9em;
}
.overview-page #products-wrapper .view-cart .product-price .p-magazijn {
  float: right;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 0.9em;
  font-size: 0.6em;
}
.overview-page #products-wrapper .view-cart .p-visual {
  width: 100px;
  height: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
.overview-page #products-wrapper .view-cart .check-out-txt {
  padding: 0 0 10px 0;
  float: right;
  text-align: right;
}
.overview-page #products-wrapper .view-cart .check-out-txt .afrekeningstitel {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8em;
}
.overview-page #products-wrapper .view-cart .check-out-txt .afrekeningsbedrag {
  right: 0;
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: right;
}
.overview-page #products-wrapper .view-cart #afrekening {
  width: 50%;
}
.overview-page #products-wrapper .view-cart #afrekeningtotaal {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.5em;
  display: inline-block;
  text-transform: uppercase;
  border-top: 1px solid #eee;
  padding-top: 0.5em;
}
.overview-page #products-wrapper .view-cart #afrekeningbedragtotaal {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.5em;
  display: inline-block;
  text-transform: uppercase;
  border-top: 1px solid #eee;
  padding-top: 0.5em;
}
.overview-page #products-wrapper .view-cart #afrekeningeuro {
  display: block;
  font-size: 0.8em;
  margin-top: 1em;
}
.overview-page #products-wrapper .view-cart .voorwaarden {
  width: 94%;
  text-align: left;
  padding: 10px 0 4em 0;
  display: inline-block;
}
.overview-page #products-wrapper .view-cart .voorwaarden span {
  margin-left: 1em;
  font-size: 0.8em;
}
.overview-page #products-wrapper .view-cart .voorwaarden .myinput {
  text-align: left;
}
.overview-page #products-wrapper .view-cart .voorwaarden .checkbox {
  margin-right: 1em;
  width: auto;
}
.overview-page #products-wrapper .view-cart #transfermoment {
  position: absolute;
  left: 50%;
  top: 50%;
}
.overview-page #products-wrapper .view-cart #transfermoment p {
  margin-left: -50%;
}
.overview-page #products-wrapper .view-cart .betaalkeuze {
  display: inline-block;
  margin: 0;
  line-height: 3em;
  margin-bottom: 1em;
  width: 50%;
  padding: 0 ;
  background-color: transparent;
}
.overview-page #products-wrapper .view-cart .betaalkeuze a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: -0.03em;
  opacity: 0.7;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  background-position: center left;
  background-size: 30px;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 50px;
}
.overview-page #products-wrapper .view-cart .betaalkeuze a:hover {
  opacity: 1;
  border-color: 1px solid #b7a392;
  font-weight: 400;
}
.overview-page #products-wrapper .view-cart #continueshopping {
  text-decoration: none;
  margin-top: 1.5em;
  display: none;
}
.overview-page #products-wrapper .view-cart #continueshopping a {
  font-family: futura-pt, sans-serif;
  text-decoration: none;
  font-size: 0.7em;
}
.overview-page #products-wrapper .booking-cart .cart-booking h6,
.overview-page #products-wrapper .booking-cart .cart-booking h3,
.overview-page #products-wrapper .booking-cart .cart-booking h7 {
  color: #000;
  width: 100%;
  padding: 0;
}
.overview-page #products-wrapper .booking-cart .cart-booking .remove-itm {
  display: none;
}
.overview-page #products-wrapper .empty-cart {
  float: left;
  margin-top: 2em;
}
.overview-page #products-wrapper .check-out-txt {
  float: right;
  margin-top: 2em;
}
.overview-page #products-wrapper .betaalkeuze_btn {
  background-size: 20px auto;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center left;
  width: 100%;
}
.overview-page #products-wrapper .betaalkeuze_btn p {
  width: auto;
  text-align: left;
  padding-left: 40px;
}
.overview-page #packaging {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.overview-page #packaging #tempquery {
  display: none;
}
.overview-page #packaging #temp {
  display: none;
}
.overview-page #packaging_result {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  font-size: 0.8em;
  margin-bottom: 30px;
}
.overview-page #packaging_result h6 {
  font-weight: normal;
  font-size: 1.4em;
  text-transform: uppercase;
}
.overview-page #FacturatieLeveradres_parent {
  width: 94%;
  margin: auto;
  padding: 20px 0;
}
.overview-page #FacturatieLeveradres_wrapper {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.overview-page #FacturatieLeveradres_wrapper .adresdetails h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.overview-page #FacturatieLeveradres_wrapper #gekozenfactuuradres {
  float: left;
  text-align: left;
  font-size: 0.8em;
  padding-left: 0px;
  width: 50%;
}
.overview-page #FacturatieLeveradres_wrapper #gekozenleveradres {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 0.8em;
  padding-left: 0px;
}
.overview-page #FacturatieLeveradres_wrapper #gekozenafhaaladres {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 0.8em;
  padding-left: 0px;
}
@media screen and (max-width: 640px) {
  .overview-page #products-wrapper .view-cart .product-info {
    width: 100%;
  }
  .overview-page #products-wrapper .view-cart .product-info .p-visual {
    width: 70px;
    height: 70px;
  }
  .overview-page #products-wrapper .view-cart .product-info .product-info_oms {
    width: 100%;
    max-width: calc(100% - 70px);
  }
  .overview-page #products-wrapper .view-cart .product-info .product-info_oms_cat {
    width: 100%;
    max-width: calc(100% - 70px);
  }
  .overview-page #products-wrapper .view-cart .product-price {
    width: 100%;
  }
  .overview-page #products-wrapper .view-cart .product-price .p-pri {
    float: right;
    width: 50%;
    margin-bottom: 0.5em;
    text-align: right;
    font-size: 0.9em;
  }
  .overview-page #products-wrapper .view-cart .product-price .p-qty {
    float: left;
    width: 50%;
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 0.9em;
  }
  .overview-page #products-wrapper .view-cart #FacturatieLeveradres_wrapper .adresdetails h6 {
    margin-bottom: 0px;
    font-size: 0.8em;
  }
  .overview-page #products-wrapper .view-cart #FacturatieLeveradres_wrapper #gekozenfactuuradres,
  .overview-page #products-wrapper .view-cart #FacturatieLeveradres_wrapper #gekozenafhaaladres,
  .overview-page #products-wrapper .view-cart #FacturatieLeveradres_wrapper #gekozenleveradres {
    font-size: 0.7em;
    padding-left: 0px;
  }
  .overview-page #products-wrapper .view-cart .booking-cart .cart-booking {
    margin-top: 0;
  }
  .overview-page #products-wrapper .view-cart #afrekening {
    width: 100%;
    font-size: 11pt;
    margin-top: 0px;
  }
  .overview-page #products-wrapper .view-cart .voorwaarden {
    padding: 10px 0 1em 0;
  }
  .overview-page #products-wrapper .view-cart .voorwaarden span {
    margin-left: 0;
    font-size: 0.6em;
  }
  .overview-page #products-wrapper .view-cart .betaalkeuze {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------
10. Stappen
-----------------------------------------------------------------------------------*/
#stappen {
  width: 100%;
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  color: #555;
  border-bottom: 1px solid #fff;
  font-size: 0.6em;
}
#stappen .stap {
  float: left;
  padding-bottom: 5px;
}
#stappen .stapfuture {
  opacity: 0.5;
}
#stappen .stapcurrent {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #7c7474;
}
@media screen and (min-width: 758px) {
  #stappen {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1200px) {
  #stappen {
    font-size: 1em;
  }
}
/*
#filter_column, #content_column{
	margin-top:20vh;
}
*/
/*/
/*/
/*/
/*/
/* item is invisible, but used for layout */
/*************** SCROLLBAR BASE CSS ***************/
/*************** SCROLLBAR BASE CSS ***************/
/* SCREENSIZES  ////////////////////////////////////////////// */
.notAvailable {
  display: none !important;
}
#filter_column {
  width: 20%;
  float: left;
  display: inline-block;
  height: 100%;
  padding-bottom: 10px;
  position: fixed;
  left: 0%;
  top: 0;
}
#filter_column_topspace {
  float: none;
  display: inline-block;
  min-height: 120px;
}
#priceslider {
  width: 80%;
  margin-left: 5%;
}
.initiallyHidden {
  display: none;
}
.filter_column_scrollcontent {
  width: 100%;
  display: inline-block;
  float: none;
  background: yellow;
}
#boxscroll {
  height: 120px;
  width: 100%;
  border: 0px solid #f00;
  overflow: auto;
  padding-bottom: 2em;
  display: inline-block;
  float: none;
}
#contentscroll {
  height: 100%;
  display: inline-block;
  float: none;
}
#content_column {
  width: 75%;
  margin-left: 25%;
  float: left;
  display: inline-block;
  padding-bottom: 10vh;
  min-height: 80vh;
  margin-top: 120px;
}
@media screen and (min-width: 1201px) {
  #userblock_2 {
    display: none;
  }
  #filter_column {
    width: 20%;
    left: 80%;
    top: 0;
  }
  #content_column {
    width: 80%;
    margin-left: 0%;
    min-height: 80vh;
  }
}
@media screen and (max-width: 640px) {
  #content_column {
    width: 90%;
    margin-left: 5%;
    min-height: 80vh;
  }
  #filter_column {
    display: none;
  }
  #userblock_2 {
    display: none;
  }
}
.nicescroll-cursors {
  background-color: #000;
}
* {
  box-sizing: border-box;
}
.nicescroll-rails {
  margin-top: 20vh;
}
#zaalfilters {
  display: inline-block;
}
.products_campaigns_Wrapper {
  width: 100%;
  margin-bottom: 1em;
}
.products_campaignbutton {
  background: transparent;
  color: #999;
  border: none;
  cursor: pointer;
  text-align: left;
  width: calc(100%-20px);
  float: left;
  margin: 0px;
  border: 0px;
  display: inline-block;
  width: 100%;
  display: block;
}
.products_campaignbutton a {
  font-family: "28vsregular";
  font-weight: normal;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0.5em 0.5em;
  color: #000;
}
#st-accordion ul {
  list-style: none;
  width: 100%;
  display: block;
  background-color: #fff;
}
.st_title {
  font-family: "montlight", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.5em 0.5em;
  background: transparent;
  color: #999;
  border: none;
  cursor: pointer;
  text-align: left;
  width: calc(100%-20px);
  float: left;
  margin: 0px;
  border: 0px;
  display: inline-block;
  text-decoration: none;
  margin-top: 1em;
  width: 100%;
  display: block;
}
.st-arrow {
  display: none;
}
.button-group {
  width: 100%;
  z-index: 5;
  background: #fff;
  padding-bottom: 5px;
}
.button-group .button {
  font-family: "montlight", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.5em 0.5em;
  background: transparent;
  color: #999;
  border: none;
  cursor: pointer;
  text-align: left;
  width: calc(100%-20px);
  float: left;
  margin: 0px;
  border: 0px;
  display: inline-block;
  background-color: #fff !important;
}
.button-group .button:hover {
  font-family: "mont_boldbold", sans-serif;
  color: #000;
  background-color: #fff !important;
}
.button-group .is-checked {
  color: #000;
  font-family: "mont_boldbold", sans-serif;
}
.filterbutton {
  padding: 0px 5px 0px 0px;
  width: 90%;
  position: relative;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #999;
}
.filterbutton:hover {
  border-bottom: 1px solid #999;
}
.artistfilterbutton {
  padding: 0px 5px 0px 0px;
  width: 90%;
  position: relative;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #999;
}
.typefilterbutton {
  padding: 0px 5px 0px 0px;
  width: 90%;
  position: relative;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #999;
}
.clrFilt {
  margin-left: 5px;
  font-size: 0.8em;
  color: #000;
}
.is-checked .clrFilt {
  display: none;
}
.current_filter .fbsquare {
  background-color: #ccc;
}
.fbsquare {
  width: 6px;
  height: 6px;
  display: inline-block;
  float: left;
  border: 1px solid #bbb;
  margin-top: 6px;
}
#productsfeedwrapper {
  display: inline-block;
  position: relative;
}
.products {
  width: 100%;
}
.products-sizer {
  width: 100%;
}
.products_grid-item {
  width: 100%;
  float: left;
  border: 10px solid transparent;
  display: block;
}
.products_grid-item a {
  width: 100%;
}
.products_grid-item img {
  width: 100%;
  padding: 0px;
  display: inline-block;
}
.products_grid-item svg {
  width: 20px;
}
.product_holder {
  width: 100%;
  background-color: transparent;
  border: 10px;
}
.product_holder button {
  padding: 0;
  border: none;
  opacity: 1;
  position: relative;
  top: 0px;
}
.product_holder button:hover {
  opacity: 0.5;
}
.product_holder button img {
  width: 15px;
}
.product_holder .infobtnleft {
  float: left;
}
.product_holder .infobtnright {
  float: right;
}
.only_at {
  font-size: 0.6em;
  padding: 0em;
  bottom: 0;
  width: auto;
  display: inline-block;
  margin: auto;
}
.products-item:hover .products-item-content {
  border-color: blue;
  background: #a2c;
  cursor: pointer;
}
.products-item:hover .products-item-content a {
  width: 100%;
}
.productthumb {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: none;
}
.productthumb img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  object-position: center;
}
.productthumb:hover {
  cursor: pointer;
  color: #000;
}
.products_grid-item-content a {
  text-decoration: none !important;
  display: inline-block;
  float: none;
}
.products_grid-item-content a:hover {
  cursor: pointer;
}
.products_grid-item-content .productthumb_holder {
  width: 100%;
  border: 0px solid #fff;
}
.products_grid-item-content .productthumb_holder .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.products_grid-item-content .producttitlewrapper {
  font-family: futura-pt, sans-serif;
  padding: 10px 10px 0 10px;
  margin-top: 10px;
}
.products_grid-item-content .producttitlewrapper .producttitle {
  float: none;
}
.products_grid-item-content .producttitleblock {
  width: 100%;
}
.products_grid-item-content .producttitleblock .productmodeltitle {
  padding-top: 0.5em;
  width: 100%;
  display: block;
}
.products_grid-item-content .producttitleblock .producttitle {
  padding-top: 0.5em;
  width: 100%;
  display: block;
}
.products_grid-item-content .producttitleblock .productpricing {
  float: left;
  width: auto;
  margin-right: 5px;
  display: none;
}
.products_grid-item-content .producttitleblock .smallDisplay {
  font-size: 0.5em;
  text-align: center;
  padding: 0.5em;
  top: 0.5em;
  position: relative;
  font-family: futura-pt, sans-serif;
  float: left;
  display: none;
}
.products_grid-item-content .producttitleblock .productthumb_title {
  position: relative;
  display: inline-block;
  float: none;
}
.products_grid-item-content .producttitleblock .productthumb_title p {
  font-family: futura-pt, sans-serif;
  text-decoration: none !important;
  font-size: 0.9em;
  padding: 1px 4px;
  color: #999;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  display: inline-block;
  float: none;
  position: relative;
  opacity: 1;
}
.products_grid-item-content .producttitleblock .productthumb_title p:hover {
  text-decoration: none !important;
  font-size: 0.9em;
  padding: 1px 4px;
  background-color: #000000;
  width: auto;
  display: inline-block;
  float: none;
  position: relative;
  opacity: 1 !important;
}
.products_grid-item-content .wishlist_checked {
  display: block !important;
  opacity: 0.3 !important;
}
.products_grid-item-content .soon {
  font-family: "28vsregular";
  font-size: 0.6em;
  padding-top: 0.8em;
  opacity: 0.6;
}
.products_grid-item-content .soldout {
  font-family: "28vsregular";
  font-size: 0.6em;
  padding-top: 0.8em;
  opacity: 0.6;
}
.products_grid-item-content .shopbuttonswrapper button {
  padding: 0;
  background: transparent;
}
.products_grid-item-content .shopbuttonswrapper img {
  width: 20px;
  height: 20px;
}
.products_grid-item-content .shopbuttonswrapper .infobtnleft {
  border: none;
  float: left;
  margin-right: 10px;
  padding: 0;
  background: transparent;
}
.products_grid-item-content .shopbuttonswrapper .infobtnright {
  display: none;
  border: none;
  float: right;
  margin-right: 10px;
}
.products_grid-item-content .shopbuttonswrapper .product_aantal {
  width: auto;
}
.products_grid-item-content .shopbuttonswrapper .product_aantal input {
  width: 40px;
  display: none;
}
@media screen and (min-width: 758px) {
  .products-sizer {
    width: 50%;
  }
  .products_grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .products-sizer {
    width: 50%;
  }
  .products_grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .products-sizer {
    width: 33.3333%;
  }
  .products_grid-item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1980px) {
  .products-sizer {
    width: 25%;
  }
  .products_grid-item {
    width: 25%;
  }
}
.hide {
  display: none !important;
}
.productinfo_tekstwrapper .tekstblok span {
  display: block !important;
}
nav a {
  position: fixed;
  top: 50%;
  display: block;
  outline: none;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav a svg {
  display: block;
  margin: 0 auto;
  padding: 0;
}
nav a.prev {
  left: 0;
}
nav a.next {
  right: 0;
}
.color-10 {
  background-color: #dcc6e0;
}
.nav-fillslide .icon-wrap {
  position: relative;
  z-index: 100;
  display: block;
  padding: 65px 10px;
  background: rgba(0, 0, 0, 0.02);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-fillslide .icon-wrap .icon {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
.nav-fillslide .icon-wrap .icon::before {
  opacity: 1;
}
.nav-fillslide .icon-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.nav-fillslide a.prev .icon-wrap::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nav-fillslide a.prev .divwrap {
  left: 0;
  padding: 20px 150px 20px 70px;
  border-radius: 0 3px 3px 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nav-fillslide a.prev .imgwrap {
  right: 20px;
}
.nav-fillslide a.next .icon-wrap::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-fillslide a.next .divwrap {
  right: 0;
  padding: 20px 70px 20px 150px;
  border-radius: 3px 0 0 3px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-fillslide a.next .imgwrap {
  left: 20px;
}
.nav-fillslide svg.icon {
  fill: #736176;
  position: relative;
  z-index: 100;
}
.nav-fillslide div {
  position: absolute;
  padding: 20px;
  top: 0;
  width: 440px;
  height: 154px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.nav-fillslide div span {
  display: inline-block;
  padding: 5px;
  border-top: 1px solid #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.2;
}
.nav-fillslide h3 {
  margin: 0;
  padding: 28px 0 10px;
  color: #736176;
  font-weight: 400;
  font-size: 1.35em;
  line-height: 1.2;
  font-family: "Cormorant Garamond";
}
.nav-fillslide img {
  position: absolute;
  top: 20px;
  border: 5px solid #fff;
  width: 100px;
}
.nav-fillslide .imgwrap {
  position: absolute;
  top: 27px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav-fillslide a:hover .icon-wrap::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-fillslide a:hover .divwrap {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.lefticon {
  background-image: url("../images/webshop_icons/left.svg");
}
.righticon {
  background-image: url("../images/webshop_icons/right.svg");
}
#addwishlistform .add_to_wishlist {
  margin-top: 1em;
  background: none;
  font-family: inherit;
  color: inherit;
  font-size: 1.2em;
}
#productinfo_Wrapper {
  width: 100%;
}
.productinfo {
  width: 100%;
  margin: auto;
  float: none;
}
.vbox-item:focus {
  outline: 0;
}
.pairing_winewrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  margin-top: 1em;
}
.pairing_winewrapper h2 {
  font-size: 1em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
.pairing_winewrapper .pairing_wine {
  padding: 0.5em 0;
}
.pairing_winewrapper .pairing_wine .herkomst,
.pairing_winewrapper .pairing_wine .druiven {
  width: auto;
  float: left;
  font-size: 0.8em;
}
.pairing_winewrapper .pairing_wine .herkomst {
  margin-right: 15px;
}
.pairing_winewrapper .pairing_wine .tekst {
  font-size: 0.8em;
}
.pairing_winewrapper .pairing_wine .price span {
  width: auto;
  float: left;
}
.pairing_winewrapper .pairing_wine .price span.small {
  font-size: 0.6em;
  line-height: 2.4em;
  padding-left: 5px;
}
.productinfo_right {
  width: 100%;
  padding: 0;
  float: left !important;
}
.productinfo_right .shopbuttonswrapper .infobtnleft {
  display: block;
  border: none;
  float: none;
}
.productinfo_right .shopbuttonswrapper.main_shopbuttonswrapper .product_aantal,
.productinfo_right .shopbuttonswrapper.main_shopbuttonswrapper .booking_FrontDisplay {
  display: none;
}
.productinfo_right #takeaway_combinations .combo_niv1 .combi_wrap li {
  padding: 0px;
}
.productinfo_right .upd_quantitywrapper {
  display: inline-block;
  min-width: 100px;
}
.productinfo_right .aantalPers {
  float: left;
  line-height: 1.7em;
  text-transform: capitalize;
}
.productinfo_right .product_aantal {
  position: relative;
  float: left;
  width: auto;
}
.productinfo_right .product_aantal .p-product_qty {
  padding: 0;
  width: 20px;
  float: left;
  color: black;
  background: transparent;
}
.productinfo_right .product_aantal .p-product_qty:focus {
  border: none !important;
  box-shadow: none !important;
  margin-right: 10px !important;
  float: right !important;
}
.productinfo_right .product_aantal input[type="number"] {
  -moz-appearance: textfield;
}
.productinfo_right .product_aantal input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.productinfo_right .product_aantal input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.productinfo_right .product_aantal input {
  width: 55px;
  height: 32px;
  float: left;
  text-align: right;
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 20px !important;
  padding-right: 5px !important;
  border: 0px solid #999;
  border-left: 0px solid #999;
  color: black;
  background-color: transparent;
  font-family: inherit;
  font-size: 1em;
}
.productinfo_right .product_aantal input:focus {
  outline: 0;
}
.productinfo_right .product_aantal .quantity-nav {
  float: left;
  position: relative;
  height: 32px;
  width: 15px;
}
.productinfo_right .product_aantal .updatequantity {
  display: none;
}
.productinfo_right .qtylabel {
  position: relative;
  width: auto;
  float: right;
  background: #000;
  line-height: 2.4em;
}
.productinfo_portrait {
  width: 50%;
  padding: 0 10px;
  margin-left: 25%;
  display: inline-block;
  float: left;
}
.productinfo_portrait img {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.productinfo_art {
  font-size: 0.8em;
  padding: 1em 0 ;
  color: #bbb;
  letter-spacing: normal;
  display: none;
}
.controls {
  float: left;
  width: 50%;
}
.productinfo_streep {
  width: 80px;
  margin: auto;
  border-color: #eee;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}
.productinfo_name {
  font-size: 1.1em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
  margin-top: 2em;
  text-align: center;
}
.productinfo_artistname {
  font-size: 1.5em;
  margin-top: 0.7em;
}
.productpricewrapper {
  margin: 0.5em 0;
  font-size: 1.2em;
}
.productpricewrapper .productpricing {
  float: left;
  width: auto;
  margin-left: 5px;
}
.smallDisplay {
  font-size: 0.5em;
  margin-left: 0.5em;
}
.productinfo_tekstwrapper {
  text-transform: none;
  font-size: 1em;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  vertical-align: top;
  width: 50%;
  padding: 2em 10px;
  float: left;
}
.productinfo_tekstwrapper .tekstblok p {
  font-family: inherit;
}
.productinfo_tekstwrapper .tekstblok div {
  font-family: inherit;
}
.productinfo_tekst1 {
  text-transform: none;
}
.productinfo_pdfwrapper ul {
  list-style: none;
}
.productinfo_pdfwrapper li a {
  text-decoration: none;
  text-transform: none;
}
.productinfo_pdfwrapper li a:hover {
  text-decoration: underline;
}
#productinfo_fotogalMainWrapper {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.productinfo_fotogalWrapper {
  width: 100%;
  height: auto;
  margin-top: 10vh;
  display: inline-block;
}
.products-sizer {
  width: 33%;
}
.productInfo-item {
  width: 33%;
  float: left;
  border: 0px solid blue;
  display: inline-block;
  padding: 10px;
}
.productInfoVisual {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#quantity_add_wrapper {
  margin: 2em auto;
  width: auto;
  display: inline-block;
}
.productinfo_sizes {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5em;
}
.productinfo_sizes .product_option {
  float: left;
  font-size: 0.6em;
  padding: 0.5em;
  margin-right: 1em;
  border: 1px solid #fff;
  background: transparent;
}
.productinfo_sizes .product_option.chosen_option {
  background: yellow;
  color: black;
}
.quantity {
  position: relative;
  float: left !important;
  display: inline-block;
  width: auto !important;
}
.quantity input {
  width: 55px;
  height: 32px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  background-color: transparent;
  color: black;
  border: 1px solid #000;
  border-left: 0px solid #fff;
}
.quantity input:focus {
  outline: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 32px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #999;
  width: 20px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #999;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}
.add_to_wishlist {
  border: none;
  display: block;
  margin: auto;
  font-size: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding: 0.5em 0em;
}
.add_to_wishlist:hover {
  border: none;
  border-bottom: 1px solid #999;
}
.remove_from_wishlist {
  border: none;
  display: block;
  margin: auto;
  font-size: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding: 0.5em 0em;
}
.remove_from_wishlist:hover {
  border: none;
  border-bottom: 1px solid #999;
}
#shippingtit {
  text-transform: initial;
  margin-top: 1em;
  display: none;
}
.shareWrapper {
  text-align: center;
}
.shareWrapper h4 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
.shareWrapper #shareButtonLabelCount {
  width: auto;
  float: none;
  display: inline-block;
}
#relatedproductWrapper {
  width: 100vw;
  display: inline-block;
  background-color: yellow;
  z-index: 1 !important;
}
#relatedproductModuleWrapper {
  margin: 15vh auto;
  text-align: center;
}
#relatedproductModuleWrapper .content_wrapper {
  max-width: 60vw;
  margin: auto;
  float: none;
}
#relatedproductModuleWrapper .content_wrapper.onlyOne .regular {
  max-width: 125px;
  margin: auto;
  display: block;
}
#relatedproductModuleWrapper .content_wrapper.onlyTwo .regular {
  max-width: 250px;
  margin: auto;
  display: block;
}
#relatedproductModuleWrapper h3 {
  font-size: 1.2em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
  margin-bottom: 30px;
}
.slider {
  z-index: 0;
  width: 60vw;
  margin: auto;
}
.slick-slider {
  z-index: 0;
}
.slick-slide {
  margin-right: 15px;
}
.relatedproduct_name {
  display: none;
}
.relatedproduct_visual {
  width: 20vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.relatedproduct_nameWrapper {
  padding: 1em;
  min-height: 5em;
}
.relatedproduct_nameWrapper h6 {
  font-family: "latobold";
  font-weight: normal;
  font-size: 1em;
}
#relatedexhibitionModuleWrapper {
  margin-top: 15vh;
  margin-bottom: 10vh;
}
#relatedexhibitionModuleWrapper h3 {
  font-family: "Cormorant Garamond";
  font-size: 1.8em;
  font-weight: 100;
  margin-bottom: 30px;
}
#relatedexhibitionModuleWrapper .onlyOne .regular_exhibition {
  max-width: 150px;
  margin: auto;
  display: block;
}
#relatedexhibitionModuleWrapper .onlyTwo .regular_exhibition {
  max-width: 250px;
  margin: auto;
  display: block;
}
.relatedexhibition_name {
  display: none;
}
.relatedexhibition_visual {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.relatedexhibition_nameWrapper {
  padding: 1em;
  min-height: 5em;
}
.relatedexhibition_nameWrapper h6 {
  font-family: "latobold";
  font-weight: normal;
  font-size: 1em;
}
.subscribe_section {
  float: left;
}
#artistmod_wrapper {
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: 3em;
  padding: 2em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: inline-block;
}
#artistmod_titel {
  font-family: "Cormorant Garamond";
  font-size: 1.5em;
  padding: 0.8em;
}
#artistmod_tekts {
  text-transform: none;
  width: 60%;
  margin: auto;
  margin-bottom: 1.5em;
  float: none;
  display: inline-block;
}
#artistmod_button {
  float: none;
}
#artistmod_button button {
  font-size: 1em;
  float: none;
  display: inline-block;
}
.availableDatesTxt {
  font-size: 0.8em;
  padding: 0.5em 0;
}
.availableDatesTxt.OnlyOne {
  font-weight: 600;
}
.availableDateslinkWrapper {
  font-size: 0.8em;
}
.availableDateslinkWrapper .link {
  width: auto;
  padding: 0 10px 0 0px;
  font-weight: 300;
}
.availableDateslinkWrapper .link:hover {
  cursor: pointer;
  font-weight: 600;
}
.availableDateslinkWrapper .link.chosen {
  font-weight: 600;
}
.availableDateslinkWrapper .link.chosen:hover {
  cursor: pointer;
}
.availableDateslinkWrapper .link.locked:hover {
  font-weight: 300;
  cursor: auto;
}
.availableDateslinkWrapper.OnlyOne .link {
  font-weight: 600;
}
.availableDeliveryMethodes.link {
  width: 100%;
  padding: 0 10px 0 0px;
  font-weight: 600;
  background: url(../img/link-hover_black.svg) center left no-repeat;
  background-size: 10px;
  padding-left: 25px;
}
@media screen and (min-width: 758px) {
  .productinfo_right {
    width: 100%;
    padding: 0 10px;
  }
  .products-sizer {
    width: 25%;
  }
  .productInfo-item {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .productinfo_right {
    width: 70%;
    padding: 0 10px;
  }
  .productinfo_name {
    text-align: left;
  }
  #takeaway_combinations {
    border-top: 1px solid #999;
  }
  .pairing_winewrapper {
    width: 50%;
    padding: 0 40px 0 10px;
  }
  .pairing_winewrapper.isWine {
    padding-left: 10px;
  }
  .productinfo_portrait {
    width: 30%;
    padding: 0 10px;
    margin-left: 0;
    display: inline-block;
    float: right;
  }
  .products-sizer {
    width: 20%;
  }
  .productInfo-item {
    width: 20%;
  }
}
#takeaway_combinations {
  padding: 1em 0;
  border-top: 0px solid #999;
  border-bottom: 1px solid #999;
}
#takeaway_combinations input.inputTotal {
  display: none;
}
#takeaway_combinations .inputChoice {
  display: none;
}
#takeaway_combinations .full_niv1 {
  padding: 1em 0;
}
#takeaway_combinations .full_niv1.ready .inputChoice {
  display: block;
}
#takeaway_combinations .full_niv1 input.inputTotal .combo_niv1 input.inputTotal {
  display: none;
}
#takeaway_combinations .pairing {
  width: 100%;
  display: inline-block;
  font-style: italic;
  font-size: 0.7em;
}
#takeaway_combinations .combo_niv1 {
  padding: 1em 0;
}
#takeaway_combinations .combo_niv1 .online .navtit {
  font-size: 0.6em;
}
#takeaway_combinations .combo_niv1 .combi_wrap .combi_item:hover {
  font-weight: bold;
}
#takeaway_combinations .combo_niv1 .combi_wrap .online .navtit {
  font-size: 1em;
}
#takeaway_combinations .combo_niv1 .combi_wrap li {
  padding: 0 10px;
}
#takeaway_combinations .combo_niv1 .combi_wrap .or_class {
  font-size: 0.8em;
  margin: 0.4em 0;
}
#takeaway_combinations .combo_niv1 .combi_wrap.ready .online {
  width: calc(100% - 100px);
}
#takeaway_combinations .combo_niv1 .combi_wrap.ready input.inputChoice {
  width: 30px;
  float: right;
  text-align: right;
  font-family: inherit;
  display: block;
  border: none;
  background-color: transparent;
}
#takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalPlus,
#takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalMin {
  width: 20px;
  height: 20px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.3;
}
#takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalPlus:hover,
#takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalMin:hover {
  opacity: 1;
}
#takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalPlus {
  background-image: url(../images/icons/plus.svg);
}
#takeaway_combinations .combo_niv1 .combi_wrap.ready .inputTotalMin {
  background-image: url(../images/icons/minus.svg);
}
#takeaway_combinations .combo_niv1 .combi_wrap.ready .combi_item.requested .navtit,
#takeaway_combinations .combo_niv1 .combi_wrap.ready .combi_item.requested .inputChoice {
  font-weight: bold;
}
#takeaway_combinations .full_niv1 .online,
#takeaway_combinations .combo_niv1 .online {
  width: 100%;
}
#takeaway_combinations.edit_mode .online {
  width: calc(100% - 100px);
}
#takeaway_combinations.edit_mode .online .navtit.choice {
  font-size: 1em;
}
#takeaway_combinations.edit_mode .online .navtit.choice.not_ready {
  color: red;
}
#takeaway_combinations.edit_mode input.inputChoice {
  width: 30px;
  float: right;
  text-align: right;
  font-family: inherit;
  display: block;
  border: none;
  background-color: transparent;
}
#takeaway_combinations.edit_mode .inputTotalPlus,
#takeaway_combinations.edit_mode .inputTotalMin {
  width: 20px;
  height: 20px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
}
#takeaway_combinations.edit_mode .inputTotalPlus {
  background-image: url(../images/icons/plus.svg);
}
#takeaway_combinations.edit_mode .inputTotalMin {
  background-image: url(../images/icons/minus.svg);
}
#takeaway_combinations.edit_mode .full_niv1 .inputTotal {
  width: 30px;
  float: right;
  text-align: right;
  font-family: inherit;
  border: none;
  display: block;
  background-color: transparent;
}
#takeaway_combinations.edit_mode ul.combi_wrap.not_ready {
  border-left: 10px solid  red;
}
#takeaway_combinations.edit_mode ul.combi_wrap.ready {
  background-color: transparent;
}
#takeaway_combinations.edit_mode ul.combi_wrap.ready .online {
  width: calc(100% - 100px);
}
.combo_niv1 .online .navtit {
  font-size: 0.6em;
}
.combo_niv1 .combi_wrap .online .navtit {
  font-size: 1em;
}
.combo_niv1 .combi_wrap li {
  padding: 1em 10px;
}
.full_niv1 .online,
.combo_niv1 .online {
  width: 100% ;
}
.combo_niv1 .combi_wrap :last-child .or_class {
  display: none;
}
.combi_wrap.ready .or_class {
  display: none;
}
.combi_wrap.ready .combi_item.not_requested {
  opacity: 0.3;
}
.editTakeAwayCombination {
  font-size: 1.2em;
  width: 100%;
  font-weight: 600;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: auto;
  background-size: 0.5em;
  background-position: center left;
  padding-left: 1em;
  display: none;
}
.popup.bookingmodule_01 {
  width: 100%;
  right: -150%;
  transition: all 0.2s linear;
}
.popup.bookingmodule_01.opened {
  right: 0;
  transition: all 0.2s linear;
}
.popup.bookingmodule_01 .scroll .scroll_wrap {
  padding: 5px 10px;
  padding-top: 20px;
}
.popup.bookingmodule_01 .popup-head {
  max-width: 340px;
}
.popup.bookingmodule_01 .popup-body {
  max-width: 340px;
}
.popup.bookingmodule_01 .popup-body .subtitle {
  font-size: 12pt;
  margin-bottom: 5px;
}
.popup.bookingmodule_01 .popup-body .text {
  font-size: 10pt;
}
.popup.bookingmodule_01 .popup-body .search-form {
  margin-top: 20px;
}
.popup.bookingmodule_01 .popup-body .search-form .date_section {
  width: 100%;
}
.popup.bookingmodule_01 .popup-body .search-form .delivery_section {
  width: 100%;
}
.adminpopup {
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 11;
  overflow: auto;
  right: -100%;
  transition: all 0.2s linear;
}
.adminpopup .admin_selectwrap {
  width: 100%;
  display: inline-block;
  float: none;
  padding: 10px;
}
.adminpopup .admin_selectwrap label {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.adminpopup .admin_selectwrap#client_admin_select_lijst {
  margin-top: 30px;
}
.adminpopup .scroll .scroll_wrap {
  padding: 0;
  height: 100vh;
}
.adminpopup .dataTables_wrapper .right_align {
  text-align: right;
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button {
  background-size: 35px ;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 35px;
  border-color: transparent;
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button:hover {
  border-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-pdf {
  background-image: url(../images/account_admin/file_pdf.svg);
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-pdf:hover {
  background-image: url(../images/account_admin/file_pdf.svg);
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-excel {
  background-image: url(../images/account_admin/file_xls.svg);
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-excel:hover {
  background-image: url(../images/account_admin/file_xls.svg);
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-csv {
  background-image: url(../images/account_admin/file_csv.svg);
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-csv:hover {
  background-image: url(../images/account_admin/file_csv.svg);
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-print {
  background-image: url(../images/account_admin/print.svg);
}
.adminpopup .dataTables_wrapper .dt-buttons .dt-button.buttons-print:hover {
  background-image: url(../images/account_admin/print.svg);
}
.adminpopup .popup-body {
  width: 100%;
  max-width: 100%;
}
.adminpopup .popup-body .left {
  height: 100%;
  width: 30%;
  max-width: 100%;
  padding: 10px 20px;
}
.adminpopup .popup-body .left .typebtn {
  width: calc(100% - 40px);
  min-height: 35px;
  margin-bottom: 5px;
  float: right;
  line-height: 35px;
}
.adminpopup .popup-body .left .typebtn:hover {
  cursor: pointer;
}
.adminpopup .popup-body .left .typebtn.chosen {
  font-weight: bold;
}
.adminpopup .popup-body .left .sublist {
  padding-left: 40px;
  margin-bottom: 10px;
}
.adminpopup .popup-body .left .sublist .typelistbtn {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
}
.adminpopup .popup-body .left .sublist .typelistbtn:hover {
  cursor: pointer;
}
.adminpopup .popup-body .left .sublist .typelistbtn.chosen {
  font-weight: bold;
}
.adminpopup .popup-body .left button.newfile {
  float: left;
  background-color: #666;
  background-image: url(../img/plus.svg);
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.adminpopup .popup-body .left button.newfile:hover {
  background-color: #bbb;
  background-image: url(../img/plus-2.svg);
}
.adminpopup .popup-body .left .mainadmin_btn {
  width: auto;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.adminpopup .popup-body .left .mainadmin_btn.reload_all button:hover {
  background-image: url(../images/account_admin/reload.svg);
}
.adminpopup .popup-body .left .mainadmin_btn.view_dashboard button:hover {
  background-image: url(../images/account_admin/dashboard.svg);
}
.adminpopup .popup-body .left .mainadmin_btn#view_dashboard_clients {
  margin-left: 50px;
}
.adminpopup .popup-body .left .mainadmin_btn#view_dashboard_log {
  margin-left: 50px;
}
.adminpopup .popup-body .left .mainadmin_btn button {
  float: left;
  background-color: #fff;
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 20px;
  width: 35px;
  height: 35px;
}
.adminpopup .popup-body .left .search_wrap {
  width: 310px;
  padding-right: 52px;
  position: relative;
  background: #f7f7f7;
  border-radius: 7px;
}
.adminpopup .popup-body .left .search_wrap .submit {
  height: 58px;
  position: absolute;
  top: 0;
  width: 40px;
  right: 10px;
  background: none;
  border: none;
}
.adminpopup .popup-body .left .search_wrap .submit:before {
  width: 22px;
  height: 22px;
  background: url(../img/search-black.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -11px;
  right: 50%;
  margin-right: -11px;
}
.adminpopup .popup-body .left .search_wrap .input {
  width: 100%;
  display: block;
  float: left;
  height: 58px;
  background: none;
  border: 0;
  padding-left: 28px;
  font-weight: 400;
  font-size: 21px;
}
.adminpopup .popup-body .left .search_wrap .input::-webkit-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.adminpopup .popup-body .left .search_wrap .input::-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.adminpopup .popup-body .left .search_wrap .input:-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.adminpopup .popup-body .left .search_wrap .input:-ms-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.adminpopup .popup-body .right {
  height: 100%;
  width: 70%;
  max-width: 70%;
  display: inline-block;
}
.adminpopup .popup-body .right .fullsize {
  width: 100%;
  height: 100vh;
}
.adminpopup td.details-control {
  background: url('../images/account_admin/search-person.svg') no-repeat center center;
  background-size: 20px;
  cursor: pointer;
}
.adminpopup tr.details td.details-control {
  background: url('../images/account_admin/close-bold.svg') no-repeat center center;
}
.adminpopup button.infolink {
  background: url('../images/account_admin/person.svg') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  font-weight: bold;
}
.adminpopup .detailwrap {
  padding: 10px 30px;
  vertical-align: middle;
  height: 100%;
  display: inline-block;
  font-size: 0.9em;
}
.adminpopup .close {
  background: transparent;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  top: 30px;
  right: 50px;
  z-index: 1;
}
.adminpopup .close:before {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  content: "";
  transition: all 0.2s linear;
}
.adminpopup .close:hover {
  cursor: pointer;
}
.adminpopup .close:hover:before {
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.adminpopup.administratie_admin button.infolink {
  background: url('../images/account_admin/overview.svg') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  padding-top: 25px;
}
.adminpopup .nicEdit-panel div {
  width: auto;
}
.adminpopup #left_result {
  background: #fff;
  padding: 20px;
  display: none;
}
.adminpopup #left_result .item {
  background: #eee;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 11px;
}
.adminpopup #left_result .item.chosen {
  background: #666;
  color: #fff;
}
.adminpopup #left_result .item.draft {
  opacity: 0.5;
}
.adminpopup #left_result .item button {
  float: right;
  width: auto;
  font-size: 15px;
}
.adminpopup #left_result .item .getinfo {
  background-image: url(../images/icons/pencil.svg);
  background-size: 15px auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-right: 10px;
}
.adminpopup #left_result .item .preview_link {
  background-image: url(../images/icons/link.svg);
  background-size: 15px auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.adminpopup #left_result .item .preview_mail {
  background-image: url(../images/icons/enveloppe.svg);
  background-size: 15px auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-right: 10px;
}
.adminpopup.popupadmin_side {
  width: 650px;
  background: #eee;
  right: -700px;
}
.adminpopup.popupadmin_side .popup-body {
  width: 100%;
  max-width: 100%;
}
.adminpopup.popupadmin_side .popup-body .left {
  height: 100%;
  width: 30%;
  max-width: 100%;
}
.adminpopup.popupadmin_side .popup-body .right {
  height: 100%;
  width: 70%;
  max-width: 70%;
  display: inline-block;
}
.adminpopup.popupadmin_side .popup-body .right .fullsize {
  width: 100%;
  height: 100vh;
}
.adminpopup.popupadmin_side .popup-head {
  width: 100%;
  max-width: 100%;
}
.adminpopup.opened {
  right: 0;
  transition: all 0.2s linear;
}
.adminpopup .select-userpic {
  position: absolute;
  top: 30px;
  left: 65px;
  width: auto;
  display: none !important;
}
.adminpopup .select-userpic .userpic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #9d9d9d;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  margin-right: 15px;
  overflow: hidden;
}
.adminpopup .select-userpic .userpic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.adminpopup .select-userpic .select {
  width: auto;
}
.adminpopup .select-userpic .select label {
  font-size: 18px;
  color: #919193;
  display: block;
  float: left;
  line-height: 48px;
}
.adminpopup .select-userpic .select label:hover {
  cursor: pointer;
}
.adminpopup .select-userpic .select input {
  display: none;
}
.adminpopup .dropzone_wrapper {
  position: absolute;
  top: 30px;
  left: 65px;
  width: auto;
}
.adminpopup .dropzone_wrapper .dropzone {
  width: 48px;
  height: 48px;
  background-size: cover !important;
  min-height: 48px;
  border-radius: 50%;
  background: #9d9d9d;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  margin-right: 15px;
  overflow: hidden;
}
.adminpopup .dropzone_wrapper .dropzone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.adminpopup #view_profile {
  display: none;
}
.adminpopup-head {
  position: relative;
  margin-bottom: 20px;
  max-width: 340px;
}
.adminpopup-head .title {
  font-size: 48px;
  width: auto;
  margin-bottom: 0;
  line-height: 1.3;
}
.adminpopup-head .link {
  font-size: 18px;
  color: #c21820;
  position: absolute;
  bottom: 12px;
  right: 0;
}
.adminpopup-head .link:hover {
  text-decoration: underline;
}
.adminpopup.profile-setting .social-links {
  margin-bottom: 24px;
}
.adminpopup.profile-setting .popup-body .form .link {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  margin-right: 16px;
  margin-top: 0;
}
.adminpopup.profile-setting .popup-body .form .link:after {
  display: none;
}
.adminpopup.profile-setting .popup-body .form .link.active {
  filter: none;
  position: relative;
}
.adminpopup.profile-setting .popup-body .form .link.active:before {
  width: 9px;
  height: 9px;
  background: url(../img/soc-close.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -4px;
  right: -6px;
}
.adminpopup.profile-setting .popup-body .settings_password {
  margin-top: 20em;
}
.adminpopup.profile-setting .popup-body .settings_newsletter {
  /* Rounded sliders */
}
.adminpopup.profile-setting .popup-body .settings_newsletter .switch input {
  display: none;
}
.adminpopup.profile-setting .popup-body .settings_newsletter .slider {
  width: 30px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.adminpopup.profile-setting .popup-body .settings_newsletter .slider:before {
  width: 30px;
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.adminpopup.profile-setting .popup-body .settings_newsletter input:checked + .slider {
  background-color: #000;
}
.adminpopup.profile-setting .popup-body .settings_newsletter input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.adminpopup.profile-setting .popup-body .settings_newsletter input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.adminpopup.profile-setting .popup-body .settings_newsletter .slider.round {
  border-radius: 17px;
}
.adminpopup.profile-setting .popup-body .settings_newsletter .slider.round:before {
  border-radius: 50%;
}
.adminpopup.profile-setting .popup-body button {
  margin: 11px 0;
  padding: 10px;
}
.adminpopup.clientsadminmodule .close {
  background: red;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.adminpopup.clientsadminmodule .addnewclient {
  background: url('../images/account_admin/plus.svg') no-repeat left center;
  background-size: 30px;
  padding-left: 30px;
  opacity: 0.7;
}
.adminpopup.clientsadminmodule .addnewclient button {
  font-weight: 100;
}
.adminpopup.clientsadminmodule .addnewclient:hover {
  opacity: 1;
  font-weight: 400;
  background-image: url(../images/account_admin/plus-bold.svg);
}
.adminpopup.clientsadmin .wishlist_item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.adminpopup.clientsadmin .wishlist_item:first-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.adminpopup.clientsadmin .wishlist_item .title {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0.5em 1em;
}
.adminpopup.clientsadmin .wishlist_item .visual {
  width: 56px;
  height: 56px;
  float: left;
}
.adminpopup.clientsadmin .wishlist_item .visual img {
  width: 100%;
}
.adminpopup.clientsadmin .wishlist_item .delete {
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../img/trash.svg) center center no-repeat;
  background-color: yellow;
  background-size: contain;
  text-align: left;
  float: right;
}
.adminpopup.logadminmodule .close {
  background: red;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.adminpopup.administratie_admin #view_profile {
  position: absolute;
  right: 70%;
  top: 0;
  width: auto;
}
.adminpopup.administratie_admin #view_profile a {
  background-image: url(../img/user.svg);
  background-size: 15px auto;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #000;
  padding: 10px 20px 10px 0px;
  margin-bottom: 10px;
  float: right;
}
.adminpopup.administratie_admin .close {
  background: red;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.adminpopup.administratie_admin .devDetail {
  display: none;
}
.adminpopup.administratie_admin .right .accounting_dashboardTitel {
  padding-top: 10px;
}
.adminpopup.administratie_admin .right .accounting_dashboardTitel h1 {
  font-size: 2em;
}
.adminpopup.mailhandler {
  background-color: #fff;
}
.adminpopup.mailhandler .close {
  background: green;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  top: 30px;
  right: 50px;
  z-index: 1;
}
.adminpopup.mailhandler .close:before {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  content: "";
  transition: all 0.2s linear;
}
.adminpopup.mailhandler .close:hover {
  cursor: pointer;
}
.adminpopup.mailhandler .close:hover:before {
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.adminpopup.mailhandler .mailcontent_wrap {
  width: 1024px;
  float: none;
  margin: auto;
}
.adminpopup.mailhandler .mailcontent_wrap #toptable {
  width: 100%;
}
.adminpopup.mailhandler .mailcontent_wrap #toptable input {
  width: 100%;
}
.adminpopup.mailhandler .wishlist_item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.adminpopup.mailhandler .wishlist_item:first-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.adminpopup.mailhandler .wishlist_item .title {
  font-size: 12px;
  float: left;
  width: 70%;
  padding: 0.5em 1em;
}
.adminpopup.mailhandler .wishlist_item .visual {
  width: 56px;
  height: 56px;
  float: left;
}
.adminpopup.mailhandler .wishlist_item .visual img {
  width: 100%;
}
.adminpopup.mailhandler .wishlist_item .delete {
  font-size: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../img/trash.svg) center center no-repeat;
  background-color: yellow;
  background-size: contain;
  text-align: left;
  float: right;
}
#shippingadres-setting button,
#invoiceadres-setting button {
  text-transform: uppercase;
}
#shippingadres-setting table,
#invoiceadres-setting table {
  width: 100%;
}
#shippingadres-setting table td,
#invoiceadres-setting table td {
  position: relative;
  vertical-align: top;
}
#shippingadres-setting .newadres,
#invoiceadres-setting .newadres {
  margin: 1em 0;
  width: 100%;
  height: 20px;
  color: #282a2c;
  background-color: #000;
  background-image: url("../../images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center left;
  display: inline-block;
  border: 0px;
  opacity: 0.5;
}
#shippingadres-setting .newadres:hover,
#invoiceadres-setting .newadres:hover {
  color: white;
  opacity: 0.8;
  border: 0px;
}
.adrestitelwrapper {
  background: #dfd6c7;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.adrestitelwrapper input {
  background: #dfd6c7;
}
.listtitle {
  text-transform: uppercase;
}
.adresedit {
  width: 100%;
  min-width: 20px;
  height: 20px;
  color: #fff;
  background-color: #000;
  background-image: url("../../images/webshop_icons/edit.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center right;
  display: inline-block;
  border: 0px;
  margin-bottom: 10px;
  opacity: 0.5;
}
.adresedit:hover {
  opacity: 0.8;
  border: 0px;
}
.adresdelete {
  width: 100%;
  min-width: 20px;
  height: 20px;
  background-color: #000;
  background-image: url("../../images/webshop_icons/delete.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center right;
  display: inline-block;
  border: 0px;
  opacity: 0.5;
}
.adresdelete:hover {
  opacity: 0.8;
  border: 0px;
}
.cancel {
  width: 100%;
  min-width: 20px;
  height: 20px;
  background-color: #000;
  background-image: url("../../images/webshop_icons/close.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center right;
  display: inline-block;
  border: 0px;
  opacity: 0.5;
}
.cancel:hover {
  opacity: 0.8;
  border: 0px;
}
#accountmenuBtnWrapper {
  width: 100%;
  margin-top: 20px;
}
.accountmenuBtn {
  width: 100%;
  padding: 10px;
  display: block;
  text-align: left;
  padding-left: 25px;
  text-decoration: none;
  background-image: url("../../images/webshop_icons/right.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left center;
  opacity: 0.7;
}
.accountmenuBtn:hover {
  opacity: 1;
}
.st-accordion {
  width: 100%;
  min-width: 270px;
  margin: 0 auto;
  text-align: left;
}
.st-accordion ul li {
  padding: 10px 0;
  min-height: 50px;
  border-bottom: 1px solid #dfd6c7;
  border-top: 1px solid #fff;
  overflow: hidden;
}
.st-accordion ul li:first-child {
  border-top: none;
}
.st-accordion ul li > a {
  text-shadow: 1px 1px 1px #fff;
  font-size: 1em;
  display: block;
  position: relative;
  line-height: auto;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.st-accordion ul li > a span {
  background: transparent url(../images/down.png) no-repeat center center;
  text-indent: -9000px;
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover {
  color: #1693eb;
}
.st-accordion ul li > a:hover span {
  opacity: 1;
  right: 10px;
}
.st-accordion ul li.st-open > a {
  color: #1693eb;
}
.st-accordion ul li.st-open > a span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  opacity: 1;
}
.st-content {
  padding: 5px 0px 30px 0px;
}
.st-content p {
  font-size: 16px;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 28px;
  padding: 0px 4px 15px 4px;
}
.st-content img {
  width: 125px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.st-open .titelproductthumb {
  opacity: 0;
}
.titelproductthumb {
  float: right;
}
.aankoop {
  font-size: 0.8em;
}
.adreswrapper {
  width: 100%;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 30px;
}
.adreswrapper span {
  display: block;
  font-size: 0.7em;
  margin-bottom: 5px;
}
.adresinfo {
  width: 70%;
  float: left;
}
.adreseditbuttons {
  width: 30%;
  float: left;
  text-align: right;
}
@media screen and (max-width: 320px) {
  .st-accordion ul li > a {
    font-size: 36px;
  }
}
/* placeholder */
/* hide placeholder when active in Chrome */
/* Overlay */
#search,
#searchresultwrapper {
  display: none !important;
}
.morphsearch {
  width: 200px;
  min-height: 40px;
  background: transparent;
  position: absolute;
  z-index: 4;
  top: 50px;
  right: 50px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: min-height, width, top, right;
  transition-property: min-height, width, top, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch .round {
  border-radius: 50%;
}
.morphsearch.open ~ .overlay {
  opacity: 1;
}
.morphsearch .ui-menu {
  display: none !important;
}
.morphsearch input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#morphsearch-form form {
  display: block;
  width: 100%;
}
.morphsearch.open {
  width: 100%;
  min-height: 100%;
  top: 0px;
  right: 0px;
}
.morphsearch.open .morphsearch-form {
  width: 80%;
  height: 160px;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
  float: none;
}
.morphsearch.open .morphsearch-input {
  font-size: 3.5em;
}
.morphsearch.open .morphsearch-submit {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morphsearch.open .morphsearch-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morphsearch.open .morphsearch-content {
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.morphsearch.open .dummy-column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.morphsearch-form {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10px;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 0.8em;
  color: #777777;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch-input::-ms-clear {
  display: none;
}
.morphsearch-input::-webkit-input-placeholder {
  color: #777777;
}
.morphsearch-input:-moz-placeholder {
  color: #777777;
}
.morphsearch-input::-moz-placeholder {
  color: #777777;
}
.morphsearch-input:-ms-input-placeholder {
  color: #777777;
}
.morphsearch-input:focus {
  outline: none;
}
.morphsearch.hideInput .morphsearch-input {
  color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.morphsearch-submit {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  top: 50%;
  background: transparent url(../search/img/magnifier_theme.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  pointer-events: none;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}
.morphsearch-submit:focus {
  outline: none;
}
.morphsearch-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  display: none !important;
}
.morphsearch-close::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.morphsearch-close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.morphsearch-close:hover.morphsearch-close::before {
  opacity: 1;
}
.morphsearch-close:hover.morphsearch-close::after {
  opacity: 1;
}
.morphsearch .scroll_wrap {
  height: calc(100vh - 160px);
  display: inline-block;
  float: none;
  overflow: scroll;
}
.morphsearch-content {
  color: #232526;
  margin-top: 4.5em;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 10.5%;
  background: transparent;
  pointer-events: none;
  opacity: 0;
}
.dummy-column {
  width: 30%;
  padding: 0 1em 1em 0;
  float: left;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  margin: 0 1%;
}
.dummy-column h2 {
  font-weight: 800;
  color: #232526;
  float: none;
}
.dummy-column ul {
  margin-bottom: 1em;
}
.dummy-media-object {
  padding: 0.75em;
  display: block;
  margin: 0.3em 0;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.1);
}
.dummy-media-object:hover {
  background: rgba(255, 255, 255, 0.2);
}
.dummy-media-object:hover h3 {
  color: black;
}
.dummy-media-object:focus {
  background: rgba(255, 255, 255, 0.2);
}
.dummy-media-object img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  float: none;
  object-fit: contain;
  font-size: 0.5em;
}
.dummy-media-object h3 {
  vertical-align: middle;
  font-size: 0.85em;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 0;
  width: calc(100% - 70px);
  color: #232526;
  float: none;
}
@media screen and (max-width: 53.125em) {
  .morphsearch-input {
    padding: 0 25% 0 10px;
  }
  .morphsearch.open .morphsearch-input {
    font-size: 2em;
  }
  .morphsearch.open .morphsearch-submit {
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  }
  .dummy-column {
    float: none;
    width: auto;
    padding: 0 0 2em;
  }
  .dummy-column:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 60.625em) {
  .morphsearch {
    width: 80%;
    top: 10%;
    right: 10%;
  }
}
.page.transport-page {
  padding: 0px 20px 20px 20px;
}
#transportcontent_wrapper {
  width: 100%;
}
#transportcontent_wrapper #contactform {
  float: none;
  width: 100%;
  display: inline-block;
}
#transportform {
  float: none;
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
}
#transportform fieldset {
  border: 0 none;
  color: #000000;
  display: inline-block;
  list-style: none outside none;
  padding: 0px;
  width: 100%;
}
#transportform fieldset div {
  width: 100%;
  float: none;
}
#transportform fieldset div.Deliv_wrapper {
  width: 40%;
  margin: 5%;
  float: left;
  text-align: center;
  position: relative;
  font-family: 0.8em;
  font-size: 0.8em;
  background-color: #fff;
  border: 10px solid transparent;
  color: #999;
  opacity: 0.5;
}
#transportform fieldset div.Deliv_wrapper:hover {
  background-color: #eee;
  border: 10px solid #eee;
  color: #999;
}
#transportform fieldset div.Deliv_wrapper img {
  width: 100px;
  opacity: 0.5;
}
#transportform fieldset div.Deliv_wrapper.delivChosen {
  background-color: #eee;
  border: 10px solid #eee;
  color: #000;
  opacity: 1;
}
#transportform fieldset div.Deliv_wrapper.delivChosen img {
  width: 100px;
  opacity: 1;
}
#transportform fieldset table {
  display: inline-block;
}
#transportform fieldset input {
  display: inline-block;
  list-style: none outside none;
  padding: 0 0 10px;
  border-radius: 0px;
  padding: 5px 0px 5px 0px;
  width: 100%;
}
#transportform fieldset textarea {
  display: inline-block;
  list-style: none outside none;
  padding: 0 0 10px;
  border-radius: 0px;
  padding: 5px 0px 5px 0px;
  width: 100%;
  display: none !important;
}
#transportform tr {
  float: none;
  width: 100%;
  display: inline-block;
  margin: auto;
}
#transportform td {
  float: none;
  width: 100%;
  display: inline-block;
  margin: auto;
}
#transportform tbody {
  float: none;
  width: 100%;
  display: inline-block;
  margin: auto;
}
#transportform button.newadres {
  float: none;
  margin: auto;
  font-size: 0.7em;
  margin-bottom: 2em;
  padding: 0.5em 0.5em;
  font-family: futura-pt, sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-style: normal;
}
#transportform button.newadres:hover {
  font-family: futura-pt, sans-serif;
  font-weight: 900;
}
#transportform li {
  color: #000;
  border-top: 1px solid #eee;
  font-size: 0.8em;
}
#transportform label {
  color: #707070;
  font-size: 9px;
}
#transportform formnewsletter {
  color: #4db1f8;
  font-size: 11px;
  display: inline-block;
  text-transform: lowercase;
}
#transportform input {
  color: #000;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
  width: 90%;
  vertical-align: bottom;
  margin-top: 2px;
  margin-right: 10px;
  background-color: #fff;
  border: none;
  border-bottom: 1px dotted #707070;
  border-radius: 0px;
}
#transportform input:focus {
  border-color: #8c734c;
}
#transportform textarea {
  font-family: inherit;
  color: #000;
  font-size: 14px;
  height: 100%;
  min-height: 60px;
  margin-bottom: 5px;
  width: 100%;
  min-width: 100%;
  padding: 0px;
  margin-right: 10px;
  word-break: normal;
  background-color: #eee;
  border: 5px;
  padding: 5px 10px 5px 10px;
}
#transportform #like {
  float: left;
  text-align: left;
  width: 20px;
}
#transportform #continue_submit .submit {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1em;
  padding: 0.5em 1em;
  border: 1px solid #b7a392;
  background: #b7a392;
  color: #333;
  width: auto;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  float: none;
  position: relative;
  display: block;
}
#transportform #continue_submit .submit:hover {
  cursor: pointer;
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
#afhaal_block div.selectholder {
  margin: 0 auto !important;
  display: inline-block;
  float: none !important;
  width: auto;
  text-align: center;
}
.afhaalWrapper {
  margin: 0 auto !important;
  background: red;
  display: inline-block;
  text-align: left;
}
#openingtext-wrapper {
  margin-top: 2em;
  width: 100%;
  max-width: 100%;
  margin: auto;
  float: none;
  text-align: center;
}
#openingtext-wrapper .form_toptekst {
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
#openingtext-wrapper .form_toptekst h1 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
  padding: 1em 0.5em;
  font-size: 1.25em;
}
#openingtext-wrapper .form_toptekst .main_streep {
  float: none;
  display: none;
}
.transport-page .formtitel {
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
  padding: 0em 0.5em 0.5em 0.5em;
  font-size: 0.75em;
  color: #000;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  float: none;
}
.spacer {
  height: 3vh;
}
#kortingused {
  font-size: 0.8em;
  font-family: "latoblack";
}
.formtitel {
  font-family: 'Libre Baskerville', serif;
  border: 0px solid #d72726;
  padding: 1em 0.5em;
  font-size: 1.25em;
  color: #000;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.adresdetails {
  text-align: center;
  font-family: futura-pt, sans-serif;
}
.adresdetails p {
  text-align: center;
  font-size: 1em;
  margin-bottom: 1em;
}
#continue_submit {
  width: auto;
  margin: auto;
  text-align: center;
}
#levermethode_block {
  display: inline-block;
  height: auto;
}
#levermethode_block #levermethode {
  color: #fff;
  font-family: "asapbold";
  font-size: 1.2em;
  line-height: 1.5em;
}
#levermethode_block #levermethode option {
  color: #000;
  background-color: #fff;
}
#levermethode_block .selectholder .styled-select select option:select {
  background-color: #000 !important;
}
#levermethode_block .chosen-search {
  display: none;
}
label[for="Info"] {
  display: none !important;
}
.oktekst {
  font-size: 48px;
}
.val {
  font-size: 36px;
}
.carriersWrapper {
  width: 350px !important;
  text-align: center;
  margin: auto;
  display: block;
  position: relative;
}
#carriers {
  text-align: center;
  margin: auto;
  display: inline-block;
}
#carriers_chosen {
  text-align: center;
  margin: auto;
  display: inline-block;
  margin-bottom: 2em;
}
#carriers_chosen .chosen-single {
  font-size: 0.7em;
}
#carriers_chosen .chosen-search {
  display: none;
}
#voucherInleiding {
  text-align: center;
  margin-bottom: 2em;
  font-family: futura-pt, sans-serif;
  display: none;
}
#voucherInleiding:hover {
  cursor: pointer;
}
#kortingWrap {
  width: 80%;
  margin: 0px;
  padding: 0px;
  left: 0px;
  height: auto;
  box-sizing: border-box;
  font-size: 1em;
  display: none;
}
#kortingtekst {
  width: 100%;
  margin: 0px;
  display: block;
  line-height: normal;
}
#kortingtekst h5 {
  margin: 0px;
  line-height: normal;
}
#kortingtekst p {
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: normal;
}
#kortingform {
  width: 50% !important;
  border: 0px;
  border-collapse: collapse;
  max-width: 350px;
  margin: auto;
  padding: 0px;
  right: 0px;
  text-align: center;
  box-sizing: border-box;
}
#kortingform label {
  display: none;
}
#kortingform fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#kortingform input {
  width: 80% !important;
  height: 2.5em !important;
  border: 1px solid #eee;
  border-right: 0px solid #999;
  padding: 0.5em;
  font-family: "ldari__stdlight";
  float: left;
  margin: 0px;
  position: relative;
}
#kortingform #submitkorting {
  float: left;
  position: relative;
  width: 20% !important;
  height: 2.5em;
  margin: 0px;
  padding: 0;
  background-image: url(../images/svg/search.svg);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  border-left: 0px solid #999;
}
#kortingform #submitkorting:hover {
  cursor: pointer;
}
#kortingform_result {
  display: inline-block;
  padding: 0px;
  width: 100%;
  font-size: 0.7em;
}
#kortingform_result form {
  padding: 20px;
  display: inline-block;
}
#kortingform_result form input {
  width: 100% !important;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  font-family: futura-pt, sans-serif;
}
#kortingform_result input[type="submit"] {
  background: #000;
  color: #fff;
  font-family: futura-pt, sans-serif;
}
#kortingform_result input[type="submit"]:hover {
  cursor: pointer;
}
#voucherstatus {
  font-family: "latobold";
  font-size: 1.5em;
  padding: 0.5em;
}
.half_block {
  width: 49% !important;
  float: left;
  position: relative;
}
#factuur_block {
  height: auto;
  float: none;
  margin: auto;
  display: inline-block;
  width: 100%;
}
#factuur_blockchoose {
  display: inline-block;
}
.factuuradressenWrapper {
  width: 350px !important;
  text-align: center;
  margin: auto;
  display: block;
  position: relative;
}
.factuuradressenWrapper .chosen-container {
  margin: 0;
}
.factuuradressenWrapper .chosen-container .chosen-search {
  display: none;
}
#factuuradressen_chosen {
  margin-bottom: 1em;
}
#factuuradressen_chosen .chosen-single {
  font-size: 0.8em;
}
#mijnadressen_chosen {
  margin-bottom: 1em;
}
#mijnadressen_chosen .chosen-single {
  font-size: 0.8em;
}
#gekozenfactuuradres,
#gekozenleveradres,
#gekozenshopadres {
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
}
#gekozenfactuuradres p,
#gekozenleveradres p,
#gekozenshopadres p {
  padding: 5px 0px;
  margin: 0px;
}
#gekozenleveradres {
  width: 100%;
  margin-bottom: 0.8em;
  display: inline-block;
  font-size: 0.8em;
}
#lever_block .selectholderSMALL {
  margin-bottom: 10px;
}
#adrestitellabel {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #d72726;
}
#factuurtitellabel {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #d72726;
}
#levermethode_chosen {
  background: yellow;
  display: inline-block;
}
.levermethodeWrapper {
  width: 350px !important;
  text-align: center;
  margin: auto;
  display: block;
  position: relative;
}
#lever_blockchoose {
  display: inline-block;
}
.leveradressenWrapper {
  width: 450px !important;
  text-align: center;
  margin: auto;
  display: block;
  position: relative;
}
.leveradressenWrapper .chosen-container {
  margin: 0;
}
.leveradressenWrapper .chosen-container .chosen-search {
  display: none;
}
.booking_info {
  text-align: center;
  margin-bottom: 1em;
}
.booking_info .booking_name {
  font-weight: bold;
}
.booking_info .booking_deliverymethode {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .transport-page #transportcontent_wrapper #continue_submit .submit {
    font-size: 1em;
  }
}
/*----------------------------------------------------------------------------------
FrontDisplay
-----------------------------------------------------------------------------------*/
.booking_FrontDisplay {
  padding: 10px 0;
  margin: 0;
}
.booking_FrontDisplay a {
  width: 100%;
  float: none;
  display: inline-block;
}
.booking_FrontDisplay a.link {
  padding: 0;
  font-size: 0.8em;
  font-weight: 100;
  width: 100%;
  background: url(../img/link-hover_black.svg) center center no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 10px;
  background-size: 0.5em;
  background-position: center left;
  padding-left: 0.8em;
  width: auto;
  float: none;
  display: inline-block;
}
.booking_FrontDisplay a.link.suggested {
  font-weight: 600;
  background: url(../img/link-hover_black.svg) center left no-repeat;
  background-size: 10px;
  padding-left: 25px;
  font-size: 1.2em;
}
.booking_FrontDisplay a.link:hover {
  font-weight: 600;
  cursor: pointer;
}
.booking_FrontDisplay a.link h3,
.booking_FrontDisplay a.link h6,
.booking_FrontDisplay a.link h7 {
  font-weight: 600;
}
.booking_FrontDisplay h3 {
  margin-top: 0.2em;
  font-weight: 600;
  font-size: 0.8em;
}
.booking_FrontDisplay h6,
.booking_FrontDisplay h7 {
  width: 100%;
  float: none;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
/*----------------------------------------------------------------------------------
search-bookingmodule_01
-----------------------------------------------------------------------------------*/
.search-bookingmodule_01 {
  padding: 0px 0 10px 0;
}
.search-bookingmodule_01 .search-form {
  background: #000;
  height: auto;
  border-radius: 0px;
  padding: 0px 0 20px 0;
  position: relative;
}
.search-bookingmodule_01 .search-form #rechoose_date {
  width: 100%;
}
.search-bookingmodule_01 .search-form #rechoose_date button {
  padding: 5px 10px;
  background: transparent;
  color: #fff;
}
.search-bookingmodule_01 .search-form #rechoose_date button:hover {
  background: #fff;
  color: #000;
  font-weight: bold;
}
.search-bookingmodule_01 .search-form .label {
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-size: 1em;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
.search-bookingmodule_01 .search-form #methodeLabel {
  font-size: 21px;
  margin-bottom: 6px;
}
.search-bookingmodule_01 .search-form #locationLabel {
  font-size: 15px;
  margin-bottom: 16px;
}
.search-bookingmodule_01 .search-form .searchpostcode {
  color: #fff;
  text-align: left;
  padding-bottom: 15px;
}
.search-bookingmodule_01 .search-form .searchpostcode .titel {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.5;
}
.search-bookingmodule_01 .search-form .searchpostcode .subtitel {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.5;
}
.search-bookingmodule_01 .search-form .searchpostcode .uitleg {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  padding-right: 100px;
  opacity: 0.5;
  line-height: 1em;
  text-align: left;
  padding: 5px 15px 5px 0px;
}
.search-bookingmodule_01 .search-form .searchpostcode .postcode-input {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border-width: 0 0 1px 0;
  border-color: #fff;
  color: #fff;
  width: 80px;
  margin-left: 10px;
}
.search-bookingmodule_01 .search-form .searchpostcode input::-moz-placeholder,
.search-bookingmodule_01 .search-form .searchpostcode input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.8em;
}
.search-bookingmodule_01 .search-form .searchpostcode button {
  color: #FFF;
  font-family: inherit;
  font-size: inherit;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list {
  opacity: 0.5;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list:hover {
  opacity: 1;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list li {
  margin-bottom: 5px;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list li:hover {
  font-weight: bold;
  cursor: pointer;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list li.suggested {
  font-weight: bold;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list li .location {
  width: 90%;
  display: block;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list label {
  float: none;
  width: 90%;
  display: block;
  margin-bottom: 5px;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap #timeslot_list label.suggested {
  font-weight: bold;
  background-color: #fff;
  color: #000;
  padding: 0 5px;
}
.search-bookingmodule_01 .search-form #timeslot_list_wrap .Available_pickup,
.search-bookingmodule_01 .search-form #timeslot_list_wrap .Available_delivery {
  width: 50%;
}
.search-bookingmodule_01 .search-form .date-col {
  border-right: 0;
  width: 100%;
}
.search-bookingmodule_01 .search-form .date-col .date_div {
  width: auto;
  position: relative;
}
.search-bookingmodule_01 .search-form .date-col .date_div .desctop-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: none;
}
.search-bookingmodule_01 .search-form .date-col .date_div .mobile-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  background: none;
}
.search-bookingmodule_01 .search-form .date-col .date_div_right {
  width: auto;
  margin-left: 15px;
  padding-top: 10px;
}
.search-bookingmodule_01 .search-form .date-col .day {
  width: auto;
  font-size: 59px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
}
.search-bookingmodule_01 .search-form .date-col .month {
  font-size: 17px;
  color: #fff;
  width: auto;
  margin-bottom: 5px;
}
.search-bookingmodule_01 .search-form .date-col .year {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: auto;
  clear: both;
}
.search-bookingmodule_01 .search-form .date-col .hour {
  width: 100%;
  padding-left: 30px;
  color: #fff;
  background: url(../images/icons/white/clock.svg) left center no-repeat;
  background-size: 30px auto;
}
.search-bookingmodule_01 .search-form .date-col #daterange_PriceResult {
  display: none;
}
.search-bookingmodule_01 .search-form .date-col .price_div .price {
  font-family: "Prata", serif;
  padding-top: 10px;
  color: #fff;
  font-size: 35px;
  width: 100%;
}
.search-bookingmodule_01 .search-form .date-col .price_div .date_div_right {
  margin: 0;
  padding: 0;
}
.search-bookingmodule_01 .search-form .date-col .price_div .aantal {
  font-size: 15px;
  width: 100%;
  color: #fff;
  width: auto;
  clear: both;
  display: inline-block;
}
.search-bookingmodule_01 .search-form .num-col {
  width: 190px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.search-bookingmodule_01 .search-form .num-col.last {
  border-right: 0;
  padding-left: 38px;
}
.search-bookingmodule_01 .search-form .num-col .num_wrap {
  width: auto;
  margin-top: -3px;
}
.search-bookingmodule_01 .search-form .num-col .buttons {
  width: 28px;
  padding-top: 8px;
}
.search-bookingmodule_01 .search-form .num-col .buttons button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: none;
  display: block;
  float: left;
  clear: both;
}
.search-bookingmodule_01 .search-form .num-col .buttons button.plus {
  position: relative;
  margin-bottom: 6px;
}
.search-bookingmodule_01 .search-form .num-col .buttons button.plus:before {
  width: 12px;
  height: 12px;
  background: url(../img/plus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  content: "";
}
.search-bookingmodule_01 .search-form .num-col .buttons button.minus {
  position: relative;
}
.search-bookingmodule_01 .search-form .num-col .buttons button.minus:before {
  width: 12px;
  height: 2px;
  background: url(../img/minus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
  content: "";
}
.search-bookingmodule_01 .search-form .num-col .buttons button:hover {
  background: #1140de;
}
.search-bookingmodule_01 .search-form .num-col .val {
  font-size: 59px;
  margin-left: 10px;
  line-height: 1.4;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  width: 80px;
  height: 76px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 10px;
  background: none;
  border: 0;
  display: block;
  float: left;
}
.search-bookingmodule_01 .search-form .num-col .val.zero {
  opacity: 0.4;
}
.search-bookingmodule_01 .search-form .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #d03000;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 54px;
}
.search-bookingmodule_01 .search-form .btn:before {
  width: 18px;
  height: 18px;
  background: url(../img/search-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  content: "";
}
.search-bookingmodule_01 .search-form .btn span {
  display: none;
}
@media screen and (min-width: 420px) {
  .popup.bookingmodule_01 .popup-head {
    max-width: 100%;
  }
  .popup.bookingmodule_01 .popup-body {
    max-width: 100%;
  }
  .popup.bookingmodule_01 .popup-body .search-form .date_section {
    width: 100%;
  }
  .popup.bookingmodule_01 .popup-body .search-form .delivery_section {
    width: 100%;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1200px) {
  .popup.bookingmodule_01 {
    width: 1200px;
    right: -1400px;
    transition: all 0.2s linear;
  }
  .popup.bookingmodule_01.opened {
    right: 0;
    transition: all 0.2s linear;
  }
  .popup.bookingmodule_01 .scroll .scroll_wrap {
    padding: 50px 65px;
    padding-top: 120px;
  }
  .popup.bookingmodule_01 .popup-head {
    max-width: 100%;
  }
  .popup.bookingmodule_01 .popup-body {
    max-width: 100%;
  }
  .popup.bookingmodule_01 .popup-body .search-form .date_section {
    width: 340px;
  }
  .popup.bookingmodule_01 .popup-body .search-form .delivery_section {
    width: 680px;
    font-size: 1em;
  }
}
.slider-block {
  position: relative;
  margin: 15px 0;
  width: 100%;
  max-width: 1085px;
}
.slider-block .arrows {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 40px;
  width: auto;
}
.slider-block .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  position: relative;
  transition: all 0.2s linear;
}
.slider-block .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.slider-block .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.slider-block .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.slider-block .arrows .arrow:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.slider-block .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.slider-block .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.slider-block .slider_top {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.slider-block .slider_top .slide {
  width: 1085px;
  margin: 0 2px 0 3px;
  height: 524px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  float: left;
}
.slider-block .slider_top .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.slider-block .slider_bottom {
  border-radius: 8px;
  overflow: hidden;
}
.slider-block .slider_bottom .slide {
  width: 198px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
  transition: all 0.2s linear;
}
.slider-block .slider_bottom .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.slider-block .slider_bottom .slide.slick-current {
  opacity: 0.5;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1400px) {
  .slider-block {
    max-width: 945px;
  }
  .slider-block .slider_top .slide {
    margin-left: 3px;
    width: 945px;
  }
}
@media screen and (max-width: 1300px) {
  .slider-block {
    max-width: 835px;
  }
  .slider-block .slider_top .slide {
    width: 835px;
  }
  .slider-block .slider_bottom .slide {
    width: 148px;
  }
  .slider-block .slider_top .slide {
    height: 446px;
  }
  .slider-block .full-width-link {
    top: 368px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-block .slider_top .slide {
    width: 605px;
  }
  .slider-block .slider_bottom .slide {
    width: 186px;
  }
  .slider-block .slider_top .slide {
    height: 340px;
  }
  .slider-block .full-width-link {
    top: 270px;
  }
  .slider-block .arrows {
    top: 24px;
    right: 26px;
  }
  .slider-block .full-width-link {
    right: 26px;
  }
}
@media screen and (max-width: 1040px) {
  .slider-block .arrows .arrow {
    background: #fff;
  }
  .slider-block .arrows .arrow:before {
    opacity: 0;
  }
  .slider-block .arrows .arrow:after {
    opacity: 1;
  }
}
.grid {
  width: 100%;
  padding: 0;
}
.grid-sizer {
  width: 25%;
}
.gridsizer {
  width: 25%;
}
.grid-item {
  width: 25%;
  margin: 0;
  display: inline-block;
  padding: 20vh 0;
  border: 0px solid #eee;
}
.grid-item img {
  z-index: 0;
  width: 100%;
}
.grid-item h4 {
  padding: 10px;
  font-size: 1.5em;
}
.grid-item.titel_tekst2_foto_link .gridcontent {
  padding: 5em 0;
}
.volg {
  font-size: 0.8em;
  display: block;
  position: absolute;
  background: #fff;
  padding: 0.2em 0.5em;
  z-index: 3;
  opacity: 0.8;
  margin-top: 2px;
  margin-left: 4px;
}
.grid-item--width2 {
  width: 50%;
}
.grid-item--large {
  width: 75%;
}
.development_data {
  display: none;
}
.inside {
  float: left;
}
.inside p {
  margin: 0 0px;
}
.grid-item.titel_fly_tekst_link .inside.bottom {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  vertical-align: bottom;
  float: none;
  height: 100%;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.grid-item.titel_fly_tekst_link .inside.bottom div {
  width: 100%;
}
.infomodules a.button {
  text-transform: none;
  background-color: transparent;
  color: #999;
  padding: 0.5em 1em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
  border: 0px solid #999;
  background-image: url('../img/right-arrow_dark.svg');
  background-repeat: no-repeat;
  background-size: auto 0.5em;
  background-position: center left;
  padding-left: 1.5em;
}
.infomodules a.button:hover {
  background-image: url('../img/right-arrow_hover.svg');
  color: #666;
  border: 0px solid #666;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
  background-color: transparent;
}
.infomodules .flyer_link a.button {
  padding-left: 0;
  background-image: none;
}
.pdf_multi_wrapper {
  width: 100%;
  text-align: center;
  margin: 1em 0 2em 0;
}
.pdf_multi_wrapper .pdf_multi_list h4 {
  font-size: 2em;
}
.pdf_multi_wrapper .pdf_multi_list a.button {
  text-transform: none;
  background-color: transparent;
  color: #999;
  padding: 0.5em 1em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
  background-image: none;
  padding-left: 1.5em;
}
.pdf_multi_wrapper .pdf_multi_list a.button:hover {
  background-image: none;
  color: #666;
  border: 0px solid #666;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
  background-color: transparent;
}
.link {
  padding: 10px;
}
.link a {
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: bold;
  background-image: url(../img/link.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button_link {
  width: 100%;
  text-align: center;
}
.button_link .buttonmodule {
  width: auto;
  display: block;
  float: none;
  margin: auto;
}
.button_link .buttonmodule a.button {
  width: auto;
  text-transform: none;
  background-color: #bd1622;
  color: #f5f5f5;
  padding: 0.5em 1em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
  border: 0px solid #999;
}
.button_link .buttonmodule a.button:hover {
  color: #fff;
  background-color: #8f0a13;
  border: 0px solid #666;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-style: italic;
}
.B1LB2R {
  display: -webkit-flex;
  display: flex;
}
.B1LB2R .inside.left.center {
  padding: 5% 10% 5% 0%;
  margin: auto 0;
  text-align: left;
  width: 100%;
}
.B1LB2R .inside.right.center {
  padding: 5% 0% 5% 5%;
  width: 100%;
  margin: auto 0;
  vertical-align: middle;
}
.B1LB2R .beeld1 {
  width: 90%;
}
.B1LB2R .beeld2 {
  width: 90%;
}
.B1LB2R.double_beeldWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100% !important;
}
.double_beeldHightsizer {
  display: none;
}
.content_sliderwrapper {
  width: calc(100% - 100px);
  max-height: 350px;
  margin-left: 50px;
  background: transparent;
  float: none;
  display: inline-block;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.content_sliderwrapper .content_sliderItem,
.content_sliderwrapper .content_sliderVisual {
  height: 350px;
  width: auto;
}
.content_sliderwrapper .content_sliderVisual {
  height: 350px;
  float: left;
  opacity: 1;
  width: auto !important;
}
.content_sliderwrapper button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.content_sliderwrapper button.slick-prev {
  left: -50px;
  background-image: url(../img/left-arrow.svg);
  background-position: left center;
}
.content_sliderwrapper button.slick-prev:hover {
  background-image: url(../img/left-arrow_hover.svg);
}
.content_sliderwrapper button.slick-next {
  right: -50px;
  background-image: url(../img/right-arrow.svg);
  background-position: right center;
}
.content_sliderwrapper button.slick-next:hover {
  background-image: url(../img/right-arrow_hover.svg);
}
@media screen and (max-width: 1200px) {
  .content_sliderwrapper {
    display: inline-block;
    width: calc(100% - 50px);
    max-height: 250px;
    margin-left: 25px;
  }
  .content_sliderwrapper .content_sliderItem,
  .content_sliderwrapper .content_sliderVisual,
  .content_sliderwrapper .content_sliderVisual {
    height: 250px;
  }
  .content_sliderwrapper button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 15px auto;
  }
  .content_sliderwrapper button.slick-prev {
    left: -25px;
  }
  .content_sliderwrapper button.slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 640px) {
  .content_sliderwrapper {
    display: inline-block;
    width: calc(100% - 50px);
    max-height: 150px;
    margin-left: 25px;
  }
  .content_sliderwrapper .content_sliderItem,
  .content_sliderwrapper .content_sliderVisual,
  .content_sliderwrapper .content_sliderVisual {
    height: 150px;
  }
  .content_sliderwrapper button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 15px auto;
  }
  .content_sliderwrapper button.slick-prev {
    left: -25px;
  }
  .content_sliderwrapper button.slick-next {
    right: -25px;
  }
}
.sliderwrapper {
  width: 100%;
  display: inline-block;
  border: 0px solid red;
}
.insideVegasWeb_header {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  padding-top: 0px !important;
  opacity: 0.3 !important;
}
.insideVegasWeb_header img {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.video_fullwidth {
  width: 100%;
  display: block;
}
.vegas_fotoslider #next {
  display: none !important;
}
.vegas_fotoslider #previous {
  display: none !important;
}
.vegas_fotoslider_web #next {
  display: none !important;
}
.vegas_fotoslider_web #previous {
  display: none !important;
}
#main .grid-item.titel_foto_tekst h4 {
  margin-bottom: 1em;
  padding: 0 !important;
}
#main .grid-item.titel_foto_tekst .left {
  width: 50%;
}
#main .grid-item.titel_foto_tekst .right {
  width: 50%;
}
#main .grid-item.titel_foto_tekst .fly {
  padding-right: 0%;
  width: 90%;
  display: inline-block;
  background: transparent;
  border-radius: 10px;
}
#main .grid-item.titel_foto_tekst img.current_fly {
  border-radius: 0px;
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  position: relative;
  float: none;
}
#main .titel_tekst h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#main .titel_fly_tekst_link h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#main .titel_fly_tekst_link .left {
  width: 50%;
  float: left;
}
#main .titel_fly_tekst_link .right {
  width: 50%;
  float: left;
}
#main .titel_fly_tekst_link .fly {
  padding-right: 0%;
  width: 90%;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
}
#main .titel_fly_tekst_link .fly a {
  animation: none;
  transition: none;
  width: 50%;
}
#main .titel_fly_tekst_link .fly a .current_fly {
  width: 100%;
  display: inline-block;
  float: none;
}
#main .titel_fly_tekst_link .link {
  padding: 10px;
}
#main .titel_fly_tekst_link .link a {
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: bold;
  background-image: url(../img/link.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .titel_fly_tekst_link h4 {
  margin-bottom: 1em;
  padding: 0 !important;
}
#main .titel_fly_tekst_link img.current_fly {
  border-radius: 0px;
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  position: relative;
  float: none;
}
#main .titel_foto_tekst h4 {
  margin-bottom: 1em;
  padding: 0 !important;
}
#main .titel_foto_tekst .fly {
  padding-right: 0%;
  width: 90%;
  display: inline-block;
  background: transparent;
  border-radius: 10px;
}
#main .titel_foto_tekst img.current_fly {
  border-radius: 0px;
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  position: relative;
  float: none;
}
#main .titel_tekst_foto h4 {
  margin-bottom: 1em;
  padding: 0 !important;
}
#main .titel_tekst_foto .fly {
  padding-left: 10%;
  width: 100%;
  display: inline-block;
  background: transparent;
  border-radius: 0px;
}
#main .titel_tekst_foto img.current_fly {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  position: relative;
  float: none;
}
#main .titel_tekst_link .tekstveld {
  margin-bottom: 2em;
}
#main .titel_tekst_link_center {
  padding: 2em 10vw;
  text-align: center;
}
#main .titel_tekst_link_center .tekstveld {
  text-align: center;
  margin-bottom: 1em;
}
#main .titel_tekst_link_center a.button {
  padding: 1em;
  font-family: futura-pt, sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-style: normal;
  background: transparent;
  opacity: 0.8;
}
#main .titel_tekst_link_center a.button:hover {
  font-family: futura-pt, sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-style: normal;
  background: transparent;
  opacity: 1;
}
#main .FotoTxt {
  max-width: 40%;
}
#main .FotoTxt.left {
  border-right: 20px solid transparent;
  float: left;
}
#main .FotoTxt.right {
  border-left: 20px solid transparent;
  float: right;
}
#main .double_beeldtiteltekst img {
  width: 100%;
}
#main .double_beeldtiteltekst h2 {
  font-size: 1.5em;
  text-align: center;
}
#main .double_beeldtiteltekst .tekstveld {
  font-size: 1em;
  text-align: center;
}
#main .double_beeldtiteltekst .beeld1 {
  margin: 20px 0;
}
#main .double_beeldtiteltekst .beeld2 {
  margin: 20px 0;
}
#main .double_beeldtiteltekst .left {
  width: 50%;
  padding: 0 2.5vw;
}
#main .double_beeldtiteltekst .right {
  width: 50%;
  padding: 0 2.5vw;
}
#main .video_fullwidth_iframewrapper {
  width: 100%;
  position: relative;
}
#main .video_fullwidth_iframewrapper iframe {
  position: relative;
  z-index: 10 !important;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  float: none;
  z-index: 1 !important;
}
#main .video_fullwidth_iframewrapper .img {
  position: relative;
  z-index: 10 !important;
  width: 100%;
  float: none;
  display: none;
}
#main .video_fullwidth_iframewrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#main .video_fullwidth_iframewrapper .video_play {
  width: 100%;
  height: 100%;
  background: url("../images/swipe/play.png") no-repeat center center;
  top: 0px;
  left: 0px;
  float: none;
  display: none;
}
#main .video_fullwidth_iframewrapper .video_play:hover {
  cursor: pointer !important;
}
#main .video_halfwidth_iframewrapper {
  width: 60%;
  margin: 0 20%;
  position: relative;
}
#main .video_halfwidth_iframewrapper iframe {
  position: relative;
  z-index: 10 !important;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  float: none;
  z-index: 1 !important;
}
#main .video_halfwidth_iframewrapper .img {
  position: relative;
  z-index: 10 !important;
  width: 100%;
  float: none;
  display: none;
}
#main .video_halfwidth_iframewrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#main .video_halfwidth_iframewrapper .video_play {
  width: 100%;
  height: 100%;
  background: url("../images/swipe/play.png") no-repeat center center;
  top: 0px;
  left: 0px;
  float: none;
  display: none;
}
#main .video_halfwidth_iframewrapper .video_play:hover {
  cursor: pointer !important;
}
#main .insideVegasWeb_footer {
  padding-top: 40px !important;
  background-image: url(../../images/footer_webpage.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  opacity: 0.5 !important;
}
.fly {
  width: 100%;
  float: left;
}
.size_25 {
  width: 25% ;
  font-size: 0.8em;
}
.size_33 {
  width: 33.3333%;
  font-size: 0.8em;
}
.size_50 {
  width: 50% ;
}
.size_75 {
  width: 75% ;
}
.size_100 {
  width: 100% ;
}
.fullsize {
  padding: 0;
}
.grid-item.size_100.fullsize {
  width: 100%;
  padding: 0;
}
.grid-item.size_100.fullsize.vegas_fotoslider_mini,
.grid-item.size_100.fullsize.vegas_fotoslider_mini_ratio1,
.grid-item.size_100.fullsize.vegas_fotoslider_mini_ratio2,
.grid-item.size_100.fullsize.vegas_fotoslider_mini_ratio3,
.grid-item.size_100.fullsize.vegas_fotoslider_mini_ratio4,
.grid-item.size_100.fullsize.vegas_fotoslider_mini_033 {
  width: 60%;
  margin-left: 20% !important;
  padding: 0;
}
.grid-item.button_link {
  margin: 1em 0 !important;
}
.content_vegas_slider .vegas-wrapper {
  object-fit: scale-down;
  object-position: center center;
}
#content_vegas_sliderwrapper a#next {
  display: none !important;
  visibility: none !important;
}
#content_vegas_sliderwrapper a#previous {
  display: none !important;
  visibility: none !important;
}
.double_beeldWrapper.double_foto {
  height: 70vh;
  display: inline-block;
  text-align: center;
}
.double_beeldWrapper.double_foto .beeld1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0px, -50%);
  top: 50%;
}
.double_beeldWrapper.double_foto .beeld2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0px, -50%);
  top: 50%;
}
.double_beeldWrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  object-position: center;
}
.double_beeld .inside {
  padding: 0 5%;
}
.right .B1LB2R .fly {
  float: right;
}
.left .B1LB2R .fly {
  float: left;
}
.grid-item.size_50 {
  padding: 0;
}
.grid-item.size_50.left .current_fly {
  max-height: 70vh;
  width: auto;
  float: left;
  max-width: 100%;
}
.grid-item.size_50.right .current_fly {
  max-height: 70vh;
  width: auto;
  float: right;
}
.grid-item.size_33.right.center {
  margin-left: 16.66%;
  background-color: yellow !important;
}
.grid-item.size_33.right.op {
  margin-left: 0;
  background-color: yellow !important;
}
.grid-item.size_33.right.top .inside {
  top: 0;
  position: absolute !important;
  margin-top: 0 !important;
  transform: none !important;
  background-color: red !important;
}
.grid-item.size_50.left.center .inside {
  width: 80% !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0px, -50%);
  top: 50%;
}
.grid-item.size_50.right.center .inside {
  width: 80% !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0px, -50%);
  top: 50%;
  margin-left: 20%;
}
.grid-item.size_33.left.top .inside {
  top: 0;
  left: 0;
  position: absolute !important;
  margin-top: 0 !important;
  transform: none !important;
  background-color: red !important;
}
.columns {
  text-align: justify;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.flye {
  display: inline-block !important;
}
.recentfeed .packery_titel {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  bottom: 0px;
}
.fotogalWrapper {
  width: 100%;
  float: none;
  display: inline-block;
}
.fotogalsizer {
  width: 50%;
}
.fotogal-item {
  width: 50%;
  margin: 0 !important;
  float: left;
  border: 0px solid red;
  display: block;
  padding: 10px;
}
.fotogal-item-xl {
  width: 100%;
  margin: 0 !important;
  float: left;
  display: block;
  padding: 10px;
}
.fotogalVisual {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fotogalVisual-xl {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.fotogalerij_fullthumb .fotogal_item a.venobox {
  padding: 0;
  margin: 0;
  line-height: 0;
  display: block;
}
.fotogalerij_fullthumb .fotogal_item a.venobox img {
  padding: 2px 2px 3px 2px;
}
/*
.faqfeed_item-body .images .img{
  width:50%;
  padding:1%
}
*/
#faqfeed {
  background-color: transparent;
}
#faqfeed .faq .title {
  font-size: 24px;
  color: #000;
  padding: 0.5em 0em;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.faqfeed_item-head.active {
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: color_faq_element;
  transition: all 0.2s linear;
}
.faqfeed_item-head.active .select_thumb_preview {
  opacity: 0;
}
.faqfeed_item-head.active .element {
  background: transparent;
}
.faqfeed_item-head.active .element:before {
  background: blue;
  transition: all 0.2s linear;
}
.faqfeed_item-head.active .element:after {
  background: green;
  transform: none;
  transition: all 0.2s linear;
}
.faqfeed_item-head .element {
  width: 40px;
  height: 40px;
  display: inline-block;
  left: 0px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  transition: all 0.2s linear;
}
.faqfeed_item-head .element:before {
  width: 8px;
  height: 2px;
  background: #000;
  border-radius: 1px;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -4px;
  transition: all 0.2s linear;
}
.faqfeed_item-head .element:after {
  width: 8px;
  height: 2px;
  background: #000;
  border-radius: 1px;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.faqfeed_item-head:hover {
  cursor: pointer;
}
.faqfeed_item-head:hover * {
  cursor: pointer;
}
.faqfeed_item-head .preview {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  height: 60px;
  width: auto;
  display: none;
}
.faqfeed_item-head .preview .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.faqfeed_item-head .preview .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.faqfeed_item-head .preview .p {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  width: auto;
  line-height: 60px;
}
.faqfeed_item-head ._title {
  font-size: 18px;
  color: #000;
  padding: 0.5em 0em;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.faqfeed_item-head .thumbpreview_wrapper {
  position: absolute;
  right: 60px;
  top: 20px;
}
.faqfeed_item-head .select_thumb_preview {
  width: 44px;
  height: 44px;
  float: right;
  margin-right: 10px;
}
.faqfeed_item-head .select_thumb_preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 50%;
}
.faqfeed_item-head .element_wrapper {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.faqfeed_item-body {
  display: none;
  padding-bottom: 40px;
  background: transparent;
  padding: 1em;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.faqfeed_item-body #test div {
  color: #4A4A4A;
  margin: 0;
  padding: 0;
}
.faqfeed_item-body .text {
  font-size: 18px;
  color: #000;
  margin: 14px 0;
  padding: 0;
}
.faqfeed_item-body .images {
  margin-top: 30px;
}
.faqfeed_item-body .images .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  float: left;
}
.faqfeed_item-body .images .item span {
  font-size: 16px;
  color: #919193;
  margin-top: 10px;
  display: block;
  float: left;
}
.faqfeed_item-body .images .item:nth-child(3n) {
  margin-right: 0;
}
.faqfeed_item-body .images .item:nth-child(3n+1) {
  clear: both;
}
.faqfeed_item-body .images .img {
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}
.faqfeed_item-body .images .img img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.faqfeed_item-body .images .scroll {
  white-space: nowrap;
  width: auto;
  position: relative;
}
.faqfeed_item-body button {
  font-size: 12px;
  color: #999;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  margin: 1em 0;
  padding: 0 15px;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 2px solid #999;
}
.faqfeed_item-body button:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.faqfeed_item-body .content_sliderwrapper button.slick-arrow {
  color: transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.01em;
  padding: 0;
}
.faqfeed_item-body .content_sliderwrapper button.slick-arrow:hover {
  border-color: #eee;
  background-color: #999;
}
.faqfeed_item-body .content_sliderwrapper button.slick-arrow.slick-prev {
  background-image: url(../img/left-arrow.svg);
}
.faqfeed_item-body .content_sliderwrapper button.slick-arrow.slick-prev:hover {
  background-image: url(../img/left-arrow_white.svg);
}
.faqfeed_item-body .content_sliderwrapper button.slick-arrow.slick-next {
  background-image: url(../img/right-arrow.svg);
}
.faqfeed_item-body .content_sliderwrapper button.slick-arrow.slick-next:hover {
  background-image: url(../img/right-arrow_white.svg);
}
.faqfeed_item-body .slider-block {
  position: relative;
  margin: 15px 0;
}
.faqfeed_item-body .slider-block .arrows {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 40px;
  width: auto;
}
.faqfeed_item-body .slider-block .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  position: relative;
  transition: all 0.2s linear;
}
.faqfeed_item-body .slider-block .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.faqfeed_item-body .slider-block .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.faqfeed_item-body .slider-block .slider_top {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.faqfeed_item-body .slider-block .slider_top .slide {
  width: 1085px;
  margin: 0 2px 0 3px;
  height: 524px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  float: left;
}
.faqfeed_item-body .slider-block .slider_bottom {
  border-radius: 8px;
  overflow: hidden;
}
.faqfeed_item-body .slider-block .slider_bottom .slide {
  width: 198px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
  transition: all 0.2s linear;
}
.faqfeed_item-body .slider-block .slider_bottom .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.faqfeed_item-body .slider-block .slider_bottom .slide.slick-current {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.faqfeed_item-body.slider-block .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.faqfeed_item-body.slider-block .arrows .arrow:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.faqfeed_item-body.slider-block .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.faqfeed_item-body.slider-block .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.faqfeed_item-body.slider-block .slider_top .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.faqpage .sidebar {
  float: right;
}
.faqpage .sidebar.fixed {
  position: fixed;
  right: 50%;
  top: 80px;
}
.faqpage .sidebar.fixed.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
  top: auto;
  display: none;
}
.faqpage .sidebar .navigation {
  background: #d0d0d0;
  padding: 28px 38px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faqpage .sidebar .navigation ul li {
  margin-bottom: 15px;
}
.faqpage .sidebar .navigation ul li a {
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  position: relative;
  display: block;
  line-height: 1.1em;
  transition: all 0.2s linear;
}
.faqpage .sidebar .navigation ul li a.active {
  color: #201420;
  transition: all 0.2s linear;
}
.faqpage .sidebar .navigation ul li a.active:before {
  background: #201420;
  transition: all 0.2s linear;
}
.faqpage .sidebar .navigation ul li a:before {
  width: 9px;
  height: 9px;
  background: none;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  transition: all 0.2s linear;
}
.faqpage .sidebar .book-now {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #d03000;
  border-radius: 10px;
  padding: 8px 0;
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}
.faqpage .sidebar .book-now span {
  width: 100%;
  display: block;
  float: left;
}
.faqpage .sidebar .book-now .cost {
  font-size: 24px;
  font-weight: 600;
}
.faqpage .sidebar .add_bookmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.faqpage .sidebar .add_bookmark:before {
  width: 60px;
  background: rgba(214, 214, 214, 0.55);
  border-radius: 50%;
  top: 0;
  left: 0;
  content: "";
  height: 60px;
  position: absolute;
}
.faqpage .sidebar .add_bookmark:hover {
  cursor: pointer;
}
.faqpage .sidebar .add_bookmark:hover * {
  cursor: pointer;
}
.faqpage .sidebar .add_bookmark .not-added {
  width: 22px;
  height: 22px;
  background: url(../img/bookmark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -11px;
  content: "";
  opacity: 1;
}
.faqpage .sidebar .add_bookmark .is-added {
  width: 22px;
  height: 22px;
  background: url(../img/bookmark-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -11px;
  content: "";
  z-index: 2;
}
.faqpage .sidebar .add_bookmark i.not-added {
  display: block;
  position: relative;
  z-index: 1;
}
.faqpage .sidebar .add_bookmark i.is-added {
  display: none;
  position: relative;
}
.faqpage .sidebar .add_bookmark .fav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d03000;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 1;
}
.faqpage .sidebar .add_bookmark.added .fav-overlay {
  transform: scale(1);
}
.faqpage .sidebar .add_bookmark.added i.not-added {
  display: none;
}
.faqpage .sidebar .add_bookmark.added i.is-added {
  display: block;
}
.faqpage .sidebar .add-to-favorites {
  position: relative;
  padding-left: 74px;
}
.faqpage .sidebar .add-to-favorites:hover .fav-text {
  color: #c21820;
  transition: all 0.2s linear;
}
.faqpage .sidebar .add-to-favorites .fav-text {
  font-size: 18px;
  color: #919193;
  line-height: 60px;
  transition: all 0.2s linear;
}
/*----------------------------------------------------------------------------------
4. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1930px) {
  .sidebar.fixed {
    margin-right: -720px;
  }
}
@media screen and (max-width: 1520px) {
  .sidebar.fixed {
    margin-right: -650px;
  }
}
@media screen and (max-width: 1400px) {
  .sidebar {
    margin-left: 20px;
  }
  .sidebar.fixed {
    margin-right: -640px;
  }
}
@media screen and (max-width: 1300px) {
  .sidebar {
    margin-left: 30px;
  }
  .sidebar.fixed {
    margin-right: -590px;
  }
}
@media screen and (max-width: 1200px) {
  .faqpage .left_content {
    max-width: 100% !important;
  }
  .sidebar {
    margin-left: 20px;
  }
  .sidebar .navigation {
    display: none;
  }
  .sidebar.fixed {
    margin-right: -470px;
  }
}
@media screen and (max-width: 1040px) {
  .sidebar .navigation {
    display: none;
  }
}
/*//FOTOSLIDER  ////////////   */
#topslider {
  width: 100%;
  /* background: yellow;*/
  display: block;
  z-index: 0;
}
#sliderlogo {
  float: none;
  background: transparent;
  margin: 0px;
  display: inline-block;
  height: auto;
  width: 100%;
  z-index: 20;
  position: absolute;
  bottom: 20px;
  left: 20px;
  box-sizing: border-box;
  display: none;
}
/*
#sliderlogoImg{
  width:100%;
	display: inline-block;
	height: auto;
	padding:0px;
	position: relative;
	display: inline-block;
	
	display:none;
}
#sliderlogoImg img{
	height: auto;
	width: 180px;
	padding:10px;
	margin-top:0px;
	margin-left:0px;
	display: inline-block;
	background-color:#ffffff;
	border-width:1px 1px 1px 1px;
	border-color:#eee;
	border-style: solid;
	border-radius: 1em;
}
*/
#sliderlogoTxt {
  width: 100%;
  margin: 0px;
  height: auto;
  display: inline-block;
}
#sliderlogoTxt h1 {
  word-spacing: normal;
  font-weight: normal;
  line-height: 1em;
  color: black;
  text-transform: none;
  display: inline-block;
  text-align: right;
  position: relative;
}
#topsliderUitleg {
  width: 100%;
  height: auto;
  margin: 0px;
  display: inline-block;
  padding: 0px 20px;
  vertical-align: middle;
  transform: translate(0px, -100%);
  top: 100%;
  left: 0;
  vertical-align: bottom;
  position: relative;
  text-align: right;
  z-index: 3;
  overflow: true;
  font-size: 1em;
  float: none;
}
.uitleg_titel {
  font-size: 2.9em;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  width: auto;
  display: inline-block;
  transform: translate(0px, -50%);
  top: 50%;
  float: none;
}
#topsliderUitleg .hrstreep {
  max-width: 100px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0px solid #fff !important;
  color: #fff;
  float: none;
}
#topsliderUitleg .hrstreep hr {
  border-top: 1px solid #fff;
  border-bottom: 0px solid #fff;
}
.uitleg_subtitel {
  padding: 0;
  color: #ffffff;
  font-size: 0.9em;
  font-family: 'Cormorant Garamond', serif, sans-serif;
  width: auto;
  margin-top: 5px;
  display: block;
  float: none;
}
.uitleg_tekst {
  color: #ffffff;
  font-size: 0.8em;
  width: 80vw;
  max-width: 700px;
  margin: auto;
  display: block;
  float: none;
}
#topsliderUitleg .uitleg_btn {
  display: inline-block;
  padding: 10px;
  background: transparent;
  width: 100%;
  float: none;
}
#topsliderUitleg .uitleg_btn button {
  background: transparent;
  border-color: #fff;
  color: #fff;
  float: none;
}
#topsliderUitleg .uitleg_btn button:hover {
  background: #fff;
  border-color: #999;
  color: #999;
}
#previous,
#next {
  z-index: 250;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  background-image: url("../images/arrows/icon-previous.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
#previous {
  left: 10px;
  background-image: url("../images/arrows/icon-previous.svg");
}
#next {
  right: 10px;
  background-image: url("../images/arrows/icon-next.svg");
}
@media only screen and (min-width: 640px) {
  #topslider {
    margin-top: 75px;
  }
}
/*Import "Travel list page" styles*/
/*------------------------------------------------------------------
[Table of contents]

1. Page styles

1.1. Left sidebar
1.2. Right sidebar
1.3. Full width
1.4. Full width image header

2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.travel-list:not(.default) .page_head {
  margin-bottom: 50px;
}
.travel-list .pagination {
  text-align: left;
}
.travel-list .posts .item {
  margin-bottom: 38px;
  display: block;
  float: left;
  width: 100%;
}
.travel-list .posts .item:hover .item_left .image .shadow {
  opacity: 1;
  transition: all 0.2s linear;
}
.travel-list .posts .item:hover .item_right {
  background: #f5f5f5;
  transition: all 0.2s linear;
}
.travel-list .posts .item_left {
  max-width: 394px;
}
.travel-list .posts .item_left .image {
  height: 23em;
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  position: relative;
}
.travel-list .posts .item_left .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
  transition: all 0.2s linear;
}
.travel-list .posts .item_right {
  background: rgba(245, 245, 245, 0.74);
  border-radius: 13px;
  min-height: 368px;
  max-width: 668px;
  float: right;
  padding: 34px 44px;
  position: relative;
  transition: all 0.2s linear;
}
.travel-list .posts .item_right .country {
  font-size: 16px;
  color: #222;
  padding-left: 12px;
  position: relative;
  margin-bottom: 18px;
}
.travel-list .posts .item_right .country:before {
  width: 6px;
  height: 6px;
  background: #d03000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.travel-list .posts .item_right .rating-stars {
  width: auto;
  margin-right: 12px;
}
.travel-list .posts .item_right .rating-stars .star {
  position: relative;
  width: 24px;
  height: 28px;
}
.travel-list .posts .item_right .rating-stars .star:before {
  width: 18px;
  height: 16px;
  background: url(../img/star-dark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
}
.travel-list .posts .item_right .rating-stars .star.filled:before {
  display: none;
}
.travel-list .posts .item_right .rating-stars .star.filled:after {
  width: 18px;
  height: 16px;
  background: url(../img/star-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
}
.travel-list .posts .item_right .item_title {
  font-size: 33px;
  font-family: "Prata", serif;
  max-height: 94px;
  overflow: hidden;
  margin-bottom: 14px;
}
.travel-list .posts .item_right .item_text {
  color: #919193;
  font-size: 18px;
  max-height: 74px;
  overflow: hidden;
}
.travel-list .posts .item_right .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 44px 30px;
}
.travel-list .posts .item_right .info .days {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.53);
  width: auto;
  margin-right: 8px;
  line-height: 40px;
}
.travel-list .posts .item_right .info .cost {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  width: auto;
  line-height: 40px;
}
.travel-list .posts .item_right .info .sale {
  background: #ff3b00;
  height: 40px;
  line-height: 40px;
  width: auto;
  display: inline-block;
  float: none;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  padding: 0 12px;
  margin: 0 12px;
}
.travel-list .posts .item_right .add_bookmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: 30px;
  top: 18px;
}
.travel-list .posts .item_right .add_bookmark:hover {
  cursor: pointer;
}
.travel-list .posts .item_right .add_bookmark:hover * {
  cursor: pointer;
}
.travel-list .posts .item_right .add_bookmark .not-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  opacity: 1;
}
.travel-list .posts .item_right .add_bookmark .is-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  z-index: 2;
}
.travel-list .posts .item_right .add_bookmark i.not-added {
  display: block;
  position: relative;
  z-index: 1;
}
.travel-list .posts .item_right .add_bookmark i.is-added {
  display: none;
  position: relative;
}
.travel-list .posts .item_right .add_bookmark .fav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d03000;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 1;
}
.travel-list .posts .item_right .add_bookmark.added .fav-overlay {
  transform: scale(1);
}
.travel-list .posts .item_right .add_bookmark.added i.not-added {
  display: none;
}
.travel-list .posts .item_right .add_bookmark.added i.is-added {
  display: block;
}
.travel-list.left-sidebar .sidebar {
  float: left;
}
.travel-list.left-sidebar .left_content {
  float: right;
}
.travel-list.left-sidebar .search-tour {
  display: none;
}
.travel-list.left-sidebar .sidebar .search-tour {
  display: block;
}
.travel-list.right-sidebar .sidebar {
  float: right;
}
.travel-list.right-sidebar .left_content {
  float: left;
}
.travel-list.right-sidebar .search-tour {
  display: none;
}
.travel-list.right-sidebar .sidebar .search-tour {
  display: block;
}
.travel-list.full-width .pagination {
  text-align: center;
}
.travel-list.full-width-image-header .page_head .title {
  color: #fff;
}
.travel-list.full-width-image-header .page_head .subtitle {
  color: rgba(255, 255, 255, 0.55);
}
.image_header {
  height: 526px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image_header:before {
  background: #000;
  opacity: 0.45;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sidebar .search-tour {
  padding: 0;
}
.sidebar .search-form {
  padding: 25px;
  height: auto;
}
.sidebar .search-form .label {
  font-size: 18px;
  margin-bottom: 10px;
}
.sidebar .search-form .destination-col {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.sidebar .search-form .destination-col .label {
  margin-bottom: 10px;
}
.sidebar .search-form .destination-col .select_wrap select {
  font-size: 18px;
  padding-left: 15px;
}
.sidebar .search-form .date-col {
  width: 50%;
  margin-right: 0;
  border-right: 0;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding-bottom: 17px;
}
.sidebar .search-form .date-col .day {
  font-size: 42px;
}
.sidebar .search-form .date-col .date_div_right {
  margin-left: 0;
  clear: both;
  padding-top: 0;
}
.sidebar .search-form .date-col .date_div_right .month {
  font-size: 15px;
}
.sidebar .search-form .date-col .date_div_right .year {
  font-size: 15px;
}
.sidebar .search-form .num-col {
  width: 50%;
  border-right: 0;
}
.sidebar .search-form .num-col .val {
  font-size: 42px;
  padding-top: 0;
  margin-left: 4px;
  height: 58px;
}
.sidebar .search-form .num-col .buttons {
  padding-top: 0;
}
.sidebar .search-form .num-col .buttons button {
  width: 26px;
  height: 26px;
}
.sidebar .search-form .num-col .buttons button.plus {
  margin-bottom: 0;
}
.sidebar .search-form .num-col.last {
  padding-left: 0;
}
.sidebar .search-form .btn {
  position: relative;
  margin-left: 0;
  right: 0;
  padding-left: 64px;
  width: auto;
  background: none;
  margin-top: 12px;
}
.sidebar .search-form .btn:before {
  z-index: 1;
  margin-left: 19px;
  left: 0;
}
.sidebar .search-form .btn:after {
  width: 54px;
  height: 54px;
  background: #d03000;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .search-form .btn span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.sidebar ._block {
  margin-top: 30px;
}
.sidebar ._block .block_title {
  font-size: 30px;
  font-family: "Prata", serif;
  margin-bottom: 26px;
}
.sidebar ._block .stories {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.sidebar ._block .stories .arrows {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 24px;
  width: auto;
}
.sidebar ._block .stories .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  position: relative;
  transition: all 0.2s linear;
  z-index: 1;
}
.sidebar ._block .stories .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.sidebar ._block .stories .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.sidebar ._block .stories .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.sidebar ._block .stories .arrows .arrow:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.sidebar ._block .stories .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.sidebar ._block .stories .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.sidebar ._block .stories .items .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 26em;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 38px;
  position: relative;
}
.sidebar ._block .stories .items .item:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.74;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sidebar ._block .stories .items .item .flag {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  height: 70px;
}
.sidebar ._block .stories .items .item .flag img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.sidebar ._block .stories .items .item ._title {
  font-size: 33px;
  font-family: "Prata", serif;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sidebar ._block .popular .item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 28px;
  margin-bottom: 28px;
  display: block;
  float: left;
  width: 100%;
}
.sidebar ._block .popular .item:hover .item_top ._title {
  color: #c21820;
  transition: all 0.2s linear;
}
.sidebar ._block .popular .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar ._block .popular .item_top {
  position: relative;
  padding-left: 130px;
  min-height: 102px;
}
.sidebar ._block .popular .item_top .img {
  width: 102px;
  height: 102px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar ._block .popular .item_top ._title {
  font-size: 21px;
  color: #222;
  min-height: 102px;
  font-family: "Prata", serif;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.sidebar ._block .popular .item_bottom {
  margin-top: 18px;
}
.sidebar ._block .popular .item_bottom .days {
  color: rgba(0, 0, 0, 0.53);
  font-size: 18px;
  display: block;
  float: left;
  line-height: 20px;
  width: auto;
}
.sidebar ._block .popular .item_bottom .sale {
  color: #c21820;
  font-size: 18px;
  font-weight: 600;
  display: block;
  float: left;
  line-height: 20px;
  width: auto;
  margin-left: 4px;
}
.sidebar ._block .popular .item_bottom .cost {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  display: block;
  float: left;
  line-height: 20px;
  width: auto;
  margin-left: 7px;
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1520px) {
  .page .left_content {
    max-width: 950px;
  }
  .travel-list .posts .item_right {
    max-width: 530px;
  }
  .travel-list .posts .item_left {
    max-width: 350px;
  }
  .travel-list .posts .item_left .image {
    height: 21em;
  }
  .travel-list .posts .item_right {
    max-width: 570px;
    min-height: 336px;
  }
  .travel-list .posts .item_right .item_title {
    font-size: 26px;
    max-height: 74px;
  }
  .travel-list .posts .item_right .item_text {
    font-size: 16px;
    max-height: 68px;
  }
  .travel-list .posts .item_right .info .days {
    font-size: 18px;
  }
  .travel-list .posts .item_right .info .cost {
    font-size: 18px;
  }
  .travel-list .posts .item_right .info {
    padding-bottom: 20px;
  }
  .travel-list .posts .item_right .info .sale {
    font-size: 18px;
    line-height: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .page .left_content {
    max-width: 840px;
  }
  .travel-list .posts .item_right {
    max-width: 464px;
  }
}
@media screen and (max-width: 1200px) {
  .page .left_content {
    max-width: 610px;
  }
  .travel-list .posts .item_left {
    max-width: 100%;
  }
  .travel-list .posts .item_right {
    max-width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .page .left_content {
    max-width: 58%;
  }
  .page .right_content {
    max-width: 40%;
  }
  .search-form .num-col .val {
    width: 52px;
  }
  .travel-list .posts .item_right {
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 80px;
  }
  .travel-list .posts .item_right .info {
    padding-left: 26px;
    padding-right: 26px;
  }
  .travel-list .posts .item_right .item_title {
    max-height: inherit;
    overflow: visible;
  }
  .travel-list .posts .item_right .item_text {
    max-height: inherit;
    overflow: visible;
  }
  .travel-list .pagination ul {
    margin: 0 3px;
  }
  .travel-list .posts .item_left .shadow {
    display: none;
  }
  .sidebar .search-form .num-col .buttons button.plus {
    margin-bottom: 3px;
  }
  .sidebar .search-form .num-col {
    padding-top: 0;
  }
  .sidebar .search-form .btn {
    margin-top: 30px;
  }
  .sidebar .search-form {
    display: none;
  }
  .travel-list.left-sidebar .page_head,
  .travel-list.right-sidebar .page_head {
    margin-bottom: 0;
  }
  .travel-list.left-sidebar .sidebar {
    max-width: 100%;
  }
  .sidebar ._block .stories .items .item {
    height: 60vw;
  }
  .travel-list.left-sidebar .search-tour,
  .travel-list.right-sidebar .search-tour {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .page .left_content {
    max-width: 100%;
  }
  .page .right_content {
    max-width: 100%;
  }
  .page .right_content {
    margin-top: 40px;
  }
  .travel-list .posts .item_left .image {
    height: 50vw;
  }
  .sidebar ._block .stories .items .item {
    height: 110vw;
  }
  .travel-list .posts .item:last-child {
    margin-bottom: 0;
  }
  .page_body {
    overflow: hidden;
  }
  .sidebar .search-form {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .search-form:before {
    width: 5vw;
    background: #0030d0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 100%;
  }
  .sidebar .search-form:after {
    width: 5vw;
    background: #0030d0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 100%;
  }
  .travel-list .page_head {
    margin-bottom: 26px;
  }
  .travel-list .posts .item_right {
    padding-left: 14px;
    padding-right: 14px;
  }
  .travel-list .posts .item_right .info {
    padding-left: 14px;
    padding-right: 14px;
  }
  .travel-list .posts .item {
    margin-bottom: 24px;
  }
  .image_header {
    height: 430px;
  }
  .travel-list.left-sidebar .sidebar ._block:nth-child(2),
  .travel-list.right-sidebar .sidebar ._block:nth-child(2) {
    margin-top: 0;
  }
  .travel-list .pagination {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .travel-list .posts .item_right .add_bookmark {
    width: 50px;
    height: 50px;
    right: 14px;
  }
  .travel-list .posts .item_right .add_bookmark .fav-overlay {
    width: 50px;
    height: 50px;
  }
  .travel-list .posts .item_right .add_bookmark .is-added {
    width: 14px;
    margin-left: -7px;
  }
  .travel-list .posts .item_right .add_bookmark .not-added {
    width: 14px;
    margin-left: -7px;
  }
  .travel-list .posts .item_right .info .days {
    font-size: 15px;
  }
  .travel-list .posts .item_right .info .cost {
    font-size: 15px;
  }
  .travel-list .posts .item_right .info .sale {
    font-size: 15px;
    margin: 0 4px;
  }
  .travel-list.full-width-image-header .page_head {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .travel-list.full-width .pagination {
    display: flex;
    justify-content: space-between;
  }
}
.menukaart-page #content_column {
  margin-top: 120px;
}
.menukaart-page #topslider {
  float: left;
  position: relative;
  margin: 0;
  margin-top: 20px !important;
  max-width: 850px;
  float: right;
}
.menukaart-page #spacer {
  width: 100%;
  height: 5vw;
  display: inline-block;
}
.menukaart-page .maintitle {
  margin-left: -20px;
  min-height: 20px;
  font-size: 1.1em;
  line-height: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0px 5px 5px 35px;
  text-align: left;
  background: url("../images/nav/line-03.svg") no-repeat transparent;
  background-position: top left;
  background-size: 20px 20px;
}
.menukaart-page .main_streep_general {
  display: none;
}
.menukaart-page #reservationframeholder {
  color: #000 !important;
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10vh;
}
.menukaart-page #reservationframeholder .ReservationTekstWrapper {
  text-align: left;
  padding: 30px 20px 20px 0px;
  margin-left: 30px;
  max-width: 280px;
  border-bottom: 0px solid #fff;
}
.menukaart-page .ReservationTekstWrapper h3 {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.menukaart-page #reservationframe {
  padding: 2em;
  width: auto;
  display: inline-block;
}
.menukaart-page .TekstWrapper {
  width: 100%;
  display: inline-block;
  color: #000;
}
.menukaart-page .ExtraTekstWrapper {
  float: left;
  width: 66.66%;
  margin-top: 10vh;
  margin-left: 33.33%;
  position: relative;
  display: inline-block;
  min-height: 20px;
  letter-spacing: 0.2em;
  padding: 20px 0px 0 35px;
  text-align: justify;
  background: url("../images/nav/line-03.svg") no-repeat transparent;
  background-position: top left;
  background-size: 20px 20px;
}
.menukaart-page .menukaartCat {
  width: 50%;
  position: relative;
  float: left;
  text-align: left;
  margin-bottom: 5vh;
  padding-right: 3em;
}
.menukaart-page .menukaartCatDeco {
  float: left;
  width: 15px;
  height: 15px;
  background: url("../images/nav/line-03.svg") no-repeat 0px transparent;
  background-size: 15px 15px;
  background-position: left top;
  background-repeat: no-repeat;
}
.menukaart-page .menukaartCat h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-family: futura-pt, sans-serif;
  font-size: 1.4em;
  line-height: normal;
  padding-left: 30px;
  padding-bottom: 20px;
}
.menukaart-page .menukaartItem {
  border-bottom: 0px solid #999;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
}
.menukaart-page .menutekst_pdf {
  margin: 10px 0;
}
.menukaart-page .menukaartItem p {
  font-weight: normal;
  font-style: normal;
}
.menukaart-page .menukaartItemTxt {
  width: 70%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
.menukaart-page .menukaartItemTxt .uitleg {
  display: inline-block;
  padding: 5px 0px 5px 10px;
  font-size: 0.9em;
  font-style: italic;
}
.menukaart-page .menukaartItemPrice {
  font-size: 0.8em;
  width: 20%;
  float: left;
  text-align: right;
  margin-top: 8px;
}
.menukaart-page .menutekst_pdf a {
  text-decoration: none;
}
.menukaart-page .menutekst_pdfbut_link {
  background: url("../images/nav/line-02.svg") no-repeat 0px transparent;
  background-size: 10px 10px;
  padding-left: 18px;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
}
.menukaart-page ul.pdfbut_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  width: 100%;
  line-height: 1.6em;
}
.menukaart-page ul.pdfbut_menu a {
  background: url("../images/nav/line-02.svg") no-repeat 0px transparent;
  background-size: 10px 10px;
}
.menukaart-page ul.pdfbut_menu li {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
.menukaart-page ul.pdfbut_menu li .pdfvisual {
  position: relative;
  background: transparent;
  width: 35px;
  height: 25px;
  left: 0px;
  background-image: url("../images/icons/pdf.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 4;
  float: left;
}
.menukaart-page ul.pdfbut_menu li .pdftit {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.7);
  font-family: futura-pt, sans-serif;
}
.menukaart-page ul.pdfbut_menu li .pdftit:hover {
  color: #000000;
}
@media only screen and (max-width: 769px) {
  .menukaart-page .menukaartCat {
    width: 100%;
    padding-right: 0;
  }
}
#choose_menu {
  margin-bottom: 1em;
  position: fixed;
  left: 1px;
  top: 74px;
  z-index: 2;
}
#choose_menu .button {
  width: 33%;
  padding: 0.2em 1em;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  border-right: 1px solid #000000;
  background: #fff;
}
#choose_menu .button.chosen {
  background: #000;
  color: #fff;
}
#choose_menu .button:last-child {
  border-right: 0px solid #000000;
}
.menusection {
  z-index: 1 !important;
}
.wijnkaart-page #content_column {
  margin-top: 120px;
}
.wijnkaart-page .menukaartContent {
  width: 100%;
  padding: 5vh 0;
}
.wijnkaart-page #topslider {
  float: left;
  position: relative;
  margin: 0;
  margin-top: 20px !important;
  max-width: 850px;
  float: right;
}
.wijnkaart-page #spacer {
  width: 100%;
  height: 5vw;
  display: inline-block;
}
.wijnkaart-page .maintitle {
  margin-left: -20px;
  min-height: 20px;
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  padding: 0px 5px 5px 35px;
  text-align: left;
  background: url("../images/menu/line-03.svg") no-repeat transparent;
  background-position: top left;
  background-size: 20px 20px;
}
.wijnkaart-page .main_streep_general {
  display: none;
}
.wijnkaart-page #reservationframeholder {
  color: #000 !important;
  width: 100%;
  float: left;
  position: relative;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10vh;
}
.wijnkaart-page #reservationframeholder .ReservationTekstWrapper {
  text-align: left;
  padding: 30px 20px 20px 0px;
  margin-left: 30px;
  max-width: 280px;
  border-bottom: 0px solid #fff;
}
.wijnkaart-page .ReservationTekstWrapper h3 {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.wijnkaart-page #reservationframe {
  padding: 2em;
  width: auto;
  display: inline-block;
}
.wijnkaart-page .TekstWrapper {
  width: 100%;
  display: inline-block;
  color: #000;
}
.wijnkaart-page .ExtraTekstWrapper {
  float: left;
  width: 66.66%;
  margin-top: 10vh;
  margin-left: 33.33%;
  position: relative;
  min-height: 20px;
  letter-spacing: 0.2em;
  padding: 20px 0px 0 35px;
  text-align: justify;
  background: url("../images/menu/line-03.svg") no-repeat transparent;
  background-position: top left;
  background-size: 20px 20px;
}
.wijnkaart-page .menukaartContent-sizer {
  width: 100%;
}
.wijnkaart-page .menukaartCat {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  margin-bottom: 5vh;
  padding-right: 3em;
}
.wijnkaart-page .menukaartCatDeco {
  float: left;
  width: 15px;
  height: 15px;
  background: url("../images/menu/line-03.svg") no-repeat 0px transparent;
  background-size: 15px 15px;
  background-position: left top;
  background-repeat: no-repeat;
  display: none;
}
.wijnkaart-page .menukaartCat {
  color: #000000;
}
.wijnkaart-page .menukaartCat h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  text-transform: lowercase;
  padding: 30px 0px 20px 0;
}
.wijnkaart-page .menukaartItem {
  border-bottom: 0px solid #999;
  display: inline-block;
  width: 100%;
  color: #222222;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: futura-pt, sans-serif;
  line-height: normal;
  text-transform: none;
  padding: 10px 0px 0 0;
  margin: 0 8px 0 0;
}
.wijnkaart-page .menutekst_pdf {
  margin: 10px 0;
}
.wijnkaart-page .druiven {
  background-size: 1em auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 1.4em;
  line-height: 1.5em;
  background-image: url("../images/menu/druiven_white.svg");
  color: #333333;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  line-height: normal;
  text-transform: none;
}
.wijnkaart-page .region {
  background-size: 1em auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 1.4em;
  line-height: 1.5em;
  background-image: url("../images/menu/region_white.svg");
  color: #333333;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  line-height: normal;
  text-transform: none;
}
.wijnkaart-page .menukaartItemTxt {
  width: 75%;
  float: left;
  box-sizing: border-box;
}
.wijnkaart-page .menukaartItemTxt .uitleg {
  display: inline-block;
  padding: 5px 0px 5px 10px;
  color: #333333;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
  line-height: 1.4em;
  text-transform: none;
}
.wijnkaart-page .menukaartItemTxt .uitleg.clipped {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.wijnkaart-page .menukaartItemTxt .uitleg.clipped:hover {
  cursor: pointer;
}
.wijnkaart-page .menukaartItemTxt .uitleg.clipped:after {
  position: absolute;
  content: ' ';
  color: red;
  font-weight: bold;
  cursor: pointer;
}
.wijnkaart-page .menukaartItemTxt .uitleg.unclipped:after {
  position: absolute;
  content: ' ';
  color: green;
  font-weight: bold;
  cursor: pointer;
}
.wijnkaart-page .menukaartItemTxt .uitleg.unclipped {
  height: auto;
}
.wijnkaart-page .menukaartItemPrice {
  color: #999999;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7em;
  line-height: 1.3em;
  text-transform: lowercase;
  width: 25%;
  float: left;
  text-align: right;
}
.wijnkaart-page .menukaartItemPrice.showIcons span {
  background-size: 1em auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-left: 1em;
  line-height: 1.5em;
}
.wijnkaart-page .menukaartItemPrice.showIcons span.separator {
  background-image: none;
  padding: 0 0.3em;
}
.wijnkaart-page .menukaartItemPrice.showIcons span.glass {
  background-image: url("../images/menu/wineglass_white.svg");
}
.wijnkaart-page .menukaartItemPrice.showIcons span.bottle {
  background-image: url("../images/menu/winebottle_white.svg");
}
.wijnkaart-page .menukaartItemPrice.showIcons span.magnum {
  background-image: url("../images/menu/magnum_white.svg");
}
.wijnkaart-page .menukaartItemPrice.showIcons span.takeout {
  background-image: url("../images/menu/takeout_wine_white.svg");
}
.wijnkaart-page .menutekst_pdf a {
  text-decoration: none;
}
.wijnkaart-page .menutekst_pdfbut_link {
  background: url("../images/nav/line-02.svg") no-repeat 0px transparent;
  background-size: 10px 10px;
  padding-left: 18px;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
}
.wijnkaart-page ul.pdfbut_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  width: 100%;
  line-height: 1.6em;
}
.wijnkaart-page ul.pdfbut_menu a {
  background: url("../images/nav/line-02.svg") no-repeat 0px transparent;
  background-size: 10px 10px;
}
.wijnkaart-page ul.pdfbut_menu li {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
.wijnkaart-page ul.pdfbut_menu li .pdfvisual {
  position: relative;
  background: transparent;
  width: 35px;
  height: 25px;
  left: 0px;
  background-image: url("../images/icons/pdf.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 4;
  float: left;
}
.wijnkaart-page ul.pdfbut_menu li .pdftit {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.7);
  font-family: futura-pt, sans-serif;
}
.wijnkaart-page ul.pdfbut_menu li .pdftit:hover {
  color: #000000;
}
@media only screen and (min-width: 758px) {
  .wijnkaart-page .menukaartContent-sizer,
  .wijnkaart-page .menukaartCat {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .wijnkaart-page .menukaartContent-sizer,
  .wijnkaart-page .menukaartCat {
    width: 33.33%;
  }
}
/*Import "Travel list page" styles*/
/*Import "Tour page" styles*/
.trouwen-page #content_column {
  overflow: hidden;
}
.trouwen-page div {
  padding: 0px;
}
.trouwen-page #trouw_Wrapper {
  width: 90%;
  margin-left: 5%;
}
.trouwen-page #contentholder {
  padding-top: 100px;
  width: 100%;
  position: relative;
  padding: 0;
}
.trouwen-page .maintitle {
  margin-left: calc(5% - 20px);
  min-height: 20px;
  font-size: 1.1em;
  line-height: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0px 5px 5px 35px;
  text-align: left;
  background: url("../images/nav/line-03.svg") no-repeat transparent;
  background-position: top left;
  background-size: 20px 20px;
}
.trouwen-page .main_streep_general {
  display: none;
}
.trouwen-page .trouw {
  font-style: normal;
  font-weight: 300;
  width: 100%;
  margin-right: 0;
  float: right;
}
.trouwen-page .trouw_top {
  padding: 0px;
  display: inline-block;
  padding-bottom: 0px;
}
.trouwen-page .trouw_top section {
  padding: 0 5px;
  width: 100%;
}
.trouwen-page .trouw_portrait {
  display: none;
}
.trouwen-page .trouw_portrait img {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.trouwen-page .trouw_art {
  font-size: 0.8em;
  padding: 1em;
  font-family: "latoregular";
  letter-spacing: 0.5em;
  color: #bbb;
  margin-top: 5em;
}
.trouwen-page .trouw_streep {
  width: 80px;
  margin: auto;
  border-color: #eee;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}
.trouwen-page .trouw_name {
  font-size: 1.1em;
  margin-top: 2em;
}
.trouwen-page .trouw_tekstwrapper {
  text-transform: none;
  font-size: 1.2em;
  column-count: 1;
  column-gap: 0%;
  margin: auto;
  margin-top: 5em;
  margin-bottom: 3em;
  vertical-align: top;
  width: 100%;
  text-align: center;
  max-width: 1024px;
  padding: 0 40px;
}
.trouwen-page #trouw_grid {
  width: 100%;
  margin: 0px;
  margin-bottom: 0px;
  display: inline-block;
  height: auto;
  border: 0px solid #000;
}
.trouwen-page .trouw_pdfwrapper ul {
  list-style: none;
}
.trouwen-page .trouw_pdfwrapper li a {
  text-decoration: none;
  text-transform: none;
}
.trouwen-page .trouw_pdfwrapper li a:hover {
  text-decoration: underline;
}
.trouwen-page #topsplitter {
  opacity: 0.6;
}
.trouwen-page #bottomsplitter {
  opacity: 1;
  margin-top: 0px;
  border-top: 0px solid yellow;
  width: 90%;
  height: 20vh;
  background: url("../images/right_triangle_bot.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 0px;
  display: inline-block;
}
.trouwen-page #splitter_sizer {
  height: 50vh;
}
.trouwen-page .splitter {
  height: 50vh;
  position: relative;
  float: left;
}
.trouwen-page #topsplitter_left {
  background-size: contain;
  background-position: bottom right;
  width: 50%;
  background: url("../images/fullwhite.png");
  background-repeat: no-repeat;
  background-size: calc(50% - 20px) 100%;
  background-position: bottom left;
}
.trouwen-page #topsplitter_left img {
  width: 45%;
  height: 100%;
  display: none;
}
.trouwen-page #topsplitter_middle {
  background: transparent;
  width: 45%;
}
.trouwen-page #topsplitter_right {
  background: transparent;
  width: 5%;
  background: url("../images/fullwhite.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 20px 0px;
}
.trouwen-page .trouw_grid:after {
  content: "";
  display: block;
  clear: both;
}
.trouwen-page .trouw_grid-sizer {
  width: 50%;
}
.trouwen-page .trouw-item {
  width: 50%;
  float: left;
  border: 0px solid blue;
  display: block;
  padding: 8px 6px 0px 6px;
}
.trouwen-page .trouw-item a {
  border: 0px solid blue;
  margin: 0px !important;
  padding: 0px !important;
  display: block;
}
.trouwen-page .trouw-item_l {
  font-size: 1.2em;
}
.trouwen-page .trouw-item_xl {
  border: 0px solid transparent;
  width: 100%;
  float: right;
  display: block;
  padding: 6px 6px 0px 6px;
  color: #fff !important;
}
.trouwen-page .trouw-item_xl .trouw-item_trouw_tekstwrapper {
  background: #fff;
}
.trouwen-page .trouw_subtitel {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}
.trouwen-page .trouw-item_trouw_tekstwrapper {
  width: 100%;
  display: block;
  padding: 2em 1em;
  color: #000;
  text-align: left;
}
.trouwen-page .trouwVisual {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  display: inline-block;
}
.trouwen-page .trouwVisual:after {
  content: "";
  display: block;
  clear: both;
}
.trouwen-page .trouwVisual img {
  width: 100%;
  height: 100%;
  border: 0px solid blue;
}
.trouwen-page #relatedArtistWrapper {
  width: 100%;
  display: inline-block;
  background-color: yellow;
  z-index: 1 !important;
}
.trouwen-page #relatedArtistModuleWrapper {
  margin-top: 15vh;
  margin-bottom: 10vh;
}
.trouwen-page #relatedArtistModuleWrapper .onlyOne .regular {
  max-width: 125px;
  margin: auto;
  display: block;
}
.trouwen-page #relatedArtistModuleWrapper .onlyTwo .regular {
  max-width: 250px;
  margin: auto;
  display: block;
}
.trouwen-page #relatedArtistModuleWrapper h3 {
  font-size: 1.8em;
  font-weight: 100;
  margin-bottom: 30px;
}
.trouwen-page .slider {
  z-index: 0;
  width: 30%;
  margin: auto;
}
.trouwen-page .slick-slider {
  z-index: 0;
}
.trouwen-page .slick-slide {
  margin: 0 5px;
}
.trouwen-page .relatedartist_name {
  display: none;
}
.trouwen-page .relatedartist_visual {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.trouwen-page .relatedartist_nameWrapper {
  padding: 1em;
  min-height: 5em;
}
.trouwen-page .relatedartist_nameWrapper h6 {
  font-weight: normal;
  font-size: 1em;
}
.trouwen-page .block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0;
}
.trouwen-page #trouw_topsizer {
  height: 100vh;
  width: 100%;
}
.trouwen-page .content {
  position: relative;
  min-height: 300px;
  overflow-x: hidden;
  width: 90%;
}
.trouwen-page .content--full {
  height: 100%;
  min-height: 300px;
}
.trouwen-page .flexy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.trouwen-page .flexy--center {
  justify-content: center;
}
.trouwen-page .flexy--row {
  flex-direction: row;
}
.trouwen-page .content__heading {
  flex: none;
  width: 100%;
  padding: 0 5%;
}
.trouwen-page .content__heading--center {
  text-align: center;
}
.trouwen-page .content__title {
  font-size: 8%;
  line-height: 1.2;
  padding: 0 5%;
}
.trouwen-page .content__title--half {
  width: 45%;
  z-index: 2;
}
.trouwen-page .content__title--enclosed {
  padding: 0;
  margin: 0;
}
.trouwen-page .content__title--center {
  margin: auto;
}
.trouwen-page .content__title--right {
  text-align: right !important;
  padding: 0 0 0 2em;
}
.trouwen-page .content__title--left {
  margin-left: -18%;
}
.trouwen-page .content__title--medium {
  font-size: 6%;
}
.trouwen-page .content__title--small {
  font-size: 2%;
}
.trouwen-page .content__title__inner {
  flex: none;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  text-shadow: -2px -2px 0 rgba(255, 255, 255, 0.2), 2px -2px 0 rgba(255, 255, 255, 0.2), -2px 2px 0 rgba(255, 255, 255, 0.2), 2px 2px 0 rgba(255, 255, 255, 0.2);
}
.trouwen-page .content__title__inner--offset-1 {
  top: -0.25em;
  left: 13.6%;
}
.trouwen-page .content__title__inner--offset-2 {
  top: -0.25em;
  left: 0%;
}
.trouwen-page .content__title__inner--offset-3 {
  left: -9%;
  top: -0.25em;
}
.trouwen-page .content__image-wrap {
  flex: none;
  width: 22.5%;
}
.trouwen-page .content__image-wrap--half {
  width: 45%;
}
.trouwen-page .content__image {
  width: 100%;
  display: block;
}
.trouwen-page .triggers {
  border: 2px solid;
  padding: 3em;
  margin: 0 5%;
  width: 40%;
}
.trouwen-page .dual {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.trouwen-page .dual2 {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.trouwen-page .dual__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.trouwen-page .dual__half {
  position: absolute;
  height: 100%;
  background: url(../img_temp/1.jpg) no-repeat 50% 0%;
  background-size: cover;
  width: 66.66%;
  right: 0;
}
.trouwen-page .dual__half2 {
  position: absolute;
  height: 100%;
  background: url(../img_temp/1.jpg) no-repeat 50% 0%;
  background-size: cover;
  width: 34%;
  right: 66%;
}
.trouwen-page .dual__content {
  position: relative;
  width: 66.66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em 2.5em;
  font-size: 1.75em;
  line-height: 1.4;
  color: #bbb;
  text-align: left;
}
.trouwen-page .dual__content2 {
  position: relative;
  width: 66.66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em 2.5em;
  font-size: 1.75em;
  color: #bbb;
  text-align: left;
  left: 33.33%;
  padding: 0em 2.5em;
  font-size: 1em;
  line-height: 1.4;
  justify-content: top;
  opacity: 0;
}
.trouwen-page .dual__content2 h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.2em;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -0.05em;
}
.trouwen-page .js .dual__content {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(60px, 0, 0);
  transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}
.trouwen-page .dual__content.dual__content--show {
  opacity: 1;
  pointer-events: visible;
  transform: translate3d(0, 0, 0);
}
.trouwen-page .trouw-bottomwrapper {
  width: 100%;
  display: inline-block;
  border: 0px;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.trouwen-page .trouw-bottomwrapper .tekstblok {
  font-size: 1em;
}
.trouwen-page .trouw-bottomwrapper div {
  font-size: 1em;
}
.trouwen-page .trouw-bottomwrapper #trouwVisual {
  width: 30%;
  float: left;
  padding: 10px;
}
.trouwen-page .trouw-bottomwrapper .trouw-item_trouw_tekstwrapper {
  float: left;
  font-size: 12pt;
}
.trouwen-page .trouw-bottomwrapper .trouw-item_trouw_tekstwrapper .offerteaanvraag_btn {
  padding: 1em 0;
}
.trouwen-page .trouw-bottomwrapper .trouw-item_trouw_tekstwrapper .offerteaanvraag_btn .link {
  padding: 0;
}
.trouwen-page #trouw_bottom_content {
  display: inline-block;
}
.trouwen-page #trouw_bottom_fotowrapper {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.trouwen-page #botmatch {
  width: 70%;
  height: 100%;
  display: inline-block;
}
.trouwen-page #trouw_request {
  width: 90%;
  margin-left: 0%;
  display: inline-block;
  font-size: 14px;
  padding: 1em 1em;
  bottom: 0;
  text-align: left;
}
@media screen and (min-width: 758px) {
  .trouw_grid-sizer {
    width: 33.33%;
  }
  .trouw-item {
    width: 33.33%;
  }
  .trouw-item_l {
    width: 66.66% !important;
  }
  .trouw-item_formule {
    width: 33.33% !important;
    margin-bottom: 10px;
  }
  .trouw-item_foto_xl {
    width: 66.66% !important;
  }
  .trouw-item_xl {
    width: 66.66% !important;
  }
}
@media screen and (min-width: 1024px) {
  .trouw_grid-sizer {
    width: 33.33%;
  }
  .trouw-item {
    width: 33.33%;
  }
  .trouw-item_l {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .trouw-item_xl {
    width: 66.66% !important;
  }
}
.fotogalerij-page {
  /* clear fix */
  /* ---- .grid-item ---- */
}
.fotogalerij-page .fotogalerijgrid {
  margin: 0;
  display: block;
  float: none;
  width: 100%;
  height: 100% !important;
}
.fotogalerij-page .fotogalerijgrid:after {
  content: "";
  display: block;
  clear: both;
}
.fotogalerij-page .fotogrid-sizer,
.fotogalerij-page .fotogrid_item {
  width: 50%;
}
.fotogalerij-page .fotogrid_item {
  float: left;
  padding: 2px;
}
.fotogalerij-page .fotogrid_item .fotoVisual {
  display: block;
  float: none;
  height: 100%;
}
.fotogalerij-page .fotogrid_itemxl img {
  width: 100%;
  display: inline-block;
}
.fotogalerij-page .fotogrid_item_xl {
  width: 100% !important;
  float: left;
  padding: 2px;
}
.fotogalerij-page .fotogrid_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fotogalerij-page .fotogrid_item .video_play {
  width: 100%;
  height: 100%;
  background: url("../images/swipe/play.png") no-repeat center center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.fotogalerij-page .fotogrid_item h2 {
  /*background:yellow;*/
  display: inline-block;
}
.fotogalerij-page .fotogrid-item-content-detail {
  display: none;
}
.fotogalerij-page .fotogrid-item-content-detail .is-expanded {
  display: block;
}
.fotogalerij-page .eventInfoVisual {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .fotogalerij-page .fotogrid-sizer,
  .fotogalerij-page .fotogrid_item {
    width: 33.333%;
  }
  .fotogalerij-page .fotogrid_item_xl {
    width: 66.66% !important;
  }
}
@media screen and (min-width: 1480px) {
  .fotogalerij-page .fotogrid-sizer,
  .fotogalerij-page .fotogrid_item {
    width: 25%;
  }
  .fotogalerij-page .fotogrid_item_xl {
    width: 50% !important;
  }
}
/*------------------------------------------------------------------
[Table of contents]

1. Page styles
1.1. Left Sifebar

2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.info-full-page .content_sliderwrapper {
  display: block;
  margin: 30px auto;
}
.info-full-page .slick-prev,
.info-full-page .slick-next {
  margin-top: 165px;
}
.info-full-page .info_single-head {
  margin-bottom: 10px;
}
.info-full-page .info_single-head .image {
  width: 100%;
  margin-bottom: 2em;
}
.info-full-page .info_single-body h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
.info-full-page .info_single-body .description {
  margin: 15px 0;
}
.info-single-page .info_single-head {
  margin-bottom: 10px;
}
.info-single-page .info_single-head_top {
  height: 490px;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 45px 50px;
}
.info-single-page .info_single-head_top:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.63;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.info-single-page .info_single-head_top .tags {
  position: relative;
  z-index: 1;
}
.info-single-page .info_single-head_top .tags .tag {
  height: 28px;
  line-height: 28px;
  background: #000;
  width: auto;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  margin-right: 8px;
}
.info-single-page .info_single-head_top .tags .tag.red {
  background: #d03000;
}
.info-single-page .info_single-head_top .tags .tag.green {
  background: #2fb26b;
}
.info-single-page .info_single-head_top .tags .tag.blue {
  background: #1140de;
}
.info-single-page .info_single-head_top .tags .tag.black {
  background: #222;
}
.info-single-page .info_single-head_top .title {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
}
.info-single-page .info_single-head_bottom {
  margin-top: 18px;
}
.info-single-page .info_single-head_bottom .author {
  position: relative;
  padding-left: 52px;
}
.info-single-page .info_single-head_bottom .author .userpic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.info-single-page .info_single-head_bottom .author .name {
  font-size: 15px;
  color: #919193;
  height: 42px;
  display: flex;
  align-items: center;
}
.info-single-page .info_single-body .description {
  font-size: 26px;
  font-style: italic;
  color: #222;
  margin: 15px 0;
}
.info-single-page .info_single-body p:not([class]) {
  color: #919193;
  font-size: 21px;
  margin: 15px 0;
}
.info-single-page .info_single-body h2 {
  font-family: "Prata", serif;
  font-size: 30px;
  margin: 34px 0 13px;
}
.info-single-page .info_single-body .stories {
  overflow: visible;
  padding: 0;
  margin-bottom: 20px;
}
.info-single-page .info_single-body .stories h2 {
  margin-bottom: 28px;
}
.info-single-page .info_single-body .stories .story_item {
  width: 245px;
}
.info-single-page .info_single-body .stories .story_item:nth-child(4n) {
  margin-right: 0;
}
.info-single-page .info_single-body .two-colums .col {
  width: 48%;
  margin-right: 4%;
}
.info-single-page .info_single-body .two-colums .col:last-child {
  margin-right: 0;
}
.info-single-page .info_single-body .quote {
  background: #003bff;
  padding: 34px 45px;
  padding-left: 82px;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  position: relative;
  margin: 22px 0;
}
.info-single-page .info_single-body .quote:before {
  width: 24px;
  height: 24px;
  background: url(../img/quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  left: 38px;
  top: 43px;
}
.info-single-page .info_single-body .quote p {
  font-size: 26px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.info-single-page .info_single-body .gallery-block {
  margin-top: 15px;
}
.info-single-page .info_single-body .gallery-block .img {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  float: left;
}
.info-single-page .info_single-body .gallery-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.info-single-page .info_single-body .gallery-block .img:nth-child(3n) {
  margin-right: 0;
}
.info-single-page .info_single-body .video_block {
  margin-bottom: 14px;
  margin-top: 15px;
}
.info-single-page .info_single-body .video_block span {
  font-size: 16px;
  color: #919193;
  display: inline-block;
  margin-top: 10px;
}
.info-single-page .info_single-body .video {
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.info-single-page .info_single-body .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.info-single-page .info_single-body .img-block {
  margin: 22px 0;
}
.info-single-page .info_single-body .img-block img {
  max-width: 100%;
  display: block;
  float: left;
  border-radius: 8px;
}
.info-single-page .info_single-body .img-block span {
  font-size: 16px;
  color: #919193;
  display: inline-block;
  margin-top: 10px;
}
.info-single-page .info_single-body .tour-block {
  margin-top: 15px;
  margin-bottom: 15px;
}
.info-single-page .info_single-body .tour-block .item {
  display: block;
  float: left;
  width: 100%;
}
.info-single-page .info_single-body .tour-block .item:hover .item_left .image .shadow {
  opacity: 1;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .tour-block .item:hover .item_right {
  background: #f5f5f5;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .tour-block .item_left {
  max-width: 394px;
}
.info-single-page .info_single-body .tour-block .item_left .image {
  height: 23em;
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  position: relative;
}
.info-single-page .info_single-body .tour-block .item_left .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .tour-block .item_right {
  background: rgba(245, 245, 245, 0.74);
  border-radius: 13px;
  min-height: 368px;
  max-width: 668px;
  float: right;
  padding: 34px 44px;
  position: relative;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .tour-block .item_right .country {
  font-size: 16px;
  color: #222;
  padding-left: 12px;
  position: relative;
  margin-bottom: 18px;
}
.info-single-page .info_single-body .tour-block .item_right .country:before {
  width: 6px;
  height: 6px;
  background: #d03000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.info-single-page .info_single-body .tour-block .item_right .rating-stars {
  width: auto;
  margin-right: 12px;
}
.info-single-page .info_single-body .tour-block .item_right .rating-stars .star {
  position: relative;
  width: 24px;
  height: 28px;
}
.info-single-page .info_single-body .tour-block .item_right .rating-stars .star:before {
  width: 18px;
  height: 16px;
  background: url(../img/star-dark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
}
.info-single-page .info_single-body .tour-block .item_right .rating-stars .star.filled:before {
  display: none;
}
.info-single-page .info_single-body .tour-block .item_right .rating-stars .star.filled:after {
  width: 18px;
  height: 16px;
  background: url(../img/star-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: "";
}
.info-single-page .info_single-body .tour-block .item_right .item_title {
  font-size: 33px;
  font-family: "Prata", serif;
  max-height: 94px;
  overflow: hidden;
  margin-bottom: 14px;
}
.info-single-page .info_single-body .tour-block .item_right .item_text {
  color: #919193;
  font-size: 18px;
  max-height: 74px;
  overflow: hidden;
}
.info-single-page .info_single-body .tour-block .item_right .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 44px 30px;
}
.info-single-page .info_single-body .tour-block .item_right .info .days {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.53);
  width: auto;
  margin-right: 8px;
  line-height: 40px;
}
.info-single-page .info_single-body .tour-block .item_right .info .cost {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  width: auto;
  line-height: 40px;
}
.info-single-page .info_single-body .tour-block .item_right .info .sale {
  background: #ff3b00;
  height: 40px;
  line-height: 40px;
  width: auto;
  display: inline-block;
  float: none;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  padding: 0 12px;
  margin: 0 12px;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: 30px;
  top: 18px;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark:hover {
  cursor: pointer;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark:hover * {
  cursor: pointer;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark .not-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  opacity: 1;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark .is-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: "";
  z-index: 2;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark i.not-added {
  display: block;
  position: relative;
  z-index: 1;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark i.is-added {
  display: none;
  position: relative;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark .fav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d03000;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 1;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark.added .fav-overlay {
  transform: scale(1);
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark.added i.not-added {
  display: none;
}
.info-single-page .info_single-body .tour-block .item_right .add_bookmark.added i.is-added {
  display: block;
}
.info-single-page .info_single-body .slider-block {
  position: relative;
  margin: 15px 0;
}
.info-single-page .info_single-body .slider-block .arrows {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 40px;
  width: auto;
}
.info-single-page .info_single-body .slider-block .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  position: relative;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .slider-block .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .slider-block .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.info-single-page .info_single-body .slider-block .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.info-single-page .info_single-body .slider-block .arrows .arrow:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.info-single-page .info_single-body .slider-block .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .slider-block .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .slider-block .slider_top {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.info-single-page .info_single-body .slider-block .slider_top .slide {
  width: 1085px;
  margin: 0 2px 0 3px;
  height: 524px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  float: left;
}
.info-single-page .info_single-body .slider-block .slider_top .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.info-single-page .info_single-body .slider-block .slider_bottom {
  border-radius: 8px;
  overflow: hidden;
}
.info-single-page .info_single-body .slider-block .slider_bottom .slide {
  width: 198px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
  transition: all 0.2s linear;
}
.info-single-page .info_single-body .slider-block .slider_bottom .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.info-single-page .info_single-body .slider-block .slider_bottom .slide.slick-current {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.info-single-page .right_content .category_block {
  margin-top: 0;
}
.info-single-page .comments-block {
  margin-top: 45px;
}
.info-single-page.left-sidebar .left_content {
  float: right;
}
.info-single-page.left-sidebar .right_content {
  float: left;
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1520px) {
  .info-single-page .info_single-body .stories .story_item {
    width: 222px;
    height: 360px;
    margin-right: 20px;
  }
  .info-single-page .info_single-body .tour-block .item_right {
    max-width: 530px;
  }
  .info-single-page .info_single-body .tour-block .item_left {
    max-width: 350px;
  }
  .info-single-page .info_single-body .tour-block .item_left .image {
    height: 21em;
  }
  .info-single-page .info_single-body .tour-block .item_right {
    max-width: 570px;
    min-height: 336px;
  }
  .info-single-page .info_single-body .tour-block .item_right .item_title {
    font-size: 26px;
    max-height: 74px;
  }
  .info-single-page .info_single-body .tour-block .item_right .item_text {
    font-size: 16px;
    max-height: 68px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info .days {
    font-size: 18px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info .cost {
    font-size: 18px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info {
    padding-bottom: 20px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info .sale {
    font-size: 18px;
    line-height: 34px;
    height: 34px;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    width: 945px;
  }
  .info-single-page .info_single-body .slider-block .slider_bottom .slide {
    width: 170px;
    height: 114px;
  }
  .info-single-page .info_single-body .quote p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    margin-left: 3px;
    width: 945px;
  }
}
@media screen and (max-width: 1300px) {
  .info-single-page .info_single-body .stories .story_item {
    width: 32%;
    height: 400px;
    margin-right: 2%;
  }
  .info-single-page .info_single-body .stories .story_item:nth-child(3) {
    margin-right: 0;
  }
  .info-single-page .info_single-body .stories .story_item:last-child {
    display: none;
  }
  .info-single-page .info_single-body .tour-block .item_right {
    max-width: 464px;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    width: 835px;
  }
  .info-single-page .info_single-body .slider-block .slider_bottom .slide {
    width: 148px;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    height: 446px;
  }
  .info-single-page .info_single-body .slider-block .full-width-link {
    top: 368px;
  }
}
@media screen and (max-width: 1200px) {
  .info-full-page .slick-prev,
  .info-full-page .slick-next {
    margin-top: 115px;
  }
  .info-single-page .info_single-head_top {
    padding: 30px;
    height: 394px;
  }
  .info-single-page .info_single-head_top .title {
    font-size: 38px;
  }
  .info-single-page .info_single-body .description {
    font-size: 24px;
  }
  .info-single-page .info_single-body .stories .story_item {
    height: 327px;
  }
  .story_item ._content .text {
    font-size: 18px;
  }
  .info-single-page .info_single-body .two-colums .col {
    width: 100%;
    margin-right: 0;
  }
  .info-single-page .info_single-body .tour-block .item_left {
    max-width: 100%;
  }
  .info-single-page .info_single-body .tour-block .item_right {
    max-width: 100%;
    margin-top: 10px;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    width: 605px;
  }
  .info-single-page .info_single-body .slider-block .slider_bottom .slide {
    width: 186px;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    height: 340px;
  }
  .info-single-page .info_single-body .slider-block .full-width-link {
    top: 270px;
  }
  .info-single-page .info_single-body .slider-block .arrows {
    top: 24px;
    right: 26px;
  }
  .info-single-page .info_single-body .slider-block .full-width-link {
    right: 26px;
  }
}
@media screen and (max-width: 1040px) {
  .info-single-page .info_single-body .tour-block .item_left .shadow {
    display: none;
  }
  .info-single-page .info_single-body .slider-block .arrows .arrow {
    background: #fff;
  }
  .info-single-page .info_single-body .slider-block .arrows .arrow:before {
    opacity: 0;
  }
  .info-single-page .info_single-body .slider-block .arrows .arrow:after {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .page .left_content {
    width: 100%;
    max-width: 100%;
  }
  .info-list-page .page_body .right_content {
    max-width: 100%;
    width: 100%;
  }
  .info-single-page .info_single-body .stories .story_item {
    height: 52vw;
  }
  .info-single-page .info_single-body .slider-block .slider_bottom .slide {
    margin-right: 14px;
    height: 18vw;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    margin-left: 0;
    margin-right: 14px;
    height: 42vw;
  }
  .info-single-page .info_single-body .slider-block .slider_top {
    margin-bottom: 14px;
  }
  .info-single-page .info_single-body .slider-block .arrows {
    right: 34px;
  }
  .info-single-page .info_single-body .slider-block .full-width-link {
    top: 24px;
    left: 20px;
    right: auto;
  }
  .info-single-page .right_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 760px) {
  .info-single-page .info_single-head_top .title {
    text-align: left;
  }
  .info-single-page .info_single-body .stories h2 {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding: 0 5vw;
  }
  .info-single-page .info_single-body .stories .scroll {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding-left: 5vw;
    padding-bottom: 12px;
  }
  .info-single-page .info_single-body .stories .scroll .scroll_wrap {
    width: auto;
    white-space: nowrap;
  }
  .info-single-page .info_single-body .stories .scroll .scroll_wrap .story_item {
    white-space: normal;
    display: inline-block;
    height: 400px;
    float: none;
  }
  .info-single-page .info_single-body .stories .scroll .scroll_wrap .story_item:nth-child(3) {
    margin-right: 2%;
  }
  .info-single-page .info_single-body .stories .scroll .scroll_wrap .story_item:last-child {
    margin-right: 5vw;
    display: inline-block;
  }
  .info-single-page .page_body {
    overflow: visible;
  }
  .info-single-page .info_single-body .gallery-block {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding-left: 5vw;
    padding-bottom: 12px;
  }
  .info-single-page .info_single-body .gallery-block .scroll {
    width: auto;
    white-space: nowrap;
  }
  .info-single-page .info_single-body .gallery-block .scroll .img {
    white-space: normal;
    display: inline-block;
    float: none;
    width: 300px;
    height: 300px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .info-single-page .info_single-body .gallery-block .scroll .img:last-child {
    margin-right: 5vw;
  }
  .info-single-page .info_single-body .tour-block .item_right {
    padding-left: 14px;
    padding-right: 14px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info {
    padding-left: 14px;
    padding-right: 14px;
  }
  .info-single-page .info_single-body .tour-block .item_left .image {
    height: 50vw;
  }
  .info-single-page .info_single-body .tour-block .item:last-child {
    margin-bottom: 0;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    margin-right: 0;
  }
  .info-single-page .info_single-body .slider-block .slider_bottom .slide {
    margin-right: 0;
    margin: 0 7px;
  }
  .info-single-page .info_single-body .slider-block .arrows {
    right: 20px;
  }
  .info-single-page .info_single-head_top .title {
    font-size: 26px;
  }
  .info-single-page .info_single-body .description {
    font-size: 20px;
  }
  .info-single-page .info_single-body p:not([class]) {
    font-size: 18px;
  }
  .info-single-page .info_single-body h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .info-full-page .slick-prev,
  .info-full-page .slick-next {
    margin-top: 65px;
  }
  .info-single-page .info_single-body .tour-block .item_right .add_bookmark {
    width: 50px;
    height: 50px;
    right: 14px;
  }
  .info-single-page .info_single-body .tour-block .item_right .add_bookmark .fav-overlay {
    width: 50px;
    height: 50px;
  }
  .info-single-page .info_single-body .tour-block .item_right .add_bookmark .is-added {
    width: 14px;
    margin-left: -7px;
  }
  .info-single-page .info_single-body .tour-block .item_right .add_bookmark .not-added {
    width: 14px;
    margin-left: -7px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info .days {
    font-size: 15px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info .cost {
    font-size: 15px;
  }
  .info-single-page .info_single-body .tour-block .item_right .info .sale {
    font-size: 15px;
    margin: 0 4px;
  }
  .info-single-page .info_single-head_top {
    padding: 20px;
  }
  .info-single-page .info_single-head_top {
    height: 100vw;
    min-height: 355px;
  }
  .info-single-page .info_single-body .quote {
    padding: 24px;
    padding-top: 60px;
  }
  .info-single-page .info_single-body .quote:before {
    top: 28px;
    left: 24px;
    width: 18px;
    height: 18px;
  }
  .info-single-page .info_single-body .slider-block .slider_top .slide {
    height: 80vw;
  }
  .info-single-page .info_single-body .slider-block .slider_bottom .slide {
    height: 26vw;
  }
}
@media screen and (max-width: 480px) {
  .info-single-page .info_single-body .stories .scroll .scroll_wrap .story_item {
    height: 360px;
  }
  .info-single-page .info_single-body .gallery-block .scroll .img {
    width: 272px;
    height: 272px;
  }
}
/*Import "Blog list page" styles*/
/*Import "Blog list page" styles*/
/*------------------------------------------------------------------
[Table of contents]

1. Page styles
1.1. Left Sifebar
1.2. Search Results

2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.blog.blogrecent {
  padding: 20px 0 140px 0;
}
.blog.blogrecent .main_streep {
  margin-bottom: 0;
}
.blog.blogrecent .controls {
  float: right;
  text-align: right;
  margin: 0;
}
.blog.blogrecent .controls .link {
  margin: 0 auto 0 auto;
}
.blog-list-page .page_head {
  position: relative;
  padding-right: 310px;
  margin-bottom: 42px;
}
.blog-list-page .page_head .maintitle h1 {
  text-align: center ;
  font-weight: 400;
}
.blog-list-page .page_head .subtitle {
  font-family: futura-pt, sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-style: normal;
}
.blog-list-page .page_head .select_wrap {
  width: 310px;
  height: 58px;
  background: #f7f7f7;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  margin-right: 25px;
}
.blog-list-page .page_head .select_wrap:before {
  width: 9px;
  height: 9px;
  background: #d03000;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -4px;
  right: 24px;
  border-radius: 50%;
}
.blog-list-page .page_head .select_wrap select {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  font-size: 21px;
  color: rgba(145, 145, 147, 0.47);
  padding: 0 50px 0 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.blog-list-page .page_head .select_wrap select.selected {
  color: #222;
}
.blog-list-page .page_head .select_wrap select:focus {
  outline: 0;
}
.blog-list-page .page_head .filters {
  width: auto;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog-list-page .page_body .pagination {
  text-align: left;
}
.blog-list-page .page_body .blog-list .blog_item {
  margin-bottom: 4%;
}
.blog-list-page .page_body .blog-list .blog_item:last-child {
  display: block;
}
.blog-list-page .page_body .right_content {
  float: right;
}
.blog-list-page .page_body .right_content .category_block {
  background: transparent;
  padding: 40px 30px;
  border-radius: 0px;
  margin-top: 0;
}
.blog-list-page .page_body .right_content .category_block.shareWrapper {
  width: 100%;
  padding: 20px;
  font-size: 1em;
}
.blog-list-page .page_body .right_content .category_block.shareWrapper h4 {
  font-size: 1.2em;
  padding: 0.2em 0.5em;
}
.blog-list-page .page_body .right_content .category_block.shareWrapper .jssocials-share-logo {
  vertical-align: middle;
  font-size: 1em;
}
.blog-list-page .page_body .right_content .category_block ul li {
  margin-bottom: 15px;
}
.blog-list-page .page_body .right_content .category_block ul li:last-child {
  margin-bottom: 0;
}
.blog-list-page .page_body .right_content .category_block ul li a {
  width: 100%;
  display: block;
  float: left;
  font-size: 18px;
  color: #333;
  position: relative;
  font-family: futura-pt, sans-serif;
  letter-spacing: -0.05em;
}
.blog-list-page .page_body .right_content .category_block ul li a .count {
  position: absolute;
  right: 0;
  color: #333;
  top: 0;
}
.blog-list-page .page_body .right_content .category_block ul li a.active {
  color: #000;
}
.blog-list-page .page_body .right_content .category_block ul li a.active .count {
  color: #000;
}
.blog-list-page .page_body .right_content.sidebar .blog .blog_item {
  width: 100%;
}
.blog-list-page .page_body .right_content.sidebar .block_title {
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #000;
}
.blog-list-page .page_body .right_content .gallery_block {
  background: #222;
  border-radius: 7px;
  padding: 40px 30px;
}
.blog-list-page .page_body .right_content .gallery_block .images .img {
  width: 114px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  float: left;
}
.blog-list-page .page_body .right_content .gallery_block .images .img:nth-child(even) {
  margin-right: 0;
}
.blog-list-page .page_body .right_content .gallery_block .images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-list-page .page_body .right_content .gallery_block .link {
  font-size: 18px;
  color: #fff;
  text-transform: none;
}
.blog-list-page .page_body .right_content .archive_block {
  background: #0030d0;
  padding: 40px 30px;
  border-radius: 7px;
}
.blog-list-page .page_body .right_content .archive_block .block_title {
  color: #fff;
}
.blog-list-page .page_body .right_content .archive_block ul li {
  margin-bottom: 15px;
}
.blog-list-page .page_body .right_content .archive_block ul li:last-child {
  margin-bottom: 0;
}
.blog-list-page .page_body .right_content .archive_block ul li a {
  width: 100%;
  display: block;
  float: left;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.blog-list-page .page_body .right_content .archive_block ul li a .count {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
}
.blog-list-page .page_body .right_content .shareWrapper {
  width: 100%;
}
.blog-list-page .search_wrap {
  width: 310px;
  padding-right: 52px;
  position: relative;
  background: #f7f7f7;
  border-radius: 7px;
}
.blog-list-page .search_wrap.mobile_search {
  display: none;
}
.blog-list-page .search_wrap .submit {
  height: 58px;
  position: absolute;
  top: 0;
  width: 40px;
  right: 10px;
  background: none;
}
.blog-list-page .search_wrap .submit:before {
  width: 22px;
  height: 22px;
  background: url(../img/search-black.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -11px;
  right: 50%;
  margin-right: -11px;
}
.blog-list-page .search_wrap .input {
  width: 100%;
  display: block;
  float: left;
  height: 58px;
  background: none;
  border: 0;
  padding-left: 28px;
  font-weight: 400;
  font-size: 21px;
}
.blog-list-page .search_wrap .input::-webkit-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.blog-list-page .search_wrap .input::-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.blog-list-page .search_wrap .input:-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.blog-list-page .search_wrap .input:-ms-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.blog-list-page.right-sidebar .blog_item,
.blog-list-page.left-sidebar .blog_item {
  width: 48%;
  margin-right: 4%;
}
.blog-list-page.right-sidebar .blog_item:nth-child(even),
.blog-list-page.left-sidebar .blog_item:nth-child(even) {
  margin-right: 0;
}
.blog-list-page.left-sidebar .left_content {
  float: right;
}
.blog-list-page.left-sidebar .page_body .right_content {
  float: left;
}
.blog-list-page.search-results .pagination {
  text-align: center;
}
.blogbottomSpacer {
  width: 100%;
  height: 10vh;
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .blog-list-page .page_head {
    padding-right: 0;
  }
  .blog-list-page .page_head .filters {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    margin-top: 22px;
  }
  .blog-list-page .page_body .blog-list .blog_item {
    margin-bottom: 4%;
  }
  .blog-list-page .page_body .blog-list .blog_item:nth-child(even) {
    margin-right: 0;
  }
  .blog-list-page .page_body .blog-list .blog_item:nth-child(odd) {
    clear: both;
  }
  .blog-list-page .page_body .blog-list .blog_item {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .blog-list-page .page_body .blog-list .blog_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .blog-list-page .page_body .right_content .gallery_block .images .img {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 28vw;
  }
}
@media screen and (max-width: 760px) {
  .blog-list-page .page_head .select_wrap {
    width: 100%;
    margin-right: 0;
  }
  .blog-list-page .search_wrap {
    width: 100%;
    margin-top: 16px;
  }
  .blog-list-page .page_head .filters {
    width: 100%;
  }
  .blog-list-page .page_body .right_content .gallery_block .images .img {
    height: 37vw;
  }
  .blog-list-page .search_wrap.mobile_search {
    display: block;
  }
  .blog-list-page .page_body .right_content .search_wrap {
    display: none;
  }
  .blog-list-page .page_body .pagination {
    text-align: center;
  }
}
/*Import "Blog page" styles*/
/*------------------------------------------------------------------
[Table of contents]

1. Page styles
1.1. Left Sifebar

2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.blog-single-page .blog_single-head {
  margin-bottom: 10px;
}
.blog-single-page .blog_single-head_top {
  height: 490px;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 45px 50px;
}
.blog-single-page .blog_single-head_top:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.blog-single-page .blog_single-head_top .tags {
  position: relative;
  z-index: 1;
}
.blog-single-page .blog_single-head_top .tags .tag {
  height: 28px;
  line-height: 28px;
  background: #000;
  width: auto;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  margin-right: 8px;
}
.blog-single-page .blog_single-head_top .tags .tag.red {
  background: #D03000;
}
.blog-single-page .blog_single-head_top .tags .tag.green {
  background: #2FB26B;
}
.blog-single-page .blog_single-head_top .tags .tag.blue {
  background: #1140DE;
}
.blog-single-page .blog_single-head_top .tags .tag.black {
  background: #222;
}
.blog-single-page .blog_single-head_top .title {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.blog-single-page .blog_single-head_bottom {
  margin-top: 18px;
}
.blog-single-page .blog_single-head_bottom .author {
  position: relative;
}
.blog-single-page .blog_single-head_bottom .author .userpic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-single-page .blog_single-head_bottom .author .name {
  font-size: 15px;
  color: #919193;
  height: 42px;
  display: flex;
  align-items: center;
}
.blog-single-page .blog_single-body .title {
  position: relative;
  z-index: 1;
  font-size: 2.2em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.3em;
}
.blog-single-page .blog_single-body .description {
  margin: 15px 0;
  font-size: inherit;
}
.blog-single-page .blog_single-body p:not([class]) {
  margin: 15px 0;
}
.blog-single-page .blog_single-body h2 {
  font-size: 30px;
  margin: 34px 0 13px;
}
.blog-single-page .blog_single-body .stories {
  overflow: visible;
  padding: 0;
  margin-bottom: 20px;
}
.blog-single-page .blog_single-body .stories h2 {
  margin-bottom: 28px;
}
.blog-single-page .blog_single-body .stories .story_item {
  width: 245px;
}
.blog-single-page .blog_single-body .stories .story_item:nth-child(4n) {
  margin-right: 0;
}
.blog-single-page .blog_single-body .two-colums .col {
  width: 48%;
  margin-right: 4%;
}
.blog-single-page .blog_single-body .two-colums .col:last-child {
  margin-right: 0;
}
.blog-single-page .blog_single-body .quote {
  background: #003BFF;
  padding: 34px 45px;
  padding-left: 82px;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  position: relative;
  margin: 22px 0;
}
.blog-single-page .blog_single-body .quote:before {
  width: 24px;
  height: 24px;
  background: url(../img/quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 38px;
  top: 43px;
}
.blog-single-page .blog_single-body .quote p {
  font-size: 26px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.blog-single-page .blog_single-body .gallery-block {
  margin-top: 15px;
}
.blog-single-page .blog_single-body .gallery-block .img {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  float: left;
}
.blog-single-page .blog_single-body .gallery-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-single-page .blog_single-body .gallery-block .img:nth-child(3n) {
  margin-right: 0;
}
.blog-single-page .blog_single-body .video_block {
  margin-bottom: 14px;
  margin-top: 15px;
}
.blog-single-page .blog_single-body .video_block span {
  font-size: 16px;
  color: #919193;
  display: inline-block;
  margin-top: 10px;
}
.blog-single-page .blog_single-body .video {
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.blog-single-page .blog_single-body .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-single-page .blog_single-body .img-block {
  margin: 22px 0;
}
.blog-single-page .blog_single-body .img-block img {
  max-width: 100%;
  display: block;
  float: left;
  border-radius: 0px;
}
.blog-single-page .blog_single-body .img-block span {
  font-size: 16px;
  color: #919193;
  display: inline-block;
  margin-top: 10px;
}
.blog-single-page .blog_single-body .tour-block {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-single-page .blog_single-body .tour-block .item {
  display: block;
  float: left;
  width: 100%;
}
.blog-single-page .blog_single-body .tour-block .item:hover .item_left .image .shadow {
  opacity: 1;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .tour-block .item:hover .item_right {
  background: #f5f5f5;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .tour-block .item_left {
  max-width: 394px;
}
.blog-single-page .blog_single-body .tour-block .item_left .image {
  height: 23em;
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  position: relative;
}
.blog-single-page .blog_single-body .tour-block .item_left .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .tour-block .item_right {
  background: rgba(245, 245, 245, 0.74);
  border-radius: 13px;
  min-height: 368px;
  max-width: 668px;
  float: right;
  padding: 34px 44px;
  position: relative;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .tour-block .item_right .country {
  font-size: 16px;
  color: #222;
  padding-left: 12px;
  position: relative;
  margin-bottom: 18px;
}
.blog-single-page .blog_single-body .tour-block .item_right .country:before {
  width: 6px;
  height: 6px;
  background: #D03000;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
}
.blog-single-page .blog_single-body .tour-block .item_right .rating-stars {
  width: auto;
  margin-right: 12px;
}
.blog-single-page .blog_single-body .tour-block .item_right .rating-stars .star {
  position: relative;
  width: 24px;
  height: 28px;
}
.blog-single-page .blog_single-body .tour-block .item_right .rating-stars .star:before {
  width: 18px;
  height: 16px;
  background: url(../img/star-dark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: '';
}
.blog-single-page .blog_single-body .tour-block .item_right .rating-stars .star.filled:before {
  display: none;
}
.blog-single-page .blog_single-body .tour-block .item_right .rating-stars .star.filled:after {
  width: 18px;
  height: 16px;
  background: url(../img/star-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -9px;
  content: '';
}
.blog-single-page .blog_single-body .tour-block .item_right .item_title {
  font-size: 33px;
  max-height: 94px;
  overflow: hidden;
  margin-bottom: 14px;
}
.blog-single-page .blog_single-body .tour-block .item_right .item_text {
  color: #919193;
  font-size: 18px;
  max-height: 74px;
  overflow: hidden;
}
.blog-single-page .blog_single-body .tour-block .item_right .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 44px 30px;
}
.blog-single-page .blog_single-body .tour-block .item_right .info .days {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.53);
  width: auto;
  margin-right: 8px;
  line-height: 40px;
}
.blog-single-page .blog_single-body .tour-block .item_right .info .cost {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  width: auto;
  line-height: 40px;
}
.blog-single-page .blog_single-body .tour-block .item_right .info .sale {
  background: #FF3B00;
  height: 40px;
  line-height: 40px;
  width: auto;
  display: inline-block;
  float: none;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  padding: 0 12px;
  margin: 0 12px;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: 30px;
  top: 18px;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark:hover {
  cursor: pointer;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark:hover * {
  cursor: pointer;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark .not-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: '';
  opacity: 1;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark .is-added {
  width: 18px;
  height: 22px;
  background: url(../img/bookmark-active.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  content: '';
  z-index: 2;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark i.not-added {
  display: block;
  position: relative;
  z-index: 1;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark i.is-added {
  display: none;
  position: relative;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark .fav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #D03000;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 1;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark.added .fav-overlay {
  transform: scale(1);
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark.added i.not-added {
  display: none;
}
.blog-single-page .blog_single-body .tour-block .item_right .add_bookmark.added i.is-added {
  display: block;
}
.blog-single-page .blog_single-body .slider-block {
  position: relative;
  margin: 15px 0;
}
.blog-single-page .blog_single-body .slider-block .arrows {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 40px;
  width: auto;
}
.blog-single-page .blog_single-body .slider-block .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  position: relative;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .slider-block .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .slider-block .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.blog-single-page .blog_single-body .slider-block .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.blog-single-page .blog_single-body .slider-block .arrows .arrow:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.blog-single-page .blog_single-body .slider-block .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .slider-block .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .slider-block .slider_top {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 0px;
}
.blog-single-page .blog_single-body .slider-block .slider_top .slide {
  width: 1085px;
  margin: 0 2px 0 3px;
  height: 524px;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  float: left;
}
.blog-single-page .blog_single-body .slider-block .slider_top .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-single-page .blog_single-body .slider-block .slider_bottom {
  border-radius: 0px;
  overflow: hidden;
}
.blog-single-page .blog_single-body .slider-block .slider_bottom .slide {
  width: 198px;
  height: 140px;
  border-radius: 0px;
  overflow: hidden;
  margin-right: 24px;
  transition: all 0.2s linear;
}
.blog-single-page .blog_single-body .slider-block .slider_bottom .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-single-page .blog_single-body .slider-block .slider_bottom .slide.slick-current {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.blog-single-page .right_content .category_block {
  margin-top: 0;
}
.blog-single-page .right_content .category_block.shareWrapper {
  width: 100% !important;
}
.blog-single-page .right_content .shareWrapper {
  width: 100%;
}
.blog-single-page .right_content #relatedproductModuleWrapper {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 0 10px;
}
.blog-single-page .right_content #relatedproductModuleWrapper h3 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-single-page .right_content #relatedproductModuleWrapper .main_streep {
  width: 30%;
  display: inline-block;
  margin: 15px auto;
}
.blog-single-page .right_content #relatedproductModuleWrapper .slider {
  z-index: 0;
  width: 100%;
  margin: auto;
  margin-left: 15px;
}
.blog-single-page .right_content #relatedproductModuleWrapper .slick-slider {
  z-index: 0;
}
.blog-single-page .right_content #relatedproductModuleWrapper .slick-slide {
  margin-right: 15px;
}
.blog-single-page .right_content #relatedproductModuleWrapper .relatedproduct_name {
  display: none;
}
.blog-single-page .right_content #relatedproductModuleWrapper .relatedproduct_visual {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.blog-single-page .right_content #relatedproductModuleWrapper .productthumb_title {
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
  float: none;
}
.blog-single-page .right_content #relatedproductModuleWrapper .productthumb_productline {
  padding: 5px 10px;
  font-size: 0.8em;
}
.blog-single-page .right_content #relatedproductModuleWrapper .relatedproduct_nameWrapper {
  padding: 1em;
  min-height: 5em;
}
.blog-single-page .right_content #relatedproductModuleWrapper .relatedproduct_nameWrapper h6 {
  font-weight: normal;
  font-size: 1em;
}
.blog-single-page .right_content .blog {
  padding: 0 10px;
}
.blog-single-page .right_content .blog h3 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-single-page .right_content .blog .main_streep {
  width: 30%;
  display: inline-block;
  margin: 15px auto;
}
.blog-single-page .right_content .blog_item {
  width: 100%;
}
.blog-single-page .comments-block {
  margin-top: 45px;
}
.blog-single-page.left-sidebar .left_content {
  float: right;
}
.blog-single-page.left-sidebar .right_content {
  float: left;
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1520px) {
  .blog-single-page .blog_single-body .stories .story_item {
    width: 222px;
    height: 360px;
    margin-right: 20px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right {
    max-width: 530px;
  }
  .blog-single-page .blog_single-body .tour-block .item_left {
    max-width: 350px;
  }
  .blog-single-page .blog_single-body .tour-block .item_left .image {
    height: 21em;
  }
  .blog-single-page .blog_single-body .tour-block .item_right {
    max-width: 570px;
    min-height: 336px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .item_title {
    font-size: 26px;
    max-height: 74px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .item_text {
    font-size: 16px;
    max-height: 68px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info .days {
    font-size: 18px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info .cost {
    font-size: 18px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info {
    padding-bottom: 20px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info .sale {
    font-size: 18px;
    line-height: 34px;
    height: 34px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    width: 945px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_bottom .slide {
    width: 170px;
    height: 114px;
  }
  .blog-single-page .blog_single-body .quote p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    margin-left: 3px;
    width: 945px;
  }
}
@media screen and (max-width: 1300px) {
  .blog-single-page .blog_single-body .stories .story_item {
    width: 32%;
    height: 400px;
    margin-right: 2%;
  }
  .blog-single-page .blog_single-body .stories .story_item:nth-child(3) {
    margin-right: 0;
  }
  .blog-single-page .blog_single-body .stories .story_item:last-child {
    display: none;
  }
  .blog-single-page .blog_single-body .tour-block .item_right {
    max-width: 464px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    width: 835px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_bottom .slide {
    width: 148px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    height: 446px;
  }
  .blog-single-page .blog_single-body .slider-block .full-width-link {
    top: 368px;
  }
}
@media screen and (max-width: 1200px) {
  .blog-single-page .blog_single-head_top {
    padding: 30px;
    height: 394px;
  }
  .blog-single-page .blog_single-head_top .title {
    font-size: 38px;
  }
  .blog-single-page .blog_single-body .stories .story_item {
    height: 327px;
  }
  .story_item ._content .text {
    font-size: 18px;
  }
  .blog-single-page .blog_single-body .two-colums .col {
    width: 100%;
    margin-right: 0;
  }
  .blog-single-page .blog_single-body .tour-block .item_left {
    max-width: 100%;
  }
  .blog-single-page .blog_single-body .tour-block .item_right {
    max-width: 100%;
    margin-top: 10px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    width: 605px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_bottom .slide {
    width: 186px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    height: 340px;
  }
  .blog-single-page .blog_single-body .slider-block .full-width-link {
    top: 270px;
  }
  .blog-single-page .blog_single-body .slider-block .arrows {
    top: 24px;
    right: 26px;
  }
  .blog-single-page .blog_single-body .slider-block .full-width-link {
    right: 26px;
  }
}
@media screen and (max-width: 1040px) {
  .blog-single-page .blog_single-body .tour-block .item_left .shadow {
    display: none;
  }
  .blog-single-page .blog_single-body .slider-block .arrows .arrow {
    background: #fff;
  }
  .blog-single-page .blog_single-body .slider-block .arrows .arrow:before {
    opacity: 0;
  }
  .blog-single-page .blog_single-body .slider-block .arrows .arrow:after {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .page .left_content {
    width: 100%;
    max-width: 100%;
  }
  .blog-list-page .page_body .right_content {
    max-width: 100%;
    width: 100%;
  }
  .blog-single-page .blog_single-body .stories .story_item {
    height: 52vw;
  }
  .blog-single-page .blog_single-body .slider-block .slider_bottom .slide {
    margin-right: 14px;
    height: 18vw;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    margin-left: 0;
    margin-right: 14px;
    height: 42vw;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top {
    margin-bottom: 14px;
  }
  .blog-single-page .blog_single-body .slider-block .arrows {
    right: 34px;
  }
  .blog-single-page .blog_single-body .slider-block .full-width-link {
    top: 24px;
    left: 20px;
    right: auto;
  }
  .blog-single-page .right_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 760px) {
  .blog-single-page .blog_single-head_top .title {
    text-align: left;
  }
  .blog-single-page .blog_single-body .stories h2 {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding: 0 5vw;
  }
  .blog-single-page .blog_single-body .stories .scroll {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding-left: 5vw;
    padding-bottom: 12px;
  }
  .blog-single-page .blog_single-body .stories .scroll .scroll_wrap {
    width: auto;
    white-space: nowrap;
  }
  .blog-single-page .blog_single-body .stories .scroll .scroll_wrap .story_item {
    white-space: normal;
    display: inline-block;
    height: 400px;
    float: none;
  }
  .blog-single-page .blog_single-body .stories .scroll .scroll_wrap .story_item:nth-child(3) {
    margin-right: 2%;
  }
  .blog-single-page .blog_single-body .stories .scroll .scroll_wrap .story_item:last-child {
    margin-right: 5vw;
    display: inline-block;
  }
  .blog-single-page .page_body {
    overflow: visible;
  }
  .blog-single-page .blog_single-body .gallery-block {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding-left: 5vw;
    padding-bottom: 12px;
  }
  .blog-single-page .blog_single-body .gallery-block .scroll {
    width: auto;
    white-space: nowrap;
  }
  .blog-single-page .blog_single-body .gallery-block .scroll .img {
    white-space: normal;
    display: inline-block;
    float: none;
    width: 300px;
    height: 300px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .blog-single-page .blog_single-body .gallery-block .scroll .img:last-child {
    margin-right: 5vw;
  }
  .blog-single-page .blog_single-body .tour-block .item_right {
    padding-left: 14px;
    padding-right: 14px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info {
    padding-left: 14px;
    padding-right: 14px;
  }
  .blog-single-page .blog_single-body .tour-block .item_left .image {
    height: 50vw;
  }
  .blog-single-page .blog_single-body .tour-block .item:last-child {
    margin-bottom: 0;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    margin-right: 0;
  }
  .blog-single-page .blog_single-body .slider-block .slider_bottom .slide {
    margin-right: 0;
    margin: 0 7px;
  }
  .blog-single-page .blog_single-body .slider-block .arrows {
    right: 20px;
  }
  .blog-single-page .blog_single-head_top .title {
    font-size: 26px;
  }
  .blog-single-page .blog_single-body p:not([class]) {
    font-size: 18px;
  }
  .blog-single-page .blog_single-body h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .blog-single-page .blog_single-body .tour-block .item_right .add_bookmark {
    width: 50px;
    height: 50px;
    right: 14px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .add_bookmark .fav-overlay {
    width: 50px;
    height: 50px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .add_bookmark .is-added {
    width: 14px;
    margin-left: -7px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .add_bookmark .not-added {
    width: 14px;
    margin-left: -7px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info .days {
    font-size: 15px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info .cost {
    font-size: 15px;
  }
  .blog-single-page .blog_single-body .tour-block .item_right .info .sale {
    font-size: 15px;
    margin: 0 4px;
  }
  .blog-single-page .blog_single-head_top {
    padding: 20px;
  }
  .blog-single-page .blog_single-head_top {
    height: 100vw;
    min-height: 355px;
  }
  .blog-single-page .blog_single-body .quote {
    padding: 24px;
    padding-top: 60px;
  }
  .blog-single-page .blog_single-body .quote:before {
    top: 28px;
    left: 24px;
    width: 18px;
    height: 18px;
  }
  .blog-single-page .blog_single-body .slider-block .slider_top .slide {
    height: 80vw;
  }
  .blog-single-page .blog_single-body .slider-block .slider_bottom .slide {
    height: 26vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-single-page .blog_single-body .stories .scroll .scroll_wrap .story_item {
    height: 360px;
  }
  .blog-single-page .blog_single-body .gallery-block .scroll .img {
    width: 272px;
    height: 272px;
  }
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next {
  background: 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-prev {
  background: 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: hidden;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
}
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.panel .owl-nav {
  position: absolute;
  z-index: 51;
  width: 100%;
  left: 0%;
  height: 5vw;
}
.panel .owl-nav button {
  padding: 0;
  display: block;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left;
  background-color: transparent;
}
.panel .owl-nav button .icon {
  width: 25px;
  height: 25px;
}
.panel .owl-nav button.owl-prev {
  float: left;
}
.panel .owl-nav button.owl-prev .btnIcon.left {
  background-image: url('../img/left-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center left;
}
.panel .owl-nav button.owl-prev:hover .btnIcon.left {
  background-image: url('../img/left-arrow.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left;
}
.panel .owl-nav button.owl-next {
  float: right;
}
.panel .owl-nav button.owl-next .btnIcon.right {
  background-image: url('../img/right-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
}
.panel .owl-nav button.owl-next:hover .btnIcon.right {
  background-image: url('../img/right-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
}
.panelWidget {
  overflow-x: hidden;
  overflow-y: hidden;
}
.panelWidget .widgetItem {
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .panel .owl-nav {
    left: 40%;
    width: 60%;
  }
  .panel .owl-nav button {
    margin-top: 25px;
  }
  .panelWidget::before {
    content: "";
    z-index: 4;
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    max-height: 45vw;
    background: #000;
  }
  .owl-nav {
    margin-top: 22.5vh;
    margin-left: -50px;
  }
  .panelWidget-content,
  .panelWidget .widgetItem {
    display: inline-block;
  }
  .panelWidget-content vertical-align:top .title_wrap .title,
  .panelWidget .widgetItem vertical-align:top .title_wrap .title {
    padding: 1em 20px 1em 40px;
    font-size: 24px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.03em;
    text-transform: none;
  }
  .panelWidget-content vertical-align:top .title_wrap .main_streep,
  .panelWidget .widgetItem vertical-align:top .title_wrap .main_streep {
    position: absolute;
    left: 0;
    top: 4em;
    width: 20px;
    height: 20px;
    padding: 0;
    border-left: 0;
    border-top: 0;
  }
  .panelWidget.noItems .panelWidget-content,
  .panelWidget.noItems .widgetItem {
    vertical-align: middle;
  }
  .panelWidget-content {
    position: relative;
    z-index: 5;
    width: 40%;
    padding-right: 55px;
    text-align: left;
    color: #fff;
  }
  .panelWidget-content .title_wrap .title {
    padding: 1em 20px 1em 40px;
    font-size: 24px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.03em;
    text-transform: none;
  }
  .panelWidget-content .title_wrap .main_streep {
    position: absolute;
    left: 0;
    top: 4em;
    width: 20px;
    height: 20px;
    padding: 0;
    border-left: 0;
    border-top: 0;
  }
  .panelWidget-content .title_wrap .tekstveld {
    font-size: 0.8em;
    text-align: justify;
  }
  .panelWidget-content .title_wrap .controls {
    padding: 1em 0;
  }
  .panelWidget-content .title_wrap .controls .link {
    color: #eee;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.05em;
  }
  .panelWidget-content .title_wrap .controls .link:hover {
    cursor: pointer;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #000;
    color: white;
  }
  .panelWidget .widgetItem {
    width: 60%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .panelWidget-content {
    width: 40%;
    padding-right: 110px;
  }
}
.widgetItem .item-link {
  color: #fff;
}
.widgetItem .item-link:hover {
  color: #fff;
}
.widgetItem .item-image {
  height: 100vw;
}
.widgetItem .item-image::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #000;
  opacity: 0.15;
  transition: all 0.5s ease-in-out;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.widgetItem .item-image.bkgImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.widgetItem .item-content {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 25px;
  box-shadow: 0 0 0 0 #000;
  transition: all 0.5s ease-in-out;
}
.widgetItem .item-content::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #000;
  opacity: 0.35;
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  transition-delay: 0.3s;
}
.widgetItem .item-content > div {
  position: relative;
  z-index: 1;
}
.widgetItem .item-content button {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #eee;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05em;
  font-size: inherit;
}
.widgetItem .item-content button:hover {
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: transparent;
  color: white;
}
.widgetItem .item-content.empty {
  display: none;
}
.widgetItem .item-title {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.03em;
  text-transform: none;
}
.widgetItem .item-infos {
  font-size: 0.9rem;
}
.widgetItem .item-infos .item-publishDate {
  color: #fff;
}
.widgetItem .item-date {
  font-weight: 500;
}
.widgetItem .item-discover {
  color: #fff;
  margin-top: 20px;
}
.widgetItem .item-discover::before {
  background: #f2f2f2;
}
.widgetItem .item-discover::after {
  background: #f2f2f2;
}
.widgetItem .item-discover span::before {
  background: #f2f2f2;
}
.widgetItem .item-discover span::after {
  background: #f2f2f2;
}
.widgetItem .item-tags {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.widgetItem .item-tag {
  display: inline-block;
  vertical-align: middle;
}
.widgetItem .item-tag + .item-tag::before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.widgetItem .item {
  text-align: left;
}
.widgetItem .item:hover .item-image::before {
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
  transition-delay: 0.5s;
}
.widgetItem .item:hover .item-content {
  box-shadow: 0 0 0 2px #000;
  transition-delay: 0.5s;
}
.widgetItem .item:hover .item-content::before {
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: 100%;
  height: 100%;
}
.widgetItem .noItem p {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 30px 50px;
  background: #f2f2f2;
  font-size: 1.1rem;
}
.owlslider_right .panelWidget {
  overflow-x: hidden;
  overflow-y: hidden;
}
.owlslider_right .panelWidget .widgetItem {
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .owlslider_right .panelWidget::before {
    content: "";
    z-index: 4;
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    max-height: 45vw;
    background: #000;
  }
  .owlslider_right .panelWidget-content,
  .owlslider_right .panelWidget .widgetItem {
    display: inline-block;
    vertical-align: top;
  }
  .owlslider_right .panelWidget.noItems .panelWidget-content,
  .owlslider_right .panelWidget.noItems .widgetItem {
    vertical-align: middle;
  }
  .owlslider_right .panelWidget-content {
    position: relative;
    z-index: 5;
    width: 40%;
    left: 60%;
    padding-left: 55px;
    text-align: right;
  }
  .owlslider_right .panelWidget .widgetItem {
    width: 60%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .owlslider_right .panelWidget-content {
    width: 40%;
    padding-right: 110px;
  }
}
.owlslider_right .widgetItem .item-link {
  color: #fff;
}
.owlslider_right .widgetItem .item-link:hover {
  color: #fff;
}
.owlslider_right .widgetItem .item-image {
  height: 100vw;
}
.owlslider_right .widgetItem .item-image::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #000;
  opacity: 0.15;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owlslider_right .widgetItem .item-image.bkgImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.owlslider_right .widgetItem .item-content {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 25px;
  box-shadow: 0 0 0 0 #fff;
  transition: all 0.5s ease-in-out;
}
.owlslider_right .widgetItem .item-content::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #000;
  opacity: 0.35;
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  transition-delay: 0.3s;
}
.owlslider_right .widgetItem .item-content > div {
  position: relative;
  z-index: 1;
}
.owlslider_right .widgetItem .item-content button {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #eee;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05em;
}
.owlslider_right .widgetItem .item-content button:hover {
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: transparent;
  color: white;
}
.owlslider_right .widgetItem .item-title {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.03em;
  text-transform: none;
}
.owlslider_right .widgetItem .item-infos {
  font-size: 0.9rem;
}
.owlslider_right .widgetItem .item-date {
  font-weight: 500;
}
.owlslider_right .widgetItem .item-discover {
  color: #fff;
  margin-top: 20px;
}
.owlslider_right .widgetItem .item-discover::before {
  background: #f2f2f2;
}
.owlslider_right .widgetItem .item-discover::after {
  background: #f2f2f2;
}
.owlslider_right .widgetItem .item-discover span::before {
  background: #f2f2f2;
}
.owlslider_right .widgetItem .item-discover span::after {
  background: #f2f2f2;
}
.owlslider_right .widgetItem .item-tags {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.owlslider_right .widgetItem .item-tag {
  display: inline-block;
  vertical-align: middle;
}
.owlslider_right .widgetItem .item-tag + .item-tag::before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.owlslider_right .widgetItem .item {
  text-align: left;
}
.owlslider_right .widgetItem .item:hover .item-image::before {
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
  transition-delay: 0.5s;
}
.owlslider_right .widgetItem .item:hover .item-content {
  box-shadow: 0 0 0 2px #fff;
  transition-delay: 0.5s;
}
.owlslider_right .widgetItem .item:hover .item-content::before {
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: 100%;
  height: 100%;
}
.owlslider_right .widgetItem .noItem p {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 30px 50px;
  background: #f2f2f2;
  font-size: 1.1rem;
}
.owlslider .widgetItem.owl-carousel .owl-stage {
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) !important;
}
.owlslider_right .widgetItem.owl-carousel .owl-stage {
  left: -40%;
}
.widgetItem.owl-carousel .owl-stage {
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) !important;
}
.widgetItem.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.widgetItem.owl-carousel .owl-nav button.owl-prev {
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 50px;
  height: 50px;
  background: transparent;
  color: #e0e1e0;
  border: 2px solid #bfbfbf;
  left: 0;
}
.widgetItem.owl-carousel .owl-nav button.owl-prev::before {
  border-color: #e0e1e0;
}
.widgetItem.owl-carousel .owl-nav button.owl-prev::after {
  background: #bfbfbf;
}
.widgetItem.owl-carousel .owl-nav button.owl-prev i {
  line-height: 48px;
}
.widgetItem.owl-carousel .owl-nav button.owl-prev:hover {
  color: #fff;
}
.widgetItem.owl-carousel .owl-nav button.owl-next {
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 50px;
  height: 50px;
  background: transparent;
  color: #e0e1e0;
  border: 2px solid #bfbfbf;
  right: 0;
}
.widgetItem.owl-carousel .owl-nav button.owl-next .btnIcon.right {
  background-image: url('../img/left-arrow.svg');
}
.widgetItem.owl-carousel .owl-nav button.owl-next::before {
  border-color: #e0e1e0;
}
.widgetItem.owl-carousel .owl-nav button.owl-next::after {
  background: #bfbfbf;
}
.widgetItem.owl-carousel .owl-nav button.owl-next i {
  line-height: 48px;
}
.widgetItem.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}
.widgetItem.owl-carousel .owl-nav button.owl-next:hover .btnIcon.right {
  background-image: url('../img/right-arrow.svg');
}
.widgetItem.owl-carousel .owl-nav button.owl-prev.disabled {
  transform: translateY(-50%) scale(0);
}
.widgetItem.owl-carousel .owl-nav button.owl-next.disabled {
  transform: translateY(-50%) scale(0);
}
body.mobile .page .panel .owl-nav {
  position: relative;
  margin-top: 20px;
  z-index: 51;
  width: 100%;
  height: 5vw;
}
@media only screen and (min-width: 650px) {
  .widgetItem .item-image {
    height: 50vw;
    max-height: 80vh;
  }
  .widgetItem .item-content {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5vw 6vw;
  }
  .widgetItem .item-title {
    font-size: 1.4rem;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-prev {
    top: 30%;
    width: 60px;
    height: 60px;
    left: -25px;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-prev i {
    line-height: 58px;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-prev .btnIcon.left {
    background-image: url('../img/left-arrow.svg');
  }
  .widgetItem.owl-carousel .owl-nav button.owl-next {
    top: 30%;
    width: 60px;
    height: 60px;
    right: -40px;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-next i {
    line-height: 58px;
  }
  .widgetItem.owl-carousel .owl-item .imageResponsive-bkg {
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
    background-position: 25% 50%;
  }
  .widgetItem.owl-carousel .owl-item.prev .imageResponsive-bkg {
    background-position: 100% 50%;
  }
  .widgetItem.owl-carousel .owl-item.active .imageResponsive-bkg {
    background-position: 75% 50%;
  }
  .widgetItem.owl-carousel .owl-item.active + .active .imageResponsive-bkg {
    background-position: 50% 50%;
  }
  .widgetItem.owl-carousel .owl-item.next .imageResponsive-bkg .imageResponsive-bkg {
    background-position: 25% 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .widgetItem .item {
    position: relative;
    left: 0;
    width: 80%;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .widgetItem .item-image {
    height: 45vw;
  }
  .widgetItem .item-content {
    width: 80%;
  }
  .widgetItem .item-title {
    font-size: 1.8rem;
  }
  .widgetItem .owl-item.active + .owl-item .item {
    left: -20%;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    width: 70px;
    height: 70px;
    left: -30px;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-prev i {
    line-height: 68px;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-next {
    top: 50%;
    width: 70px;
    height: 70px;
    right: calc(20% - 120px);
  }
  .widgetItem.owl-carousel .owl-nav button.owl-next i {
    line-height: 68px;
  }
}
@media only screen and (min-width: 1440px) {
  .panelWidget::before {
    max-height: 35vw;
  }
  .widgetItem .item-image {
    height: 35vw;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-prev {
    width: 80px;
    height: 80px;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-prev i {
    line-height: 78px;
  }
  .widgetItem.owl-carousel .owl-nav button.owl-next {
    width: 80px;
    height: 80px;
    right: calc(20% - 150px);
  }
  .widgetItem.owl-carousel .owl-nav button.owl-next i {
    line-height: 78px;
  }
}
.imageResponsive {
  position: relative;
  height: 100%;
  margin: 0;
}
.panel.panel-linkImg {
  padding-left: 0;
  padding-right: 0;
}
.panel.panel-linkImg h1 {
  padding: 0 25px;
}
.panel.panel-linkImg h2 {
  padding: 0 25px;
}
.panel.panel-linkImg .popup-title {
  padding: 0 25px;
}
.panel.panel-linkImg h3 {
  padding: 0 25px;
}
.panel.panel-linkImg p {
  padding: 0 25px;
}
.panel.panel-linkImg ul {
  padding: 0 25px;
}
.listLinkImg .item {
  position: relative;
  height: 100%;
  border-top: 1px solid #fff;
}
.listLinkImg .item-link {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.listLinkImg .item-content {
  position: absolute;
  left: 10vw;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.listLinkImg .item-desc {
  font-size: 0.7em;
  line-height: normal;
  opacity: 0;
  padding: 0.3em;
  background-color: rgba(255, 255, 255, 0.4);
}
.listLinkImg .item-title {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  letter-spacing: -0.05em;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.listLinkImg .item-title em {
  display: block;
  font-family: "times", Arial, sans-serif;
  font-size: 1.85rem;
  font-style: normal;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.listLinkImg .imageResponsive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listLinkImg .item-icon {
  display: none;
}
.listLinkImg .item-affiliation {
  height: 30px;
  margin-top: 20px;
}
.listLinkImg .item-image {
  height: 100%;
}
.listLinkImg .item-imageFull {
  display: none;
}
.listLinkImg .item-affiliations {
  position: absolute;
  z-index: 10;
}
.listLinkImg.mode-imgHover {
  height: calc(100vh - 70px - 72px);
  min-height: 450px;
}
.listLinkImg.mode-imgHover .item {
  height: 25%;
}
.listLinkImg.mode-imgHover .item::before {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.listLinkImg.mode-tiles .item {
  height: 25vh;
  min-height: 200px;
}
.listLinkImg.mode-tiles .item::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.4) inset;
}
.listLinkImg.mode-tiles .item::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 0 #fff;
}
.listLinkImg.mode-tiles .item:hover::before {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4) inset;
}
.listLinkImg.mode-tiles .item:hover::after {
  box-shadow: 0 0 0 5px #fff;
}
@media only screen and (max-width: 849px) {
  .panel.panel-linkImg {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 650px) {
  .panel.panel-linkImg h1 {
    padding: 0 90px;
  }
  .panel.panel-linkImg h2 {
    padding: 0 90px;
  }
  .panel.panel-linkImg .popup-title {
    padding: 0 90px;
  }
  .panel.panel-linkImg h3 {
    padding: 0 90px;
  }
  .panel.panel-linkImg p {
    padding: 0 90px;
  }
  .panel.panel-linkImg ul {
    padding: 0 90px;
  }
  .listLinkImg .item {
    border: 0;
  }
  .listLinkImg .item-content {
    left: 0;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .listLinkImg .item-icon {
    display: block;
  }
  .listLinkImg.mode-imgHover {
    height: 50vw;
  }
  .listLinkImg.mode-imgHover .item {
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 100%;
  }
  .listLinkImg.mode-imgHover .item::after {
    content: "";
    z-index: 15;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .listLinkImg.mode-imgHover .item:last-child .item-content {
    padding-right: 70px;
  }
  .listLinkImg.mode-imgHover .item:nth-child(2) .item-imageFull {
    left: -100%;
  }
  .listLinkImg.mode-imgHover .item:nth-child(3) .item-imageFull {
    left: -200%;
  }
  .listLinkImg.mode-imgHover .item:nth-child(4) .item-imageFull {
    left: -300%;
  }
  .listLinkImg.mode-imgHover .item:hover::before {
    opacity: 0.2;
  }
  .listLinkImg.mode-imgHover .item:hover .item-imageFull {
    opacity: 1;
  }
  .listLinkImg.mode-imgHover .item:hover .item-content {
    opacity: 1;
    top: 29vw;
  }
  .listLinkImg.mode-imgHover .item:hover .item-desc {
    opacity: 1;
  }
  .listLinkImg.mode-imgHover .item:hover .item-icon {
    bottom: 10%;
    transform: scale(1);
  }
  .listLinkImg.mode-imgHover .item-content {
    top: 32vw;
    padding: 0 2vw;
  }
  .listLinkImg.mode-imgHover .item-title {
    font-size: 1.5rem;
  }
  .listLinkImg.mode-imgHover .item-title em {
    font-size: 1.2em;
  }
  .listLinkImg.mode-imgHover .item-icon {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    color: #e0e1e0;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .listLinkImg.mode-imgHover .item-image {
    position: relative;
    z-index: 1;
  }
  .listLinkImg.mode-imgHover .item-imageFull {
    display: block;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .listLinkImg.mode-imgHover:hover .item-content {
    opacity: 0.3;
  }
  .listLinkImg.mode-tiles {
    margin: -20px 0;
  }
  .listLinkImg.mode-tiles .item {
    margin: 20px 0;
    height: 40vw;
  }
  .listLinkImg.mode-tiles .item:hover .item-icon::before {
    color: #a1a1a1;
  }
  .listLinkImg.mode-tiles .item:hover .item-icon::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .listLinkImg.mode-tiles .item-content {
    padding: 0 calc(5vw + 80px) 0 5vw;
    bottom: 5vw;
  }
  .listLinkImg.mode-tiles .item-icon {
    position: absolute;
    bottom: 5vw;
    right: 5vw;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    line-height: 44px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .listLinkImg.mode-tiles .item-icon::before {
    z-index: 1;
    position: relative;
    left: 1px;
    transition: all 0.5s ease-in-out;
  }
  .listLinkImg.mode-tiles .item-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    border-radius: 100%;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .listLinkImg.mode-tiles .item-column {
    margin: 0 -10px;
  }
  .listLinkImg.mode-tiles .item-column .item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 21px);
    margin: 0 10px;
    height: 30vw;
  }
  .listLinkImg.mode-tiles .item-column .item:first-child {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .panel.panel-linkImg h1 {
    padding: 0 110px;
  }
  .panel.panel-linkImg h2 {
    padding: 0 110px;
  }
  .panel.panel-linkImg .popup-title {
    padding: 0 110px;
  }
  .panel.panel-linkImg h3 {
    padding: 0 110px;
  }
  .panel.panel-linkImg p {
    padding: 0 110px;
  }
  .panel.panel-linkImg ul {
    padding: 0 110px;
  }
  .listLinkImg .item-content {
    padding: 0 3vw;
  }
  .listLinkImg.mode-imgHover {
    height: calc(60vh - 130px);
  }
  .listLinkImg.mode-imgHover .item-title {
    font-size: 1.2rem;
  }
  .listLinkImg.mode-imgHover .item-title em {
    font-size: 0.9rem;
  }
  .listLinkImg.mode-imgHover .item-content {
    top: 72%;
  }
  .listLinkImg.mode-imgHover .item:hover .item-content {
    top: 70%;
  }
  .listLinkImg.mode-tiles {
    margin: 0 -1vw;
  }
  .listLinkImg.mode-tiles .item {
    margin: 0 1vw;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 2vw);
    height: 45vw;
    max-height: calc(90vh - 130px);
  }
  .listLinkImg.mode-tiles .item::before {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.4) inset;
  }
  .listLinkImg.mode-tiles .item::after {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .listLinkImg.mode-tiles .item:hover::before {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4) inset;
  }
  .listLinkImg.mode-tiles .item:hover::after {
    box-shadow: 0 0 0 5px #fff;
  }
  .listLinkImg.mode-tiles .item-column {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 2vw);
    height: 45vw;
    max-height: calc(90vh - 130px);
    margin: 0 1vw;
  }
  .listLinkImg.mode-tiles .item-column .item {
    width: calc(100% - 1vw);
    height: calc(50% - 1vw);
  }
  .listLinkImg.mode-tiles .item-column .item:first-child {
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 1440px) {
  .listLinkImg .item.mode-imgHover .item-title {
    font-size: 1.4vw;
  }
}
.reservation_soloWrapper {
  text-align: center;
  float: none;
  display: inline-block;
  margin: auto;
}
.reservation_soloWrapper button {
  float: none;
  font-size: 1em;
  text-align: center;
  display: inline-block;
}
.panel .listLinkImg.mode-tiles .item {
  height: 25vh;
  min-height: 200px;
}
.panel .listLinkImg.mode-tiles .item::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
}
.panel .listLinkImg.mode-tiles .item::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0 #fff;
}
.panel .listLinkImg.mode-tiles .item:hover::before {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4) inset;
}
.panel .listLinkImg.mode-tiles .item:hover::after {
  box-shadow: 0 0 0 5px #fff;
}
.panel .listLinkImg.mode-imgHover {
  height: 100vh;
}
.panel .listLinkImg.mode-imgHover.nbItem-2 .item {
  height: 50vh;
  width: 50vh;
}
.panel .listLinkImg.mode-imgHover.nbItem-3 .item {
  height: 33.33vh;
  width: 100%;
}
.panel .listLinkImg.mode-imgHover.nbItem-4 .item {
  height: 25vh;
}
.panel .listLinkImg.mode-imgHover.nbItem-4 .item {
  height: 20vh;
}
.panel .listLinkImg.mode-imgHover .item::before {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.panel .listLinkImg.mode-imgHover .item::after {
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #fff;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.panel .listLinkImg.mode-imgHover .item-content {
  top: 16vw;
  padding: 0 2vw;
  max-width: 80vw;
}
.panel .listLinkImg.mode-imgHover .item-content .item-description {
  padding: 1em 0;
  font-size: 0.8em;
}
.panel .listLinkImg.mode-imgHover .item-content .item-description p,
.panel .listLinkImg.mode-imgHover .item-content .item-description span {
  background-color: #fff;
  padding: 0.45rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.panel .listLinkImg.mode-imgHover .listLinkImg .item {
  position: relative;
  height: 100%;
  border-top: 1px solid #fff;
}
.panel .listLinkImg.mode-imgHover .listLinkImg .item-title {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
  letter-spacing: -0.05em;
  color: #000;
  font-style: italic;
}
@media only screen and (min-width: 650px) {
  .panel .listLinkImg.mode-imgHover,
  .services-page .listLinkImg.mode-imgHover {
    height: calc(60vh - 100px);
  }
  .panel .listLinkImg.mode-imgHover.nbItem-2 .item,
  .services-page .listLinkImg.mode-imgHover.nbItem-2 .item {
    width: 50%;
    height: calc(60vh - 100px);
  }
  .panel .listLinkImg.mode-imgHover.nbItem-3 .item,
  .services-page .listLinkImg.mode-imgHover.nbItem-3 .item {
    width: 33.33%;
    height: calc(60vh - 100px);
  }
  .panel .listLinkImg.mode-imgHover.nbItem-4 .item,
  .services-page .listLinkImg.mode-imgHover.nbItem-4 .item {
    width: 25%;
    height: calc(60vh - 100px);
  }
  .panel .listLinkImg.mode-imgHover.nbItem-5 .item,
  .services-page .listLinkImg.mode-imgHover.nbItem-5 .item {
    width: 20%;
    height: calc(60vh - 100px);
  }
  .panel .listLinkImg.mode-imgHover .item,
  .services-page .listLinkImg.mode-imgHover .item {
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    height: 60vw;
  }
  .panel .listLinkImg.mode-imgHover .item::after,
  .services-page .listLinkImg.mode-imgHover .item::after {
    content: "";
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .panel .listLinkImg.mode-imgHover .item:last-child .item-content,
  .services-page .listLinkImg.mode-imgHover .item:last-child .item-content {
    padding-right: 70px;
  }
  .panel .listLinkImg.mode-imgHover .item:nth-child(2) .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item:nth-child(2) .item-imageFull {
    left: -100%;
  }
  .panel .listLinkImg.mode-imgHover .item:nth-child(3) .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item:nth-child(3) .item-imageFull {
    left: -200%;
  }
  .panel .listLinkImg.mode-imgHover .item:nth-child(4) .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item:nth-child(4) .item-imageFull {
    left: -300%;
  }
  .panel .listLinkImg.mode-imgHover .item:nth-child(5) .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item:nth-child(5) .item-imageFull {
    left: -400%;
  }
  .panel .listLinkImg.mode-imgHover .item:hover::before,
  .services-page .listLinkImg.mode-imgHover .item:hover::before {
    opacity: 0.2;
  }
  .panel .listLinkImg.mode-imgHover .item:hover .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item:hover .item-imageFull {
    opacity: 1;
  }
  .panel .listLinkImg.mode-imgHover .item:hover .item-content,
  .services-page .listLinkImg.mode-imgHover .item:hover .item-content {
    opacity: 1;
    top: 13vw;
  }
  .panel .listLinkImg.mode-imgHover .item:hover .item-content .item-description,
  .services-page .listLinkImg.mode-imgHover .item:hover .item-content .item-description {
    opacity: 1;
  }
  .panel .listLinkImg.mode-imgHover .item:hover .item-icon,
  .services-page .listLinkImg.mode-imgHover .item:hover .item-icon {
    bottom: 10%;
    transform: scale(1);
  }
  .panel .listLinkImg.mode-imgHover .item-content,
  .services-page .listLinkImg.mode-imgHover .item-content {
    top: 16vw;
    padding: 0 2vw;
  }
  .panel .listLinkImg.mode-imgHover .item-title,
  .services-page .listLinkImg.mode-imgHover .item-title {
    font-size: 1.35rem;
  }
  .panel .listLinkImg.mode-imgHover .item-title em,
  .services-page .listLinkImg.mode-imgHover .item-title em {
    font-size: 0.9em;
  }
  .panel .listLinkImg.mode-imgHover .item-desc,
  .services-page .listLinkImg.mode-imgHover .item-desc {
    font-size: 0.7em;
    line-height: normal;
    opacity: 0;
    background-color: transparent;
    padding: 0.3em;
  }
  .panel .listLinkImg.mode-imgHover .item-desc span,
  .services-page .listLinkImg.mode-imgHover .item-desc span {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .panel .listLinkImg.mode-imgHover .item-icon,
  .services-page .listLinkImg.mode-imgHover .item-icon {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    color: #e0e1e0;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .panel .listLinkImg.mode-imgHover .item-image,
  .services-page .listLinkImg.mode-imgHover .item-image {
    position: relative;
    z-index: 1;
  }
  .panel .listLinkImg.mode-imgHover .item-image .imageResponsive,
  .services-page .listLinkImg.mode-imgHover .item-image .imageResponsive,
  .panel .listLinkImg.mode-imgHover .item-image .imageResponsive-img,
  .services-page .listLinkImg.mode-imgHover .item-image .imageResponsive-img {
    margin: 0;
  }
  .panel .listLinkImg.mode-imgHover.nbItem-2 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover.nbItem-2 .item-imageFull {
    width: 200%;
  }
  .panel .listLinkImg.mode-imgHover.nbItem-3 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover.nbItem-3 .item-imageFull {
    width: 300%;
  }
  .panel .listLinkImg.mode-imgHover.nbItem-4 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover.nbItem-4 .item-imageFull {
    width: 400%;
  }
  .panel .listLinkImg.mode-imgHover.nbItem-5 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover.nbItem-5 .item-imageFull {
    width: 500%;
  }
  .panel .listLinkImg.mode-imgHover .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item-imageFull {
    display: block;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
  .panel .listLinkImg.mode-imgHover:hover .item-content,
  .services-page .listLinkImg.mode-imgHover:hover .item-content {
    opacity: 0.3;
  }
  .panel .listLinkImg.mode-imgHover:hover .item-content .item-description,
  .services-page .listLinkImg.mode-imgHover:hover .item-content .item-description {
    opacity: 0;
  }
}
@media only screen and (min-width: 849px) {
  .homepage .listLinkImg.mode-imgHover,
  .services-page .listLinkImg.mode-imgHover {
    height: calc(60vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-2 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-2 .item-imageFull {
    height: calc(60vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-3 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-3 .item-imageFull {
    height: calc(60vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-4 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-4 .item-imageFull {
    height: calc(60vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-5 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-5 .item-imageFull {
    height: calc(60vh - 100px);
  }
}
@media only screen and (min-width: 1025px) {
  .homepage .listLinkImg.mode-imgHover,
  .services-page .listLinkImg.mode-imgHover {
    height: calc(70vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-2 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-2 .item-imageFull {
    height: calc(70vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-3 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-3 .item-imageFull {
    height: calc(70vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-4 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-4 .item-imageFull {
    height: calc(70vh - 100px);
  }
  .homepage .listLinkImg.mode-imgHover .item.nbItem-5 .item-imageFull,
  .services-page .listLinkImg.mode-imgHover .item.nbItem-5 .item-imageFull {
    height: calc(70vh - 100px);
  }
}
/*------------------------------------------------------------------
[Table of contents]

1. Page styles
1.1. Left Sifebar

2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.services-single-page .services_single-head {
  margin-bottom: 10px;
}
.services-single-page .services_single-head_top {
  height: 490px;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 45px 50px;
}
.services-single-page .services_single-head_top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.services-single-page .services_single-head_top .tags {
  position: relative;
  z-index: 1;
}
.services-single-page .services_single-head_top .tags .tag {
  height: 28px;
  line-height: 28px;
  background: #000;
  width: auto;
  padding: 0 0.8em;
  border-radius: 5px;
  font-size: 0.8em;
  color: #fff;
  margin-right: 8px;
}
.services-single-page .services_single-head_top .tags .tag.red {
  background: #d03000;
}
.services-single-page .services_single-head_top .tags .tag.green {
  background: #2fb26b;
}
.services-single-page .services_single-head_top .tags .tag.blue {
  background: #1140de;
}
.services-single-page .services_single-head_top .tags .tag.black {
  background: #222;
}
.services-single-page .services_single-head_top .title_textwrap {
  width: auto;
  max-width: 70%;
}
.services-single-page .services_single-head_top .title_textwrap .title {
  float: none;
  display: inline-block;
  padding: 5px;
  width: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 400;
}
.services-single-page .services_single-head_top .title_textwrap .description {
  float: none;
  padding: 5px;
  width: auto;
  background-color: #fff;
  margin-top: 2em;
  margin-right: 60%;
  display: inline-block;
}
.services-single-page .services_single-head_bottom {
  margin-top: 18px;
}
.services-single-page .services_single-head_bottom .author {
  position: relative;
}
.services-single-page .services_single-head_bottom .author .userpic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.services-single-page .services_single-head_bottom .author .name {
  font-size: 15px;
  color: #919193;
  height: 42px;
  display: flex;
  align-items: center;
}
.services-single-page .services_single-body .description {
  margin: 15px 0;
  font-size: inherit;
}
.services-single-page .services_single-body .description.description_color {
  padding: 2em;
  width: 100%;
  background-color: white;
  color: #fff;
}
.services-single-page .services_single-body p:not([class]) {
  margin: 15px 0;
}
.services-single-page .services_single-body h2 {
  font-size: 30px;
  margin: 34px 0 13px;
}
.services-single-page .services_single-body .two-colums .col {
  width: 48%;
  margin-right: 4%;
}
.services-single-page .services_single-body .two-colums .col:last-child {
  margin-right: 0;
}
.services-single-page .services_single-body .quote {
  background: #003bff;
  padding: 34px 45px;
  padding-left: 82px;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  position: relative;
  margin: 22px 0;
}
.services-single-page .services_single-body .quote:before {
  width: 24px;
  height: 24px;
  background: url(../img/quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  left: 38px;
  top: 43px;
}
.services-single-page .services_single-body .quote p {
  font-size: 26px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.services-single-page .services_single-body .gallery-block {
  margin-top: 15px;
}
.services-single-page .services_single-body .gallery-block .img {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  float: left;
}
.services-single-page .services_single-body .gallery-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-single-page .services_single-body .gallery-block .img:nth-child(3n) {
  margin-right: 0;
}
.services-single-page .services_single-body .video_block {
  margin-bottom: 14px;
  margin-top: 15px;
}
.services-single-page .services_single-body .video_block span {
  font-size: 16px;
  color: #919193;
  display: inline-block;
  margin-top: 10px;
}
.services-single-page .services_single-body .video {
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.services-single-page .services_single-body .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.services-single-page .services_single-body .img-block {
  margin: 22px 0;
}
.services-single-page .services_single-body .img-block img {
  max-width: 100%;
  display: block;
  float: left;
  border-radius: 0px;
}
.services-single-page .services_single-body .img-block span {
  font-size: 16px;
  color: #919193;
  display: inline-block;
  margin-top: 10px;
}
.services-single-page .right_content .services {
  padding: 40px 30px;
}
.services-single-page .right_content .services h3 {
  font-size: 1.2em;
  font-weight: 400;
}
.services-single-page .right_content .services .main_streep {
  width: 30%;
  display: inline-block;
  margin: 15px auto;
}
.services-single-page .right_content .services .section_content {
  margin-top: 0;
}
.services-single-page .right_content .services_item {
  width: 100%;
}
.services-single-page .right_content .shareWrapper h4 {
  font-size: 1.2em;
  font-weight: 400;
  padding: 0;
}
.services-single-page .right_content .shareWrapper p {
  padding: 0.8em 0;
}
.services-single-page .comments-block {
  margin-top: 45px;
}
.services-single-page.left-sidebar .left_content {
  float: right;
}
.services-single-page.left-sidebar .right_content {
  float: left;
}
.wrap_float.other_services {
  margin: 10vh auto 2.5vh auto;
  z-index: 1;
  position: relative;
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1520px) {
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    width: 945px;
  }
  .services-single-page .services_single-body .slider-block .slider_bottom .slide {
    width: 170px;
    height: 114px;
  }
  .services-single-page .services_single-body .quote p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    margin-left: 3px;
    width: 945px;
  }
}
@media screen and (max-width: 1300px) {
  .services-single-page .services_single-body .stories .story_item {
    width: 32%;
    height: 400px;
    margin-right: 2%;
  }
  .services-single-page .services_single-body .stories .story_item:nth-child(3) {
    margin-right: 0;
  }
  .services-single-page .services_single-body .stories .story_item:last-child {
    display: none;
  }
  .services-single-page .services_single-body .tour-block .item_right {
    max-width: 464px;
  }
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    width: 835px;
  }
  .services-single-page .services_single-body .slider-block .slider_bottom .slide {
    width: 148px;
  }
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    height: 446px;
  }
  .services-single-page .services_single-body .slider-block .full-width-link {
    top: 368px;
  }
}
@media screen and (max-width: 1200px) {
  .services-single-page .services_single-head_top {
    padding: 30px;
    height: 394px;
  }
  .services-single-page .services_single-head_top .title {
    font-size: 38px;
  }
  .services-single-page .services_single-body .stories .story_item {
    height: 327px;
  }
  .story_item ._content .text {
    font-size: 18px;
  }
  .services-single-page .services_single-body .two-colums .col {
    width: 100%;
    margin-right: 0;
  }
  .services-single-page .services_single-body .tour-block .item_left {
    max-width: 100%;
  }
  .services-single-page .services_single-body .tour-block .item_right {
    max-width: 100%;
    margin-top: 10px;
  }
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    width: 605px;
  }
  .services-single-page .services_single-body .slider-block .slider_bottom .slide {
    width: 186px;
  }
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    height: 340px;
  }
  .services-single-page .services_single-body .slider-block .full-width-link {
    top: 270px;
  }
  .services-single-page .services_single-body .slider-block .arrows {
    top: 24px;
    right: 26px;
  }
  .services-single-page .services_single-body .slider-block .full-width-link {
    right: 26px;
  }
}
@media screen and (max-width: 1040px) {
  .services-single-page .services_single-body .tour-block .item_left .shadow {
    display: none;
  }
  .services-single-page .services_single-body .slider-block .arrows .arrow {
    background: #fff;
  }
  .services-single-page .services_single-body .slider-block .arrows .arrow:before {
    opacity: 0;
  }
  .services-single-page .services_single-body .slider-block .arrows .arrow:after {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .page .left_content {
    width: 100%;
    max-width: 100%;
  }
  .services-single-page .services_single-head {
    margin-bottom: 10px;
  }
  .services-single-page .services_single-head_top .title {
    text-align: left;
  }
  .services-single-page .services_single-head_top .title_textwrap {
    max-width: 100%;
  }
  .services-single-page .services_single-head_top .title_textwrap .description {
    margin-top: 0;
    margin-right: 0;
  }
  .services-list-page .page_body .right_content {
    max-width: 100%;
    width: 100%;
  }
  .services-single-page .services_single-body .stories .story_item {
    height: 52vw;
  }
  .services-single-page .services_single-body .slider-block .slider_bottom .slide {
    margin-right: 14px;
    height: 18vw;
  }
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    margin-left: 0;
    margin-right: 14px;
    height: 42vw;
  }
  .services-single-page .services_single-body .slider-block .slider_top {
    margin-bottom: 14px;
  }
  .services-single-page .services_single-body .slider-block .arrows {
    right: 34px;
  }
  .services-single-page .services_single-body .slider-block .full-width-link {
    top: 24px;
    left: 20px;
    right: auto;
  }
  .services-single-page .right_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 760px) {
  .services-single-page .services_single-body .stories h2 {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding: 0 5vw;
  }
  .services-single-page .services_single-body .stories .scroll {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding-left: 5vw;
    padding-bottom: 12px;
  }
  .services-single-page .services_single-body .stories .scroll .scroll_wrap {
    width: auto;
    white-space: nowrap;
  }
  .services-single-page .services_single-body .stories .scroll .scroll_wrap .story_item {
    white-space: normal;
    display: inline-block;
    height: 400px;
    float: none;
  }
  .services-single-page .services_single-body .stories .scroll .scroll_wrap .story_item:nth-child(3) {
    margin-right: 2%;
  }
  .services-single-page .services_single-body .stories .scroll .scroll_wrap .story_item:last-child {
    margin-right: 5vw;
    display: inline-block;
  }
  .services-single-page .page_body {
    overflow: visible;
  }
  .services-single-page .services_single-body .gallery-block {
    overflow: auto;
    margin-left: -5%;
    width: 110%;
    padding-left: 5vw;
    padding-bottom: 12px;
  }
  .services-single-page .services_single-body .gallery-block .scroll {
    width: auto;
    white-space: nowrap;
  }
  .services-single-page .services_single-body .gallery-block .scroll .img {
    white-space: normal;
    display: inline-block;
    float: none;
    width: 300px;
    height: 300px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .services-single-page .services_single-body .gallery-block .scroll .img:last-child {
    margin-right: 5vw;
  }
  .services-single-page .services_single-body .tour-block .item_right {
    padding-left: 14px;
    padding-right: 14px;
  }
  .services-single-page .services_single-body .tour-block .item_right .info {
    padding-left: 14px;
    padding-right: 14px;
  }
  .services-single-page .services_single-body .tour-block .item_left .image {
    height: 50vw;
  }
  .services-single-page .services_single-body .tour-block .item:last-child {
    margin-bottom: 0;
  }
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    margin-right: 0;
  }
  .services-single-page .services_single-body .slider-block .slider_bottom .slide {
    margin-right: 0;
    margin: 0 7px;
  }
  .services-single-page .services_single-body .slider-block .arrows {
    right: 20px;
  }
  .services-single-page .services_single-head_top .title {
    font-size: 26px;
  }
  .services-single-page .services_single-body p:not([class]) {
    font-size: 18px;
  }
  .services-single-page .services_single-body h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .services-single-page .services_single-body .tour-block .item_right .add_bookmark {
    width: 50px;
    height: 50px;
    right: 14px;
  }
  .services-single-page .services_single-body .tour-block .item_right .add_bookmark .fav-overlay {
    width: 50px;
    height: 50px;
  }
  .services-single-page .services_single-body .tour-block .item_right .add_bookmark .is-added {
    width: 14px;
    margin-left: -7px;
  }
  .services-single-page .services_single-body .tour-block .item_right .add_bookmark .not-added {
    width: 14px;
    margin-left: -7px;
  }
  .services-single-page .services_single-body .tour-block .item_right .info .days {
    font-size: 15px;
  }
  .services-single-page .services_single-body .tour-block .item_right .info .cost {
    font-size: 15px;
  }
  .services-single-page .services_single-body .tour-block .item_right .info .sale {
    font-size: 15px;
    margin: 0 4px;
  }
  .services-single-page .services_single-head_top {
    padding: 20px;
  }
  .services-single-page .services_single-head_top {
    height: 100vw;
    min-height: 355px;
  }
  .services-single-page .services_single-body .quote {
    padding: 24px;
    padding-top: 60px;
  }
  .services-single-page .services_single-body .quote:before {
    top: 28px;
    left: 24px;
    width: 18px;
    height: 18px;
  }
  .services-single-page .services_single-body .slider-block .slider_top .slide {
    height: 80vw;
  }
  .services-single-page .services_single-body .slider-block .slider_bottom .slide {
    height: 26vw;
  }
}
/*
.vacaturesfeed_item-body .images .img{
  width:50%;
  padding:1%
}
*/
#vacaturesfeed {
  width: 100%;
}
#vacaturesfeed .vacatures .title {
  font-size: 1.1em;
  color: #333;
  padding: 1em 0em;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#solicitatie_wrapper {
  background-color: transparent;
  padding: 40px 50px;
}
#solicitatie_wrapper #soltit {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  font-size: 1.3em;
  text-align: left;
  padding: 1em 0;
}
#solicitatie_wrapper .close {
  background-color: transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1;
  background: url(../img/close-dark.svg) center center no-repeat;
  background-size: contain;
  float: right;
  opacity: 0.8;
}
#solicitatie_wrapper .close:hover {
  cursor: pointer;
  opacity: 1;
}
.pdfupload_wrapper,
.fotoupload_wrapper {
  width: 50%;
  background-color: transparent;
}
.pdfupload_wrapper h2,
.fotoupload_wrapper h2 {
  color: #000;
  padding: 10px 0px;
  font-size: 0.8em;
}
.pdfupload_wrapper iframe,
.fotoupload_wrapper iframe {
  width: 90%;
  height: 150px;
  max-width: 450px;
}
.soliciteerknop {
  text-decoration: none;
  background: url('../images/icons/arrowBtn.svg') no-repeat center left;
  background-size: 0.7em auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  border-color: #000000;
  border-width: 0px;
  border-style: solid;
  font-family: 'Libre Baskerville', serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  letter-spacing: normal;
  color: #e4eaf1;
  padding: 0.5em 1em;
  margin-bottom: 10px;
  line-height: 1em;
  float: right;
}
.soliciteerknop:hover {
  cursor: pointer;
  opacity: 1;
  color: #fff;
  background-color: #000000;
}
.vacaturesfeed_item-head.active {
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: #8b495a;
  transition: all 0.2s linear;
}
.vacaturesfeed_item-head.active .select_thumb_preview {
  opacity: 0;
}
.vacaturesfeed_item-head.active .element {
  background: #eee;
}
.vacaturesfeed_item-head.active .element:before {
  background: blue;
  transition: all 0.2s linear;
}
.vacaturesfeed_item-head.active .element:after {
  background: green;
  transform: none;
  transition: all 0.2s linear;
}
.vacaturesfeed_item-head {
  text-align: left;
}
.vacaturesfeed_item-head .element {
  width: 40px;
  height: 40px;
  display: inline-block;
  left: 0px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  transition: all 0.2s linear;
}
.vacaturesfeed_item-head .element:before {
  width: 8px;
  height: 2px;
  background: #201420;
  border-radius: 1px;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -4px;
  transition: all 0.2s linear;
}
.vacaturesfeed_item-head .element:after {
  width: 8px;
  height: 2px;
  background: #201420;
  border-radius: 1px;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.vacaturesfeed_item-head:hover {
  cursor: pointer;
}
.vacaturesfeed_item-head:hover * {
  cursor: pointer;
}
.vacaturesfeed_item-head .preview {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  height: 60px;
  width: auto;
  display: none;
}
.vacaturesfeed_item-head .preview .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.vacaturesfeed_item-head .preview .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.vacaturesfeed_item-head .preview .p {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  width: auto;
  line-height: 60px;
}
.vacaturesfeed_item-head ._title {
  font-size: 18px;
  color: #333;
  padding: 0.5em 0em;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  float: none;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0, 3em;
  line-height: 1.3em;
}
.vacaturesfeed_item-head ._subtitle {
  font-size: 16px;
  color: #333;
  padding: 0 45px 25px 45px;
  float: none;
}
.vacaturesfeed_item-head .thumbpreview_wrapper {
  position: absolute;
  right: 60px;
  top: 20px;
}
.vacaturesfeed_item-head .select_thumb_preview {
  width: 44px;
  height: 44px;
  float: right;
  margin-right: 10px;
}
.vacaturesfeed_item-head .select_thumb_preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 50%;
}
.vacaturesfeed_item-head .element_wrapper {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.vacaturesfeed_item-body {
  display: none;
  padding-bottom: 40px;
  background: transparent;
  padding: 1em;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.vacaturesfeed_item-body #test div {
  color: #333;
  margin: 0;
  padding: 0;
}
.vacaturesfeed_item-body .text {
  font-size: 18px;
  color: #333;
  margin: 14px 0;
  padding: 0;
}
.vacaturesfeed_item-body .images {
  margin-top: 30px;
}
.vacaturesfeed_item-body .images .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  float: left;
}
.vacaturesfeed_item-body .images .item span {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  display: block;
  float: left;
}
.vacaturesfeed_item-body .images .item:nth-child(3n) {
  margin-right: 0;
}
.vacaturesfeed_item-body .images .item:nth-child(3n+1) {
  clear: both;
}
.vacaturesfeed_item-body .images .img {
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}
.vacaturesfeed_item-body .images .img img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.vacaturesfeed_item-body .images .scroll {
  white-space: nowrap;
  width: auto;
  position: relative;
}
.vacaturesfeed_item-body button {
  font-size: 12px;
  color: #999;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  margin: 1em 0;
  padding: 0 15px;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 2px solid #999;
}
.vacaturesfeed_item-body button:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
#solicitatieform_wrapper #gekozenzaak .selectholder {
  display: none;
}
#solicitatieform_wrapper .formtextareafield textarea {
  min-height: 500px;
}
/*----------------------------------------------------------------------------------
4. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .vacaturespage .left_content {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1040px) {
  .pdfupload_wrapper,
  .fotoupload_wrapper {
    width: 100%;
    background-color: transparent;
  }
  .pdfupload_wrapper h2,
  .fotoupload_wrapper h2 {
    color: #000;
    padding: 10px 0px;
    font-size: 0.8em;
  }
  .pdfupload_wrapper iframe,
  .fotoupload_wrapper iframe {
    width: 100%;
    height: 100px;
    max-width: 100%;
  }
}
.map-page #map_holderheight {
  height: 50vh;
  padding: 0;
}
.map-page #mapPage_wrapper {
  width: 75%;
  left: 25%;
  min-height: 25vh;
  height: 100%;
  position: relative;
}
.map-page #map_canvas {
  height: 50vh;
  top: 0;
}
.map-page #adres_wrapper {
  position: absolute;
  left: 15vw;
  top: 35vh;
  display: inline-block;
  width: auto;
  z-index: 1;
  background: #fff;
  padding: 1.5em 2em;
  font-size: 1.2em;
}
.map-page .newsletter_socialmediaWrapper {
  display: none;
}
@media screen and (max-width: 1041px) {
  .map-page #map_holderheight {
    height: 70vh;
  }
  .map-page #map_canvas {
    height: 70vh;
  }
  .map-page #mapPage_wrapper {
    width: 100%;
    left: 0%;
  }
  .map-page #adres_wrapper {
    padding: 0.5em;
    font-size: 0.5em;
    left: 5%;
    top: 25vh;
  }
}
/*Import "Contacts page" styles*/
/* Nariko */
#close_result {
  width: 20px;
  height: 20px;
  background-image: url('../../images/webshop_icons/close.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  margin: auto;
  margin-top: 2em;
  display: none;
}
#newsletterForm_Wrapper {
  display: block;
  margin: auto;
  position: relative;
  vertical-align: middle;
  transform: translate(0px, -50%);
  top: 50%;
}
#newslettermoduleTekst {
  color: #4E6167;
  margin: 0;
  padding: 0;
  text-align: center;
}
#newsletterForm {
  margin: 0px;
  border: none;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
#newsletterForm fieldset {
  margin: 0px;
  border: none;
  padding: 0px;
  width: 100%;
  float: left;
}
#newsletterForm fieldset div {
  width: 25% ;
  padding-right: 1em;
}
#newsletterForm .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0em;
  max-width: 100%;
  width: calc(100%);
  vertical-align: top;
}
#newsletterForm .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0 0.8em;
  width: 70%;
  border: none;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
  font-family: inherit;
}
#newsletterForm .input__field:focus {
  outline: none;
}
#newsletterForm .input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 30%;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#newsletterForm .input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
#newsletterForm #submit {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  background-color: #ffffff;
  color: #4E6167;
  margin: auto;
  text-transform: uppercase;
  margin-top: 1em;
  float: right;
  border-radius: 0;
  -webkit-appearance: none;
}
#newsletterForm #submit:hover {
  cursor: pointer;
  border: 1px solid #eee;
}
#newsletterForm input[type=submit] {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  background-color: #ffffff;
  color: #4E6167;
  margin: auto;
  text-transform: uppercase;
  margin-top: 1em;
  float: right;
  border-radius: 0;
  -webkit-appearance: none;
}
#newsletterForm .errorlist {
  list-style: none;
}
#newsletterForm .error {
  z-index: 20000;
  color: red;
  font-size: 0.7em;
  top: 5px;
  left: 5px;
  text-align: left;
  letter-spacing: 0;
  margin-right: 3px;
}
#newsletterForm .error span {
  color: red;
  width: 70%;
  height: auto;
  margin: 0;
  display: inline-block;
  font-size: 0.8em;
  top: 25px;
  left: 5px;
  position: absolute;
  text-align: left;
  line-height: 0em;
  padding-right: 0em;
  z-index: 0;
}
#newsletterForm .input--nariko {
  overflow: hidden;
  padding-top: 2em;
}
#newsletterForm .input__field--nariko {
  width: 100%;
  background: transparent;
  opacity: 0;
  padding: 0.35em;
  z-index: 100;
  color: #000;
  font-size: 10pt;
}
#newsletterForm .input__field--nariko:focus {
  cursor: text;
  opacity: 1;
  -webkit-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s;
}
#newsletterForm .input__field--nariko:focus .input__label--nariko::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: translate3d(0, -3.3em, 0);
  transform: translate3d(0, -3.3em, 0);
}
#newsletterForm .input__field--nariko:focus .input__label--nariko .input__label-content--nariko {
  color: #fff;
  font-weight: bold;
  -webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
  transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
}
#newsletterForm .input__label--nariko {
  width: 100%;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  text-align: left;
  color: #fff;
  padding: 0 0.5em;
}
#newsletterForm .input__label--nariko::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4em;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ddd;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#newsletterForm .input__label-content--nariko {
  padding: 0.5em 0;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#newsletterForm .input--filled .input__field--nariko {
  cursor: text;
  opacity: 1;
  -webkit-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s;
}
#newsletterForm .input--filled .input__label--nariko::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: translate3d(0, -3.3em, 0);
  transform: translate3d(0, -3.3em, 0);
}
#newsletterForm .input--filled .input__label-content--nariko {
  color: #fff;
  font-weight: bold;
  -webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
  transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
}
#newsletterForm_result {
  font-size: 1em;
  color: #000;
  width: 100%;
  display: inline-block;
  z-index: 10;
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
#newsletterForm_result h3 {
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}
@media screen and (max-width: 1201px) {
  #newsletterForm fieldset {
    margin: 0px;
    border: none;
    padding: 0px;
    width: 100%;
    float: left;
  }
  #newsletterForm fieldset div {
    width: 100% ;
    padding-right: 1em;
  }
  #newsletterForm .input__field--kaede:focus .input__label--kaede {
    -webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    pointer-events: none;
  }
  #newsletterForm .input--filled .input__label--kaede {
    -webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    pointer-events: none;
  }
}
/*------------------------------------------------------------------
[Table of contents]

1. Page styles
2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.contacts-page .contenttext .contentformw_mainrapper {
  width: 50%;
}
.contacts-page .contenttext .tekstveld {
  width: 50%;
}
.contacts-page .page_body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 46px;
}
.contacts-page .contacts-left {
  background: #f7f7f7;
  border-radius: 12px;
  min-height: 455px;
  width: 42%;
  padding: 48px;
}
.contacts-page .contacts-left .tel {
  width: 50%;
}
.contacts-page .contacts-left .tel a {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  line-height: 36px;
}
.contacts-page .contacts-left p:not([class]) {
  color: rgba(34, 34, 34, 0.37);
  font-size: 18px;
}
.contacts-page .contacts-left .email {
  width: 50%;
}
.contacts-page .contacts-left .email a {
  font-size: 22px;
  color: #c21820;
  line-height: 36px;
}
.contacts-page .contacts-left .address {
  font-size: 18px;
  color: #222;
  position: relative;
  padding-left: 25px;
  margin-top: 36px;
}
.contacts-page .contacts-left .address:before {
  width: 16px;
  height: 22px;
  background: url(../img/geo-red.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
}
.contacts-page .contacts-left .social-links {
  margin-top: 34px;
}
.contacts-page .contacts-left .btn {
  height: 48px;
  background: #d03000;
  border-radius: 8px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  display: block;
  float: left;
  line-height: 48px;
  width: auto;
  margin-top: 70px;
}
.contacts-page .contacts-right {
  background: #eee;
  min-height: 455px;
  border-radius: 12px;
  width: 56%;
  overflow: hidden;
  position: relative;
  margin-left: 2%;
}
.contacts-page .contacts-right .map {
  border-radius: 12px;
}
.contacts-page .contacts-right .map iframe {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1520px) {
  .contacts-page .contacts-left .tel a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1300px) {
  .contacts-page .contacts-left .tel {
    width: 100%;
    margin-bottom: 10px;
  }
  .contacts-page .contacts-left .email {
    width: 100%;
  }
  .contacts-page .contacts-left .address {
    margin-top: 25px;
  }
  .contacts-page .contacts-left .btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts-page .contacts-left {
    width: 100%;
    min-height: inherit;
  }
  .contacts-page .contacts-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .contacts-page .contacts-left .tel {
    width: 50%;
  }
  .contacts-page .contacts-left .email {
    width: 50%;
  }
  .contacts-page .page_body {
    display: block;
  }
  .contacts-page .contacts-right {
    min-height: inherit;
    height: 450px;
  }
}
@media screen and (max-width: 758px) {
  .contacts-page .contenttext .contentformw_mainrapper {
    width: 100%;
  }
  .contacts-page .contenttext .tekstveld {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contacts-page .contacts-left {
    padding: 26px;
  }
  .contacts-page .contacts-left .email {
    clear: both;
    width: 100%;
  }
  .contacts-page .contacts-left .tel {
    width: 100%;
  }
  .contacts-page .contacts-right {
    height: 360px;
  }
}
@media screen and (max-width: 400px) {
  .contacts-page .contacts-left {
    padding: 26px 20px;
  }
  .contacts-page .contacts-left .address {
    font-size: 16px;
  }
  .contacts-page .contacts-left .social-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon/icomoon.eot?-rdnm34');
  src: url('../../fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'), url('../../fonts/icomoon/icomoon.woff?-rdnm34') format('woff'), url('../../fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'), url('../../fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* more items require more delay declarations */
div.cs-skin-underline {
  background: transparent;
  font-size: 1.2em;
  text-align: center;
  max-width: 600px;
  color: #333;
}
.cs-skin-underline > span {
  padding: 0.5em 3em 0.5em 3em;
  border-bottom: 2px solid #333;
  border-color: inherit;
  font-family: "ATTriumvirate", sans-serif;
  font-size: 1em;
}
.cs-skin-underline > span::after {
  font-family: 'icomoon';
  content: '\e003';
  right: 0.25em;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.cs-skin-underline .cs-options {
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
  transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
}
.cs-skin-underline .cs-options li span:hover {
  color: #000;
  font-weight: 700;
  background: transparent;
}
.cs-skin-underline .cs-options li.cs-focus span {
  color: #000;
  font-weight: 700;
  background: transparent;
}
.cs-skin-underline ul span {
  position: relative;
  font-size: 77%;
  font-weight: normal;
  color: #333;
  padding: 1.2em 0.8em;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cs-skin-underline ul span::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #333;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.cs-skin-underline li:nth-child(5) span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cs-skin-underline li:nth-child(5) span::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cs-skin-underline li:nth-child(4) span {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.cs-skin-underline li:nth-child(4) span::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.cs-skin-underline li:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cs-skin-underline li:nth-child(3) span::before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cs-skin-underline li:nth-child(2) span {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs-skin-underline li:nth-child(2) span::before {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs-skin-underline li:first-child span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cs-skin-underline li:first-child span::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cs-skin-underline li.cs-selected span {
  color: #000;
  font-weight: 700;
  background: transparent;
}
.cs-skin-underline.cs-active > span::after {
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
}
.cs-skin-underline.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cs-skin-underline.cs-active ul span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cs-skin-underline.cs-active ul span::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cs-skin-underline.cs-active li:first-child span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cs-skin-underline.cs-active li:first-child span::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cs-skin-underline.cs-active li:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.cs-skin-underline.cs-active li:nth-child(2) span::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.cs-skin-underline.cs-active li:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs-skin-underline.cs-active li:nth-child(4) span::before {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs-skin-underline.cs-active li:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cs-skin-underline.cs-active li:nth-child(5) span::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cs-select ul span::after {
  content: '';
  opacity: 0;
}
.cs-select .cs-selected span::after {
  font-family: 'icomoon';
  content: '\e00d';
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.7s;
  transition: opacity 0.3s 0.7s;
}
@media screen and (max-width: 30em) {
  div.cs-skin-underline {
    font-size: 1.2em;
  }
}
#contactmoduleTekst {
  color: #333;
  margin: 0;
  padding: 2em 0 0 0;
  margin: auto;
  font-size: 0.8em;
}
#contactmoduleTekst h5 {
  font-size: 1em;
  color: #333;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
#contactmoduleTekst p {
  font-size: 0.8em;
  color: #333;
  margin: 0;
  padding: 0;
}
#contactmoduleTekst div {
  font-size: 0.8em;
  color: #333;
  margin: 0;
  padding: 0;
}
#gekozenzaak {
  display: inline-block;
  margin: auto;
  position: relative;
  width: 100%;
  float: none;
  margin-bottom: 2em !important;
}
#gekozenzaak .selectholder_text {
  color: #333;
  font-size: 0.8em;
}
#contactForm {
  margin: auto;
  border: none;
  padding: 0px;
  display: block;
  width: 100%;
  padding-bottom: 3em;
}
#contactForm fieldset {
  margin: 0px;
  border: none;
  padding: 0px;
}
#contactForm .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0em;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}
#contactForm .input__field {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  border: none;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
}
#contactForm .input__field:focus {
  outline: none;
}
#contactForm .input__label {
  float: right;
  padding: 0;
  width: 100%;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contactForm textarea {
  width: 100% !important;
  font-family: inherit;
  height: 100%;
  border: 1px solid #999;
  padding: 0em;
  display: inline-block;
  min-height: 120px;
  padding: 5px 10px;
  background: transparent;
  color: #333;
}
#contactForm textarea:focus {
  border: 1px solid #000;
}
#contactForm .textareainput__label {
  display: inline-block !important;
  padding: 0;
  color: #333;
  font-size: 0.7em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px;
  text-align: left;
  width: 100%;
}
#contactForm .aantal_label {
  color: #4E6167;
  padding: 0 0.5em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 70.25%;
  opacity: 0.8;
  margin-bottom: 1em;
}
#contactForm #aantal_wrapper {
  display: inline-block;
  margin-top: 2em;
  width: 100%;
}
#contactForm .select2 {
  margin-top: 5px;
}
#contactForm .select2-selection {
  font-size: 1.2em;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
}
#contactForm .submit-area {
  float: right;
}
#contactForm .submit {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  padding: 0.5em 1em;
  border: 1px solid #eee;
  background: #999;
  color: #eee;
  text-transform: uppercase;
  float: right;
  position: relative;
  display: block;
}
#contactForm .submit:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}
#contactForm .errorlist {
  list-style: none;
}
#contactForm .error {
  z-index: 2;
  color: red;
  top: 5px;
  left: 5px;
  text-align: left;
  letter-spacing: 0;
  margin-right: 3px;
}
#contactForm .error span {
  color: red;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  font-size: 0.8em;
  text-align: left;
  line-height: 0em;
  padding-right: 0em;
  z-index: 0;
  display: inline-block;
}
#contactForm label.error {
  width: 100%;
  display: inline-block;
}
.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.formtextareafield {
  margin-top: 2em;
  width: 100%;
  display: inline-block;
}
#newslettertext {
  display: inline-block;
  font-size: 0.6em;
  padding: 0;
  color: #4E6167;
  text-align: left !important;
  width: calc(100% - 30px);
  line-height: normal;
}
input[type=checkbox] {
  visibility: hidden;
}
.newslettercheckbox {
  width: 16px;
  height: 16px;
  background: #333;
  max-width: 16px;
  float: left;
  margin: 10px auto;
  position: relative;
}
.newslettercheckbox label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 1px;
  top: 1px;
  background: #fff;
}
.newslettercheckbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #333;
  top: 1px;
  left: 1px;
}
.newslettercheckbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.newslettercheckbox input[type=checkbox]:checked label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#contactForm_result {
  margin: 0;
  color: #333;
  width: 100%;
  height: auto;
  display: inline-block;
  z-index: 10;
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}
#contactForm_result h3 {
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}
.input--nariko {
  overflow: hidden;
  padding-top: 2em;
}
.input__field--nariko {
  width: 100%;
  background: transparent;
  opacity: 0;
  padding: 0.35em;
  z-index: 100;
  font-family: inherit;
  color: #333;
  font-size: 10pt;
}
.input__field--nariko:focus {
  cursor: text;
  opacity: 1;
  -webkit-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s;
}
.input__field--nariko:focus .input__label--nariko::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: translate3d(0, -3.3em, 0);
  transform: translate3d(0, -3.3em, 0);
}
.input__field--nariko:focus .input__label--nariko .input__label-content--nariko {
  color: #333;
  -webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
  transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
}
.input__label--nariko {
  width: 100%;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  text-align: left;
  color: #4E6167;
  padding: 0 0.5em;
}
.input__label--nariko::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4em;
  top: 100%;
  left: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: transparent;
}
.input__label-content--nariko {
  padding: 0.5em 0;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input--filled .input__field--nariko {
  cursor: text;
  opacity: 1;
  -webkit-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s;
  font-family: futura-pt, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.input--filled .input__label--nariko::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: translate3d(0, -3.3em, 0);
  transform: translate3d(0, -3.3em, 0);
}
.input--filled .input__label-content--nariko {
  color: #333;
  -webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
  transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
}
@media screen and (max-width: 34em) {
  .input__field--kaede:focus .input__label--kaede {
    -webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    pointer-events: none;
  }
  .input--filled .input__label--kaede {
    -webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    pointer-events: none;
  }
}
@media screen and (min-width: 480px) {
  #newslettertext {
    display: inline-block;
    font-size: 0.7em;
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  #newslettertext {
    width: calc(100% - 18px) !important;
    padding: 12px 10px;
  }
  #contact_submitarea {
    margin-top: 0em !important;
    float: right;
    position: relative;
    margin-top: 2em;
    width: 100% !important;
  }
  #contactForm .submit {
    width: 100% !important;
  }
}
#aantalguests {
  font-family: 'brother-1816', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  padding-left: 60px;
  background: url(../../images/icons/brn/bag_brn.svg) left center no-repeat;
  background-size: 55px auto;
  width: 120px;
  position: relative;
  float: right;
  right: 0;
  top: 0;
  border: none;
}
.addGuestBtnwrapper {
  padding: 1em 0;
}
#addGuest {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0.6em 1.5em;
  border: 0px solid #232529;
  border-radius: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 45px;
  background: url(../../img/plus-circle.svg) left center no-repeat;
  background-size: 35px auto;
}
#addGuest:hover {
  background: url(../../img/plus-circle_hover.svg) left center no-repeat;
  background-size: 35px auto;
}
#addGuest:focus {
  background: url(../../img/plus-circle_hover.svg) left center no-repeat;
  background-size: 35px auto;
}
#addGuestResult {
  width: 100%;
  display: inline-block;
}
#addGuestResult li {
  font-family: 'brother-1816', sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding-left: 45px;
  background: url(../../images/icons/brn/bag_brn.svg) left center no-repeat;
  background-size: 40px auto;
  margin-bottom: 10px;
}
.formfieldguest {
  width: 100%;
  float: left;
  display: inline-block;
  padding: 0em;
  box-sizing: border-box;
}
#invitefriendsForm #submit {
  background: transparent;
  border: none;
  color: #eee;
  text-transform: uppercase;
  text-align: right !important;
  font-weight: normal;
  display: inline-block;
  font-size: 1em;
  position: relative;
  margin: 0;
  float: right;
  height: auto;
  padding: 0.5em 1.7em;
  background: #4d6aa8;
}
#invitefriendsForm #submit:hover {
  /*background: #fff;
	border:none;
	*/
  cursor: pointer;
}
#newsletterForm_result {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 10;
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-top: 10vh;
  padding: 10px;
  box-sizing: border-box;
  font-size: 100;
}
#newsletterForm_result h3 {
  font-size: 1.2em;
}
#invitefriendsForm .errorlist {
  list-style: none;
}
#invitefriendsForm .error span {
  color: yellow;
  width: 70%;
  height: auto;
  margin: 0;
  display: inline-block;
  font-size: 0.8em;
  top: 25px;
  left: 5px;
  position: absolute;
  text-align: left;
  line-height: 0em;
  padding-right: 0em;
  z-index: 0;
}
#invitefriendsForm .error {
  z-index: 20000;
  color: yellow;
  font-size: 0.7em;
  top: 5px;
  left: 5px;
  text-align: left;
  letter-spacing: 0;
  margin-right: 3px;
}
@media screen and (max-width: 34em) {
  .input__field--kaede:focus + .input__label--kaede,
  .input--filled .input__label--kaede {
    -webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    pointer-events: none;
  }
}
#contactmoduleTekst {
  color: #333;
  margin: 0;
  padding: 2em 0 0 0;
  margin: auto;
  font-size: 0.8em;
}
#contactmoduleTekst h5 {
  font-size: 1em;
  color: #333;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
#contactmoduleTekst p {
  font-size: 0.8em;
  color: #333;
  margin: 0;
  padding: 0;
}
#contactmoduleTekst div {
  font-size: 0.8em;
  color: #333;
  margin: 0;
  padding: 0;
}
#gekozenzaak {
  display: inline-block;
  margin: auto;
  position: relative;
  width: 100%;
  float: none;
  margin-bottom: 2em !important;
}
#gekozenzaak .selectholder_text {
  color: #333;
  font-size: 0.8em;
}
@media screen and (max-width: 34em) {
  .input__field--kaede:focus .input__label--kaede {
    -webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    pointer-events: none;
  }
  .input--filled .input__label--kaede {
    -webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
    pointer-events: none;
  }
}
@media screen and (min-width: 480px) {
  #newslettertext {
    display: inline-block;
    font-size: 0.7em;
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  #newslettertext {
    width: calc(100% - 18px) !important;
    padding: 12px 10px;
  }
}
/*Import "About Us page" styles*/
/*------------------------------------------------------------------
[Table of contents]

1. Page styles
2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.about-us-page .title {
  margin-bottom: 40px;
  text-align: center;
}
.about-us-page .about-us {
  text-align: center;
}
.about-us-page .description {
  color: #333;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 28px;
}
.about-us-page .text {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 2rem;
  font-weight: 300;
}
.about-us-page .text div {
  font-weight: 300;
}
.about-us-page .text p {
  font-weight: 300;
}
.about-us-page .image-block {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: left;
  width: 100px;
  float: none;
  margin: 2em auto;
}
.about-us-page .image-block img {
  border-radius: 14px;
  display: block;
  max-width: 100%;
}
.about-us-page .image-block span {
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin-top: 10px;
}
.about-us-page .statistics {
  margin-top: 40px;
}
.about-us-page .statistics_item {
  text-align: center;
  width: 30%;
  margin-right: 5%;
  padding: 0 20px;
}
.about-us-page .statistics_item:last-child {
  margin-right: 0;
}
.about-us-page .statistics_item ._value {
  font-size: 34px;
  font-family: "Prata", serif;
  color: #fff;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ff3b00;
  line-height: 120px;
  display: inline-block;
  float: none;
  margin-bottom: 12px;
}
.about-us-page .statistics_item ._title {
  font-size: 21px;
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-us-page .statistics_item ._text {
  font-size: 21px;
  color: #919193;
}
.about-us-page .team {
  overflow: hidden;
  margin-top: 74px;
  margin-bottom: 80px;
}
.about-us-page .team-head {
  position: relative;
  margin-bottom: 40px;
}
.about-us-page .team-head .title {
  text-align: center;
  margin-bottom: 0;
}
.about-us-page .team .slick-list {
  overflow: visible;
}
.about-us-page .team .arrows {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: auto;
}
.about-us-page .team .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c7c7c7;
  position: relative;
  transition: all 0.2s linear;
}
.about-us-page .team .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.about-us-page .team .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.about-us-page .team .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.about-us-page .team .arrows .arrow:hover {
  background: rgba(199, 199, 199, 0.18);
  transition: all 0.2s linear;
  cursor: pointer;
}
.about-us-page .team .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.about-us-page .team .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.about-us-page .team_item {
  width: 456px;
  margin-right: 30px;
}
.about-us-page .team_item:hover .image:before {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.about-us-page .team_item:hover .image .socials {
  opacity: 1;
  transition: all 0.4s ease;
}
.about-us-page .team_item:hover .image .socials .links {
  transform: none;
  transition: all 0.4s ease;
}
.about-us-page .team_item .image {
  height: 456px;
  border-radius: 14px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.about-us-page .team_item .image .img_wrap {
  height: inherit;
}
.about-us-page .team_item .image:before {
  background: #222;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s linear;
}
.about-us-page .team_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-us-page .team_item .image .socials {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.2s linear;
}
.about-us-page .team_item .image .socials .links {
  text-align: center;
  transform: scale(1.3);
  transition: all 0.4s ease;
}
.about-us-page .team_item .image .socials .links a {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: none;
  position: relative;
  margin: 0 16px;
}
.about-us-page .team_item .image .socials .links a:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
}
.about-us-page .team_item .image .socials .links a.facebook:before {
  width: 16px;
  height: 28px;
  background-image: url(../img/facebook-logo.svg);
  margin-top: -14px;
  margin-left: -8px;
}
.about-us-page .team_item .image .socials .links a.instagram:before {
  width: 26px;
  height: 26px;
  background-image: url(../img/instagram-logo.svg);
  margin-top: -13px;
  margin-left: -13px;
}
.about-us-page .team_item .image .socials .links a.pinterest:before {
  width: 22px;
  height: 28px;
  background-image: url(../img/pinterest.svg);
  margin-top: -14px;
  margin-left: -11px;
}
.about-us-page .team_item .image .socials .links a.twitter:before {
  width: 28px;
  height: 22px;
  background-image: url(../img/twitter-logo.svg);
  margin-top: -11px;
  margin-left: -14px;
}
.about-us-page .team_item .name {
  font-size: 21px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-us-page .team_item .position {
  font-size: 21px;
  color: #919193;
}
.about-us-page .office .arrows {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: auto;
}
.about-us-page .office .arrows .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  position: relative;
  transition: all 0.2s linear;
}
.about-us-page .office .arrows .arrow:before {
  width: 16px;
  height: 12px;
  background: url(../img/left-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 1;
  transition: all 0.2s linear;
}
.about-us-page .office .arrows .arrow:after {
  width: 16px;
  height: 12px;
  background: url(../img/right-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  opacity: 0;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.about-us-page .office .arrows .arrow.next {
  margin-left: 18px;
  transform: rotate(180deg);
}
.about-us-page .office .arrows .arrow:hover {
  background: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.about-us-page .office .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.about-us-page .office .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.about-us-page .office .slider_wrap {
  position: relative;
  margin-bottom: 44px;
}
.about-us-page .office_slider {
  overflow: hidden;
  border-radius: 15px;
}
.about-us-page .office_slider .slide {
  height: 524px;
  overflow: hidden;
  border-radius: 15px;
}
.about-us-page .office_slider .slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (min-width: 1521px) {
  .about-us-page .wrap {
    max-width: 1090px;
  }
  .about-us-page .team .wrap {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1520px) {
  .about-us-page .team_item {
    width: 382px;
    margin-right: 16px;
  }
  .about-us-page .team_item .image {
    height: 376px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-page .statistics_item {
    padding: 0;
  }
  .about-us-page .statistics_item ._text {
    font-size: 18px;
  }
  .about-us-page .statistics_item ._title {
    font-size: 20px;
  }
  .about-us-page .team_item .position {
    font-size: 19px;
  }
}
@media screen and (max-width: 1040px) {
  .about-us-page .team_item .image .socials .links {
    transform: none;
  }
  .mobile .about-us-page .team-body .slider {
    overflow: auto;
    padding-left: 4vw;
    padding-bottom: 8px;
  }
  .mobile .about-us-page .team-body .slider .team_slider {
    width: auto;
    white-space: nowrap;
  }
  .mobile .about-us-page .team_item {
    display: inline-block;
    float: none;
    white-space: normal;
  }
  .mobile .about-us-page .team_item:last-child {
    margin-right: 4vw;
  }
  .mobile .about-us-page .team .title {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mobile .about-us-page .team .wrap {
    max-width: 100%;
    width: 100%;
  }
  .mobile .about-us-page .team .arrows {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about-us-page .statistics_item ._text {
    font-size: 16px;
  }
  .about-us-page .team_item .image {
    overflow: visible;
    height: 310px;
  }
  .about-us-page .team_item .image .img_wrap {
    overflow: hidden;
    border-radius: 14px;
  }
  .about-us-page .team_item .image .socials {
    opacity: 1;
    height: auto;
    bottom: -50px;
    top: auto;
  }
  .about-us-page .team_item {
    width: 310px;
  }
  .about-us-page .team_item .image .socials .links {
    text-align: left;
  }
  .about-us-page .team_item .image .socials .links a {
    margin-left: 0;
  }
  .about-us-page .team_item .image .socials .links a.facebook:before {
    background-image: url(../img/facebook-logo-black.svg);
  }
  .about-us-page .team_item .image .socials .links a.instagram:before {
    background-image: url(../img/instagram-logo-black.svg);
  }
  .about-us-page .team_item .image .socials .links a.pinterest:before {
    background-image: url(../img/pinterest-black.svg);
  }
  .about-us-page .team_item .image .socials .links a.twitter:before {
    background-image: url(../img/twitter-logo-black.svg);
  }
  .about-us-page .team_item .image {
    margin-bottom: 60px;
  }
  .about-us-page .team_item .name {
    margin-bottom: 5px;
  }
  .about-us-page .office_slider .slide {
    height: 60vw;
  }
  .about-us-page .office .arrows .arrow {
    background: #fff;
  }
  .about-us-page .office .arrows .arrow:before {
    opacity: 0;
  }
  .about-us-page .office .arrows .arrow:after {
    opacity: 1;
  }
  .about-us-page .team_item .image:before {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .about-us-page .description {
    font-size: 20px;
  }
  .about-us-page .title {
    margin-bottom: 20px;
  }
  .about-us-page .text {
    font-size: 18px;
  }
  .about-us-page .statistics_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about-us-page .statistics_item:last-child {
    margin-bottom: 0;
  }
  .about-us-page .statistics_item ._title {
    margin-bottom: 10px;
  }
  .about-us-page .team .arrows {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .about-us-page .description {
    font-size: 18px;
  }
  .about-us-page .office .arrows {
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 360px) {
  .about-us-page .team_item {
    width: 270px;
    margin-right: 12px;
  }
  .about-us-page .team_item .image {
    height: 272px;
  }
}
/*//////////////COOKIE   */
.cookiehide {
  display: none;
}
#confirmcookie {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  /*! left: 35%; */
  height: auto;
  /*background-color: rgba(255,255,255,0.8);
	background: #dfd6c7;
	background-color: rgba(255,255,255,0.9);*/
  background-color: #999;
  text-align: left;
  color: #333;
  z-index: 12;
  padding: 2em 1em;
  border: 2px solid #999;
  border-radius: 0em;
}
#confirmcookie .confirmcookie_txt_wrapper {
  width: 100%;
  display: inline-block;
  background-color: #999;
}
#confirmcookie #confirmcookie_tit {
  margin-bottom: 0.5em;
  display: inline-block;
}
#confirmcookie #confirmcookie_tekst {
  font-size: 0.8em;
  margin-bottom: 2em;
}
#confirmcookie #confirmcookie_link {
  width: auto;
  float: right;
  position: relative;
  text-align: right;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  background: #ccc2b8;
  color: #999;
  padding: 0.5em 1em;
  bottom: 10px;
  right: 10px;
  border-radius: 0em;
}
#confirmcookie #confirmcookie_link:hover {
  cursor: pointer;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  background: 600;
  color: #666;
}
@media screen and (min-width: 641px) {
  #confirmcookie {
    width: 50%;
  }
}
@media screen and (in-width: 1200px) {
  #confirmcookie {
    width: 30%;
  }
}
#countrychooseForm {
  margin-top: 2em;
}
#countrychooseForm fieldset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#countrychooseForm .chosen-container {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: calc(100% - 60px);
  max-width: calc(100% - 60px);
  margin-bottom: 2em;
}
#FullcountrychooseWrapper {
  display: none;
  overflow: none;
}
#FullcountrychooseWrapper #countrychooseClose {
  position: fixed;
  top: 10px;
  right: 10px;
}
#FullcountrychooseWrapper #countrychooseForm {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  margin: auto !important;
}
#FullcountrychooseWrapper #countrychooseForm fieldset {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#FullcountrychooseWrapper #countrychooseWrapper {
  width: 100%;
  height: auto;
  top: 5vh;
  background-color: #fff;
  display: inline-block;
  z-index: 11;
  padding: 10px;
  text-align: center;
  position: fixed;
  left: 25vw;
}
#FullcountrychooseWrapper #countrychooseWrapper select {
  display: inline-block;
  margin-bottom: 25px !important;
  position: relative;
  max-width: 100% !important;
  text-align: center;
  margin: auto !important;
}
#FullcountrychooseWrapper #countrychooseWrapper .ccformtxt {
  padding: 2em 1em 0em 1em;
}
#FullcountrychooseWrapper .chosen-container {
  width: 100% !important;
}
#FullcountrychooseWrapper .chosen-container-single {
  width: 100% !important;
}
.icon_countrychoose {
  margin-left: 0%;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center center;
  opacity: 0.7;
}
#icon_language {
  background-image: url('../countrychoose/images/mobile_language.svg');
}
#icon_currency {
  background-image: url('../countrychoose/images/mobile_currency.svg');
}
#icon_world {
  background-image: url('../countrychoose/images/mobile_world.svg');
}
.cc_titel {
  padding: 0.5em 0.5em 0 0.5em;
  font-weight: normal;
  text-align: left;
  width: calc(100% - 60px);
  font-size: 14px;
}
#countrychooseWrapper p {
  font-size: 0.7em;
  padding: 1em;
}
#countrychooseWrapper .submit {
  font-style: normal;
  font-weight: 300;
  width: 100%;
  background: #fff;
  margin-top: 2em;
  display: inline-block;
  float: none;
}
#countrychooseWrapper .submit:hover {
  cursor: pointer;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
#main h1 {
  color: #000;
  font-size: 1.2em;
  font-family: futura-pt, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 1em 0;
}
.fotogalerij-page .grid-item.size_100.fullsize {
  margin: 0;
}
.fotogalerij-page .content_sliderwrapper {
  max-width: 100%;
}
.fotogalerij-page .fotogalerij .fotogalsizer {
  width: 100%;
}
.fotogalerij-page .fotogalerij .fotogalVisual {
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .fotogalerij-page .fotogalerij .fotogalsizer {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .fotogalerij-page .fotogalerij .fotogalsizer {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1600px) {
  .fotogalerij-page .fotogalerij .fotogalsizer {
    width: 25%;
  }
}
@media screen and (min-width: 1900px) {
  .fotogalerij-page .fotogalerij .fotogalsizer {
    width: 20%;
  }
}
/*Import "404 page" styles*/
/*------------------------------------------------------------------
[Table of contents]

1. Page styles
2. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
1. Page styles
-----------------------------------------------------------------------------------*/
.page_404 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  animation: flicker 1.8s;
  -webkit-animation: flicker 1.8s;
}
.page_404 .wrap {
  height: 100%;
}
.page_404 .wrap_float {
  height: 100%;
  display: flex;
  align-items: center;
}
.page_404 .top {
  position: relative;
  padding: 100px 0;
}
.page_404 .logo {
  width: 138px;
  height: 48px;
  background: url(../img/logo.svg) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -69px;
  opacity: 0.6;
  z-index: 4;
}
.page_404 .logo:hover {
  opacity: 1;
}
.page_404 .error {
  font-size: 203px;
  color: #fff;
  font-family: "Prata", serif;
  text-align: center;
  line-height: 1;
}
.page_404 .error_text {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-family: "Prata", serif;
}
.page_404 .buttons {
  text-align: center;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  left: 0;
}
.page_404 .buttons .btn {
  background: #D03000;
  height: 58px;
  line-height: 58px;
  text-align: center;
  padding: 0 22px;
  border-radius: 6px;
  display: inline-block;
  float: none;
  margin: 0 15px;
  width: auto;
  color: #fff;
  font-size: 18px;
  min-width: 200px;
  opacity: 0.3;
  transition: all 0.2s linear;
}
.page_404 .buttons .btn:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.page_404 .room {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.page_404 .cover {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  animation: flicker 1.8s;
  -webkit-animation: flicker 1.8s;
  z-index: 2;
}
@keyframes flicker {
  0% {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
  }
  5% {
    background: rgba(0, 0, 0, 0.65);
  }
  10% {
    background: rgba(0, 0, 0, 0.85);
  }
  15% {
    background: rgba(0, 0, 0, 0.65);
  }
  20% {
    background: rgba(0, 0, 0, 0.85);
  }
  40% {
    background: rgba(0, 0, 0, 0.85);
  }
  45% {
    background: rgba(0, 0, 0, 0.65);
  }
  50% {
    background: rgba(0, 0, 0, 0.85);
  }
  65% {
    background: rgba(0, 0, 0, 0.85);
  }
  70% {
    background: rgba(0, 0, 0, 0.65);
  }
  75% {
    background: rgba(0, 0, 0, 0.85);
  }
  80% {
    background: rgba(0, 0, 0, 0.65);
  }
  95% {
    background: rgba(0, 0, 0, 0.65);
  }
  100% {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
  }
  5% {
    background: rgba(0, 0, 0, 0.65);
  }
  10% {
    background: rgba(0, 0, 0, 0.85);
  }
  15% {
    background: rgba(0, 0, 0, 0.65);
  }
  20% {
    background: rgba(0, 0, 0, 0.85);
  }
  40% {
    background: rgba(0, 0, 0, 0.85);
  }
  45% {
    background: rgba(0, 0, 0, 0.65);
  }
  50% {
    background: rgba(0, 0, 0, 0.85);
  }
  65% {
    background: rgba(0, 0, 0, 0.85);
  }
  70% {
    background: rgba(0, 0, 0, 0.65);
  }
  75% {
    background: rgba(0, 0, 0, 0.85);
  }
  80% {
    background: rgba(0, 0, 0, 0.65);
  }
  95% {
    background: rgba(0, 0, 0, 0.65);
  }
  100% {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
  }
}
/*----------------------------------------------------------------------------------
2. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-height: 360px) {
  .page_404 {
    height: auto;
    position: relative;
    padding-bottom: 60px;
  }
  .page_404 .wrap_float {
    align-items: flex-start;
    padding-top: 120px;
  }
}
@media screen and (max-width: 1040px) {
  .page_404 .cover,
  .page_404 .room {
    display: none;
  }
  .page_404 .error {
    font-size: 140px;
  }
  .page_404 .error_text {
    font-size: 34px;
  }
  .page_404 .top {
    padding: 0;
  }
  .page_404 .buttons {
    position: static;
    margin-top: 30px;
  }
  .page_404 .buttons .btn {
    opacity: 1;
  }
  .page_404 .logo {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .page_404 .error {
    font-size: 93px;
  }
  .page_404 .error_text {
    font-size: 24px;
  }
  .page_404 .buttons .btn {
    width: 49%;
    margin-right: 2%;
    min-width: inherit;
    display: block;
    float: left;
    margin-left: 0;
    padding: 0 6px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  .page_404 .buttons .btn:last-child {
    margin-right: 0;
  }
  .page_404 .logo {
    width: 120px;
    margin-left: -60px;
    top: 20px;
  }
}
