@charset "UTF-8";
/*
*   Variables, libraries and functions
*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400|Rajdhani:300,700|Work+Sans:400,700);
.font-family-sans-serif {
  font-family: "myriad-pro", "sans-serif"; }

.font-family-content-serif {
  font-family: "Merriweather", serif !important; }

.font-family-content {
  font-family: "Work Sans", sans-serif !important; }

.font-family-title {
  font-family: "Rajdhani", sans-seri !important; }

.bg-blue {
  background-color: #007bff; }

.bg-indigo {
  background-color: #6610f2; }

.bg-purple {
  background-color: #6f42c1; }

.bg-pink {
  background-color: #e83e8c; }

.bg-red {
  background-color: #dc3545; }

.bg-orange {
  background-color: #fd7e14; }

.bg-yellow {
  background-color: #ffc107; }

.bg-green {
  background-color: #28a745; }

.bg-teal {
  background-color: #20c997; }

.bg-cyan {
  background-color: #17a2b8; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #6c757d; }

.bg-gray-dark {
  background-color: #343a40; }

.bg-gray-100 {
  background-color: #f8f9fa; }

.text-gray-100, .text-gray-100 > a {
  color: #f8f9fa; }

.bg-gray-200 {
  background-color: #e9ecef; }

.text-gray-200, .text-gray-200 > a {
  color: #e9ecef; }

.bg-gray-300 {
  background-color: #dee2e6; }

.text-gray-300, .text-gray-300 > a {
  color: #dee2e6; }

.bg-gray-400 {
  background-color: #ced4da; }

.text-gray-400, .text-gray-400 > a {
  color: #ced4da; }

.bg-gray-500 {
  background-color: #adb5bd; }

.text-gray-500, .text-gray-500 > a {
  color: #adb5bd; }

.bg-gray-600 {
  background-color: #6c757d; }

.text-gray-600, .text-gray-600 > a {
  color: #6c757d; }

.bg-gray-700 {
  background-color: #495057; }

.text-gray-700, .text-gray-700 > a {
  color: #495057; }

.bg-gray-800 {
  background-color: #343a40; }

.text-gray-800, .text-gray-800 > a {
  color: #343a40; }

.bg-gray-900 {
  background-color: #212529; }

.text-gray-900, .text-gray-900 > a {
  color: #212529; }

.text-black, .text-black > a {
  color: #000; }

.text-white, .text-white > a {
  color: #fff; }

#article_content br {
  display: none; }
#article_content p br {
  display: block; }

.container-fluid {
  max-width: 1017px; }

/*
  Buttons
 */
.btn-primary, .btn-primary:hover {
  background-color: #fff;
  border: solid 1px #000;
  color: #000; }

.page-item.disabled .page-link {
  border-color: #000; }

.page-link, .page-link:focus, .page-link:hover {
  border: 1px solid #000; }
.page-link:focus, .page-link:hover {
  color: #fff;
  background-color: #377998; }

.page-item.active .page-link {
  background-color: #377998;
  border-color: #000; }

/*
  Forms
*/
.form-group label {
  font-weight: 600; }

/*
  Navigation
 */
.geo-header .nav-tabs {
  position: relative;
  left: -15px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box; }
  .geo-header .nav-tabs .nav-link.active {
    color: #F8941D; }
  .geo-header .nav-tabs .nav-item {
    font-size: 13px;
    font-weight: bold; }
  .geo-header .nav-tabs a.nav-link {
    padding-left: 5px;
    padding-right: 5px;
    color: #434343; }

/*
    Breadcrumbs
*/
.breadcrumb {
  background-color: transparent;
  padding: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding-left: .2rem;
  padding-right: .2rem; }

/*
  Badges
 */
.badge-primary {
  background-color: rgba(0, 0, 0, 0.5); }

/*
  Cards
 */
.card {
  margin-bottom: 17px;
  background-color: #F1F9FC;
  border: 1px solid #b7d4df; }
  .card > .card-body {
    padding: 10px; }

/*
  Alerts
 */
.alert .close {
  cursor: pointer; }
.alert > p:last-of-type {
  margin-bottom: 0px; }

/**
*   Import layout definitions
*/
html {
  font-size: 15px; }

.font-title, .videos .video-length {
  font-family: 'Merriweather', Sans-Serif; }

body {
  overflow-x: hidden;
  background-color: white;
  font-family: "myriad-pro", sans-serif;
  margin: 0px !important;
  line-height: 1.33; }

img {
  max-width: 100%; }

a {
  color: #00abcc;
  text-decoration: none;
  outline: none; }

a:not([class]):hover {
  color: #00abcc; }

a:hover {
  color: currentColor; }

h1, h2, h3, h4 {
  width: 100%; }

h1, h2.h1 {
  margin: 0px;
  padding: 0px 0px 12px 0px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -0.2px;
  border: none;
  font-family: "myriad-pro", sans-serif;
  font-style: normal; }

h2 {
  margin: 0px 0px 8px 0px;
  padding: 4px 0px 6px 0px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.bold {
  font-weight: 700 !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute;
  color: white; }

.sub-text {
  color: #aaa;
  font-family: verdana;
  font-size: 11px; }

.sub-header {
  width: 100%;
  margin: 0 auto 5px auto;
  color: #565857;
  font-size: 1.45em;
  line-height: 1.35em;
  font-weight: bold; }
  .sub-header:not(.no-border) {
    padding-bottom: 5px;
    border-bottom: 1px solid #565857; }

path.active {
  fill: #CCC;
  fill-opacity: 1;
  cursor: pointer; }

path.inactive {
  fill: #F2F2F2; }

.full-width {
  width: 100%; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.of-h {
  overflow: hidden; }

.mr-20pct {
  margin-right: 20%; }

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

.modalButton {
  cursor: pointer; }

.image-author {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 0.8em;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px; }

.notification-link {
  font-size: 18px;
  text-decoration: underline;
  background-color: #ffe399;
  display: inline-block;
  padding-left: 8px;
  font-family: "freight-text-pro", serif;
  padding-right: 8px;
  margin: 0px auto;
  text-align: center; }

/*
    Scroll to top
*/
@media screen and (min-width: 770px) {
  #scroll-top {
    display: none; }

  #main-nav {
    min-width: 1020px; } }
@media screen and (max-width: 990px) {
  #scroll-top {
    display: block; }

  .block-image img {
    object-fit: cover;
    object-position: 50% 50%; } }
#scroll-top {
  position: fixed;
  bottom: 30%;
  right: 10px;
  width: 30px;
  height: 70px;
  border: 2px solid green; }

.notification div span {
  background-color: #ffe399;
  color: #00abcc;
  font-size: 16px; }

.block-image img {
  object-fit: cover;
  object-position: 50% 50%; }

header .selectize-input input {
  font-size: 16px !important; }
header .selectize-input:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  left: 15px;
  position: absolute;
  font-size: 18px;
  top: 12px;
  color: #4d4d4d; }
header .selectize-input.focus:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  left: 15px;
  position: absolute;
  font-size: 18px;
  top: 12px;
  color: #4d4d4d; }
header .selectize-input.items.not-full.has-options.has-items > div {
  text-shadow: none;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: black; }
header selectize-input.items.not-full.has-options:before {
  display: none; }

.checklist ::first-letter {
  font-weight: bold;
  color: #5f0720; }

@media (min-width: 576px) {
  .checklist {
    column-count: 2; } }
@media (min-width: 768px) {
  .checklist {
    column-count: 3; } }
@media (min-width: 992px) {
  .checklist {
    column-count: 4; } }
.columbus-block {
  display: block; }
  .columbus-block .title {
    font-size: 23px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-decoration: none !important; }
  .columbus-block .sub-title {
    font-size: 23px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    text-decoration: none !important; }
  .columbus-block .text {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: normal;
    text-decoration: none !important; }
  .columbus-block:hover {
    text-decoration: none; }

.navigation-image-author {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: white; }

.hover-info {
  transition: all 0.5s ease-out;
  opacity: 0;
  top: 0;
  left: 0;
  color: white;
  vertical-align: middle;
  font-size: 1em;
  padding: 1.5rem !important; }
  .hover-info:hover {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1; }

.nav * {
  transition: all 0.2s ease-out; }

/*
    Main > header
*/
#main-header {
  max-width: 1017px;
  margin-bottom: 30px;
  margin-top: 56px;
  position: relative;
  padding-top: 6px;
  width: 100%;
  height: 100px; }

#main-content {
  background-color: white;
  width: 100%;
  margin: 0px auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 66px;
  min-height: 500px; }
  #main-content:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 11px;
    width: 50%;
    bottom: 10px;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    left: 10px;
    transform: rotate(-3deg); }
  #main-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 11px;
    width: 50%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    right: 10px;
    transform: rotate(3deg); }
  #main-content > .row, #main-content > #content > .row {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px; }

#main-logo {
  background-repeat: no-repeat;
  margin-left: -5px;
  margin-top: 8px; }

#main-logo img {
  width: 202px;
  height: 95px; }

.navbar-default .navbar-text {
  position: absolute;
  width: 185px;
  right: -47px;
  top: 22px; }

#messages {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%; }

/*
    Main > content
*/
main #content {
  min-height: 550px;
  padding-left: 5px;
  padding-right: 5px; }

section > h1, section h2 {
  position: relative; }

main #content > article > section,
main #content > section > article {
  margin-top: 20px; }
  main #content > article > section:first-child,
  main #content > section > article:first-child {
    margin-top: 0px; }

/*
// overview page
main #content > section > header{
    margin-top: 20px;
}*/
main #sidebar {
  padding-left: 15px !important;
  padding-right: 10px;
  border-left: solid 1px #E3E3DE; }

/*
  Foter
*/
footer.container-fluid {
  max-width: 100%;
  width: 100%; }

body > footer {
  padding-top: 25px;
  margin-top: 0px;
  color: white; }
  body > footer a {
    color: white; }
  body > footer .row.footercontent {
    margin: 0px auto; }
    body > footer .row.footercontent section {
      padding-right: 15px; }
    body > footer .row.footercontent section:last-child {
      padding-right: 0px; }
    body > footer .row.footercontent section > header h3 {
      margin-bottom: 7px;
      padding-bottom: 7px;
      border-bottom: solid 1px #858585; }
    body > footer .row.footercontent ul {
      list-style: none;
      padding-left: 0px;
      margin-left: 0px; }
    body > footer .row.footercontent .follow a {
      font-size: 3em; }
  body > footer .row.links {
    display: block;
    width: 100%;
    margin: 15px 0px;
    clear: both;
    text-align: center; }

/*
    Page-Content
*/
.page-content > .sub-header {
  color: #00abcc;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  padding-bottom: 5px;
  margin-top: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #565857; }

.page-content p {
  font-family: "freight-text-pro", serif; }
.page-content div {
  font-family: "freight-text-pro", serif; }
.page-content span {
  font-family: "freight-text-pro", serif; }

.page-content > p {
  margin-bottom: 20px;
  padding-bottom: 0px; }

.page-content > h1, .page-content > h2, .page-content > h3 {
  clear: both !important;
  padding: 0px !important;
  width: 100%; }

.content, .content p {
  font-family: "freight-text-pro", serif;
  line-height: 22px;
  letter-spacing: -0.1px;
  font-size: 15px; }

.content h2 {
  font-family: "myriad-pro", sans-serif; }

.content.article.article-main {
  padding-bottom: 15px;
  padding-top: 10px; }

.columbus-link, p a, .theme-content p a {
  text-decoration-color: #00abcc !important;
  text-decoration: underline;
  color: black;
  font-weight: bold; }
  .columbus-link :hover, p a :hover, .theme-content p a :hover, .columbus-link .columbus-link :visited, p a .columbus-link :visited, .theme-content p a .columbus-link :visited, .columbus-link p a :visited, p .columbus-link a :visited, p a a :visited, .theme-content p a a :visited, .columbus-link .theme-content p a :visited, .theme-content p .columbus-link a :visited, .theme-content p a a :visited, .theme-content p a a :visited, .columbus-link .columbus-link :active, p a .columbus-link :active, .theme-content p a .columbus-link :active, .columbus-link p a :active, p .columbus-link a :active, p a a :active, .theme-content p a a :active, .columbus-link .theme-content p a :active, .theme-content p .columbus-link a :active, .theme-content p a a :active, .theme-content p a a :active {
    text-decoration-color: #00abcc !important;
    text-decoration: underline;
    color: black;
    font-weight: bold; }

.columbus-link-light {
  text-decoration-color: #00abcc !important;
  text-decoration: underline;
  color: #f7f7f7;
  font-weight: bold; }
  .columbus-link-light :hover, .columbus-link-light .columbus-link :visited, .columbus-link-light p a :visited, p .columbus-link-light a :visited, .columbus-link-light .theme-content p a :visited, .theme-content p .columbus-link-light a :visited, .columbus-link-light .columbus-link :active, .columbus-link-light p a :active, p .columbus-link-light a :active, .columbus-link-light .theme-content p a :active, .theme-content p .columbus-link-light a :active {
    text-decoration-color: #00abcc !important;
    text-decoration: underline;
    color: #f7f7f7;
    font-weight: bold; }

.dropdown-menu {
  border-radius: 0px 0px .25rem .25rem !important;
  border-top: none; }

#homepage-image {
  height: 400px;
  position: relative;
  border: 1px solid red; }

#homepage-image-subtitle {
  position: absolute;
  width: 100%; }

.slick-slide {
  height: auto !important; }

.homepage-text-advertisement {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.slick-dots {
  position: absolute !important;
  left: 15px !important;
  bottom: 100px !important;
  text-align: left !important; }

.slick-dots li button:before {
  color: white !important;
  opacity: 0.9 !important;
  font-size: 18px !important; }

.slick-dots > button.active {
  color: #F8941D; }

.homepage-block-header {
  border: none; }

.homepage-block-header:after {
  border-bottom: 1px solid #6a6a6a;
  display: block;
  width: 100%;
  margin-top: 4px;
  content: ""; }

.carousel-item {
  width: 1018px; }

.homepage-btn {
  background-color: #00abcc;
  border-color: #00abcc;
  text-transform: uppercase;
  font-size: 17px;
  color: white; }

.Select-value {
  border: 1px solid darkgray !important; }

.Select-value-icon {
  display: none !important; }

#search .selectize-input {
  height: 40px;
  padding-top: 9px;
  text-align: center;
  font-weight: bold; }
#search .selectize-input.has-options {
  text-align: left; }
#search .selectize-input:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  left: 13px;
  position: absolute;
  font-size: 18px;
  top: 10px;
  color: #4d4d4d; }
#search .selectize-input.focus {
  font-weight: normal; }
