/**** Base styles ****/
/* line 11, sass/main.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* line 19, sass/main.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
  display: block; }

/*Colors*/
/*@Fonts*/
@font-face {
  font-family: 'UniversLTStd-BoldCn';
  src: url("../fonts/univers-bold/attackltstd-boldcn.eot");
  src: url("../fonts/univers-bold/attackltstd-boldcn.eot?#iefix") format("embedded-opentype"), url("../fonts/univers-bold/attackltstd-boldcn.woff") format("woff"), url("../fonts/univers-bold/attackltstd-boldcn.ttf") format("truetype"), url("../fonts/univers-bold/attackltstd-boldcn.svg#attackltstd-boldcn") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UniversLTStd-LightUltraCn';
  src: url("../fonts/univers-ultra-cn/universltstd-lightultracn.eot");
  src: url("../fonts/univers-ultra-cn/universltstd-lightultracn.eot?#iefix") format("embedded-opentype"), url("../fonts/univers-ultra-cn/universltstd-lightultracn.woff") format("woff"), url("../fonts/univers-ultra-cn/universltstd-lightultracn.ttf") format("truetype"), url("../fonts/univers-ultra-cn/universltstd-lightultracn.svg#universltstd-lightultracn") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UniversLTStd-Cn';
  src: url("../fonts/univers-cn/universltstd-cn.eot");
  src: url("../fonts/univers-cn/universltstd-cn.eot?#iefix") format("embedded-opentype"), url("../fonts/univers-cn/universltstd-cn.woff") format("woff"), url("../fonts/univers-cn/universltstd-cn.ttf") format("truetype"), url("../fonts/univers-cn/universltstd-cn.svg#universltstd-cn") format("svg");
  font-weight: normal;
  font-style: normal; }

/*ScrollBars*/
/* Let's get this party started */
/* line 65, sass/main.scss */
::-webkit-scrollbar {
  width: 10px;
  background: #000; }

/* Track */
/* line 70, sass/main.scss */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

/* Handle */
/* line 76, sass/main.scss */
::-webkit-scrollbar-thumb {
  background: #630414; }

/* line 79, sass/main.scss */
::-webkit-scrollbar-thumb:window-inactive {
  background: #000; }

/*End ScrollBars*/
/* line 84, sass/main.scss */
html {
  height: 100%; }

/* line 86, sass/main.scss */
ul {
  list-style: none; }

/* line 90, sass/main.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* line 99, sass/main.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* line 105, sass/main.scss */
body {
  font-family: 'UniversLTStd-Cn';
  background: #000;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #333333 url("../img/contact-bg.gif") repeat; }

/* line 115, sass/main.scss */
a {
  color: #555;
  text-decoration: none; }

/* line 120, sass/main.scss */
.container {
  width: 100%;
  position: relative; }

/* line 126, sass/main.scss */
.clr {
  clear: both;
  padding: 0;
  height: 0;
  margin: 0; }

/* line 133, sass/main.scss */
.main {
  width: 90%;
  margin: 0 auto;
  position: relative; }

/* line 140, sass/main.scss */
.container > nav,
.content-wrapper {
  padding: 30px;
  width: 90%;
  max-width: 960px;
  margin: 0 auto; }

/* line 147, sass/main.scss */
.content-wrapper p {
  padding-top: 30px;
  line-height: 26px; }

/* line 152, sass/main.scss */
.container > header h1 {
  font-size: 34px;
  line-height: 38px;
  margin: 0;
  font-weight: 700;
  color: #333;
  float: left; }

/* line 161, sass/main.scss */
.container > header h1 span {
  display: block;
  font-size: 20px;
  font-weight: 300; }

/*Colors*/
/* Header Style */
/* line 172, sass/main.scss */
header {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #2d2e2e;
  height: 45px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  padding: 0 1em; }

/* line 173, sass/main.scss */
header div {
  padding-top: 5px; }

/* line 175, sass/main.scss */
h1 {
  margin: 0;
  height: 35px;
  width: 101px;
  position: relative;
  float: left; }

/* line 183, sass/main.scss */
h1 span {
  background: url("../img/logo.png") no-repeat bottom left;
  display: block;
  height: 35px;
  text-indent: -9999px;
  width: 101px;
  cursor: pointer; }

/* line 190, sass/main.scss */
h2 {
  font-family: 'UniversLTStd-LightUltraCn';
  text-transform: uppercase;
  font-size: 45px; }

/* line 192, sass/main.scss */
nav {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: 'UniversLTStd-Cn';
  text-transform: uppercase; }

/* line 202, sass/main.scss */
nav ul {
  margin: 13px 0 0 0; }

/* line 206, sass/main.scss */
nav li {
  float: left;
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .2s ease-in-out; }

/* line 215, sass/main.scss */
nav li:hover, .active {
  cursor: pointer;
  color: #c50727; }

/* line 221, sass/main.scss */
.center {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }

/* line 222, sass/main.scss */
#news {
  min-height: 1000px;
  background: #000;
  border-top: 1px solid rgba(197, 7, 39, 0.5);
  padding-top: 80px; }

/* line 223, sass/main.scss */
#tourplan {
  height: 890px;
  background: #000;
  border-top: 1px solid #620313; }

/* line 224, sass/main.scss */
#community {
  height: 800px;
  background: black url("../img/backstage-bg.jpg") no-repeat center bottom; }

/* line 225, sass/main.scss */
#audio {
  min-height: 950px;
  background: url("../img/table.jpg") repeat center top; }

/* line 226, sass/main.scss */
#video {
  height: 1000px;
  background: #333333 url("../img/video-bg.jpg") repeat; }

/* line 227, sass/main.scss */
#contact {
  min-height: 1000px;
  background: #333333 url("../img/contact-bg.gif") repeat; }

/* line 228, sass/main.scss */
#fat-footer {
  height: 200px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #444; }

/*Home Slider*/
/* line 231, sass/main.scss */
.sl-slider-wrapper {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

/* line 239, sass/main.scss */
.sl-slider {
  position: absolute;
  top: 0;
  left: 0; }

/* Slide wrapper and slides */
/* line 249, sass/main.scss */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0; }

/* line 257, sass/main.scss */
.sl-slide {
  z-index: 1; }

/* The duplicate parts/slices */
/* line 263, sass/main.scss */
.sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1; }

/* Horizontal slice */
/* line 280, sass/main.scss */
.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1); }

