
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
html {
  background: #191919;
  box-sizing: border-box;
}
html.wf-loading * {
  opacity: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 14px;
  -webkit-print-color-adjust: exact;
}
.container {
  width: 96%;
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.layout {
  background-color: #f4f4f4;
}
.content {
  padding: 30px 50px 60px 0;
  float: left;
  width: 60%;
}
.happening {
  background: #eaeaea;
  margin-top: 0;
}
.happening .slick-prev,
.happening .slick-next,
.happening .slick-dots {
  display: none !important;
}
.happening-carousel {
  margin: 30px 0 60px 0;
  *zoom: 1;
}
.happening-carousel:before,
.happening-carousel:after {
  content: "";
  display: table;
}
.happening-carousel:after {
  clear: both;
}
.happening-carousel:before,
.happening-carousel:after {
  content: "";
  display: table;
}
.happening-carousel:after {
  clear: both;
}
.happening-item {
  width: 20%;
  background: #191919;
  height: 320px;
  margin-right: 20px;
  float: left;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}
.happening-item:hover,
.happening-item:focus {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  background-color: #333;
  outline: none;
  border: none;
}
.happening-item:hover .happening-text,
.happening-item:focus .happening-text {
  color: #fff;
}
.happening-text {
  color: #eaeaea;
  font-size: 15px;
  padding: 10px;
}
.happening-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.happening-image img {
  min-width: 100%;
  min-height: 100%;
}
.happening .read-more {
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
  text-transform: uppercase;
}
.content-aside {
  float: right;
  width: 40%;
  padding-bottom: 70px;
  padding-top: 30px;
}
.content-aside img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
/*! Typography */
table {
  border-collapse: collapse;
  border: 1px solid #eee;
  margin: 20px 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
tr:nth-child(2n+1) {
  background: #fff;
}
td,
th {
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #d1d1d1;
}
th {
  font-weight: bold;
  text-align: center;
}
h2 {
  margin: 50px 0 0;
}
h3 {
  margin: 40px 0 0;
}
blockquote {
  background: #fff;
  padding: 19px 19px 19px 39px;
  border-bottom: 1px solid #ee1d25;
  margin: 20px 0 30px;
}
blockquote p {
  margin: 0;
}
.content p {
  font-size: 15px;
  line-height: 20px;
}
.content img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.content img.left {
  width: auto;
  margin-right: 10px;
}
a {
  color: #ee1d25;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 109, 158, 0.2);
}
.promo-book a {
  display: block;
  background: #191919 url(../images/workshop.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 48% 20px 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-out;
  width: 100%;
  font-weight: 900;
  border: none;
}
.promo-book a:hover,
.promo-book a:focus {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  background-color: #333;
  border: none;
}
.photos {
  overflow: hidden;
  margin-top: 80px;
}
.mosaicflow__column {
  float: left;
  padding: 0 5px;
}
.photo-item {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.photo-item:after {
  content: " ";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.photo-item img {
  max-width: 100%;
  height: auto;
}
.photo-item .caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 2;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
.banner {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .container {
  position: relative;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 60px;
  min-height: 300px;
}
.banner h1 {
  background: rgba(25, 25, 25, 0.92);
  max-width: 500px;
  float: left;
  padding: 20px;
  color: #fff;
  margin: 0;
  position: relative;
  font-weight: 900;
}
.banner h1:before,
.banner h1:after {
  background: rgba(25, 25, 25, 0.92);
  width: 100%;
  height: 100%;
  transform: rotate(-2deg) skewX(20deg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner h1:after {
  transform: rotate(3deg) skew(3deg);
}
.banner h1 span {
  z-index: 3;
  position: relative;
}
.banner p {
  font-size: 24px;
  padding-top: 30px;
  clear: both;
  color: #fff;
  text-shadow: 0 0 10px #000000;
  font-weight: 400px;
}
.template_homepage .banner {
  background: #000;
}
.template_homepage .banner .container {
  min-height: 480px;
}
.template_homepage .banner h1 {
  position: relative;
  top: 100px;
  z-index: 3;
}
.template_homepage .banner h1:before,
.template_homepage .banner h1:after {
  box-shadow: 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .template_homepage .banner {
    display: none;
  }
}
@media (max-width: 600px) {
  .template_homepage .layout {
    margin-top: 100px;
  }
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}
.tv:after {
  content: "*";
  display: block;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
.faq-list {
  margin: 0;
  padding: 0;
  background: #fff;
}
.faq-item {
  border-bottom: 1px solid #d1d1d1;
  display: block;
}
.faq-item .fa {
  opacity: 0.7;
  transition: 0.4s;
}
.faq-title {
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s;
  padding: 20px 0;
  cursor: pointer;
}
.faq-title a {
  color: #191919;
  cursor: pointer;
  display: block;
  transform: none;
  border: none;
  transition: 0.3s ease-out;
}
.faq-title:hover,
.faq-title:focus {
  opacity: 0.5;
  background: #f7f7f7;
  border: none;
}
.faq-title:hover a,
.faq-title:focus a {
  transform: translateX(3px);
}
.faq-title:hover a:hover,
.faq-title:focus a:hover,
.faq-title:hover a:focus,
.faq-title:focus a:focus,
.faq-title:hover a:active,
.faq-title:focus a:active {
  border: none;
  outline: none;
}
.faq-title .pull-right {
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 18px;
  position: absolute;
}
.faq-item.open {
  background-color: #f7f7f7;
}
.faq-item.open .faq-title .fa {
  transform: rotate(180deg);
}
.faq-item.open .faq-title:hover,
.faq-item.open .faq-title:focus {
  opacity: 1;
  background: #f7f7f7;
}
.faq-item.open .faq-content {
  display: block;
}
.faq-content {
  display: none;
}
.faq-content .content {
  padding-top: 0;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
/*! Footer */
#footer {
  border-top: 5px solid #ee1d25;
  padding: 30px 0;
  text-align: left;
  font-size: 16px;
}
#footer p {
  color: #888;
  margin: 0 0 5px;
}
#footer a {
  color: #888;
}
#footer .logo {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
}
#footer .logo a {
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  color: #fff;
}
#footer .logo a span {
  display: block;
  color: #999;
  line-height: 15px;
  font-weight: normal;
  font-size: 11px;
}
#footer .logo a:hover,
#footer .logo a:focus {
  border: none;
}
#footer .contact {
  width: 40%;
  vertical-align: top;
  display: inline-block;
  padding-right: 50px;
}
#footer .contact li {
  margin-bottom: 15px;
  padding-top: 5px;
}
#footer .contact .fa {
  font-size: 25px;
  width: 25px;
  text-align: center;
  height: 25px;
  vertical-align: middle;
  margin-right: 15px;
}
#footer .contact a {
  transition: color 0.2s, transform 0.3s;
  transform: none;
  display: block;
  cursor: pointer;
  color: #999;
}
#footer .contact a:hover,
#footer .contact a:focus {
  color: #eee;
  transform: translateX(4px);
  border: none;
  text-decoration: none;
}
#footer li {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
#footer h3 {
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 20px 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-content {
  width: 19%;
  vertical-align: top;
  display: inline-block;
  padding-right: 50px;
}
#footer .footer-content.last {
  padding-right: 0;
}
#footer .container + .container {
  margin-top: 50px;
  border-top: 1px solid #444;
  padding: 19px 0 40px;
}
#footer .container + .container p {
  font-size: 12px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