#search .selectize-input.focus::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  left: 13px;
  position: absolute;
  font-size: 18px;
  top: 10px;
  color: #4d4d4d; }

.Select-value-label {
  background-color: white;
  color: #111; }

#search {
  margin-top: 38px;
  padding-right: 47px; }

#search > div > div.selectize-input.items > div {
  font-weight: bold; }

#findDestination-selectized {
  font-weight: bold !important;
  background-image: none;
  background-color: transparent;
  border: none;
  text-shadow: none;
  color: black; }

#findDestinationMobile-selectized {
  padding-left: 30px; }

.homepage-block .label {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 19px; }
.homepage-block .description {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700; }

#mobile-header {
  overflow: hidden;
  position: relative;
  max-height: 320px;
  height: auto;
  margin-top: 45px;
  margin: 0px; }
  #mobile-header .image-holder {
    height: 100%; }
  #mobile-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    padding-right: 2px;
    padding-left: 2px; }
  #mobile-header .selectize-control {
    text-align: center;
    width: 60%;
    padding-left: 35px;
    top: 44%;
    text-align: center;
    margin: 0px auto;
    font-weight: bold; }
  #mobile-header #findDestinationMobile-selectized {
    font-weight: bold !important;
    background-image: none;
    background-color: transparent;
    border: none;
    text-shadow: none;
    color: black; }
  #mobile-header .selectize-input {
    padding-left: 34px;
    height: 49px;
    padding-top: 11px;
    font-size: 20px;
    line-height: 22px; }
  #mobile-header .selectize-control {
    top: 34%;
    margin: 0px auto; }

/*
    Articles overview
*/
article.article-main {
  padding-bottom: 6px;
  padding-top: 6px;
  overflow: hidden;
  border-bottom: 1px solid #D5D5C9; }
  article.article-main .author {
    font-size: 14px; }
  article.article-main section {
    height: 112px;
    overflow: hidden; }
    article.article-main section > header {
      font-size: 20px;
      line-height: 26px;
      font-weight: 700; }
  article.article-main > figure {
    margin-bottom: 0px; }
    article.article-main > figure > img {
      padding-bottom: 5px;
      padding-top: 5px; }
  article.article-main .article-tag {
    text-transform: uppercase;
    font-size: 12px; }

/*
    Article-detail
*/
article.article header h1 {
  font-size: 28px; }
article.article .article-intro {
  font-weight: bold; }
article.article figure.article-author > img {
  width: 75px;
  heigt: 75px; }
article.article figure.article-author figcaption a {
  font-size: 12px;
  line-height: 17px; }
article.article #article_content {
  margin-top: 25px;
  font-family: "myriad-pro", sans-serif !important; }
  article.article #article_content img {
    height: auto !important; }
  article.article #article_content h2 {
    padding: 12px 0px 6px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
    border: none; }
  article.article #article_content p {
    font-family: "myriad-pro", sans-serif !important; }
article.article .newsSocial {
  height: 50px;
  width: 100%;
  font-size: 12px; }

.shortcode-articles {
  font-size: 1.25em;
  font-family: "Rajdhani", sans-seri !important;
  font-weight: normal; }

article.author .author-description img {
  float: right;
  width: 300px;
  margin-left: 10px; }
article.author .author-description p:first-of-type {
  display: inline; }

._tile {
  cursor: pointer;
  min-width: 235px; }

._tile.lg > a > div > div > img {
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  padding-bottom: 32px;
  margin: 0px auto;
  width: auto;
  margin-top: -30px;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  padding-top: 28px; }

._tile.lg > a > div > div > img.d-none {
  height: auto;
  max-height: 240px;
  width: 100%; }

._tile .bg {
  background-color: #e3e3e3;
  height: 100%; }

._tile .bg a {
  height: 100%;
  display: block; }

._tile .bg a > div > div {
  padding-top: 36px; }

._tile .bg a > div > div img {
  padding-bottom: 63px;
  margin: 0px auto;
  width: auto;
  margin-top: -30px;
  object-fit: contain;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  height: 240px;
  padding-top: 28px; }

._tile .bg a > div > div img.d-none {
  height: auto;
  max-height: 240px;
  width: 100%; }

._tile h3.card-title {
  background-color: #ddd;
  padding: inherit;
  left: 0;
  text-transform: uppercase;
  top: 0;
  text-align: center;
  padding-bottom: 10px;
  font-size: 17px;
  color: black;
  height: 32px;
  line-height: 25px;
  font-family: 'Open Sans Condensed', sans-serif; }

._tile h3.card-title.none {
  background-color: transparent !important;
  background: url("/public/images/static/contests/layout/GrijsBalkRECHT_MetDropshadow_700pxWidth.png") no-repeat center center;
  background-position-y: 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: black;
  position: absolute;
  height: 50px; }

