/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Magnific Popup CSS */
/* line 77, ../sass/_mfp.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 94, ../sass/_mfp.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 106, ../sass/_mfp.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 121, ../sass/_mfp.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 132, ../sass/_mfp.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 139, ../sass/_mfp.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 149, ../sass/_mfp.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 156, ../sass/_mfp.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 160, ../sass/_mfp.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 166, ../sass/_mfp.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 173, ../sass/_mfp.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 178, ../sass/_mfp.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 189, ../sass/_mfp.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 208, ../sass/_mfp.scss */
.mfp-hide {
  display: none !important;
}

/* line 219, ../sass/_mfp.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 229, ../sass/_mfp.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 231, ../sass/_mfp.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 239, ../sass/_mfp.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 246, ../sass/_mfp.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 253, ../sass/_mfp.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 267, ../sass/_mfp.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 276, ../sass/_mfp.scss */
button.mfp-close {
  width: 40px;
  height: 40px;
  background-position: top left;
  opacity: 1;
  top: 0px;
  right: 0px;
}

/* line 288, ../sass/_mfp.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 309, ../sass/_mfp.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 319, ../sass/_mfp.scss */
.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

/* line 325, ../sass/_mfp.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 335, ../sass/_mfp.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

/* line 346, ../sass/_mfp.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 359, ../sass/_mfp.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 366, ../sass/_mfp.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 382, ../sass/_mfp.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 390, ../sass/_mfp.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 399, ../sass/_mfp.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 402, ../sass/_mfp.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 407, ../sass/_mfp.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 414, ../sass/_mfp.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 416, ../sass/_mfp.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 421, ../sass/_mfp.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 432, ../sass/_mfp.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 435, ../sass/_mfp.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 440, ../sass/_mfp.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 444, ../sass/_mfp.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 449, ../sass/_mfp.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 469, ../sass/_mfp.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 484, ../sass/_mfp.scss */
.mfp-figure {
  line-height: 0;
}
/* line 486, ../sass/_mfp.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 500, ../sass/_mfp.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 506, ../sass/_mfp.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 510, ../sass/_mfp.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 518, ../sass/_mfp.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 527, ../sass/_mfp.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 534, ../sass/_mfp.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 547, ../sass/_mfp.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 552, ../sass/_mfp.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 558, ../sass/_mfp.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 562, ../sass/_mfp.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 567, ../sass/_mfp.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 577, ../sass/_mfp.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 581, ../sass/_mfp.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media all and (max-width: 900px) {
  /* line 595, ../sass/_mfp.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 599, ../sass/_mfp.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 603, ../sass/_mfp.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 607, ../sass/_mfp.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 619, ../sass/_mfp.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 622, ../sass/_mfp.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 629, ../sass/_mfp.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 632, ../sass/_mfp.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 635, ../sass/_mfp.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
/* line 644, ../sass/_mfp.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
/* line 652, ../sass/_mfp.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 656, ../sass/_mfp.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 661, ../sass/_mfp.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
/* line 669, ../sass/_mfp.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 673, ../sass/_mfp.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 2, ../sass/_320-up.scss */
img {
  max-width: 100%;
}

/* line 7, ../sass/_320-up.scss */
ul, ol {
  list-style-type: disc;
  font-size: 0.875em;
  font-family: arial, sans-serif;
  list-style-position: inside;
  margin-bottom: 1em;
}

/* line 16, ../sass/_320-up.scss */
ol {
  list-style-type: decimal;
}

/* line 21, ../sass/_320-up.scss */
p {
  margin-bottom: 1em;
  font-size: 0.875em;
  font-family: arial, sans-serif;
}

/* line 28, ../sass/_320-up.scss */
a {
  color: #999999;
}

/* line 33, ../sass/_320-up.scss */
.blue {
  color: #00ccff;
}

/* line 38, ../sass/_320-up.scss */
.orange {
  color: #ff6600;
}

/* line 43, ../sass/_320-up.scss */
.yellow {
  color: #ffff00;
}

/* line 48, ../sass/_320-up.scss */
.pink {
  color: #ff66cc;
}

/* line 53, ../sass/_320-up.scss */
.green {
  color: #99ff00;
}

/* line 58, ../sass/_320-up.scss */
p {
  font-family: arial, sans-serif;
  font-size: 0.875em;
}

/* line 64, ../sass/_320-up.scss */
strong {
  font-weight: bold;
}

/* line 69, ../sass/_320-up.scss */
h1, h2, h3, h4 {
  font-family: 'vagroundedregular', arial, sans-serif;
}

