@charset "UTF-8";
/* 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: 1400px;
  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: 1450px) {
  .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: 1670px) {
  .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: 1450px) {
  .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: 1670px) {
  .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;
  }
}

.outdated-browser {
  position: fixed;
  width: 100%;
  max-width: 560px;
  background: white;
  box-shadow: 0px 0px 8px 2px #cecece;
  font-family: sans-serif;
  top: 20px;
  left: 20px;
  padding: 40px 30px 30px;
}
.outdated-browser a {
  color: black;
  text-decoration: none;
}
.outdated-browser a:hover {
  text-decoration: underline;
}
.outdated-browser .ob-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.outdated-browser .ob-title {
  display: block;
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 20px;
}
.outdated-browser .ob-description {
  line-height: 20px;
}
.outdated-browser .browser-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.outdated-browser .browser-list .browser {
  text-align: center;
  float: left;
  width: 166.6666666667px;
}
.outdated-browser .browser-list .browser img {
  display: block;
  height: 32px;
  width: auto;
  margin: 0 auto 15px;
}

/* Magnific Popup CSS */
/* Grid */
/* Font settings */
/* Alert colors */
/* Design colors */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.ccm-page {
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}
.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: #ededed;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: inherit;
  font-size: inherit;
  color: #000;
}
.ccm-page .control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
.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: #ddd;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: rgba(237, 237, 237, 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 .button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #6d6552;
  background-color: #e9e0d2;
  line-height: 24px;
  padding: 22px 50px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}