/* line 291, sass/main.scss */
.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px; }

/* line 296, sass/main.scss */
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px; }

/* Vertical slice */
/* line 303, sass/main.scss */
.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1); }

/* line 314, sass/main.scss */
.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px; }

/* line 319, sass/main.scss */
.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px; }

/* Content wrapper */
/* Width and height is set dynamically */
/* line 326, sass/main.scss */
.sl-content-wrapper {
  position: absolute; }

/* line 330, sass/main.scss */
.sl-content {
  width: 100%;
  height: 100%;
  background: #fff; }

/* Default styles for background colors */
/* line 337, sass/main.scss */
.sl-slide-horizontal .sl-slide-inner {
  background: #000; }

/* line 341, sass/main.scss */
.sl-slide-vertical .sl-slide-inner {
  background: #ccc; }

/* line 345, sass/main.scss */
.demo-2 .sl-slider-wrapper {
  font-family: 'UniversLTStd-LightUltraCn';
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative; }

/* line 353, sass/main.scss */
.demo-2 .sl-slider h2,
.demo-2 .sl-slider blockquote {
  padding: 100px 30px 10px 30px;
  width: 90%;
  max-width: 960px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 100; }

/* line 363, sass/main.scss */
.demo-2 .sl-slider h2 {
  font-size: 90px;
  text-shadow: 1px 1px 5px black;
  line-height: 1;
  text-transform: uppercase; }

/* line 371, sass/main.scss */
.demo-2 .sl-slider blockquote {
  font-size: 24px;
  padding-top: 10px;
  font-weight: 300;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.9);
  font-family: 'UniversLTStd-BoldCn'; }

/* line 380, sass/main.scss */
.demo-2 .sl-slider blockquote cite {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 30px;
  display: inline-block;
  color: #c50727;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); }

/* line 393, sass/main.scss */
.demo-2 .bg-img {
  padding: 200px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: -200px;
  left: -200px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center; }

/* Custom navigation arrows */
/* line 412, sass/main.scss */
.nav-arrows span {
  position: absolute;
  z-index: 2000;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 8px solid #ddd;
  border: 8px solid rgba(150, 150, 150, 0.4);
  text-indent: -90000px;
  margin-top: -40px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 431, sass/main.scss */
.nav-arrows span:hover {
  border-color: rgba(150, 150, 150, 0.9); }

/* line 435, sass/main.scss */
.nav-arrows span.nav-arrow-prev {
  left: 5%;
  border-right: none;
  border-top: none; }

/* line 441, sass/main.scss */
.nav-arrows span.nav-arrow-next {
  right: 5%;
  border-left: none;
  border-bottom: none; }

/* Custom navigation dots */
/* line 449, sass/main.scss */
.nav-dots {
  text-align: center;
  position: absolute;
  bottom: 2%;
  height: 30px;
  width: 100%;
  left: 0;
  z-index: 1000; }

/* line 459, sass/main.scss */
.nav-dots span {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 3px;
  background: #ddd;
  background: rgba(150, 150, 150, 0.4);
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1); }

/* line 474, sass/main.scss */
.demo-2 .nav-dots span {
  background: rgba(150, 150, 150, 0.1);
  margin: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(255, 255, 255, 0.5); }

/* line 489, sass/main.scss */
.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.5); }

/* line 496, sass/main.scss */
.nav-dots span.nav-dot-current:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8); }