._tile h3.card-title.blue {
  background-color: transparent !important;
  background: url("/public/images/static/contests/layout/BlauwBalk_MetDropshadow_700pxWidth.png") no-repeat center center;
  background-position-y: 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: white;
  position: absolute;
  height: 58px; }

._tile h3.card-title.grey {
  background-color: transparent !important;
  background: url("/public/images/static/contests/layout/GrijsBalk_MetDropshadow_700pxWidth.png") no-repeat center center;
  background-position-y: 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: white;
  position: absolute;
  height: 58px; }

._tile h3.card-footer {
  text-align: left;
  background-color: #bcbcbc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  position: absolute;
  bottom: 0px;
  border: 0px;
  font-family: 'Open Sans Condensed', sans-serif; }

._tile a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

._tile .square {
  position: relative;
  width: 50%;
  overflow: hidden; }

._tile .square:before {
  content: "";
  display: block;
  padding-top: 100%; }

._tile.text-tile {
  height: 246px;
  line-height: 39px;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 3rem;
  text-align: center; }

._tile.text-tile .d-table {
  background-color: #e3e3e3; }

.text-gray-light {
  color: #858585; }

.sponsor-logo {
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: 0.5s ease-in-out; }

.sponsor-logo:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.5s ease-in-out; }

.btn-yellow {
  background-color: #f3c402;
  border-radius: 0px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px; }

.btn-yellow:hover {
  color: #000; }

.btn-black {
  color: #FFFFFF !important;
  background-color: #000000;
  border-color: #000000;
  padding: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase; }
  .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    color: #FFFFFF;
    background-color: #999999;
    border-color: #FFFFFF; }

.open .dropdown-toggle.btn-black {
  color: #FFFFFF;
  background-color: #999999;
  border-color: #FFFFFF; }

.btn-black:active, .btn-black.active {
  background-image: none; }

.open .dropdown-toggle.btn-black {
  background-image: none; }

.btn-black {
  border-radius: 0 !important; }
  .btn-black.disabled, .btn-black[disabled] {
    background-color: #000000;
    border-color: #FFFFFF; }

fieldset[disabled] .btn-black {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled:hover, .btn-black[disabled]:hover {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black:hover {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled:focus, .btn-black[disabled]:focus {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black:focus {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled:active, .btn-black[disabled]:active {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black:active {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled.active, .btn-black[disabled].active {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black.active {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black .badge {
  color: #000000;
  background-color: #FFFFFF; }

.btn-highlight {
  color: #000000;
  background-color: #f5c400;
  border-color: #f5c400;
  border-radius: 0 !important; }
  .btn-highlight:hover, .btn-highlight:focus, .btn-highlight:active, .btn-highlight.active {
    color: #000000;
    background-color: #FFE063;
    border-color: #f5c400; }

.open .dropdown-toggle.btn-highlight {
  color: #000000;
  background-color: #FFE063;
  border-color: #f5c400; }

.btn-highlight:active, .btn-highlight.active {
  background-image: none; }

.open .dropdown-toggle.btn-highlight {
  background-image: none; }

.btn-highlight.disabled, .btn-highlight[disabled] {
  background-color: #f5c400;
  border-color: #f5c400; }

fieldset[disabled] .btn-highlight {
  background-color: #f5c400;
  border-color: #f5c400; }

.btn-highlight.disabled:hover, .btn-highlight[disabled]:hover {
  background-color: #f5c400;
  border-color: #f5c400; }

fieldset[disabled] .btn-highlight:hover {
  background-color: #f5c400;
  border-color: #f5c400; }

.btn-highlight.disabled:focus, .btn-highlight[disabled]:focus {
  background-color: #f5c400;
  border-color: #f5c400; }

fieldset[disabled] .btn-highlight:focus {
  background-color: #f5c400;
  border-color: #f5c400; }

.btn-highlight.disabled:active, .btn-highlight[disabled]:active {
  background-color: #f5c400;
  border-color: #f5c400; }

fieldset[disabled] .btn-highlight:active {
  background-color: #f5c400;
  border-color: #f5c400; }

.btn-highlight.disabled.active, .btn-highlight[disabled].active {
  background-color: #f5c400;
  border-color: #f5c400; }

fieldset[disabled] .btn-highlight.active {
  background-color: #f5c400;
  border-color: #f5c400; }

.btn-highlight .badge {
  color: #f5c400;
  background-color: #FFFFFF; }

.btn-bordered, .btn-bordered-dark, .btn-bordered-light {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  display: block;
  width: fit-content; }

.btn-bordered-dark {
  border: 3px solid #2b2d2c;
  color: #2b2d2c;
  background-color: rgba(255, 255, 255, 0.4); }
  .btn-bordered-dark:hover {
    text-decoration: underline;
    text-decoration-color: #2b2d2c; }

.btn-bordered-light {
  border: 3px solid #ebefed;
  color: #ebefed;
  background-color: rgba(0, 0, 0, 0.4); }
  .btn-bordered-light:hover {
    text-decoration: underline;
    text-decoration-color: #ebefed; }

.btn-activate {
  color: #000000 !important;
  font-weight: bold;
  background-color: #f5c400;
  border-color: #f5c400;
  border-radius: 0px !important;
  font-family: 'Work Sans';
  background-image: none; }

.btn-activate.disabled,
.btn-activate[disabled],
fieldset[disabled] .btn-activate,
.btn-activate.disabled:hover,
.btn-activate[disabled]:hover,
fieldset[disabled] .btn-activate:hover,
.btn-activate.disabled:focus,
.btn-activate[disabled]:focus,
fieldset[disabled] .btn-activate:focus,
.btn-activate.disabled:active,
.btn-activate[disabled]:active,
fieldset[disabled] .btn-activate:active,
.btn-activate.disabled.active,
.btn-activate[disabled].active,
fieldset[disabled] .btn-activate.active {
  background-color: #FFFF00;
  border-color: #FFFF00; }

.btn-activate .badge {
  color: #FFFF00;
  background-color: #000000; }

/*
   Various / shared
*/
.geo-header {
  margin-bottom: 20px;
  min-height: 100px;
  max-height: 200px; }
  .geo-header .nav-link.active {
    color: #F8941D; }
  .geo-header .nav-item {
    font-size: 13px;
    font-weight: bold; }
  .geo-header ul {
    left: 0px; }

.geo.title {
  font-size: 32px;
  font-weight: 700; }

.geo.preview-image {
  max-width: 730px;
  position: relative; }

.page-info .inner {
  padding: 10px 25px;
  border-radius: 15px;
  background-color: #F2F2EA;
  position: relative; }
  .page-info .inner > .row > div {
    line-height: 17px; }
  .page-info .inner a {
    font-size: 14px; }
    .page-info .inner a:before {
      display: inline-block;
      content: "\25CF";
      font-size: 9px;
      top: -1px;
      position: relative; }

/*
    Continent and continents
*/
#popular-country-slider {
  max-height: 100px; }

.popular-highlights article.highlight .outer {
  margin-bottom: 0px; }

section.continents > section.continent {
  margin-bottom: 20px; }

.country-list {
  column-count: 2; }
  .country-list > a {
    display: block;
    width: 165px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 17px;
    font-size: 14px;
    text-overflow: ellipsis; }

/*
  Practical information
 */
section.practical ul {
  list-style: none;
  column-count: 2;
  column-gap: 20px; }
  section.practical ul li {
    border-bottom: 1px dotted #e1e1d8;
    font-size: 13px;
    line-height: 19px; }
    section.practical ul li .prop {
      font-weight: bold;
      color: #000; }
    section.practical ul li .prop {
      font-weight: bold;
      color: #000; }

/*
    SVG Map
*/
#svgMap {
  margin-top: 25px; }
  #svgMap path {
    fill: #cccccc;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5; }
    #svgMap path > :hover {
      fill: #F8941D; }
    #svgMap path.pulsate {
      stroke: #000000;
      -webkit-animation: pulsate 3s ease-out;
      -webkit-animation-iteration-count: infinite;
      -moz-animation: pulsate 3s ease-out;
      -moz-animation-iteration-count: infinite;
      -ms-animation: pulsate 3s ease-out;
      -ms-animation-iteration-count: infinite;
      animation: pulsate 3s ease-out;
      animation-iteration-count: infinite;
      stroke-linecap: "round";
      stroke-alignment: inner; }
@-webkit-keyframes pulsate {
  0% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; }
  30% {
    stroke-opacity: 1.0;
    stroke-width: 1; }
  100% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; } }
@-moz-keyframes pulsate {
  0% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; }
  30% {
    stroke-opacity: 1.0;
    stroke-width: 1; }
  100% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; } }
@-ms-keyframes pulsate {
  0% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; }
  30% {
    stroke-opacity: 1.0;
    stroke-width: 1; }
  100% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; } }
@keyframes pulsate {
  0% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; }
  50% {
    stroke-opacity: 1.0;
    stroke-width: 1; }
  100% {
    stroke-opacity: 0.4;
    stroke-width: 0.5; } }
/*
    Popular countries:
*/
.fade-in-on-load {
  animation-duration: 2.3s;
  animation-name: fadeInOnLoad; }

@keyframes fadeInOnLoad {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
    Highlights
*/
@media (max-width: 320px) {
  article.highlight .outer {
    height: auto !important; }
    article.highlight .outer .title-outer > span {
      font-size: 30px !important;
      line-height: 30px !important;
      bottom: 30% !important; } }
@media (max-width: 760px) {
  article.highlight .outer .title-outer > span {
    font-size: 40px !important;
    line-height: 40px !important;
    bottom: 38% !important; } }
article.highlight .outer:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d8";
  height: 30px;
  width: 50px;
  display: block;
  position: absolute;
  font-weight: bold;
  bottom: 0px;
  font-size: 85px;
  line-height: 32px;
  text-align: center;
  color: white;
  right: 20px; }
article.highlight .outer {
  position: relative;
  height: 240px;
  overflow: hidden;
  margin-bottom: 25px; }
  article.highlight .outer > img {
    max-width: 100%;
    height: 240px; }
  article.highlight .outer a {
    position: relative;
    display: block; }
  article.highlight .outer .title-outer {
    position: absolute;
    width: 100%;
    height: 100%; }
    article.highlight .outer .title-outer > span {
      display: block;
      margin: auto;
      padding: 0px;
      font-size: 60px;
      width: 100%;
      bottom: 45%;
      position: absolute;
      line-height: 76%;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2.8px;
      text-shadow: 0px 0px 4px rgba(40, 40, 40, 0.9);
      -webkit-text-shadow: 0px 0px 4px rgba(40, 40, 40, 0.9); }
  article.highlight .outer .nr {
    position: absolute;
    bottom: 1px;
    left: 15px;
    font-size: 28px;
    line-height: 31px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.8px;
    text-shadow: 0px 0px 4px rgba(40, 40, 40, 0.9);
    -webkit-text-shadow: 0px 0px 4px rgba(40, 40, 40, 0.9); }
  article.highlight .outer .fa-caret-up {
    display: block !important;
    color: #fff;
    font-size: 77px !important;
    right: 19px;
    position: absolute;
    bottom: 0px !important; }

.higlight-position {
  color: #F8941D;
  cursor: pointer; }

.geo.page.page-content {
  margin-top: 20px; }

.page-info .active {
  font-weight: bold; }

.geo-sidebar-accordion-item {
  padding: 4px 7px;
  margin-bottom: 1px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding-left: 10px !important; }

/*
    Ratings
*/
#object-rating {
  padding-top: 13px;
  margin-top: 7px; }

#object-rating h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600; }

/*
  Shared overview item
 */
.community-overview-item {
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px; }
  .community-overview-item img {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -ms-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    max-width: 100%;
    width: 100%; }
  .community-overview-item .blog-img {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    max-width: 100%; }
  .community-overview-item .sub-header {
    font-size: 20px;
    border-bottom: 0px;
    padding: 0px;
    font-weight: normal;
    text-overflow: ellipsis; }
  .community-overview-item .content {
    background-color: #F2F2EA;
    height: 134px;
    overflow: hidden;
    padding: 5px;
    position: relative; }
    .community-overview-item .content:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      background: linear-gradient(rgba(255, 255, 255, 0) 120px, white); }
  .community-overview-item .social {
    position: absolute;
    right: 5px;
    top: 3px;
    padding-right: 5px;
    background-color: #F2F2EA; }
    .community-overview-item .social div {
      float: left;
      padding: 4px;
      font-size: 1.2em; }
  .community-overview-item .sub-header {
    text-overflow: ellipsis;
    white-space: nowrap; }

/*
  Community profile > header
 */
section.community-header {
  margin-bottom: 20px; }
  section.community-header > header {
    position: relative; }

/*
    User sidebar
*/
.user-sidebar {
  margin-bottom: 1.5rem; }
  .user-sidebar > h2 {
    padding: 0.5rem;
    background-color: #727272;
    font-size: 17px;
    line-height: 14px;
    color: #e9e9e9; }
  .user-sidebar, .user-sidebar a, .user-sidebar p {
    font-size: 13px; }
  .user-sidebar .btn {
    font-size: 12px; }

.user-sidebar.details .username {
  font-size: 26px;
  text-transform: lowercase; }
.user-sidebar.details .username:after {
  width: 90%;
  margin: 0 auto; }
.user-sidebar.details .user-thumb {
  margin-top: 10px; }
.user-sidebar.details .user-thumb > img {
  max-width: 100%;
  height: auto; }
.user-sidebar.details .user-stats strong {
  text-transform: uppercase; }
.user-sidebar.details .stat-block {
  background-color: #D5D5C9;
  display: inline-block;
  padding: 5px;
  width: 70px;
  font-weight: bold;
  text-align: center; }

.user-sidebar.news p > strong {
  color: #00abcc; }

.user-sidebar.technical img {
  width: 100%;
  height: auto; }

.user-sidebar .badge.badge-news {
  border: solid 1px #000;
  background-color: #fff;
  padding: 6px;
  text-transform: uppercase;
  border-radius: 0px; }

/*
  Images
 */
.images.toolbar .buttons > div + div {
  margin-top: 6px; }
.images.toolbar form > .form-control + .form-control {
  margin-top: 6px; }

/*
  Image detail
 */
.image section.detail figure {
  margin-bottom: 10px; }
.image .columbus-social {
  padding-left: 0px !important;
  padding-right: 0px !important;
  cursor: pointer;
  width: 100%; }
  .image .columbus-social i {
    font-size: 1.3em; }
  .image .columbus-social a {
    text-decoration: none !important; }
  .image .columbus-social .fav i {
    color: red; }
  .image .columbus-social .like i {
    color: #ffbe00; }
  .image .columbus-social .comment i {
    color: #006899; }
  .image .columbus-social .actions {
    padding-top: 5px; }
    .image .columbus-social .actions .do-fav a {
      color: grey; }
    .image .columbus-social .actions .do-like a {
      color: grey; }
    .image .columbus-social .actions .do-comment a {
      color: grey; }
    .image .columbus-social .actions .do-fav:hover a {
      color: red !important; }
    .image .columbus-social .actions .do-like:hover a {
      color: #ffbe00 !important; }
    .image .columbus-social .actions .do-comment:hover a {
      color: #006899 !important; }
    .image .columbus-social .actions span {
      color: grey; }

/*
  Blogs
 */
.reporter-blog {
  min-height: 175px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.7); }
  .reporter-blog:hover {
    background-color: #F2F2EA; }
  .reporter-blog > .d-flex > section.content {
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .reporter-blog .social {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 70px; }

/*
  Columbus-rewarded photo
 */
.fa-star.columbus-star {
  position: relative;
  color: #ff0000;
  font-size: 18px; }
  .fa-star.columbus-star > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -2px;
    color: white;
    font-size: 11px; }

.columbus-reward {
  position: absolute;
  right: 20px;
  top: 0px; }
  .columbus-reward > .fa-sar.columbus-star {
    cursor: pointer; }

.reporter-title {
  color: #F8941D; }

.message-date {
  position: absolute;
  right: 5px; }

.own-mesage {
  text-align: left; }

.other-message {
  text-align: right; }

#message-container h5 {
  color: #006899;
  font-size: 13px;
  font-weight: bold; }

/*
    Ratings
*/
.rating-holder {
  position: relative;
  max-width: 50px;
  height: 50px;
  padding-right: 0px; }

.rating-main {
  position: absolute;
  top: 6px; }

.rating-main i {
  font-size: 2.9em !important;
  color: #F8941D; }

.rating {
  position: relative;
  top: -32px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  font-weight: bold;
  color: white; }

/*
    Reviews
*/
article.review {
  padding: 8px; }
  article.review:hover {
    background-color: #F2F2EA; }
  article.review > section {
    margin-top: 9px; }

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

.datepicker-inline {
  width: 100% !important; }

.datepicker table {
  width: 100% !important; }

.review-point {
  margin-bottom: 3px; }

#date > div > div.datepicker-months > table > tbody > tr > td > span.focused {
  background-color: #d9f7ff; }

#date > div > div.datepicker-months > table > tbody > tr > td > span.disabled {
  background-color: rgba(180, 180, 180, 0.2); }

#date > div > div.datepicker-months > table > tbody > tr > td > span {
  background-color: #ffe7d6; }

.object-rating-star-text {
  position: absolute;
  text-align: center;
  width: 100%;
  letter-spacing: -1.2px;
  color: #fff;
  left: 0px;
  top: 12px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600; }

/*# sourceMappingURL=ikaro_css.css.map */
/* .review.review-tags {
  position: absolute;
  right: 0;
  height: 30px;
} 

.review-opinion {
  font-weight: bold;
}*/
/*
    Comments
*/
.comment {
  overflow-wrap: break-word; }

.comments > header .sub-header {
  font-size: 0.9em; }

.commentList {
  padding: 0;
  height: auto;
  list-style: none;
  overflow: hidden; }

.commentList li {
  margin: 0;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #D5D5C9; }

.commentList li > div {
  display: table-cell; }

.commenterImage {
  width: 30px;
  margin-right: 5px;
  height: 30px;
  float: left; }

.commenterImage img {
  width: 100%;
  border-radius: 50%; }

.commentText p {
  margin: 0; }

.comment-count {
  color: #537A97; }

/* Booking Large */
.searchform_small_left {
  font-size: 14px;
  position: relative;
  background: #FFF;
  behavior: url(http://www.vliegtickets.nl/css/respons_css/pie.php);
  color: #313131;
  font-family: Arial, Helvetica, sans-serif;
  width: 636px !important; }

.searchform_small_left * {
  box-sizing: border-box; }

.searchform_small_left label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.searchform_small_left .ui-datepicker {
  z-index: 900 !important; }

.searchform_small_left .ui-datepicker-trigger img {
  width: 0px;
  height: 0px;
  padding: 8px;
  background: url(http://static.vliegtickets.nl/img/v2/calendar.png);
  z-index: 3 !important; }

.searchform_small_left .selectpicker {
  text-shadow: none !important;
  background: #fff !important;
  padding: 10px;
  text-align: right; }

.searchform_small_left .dropdown-menu {
  overflow: none !important;
  max-height: 300px !important;
  text-align: right !important;
  position: relative; }

.searchform_small_left .dropdown-toggle .filter-option {
  margin-right: 15px; }

.searchform_small_left .select_label {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  margin-left: 8px;
  z-index: 1; }

.searchform_small_left .text6 {
  display: table;
  margin: 0px;
  padding: 0px; }

.searchform_small_left .text6 ul {
  margin: 0;
  padding: 0; }

.searchform_small_left .text6 ul li {
  float: left;
  line-height: 20px;
  padding: 0px;
  margin: 0px 10px 5px 0px;
  list-style: outside none none; }

.searchform_small_left .text6 ul li {
  float: left;
  line-height: 20px;
  padding: 0px;
  margin: 0px 10px 5px 0px;
  list-style: outside none none; }

.searchform_small_left .select_label .small-sl {
  font-weight: 400;
  font-size: 9px;
  display: block; }

.searchform_small_left #passengers {
  display: block; }

.searchform_small_left .inputContainer {
  width: 110px;
  float: left;
  margin-right: 14px; }

.searchform_small_left .searchbtn_middle, .searchpanel .searchbtn_middle {
  display: inline-block;
  float: right;
  background: none repeat scroll 0% 0% #57A900;
  border: medium none;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 7px 4px 5px;
  text-decoration: none;
  border-radius: 4px;
  width: 260px;
  cursor: pointer; }

.searchform_small_left #search_btn {
  cursor: pointer; }

.searchform_small_left .searchbtn_middle input, .searchpanel .searchbtn_middle input {
  background: none;
  border: none;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  line-height: 1px;
  padding-right: 15px;
  height: 30px;
  background: url("http://www.vliegtickets.nl/images/img_resp/lp/white_arrow.png") no-repeat right center; }

.searchform_small_left .searchbtn_middle:hover, .searchpanel .searchbtn_middle:hover {
  background: #3a9e00; }

.searchform_small_left .autocomplete {
  padding-bottom: 5px;
  float: left;
  width: 50%; }

.searchform_small_left .autocomplete label {
  font-weight: bold; }

.searchform_small_left .autocomplete input {
  width: 96%;
  float: left; }

.searchform_small_left .date1 {
  width: 50%;
  float: left;
  padding-bottom: 5px; }

.searchform_small_left .date2 {
  width: 50%;
  float: right;
  padding-bottom: 5px; }

.searchform_small_left .date1 input, .searchform_small_left .date2 input {
  width: 96%; }

.searchform_small_left .date2 input {
  float: right; }

.searchform_small_left #autocomplete_arrival1 {
  float: right; }

.searchform_small_left .row-fluid.hiddenRow > div {
  min-height: 0; }

.searchform_small_left input[type="text"], .searchform_small_left┬¿input[type="password"], .searchform_small_left input[type="email"] {
  border: 1px solid #CACACA;
  height: 40px;
  position: relative;
  font-size: 1em;
  color: #313131;
  margin: 5px 0px;
  padding: 2px 9px 2px 12px;
  line-height: 18px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(http://www.vliegtickets.nl/css/respons_css/pie.php);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.searchform_small_left select {
  position: relative;
  font-size: 1em;
  color: #313131;
  padding: 2px 2px 2px 9px;
  border: 1px solid #9b9b9b;
  height: 24px;
  line-height: 18px;
  background: url("http://www.vliegtickets.nl/images/img_resp/lp/gray_grad.png") repeat-x 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(http://www.vliegtickets.nl/css/respons_css/pie.php); }

.searchform_small_left label.radioButton {
  display: inline-block;
  min-height: 17px;
  line-height: 20px;
  padding-left: 21px;
  font-weight: 100 !important;
  background: url("http://www.vliegtickets.nl/images/img_resp/lp/radio.png") no-repeat 0 -27px; }

.searchform_small_left label.radioButton.radioButChecked {
  background-position: 0 1px; }

.searchform_small_left label.radioButton input {
  position: absolute;
  left: -9999px; }

.searchform_small_left .clear_input {
  top: 48px !important;
  position: absolute; }

.searchform_small_left .calendar_icon {
  position: absolute; }

.searchform_small_left .btn:focus, .searchform_small_left .btn:active:focus, .searchform_small_left .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.searchform_small_left .btn:hover, .searchform_small_left .btn:focus {
  color: #333;
  text-decoration: none; }

.searchform_small_left .btn:active, .searchform_small_left .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.searchform_small_left .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.searchform_small_left .pull-left {
  float: none; }

/*
  Contine with right sidebar
 */
.advertisement-tickets .header {
  margin-top: 20px;
  text-align: center; }

.partner-header {
  padding-bottom: 10px;
  border-bottom: solid 1px #646464; }
  .partner-header img {
    max-width: 100%;
    max-height: 80px;
    margin: 0px auto; }
  .partner-header .title {
    font-size: 12px;
    color: #555;
    font-weight: 800;
    text-transform: uppercase; }
  .partner-header .txt {
    padding: 12px 0px 12px 0px;
    color: black;
    font-size: 14px;
    line-height: 15px; }

.partner-footer {
  margin: 20px 0px 20px 0px; }

.right-sidebar-advertisement {
  border-bottom: solid 1px #646464;
  padding-top: 10px;
  padding-bottom: 10px; }

.advertisement-addition {
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px; }

.advertisement-length {
  color: #666;
  font-weight: bold;
  font-size: 12px; }

.advertisement-description {
  font-size: 14px;
  color: black;
  padding-left: 0px !important; }

.advertisement-block-url {
  display: flex;
  margin-top: 15px; }

.advertisement-block-url:hover {
  text-decoration: none; }

.advertisement-header {
  padding-bottom: 5px;
  font-weight: 700;
  margin-top: 0px;
  font-size: 20px;
  line-height: 20px; }

.car-rental-footer ul {
  list-style-type: none; }
  .car-rental-footer ul li:before {
    content: "- "; }
.car-rental-footer h5 {
  color: #006899; }

.car-rental-list {
  padding-left: 0px; }
  .car-rental-list li {
    list-style: none;
    font-weight: bold; }
  .car-rental-list li:before {
    padding-left: 0px;
    content: "\f00c";
    margin-right: 3px;
    color: green;
    font-family: "Font Awesome 5 Pro"; }

.camper-rental-list {
  padding-left: 0px;
  font-family: "myriad-pro", sans-serif; }
  .camper-rental-list li {
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: none;
    padding-left: 5px;
    color: #00abcc;
    font-weight: 700; }
  .camper-rental-list li:before {
    position: relative;
    top: 2px;
    padding: 0px 7px 0px 0px;
    content: "\2713";
    font-weight: 600;
    color: #eb3d00;
    font-size: 23px; }

.gototop {
  position: fixed;
  right: auto;
  bottom: 20px;
  width: 188px; }

.gototop.adv.stop {
  position: absolute;
  bottom: 30px; }

.branded-content-shortcode-mobile h4 {
  font-size: 2.3em;
  font-family: "Rajdhani", sans-seri !important; }

.branded-content-shortcode-desktop h4 {
  font-size: 2.3em;
  font-family: "Rajdhani", sans-seri !important; }

/*
  Advertisement shared
 */
/*# sourceMappingURL=airline-tickets.css.map */
.ad-tickets {
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 10px 26px 0px 0px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer; }
  .ad-tickets .disclaimer {
    font-size: 11px;
    line-height: 13px;
    color: #848484; }
  .ad-tickets .inner {
    padding: 8px 11px;
    margin-bottom: 6px;
    border: 1px solid black;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .ad-tickets .inner .abo {
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 15px; }
    .ad-tickets .inner .desc {
      clear: both;
      margin-bottom: 8px; }
  .ad-tickets a:hover {
    text-decoration: none; }
  .ad-tickets span.txttop {
    color: #5C5C5C;
    font-size: 16px; }
  .ad-tickets .price {
    float: right;
    position: relative;
    right: 32px;
    margin: 20px 0px 3px;
    color: #F00;
    font-size: 34px;
    line-height: 38px; }
  .ad-tickets .price span {
    font-size: 45px;
    letter-spacing: 0px;
    font-weight: 600; }
  .ad-tickets .button {
    width: 170px;
    height: 34px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #00abcc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    box-sizing: border-box; }
    .ad-tickets .button a {
      display: block;
      color: white;
      text-align: center;
      line-height: 30px;
      font-size: 16px;
      font-weight: 600; }

.mainLink {
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  margin-top: 0px;
  font-size: 20px;
  line-height: 20px; }

@media (max-width: 1017px) {
  .ad-tickets.new.rc .highlight {
    text-align: center; }

  .ad-tickets.new.rc .price {
    float: none;
    right: auto; } }
@media (max-width: 680px) {
  .ad-tickets.new {
    padding: 0px 0px 12px 0px; } }
.price {
  color: red;
  font-size: 18px;
  font-weight: bold; }

/*
  Advertisement page (/reizen)
 */
.offers {
  /*
    Tweaks
   */
  /* responsive */
  /*
    Overview
   */
  /*
    Tickets
   */ }
  .offers .btn-group.open .dropdown-toggle {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset; }
  .offers .btn-group, .offers .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .offers .bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle; }
  .offers .caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }
  .offers .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .offers .btn .caret {
    margin-left: 0px; }
  .offers .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .offers .btn-default:hover, .offers .btn-default:focus, .offers .btn-default:active, .offers .btn-default.active, .offers .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .offers .btn-default:active, .offers .btn-default.active, .offers .open > .dropdown-toggle.btn-default {
    background-image: none; }
  .offers .btn-default.disabled, .offers .btn-default[disabled], .offers fieldset[disabled] .btn-default, .offers .btn-default.disabled:hover, .offers .btn-default[disabled]:hover, .offers fieldset[disabled] .btn-default:hover, .offers .btn-default.disabled:focus, .offers .btn-default[disabled]:focus, .offers fieldset[disabled] .btn-default:focus, .offers .btn-default.disabled:active, .offers .btn-default[disabled]:active, .offers fieldset[disabled] .btn-default:active, .offers .btn-default.disabled.active, .offers .btn-default[disabled].active, .offers fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .offers .btn-default .badge {
    color: #fff;
    background-color: #333; }
  .offers .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
  .offers .bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    box-sizing: border-box; }
  .offers .bootstrap-select > .btn {
    width: 100%; }
  .offers .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .offers .bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer; }
  .offers .dropdown-menu {
    font-family: Arial, Helvetica, sans-serif !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .offers .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
    overflow: hidden;
    text-align: right; }
  .offers .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .offers .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .offers .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
  .offers .dropdown-menu > li > a:hover, .offers .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }
  .offers .dropdown-menu > .active > a, .offers .dropdown-menu > .active > a:hover, .offers .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00abcc;
    outline: 0; }
  .offers .dropdown-menu > .disabled > a, .offers .dropdown-menu > .disabled > a:hover, .offers .dropdown-menu > .disabled > a:focus {
    color: #777; }
  .offers .dropdown-menu > .disabled > a:hover, .offers .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .offers .open > .dropdown-menu {
    display: block; }
  .offers .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .offers .btn-group > .btn, .offers .btn-group-vertical > .btn {
    position: relative;
    float: left; }
  .offers .searchform_small_left .date1 .ui-datepicker-trigger {
    position: relative;
    float: right;
    margin-top: -38px;
    margin-right: 18px; }
  .offers .searchform_small_left .date2 .ui-datepicker-trigger {
    position: relative;
    float: right;
    margin-right: 5px;
    margin-top: -38px; }
  .offers .ui-widget-header {
    border: none;
    background: #00abcc;
    color: white; }
  .offers div.ui-datepicker-group-first {
    border-right: 1px solid #ccc;
    margin-right: -1px; }
  .offers div.ui-datepicker-group-last div.ui-datepicker-header {
    margin-left: 1px; }
  .offers div.ui-datepicker-header {
    height: 32px;
    line-height: 32px; }
  .offers .ui-datepicker .ui-datepicker-title {
    margin-top: 3px; }
  .offers .ui-datepicker select.ui-datepicker-month, .offers .ui-datepicker select.ui-datepicker-yearr {
    width: 45%;
    margin: 0 2%; }
  .offers .ui-datepicker .ui-datepicker-prev {
    margin: 4px 0 0 3px; }
  .offers .ui-datepicker .ui-datepicker-next {
    margin: 4px 3px 0 0; }
  .offers .ui-widget-header .ui-icon {
    background-image: url("/css/jq/images/ui-icons_ffffff_256x240.png"); }
  .offers .ui-state-active, .offers .ui-widget-content .ui-state-active, .offers .ui-widget-header .ui-state-active {
    color: #fe6601 !important;
    font-weight: bold; }
  .offers .ui-datepicker-multi .ui-datepicker-group table {
    table-layout: fixed; }
  .offers .ui-datepicker-multi .ui-datepicker-group table tbody {
    background: #ccc;
    border: solid #ccc;
    border-width: 0 0 1px 1px; }
  .offers .ui-datepicker td span, .offers .ui-datepicker td a {
    padding: 0.3em 0;
    text-align: center; }
  .offers .ui-state-default, .offers .ui-widget-content .ui-state-default, .offers .ui-widget-header .ui-state-default {
    background: #fff;
    border: none;
    color: #00abcc; }
  .offers .ui-priority-secondary, .offers .ui-widget-content .ui-priority-secondary, .offers .ui-widget-header .ui-priority-secondary {
    color: #999; }
  .offers .ui-datepicker td {
    padding: 1px 1px 0 0; }
  .offers .ui-state-hover, .offers .ui-widget-content .ui-state-hover, .offers .ui-widget-header .ui-state-hover, .offers .ui-state-focus, .offers .ui-widget-content .ui-state-focus, .offers .ui-widget-header .ui-state-focus {
    background: #fe6601;
    color: white !important; }
  .offers .ui-datepicker-trigger {
    width: 23px;
    margin-left: 2px;
    margin-top: 0;
    height: 22px;
    float: left;
    cursor: pointer;
    border: none !important;
    background: none !important; }
  .offers th.ui-datepicker-week-end {
    color: #000; }
  .offers .ui-datepicker {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px; }
  .offers .ui-autocomplete {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px; }
  .offers .ui-datepicker-trigger {
    width: 23px;
    margin-left: 2px;
    margin-top: 0px;
    height: 22px;
    float: left;
    cursor: pointer;
    border: medium none !important;
    background: none repeat scroll 0% 0% transparent !important; }
  .offers .field_error {
    border: 1px red solid !important; }
  @media (max-width: 1017px) {
    .offers {
      /* Community: Geo-vliegtickets tab */ }
      .offers #searchpanel {
        width: 100%; }
      .offers .searchform_small_left {
        width: 100% !important;
        background-color: inherit !important; }
      .offers .searchform_small_left .span5 {
        min-width: 100% !important; }
      .offers .searchform_small_left .date1,
      .offers .searchform_small_left .date2 {
        width: 50% !important;
        box-sizing: border-box; }
      .offers .searchform_small_left .inputContainer {
        margin-bottom: 12px; } }
  .offers .advertisement {
    /* width: 100%;
    border-bottom: 1px solid #333333;
    -webkit-box-shadow: 10px 10px 10px 10px black;
    -moz-box-shadow: 10px 10px 10px 10px black;
    box-shadow: 10px 10px 10px 10px black;
    padding-bottom: 15px; */ }
  .offers .advertisement-overview .col-12, .offers .advertisement-overview .col-md-4 {
    padding-left: 5px;
    padding-right: 5px; }
  .offers .advertisement-overview .col-12 > .offer {
    max-width: 320px;
    margin: 0px auto; }
  .offers .advertisement-overview .col-md-4 > .offer {
    width: 245px; }
  .offers .advertisement-overview .offer {
    -webkit-transition: all 600ms;
    transition: all 600ms;
    transition-timing-function: ease-in;
    height: 360px;
    background-color: #F3F3EB;
    position: relative;
    margin-bottom: 20px; }
    .offers .advertisement-overview .offer img {
      width: 246px;
      height: 158px; }
    .offers .advertisement-overview .offer h3 {
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 8px;
      display: block;
      height: 50px;
      margin-bottom: 5px;
      font-weight: 600;
      font-size: 20px;
      line-height: 20px;
      overflow: hidden;
      color: #00abcc;
      text-decoration: none;
      outline: none; }
    .offers .advertisement-overview .offer .partner-title {
      color: #00abcc;
      font-size: 12px;
      line-height: 17px;
      text-transform: uppercase;
      margin-top: 5px;
      padding-left: 3px;
      font-weight: 600; }
    .offers .advertisement-overview .offer .description {
      overflow: hidden;
      color: #2B2822;
      font-size: 14px;
      line-height: 16px;
      padding-left: 5px;
      padding-right: 3px; }
    .offers .advertisement-overview .offer .info {
      width: 100%;
      bottom: 6px;
      height: 30px;
      padding-right: 20px;
      position: absolute; }
      .offers .advertisement-overview .offer .info .type {
        width: 100%;
        text-align: right;
        color: #5a5a5a;
        text-transform: uppercase;
        font-size: 0.65em;
        font-weight: bold;
        margin-top: 3px; }
      .offers .advertisement-overview .offer .info span:not(:first-child):before {
        content: '|'; }
    .offers .advertisement-overview .offer .length {
      text-align: right;
      top: 8px;
      color: #2B2822;
      font-size: 13px;
      font-weight: 600;
      line-height: 15px; }
    .offers .advertisement-overview .offer .price {
      float: right;
      color: #FA051C;
      font-size: 25px;
      font-weight: normal; }
    .offers .advertisement-overview .offer a:hover {
      text-decoration: none; }
  .offers .partner-left-bar .list ol, .offers .partner-left-bar .list ul {
    list-style-type: none;
    padding-left: 0px; }
  .offers .partner-left-bar .list ol li:before, .offers .partner-left-bar .list ul li:before {
    content: "\f00c";
    margin-right: 3px;
    color: green;
    font-family: "Font Awesome 5 Pro"; }
  .offers #loading-indicator {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8); }
  .offers .sorting btn .active {
    font-weight: bold;
    color: #F8941D; }
  .offers .btn.desc > i {
    font-family: "Font Awesome 5 Pro";
    content: '\f0d7';
    font-size: 1.5em; }
  .offers .btn.asc > i {
    font-family: "Font Awesome 5 Pro";
    content: '\f0d8';
    font-size: 1.5em; }
  .offers #loading-indicator img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0px auto;
    position: relative;
    z-index: 101;
    top: 50%;
    margin-top: -32px; }
  .offers .ticket-city {
    color: #00abcc;
    font-family: myriad-pro, sans-serif;
    font-size: 24px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-top: 0px;
    outline-color: #00abcc;
    outline-style: none; }
  .offers .ticket-country {
    font-weight: bold;
    font-size: 16px; }
  .offers .ticket-price {
    color: red;
    font-size: 45px;
    font-weight: 600;
    font-family: myriad-pro, sans-serif; }
  .offers .ticket-notes {
    font-size: 11px;
    line-height: 13px;
    color: #848484; }
  .offers .ticket {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    border: 1px solid #2e2e2e;
    margin-top: 8px;
    padding-top: 10px;
    padding-left: 4px; }

.overlay-default {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  animation-duration: 2s; }

.overlay-bottom-right {
  position: fixed;
  width: 300px;
  height: 300px;
  z-index: 100;
  animation-duration: 2s;
  bottom: 10px;
  right: 10px; }
  .overlay-bottom-right .overlay-close {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px !important;
    right: -10px;
    top: -10px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-left: 2px;
    border-top: 2px solid #00abcc;
    border-right: 2px solid #00abcc; }
  .overlay-bottom-right .overlay-image img {
    height: 280px;
    width: auto; }

.overlay-default > .overlay-image {
  position: relative;
  max-width: 690px;
  width: 100%;
  height: 100%;
  max-height: 495px;
  margin: 0 auto;
  margin-top: 100px; }

.overlay-default > .overlay-image {
  position: relative;
  max-width: 100%;
  width: 690px;
  height: 495px;
  margin: 0 auto;
  margin-top: 100px; }
.overlay-default .overlay-close {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px !important;
  right: 10px;
  top: 10px; }
.overlay-default .overlay-image img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain; }

.overlay-bottom-right > .overlay-image {
  position: relative;
  width: 273px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#overlay-url {
  display: block;
  width: 100%;
  height: 100%; }

.overlay i:before {
  content: "\f00d" !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important; }

/*# sourceMappingURL=overlay.css.map */
.main-nav-item {
  color: #1f1f1f !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

a.main-nav-item {
  color: #1f1f1f !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 15px;
  font-family: 'Roboto', sans-serif;
  display: block !important; }

.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:focus, .navbar-default .navbar-nav > .show > a:hover {
  outline: 0; }

.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%; }

.mainmenu .dropdown-toggle::after {
  display: none; }

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li:hover > ul {
    display: block;
    top: 100%; }

  #navContent > ul > li > ul > li > ul {
    max-height: 400px;
    overflow-y: auto; }

  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none; }

  /*******/
  .mainmenu .collapse ul ul li {
    position: relative; }

  .mainmenu .collapse ul ul li:hover > ul {
    display: block;
    top: -100%; }

  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none; }

  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative; }

  .mainmenu .collapse ul ul ul li:hover ul {
    display: block;
    top: -100%; }

  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1; } }
@media only screen and (max-width: 767px) {
  .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 35px; }

  .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 45px; } }
.follow a {
  font-size: 3em; }

footer {
  padding-top: 25px;
  margin-top: 0px;
  color: white; }
  footer a {
    color: white; }
  footer ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px; }
  footer hr {
    color: #858585; }
  footer .footer-newsletter-image {
    display: block;
    width: 309px;
    outline: none;
    margin: 0px auto; }

.longread-list-item a {
  display: block; }
  .longread-list-item a img {
    width: 100%; }
  .longread-list-item a h2 {
    font-family: "Rajdhani", sans-seri !important;
    font-weight: 600;
    font-size: 22px; }

#longread .path {
  position: absolute;
  text-shadow: 0px 0px 4px black;
  color: white !important;
  font-weight: bold; }
  #longread .path a {
    color: white !important;
    font-family: 'Rajdhani', sans-serif !important;
    text-underline-color: white !important;
    text-decoration: underline;
    text-shadow: 0px 0px 4px black;
    font-weight: bold; }
#longread .frame {
  float: left;
  margin-right: 25px;
  margin-top: 1em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 768px) {
    #longread .frame {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    #longread .frame {
      width: 50%;
      padding-right: 1.5rem;
      margin-left: 5em; } }
#longread .frame-text {
  background-color: rgba(0, 0, 0, 0.2);
  float: left;
  display: inline-block;
  font-family: 'Merriweather', serif;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
#longread .frame-image {
  float: left;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    #longread .frame-image {
      width: 50%;
      padding-right: 1.5rem; } }
  @media screen and (max-width: 768px) {
    #longread .frame-image {
      width: 100%;
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  #longread .frame-image img {
    max-height: 235px;
    max-width: 100%;
    width: auto;
    height: auto; }
#longread .destination-mobile {
  max-width: 250px;
  position: absolute;
  color: white !important;
  right: 0;
  bottom: 0;
  text-shadow: 0px 0px 6px black; }
#longread .progress {
  height: 3px; }
  #longread .progress .progress-bar {
    height: 100%;
    background-color: #00abcc; }
#longread .highlight-text {
  font-family: 'Rajdhani', sans-serif;
  color: #00abcc;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap; }
#longread .longread_body .video-anchor {
  display: block;
  position: absolute;
  top: -90px; }
#longread .longread_body .longread_intro p {
  font-size: 21px;
  font-family: "Merriweather", serif !important; }
#longread .longread_body .longread_title {
  max-width: 80%;
  margin: 0 auto; }
  #longread .longread_body .longread_title .fa-map-marker-alt {
    font-size: 3em;
    color: black; }
#longread .longread_body .longread_destination {
  font-weight: bold;
  line-height: 1em;
  margin: 0px; }
#longread .longread_body .longread_country {
  line-height: 1em;
  margin: 0px; }
#longread .longread_body .board-item {
  display: block; }
#longread .longread_body .board-item-content {
  padding-top: 1.5em; }
#longread .longread_body .board-item-content h2, #longread .longread_body .board-item-content h3, #longread .longread_body .board-item-content h4 {
  max-width: 80%;
  margin: 0px auto;
  display: block;
  font-family: 'Rajdhani', sans-serif;
  border-bottom: none;
  font-weight: bold;
  padding-top: 35px;
  font-size: 25px;
  padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    #longread .longread_body .board-item-content h2, #longread .longread_body .board-item-content h3, #longread .longread_body .board-item-content h4 {
      padding-top: 20px;
      padding-bottom: 15px; } }
#longread .longread_body p {
  font-family: "Merriweather", serif !important;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 2.33em;
  font-size: 18px;
  max-width: 80%;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #longread .longread_body p {
      line-height: 2em;
      font-size: 16px;
      letter-spacing: inherit; } }
#longread .longread_body h1 {
  font-family: "Rajdhani", sans-seri !important;
  font-size: 45px;
  line-height: 55px; }
#longread .longread_body .image-info {
  padding: 1.5em;
  position: relative;
  background-color: #e6eef0; }
  #longread .longread_body .image-info > .image-title {
    font-family: "Merriweather", serif !important;
    margin: 0px auto;
    width: 80%;
    padding-bottom: 0.5em; }
#longread .longread_body .board-item .streamer {
  max-width: 80%;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  display: block;
  font-weight: bold;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 40px;
  line-height: 40px; }
  @media screen and (min-width: 768px) {
    #longread .longread_body .board-item .streamer {
      padding-left: 10%;
      padding-right: 10%; } }
  #longread .longread_body .board-item .streamer p {
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 40px;
    line-height: 40px; }
#longread .longread_body .board-item .slideshow {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  #longread .longread_body .board-item .slideshow .w-100 {
    background-color: #e6eef0; }
  #longread .longread_body .board-item .slideshow p {
    padding-top: 1.5em;
    margin: 0; }
#longread .longread_body .board-item .slideshow-info {
  padding-bottom: 1rem; }
  #longread .longread_body .board-item .slideshow-info > div {
    max-width: 80%;
    margin: 0px auto; }
#longread .longread_body .board-item .image-counter {
  font-family: "Rajdhani", sans-seri !important;
  color: #006899;
  font-size: 1.6em;
  font-weight: bold; }
#longread .longread_body .board-item .title {
  font-family: "Merriweather", serif !important; }
#longread .longread_body .board-item .description {
  font-family: "Merriweather", serif !important; }