.ccm-page .button:hover {
  background-color: rgb(207.8805970149, 188.6044776119, 158.6194029851);
}
.ccm-page .button.button-style-3 {
  color: #fff;
  background-color: #23b21b;
}
.ccm-page .button .caption {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption {
    display: inline-block;
  }
}
.ccm-page .button .caption_mobile {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption_mobile {
    display: none;
  }
}
.ccm-page .main-menu-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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 {
  float: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main-menu .nav-item {
    float: left;
  }
}
.ccm-page .main-menu .nav-item-anchor {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main-menu .nav-item-anchor {
    width: auto;
  }
}
.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: red;
}
.ccm-page .menu-toggle {
  display: block;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .menu-toggle {
    display: none;
  }
}
.ccm-toolbar-visible .ccm-page .main-menu-wrapper {
  top: 48px;
}
.ccm-page .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ccm-page .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .slick-track:before, .ccm-page .slick-track:after {
  content: "";
  display: table;
}
.ccm-page .slick-track:after {
  clear: both;
}
.slick-loading .ccm-page .slick-track {
  visibility: hidden;
}
.ccm-page .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .ccm-page .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;
}
.slick-initialized .ccm-page .slick-slide {
  display: block;
}
.slick-loading .ccm-page .slick-slide {
  visibility: hidden;
}
.slick-vertical .ccm-page .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ccm-page .slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .ccm-page .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ccm-page .slick-prev,
.ccm-page .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.ccm-page .slick-prev:hover, .ccm-page .slick-prev:focus,
.ccm-page .slick-next:hover,
.ccm-page .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ccm-page .slick-prev:hover:before, .ccm-page .slick-prev:focus:before,
.ccm-page .slick-next:hover:before,
.ccm-page .slick-next:focus:before {
  opacity: 1;
}
.ccm-page .slick-prev.slick-disabled:before,
.ccm-page .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ccm-page .slick-prev:before,
.ccm-page .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page .slick-prev {
  left: -25px;
}
[dir=rtl] .ccm-page .slick-prev {
  left: auto;
  right: -25px;
}
.ccm-page .slick-prev:before {
  content: "←";
}
[dir=rtl] .ccm-page .slick-prev:before {
  content: "→";
}
.ccm-page .slick-next {
  right: -25px;
}
[dir=rtl] .ccm-page .slick-next {
  left: -25px;
  right: auto;
}
.ccm-page .slick-next:before {
  content: "→";
}
[dir=rtl] .ccm-page .slick-next:before {
  content: "←";
}
.ccm-page .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.ccm-page .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.ccm-page .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.ccm-page .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.ccm-page .slick-dots li button:hover, .ccm-page .slick-dots li button:focus {
  outline: none;
}
.ccm-page .slick-dots li button:hover:before, .ccm-page .slick-dots li button:focus:before {
  opacity: 1;
}
.ccm-page .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.ccm-page .floating-message {
  display: block;
  position: fixed;
  bottom: 10px;
  z-index: 4;
  right: calc(-100% + 50px);
  max-width: calc(100% - 50px);
  width: 100%;
  min-height: 100px;
  padding: 35px 25px;
  border: 1px solid #323639;
  background: #e9e0d2;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 568px) {
  .ccm-page .floating-message {
    max-width: 85%;
    right: -320px;
  }
}
@media only screen and (min-width: 414px) {
  .ccm-page .floating-message {
    max-width: 320px;
  }
}
.ccm-page .floating-message.clicked {
  display: block;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .ccm-page .floating-message.clicked {
    right: 10px;
  }
}
.ccm-page .floating-message .floating-message-label {
  content: "";
  position: absolute;
  top: -1px;
  left: -50px;
  width: 50px;
  height: 115px;
  background-image: url("../images/info.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #323639;
  border-right: 0;
  transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: -7px 0px 10px rgba(0, 0, 0, 0.15);
}
.ccm-page .floating-message .floating-message-close {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 15px;
  height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  background-image: url("../images/x.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.ccm-page .floating-message .floating-message-msg {
  max-height: 325px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .ccm-page .floating-message .floating-message-msg {
    max-height: none;
  }
}
.ccm-page .floating-message .floating-message-msg h3 {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.2em;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.ccm-page .floating-message .floating-message-msg ul {
  padding-left: 1.4em;
}
.ccm-page .floating-message h3 {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 1em;
}
.ccm-page .floating-message p {
  padding-bottom: 1em;
}

.open-menu {
  position: fixed;
}

body .ccm-page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  position: relative;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ccm-page a {
  color: inherit;
}
.open-menu .ccm-page .nav-content-wrapper {
  max-height: 2000px;
}
.open-menu .ccm-page .menu-toggle::before {
  content: "\f00d";
}
.ccm-page .menu-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 30px;
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .menu-toggle {
    display: none;
  }
}
.ccm-page .submenu-toggle {
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 5px;
}
@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%;
  padding: 0;
}
.ccm-page .open-submenu ul.sub-menu li {
  font-size: 14px;
}
.ccm-page header.header {
  position: fixed;
  width: 100%;
  letter-spacing: 0.06em;
  height: 95px;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .ccm-page header.header {
    background-color: transparent;
    height: 196px;
  }
}
.ccm-page .nav-wrapper {
  position: relative;
}
.ccm-page .nav-content-wrapper {
  position: fixed;
  height: fit-content;
  width: 100%;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  background-color: white;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-content-wrapper {
    position: static;
    display: block;
    background-color: transparent;
    overflow: visible;
    transition: none;
  }
}
.ccm-page .nav-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-content {
    flex-direction: column;
    overflow: visible;
    height: auto;
    padding-bottom: 0px;
  }
}
.ccm-page .nav-top-bar {
  display: flex;
  justify-content: center;
  width: 100%;
  letter-spacing: 0.05em;
  padding: 0rem 1rem;
  background-color: #2c2c2c;
  height: fit-content;
  min-height: 70px;
}
.ccm-page .nav-top-bar .top-items {
  max-width: 1350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-top-bar .top-items li {
    margin-top: 0;
  }
}
.ccm-page .nav-top-bar .top-items ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-top-bar .top-items ul {
    width: auto;
    text-align: left;
  }
}
.ccm-page .nav-top-bar .top-items a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .nav-top-bar .top-items .top-bar-extra-button {
    margin-right: 32px;
  }
}
.ccm-page .nav-top-bar .top-items .top-bar-extra-button a {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 5px 12px;
  font: normal normal normal 18px/32px Roboto;
  letter-spacing: 0px;
  color: #1d1d1d;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
}
.ccm-page .nav-top-bar .top-items .top-bar-extra-button a span {
  font: normal normal bold 18px/32px Roboto;
  letter-spacing: 0px;
  color: #b1c084;
}
.ccm-page .nav-top-bar .top-bar-cta {
  width: 242px;
  background-color: #dd764e;
  height: 56px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  line-height: 56px;
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-top-bar .top-bar-cta {
    height: 100%;
    margin-top: 0;
  }
}
.ccm-page .nav-top-bar .top-bar-cta:hover {
  background-color: rgb(224.4, 131.7, 95.7);
}
.ccm-page .nav-top-bar .top-bar-cta a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.ccm-page .top-bar-info {
  color: white;
  text-transform: uppercase;
  padding-right: 30px;
  display: none;
}
@media only screen and (min-width: 568px) {
  .ccm-page .top-bar-info {
    display: block;
  }
}
.ccm-page .top-bar-info p {
  position: relative;
  padding-left: 30px;
}
.ccm-page .top-bar-info p::before {
  content: "";
  height: 22px;
  width: 20px;
  background: url(../images/people.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ccm-page .ccm-block-social-links {
  display: flex;
  font-size: 18px;
  color: #6d6552;
  padding-left: 22px;
  float: left;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-social-links {
    padding-left: 0px;
  }
}
.ccm-page .ccm-block-social-links i {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.ccm-page .ccm-block-social-links .list-inline-item {
  position: relative;
  margin-right: 22px;
}
.ccm-page .ccm-block-social-links .list-inline-item:hover i {
  background-color: rgb(238.2, 238.2, 238.2);
}
.ccm-page .ccm-block-social-links .list-inline-item a {
  position: relative;
  z-index: 1;
}
.ccm-page .ccm-block-social-links .list-inline-item::before {
  content: "";
  height: 46px;
  width: 49px;
  background: url(../images/border.png);
  position: absolute;
  left: -6px;
  top: -4px;
  z-index: 0;
}
.ccm-page .language-switch {
  position: relative;
  z-index: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .language-switch {
    margin-top: 0;
    padding: 25px 0px 0px 14px;
  }
}
.ccm-page .ccm-block-switch-language-flags {
  position: relative;
  cursor: pointer;
  z-index: 444;
  float: left;
  width: 40px;
  margin-right: 0;
}
@media only screen and (min-width: 568px) {
  .ccm-page .ccm-block-switch-language-flags {
    margin-right: 30px;
  }
}
.ccm-page .ccm-block-switch-language-flags img {
  width: 40px;
  height: auto;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle {
  cursor: pointer;
  position: absolute;
  left: 45px;
  top: 11px;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle::after {
  content: "\f078";
  position: relative;
  font-family: fontAwesome;
  content: "\f107";
  font-size: 18px;
  color: white;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags .language-toggle::after {
    color: white;
  }
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages {
  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: -3px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages {
    position: absolute;
    border-top: 6px solid #2c2c2c;
  }
}
.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 .nav-logo {
  display: flex;
  gap: 1rem;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 6px;
  left: 16px;
  z-index: 10;
}
.ccm-page .nav-logo-one img {
  height: auto;
  width: auto;
  transition: all 0.25s ease-in-out;
  max-width: 80px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-logo-one img {
    height: auto;
    width: 100%;
    max-width: 120px;
  }
}
.ccm-page .nav-logo-two img {
  padding-top: 0.75rem;
  height: auto;
  width: auto;
  transition: all 0.25s ease-in-out;
  max-width: 105px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-logo-two img {
    height: auto;
    width: 100%;
    max-width: 120px;
  }
}
.ccm-page.page-template-blog .default-page-title h2 {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #6d6552;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .ccm-page.page-template-blog .default-page-title h2 {
    font-size: 38px;
    line-height: 54px;
  }
}
.ccm-page.page-template-blog .default-page-title h2:before {
  content: "";
  height: 90px;
  width: 92px;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  top: -34px;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .ccm-page.page-template-blog .default-page-title h2:before {
    height: 106px;
    width: 108px;
    left: -61px;
    top: -39px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page.page-template-home .nav-main {
    background-color: transparent;
    position: relative;
  }
  .ccm-page.page-template-home .nav-main::before {
    content: "";
    height: 210px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0px;
    background: linear-gradient(360deg, hsla(0, 0%, 95%, 0) 0, #fff);
  }
}
.ccm-page .nav-main {
  justify-content: center;
  width: 100%;
  border-top: 2px solid #2c2c2c;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-main {
    display: flex;
    border: none;
    padding: 0rem 1rem;
  }
}
.ccm-page .nav-main .nav-main-content {
  display: flex;
  max-width: 1400px;
  width: 100%;
  justify-content: flex-end;
}
.ccm-page .nav-items {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .nav-items {
    width: auto;
    position: relative;
    z-index: 3;
  }
}
.ccm-page ul.navigation {
  display: flex;
  height: 100%;
  flex-direction: column;
  font-size: 16px;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.navigation {
    flex-direction: row;
    width: auto;
    color: #6d6552;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page ul.navigation {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1670px) {
  .ccm-page ul.navigation {
    font-size: 17px;
  }
}
.ccm-page ul.navigation a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 0px 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.navigation a {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page ul.navigation a {
    padding: 0px 25px;
  }
}
@media only screen and (min-width: 1670px) {
  .ccm-page ul.navigation a {
    padding: 0px 30px;
  }
}
.ccm-page ul.navigation li.nav-item {
  position: relative;
  height: 100%;
  line-height: 44px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.navigation li.nav-item {
    line-height: 140px;
    text-align: left;
  }
}
.ccm-page ul.navigation li.nav-item a:hover {
  color: #413a2b;
}
.ccm-page ul.navigation .current-anchor {
  color: #413a2b;
  font-weight: bold;
}
.ccm-page ul.sub-menu {
  position: absolute;
  width: 360px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  background-color: #e9e0d2;
  padding: 1rem;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.sub-menu {
    transition: all 0.25s ease-in-out 0.2s;
    transform: translateX(-50%);
  }
}
.ccm-page ul.sub-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #e9e0d2 transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page ul.sub-menu::after {
    display: block;
  }
}
.ccm-page ul.sub-menu li.nav-item {
  width: 100%;
  text-align: center;
  line-height: 44px;
}
.ccm-page ul.sub-menu li.nav-item:last-of-type {
  border: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .has-submenu:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all 0.25s ease-in-out 0s;
  }
  .ccm-page .has-submenu > .nav-item-anchor::after {
    content: "\f107";
    font-family: fontawesome;
    padding-left: 4px;
  }
}
.ccm-page .footer {
  position: relative;
  background: url(../images/footer-bg.jpg);
  background-size: cover;
  padding: 70px 0px 30px;
  color: #6d6552;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer {
    padding: 120px 0px 40px;
  }
}
.ccm-page .footer .scroll-top {
  width: 40px;
  height: 30px;
  font-size: 22px;
  background-color: #b5b8b1;
  position: absolute;
  bottom: 0;
  right: 0px;
  color: white;
  transition: 0.2s ease-in-out;
}
.ccm-page .footer .scroll-top:hover {
  background-color: rgb(195.8, 198.2, 192.6);
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .scroll-top {
    width: 85px;
    height: 87px;
    font-size: 32px;
    right: 20px;
  }
}
@media only screen and (min-width: 1670px) {
  .ccm-page .footer .scroll-top {
    right: 280px;
  }
}
.ccm-page .footer .scroll-top a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.ccm-page .footer h2 {
  font-size: 26px;
  margin-bottom: 12px;
  text-transform: none;
  font-family: "Montez", cursive;
}
@media only screen and (min-width: 768px) {
  .ccm-page .footer h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.ccm-page .footer-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
  max-width: 1360px;
  padding: 0px 20px;
  margin: 0 auto;
}
.ccm-page .footer-left, .ccm-page .footer-middle {
  font-size: 16px;
}
.ccm-page .footer-left a, .ccm-page .footer-middle a {
  text-decoration: none;
}
.ccm-page .footer-left a:hover, .ccm-page .footer-middle a:hover {
  text-decoration: underline;
}
.ccm-page .footer-left li, .ccm-page .footer-middle li {
  list-style-type: none;
}
.ccm-page .footer-left ul, .ccm-page .footer-middle ul {
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .ccm-page .footer-left ul, .ccm-page .footer-middle ul {
    margin-bottom: 30px;
    line-height: 34px;
  }
}
.ccm-page .footer-left ul li:first-of-type::before, .ccm-page .footer-middle ul li:first-of-type::before {
  content: "\f015";
  font-family: fontawesome;
  padding-right: 6px;
}
.ccm-page .footer-left ul li:last-of-type::before, .ccm-page .footer-middle ul li:last-of-type::before {
  content: "\f041";
  font-family: fontawesome;
  padding-right: 6px;
}
.ccm-page .footer-left ol, .ccm-page .footer-middle ol {
  font-weight: 300;
  margin-bottom: 20px;
}
.ccm-page .footer-left ol li::before, .ccm-page .footer-middle ol li::before {
  content: "\f003";
  font-family: fontawesome;
  padding-right: 6px;
}
.ccm-page .footer-left {
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .ccm-page .footer-left {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer-left {
    width: 30%;
  }
}
.ccm-page .footer-left .footer-bottom-wrapper {
  font-size: 12px;
  line-height: 24px;
  color: #b5b8b1;
  text-transform: uppercase;
}
.ccm-page .footer-middle {
  position: relative;
  width: 100%;
  padding: 40px 0px 30px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .footer-middle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer-middle {
    width: 30%;
    padding: 0px 40px;
  }
}
.ccm-page .footer-middle .button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 22px 30px;
  width: 274px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer-middle .button {
    left: calc(50% - 20px);
  }
}
.ccm-page .footer-right {
  width: 100%;
  text-transform: uppercase;
  padding-top: 15px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer-right {
    width: 40%;
  }
}
.ccm-page .footer-right a {
  text-decoration: none;
}
.ccm-page .footer-right ul.navigation {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .footer-right ul.navigation {
    margin-bottom: 40px;
  }
}
.ccm-page .footer-right ul.navigation li.nav-item {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer-right ul.navigation li.nav-item {
    text-align: left;
  }
}
.ccm-page .footer-right li.nav-item {
  width: 100%;
  line-height: 34px !important;
  height: auto !important;
}
.ccm-page .footer-right li.nav-item a {
  padding: 0;
  width: 100%;
}
.ccm-page .footer-right #map {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer-right #map {
    max-width: 540px;
    height: 306px;
  }
}
.ccm-page .mailchimp-section-wrapper {
  position: relative;
  background: url(../images/mailchimp-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
.ccm-page .mailchimp-section-wrapper #nieuwsbrief {
  text-align: center;
}
.ccm-page .mailchimp-section-wrapper .message {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #413a2b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 12px 14px;
  background-color: white;
  box-shadow: 0px 19px 22px -19px rgba(0, 0, 0, 0.85);
}
@media only screen and (min-width: 768px) {
  .ccm-page .mailchimp-section-wrapper .message {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
  }
}
.ccm-page .mailchimp-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.ccm-page .email-address {
  position: relative;
}
.ccm-page .email-address::before {
  content: "";
  width: 50%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -30px;
  background: url(../images/shadow-left.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ccm-page .email-address::after {
  content: "";
  width: 50%;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: -30px;
  background: url(../images/shadow-right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ccm-page .home-header-wrapper {
  position: relative;
  height: 550px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-header-wrapper {
    height: 740px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .home-header-wrapper {
    height: 940px;
  }
}
.ccm-page .home-header-wrapper .home-slider-controls {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 0px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .home-header-wrapper .home-slider-controls {
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    padding: 0px 40px;
  }
}
.ccm-page .home-header-wrapper .slick-arrows {
  display: none;
}
.ccm-page .scroll-down {
  color: white;
  font-size: 54px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ccm-page .scroll-down {
    bottom: 60px;
  }
}
.ccm-page .home-slider-right-arrow,
.ccm-page .home-slider-left-arrow {
  height: 55px;
  width: 33px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-slider-right-arrow,
  .ccm-page .home-slider-left-arrow {
    height: 92px;
    width: 54px;
  }
}
.ccm-page .home-slider-left-arrow {
  background: url(../images/angle-left.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ccm-page .home-slider-right-arrow {
  background: url(../images/angle-right.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ccm-page .home-slider-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ccm-page .slick-list,
.ccm-page .slick-track {
  height: 100%;
}
.ccm-page .header-text-wrapper {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  text-align: center;
  color: white;
}
.ccm-page .header-slide {
  align-items: center;
  justify-content: center;
  display: none;
  background-size: cover;
  background-position: center;
}
.ccm-page .slick-initialized .header-slide {
  display: flex;
}
.ccm-page .header-slider-text {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  color: white;
}
.ccm-page .header-slider-text > div {
  font-size: 32px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: -8px 11px 6px rgba(0, 0, 0, 0.65);
}
@media only screen and (min-width: 768px) {
  .ccm-page .header-slider-text > div {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header-slider-text > div {
    font-size: 58px;
  }
}
.ccm-page .header-slider-text p {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  font-family: "Montez", cursive;
  text-shadow: -8px 11px 6px rgba(0, 0, 0, 0.65);
}
@media only screen and (min-width: 768px) {
  .ccm-page .header-slider-text p {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header-slider-text p {
    font-size: 130px;
  }
}
.ccm-page .header-cta {
  padding: 18px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header-cta {
    padding: 30px 0px 0px;
  }
}
.ccm-page .header-cta p {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header-cta p {
    font-size: 18px;
    padding-left: 30px;
  }
}
.ccm-page .header-cta p::before {
  content: "";
  height: 22px;
  width: 20px;
  background: url(../images/people.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ccm-page .header-cta .button {
  margin-top: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header-cta .button {
    font-size: 18px;
    margin-top: 25px;
  }
}
.ccm-page .home-house-info {
  padding: 80px 0px 40px;
  color: #4a4a4a;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-house-info {
    padding: 100px 0px 80px;
  }
}
.ccm-page .home-house-info .row {
  display: flex;
  flex-wrap: wrap;
}
.ccm-page .home-house-info p {
  margin-bottom: 1rem;
}
.ccm-page .home-house-info h1 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 30px;
  color: #6d6552;
}
@media only screen and (min-width: 568px) {
  .ccm-page .home-house-info h1 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
.ccm-page .home-house-info h1::before {
  content: "";
  height: 121px;
  width: 122px;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: -36px;
  z-index: -1;
}
@media only screen and (min-width: 568px) {
  .ccm-page .home-house-info h1::before {
    height: 171px;
    width: 173px;
    top: -48px;
  }
}
@media only screen and (min-width: 1670px) {
  .ccm-page .home-house-info h1::before {
    left: -62px;
  }
}
.ccm-page .home-house-info h1 span {
  font-family: "Montez", cursive;
  text-transform: none;
  font-size: 50px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .home-house-info h1 span {
    font-size: 68px;
  }
}
.ccm-page .home-house-info h2 {
  font-size: 20px;
  color: #b5b8b1;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .home-house-info h2 {
    font-size: 24px;
  }
}
.ccm-page .home-house-info p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
@media only screen and (min-width: 568px) {
  .ccm-page .home-house-info p {
    font-size: 18px;
    line-height: 28px;
  }
}
.ccm-page .home-house-info ul {
  text-transform: uppercase;
  font-size: 18px;
  color: #6d6552;
  font-weight: bold;
  margin-top: 40px;
}
.ccm-page .home-house-info li {
  position: relative;
  list-style-type: none;
  padding-left: 26px;
}
.ccm-page .home-house-info li::before {
  content: "";
  height: 22px;
  width: 20px;
  background: url(../images/people-brown.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ccm-page .home-house-info-reverse .house-info-image {
  padding-left: 0px !important;
  padding-right: 20px !important;
}
.ccm-page .home-house-info-reverse .house-info-text {
  padding: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .home-house-info-reverse .house-info-text {
    padding: 60px 0px 0px 40px !important;
  }
}
.ccm-page .house-info-text {
  padding: 0px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .house-info-text {
    width: 55%;
    padding: 60px 20px 0px 0px;
  }
}
.ccm-page .house-info-image {
  display: none;
  padding-left: 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .house-info-image {
    width: 45%;
    display: block;
  }
}
.ccm-page .house-info-image img {
  max-width: 100%;
  height: auto;
}
.ccm-page .home-info-slider {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-info-slider {
    padding-top: 60px;
  }
}
.ccm-page .home-info-slider::before {
  content: "";
  width: 100%;
  height: calc(100% - 180px);
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/green-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.ccm-page .home-info-slider-title {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-info-slider-title {
    padding-bottom: 80px;
  }
}
.ccm-page .home-info-slider-title h2 {
  color: white;
  font-size: 28px;
  line-height: 46px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-info-slider-title h2 {
    font-size: 38px;
    line-height: 60px;
  }
}
.ccm-page .home-info-slider-title h2 span {
  font-size: 50px;
  font-family: "Montez", cursive;
  text-transform: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-info-slider-title h2 span {
    font-size: 74px;
  }
}
.ccm-page .home-info-sider-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ccm-page .accommodation-wrapper {
  position: relative;
  width: 100%;
  padding: 10px 10px 0px 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 9px 16px -6px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 9px 16px -6px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 9px 16px -6px rgba(0, 0, 0, 0.48);
}
.ccm-page .accommodation-wrapper:first-of-type {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .accommodation-wrapper:first-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .accommodation-wrapper {
    width: calc(50% - 14px);
  }
}
.ccm-page .info-slider-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 20px;
  position: absolute;
  left: 0;
  top: 132px;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .info-slider-controls {
    top: 180px;
  }
}
.ccm-page .info-slider-controls .slider-left-arrow,
.ccm-page .info-slider-controls .slider-right-arrow {
  height: 60px;
  width: 31px;
  cursor: pointer;
}
.ccm-page .info-slider-controls .slider-left-arrow {
  background: url(../images/angle-left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ccm-page .info-slider-controls .slider-right-arrow {
  background: url(../images/angle-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ccm-page .accommodation-slider,
.ccm-page .slide {
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .accommodation-slider,
  .ccm-page .slide {
    height: 425px;
  }
}
.ccm-page .accommodation-slider {
  position: relative;
}
.ccm-page .accommodation-slider::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ccm-page .content-wrapper {
  position: relative;
  flex: 1;
  z-index: 1;
}
.ccm-page .content-wrapper h3 {
  width: 100%;
  padding: 24px 20px 10px;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 80%;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ccm-page .content-wrapper h3 {
    top: -40px;
    width: 75%;
  }
}
.ccm-page .content-wrapper .info {
  padding: 30px 20px 60px;
  text-align: center;
  line-height: 28px;
  color: #343434;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .ccm-page .content-wrapper .info {
    padding: 30px 30px 60px;
  }
}
.ccm-page .content {
  width: 100%;
}
.ccm-page .content .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 340px;
}
.ccm-page .home-image-gallery-wrapper {
  position: relative;
  padding: 40px 20px 0px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-image-gallery-wrapper {
    padding: 40px 40px 0px;
  }
}
.ccm-page .home-image-gallery-wrapper .button {
  position: absolute;
  bottom: 18px;
  right: 38px;
  font-weight: 500;
  color: #6d6552;
  font-size: 14px;
  padding: 17px 18px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-image-gallery-wrapper .button {
    font-size: 16px;
    padding: 22px 50px;
    right: 58px;
  }
}
.ccm-page .home-image-gallery-wrapper .button::before {
  content: "\f030";
  font-family: fontawesome;
  padding-right: 8px;
}
.ccm-page .photo-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 280px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .photo-grid {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .photo-grid {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .photo-grid {
    height: 610px;
  }
}
.ccm-page .photo-grid > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 40%;
}
.ccm-page .photo-grid > div > .grid-item {
  position: relative;
  width: 100%;
  height: 50%;
  border-left: none;
}
.ccm-page .grid-item {
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 100%;
  border-left: 5px solid white;
  border-bottom: 5px solid white;
}
.ccm-page .grid-item--hidden {
  display: none;
}
.ccm-page .home-gallery-info-section {
  padding: 0px 20px 60px;
  color: #4a4a4a;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-gallery-info-section {
    padding: 0px 40px 60px;
  }
}
.ccm-page .home-gallery-info-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .home-gallery-info-section p {
    font-size: 18px;
    line-height: 30px;
  }
}
.ccm-page .home-gallery-info-section h2 {
  position: relative;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 16px;
  color: #6d6552;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .home-gallery-info-section h2 {
    font-size: 38px;
  }
}
.ccm-page .home-gallery-info-section h2::before {
  content: "";
  height: 111px;
  width: 113px;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: -39px;
  z-index: -1;
}
@media only screen and (min-width: 568px) {
  .ccm-page .home-gallery-info-section h2::before {
    left: -39px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .home-gallery-info-section h2::before {
    left: -62px;
    top: -58px;
    height: 131px;
    width: 133px;
  }
}
.ccm-page .home-gallery-info-section .button {
  margin-top: 20px;
}
.ccm-page .home-gallery-info-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ccm-page .gallery-info-text-wrapper {
  width: 100%;
  background: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 568px) {
  .ccm-page .gallery-info-text-wrapper {
    width: 50%;
  }
}
.ccm-page .gallery-info-text {
  position: relative;
  z-index: 2;
  background-color: white;
  right: 0px;
  max-width: 616px;
  padding: 60px 0px 0px 0px;
}
.ccm-page .gallery-info-text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 70%;
  height: 50px;
  background: url(../images/shadow-right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: none;
}
@media only screen and (min-width: 568px) {
  .ccm-page .gallery-info-text {
    right: -48px;
    padding: 80px 20px 30px 0px;
  }
  .ccm-page .gallery-info-text::before {
    display: block;
  }
}
.ccm-page .gallery-info-image-wrapper {
  position: relative;
  width: 50%;
  height: 492px;
  display: none;
  flex-wrap: wrap;
}
@media only screen and (min-width: 568px) {
  .ccm-page .gallery-info-image-wrapper {
    display: flex;
  }
}
.ccm-page .gallery-info-image-wrapper::before {
  content: "";
  height: 45px;
  width: 50%;
  background: url(../images/shadow-left.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -45px;
}
.ccm-page .gallery-info-image-wrapper::after {
  content: "";
  height: 45px;
  width: 50%;
  background: url(../images/shadow-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -45px;
}
.ccm-page .gallery-info-image-wrapper img {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ccm-page .gallery-info-image-left,
.ccm-page .gallery-info-image-right {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.ccm-page .gallery-info-image-left {
  border-right: 5px solid white;
}
.ccm-page .home-list-section {
  position: relative;
  background-color: #74bcb3;
}
.ccm-page .home-list-section .leaf-left {
  height: 139px;
  width: 149px;
  background: url(../images/leaf-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1450px) {
  .ccm-page .home-list-section .leaf-left {
    height: 278px;
    width: 299px;
  }
}
.ccm-page .home-list-section .leaf-right {
  height: 149px;
  width: 116px;
  background: url(../images/leaf-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1450px) {
  .ccm-page .home-list-section .leaf-right {
    height: 298px;
    width: 232px;
  }
}
.ccm-page .home-list-title {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  padding: 80px 20px 30px;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-list-title {
    font-size: 18px;
    line-height: 30px;
    padding: 80px 20px 50px;
  }
}
.ccm-page .home-list-title::before {
  content: "";
  width: 50%;
  height: 50px;
  background: url(../images/shadow-left.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -50px;
}
.ccm-page .home-list-title::after {
  content: "";
  width: 50%;
  height: 50px;
  background: url(../images/shadow-right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -50px;
}
.ccm-page .home-list-title h2 {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 52px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-list-title h2 {
    line-height: 70px;
    font-size: 42px;
    margin-bottom: 20px;
  }
}
.ccm-page .home-list-title h2 span {
  font-family: "Montez", cursive;
  font-size: 52px;
  text-transform: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-list-title h2 span {
    font-size: 72px;
  }
}
.ccm-page .accommodations-pagelist-wrapper {
  padding: 50px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #6d6552;
  margin-right: -13px;
  margin-left: -13px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .accommodations-pagelist-wrapper {
    padding: 70px 0px 0px;
  }
}
.ccm-page .accommodations-pagelist-wrapper h3 {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (min-width: 1450px) {
  .ccm-page .accommodations-pagelist-wrapper h3 {
    font-size: 20px;
  }
}
.ccm-page .accommodations-wrapper {
  width: 100%;
  padding: 0px 13px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .accommodations-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .accommodations-wrapper {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .accommodations-wrapper {
    width: 25%;
    margin: 0;
  }
}
.ccm-page .accommodations-title {
  position: relative;
  width: 100%;
  height: 90px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
}
.ccm-page .accommodations-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0px 12px;
  border-color: white transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  z-index: 2;
}
.ccm-page .accommodations-image {
  position: relative;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ccm-page .blog-social-section {
  padding: 30px 0px;
}
.ccm-page .blog-social-title {
  max-width: 800px;
  padding: 30px 20px 60px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-social-title {
    padding: 60px 20px 80px;
  }
}
.ccm-page .blog-social-title h2 {
  color: #6d6552;
  font-size: 28px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-social-title h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
.ccm-page .blog-social-title h2 span {
  font-family: "Montez", cursive;
  font-size: 46px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-social-title h2 span {
    font-size: 58px;
  }
}
.ccm-page .blog-social-title p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.ccm-page .review-section {
  padding: 30px 0px;
}
.ccm-page .review-section .reviewmodule-padding {
  border: none;
}
.ccm-page .review-section .reviewmodule-padding h3 {
  background: #e9e0d2;
  display: block;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  font-size: 15px !important;
}
@media only screen and (min-width: 768px) {
  .ccm-page .review-section .reviewmodule-padding h3 {
    font-size: 1em !important;
  }
}
.ccm-page .review-section .reviewmodule-padding .reviewmodule-datetime {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ccm-page .review-section .reviewmodule-padding .reviewmodule-star-rating {
  width: 100%;
}
.ccm-page .review-section .reviewmodule-padding .reviewmodule-star-rating i {
  font-size: 18px;
}
.ccm-page .review-section .reviewmodule-padding p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}
.ccm-page .review-title {
  max-width: 800px;
  padding: 30px 20px 60px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .review-title {
    padding: 60px 20px 40px;
  }
}
.ccm-page .review-title h2 {
  color: #6d6552;
  font-size: 28px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .review-title h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
.ccm-page .review-title h2 span {
  font-family: "Montez", cursive;
  font-size: 46px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .review-title h2 span {
    font-size: 58px;
  }
}
.ccm-page .aggregator-pagelist-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ccm-page .aggregator-pagelist-wrapper::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/full-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.ccm-page .aggregator-pagelist-wrapper::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/full-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -50px;
  transform: rotate(180deg);
  left: 0;
}
.ccm-page .aggregator-wrapper-left {
  width: 100%;
  color: #6d6552;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .aggregator-wrapper-left {
    width: calc(50% - 13px);
  }
}
.ccm-page .aggregator-wrapper-left h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .aggregator-wrapper-left h3 {
    font-size: 16px;
  }
}
.ccm-page .aggregator-wrapper-left .list-button {
  text-transform: uppercase;
  color: #babdb7;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.ccm-page .aggregator-wrapper-left .list-button:hover {
  color: rgb(199.8, 202.2, 197.4);
}
.ccm-page .aggregator-wrapper-left p {
  font-size: 14px;
  color: #545454;
  line-height: 19px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .ccm-page .aggregator-wrapper-left p {
    font-size: 15px;
    line-height: 21px;
  }
}
.ccm-page .aggregator-wrapper-left .blog-wrapper {
  width: 100%;
  padding: 0px;
}
.ccm-page .aggregator-wrapper-left .blog-wrapper .blog-content-wrapper {
  position: relative;
  cursor: pointer;
}
.ccm-page .aggregator-wrapper-left .blog-wrapper .blog-content-wrapper .date-circle {
  z-index: 2;
  height: 70px;
  width: 70px;
  left: 0;
  top: -15px;
  margin: 0 auto;
}
@media only screen and (min-width: 414px) {
  .ccm-page .aggregator-wrapper-left .blog-wrapper .blog-content-wrapper .date-circle {
    top: -35px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .aggregator-wrapper-left .blog-wrapper .blog-content-wrapper .date-circle {
    left: 5px;
    top: 50%;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .aggregator-wrapper-left .blog-wrapper .blog-content-wrapper .date-circle {
    height: 82px;
    width: 82px;
    left: 0;
  }
}
.ccm-page .aggregator-wrapper-left .blog-wrapper:last-of-type {
  margin-top: 20px;
}
.ccm-page .aggregator-wrapper-left .blog-wrapper:last-of-type .blog-content-wrapper {
  flex-direction: row-reverse;
}
.ccm-page .aggregator-wrapper-left .blog-wrapper:last-of-type .blog-text-section {
  padding: 20px 0px 20px 0px;
}
@media only screen and (min-width: 414px) {
  .ccm-page .aggregator-wrapper-left .blog-wrapper:last-of-type .blog-text-section {
    padding: 50px 20px 20px 50px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .aggregator-wrapper-left .blog-wrapper:last-of-type .blog-text-section {
    padding: 30px 20px 20px 50px;
  }
}
.ccm-page .aggregator-wrapper-left .blog-wrapper:first-of-type {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1450px) {
  .ccm-page .aggregator-wrapper-left .blog-wrapper:first-of-type {
    margin-bottom: 20px;
  }
}
.ccm-page .aggregator-wrapper-left .blog-wrapper:first-of-type .blog-text-section {
  padding: 20px 0px 10px 0px;
}
@media only screen and (min-width: 414px) {
  .ccm-page .aggregator-wrapper-left .blog-wrapper:first-of-type .blog-text-section {
    padding: 50px 40px 10px 20px;
  }
}
.ccm-page .aggregator-wrapper-right {
  width: 100%;
  display: flex;
  margin-top: 60px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .aggregator-wrapper-right {
    width: calc(50% - 13px);
    margin-top: 0;
  }
}
.ccm-page .aggregator-wrapper-right .list-button {
  text-transform: uppercase;
  color: #babdb7;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.ccm-page .aggregator-wrapper-right .list-button:hover {
  color: rgb(199.8, 202.2, 197.4);
}
.ccm-page .aggregator-wrapper {
  display: flex;
  flex-direction: column;
}
.ccm-page .aggregator-image {
  position: relative;
  height: 300px;
  background-size: cover;
}
@media only screen and (min-width: 414px) {
  .ccm-page .aggregator-image {
    height: 350px;
  }
}
@media only screen and (min-width: 568px) {
  .ccm-page .aggregator-image {
    height: 426px;
  }
}
.ccm-page .aggregator-image .date-circle {
  top: -25px;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 568px) {
  .ccm-page .aggregator-image .date-circle {
    top: -35px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .aggregator-image .date-circle {
    left: 50%;
    top: -10px;
  }
}
.ccm-page .aggregator-content-wrapper {
  flex-grow: 1;
  background-color: #e9e0d2;
  padding: 20px 25px;
  color: #6d6552;
}
@media only screen and (min-width: 768px) {
  .ccm-page .aggregator-content-wrapper {
    padding: 25px 35px;
  }
}
.ccm-page .aggregator-content-wrapper h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .aggregator-content-wrapper h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.ccm-page .aggregator-content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.ccm-page #instafeed {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 200px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ccm-page #instafeed {
    height: 226px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page #instafeed {
    margin-bottom: 0;
  }
}
.ccm-page #instafeed .date-circle {
  z-index: 1;
  color: white;
  font-size: 27px;
  height: 62px;
  width: 62px;
  left: 0;
  top: -15px;
}
@media only screen and (min-width: 414px) {
  .ccm-page #instafeed .date-circle {
    top: -35px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page #instafeed .date-circle {
    height: 82px;
    width: 82px;
    left: 0;
    top: 50%;
  }
}
.ccm-page #instafeed .insta-items {
  position: relative;
  width: calc(50% - 5px);
  overflow: hidden;
  height: 200px;
}
.ccm-page #instafeed .insta-items:last-of-type {
  display: none;
}
@media only screen and (min-width: 414px) {
  .ccm-page #instafeed .insta-items {
    width: calc(33.333% - 10px);
  }
  .ccm-page #instafeed .insta-items:last-of-type {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page #instafeed .insta-items {
    height: 226px;
  }
}
.ccm-page #instafeed a {
  display: block;
}
.ccm-page #instafeed img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ccm-page .default-header-wrapper {
  position: relative;
  padding-top: 95px;
  height: 300px;
  background-image: url("../images/default-header.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .default-header-wrapper {
    height: 588px;
    padding-top: 180px;
  }
}
.ccm-page .default-header-wrapper .slick-list,
.ccm-page .default-header-wrapper .slick-track {
  height: 100%;
}
.ccm-page .default-header-wrapper .default-text-wrapper {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.ccm-page .default-header-wrapper .default-text-wrapper p {
  text-shadow: -8px 11px 6px rgba(0, 0, 0, 0.65);
}
@media only screen and (min-width: 1025px) {
  .ccm-page .default-header-wrapper .default-text-wrapper {
    top: calc(50% + 80px);
  }
}
.ccm-page .default-header-wrapper .header-title {
  font-family: "Montez", cursive;
  font-size: 52px;
  max-width: 740px;
  padding: 0px 20px;
  text-transform: none;
  line-height: 50px;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 568px) {
  .ccm-page .default-header-wrapper .header-title {
    line-height: 68px;
    font-size: 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .default-header-wrapper .header-title {
    font-size: 98px;
    line-height: 110px;
  }
}
.ccm-page .default-header-wrapper .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ccm-page .default-slider-wrapper {
  height: 100%;
  width: 100%;
}
.ccm-page .default-slider-controls {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0px 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .default-slider-controls {
    bottom: 155px;
    padding: 0px 40px;
  }
}
.ccm-page .contact-title-wrapper {
  color: #6d6552;
  padding: 80px 0px 40px;
}
.ccm-page .contact-title-wrapper .row {
  max-width: 900px;
}
.ccm-page .contact-title-wrapper h1 {
  display: inline-block;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 50px;
  color: #6d6552;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-title-wrapper h1 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 80px;
  }
}
.ccm-page .contact-title-wrapper h1::before {
  content: "";
  height: 86px;
  width: 88px;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -12px;
  top: -25px;
  z-index: -1;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-title-wrapper h1::before {
    height: 106px;
    width: 108px;
    left: -41px;
    top: -35px;
  }
}
.ccm-page .contact-title-wrapper h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-title-wrapper h2 {
    font-size: 24px;
  }
}
.ccm-page .contact-title-wrapper p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .ccm-page .contact-title-wrapper p {
    font-size: 18px;
    line-height: 34px;
  }
}
.ccm-page .contact-form-section {
  color: white;
}
.ccm-page .contact-form-section p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
  font-weight: 300;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-form-section p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 60px;
  }
}
.ccm-page .contact-form-section .row {
  display: flex;
  flex-wrap: wrap;
}
.ccm-page .contact-form-section .contact-form-info {
  position: relative;
  width: 100%;
  background-color: #e9e0d2;
  padding: 30px 20px 30px;
  color: #6d6552;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-form-section .contact-form-info {
    padding: 40px 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .contact-form-section .contact-form-info {
    width: 50%;
  }
}
.ccm-page .contact-form-section .contact-form-info::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/shadow-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -50px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .contact-form-section .contact-form-info::after {
    display: block;
  }
}
.ccm-page .contact-form-section .contact-form-info img {
  max-width: 100%;
  height: auto;
}
.ccm-page .contact-form-section .contact-form-info h2 {
  font-size: 30px;
  font-family: "Montez", cursive;
  margin-bottom: 16px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .contact-form-section .contact-form-info h2 {
    margin-bottom: 26px;
    font-size: 36px;
  }
}
.ccm-page .contact-form-section .contact-form-info ul,
.ccm-page .contact-form-section .contact-form-info ol {
  font-weight: 300;
  line-height: 34px;
  font-size: 15px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-form-section .contact-form-info ul,
  .ccm-page .contact-form-section .contact-form-info ol {
    font-size: 18px;
  }
}
.ccm-page .contact-form-section .contact-form-info ul a,
.ccm-page .contact-form-section .contact-form-info ol a {
  text-decoration: none;
}
.ccm-page .contact-form-section .contact-form-info li {
  list-style-type: none;
}
.ccm-page .contact-form-section .contact-form-info ul li:first-of-type::before {
  content: "\f015";
  font-family: fontawesome;
  padding-right: 6px;
}
.ccm-page .contact-form-section .contact-form-info ul li:last-of-type::before {
  content: "\f041";
  font-family: fontawesome;
  padding-right: 6px;
}
.ccm-page .contact-form-section .contact-form-info ol {
  margin-bottom: 30px;
  word-break: break-all;
}
.ccm-page .contact-form-section .contact-form-info ol li::before {
  content: "\f003";
  font-family: fontawesome;
  padding-right: 6px;
}
.ccm-page .contact-form-section .contact-form-info ol li:nth-of-type(2)::before,
.ccm-page .contact-form-section .contact-form-info ol li:nth-of-type(3)::before {
  content: "\f095";
  font-family: fontawesome;
  padding-right: 6px;
}
.ccm-page .contact-form-section .contact-form {
  position: relative;
  width: 100%;
  background-color: #71b9b0;
  padding: 30px 20px 20px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-form-section .contact-form {
    padding: 50px 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .contact-form-section .contact-form {
    width: 50%;
  }
}
.ccm-page .contact-form-section .contact-form::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/shadow-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -50px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .contact-form-section .contact-form::after {
    display: block;
  }
}
.ccm-page .contact-form-section .contact-form h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-form-section .contact-form h2 {
    font-size: 24px;
  }
}
.ccm-page .contact-form-section input,
.ccm-page .contact-form-section textarea {
  background-color: #268176;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}
.ccm-page .contact-form-section .name,
.ccm-page .contact-form-section .phone,
.ccm-page .contact-form-section .mail {
  width: 100%;
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-form-section .name,
  .ccm-page .contact-form-section .phone,
  .ccm-page .contact-form-section .mail {
    width: calc(50% - 13px);
  }
}
.ccm-page .contact-form-section .element-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ccm-page .contact-form-section textarea {
  height: 130px;
}
.ccm-page .contact-form-section label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 8px;
}
.ccm-page .contact-form-section .validate-asteriks {
  color: white;
}
.ccm-page .contact-form-section .human-check-wrap {
  background-color: transparent;
  font-size: 8px;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 0px;
}
@media only screen and (min-width: 414px) {
  .ccm-page .contact-form-section .human-check-wrap {
    font-size: 11px;
  }
}
@media only screen and (min-width: 568px) {
  .ccm-page .contact-form-section .human-check-wrap {
    font-size: 15px;
  }
}
.ccm-page .contact-form-section .human-check-wrap .human-check-canvas-wrap .humanity-check {
  border-color: white;
}
.ccm-page .contact-form-section .button {
  width: 260px;
  height: 50px;
  font-size: 20px;
  color: #6d6552;
  line-height: 1px;
  background: white;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.ccm-page .default-page-title {
  padding: 60px 0px 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .default-page-title {
    padding: 80px 0px 40px;
  }
}
.ccm-page .default-page-title h1 {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  color: #6d6552;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (min-width: 568px) {
  .ccm-page .default-page-title h1 {
    font-size: 38px;
    line-height: 54px;
    font-weight: bold;
  }
}
.ccm-page .default-page-title h1::before {
  content: "";
  height: 90px;
  width: 92px;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  top: -34px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .ccm-page .default-page-title h1::before {
    height: 106px;
    width: 108px;
    left: -61px;
    top: -39px;
  }
}
.ccm-page .blog-section {
  padding-bottom: 50px;
  margin-top: 50px;
}
.ccm-page .blog-section .row {
  max-width: 1440px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-section .row {
    padding: 0px 40px;
  }
}
.ccm-page .blog-messages {
  justify-content: center;
  margin-top: 30px;
}
.ccm-page .blog-messages .bc-input {
  line-height: normal !important;
}
.ccm-page .blog-messages .blog-comments-wrapper .bc-alert.info {
  background-color: #dd764d;
  margin: 0.5em 0 1em;
}
.ccm-page .blog-messages .blog-comments-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-messages .blog-comments-wrapper {
    width: 65%;
  }
}
.ccm-page .blog-messages .control-label {
  margin-bottom: 0.3em;
}
.ccm-page .blog-messages span.bc-error {
  position: relative;
  top: 20px !important;
  padding-bottom: 1.5em;
}
.ccm-page .blog-messages #beSub {
  margin-right: 1.5em;
}
.ccm-page .blog-messages #beSub:after {
  display: block;
  content: " ";
  position: relative;
  left: 0;
  bottom: 0;
  height: 9px;
  width: 9px;
  background-color: transparent;
  border: 2px solid #ababab;
}
.ccm-page .blog-messages .bc-form-control .human-check-wrap {
  width: auto;
  margin: 20px 0 0px;
}
.ccm-page .blog-messages .bc-form-control {
  margin: 1em 0;
}
.ccm-page .blog-messages .bc-form-control:nth-of-type(4) textarea {
  min-height: 150px;
}
.ccm-page .blog-messages .bc-form-control:nth-of-type(5) {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 5px 15px;
  margin: 1em 0;
  width: 100%;
  line-height: 3;
}
.ccm-page .blog-messages .bc-form-control:nth-of-type(5) .control-label {
  padding-top: 0.3em;
  word-break: break-all;
}
.ccm-page .blog-messages .button {
  padding: 15px 35px;
  font-size: 13px;
}
.ccm-page .blog-messages .button,
.ccm-page .blog-messages #reply_message a,
.ccm-page .blog-messages input[type=checkbox] {
  cursor: pointer;
}
.ccm-page .blog-pagelist-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -9px;
  margin-right: -9px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .blog-pagelist-wrapper {
    justify-content: flex-start;
  }
}
.ccm-page .blog-pagelist-wrapper::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/full-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -41px;
  left: 0;
}
.ccm-page .blog-pagelist-wrapper::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/full-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -41px;
  transform: rotate(180deg);
  left: 0;
}
.ccm-page .blog-pagelist-wrapper h3 {
  color: #6d6552;
  font-size: 16px;
  margin-bottom: 6px;
}
.ccm-page .blog-pagelist-wrapper p {
  font-size: 14px;
  color: #545454;
  line-height: 19px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-pagelist-wrapper p {
    font-size: 15px;
    line-height: 21px;
  }
}
.ccm-page .blog-pagelist-wrapper .list-button {
  text-transform: uppercase;
  color: #babdb7;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.ccm-page .blog-pagelist-wrapper .list-button:hover {
  color: rgb(199.8, 202.2, 197.4);
}
.ccm-page .blog-wrapper {
  width: 100%;
  padding: 9px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .blog-wrapper {
    width: 50%;
  }
}
.ccm-page .blog-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  cursor: pointer;
}
@media only screen and (min-width: 1450px) {
  .ccm-page .blog-content-wrapper {
    margin-bottom: 0;
  }
}
.ccm-page .blog-image {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 285px;
}
@media only screen and (min-width: 414px) {
  .ccm-page .blog-image {
    height: 195px;
  }
}
@media only screen and (min-width: 568px) {
  .ccm-page .blog-image {
    height: 225px;
  }
}
@media only screen and (min-width: 414px) {
  .ccm-page .blog-image {
    width: 35%;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .blog-image {
    width: 30%;
  }
}
.ccm-page .blog-text-section {
  width: 100%;
  padding: 20px 40px 10px 20px;
}
.ccm-page .blog-text-section h3 {
  font-weight: bold;
}
@media only screen and (min-width: 414px) {
  .ccm-page .blog-text-section {
    width: 65%;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .blog-text-section {
    width: 70%;
    padding: 30px 40px 20px;
  }
}
.ccm-page .date-circle {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #949d89;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 4;
}
@media only screen and (min-width: 414px) {
  .ccm-page .date-circle {
    top: -35px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .date-circle {
    height: 82px;
    width: 82px;
    right: auto;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.ccm-page .date-circle span {
  color: white;
  font-weight: bold;
}
.ccm-page .date-circle span:first-of-type {
  font-size: 17px;
}
.ccm-page .date-circle span:last-of-type {
  font-size: 13px;
}
.ccm-page .blog-second-section {
  color: #6d6552;
}
.ccm-page .blog-second-section .row {
  display: flex;
  flex-wrap: wrap;
}
.ccm-page .blog-second-section h2 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .blog-second-section h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.ccm-page .blog-text-image {
  display: none;
}
.ccm-page .blog-text {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-text {
    width: 65%;
  }
}
.ccm-page .blog-text img {
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 10px 10px 0 0;
}
.ccm-page .blog-text strong {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-text strong {
    font-size: 18px;
    line-height: 34px;
  }
}
.ccm-page .blog-text p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .blog-text p {
    font-size: 18px;
    line-height: 34px;
  }
}
.ccm-page .date-creation {
  font-size: 14px;
  padding: 20px 0px;
}
.ccm-page .date-creation b {
  text-transform: uppercase;
}
.ccm-page .date-creation span {
  display: inline-block;
  border-radius: 12px;
  background-color: #e9e0d2;
  padding: 18px 26px;
}
.ccm-page .more-message {
  padding: 40px 20px 30px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-weight: bold;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 568px) {
  .ccm-page .more-message {
    font-size: 32px;
    padding: 60px 20px 60px;
  }
}
.ccm-page.page-template-default .default-text-section {
  margin-bottom: 0;
}
.ccm-page .default-text-section {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #6d6552;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .default-text-section {
    font-size: 18px;
    line-height: 34px;
  }
}
.ccm-page .default-text-section h2 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .default-text-section h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.ccm-page .default-text-section p {
  margin-bottom: 22px;
  font-weight: 300;
}
.ccm-page .default-text-section strong {
  font-weight: normal;
}
.ccm-page .default-text-section .row {
  max-width: 970px;
  padding-bottom: 20px;
}
.ccm-page .default-text-section .row::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/full-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -50px;
}
.ccm-page .custom-text-section {
  color: #6d6552;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .custom-text-section {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 80px;
  }
}
.ccm-page .custom-text-section .row {
  max-width: 940px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page.page-template-custom .default-page-title {
    padding: 80px 0px 40px;
  }
}
.ccm-page .home-slider-extra-info {
  position: relative;
  max-width: 990px;
  width: 100%;
  padding: 40px 30px 40px;
  text-align: center;
  color: white;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .ccm-page .home-slider-extra-info {
    font-size: 18px;
    line-height: 28px;
    padding: 60px 30px 50px;
  }
}
.ccm-page.page-template-cottage .home-info-slider {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ccm-page.page-template-cottage .home-info-slider {
    margin-bottom: 80px;
  }
}
.ccm-page.page-template-cottage .home-info-slider-title {
  position: relative;
  max-width: 940px;
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
}
.ccm-page.page-template-cottage .home-info-slider-title::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/full-shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -50%;
}
.ccm-page .cottage-text-gallery-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
.ccm-page .cottage-text-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .cottage-text-wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.ccm-page .cottage-text {
  position: relative;
  background: white;
  color: #4a4a4a;
  max-width: 700px;
  font-size: 16px;
  line-height: 26px;
  padding: 30px 0px 0px 0px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .cottage-text {
    margin-right: -60px;
    padding: 30px 20px 0px 0px;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
  }
}
.ccm-page .cottage-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 70%;
  height: 50px;
  background: url(../images/shadow-right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .cottage-text::after {
    display: block;
  }
}
.ccm-page .cottage-text ul {
  padding: 20px 0px 30px;
}
.ccm-page .cottage-text li {
  position: relative;
  list-style-type: none;
  line-height: 28px;
  margin-bottom: 6px;
  font-weight: 300;
  padding-left: 24px;
}
.ccm-page .cottage-text li::before {
  content: "\f2da";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #6d6552;
}
.ccm-page .cottage-text p {
  font-weight: 300;
  margin-bottom: 30px;
}
.ccm-page .cottage-text h2 {
  position: relative;
  font-size: 24px;
  color: #6d6552;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .cottage-text h2 {
    font-size: 32px;
  }
}
.ccm-page .cottage-text h2:first-of-type {
  margin-bottom: 30px;
}
.ccm-page .cottage-text h2:first-of-type::before {
  content: "";
  height: 101px;
  width: 102px;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -16px;
  top: -45px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .cottage-text h2:first-of-type::before {
    height: 141px;
    width: 143px;
    left: -52px;
    top: -77px;
  }
}
.ccm-page .cottage-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .cottage-image {
    width: 50%;
    display: block;
  }
}
.ccm-page .cottage-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.ccm-page .cottage-summary-wrapper {
  padding: 60px 0px;
  color: #6d6552;
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ccm-page .cottage-summary-wrapper .row {
  max-width: 1320px;
}
.ccm-page .cottage-summary-wrapper h2 {
  font-size: 26px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .cottage-summary-wrapper h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.ccm-page .cottage-summary-wrapper ul {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  font-weight: 300;
  max-width: 1125px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .cottage-summary-wrapper ul {
    line-height: 26px;
    font-size: 18px;
  }
}
.ccm-page .cottage-summary-wrapper li {
  position: relative;
  list-style-type: none;
  margin-bottom: 6px;
  padding-left: 24px;
}
.ccm-page .cottage-summary-wrapper li::before {
  content: "\f06c";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #6d6552;
}
.ccm-page .fileset-gallery-wrapper {
  padding: 30px 20px 0px;
}
.ccm-page .gallery-row:nth-of-type(odd) .fileset-1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .gallery-row:nth-of-type(odd) .fileset-1 {
    width: calc(25% - 12px);
  }
}
.ccm-page .gallery-row:nth-of-type(odd) .fileset-2,
.ccm-page .gallery-row:nth-of-type(odd) .fileset-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .gallery-row:nth-of-type(odd) .fileset-2,
  .ccm-page .gallery-row:nth-of-type(odd) .fileset-3 {
    width: calc(37.5% - 12px);
  }
}
.ccm-page .gallery-row:nth-of-type(even) .fileset-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .gallery-row:nth-of-type(even) .fileset-3 {
    width: calc(25% - 12px);
  }
}
.ccm-page .gallery-row:nth-of-type(even) .fileset-2,
.ccm-page .gallery-row:nth-of-type(even) .fileset-1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .gallery-row:nth-of-type(even) .fileset-2,
  .ccm-page .gallery-row:nth-of-type(even) .fileset-1 {
    width: calc(37.5% - 12px);
  }
}
.ccm-page .gallery-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ccm-page .gallery-item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  height: 300px;
}
@media only screen and (min-width: 414px) {
  .ccm-page .gallery-item {
    height: 350px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .gallery-item {
    height: 400px;
  }
}
@media only screen and (min-width: 1450px) {
  .ccm-page .gallery-item {
    height: 450px;
  }
}
@media only screen and (min-width: 1670px) {
  .ccm-page .gallery-item {
    height: 530px;
  }
}
.ccm-page .detail-text-section {
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .detail-text-section {
    font-size: 18px;
    line-height: 28px;
  }
}
.ccm-page .detail-text-section .row {
  max-width: 950px;
}
.ccm-page .specifications {
  color: #6d6552;
}
.ccm-page .specifications .row {
  max-width: 1210px;
}
.ccm-page .specifications h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .specifications h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.ccm-page .specifications ul {
  display: flex;
  flex-wrap: wrap;
}
.ccm-page .specifications li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  width: 100%;
  padding-left: 26px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .specifications li {
    font-size: 18px;
    padding-left: 26px;
    width: 50%;
  }
}
.ccm-page .specifications li::before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  color: #0ab21b;
  top: 0;
}
.ccm-page .specifications .button {
  margin-top: 20px;
}
.ccm-page .detail-image-gallery {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 568px) {
  .ccm-page .detail-image-gallery .button {
    left: 50px;
    top: 30px;
    position: absolute;
  }
}
.ccm-page .detail-image-gallery .row {
  max-width: 1210px;
}
.ccm-page .detail-image-gallery .caption {
  color: #6d6552 !important;
  text-transform: uppercase;
}
.ccm-page .detail-image-gallery .caption span {
  font-size: 20px !important;
  font-weight: bold;
}
.ccm-page .expandable .content::before {
  background: #e9e0d2 !important;
}
.ccm-page .expandable .ccm-output-thumbnail {
  opacity: 0 !important;
}
.ccm-page .detail-facilities-section {
  padding: 40px 0px 30px;
  color: #6d6552;
}
@media only screen and (min-width: 768px) {
  .ccm-page .detail-facilities-section {
    padding: 40px 0px 80px;
  }
}
.ccm-page .detail-facilities-section h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .detail-facilities-section h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.ccm-page .detail-facilities-section h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .detail-facilities-section h3 {
    font-size: 24px;
  }
}
.ccm-page .detail-facilities-section .row {
  max-width: 1210px;
}
.ccm-page .facilities-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.ccm-page .facilities-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ccm-page .facilities-wrapper:nth-of-type(even) .facilities-text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .facilities-wrapper:nth-of-type(even) .facilities-text {
    margin-left: -60px;
    padding: 20px 0px 20px 30px;
    margin-bottom: 0;
  }
  .ccm-page .facilities-wrapper:nth-of-type(even) .facilities-text::after {
    content: "";
    left: 0;
    bottom: -50px;
    background: url(../images/shadow-right.png);
    width: 60%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
  }
}
.ccm-page .facilities-wrapper:nth-of-type(odd) .facilities-text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .facilities-wrapper:nth-of-type(odd) .facilities-text {
    margin-right: -60px;
    padding: 20px 30px 20px 0px;
    margin-bottom: 0;
  }
  .ccm-page .facilities-wrapper:nth-of-type(odd) .facilities-text::after {
    content: "";
    right: 0;
    bottom: -50px;
    background: url(../images/shadow-right.png);
    width: 60%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
  }
}
.ccm-page .facilities-text-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .ccm-page .facilities-text-wrapper {
    width: 60%;
  }
}
.ccm-page .facilities-text {
  position: relative;
  background-color: white;
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
}
.ccm-page .facilities-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .facilities-image {
    width: 40%;
    display: block;
  }
}
.ccm-page .facilities-image img {
  max-width: 100%;
  height: auto;
}
.ccm-page.page-template-detail .default-header-wrapper, .ccm-page.page-template-gallery .default-header-wrapper {
  height: 300px;
  padding-top: 95px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page.page-template-detail .default-header-wrapper, .ccm-page.page-template-gallery .default-header-wrapper {
    height: 450px;
    padding-top: 180px;
  }
}
.ccm-page.page-template-detail .cottage-text-gallery-wrapper .row, .ccm-page.page-template-gallery .cottage-text-gallery-wrapper .row {
  max-width: 1210px;
}
.ccm-page .detail-galley {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .detail-galley {
    font-size: 18px;
    line-height: 28px;
  }
}
.ccm-page .detail-galley h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  color: #6d6552;
}
@media only screen and (min-width: 768px) {
  .ccm-page .detail-galley h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.ccm-page .detail-galley p {
  margin-bottom: 15px;
  font-weight: 300;
}
.ccm-page .detail-galley .ccm-custom-style-container {
  margin-top: 20px;
}
.ccm-page .yt-dialog {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.ccm-page .yt-dialog .dialog-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 50px;
  color: white;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 99;
}
.ccm-page .yt-dialog .dialog-close:hover {
  opacity: 0.7;
}
.ccm-page .yt-dialog .yt-video {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ccm-page .yt-dialog .yt-video {
    height: 80%;
    width: 70%;
  }
}
.ccm-page .yt-dialog iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}
.ccm-page .error-page {
  padding: 300px 0px 60px;
  text-align: center;
}
.ccm-page .error-page p {
  margin: 10px 0px;
}

.ccm-edit-mode .default-slider-controls {
  display: none;
}
.ccm-edit-mode .home-header-wrapper,
.ccm-edit-mode .default-header-wrapper {
  padding-top: 360px;
}
.ccm-edit-mode .nav-top-bar {
  height: auto;
}
.ccm-edit-mode .nav-logo {
  left: 0;
}

.inhoud-wrapper p a,
.blog-text p a {
  text-decoration: underline;
}
.inhoud-wrapper p a:hover,
.blog-text p a:hover {
  text-decoration: none;
}

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