/* Content elements */
/* line 509, sass/main.scss */
.demo-2 .bg-img-1 {
  background-image: url(../img/1.jpg); }

/* line 512, sass/main.scss */
.demo-2 .bg-img-2 {
  background-image: url(../img/2.jpg); }

/* line 515, sass/main.scss */
.demo-2 .bg-img-3 {
  background-image: url(../img/3.jpg); }

/* line 518, sass/main.scss */
.demo-2 .bg-img-4 {
  background-image: url(../img/4.jpg); }

/* line 521, sass/main.scss */
.demo-2 .bg-img-5 {
  background-image: url(../img/5.jpg); }

/* line 524, sass/main.scss */
.demo-2 .bg-img-6 {
  background-image: url(../img/6.jpg); }

/* Animations for content elements */
/* line 530, sass/main.scss */
.sl-trans-elems .deco {
  -webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  -moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  -o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  -ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  animation: roll 1s ease-out both, fadeIn 1s ease-out both; }

/* line 537, sass/main.scss */
.sl-trans-elems h2 {
  -webkit-animation: moveUp 1s ease-in-out both;
  -moz-animation: moveUp 1s ease-in-out both;
  -o-animation: moveUp 1s ease-in-out both;
  -ms-animation: moveUp 1s ease-in-out both;
  animation: moveUp 1s ease-in-out both; }

/* line 544, sass/main.scss */
.sl-trans-elems blockquote {
  -webkit-animation: fadeIn 0.5s linear 0.5s both;
  -moz-animation: fadeIn 0.5s linear 0.5s both;
  -o-animation: fadeIn 0.5s linear 0.5s both;
  -ms-animation: fadeIn 0.5s linear 0.5s both;
  animation: fadeIn 0.5s linear 0.5s both; }

/* line 551, sass/main.scss */
.sl-trans-back-elems .deco {
  -webkit-animation: scaleDown 1s ease-in-out both;
  -moz-animation: scaleDown 1s ease-in-out both;
  -o-animation: scaleDown 1s ease-in-out both;
  -ms-animation: scaleDown 1s ease-in-out both;
  animation: scaleDown 1s ease-in-out both; }

/* line 558, sass/main.scss */
.sl-trans-back-elems h2 {
  -webkit-animation: fadeOut 1s ease-in-out both;
  -moz-animation: fadeOut 1s ease-in-out both;
  -o-animation: fadeOut 1s ease-in-out both;
  -ms-animation: fadeOut 1s ease-in-out both;
  animation: fadeOut 1s ease-in-out both; }

/* line 565, sass/main.scss */
.sl-trans-back-elems blockquote {
  -webkit-animation: fadeOut 1s linear both;
  -moz-animation: fadeOut 1s linear both;
  -o-animation: fadeOut 1s linear both;
  -ms-animation: fadeOut 1s linear both;
  animation: fadeOut 1s linear both; }

