@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Block styles
   2.	Ribbons
   3. Call out message
   4. Gallery
   - - - - - - - - -
*/
.carousel-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden; }

/* end fix */
.owl-nav {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  right: 30px;
  color: white; }

.owl-dots {
  display: none; }

.owl-nav i {
  font-size: 22px; }

.owl-next {
  margin-left: 5px; }

#stickyControls {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 99; }

/* 1.	Block styles */
.mix .match {
  margin-bottom: 0px !important; }

.mix {
  background: white;
  border: 1px solid #bfbebe;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .mix .propImages, .mix .propText {
    float: left;
    text-align: left;
    position: relative; }
  .mix .propImages {
    width: 40%; }
    .mix .propImages img.fill {
      width: 100%;
      /* image box size as % of container, see step 1 */
      height: 200px;
      /* image box size as % of container, see step 1 */
      object-fit: cover;
      /* matching of image pixels to image box, see step 2 */ }
  .mix .propText {
    width: 60%;
    padding: 1rem 1rem 0rem 1rem; }
  .mix h5 {
    font-size: .85rem;
    line-height: 1rem;
    margin-top: 0px; }
  .mix .btn {
    font-size: .7rem;
    line-height: 1rem;
    margin-bottom: .55rem;
    margin-top: .6rem; }
  .mix p {
    font-size: .83rem;
    line-height: .96rem;
    margin-bottom: 0px; }
    .mix p br {
      display: block;
      line-height: 19px; }
  .mix .bt-play {
    display: none; }
  .mix .bt-play.showplaybutton {
    display: block; }

/* Smartphones (portrait and landscape) ————— */
@media only screen and (min-width: 320px) and (max-width: 1250px) {
  .propImages {
    width: 100% !important; }
    .propImages img.fill {
      height: 250px !important;
      /* image box size as % of container, see step 1 */ }
  .propText {
    width: 100% !important;
    padding: 1rem 1rem 0.4rem 1rem !important; }
    .propText p {
      line-height: 1.3em; }
      .propText p br {
        line-height: 20px !important; } }

.mix:hover {
  -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.2); }

.selectPropertiesWrap {
  margin-top: 1rem; }

/* Controls
---------------------------------------------------------------------- */
.controls {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center; }

.controls ul.mixituplinks {
  padding-left: 0px; }

.controls ul.mixituplinks li {
  display: inline !important;
  list-style: none;
  margin-left: 0rem;
  padding: .4rem .8rem .38rem .8rem;
  transition: all 0.07s linear;
  background: #303030;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  position: relative; }

.controls ul.mixituplinks li:hover {
  cursor: pointer;
  background: #e1251b; }

.controls ul.mixituplinks li.mixitup-control-active {
  background: #e1251b; }

.controls ul.mixituplinks li.mixitup-control-active:after {
  top: 95%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #e1251b;
  border-width: 5px;
  margin-left: -5px; }

/* 2.	Ribbons */
.callout {
  position: absolute;
  z-index: 2;
  background-color: #e1251b;
  color: white;
  padding: .2rem .5rem .22rem .5rem;
  left: -50px;
  top: 35px;
  width: 200px;
  transform: rotate(-45deg);
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: 'Geometric415W01-Medium';
  font-size: 10px;
  text-transform: uppercase;
  text-align: center; }

.callout.green {
  background-color: #2f954c; }

/* 3. Call out message */
.CallOutMessage {
  border: 1px solid #bfbebe;
  text-transform: uppercase;
  background-color: #f7f7f7;
  font-weight: 700;
  margin-top: .75rem;
  padding: .75rem; }

/* 4. Gallery */
.propImages.scroll-video {
  margin-bottom: 0px !important; }
  .propImages.scroll-video .botControls {
    width: 80px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.62) 94%, rgba(0, 0, 0, 0.65) 99%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.62) 94%, rgba(0, 0, 0, 0.65) 99%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.62) 94%, rgba(0, 0, 0, 0.65) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); }

.enlargePic {
  width: 15px !important;
  height: 15px;
  position: absolute;
  right: 6px;
  bottom: 7px; }
