/*
Site Name:
Author:
*/
/*--------------------------------------------------------------
1.0 preset
--------------------------------------------------------------*/
/* Font Colors */
/* Background Colors */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_-hzsdfr1q3.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon_-hzr1sdfq3.woff") format("woff"), url("../fonts/icomoon_-hzr1q3.ttf") format("truetype"), url("../fonts/icomoon_-hzr1qsdfs3-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
[class^="c-icon-"], [class*=" c-icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-hairdresser:before {
  content: "\e60c";
}

/* line 30, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-hot:before {
  content: "\e60d";
}

/* line 33, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-shower:before {
  content: "\e60e";
}

/* line 36, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-telephone:before {
  content: "\e60f";
}

/* line 39, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-wifi:before {
  content: "\e611";
}

/* line 42, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-wiping:before {
  content: "\e612";
}

/* line 45, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-rooms:before {
  content: "\e610";
}

/* line 48, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-close:before {
  content: "\e60a";
}

/* line 51, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-menu:before {
  content: "\e60b";
}

/* line 54, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-cal-text:before {
  content: "\e609";
}

/* line 57, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-arrow-thin-left:before {
  content: "\e607";
}

/* line 60, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-arrow-thin-right:before {
  content: "\e608";
}

/* line 63, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-NA:before {
  content: "\e606";
}

/* line 66, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-mark:before {
  content: "\e605";
}

/* line 69, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-plus:before {
  content: "\e600";
}

/* line 72, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-down:before {
  content: "\e601";
}

/* line 75, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-left:before {
  content: "\e602";
}

/* line 78, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-minus:before {
  content: "\e603";
}

/* line 81, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-right:before {
  content: "\e604";
}

/* line 84, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_fonts.scss */
.c-icon-shower2:before {
  content: "\e614";
}

/* line 2, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible!important;
}

@keyframes slideDown {
  /* line 13, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateY(-100%);
  }

  /* line 17, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: translateY(8%);
  }

  /* line 21, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    transform: translateY(-4%);
  }

  /* line 25, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: translateY(4%);
  }

  /* line 29, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    transform: translateY(-2%);
  }

  /* line 33, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideDown {
  /* line 39, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateY(-100%);
  }

  /* line 43, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: translateY(8%);
  }

  /* line 47, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    -webkit-transform: translateY(-4%);
  }

  /* line 51, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: translateY(4%);
  }

  /* line 55, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    -webkit-transform: translateY(-2%);
  }

  /* line 59, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

/* line 64, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible!important;
}

@keyframes slideUp {
  /* line 75, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateY(100%);
  }

  /* line 79, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: translateY(-8%);
  }

  /* line 83, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    transform: translateY(4%);
  }

  /* line 87, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: translateY(-4%);
  }

  /* line 91, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    transform: translateY(2%);
  }

  /* line 95, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  /* line 101, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateY(100%);
  }

  /* line 105, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: translateY(-8%);
  }

  /* line 109, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    -webkit-transform: translateY(4%);
  }

  /* line 113, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: translateY(-4%);
  }

  /* line 117, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    -webkit-transform: translateY(2%);
  }

  /* line 121, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

/* line 126, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}

@keyframes slideLeft {
  /* line 137, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateX(150%);
  }

  /* line 141, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: translateX(-8%);
  }

  /* line 145, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    transform: translateX(4%);
  }

  /* line 149, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: translateX(-4%);
  }

  /* line 153, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    transform: translateX(2%);
  }

  /* line 157, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideLeft {
  /* line 163, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateX(150%);
  }

  /* line 167, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: translateX(-8%);
  }

  /* line 171, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    -webkit-transform: translateX(4%);
  }

  /* line 175, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: translateX(-4%);
  }

  /* line 179, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    -webkit-transform: translateX(2%);
  }

  /* line 183, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

/* line 188, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}

@keyframes slideRight {
  /* line 199, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateX(-150%);
  }

  /* line 203, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: translateX(8%);
  }

  /* line 207, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    transform: translateX(-4%);
  }

  /* line 211, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: translateX(4%);
  }

  /* line 215, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    transform: translateX(-2%);
  }

  /* line 219, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideRight {
  /* line 225, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateX(-150%);
  }

  /* line 229, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: translateX(8%);
  }

  /* line 233, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    -webkit-transform: translateX(-4%);
  }

  /* line 237, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: translateX(4%);
  }

  /* line 241, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  95% {
    -webkit-transform: translateX(-2%);
  }

  /* line 245, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

/* line 250, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible!important;
}

@keyframes slideExpandUp {
  /* line 261, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateY(100%) scaleX(0.5);
  }

  /* line 265, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }

  /* line 269, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    transform: translateY(2%) scaleX(0.5);
  }

  /* line 273, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: translateY(0) scaleX(1.1);
  }

  /* line 277, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    transform: translateY(0) scaleX(0.9);
  }

  /* line 281, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  70% {
    transform: translateY(0) scaleX(1.05);
  }

  /* line 285, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: translateY(0) scaleX(0.95);
  }

  /* line 289, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    transform: translateY(0) scaleX(1.02);
  }

  /* line 293, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateY(0) scaleX(1);
  }
}

@-webkit-keyframes slideExpandUp {
  /* line 299, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
  }

  /* line 303, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
  }

  /* line 307, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
  }

  /* line 311, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: translateY(0) scaleX(1.1);
  }

  /* line 315, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    -webkit-transform: translateY(0) scaleX(0.9);
  }

  /* line 319, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  70% {
    -webkit-transform: translateY(0) scaleX(1.05);
  }

  /* line 323, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: translateY(0) scaleX(0.95);
  }

  /* line 327, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    -webkit-transform: translateY(0) scaleX(1.02);
  }

  /* line 331, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateY(0) scaleX(1);
  }
}

/* line 336, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: .7s;
  -webkit-animation-duration: .7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible!important;
}

@keyframes expandUp {
  /* line 347, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }

  /* line 351, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }

  /* line 355, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  75% {
    transform: translateY(3%);
  }

  /* line 359, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateY(0) scale(1) scaleY(1);
  }
}

@-webkit-keyframes expandUp {
  /* line 365, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }

  /* line 369, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }

  /* line 373, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  75% {
    -webkit-transform: translateY(3%);
  }

  /* line 377, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateY(0) scale(1) scaleY(1);
  }
}

/* line 382, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}

@keyframes fadeIn {
  /* line 393, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scale(0);
    opacity: 0;
  }

  /* line 398, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    transform: scale(1.1);
  }

  /* line 402, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: scale(0.9);
    opacity: 1;
  }

  /* line 407, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* line 414, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  /* line 419, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    -webkit-transform: scale(1.1);
  }

  /* line 423, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }

  /* line 428, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

/* line 434, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible!important;
}

@keyframes expandOpen {
  /* line 445, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scale(1.8);
  }

  /* line 449, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: scale(0.95);
  }

  /* line 453, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: scale(1.05);
  }

  /* line 457, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    transform: scale(0.98);
  }

  /* line 461, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes expandOpen {
  /* line 467, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scale(1.8);
  }

  /* line 471, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: scale(0.95);
  }

  /* line 475, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: scale(1.05);
  }

  /* line 479, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    -webkit-transform: scale(0.98);
  }

  /* line 483, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

/* line 488, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible!important;
}

@keyframes bigEntrance {
  /* line 499, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2;
  }

  /* line 504, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  /* line 509, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 514, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 519, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 524, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 529, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scale(1) rotate(0deg) translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes bigEntrance {
  /* line 536, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2;
  }

  /* line 541, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  /* line 546, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 551, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 556, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 561, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0) translateY(0);
    opacity: 1;
  }

  /* line 566, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0);
    opacity: 1;
  }
}

/* line 572, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible!important;
}

@keyframes hatch {
  /* line 586, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }

  /* line 590, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }

  /* line 594, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  35% {
    transform: rotate(2deg) scaleY(1);
  }

  /* line 598, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: rotate(-2deg);
  }

  /* line 602, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    transform: rotate(1deg);
  }

  /* line 606, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: rotate(-1deg);
  }

  /* line 610, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes hatch {
  /* line 616, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }

  /* line 620, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }

  /* line 624, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }

  /* line 628, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: rotate(-2deg);
  }

  /* line 632, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  65% {
    -webkit-transform: rotate(1deg);
  }

  /* line 636, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: rotate(-1deg);
  }

  /* line 640, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}

/* line 645, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  /* line 658, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateY(0) scaleY(0.6);
  }

  /* line 662, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }

  /* line 666, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  70% {
    transform: translateY(0) scaleY(0.95) scaleX(1.05);
  }

  /* line 670, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: translateY(0) scaleY(1.05) scaleX(1);
  }

  /* line 674, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    transform: translateY(0) scaleY(0.95) scaleX(1);
  }

  /* line 678, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes bounce {
  /* line 684, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateY(0) scaleY(0.6);
  }

  /* line 688, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }

  /* line 692, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  70% {
    -webkit-transform: translateY(0) scaleY(0.95) scaleX(1.05);
  }

  /* line 696, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: translateY(0) scaleY(1.05) scaleX(1);
  }

  /* line 700, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  90% {
    -webkit-transform: translateY(0) scaleY(0.95) scaleX(1);
  }

  /* line 704, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
  }
}

/* line 709, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  /* line 719, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scale(0.95);
    opacity: .7;
  }

  /* line 724, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: scale(1);
    opacity: 1;
  }

  /* line 729, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scale(0.95);
    opacity: .7;
  }
}

@-webkit-keyframes pulse {
  /* line 736, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scale(0.95);
    opacity: .7;
  }

  /* line 741, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  /* line 746, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scale(0.95);
    opacity: .7;
  }
}

/* line 752, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  /* line 762, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateY(0);
  }

  /* line 766, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: translateY(8%);
  }

  /* line 770, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes floating {
  /* line 776, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 780, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: translateY(8%);
  }

  /* line 784, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

/* line 789, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  /* line 799, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: rotate(-4deg);
  }

  /* line 803, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    transform: rotate(4deg);
  }

  /* line 807, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes tossing {
  /* line 813, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: rotate(-4deg);
  }

  /* line 817, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  50% {
    -webkit-transform: rotate(4deg);
  }

  /* line 821, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: rotate(-4deg);
  }
}

/* line 826, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
  /* line 839, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scaleY(0.1);
  }

  /* line 843, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    transform: scaleY(1.02);
  }

  /* line 847, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    transform: scaleY(0.98);
  }

  /* line 851, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: scaleY(1.01);
  }

  /* line 855, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullUp {
  /* line 861, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scaleY(0.1);
  }

  /* line 865, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    -webkit-transform: scaleY(1.02);
  }

  /* line 869, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    -webkit-transform: scaleY(0.98);
  }

  /* line 873, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: scaleY(1.01);
  }

  /* line 877, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scaleY(1);
  }
}

/* line 882, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}

@keyframes pullDown {
  /* line 895, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scaleY(0.1);
  }

  /* line 899, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    transform: scaleY(1.02);
  }

  /* line 903, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    transform: scaleY(0.98);
  }

  /* line 907, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: scaleY(1.01);
  }

  /* line 911, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullDown {
  /* line 917, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scaleY(0.1);
  }

  /* line 921, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    -webkit-transform: scaleY(1.02);
  }

  /* line 925, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    -webkit-transform: scaleY(0.98);
  }

  /* line 929, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: scaleY(1.01);
  }

  /* line 933, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scaleY(1);
  }
}

/* line 938, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}

@keyframes stretchLeft {
  /* line 951, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scaleX(0.3);
  }

  /* line 955, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    transform: scaleX(1.02);
  }

  /* line 959, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    transform: scaleX(0.98);
  }

  /* line 963, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: scaleX(1.01);
  }

  /* line 967, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretchLeft {
  /* line 973, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scaleX(0.3);
  }

  /* line 977, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    -webkit-transform: scaleX(1.02);
  }

  /* line 981, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    -webkit-transform: scaleX(0.98);
  }

  /* line 985, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: scaleX(1.01);
  }

  /* line 989, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scaleX(1);
  }
}

/* line 994, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@keyframes stretchRight {
  /* line 1007, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: scaleX(0.3);
  }

  /* line 1011, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    transform: scaleX(1.02);
  }

  /* line 1015, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    transform: scaleX(0.98);
  }

  /* line 1019, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    transform: scaleX(1.01);
  }

  /* line 1023, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretchRight {
  /* line 1029, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: scaleX(0.3);
  }

  /* line 1033, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  40% {
    -webkit-transform: scaleX(1.02);
  }

  /* line 1037, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,60% {
    -webkit-transform: scaleX(0.98);
  }

  /* line 1041, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  80% {
    -webkit-transform: scaleX(1.01);
  }

  /* line 1045, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: scaleX(1);
  }
}

/* line 1050, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 1063, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  /* line 1072, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
  }

  /* line 1076, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  /* line 1082, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  /* line 1087, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  /* line 1094, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  /* line 1099, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  /* line 1106, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  /* line 1111, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  /* line 1118, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 1123, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1129, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  /* line 1137, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 1142, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  /* line 1149, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  /* line 1154, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  /* line 1161, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  /* line 1166, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  /* line 1173, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  /* line 1178, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1184, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  /* line 1192, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 1197, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  /* line 1204, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  /* line 1209, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  /* line 1216, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  /* line 1221, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  /* line 1228, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  /* line 1233, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1239, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  /* line 1247, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  /* line 1252, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  /* line 1259, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  /* line 1264, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  /* line 1271, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  /* line 1276, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  /* line 1283, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 1288, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1294, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  /* line 1302, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 1307, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  /* line 1314, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  /* line 1319, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  /* line 1326, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  /* line 1331, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  /* line 1338, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 1343, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1349, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  /* line 1357, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 1362, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  /* line 1369, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  /* line 1374, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  /* line 1381, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  /* line 1386, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  /* line 1393, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 1398, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1404, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  /* line 1412, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 1417, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  /* line 1424, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  /* line 1429, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  /* line 1436, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  /* line 1441, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  /* line 1448, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 1453, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1459, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  /* line 1467, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 1472, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  /* line 1479, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  /* line 1484, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  /* line 1491, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  /* line 1496, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  /* line 1503, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 1508, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1514, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  /* line 1522, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }

  /* line 1526, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  /* line 1532, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }

  /* line 1536, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  /* line 1542, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }

  /* line 1546, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 1552, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }

  /* line 1556, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
  }
}

/* line 1561, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  /* line 1569, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 1574, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  /* line 1581, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 1586, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  /* line 1593, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 1598, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  /* line 1605, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1610, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* line 1616, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  /* line 1624, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 1629, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  /* line 1636, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 1641, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  /* line 1648, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 1653, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  /* line 1660, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1665, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* line 1671, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  /* line 1679, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 1684, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  /* line 1691, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 1696, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  /* line 1703, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 1708, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  /* line 1715, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1720, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

/* line 1726, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  /* line 1734, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 1739, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  /* line 1746, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 1751, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  /* line 1758, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 1763, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  /* line 1770, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1775, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

/* line 1781, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  /* line 1789, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 1794, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  /* line 1801, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 1806, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  /* line 1813, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 1818, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  /* line 1825, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1830, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 1836, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  /* line 1844, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 1849, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  /* line 1856, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 1861, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  /* line 1868, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 1873, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  /* line 1880, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1885, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

/* line 1891, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 1899, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 1904, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  /* line 1911, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 1916, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  /* line 1923, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 1928, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  /* line 1935, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1940, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 1946, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  /* line 1954, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 1959, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  /* line 1966, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 1971, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  /* line 1978, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 1983, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  /* line 1990, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1995, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 2001, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes slideInDown {
  /* line 2009, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 2014, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideInDown {
  /* line 2020, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  /* line 2025, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes slideInDown {
  /* line 2031, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  /* line 2036, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes slideInDown {
  /* line 2042, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 2047, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateY(0);
  }
}

/* line 2052, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  /* line 2060, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  /* line 2065, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  /* line 2071, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  /* line 2076, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInLeft {
  /* line 2082, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-100%);
  }

  /* line 2087, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInLeft {
  /* line 2093, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  /* line 2098, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateX(0);
  }
}

/* line 2103, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  /* line 2111, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  /* line 2116, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  /* line 2122, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  /* line 2127, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInRight {
  /* line 2133, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(100%);
  }

  /* line 2138, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInRight {
  /* line 2144, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  /* line 2149, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    transform: translateX(0);
  }
}

/* line 2154, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutUp {
  /* line 2162, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 2166, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes slideOutUp {
  /* line 2173, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: translateY(0);
  }

  /* line 2177, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes slideOutUp {
  /* line 2184, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -o-transform: translateY(0);
  }

  /* line 2188, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  /* line 2195, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateY(0);
  }

  /* line 2199, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 2205, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideOutLeft {
  /* line 2213, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 2217, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes slideOutLeft {
  /* line 2224, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: translateX(0);
  }

  /* line 2228, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes slideOutLeft {
  /* line 2235, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -o-transform: translateX(0);
  }

  /* line 2239, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  /* line 2246, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateX(0);
  }

  /* line 2250, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 2256, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  /* line 2264, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 2268, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes slideOutRight {
  /* line 2275, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: translateX(0);
  }

  /* line 2279, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes slideOutRight {
  /* line 2286, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -o-transform: translateX(0);
  }

  /* line 2290, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  /* line 2297, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    transform: translateX(0);
  }

  /* line 2301, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 2307, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes moveFromLeft {
  /* line 2315, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -webkit-transform: translateX(-100%);
  }

  /* line 2319, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes moveFromLeft {
  /* line 2325, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -moz-transform: translateX(-100%);
  }

  /* line 2329, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes moveFromLeft {
  /* line 2335, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateX(-100%);
  }

  /* line 2339, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateX(0);
  }
}

@-o-keyframes moveFromLeft {
  /* line 2345, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateX(-100%);
  }

  /* line 2349, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateX(0);
  }
}

@keyframes moveFromLeft {
  /* line 2355, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateX(-100%);
  }

  /* line 2359, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateX(0);
  }
}

/* line 2364, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.moveFromLeft {
  -webkit-animation: moveFromLeft 400ms ease;
  -moz-animation: moveFromLeft 400ms ease;
  -ms-animation: moveFromLeft 400ms ease;
  -o-animation: moveFromLeft 400ms ease;
  animation: moveFromLeft 400ms ease;
}

@-webkit-keyframes moveFromRight {
  /* line 2373, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -webkit-transform: translateX(100%);
  }

  /* line 2377, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes moveFromRight {
  /* line 2383, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -moz-transform: translateX(100%);
  }

  /* line 2387, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes moveFromRight {
  /* line 2393, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateX(100%);
  }

  /* line 2397, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateX(0);
  }
}

@-o-keyframes moveFromRight {
  /* line 2403, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateX(100%);
  }

  /* line 2407, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateX(0);
  }
}

@keyframes moveFromRight {
  /* line 2413, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateX(100%);
  }

  /* line 2417, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateX(0);
  }
}

/* line 2422, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.moveFromRight {
  -webkit-animation: moveFromRight 400ms ease;
  -moz-animation: moveFromRight 400ms ease;
  -ms-animation: moveFromRight 400ms ease;
  -o-animation: moveFromRight 400ms ease;
  animation: moveFromRight 400ms ease;
}

@-webkit-keyframes moveFromBottom {
  /* line 2431, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -webkit-transform: translateY(100%);
  }

  /* line 2435, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveFromBottom {
  /* line 2441, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -moz-transform: translateY(100%);
  }

  /* line 2445, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes moveFromBottom {
  /* line 2451, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateY(100%);
  }

  /* line 2455, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateY(0);
  }
}

@-o-keyframes moveFromBottom {
  /* line 2461, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateY(100%);
  }

  /* line 2465, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateY(0);
  }
}

@keyframes moveFromBottom {
  /* line 2471, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -ms-transform: translateY(100%);
  }

  /* line 2475, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    -ms-transform: translateY(0);
  }
}

/* line 2480, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.moveFromBottom {
  -webkit-animation: moveFromBottom 400ms ease;
  -moz-animation: moveFromBottom 400ms ease;
  -ms-animation: moveFromBottom 400ms ease;
  -o-animation: moveFromBottom 400ms ease;
  animation: moveFromBottom 400ms ease;
}

/* line 2488, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  /* line 2497, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 2504, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 2513, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 2520, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 2529, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 2536, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 2545, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 2552, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 2561, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 2568, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 2576, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* line 2586, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 2593, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* line 2599, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 2605, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* line 2611, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 2617, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* line 2623, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 2629, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  /* line 2636, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  /* line 2642, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  /* line 2648, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* line 2654, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
  }

  /* line 2658, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 2664, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
  }

  /* line 2668, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 2674, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 0;
  }

  /* line 2678, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  /* line 2684, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }

  /* line 2688, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  /* line 2694, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }

  /* line 2698, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 2704, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0% {
    opacity: 1;
  }

  /* line 2708, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  /* line 2714, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 2719, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  /* line 2726, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 2731, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  /* line 2738, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 2743, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100%,75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  /* line 2750, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0%,25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  /* line 2755, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 2760, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  /* line 2767, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0%,25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  /* line 2772, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 2777, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  /* line 2784, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  0%,25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  /* line 2789, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 2794, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  /* line 2801, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  /* line 2808, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  /* line 2815, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  /* line 2822, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  /* line 2828, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  /* line 2834, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  /* line 2840, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  /* line 2847, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  /* line 2854, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  /* line 2861, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  /* line 2868, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  /* line 2875, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_animation.scss */
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
 * pulseplaybutton
 */