@-webkit-keyframes roll {
  /* line 573, sass/main.scss */
  0% {
    -webkit-transform: translateX(500px) rotate(360deg); }

  /* line 574, sass/main.scss */
  100% {
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes roll {
  /* line 577, sass/main.scss */
  0% {
    -moz-transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  /* line 578, sass/main.scss */
  100% {
    -moz-transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@-o-keyframes roll {
  /* line 581, sass/main.scss */
  0% {
    -o-transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  /* line 582, sass/main.scss */
  100% {
    -o-transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@-ms-keyframes roll {
  /* line 585, sass/main.scss */
  0% {
    -ms-transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  /* line 586, sass/main.scss */
  100% {
    -ms-transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@keyframes roll {
  /* line 589, sass/main.scss */
  0% {
    transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  /* line 590, sass/main.scss */
  100% {
    transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@-webkit-keyframes moveUp {
  /* line 593, sass/main.scss */
  0% {
    -webkit-transform: translateY(40px); }

  /* line 594, sass/main.scss */
  100% {
    -webkit-transform: translateY(0px); } }

@-moz-keyframes moveUp {
  /* line 597, sass/main.scss */
  0% {
    -moz-transform: translateY(40px); }

  /* line 598, sass/main.scss */
  100% {
    -moz-transform: translateY(0px); } }

@-o-keyframes moveUp {
  /* line 601, sass/main.scss */
  0% {
    -o-transform: translateY(40px); }

  /* line 602, sass/main.scss */
  100% {
    -o-transform: translateY(0px); } }

@-ms-keyframes moveUp {
  /* line 605, sass/main.scss */
  0% {
    -ms-transform: translateY(40px); }

  /* line 606, sass/main.scss */
  100% {
    -ms-transform: translateY(0px); } }

@keyframes moveUp {
  /* line 609, sass/main.scss */
  0% {
    transform: translateY(40px); }

  /* line 610, sass/main.scss */
  100% {
    transform: translateY(0px); } }

@-webkit-keyframes fadeIn {
  /* line 613, sass/main.scss */
  0% {
    opacity: 0; }

  /* line 614, sass/main.scss */
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  /* line 617, sass/main.scss */
  0% {
    opacity: 0; }

  /* line 618, sass/main.scss */
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  /* line 621, sass/main.scss */
  0% {
    opacity: 0; }

  /* line 622, sass/main.scss */
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  /* line 625, sass/main.scss */
  0% {
    opacity: 0; }

  /* line 626, sass/main.scss */
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  /* line 629, sass/main.scss */
  0% {
    opacity: 0; }

  /* line 630, sass/main.scss */
  100% {
    opacity: 1; } }

@-webkit-keyframes scaleDown {
  /* line 633, sass/main.scss */
  0% {
    -webkit-transform: scale(1); }

  /* line 634, sass/main.scss */
  100% {
    -webkit-transform: scale(0.5); } }

@-moz-keyframes scaleDown {
  /* line 637, sass/main.scss */
  0% {
    -moz-transform: scale(1); }

  /* line 638, sass/main.scss */
  100% {
    -moz-transform: scale(0.5); } }

@-o-keyframes scaleDown {
  /* line 641, sass/main.scss */
  0% {
    -o-transform: scale(1); }

  /* line 642, sass/main.scss */
  100% {
    -o-transform: scale(0.5); } }

@-ms-keyframes scaleDown {
  /* line 645, sass/main.scss */
  0% {
    -ms-transform: scale(1); }

  /* line 646, sass/main.scss */
  100% {
    -ms-transform: scale(0.5); } }

@keyframes scaleDown {
  /* line 649, sass/main.scss */
  0% {
    transform: scale(1); }

  /* line 650, sass/main.scss */
  100% {
    transform: scale(0.5); } }

@-webkit-keyframes fadeOut {
  /* line 653, sass/main.scss */
  0% {
    opacity: 1; }

  /* line 654, sass/main.scss */
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  /* line 657, sass/main.scss */
  0% {
    opacity: 1; }

  /* line 658, sass/main.scss */
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  /* line 661, sass/main.scss */
  0% {
    opacity: 1; }

  /* line 662, sass/main.scss */
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  /* line 665, sass/main.scss */
  0% {
    opacity: 1; }

  /* line 666, sass/main.scss */
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /* line 669, sass/main.scss */
  0% {
    opacity: 1; }

  /* line 670, sass/main.scss */
  100% {
    opacity: 0; } }

/* Media Queries for custom slider */
@media screen and (max-width: 660px) {
  /* line 679, sass/main.scss */
  .demo-2 .sl-slider-wrapper {
    height: 500px; }

  /* line 683, sass/main.scss */
  .demo-2 .sl-slider h2 {
    font-size: 36px; }

  /* line 687, sass/main.scss */
  .demo-2 .sl-slider blockquote {
    font-size: 16px; } }
/*News Section*/
/* line 694, sass/main.scss */
#container {
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both; }

/* line 701, sass/main.scss */
.centered {
  position: relative;
  margin: 0 auto;
  max-width: 1400px; }

/* line 703, sass/main.scss */
.box {
  font-size: 11px;
  float: left;
  border: 5px solid #000; }

/* line 709, sass/main.scss */
.box:hover {
  border: 5px solid rgba(197, 7, 39, 0.5); }
  /* line 710, sass/main.scss */
  .box:hover p span {
    color: #c50727; }

/* line 714, sass/main.scss */
.box h2 {
  font-size: 14px;
  font-weight: 200; }

/* line 719, sass/main.scss */
.box img {
  display: block;
  max-width: 100%; }

/* line 726, sass/main.scss */
.col1 {
  width: 600px;
  height: 600px; }

/* line 727, sass/main.scss */
.col2 {
  width: 300px;
  height: 300px; }

/* line 728, sass/main.scss */
.col3 {
  width: 150px;
  height: 150px; }

/* line 730, sass/main.scss */
#container time {
  position: absolute;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  line-height: .8;
  font-family: 'UniversLTStd-BoldCn'; }

/* line 733, sass/main.scss */
.col1 time {
  top: 30px;
  right: 30px;
  width: 90px;
  height: 90px;
  padding-top: 12px;
  font-size: 34px; }
  /* line 734, sass/main.scss */
  .col1 time span {
    font-size: 65px; }

/* line 738, sass/main.scss */
.col2 time {
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding-top: 8px;
  font-size: 20px; }
  /* line 739, sass/main.scss */
  .col2 time span {
    font-size: 45px; }

/* line 742, sass/main.scss */
.col3 time {
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  background: #000;
  font-size: 10px; }
  /* line 743, sass/main.scss */
  .col3 time span {
    font-size: 20px; }

/* line 747, sass/main.scss */
.read-on {
  background: rgba(197, 7, 39, 0.5);
  font-family: 'UniversLTStd-BoldCn'; }
  /* line 748, sass/main.scss */
  .read-on a {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    display: block;
    width: 100px;
    position: relative;
    margin: 33px auto; }

/* line 751, sass/main.scss */
#container p {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding: 10px; }

/* line 752, sass/main.scss */
.col1 p {
  width: 540px;
  height: 75px; }
  /* line 754, sass/main.scss */
  .col1 p span {
    font-size: 24px;
    font-family: 'UniversLTStd-LightUltraCn';
    display: block;
    clear: right;
    text-transform: uppercase; }

/* line 757, sass/main.scss */
.col2 p {
  width: 240px;
  height: 75px; }
  /* line 759, sass/main.scss */
  .col2 p span {
    font-size: 24px;
    font-family: 'UniversLTStd-LightUltraCn';
    display: block;
    clear: right;
    text-transform: uppercase; }

/* line 762, sass/main.scss */
.col3 p {
  width: 90px;
  height: 35px; }
  /* line 764, sass/main.scss */
  .col3 p span {
    font-size: 10px;
    font-family: 'UniversLTStd-BoldCn';
    display: block;
    clear: right;
    text-transform: uppercase; }

/**** Transitions ****/
/* line 769, sass/main.scss */
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s; }

/* line 777, sass/main.scss */
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

/* line 785, sass/main.scss */
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top; }

/* disable transitions on container */
/* line 795, sass/main.scss */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

/* line 803, sass/main.scss */
#container.fluid {
  padding: 5px 0; }

/* line 807, sass/main.scss */
.fluid .box {
  margin: 5px 1%;
  padding: 5px 1%; }

/* line 812, sass/main.scss */
.fluid .box.col1 {
  width: 40%; }

/* line 813, sass/main.scss */
.fluid .box.col2 {
  width: 20%; }

/* line 814, sass/main.scss */
.fluid .box.col3 {
  width: 20%; }

/*TourPlan*/
/* line 820, sass/main.scss */
#tourplan-menu {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 180px;
  height: 400px;
  padding: 2em;
  z-index: 1000; }
  /* line 823, sass/main.scss */
  #tourplan-menu li {
    font-family: 'UniversLTStd-BoldCn';
    text-transform: uppercase; }
  /* line 824, sass/main.scss */
  #tourplan-menu a {
    font-size: 22px;
    color: rgba(197, 7, 39, 0.5);
    line-height: 1.2;
    -webkit-transition-duration: 0.7s; }
  /* line 825, sass/main.scss */
  #tourplan-menu a:hover {
    padding-left: 20px; }
  /* line 826, sass/main.scss */
  #tourplan-menu .tourdate {
    margin-bottom: 14px;
    font-size: 12px;
    color: #ccc; }

/* Relative positioning*/
/* line 832, sass/main.scss */
#wrapper {
  position: relative;
  margin: 0 auto;
  background: url("../img/map.jpg") no-repeat center;
  cursor: pointer; }

/* line 838, sass/main.scss */
#wrapper img {
  max-width: 100%; }

/* Hide the original tooltips contents */
/* line 841, sass/main.scss */
.pin {
  display: none; }

/* Begin styling the tooltips and pins */
/* line 846, sass/main.scss */
.tooltip-up, .tooltip-down {
  position: absolute;
  background: url(../img/pin.png);
  width: 13px;
  height: 13px; }

/* line 854, sass/main.scss */
.tooltip {
  display: none;
  cursor: pointer;
  width: 200px;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -115px;
  padding: 15px;
  color: #fff;
  background: rgba(197, 7, 39, 0.5);
  z-index: 2000; }

/* line 870, sass/main.scss */
.tooltip h2 {
  margin: 0 0 10px; }

/* line 875, sass/main.scss */
.tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 883, sass/main.scss */
​
#dummy {
  color: red; }

/*Weird bug - if removed funny stuff will happen*/
/* line 885, sass/main.scss */
#backstage-news {
  position: relative;
  float: left;
  width: 550px;
  height: 496px;
  margin-top: 150px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  overflow-y: scroll; }
  /* line 886, sass/main.scss */
  #backstage-news h2 {
    margin-bottom: 20px; }

/* line 889, sass/main.scss */
#post1 img {
  float: left; }
/* line 890, sass/main.scss */
#post1 div {
  position: relative;
  width: 320px;
  float: left;
  margin-left: 14px; }