#longread .image-photographer {
  position: absolute;
  top: 0.5em;
  right: 1.5em;
  font-family: "Merriweather", serif !important;
  font-size: 0.8em; }
  #longread .image-photographer:before {
    content: '\f030';
    font-family: "Font Awesome 5 Pro";
    padding-right: 7px;
    font-size: 1.5em; }

.theme-content {
  font-family: "Merriweather", serif !important;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.6em;
  font-size: 1em;
  display: block;
  margin: 0 auto; }

.theme.intro {
  font-family: "Merriweather", serif !important;
  font-size: 1.5em;
  line-height: 1.8em;
  text-align: center;
  width: 80%;
  margin: 0px auto; }

.theme-content p {
  width: 80%;
  margin: 0px auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
.theme-content h1, .theme-content h2, .theme-content h3 {
  width: 80%;
  margin: 0px auto; }

#title-container {
  top: 40%; }
  #title-container h1 {
    text-shadow: 0px 0px 3px black;
    word-break: break-all;
    font-size: 4.5em;
    line-height: 1;
    font-family: "Rajdhani", sans-seri !important; }
  #title-container h2 {
    border-bottom: none;
    font-size: 2.5em;
    text-shadow: 0px 0px 3px black;
    word-break: break-word;
    font-weight: normal !important;
    font-family: "Rajdhani", sans-seri !important; }

