/* @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 */
.wow {
  opacity: 0;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .BGtextContentRight,
  .BGtextContentLeft {
    padding: 1rem;
  }
  .textContentRight,
  .textContentLeft {
    padding: 1rem 0;
  }
}
.centre,
.CentreTitle {
  text-align: center!important;
}
span.CentreTitle,
span.CentreAll {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.CentreAll {
  text-align: center;
}
/* 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 */
#scrollUp {
  bottom: 10px;
  right: 14px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #555553;
  font-size: 2em;
  z-index: 5!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #scrollUp {
    display: none!important;
  }
}
.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 h1 {
  border-bottom-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;
}
/* @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%;
  }
}
/*# sourceMappingURL=ScrollPage.css.map */