/*! forms */
fieldset {
  border: none;
  padding: 0;
  margin: 0 0 30px;
}
.field {
  padding: 5px 0 10px;
}
.field p {
  opacity: 0.7;
  font-size: 12px;
}
label {
  padding: 5px 0 10px;
  display: block;
  opacity: 0.8;
}
input.text,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}
input.text:focus,
textarea:focus {
  outline: none;
  border-color: #ee1d25;
}
.optionset {
  margin: 0;
  padding: 5px;
}
.optionset li {
  list-style: none;
  float: left;
  width: 20%;
  margin: 0;
}
.optionset input {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}
#EditableLiteralField13 label {
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  padding-bottom: 0;
}
.action {
  background: #191919;
  font-weight: 900;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #191919;
  border-radius: 2px;
  color: #fff;
}
#Form_BookForm {
  display: block;
  background: #191919 url(../images/workshop.jpg) no-repeat center top;
  background-size: 100% auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  padding: 48% 20px 20px;
  font-size: 18px;
  color: #fff;
  transition: 0.3s ease-out;
  width: 100%;
  font-weight: 900;
  border: none;
  position: relative;
  top: -60px;
  z-index: 3;
}
#Form_BookForm fieldset {
  margin-bottom: 0;
}
#Form_BookForm .field {
  *zoom: 1;
  position: relative;
  padding-left: 100px;
}
#Form_BookForm .field:before,
#Form_BookForm .field:after {
  content: "";
  display: table;
}
#Form_BookForm .field:after {
  clear: both;
}
#Form_BookForm .field:before,
#Form_BookForm .field:after {
  content: "";
  display: table;
}
#Form_BookForm .field:after {
  clear: both;
}
#Form_BookForm label {
  position: absolute;
  width: 90px;
  left: 0;
  top: 10px;
  font-size: 13px;
  font-weight: 700;
}
#Form_BookForm .action {
  margin-left: 100px;
}
#Form_BookForm h2 {
  margin: 5px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ee1d25;
}
#Form_BookForm input,
#Form_BookForm textarea {
  background: #222;
  color: #eaeaea;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #444;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