@font-face {
  font-family: 'fontawesome';
  src: url("fonts/fontawesome.eot");
  src: url("fonts/fontawesome.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome.woff") format("woff"), url("fonts/fontawesome.ttf") format("truetype"), url("fonts/fontawesome.svg#fontawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 87, ../sass/_320-up.scss */
[data-icon]:before {
  font-family: 'fontawesome';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 104, ../sass/_320-up.scss */
.icon-remove, .icon-reply, .icon-menu, .icon-retweet, .icon-star, .icon-font {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 115, ../sass/_320-up.scss */
.icon-reply, .icon-retweet, .icon-star {
  margin-right: 0.5em;
}

/* line 119, ../sass/_320-up.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 122, ../sass/_320-up.scss */
.icon-reply:before {
  content: "\f112";
}

/* line 125, ../sass/_320-up.scss */
.icon-menu:before {
  content: "\f0c9";
}

/* line 128, ../sass/_320-up.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 131, ../sass/_320-up.scss */
.icon-star:before {
  content: "\f005";
}

/* line 134, ../sass/_320-up.scss */
.icon-font:before {
  content: "\f031";
}

@font-face {
  font-family: 'vagroundedregular';
  src: url("fonts/vagrounded-thin-webfont.eot");
  src: url("fonts/vagrounded-thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/vagrounded-thin-webfont.woff") format("woff"), url("fonts/vagrounded-thin-webfont.ttf") format("truetype"), url("fonts/vagrounded-thin-webfont.svg#vagroundedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 152, ../sass/_320-up.scss */
.icon-menu:hover, .icon-text-height:hover {
  color: #00ccff;
}

/* line 158, ../sass/_320-up.scss */
html {
  font-size: 100%;
}

/* line 163, ../sass/_320-up.scss */
body {
  color: #fff;
  position: relative;
  width: 100%;
  background: #000;
  font-size: 1em;
  font-family: Arial, sans-serif;
  background-size: contain;
  background: url(images/home-mob.jpg) top center no-repeat #000;
}

/* line 176, ../sass/_320-up.scss */
body.home #main {
  background: url(images/home-mob.jpg) top center no-repeat #000;
  background-size: contain;
}

/* line 183, ../sass/_320-up.scss */
.text-size-big #main, .text-size-big .footer {
  font-size: 1.2em;
}

/* line 188, ../sass/_320-up.scss */
.text-size-biggest #main, .text-size-biggest .footer {
  font-size: 1.5em;
}

/* line 193, ../sass/_320-up.scss */
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 200, ../sass/_320-up.scss */
#inner-wrap {
  position: relative;
  width: 100%;
}

/* line 206, ../sass/_320-up.scss */
.wrapper {
  font-size: 1em;
  padding: 1em;
  overflow: hidden;
}

/* line 213, ../sass/_320-up.scss */
#site-header {
  font-size: 1em;
  z-index: 100;
  position: relative;
  color: #fff;
  background: black;
  background-color: black;
  height: 6.250em;
  width: 100%;
}
/* line 223, ../sass/_320-up.scss */
#site-header .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}

/* line 233, ../sass/_320-up.scss */
.close-btn {
  display: none;
  width: 2em;
  height: 2em;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
}

/* line 248, ../sass/_320-up.scss */
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 255, ../sass/_320-up.scss */
.nav-btn {
  display: block;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.5em;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  float: left;
  text-decoration: none;
}

/* line 270, ../sass/_320-up.scss */
.text-btn {
  display: none;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4em;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  float: left;
  text-decoration: none;
  margin-left: 1em;
}

/* line 286, ../sass/_320-up.scss */
.mobile-nav {
  float: left;
  position: absolute;
  top: 2.25em;
  left: 1.875em;
  z-index: 999;
}

/* line 296, ../sass/_320-up.scss */
.main-logo {
  position: absolute;
  right: 0em;
  margin-top: 0;
  margin-right: 1.5em;
}

/* line 303, ../sass/_320-up.scss */
.no-svg .nav-btn {
  background-image: url("../img/nav-icon.png");
}

/* line 308, ../sass/_320-up.scss */
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 316, ../sass/_320-up.scss */
#site-header ul {
  list-style-type: none;
}

/* line 322, ../sass/_320-up.scss */
#main-nav {
  z-index: 2;
  position: relative;
  padding: 0.75em 0em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  font-family: 'vagroundedregular';
}
/* line 335, ../sass/_320-up.scss */
#main-nav ul {
  *zoom: 1;
  display: block;
}
/* line 340, ../sass/_320-up.scss */
#main-nav ul:before, #main-nav #main-nav ul:after {
  content: "";
  display: table;
}
/* line 345, ../sass/_320-up.scss */
#main-nav ul:after {
  clear: both;
}
/* line 349, ../sass/_320-up.scss */
#main-nav li {
  display: block;
}
/* line 352, ../sass/_320-up.scss */
#main-nav li a {
  display: block;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: normal;
  outline: none;
  text-decoration: none;
  font-family: 'vagroundedregular';
}
/* line 363, ../sass/_320-up.scss */
#main-nav li a:focus, #main-nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #00ccff;
}
/* line 370, ../sass/_320-up.scss */
#main-nav li.is-active a {
  color: #fff;
}

/* line 376, ../sass/_320-up.scss */
.js-ready #main-nav {
  background: none;
}

/* line 381, ../sass/_320-up.scss */
#main {
  margin-top: 0;
  position: relative;
  padding-top: 3.438em;
  overflow: hidden;
  clear: both;
}

/* line 391, ../sass/_320-up.scss */
.js-ready .text-size {
  width: 100%;
  height: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
  background: #ff0000;
  display: block;
  position: absolute;
  top: 6.25em;
}

/* line 403, ../sass/_320-up.scss */
.text-size {
  display: none;
}

/* line 408, ../sass/_320-up.scss */
#text-sizer {
  width: 80%;
  margin: auto;
}

/* line 414, ../sass/_320-up.scss */
.blocked {
  padding: 1.063em 1.250em 0.375em 1.250em;
  margin-bottom: 1em;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  background: rgba(0, 0, 0, 0.8);
}

/* line 423, ../sass/_320-up.scss */
.home-intro {
  overflow: hidden;
  width: 100%;
}
/* line 427, ../sass/_320-up.scss */
.home-intro h1 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 0;
}
/* line 433, ../sass/_320-up.scss */
.home-intro .main-col {
  padding-left: 0;
}
/* line 436, ../sass/_320-up.scss */
.home-intro .main-col p {
  line-height: 1.5em;
  margin-bottom: 1.750em;
  width: 100%;
}
/* line 442, ../sass/_320-up.scss */
.home-intro .main-col h1 {
  margin-top: 1em;
}

/* line 449, ../sass/_320-up.scss */
blockquote {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.4em;
  font-style: italic;
  margin-bottom: 0.3em;
}

/* line 459, ../sass/_320-up.scss */
.main-col .feature-block, .main-col .feature-block-horizontal, .main-col .feature-block-vertical {
  margin-bottom: 2em;
}
/* line 462, ../sass/_320-up.scss */
.main-col .feature-block p, .main-col .feature-block-horizontal p, .main-col .feature-block-vertical p {
  margin-bottom: 0em;
}

/* line 468, ../sass/_320-up.scss */
.main-col, .help-col, .main-col-home {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
/* line 473, ../sass/_320-up.scss */
.main-col h1, .help-col h1, .main-col-home h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
}
/* line 479, ../sass/_320-up.scss */
.main-col h2, .help-col h2, .main-col-home h2 {
  font-size: 1.375em;
  margin-bottom: 0.5em;
  color: #ff66cc;
}
/* line 485, ../sass/_320-up.scss */
.main-col h2.green, .help-col h2.green, .main-col-home h2.green {
  color: #99ff00;
}
/* line 491, ../sass/_320-up.scss */
.main-col td p, .help-col td p, .main-col-home td p {
  font-size: 1em;
  margin: 0;
}
/* line 497, ../sass/_320-up.scss */
.main-col p, .help-col p, .main-col-home p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
/* line 502, ../sass/_320-up.scss */
.main-col a, .help-col a, .main-col-home a {
  color: #00ccff;
  text-decoration: none;
}
/* line 507, ../sass/_320-up.scss */
.main-col a:hover, .help-col a:hover, .main-col-home a:hover {
  text-decoration: underline;
}