/* line 891, sass/main.scss */
#post1 p {
  margin-bottom: 8px; }
/* line 892, sass/main.scss */
#post1 span {
  display: block;
  clear: right;
  color: #c50727;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'UniversLTStd-LightUltraCn'; }

/* line 895, sass/main.scss */
#post2, #post3 {
  margin: 35px 0 0 75px;
  width: 410px; }
  /* line 896, sass/main.scss */
  #post2 img, #post3 img {
    float: left; }
  /* line 897, sass/main.scss */
  #post2 div, #post3 div {
    position: relative;
    width: 290px;
    float: left;
    margin-left: 14px; }
  /* line 898, sass/main.scss */
  #post2 p, #post3 p {
    margin-bottom: 8px; }
  /* line 899, sass/main.scss */
  #post2 span, #post3 span {
    display: block;
    clear: right;
    color: #c50727;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'UniversLTStd-LightUltraCn'; }

/* line 902, sass/main.scss */
#backstage-link {
  position: relative;
  margin-top: 650px;
  float: right;
  display: block;
  width: 130px;
  height: 203px;
  -webkit-transform: rotate(20deg); }
  /* line 903, sass/main.scss */
  #backstage-link span {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 160px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'UniversLTStd-BoldCn'; }
  /* line 904, sass/main.scss */
  #backstage-link a:hover span {
    color: #c50727; }