#header {
  border-top: 5px solid #ee1d25;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(25, 25, 25, 0.92);
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: 0.2s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#header .logo {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#header h1 {
  font-size: 30px;
  margin: 10px 0 0;
  line-height: 35px;
  font-weight: 900;
}
#header h1 a {
  color: #fff;
}
#header h1 span {
  display: block;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
#header .logos {
  width: 150px;
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  vertical-align: top;
}
#header .logos a {
  height: 45px;
  float: left;
  display: block;
  text-indent: -90000px;
  overflow: hidden;
}
#header .logos a:hover,
#header .logos a:focus {
  border: none;
}
#header .arb {
  width: 88px;
  background: url(../images/arb.png) center center no-repeat;
  margin-right: 15px;
}
#header .mta {
  width: 43px;
  background: url(../images/mta.png) center center no-repeat;
}
#nav {
  width: 73%;
  padding-right: 150px;
  display: inline-block !important;
  vertical-align: top;
}
#nav a {
  color: #d1d1d1;
  font-weight: 900;
  padding: 5px 2px 8px;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.2s;
  transform: none;
  display: block;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
#nav a:hover,
#nav a:focus {
  color: #fff;
  border-bottom: 3px solid #ee1d25;
}
#nav a.current,
#nav a.section {
  color: #fff;
}
#nav ul {
  margin-top: 20px;
  padding: 0;
}
#nav li {
  display: inline-block;
  margin-right: 20px;
}
#SearchForm_SearchForm {
  position: absolute;
}
#SearchForm_SearchForm fieldset {
  display: none;
}
.mega-menu {
  height: 0;
  background: #373737;
  overflow: hidden;
  transition: 600ms ease-out;
}
.mega-menu.show {
  display: block;
  padding-top: 110px;
  height: 370px;
}
.mega-menu .precursor {
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 20%;
  margin: 5px 0 0 0;
  padding: 10px 0 9px;
  transition: 0.2s;
  line-height: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-menu .precursor:hover,
.mega-menu .precursor:focus {
  color: #fff;
  border-bottom: 1px solid #ee1d25;
}
.mega-menu .mega-list {
  margin-left: 25%;
  display: flex;
  flex-flow: row wrap;
  margin-top: 5px;
  align-content: flex-start;
}
.mega-menu .mega-list a {
  width: 31%;
  min-width: 200px;
  float: left;
  padding: 9px 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700px;
  color: #eaeaea;
  transition: 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-menu .mega-list a:hover,
.mega-menu .mega-list a:focus {
  color: #fff;
  border-bottom: 1px solid #ee1d25;
}
.mobile_nav {
  display: none;
}
.scrolled #header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-width: 2px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
@media (max-width: 990px) {
  #header .logo {
    width: 30%;
  }
  #header .logos {
    display: none;
  }
  #nav {
    width: 69%;
    padding-right: 0;
  }
}
@media (max-width: 820px) {
  blockquote {
    padding-left: 19px;
  }
  .faq-content .content {
    padding-bottom: 20px;
  }
  #nav {
    display: none !important;
    width: 100%;
  }
  #nav.open {
    display: block !important;
  }
  #nav.open li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
    float: none;
  }
  #header .logo {
    width: 200px;
  }
  #header h1 {
    margin: 10px 0;
  }
  .content {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .content-aside {
    float: none;
    width: 100%;
  }
  .mobile_nav {
    display: block;
    color: #fff;
    width: 100px;
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 30px;
  }
  .mobile_nav a {
    color: #eaeaea;
    cursor: pointer;
    border: none;
  }
  .mobile_nav .toggle {
    display: block;
    width: 32px;
    marging-right: 10px;
    text-align: center;
    position: relative;
    height: 32px;
    cursor: pointer;
    float: right;
    line-height: 32px;
  }
  .mobile_nav .toggle:hover,
  .mobile_nav .toggle:focus {
    color: #fff;
  }
  .mobile_nav .menu_toggle {
    height: 22px;
    width: 22px;
    top: 1px;
    float: left;
    position: relative;
  }
  .mobile_nav .menu_toggle:after {
    content: 'Menu';
    display: block;
    color: #eaeaea;
    font-size: 11px;
    margin-left: 30px;
    line-height: 22px;
  }
  .mobile_nav .menu_toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    background: #eaeaea;
    border-radius: 2px;
    position: absolute;
    transition: 0.2s;
    transform: rotate(0deg);
  }
  .mobile_nav .menu_toggle span:nth-of-type(1) {
    top: 0;
    -webkit-transform-origin: 20px 10px;
    transform-origin: 24px 6px;
  }
  .mobile_nav .menu_toggle span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .mobile_nav .menu_toggle span:nth-of-type(3) {
    bottom: 0;
    transform-origin: 24px -4px;
  }
  .mobile_nav .menu_toggle.open span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
    transform: rotate(-45deg) translateY(0) translateX(0);
  }
  .mobile_nav .menu_toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile_nav .menu_toggle.open span:nth-child(3) {
    -webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
    transform: rotate(45deg) translateY(0em) translateX(0em);
  }
  #footer .logo {
    width: 100%;
    display: block;
  }
  #footer .contact {
    clear: both;
    width: 100%;
    padding: 20px 0;
    display: block;
  }
  #footer .footer-content {
    width: 49%;
  }
}
@media (max-width: 480px) {
  #header h1 {
    font-size: 24px;
  }
  #footer .footer-content {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
