/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
.cc_banner-wrapper {
  z-index: 999999999999!important;
}
.cc_container {
  background: #000000 !important;
  font-size: 14px!important;
  font-family: 'Deck Reg' !important;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #000000 !important;
  background-color: white!important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.wow {
  opacity: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* @group Full height */
.FullHeight {
  margin-top: 0px!important;
  padding: 0px!important;
  height: 100vh;
  min-height: 100%;
}
.FullHeight .vertCenter {
  position: relative;
  top: 36%;
  transform: translateY(-36%);
}
.FullHeight .flickerplate {
  height: 100vh!important;
}
.FullHeight h1 {
  padding-top: 0px!important;
}
.vertMiddle {
  background: rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 8;
  transition: all 0.1s linear;
  color: white;
}
.vertMiddle .vertMiddleContent {
  position: relative;
  z-index: 99999999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .vertMiddleContent {
    top: 44%!important;
  }
}
/* @end */
/* @group Video Section */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* @end */
/* @group Background video */
.FirstBlock.video-section {
  z-index: 99999;
}
.FirstBlock.video-section.FullHeight .vertCenter {
  top: 46%!important;
  transform: translateY(-46%) !important;
}
.mb_YTPBar {
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -webkit-opacity: 0.5 !important;
  opacity: 0.5 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important;
  filter: alpha(opacity=50) !important;
}
.mb_YTPBar:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.mb_YTPBar .mb_YTPseekbar {
  background: white!important;
}
.mb_YTPBar span.mb_YTPTime {
  font-family: 'Deck Reg' !important;
  font-size: 11px!important;
}
/* @end */
.centre,
.CentreTitle {
  text-align: center!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .insetimage {
    margin-bottom: 1rem;
  }
  .insetimageLeft {
    margin-right: 0.75rem;
    margin-bottom: 0.1rem;
    margin-top: 0.3rem;
    width: 125px!important;
    height: auto;
  }
  .insetimageRight {
    margin-left: 0.75rem;
    margin-bottom: 0.1rem;
    margin-top: 0.3rem;
    width: 125px!important;
    height: auto;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .insetimage {
    margin-bottom: 1rem;
  }
}
/* @end */
.eager-lead-box {
  z-index: 9999999999!important;
}
#scrollUp {
  bottom: 0px;
  right: 0px;
  padding: .10em .4em .15em;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000000;
  font-size: 2.2em;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* Large screens ----------- */
@media only screen and (min-width: 1224px) {
  section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    overflow-x: hidden!important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  section {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    overflow-x: hidden!important;
  }
  .eager-lead-box {
    border-top: 1px solid #000000 !important;
  }
  .Tight {
    padding-top: .4rem!important;
    padding-bottom: .4rem!important;
  }
  .TightTop {
    padding-top: .4rem!important;
  }
  .TightBottom {
    padding-bottom: .4rem!important;
  }
}
.Flush {
  margin-top: 0px;
  padding-top: 0px;
}
.BleedImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  border-bottom: none;
  background-attachment: fixed;
  min-height: 400px;
}
.InvertText {
  color: white;
}
.InvertText a,
.InvertText .slick-dots li button:before,
.InvertText .slick-prev:before,
.InvertText .slick-next:before {
  color: white!important;
}
.InvertText .btn {
  background-color: white;
  color: white!important;
}
.InvertText .btn:hover {
  background-color: transparent!important;
  color: white!important;
}
.InvertText .btn-default:before {
  background-color: white;
}
.InvertText p,
.InvertText h1,
.InvertText h2,
.InvertText h3,
.InvertText h4,
.InvertText h5,
.InvertText h6,
.InvertText li {
  color: white;
}
.InvertText .img-thumbnail {
  border: white;
}
.nopad {
  padding: 0px!important;
}
.Tight {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.TightTop {
  padding-top: 1.1rem;
}
.TightBottom {
  padding-bottom: 1.1rem;
}
.Air {
  height: 1rem;
  display: block;
  clear: both;
}
.AirLg {
  height: 2rem;
  display: block;
  clear: both;
}
/* @group Vertically align */
.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  /* Align the flex-items vertically */
  justify-content: center;
  /* Optional, to align inner flex-items 
 	                            horizontally within the column  */
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .vertical-align {
    display: block;
  }
}
/* @end */
/* @group swipebox */
.ScrollPage #swipebox-overlay {
  background-color: white!important;
  z-index: 9999999999999!important;
}
.lightboxThumb {
  padding: 0;
  list-style: none;
}
.lightboxThumb li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}
.lightboxThumb li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #000;
  background: white;
  padding: 0 0 5px 8px;
  font-size: 130%;
}
.lightboxThumbMAP {
  padding: 0;
  list-style: none;
}
.lightboxThumbMAP li {
  display: block;
  width: 100%;
  position: relative;
}
.lightboxThumbMAP li i {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 30px;
  color: white;
  padding: 10px 12px 9px 15px;
  font-size: 270%;
  background: rgba(0, 0, 0, 0.4);
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .lightboxThumbMAP li i {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 30px;
    color: white;
    padding: 0 0 5px 8px;
    font-size: 120%;
  }
}