@-webkit-keyframes pulseplaybutton {
  /* line 52, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }

  /* line 57, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  25% {
    -webkit-transform: scale(1.25);
    opacity: 0.3;
  }

  /* line 62, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}

@-moz-keyframes pulseplaybutton {
  /* line 69, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    -moz-transform: scale(1);
    opacity: 0;
  }

  /* line 74, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  25% {
    -moz-transform: scale(1.25);
    opacity: 0.3;
  }

  /* line 79, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}

@-o-keyframes pulseplaybutton {
  /* line 86, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    -o-transform: scale(1);
    opacity: 0;
  }

  /* line 91, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  25% {
    -o-transform: scale(1.25);
    opacity: 0.3;
  }

  /* line 96, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 0;
    -o-transform: scale(2);
  }
}

@keyframes pulseplaybutton {
  /* line 103, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    transform: scale(1);
    opacity: 0;
  }

  /* line 108, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  25% {
    transform: scale(1.25);
    opacity: 0.3;
  }

  /* line 113, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/* arrow-down */
@-webkit-keyframes arrow-down {
  /* line 124, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 131, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes arrow-down {
  /* line 141, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    top: 1px;
  }

  /* line 142, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  50% {
    top: 2px;
  }

  /* line 143, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    top: 3px;
  }
}

@-webkit-keyframes arrow-down {
  /* line 148, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    opacity: 0;
  }

  /* line 149, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  50% {
    opacity: .5;
  }

  /* line 150, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes arrow-down {
  /* line 154, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    opacity: 0;
  }

  /* line 155, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  50% {
    opacity: .5;
  }

  /* line 156, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes arrow-down {
  /* line 160, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    opacity: 0;
  }

  /* line 161, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  50% {
    opacity: .5;
  }

  /* line 162, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 1;
  }
}

@keyframes arrow-down {
  /* line 166, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  0% {
    opacity: 0;
  }

  /* line 167, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  50% {
    opacity: .5;
  }

  /* line 168, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_mixins.scss */
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
2.0 base
--------------------------------------------------------------*/
/* Bootsrip resetting */
/* line 3, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
label {
  font-weight: normal;
}

/* line 7, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.lt-ie9 label {
  max-width: auto;
}

/* line 11, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-holder {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 17, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn {
  background-color: #d9d612;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 30, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #fff;
}

/* line 34, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-default {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

/* line 42, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-primary,
.button,
.submit-wrapper {
  border: none;
  color: #953fff;
  text-transform: uppercase;
  padding: 3px 40px;
  font-size: 13px;
  background: #fff;
  /* Old browsers */
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 61, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.button:hover {
  background-color: white;
  color: #953fff;
}

/* line 67, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-group,
.submit-button {
  background-color: #953fff;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  text-transform: uppercase;
  height: 36px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}

/* line 81, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-group.blue,
.submit-button.blue {
  background-color: #d9d612;
}

/* line 85, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-group.white {
  background-color: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
}

/* line 94, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-group:hover,
.btn-group:focus,
.submit-button:hover {
  padding: 5px 20px;
  font-size: 17px;
}

/* line 99, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.submit-button:hover {
  background-color: #d9d612;
}

/* line 104, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-default {
  border: medium none;
  border-radius: 0;
  color: #fff;
  padding: 7px 25px;
  text-transform: uppercase;
  text-align: center;
  background-color: #171b1e;
  font-weight: lighter;
  font-size: 12px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome, "Open Sans";
}

/* line 122, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #000;
  color: #fff;
}

/* line 127, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  /* line 135, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
  .text-left,
  .text-right {
    text-align: center;
  }
}
/* mobile nav-bar */
/* line 144, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.navbar-toggle {
  border: medium none;
  border-radius: 0;
  margin: 5px 0 0;
}

/* line 150, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #636161;
}

/* line 154, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.navbar-toggle .icon-bar {
  height: 4px;
}

/* line 158, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.navbar-inverse .navbar-toggle {
  border-color: #8e1738;
}

/* line 163, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #8E1738;
}

/* line 167, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

/* owl style resettings*/
/* line 174, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-controls {
  margin: 0;
}

/* line 177, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #8e1738;
}

/* line 180, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-controls .owl-buttons div {
  background: none repeat scroll 0 0 #8e1738;
  border-radius: 0;
  padding: 10px;
}

/* line 186, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 35%;
}

/* line 191, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

/* line 195, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

/* line 199, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-carousel .owl-item {
  display: inline-block;
  text-align: center;
  overflow: hidden;
}

/* line 209, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owlcarousel-holder .owl-controls {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 3;
  width: 100%;
}

/* line 220, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owlcarousel-holder .owl-dots {
  float: right;
  width: auto;
  margin: 0 50px;
}

/* line 226, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owlcarousel-holder .owl-dot {
  float: left;
}

/* line 230, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-dots .owl-dot span {
  margin: 7px;
}

/* line 234, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #d9d612;
  height: 14px;
  margin: 5px;
  width: 14px;
  padding: 0;
}

/* line 243, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: none;
  margin: 0;
  padding: 0;
  top: 25%;
  border-radius: 0;
  color: #000;
  font-size: 30px;
}

/* line 261, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -10px;
}

/* line 266, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -10px;
}

/* video carousel */
/* line 273, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-carousel .item-video {
  height: 380px;
}

/* line 277, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.owl-carousel .owl-video-play-icon {
  height: 146px;
  width: 146px;
  left: 50%;
  top: 50%;
  margin-left: -76px;
  margin-top: -76px;
  background: url(https://secure.walesinstyle.com/files/images/video_play.png) no-repeat;
}

/*- jquery UI resetting 
 ------------------------------------------- */
/* line 290, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.hasDatepicker {
  background: url("../images/cal.png") no-repeat scroll 98.5% 1px white !important;
  cursor: pointer;
}

/***jquery UI CALENDAR ***/
/* line 297, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker {
  background: none repeat scroll 0 0 transparent;
  border: 8px solid rgba(0, 0, 0, 0.26);
  margin: 20px 0;
  padding: 0;
  width: 20em;
  border-radius: 0;
  z-index: 30!important;
}

/* line 307, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-widget-header .ui-icon {
  background: none;
}

/* line 311, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-header {
  padding: 0.79em 0;
  position: relative;
}

/* line 316, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-header {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 0px solid #e6e6e6;
  border-radius: 0;
}

/* line 322, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker table {
  background: none repeat scroll 0 0 #fff;
  border-color: white;
  border-style: solid;
  border-width: 10px 20px 20px;
  margin: 0;
  padding: 0;
  width: 300px;
}

/* line 332, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.8em;
  margin: 0;
  width: 100%;
}

/* line 339, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker td, .ui-datepicker th {
  min-width: 0.8em;
}

/* line 343, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker th {
  color: #999;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  padding: 0 0 1em;
  text-align: center;
  text-transform: uppercase;
}

/* line 352, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker th {
  border: 0 none;
  font-weight: bold;
  padding: 0.5em 0.3em;
  text-align: center;
}

/* line 359, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker th span {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 0.3em 0 1em;
}

/* line 365, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker td {
  padding: 1px;
  border: 0 none;
}

/* line 370, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 374, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker-calendar .ui-state-highlight, .ui-state-active {
  background: #95813E;
  border: 1px solid #95813E;
  color: #fff;
  outline: medium none;
}

/* line 381, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker-calendar .ui-state-default {
  border: 1px solid #fff;
  border-radius: 0;
  color: #000;
  text-align: center;
  background: none repeat scroll 0 0 #fff;
}

/* line 389, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

/* line 396, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

/* line 402, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-title {
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 409, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker-close, .ui-datepicker-current {
  display: none;
}

/* line 413, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-header {
  background: none repeat scroll 0 0 #d9d612;
}

/* line 417, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
  padding: 0;
}

/* line 421, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-next {
  right: 18px;
}

/* line 424, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 2.8em;
  position: absolute;
  top: 0;
  width: 2.8em;
  border-radius: 0;
}

/* line 437, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  border-image-width: none;
}

/* line 444, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-widget {
  font-family: "Open Sans",sans-serif;
  font-size: 1.1em;
}

/* line 450, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 0;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
}

/* line 457, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.fancybox-nav {
  width: 10%;
  border: none;
  outline: none;
}

/* line 463, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
#ui-datepicker-div .ui-icon {
  text-indent: 0;
  height: 35px;
  width: 35px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  cursor: pointer;
}

/* line 472, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
#ui-datepicker-div .ui-state-hover .ui-icon {
  background-color: #d9d612;
  background-color: rgba(217, 214, 18, 0.6);
}

/* line 478, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-prev span:before, .ui-datepicker .ui-datepicker-next span:before {
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 19px;
  padding: 3px 13px;
}

/* line 485, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-next span:before {
  content: "\f105 ";
}

/* line 489, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 1px;
}

/* line 492, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #efefef;
}

/* line 495, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f104 ";
}

/* line 498, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #d9d612;
  background: #d9d612;
  background: rgba(217, 214, 18, 0.6);
  font-weight: bold;
  color: #333;
}

@media (max-width: 480px) {
  /* line 509, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_reset.scss */
  .text-left,
  .text-right {
    text-align: center;
  }
}
/* line 2, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
body {
  font-family: "lato", sans-serif;
  font-size: 14px;
  color: black;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/* line 18, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.small {
  font-size: 12px;
}

/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.large {
  font-size: 18px;
  /* 125% of the baseline */
}

