@charset "UTF-8";
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1190px) {
  .container {
    width: 1120px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1190px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*@media (min-width: $bp-xl-min) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-xl {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1120px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1120px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1120px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1120px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1120px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 1em;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* Slider */
.slick-slider {
  display: block;
  -moz-box-sizing: border-box;
  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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.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: transparent;
}

.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: 10px;
  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 {
  font-family: "red-eye";
  content: "\e00e";
  color: #ffffff;
  font-size: 60px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  font-family: "red-eye";
  content: "\e002";
  color: #ffffff;
  font-size: 60px;
}

.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;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
@font-face {
  font-family: "red-eye";
  src: url("fonts/red-eye.eot");
  src: url("fonts/red-eye.eot?#iefix") format("embedded-opentype"), url("fonts/red-eye.woff") format("woff"), url("fonts/red-eye.ttf") format("truetype"), url("fonts/red-eye.svg#red-eye") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1.45;
  padding-top: 80px;
  background-color: #F2F2F2;
  font-family: "Roboto", sans-serif;
  color: #1d1d1d;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
body.no-scroll {
  overflow-y: hidden;
}

hr {
  width: 100%;
  height: 1px;
  background: rgb(227.75, 227.75, 227.75);
  border: 0;
  margin: 0;
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

p {
  margin: 12px 0 0 0;
}

section {
  display: block;
}

sup {
  font-size: 0.7em;
}

.clearfix {
  clear: both;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.home-intro-box {
  display: none;
}

#main-content {
  position: relative;
  overflow-x: hidden;
}

#main-content table {
  margin: 30px 0;
}
#main-content table td {
  padding: 10px;
  border: 1px solid #a4a4a4;
}

/* buttons */
body .block-btn {
  display: inline-block;
  background-color: #E52A2A;
  padding: 15px 25px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1em;
  border: 0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .block-btn.arrow-btn:hover {
  background-color: rgb(205.1573221757, 25.0426778243, 25.0426778243);
}
body .block-btn.arrow-btn:hover:after {
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
body .block-btn.arrow-btn-down:hover {
  background-color: rgb(205.1573221757, 25.0426778243, 25.0426778243);
}
body .block-btn.arrow-btn-down:hover:after {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
body .block-btn:before, body .block-btn:after {
  color: #ffffff;
  display: inline-block;
  font-family: "red-eye";
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .block-btn:before {
  margin-right: 15px;
}
body .block-btn:after {
  margin-left: 10px;
}
body .block-btn.light-grey {
  background-color: #a4a4a4;
}
body .block-btn.light-grey:hover {
  background-color: #E52A2A;
}
body .block-btn.share-btn:before {
  content: "\e009";
}
body .block-btn.arrow-btn:after {
  content: "\e002";
}
body .block-btn.arrow-btn-down:after {
  content: "\e005";
}
body .block-btn:hover {
  background-color: rgb(205.1573221757, 25.0426778243, 25.0426778243);
}

/* common icons */
.icon-date, .icon-location, .icon-time, .icon-tag {
  display: inline-block;
}
.icon-date:before, .icon-location:before, .icon-time:before, .icon-tag:before {
  font-family: "red-eye";
  color: #a4a4a4;
}

.icon-date:before {
  content: "\e000";
  vertical-align: top;
  padding-right: 7px;
}

.icon-location:before {
  content: "\e001";
  vertical-align: top;
  padding-right: 7px;
}

.icon-time:before {
  content: "\e008";
  vertical-align: top;
  padding-right: 7px;
  color: #a4a4a4;
}

.icon-tag:before {
  content: "\e007";
  vertical-align: top;
  padding-right: 7px;
  color: #a4a4a4;
}

.bordered:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #b6b6b6;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.centre-row {
  text-align: center;
  padding: 30px 0;
}

/* Prices */
span.price-tag {
  display: block;
  padding-top: 15px;
  color: #a4a4a4;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
span.price-tag strong {
  padding-left: 5px;
  font-size: 1.55em;
  font-weight: 900;
  color: #E52A2A;
}
span.price-tag strong span {
  color: #a4a4a4;
}

.slick-dots {
  list-style: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 3px 8px 2px 8px;
  vertical-align: top;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.slick-dots li button {
  overflow: hidden;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #b6b6b6;
  vertical-align: top;
  text-indent: -999px;
  border: 0;
  float: left;
  padding: 0;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
  background-color: rgb(143.75, 143.75, 143.75);
}
.slick-dots li.slick-active {
  padding: 0 6px 0 6px;
}
.slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  background-color: #E52A2A;
}
.slick-dots li.slick-active button:hover {
  background-color: #E52A2A;
}

.event-description .intro-col {
  font-size: 1.4em;
  margin-bottom: 25px;
  padding-right: 20px;
}
.event-description .intro-col p {
  margin-top: 12px;
}
.event-description .intro-col h2 {
  margin: 0 0 15px 0;
  font-size: 1.2em;
}
.event-description .intro-col a:not(.block-btn) {
  color: #E52A2A;
  text-decoration: underline;
}
.event-description .intro-col a:not(.block-btn):hover {
  text-decoration: none;
}
.event-description ul {
  list-style: none;
  padding: 12px 0 12px 20px;
  margin: 0;
}
.event-description ul li {
  margin: 8px 0;
}
.event-description ul li:before {
  content: "•";
  margin-left: -15px;
  float: left;
  color: #E52A2A;
}
.event-description a.block-btn {
  margin-top: 25px;
}
.event-description span.price-tag {
  display: inline-block;
  margin-left: 10px;
}
.event-description span.price-tag.old strong {
  color: #1d1d1d;
  font-size: 1.2em;
  text-decoration: line-through;
  margin-left: 5px;
}

.col-2-copy {
  padding: 30px 0 30px 0;
}

.red-arrow-link {
  border: 0;
  padding: 0;
  margin: 12px 0 0 0;
  background: none;
  color: #E52A2A;
}
.red-arrow-link:after {
  font-family: "red-eye";
  content: "\e005";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.red-arrow-link:hover {
  text-decoration: underline;
}
.red-arrow-link:focus {
  outline: 0;
}
.red-arrow-link.expanded:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.hidden-description {
  display: none;
}

/* section header */
h3.section-header {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 1.3em;
  color: #1d1d1d;
  font-weight: 500;
  float: left;
}
h3.section-header a {
  color: #1d1d1d;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  /*&:after {
      font-family:'red-eye';
      content:'\E002';
      color:$light-grey;
      display:inline-block;
      padding-top:1px;
      vertical-align:top;
      @include transition(all 0.3s);
  }*/
}
h3.section-header a:hover {
  color: #E52A2A;
}
h3.section-header a:hover:after {
  color: #E52A2A;
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.red-highlight {
  font-size: 1.55em;
  font-weight: 900;
  color: #E52A2A;
}

h3.twitter-header:before {
  font-family: "red-eye";
  content: "\e011";
  color: #a4a4a4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

h3.instagram-header:before {
  font-family: "red-eye";
  content: "\e900";
  color: #a4a4a4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

h4.section-subhead {
  float: right;
  margin: 24px 15px 0 0;
  font-weight: 400;
}
h4.section-subhead span {
  color: #a4a4a4;
}

.twitter-profile-img {
  float: right;
  max-width: 40px;
  margin: 16px 90px 0 0;
}

.article-section blockquote, .event-description blockquote {
  margin: 20px 0 30px 0;
  padding: 0 0 0 45px;
  font-size: 1em;
  font-weight: 400;
  position: relative;
}
.article-section blockquote:before, .event-description blockquote:before {
  font-family: "red-eye";
  content: "\e006";
  position: absolute;
  font-size: 1.8em;
  left: 0;
  color: rgb(202.25, 202.25, 202.25);
}
.article-section blockquote span, .event-description blockquote span {
  display: block;
  font-style: normal;
  color: #a4a4a4;
  padding-top: 14px;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 0.95em;
  }
  .block-btn {
    font-size: 1em;
    padding: 15px 15px;
  }
  .event-description .intro-col {
    padding-right: 0;
  }
  .twitter-profile-img {
    max-width: 40px;
    margin: 0 10px 20px 0;
    float: left;
    clear: both;
  }
  h4.section-subhead {
    float: left;
    margin: 10px 15px 0 0;
  }
  h4.section-subhead span {
    display: none;
  }
}
.cc-window {
  z-index: 16000003 !important;
}

/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
@keyframes logo-animation-1 {
  0% {
    fill: #E42C2B;
  }
  50% {
    fill: #c91e1d;
  }
  100% {
    fill: #E42C2B;
  }
}
header#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  z-index: 105;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header#main-header .header-telephone {
  float: right;
  line-height: 80px;
  color: #E52A2A !important;
  font-weight: 500;
  font-size: 1.05em;
  margin-left: 30px;
  text-decoration: none !important;
}
header#main-header .header-telephone.tel-after {
  display: none;
}
header#main-header .header-telephone.tel-before {
  display: block;
}
header#main-header .header-telephone a {
  color: #E52A2A !important;
  text-decoration: none !important;
}
header#main-header a.header-logo {
  float: left;
  display: block;
  width: 100%;
  max-width: 140px;
  margin-top: 12px;
}
header#main-header a.header-logo svg {
  width: 100%;
  max-height: 60px;
}
header#main-header a.header-logo svg .logo-events {
  fill: #1D1D1D;
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
header#main-header a.header-logo svg .logo-redeye {
  fill: #E42E31;
}
header#main-header a.header-logo svg .logo-eye {
  fill: #E42C2B;
}
header#main-header a.header-logo svg g#logo-text-redeye, header#main-header a.header-logo svg g#logo-text-events {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header#main-header a.header-logo:hover svg g#logo-text-redeye, header#main-header a.header-logo:hover svg g#logo-text-events {
  transform: translateX(10px);
}
header#main-header a.header-logo:hover svg .logo-events {
  fill: #d42326;
}
header#main-header a.header-logo:hover svg {
  /*.eye-1 {
      animation: logo-animation-1 0.4s ease-in-out;
      animation-delay:0.35s;
  }
  .eye-2 {
      animation: logo-animation-1 0.4s ease-in-out;
      animation-delay:0.3s;
  }
  .eye-3 {
      animation: logo-animation-1 0.5s ease-in-out;
      animation-delay:0.15s;
  }
  .eye-4 {
      animation: logo-animation-1 0.5s ease-in-out;
  }*/
}
header#main-header nav#main-nav {
  float: right;
  padding: 0;
  margin: 0;
}
header#main-header nav#main-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
header#main-header nav#main-nav > ul > li {
  margin: 0;
  float: left;
  position: relative;
}
header#main-header nav#main-nav > ul > li > .main-nav-dropdown > li:hover:after {
  font-family: "red-eye";
  content: "\e002";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.1em;
}
header#main-header nav#main-nav > ul > li:hover a span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
header#main-header nav#main-nav > ul > li:hover > .main-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header#main-header nav#main-nav > ul > li:hover > .main-nav-dropdown .main-nav-dropdown {
  -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