/* line 513, ../sass/_320-up.scss */
.hero-image {
  margin-bottom: 2em;
  max-width: 100%;
  margin-top: 1.25em;
}

/* line 520, ../sass/_320-up.scss */
.side-col, .side-col-home {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
/* line 525, ../sass/_320-up.scss */
.side-col h1, .side-col-home h1 {
  font-size: 2em;
}
/* line 529, ../sass/_320-up.scss */
.side-col h2, .side-col-home h2 {
  font-size: 1.375em;
  margin-bottom: 0.5em;
}
/* line 534, ../sass/_320-up.scss */
.side-col h2.shop, .side-col-home h2.shop {
  margin-bottom: 0.5em;
}
/* line 538, ../sass/_320-up.scss */
.side-col p, .side-col-home p {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 0.875em;
}
/* line 544, ../sass/_320-up.scss */
.side-col a, .side-col-home a {
  color: #00ccff;
  text-decoration: none;
  font-size: 1em;
}
/* line 550, ../sass/_320-up.scss */
.side-col ul, .side-col-home ul {
  list-style-type: none;
}
/* line 554, ../sass/_320-up.scss */
.side-col li, .side-col-home li {
  margin-bottom: 0.4em;
}
/* line 557, ../sass/_320-up.scss */
.side-col li a, .side-col-home li a {
  color: #cccccc;
  text-decoration: none;
}
/* line 562, ../sass/_320-up.scss */
.side-col li a:hover, .side-col-home li a:hover {
  color: #fff;
  margin-left: 0.3em;
}
/* line 567, ../sass/_320-up.scss */
.side-col li a.pink, .side-col-home li a.pink {
  color: #ff66cc;
}
/* line 574, ../sass/_320-up.scss */
.side-col li.active a, .side-col-home li.active a {
  color: #ffff00;
}
/* line 579, ../sass/_320-up.scss */
.side-col .blocked, .side-col-home .blocked {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  padding-top: 1.7em;
}
/* line 587, ../sass/_320-up.scss */
.side-col .subnav h2, .side-col-home .subnav h2 {
  margin-bottom: 0;
}
/* line 590, ../sass/_320-up.scss */
.side-col .subnav h2 a, .side-col-home .subnav h2 a {
  color: #ffff00;
}

/* line 600, ../sass/_320-up.scss */
.contact-us h2, .schools-visit h2, .enquire-now h2, .side-feature h2, .buy-books h2 {
  margin-bottom: 0.5em;
  padding-top: 0;
}
/* line 605, ../sass/_320-up.scss */
.contact-us address, .schools-visit address, .enquire-now address, .side-feature address, .buy-books address {
  margin-bottom: 1.250em;
  font-size: 0.875em;
  padding-top: 0.6em;
  line-height: 1.4em;
}
/* line 612, ../sass/_320-up.scss */
.contact-us h3, .schools-visit h3, .enquire-now h3, .side-feature h3, .buy-books h3 {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
}
/* line 618, ../sass/_320-up.scss */
.contact-us a, .schools-visit a, .enquire-now a, .side-feature a, .buy-books a {
  color: #99ff00;
}
/* line 622, ../sass/_320-up.scss */
.contact-us a:hover, .schools-visit a:hover, .enquire-now a:hover, .side-feature a:hover, .buy-books a:hover {
  text-decoration: underline;
}

/* line 632, ../sass/_320-up.scss */
.schools-visit a, .enquire-now a, .donate-now a {
  color: #ff6600;
}

/* line 639, ../sass/_320-up.scss */
.donate-now a, .buy-books a {
  color: #ffff00;
}

/* line 645, ../sass/_320-up.scss */
.worksheets-container {
  overflow: hidden;
  margin-bottom: 2em;
}

/* line 651, ../sass/_320-up.scss */
.worksheets {
  list-style-type: none;
}
/* line 654, ../sass/_320-up.scss */
.worksheets li {
  margin-bottom: 1em;
}
/* line 658, ../sass/_320-up.scss */
.worksheets a {
  color: #fff;
  font-size: 0.875em;
}
/* line 663, ../sass/_320-up.scss */
.worksheets a:hover {
  color: #00ccff;
}

/* line 671, ../sass/_320-up.scss */
.sponsor-list ul {
  margin-top: 2em;
  margin-bottom: 3em;
}
/* line 676, ../sass/_320-up.scss */
.sponsor-list li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* line 686, ../sass/_320-up.scss */
.articles-subnav .article-menu-item {
  padding-left: 1.5em;
  margin-bottom: 1.250em;
}
/* line 690, ../sass/_320-up.scss */
.articles-subnav .article-menu-item h3 {
  font-size: 0.750em;
  font-family: arial, sans-serif;
  color: #fff;
  margin-bottom: 0.313em;
}
/* line 697, ../sass/_320-up.scss */
.articles-subnav .article-menu-item h4 {
  color: #cccccc;
  font-size: 0.875em;
}
/* line 701, ../sass/_320-up.scss */
.articles-subnav .article-menu-item h4 a {
  color: #cccccc;
  text-decoration: none;
}
/* line 706, ../sass/_320-up.scss */
.articles-subnav .article-menu-item h4 a:hover {
  color: #fff;
}

/* line 716, ../sass/_320-up.scss */
.newsletter-signup .text-input {
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}
/* line 725, ../sass/_320-up.scss */
.newsletter-signup .newsletter-submit {
  border: none;
  background: none;
  color: #ff6600;
  cursor: pointer;
  font-size: 0.875em;
}

/* line 737, ../sass/_320-up.scss */
.newsletter-signup .text-input {
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}
/* line 746, ../sass/_320-up.scss */
.newsletter-signup .newsletter-submit {
  border: none;
  background: none;
  color: #ff6600;
  cursor: pointer;
  font-size: 0.875em;
}

/* line 756, ../sass/_320-up.scss */
.submit {
  border: none;
  background: none;
  color: #00ccff;
  cursor: pointer;
  font-size: 1em;
}

/* line 765, ../sass/_320-up.scss */
.text-input {
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}

/* line 775, ../sass/_320-up.scss */
textarea {
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}

/* line 785, ../sass/_320-up.scss */
.error {
  color: #e44b45;
}

/* line 792, ../sass/_320-up.scss */
.venue-enquire-form .text-input, .venue-enquire-form textarea, .book-enquire-form .text-input, .book-enquire-form textarea {
  width: 100%;
  padding: 0.5em;
  font-size: 1.125em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 799, ../sass/_320-up.scss */
.venue-enquire-form p, .book-enquire-form p {
  margin-bottom: 0.5em;
}
/* line 803, ../sass/_320-up.scss */
.venue-enquire-form .submit, .book-enquire-form .submit {
  border: none;
  background: none;
  color: #00ccff;
  cursor: pointer;
  font-size: 1.250em;
  padding-bottom: 2em;
}

/* line 814, ../sass/_320-up.scss */
.book-options {
  list-style-type: none;
  width: 100%;
  overflow: hidden;
}
/* line 819, ../sass/_320-up.scss */
.book-options li {
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
}
/* line 825, ../sass/_320-up.scss */
.book-options input[type='checkbox'] {
  -webkit-appearance: none;
  width: 2em;
  height: 2em;
  background: #eeeeee;
  -moz-border-radius: 2px 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  float: left;
}
/* line 834, ../sass/_320-up.scss */
.book-options input[type='checkbox']:checked {
  background: #000;
  border: 4px solid #eeeeee;
}
/* line 839, ../sass/_320-up.scss */
.book-options .checkbox-text {
  color: #ff66cc;
  font-size: 1em;
  margin-left: 0.5em;
  margin-top: 0.3em;
  font-size: 1.125em;
  display: block;
  float: left;
}

/* line 851, ../sass/_320-up.scss */
.paging {
  margin-left: 1.5em;
}
/* line 854, ../sass/_320-up.scss */
.paging .pageList {
  padding-bottom: 1em;
}
/* line 857, ../sass/_320-up.scss */
.paging .pageList li {
  display: inline;
  float: left;
  margin-left: 10px;
}
/* line 862, ../sass/_320-up.scss */
.paging .pageList li a:hover {
  margin-left: 0;
}
/* line 867, ../sass/_320-up.scss */
.paging .pageList li:first-child {
  margin-left: 0;
}

/* line 876, ../sass/_320-up.scss */
.quote-box {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
/* line 881, ../sass/_320-up.scss */
.quote-box p, .quote-box h1 {
  font-size: 1.250em;
  color: #00ccff;
  margin-bottom: 0;
  line-height: 1.2em;
  font-family: 'vagroundedregular', arial, sans-serif;
}
/* line 889, ../sass/_320-up.scss */
.quote-box p.author, .quote-box h2 {
  font-size: 1em;
  color: white;
  margin-bottom: 1.5em;
  font-family: 'vagroundedregular', arial, sans-serif;
}

/* line 898, ../sass/_320-up.scss */
.quote-box.testimonial {
  margin-bottom: 2.5em;
}

/* line 903, ../sass/_320-up.scss */
#big-map-canvas {
  width: 100%;
  min-height: 20em;
  margin-bottom: 2em;
}

/* line 911, ../sass/_320-up.scss */
.news-taster {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5em;
  margin-bottom: 2.5em;
}
/* line 916, ../sass/_320-up.scss */
.news-taster h2 {
  font-size: 1.250em;
  margin-bottom: 0.625em;
  font-family: arial, sans-serif;
}
/* line 922, ../sass/_320-up.scss */
.news-taster h3 {
  font-size: 0.875em;
  margin-bottom: 0.625em;
  font-family: arial, sans-serif;
}
/* line 928, ../sass/_320-up.scss */
.news-taster img {
  margin-bottom: 0.625em;
}
/* line 932, ../sass/_320-up.scss */
.news-taster p {
  margin-bottom: 0;
}
/* line 936, ../sass/_320-up.scss */
.news-taster a {
  color: #ff66cc;
}

/* line 942, ../sass/_320-up.scss */
a.back {
  font-family: arial, sans-serif;
  color: #fff;
  margin-top: 1em;
  font-size: 0.875em;
}

/* line 950, ../sass/_320-up.scss */
.book-list {
  overflow: hidden;
  list-style-type: none;
}
/* line 954, ../sass/_320-up.scss */
.book-list li {
  float: left;
  margin-right: 0;
  margin-bottom: 1em;
  width: 50%;
}
/* line 960, ../sass/_320-up.scss */
.book-list li img {
  max-width: 100%;
  margin-bottom: 1em;
}
/* line 965, ../sass/_320-up.scss */
.book-list li a {
  color: #fff;
}

/* line 972, ../sass/_320-up.scss */
.small-map {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 977, ../sass/_320-up.scss */
#map-canvas {
  width: 100%;
  min-height: 10em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 985, ../sass/_320-up.scss */
#map-canvas:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 992, ../sass/_320-up.scss */
.spacehopper {
  display: none;
  position: absolute;
  right: 0em;
  bottom: 6em;
}

/* line 1000, ../sass/_320-up.scss */
.heading-border {
  background: url(images/heading-arrow.png) top left no-repeat;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: 1em;
  width: 9em;
}

/* line 1010, ../sass/_320-up.scss */
.v-border {
  background: url(images/extended-arrow.png) top left no-repeat;
  padding-left: 1em;
  padding-top: 0.5em;
}
/* line 1015, ../sass/_320-up.scss */
.v-border a {
  font-size: 1em;
}

/* line 1021, ../sass/_320-up.scss */
.menu-border {
  border-left: 1px solid #818181;
  padding-left: 1.3em;
  padding-bottom: 1em;
}

/* line 1028, ../sass/_320-up.scss */
.footer {
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #999999;
}
/* line 1037, ../sass/_320-up.scss */
.footer h2 a {
  color: #fff;
  font-size: 0.75em;
}
/* line 1043, ../sass/_320-up.scss */
.footer a {
  font-family: Arial;
  text-decoration: none;
  color: #999999;
  font-size: 0.8750em;
}
/* line 1050, ../sass/_320-up.scss */
.footer a:hover {
  color: #00ccff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 1056, ../sass/_320-up.scss */
.footer .privacy-links, .footer .sponsors {
  font-size: 0.750em;
}
/* line 1059, ../sass/_320-up.scss */
.footer .privacy-links a, .footer .sponsors a {
  font-size: 1em;
}
/* line 1064, ../sass/_320-up.scss */
.footer ul {
  list-style-type: none;
}
/* line 1070, ../sass/_320-up.scss */
.footer .footer-links a:hover {
  margin-left: 0.2em;
}
/* line 1077, ../sass/_320-up.scss */
.footer .footer-links-section h2, .footer .footer-links-section li {
  margin-bottom: 0.5em;
}

/* line 1084, ../sass/_320-up.scss */
.trip-advisor-reviews {
  overflow: hidden;
}
/* line 1087, ../sass/_320-up.scss */
.trip-advisor-reviews .review-logo {
  float: left;
  width: 42px;
  margin-right: 1em;
}
/* line 1093, ../sass/_320-up.scss */
.trip-advisor-reviews .review-copy {
  float: left;
  width: 80%;
}
/* line 1098, ../sass/_320-up.scss */
.trip-advisor-reviews blockquote {
  font-size: 0.875em;
  line-height: 1.4em;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0;
}
/* line 1106, ../sass/_320-up.scss */
.trip-advisor-reviews a {
  color: #99ff00;
}

/* line 1112, ../sass/_320-up.scss */
.latest-tweet {
  margin-top: 1em;
  overflow: hidden;
  border-top: 1px solid #999999;
  padding-top: 2.25em;
}
/* line 1118, ../sass/_320-up.scss */
.latest-tweet h1 {
  font-size: 1em;
}
/* line 1121, ../sass/_320-up.scss */
.latest-tweet h1 a {
  font-size: 1em;
  color: #fff;
}
/* line 1129, ../sass/_320-up.scss */
.latest-tweet h2 a {
  color: #999999;
}
/* line 1134, ../sass/_320-up.scss */
.latest-tweet p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #00ccff;
}
/* line 1140, ../sass/_320-up.scss */
.latest-tweet a {
  color: #fff;
}
/* line 1144, ../sass/_320-up.scss */
.latest-tweet .tweet-date {
  font-size: 0.8em;
  float: left;
  color: #999999;
}
/* line 1150, ../sass/_320-up.scss */
.latest-tweet .twitter-btn {
  color: #999999;
}
/* line 1154, ../sass/_320-up.scss */
.latest-tweet .twitter-follow-button {
  float: right;
}
/* line 1158, ../sass/_320-up.scss */
.latest-tweet .status {
  font-size: 1em;
}
/* line 1161, ../sass/_320-up.scss */
.latest-tweet .status a {
  font-size: 1em;
}
/* line 1166, ../sass/_320-up.scss */
.latest-tweet ul {
  float: right;
}
/* line 1170, ../sass/_320-up.scss */
.latest-tweet li {
  display: inline;
}

/* line 1176, ../sass/_320-up.scss */
.footer-links {
  text-indent: -99999px;
  height: 0;
}

/* line 1183, ../sass/_320-up.scss */
.privacy-links {
  border-top: 1px solid #999999;
  padding-top: 1.25em;
  padding-bottom: 2.5em;
  margin-top: 1.25em;
}
/* line 1189, ../sass/_320-up.scss */
.privacy-links li {
  margin-bottom: 0.5em;
}

/* line 1195, ../sass/_320-up.scss */
.sponsors {
  border-top: 1px solid #999999;
  padding-top: 1.5em;
  margin-top: 2.5em;
}
/* line 1200, ../sass/_320-up.scss */
.sponsors h1 {
  padding-bottom: 1em;
  color: #fff;
  font-size: 1em;
}
/* line 1206, ../sass/_320-up.scss */
.sponsors ul {
  overflow: hidden;
}
/* line 1210, ../sass/_320-up.scss */
.sponsors li {
  margin-right: 0em;
  width: 50%;
  display: block;
  float: left;
}
/* line 1216, ../sass/_320-up.scss */
.sponsors li img {
  max-width: 100%;
}

/* line 1223, ../sass/_320-up.scss */
.twitter-info {
  overflow: hidden;
}
/* line 1226, ../sass/_320-up.scss */
.twitter-info .twitter-pic, .twitter-info .twitter-name {
  float: left;
}
/* line 1231, ../sass/_320-up.scss */
.twitter-info .twitter-name {
  margin-left: 1em;
}

/* line 1237, ../sass/_320-up.scss */
.twitter-btn {
  margin-right: 0.5em;
}

/* line 1242, ../sass/_320-up.scss */
table {
  margin-bottom: 1em;
}
/* line 1245, ../sass/_320-up.scss */
table td {
  padding: 0em 0.5em 0em 0.5em;
  padding-left: 0;
  font-size: 0.875em;
  line-height: 1.5em;
  vertical-align: top;
}

/* line 1255, ../sass/_320-up.scss */
.visit-us-page {
  padding-top: 1em;
  overflow: hidden;
}

/* line 1261, ../sass/_320-up.scss */
.fb-like {
  display: none !important;
}

/* line 1266, ../sass/_320-up.scss */
td:first-child,
td:first-child {
  overflow: hidden;
  white-space: nowrap;
  width: 60px;
}

/* line 1274, ../sass/_320-up.scss */
.home-popup {
  width: 300px;
  margin: auto;
  border: 8px solid white;
  box-sizing: border-box;
  padding: 40px 20px;
  background: black;
  text-align: center;
  position: relative;
  font-family: Arial;
}
/* line 1285, ../sass/_320-up.scss */
.home-popup a {
  color: #00ccff;
}
/* line 1289, ../sass/_320-up.scss */
.home-popup h1 {
  color: #ff66cc;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 1295, ../sass/_320-up.scss */
.home-popup p {
  margin-bottom: 20px;
  line-height: 18px;
}
/* line 1300, ../sass/_320-up.scss */
.home-popup .main-logo {
  position: relative;
  width: 233px;
  margin: auto;
  float: none;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (min-width: 480px) {
  /* line 3, ../sass/_480-up.scss */
  .sponsors li {
    width: 25%;
  }

  /* line 11, ../sass/_480-up.scss */
  .book-list li {
    float: left;
    margin-right: 1em;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 4, ../sass/_768-up.scss */
  body {
    background: url(images/backgrounds/mob-bg.jpg) top center no-repeat #000;
  }

  /* line 9, ../sass/_768-up.scss */
  body.home #main {
    background: url(images/backgrounds/home.jpg) top center no-repeat #000;
  }

  /* line 14, ../sass/_768-up.scss */
  body.about-us #main {
    background: url(images/backgrounds/about-us.jpg) top center no-repeat #000;
  }

  /* line 19, ../sass/_768-up.scss */
  body.books #main {
    background: url(images/backgrounds/books.jpg) top center no-repeat #000;
  }

  /* line 24, ../sass/_768-up.scss */
  body.learning #main {
    background: url(images/backgrounds/learning.jpg) top center no-repeat #000;
  }

  /* line 29, ../sass/_768-up.scss */
  body.support-us #main {
    background: url(images/backgrounds/support-us.jpg) top center no-repeat #000;
  }

  /* line 34, ../sass/_768-up.scss */
  body.visit-us #main {
    background: url(images/backgrounds/visit-us.jpg) top center no-repeat #000;
  }

  /* line 39, ../sass/_768-up.scss */
  body.venue-hire #main {
    background: url(images/backgrounds/visit-us.jpg) top center no-repeat #000;
  }

  /* line 44, ../sass/_768-up.scss */
  body.whats-on #main {
    background: url(images/backgrounds/whats-on.jpg) top center no-repeat #000;
  }

  /* line 49, ../sass/_768-up.scss */
  .wrapper {
    max-width: 48em;
    margin: auto;
    padding: 0;
    position: relative;
  }

  /* line 57, ../sass/_768-up.scss */
  .main-logo {
    position: static;
    float: left;
    margin-top: 2em;
    max-width: 9em;
  }
  /* line 63, ../sass/_768-up.scss */
  .main-logo img {
    max-width: 100%;
  }

  /* line 69, ../sass/_768-up.scss */
  .social-links {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 74, ../sass/_768-up.scss */
  .social-links li {
    display: block;
    float: left;
    margin-left: 0.5em;
  }
  /* line 79, ../sass/_768-up.scss */
  .social-links li a {
    display: block;
    width: 23px;
    height: 23px;
  }

  /* line 89, ../sass/_768-up.scss */
  #site-header .nav-btn, #site-header .text-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* line 101, ../sass/_768-up.scss */
  #main-nav {
    margin-top: 2.5em;
    width: 31em;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 108, ../sass/_768-up.scss */
  #main-nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 119, ../sass/_768-up.scss */
  #main-nav ul {
    text-align: center;
    white-space: nowrap;
  }
  /* line 124, ../sass/_768-up.scss */
  #main-nav li {
    padding: 0.2em 0.4em;
    display: inline-block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  /* line 130, ../sass/_768-up.scss */
  #main-nav li a {
    font-size: 1em;
  }
  /* line 135, ../sass/_768-up.scss */
  #main-nav li a:hover {
    background: none;
    color: #00ccff;
    border-bottom: 0.188em solid #00ccff;
  }
  /* line 145, ../sass/_768-up.scss */
  #main-nav li.active a {
    background: none;
    color: #00ccff;
  }
  /* line 152, ../sass/_768-up.scss */
  #main-nav li:last-child {
    border-right: none;
  }
  /* line 156, ../sass/_768-up.scss */
  #main-nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* line 169, ../sass/_768-up.scss */
  .home-intro {
    overflow: hidden;
  }
  /* line 172, ../sass/_768-up.scss */
  .home-intro h1 {
    font-size: 2em;
  }
  /* line 176, ../sass/_768-up.scss */
  .home-intro .home-blurb {
    padding-left: 2.5em;
  }

  /* line 182, ../sass/_768-up.scss */
  .main-col {
    width: 66%;
    max-width: 40em;
    float: left;
  }

  /* line 189, ../sass/_768-up.scss */
  .main-col-home {
    float: left;
    width: 72%;
    max-width: 46em;
  }
  /* line 194, ../sass/_768-up.scss */
  .main-col-home p {
    width: 80%;
  }
  /* line 198, ../sass/_768-up.scss */
  .main-col-home h1 {
    margin-top: 1em;
  }

  /* line 204, ../sass/_768-up.scss */
  .side-col, .side-col-home {
    float: right;
    width: 33%;
    max-width: 20.000em;
  }
  /* line 209, ../sass/_768-up.scss */
  .side-col h1, .side-col-home h1 {
    font-size: 1.375em;
  }
  /* line 213, ../sass/_768-up.scss */
  .side-col h2, .side-col-home h2 {
    font-size: 1.375em;
  }

  /* line 224, ../sass/_768-up.scss */
  .side-col-home {
    width: 26%;
    max-width: 16em;
  }

  /* line 230, ../sass/_768-up.scss */
  .feature-block, .feature-block-horizontal, .feature-block-vertical, .feature-block-school {
    margin-bottom: 2em;
  }
  /* line 232, ../sass/_768-up.scss */
  .feature-block img, .feature-block-horizontal img, .feature-block-vertical img, .feature-block-school img {
    max-width: 100%;
    margin-bottom: 0.625em;
  }
  /* line 238, ../sass/_768-up.scss */
  .feature-block p, .feature-block-horizontal p, .feature-block-vertical p, .feature-block-school p {
    margin-bottom: 0;
  }

  /* line 244, ../sass/_768-up.scss */
  .feature-block-school {
    overflow: hidden;
  }
  /* line 247, ../sass/_768-up.scss */
  .feature-block-school .school-image, .feature-block-school .school-text {
    float: left;
    width: 50%;
  }

  /* line 254, ../sass/_768-up.scss */
  .feature-block-venue {
    overflow: hidden;
  }
  /* line 257, ../sass/_768-up.scss */
  .feature-block-venue .venue-image, .feature-block-venue .venue-text {
    float: left;
    width: 50%;
  }
  /* line 261, ../sass/_768-up.scss */
  .feature-block-venue .venue-image a, .feature-block-venue .venue-text a {
    color: #ff66cc;
  }

  /* line 268, ../sass/_768-up.scss */
  .feature-block-horizontal {
    float: left;
    width: 49%;
    margin-right: 1%;
    height: 16em;
    margin-bottom: 1em;
  }
  /* line 275, ../sass/_768-up.scss */
  .feature-block-horizontal p {
    margin-bottom: 0;
  }

  /* line 281, ../sass/_768-up.scss */
  .feature-block-horizontal.alt {
    float: right;
    margin-right: 0;
  }

  /* line 287, ../sass/_768-up.scss */
  .two-column {
    float: left;
    width: 50%;
  }

  /* line 296, ../sass/_768-up.scss */
  .footer-links {
    border-top: 1px solid #999999;
    margin-top: 1.250em;
    padding-top: 1.250em;
    overflow: hidden;
  }

  /* line 304, ../sass/_768-up.scss */
  .footer-links-section {
    width: 12%;
    float: left;
    border-left: 1px solid #999999;
    padding-left: 2.5%;
    min-height: 15em;
  }

  /* line 313, ../sass/_768-up.scss */
  .privacy-links {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin-top: 1.25em;
  }
  /* line 318, ../sass/_768-up.scss */
  .privacy-links li {
    margin-right: 1em;
    display: block;
    float: left;
  }

  /* line 326, ../sass/_768-up.scss */
  .sponsors {
    margin-top: 1.25em;
  }
  /* line 329, ../sass/_768-up.scss */
  .sponsors li {
    margin-right: 0em;
    width: 14.2%;
  }
  /* line 333, ../sass/_768-up.scss */
  .sponsors li img {
    width: 124px;
  }

  /* line 345, ../sass/_768-up.scss */
  .js-ready .text-size {
    display: none;
    top: -1000em;
  }

  /* line 351, ../sass/_768-up.scss */
  .privacy-links {
    padding-top: 2.5em;
  }
  /* line 354, ../sass/_768-up.scss */
  .privacy-links li {
    display: inline;
    margin-bottom: 0;
  }

  /* line 361, ../sass/_768-up.scss */
  .trip-advisor {
    width: 100%;
  }

  /* line 366, ../sass/_768-up.scss */
  .footer {
    padding-top: 1em;
  }

  /* line 371, ../sass/_768-up.scss */
  .footer-links {
    text-indent: 0;
    height: auto;
  }

  /* line 377, ../sass/_768-up.scss */
  .footer-links-section:first-child {
    border-left: none;
    padding-left: 0;
  }

  /* line 383, ../sass/_768-up.scss */
  .book-options {
    list-style-type: none;
    width: 60%;
    overflow: hidden;
    margin-bottom: 2em;
  }
  /* line 389, ../sass/_768-up.scss */
  .book-options li {
    float: left;
    width: 50%;
  }

  /* line 398, ../sass/_768-up.scss */
  .venue-enquire-form .text-input, .venue-enquire-form textarea, .book-enquire-form .text-input, .book-enquire-form textarea {
    width: 60%;
  }
  /* line 402, ../sass/_768-up.scss */
  .venue-enquire-form h3, .book-enquire-form h3 {
    margin-top: 2em;
  }

  /* line 408, ../sass/_768-up.scss */
  .spacehopper {
    top: -9999px;
    right: 0em;
  }

  /* line 420, ../sass/_768-up.scss */
  .trip-advisor-reviews blockquote {
    width: 80%;
  }

  /* line 426, ../sass/_768-up.scss */
  ul.legal-links {
    float: left;
    overflow: hidden;
  }

  /* line 432, ../sass/_768-up.scss */
  li.activation {
    margin-left: 12em;
  }

  /* line 437, ../sass/_768-up.scss */
  .fb-like {
    display: block !important;
    float: right;
    margin-top: -0.5em;
  }

  /* line 444, ../sass/_768-up.scss */
  td:first-child,
  td:first-child {
    overflow: hidden;
    white-space: nowrap;
    width: 185px;
  }

  /* line 451, ../sass/_768-up.scss */
  .home-popup {
    width: 540px;
    margin: auto;
  }
  /* line 455, ../sass/_768-up.scss */
  .home-popup h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) {
  /* line 64, socialicons/*.png */
  .socialicons-sprite, .socialicons-facebook, .socialicons-trip-advisor, .socialicons-twitter {
    background-image: url('images/socialicons-s8a21bf372e.png');
    background-repeat: no-repeat;
  }

  /* line 84, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
  .socialicons-facebook {
    background-position: 0 0;
  }

  /* line 84, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
  .socialicons-trip-advisor {
    background-position: 0 -23px;
  }

  /* line 84, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
  .socialicons-twitter {
    background-position: 0 -46px;
  }

  /* line 4, ../sass/_980-up.scss */
  .wrapper {
    max-width: 56.250em;
    margin: auto;
    padding: 0;
    position: relative;
  }

  /* line 12, ../sass/_980-up.scss */
  .main-logo {
    position: static;
    float: left;
    margin-top: 2em;
    max-width: 10em;
  }
  /* line 18, ../sass/_980-up.scss */
  .main-logo img {
    max-width: 100%;
  }

  /* line 24, ../sass/_980-up.scss */
  .social-links {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 29, ../sass/_980-up.scss */
  .social-links li {
    display: block;
    float: left;
    margin-left: 0.5em;
  }
  /* line 34, ../sass/_980-up.scss */
  .social-links li a {
    display: block;
    width: 23px;
    height: 23px;
  }

  /* line 44, ../sass/_980-up.scss */
  #site-header .nav-btn, #site-header .text-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* line 56, ../sass/_980-up.scss */
  #main-nav {
    margin-top: 2.5em;
    width: 39.2em;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 63, ../sass/_980-up.scss */
  #main-nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 74, ../sass/_980-up.scss */
  #main-nav ul {
    text-align: center;
    white-space: nowrap;
  }
  /* line 79, ../sass/_980-up.scss */
  #main-nav li {
    display: inline-block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  /* line 84, ../sass/_980-up.scss */
  #main-nav li a {
    font-size: 1.25em;
  }
  /* line 88, ../sass/_980-up.scss */
  #main-nav li a:hover {
    background: none;
    color: #00ccff;
  }
  /* line 96, ../sass/_980-up.scss */
  #main-nav li.active a {
    background: none;
    color: #00ccff;
  }
  /* line 102, ../sass/_980-up.scss */
  #main-nav li:last-child {
    border-right: none;
  }
  /* line 106, ../sass/_980-up.scss */
  #main-nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* line 119, ../sass/_980-up.scss */
  .home-intro {
    overflow: hidden;
  }
  /* line 124, ../sass/_980-up.scss */
  .home-intro .main-col-home h1 {
    margin-top: 1em;
    font-size: 2em;
    padding-left: 1em;
  }
  /* line 130, ../sass/_980-up.scss */
  .home-intro .main-col-home p {
    padding-left: 2em;
  }
  /* line 135, ../sass/_980-up.scss */
  .home-intro .home-blurb {
    padding-left: 1.5em;
  }

  /* line 143, ../sass/_980-up.scss */
  .feature-block img, .feature-block-horizontal img, .feature-block-vertical img, .feature-block-school img {
    max-width: 100%;
    margin-bottom: 0.625em;
  }

  /* line 150, ../sass/_980-up.scss */
  .feature-block-school {
    overflow: hidden;
  }
  /* line 153, ../sass/_980-up.scss */
  .feature-block-school .school-image, .feature-block-school .school-text {
    float: left;
    width: 50%;
  }

  /* line 160, ../sass/_980-up.scss */
  .feature-block-horizontal {
    max-width: 290px;
  }

  /* line 165, ../sass/_980-up.scss */
  .two-column {
    float: left;
    width: 50%;
  }

  /* line 173, ../sass/_980-up.scss */
  .sponsor-list li.forth {
    margin-right: 0;
  }

  /* line 181, ../sass/_980-up.scss */
  .book-list li.fifth {
    margin-right: 0;
  }

  /* line 187, ../sass/_980-up.scss */
  li.activation {
    margin-left: 18em;
  }

  /* line 192, ../sass/_980-up.scss */
  .spacehopper {
    top: -9999px;
    right: 1em;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2, ../sass/_1000-up.scss */
  .wrapper {
    max-width: 61.250em;
    margin: auto;
  }

  /* line 8, ../sass/_1000-up.scss */
  .main-logo {
    margin-top: 1.5em;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 1, ../sass/_1400-up.scss */
  body #main {
    background-size: contain;
    min-height: 1050px;
  }

  /* line 7, ../sass/_1400-up.scss */
  body.home #main {
    background-size: contain;
  }

  /* line 12, ../sass/_1400-up.scss */
  body.about-us #main {
    background-size: contain;
  }

  /* line 17, ../sass/_1400-up.scss */
  body.books #main {
    background-size: contain;
  }

  /* line 22, ../sass/_1400-up.scss */
  body.learning #main {
    background-size: contain;
  }

  /* line 27, ../sass/_1400-up.scss */
  body.support-us #main {
    background-size: contain;
  }

  /* line 32, ../sass/_1400-up.scss */
  body.visit-us #main {
    background-size: contain;
  }

  /* line 37, ../sass/_1400-up.scss */
  body.venue-hire #main {
    background-size: contain;
  }

  /* line 42, ../sass/_1400-up.scss */
  body.whats-on #main {
    background-size: contain;
  }

  /* line 47, ../sass/_1400-up.scss */
  li.activation {
    margin-left: 24em;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1, ../sass/_1600-up.scss */
  body #main {
    background-size: contain;
    min-height: 1200px;
  }
}
@media screen and (min-width: 1800px) {
  /* line 1, ../sass/_1800-up.scss */
  body #main {
    background-size: contain;
    min-height: 1400px;
  }
}
@media screen and (max-width: 767px) {
  /* line 3, ../sass/_767-down.scss */
  #main-nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  /* line 8, ../sass/_767-down.scss */
  #main-nav .close-btn {
    position: absolute;
    top: 0.75em;
    left: 1.875em;
  }
  /* line 14, ../sass/_767-down.scss */
  #main-nav .block {
    position: relative;
    padding: 0;
  }
  /* line 19, ../sass/_767-down.scss */
  #main-nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* line 23, ../sass/_767-down.scss */
  #main-nav li a {
    padding: 0.85714em 2.14286em;
  }
  /* line 28, ../sass/_767-down.scss */
  #main-nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* line 32, ../sass/_767-down.scss */
  #main-nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }

  /* line 47, ../sass/_767-down.scss */
  #main-nav:not(:target) {
    z-index: 1;
    height: 0;
  }

  /* line 51, ../sass/_767-down.scss */
  #main-nav:target .close-btn {
    display: block;
  }

  /* line 54, ../sass/_767-down.scss */
  .js-ready #main-nav {
    height: 100%;
    width: 70%;
    background: #000;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) -1.5em 0 1.5em -0.75em inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) -1.5em 0 1.5em -0.75em inset;
    box-shadow: rgba(0, 0, 0, 0.25) -1.5em 0 1.5em -0.75em inset;
  }

  /* line 67, ../sass/_767-down.scss */
  .js-ready #main-nav .close-btn {
    display: block;
    color: #fff;
  }

  /* line 75, ../sass/_767-down.scss */
  .js-ready #main-nav .close-btn:focus, .js-ready #main-nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 81, ../sass/_767-down.scss */
  .js-ready #main-nav {
    left: -70%;
  }

  /* line 85, ../sass/_767-down.scss */
  .js-ready #inner-wrap {
    left: 0;
  }

  /* line 90, ../sass/_767-down.scss */
  .js-nav #inner-wrap {
    left: 70%;
  }

  /* line 95, ../sass/_767-down.scss */
  .csstransforms3d.csstransitions.js-ready #main-nav {
    left: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* line 100, ../sass/_767-down.scss */
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* line 109, ../sass/_767-down.scss */
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  /* line 113, ../sass/_767-down.scss */
  .csstransforms3d.csstransitions.js-ready #main-nav {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: 1;
    height: auto;
  }

  /*.csstransforms3d.csstransitions.js-ready #main-nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    @include transition-property(opacity, transform);
    @include transition-duration(300ms, 500ms);
    @include transition-timing-function(ease); 
    @include transform(translate3d(60%, 0, 0) scale3d(0.8, 0.8, 0.8));
    @include transform-origin(50% 0%);
  }

  .csstransforms3d.csstransitions.js-nav #main-nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    @include transform(translate3d(0, 0, 0));
  }*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /*.heading-border
  {
    background: url(images/heading-arrow@x2.png) top left no-repeat;
    background-size: 1em 9em;
  }*/
}