/* line 409, sass/main.scss */
/* line 908, sass/main.scss */
#community img:nth-child(5) {
  position: absolute;
  top: 200px;
  right: 0px; }

/* line 414, sass/main.scss */
/* line 915, sass/main.scss */
#community img:nth-child(6) {
  position: absolute;
  top: 190px;
  left: 0px; }

/*Audio*/
/* line 923, sass/main.scss */
#audio {
  font-family: 'UniversLTStd-BoldCn';
  font-size: 13px;
  line-height: 1.5; }

/* line 924, sass/main.scss */
#audio-controls {
  position: absolute;
  top: 50px;
  left: 105px;
  width: 400px;
  height: 500px;
  z-index: 2;
  -webkit-transform: rotate(-20deg); }

/* line 925, sass/main.scss */
#audio-controls a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.9); }

/* line 929, sass/main.scss */
#audio-controls a:hover {
  color: #c50727; }

/* line 930, sass/main.scss */
#audio-controls ul {
  margin-bottom: 40px; }

/* line 932, sass/main.scss */
#record1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 486px;
  height: 496px;
  -webkit-transform: rotate(-20deg);
  z-index: 1; }

/* line 933, sass/main.scss */
#record2 {
  position: absolute;
  top: 450px;
  left: 10px;
  width: 496px;
  height: 496px;
  -webkit-transform: rotate(20deg);
  z-index: 2; }