header#main-header nav#main-nav > ul > li > a {
  color: #1d1d1d;
  text-decoration: none;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 80px;
  display: block;
  padding: 0 20px;
  position: relative;
}
header#main-header nav#main-nav > ul > li > a.active-page span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-color: #E52A2A;
}
header#main-header nav#main-nav > ul > li > a span {
  display: block;
  margin: 0 auto;
  position: relative;
}
header#main-header nav#main-nav > ul > li > a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1d1d1d;
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header#main-header nav#main-nav > ul > li > a.active span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-color: #E52A2A;
}
header#main-header nav#main-nav > ul > li:first-child {
  display: none;
}

.hero-sub-slider-container {
  background-color: #1d1d1d;
}

.header-pinned {
  transform: none;
}

.header-unpinned {
  transform: translateY(-100%);
}

/* ### Dropdown Nav ### */
.main-nav-dropdown {
  position: absolute;
  top: 100%;
  width: 200px;
  left: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(-0.5rem);
  visibility: hidden;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 300ms, visibility 300ms, transform 300ms;
}
.main-nav-dropdown > li {
  display: block;
  width: 100%;
  color: #1d1d1d;
  font-weight: 500;
  font-size: 1.05em;
  position: relative;
}
.main-nav-dropdown > li .main-nav-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  transition: all 150ms ease-in;
  width: 280px;
}
.main-nav-dropdown > li .nav-dropdown-view-all {
  color: #E52A2A;
  text-decoration: underline;
}
.main-nav-dropdown > li:hover > .main-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-nav-dropdown > li:hover > a {
  background-color: #E52A2A;
  color: #ffffff;
}
.main-nav-dropdown > li a {
  display: block;
  background-color: #ffffff;
  color: inherit;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: color 300ms, background-color 250ms;
}
.main-nav-dropdown > li ul {
  position: absolute;
  top: 0;
  left: 100%;
}

@media only screen and (max-width: 991px) {
  .main-nav-dropdown {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  header#main-header button.mobile-nav-open, header#main-header button.mobile-nav-close {
    display: none;
  }
  header#main-header nav#main-nav {
    display: block !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 1189px) {
  body .hero .hero-slide div.overlay {
    max-width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  body .hero .hero-slide div.overlay {
    max-width: 80%;
  }
  header#main-header {
    height: 80px;
  }
  header#main-header a.header-logo {
    max-width: 127px;
    margin-top: 12px;
    /*svg {
        .logo-events {
            fill: #ffffff;
        }
    }*/
  }
  header#main-header .header-telephone {
    line-height: 80px;
  }
  header#main-header .header-telephone.tel-before {
    display: none;
  }
  header#main-header .header-telephone.tel-after {
    display: block;
    padding-right: 25px;
    margin-left: 0;
  }
  header#main-header nav#main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: 0;
    width: 100%;
    float: left;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
  }
  header#main-header nav#main-nav > ul {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header#main-header nav#main-nav > ul > li {
    width: 100%;
    display: block;
    text-align: center;
  }
  header#main-header nav#main-nav > ul > li > a {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    width: auto;
    display: inline-block;
    line-height: 50px;
    font-size: 1.4em;
  }
  header#main-header nav#main-nav > ul > li > a span:after {
    display: none !important;
  }
  header#main-header button.mobile-nav-open, header#main-header button.mobile-nav-close {
    background: none;
    display: block;
    border: 0;
    text-align: center;
  }
  header#main-header button.mobile-nav-open {
    height: 44px;
    float: right;
    padding: 0;
    line-height: 44px;
    text-align: right;
    color: #ffffff;
    margin-top: 18px;
  }
  header#main-header button.mobile-nav-open span.three-bars {
    width: 44px;
    height: 44px;
    float: right;
    text-align: center;
    display: inline-block;
  }
  header#main-header button.mobile-nav-open span.three-bars:before {
    font-family: "red-eye";
    color: #202020;
    content: "\e004";
    font-size: 28px;
  }
  header#main-header button.mobile-nav-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 13px;
    padding: 0;
  }
  header#main-header button.mobile-nav-close:after {
    font-family: "red-eye";
    content: "\e003";
    color: #ffffff;
    font-size: 28px;
    display: block;
    top: 0;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 80px;
  }
  .hero-sub-slider-container {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  header#main-header .header-telephone.tel-after {
    padding-right: 10px;
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 360px) {
  header#main-header .header-telephone {
    display: none !important;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
footer#main-footer {
  margin-top: 65px;
  background-color: #ffffff;
  display: block;
  padding: 55px 0 45px 0;
}
footer#main-footer ul#footer-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer#main-footer ul#footer-logos li {
  max-width: 170px;
  display: inline-block;
  padding: 0 25px 20px 25px;
  margin: 0;
  vertical-align: middle;
}
footer#main-footer div#lower-footer {
  border-top: 1px solid rgb(227.75, 227.75, 227.75);
  margin-top: 50px;
  padding-top: 45px;
}
footer#main-footer div#lower-footer nav {
  float: left;
}
footer#main-footer div#lower-footer nav ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0;
}
footer#main-footer div#lower-footer nav ul li {
  display: inline-block;
  font-size: 0.85em;
}
footer#main-footer div#lower-footer nav ul li a {
  color: #a4a4a4;
  text-decoration: none;
  border-left: 1px solid #a4a4a4;
  padding-left: 15px;
  margin-right: 15px;
}
footer#main-footer div#lower-footer nav ul li a:hover {
  text-decoration: underline;
}
footer#main-footer div#lower-footer nav ul li:first-child a {
  padding-left: 0;
  border: 0;
}
footer#main-footer div#lower-footer ul#footer-social-links {
  float: right;
  margin: 0;
  padding: 0;
}
footer#main-footer div#lower-footer ul#footer-social-links li {
  display: block;
  float: right;
}
footer#main-footer div#lower-footer ul#footer-social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
}
footer#main-footer div#lower-footer ul#footer-social-links li a:before {
  font-family: "red-eye";
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #a4a4a4;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
footer#main-footer div#lower-footer ul#footer-social-links li a:hover:before {
  color: rgb(125.75, 125.75, 125.75);
}
footer#main-footer div#lower-footer ul#footer-social-links li a.social-facebook:before {
  content: "\e010";
}
footer#main-footer div#lower-footer ul#footer-social-links li a.social-twitter:before {
  content: "\e011";
}
footer#main-footer div#lower-footer ul#footer-social-links li a.social-instagram:before {
  content: "\e900";
}