/* line 26, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
p {
  margin: 0.5em 0;
}

/* line 31, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
a {
  color: black;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 41, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
a:hover,
a:focus {
  color: #cccccc;
  text-decoration: none;
  outline: none;
}

/* line 48, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
::selection,
::-moz-selection {
  background: #cccccc;
  /* WebKit/Blink Browsers */
  color: black;
}

/* line 59, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.white,
.white article,
.white a,
.white p,
.white h2,
.white article a,
.white article p {
  color: #fff;
}

/* line 63, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.margin100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 66, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.margin40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 69, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.padding40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 72, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.padding20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 78, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article,
article p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

/* line 84, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article p {
  padding-bottom: 16px;
}

/* line 88, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article a {
  color: #d9d612;
}

/* line 92, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article ul {
  list-style: none;
}

/* line 96, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article ul li {
  padding: 6px 0;
}

/* line 100, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}

/* line 106, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article form ul li:before {
  content: '';
}

/* line 110, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
article h3 {
  font-size: 30px;
}

/* ul center */
/* line 114, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
ul.ul-center {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 120, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
ul.ul-center li {
  display: inline-block;
  text-align: center;
}

/* line 125, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
ul.ul-center li a {
  float: left;
}

/* ul inline */
/* line 130, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
ul.ul-inline {
  display: inline-block;
}

/* line 134, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
ul.ul-inline li {
  display: inline-block;
  float: left;
}

/* line 138, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
ul.ul-inline li a {
  float: left;
}

/* ul not list-style */
/* line 144, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
ul.not-list-style,
ul.not-list-style li {
  list-style: none;
}

/* text-shadow */
/* line 149, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.text-shd {
  text-shadow: 1px 1px 1px black;
}

/* line 153, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.pos-r {
  position: relative;
}

/* line 157, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.pos-a {
  position: absolute;
}

/* line 163, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.row.np > [class^="col-"],
.row.np > [class*=" col-"] {
  padding: 0;
}

/* line 167, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.full-width {
  width: 100% !important;
}

/* line 170, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.half {
  width: 50%;
  float: left;
}

/* line 174, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.col-np {
  padding: 0;
}

/* line 178, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.for-old-browser {
  display: none;
}

/* line 182, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.no-cssanimations .for-old-browser {
  display: block;
}

/* line 186, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.gray {
  background-color: #eeedee;
}

/* line 190, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.dark {
  background-color: #14191d;
}

/* line 193, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.darker {
  background-color: #0f1316;
}

/* line 196, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.black {
  background-color: #090b0d;
}

/* line 200, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.light {
  background-color: #fff;
}

/* line 204, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.click-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  float: left;
}

/* line 214, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.item-content-overlay {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 5;
}

/* line 222, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.box-shd {
  -webkit-box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media (max-width: 768px) {
  /* line 250, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
  body .md-text-center,
  body .sm-text-right {
    text-align: center;
  }
}
/* svg  */
/* line 256, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.not-svg {
  display: block;
}

/* line 260, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.svg .not-svg {
  display: none;
}

/* over hide */
/* line 265, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.over-h {
  overflow: hidden;
}

/* line 270, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_base.scss */
.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ccc;
}

/* line 2, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0.5em 0;
  font-family: "lato", sans-serif;
  color: #333;
}

/* line 10, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h1,
h2.h2toh1 {
  font-size: 55px;
  margin: 0.5em 0;
  text-transform: uppercase;
}

/* line 16, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
.inner h1 {
  font-size: 43px;
  font-weight: normal;
  margin: 15px 0;
}

/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h2 {
  font-size: 30px;
}

/* line 26, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h2.large {
  font-size: 48px;
}

/* line 30, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h3 {
  font-size: 23px;
}

/* line 34, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h4 {
  font-size: 18px;
}

/* line 38, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h5 {
  font-size: 16px;
}

/* line 42, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/base/_typography.scss */
h6 {
  font-size: 16px;
  text-decoration: underline;
}

/*--------------------------------------------------------------
3.0 plugins
--------------------------------------------------------------*/
/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 14, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 29, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #444;
  text-shadow: none;
}

/* line 36, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 40, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

/* line 47, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 58, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

/* line 62, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 70, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 76, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 85, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 97, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* .fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
} */
/* line 113, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 125, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 129, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 133, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 144, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 149, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 154, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 158, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Custom Close Button */
/* line 169, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-skin .btn-close {
  position: absolute;
  top: -4px;
  right: 26px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  background-color: #fff;
  padding: 5px 25px;
  z-index: 8070;
  border: 1px solid #CCC;
  line-height: 1em;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

/* line 185, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-skin .btn-close:hover {
  padding: 10px 25px;
}

/* line 188, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-skin .btn-close:hover i {
  color: #1B4276 !important;
}

/* line 191, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-skin .btn-close i {
  color: #666 !important;
}

/* Overlay helper */
/* line 198, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 203, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 207, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 211, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  /* background: url('../images/fancybox/fancybox_overlay.png'); */
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 222, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 228, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 235, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font-family: 'Lato', sans-serif !important;
  color: #1B4276;
  font-size: 24px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* line 248, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 252, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 261, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 277, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 283, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 287, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 302, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite-2x.jpg");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
    background-color: transparent !important;
  }

  /* line 308, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading-2x.jpg");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
    background-color: transparent !important;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 5, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 11, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 14, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 17, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  /* line 24, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
  0% {
    opacity: 1;
  }

  /* line 28, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 33, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
  0% {
    opacity: 1;
  }

  /* line 37, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.animate.scss */
  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 6, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.autoheight.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 9, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 13, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.lazyload.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 9, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 19, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #d9d612;
  color: white;
  text-decoration: none;
}
/* line 25, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 32, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 35, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 39, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 44, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* line 57, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #d9d612;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 4, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 13, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 18, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  float: left;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 35, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 43, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* line 50, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 56, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 66, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 70, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 75, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 79, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
/* line 83, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 90, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 98, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 102, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 108, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 8, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 13, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://secure.walesinstyle.com/files/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.video.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
/* line 31, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 34, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 45, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_owl.video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
    2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
    3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
    4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
    5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
    6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
        6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

/* line 28, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 30, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

/* line 39, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 54, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

/* line 56, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
/* line 58, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 63, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
/* line 65, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 75, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
/* line 78, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

/* line 83, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
/* line 85, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* line 94, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

/* line 96, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 103, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

/* line 110, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

/* line 120, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

/* line 123, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

/* line 126, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 136, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 147, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 152, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

/* line 154, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
/* line 156, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 166, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
/* line 168, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

/* line 170, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

/* line 176, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

/* line 182, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 189, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

/* line 195, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

/* line 201, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 211, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

/* line 213, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
/* line 224, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

/* line 237, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

/* line 242, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

/* line 244, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
/* line 247, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
/* line 251, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
/* line 254, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
/* line 257, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

/* line 259, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 264, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 269, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 274, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
/* line 280, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 295, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* line 305, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
/* line 340, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 343, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

/* line 350, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* line 352, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 357, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d9d612;
  background-color: rgba(217, 214, 18, 0.8);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 362, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

/* line 367, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* line 375, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(https://secure.walesinstyle.com/files/images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 381, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

/* line 390, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

/* line 399, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

/* line 408, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

/* line 420, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 425, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
/* line 430, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 432, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 434, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 437, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 439, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 441, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 443, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 445, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
/* line 454, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 461, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 470, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 476, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 479, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 481, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

/* line 483, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

/* line 485, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

/* line 487, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
/* line 492, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 497, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 502, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 505, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 507, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

/* line 509, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

/* line 511, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

/* line 513, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
/* line 522, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 529, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 536, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

/* line 543, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

/* line 549, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 552, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 554, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

/* line 556, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

/* line 558, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

/* line 560, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
/* line 565, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 570, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 575, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 578, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 580, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

/* line 582, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

/* line 584, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

/* line 586, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
/* line 594, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 597, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

/* line 600, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

/* line 603, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
/* line 612, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 614, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 616, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 619, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 621, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 623, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 625, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 627, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
/* line 635, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 640, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

/* line 645, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

/* line 653, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

/* line 658, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

/* line 666, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

/* line 675, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

/* line 680, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

/* line 689, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

/* line 694, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

/* line 696, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

/* line 698, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

/* line 700, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
/* line 706, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 708, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 711, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 716, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 718, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

/* line 720, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

/* line 722, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

/* line 724, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
/* line 730, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

/* line 735, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

/* line 741, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 749, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

/* line 755, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

/* line 757, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

/* line 759, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

/* line 761, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
/* line 766, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

/* line 770, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

/* line 772, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

/* line 774, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

/* line 776, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
/* line 787, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 800, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
/* line 814, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

/* line 817, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

/* line 820, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 828, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 831, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

/* line 844, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 847, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

/* line 850, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

/* line 858, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

/* line 864, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 866, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 868, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 870, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
/* line 875, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

/* line 880, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 882, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 884, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 886, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 888, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
/* line 897, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 905, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 908, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 911, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

/* line 914, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 917, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 923, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 936, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* line 941, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 944, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

/* line 949, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 954, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 956, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 958, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 960, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 962, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
/* line 967, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 969, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 971, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

/* line 973, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 978, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

/* line 980, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 985, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 987, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 989, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 991, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 993, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
/* line 1002, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

/* line 1010, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
/* line 1017, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

/* line 1023, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 1026, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

/* line 1029, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

/* line 1031, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1037, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
/* line 1045, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1051, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
/* line 1063, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1069, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

/* line 1074, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

/* line 1083, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

/* line 1090, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

/* line 1095, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1097, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1099, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1101, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
/* line 1106, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1108, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1111, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1113, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1115, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1117, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1119, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1121, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
/* line 1134, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1144, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1160, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1176, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

/* line 1184, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1188, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1192, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1196, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
/* line 1203, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1207, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1214, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1218, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1222, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1226, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1230, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1234, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
/* line 1240, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1249, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
/* line 1254, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 1256, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 1258, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1260, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1263, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1265, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1267, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1270, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_custom-scroller.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/*
flexslider
*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/*flexslider mainslider styles*/
/* line 17, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider .animated {
  visibility: visible !important;
}

/* line 21, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#scroll-here {
  position: absolute;
  top: 50%;
}

/* line 25, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider {
  position: relative;
  width: 100%;
  float: left;
}

/* line 33, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider .c-icon-d-arrows-down:hover {
  opacity: 1;
}

/* line 36, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider .flexslider {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-animation-delay: 2s;
  /* Chrome, Safari, Opera */
  animation-delay: 2s;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 49, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.loaded #mainslider .flexslider {
  opacity: 1;
}

