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

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

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

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

html.open-menu {
  position: fixed;
}
@media only screen and (min-width: 1025px) {
  html.open-menu {
    position: static;
  }
}

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

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

.bz-dropdown.bz-datepicker {
  font-family: "Roboto", sans-serif;
}

.ccm-page {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.32px;
}
.ccm-page img {
  max-width: 100%;
  height: auto;
}
.ccm-page .bookzo-object-page .bz-button-secondary {
  display: none;
}
.ccm-page .bz-gallery {
  margin: 0 auto;
  max-width: 1200px;
}
.ccm-page .main .content-top .bookzo-object-page p {
  max-width: 100%;
  margin: 0;
  text-align: left;
}
.ccm-page .bz-calendar tr.dates > td.booked {
  background: #ffffff;
  color: #b1b1b1;
}
.ccm-page .bz-calendar .bz-calendar-nav {
  top: 6px;
}
.ccm-page .bookzo-page {
  text-align: left;
}
.ccm-page .bookzo-page .bz-form h2, .ccm-page .bookzo-page .bz-form h3 {
  font-size: 28px;
}
.ccm-page .bookzo-page .bz-form h4 {
  font-size: 18px;
}
.ccm-page .bookzo-page .bz-button.bz-float-left.bz-button-primary {
  opacity: 0.5;
}
.ccm-page .bookzo-page .bz-button.bz-float-left.bz-button-primary:hover {
  opacity: 1;
}
.ccm-page .bz-calendar h2 {
  display: none;
}
.ccm-page .bz-calendar .th-legenda span.free:before {
  background: #c7c7c7;
}
.ccm-page .bz-price-info h4 {
  margin-bottom: 20px;
}
.ccm-page .calendar-calculations {
  text-align: left;
}
.ccm-page .calendar-calculations .bz-panel-box-primary {
  background: #85976C;
  color: white;
  border: 0;
  margin-bottom: 60px;
  position: relative;
}
.ccm-page .calendar-calculations .bz-panel-box-primary h4 {
  color: white;
}
.ccm-page .calendar-calculations .th-book-total {
  border-top: 1px solid #a0b385;
  font-size: 22px;
}
.ccm-page .calendar-calculations .bz-clearfix.bz-margin-top {
  position: absolute;
  width: 94%;
}
.ccm-page .calendar-calculations .bz-clearfix.bz-margin-top .bz-button-primary {
  background: #CC9D51;
  position: relative;
}
.ccm-page .bz-calendar tr.month > th.month {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  background: #85976C;
  color: #FFF;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ccm-page .bz-panel .bz-tab > li > a {
  font-size: 24px;
  color: #85976C;
  border: 0;
}
.ccm-page .bz-panel .th-infobar.bz-margin-large-bottom {
  display: none;
}
.ccm-page .bz-panel .th-titles h2 {
  font-family: "Qwigley", cursive;
  font-size: 74px;
  font-weight: 400;
}
.ccm-page .bz-panel .bz-tab > li.bz-active > a {
  border: 0;
  background: transparent;
  color: #4B4B4B;
}
.ccm-page .bz-panel .bz-tab > li:not(.bz-active) > a:hover, .ccm-page .bz-panel .bz-tab > li:not(.bz-active) > a:focus, .ccm-page .bz-panel .bz-tab > li.bz-open:not(.bz-active) > a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ccm-page .bz-panel .bz-tab {
  border: 0;
}
.ccm-page .bz-panel .bz-tab > li > a:hover, .ccm-page .bz-panel .bz-tab > li > a:focus, .ccm-page .bz-panel .bz-tab > li.bz-open > a {
  border: 0;
  background: transparent;
  color: #4B4B4B;
  outline: none;
}
.ccm-page .bookzo.bookzo-bootstrap .btn {
  cursor: pointer;
  padding: 12px 24px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.ccm-page .bookzo.bookzo-bootstrap .btn-primary {
  background: #BB904A;
  color: white;
}
.ccm-page .bookzo.bookzo-bootstrap .btn-primary:hover {
  background: rgb(152.6506024096, 116.3855421687, 57.3493975904);
}
.ccm-page .bookzo.bookzo-bootstrap .btn-secondary {
  background: #85976C;
  color: white;
}
.ccm-page .bookzo.bookzo-bootstrap .btn-secondary:hover {
  background: rgb(106.9003984064, 121.8167330677, 86.1832669323);
}
.ccm-page .bookzo.bookzo-bootstrap .btn-link {
  background: transparent;
  color: #BB904A;
  text-decoration: underline;
  padding: 0;
}
.ccm-page .bookzo.bookzo-bootstrap .nav-tabs {
  border: 0;
}
.ccm-page .bookzo.bookzo-bootstrap .nav-tabs .nav-link {
  font-size: 24px;
  color: #85976C;
  border: 0;
  background: transparent;
  padding: 10px 20px;
}
.ccm-page .bookzo.bookzo-bootstrap .nav-tabs .nav-link.active, .ccm-page .bookzo.bookzo-bootstrap .nav-tabs .nav-link:hover {
  color: #4B4B4B;
  border: 0;
  background: transparent;
}
.ccm-page .bookzo.bookzo-bootstrap .bookzo-object h2 {
  font-family: "Qwigley", cursive;
  font-size: 74px;
  font-weight: 400;
}
.ccm-page .bookzo.bookzo-bootstrap .bookzo-object .table th {
  background: #85976C;
  color: white;
}
.ccm-page .bookzo.bookzo-bootstrap .bookzo-object .card {
  border: 0;
}
.ccm-page .bookzo.bookzo-bootstrap .bookzo-object .card .card-header {
  background: #85976C;
  color: white;
  border: 0;
}
.ccm-page.page-template-prices .main .about.default {
  padding-bottom: 300px;
}
.ccm-page.page-template-prices .main .about.default::before {
  background: url(../images/snow-bg.jpg);
  background-position: center;
  background-size: cover;
  height: 650px;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccm-page.page-template-homepage .search-book {
  transform: scale(0.9);
  bottom: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ccm-page.page-template-homepage .search-book {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page.page-template-homepage .search-book {
    transform: scale(0.82);
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page.page-template-homepage .search-book {
    bottom: 105px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page.page-template-homepage .search-book {
    transform: scale(1);
  }
}
.ccm-page .header {
  height: 120px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header.header-minified {
    position: fixed;
    background: white;
    left: 0;
    width: 100%;
    z-index: 44;
    height: 75px;
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .ccm-page .header.header-minified .top-menu {
    display: none;
  }
  .ccm-page .header.header-minified .logo-wrapper {
    max-width: 175px;
    left: 20px;
    top: 5px;
  }
  .ccm-page .header.header-minified .logo-wrapper svg {
    max-width: 175px;
  }
  .ccm-page .header.header-minified .reservation-button {
    height: 75px;
    line-height: 3;
  }
}
.ccm-page .header .top-header {
  height: 120px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-header {
    height: 150px;
  }
}
.ccm-page .header .top-menu, .ccm-page .header .main-menu-wrapper {
  float: right;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu, .ccm-page .header .main-menu-wrapper {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .top-menu, .ccm-page .header .main-menu-wrapper {
    padding-right: 180px;
  }
}
.ccm-page .header .top-menu {
  padding: 10px 10px 0 10px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu {
    padding: 15px 135px 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu {
    padding: 45px 135px 0 0;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu i {
    display: inline-block;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .top-menu {
    padding: 45px 200px 0 0;
  }
}
.ccm-page .header .top-menu span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu span {
    display: inline-block;
  }
}
.ccm-page .header .top-menu p, .ccm-page .header .top-menu a {
  font-size: 12px;
  color: #D6B175;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ccm-page .header .top-menu p, .ccm-page .header .top-menu a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .top-menu p, .ccm-page .header .top-menu a {
    font-size: 16px;
  }
}
.ccm-page .header .reservation-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 110px;
  display: none;
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .reservation-button {
    width: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .reservation-button {
    display: block;
  }
}
.ccm-page .header .reservation-button {
  background-color: #85976C;
  text-align: center;
  line-height: 7;
  z-index: 99;
}
.ccm-page .header .reservation-button a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 0;
  margin-top: 0;
  font-size: 16px;
  padding-top: 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .header .reservation-button a {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .header .reservation-button a {
    font-size: 18px;
  }
}
.ccm-page .image-slider {
  min-height: 180px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider {
    min-height: 280px;
  }
}
.ccm-page .image-slider {
  background: url(../images/default-header.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.ccm-page .image-slider .slick-header-slider {
  float: left;
  width: 100%;
}
.ccm-page .image-slider .slick-header-slider .header-slide {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slide {
    height: 510px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider .slick-header-slider .header-slide {
    height: 610px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .image-slider .slick-header-slider .header-slide {
    height: 810px;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text {
  text-align: center;
  padding-top: 5%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text {
    padding-top: 10%;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
    font-size: 52px;
    letter-spacing: 8.2px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
    font-size: 82px;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text h1 {
  color: #EAD8BE;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4745098039);
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.ccm-page .image-slider .slick-header-slider .header-slider-text p {
  font-size: 36px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text p {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text p {
    font-size: 82px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .image-slider .slick-header-slider .header-slider-text p {
    font-size: 112px;
  }
}
.ccm-page .image-slider .slick-header-slider .header-slider-text p {
  font-family: "Qwigley", cursive;
  color: white;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.ccm-page .main {
  min-height: 500px;
  clear: both;
}
.ccm-page .main p {
  margin-bottom: 20px;
}
.ccm-page .main .content-top {
  background: rgba(234, 216, 190, 0.5);
  text-align: center;
  padding: 20px 0 50px 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-top {
    padding: 70px 0 90px 0;
  }
}
.ccm-page .main .content-top {
  position: relative;
  z-index: 4;
}
.ccm-page .main .content-top.default {
  background: rgba(234, 216, 190, 0.21);
}
.ccm-page .main .content-top.default::before {
  display: none;
}
.ccm-page .main .content-top p {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 20px;
}
.ccm-page .main .content-top::before {
  position: absolute;
  content: "";
  background: url(../images/content-bg.png);
  width: 418px;
  height: 324px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -63px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-top::before {
    display: block;
  }
}
.ccm-page .main .content-top p {
  color: #4B4B4B;
}
.ccm-page .main .content-top .button {
  position: absolute;
  max-width: 335px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ccm-page .main .home-blocks {
  margin-top: 60px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-blocks {
    margin-top: 140px;
  }
}
.ccm-page .main .home-blocks .row {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-blocks .row {
    padding: 0 20px;
  }
}
.ccm-page .main .home-blocks::before {
  background: url("../images/content-bg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 900px;
  left: 0;
  bottom: -350px;
}
.ccm-page .main .content-blocks {
  clear: both;
}
.ccm-page .main .content-blocks .row {
  min-height: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.ccm-page .main .content-blocks .row .content-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  float: left;
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-blocks .row .content-img {
    height: 360px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-blocks .row .content-img {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.ccm-page .main .content-blocks .row .content-text {
  width: 100%;
  float: left;
  padding: 30px 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-blocks .row .content-text {
    width: 50%;
    float: right;
    padding: 100px 40px 20px 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page .main .content-blocks .row .content-text {
    padding: 100px 200px 20px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .main .content-blocks .row .content-text {
    padding: 100px 260px 20px 40px;
  }
}
.ccm-page .main .content-blocks .row .content-text h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1281px) {
  .ccm-page .main .content-blocks .row .content-text h2 {
    font-size: 72px;
  }
}
.ccm-page .main .content-blocks .row .content-text h2 {
  margin-bottom: 20px;
  font-family: "Qwigley", cursive;
}
.ccm-page .main .content-blocks .row:nth-child(even) {
  background-position: 100px bottom;
  background-repeat: no-repeat;
}
.ccm-page .main .content-blocks .row:nth-child(even) .content-img {
  left: auto;
  right: 0;
}
.ccm-page .main .content-blocks .row:nth-child(even) .content-text {
  float: left;
}
@media only screen and (min-width: 1281px) {
  .ccm-page .main .content-blocks .row:nth-child(even) .content-text {
    padding: 100px 40px 20px 200px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .main .content-blocks .row:nth-child(even) .content-text {
    padding: 100px 40px 20px 260px;
  }
}
.ccm-page .main .content-down {
  background: url(../images/insta-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 115px;
}
.ccm-page .main .content-down.fac {
  background: none;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-down.fac {
    background: url(../images/badding.jpg);
    padding-bottom: 680px;
    background-size: cover;
    background-position: center;
  }
}
.ccm-page .main .content-down h2 {
  margin-top: 70px;
  float: left;
  width: 100%;
}
.ccm-page .main .content-down .logos h2 {
  margin-bottom: 20px;
}
.ccm-page .main .content-down .logos img {
  background: white;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-down .logos img {
    width: calc(25% - 20px);
    padding: 15px;
    margin-right: 20px;
  }
}
.ccm-page .main .content-down .logos img {
  margin-right: 10px;
  float: left;
}
.ccm-page .main .content-down .logos img img {
  width: 100%;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .content-down .logos img img {
    height: 105px;
  }
}
.ccm-page .main .content-down .logos img img {
  object-fit: cover;
}
.ccm-page .main .content-down ul {
  list-style: none;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down ul {
    width: 50%;
  }
}
.ccm-page .main .content-down ul {
  margin-top: 20px;
}
.ccm-page .main .content-down ul li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down ul li {
    line-height: 52px;
    font-size: 18px;
  }
}
.ccm-page .main .content-down ul li {
  font-weight: 600;
}
.ccm-page .main .content-down ul li img, .ccm-page .main .content-down ul li i {
  top: 0;
  position: absolute;
  left: 0;
  top: 0px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-down ul li img, .ccm-page .main .content-down ul li i {
    top: 15px;
  }
}
.ccm-page .main .content-down ul li img, .ccm-page .main .content-down ul li i {
  color: #BB904A;
}
.ccm-page .main .home-cards {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
.ccm-page .main .home-cards .home-item {
  background-position: center;
  background-size: cover;
  border: 3px solid white;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item {
    border: 10px solid white;
  }
}
.ccm-page .main .home-cards .home-item {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.ccm-page .main .home-cards .home-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 3;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(50, 50, 40, 0), #000 120%);
}
.ccm-page .main .home-cards .home-item:hover .item-text {
  bottom: 0;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ccm-page .main .home-cards .home-item .item-text {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item .item-text {
    bottom: -47px;
  }
}
.ccm-page .main .home-cards .home-item .item-text {
  z-index: 4;
  left: 0;
  width: 100%;
  text-align: center;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ccm-page .main .home-cards .home-item .item-text h2 {
  color: white;
  font-size: 15px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item .item-text h2 {
    font-size: 24px;
  }
}
.ccm-page .main .home-cards .home-item .item-text h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.ccm-page .main .home-cards .home-item .item-text span {
  font-family: "Qwigley", cursive;
  font-size: 28px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .home-cards .home-item .item-text span {
    font-size: 46px;
  }
}
.ccm-page .main .home-cards .home-item .item-text span {
  color: #73A982;
}
.ccm-page .main .home-cards .home-item .item-text span::after {
  content: "\f105";
  padding-left: 8px;
  font-family: "FontAwesome";
  font-size: 22px;
}
.ccm-page .main .home-cards .home-item {
  width: 50%;
  float: left;
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .main .home-cards .home-item:nth-child(1), .ccm-page .main .home-cards .home-item:nth-child(3) {
    width: 60%;
    float: left;
    height: 425px;
  }
  .ccm-page .main .home-cards .home-item:nth-child(2) {
    width: 40%;
    float: right;
    height: 380px;
  }
  .ccm-page .main .home-cards .home-item:nth-child(4) {
    width: 40%;
    float: right;
    height: 470px;
    position: relative;
    top: -44px;
  }
}
.ccm-page .main .about {
  margin-top: 100px;
  position: relative;
  z-index: 3;
}
.ccm-page .main .about.default {
  background: rgba(234, 216, 190, 0.5);
  margin-top: 0;
  padding-top: 100px;
}
.ccm-page .main .about .img img {
  padding-right: 20px;
  position: relative;
  top: -30px;
  z-index: 4;
}
.ccm-page .main .about .img.info {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .img.info {
    display: block;
  }
}
.ccm-page .main .about .img.info img {
  top: 0;
  left: 0;
  padding-right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ccm-page .main .about .text {
  background: white;
  position: relative;
  padding: 50px 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .text {
    padding: 20px 20px 70px 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .ccm-page .main .about .text {
    padding: 50px 100px 70px 70px;
  }
}
.ccm-page .main .about .text {
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 50px;
  top: -60px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .text {
    margin-bottom: 80px;
    top: auto;
  }
}
.ccm-page .main .about .text h2 {
  font-family: "Qwigley", cursive;
  font-size: 40px;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .text h2 {
    font-size: 64px;
  }
}
.ccm-page .main .about .text .spacing {
  padding-right: 15px;
}
.ccm-page .main .about .text ul {
  margin-top: 15px;
}
.ccm-page .main .about .text ul li {
  line-height: 30px;
  color: #4B4B4B;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.ccm-page .main .about .text ul li::before {
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #BB904A;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
}
.ccm-page .main .about .text table {
  color: #85976C;
  position: relative;
  margin-left: -20px;
}
.ccm-page .main .about .text table tr td {
  border-top: 1px solid #f4ebdd;
  padding-top: 10px;
  line-height: 1;
  padding-left: 20px;
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .about .text table tr td {
    font-size: 16px;
  }
}
.ccm-page .main .about .text table tr td:last-child {
  border-left: 1px solid #f4ebdd;
}
.ccm-page .main .about .text::before {
  content: "\f0d9";
  position: absolute;
  font-family: "FontAwesome";
  left: -20px;
  top: 40%;
  font-size: 64px;
  color: white;
}
.ccm-page .main .about .text.info::before {
  display: none;
}
.ccm-page .main .about .text.info h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  margin-bottom: 20px;
}
.ccm-page .main .content-bottom {
  background-position: 100px bottom;
  background-repeat: no-repeat;
  position: relative;
  top: -100px;
}
.ccm-page .main .content-bottom.default {
  top: 0;
  clear: both;
}
.ccm-page .main .content-bottom img {
  max-width: inherit;
  width: 100%;
}
.ccm-page .main .content-bottom .text .text-wrapper {
  max-width: 650px;
  margin: 0 auto;
  padding: 50px 20px 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-bottom .text .text-wrapper {
    padding: 25% 20px 10px 20px;
  }
}
.ccm-page .main .content-bottom .text .text-wrapper h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 34px;
  font-family: "Qwigley", cursive;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .main .content-bottom .text .text-wrapper h2 {
    font-size: 68px;
  }
}
.ccm-page .main .content-bottom .text .text-wrapper i {
  color: #85976C;
}
.ccm-page .main .insta-feed {
  min-height: 400px;
  text-align: center;
  background: url(../images/insta-bg.jpg);
  background-size: cover;
  background-position: center;
}
.ccm-page .main .insta-feed h2 {
  font-size: 64px;
  color: #BB904A;
  font-family: "Qwigley", cursive;
  font-weight: 400;
}
.ccm-page .maps-block {
  position: relative;
}
.ccm-page .maps-block img {
  position: absolute;
  width: 33%;
  object-fit: cover;
  max-width: 550px;
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
}
.ccm-page .form {
  background: #F4EBDD;
  padding: 20px 10px 30px 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .form {
    padding: 80px 20px 50px 20px;
  }
}
.ccm-page .form .form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.ccm-page .form .form-wrapper .mail, .ccm-page .form .form-wrapper .phone {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}
.ccm-page .form .form-wrapper .human-check-wrap {
  background: none;
  padding-left: 0;
  padding-bottom: 0;
}
.ccm-page .form .form-wrapper .button {
  margin-top: 0;
  padding: 17px 75px;
}
.ccm-page .form .form-wrapper label {
  font-weight: 400;
}
.ccm-page .form .form-wrapper .phone {
  margin-right: 0;
  margin-left: 10px;
}
.ccm-page .form .form-wrapper .has-textarea {
  float: left;
  width: 100%;
}
.ccm-page .search-book {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: white;
  transform: scale(0.72);
  bottom: 0;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .search-book {
    bottom: 90px;
    transform: scale(0.82);
    display: block;
  }
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search, .ccm-page .search-book .bz-search {
  padding: 10px 10px 0 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search, .ccm-page .search-book .bz-search {
    padding: 22px 20px 23px 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search, .ccm-page .search-book .bz-search {
    padding: 22px 20px 23px 180px;
  }
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search::before, .ccm-page .search-book .bz-search::before {
  content: "";
  background: url(../images/element.svg);
  width: 204px;
  height: 198px;
  position: absolute;
  left: -40px;
  top: -81px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search::before, .ccm-page .search-book .bz-search::before {
    display: block;
  }
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .bookzo-search-submit, .ccm-page .search-book .bz-search .buttonrow {
  position: relative;
  background: #BB904A;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .bookzo-search-submit, .ccm-page .search-book .bz-search .buttonrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 183px;
    height: 100%;
    margin-top: 0;
    font-size: 24px;
  }
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .bookzo-search-submit::before, .ccm-page .search-book .bz-search .buttonrow i {
  content: "\f002";
  font-family: "FontAwesome";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #BB904A;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .bookzo-search-submit::before, .ccm-page .search-book .bz-search .buttonrow i {
    left: -31px;
  }
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .form-group-inline .form-control, .ccm-page .search-book .bz-search select {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-bottom: 1px solid #707070;
  padding: 5px 0 10px 0;
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
  width: auto;
  box-shadow: none;
}
.ccm-page .search-book .bz-search .th-field-type, .ccm-page .search-book .bz-search .bz-label {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bz-search .th-field-type, .ccm-page .search-book .bz-search .bz-label {
    padding-left: 0;
  }
}
.ccm-page .search-book .bz-search .th-field-type i, .ccm-page .search-book .bz-search .bz-label i {
  display: none;
}
.ccm-page .search-book .bz-search .bz-width-1-1 {
  position: relative;
}
.ccm-page .search-book .bz-search .bz-width-1-1.th-field-duration {
  display: none;
}
@media (max-width: 480px) {
  .ccm-page .search-book .bz-search .bz-width-1-1 {
    width: 50%;
  }
}
.ccm-page .search-book .bz-search .bz-width-1-1::after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 0;
  color: #85976C;
  bottom: 10px;
}
.ccm-page .search-book .bz-search .bz-width-1-1.th-field-arrival::after, .ccm-page .search-book .bz-search .bz-width-1-1.th-field-departure::after {
  display: none;
}
.ccm-page .search-book .bz-search select {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bz-search select {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ccm-page .search-book .bz-search .bz-width-medium-1-6 {
    width: 18.666%;
  }
}
.ccm-page .search-book .bz-search .buttonrow {
  border-bottom: 2px solid white;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bz-search .buttonrow {
    border: 0;
  }
}
.ccm-page .search-book .bz-search .buttonrow::after {
  display: none;
}
.ccm-page .search-book .bz-search .buttonrow .bz-button {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bz-search .buttonrow .bz-button {
    font-size: 24px;
  }
}
.ccm-page .search-book bookzo-search {
  display: block;
  width: 100%;
}
.ccm-page .search-book .bookzo.bookzo-bootstrap {
  position: relative;
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #4B4B4B;
  margin-bottom: 5px;
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .form-group-inline {
  margin-bottom: 10px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .form-group-inline {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .form-group-inline.bookzo-search-arrival-departure .form-control-datepicker {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .form-group-inline.bookzo-search-arrival-departure .form-control-datepicker {
    width: 120px;
  }
}
.ccm-page .search-book .bookzo.bookzo-bootstrap .bookzo-search .form-inline .form-group-inline.bookzo-search-persons .form-control {
  position: relative;
  z-index: 3;
  min-width: 130px;
}
.ccm-page .content-section {
  background: rgba(234, 216, 190, 0.21);
  position: relative;
  width: 100%;
  float: left;
}
.ccm-page .content-section::before {
  background: url(../images/snow-bg.jpg);
  background-position: center;
  background-size: cover;
  height: 650px;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccm-page .content-section .row {
  background: white;
  margin-bottom: 540px;
}
.ccm-page .content-section .content-block {
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 10px;
}
.ccm-page .content-section .content-block .button {
  background: #CC9D51;
}
.ccm-page .content-section .content-block img {
  float: left;
  padding: 15px;
  margin-left: -15px;
}
.ccm-page .content-section .content-block ul li {
  line-height: 30px;
  color: #4B4B4B;
  position: relative;
  list-style: none;
}
.ccm-page .content-section .content-block ul li::before {
  content: "\f054";
  font-size: 16px;
  padding-right: 10px;
  color: #BB904A;
  font-family: "FontAwesome";
}
.ccm-page #insta-feed .button {
  float: none !important;
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page #insta-feed .button {
    float: right !important;
  }
}
.ccm-page #insta-feed .ig-post {
  margin: 12px;
  border: 1px solid white;
}
.ccm-page #insta-feed .instagram-feed {
  float: left;
  width: 100%;
}
.ccm-page #insta-feed .instagram-feed .ig-image {
  height: 270px;
}
.ccm-page #insta-feed .instagram-feed .slick-next, .ccm-page #insta-feed .instagram-feed .slick-prev {
  top: 40%;
}
.ccm-page #insta-feed .instagram-feed .slick-next {
  right: -60px;
}
.ccm-page #insta-feed .instagram-feed .slick-prev {
  left: -60px;
}
.ccm-page .ccm-block-switch-language-flags {
  position: absolute;
  padding-left: 15px;
  cursor: pointer;
  right: 20px;
  top: 13px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags {
    float: right;
    margin-right: 0;
    position: relative;
    right: 0;
    top: 3px;
    margin-left: 20px;
  }
}
.ccm-page .ccm-block-switch-language-flags .language-toggle {
  cursor: pointer;
}
.ccm-page .ccm-block-switch-language-flags .language-toggle:after {
  position: relative;
  top: -5px;
  font-family: fontAwesome;
  content: "\f107";
  padding-left: 3px;
  font-size: 16px;
  color: #d6b175;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages {
  z-index: 99;
  display: none;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #fff;
  padding: 10px 0px 5px 0px;
  width: 48px;
  text-align: center;
  transition: all 0.2s ease;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 5px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages {
    position: absolute;
    border-bottom: 1px solid #778268;
  }
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages a {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .ccm-block-switch-language-flags .submenu-languages a {
    display: block;
    padding: 0;
    padding: 0.2em 0.2em;
  }
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages a.ccm-block-switch-language-active {
  display: none;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language {
  opacity: 0.5;
}
.ccm-page .ccm-block-switch-language-flags .submenu-languages .ccm-block-switch-language:hover {
  opacity: 1;
}
.ccm-page .ccm-block-switch-language-flags .show-flags .submenu-languages, .ccm-page .ccm-block-switch-language-flags:hover .submenu-languages {
  display: flex;
}
.ccm-page .footer {
  background: #85976C;
  padding-top: 40px;
  position: relative;
  clear: both;
}
.ccm-page .footer::after {
  width: 100%;
  height: 115px;
  content: "";
  left: 0;
  bottom: 0;
  background: #EAD8BE;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer::after {
    display: block;
  }
}
.ccm-page .footer .logo {
  text-align: center;
}
.ccm-page .footer .logo svg {
  max-width: 220px;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .logo svg {
    max-width: 346px;
    height: auto;
  }
}
.ccm-page .footer .logo p {
  font-size: 16px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .logo p {
    font-size: 24px;
  }
}
.ccm-page .footer .logo p {
  color: #EAD8BE;
  text-transform: uppercase;
  margin-top: 20px;
}
.ccm-page .footer .copyright {
  position: relative;
  z-index: 4;
  padding: 20px 0;
}
.ccm-page .footer .copyright p, .ccm-page .footer .copyright a {
  font-size: 12px;
  color: white;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .copyright p, .ccm-page .footer .copyright a {
    color: #4B4B4B;
    font-size: 14px;
  }
}
.ccm-page .footer .copyright .footer-bottom-left {
  text-align: center;
}
.ccm-page .footer .backtop {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 75px;
  height: 50px;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .backtop {
    height: 160px;
  }
}
.ccm-page .footer .backtop {
  text-align: center;
  background: white;
  z-index: 5;
}
.ccm-page .footer .backtop::before {
  content: "\f077";
  font-family: "FontAwesome";
  color: #85976C;
  font-size: 36px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.ccm-page .footer .insta, .ccm-page .footer .facebook {
  color: white;
  margin-top: 50px;
  font-family: "Qwigley", cursive;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 10px;
}
.ccm-page .footer .insta i, .ccm-page .footer .facebook i {
  font-size: 26px;
  display: block;
}
.ccm-page .footer .footer-content ul {
  list-style: none;
  padding-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .footer-content ul {
    padding-top: 55px;
  }
}
.ccm-page .footer .footer-content ul li {
  font-size: 14px;
  line-height: 35px;
  float: left;
  width: 50%;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .footer-content ul li {
    width: auto;
    float: inherit;
    font-size: 18px;
  }
}
.ccm-page .footer .footer-content ul li a {
  color: #EAD8BE;
  text-decoration: none;
}
.ccm-page .footer .footer-content ul li a:hover {
  color: white;
}
.ccm-page .footer .footer-content iframe {
  position: relative;
  z-index: 4;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
}
.ccm-page .footer .footer-content .thirth {
  padding: 30px 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .footer .footer-content .thirth {
    padding: 55px 0 0 100px;
  }
}
.ccm-page .footer .footer-content .thirth .button {
  background: #EAD8BE;
  color: #85976C;
  margin-bottom: 40px;
}
.ccm-page .footer .footer-content .thirth a {
  font-size: 16px;
  color: #EAD8BE;
  text-decoration: none;
}
.ccm-page .footer .footer-content .thirth P {
  color: white;
  font-size: 18px;
}
.ccm-page .footer .footer-content .thirth P:first-child {
  position: relative;
}
.ccm-page .footer .footer-content .thirth P:first-child::before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  left: -70px;
  color: #85976C;
  text-align: center;
  line-height: 2;
  top: 5px;
}
.ccm-page .footer .footer-content .thirth P:first-child::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 2px;
  background: #fff;
  left: -140px;
  top: 29px;
}
.ccm-page .logo-wrapper {
  max-width: 185px;
  top: 40px;
  position: absolute;
  left: 10px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .logo-wrapper {
    max-width: 265px;
    top: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .logo-wrapper {
    max-width: 335px;
    left: 20px;
    top: 15px;
  }
}
.ccm-page .logo-wrapper svg {
  max-width: 185px;
}
@media only screen and (min-width: 1025px) {
  .ccm-page .logo-wrapper svg {
    max-width: 265px;
  }
}
@media only screen and (min-width: 1600px) {
  .ccm-page .logo-wrapper svg {
    max-width: 335px;
  }
}
.ccm-page .logo-wrapper svg {
  height: auto;
}

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