/**
 * Retina js for 2x images
 * See http://retinajs.com/ for more info
 * 
 * Warning: please add width and height when using at2x or it will not display the image properly on retina
 */
/**
 * General clearfix mixin
 */
.bookable_item {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 9px 0;
}
.bookable_item h3 {
  margin: 10px 0 5px 0;
}
.bookable_item .image {
  float: right;
  background-color: #f8f8f8;
  margin: 0 0 0 20px;
  border: 1px solid #eee;
}
.product-list {
  list-style: none;
  margin: 0;
  padding: 30px 0;
}
.product-item {
  width: 24%;
  background: #191919;
  height: 350px;
  margin-right: 1.25%;
  float: left;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  margin-bottom: 40px;
  list-style: none;
  overflow: hidden;
}
.product-item:nth-child(4n) {
  margin-right: 0;
}
.product-item:hover,
.product-item:focus {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  background-color: #333;
  outline: none;
  border: none;
}
.product-item:hover h2,
.product-item:focus h2,
.product-item:hover p,
.product-item:focus p {
  color: #fff;
}
.product-item img {
  min-width: 100%;
  height: 144px;
}
.product-item h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 25px;
}
.product-item p {
  line-height: 20px;
}
.product-text {
  color: #eaeaea;
  font-size: 15px;
  padding: 10px;
}
.happening .read-more {
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
  text-transform: uppercase;
}