/* line 53, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider .slides li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-color: #333;
}

/* line 65, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.lt-ie9 #mainslider .slides li:after {
  background: none;
}

/* line 69, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider .slide_description_wrapper {
  position: absolute;
  top: auto;
  bottom: 100px;
  right: 0;
  left: 0;
  height: 79px;
  z-index: 3;
  overflow: hidden;
}

/* line 79, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#inner #mainslider .slide_description_wrapper {
  display: none;
}

/* line 83, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider .slide_description {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  color: #fff;
}

/* line 90, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider .slide_description_wrapper:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

/* line 102, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider h3 {
  font-size: 55px;
  margin: 0 0 2px;
  padding: 0 0 2px;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  font-family: 'Tinos', serif;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

/* line 114, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
#mainslider .btn-holder {
  display: inline-block;
  width: 50%;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

/* Browser Resets
*********************************/
/* line 126, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider a:active {
  outline: none;
}

/* line 132, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 137, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-nav {
  display: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 143, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 148, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 154, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 159, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 164, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 173, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 177, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 184, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 190, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider {
  margin: 0 0;
  position: relative;
  zoom: 1;
}

/* line 196, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 204, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 208, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
/* line 213, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 217, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  color: transparent;
  text-align: center;
}

/* line 236, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-direction-nav .flex-prev {
  left: 90px;
}

/* line 240, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-direction-nav .flex-next {
  right: 90px;
  text-align: right;
}

/* line 245, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.9;
}

/* line 249, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider:hover .flex-next {
  opacity: 0.9;
}

/* line 253, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 257, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 263, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-direction-nav a:before {
  font-family: "icomoon";
  font-size: 40px;
  content: '\e602';
  color: #fff;
  position: absolute;
  top: 5px;
  left: 12px;
  text-shadow: 1px 1px 5px #333;
}

/* line 274, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\e604';
  left: 14px;
  text-shadow: 1px 1px 5px #333;
}

/* Pause/Play */
/* line 281, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 295, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-pauseplay a:before {
  font-family: 'rt-icons';
  font-size: 20px;
  display: inline-block;
  content: "\e6a2";
}

/* line 302, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 306, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-pauseplay a.flex-play:before {
  content: "\e711";
}

/* Control Nav */
/* line 311, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 32px;
  text-align: center;
  z-index: 2;
}

/* line 319, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.inner .flex-direction-nav {
  display: none;
}

/* line 323, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 330, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: transparent;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* line 344, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-paging li a:hover {
  border-color: #953fff;
}

/* line 348, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-paging li a.flex-active {
  border-color: #d9d612;
}

/* line 352, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 358, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 364, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 371, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 375, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media (max-width: 1100px) {
  /* line 383, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  #mainslider h3 {
    font-size: 40px;
  }

  /* line 392, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  .flex-direction-nav {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  /* line 399, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 404, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 415, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  #mainslider .flex-control-nav,
  #mainslider .slide_description_wrapper {
    display: none;
  }

  /* line 418, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  #mainslider h3 {
    line-height: 1;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  /* line 430, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  .flexslider .slides img {
    width: 200%;
    margin-left: -50%;
  }
}
@media (max-width: 480px) {
  /* line 439, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_flex-slider.scss */
  .flexslider .slides img {
    width: 250%;
    margin-left: -100%;
  }
}
/* lightslider - v1.1.2 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
/* line 6, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 15, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

/* line 19, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lightSlider {
  overflow: hidden;
}

/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

/* line 30, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 43, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper .lSFade {
  position: relative;
}

/* line 46, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

/* line 54, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 65, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

/* line 68, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/* line 74, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

/* line 79, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

/* line 84, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* line 97, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

/* line 100, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .media {
  opacity: 0.8;
}

/* line 103, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
/* line 109, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 128, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

/* line 133, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

/* line 136, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 141, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

/* line 145, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
/* line 151, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("https://secure.walesinstyle.com/files/images/lightslider-controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

/* line 165, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSAction > a:hover {
  opacity: 1;
}

/* line 168, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

/* line 172, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

/* line 176, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSAction > a.disabled {
  pointer-events: none;
}

/* line 179, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
/* line 188, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical {
  position: relative;
}

/* line 191, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

/* line 194, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

/* line 199, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
/* line 205, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

/* line 210, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

/* line 215, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
/* line 224, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

/* line 227, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

/* line 231, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

/* line 234, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

/* line 237, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  /* line 243, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    left: 0;
  }

  /* line 247, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    left: -15px;
  }

  /* line 251, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  /* line 256, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    left: 0;
  }

  /* line 260, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    left: -15px;
  }

  /* line 264, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  /* line 269, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    top: 0;
  }

  /* line 273, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    top: -15px;
  }

  /* line 277, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    top: 0;
  }
}

@keyframes topEnd {
  /* line 282, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    top: 0;
  }

  /* line 286, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    top: -15px;
  }

  /* line 290, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  /* line 295, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    left: 0;
  }

  /* line 299, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    left: 15px;
  }

  /* line 303, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  /* line 308, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    left: 0;
  }

  /* line 312, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    left: 15px;
  }

  /* line 316, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  /* line 321, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    bottom: 0;
  }

  /* line 325, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    bottom: -15px;
  }

  /* line 329, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  /* line 334, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  0% {
    bottom: 0;
  }

  /* line 338, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  50% {
    bottom: -15px;
  }

  /* line 342, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
  100% {
    bottom: 0;
  }
}

/* line 346, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* line 351, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 356, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

/* line 361, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

/* line 366, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 371, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
/* line 377, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 384, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/plugins/_light_slider.scss */
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* light Gallery */
/* @font-face {
    font-family: 'Slide-icons';
    src: url('../fonts/Slide-icons.eot');
    src:url('../fonts/Slide-icons.eot#iefix-s4q455') format('embedded-opentype'),
        url('../fonts/Slide-icons_-s4q455.woff') format('woff'),
        url('../fonts/Slide-icons_-s4q455.ttf') format('truetype'),
        url('../fonts/Slide-icons_-s4q455-icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0
}
.group:after {
    clear: both
}
.lightGallery {
    overflow: hidden!important
}
#lightGallery-Gallery img {
    border: none!important
}
#lightGallery-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    -ms-transition: opacity .35s ease;
    transition: opacity .35s ease;
    background: #0d0d0d
}
#lightGallery-outer .lightGallery-slide {
    position: relative
}
#lightGallery-Gallery.opacity {
    opacity: 1;
    transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s
}
#lightGallery-Gallery.opacity .thumb_cont {
    opacity: 1
}
#lightGallery-Gallery.fadeM {
    opacity: 0;
    transition: opacity .5s ease 0s;
    -moz-transition: opacity .5s ease 0s;
    -webkit-transition: opacity .5s ease 0s;
    -o-transition: opacity .5s ease 0s;
    -ms-transition: opacity .5s ease 0s
}
#lightGallery-Gallery {
    height: 100%;
    opacity: 0;
    width: 100%;
    position: relative;
    transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s
}
#lightGallery-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    white-space: nowrap
}
#lightGallery-slider .lightGallery-slide {
    background: url(https://secure.walesinstyle.com/files/images/ajax-loader.gif) center center no-repeat;
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%
}
#lightGallery-slider .lightGallery-slide.complete {
    background-image: none
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide>* {
    opacity: 0
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete>* {
    opacity: 1
}
#lightGallery-slider.slide .lightGallery-slide,
#lightGallery-slider.useLeft .lightGallery-slide {
    position: absolute;
    opacity: .4
}
#lightGallery-slider.fadeM .lightGallery-slide {
    position: absolute;
    left: 0;
    opacity: 0
}
#lightGallery-slider.animate .lightGallery-slide {
    position: absolute;
    left: 0
}
#lightGallery-slider.fadeM .current {
    opacity: 1;
    z-index: 9
}
#lightGallery-slider .lightGallery-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}
#lightGallery-Gallery.opacity .lightGallery-slide .object {
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1)
}
.lightGallery-slide .object {
    transform: scale3d(0.5, .5, .5);
    -moz-transform: scale3d(0.5, .5, .5);
    -ms-transform: scale3d(0.5, .5, .5);
    -webkit-transform: scale3d(0.5, .5, .5);
    -o-transform: scale3d(0.5, .5, .5);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .5s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .5s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .5s ease 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .5s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .5s ease 0s
}
#lightGallery-Gallery.fadeM .lightGallery-slide .object {
    transform: scale3d(0.5, .5, .5);
    -moz-transform: scale3d(0.5, .5, .5);
    -ms-transform: scale3d(0.5, .5, .5);
    -webkit-transform: scale3d(0.5, .5, .5);
    -o-transform: scale3d(0.5, .5, .5)
}
#lightGallery-slider.fadeM.on .current {
    opacity: 1;
    transition: opacity .5s ease 0s;
    -moz-transition: opacity .5s ease 0s;
    -webkit-transition: opacity .5s ease 0s;
    -o-transition: opacity .5s ease 0s;
    -ms-transition: opacity .5s ease 0s
}
#lightGallery-slider.fadeM .lightGallery-slide {
    transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -webkit-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    -ms-transition: opacity .4s ease 0s
}
#lightGallery-slider.slide .lightGallery-slide {
    transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0)
}
#lightGallery-slider.slide.on .lightGallery-slide {
    opacity: 0
}
#lightGallery-slider.slide .lightGallery-slide.current {
    opacity: 1!important;
    transform: translate3d(0px, 0, 0)!important;
    -moz-transform: translate3d(0px, 0, 0)!important;
    -ms-transform: translate3d(0px, 0, 0)!important;
    -webkit-transform: translate3d(0px, 0, 0)!important;
    -o-transform: translate3d(0px, 0, 0)!important
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0)
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0)
}
#lightGallery-slider.useLeft .lightGallery-slide {
    left: 100%
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
    opacity: 0
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
    opacity: 1!important;
    left: 0!important
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
    opacity: 0;
    left: -100%
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
    opacity: 0;
    left: 100%
}
#lightGallery-slider.slide.on .current,
#lightGallery-slider.slide.on .lightGallery-slide,
#lightGallery-slider.slide.on .nextSlide,
#lightGallery-slider.slide.on .prevSlide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}
#lightGallery-slider.speed .current,
#lightGallery-slider.speed .lightGallery-slide,
#lightGallery-slider.speed .nextSlide,
#lightGallery-slider.speed .prevSlide {
    transition-duration: inherit!important;
    -moz-transition-duration: inherit!important;
    -webkit-transition-duration: inherit!important;
    -o-transition-duration: inherit!important;
    -ms-transition-duration: inherit!important
}
#lightGallery-slider.timing .current,
#lightGallery-slider.timing .lightGallery-slide,
#lightGallery-slider.timing .nextSlide,
#lightGallery-slider.timing .prevSlide {
    transition-timing-function: inherit!important;
    -moz-transition-timing-function: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    -o-transition-timing-function: inherit!important;
    -ms-transition-timing-function: inherit!important
}
#lightGallery-slider .lightGallery-slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    cursor: -moz-grabbing;
    cursor: grab;
    cursor: -webkit-grab;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s
}
@-webkit-keyframes rightEnd {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}
@keyframes rightEnd {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}
@keyframes leftEnd {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}
.lightGallery-slide .object.rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}
.lightGallery-slide .object.leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}
#lightGallery-action {
    bottom: 20px;
    position: fixed;
    left: 50%;
    margin-left: -30px;
    z-index: 9;
    -webkit-backface-visibility: hidden
}
#lightGallery-action.hasThumb {
    margin-left: -46px
}
#lightGallery-action a {
    margin: 0 3px 0 0!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: inline-block!important;
    vertical-align: middle;
    background-color: #000;
    background-color: rgba(0, 0, 0, .65);
    font-size: 16px;
    width: 28px;
    height: 28px;
    font-family: Slide-icons;
    color: #FFF;
    cursor: pointer
}
#lightGallery-action a.disabled {
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: default;
    background-color: #000;
    background-color: rgba(0, 0, 0, .65)!important
}
#lightGallery-action a:focus,
#lightGallery-action a:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}
#lightGallery-action a#lightGallery-next:after,
#lightGallery-action a#lightGallery-prev:before {
    left: 5px;
    bottom: 3px;
    position: absolute
}
#lightGallery-action a#lightGallery-prev:before {
    content: "\e01d"
}
#lightGallery-action a#lightGallery-next:after {
    content: "\e01b"
}
#lightGallery-action a.cLthumb:after {
    font-family: Slide-icons;
    content: "\e01c";
    left: 6px;
    bottom: 4px;
    font-size: 16px;
    position: absolute
}
#lightGallery_counter {
    bottom: 52px;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9;
    color: #FFF
}
#lightGallery-Gallery .thumb_cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    -webkit-transition: max-height .4s ease-in-out;
    -moz-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    -ms-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
    z-index: 9;
    max-height: 0;
    opacity: 0
}
#lightGallery-Gallery.open .thumb_cont {
    max-height: 350px
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
    margin-left: -12px;
    padding: 12px;
    max-height: 290px;
    overflow-y: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
#lightGallery-Gallery .thumb_cont .thumb_info {
    background-color: #333;
    padding: 7px 20px
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
    color: #fff;
    font-weight: 700;
    font-size: 12px
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
    color: #FFF;
    display: block;
    float: right!important;
    width: 28px;
    position: relative;
    height: 28px;
    border-radius: 2px;
    margin-top: -4px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .65);
    -webkit-transition: background-color .3s ease 0s;
    -moz-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    -ms-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
    z-index: 1090;
    cursor: pointer
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
    left: 6px;
    position: absolute;
    top: 4px
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after,
#lightGallery-close:after {
    content: "\e01a";
    font-family: Slide-icons;
    font-style: normal;
    font-size: 16px
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 1)
}
#lightGallery-Gallery .thumb_cont .thumb {
    display: inline-block!important;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 4px;
    height: 50px;
    width: 50px;
    opacity: .6;
    filter: alpha(opacity=60);
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: border-color linear .2s, opacity linear .2s;
    -moz-transition: border-color linear .2s, opacity linear .2s;
    -o-transition: border-color linear .2s, opacity linear .2s;
    -ms-transition: border-color linear .2s, opacity linear .2s;
    transition: border-color linear .2s, opacity linear .2s
}
@media (min-width: 800px) {
    #lightGallery-Gallery .thumb_cont .thumb {
        width: 94px;
        height: 94px
    }
}
#lightGallery-Gallery .thumb_cont .thumb>img {
    height: auto;
    max-width: 100%
}
#lightGallery-Gallery .thumb_cont .thumb.active,
#lightGallery-Gallery .thumb_cont .thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #fff
}
#lightGallery-slider .video_cont {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
    vertical-align: middle;
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
#lightGallery-slider .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}
#lightGallery-slider .video .object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}
#lightGallery-close {
    color: #FFF;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    z-index: 1090;
    cursor: pointer;
    border-radius: 2px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .65);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
    -webkit-backface-visibility: hidden
}
#lightGallery-close:after {
    position: absolute;
    right: 6px;
    top: 3px
}
#lightGallery-close:hover {
    text-decoration: none;
    background-color: #000
}
.customHtml {
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-family: Arial, sans-serif;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}
.customHtml p {
    font-size: 14px
}
.customHtml>h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px
} */
/*--------------------------------------------------------------
4.0 Components
--------------------------------------------------------------*/
/*
 * pre-loader
 */