/* line 934, sass/main.scss */
#book {
  position: absolute;
  top: 100px;
  left: -500px;
  width: 358px;
  height: 480px;
  -webkit-transform: rotate(20deg);
  z-index: 3; }

@-webkit-keyframes spin {
  /* line 936, sass/main.scss */
  from {
    -webkit-transform: rotate(0deg); }

  /* line 939, sass/main.scss */
  to {
    -webkit-transform: rotate(360deg); } }

/* line 944, sass/main.scss */
#record-player {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 100;
  width: 700px;
  height: 552px;
  margin-bottom: 50px;
  -webkit-transform: rotate(10deg); }

@-webkit-keyframes redPulse {
  /* line 946, sass/main.scss */
  from {
    background-color: #c50727;
    -webkit-box-shadow: 0 0 9px #333; }

  /* line 947, sass/main.scss */
  50% {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 18px #ff0000; }

  /* line 948, sass/main.scss */
  to {
    background-color: #c50727;
    -webkit-box-shadow: 0 0 9px #333; } }

/* line 951, sass/main.scss */
#record-player-controls {
  position: absolute;
  top: 602px;
  left: 30px;
  z-index: 600;
  width: 61px;
  height: 44px;
  background: #c50727;
  -webkit-animation-name: redPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }
  /* line 955, sass/main.scss */
  #record-player-controls a {
    color: #ccc;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    margin: 15px 0 0 14px;
    display: block; }

/* line 957, sass/main.scss */
#fixed-player {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 300;
  width: 700px;
  height: 552px; }

/* line 958, sass/main.scss */
#turnable-disc {
  width: 496px;
  height: 496px;
  position: absolute;
  top: 160px;
  left: 25px;
  z-index: 200;
  -webkit-animation-name: spin;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 3s; }

/*Video*/
/* line 965, sass/main.scss */
video {
  position: absolute;
  top: 255px;
  left: 245px;
  z-index: 400;
  width: 500px;
  height: 374px; }

/* line 966, sass/main.scss */
#tv {
  position: absolute;
  top: 130px;
  left: 109px;
  z-index: 500; }

/* line 967, sass/main.scss */
#video-play {
  font-size: 16px;
  font-family: 'UniversLTStd-BoldCn';
  cursor: pointer;
  padding: 2px;
  color: #c50727;
  position: absolute;
  top: 451px;
  left: 803px;
  z-index: 501; }

/* line 968, sass/main.scss */
a#video-play:hover {
  color: #fff; }

/* line 969, sass/main.scss */
#oldframe {
  position: absolute;
  top: -100px;
  left: -850px;
  width: 375px;
  height: 464px;
  -webkit-transform: rotate(10deg); }

/*Contact*/
/* line 973, sass/main.scss */
#contact p {
  font-size: 16px;
  font-family: 'UniversLTStd-Cn';
  margin-top: 12px;
  color: #ccc; }
/* line 974, sass/main.scss */
#contact h2 {
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 20px;
  color: rgba(197, 7, 39, 0.5); }