@media only screen and (max-width: 767px) {
  .theme.intro {
    font-size: 1.2em !important; }

  #title-container {
    top: 20% !important; }
    #title-container h1 {
      font-size: 2.5em; }
    #title-container h2 {
      border-bottom: none;
      font-size: 2em;
      text-shadow: 0px 0px 3px black; } }
.theme-header {
  color: white;
  line-height: .6em;
  width: 100%;
  height: fit-content;
  object-fit: cover; }
  .theme-header .breadcrumb {
    color: white !important;
    font-family: "Work Sans", sans-serif !important; }
    .theme-header .breadcrumb a {
      font-family: "Work Sans", sans-serif !important;
      color: white !important;
      font-size: 1em; }

._tile {
  cursor: pointer;
  min-width: 235px; }

._tile.lg > a > div > div > img {
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  padding-bottom: 32px;
  margin: 0px auto;
  width: auto;
  margin-top: -30px;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  padding-top: 28px; }

._tile.lg > a > div > div > img.d-none {
  height: auto;
  max-height: 240px;
  width: 100%; }

._tile .bg {
  background-color: #e3e3e3;
  height: 100%; }

._tile .bg a {
  height: 100%;
  display: block; }

._tile .bg a > div > div {
  padding-top: 36px; }

._tile .bg a > div > div img {
  padding-bottom: 63px;
  margin: 0px auto;
  width: auto;
  margin-top: -30px;
  object-fit: contain;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  height: 240px;
  padding-top: 28px; }