/* line 5, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.preloader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 22;
}

/* line 19, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.status {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 128px;
  left: 50%;
  margin-left: -64px;
  position: absolute;
  top: 40%;
  width: 128px;
}
/* line 30, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.status img {
  float: left;
  margin: 14px 0 0 13px;
}

/*
 * gray image
 */
/* line 41, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.gray-image img {
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  filter: url("../images/filters.svg");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

/* line 52, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.gray-image:hover img {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
}

/* image zooming in */
/* line 58, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.item .image-overlaid {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

/* line 75, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.item:hover .image-overlaid {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.06, 1.06);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.06, 1.06);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.06, 1.06);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

/* line 95, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.item.gray-image .image-overlaid {
  filter: none;
  /* Applies to FF + IE */
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/* line 100, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.item.gray-image:hover .image-overlaid {
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  /*     filter: grayscale(80%);
  filter: gray; IE6-9
  -webkit-filter: grayscale(80%); */
}

/* image hover effect line */
/* line 113, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
figure.effect-line figcaption::before,
figure.effect-line figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 124, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
figure.effect-line figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* line 131, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
figure.effect-line figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

/* line 139, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
figure.effect-line:hover figcaption::before,
figure.effect-line:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
 * scroll button
 */
/* line 150, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#scroll-here {
  position: absolute;
  top: 60%;
}

/* line 155, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder {
  position: absolute;
  bottom: 110px;
  z-index: 10;
  left: 50%;
  margin-left: -36px;
}

/* line 163, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .pulse_marker {
  position: relative;
  margin: 0 auto;
}

/* line 168, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .c-icon-down {
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  top: 21px;
  left: 17px;
  z-index: 10;
  color: #fff;
  opacity: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 184, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder [class^="cir-"],
.pulse_holder [class*=" cir-"] {
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 9;
  background-color: transparent;
  opacity: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: pulseplaybutton 4s linear infinite;
  -moz-animation: pulseplaybutton 4s linear infinite;
  animation: pulseplaybutton 4s linear infinite;
  width: 72px;
  height: 72px;
  top: 0px;
  left: 0px;
}

/* line 210, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.scroll-down .pulse_holder [class^="cir-"],
.scroll-down .pulse_holder [class*=" cir-"],
.scroll-down .pulse_holder .c-icon-down {
  opacity: 0;
  visibility: hidden;
}

/* line 216, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .pulse_marker.on .c-icon-down {
  opacity: 0.9;
}

/* line 220, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .pulse_marker.on .cir-h {
  -webkit-animation: pulseplaybutton 2s linear infinite;
  -moz-animation: pulseplaybutton 2s linear infinite;
  animation: pulseplaybutton 2s linear infinite;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  border: 1px solid #fff;
  width: 64px;
  height: 64px;
  top: 4px;
  left: 4px;
}

/* line 236, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .cir-1 {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  animation-delay: 0ms;
  -ms-animation-delay: 0ms;
}

/* line 243, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .cir-2 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
}

/* line 250, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .cir-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -ms-animation-delay: 2s;
}

/* line 257, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.pulse_holder .cir-4 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
  -ms-animation-delay: 3s;
}

/* line 264, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.lt-ie9 .pulse_holder {
  display: none;
}

/*
 * way point
 */
/* line 273, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.wp-animation {
  opacity: 0;
}

/* line 277, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.wp-animation.animated {
  opacity: 1;
}

/*
 * back to top
 */
/* line 286, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.back-to-top {
  bottom: 20px;
  cursor: pointer;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: 20px;
  font-size: 65px;
  z-index: 12;
}

/* line 298, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.scroll-down .back-to-top {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
 * separator line
 */
/* line 308, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-holder {
  width: 100%;
  color: #e2e2e2;
}

/* line 312, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon {
  clear: both;
  height: 70px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 320, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon-h:before {
  left: -20px;
  margin-left: -50%;
}

/* line 325, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon-h:after {
  right: -20px;
  margin-right: -50%;
}

/* line 330, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon-h:before,
.separator-icon-h:after {
  background-color: #e2e2e2;
  content: "";
  display: inline-block;
  height: 1px;
  margin-top: 38px;
  position: relative;
  vertical-align: top;
  width: 40%;
}

/* line 340, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon-h i {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

/* line 349, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-holder .c-icon-logo {
  font-size: 40px;
}

/* line 352, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon-h i.fa-stack-2x {
  font-size: 45px;
}

/* line 355, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon-h i.fa-stack-1x {
  font-size: 25px;
}

/* line 358, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.separator-icon-h .fa-inverse {
  color: #BBBBB9;
}

/* svg logo  */
/* line 365, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#svg {
  width: 360px;
  height: 140px;
  float: left;
}

/* line 371, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.logo-svg-holder {
  position: relative;
  width: 360px;
  height: 140px;
  padding-left: 20px;
}

/* line 378, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#logo-one {
  position: absolute;
  top: 2px;
  left: -10px;
  width: 130px;
  padding-left: 30px;
}

/* Supersized - Fullscreen Slideshow jQuery Plugin Version : 3.2.7 */
/* line 387, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.supersizeimageholder {
  display: none;
}
/* line 389, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.supersizeimageholder li {
  display: none;
}

/* line 394, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  overflow: hidden;
  z-index: -9999;
  height: 100%;
  width: 100%;
}

/* line 406, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: 0;
  border: none;
}

/* line 415, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}

/* line 420, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

/* line 425, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

/* line 438, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 444, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized li.prevslide {
  z-index: -20;
}

/* line 448, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized li.activeslide {
  z-index: -10;
}

/* line 452, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized li.image-loading {
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/progress.gif) center center no-repeat #111111;
  width: 100%;
  height: 100%;
}

/* line 458, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized li.image-loading img {
  visibility: hidden;
}

/* line 462, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized li.activeslide img, #supersized li.prevslide img {
  display: inline;
}

/* line 466, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#controls-wrapper {
  margin: 0 auto;
  height: 42px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/nav-bg.png) repeat-x;
  position: fixed;
}

/* line 477, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#controls {
  overflow: hidden;
  height: 100%;
  position: relative;
  text-align: left;
  z-index: 5;
}

/* line 485, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#slidecounter {
  float: left;
  color: #999;
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-shadow: black 0 -1px 0;
  margin: 0 10px 0 15px;
  line-height: 42px;
}

/* line 494, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#slidecaption {
  overflow: hidden;
  float: left;
  color: #FFF;
  font: 400 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-shadow: #000 1px 1px 2px;
  margin: 0 20px 0 0;
  line-height: 42px;
}

/* line 504, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#navigation {
  float: right;
  margin: 0 20px 0 0;
}

/* line 509, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#play-button {
  float: left;
  margin-top: 1px;
  border-right: 1px solid #333;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/bg-hover.png) 0 44px repeat-x;
}

/* line 516, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#play-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

/* line 521, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextslide, #prevslide {
  position: absolute;
  height: 43px;
  width: 43px;
  top: 50%;
  margin-top: -21px;
  opacity: .6;
}

/* line 530, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#prevslide {
  left: 10px;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/back.png);
}

/* line 535, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextslide {
  right: 10px;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/forward.png);
}

/* line 540, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextslide:active, #prevslide:active {
  margin-top: -19px;
}

/* line 544, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextslide:hover, #prevslide:hover {
  cursor: pointer;
}

/* line 548, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#slide-list {
  padding: 15px 0;
  float: left;
  position: absolute;
  left: 50%;
}

/* line 555, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#slide-list li {
  list-style: none;
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 5px 0 0;
}

/* line 563, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
  background-position: 0 0;
}

/* line 567, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#slide-list li a {
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/nav-dot.png) 0 -24px no-repeat;
}

/* line 574, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#slide-list li a:hover {
  background-position: 0 -12px;
  cursor: pointer;
}

/* line 579, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#tray-button {
  float: right;
  margin-top: 1px;
  border-left: 1px solid #333;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/bg-hover.png) 0 44px repeat-x;
}

/* line 586, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#tray-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

/* line 591, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 42px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/progress-back.png) repeat-x;
  display: none!important;
}

/* line 602, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/progress-bar.png) repeat-x;
}

/* line 609, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextthumb, #prevthumb {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 61px;
  height: 75px;
  width: 100px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #000;
}

/* line 622, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextthumb {
  right: 12px;
}

/* line 626, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#prevthumb {
  left: 12px;
}

/* line 630, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextthumb img, #prevthumb img {
  width: 150px;
  height: auto;
}

/* line 635, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextthumb:active, #prevthumb:active {
  bottom: 59px;
}

/* line 639, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#nextthumb:hover, #prevthumb:hover {
  cursor: pointer;
}

/* line 643, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#thumb-tray {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/bg-black.png);
  height: 150px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -moz-box-shadow: 0 0 4px #000;
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
}

/* line 658, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#thumb-back, #thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 42px;
  height: 108px;
  width: 40px;
}

/* line 666, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#thumb-back {
  left: 0;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/thumb-back.png) center center no-repeat;
}

/* line 671, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#thumb-forward {
  right: 0;
  background: url(https://secure.walesinstyle.com/files/images/supersizeimages/thumb-forward.png) center center no-repeat;
}

/* line 676, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#thumb-back:hover, #thumb-forward:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 681, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#thumb-back:hover {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 685, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#thumb-forward:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 689, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#thumb-list {
  display: inline-block;
  list-style: none;
  position: relative;
  left: 0;
  padding: 0;
}

/* line 697, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#thumb-list li {
  background: #111;
  list-style: none;
  display: inline;
  width: 150px;
  height: 108px;
  overflow: hidden;
  float: left;
  margin: 0;
}

/* line 708, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#thumb-list li img {
  width: 200px;
  height: auto;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

/* line 721, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* line 727, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
ul#thumb-list li:hover {
  cursor: pointer;
}

/* line 731, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.supersizeimageholder span {
  float: left;
  text-indent: -9999px;
}

/* line 736, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
#supersized img {
  left: 0!important;
}

/* line 742, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
[class^="icon-flag-"],
[class*=" icon-flag-"] {
  width: 17px;
  height: 11px;
  display: inline-block;
}

/* line 749, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-at {
  background-image: url(../images/flags/at.png);
}

/* line 753, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-be {
  background-image: url(../images/flags/be.png);
}

/* line 757, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-ch {
  background-image: url(../images/flags/ch.png);
}

/* line 761, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-cz {
  background-image: url(../images/flags/cz.png);
}

/* line 765, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-de {
  background-image: url(../images/flags/de.png);
}

/* line 770, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-dk {
  background-image: url(../images/flags/dk.png);
}

/* line 774, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-fr {
  background-image: url(../images/flags/fr.png);
}

/* line 778, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-gr {
  background-image: url(../images/flags/gr.png);
}

/* line 782, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-hr {
  background-image: url(../images/flags/hr.png);
}

/* line 785, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-hu {
  background-image: url(../images/flags/hu.png);
}

/* line 789, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-ie {
  background-image: url(../images/flags/ie.png);
}

/* line 794, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-it {
  background-image: url(../images/flags/it.png);
}

/* line 798, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-nl {
  background-image: url(../images/flags/nl.png);
}

/* line 802, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-no {
  background-image: url(../images/flags/no.png);
}

/* line 806, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-pl {
  background-image: url(../images/flags/pl.png);
}

/* line 810, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-pt {
  background-image: url(../images/flags/pt.png);
}

/* line 815, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-se {
  background-image: url(../images/flags/se.png);
}

/* line 819, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-si {
  background-image: url(../images/flags/si.png);
}

/* line 823, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-sk {
  background-image: url(../images/flags/sk.png);
}

/* line 827, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.icon-flag-wales {
  background-image: url(../images/flags/wales.png);
}

/* Menu Button */
/* line 834, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.menu-button {
  float: left;
  width: 95px;
  color: #fff;
  margin-top: 15px;
  margin-left: 30px;
}
/* line 841, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.menu-button i {
  float: left;
  font-size: 31px;
}
/* line 847, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.menu-button span {
  float: left;
  font-size: 17px;
  font-family: "lato", sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 11px;
}

/* line 859, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.cal-button {
  float: right;
  margin-right: 30px;
}
/* line 863, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.cal-button i {
  color: #fff;
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
  float: right;
  padding: 5px 15px 10px;
  background-color: #953fff;
}
/* line 872, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.cal-button .btn-group {
  margin-top: 15px;
  width: 167px;
  padding: 7px 20px;
}

/*--------------------*/
/* Fillpath (http://www.nizuka.fr/)*/
/*--------------------*/
/* line 883, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.color-10 {
  background: #f3cf3f;
}

/* line 885, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.prev {
  left: -35px;
}

/* line 889, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.next {
  right: -35px;
}

@media (max-width: 1280px) {
  /* line 894, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
  .nav-fillpath a.prev {
    left: 0;
  }

  /* line 898, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
  .nav-fillpath a.next {
    right: 0;
  }
}
/* line 903, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 916, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 926, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a::before,
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
  position: absolute;
  left: 50%;
  width: 3px;
  height: 40%;
  background: #566475;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  /* for FF */
}