@media only screen and (max-width: 767px) {
  footer#main-footer div#lower-footer nav {
    display: block;
    width: 100%;
  }
  footer#main-footer div#lower-footer nav ul li {
    width: 100%;
    display: block;
  }
  footer#main-footer div#lower-footer nav ul li a {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
    border: 0;
  }
  footer#main-footer div#lower-footer ul#footer-social-links {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer#main-footer div#lower-footer ul#footer-social-links li {
    float: none;
    display: inline-block;
  }
  footer#main-footer ul#footer-logos li {
    max-width: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*@media only screen and (max-width:$bp-xl-max) {
    h4.section-subhead {
        float:left;
        display:block;
        width:100%;
        margin:-8px 0 20px 0;
    }
}*/
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
@keyframes circuit-animation {
  70% {
    stroke-dashoffset: 0;
    stroke: #a4a4a4;
  }
  85% {
    stroke: #717171;
  }
  100% {
    stroke: #a4a4a4;
    stroke-dashoffset: 0;
  }
}
@keyframes overlay-animation-hidden {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes overlay-animation-visible {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translateX(0px);
  }
}
.hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' depending on your layout needs */
  display: block;
}

.hero-video {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .hero-video + .hero-slider .container {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .hero-video {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; /* Ensure the video is behind other content */
  }
}
.hero {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.hero .hero-slide {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  padding: 50px 0 100px 0;
  overflow: hidden;
}
.hero .hero-slide .hero-slide-video {
  width: 100%;
}
.hero .hero-slide div.hero-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 75%;
}
.hero .hero-slide div.hero-bg-image img.featured-img-mobile {
  display: none;
}
.hero .hero-slide div.hero-bg-image.horizontal-focus-right {
  background-position: 100% 75%;
}
.hero .hero-slide div.hero-bg-image.horizontal-focus-left {
  background-position: 0% 75%;
}
.hero .hero-slide div.overlay {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.92);
  padding: 23px;
  max-width: 55%;
  width: 100%;
  float: left;
}
.hero .hero-slide div.overlay.wider-overlay {
  max-width: 60%;
}
.hero .hero-slide div.overlay.full-overlay {
  max-width: none;
  padding: 0;
}
.hero .hero-slide div.overlay a.block-btn {
  margin-right: 12px;
}
.hero .hero-slide div.overlay .lower-overlay {
  padding-top: 25px;
  position: relative;
}
.hero .hero-slide div.overlay .lower-overlay span.price-tag {
  display: inline-block;
}
.hero .hero-slide div.overlay .lower-overlay .overlay-img {
  width: 150px;
  float: right;
}
.hero .hero-slide div.overlay .lower-overlay .overlay-img img {
  max-width: 100%;
}
.hero .hero-slide div.overlay .lower-overlay .overlay-img svg.overlay-circuit {
  width: 150px;
  display: block;
  fill: none;
  stroke: #a4a4a4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.hero .hero-slide div.overlay .lower-overlay .overlay-img svg.overlay-circuit {
  opacity: 0;
  stroke-width: 10px;
}
.hero .hero-slide div.overlay .lower-overlay .overlay-img svg.overlay-circuit.loaded {
  opacity: 1;
}
.hero .hero-slide div.overlay .lower-overlay .overlay-img svg.overlay-circuit.loaded path.circuit {
  animation: circuit-animation 3.5s ease-in-out forwards;
}
.hero .hero-slide div.overlay h1,
.hero .hero-slide div.overlay h3 {
  margin: 0;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.1em;
  padding-bottom: 20px;
  display: block;
}
.hero .hero-slide div.overlay h1 span,
.hero .hero-slide div.overlay h3 span {
  display: none;
  color: #E52A2A;
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 10px;
}
.hero .hero-slide div.overlay h1 time,
.hero .hero-slide div.overlay h3 time {
  font-weight: 300;
}
.hero .hero-slide div.overlay p {
  margin-top: 0;
}
.hero .hero-slide div.overlay span.icon-date:before,
.hero .hero-slide div.overlay span.icon-location:before {
  color: #838383;
}
.hero .hero-slide .hero-split-image {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  bottom: 0;
  width: 40%;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.hero .hero-slide .hero-split-image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.hero .hero-slide .hero-split-text-content {
  width: 60%;
  position: absolute;
  left: 0;
  left: auto;
  top: 0;
  bottom: 0;
  padding: 25px 35px;
}
.hero .hero-sub-slider-container .slick-track {
  position: relative;
}
.hero .hero-sub-slider-container .hero-sub-slider {
  background-color: #1d1d1d;
}
.hero .hero-sub-slider-container .hero-sub-slide {
  color: #ffffff;
  padding: 18px 30px;
  text-align: center;
  border-right: 1px solid #393939;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.3em;
  position: relative;
  -webkit-transition: background-color 0.35s;
  -moz-transition: background-color 0.35s;
  -ms-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.hero .hero-sub-slider-container .hero-sub-slide:last-child {
  border-right: 0;
}
.hero .hero-sub-slider-container .hero-sub-slide:hover, .hero .hero-sub-slider-container .hero-sub-slide:focus {
  cursor: pointer;
  background-color: rgb(54.5, 54.5, 54.5);
  outline: 0;
}
.hero .hero-sub-slider-container .hero-sub-slide:before {
  font-family: "red-eye";
  content: "\e017";
  color: #E52A2A;
  position: absolute;
  top: -28px;
  font-size: 34px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #202020;
}
.hero .hero-sub-slider-container .hero-sub-slide.slick-current {
  background-color: #E52A2A;
}
.hero .hero-sub-slider-container .hero-sub-slide.slick-current:before {
  opacity: 1;
  color: #E52A2A;
}
.hero .hero-sub-slider-container .hero-sub-slide.slick-current .icon-date:before,
.hero .hero-sub-slider-container .hero-sub-slide.slick-current .icon-location:before,
.hero .hero-sub-slider-container .hero-sub-slide.slick-current .icon-time:before,
.hero .hero-sub-slider-container .hero-sub-slide.slick-current .icon-tag:before {
  color: #ffffff;
}
.hero .hero-sub-slider-container .hero-sub-slide.slick-current:hover {
  background-color: #E52A2A;
}
.hero .hero-sub-slider-container .hero-sub-slide time {
  font-weight: 300;
}
.hero .hero-sub-slider-container .hero-sub-slide span.icon-date,
.hero .hero-sub-slider-container .hero-sub-slide span.icon-location {
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 6px;
}
.hero .hero-sub-slider-container .hero-sub-slide span.icon-date:after {
  background-color: #ffffff;
}

.inner-hero.hero .hero-slide {
  min-height: 0;
}

.contained-hero-split.hero {
  background-color: transparent;
  margin-top: 30px;
}
.contained-hero-split.hero .hero-split {
  background-size: auto;
  background-position: 0% 0%;
  position: relative;
  padding: 0;
  overflow: visible;
  min-height: 230px;
  background-color: #fff;
}
.contained-hero-split.hero p {
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .hero--basic .overlay {
    padding: 0 !important;
  }
  .hero--basic .hero-slide {
    min-height: auto !important;
    padding: 50px 0 60px 0 !important;
  }
  .hero-slide div.overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 80;
    position: relative;
    display: block;
    transform: translateX(-15px);
  }
  .hero-slide div.overlay.overlay-hidden {
    animation: overlay-animation 0.2s linear;
  }
  .hero-slide div.overlay.overlay-visible {
    animation: overlay-animation-visible 0.6s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translateX(0px);
  }
  .hero .hero-slider .slick-track {
    min-height: 600px;
  }
  .hero .hero-slider .slick-track .hero-slide {
    padding: 80px 0 0 0;
  }
  .inner-hero.hero .hero-slide {
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1189px) {
  .hero .hero-slide div.overlay .lower-overlay span.price-tag {
    clear: both;
    display: block;
  }
}
@media only screen and (max-width: 1189px) {
  .hero .hero-sub-slider-container .hero-sub-slide span.icon-date,
  .hero .hero-sub-slider-container .hero-sub-slide span.icon-location {
    font-size: 0.7em;
    display: none;
  }
  .hero .hero-slide div.overlay.wider-overlay {
    max-width: 70%;
  }
  .hero .hero-sub-slider-container .hero-sub-slide {
    font-size: 1.1em;
  }
  body .hero .hero-slide div.overlay {
    max-width: 50%;
  }
  body .hero .hero-slide div.overlay h1,
  body .hero .hero-slide div.overlay h3 {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero-sub-slider-container .hero-sub-slide {
    font-size: 1em;
  }
  .hero .hero-slide div.overlay.wider-overlay {
    max-width: 100%;
  }
  body .hero .hero-slide {
    min-height: 0;
    padding: 0;
  }
  body .hero .hero-slide div.hero-bg-image {
    background: none !important;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    bottom: auto;
  }
  body .hero .hero-slide div.hero-bg-image img.featured-img-mobile {
    width: 100%;
    display: block;
  }
  body .hero .hero-slide div.overlay {
    padding: 20px 0;
    max-width: 100%;
  }
  body .hero .hero-slide div.overlay h1,
  body .hero .hero-slide div.overlay h3 {
    font-size: 2em;
    padding-bottom: 8px;
  }
  body .hero .hero-slide div.overlay h1 span,
  body .hero .hero-slide div.overlay h3 span {
    padding-bottom: 5px;
  }
  body .hero .hero-slide div.overlay .icon-date,
  body .hero .hero-slide div.overlay .icon-location {
    font-size: 0.9em;
  }
  body .hero .hero-slide div.overlay div.lower-overlay {
    padding-top: 12px;
  }
  body .hero.home-hero {
    min-height: 0;
  }
  body .hero .hero-slider {
    position: relative;
  }
  body .hero .hero-slider .container {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: -25px;
    width: 100%;
  }
  body .hero .hero-slider .hero-slide .overlay {
    padding-left: 16px;
    padding-right: 16px;
  }
  body .hero .hero-slider ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: auto;
    left: auto;
    bottom: 0;
    top: auto;
    right: 16px;
    height: 27px;
    padding: 8px 5px 0 5px;
  }
  body .hero .hero-slider ul.slick-dots li {
    display: inline-block;
    padding: 1px 4px 0 4px;
  }
  body .hero .hero-slider ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #1d1d1d;
  }
  body .hero .hero-slider ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background-color: #E52A2A;
  }
  .contained-hero-split.hero .hero-split .hero-split-image {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .contained-hero-split.hero .hero-split .hero-split-image img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
  .contained-hero-split.hero .hero-split .hero-split-text-content {
    padding: 17px 16px 22px 16px;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .contained-hero-split.hero .hero-split div.overlay {
    float: none;
  }
  .contained-hero-split.hero .hero-split div.overlay .lower-overlay {
    min-height: 80px;
  }
}
@media only screen and (max-width: 500px) {
  body .hero .hero-slide div.overlay {
    padding-bottom: 30px;
  }
  body .hero .hero-slide div.overlay .lower-overlay span.price-tag {
    padding-top: 0;
    float: left;
    width: 50%;
    margin-top: 0;
    padding-top: 0;
    line-height: 56px;
    height: 56px;
  }
  body .hero .hero-slide div.overlay .lower-overlay .overlay-img {
    display: none;
    /*width:100px;
    svg.overlay-circuit {
        position:relative;
        right:auto;
        bottom:auto;
        float:right;
        margin-top:15px;
        width:auto;
        max-width:none;
        height:40px;
    }*/
  }
  body .hero .hero-slide div.overlay a.block-btn {
    width: 50%;
    text-align: center;
    float: right;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
  }
  body .hero .hero-slide div.overlay a.block-btn:after {
    display: none;
  }
  .contained-hero-split.hero .hero-split div.overlay {
    float: none;
  }
  .contained-hero-split.hero .hero-split div.overlay .lower-overlay {
    display: none;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.dark-bar {
  color: #ffffff;
  background-color: #202020;
  padding: 0;
}
.dark-bar--fixed {
  z-index: 100;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}
.dark-bar--fixed + section {
  margin-top: 68px;
}
.dark-bar--fixed.compact + section {
  margin-top: 55px;
}
.dark-bar .container {
  position: relative;
}
.dark-bar.second-bar {
  background-color: rgb(57.5, 57.5, 57.5);
}
.dark-bar h1 {
  margin: 17px 0;
  padding: 0;
  font-size: 1.5em;
  float: left;
}
.dark-bar .block-btn {
  float: right;
}
.dark-bar nav.breadcrumbs {
  padding: 15px 0;
  float: left;
}
.dark-bar nav.breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
}
.dark-bar nav.breadcrumbs ul li {
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
}
.dark-bar nav.breadcrumbs ul li:after {
  font-family: "red-eye";
  content: "\e002";
  vertical-align: middle;
}
.dark-bar nav.breadcrumbs ul li a {
  color: #ffffff;
  margin-right: 10px;
  text-decoration: none;
  font-size: 0.9em;
}
.dark-bar nav.breadcrumbs ul li a:hover {
  border-bottom: 1px solid #c9c9c9;
}
.dark-bar nav.breadcrumbs ul li:last-child:after {
  content: "";
}
.dark-bar nav.breadcrumbs ul li:last-child a {
  font-weight: bold;
}
.dark-bar nav.breadcrumbs ul li:last-child a:hover {
  text-decoration: none;
  cursor: default;
  border: 0;
}
.dark-bar .dark-bar-filter {
  margin: 12px 0;
  float: right;
}
.dark-bar .dark-bar-filter div.dropdown {
  float: right;
}
.dark-bar .dark-bar-filter div.dropdown button {
  color: #1d1d1d;
  border: 0;
  padding: 10px;
  margin-left: 15px;
  min-width: 150px;
  background: #ffffff;
  text-align: left;
}
.dark-bar .dark-bar-filter div.dropdown button span.caret {
  margin-left: 6px;
  float: right;
  margin-top: 10px;
}
.dark-bar .dark-bar-filter label {
  line-height: 43px;
}
.dark-bar .dark-bar-filter label:before {
  font-family: "red-eye";
  content: "\e00a";
  color: #a4a4a4;
  vertical-align: middle;
  margin-right: 7px;
}

mobile-breadcrumb-btn {
  display: none;
}

.mobile-breadcrumb-btn {
  display: none;
}

span.current-mobile-page {
  display: none;
}

@media only screen and (max-width: 991px) {
  .dark-bar--fixed {
    top: 80px;
  }
}
@media only screen and (min-width: 1190px) {
  .dark-bar nav.breadcrumbs ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1189px) {
  .dark-bar nav.breadcrumbs {
    position: absolute;
    display: block;
    top: 55px;
    left: 0;
    z-index: 95;
    padding: 0 16px;
  }
  .dark-bar nav.breadcrumbs ul {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: #202020;
    padding: 5px 0;
  }
  .dark-bar nav.breadcrumbs ul li {
    display: block;
    clear: both;
  }
  .dark-bar nav.breadcrumbs ul li:after {
    display: none;
  }
  .dark-bar nav.breadcrumbs ul li a {
    display: block;
    padding: 10px;
  }
  .dark-bar nav.breadcrumbs ul li a:hover {
    border: 0;
  }
  .dark-bar .mobile-breadcrumb-btn {
    display: block;
    background: rgb(62.6, 62.6, 62.6);
    border: 0;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
  }
  .dark-bar .mobile-breadcrumb-btn:before {
    font-family: "red-eye";
    content: "\e019";
    font-size: 27px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #d7d7d7;
  }
  .dark-bar .mobile-breadcrumb-btn:focus {
    outline: 0;
    background: rgb(72.8, 72.8, 72.8);
  }
  .dark-bar .mobile-breadcrumb-btn.active-breadcrumb:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dark-bar span.current-mobile-page {
    float: left;
    display: block;
    margin: 16px 0 16px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .dark-bar nav.breadcrumbs {
    top: 52px;
    left: -16px;
  }
  .dark-bar .enquiry-btn {
    margin-right: -16px;
  }
  .dark-bar .mobile-breadcrumb-btn {
    margin-left: -16px;
  }
  .dark-bar span.current-mobile-page {
    display: none;
  }
}
section#main-section {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  section#main-section {
    padding-top: 28px;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.gallery-section {
  max-width: 100%;
  overflow: hidden;
}

.gallery-container, .slick-list {
  overflow: visible;
}

.gallery-container {
  margin-bottom: 40px;
}

.gallery-thumb {
  overflow: hidden;
}
.gallery-thumb a {
  overflow: hidden;
}
.gallery-thumb img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-thumb img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  filter: blur(0);
  -webkit-filter: blur(0);
}

#enquiry-modal {
  display: none;
}

.mfp-gallery .mfp-close {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 10px;
  right: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #E52A2A;
  color: #ffffff !important;
}
.mfp-gallery .mfp-close:hover {
  background-color: rgb(196.0669456067, 23.9330543933, 23.9330543933);
}
.mfp-gallery .mfp-close:active {
  top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .gallery-container .slick-dots {
    display: none !important;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.share-container {
  opacity: 0;
  display: none;
}

.share-container, .share-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
}

.share-overlay {
  background-color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.8);
}
.share-overlay span.share-title {
  display: block;
  margin-bottom: 14px;
  font-size: 1.3em;
  text-align: center;
}
.share-overlay .share-box {
  width: 350px;
  z-index: 200;
  text-align: center;
  display: inline-block;
  padding: 25px;
  background: #ffffff;
  position: absolute;
  margin: auto;
  top: 40%;
  left: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.share-overlay .share-box span.link-copied {
  margin: 0 auto;
  position: relative;
  padding: 9px 14px;
  background: green;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none;
  clear: both;
  opacity: 0;
}
.share-overlay .share-box span.link-copied:before {
  font-family: "red-eye";
  content: "\e016";
  margin-right: 8px;
  vertical-align: top;
}
.share-overlay .share-box .share-link {
  display: inline-block;
  margin: 0 5px;
  width: 44px;
  height: 44px;
  border: 0;
  vertical-align: top;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.share-overlay .share-box .share-link:before {
  display: block;
  width: 44px;
  height: 44px;
  background: #E52A2A;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "red-eye";
  color: #ffffff;
  text-indent: 0;
  line-height: 44px;
  text-align: center;
  font-size: 17px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.share-overlay .share-box .share-link.facebook-share:before {
  content: "\e010";
  background-color: #4867aa;
}
.share-overlay .share-box .share-link.twitter-share:before {
  content: "\e011";
  background-color: #1da1f2;
}
.share-overlay .share-box .share-link.linkedin-share:before {
  content: "\e012";
  background-color: #0274b3;
}
.share-overlay .share-box .share-link.tumblr-share:before {
  content: "\e015";
  background-color: #34506b;
}
.share-overlay .share-box .share-link.email-share:before {
  content: "\e013";
  background-color: #E52A2A;
}
.share-overlay .share-box .share-link.copy-share:before {
  content: "\e014";
  background-color: rgb(138.5, 138.5, 138.5);
}
.share-overlay .share-box .share-link:hover.facebook-share:before {
  background-color: rgb(61.3785123967, 87.8053719008, 144.9214876033);
}
.share-overlay .share-box .share-link:hover.twitter-share:before {
  background-color: rgb(12.7987447699, 142.7552301255, 222.5012552301);
}
.share-overlay .share-box .share-link:hover.linkedin-share:before {
  background-color: rgb(1.6055248619, 93.120441989, 143.6944751381);
}
.share-overlay .share-box .share-link:hover.tumblr-share:before {
  background-color: rgb(40.3245283019, 62.0377358491, 82.9754716981);
}
.share-overlay .share-box .share-link:hover.email-share:before {
  background-color: rgb(209.7025104603, 25.5974895397, 25.5974895397);
}
.share-overlay .share-box .share-link:hover.copy-share:before {
  background-color: rgb(120.65, 120.65, 120.65);
}
.share-overlay .share-box button.close-share {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  background: none;
  display: block;
  border: 0;
  padding: 0;
}
.share-overlay .share-box button.close-share:before {
  font-family: "red-eye";
  display: block;
  line-height: 30px;
  width: 30px;
  color: rgb(194.6, 194.6, 194.6);
  height: 30px;
  text-align: center;
  font-size: 18px;
  padding: 0;
  content: "\e003";
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.share-overlay .share-box button.close-share:hover:before {
  color: rgb(138.5, 138.5, 138.5);
}

@media only screen and (max-width: 767px) {
  .share-overlay .share-box {
    width: 320px;
  }
  .share-overlay .share-box .share-link {
    margin: 0 2px;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
div.block-link {
  float: left;
  width: 100%;
}
div.block-link:focus {
  outline: 0;
}
div.block-link.social-feed .social-img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}
div.block-link.social-feed .social-img.instagram-img {
  height: auto;
}
div.block-link.social-feed .social-img.instagram-img:before {
  position: relative;
  height: 0;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
div.block-link.social-feed .instagram-likes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 5;
  opacity: 0;
  color: #ffffff;
  transition: opacity 300ms, visibility 300ms;
}
div.block-link.social-feed .instagram-likes-no {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  transition: transform 400ms;
  color: #ffffff !important;
  font-size: 1.5em;
}
div.block-link.social-feed .instagram-likes-no:before {
  font-family: "red-eye";
  content: "\e00d";
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.8em;
  vertical-align: top;
  margin-top: 0.3rem;
}
div.block-link.social-feed:hover .instagram-likes {
  opacity: 1;
  visibility: visible;
}
div.block-link.social-feed:hover .instagram-likes-no {
  transform: translate(-50%, -50%);
}
div.block-link.social-feed time {
  font-size: 15px;
  line-height: 22px;
  display: block;
  padding-bottom: 10px;
}
div.block-link.social-feed time:before {
  font-family: "red-eye";
  content: "\e008";
  display: block;
  vertical-align: top;
  float: left;
  margin: 0 5px 0 0;
  color: #a4a4a4;
}
div.block-link.social-feed > a, div.block-link.social-feed > span {
  position: relative;
}
div.block-link.social-feed > a .text-content, div.block-link.social-feed > span .text-content {
  font-size: 1.2em;
  padding-bottom: 90px;
  line-height: 1.5;
  /* sort out the word wrapping issue */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
div.block-link.social-feed > a .text-content a, div.block-link.social-feed > span .text-content a {
  color: #E52A2A;
  text-decoration: none;
}
div.block-link.social-feed > a .text-content a:hover, div.block-link.social-feed > span .text-content a:hover {
  text-decoration: underline;
}
div.block-link.social-feed > a .text-content.no-image, div.block-link.social-feed > span .text-content.no-image {
  font-size: 1.5em;
}
div.block-link.social-feed > a .text-content .actions, div.block-link.social-feed > span .text-content .actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-top: 1px solid rgb(227.75, 227.75, 227.75);
  padding-top: 18px;
  text-align: left;
}
div.block-link.social-feed > a .text-content .actions a, div.block-link.social-feed > span .text-content .actions a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  text-indent: -999px;
  overflow: hidden;
}
div.block-link.social-feed > a .text-content .actions a:before, div.block-link.social-feed > span .text-content .actions a:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 0;
  color: #a4a4a4;
  font-family: "red-eye";
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
div.block-link.social-feed > a .text-content .actions a:hover:before, div.block-link.social-feed > span .text-content .actions a:hover:before {
  color: #E52A2A;
}
div.block-link.social-feed > a .text-content .actions a.reply:before, div.block-link.social-feed > span .text-content .actions a.reply:before {
  content: "\e00b";
}
div.block-link.social-feed > a .text-content .actions a.retweet:before, div.block-link.social-feed > span .text-content .actions a.retweet:before {
  content: "\e00c";
  font-size: 17px;
}
div.block-link.social-feed > a .text-content .actions a.favorite:before, div.block-link.social-feed > span .text-content .actions a.favorite:before {
  content: "\e00d";
}
div.block-link.social-feed > a:hover, div.block-link.social-feed > a.hovered, div.block-link.social-feed > span:hover, div.block-link.social-feed > span.hovered {
  background-color: #ffffff;
  color: #1d1d1d !important;
}
div.block-link.social-feed > a:hover span, div.block-link.social-feed > a.hovered span, div.block-link.social-feed > span:hover span, div.block-link.social-feed > span.hovered span {
  color: #ffffff !important;
}
div.block-link > a, div.block-link > span {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  color: #1d1d1d;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  float: left;
}
div.block-link > a .text-content, div.block-link > span .text-content {
  padding: 25px 20px;
  float: left;
}
div.block-link > a h4, div.block-link > a h2, div.block-link > span h4, div.block-link > span h2 {
  margin: 0 0 5px 0;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1.3;
}
div.block-link > a h4 span, div.block-link > a h2 span, div.block-link > span h4 span, div.block-link > span h2 span {
  font-weight: 400;
}
div.block-link > a ul, div.block-link > span ul {
  list-style: none;
  padding: 5px 0 0px 20px;
  margin: 0;
  width: 100%;
}
div.block-link > a ul li, div.block-link > span ul li {
  margin: 3px 0;
}
div.block-link > a ul li:before, div.block-link > span ul li:before {
  content: "•";
  margin-left: -15px;
  float: left;
  color: #E52A2A;
}
div.block-link > a .link-half-image, div.block-link > span .link-half-image {
  float: left;
  width: 100%;
}
div.block-link > a .link-half-image img, div.block-link > span .link-half-image img {
  float: left;
  width: 100%;
}
div.block-link > a p, div.block-link > span p {
  margin: 0;
}
div.block-link > a .news-widelink-lower, div.block-link > span .news-widelink-lower {
  padding-top: 10px;
}
div.block-link > a span.icon-date, div.block-link > a span.icon-location, div.block-link > a span.next-event, div.block-link > span span.icon-date, div.block-link > span span.icon-location, div.block-link > span span.next-event {
  font-size: 0.9em;
}
div.block-link > a p, div.block-link > a span.icon-date, div.block-link > a span.icon-location, div.block-link > a span.next-event, div.block-link > a h2, div.block-link > a h3, div.block-link > a h4, div.block-link > a h5, div.block-link > span p, div.block-link > span span.icon-date, div.block-link > span span.icon-location, div.block-link > span span.next-event, div.block-link > span h2, div.block-link > span h3, div.block-link > span h4, div.block-link > span h5 {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
div.block-link > a:hover, div.block-link > a.hovered, div.block-link > span:hover, div.block-link > span.hovered {
  background-color: #1d1d1d;
  color: #ffffff !important;
}
div.block-link > a:hover span, div.block-link > a.hovered span, div.block-link > span:hover span, div.block-link > span.hovered span {
  color: #ffffff !important;
}
div.block-link.hover-reveal a {
  padding-bottom: 80px;
}
div.block-link.hover-reveal a div.text-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
div.block-link.hover-reveal a div.text-content h4 {
  margin-bottom: 0;
}
div.block-link.hover-reveal a div.hidden-info {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
}
div.block-link.hover-reveal a span.next-event {
  display: block;
  color: #a4a4a4;
}
div.block-link.hover-reveal a p {
  font-weight: 700;
  display: block;
  padding: 3px 0 3px 0;
  font-size: 1.05em;
}
div.block-link.hover-reveal a span.icon-date:before, div.block-link.hover-reveal a span.icon-location:before {
  color: #a4a4a4;
}
div.block-link.hover-reveal a:hover div.text-content {
  background-color: #1d1d1d;
}
div.block-link.hover-reveal a:hover div.hidden-info {
  animation: line-fade-in 0.3s linear;
  border-top: 1px solid #3e3e3e;
}

body.touch-enabled div.block-link div.text-content {
  padding-top: 15px;
}
body.touch-enabled div.block-link div.text-content .hidden-info {
  border-top: 0 !important;
}
body.touch-enabled div.block-link a:hover, body.touch-enabled div.block-link a:focus {
  color: #1d1d1d !important;
  background: #ffffff !important;
}
body.touch-enabled div.block-link a:hover div.text-content, body.touch-enabled div.block-link a:focus div.text-content {
  background-color: #ffffff !important;
}
body.touch-enabled div.block-link a:hover span, body.touch-enabled div.block-link a:hover p, body.touch-enabled div.block-link a:focus span, body.touch-enabled div.block-link a:focus p {
  color: #1d1d1d !important;
}
body.touch-enabled div.block-link a:hover .block-btn, body.touch-enabled div.block-link a:focus .block-btn {
  color: #ffffff !important;
}
body.touch-enabled div.block-link a.hovered span {
  color: #1d1d1d !important;
}
body.touch-enabled div.block-link.hover-reveal a {
  padding-bottom: 0;
}
body.touch-enabled div.block-link.hover-reveal p {
  color: #a4a4a4;
}
body.touch-enabled div.block-link.hover-reveal span {
  color: #a4a4a4;
}
body.touch-enabled div.block-link.hover-reveal div.text-content {
  position: relative;
}
body.touch-enabled div.block-link.hover-reveal {
  position: relative;
}
body.touch-enabled div.block-link.hover-reveal div.hidden-info {
  display: block;
  display: none;
  margin-top: 5px;
  margin-bottom: 15px;
}
body.touch-enabled div.block-link .instagram-likes .instagram-likes-no {
  color: #ffffff !important;
}

.feature-link {
  /*=========================
      Breakpoints
  ======================== */
  /*=========================
      Colours
  ======================== */
  /*=========================
     Font styles
  ======================== */
  /*=========================
      Others
  ======================== */
  /* block link inline half */
}
.feature-link div.block-link a {
  min-height: 310px;
}
.feature-link div.block-link a span.link-half-image {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  bottom: 0;
  width: 50%;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.feature-link div.block-link a span.link-half-image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.feature-link div.block-link a div.text-content {
  width: 50%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  padding: 25px 35px;
}
.feature-link div.block-link a div.text-content h2 {
  margin: 0 0 10px 0;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.3;
}
.feature-link div.block-link a div.text-content hr {
  margin: 0 0 15px 0;
}
.feature-link div.block-link a div.text-content p {
  font-weight: 900;
  font-size: 1.2em;
  margin: 3px 0;
}
.feature-link div.block-link a div.text-content span.next-event {
  color: #a4a4a4;
}
.feature-link div.block-link a div.text-content .block-btn {
  position: absolute;
  bottom: 25px;
  left: 30px;
}
.feature-link {
  /* /block link inline half */
}

@keyframes line-fade-in {
  0% {
    border-top: 1px solid #ffffff;
  }
  70% {
    border-top: 1px solid #0b0b0b;
  }
  100% {
    border-top: 1px solid #3e3e3e;
  }
}
/* stacked links */
.stacked-links .block-link {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1189px) {
  .feature-link div.block-link a span.link-half-image {
    width: 35%;
  }
  .feature-link div.block-link a div.text-content {
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  /*=========================
      Breakpoints
  ======================== */
  /*=========================
      Colours
  ======================== */
  /*=========================
     Font styles
  ======================== */
  /*=========================
      Others
  ======================== */
  /* stacked block link */
  div.block-link a {
    min-height: 0;
  }
  div.block-link a span.link-half-image {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  div.block-link a span.link-half-image img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
  div.block-link a div.text-content {
    padding: 17px 16px 22px 16px;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
  div.block-link a div.text-content h2 {
    margin-bottom: 8px;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 1.3;
  }
  div.block-link a div.text-content p {
    font-size: 1em;
  }
  div.block-link a div.text-content hr {
    margin-bottom: 8px;
  }
  div.block-link a div.text-content .block-btn {
    position: relative;
    bottom: auto;
    left: auto;
    clear: both;
    margin-top: 18px;
  }
  /* /stacked block link */
  .feature-link {
    /*=========================
        Breakpoints
    ======================== */
    /*=========================
        Colours
    ======================== */
    /*=========================
       Font styles
    ======================== */
    /*=========================
        Others
    ======================== */
    /* stacked block link */
  }
  .feature-link div.block-link a {
    min-height: 0;
  }
  .feature-link div.block-link a span.link-half-image {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .feature-link div.block-link a span.link-half-image img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
  .feature-link div.block-link a div.text-content {
    padding: 17px 16px 22px 16px;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .feature-link div.block-link a div.text-content h2 {
    margin-bottom: 8px;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 1.3;
  }
  .feature-link div.block-link a div.text-content p {
    font-size: 1em;
  }
  .feature-link div.block-link a div.text-content hr {
    margin-bottom: 8px;
  }
  .feature-link div.block-link a div.text-content .block-btn {
    position: relative;
    bottom: auto;
    left: auto;
    clear: both;
    margin-top: 18px;
  }
  .feature-link {
    /* /stacked block link */
  }
}
@media only screen and (min-width: 1190px) {
  .stacked-links .container .row .col-lg-4:nth-of-type(3n+2) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1189px) {
  .stacked-links .container .row .col-lg-4:nth-of-type(2n+2) {
    clear: both;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.article-section {
  padding: 10px 0 40px 0;
}
.article-section h1 {
  font-size: 2.6em;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 15px;
}
.article-section h2 {
  font-size: 1.3em;
  font-weight: 900;
  color: rgb(85.1, 85.1, 85.1);
}
.article-section p {
  font-size: 1.05em;
  line-height: 1.7;
}
.article-section .news-img {
  margin: 30px 0 15px 0;
}
.article-section blockquote {
  font-size: 1.4em;
  border-bottom: 1px solid rgb(202.25, 202.25, 202.25);
  margin: 0 0 30px 30px;
  padding: 76px 0 40px 0;
}
.article-section blockquote:before {
  top: 20px;
  left: 0;
}
.article-section blockquote cite {
  font-size: 0.7em;
}
.article-section ul {
  list-style: none;
  padding: 12px 0 12px 36px;
  margin: 10px 0;
}
.article-section ul li {
  margin: 8px 0;
}
.article-section ul li:before {
  content: "•";
  margin-left: -22px;
  vertical-align: top;
  line-height: 1;
  float: left;
  font-size: 1.6em;
  color: #E52A2A;
}
.article-section .block-btn.share-btn {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .article-section h1 {
    font-size: 1.8em;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.arrow-container {
  position: relative;
  max-width: 100%;
}

.gallery-container {
  max-width: 100%;
  position: relative;
}

.block-carousel {
  overflow: hidden;
}

.blocks-carousel button.slick-arrow, .gallery-container button.slick-arrow, .testimonial-carousel button.slick-arrow {
  position: absolute;
  top: -50px;
  width: 30px;
  height: 30px;
  border: 0;
  z-index: 20;
  background-repeat: repeat-y;
  background-position: top left;
  background-color: transparent;
  background-color: #E52A2A;
  color: rgb(105.5, 105.5, 105.5);
  color: #202020;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blocks-carousel button.slick-arrow:hover, .gallery-container button.slick-arrow:hover, .testimonial-carousel button.slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #ffffff;
  background-color: rgb(196.0669456067, 23.9330543933, 23.9330543933);
}
.blocks-carousel button.slick-arrow.slick-disabled, .gallery-container button.slick-arrow.slick-disabled, .testimonial-carousel button.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
}
.blocks-carousel button.slick-arrow.slick-disabled:before, .gallery-container button.slick-arrow.slick-disabled:before, .testimonial-carousel button.slick-arrow.slick-disabled:before {
  color: rgb(189.5, 189.5, 189.5);
}
.blocks-carousel button.slick-arrow.slick-disabled:hover, .gallery-container button.slick-arrow.slick-disabled:hover, .testimonial-carousel button.slick-arrow.slick-disabled:hover {
  cursor: auto;
}
.blocks-carousel button.slick-arrow:before, .gallery-container button.slick-arrow:before, .testimonial-carousel button.slick-arrow:before {
  font-family: "red-eye";
  display: block;
  font-size: 14px;
  padding: 0;
  width: 100%;
  height: 30px;
  color: #ffffff;
  line-height: 27px;
}
.blocks-carousel button.slick-arrow.slick-prev, .gallery-container button.slick-arrow.slick-prev, .testimonial-carousel button.slick-arrow.slick-prev {
  right: 50px;
}
.blocks-carousel button.slick-arrow.slick-prev:before, .gallery-container button.slick-arrow.slick-prev:before, .testimonial-carousel button.slick-arrow.slick-prev:before {
  content: "\e00e";
}
.blocks-carousel button.slick-arrow.slick-next, .gallery-container button.slick-arrow.slick-next, .testimonial-carousel button.slick-arrow.slick-next {
  right: 16px;
}
.blocks-carousel button.slick-arrow.slick-next:before, .gallery-container button.slick-arrow.slick-next:before, .testimonial-carousel button.slick-arrow.slick-next:before {
  content: "\e002";
}
.blocks-carousel button.slick-arrow:focus, .gallery-container button.slick-arrow:focus, .testimonial-carousel button.slick-arrow:focus {
  outline: 0;
}
.blocks-carousel button.slick-arrow:hover, .gallery-container button.slick-arrow:hover, .testimonial-carousel button.slick-arrow:hover {
  background-color: rgb(196.0669456067, 23.9330543933, 23.9330543933);
}
.blocks-carousel .slick-list, .gallery-container .slick-list, .testimonial-carousel .slick-list {
  overflow: visible;
  /*overflow-x:scroll;
  overflow-y:scroll;
  -webkit-overflow-scrolling: touch;*/
}
.blocks-carousel, .gallery-container, .testimonial-carousel {
  /* touch fix */
}
.blocks-carousel div.block-link, .gallery-container div.block-link, .testimonial-carousel div.block-link {
  float: left;
  padding: 0 16px;
}

.blocks-carousel {
  position: relative;
}
.blocks-carousel .slick-list {
  overflow: hidden;
}

.testimonial-carousel button.slick-arrow.slick-next {
  right: 0;
}
.testimonial-carousel button.slick-arrow.slick-prev {
  right: 34px;
}

/* touch fix */
body.touch-enabled section.block-carousel-section {
  padding-bottom: 30px;
}

section.block-carousel-section {
  margin: 15px 0 20px 0;
  clear: both;
  display: inline-block;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  section.block-carousel-section.non-touch-carousel {
    overflow-x: hidden;
  }
  .touch-enabled section.block-carousel-section {
    padding-bottom: 0px !important;
  }
  .touch-enabled section.block-carousel-section .arrow-container {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.blocks-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-start;
}
.blocks-grid .block-link {
  display: flex;
  width: 100%;
  padding: 0 !important;
}
.blocks-grid .block-link + .block-link {
  margin-top: 30px;
}

@media only screen and (min-width: 650px) and (max-width: 999px) {
  .blocks-grid .block-link {
    width: 47.5%;
  }
  .blocks-grid .block-link + .block-link {
    margin-top: 0;
    margin-left: 5%;
  }
  .blocks-grid .block-link:nth-child(n+3) {
    margin-top: 30px;
  }
  .blocks-grid .block-link:nth-child(2n+3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .blocks-grid .block-link {
    width: 32%;
  }
  .blocks-grid .block-link + .block-link {
    margin-left: 2%;
    margin-top: 0;
  }
  .blocks-grid .block-link:nth-child(3n+4) {
    margin-left: 0;
  }
  .blocks-grid .block-link:nth-child(n+4) {
    margin-top: 30px;
  }
}
.blocks-carousel-wrapper {
  width: auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  /*.slick-arrow {
      display:none!important;
  }*/
  .blocks-carousel .slick-dots {
    display: none !important;
  }
  .gallery-container button.slick-arrow {
    display: none !important;
  }
}
/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.contact-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 35px 40px 35px;
  display: inline-block;
  width: 100%;
}
.contact-box label {
  clear: both;
  font-weight: 700;
  padding-bottom: 6px;
  display: block;
  font-size: 1.05em;
}
.contact-box label span {
  color: #a4a4a4;
  font-size: 0.85em;
  font-weight: normal;
}
.contact-box .umbraco-forms-hidden {
  display: none;
}
.contact-box .form-box {
  display: flex;
}
.contact-box .form-field {
  padding: 12px 0 12px 0;
}
.contact-box .form-field.half-width {
  float: left;
  width: 50%;
  padding-right: 12px;
}
.contact-box .form-field.half-width.field-right {
  padding-left: 12px;
  padding-right: 0;
}
.contact-box .form-field.half-width.field-right:after {
  clear: both;
  content: " ";
  display: block;
}
.contact-box .form-group,
.contact-box .umbraco-forms-field,
.contact-box .umbraco-forms-navigation {
  margin-top: 30px;
}
.contact-box .block-btn {
  margin-top: 20px;
  display: inline-block;
}
.contact-box fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.contact-box textarea {
  height: 120px;
}
.contact-box input[type=text],
.contact-box input[type=email],
.contact-box input[type=tel],
.contact-box textarea,
.contact-box select {
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 12px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-box input[type=text].input-validation-error,
.contact-box input[type=email].input-validation-error,
.contact-box input[type=tel].input-validation-error,
.contact-box textarea.input-validation-error,
.contact-box select.input-validation-error {
  background-color: #ffd7d7;
  border: 1px solid #e52a2a;
}
.contact-box input[type=text]:focus,
.contact-box input[type=email]:focus,
.contact-box input[type=tel]:focus,
.contact-box textarea:focus,
.contact-box select:focus {
  outline: 0;
  border: 1px solid rgb(176.75, 176.75, 176.75);
}
.contact-box input[type=text].error:focus,
.contact-box input[type=email].error:focus,
.contact-box input[type=tel].error:focus,
.contact-box textarea.error:focus,
.contact-box select.error:focus {
  border: 1px solid #e52a2a;
}
.contact-box input[type=checkbox] {
  margin-right: 5px;
}
.contact-box span.field-validation-error {
  position: absolute;
  font-size: 0.8em;
  color: #E52A2A;
  margin-top: 4px;
}
.contact-box select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.contact-box select:before {
  font-family: "red-eye";
  content: "\e004";
  color: #E52A2A;
}

.contact-number a {
  color: #1d1d1d;
  text-decoration: none;
}

/* modal popup */
#enquiry-modal {
  max-width: 600px;
  margin: 20px auto;
  position: relative;
}

.mfp-content #enquiry-modal {
  display: block;
}

.contact-address {
  padding-top: 30px;
}

button.mfp-close {
  background-color: #eaeaea;
  color: #202020 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.mfp-close:active {
  top: 0;
}

/* grid form */
.grid-contact {
  background-color: inherit;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.grid-contact input[type=text],
.grid-contact input[type=email],
.grid-contact input[type=tel],
.grid-contact textarea,
.grid-contact select {
  background-color: #e6e6e6;
}
.grid-contact .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.grid-contact .col-md-6:first-child {
  padding-left: 0;
}
.grid-contact .col-md-6:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .grid-contact .col-md-6:last-child .checkbox {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-box {
    padding: 20px 20px 30px 20px;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

/*=========================
    Breakpoints
======================== */
/*=========================
    Colours
======================== */
/*=========================
   Font styles
======================== */
/*=========================
    Others
======================== */
.testimonials-single {
  padding-top: 20px;
}

.testimonial {
  width: 100%;
  padding: 75px 25px 45px 25px;
  position: relative;
  text-align: center;
  background: #ffffff;
}
.testimonial:focus {
  outline: 0;
}
.testimonial:before {
  font-family: "red-eye";
  content: "\e006";
  position: absolute;
  top: 15px;
  left: 50%;
  color: rgb(202.25, 202.25, 202.25);
  font-size: 40px;
  margin-left: -23px;
}
.testimonial p {
  font-size: 1em;
}
.testimonial img.testimonial-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 60px;
  border: 4px solid rgb(227.75, 227.75, 227.75);
  margin: 5px 0 0 0;
  display: inline-block;
}
.testimonial blockquote {
  text-align: center;
  margin: 0;
}
.testimonial blockquote cite {
  text-align: center;
  display: block;
  margin: 20px 0 0 0;
}
.testimonial blockquote cite span {
  display: block;
  font-style: normal;
  color: #a4a4a4;
  font-size: 0.9em;
  padding-top: 6px;
}

.grid-sizer, .testimonial-container {
  width: 50%;
}

.grid-sizer {
  height: 0;
}

.testimonial-container {
  padding: 16px;
}

.testimonial-carousel {
  position: relative;
  clear: both;
  margin-bottom: 40px;
}
.testimonial-carousel .slick-list {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
}
.testimonial-carousel .slick-list {
  overflow-x: hidden;
  overflow-y: visible;
}
.testimonial-carousel .slick-dots {
  bottom: 14px;
}
.testimonial-carousel .testimonial {
  padding: 75px 130px 75px 130px;
}
.testimonial-carousel .testimonial p {
  font-size: 1.5em;
}

@media only screen and (max-width: 1189px) {
  .testimonial-carousel .testimonial {
    padding: 75px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-carousel .testimonial {
    padding: 75px 50px;
  }
  .grid-sizer, .testimonial-container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-carousel .testimonial {
    padding: 75px 25px;
    font-size: 0.9em;
  }
}