/* line 975, sass/main.scss */
#contact img {
  height: 100px;
  clear: both; }

/* line 977, sass/main.scss */
#booking {
  padding-top: 150px; }

/* line 978, sass/main.scss */
#booking div:nth-child(2) {
  position: relative;
  width: 50%;
  min-width: 300px;
  float: left;
  margin-bottom: 50px; }

/* line 979, sass/main.scss */
#booking div:nth-child(3) {
  position: relative;
  width: 50%;
  float: left; }

/* line 981, sass/main.scss */
#label-publish {
  position: relative;
  clear: both;
  width: 100%; }

/* line 982, sass/main.scss */
#label-publish div:nth-child(2) {
  position: relative;
  width: 50%;
  min-width: 300px;
  float: left;
  margin-bottom: 50px; }

/* line 983, sass/main.scss */
#label-publish div:nth-child(3) {
  position: relative;
  width: 50%;
  float: left; }

/*footer*/
/* line 986, sass/main.scss */
footer {
  padding-top: 90px;
  height: 60px;
  width: 400px;
  color: #ccc; }
  /* line 987, sass/main.scss */
  footer a {
    color: #c50727; }

/* line 990, sass/main.scss */
.footer-social {
  float: right; }

/* line 991, sass/main.scss */
.footer-social li {
  display: inline;
  float: left;
  margin-left: 10px; }

/* line 992, sass/main.scss */
.footer-social li a {
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  border: 1px solid black;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  background-color: #0D0D0D;
  display: block;
  -webkit-transition: background-color 250ms ease-in-out; }

/* line 1003, sass/main.scss */
.footer_facebook {
  background: url("../img/social/footer_facebook.png") no-repeat 50% 50% #0d0d0d; }

/* line 1006, sass/main.scss */
.footer_facebook:hover {
  background: url("../img/social/footer_facebook.png") no-repeat 50% 50% #2872cd; }

/* line 1010, sass/main.scss */
.footer_twitter {
  background: url("../img/social/footer_twitter.png") no-repeat 50% 50% #38a9e6; }

/* line 1013, sass/main.scss */
.footer_twitter:hover {
  background: url("../img/social/footer_twitter.png") no-repeat 50% 50% #38a9e6; }

/* line 1017, sass/main.scss */
.footer_youtube {
  background: url("../img/social/footer_youtube.png") no-repeat 50% 50% #bf3124; }

/* line 1020, sass/main.scss */
.footer_youtube:hover {
  background: url("../img/social/footer_youtube.png") no-repeat 50% 50% #bf3124; }

/* ==========================================================================
   Inlined Print styles.
   ========================================================================== */
@media print {
  /* line 1031, sass/main.scss */
  * {
    background: transparent;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: "Georgia", "Times New Roman", Serif;
    font-size: 12pt;
    text-align: left;
    margin: 0; }

  /* line 1041, sass/main.scss */
  h2 {
    font-size: 14pt; }

  /* line 1043, sass/main.scss */
  .page-break {
    display: block;
    page-break-before: always; }

  /* line 1046, sass/main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 1050, sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 1054, sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 1064, sass/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 1068, sass/main.scss */
  img {
    page-break-inside: avoid; }

  /* line 1072, sass/main.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm; }

  /* line 1082, sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 1088, sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 1093, sass/main.scss */
  header, #fat-footer {
    display: none; }

  /* line 1094, sass/main.scss */
  #home, #news, #audio, #video {
    display: none; }

  /* line 1095, sass/main.scss */
  #tourplan {
    width: 100%;
    background: #fff; }

  /* line 1096, sass/main.scss */
  .wrapper {
    background: #fff;
    width: 100%; }

  /* line 1097, sass/main.scss */
  #tourplan-menu {
    background: #fff;
    height: 20cm; }
    /* line 1098, sass/main.scss */
    #tourplan-menu h2 {
      font-size: 12pt; }

  /* line 1100, sass/main.scss */
  #backstage-news {
    height: 30cm; }

  /* line 1101, sass/main.scss */
  #backstage-link {
    display: none; }

  /* line 1102, sass/main.scss */
  #news {
    float: none; }

  /* line 1103, sass/main.scss */
  #contact img {
    display: none; } }