/* line 941, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
  z-index: 100;
  height: 0;
  background: #dcdcdc;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s;
}

/* line 950, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a::before,
.nav-fillpath .icon-wrap::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* line 959, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.next::before,
.nav-fillpath a.next .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* line 967, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 976, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.next::after,
.nav-fillpath a.next .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

/* line 983, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath h3 {
  position: absolute;
  top: 50%;
  margin: 0;
  color: #333;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.85em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

/* line 996, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.prev h3 {
  left: 65%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 1002, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.next h3 {
  right: 65%;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

/* line 1010, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a:hover .icon-wrap::before,
.nav-fillpath a:hover .icon-wrap::after {
  height: 40%;
}

/* line 1015, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a:hover::before,
.nav-fillpath a:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(-125deg);
  transform: translateX(-50%) rotate(-125deg);
}

/* line 1021, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.next:hover::before,
.nav-fillpath a.next:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(125deg);
  transform: translateX(-50%) rotate(125deg);
}

/* line 1027, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a:hover::after,
.nav-fillpath a:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg);
}

/* line 1033, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a.next:hover::after,
.nav-fillpath a.next:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg);
}

/* line 1038, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.nav-fillpath a:hover h3 {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

/*
 * social-icons 
 */
/* line 1050, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.social-icons > ul {
  float: left;
  margin-top: -5px;
  padding: 0;
  color: #b9babc;
  list-style: none;
}
/* line 1058, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.social-icons > ul li {
  list-style: none;
  float: left;
}
/* line 1062, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.social-icons > ul li a .fa-stack-2x {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #888;
}
/* line 1072, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_components.scss */
.social-icons > ul li a:hover .fa-stack-2x {
  color: #333;
}

/* header searchbox  */
/* line 3, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.bookings-popup-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  background-color: rgba(3, 8, 11, 0.9);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/* line 20, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.bookings-popup-holder.on {
  display: block;
  visibility: visible;
  opacity: 100;
  z-index: 13;
}

/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.bookings-popup-holder .c-icon-close {
  float: right;
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
  margin-right: 30px;
}

/* line 35, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.bookings-popup-holder .c-icon-logo {
  font-size: 56px;
  font-size: 5vw;
  color: #fff;
  clear: both;
}

/* line 42, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form {
  float: left;
  width: 100%;
  padding: 22px 10px;
}

/* line 48, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form .title {
  display: none;
}

/* line 51, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form > div {
  float: left;
}

/* line 54, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form .form-builder-wrapper .field-wrapper {
  overflow: hidden;
  width: 75%;
}

/* line 59, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form label,
.tiny-form .label {
  color: #ffffff;
  font-size: 13px;
  text-transform: capitalize;
}

/* line 67, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form .form-builder-wrapper .field-wrapper input[type="text"],
.tiny-form #bke_searchbox_wrapper .field-wrapper input[type="text"],
.tiny-form #bke_searchbox_wrapper .field-wrapper .bke_dropdown {
  padding: 2px 0;
  margin: 0;
  border: none;
  text-align: center;
}

/* line 77, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form h2 {
  font-size: 45px;
  margin: 0;
}

/* line 81, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper {
  width: 300px;
  padding: 0;
  margin: 0 auto;
}

/* line 87, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form ul {
  list-style: none;
}

/* line 91, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form ul li {
  list-style: none;
}

/* line 96, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper label,
.tiny-form #bke_searchbox_wrapper input {
  float: left;
  width: 100%;
}

/* line 101, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper label {
  width: 100%;
  text-align: center;
  line-height: 26px;
}

/* line 111, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper .field-wrapper,
.tiny-form #bke_searchbox_wrapper .field-wrapper .label,
.tiny-form #bke_searchbox_wrapper .field-wrapper input,
.tiny-form #bke_searchbox_wrapper .submit-wrapper {
  float: left;
}

/* line 114, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper .field-wrapper .label {
  width: 30%;
  text-align: center;
}

/* line 120, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper .field-wrapper input[type="text"],
.tiny-form #bke_searchbox_wrapper .field-wrapper .bke_dropdown,
.tiny-form #bke_searchbox_wrapper input[type="text"] {
  margin-bottom: 10px;
  padding: 7px 0;
  width: 100%;
  font-size: 18px;
  background-color: #333;
  background-color: rgba(3, 8, 11, 0.9);
  color: #fff;
  border: 1px solid #fff;
}

/* line 132, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper .field-wrapper .bke_drop {
  float: right;
  padding-left: 20px;
}

/* line 137, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form #bke_searchbox_wrapper .field-wrapper,
.tiny-form #bke_searchbox_wrapper .submit-wrapper {
  clear: both;
  width: 100%;
}

/* line 146, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form .form-builder-wrapper .field-wrapper input[type=text]:focus,
.tiny-form .form-builder-wrapper .field-wrapper select:focus,
.tiny-form .form-builder-wrapper .field-wrapper textarea:focus,
.tiny-form .form-builder-wrapper .field-wrapper input[type=text]:hover,
.tiny-form .form-builder-wrapper .field-wrapper select:hover,
.tiny-form .form-builder-wrapper .field-wrapper textarea:hover {
  border: none;
}

/* line 150, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form .hasDatepicker {
  background: url("../images/cal.png") no-repeat scroll 95% center #333333 !important;
  cursor: pointer;
  border: 1px solid #fff;
}

/* line 155, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.tiny-form .hasDatepicker {
  background: url("../images/cal.png") no-repeat scroll 95% center rgba(3, 8, 11, 0.9) !important;
}

/* FORM */
/* line 161, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper {
  width: 100%;
}

/* line 165, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper ul,
.form-builder-wrapper ul li {
  clear: both;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 171, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper ul li {
  padding: 10px 0;
}

/* line 175, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .label-wrapper,
.form-builder-wrapper .field-wrapper {
  float: left;
}

/* line 178, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .label-wrapper {
  width: 25%;
}

/* line 181, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper {
  width: 74%;
}

@media (max-width: 768px) {
  /* line 185, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
  .form-builder-wrapper .field-wrapper {
    width: 73%;
  }
}
/* line 192, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper input[type=text],
.form-builder-wrapper .field-wrapper select,
.form-builder-wrapper .field-wrapper textarea,
.form-builder-wrapper .field-wrapper #upload {
  padding: 0.4em;
  /*  border:1px solid $secondary-color;*/
  width: 100%;
  font-size: 1em;
  clear: both;
}

/* line 200, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper input[type=checkbox],
.form-builder-wrapper .field-wrapper input[type=radio] {
  margin-right: 5px;
  vertical-align: text-top;
}

/* line 204, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper input.datepicker {
  background: url("https://secure.walesinstyle.com/files/images/cal.gif") no-repeat scroll 95% center white;
  padding: 0.4em;
  width: 100%;
}

/* line 209, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper input.phone {
  width: 100%;
}

/* line 212, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper input.email {
  width: 100%;
}

/* line 221, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper input[type=text]:focus,
.form-builder-wrapper .field-wrapper select:focus,
.form-builder-wrapper .field-wrapper textarea:focus,
.form-builder-wrapper .field-wrapper input[type=text]:hover,
.form-builder-wrapper .field-wrapper select:hover,
.form-builder-wrapper .field-wrapper textarea:hover {
  /*    border:1px solid #999;*/
}

/* line 224, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper .multi-row span.row {
  clear: both;
  display: block;
  padding: 0.1em 0;
}

/* line 229, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper label.error {
  background: none repeat scroll 0 0 #F7F5DE;
  color: #666666;
  display: table;
  font-size: 0.8em;
  padding: 0.3em;
  position: relative;
  right: 0;
  text-align: left;
}

/* line 245, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.form-builder-wrapper .field-wrapper input.error,
.form-builder-wrapper .field-wrapper textarea.error,
.form-builder-wrapper .field-wrapper input.error:hover,
.form-builder-wrapper .field-wrapper textarea.error:hover,
.form-builder-wrapper .field-wrapper input.error:focus,
.form-builder-wrapper .field-wrapper textarea.error:focus {
  border-left: 3px solid #AF0000;
}

/* line 255, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
article .form-builder-wrapper form li.btn-submit input {
  background: #d9d612;
  box-shadow: none;
  color: #000;
  font-size: 21px;
  margin-left: 22%;
  text-shadow: none;
  width: 74%;
  border: none;
  padding: 10px 0;
  text-transform: uppercase;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/* line 273, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
article .form-builder-wrapper form li.btn-submit:hover input {
  background: #000;
  color: #fff;
}

/* form fix: checkbox style */
/* line 281, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.radio label, .checkbox label {
  padding: 0;
}

/* line 285, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  margin-top: 10px;
}

/* line 290, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.multi-row .row {
  margin: 0;
  text-align: left;
}

/* line 294, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.multi-row input {
  display: inline-block;
}

/* line 297, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_forms.scss */
.multi-row label {
  padding-left: 20px;
  display: block;
  display: inline-block;
}

