/* Grid */
/* Font settings */
/* Alert colors */
/* Design colors */
/* Default Style */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100%;
}
html body {
  height: 100%;
  width: 100%;
}
html body .clearfix {
  display: block;
  clear: both;
}

/* Repsonsive Grid */
.row {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1540px;
  padding: 0 20px;
}
.row.full {
  max-width: 100%;
  padding: 0;
}
.row:after {
  display: block;
  clear: both;
  content: "";
}
.row .column {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  /* GENERATE COLUMNS */
}
.row .column.small-1 {
  width: 8.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-2 {
  width: 16.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-3 {
  width: 25%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-4 {
  width: 33.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-5 {
  width: 41.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-6 {
  width: 50%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-7 {
  width: 58.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-8 {
  width: 66.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-9 {
  width: 75%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-10 {
  width: 83.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-11 {
  width: 91.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-12 {
  width: 100%;
}
.row .column.hide-for-small {
  display: none;
}
@media (min-width: 414px) {
  .row .column.mini-1 {
    width: 8.3333333333%;
  }
  .row .column.mini-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.mini-2 {
    width: 16.6666666667%;
  }
  .row .column.mini-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.mini-3 {
    width: 25%;
  }
  .row .column.mini-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.mini-4 {
    width: 33.3333333333%;
  }
  .row .column.mini-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.mini-5 {
    width: 41.6666666667%;
  }
  .row .column.mini-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.mini-6 {
    width: 50%;
  }
  .row .column.mini-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.mini-7 {
    width: 58.3333333333%;
  }
  .row .column.mini-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.mini-8 {
    width: 66.6666666667%;
  }
  .row .column.mini-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.mini-9 {
    width: 75%;
  }
  .row .column.mini-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.mini-10 {
    width: 83.3333333333%;
  }
  .row .column.mini-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.mini-11 {
    width: 91.6666666667%;
  }
  .row .column.mini-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.mini-12 {
    width: 100%;
  }
  .row .column.mini-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-mini {
    display: none;
  }
}
@media (min-width: 568px) {
  .row .column.small-1 {
    width: 8.3333333333%;
  }
  .row .column.small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.small-2 {
    width: 16.6666666667%;
  }
  .row .column.small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.small-3 {
    width: 25%;
  }
  .row .column.small-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.small-4 {
    width: 33.3333333333%;
  }
  .row .column.small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.small-5 {
    width: 41.6666666667%;
  }
  .row .column.small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.small-6 {
    width: 50%;
  }
  .row .column.small-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.small-7 {
    width: 58.3333333333%;
  }
  .row .column.small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.small-8 {
    width: 66.6666666667%;
  }
  .row .column.small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.small-9 {
    width: 75%;
  }
  .row .column.small-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.small-10 {
    width: 83.3333333333%;
  }
  .row .column.small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.small-11 {
    width: 91.6666666667%;
  }
  .row .column.small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.small-12 {
    width: 100%;
  }
  .row .column.small-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-small {
    display: none;
  }
}
@media (min-width: 768px) {
  .row .column.medium-1 {
    width: 8.3333333333%;
  }
  .row .column.medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.medium-2 {
    width: 16.6666666667%;
  }
  .row .column.medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.medium-3 {
    width: 25%;
  }
  .row .column.medium-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.medium-4 {
    width: 33.3333333333%;
  }
  .row .column.medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.medium-5 {
    width: 41.6666666667%;
  }
  .row .column.medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.medium-6 {
    width: 50%;
  }
  .row .column.medium-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.medium-7 {
    width: 58.3333333333%;
  }
  .row .column.medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.medium-8 {
    width: 66.6666666667%;
  }
  .row .column.medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.medium-9 {
    width: 75%;
  }
  .row .column.medium-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.medium-10 {
    width: 83.3333333333%;
  }
  .row .column.medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.medium-11 {
    width: 91.6666666667%;
  }
  .row .column.medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.medium-12 {
    width: 100%;
  }
  .row .column.medium-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-medium {
    display: none;
  }
}
@media (min-width: 1025px) {
  .row .column.large-1 {
    width: 8.3333333333%;
  }
  .row .column.large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.large-2 {
    width: 16.6666666667%;
  }
  .row .column.large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.large-3 {
    width: 25%;
  }
  .row .column.large-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.large-4 {
    width: 33.3333333333%;
  }
  .row .column.large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.large-5 {
    width: 41.6666666667%;
  }
  .row .column.large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.large-6 {
    width: 50%;
  }
  .row .column.large-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.large-7 {
    width: 58.3333333333%;
  }
  .row .column.large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.large-8 {
    width: 66.6666666667%;
  }
  .row .column.large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.large-9 {
    width: 75%;
  }
  .row .column.large-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.large-10 {
    width: 83.3333333333%;
  }
  .row .column.large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.large-11 {
    width: 91.6666666667%;
  }
  .row .column.large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.large-12 {
    width: 100%;
  }
  .row .column.large-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-large {
    display: none;
  }
}
@media (min-width: 1281px) {
  .row .column.xl-1 {
    width: 8.3333333333%;
  }
  .row .column.xl-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.xl-2 {
    width: 16.6666666667%;
  }
  .row .column.xl-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.xl-3 {
    width: 25%;
  }
  .row .column.xl-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.xl-4 {
    width: 33.3333333333%;
  }
  .row .column.xl-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.xl-5 {
    width: 41.6666666667%;
  }
  .row .column.xl-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.xl-6 {
    width: 50%;
  }
  .row .column.xl-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.xl-7 {
    width: 58.3333333333%;
  }
  .row .column.xl-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.xl-8 {
    width: 66.6666666667%;
  }
  .row .column.xl-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.xl-9 {
    width: 75%;
  }
  .row .column.xl-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.xl-10 {
    width: 83.3333333333%;
  }
  .row .column.xl-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.xl-11 {
    width: 91.6666666667%;
  }
  .row .column.xl-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.xl-12 {
    width: 100%;
  }
  .row .column.xl-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-xl {
    display: none;
  }
}
@media (min-width: 1600px) {
  .row .column.xxl-1 {
    width: 8.3333333333%;
  }
  .row .column.xxl-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.xxl-2 {
    width: 16.6666666667%;
  }
  .row .column.xxl-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.xxl-3 {
    width: 25%;
  }
  .row .column.xxl-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.xxl-4 {
    width: 33.3333333333%;
  }
  .row .column.xxl-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.xxl-5 {
    width: 41.6666666667%;
  }
  .row .column.xxl-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.xxl-6 {
    width: 50%;
  }
  .row .column.xxl-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.xxl-7 {
    width: 58.3333333333%;
  }
  .row .column.xxl-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.xxl-8 {
    width: 66.6666666667%;
  }
  .row .column.xxl-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.xxl-9 {
    width: 75%;
  }
  .row .column.xxl-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.xxl-10 {
    width: 83.3333333333%;
  }
  .row .column.xxl-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.xxl-11 {
    width: 91.6666666667%;
  }
  .row .column.xxl-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.xxl-12 {
    width: 100%;
  }
  .row .column.xxl-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-xxl {
    display: none;
  }
}
.row.spacing {
  padding: 0 10px;
}
.row.spacing.full {
  padding: 0;
}
.row.spacing .column {
  /* GENERATE COLUMNS */
}
.row.spacing .column.small-1 {
  width: calc(8.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-2 {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-3 {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-4 {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-5 {
  width: calc(41.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-6 {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-7 {
  width: calc(58.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-8 {
  width: calc(66.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-9 {
  width: calc(75% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-10 {
  width: calc(83.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-11 {
  width: calc(91.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-12 {
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media (min-width: 414px) {
  .row.spacing .column.mini-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.mini-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.mini-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 568px) {
  .row.spacing .column.small-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .row.spacing .column.medium-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1025px) {
  .row.spacing .column.large-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1281px) {
  .row.spacing .column.xl-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1600px) {
  .row.spacing .column.xxl-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}

html body bookzo-arrival-departure-picker .custom-day.range {
  background-color: #FDF0E8;
  color: #7B8183;
}
html body bookzo-arrival-departure-picker ngb-datepicker .ngb-dp-day.disabled .range .custom-day-circle {
  color: #6d6d6d !important;
  text-decoration: none;
}
html body bookzo-arrival-departure-picker .custom-day.range.first-date {
  background-image: linear-gradient(-90deg, #FDF0E8, transparent 50%);
}
html body bookzo-arrival-departure-picker .custom-day.range.first-date:after {
  background-image: linear-gradient(90deg, #FDF0E8 50%, transparent);
}
html body bookzo-arrival-departure-picker .custom-day.range.second-date {
  background-image: linear-gradient(-90deg, transparent 50%, #FDF0E8 50%);
}
html body bookzo-arrival-departure-picker ngb-datepicker .custom-day:not(.disabled).no-second-selected:hover {
  background-image: linear-gradient(-90deg, transparent 50%, #FDF0E8 50%);
}
html body bookzo-arrival-departure-picker ngb-datepicker .custom-day-circle {
  color: #4b4b4b;
  font-weight: 400;
  border-radius: 3px !important;
}
html body bookzo-arrival-departure-picker ngb-datepicker .ngb-dp-day.disabled .custom-day-circle:not(.selected) {
  background-size: 7.5px 7.5px;
  background-color: transparent !important;
  color: #cccccc !important;
  font-weight: 400;
  opacity: 0.5;
}
html body bookzo-arrival-departure-picker ngb-datepicker .ngb-dp-day.disabled .range.second-date .custom-day-circle,
html body bookzo-arrival-departure-picker .custom-day:hover .custom-day-circle,
html body bookzo-arrival-departure-picker .ngb-dp-day .custom-day .custom-day-circle.selected {
  background-color: #952826 !important;
  color: #fff !important;
}
html body .modal-dialog,
html body bookzo-persons,
html body bookzo-client-side-filters,
html body bookzo-arrival-departure-picker {
  font-family: "eras_medium_itcregular";
}
html body bookzo-persons h4 {
  font-family: "eras_medium_itcregular";
  font-size: 1.2em;
  font-weight: 700;
}
html body .bookzo .btn:not(.btn-link),
html body .bookzo-bootstrap .btn:not(.btn-link) {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-in-out;
  font-size: 20px;
  color: white;
  padding: 10px 25px;
  border: none;
  color: #fff;
  background-color: #000;
  font-family: "eras_medium_itcregular";
  appearance: none;
}
html body .bookzo .btn:not(.btn-link):hover,
html body .bookzo-bootstrap .btn:not(.btn-link):hover {
  background-color: rgb(7.65, 7.65, 7.65);
}
html body .bookzo .btn-back,
html body .bookzo-bootstrap .btn-back {
  background-color: #59c2af;
  color: #fff;
  border: none;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  appearance: none;
}
html body .bookzo .btn-back svg,
html body .bookzo-bootstrap .btn-back svg {
  fill: #fff !important;
}
html body .bookzo .btn-link,
html body .bookzo-bootstrap .btn-link {
  appearance: none;
  background-color: transparent;
  border: none;
  font-weight: bold;
  text-decoration: underline;
  color: #4b4b4b;
  cursor: pointer;
}
html body .bookzo .btn-link:hover,
html body .bookzo-bootstrap .btn-link:hover {
  text-decoration: none;
}
html body .btn-circle {
  background-color: #000 !important;
}
html body .btn-circle:hover {
  background-color: rgb(12.75, 12.75, 12.75) !important;
}
html body #arrivalDeparturePicker input:last-of-type {
  border-left: none;
}
html body #searchButton {
  position: relative;
  font-family: "eras_medium_itcregular";
  font-size: 22px;
  min-height: 44px;
  border-radius: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  html body #searchButton {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: 2px solid #fff;
    padding: 20px 35px;
  }
}
html body #searchButton::before {
  content: "\f002";
  font-family: "fontAwesome";
  font-size: inherit;
  line-height: 0;
  width: 49px;
  height: 49px;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  color: #A28C8C;
  border-radius: 49px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  html body #searchButton::before {
    display: flex;
  }
}
html body .bze-search-container {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 1;
  padding-top: 20px;
  color: #0d66ab;
  margin-top: 10px !important;
}
@media only screen and (min-width: 768px) {
  html body .bze-search-container {
    position: relative;
    bottom: initial;
  }
}
html body .bze-search-container bookzo-search > .bookzo {
  position: relative;
  width: 100%;
  display: block;
}
html body .bookzo-search {
  background-color: #fff;
  padding: 15px 20px;
  padding-bottom: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  html body .bookzo-search {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  html body .bookzo-search {
    display: block;
    flex-grow: 0;
    padding: 20px 30px;
  }
}
html body .bookzo-search .form-control {
  background-color: #fff;
  min-width: auto !important;
  font-size: 16px;
  border-bottom: 1px solid #707070;
  border-radius: 0;
}
@media only screen and (min-width: 1025px) {
  html body .bookzo-search .form-control {
    min-width: 200px !important;
  }
}
html body .bookzo-search #searchButton,
html body .bookzo-search .form-inline .form-group-inline .form-control {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  html body .bookzo-search #searchButton,
  html body .bookzo-search .form-inline .form-group-inline .form-control {
    margin-bottom: 0;
  }
}
html body .bookzo-search .form-inline label {
  color: #fff;
}
html body .bookzo bookzo-results-internal .card .group-name {
  display: none;
}
html body .bookzo bookzo-results-internal .card h3 {
  font-size: 34px;
}
html body .bookzo bookzo-results-internal .card .card-description {
  line-height: 1.6em;
}
html body .bookzo bookzo-results-internal .card bookzo-currency {
  font-size: 2rem;
}
html body .total-price-wrapper,
html body .total-price h5 {
  font-size: 1.6em;
}
html body bookzo-object .feature-group .feature {
  padding-left: 1.2em;
  margin-bottom: 0;
  line-height: 1.6em;
}
html body bookzo-object .feature-group .feature-group-heading {
  display: block;
  padding-bottom: 5px;
}
html body bookzo-object .persons-wrapper .label {
  color: #021015;
  font-size: 16px;
}
html body bookzo-object .total-price-wrapper {
  font-size: 2em;
}
html body .card-alternative-prices h5 {
  font-size: 18px;
}
html body .card-alternative-prices .badge-secondary {
  background-color: #952826 !important;
}
html body bookzo-book-accommodations .label {
  color: #021015 !important;
  font-size: 16px !important;
}
html body bookzo-object-icons .bookzo-icon {
  color: #952826;
}
html body bookzo-object-icons .bookzo-icon-wrapper {
  min-width: 22px;
}
html body bookzo-object-icons .icon-wrapper {
  padding-right: 8px;
}
html body bookzo-object-icons .popular-feature-item .popular-feature-icon svg {
  display: none;
}
html body bookzo-object-icons .popular-feature-item .popular-feature-icon .bookzo-icon-wrapper::before {
  content: "\f236";
  font-family: "fontAwesome";
  font-size: inherit;
  line-height: 0;
}
html body bookzo-booking .form-group label {
  padding-bottom: 5px;
}
html body bookzo-booking .form-control {
  background-color: #fff !important;
  border: 1px solid #EAEEF0 !important;
}
html body bookzo-objects-to-book .objects-to-book-wrapper.floating,
html body bookzo-arrival-departure-picker .datepicker-wrapper.floating {
  z-index: 10 !important;
}
html body .bookzo-results .card-title-name h5 {
  font-size: 1.4em;
}
html body .bookzo-results .popular-feature {
  padding-left: 1em;
}
html body .bookzo-book {
  max-width: none !important;
}

.bze-container {
  min-height: 100px;
  padding: 50px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.bze-container.bze-overview {
  max-width: none;
}

.filter-wrapper {
  display: block;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  .filter-wrapper {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.filter-wrapper h5 {
  padding-bottom: 5px;
}
.filter-wrapper .form-control {
  background-color: #fff !important;
  border: 1px solid #EAEEF0 !important;
}

.ccm-toolbar-visible .close-search-and-book {
  top: 60px;
}
.ccm-toolbar-visible .search-and-book.show-zoekboek {
  padding-top: 48px;
}

.ccm-page .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.ccm-page .alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #5bc0de;
}
.ccm-page .alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #5cb85c;
}
.ccm-page .alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d9534f;
}
.ccm-page .alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #f0ad4e;
}
.ccm-page .form-group {
  display: block;
  margin: 0;
}
.ccm-page .form-control {
  outline: none;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 0 15px;
  background: white;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: inherit;
  font-size: inherit;
  color: #000;
}
.ccm-page .control-label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
}
.ccm-page .dynamic-form-container .dynamic-form-control {
  margin-top: 20px;
}
.ccm-page textarea.form-control {
  resize: none;
  padding: 10px 15px;
  height: auto;
  line-height: 1;
}
.ccm-page .ccm-input-date {
  margin-right: 0 !important;
}
.ccm-page .input-group:after {
  display: table;
  content: "";
  clear: both;
}
.ccm-page .input-group .input-group-datepicker {
  float: left;
  width: calc(100% - 45px);
}
.ccm-page .input-group .input-group-datepicker .form-control {
  width: 100%;
}
.ccm-page .input-group .input-group-addon {
  display: block;
  border: 0;
  border-radius: 3px;
  background: #952826;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.ccm-page .input-group .input-group-addon:first-child {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ccm-page .input-group .input-group-addon:last-child {
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ccm-page .input-group .form-control {
  width: calc(100% - 45px);
}
.ccm-page .input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ccm-page .input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ccm-page p {
  line-height: 30px;
  color: #4B4B4B;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ccm-page p {
    font-size: 16px;
  }
}
.ccm-page a {
  color: #646464;
}
.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4 {
  color: #000000;
  font-family: "bell_mtbold";
  font-weight: 400;
}
.ccm-page h1 {
  font-size: 42px;
  line-height: 1;
  font-family: "bell_mtbold";
}
@media only screen and (min-width: 768px) {
  .ccm-page h1 {
    font-size: 52px;
  }
}
.ccm-page h2, .ccm-page h3, .ccm-page h4 {
  font-family: "bell_mtbold";
  font-weight: 600;
  margin-bottom: 20px;
}
.ccm-page h2 {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .ccm-page h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page h2 {
    font-size: 42px;
  }
}
.ccm-page h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .ccm-page h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page h3 {
    font-size: 26px;
  }
}
.ccm-page h4 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .ccm-page h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page h4 {
    font-size: 24px;
  }
}
.ccm-page .button,
.ccm-page .bz-button-primary,
.ccm-page .bz-button-secondary {
  display: inline-block;
  background: #000000;
  padding: 13px 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  font-size: 15px;
  border: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .button,
  .ccm-page .bz-button-primary,
  .ccm-page .bz-button-secondary {
    padding: 17px 45px;
    font-size: 18px;
  }
}
.ccm-page .button .caption,
.ccm-page .bz-button-primary .caption,
.ccm-page .bz-button-secondary .caption {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption,
  .ccm-page .bz-button-primary .caption,
  .ccm-page .bz-button-secondary .caption {
    display: inline;
  }
}
.ccm-page .button .caption_mobile,
.ccm-page .bz-button-primary .caption_mobile,
.ccm-page .bz-button-secondary .caption_mobile {
  display: inline;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption_mobile,
  .ccm-page .bz-button-primary .caption_mobile,
  .ccm-page .bz-button-secondary .caption_mobile {
    display: none;
  }
}
.ccm-page .open-menu {
  position: fixed;
}
.ccm-page .nav-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }
}
.ccm-page .main-menu-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 237, 234, 0.96);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all ease 0.4s;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main-menu-wrapper {
    position: relative;
    left: initial;
    top: initial;
    width: auto;
    height: auto;
    background-color: transparent;
    overflow-y: visible;
  }
}
.open-menu .ccm-page .main-menu-wrapper {
  left: 0;
}
.ccm-page .main-menu .nav-item {
  position: relative;
  float: none;
  border-bottom: 1px solid #7f8e65;
  list-style: none;
  border-bottom: 1px solid #d2d2d1;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main-menu .nav-item {
    float: left;
    border-bottom: 0;
  }
}
.ccm-page .main-menu .nav-item-anchor {
  text-decoration: none;
  display: inline-block;
  padding: 25px 10px;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main-menu .nav-item-anchor {
    width: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .main-menu .nav-item-anchor {
    font-size: 18px;
    padding: 22px 20px 25px 20px;
  }
}
.ccm-page .main-menu .parent-current > .nav-item-anchor,
.ccm-page .main-menu .nav-item.current .nav-item-anchor,
.ccm-page .main-menu .nav-item:hover > .nav-item-anchor,
.ccm-page .main-menu .nav-item-anchor:hover {
  color: #952826;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main-menu .parent-current > .nav-item-anchor,
  .ccm-page .main-menu .nav-item.current .nav-item-anchor,
  .ccm-page .main-menu .nav-item:hover > .nav-item-anchor,
  .ccm-page .main-menu .nav-item-anchor:hover {
    color: #952826;
  }
  .ccm-page .main-menu .parent-current > .nav-item-anchor::before,
  .ccm-page .main-menu .nav-item.current .nav-item-anchor::before,
  .ccm-page .main-menu .nav-item:hover > .nav-item-anchor::before,
  .ccm-page .main-menu .nav-item-anchor:hover::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #952826;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.ccm-page ul.sub-menu {
  position: absolute;
  width: 300px;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: red;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.sub-menu {
    transition: all 0.15s;
  }
}
.ccm-page ul.sub-menu .nav-item {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.sub-menu .nav-item:hover .nav-item-anchor {
    color: #fff;
    background-color: darkred;
  }
}
.ccm-page ul.sub-menu .nav-item-anchor {
  padding: 10px 25px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.sub-menu .nav-item-anchor {
    color: #fff;
    display: block;
    transition: all 0.15s;
  }
}
.ccm-page ul.sub-menu .sub-menu {
  width: auto;
  top: initial;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.sub-menu .sub-menu {
    position: absolute;
    width: inherit;
    left: 100%;
    top: 0;
    background-color: darkred;
  }
}
.ccm-page ul.sub-menu .sub-menu .nav-item-anchor:before {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .has-submenu:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .has-submenu > .nav-item-anchor::after {
    content: "\f107";
    font-family: "fontAwesome";
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .has-submenu .has-submenu > .nav-item-anchor {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .has-submenu .has-submenu > .nav-item-anchor::after {
    right: 25px;
    position: absolute;
    content: "\f101";
  }
}
.ccm-page .has-submenu .has-submenu .sub-menu .nav-item-anchor:hover {
  padding-left: 35px;
}
.ccm-page .menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  z-index: 20;
  cursor: pointer;
}
.ccm-page .menu-toggle.fa-times {
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .menu-toggle {
    right: 135px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .menu-toggle {
    display: none;
  }
}
.ccm-page .submenu-toggle {
  display: inline-block;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .submenu-toggle {
    display: none;
  }
}
.ccm-page .open-submenu > i::before {
  content: "\f106";
}
.ccm-page .open-submenu > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100%;
}
.ccm-page {
  /* Slider */
}
.ccm-page .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ccm-page .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ccm-page .slick-list:focus {
  outline: none;
}
.ccm-page .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.ccm-page .slick-slider .slick-track,
.ccm-page .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ccm-page .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ccm-page .slick-track:before,
.ccm-page .slick-track:after {
  display: table;
  content: "";
}
.ccm-page .slick-track:after {
  clear: both;
}
.ccm-page .slick-loading .slick-track {
  visibility: hidden;
}
.ccm-page .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ccm-page [dir=rtl] .slick-slide {
  float: right;
}
.ccm-page .slick-slide img {
  display: block;
}
.ccm-page .slick-slide.slick-loading img {
  display: none;
}
.ccm-page .slick-slide.dragging img {
  pointer-events: none;
}
.ccm-page .slick-initialized .slick-slide {
  display: block;
}
.ccm-page .slick-loading .slick-slide {
  visibility: hidden;
}
.ccm-page .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ccm-page .slick-arrow.slick-hidden {
  display: none;
}
.ccm-page .slick-next:before, .ccm-page .slick-prev:before {
  font-size: 30px;
  line-height: 1;
  color: #ffae01;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page .activity-slider .slick-next, .ccm-page .activity-slider .slick-prev {
  display: none !important;
}
.ccm-page .slick-next {
  right: 4px;
  top: 48px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .slick-next {
    right: -70px;
    top: 40%;
  }
}
.ccm-page .slick-prev {
  left: 4px;
  top: 48px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .ccm-page .slick-prev {
    left: -70px;
    top: 40%;
  }
}
.ccm-page .slick-dots {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .slick-dots {
    display: block;
  }
}
.ccm-page .slick-dots li {
  display: inline-block;
  border: 2px solid #a7adad;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  cursor: pointer;
}
.ccm-page .slick-dots li.slick-active {
  background: #952826;
  border: 2px solid #952826;
}
.ccm-page .slick-dots li button {
  opacity: 0;
}
.ccm-page .slick-arrow {
  position: absolute;
}
.ccm-page .slick-prev,
.ccm-page .slick-next {
  position: absolute;
  display: block;
  height: 78px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  display: none;
  cursor: pointer;
}
.ccm-page .slick-prev:before,
.ccm-page .slick-next:before {
  font-size: 20px;
  line-height: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-right.png);
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 1281px) {
  .ccm-page .slick-prev:before,
  .ccm-page .slick-next:before {
    display: inline-block;
  }
}
.ccm-page .slick-next {
  right: 20px;
}
.ccm-page .slick-prev {
  left: 20px;
}
.ccm-page .slick-prev::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@font-face {
  font-family: "bell_mtbold";
  src: url("fonts/bellb-webfont.woff2") format("woff2"), url("fonts/bellb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "eras_medium_itcregular";
  src: url("fonts/erasmediumitc-webfont.woff2") format("woff2"), url("fonts/erasmediumitc-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ms_madiregular";
  src: url("fonts/msmadi-regular-webfont.woff2") format("woff2"), url("fonts/msmadi-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html.open-menu {
  position: fixed;
}
@media only screen and (min-width: 1025px) {
  html.open-menu {
    position: static;
  }
}

.bz-dropdown.bz-datepicker {
  font-family: "eras_medium_itcregular";
}

.bz-search-cal table a:not(.bz-datepicker-date-disabled) {
  background: #9f8c6d;
}

.bz-search-cal table a:not(.bz-datepicker-date-disabled):hover, .bz-search-cal table a.bz-active {
  background: #dd0a15;
}

.ccm-page {
  font-family: "eras_medium_itcregular";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.32px;
}
.ccm-page img {
  max-width: 100%;
  height: auto;
}
.ccm-page .bookzo-object-page .bz-button-secondary {
  display: none;
}
.ccm-page .main .content-top .bookzo-object-page p {
  max-width: 100%;
  margin: 0;
  text-align: left;
}
.ccm-page .bz-calendar tr.dates > td.booked {
  background: #ffffff;
  color: #b1b1b1;
}
.ccm-page .bz-calendar .bz-calendar-nav {
  top: 6px;
}
.ccm-page .bookzo-page {
  text-align: left;
  padding-bottom: 80px;
}
.ccm-page .bookzo-page .bz-form h2, .ccm-page .bookzo-page .bz-form h3 {
  font-size: 28px;
}
.ccm-page .bookzo-page .bz-form h4 {
  font-size: 18px;
}
.ccm-page .bookzo-page .bz-button.bz-float-left.bz-button-primary {
  opacity: 0.5;
}
.ccm-page .bookzo-page .bz-button.bz-float-left.bz-button-primary:hover {
  opacity: 1;
}
.ccm-page .bz-calendar h2 {
  display: none;
}
.ccm-page .bz-calendar .th-legenda span.free:before {
  background: #c7c7c7;
}
.ccm-page .bz-price-info h4 {
  margin-bottom: 20px;
  color: #363432;
  font-family: "eras_medium_itcregular";
  text-transform: none;
  font-weight: 400;
}
.ccm-page .calendar-calculations {
  text-align: left;
}
.ccm-page .calendar-calculations .bz-panel-box-primary {
  background: #ABA89A;
  color: white;
  border: 0;
  margin-bottom: 60px;
  position: relative;
}
.ccm-page .calendar-calculations .bz-panel-box-primary h4 {
  color: white;
}
.ccm-page .calendar-calculations .th-book-total {
  border-top: 1px solid #a0b385;
  font-size: 22px;
}
.ccm-page .calendar-calculations .bz-clearfix.bz-margin-top {
  position: absolute;
  width: 94%;
}
.ccm-page .calendar-calculations .bz-clearfix.bz-margin-top .bz-button-primary {
  background: #952826;
  position: relative;
}
.ccm-page .bz-calendar tr.month > th.month {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  background: #ABA89A;
  color: black;
  font-weight: bold;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ccm-page .bz-calendar .bz-calendar-next:after {
  color: black;
}
.ccm-page .bz-panel .bz-tab > li > a {
  font-size: 22px;
  color: #952826;
  border: 0;
}
.ccm-page .bz-panel .th-infobar.bz-margin-large-bottom {
  display: none;
}
.ccm-page .bz-panel .th-titles h2 {
  font-family: "Poiret One", cursive;
  font-size: 48px;
  font-weight: 400;
  color: #952826 !important;
  text-transform: none;
}
.ccm-page .bz-panel .bz-tab > li.bz-active > a {
  border: 0;
  background: transparent;
  color: #000000;
}
.ccm-page .bz-panel .bz-tab > li:not(.bz-active) > a:hover, .ccm-page .bz-panel .bz-tab > li:not(.bz-active) > a:focus, .ccm-page .bz-panel .bz-tab > li.bz-open:not(.bz-active) > a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ccm-page .bz-panel .bz-tab {
  border: 0;
}
.ccm-page .bz-panel .bz-tab > li > a:hover, .ccm-page .bz-panel .bz-tab > li > a:focus, .ccm-page .bz-panel .bz-tab > li.bz-open > a {
  border: 0;
  background: transparent;
  color: #000000;
  outline: none;
}
.ccm-page.page-template-prices .main .about.default {
  padding-bottom: 300px;
}
.ccm-page.page-template-prices .main .about.default::before {
  background: url(../images/snow-bg.jpg);
  background-position: center;
  background-size: cover;
  height: 650px;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page.page-template-homepage .header {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page.page-template-homepage .header {
    margin-top: 135px;
  }
}
.ccm-page.page-template-homepage .main .about .text h2 {
  font-family: "bell_mtbold";
  font-size: 42px;
  font-weight: 400;
  color: #000000;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .ccm-page.page-template-homepage .main .about .text h2 {
    line-height: 2;
  }
}
.ccm-page.page-template-homepage .search-book {
  transform: scale(0.9);
  bottom: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ccm-page.page-template-homepage .search-book {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page.page-template-homepage .search-book {
    transform: scale(0.82);
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page.page-template-homepage .search-book {
    bottom: 105px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page.page-template-homepage .search-book {
    transform: scale(1);
  }
}
.ccm-page .header {
  height: 65px;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 4;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header {
    height: 65px;
    background: white;
    margin-top: 135px;
    position: absolute;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header.header-minified {
    position: fixed;
    background: white;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 44;
    height: 65px;
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .ccm-page .header.header-minified .top-menu {
    display: none;
  }
  .ccm-page .header.header-minified .main-menu-wrapper .nav-logo-desktop, .ccm-page .header.header-minified .ccm-page .header .top-menu .nav-logo-desktop {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 115px;
    top: 0;
  }
  .ccm-page .header.header-minified .logo-wrapper {
    max-width: 175px;
    left: 20px;
    top: 5px;
  }
  .ccm-page .header.header-minified .logo-wrapper img {
    background: white;
    border-radius: 50%;
  }
  .ccm-page .header.header-minified .logo-wrapper svg {
    max-width: 175px;
  }
  .ccm-page .header.header-minified .reservation-button {
    height: 65px;
    line-height: 3;
  }
}
.ccm-page .header .top-header {
  height: 65px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-header {
    height: 65px;
  }
}
.ccm-page .header .main-menu {
  margin: 0 auto;
  max-width: 820px;
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .main-menu {
    max-width: 1024px;
  }
}
.ccm-page .header .top-menu, .ccm-page .header .main-menu-wrapper {
  float: left;
  width: 100%;
  clear: both;
}
.ccm-page .header .top-menu .navigation-left, .ccm-page .header .top-menu .navigation-right, .ccm-page .header .main-menu-wrapper .navigation-left, .ccm-page .header .main-menu-wrapper .navigation-right {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu .navigation-left, .ccm-page .header .top-menu .navigation-right, .ccm-page .header .main-menu-wrapper .navigation-left, .ccm-page .header .main-menu-wrapper .navigation-right {
    width: 50%;
  }
}
.ccm-page .header .top-menu .navigation-right, .ccm-page .header .main-menu-wrapper .navigation-right {
  width: 100%;
  float: left;
  position: relative;
}
@media only screen and (min-width: 1281px) {
  .ccm-page .header .top-menu .navigation-right, .ccm-page .header .main-menu-wrapper .navigation-right {
    width: 50%;
    float: right;
    text-align: right;
    left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu .navigation-right, .ccm-page .header .main-menu-wrapper .navigation-right {
    width: 50%;
    float: right;
    text-align: right;
    left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page .header .top-menu .navigation-right, .ccm-page .header .main-menu-wrapper .navigation-right {
    left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu .navigation-right .nav-item, .ccm-page .header .main-menu-wrapper .navigation-right .nav-item {
    display: inline-block;
    float: none;
  }
}
.ccm-page .header .top-menu .nav-logo-desktop, .ccm-page .header .main-menu-wrapper .nav-logo-desktop {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 200px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu .nav-logo-desktop, .ccm-page .header .main-menu-wrapper .nav-logo-desktop {
    display: block;
    top: -90px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .top-menu .nav-logo-desktop, .ccm-page .header .main-menu-wrapper .nav-logo-desktop {
    max-width: 257px;
    top: -125px;
  }
}
.ccm-page .header .top-menu {
  padding: 10px 10px 0 10px;
  float: left;
  position: absolute;
  width: auto;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu {
    padding: 15px 135px 0 10px;
    text-align: right;
    right: initial;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu {
    top: -70px;
    right: 10px;
    left: initial;
    float: right;
    padding-right: 0;
    z-index: 100;
  }
}
.ccm-page .header .top-menu .left, .ccm-page .header .top-menu p {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu .left {
    float: left;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .ccm-page .header .top-menu .left {
    float: none;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu i {
    display: inline-block;
  }
}
.ccm-page .header .top-menu span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu span {
    display: inline-block;
    color: #000000;
  }
}
.ccm-page .header .top-menu p, .ccm-page .header .top-menu a {
  font-size: 12px;
  color: black;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu p, .ccm-page .header .top-menu a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page .header .top-menu p, .ccm-page .header .top-menu a {
    font-size: 16px;
  }
}
.ccm-page .header .reservation-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 110px;
  display: none;
  background-color: #000000;
  text-align: center;
  line-height: 52px;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .reservation-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .reservation-button {
    width: 150px;
  }
}
.ccm-page .header .reservation-button a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 0;
  margin-top: 0;
  font-size: 16px;
  padding-top: 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .reservation-button a {
    padding-top: 7px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .reservation-button a {
    font-size: 18px;
  }
}
.ccm-page .image-slider {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider {
    min-height: 260px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider {
    min-height: 380px;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page .image-slider {
    min-height: 470px;
  }
}
.ccm-page .image-slider {
  background: url(../images/default-header.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.ccm-page .image-slider .slick-header-slider {
  float: left;
  width: 100%;
}
.ccm-page .image-slider .slick-header-slider .header-slide {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slide {
    height: 510px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider .slick-header-slider .header-slide {
    height: 820px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .image-slider .slick-header-slider .header-slide {
    height: 960px;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text {
  text-align: center;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text {
    padding-top: 340px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text {
    padding-top: 420px;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
    font-size: 76px;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
  color: white;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2235294118);
  font-family: "bell_mtbold";
  letter-spacing: 0.02em;
  font-weight: 600;
}
.ccm-page .image-slider .slick-header-slider .header-slider-text p {
  font-size: 34px;
  line-height: 1;
  font-family: "ms_madiregular";
  color: white;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text p {
    font-size: 46px;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text p {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4392156863);
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text p {
    font-size: 65px;
  }
}
.ccm-page .bz-results .prices {
  font-size: 24px;
  font-weight: 600;
}
.ccm-page .main {
  min-height: 500px;
  clear: both;
}
.ccm-page .main p {
  margin-bottom: 20px;
}
.ccm-page .main .content-top {
  background: rgba(234, 216, 190, 0.5);
  text-align: center;
  padding: 20px 0 50px 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-top {
    padding: 70px 0 90px 0;
  }
}
.ccm-page .main .content-top {
  position: relative;
  z-index: 3;
}
.ccm-page .main .content-top.default {
  background: rgba(234, 216, 190, 0.21);
}
.ccm-page .main .content-top.default::before {
  display: none;
}
.ccm-page .main .content-top p {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 20px;
}
.ccm-page .main .content-top p {
  color: #4B4B4B;
}
.ccm-page .main .content-top .button {
  position: absolute;
  max-width: 335px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ccm-page .main .home-blocks {
  margin-top: 60px;
  position: relative;
  margin-bottom: 300px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-blocks {
    margin-bottom: 200px;
  }
}
.ccm-page .main .home-blocks .row {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-blocks .row {
    padding: 0 20px;
  }
}
.ccm-page .main .home-blocks::before {
  background: url("../images/content-bg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 900px;
  left: 0;
  bottom: -240px;
}
.ccm-page .main .content-blocks {
  clear: both;
}
.ccm-page .main .content-blocks .text-left {
  padding: 100px 40px 20px 40px;
}
.ccm-page .main .content-blocks .slider, .ccm-page .main .content-blocks .slick-slide {
  min-height: 340px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-blocks .slider, .ccm-page .main .content-blocks .slick-slide {
    min-height: 530px;
  }
}
.ccm-page .main .content-blocks .slider, .ccm-page .main .content-blocks .slick-slide {
  background-position: center;
  background-size: cover;
}
.ccm-page .main .content-blocks .slider .slick-next, .ccm-page .main .content-blocks .slider .slick-prev, .ccm-page .main .content-blocks .slick-slide .slick-next, .ccm-page .main .content-blocks .slick-slide .slick-prev {
  top: 40%;
}
.ccm-page .main .content-blocks .slider .slick-next:before, .ccm-page .main .content-blocks .slider .slick-prev:before, .ccm-page .main .content-blocks .slick-slide .slick-next:before, .ccm-page .main .content-blocks .slick-slide .slick-prev:before {
  display: block;
}
.ccm-page .main .content-blocks .nobg {
  background: none !important;
}
.ccm-page .main .content-blocks .row {
  min-height: 530px;
  background: url(../images/element.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.ccm-page .main .content-blocks .row .content-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  float: left;
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-blocks .row .content-img {
    height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-blocks .row .content-img {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.ccm-page .main .content-blocks .row .content-text {
  width: 100%;
  float: left;
  padding: 30px 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-blocks .row .content-text {
    width: 50%;
    float: right;
    padding: 100px 40px 20px 40px;
  }
}
.ccm-page .main .content-blocks .row .content-text h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.ccm-page .main .content-blocks .row:nth-child(even) {
  background: url(../images/element2.jpg);
  background-position: left 30px;
  background-repeat: no-repeat;
}
.ccm-page .main .content-blocks .row:nth-child(even) .content-img {
  left: auto;
  right: 0;
}
.ccm-page .main .content-blocks .row:nth-child(even) .content-text {
  float: left;
}
.ccm-page .main .content-blocks .row.default {
  background: none;
}
.ccm-page .main .content-blocks .row.default .content-img {
  left: auto;
  right: 0;
}
.ccm-page .main .content-blocks .row.default .content-text {
  float: left;
}
.ccm-page .main .content-blocks .row.default:nth-child(even) {
  background: url(../images/element2.jpg);
  background-position: 100px bottom;
  background-repeat: no-repeat;
}
.ccm-page .main .content-blocks .row.default:nth-child(even) .content-img {
  left: 0;
  right: auto;
}
.ccm-page .main .content-blocks .row.default:nth-child(even) .content-text {
  float: right;
}
.ccm-page .main .bottom-img {
  float: left;
  width: 100%;
  background: url(../images/footer-img.jpg);
  background-size: cover;
  background-position: center;
  height: 280px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .bottom-img {
    height: 420px;
  }
}
.ccm-page .main .bottom-img.default {
  height: 380px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .bottom-img.default {
    height: 680px;
  }
}
.ccm-page .main .content-down {
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  padding-top: 10px;
  background: #f4ede6;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-down {
    padding-top: 50px;
  }
}
.ccm-page .main .content-down.default {
  background: none;
}
.ccm-page .main .content-down .row {
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down .row {
    padding: 0 40px;
  }
}
.ccm-page .main .content-down.fac {
  background: none;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-down.fac {
    padding-bottom: 680px;
    background-size: cover;
    background-position: center;
  }
}
.ccm-page .main .content-down h2 {
  margin-top: 10px;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down h2 {
    margin-top: 70px;
  }
}
.ccm-page .main .content-down .logos h2 {
  margin-bottom: 20px;
}
.ccm-page .main .content-down .logos img {
  background: white;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-down .logos img {
    width: calc(25% - 20px);
    padding: 15px;
    margin-right: 20px;
  }
}
.ccm-page .main .content-down .logos img {
  margin-right: 10px;
  float: left;
}
.ccm-page .main .content-down .logos img img {
  width: 100%;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-down .logos img img {
    height: 105px;
  }
}
.ccm-page .main .content-down .logos img img {
  object-fit: cover;
}
.ccm-page .main .content-down ul {
  list-style: none;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down ul {
    width: 50%;
  }
}
.ccm-page .main .content-down ul {
  margin-top: 20px;
}
.ccm-page .main .content-down ul li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  padding-bottom: 20px;
  color: #5f5955;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down ul li {
    line-height: 44px;
    font-size: 18px;
  }
}
.ccm-page .main .content-down ul li img, .ccm-page .main .content-down ul li i {
  top: 0;
  position: absolute;
  left: 0;
  top: 0px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down ul li img, .ccm-page .main .content-down ul li i {
    top: 10px;
  }
}
.ccm-page .main .content-down ul li img, .ccm-page .main .content-down ul li i {
  color: #ABA89A;
}
.ccm-page .main .home-cards {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
.ccm-page .main .home-cards .home-item {
  background-position: center;
  background-size: cover;
  border: 3px solid white;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item {
    border: 10px solid white;
  }
}
.ccm-page .main .home-cards .home-item {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.ccm-page .main .home-cards .home-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 3;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(50, 50, 40, 0), #000 120%);
}
.ccm-page .main .home-cards .home-item:hover .item-text {
  bottom: 10px;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ccm-page .main .home-cards .home-item:hover .item-text h2 {
  margin-bottom: 5px;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ccm-page .main .home-cards .home-item .item-text {
  position: absolute;
  bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item .item-text {
    bottom: -20px;
  }
}
.ccm-page .main .home-cards .home-item .item-text {
  z-index: 4;
  left: 0;
  width: 100%;
  text-align: center;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ccm-page .main .home-cards .home-item .item-text h2 {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "eras_medium_itcregular";
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item .item-text h2 {
    font-size: 24px;
  }
}
.ccm-page .main .home-cards .home-item .item-text span {
  font-family: "eras_medium_itcregular";
  font-size: 16px;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item .item-text span {
    font-size: 18px;
  }
}
.ccm-page .main .home-cards .home-item .item-text span::after {
  content: "\f105";
  padding-left: 8px;
  font-family: "FontAwesome";
  font-size: 22px;
}
.ccm-page .main .home-cards .home-item {
  width: 50%;
  float: left;
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .home-cards .home-item:nth-child(1), .ccm-page .main .home-cards .home-item:nth-child(3) {
    width: 60%;
    float: left;
    height: 426px;
  }
  .ccm-page .main .home-cards .home-item:nth-child(2) {
    width: 40%;
    float: right;
    height: 380px;
  }
  .ccm-page .main .home-cards .home-item:nth-child(4) {
    width: 40%;
    float: right;
    height: 470px;
    position: relative;
    top: -44px;
  }
}
.ccm-page .main .about {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.ccm-page .main .about .row {
  max-width: 1335px;
  width: 100%;
  margin: 0 auto;
}
.ccm-page .main .about.default {
  background: rgba(234, 216, 190, 0.5) url(../images/element3.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  padding-top: 100px;
}
.ccm-page .main .about .img {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .about .img.def {
    position: relative;
    top: -20px;
  }
}
.ccm-page .main .about .img img {
  position: relative;
  top: 0px;
  z-index: 4;
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .about .img img {
    display: block;
    padding-right: 20px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.ccm-page .main .about .img.info {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .img.info {
    display: block;
  }
}
.ccm-page .main .about .img.info img {
  top: 0;
  left: 0;
  padding-right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.ccm-page .main .about .text {
  background: white;
  position: relative;
  padding: 50px 20px 30px 20px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 50px;
  top: -50px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .text {
    padding: 20px 20px 40px 20px;
    margin-bottom: 80px;
    top: auto;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page .main .about .text {
    padding: 50px 100px 50px 70px;
  }
}
.ccm-page .main .about .text h2 {
  font-family: "eras_medium_itcregular";
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  font-style: italic;
  text-transform: inherit;
  line-height: 2;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .text h2 {
    font-size: 20px;
  }
}
.ccm-page .main .about .text .spacing {
  padding-right: 15px;
}
.ccm-page .main .about .text ul {
  margin-top: 15px;
}
.ccm-page .main .about .text ul li {
  line-height: 30px;
  color: #4B4B4B;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.ccm-page .main .about .text ul li::before {
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #ABA89A;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
}
.ccm-page .main .about .text table {
  color: #952826;
  position: relative;
  margin-left: -20px;
}
.ccm-page .main .about .text table tr td {
  border-top: 1px solid #f4ebdd;
  padding-top: 10px;
  line-height: 1;
  padding-left: 20px;
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .text table tr td {
    font-size: 16px;
  }
}
.ccm-page .main .about .text table tr td:last-child {
  border-left: 1px solid #f4ebdd;
}
.ccm-page .main .about .text::before {
  content: "\f0d9";
  position: absolute;
  font-family: "FontAwesome";
  left: -20px;
  top: 40%;
  font-size: 64px;
  color: white;
}
.ccm-page .main .about .text.info::before {
  display: none;
}
.ccm-page .main .about .text.info h2 {
  font-family: "eras_medium_itcregular";
  font-size: 38px;
  margin-bottom: 20px;
}
.ccm-page .main .content-bottom {
  background: url(../images/element.jpg);
  background-position: 100px bottom;
  background-repeat: no-repeat;
  position: relative;
  top: -100px;
}
.ccm-page .main .content-bottom.default {
  top: 0;
  clear: both;
  background: none;
}
.ccm-page .main .content-bottom.default .text .button {
  background: #ABA89A;
}
.ccm-page .main .content-bottom img {
  max-width: inherit;
  width: 100%;
}
.ccm-page .main .content-bottom .text .text-wrapper {
  max-width: 650px;
  padding: 50px 20px 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-bottom .text .text-wrapper {
    padding: 28% 20px 10px 20px;
  }
}
.ccm-page .main .content-bottom .text .text-wrapper h2 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-bottom .text .text-wrapper h2 {
    font-size: 42px;
  }
}
.ccm-page .main .content-bottom .text .text-wrapper i {
  color: #952826;
}
.ccm-page .main .insta-feed {
  min-height: 650px;
  text-align: center;
  background: url(../images/insta-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: -100px;
  padding-top: 50px;
  padding-bottom: 150px;
}
.ccm-page .main .insta-feed .row {
  max-width: 980px;
}
.ccm-page .main .insta-feed h2 {
  font-size: 48px;
  color: #000000;
  font-family: "bell_mtbold";
  text-transform: inherit;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .insta-feed h2 {
    font-size: 64px;
  }
}
.ccm-page .maps-block {
  position: relative;
  height: 375px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .maps-block {
    height: 675px;
  }
}
.ccm-page .maps-block img {
  position: absolute;
  width: 33%;
  object-fit: cover;
  max-width: 550px;
  height: calc(100% - 140px);
  left: 20px;
  z-index: 3;
  top: 20px;
  display: none;
}
@media only screen and (min-width: 1281px) {
  .ccm-page .maps-block img {
    display: block;
  }
}
.ccm-page .maps-block .map {
  position: relative;
  z-index: 1;
}
.ccm-page .maps-block .map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 375px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .maps-block .map img {
    height: 675px;
  }
}
.ccm-page .maps-block .map img {
  object-fit: cover;
  display: block;
}
.ccm-page .form {
  background: #DBD0BC url(../images/element3.png);
  background-size: cover;
  background-position: center;
  padding: 20px 10px 30px 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .form {
    padding: 80px 20px 50px 20px;
  }
}
.ccm-page .form .form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.ccm-page .form .form-wrapper .mail, .ccm-page .form .form-wrapper .phone {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}
.ccm-page .form .form-wrapper .human-check-wrap {
  background: none;
  padding-left: 0;
  padding-bottom: 0;
}
.ccm-page .form .form-wrapper .button {
  margin-top: 0;
  padding: 17px 75px;
}
.ccm-page .form .form-wrapper label {
  font-weight: 400;
}
.ccm-page .form .form-wrapper .phone {
  margin-right: 0;
  margin-left: 10px;
}
.ccm-page .form .form-wrapper .has-textarea {
  float: left;
  width: 100%;
}
.ccm-page .search-book {
  position: absolute;
  bottom: 20px;
  max-width: 1050px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: white;
  transform: scale(0.72);
  bottom: 0;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .search-book {
    bottom: 0;
    transform: scale(0.7);
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .search-book {
    bottom: 20px;
    transform: scale(0.82);
  }
}
.ccm-page .search-book .bookzo-search,
.ccm-page .search-book .bz-search {
  padding: 10px 10px 0 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search,
  .ccm-page .search-book .bz-search {
    padding: 24px 0 24px 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .search-book .bookzo-search,
  .ccm-page .search-book .bz-search {
    padding: 37px 0 37px 210px;
  }
}
.ccm-page .search-book .bookzo-search::before,
.ccm-page .search-book .bz-search::before {
  content: "";
  background: url(../images/element.svg);
  width: 331px;
  height: 210px;
  position: absolute;
  left: -96px;
  top: -81px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search::before,
  .ccm-page .search-book .bz-search::before {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search .th-field-type, .ccm-page .search-book .bookzo-search .bz-label,
  .ccm-page .search-book .bz-search .th-field-type,
  .ccm-page .search-book .bz-search .bz-label {
    padding-left: 0;
  }
}
.ccm-page .search-book .bookzo-search .th-field-type i, .ccm-page .search-book .bookzo-search .bz-label i,
.ccm-page .search-book .bz-search .th-field-type i,
.ccm-page .search-book .bz-search .bz-label i {
  display: none;
}
.ccm-page .search-book .bookzo-search .bz-width-1-1,
.ccm-page .search-book .bz-search .bz-width-1-1 {
  position: relative;
}
@media (max-width: 480px) {
  .ccm-page .search-book .bookzo-search .bz-width-1-1,
  .ccm-page .search-book .bz-search .bz-width-1-1 {
    width: 50%;
  }
}
.ccm-page .search-book .bookzo-search .bz-width-1-1::after,
.ccm-page .search-book .bz-search .bz-width-1-1::after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 0;
  color: #952826;
  bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search .bz-width-1-1::after,
  .ccm-page .search-book .bz-search .bz-width-1-1::after {
    bottom: 10px;
  }
}
.ccm-page .search-book .bookzo-search .bz-width-1-1.th-field-arrival::after, .ccm-page .search-book .bookzo-search .bz-width-1-1.th-field-departure::after,
.ccm-page .search-book .bz-search .bz-width-1-1.th-field-arrival::after,
.ccm-page .search-book .bz-search .bz-width-1-1.th-field-departure::after {
  display: none;
}
.ccm-page .search-book .bookzo-search select,
.ccm-page .search-book .bz-search select {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  padding-left: 0;
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search select,
  .ccm-page .search-book .bz-search select {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ccm-page .search-book .bookzo-search .bz-width-medium-1-6,
  .ccm-page .search-book .bz-search .bz-width-medium-1-6 {
    width: 18.666%;
  }
}
.ccm-page .search-book .bookzo-search .buttonrow,
.ccm-page .search-book .bz-search .buttonrow {
  right: 0;
  top: 0;
  left: 7px;
  position: relative;
  height: 60px;
  width: 100%;
  background: #000000;
  margin-top: 20px;
  border-bottom: 2px solid white;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search .buttonrow,
  .ccm-page .search-book .bz-search .buttonrow {
    position: absolute;
    width: 183px;
    height: 120px;
    margin-top: 0;
    left: auto;
    border: 0;
  }
}
.ccm-page .search-book .bookzo-search .buttonrow::after,
.ccm-page .search-book .bz-search .buttonrow::after {
  display: none;
}
.ccm-page .search-book .bookzo-search .buttonrow .bz-button,
.ccm-page .search-book .bz-search .buttonrow .bz-button {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  font-size: 20px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search .buttonrow .bz-button,
  .ccm-page .search-book .bz-search .buttonrow .bz-button {
    font-size: 24px;
  }
}
.ccm-page .search-book .bookzo-search .buttonrow .bz-button,
.ccm-page .search-book .bz-search .buttonrow .bz-button {
  font-weight: 600;
  top: 0;
}
.ccm-page .search-book .bookzo-search .buttonrow i,
.ccm-page .search-book .bz-search .buttonrow i {
  font-size: 24px;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #952826;
  left: 10px;
  padding-left: 12px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo-search .buttonrow i,
  .ccm-page .search-book .bz-search .buttonrow i {
    top: 35px;
    left: -31px;
  }
}
.ccm-page .search-book .bookzo-search .buttonrow i,
.ccm-page .search-book .bz-search .buttonrow i {
  line-height: 1.9;
  border-radius: 50%;
}
.ccm-page .content-section {
  background: rgba(234, 216, 190, 0.21);
  position: relative;
  width: 100%;
  float: left;
}
.ccm-page .content-section::before {
  background: url(../images/flowers.jpg);
  background-position: center;
  background-size: cover;
  height: 650px;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccm-page .content-section .row {
  background: white;
  margin-bottom: 540px;
}
.ccm-page .content-section .content-block {
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 10px;
}
.ccm-page .content-section .content-block .button {
  background: #CC9D51;
}
.ccm-page .content-section .content-block img {
  float: left;
  padding: 15px;
  margin-left: -125px;
}
.ccm-page .content-section .content-block ul li {
  line-height: 30px;
  color: #4B4B4B;
  position: relative;
  list-style: none;
}
.ccm-page .content-section .content-block ul li::before {
  content: "\f054";
  font-size: 16px;
  padding-right: 10px;
  color: #ABA89A;
  font-family: "FontAwesome";
}
.ccm-page .content-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .content-items {
    height: 420px;
  }
}
.ccm-page .content-items .content-item {
  display: flex;
  padding: 5px;
}
.ccm-page .content-items .content-item h3 {
  font-size: 23px;
  color: #4B4B4B;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .content-items .content-item h3 {
    margin-top: 0;
  }
}
.ccm-page .content-items .content-item .content-text {
  display: flex;
  flex-direction: column;
  background: #EDEDEA;
  padding: 20px 10px;
  min-height: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ccm-page .content-items .content-item .content-text {
    padding-left: 230px;
  }
}
.ccm-page .content-items .content-item .content-text .content-img {
  height: 200px;
  width: 200px;
  left: 0;
  right: 0;
  margin-bottom: 20px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .content-items .content-item .content-text .content-img {
    position: absolute;
    left: 10px;
    top: 20px;
    margin: 0;
    width: 200px;
    height: 160px;
  }
}
.ccm-page .insta-feed .button {
  float: none !important;
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .insta-feed .button {
    float: right !important;
  }
}
.ccm-page .insta-feed .ig-post-wrapper {
  width: calc(50% - 5px);
  float: left;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .insta-feed .ig-post-wrapper {
    width: calc(33% - 10px);
  }
}
.ccm-page .insta-feed .ig-post {
  margin: 4px;
  border: 1px solid white;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .insta-feed .ig-post {
    margin: 12px;
  }
}
.ccm-page .insta-feed .instagram-feed {
  float: left;
  width: 100%;
}
.ccm-page .insta-feed .instagram-feed .ig-image {
  height: 160px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .insta-feed .instagram-feed .ig-image {
    height: 220px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .insta-feed .instagram-feed .ig-image {
    height: 270px;
  }
}
.ccm-page .insta-feed .instagram-feed .slick-next, .ccm-page .insta-feed .instagram-feed .slick-prev {
  top: 40%;
}
.ccm-page .insta-feed .instagram-feed .slick-next {
  right: -60px;
}
.ccm-page .insta-feed .instagram-feed .slick-prev {
  left: -60px;
}
.ccm-page .ccm-block-switch-language-flags {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  top: 25px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags {
    float: right;
    margin-right: 0;
    position: relative;
    right: 0;
    top: 5px;
    padding-left: 15px;
  }
}
.ccm-page .ccm-block-switch-language-flags .language-toggle {
  cursor: pointer;
  display: inline-block !important;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle:after {
  position: relative;
  top: -5px;
  font-family: fontAwesome;
  content: "\f107";
  padding-left: 3px;
  font-size: 16px;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages {
  z-index: 99;
  display: none;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #fff;
  padding: 10px 0px 5px 0px;
  width: 48px;
  text-align: center;
  transition: all 0.2s ease;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 5px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages {
    position: absolute;
    border-bottom: 1px solid #778268;
  }
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages a {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages a {
    display: block;
    padding: 0;
    padding: 0.2em 0.2em;
  }
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages a.ccm-block-switch-language-active {
  display: none;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language {
  opacity: 0.5;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language:hover {
  opacity: 1;
}
.ccm-page .ccm-block-switch-language-flags .show-flags .submenu-languages, .ccm-page .ccm-block-switch-language-flags:hover .submenu-languages {
  display: flex;
}
.ccm-page .footer {
  background: #FDF0E8;
  padding-top: 40px;
  position: relative;
  z-index: 3;
  clear: both;
}
.ccm-page .footer::after {
  width: 100%;
  height: 115px;
  content: "";
  left: 0;
  bottom: 0;
  background: #FDF0E8;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer::after {
    display: block;
  }
}
.ccm-page .footer .logo {
  text-align: center;
}
.ccm-page .footer .logo img {
  position: relative;
  margin-top: -160px;
}
.ccm-page .footer .logo svg {
  max-width: 220px;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .logo svg {
    max-width: 346px;
    height: auto;
  }
}
.ccm-page .footer .logo p {
  font-size: 16px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .logo p {
    font-size: 24px;
  }
}
.ccm-page .footer .logo p {
  color: #DBD0BC;
  text-transform: uppercase;
  margin-top: 20px;
}
.ccm-page .footer .copyright {
  position: relative;
  z-index: 4;
  padding: 20px 10px 60px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .copyright {
    padding: 20px 0;
  }
}
.ccm-page .footer .copyright p, .ccm-page .footer .copyright a {
  font-size: 12px;
  color: #727272;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .copyright p, .ccm-page .footer .copyright a {
    font-size: 14px;
  }
}
.ccm-page .footer .copyright .footer-bottom-left {
  text-align: center;
}
.ccm-page .footer .backtop {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 75px;
  height: 50px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .backtop {
    height: 160px;
  }
}
.ccm-page .footer .backtop {
  text-align: center;
  background: white;
  z-index: 5;
}
.ccm-page .footer .backtop::before {
  content: "\f077";
  font-family: "FontAwesome";
  color: #952826;
  font-size: 36px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.ccm-page .footer .insta, .ccm-page .footer .facebook {
  color: black;
  margin-top: 50px;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 10px;
}
.ccm-page .footer .insta i, .ccm-page .footer .facebook i {
  font-size: 26px;
  display: block;
  color: #952826;
}
.ccm-page .footer .footer-content ul {
  list-style: none;
  padding-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .footer-content ul {
    padding-top: 55px;
  }
}
.ccm-page .footer .footer-content ul li {
  font-size: 14px;
  line-height: 35px;
  float: left;
  width: 50%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .footer-content ul li {
    width: auto;
    float: inherit;
    font-size: 18px;
  }
}
.ccm-page .footer .footer-content ul li a {
  color: black;
  text-decoration: none;
}
.ccm-page .footer .footer-content ul li a:hover {
  color: #952826;
}
.ccm-page .footer .footer-content iframe {
  position: relative;
  z-index: 4;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
}
.ccm-page .footer .footer-content .thirth {
  padding: 55px 0 20px 65px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .footer-content .thirth {
    padding: 55px 0 0 100px;
  }
}
.ccm-page .footer .footer-content .thirth .button {
  background: white;
  color: #000000;
  margin-bottom: 40px;
}
.ccm-page .footer .footer-content .thirth a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}
.ccm-page .footer .footer-content .thirth P {
  color: black;
  font-size: 18px;
}
.ccm-page .footer .footer-content .thirth P:first-child {
  position: relative;
}
.ccm-page .footer .footer-content .thirth P:first-child::before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  left: -70px;
  color: #952826;
  text-align: center;
  line-height: 2;
  top: 5px;
}
.ccm-page .footer .footer-content .thirth P:first-child::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 2px;
  background: #fff;
  left: -140px;
  top: 29px;
}
.ccm-page .logo-wrapper {
  max-width: 135px;
  top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ccm-page .logo-wrapper {
    top: 40px;
    max-width: 175px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .logo-wrapper {
    max-width: 265px;
    top: 30px;
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .logo-wrapper {
    max-width: 335px;
    left: 20px;
    top: 15px;
  }
}
.ccm-page .logo-wrapper svg {
  max-width: 185px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .logo-wrapper svg {
    max-width: 265px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .logo-wrapper svg {
    max-width: 335px;
  }
}
.ccm-page .logo-wrapper svg {
  height: auto;
}
.ccm-page .bb-rooms .cards-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.ccm-page .bb-rooms .card-wrapper {
  width: 100%;
  display: flex;
  max-width: 600px;
  margin-bottom: 3em;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .bb-rooms .card-wrapper {
    width: 50%;
  }
}
.ccm-page .bb-rooms .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 10px;
  background-color: #fff;
  padding-bottom: 25px;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.08);
}
.ccm-page .bb-rooms .card-image {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.ccm-page .bb-rooms .card-content {
  padding: 40px 35px;
}
.ccm-page .bb-rooms .card-content ul {
  list-style: none;
}
.ccm-page .bb-rooms .card-content ul li {
  position: relative;
  padding-bottom: 1.6em;
  padding-left: 2em;
}
.ccm-page .bb-rooms .card-content ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: -5px;
  height: 31px;
  width: 21px;
  background: url(../images/flower.png);
  background-position: center;
  background-size: cover;
}
.ccm-page .bb-rooms .card-readmore {
  margin: 0 auto;
}
.ccm-page .bb-intro {
  background-color: #fff !important;
}
.ccm-page.page-template-bb .insta-feed {
  margin-top: 0;
}
.ccm-page .bb-rooms {
  position: relative;
}
.ccm-page .bb-rooms::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 75px;
  max-height: 80%;
  background-color: #FDF0E8;
}