._tile .bg a > div > div img.d-none {
  height: auto;
  max-height: 240px;
  width: 100%; }

._tile h3.card-title {
  background-color: #ddd;
  padding: inherit;
  left: 0;
  text-transform: uppercase;
  top: 0;
  text-align: center;
  padding-bottom: 10px;
  font-size: 17px;
  color: black;
  height: 32px;
  line-height: 25px;
  font-family: 'Open Sans Condensed', sans-serif; }

._tile h3.card-title.none {
  background-color: transparent !important;
  background: url("/public/images/static/contests/layout/GrijsBalkRECHT_MetDropshadow_700pxWidth.png") no-repeat center center;
  background-position-y: 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: black;
  position: absolute;
  height: 50px; }

._tile h3.card-title.blue {
  background-color: transparent !important;
  background: url("/public/images/static/contests/layout/BlauwBalk_MetDropshadow_700pxWidth.png") no-repeat center center;
  background-position-y: 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: white;
  position: absolute;
  height: 58px; }

._tile h3.card-title.grey {
  background-color: transparent !important;
  background: url("/public/images/static/contests/layout/GrijsBalk_MetDropshadow_700pxWidth.png") no-repeat center center;
  background-position-y: 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: white;
  position: absolute;
  height: 58px; }

._tile h3.card-footer {
  text-align: left;
  background-color: #bcbcbc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  position: absolute;
  bottom: 0px;
  border: 0px;
  font-family: 'Open Sans Condensed', sans-serif; }