/* .footer-gallery */
/* line 2, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.footer-gallery-holder {
  padding: 0 0 30px;
  background-color: #000;
}

/* line 9, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.footer-gallery .item,
.footer-gallery .item > a,
.footer-gallery .item > a > img {
  width: 100%;
  display: inline-block;
  position: relative;
}

/* line 18, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.footer-gallery .item-detail {
  padding: 0;
}
/* line 23, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.footer-gallery .fa-holder {
  padding-top: 25%;
  display: inline-block;
}

/* line 31, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.item-detail {
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  left: 0;
  padding-top: 28%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0;
  display: inline-block;
  filter: alpha(opacity=0);
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/* line 49, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.item-detail:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 54, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.fa-holder {
  background: none;
  color: #fff;
  font-size: 42px;
  padding: 0px;
}

/*GALLERY*/
/* line 65, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%;
}

/* line 75, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*IE9 fixe*/
/* line 86, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.gallery_wrapper_all .maingallery li {
  opacity: 0;
  filter: alpha(opacity=100);
}

/* line 91, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.gallery_wrapper_all .maingallery li {
  opacity: 1\9;
}

/* line 94, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery > li > a {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  float: left;
}

/* line 103, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery li a img {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 109, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery .item-detail {
  background: none repeat scroll 0 0 #111;
  height: 100%;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 37%;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/* line 126, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery li img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

/* line 142, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery .item-detail:hover {
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 148, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.maingallery li:hover img {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.03, 1.03);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.03, 1.03);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

/* grid gallery */
/* line 170, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.sidebar.logo {
  position: fixed;
  z-index: 2;
}

/* line 177, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 185, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}
/* line 196, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li img {
  width: 100%;
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}
/* line 215, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li .item-detail {
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-top: 0;
}
/* line 220, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li .item-detail h2 {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
/* line 231, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li .item-detail h2 a {
  color: #fff;
}
/* line 239, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li.col-md-3 .item-detail h2 {
  margin-top: 50%;
}
/* line 241, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li.col-md-3 .item-detail h2 a {
  color: #fff;
}
/* line 246, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li.col-md-6 .item-detail h2 {
  margin-top: 25%;
}
/* line 248, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li.col-md-6 .item-detail h2 a {
  color: #fff;
}
/* line 253, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li .white-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 263, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li:hover img {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.03, 1.03);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.03, 1.03);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}
/* line 280, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li:hover .item-detail {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
/* line 284, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li:hover .item-detail h2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 292, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li.col-md-3:hover .item-detail h2 {
  margin-top: 40%;
}
/* line 296, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul li.col-md-6:hover .item-detail h2 {
  margin-top: 20%;
}
/* line 300, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery ul .white-image {
  opacity: 0;
}
/* line 305, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery h2 {
  font-size: 40px;
  font-size: 2.5vw;
  color: #953fff;
}
/* line 311, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery .col-md-3 h2 {
  margin-top: 30%;
}
/* line 314, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery .col-md-6 h2 {
  margin-top: 17%;
}
/* line 318, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.grid-gallery h3 {
  font-size: 29px;
  margin-top: 10px;
  color: #d9d612;
  text-transform: uppercase;
}

/* line 327, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_gallery.scss */
.boxsizing .grid-gallery ul li img {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* map */
/* line 4, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
#map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/* line 19, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
#map_directions {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

/* line 25, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
#map_directions_controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -350px;
  padding: 10px;
  background-color: rgba(0, 85, 165, 0.9);
  font-size: 12px;
  max-width: 700px;
  width: 100%;
}
/* line 37, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
#map_directions_controls label {
  color: #fff;
  font-size: 14px;
  font-family: "lato", sans-serif;
  font-weight: lighter;
  margin: 0 10px;
  display: inline-block;
}
/* line 46, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
#map_directions_controls #fromAddress {
  width: 190px;
  display: inline-block;
  padding: 5px;
}
/* line 52, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
#map_directions_controls #toAddress span {
  display: inline-block;
  margin: 0 5px;
}

/* line 60, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
#fromAddress {
  color: #000;
}

/* line 64, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
.adp, .adp table {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 69, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
  #map_directions_controls {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0;
  }
}
@media (max-width: 480px) {
  /* line 80, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
  #map_directions_controls {
    width: 100%;
    left: 0;
    margin: 0;
  }

  /* line 86, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_map.scss */
  .adp-step, .adp-substep {
    font-size: 12px;
  }
}
/*-- news --*/
/* line 3, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.itemimgthumb {
  margin-top: 10px;
}

/* line 7, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-items-holder {
  clear: both;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 2%;
  float: left;
  width: 100%;
}

/* line 15, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro {
  width: 800px;
  margin: 0 auto;
  padding: 2% 0;
  clear: both;
}
/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro h3 {
  font-weight: 600;
  margin: 5px 0;
  text-align: left;
}
/* line 28, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro h3 a {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
/* line 35, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro .pull-right {
  width: 460px;
}
/* line 38, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro .pull-right .news-date {
  color: #000;
  font-style: italic;
  text-align: left;
}
/* line 44, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro .pull-right .news-date strong {
  font-style: normal;
  margin-right: 4px;
}
/* line 49, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro .pull-right .newsContent {
  line-height: 20px;
  float: left;
  margin: 10px 0;
  height: 56px;
  overflow: hidden;
  font-size: 14px;
}
/* line 61, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.newsintro .pull-right .submit-button {
  float: left;
  margin-top: 30px;
}

/* line 73, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
#inner h1.news-title {
  margin: 60px 0 2px;
  font-size: 30px;
}

/* line 78, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area {
  text-align: left;
  color: #555;
}
/* line 83, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area h3, .news-detail-holder .content-area h4, .news-detail-holder .content-area h5, .news-detail-holder .content-area h6 {
  margin: 6px 0;
}
/* line 87, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area P {
  margin: 25px 0;
}
/* line 91, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area ul {
  padding: 3px 0 0 20px;
}
/* line 94, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area ul li {
  padding: 2px;
  line-height: 14px;
}
/* line 100, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area a {
  color: #d9d612;
}
/* line 103, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area a:hover {
  color: #000;
}
/* line 107, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .content-area .submit-button {
  display: inline-block;
  margin: 25px 0;
  clear: both;
  color: #fff;
}

/* line 115, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.news-detail-holder .newsimgthumb {
  width: 100%;
  padding: 10px 0;
}

/* line 122, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.social-icons .social-icons-holder {
  width: 193px;
  margin: 0 auto;
}
/* line 127, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.social-icons .social-icons-holder .addthis_toolbox {
  float: left;
  width: 150px;
  padding: 0;
  overflow: hidden;
}
/* line 136, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.social-icons p {
  margin: 5px;
}

/* line 142, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.social-icons-holder > p {
  float: left;
}

/* line 146, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.likeButtons {
  display: inline;
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 153, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.likeButtons li {
  display: inline;
  display: inline-block;
  padding: 0 5px;
}

/* line 161, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.likeButtons .facebook {
  margin-top: -5px;
}

/* line 164, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.paginationDiv {
  padding: 20px 0;
  display: inline-block;
}
/* line 169, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_news.scss */
.paginationDiv a {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 5px;
  border-radius: 2px 5px;
  color: #333;
  font-size: 15px;
  border: 1px solid #ddd;
  color: #556270;
}

@media (min-width: 993px) {
  /* line 2, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  div#bke_searchbox_wrapper {
    margin-left: 180px;
  }
}
/* line 6, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long {
  padding: 19px 0 15px 8px;
}
/* line 10, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper {
  float: left;
  padding: 5px;
}
/* line 15, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper .label,
.search-box-nights-long .field-wrapper label {
  font-size: 12px;
  color: #000;
  padding: 0;
  margin-bottom: 7px;
  font-weight: normal;
  line-height: 16px;
}
/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper .label,
.search-box-nights-long .field-wrapper label,
.search-box-nights-long .field-wrapper select,
.search-box-nights-long .field-wrapper #arrival-date {
  float: left;
  clear: both;
}
/* line 33, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper select,
.search-box-nights-long .field-wrapper #arrival-date {
  border: 1px solid #DAD7D7;
  border-radius: 5px;
  font-size: 13px;
  padding: 6px 3px 6px 5px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  height: 33px;
}
/* line 43, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper .bke_dropdown {
  width: 65px;
}
/* line 47, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper #arrival-date {
  width: 130px;
}
/* line 51, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper .submit-button {
  margin-top: 20px;
  width: 167px;
  padding: 7px 20px;
}
/* line 58, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .country-holder .bke_drop {
  width: 270px;
}
/* line 62, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .cl-holder .bke_drop {
  width: 175px;
}
@media (max-width: 1199px) {
  /* line 68, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-nights-long .country-holder .bke_drop {
    width: 200px;
  }
  /* line 72, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-nights-long .cl-holder .bke_drop {
    width: 150px;
  }
}

/* line 81, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.safari .search-box-nights-long .field-wrapper select,
.safari .search-box-nights-long .field-wrapper #arrival-date {
  -webkit-appearance: none;
}

/* line 87, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-nights-long .field-wrapper label,
.search-box-nights-long .field-wrapper .label {
  opacity: 1;
  overflow: visible;
  height: auto;
}

/* line 95, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.scroll-down .search-box-nights-long.full-width .field-wrapper label,
.scroll-down .search-box-nights-long.full-width .field-wrapper .label {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/* line 101, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.scroll-down .search-box-nights-long.full-width .field-wrapper .submit-button {
  margin-top: 5px;
}

/* line 105, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.scroll-down .search-box-nights-long.full-width {
  padding: 5px 0 7px 8px;
}

/* line 109, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  /* Mobile Popup */
}
@media (max-width: 992px) {
  /* line 109, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-holder {
    display: none;
  }
}
/* line 114, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder .logo-small {
  text-align: center;
}
@media (min-width: 993px) {
  /* line 114, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-holder .logo-small {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 114, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-holder .logo-small {
    display: block;
  }
}
/* line 124, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder .search-box-pop-up__close {
  position: absolute;
  z-index: 18;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media (min-width: 993px) {
  /* line 124, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-holder .search-box-pop-up__close {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 124, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-holder .search-box-pop-up__close {
    display: block;
  }
}
/* line 135, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder .search-box-pop-up__close i {
  font-size: 28px;
}
/* line 142, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder.on {
  display: block !important;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.89);
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 10000;
}
@media (min-width: 993px) {
  /* line 142, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-holder.on {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 142, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-holder.on {
    display: block;
  }
}
/* line 155, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder.on #searchbox {
  width: 100%;
  max-width: 242px;
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
}
/* line 163, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder.on .search-box-nights-long {
  padding: 0px;
  margin: 0px;
}
/* line 167, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder.on .search-box-nights-long .field-wrapper {
  clear: both;
}
/* line 172, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.search-box-holder.on .search-box-nights-long .field-wrapper select,
.search-box-holder.on .search-box-nights-long .field-wrapper #arrival-date,
.search-box-holder.on .search-box-nights-long .field-wrapper .submit-button {
  width: 200px;
}

/* line 181, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
.logo-small {
  padding-bottom: 10px;
  display: inline-block;
}

@media (max-width: 359px) {
  /* line 187, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .logo-small {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 194, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_search-box-nights-long.scss */
  .search-box-nights-long .field-wrapper .submit-button {
    width: auto;
  }
}
/* line 1, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up {
  position: inherit;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  padding: 175px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 16, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/* line 21, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up.main-nav-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 26, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up.main-nav-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 32, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up.main-nav-overlay ul li {
  text-align: center;
  display: block;
  clear: both;
  width: 100%;
}
/* line 38, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up.main-nav-overlay ul li a {
  float: none;
  font-size: 30px;
}

/* line 47, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up.on {
  display: block;
  z-index: 20;
  visibility: visible;
  opacity: 1;
  position: fixed;
}

/* line 55, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up__close {
  position: fixed;
  z-index: 14;
  top: 30px;
  left: 30px;
  cursor: pointer;
}
/* line 63, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up__close i {
  font-size: 30px;
}

/* line 67, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.full-screen-pop-up__close.main-nav-overlay {
  color: #000;
}

/* searchbox pop up */
/* line 74, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.search-box-pop-up {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 87, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.search-box-pop-up .search-box-pop-up__close {
  position: absolute;
  z-index: 18;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
/* line 95, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.search-box-pop-up .search-box-pop-up__close i {
  font-size: 28px;
}
/* line 100, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.search-box-pop-up .search-box-pop-up-holder {
  width: 100%;
  max-width: 266px;
  height: 100%;
  max-height: 460px;
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -133px;
  padding: 20px;
}
/* line 112, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.search-box-pop-up .search-box-pop-up-holder .field-wrapper {
  clear: both;
}
/* line 117, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.search-box-pop-up .search-box-pop-up-holder .field-wrapper select,
.search-box-pop-up .search-box-pop-up-holder .field-wrapper #arrival-date,
.search-box-pop-up .search-box-pop-up-holder .field-wrapper .submit-button {
  width: 200px;
}
/* line 124, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
.search-box-pop-up.on {
  z-index: 14;
  visibility: visible;
  opacity: 100;
}

/* line 135, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
#pop-up-navs {
  float: left;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 144, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .search-box-pop-up .search-box-pop-up-holder {
    top: 15%;
  }
}
@media (max-width: 480px) {
  /* line 152, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .full-screen-pop-up {
    padding-top: 160px;
    padding-bottom: 30px;
  }

  /* line 157, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .full-screen-pop-up.main-nav-overlay ul li a {
    font-size: 25px;
  }

  /* line 161, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  body .search-box-pop-up .search-box--bigday #bke_searchbox_wrapper {
    margin-left: 20px;
  }
}
@media (max-width: 359px) {
  /* line 171, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .full-screen-pop-up {
    padding-top: 142px;
    padding-bottom: 30px;
  }

  /* line 176, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .offers-scroll .image-vertical {
    height: 200px!important;
  }

  /* line 180, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .offers-scroll .image-horizontal {
    width: 100%!important;
    height: auto!important;
  }

  /* line 184, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .offers-scroll .item-horizontal {
    height: 90px!important;
    overflow: hidden;
  }

  /* line 188, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .colum {
    float: none;
  }

  /* line 193, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .search-box-nights-long .field-wrapper .submit-button {
    margin-top: 0;
  }

  /* line 197, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .search-box-pop-up .search-box-pop-up-holder {
    top: 10%;
  }

  /* line 201, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/components/_full-screen-pop-up.scss */
  .search-box-pop-up .search-box-pop-up-holder {
    max-height: 375px;
  }
}
/*--------------------------------------------------------------
5.0 Theme & Layouts
--------------------------------------------------------------*/
/* line 1, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #333;
}

/* line 5, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
h1, h2.h2toh1 {
  font-size: 30px;
}

/* line 11, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
.inner h1 {
  font-size: 30px;
}

/* line 16, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
.inner h1 {
  font-size: 30px;
}
/* line 19, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
.inner h2 {
  font-size: 28px;
}
/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
.inner h3 {
  font-size: 25px;
}

/* line 31, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
h2.line {
  text-transform: uppercase;
}

/* line 36, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
h2.line::before,
h2.line::after {
  content: "";
  height: 1px;
  width: 230px;
  background-color: #ccc;
  float: left;
  position: absolute;
  margin-top: 18px;
}

/* line 46, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
h2.line {
  display: inline-block;
  width: 220px;
}

/* line 50, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
h2.line::before {
  left: 50%;
  margin-left: -360px;
}

/* line 54, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
h2.line::after {
  right: 50%;
  margin-right: -360px;
}

/* line 59, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_typography.scss */
article a {
  color: #B1B22C;
}

/* line 1, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.site-holder > header {
  opacity: 0;
  top: -10px;
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 10, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.site-holder > header .pnav {
  background-color: #d9d612;
}
/* line 15, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.site-holder > header .pnav ul.navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 16px;
  margin-left: 29px;
}

/* line 33, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.site-holder > header .pnav ul.navbar-nav > li.active > a,
.site-holder > header .pnav ul.navbar-nav > li > a:hover,
.site-holder > header .pnav ul.navbar-nav > li > a:focus {
  background-color: #102848;
}

/* line 39, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.scroll-down .site-holder > header .pnav ul.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 45, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.loaded .site-holder > header {
  opacity: 1;
  top: 0px;
}

/* line 51, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.mobile-top {
  opacity: 0;
  top: -10px;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 63px;
  background-color: #d9d612;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 63, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.loaded .site-holder .mobile-top {
  opacity: 1;
  top: 0px;
}

/* line 68, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
.logo-170 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -85px;
  z-index: 5;
}

@media (max-width: 1199px) {
  /* line 88, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
  .site-holder > header .pnav ul.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
    font-size: 14px;
  }
}
/* line 97, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_header.scss */
#mainslider .flexslider .slides {
  background: url(../images/preloader.gif) center center no-repeat;
}