._tile a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

._tile .square {
  position: relative;
  width: 50%;
  overflow: hidden; }

._tile .square:before {
  content: "";
  display: block;
  padding-top: 100%; }

._tile.text-tile {
  height: 246px;
  line-height: 39px;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 3rem;
  text-align: center; }

._tile.text-tile .d-table {
  background-color: #e3e3e3; }

.text-gray-light {
  color: #858585; }

.sponsor-logo {
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: 0.5s ease-in-out; }

.sponsor-logo:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.5s ease-in-out; }

.zoom .inner {
  transition: all .2s;
  position: relative;
  max-width: 800px;
  margin: 0px auto; }
  .zoom .inner:hover {
    transform: scale(1.2);
    z-index: 5;
    cursor: zoom-in; }
    .zoom .inner:hover .credit {
      display: block !important;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      line-height: 20px;
      overflow: hidden;
      text-align: center;
      width: 100%;
      bottom: 0px;
      font-size: 0.825rem;
      right: 0px;
      transition: all .2s;
      position: absolute !important;
      padding-left: 20%; }

.inspiration-link-light {
  color: white;
  font-weight: bold;
  text-decoration: none; }
  .inspiration-link-light:hover {
    color: #00abcc !important; }
  .inspiration-link-light:active, .inspiration-link-light :visited {
    color: white; }

.inspiration-link {
  color: black;
  font-weight: bold;
  text-decoration: none; }
  .inspiration-link:hover {
    color: #00abcc !important; }
  .inspiration-link:active, .inspiration-link :visited {
    color: black; }

.videos {
  background-color: #2b2d2c; }
  .videos .play-icon {
    width: 100%;
    position: absolute; }
    .videos .play-icon:hover {
      color: #f5c400; }
    .videos .play-icon:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f144";
      font-weight: lighter;
      width: 100%;
      font-size: 2.5em;
      position: absolute;
      display: block;
      height: 100%;
      top: 0;
      padding-top: 20%;
      left: 0;
      text-align: center;
      z-index: 10;
      line-height: 100%;
      color: white; }
    .videos .play-icon i {
      color: inherit; }
  .videos .description {
    font-size: 1em;
    line-height: 1.5em; }
  .videos .video-length {
    color: White;
    text-decoration: none;
    right: 30px;
    top: 10px; }

.block-article .article h2 {
  font-family: "Work Sans", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
  text-align: left;
  color: #383838; }
.block-article .article span {
  font-family: "Rajdhani", sans-seri !important;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: left;
  color: #241f20; }

.edition-block {
  max-width: 100px;
  position: absolute;
  bottom: 0px;
  left: 20px; }
  .edition-block img {
    position: relative;
    z-index: 1; }
  .edition-block .edition {
    position: absolute;
    z-index: 0;
    bottom: 45px;
    right: -110%;
    font-weight: bold;
    background: white;
    width: 192%;
    z-index: 0;
    text-align: right;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 1.2em; }

.edition-block-desktop {
  position: absolute;
  bottom: 40px;
  right: 46px;
  padding-left: 3.2em;
  width: 362px;
  height: 124px;
  background: white;
  z-index: 5; }
  .edition-block-desktop h1 {
    font-size: 22px;
    font-weight: bold;
    font-family: "Rajdhani", sans-seri !important;
    line-height: 0.90; }
  .edition-block-desktop span {
    font-family: "Work Sans", sans-serif !important;
    font-size: 15px;
    color: #241f20; }
  .edition-block-desktop img {
    position: absolute;
    width: 110px;
    bottom: 0px;
    height: auto;
    max-width: 110px;
    left: -5px;
    -webkit-box-shadow: -5px -5px 9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -5px -5px 9px rgba(0, 0, 0, 0.7);
    box-shadow: -5px -5px 9px rgba(0, 0, 0, 0.7); }
  .edition-block-desktop .edition {
    font-size: 1.4em;
    white-space: nowrap;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif !important; }
  .edition-block-desktop .date {
    font-size: 1.1em;
    white-space: nowrap;
    font-family: 'Rajdhani', sans-serif !important; }

.clip-bar-triangular-filler-white {
  width: 100%;
  height: 10%;
  display: block;
  position: absolute;
  background-color: white;
  z-index: 2;
  bottom: 0; }

.clip-bar-triangular {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 58%, 47% 0, 53% 0);
  background: url(https://placekitten.com/1280/600);
  width: 100%;
  position: absolute;
  bottom: 1px;
  height: 10%;
  z-index: 3;
  background-size: cover;
  background-position-x: 45%;
  background-position-y: 100%; }

.hero-image > div:nth-child(1) > div {
  position: absolute;
  bottom: 21%;
  left: 66px;
  color: #fff; }
  .hero-image > div:nth-child(1) > div > h1 {
    font-family: "Rajdhani", sans-seri !important;
    font-weight: 700;
    font-size: 48px; }
  .hero-image > div:nth-child(1) > div > h2 {
    font-family: "Rajdhani", sans-seri !important;
    font-weight: 300;
    font-size: 48px; }
  .hero-image > div:nth-child(1) > div a {
    font-family: "Merriweather", serif !important;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase; }
.hero-image .latest-image {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #fff; }

.navbar-link {
  padding-left: 5px !important;
  padding-right: 5px !important; }

h3 {
  font-size: 23px; }

#map h3 {
  margin: 8px 0px 5px 0px;
  color: #000;
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  letter-spacing: -0.2px; }

img.preview-image {
  max-width: 100%; }

a {
  color: black; }

.overview > .image {
  height: auto; }

.navbar a {
  color: black !important; }

.advertisement {
  width: 100%;
  border-bottom: 1px solid #333333;
  -webkit-box-shadow: 10px 10px 10px 10px 10px;
  -moz-box-shadow: 10px 10px 10px 10px 10px;
  box-shadow: 10px 10px 10px 10px 10px;
  padding-bottom: 15px; }

/*
  Various
 */
th.prev, th.next {
  font-size: 30px; }

#partner-url:hover {
  text-decoration: none; }

.sticky {
  position: fixed;
  bottom: 0; }

.sticky-bottom {
  position: absolute;
  bottom: 0; }

.valid:after {
  color: green;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c"; }

.invalid:after {
  color: red;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d"; }

.gsc-control-cse .gsc-table-result {
  font-family: inherit; }

.gsc-control-cse .gsc-input-box {
  height: inherit; }

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
  box-sizing: content-box;
  line-height: normal;
  margin-top: 0px; }

.has-error {
  border-color: red;
  font-style: italic;
  color: red; }

.btn-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  padding: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase; }
  .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    color: #FFFFFF;
    background-color: #999999;
    border-color: #FFFFFF; }

.open .dropdown-toggle.btn-black {
  color: #FFFFFF;
  background-color: #999999;
  border-color: #FFFFFF; }

.btn-black:active, .btn-black.active {
  background-image: none; }

.open .dropdown-toggle.btn-black {
  background-image: none; }

.btn-black.disabled, .btn-black[disabled] {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled:hover, .btn-black[disabled]:hover {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black:hover {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled:focus, .btn-black[disabled]:focus {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black:focus {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled:active, .btn-black[disabled]:active {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black:active {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black.disabled.active, .btn-black[disabled].active {
  background-color: #000000;
  border-color: #FFFFFF; }

fieldset[disabled] .btn-black.active {
  background-color: #000000;
  border-color: #FFFFFF; }

.btn-black .badge {
  color: #000000;
  background-color: #FFFFFF; }

#search .selectize-input {
  height: 40px;
  padding-top: 9px;
  text-align: center;
  font-weight: bold; }

#search .selectize-input.has-options {
  text-align: left; }

#search .selectize-input:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  left: 13px;
  position: absolute;
  font-size: 18px;
  top: 10px;
  color: #4d4d4d; }

#search .selectize-input.focus {
  font-weight: normal; }

#search .selectize-input.focus::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  left: 13px;
  position: absolute;
  font-size: 18px;
  top: 10px;
  color: #4d4d4d; }

.Select-value-label {
  background-color: white;
  color: #111; }

#search {
  margin-top: 38px;
  padding-right: 47px; }

#search > div > div.selectize-input.items > div {
  font-weight: bold; }

.cursor-pointer {
  cursor: pointer; }

#homepage .slick-slide:not(.slick-active) {
  display: none !important; }

/*# sourceMappingURL=columbus.css.map */