/* line 2, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder {
  /*     width: 1366px;
  margin: 0 auto;
  position: relative; */
}
/* line 7, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .logo {
  z-index: 2;
  width: 133px;
  top: 0;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 50%;
}
/* line 15, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .logo img {
  background-color: #fff;
  padding: 16px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  /* line 24, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .logo img {
    width: 100%;
  }
}
/* line 31, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder #mainslider {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  /* line 38, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder #mainslider {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  /* line 46, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder #mainslider {
    margin-top: 0;
  }
}
/* line 56, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder {
  width: 100%;
  display: inline-block;
}
/* line 61, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel {
  margin: 0 auto;
  width: 980px;
}
/* line 65, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item {
  position: relative;
  display: inline-block;
  max-width: 312px;
  width: 100%;
  margin: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}
/* line 75, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-title {
  clear: both;
  display: inline-block;
  width: 100%;
}
/* line 81, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-title a {
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
/* line 88, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-title a:before, .site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-title a:after {
  width: 40%;
  margin: 0 30%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  content: "";
  clear: both;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 98, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-title a:before {
  margin-bottom: 10px;
}
/* line 106, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-content-overlay {
  z-index: 5;
  top: auto;
  bottom: 0;
  background-color: white;
}
/* line 112, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-content-overlay h3 {
  margin: 0.5em 0;
  height: 28px;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 121, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .item-content-overlay h3 a {
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 129, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .offer-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: rgba(30, 98, 162, 0.9);
  z-index: 5;
}
/* line 140, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .offer-price p,
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .offer-price span {
  color: #fff;
}
/* line 143, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .offer-price p {
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 150, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item .offer-price span {
  font-size: 19px;
  font-weight: bold;
}
/* line 158, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item:hover .item-content-overlay {
  background-color: rgba(28, 67, 119, 0.8);
}
/* line 160, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item:hover .item-content-overlay h3 {
  margin: 0.9em 0;
}
/* line 162, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel .item:hover .item-content-overlay h3 a {
  color: #fff;
}
/* line 178, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -11px;
  top: 35%;
  font-size: 55px;
  color: #767676;
}
/* line 185, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotel-offers .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -11px;
  top: 35%;
  font-size: 55px;
  color: #767676;
}
@media (max-width: 1199px) {
  /* line 196, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .hotel-offers .hotel-offers-holder .hotel-offer-carousel {
    width: 100%;
  }
}
/* line 203, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder {
  display: inline-block;
}
/* line 206, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item {
  position: relative;
  display: inline-block;
  width: 376px;
  margin: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 217, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item .item-content-overlay {
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 230, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item .item-title a {
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
/* line 237, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item .item-title a:before, .site-holder .hotels .hotels-holder .item .item-title a:after {
  width: 90%;
  margin: 0 5%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  content: "";
  clear: both;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 247, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item .item-title a:before {
  margin-bottom: 10px;
}
/* line 259, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item.small {
  width: 279px;
}
/* line 274, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item:hover .item-title a:before {
  margin-bottom: 20px;
  opacity: 0.4;
}
/* line 278, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .hotels-holder .item:hover .item-title a:after {
  margin-bottom: -10px;
  opacity: 0.4;
}
/* line 288, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .see-more-holder {
  width: 100%;
  display: none;
}
/* line 292, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .see-more-holder .see-more-item {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 302, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .see-more {
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 11px;
}
/* line 309, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .separator-holder {
  display: none;
}
/* line 312, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .hotels .separator-holder .circle {
  cursor: pointer;
}
/* line 331, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes {
  background: #eeedee url(https://secure.walesinstyle.com/files/images/map-bg.jpg) center center no-repeat;
}
/* line 334, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .description {
  margin-bottom: 20px;
}
/* line 337, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .description p {
  color: #626161;
  font-style: italic;
}
/* line 343, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .cultrual-routes-holder {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 348, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel {
  width: 1070px;
  display: inline-block;
  margin: 0;
}
/* line 354, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel .item {
  display: inline-block;
  width: 255px;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
/* line 361, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel .item .item-content {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 3;
  left: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 370, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel .item .item-content h4 {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
/* line 377, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel .item .item-content p {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  font-size: 13px;
}
/* line 388, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel .item:hover .item-content {
  padding: 5px 15px;
  margin-top: -10px;
}
/* line 399, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -20px;
  top: 35%;
}
/* line 404, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .cultural-routes .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -20px;
  top: 35%;
}
/* line 415, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .destintions .destintions-holder .image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  float: left;
  background: url(https://secure.walesinstyle.com/files/images/dg.png) left bottom repeat-x;
}
/* line 426, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .destintions .destintions-holder .item {
  margin: 5px;
  width: 275px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
/* line 433, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .destintions .destintions-holder .item img {
  margin-left: -5px;
}
/* line 437, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .destintions .destintions-holder .item .item-content-overlay {
  top: auto;
  bottom: 10px;
  z-index: 5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 442, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .destintions .destintions-holder .item .item-content-overlay h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 452, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .destintions .destintions-holder .item:hover .item-content-overlay {
  bottom: 40px;
}
/* line 466, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .our-members .our-menmbers-holder {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
}
/* line 471, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .our-members .our-menmbers-holder .item {
  display: inline-block;
  padding: 0 15px;
}
/* line 475, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .our-members .our-menmbers-holder .item img {
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 481, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .our-members .our-menmbers-holder .item:hover img {
  opacity: 1;
}
/* line 487, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .our-members .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -20px;
  opacity: 0.4;
}
/* line 491, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .our-members .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -20px;
  opacity: 0.4;
}
/* line 496, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .our-members .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next:hover,
.site-holder .our-members .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev:hover {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 504, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag {
  padding-top: 20px;
}
/* line 507, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag h4 {
  color: #b9babc;
  font-size: 15px;
  font-style: italic;
  margin-top: 10px;
  padding: 0;
}
/* line 516, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .social-icons > p {
  float: right;
  color: #b9babc;
  margin: 5px 0 20px;
}
/* line 521, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .social-icons > ul {
  float: right;
}
/* line 528, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .flags-holder {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 541, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .flags-holder .flags {
  float: left;
  padding: 0;
  width: 109px;
}
/* line 546, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .flags-holder .flags .item {
  text-align: left;
  margin-bottom: 10px;
  float: left;
  clear: both;
}
/* line 553, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .flags-holder .flags .item a > span {
  color: #b9babc;
  float: left;
}
/* line 561, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .flags-holder .flags .item a .country {
  font-size: 12px;
  margin-left: 11px;
  margin-top: -3px;
  text-align: left;
}
/* line 569, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .country-and-flag .flags-holder .flags .item a:hover span {
  color: #fff;
}
@media (max-width: 480px) {
  /* line 581, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .country-and-flag .social-icons > p {
    display: none;
  }
  /* line 584, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .country-and-flag .social-icons > ul {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 590, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .country-and-flag .social-icons > ul li {
    display: inline-block;
    float: none;
  }
  /* line 596, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .country-and-flag .flags-holder .flags {
    width: auto;
  }
  /* line 598, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .country-and-flag .flags-holder .flags .country {
    display: none;
  }
}
/* line 608, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row > h2 {
  padding: 0;
  margin: 14px 0;
  font-size: 22px;
  color: #9a9c9d;
}
/* line 615, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li {
  float: left;
  clear: none;
}
/* line 620, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li .label-wrapper {
  display: none;
}
/* line 624, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li .field-wrapper {
  width: 272px;
  padding-right: 5px;
}
/* line 628, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li .field-wrapper input {
  background-color: #4b4e50;
  border: none;
  border-radius: 3px;
  color: #ccc;
  font-style: italic;
}
/* line 635, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li .field-wrapper input:focus {
  color: #fff;
}
/* line 647, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .btn-submit {
  position: relative;
}
/* line 650, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .btn-submit .btn-default {
  padding-left: 45px;
  padding-right: 33px;
}
/* line 656, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.site-holder .newsletter-signup--footer .row .btn-submit:before {
  font-family: FontAwesome;
  content: "\f1d8 ";
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 10px;
  color: #888;
  pointer-events: none;
  float: left;
}

/* line 672, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.loaded .logo {
  left: 0;
  opacity: 1;
}

/* line 679, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.inner.loaded .logo {
  left: -45px;
}

/* line 684, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.buttons-holder .btn-group {
  margin-top: 10px;
}
/* line 687, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.buttons-holder .btn-group i {
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 1199px) {
  /* line 696, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li .field-wrapper {
    width: 211px;
  }

  /* line 700, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .newsletter-signup--footer .row .btn-submit .btn-default {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  /* line 708, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li .field-wrapper {
    width: 137px;
  }
}
@media (max-width: 480px) {
  /* line 716, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  a.title {
    display: none;
  }

  /* line 720, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .newsletter-signup--footer .row > h2 {
    display: none;
  }

  /* line 723, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li {
    clear: both;
    width: 100%;
    float: none;
    display: inline-block;
  }
  /* line 729, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li .field-wrapper {
    width: 200px;
    float: none;
    display: inline-block;
    padding: 0;
  }

  /* line 737, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .newsletter-signup--footer .row .form-builder-wrapper ul li.btn-submit {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  /* line 747, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel {
    width: 100%;
  }
  /* line 750, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel .item {
    width: 100%;
    margin: 12px;
  }
}
@media (max-width: 767px) {
  /* line 760, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .hotels .hotels-holder {
    padding: 0 15px;
    width: 100%;
  }
  /* line 764, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .hotels .hotels-holder .item {
    margin: 0;
  }

  /* line 769, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel {
    width: 100%;
  }
  /* line 772, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .cultural-routes .cultrual-routes-holder .cultrual-routes-carousel .item {
    margin: 0;
  }

  /* line 777, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .hotels .hotels-holder .item.small {
    width: 376px;
  }

  /* line 781, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .nav-fillpath {
    display: none;
  }
}
@media (max-width: 410px) {
  /* line 789, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
  .site-holder .hotels .hotels-holder .item,
  .site-holder .hotels .hotels-holder .item.small {
    width: 100%;
  }
}
/* line 795, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.hotel-map {
  height: 410px;
  position: relative;
}

/* line 800, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.loaded .logo {
  margin-top: 14px;
  opacity: 1;
  box-shadow: 0px 0px 12px #333;
  border-radius: 50%;
  position: absolute;
  padding: 0;
}

/* line 811, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_main.scss */
.inner.loaded .logo {
  box-shadow: 0px 0px 12px #333;
  border-radius: 50%;
  position: absolute;
  padding: 0;
}

/* line 2, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
.bottom-site-holder .container {
  padding: 0;
}

/* line 8, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row {
  position: relative;
}
/* line 14, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row .footer-links ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
/* line 20, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row .footer-links ul li {
  display: inline-block;
}
/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row .footer-links ul li a {
  color: #747474;
  padding: 0 5px;
  font-size: 13px;
}
/* line 28, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row .footer-links ul li:after {
  content: '|';
  color: #747474;
}
/* line 33, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row .footer-links ul li.last:after {
  content: '';
}
/* line 38, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row .footer-links ul li.first a {
  padding-left: 0;
}
/* line 46, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .row address {
  color: #747474;
  margin: 10px 0;
  font-size: 12px;
}
/* line 53, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
footer .c-icon-NA {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 30px;
  color: #cfab7a;
  opacity: 0.6;
}

@media (max-width: 480px) {
  /* line 67, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_footer.scss */
  footer .c-icon-NA {
    display: none;
  }
}
/* line 1, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-details {
  margin-top: 160px;
}

/* line 6, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.inner header.top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

/* line 11, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.side-bar__right > div {
  border: 1px solid #e5e5e5;
  padding: 30px 20px;
}
/* line 16, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.side-bar__right > div .hotel-details-address,
.side-bar__right > div .hotel-details-tel {
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  padding: 10px;
}
/* line 22, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.side-bar__right > div .hotel-details-address i,
.side-bar__right > div .hotel-details-address p,
.side-bar__right > div .hotel-details-tel i,
.side-bar__right > div .hotel-details-tel p {
  float: left;
  margin: 0;
}
/* line 27, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.side-bar__right > div .hotel-details-address i,
.side-bar__right > div .hotel-details-tel i {
  padding: 3px 10px;
}
/* line 30, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.side-bar__right > div .hotel-details-address p, .side-bar__right > div .hotel-details-address a,
.side-bar__right > div .hotel-details-tel p,
.side-bar__right > div .hotel-details-tel a {
  line-height: 17px;
}

/* line 36, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-facility-icons {
  list-style: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  padding: 10px;
}
/* line 43, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-facility-icons li {
  float: left;
}
/* line 46, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-facility-icons li a {
  font-size: 26px;
  padding: 10px;
  color: #3f3f3f;
}

/* line 55, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.side-bar__right > div.bottom {
  margin-top: 20px;
}

/* line 59, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-social-media {
  display: inline-block;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}
/* line 65, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-social-media p {
  float: left;
  margin-right: 0 10px;
}
/* line 72, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-social-media ul li {
  padding: 0 3px;
}
/* line 77, Z:/Client Projects/rarebits.co.uk/DEV_Repository/WWW_Bke/files/scss/theme/_hotel-details.scss */
.hotel-social-media .half {
  width: 48%;
  margin-left: 2%;
}