/******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: All Variables of the LESS-Stylesheet are set here
******************************************************************/
/******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
GENERAL
*********************/
/*********************
STYLE
*********************/
/*********************
VERTICAL ALIGN
*********************/
/*********************
ANIMATIONS
*********************/
@-webkit-keyframes pulsate {
  0% {
    color: #8b8b8b;
  }
  50% {
    color: #c01b26;
  }
  100% {
    color: #8b8b8b;
  }
}
@-moz-keyframes pulsate {
  0% {
    color: #8b8b8b;
  }
  50% {
    color: #c01b26;
  }
  100% {
    color: #8b8b8b;
  }
}
@-ms-keyframes pulsate {
  0% {
    color: #8b8b8b;
  }
  50% {
    color: #c01b26;
  }
  100% {
    color: #8b8b8b;
  }
}
@-o-keyframes pulsate {
  0% {
    color: #8b8b8b;
  }
  50% {
    color: #c01b26;
  }
  100% {
    color: #8b8b8b;
  }
}
@keyframes pulsate {
  0% {
    color: #8b8b8b;
  }
  50% {
    color: #c01b26;
  }
  100% {
    color: #8b8b8b;
  }
}
/*********************
VIDEOS
*********************/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  border: 2px solid #c01b26;
  background: #000000;
  -webkit-box-shadow: 0px 0px 80px 10px #121212;
  -moz-box-shadow: 0px 0px 80px 10px #121212;
  box-shadow: 0px 0px 80px 10px #121212;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/*********************
FONTS
*********************/
/*********************
BUTTONS
*********************/
input[type="submit"],
.btn {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  border: 2px solid #c01b26;
  color: #c01b26 !important;
  padding: 0 10px;
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 700;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 23px;
}
input[type="submit"]:hover,
.btn:hover,
input[type="submit"]:active,
.btn:active {
  color: #ffffff !important;
}
.arrow-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: 2px solid #c01b26;
  background: #3e0b0e;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 100;
}
.arrow-btn span {
  display: block;
  margin: 10px auto;
  background-image: url(../images/common/arrows@2x.png);
  background-size: 41px 32px;
  background-position: -2px -12px;
  width: 12px;
  height: 19px;
}
.arrow-btn.arrow-btn-right span {
  background-position: -13px -13px;
}
.arrow-btn.arrow-btn-up span,
.arrow-btn.arrow-btn-down span {
  width: 20px;
  height: 12px;
  margin: 14px auto;
  background-position: 0 -1px;
}
.arrow-btn.arrow-btn-down span {
  margin: 16px auto;
  background-position: -21px 0px;
}
.arrow-btn-wrapper {
  margin: 0 auto;
  position: relative;
  width: 45px;
  height: 45px;
}
.arrow-btn-wrapper:after {
  position: absolute;
  z-index: 90;
  content: '';
  width: 50px;
  height: 35px;
  top: 27px;
  left: -2px;
  background-image: url('../images/common/Button_01_45PX.gif');
}
/*********************
TOOLS
*********************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1179px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Grid Stylesheet

******************************************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    max-width: 96%;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 930px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: all;
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1180px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html,
body {
  height: 100%;
}
body {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #121212;
  color: #ffffff;
}
img {
  max-width: 100%;
}
pre {
  overflow: auto;
  width: 800px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}
body.lang-en .hide-en {
  display: none !important;
}
.wrapper-main {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -ms-behavior: url(/wp-content/plugins/bbp-show-website-base/js/libs/backgroundsize.min.htc);
}
#sf_fb_retargeting {
  bottom: 38px;
  color: #000;
}
/*********************
SHARE STYLES
*********************/
.wrapper-share {
  zoom: 1;
}
.wrapper-share:before,
.wrapper-share:after {
  content: "";
  display: table;
}
.wrapper-share:after {
  clear: both;
}
.wrapper-share li {
  text-align: center;
  display: block;
  float: left;
  width: 25%;
  overflow: hidden;
  line-height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-share li a {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 40px;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
}
.wrapper-share li a span {
  display: inline-block;
  line-height: 40px;
  height: 30px;
  text-indent: -10000px;
  background: url(../images/common/social-icons@2x.png) no-repeat;
  background-size: 172px 30px;
}
.wrapper-share li.mail {
  background: #666;
}
.wrapper-share li.mail a span {
  width: 30px;
  background-position: -81px 0;
}
.wrapper-share li.facebook {
  background: #3d599d;
}
.wrapper-share li.facebook a span {
  width: 14px;
}
.wrapper-share li.twitter {
  background: #6eadd5;
}
.wrapper-share li.twitter a span {
  width: 37px;
  background-position: -14px 0;
}
.wrapper-share li.google-plus {
  background: #D34836;
}
.wrapper-share li.google-plus a span {
  width: 30px;
  background-position: -142px 0;
}
.wrapper-share li.whatsapp {
  background: #65ad00;
  display: none;
}
.wrapper-share li.whatsapp a span {
  width: 29px;
  background-position: -113px 0;
}
.wrapper-share li:hover.mail {
  background: #4d4d4d;
}
.wrapper-share li:hover.facebook {
  background: #2f4478;
}
.wrapper-share li:hover.twitter {
  background: #4697ca;
}
.wrapper-share li:hover.google-plus {
  background: #b03626;
}
.wrapper-share li:hover.whatsapp {
  background: #477a00;
}
.wrapper-share.whatsapp li {
  width: 20%;
}
.wrapper-share.whatsapp li.whatsapp {
  display: block;
}
/*********************
HEADER STYLES
*********************/
header.header-main {
  zoom: 1;
  border-top: 2px solid #c01b26;
  background: url(../images/common/bg-header.png) repeat-x;
  background-size: 116px 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header-main:before,
header.header-main:after {
  content: "";
  display: table;
}
header.header-main:after {
  clear: both;
}
header.header-main .wrapper-icons {
  margin-top: 10px;
}
header.header-main .wrapper-share {
  height: 0px;
  overflow: hidden;
  background: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header-main .wrapper-share ul {
  margin: 0;
}
header.header-main .wrapper-hamburger {
  float: left;
  width: 35%;
}
header.header-main .wrapper-logo {
  float: left;
  width: 30%;
}
header.header-main .logo {
  display: block;
  margin: 0 auto;
  background: url(../images/common/logo@2x.png);
  width: 69px;
  height: 68px;
  background-size: 69px 68px;
}
header.header-main .wrapper-meta {
  float: right;
  width: 35%;
  text-align: right;
  padding-right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header-main .wrapper-meta .share {
  margin-left: 0;
}
header.header-main.share-active {
  background-position: 0 40px;
}
header.header-main.share-active .wrapper-share {
  height: 40px;
}
.wrapper-nav-main {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
}
.wrapper-nav-main ul {
  margin: 0;
}
.wrapper-nav-main li {
  margin-bottom: 10px;
}
.wrapper-nav-main li.special {
  display: none;
}
.wrapper-nav-main li a {
  color: #ffffff;
  text-decoration: none;
  padding: 2px 15px 0 30px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-nav-main li a:hover {
  background: #c01b26;
}
.wrapper-nav-main li.current-menu-item a,
.wrapper-nav-main li.current-page-ancestor a,
.wrapper-nav-main li.current-menu-ancestor a,
.wrapper-nav-main li.current-menu-parent a {
  background: #c01b26;
}
.canvas-wrapper {
  width: 100%;
  overflow: hidden;
}
.canvas-wrapper .nav-mobile {
  position: absolute;
  z-index: 1000;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -ms-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  padding-top: 12px;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100%;
  background: #1f1e1e;
  -webkit-box-shadow: 3px 3px 5px 6px #1f1e1e;
  -moz-box-shadow: 3px 3px 5px 6px #1f1e1e;
  box-shadow: 3px 3px 5px 6px #1f1e1e;
}
.canvas-wrapper .nav-mobile .hamburger {
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
  background-image: url(../images/common/hamburger@2x.png);
  background-size: 28px 23px;
}
.wrapper-main.nav-visible .nav-mobile {
  left: 0;
}
/*********************
ICON STYLES
*********************/
.icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.icon.hamburger {
  background-image: url(../images/common/hamburger@2x.png);
  background-size: 28px 23px;
}
.icon.share {
  background-image: url(../images/common/icon-share@2x.png);
  background-size: 30px 30px;
  margin-right: 0;
}
.icon.fb {
  background-image: url(../images/common/icon-facebook@2x.png);
  background-size: 30px 30px;
  margin-right: 0;
}
.icon.instagram {
  background-image: url(../images/common/icon-instagram@2x.png);
  background-size: 30px 30px;
  margin-right: 0;
}
.icon.lang {
  background-image: url(../images/common/icon-flag-en@2x.png);
  background-size: 24px 18px;
  margin-left: 0;
}
body.lang-en .icon.lang {
  background-image: url(../images/common/icon-flag-de@2x.png);
  background-size: 24px 18px;
  margin-left: 0;
}
/*********************
FOOTER STYLES
*********************/
footer.footer-main,
.wrapper-part-nav-copyright {
  background: #252525;
  text-align: center;
}
footer.footer-main ul,
.wrapper-part-nav-copyright ul {
  margin: 0;
}
footer.footer-main li,
.wrapper-part-nav-copyright li {
  margin: 15px 0;
}
footer.footer-main li a,
.wrapper-part-nav-copyright li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #8b8b8b;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer.footer-main li a:hover,
.wrapper-part-nav-copyright li a:hover {
  color: #ffffff;
}
footer.footer-main li.current-menu-item a,
.wrapper-part-nav-copyright li.current-menu-item a {
  color: #ffffff;
}
footer.footer-main li.special a,
.wrapper-part-nav-copyright li.special a {
  -webkit-animation: pulsate 2s infinite;
  -moz-animation: pulsate 2s infinite;
  -o-animation: pulsate 2s infinite;
  animation: pulsate 2s infinite;
}
footer.footer-main .wrapper-share,
.wrapper-part-nav-copyright .wrapper-share {
  display: none;
}
div.copyright {
  padding: 15px;
  text-align: center;
}
div.copyright p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/*********************
GENERIC CONTENT STYLES
*********************/
.countdown {
  margin: 60px auto;
  display: block;
  width: 252px;
  height: 49px;
  background: url(../images/common/footer-countdown-de@2x.png) no-repeat;
  background-size: 252px 49px;
  text-align: right;
  padding-right: 55px;
  padding-top: 4px;
}
.countdown span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 14px;
}
.video iframe {
  overflow: hidden;
}
.content-wrapper {
  padding-top: 60px;
  text-align: center;
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 30px;
}
.content-wrapper ::-moz-selection {
  background: #c01b26;
  color: #ffffff;
}
.content-wrapper ::selection {
  background: #c01b26;
  color: #ffffff;
}
.content-wrapper ::-moz-selection {
  background: #c01b26;
  color: #ffffff;
}
.content-wrapper h1,
.content-wrapper h2.h1 {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c01b26;
}
.content-wrapper a {
  color: #ffffff;
}
.content-wrapper a:hover {
  color: #c01b26;
}
.content-wrapper img.circle,
.content-wrapper .teammember img {
  border: 2px solid #c01b26;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-wrapper .teammember:hover img[class*="attachment-"] {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.content-wrapper h4 {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-wrapper .partner {
  width: 125px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.content-wrapper .partner a {
  display: block;
  border: 1px solid #666;
  padding: 10px;
}
.content-wrapper .partner img {
  display: block;
  margin: 0 auto;
}
.content-wrapper .accordion:after {
  margin: 30px 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c01b26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
  background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
.content-wrapper .accordion h2,
.content-wrapper .accordion h3 {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 50px;
}
.content-wrapper .accordion h2:after,
.content-wrapper .accordion h3:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 30px;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon-toggle@2x.png) no-repeat;
  background-size: 14px 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-wrapper .accordion .content {
  display: none;
}
.content-wrapper .accordion .content p:first-child,
.content-wrapper .accordion .content ul:first-child {
  margin-top: 0;
}
.content-wrapper .accordion .content p:last-child,
.content-wrapper .accordion .content ul:last-child {
  margin-bottom: 0;
}
.content-wrapper .accordion.active h2:after,
.content-wrapper .accordion.active h3:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.content-wrapper .audio {
  display: inline-block;
  margin: 0 auto;
  width: 345px;
  height: 145px;
  background: url(../images/common/audio-sprite.png);
  padding-top: 55px;
  padding-left: 20px;
  cursor: pointer;
}
.content-wrapper .audio.playing {
  background-position: 0 -145px;
}
.content-wrapper .audio span {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-wrapper .wrapper-nav-content {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.content-wrapper .wrapper-nav-content ul {
  margin: 0;
}
.content-wrapper .wrapper-nav-content li {
  position: relative;
  width: 118px;
  margin: 0 auto 60px auto;
}
.content-wrapper .wrapper-nav-content li div {
  position: relative;
  border: 2px solid #c01b26;
  background: #3e0b0e;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  z-index: 100;
  overflow: hidden;
}
.content-wrapper .wrapper-nav-content li:after {
  content: '';
  top: 79px;
  left: 12px;
  width: 101px;
  height: 79px;
  position: absolute;
  z-index: 90;
  background: url('../images/common/BloodButton_CompleteReverse_V001.gif');
}
.content-wrapper .wrapper-nav-content li:nth-child(3n+2):after {
  background: url('../images/common/BloodButton_V002_Loop.gif');
}
.content-wrapper .wrapper-nav-content li:nth-child(3n+3):after {
  background: url('../images/common/BloodButton_V003_Loop.gif');
  background-size: 101px 77px;
  height: 77px;
  top: 74px;
  left: 5px;
}
.content-wrapper .wrapper-nav-content li.back {
  width: 45px;
}
.content-wrapper .wrapper-nav-content li.back div {
  width: 45px;
  height: 45px;
}
.content-wrapper .wrapper-nav-content li.back:after {
  width: 50px;
  height: 35px;
  top: 27px;
  left: -2px;
  background-image: url('../images/common/Button_01_45PX.gif');
}
.content-wrapper .wrapper-nav-content li a {
  display: block;
  color: #c01b26;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.content-wrapper .wrapper-nav-content li a:hover {
  color: #ffffff;
}
/*********************
PAGE STYLES
*********************/
body.page-template-page-home-en-php,
body.page-template-page-home-animated-php {
  background-color: #000000;
}
.page-template-default .content-wrapper > article > header h1 {
  margin-bottom: 15px;
}
.page-template-default .content-wrapper > article > header:after {
  margin: 30px 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c01b26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
  background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  margin-top: 0;
  margin-bottom: 30px;
}
.wrapper-tickets {
  text-align: left;
}
.wrapper-tickets .wrapper-partner {
  text-align: left;
}
.wrapper-tickets .date header:after,
.wrapper-tickets .date section:after {
  margin: 30px 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c01b26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
  background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
.wrapper-tickets .date header {
  position: relative;
  cursor: pointer;
}
.wrapper-tickets .date header h3,
.wrapper-tickets .date header p.venue,
.wrapper-tickets .date header p.date {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c01b26;
  margin: 0;
  line-height: 1;
}
.wrapper-tickets .date header h3 {
  font-size: 30px;
}
.wrapper-tickets .date header p.venue {
  font-size: 20px;
}
.wrapper-tickets .date header p.date {
  margin-top: 10px;
  font-size: 25px;
}
.wrapper-tickets .date header .row .col-sm-7 {
  position: relative;
}
.wrapper-tickets .date header .row .col-sm-7:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon-toggle@2x.png) no-repeat;
  background-size: 14px 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper-tickets .date section {
  display: none;
}
.wrapper-tickets .date section .shows {
  padding-top: 15px;
}
.wrapper-tickets .date section .show {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wrapper-tickets .date section p.date {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.wrapper-tickets .date section p.date span.date {
  display: block;
}
.wrapper-tickets .date section p.date span.time,
.wrapper-tickets .date section p.date span.hint {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper-tickets .date section p.date span.hint {
  color: #a0a0a0;
}
.wrapper-tickets .date section .buttons {
  margin-top: 0;
}
.wrapper-tickets .date section .buttons .ical-link {
  float: left;
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/tickets/icon-cal@2x.png) no-repeat;
  background-size: 29px 29px;
  text-indent: -10000px;
  margin-top: -2px;
  margin-right: 10px;
}
.wrapper-tickets .date.active header .row .col-sm-7:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.page-template-page-bloody-headline-php h1.bloody,
.page-template-page-tickets-php h1.bloody,
body.blog h1.bloody {
  position: relative;
  width: 118px;
  margin: 0 auto;
  font-size: 24px;
}
.page-template-page-bloody-headline-php h1.bloody div,
.page-template-page-tickets-php h1.bloody div,
body.blog h1.bloody div {
  border: 2px solid #c01b26;
  background: #3e0b0e;
  color: #ffffff;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  margin: 30px auto 60px auto;
  padding-top: 42px;
  text-align: center;
  z-index: 100;
  position: relative;
}
.page-template-page-bloody-headline-php h1.bloody:after,
.page-template-page-tickets-php h1.bloody:after,
body.blog h1.bloody:after {
  content: '';
  top: 79px;
  left: 12px;
  width: 101px;
  height: 79px;
  position: absolute;
  z-index: 90;
  background: url('../images/common/BloodButton_CompleteReverse_V001.gif');
}
.page-template-page-media-php,
.page-template-page-premiere-php {
  /* end .content-wrapper */
}
.page-template-page-media-php .content-wrapper,
.page-template-page-premiere-php .content-wrapper {
  /* end > article */
  /* end ul.image-gallery */
  /* end .video-gallery */
}
.page-template-page-media-php .content-wrapper > article:first-child header,
.page-template-page-premiere-php .content-wrapper > article:first-child header {
  margin-top: 0;
}
.page-template-page-media-php .content-wrapper > article header,
.page-template-page-premiere-php .content-wrapper > article header {
  margin-top: 100px;
}
.page-template-page-media-php .content-wrapper > article header:after,
.page-template-page-premiere-php .content-wrapper > article header:after {
  margin: 30px 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c01b26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
  background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
.page-template-page-media-php .content-wrapper ul.image-gallery,
.page-template-page-premiere-php .content-wrapper ul.image-gallery {
  margin: 0;
  padding: 0;
  zoom: 1;
  /* end > li */
}
.page-template-page-media-php .content-wrapper ul.image-gallery:before,
.page-template-page-premiere-php .content-wrapper ul.image-gallery:before,
.page-template-page-media-php .content-wrapper ul.image-gallery:after,
.page-template-page-premiere-php .content-wrapper ul.image-gallery:after {
  content: "";
  display: table;
}
.page-template-page-media-php .content-wrapper ul.image-gallery:after,
.page-template-page-premiere-php .content-wrapper ul.image-gallery:after {
  clear: both;
}
.page-template-page-media-php .content-wrapper ul.image-gallery > li,
.page-template-page-premiere-php .content-wrapper ul.image-gallery > li {
  margin: 10px 0;
  padding: 0;
  display: block;
  float: left;
  width: 49.5%;
  max-height: 130px;
  text-align: center;
  /* end > a */
}
.page-template-page-media-php .content-wrapper ul.image-gallery > li > a,
.page-template-page-premiere-php .content-wrapper ul.image-gallery > li > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 1px solid #c01b26;
  font-size: 0;
  position: relative;
  /* end .overlay */
}
.page-template-page-media-php .content-wrapper ul.image-gallery > li > a > img,
.page-template-page-premiere-php .content-wrapper ul.image-gallery > li > a > img {
  /*width: 100%;*/
  max-height: 128px;
}
.page-template-page-media-php .content-wrapper ul.image-gallery > li > a:hover .overlay,
.page-template-page-premiere-php .content-wrapper ul.image-gallery > li > a:hover .overlay {
  opacity: 0.8;
}
.page-template-page-media-php .content-wrapper ul.image-gallery > li > a .overlay,
.page-template-page-premiere-php .content-wrapper ul.image-gallery > li > a .overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c01b26;
  opacity: 0;
}
.page-template-page-media-php .content-wrapper .video-gallery,
.page-template-page-premiere-php .content-wrapper .video-gallery {
  display: block;
  text-align: center;
}
.page-template-page-media-php .content-wrapper .video-gallery .video,
.page-template-page-premiere-php .content-wrapper .video-gallery .video {
  border: 1px solid #c01b26;
  font-size: 0px;
  display: inline-block;
  margin-top: 30px;
  max-width: 100%;
  width: 640px;
}
.page-template-page-media-php .content-wrapper .video-gallery .video:first-child,
.page-template-page-premiere-php .content-wrapper .video-gallery .video:first-child {
  margin-top: 0;
}
.page-template-page-media-php #swipebox-action,
.page-template-page-premiere-php #swipebox-action {
  top: -50px;
  bottom: auto;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-template-page-media-php #swipebox-action.visible-bars,
.page-template-page-premiere-php #swipebox-action.visible-bars {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.page-template-page-media-php #swipebox-caption,
.page-template-page-premiere-php #swipebox-caption {
  top: auto;
  bottom: -50px;
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page-template-page-media-php #swipebox-caption.visible-bars,
.page-template-page-premiere-php #swipebox-caption.visible-bars {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
/* end .page-template-page-media-php */
/*********************
TEAM STYLES
*********************/
.tax-teamcategory .wrapper-teammembers {
  margin: 60px 0;
}
.tax-teamcategory .teammember {
  width: 50%;
  padding: 0 15px;
  float: left;
  margin-bottom: 30px;
}
.tax-teamcategory .teammember:nth-child(2n+3) {
  clear: left;
}
.tax-teamcategory .teammember a {
  text-decoration: none;
}
.tax-teamcategory .teammember p {
  margin: 0;
}
.tax-teamcategory .teammember p.name {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c01b26;
}
.tax-teamcategory .teammember p.function {
  font-size: 13px;
  color: #ffffff;
}
.single-teammember .attachment-medium {
  border: 2px solid #c01b26;
  border-radius: 50%;
}
.single-teammember header h1 {
  margin-bottom: 0;
}
.single-teammember header p {
  margin-top: 0;
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-teammember .intro:before {
  margin: 30px 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c01b26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
  background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
.single-teammember .text {
  text-align: left;
}
.single-teammember .text:before {
  margin: 30px 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c01b26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
  background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
.single-teammember .text p:first-child::first-letter {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 95px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 72px;
  color: #c01b26;
  float: left;
  margin-right: 5px;
}
/* TEMP */
.page-template-page-home-animated-php .content-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.page-template-page-home-animated-php .canvas-wrapper {
  padding-top: 0;
  height: 100%;
}
.page-template-page-home-animated-php.iscroll .content-wrapper {
  overflow: hidden;
  height: 100%;
}
.page-template-page-home-animated-php.iscroll .wrapper-main {
  height: 100%;
  overflow: hidden;
}
.page-template-page-home-animated-php .wrapper-part {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
  background-color: #000000;
}
.page-template-page-home-animated-php .wrapper-part img {
  display: block;
}
.page-template-page-home-animated-php .part {
  margin-left: 15px;
  margin-right: 15px;
}
.page-template-page-home-animated-php .wrapper-part-intro {
  padding-top: 50px;
}
.page-template-page-home-animated-php .wrapper-part-intro img {
  display: inline;
}
.page-template-page-home-animated-php .wrapper-part-intro p {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c01b26;
  line-height: 1;
  margin: 0 0 10px 0;
}
.page-template-page-home-animated-php .wrapper-part-intro .sponsors {
  margin-bottom: 90px;
}
.page-template-page-home-animated-php .wrapper-part-intro .sponsors p {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #ffffff;
}
.page-template-page-home-animated-php .wrapper-part-intro .sponsors img {
  display: block;
  margin: 15px auto;
  max-width: 105px;
}
.page-template-page-home-animated-php .wrapper-part-intro .sponsors img.misslyn {
  margin-bottom: 5px;
}
.page-template-page-home-animated-php .wrapper-part-intro .sponsors img.tickethall {
  margin-top: 0;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .speaker {
  text-align: center;
  margin-top: 40px;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .speaker img {
  display: block;
  width: 115px;
  border: 2px solid #c01b26;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .speaker p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 22px;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .speaker p span {
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #ffffff;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .speaker.has-details p span {
  padding-right: 20px;
  background: url(../images/common/icon-information@2x.png) no-repeat top right;
  background-size: 15px 15px;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .speaker.has-details:hover img {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers a {
  text-decoration: none;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers,
.page-template-page-home-animated-php .wrapper-part-intro .speakers .gallery-link {
  margin-top: 30px;
  font-size: 20px;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers a,
.page-template-page-home-animated-php .wrapper-part-intro .speakers .gallery-link a {
  color: #c01b26;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers a:hover,
.page-template-page-home-animated-php .wrapper-part-intro .speakers .gallery-link a:hover {
  color: #ffffff;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers img,
.page-template-page-home-animated-php .wrapper-part-intro .speakers .gallery-link img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers.info {
  position: relative;
  width: 180px;
  font-size: 15px !important;
  font-family: 'proxima-nova', sans-serif !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: #ffffff !important;
  padding: 1em;
  border: 2px solid #c01b26;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/common/icon-information@2x.png) no-repeat 1em 10px;
  background-size: 24px;
  padding-left: 47px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers.info {
    float: right;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.page-template-page-home-animated-php .wrapper-part-intro .speakers .gallery-link {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
}
.page-template-page-home-animated-php .wrapper-part-intro .video-wrapper {
  width: 90%;
  margin: 60px auto;
}
.page-template-page-home-animated-php .wrapper-part-nav-copyright .part {
  padding-bottom: 100px;
  margin: 0;
}
.page-template-page-home-animated-php .wrapper-part-nav-copyright .part ul {
  background: #252525;
}
body.page-template-page-home-en-php .wrapper-nav-main li.special {
  display: none;
}
body.page-template-page-home-en-php .content-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
body.page-template-page-home-en-php .wrapper-part {
  position: relative;
  z-index: 10;
}
body.page-template-page-home-en-php .wrapper-part img {
  display: block;
}
body.page-template-page-home-en-php .wrapper-frontpage-btn {
  display: none;
}
body.page-template-page-home-en-php .wrapper-part-intro {
  padding-top: 50px;
  /*.sponsors {
			margin-bottom: @grid-gutter-width*2;
			p {
				.font-regular(13);
				line-height:1;
				color: @color-text-primary;
			}
			img {
				display: block;
				margin: @grid-gutter-width / 2 auto;
				max-width: 105px;
			}
		}*/
  /*.speakers {
			.speaker {
				text-align: center;
				margin-top: 40px;
				img {
					display: block;
					width: 115px;
					border: 2px solid @color-highlight;
					border-radius: 50%;
					margin: 0 auto;
					.transition();
				}

				p {
					margin-top: 12px;
					margin-bottom: 0;
					.font-size(22);
					span {
						display: inline-block;
						.font-regular(15);
						line-height: 1;
						color: @color-text-primary;
					}
				}

				&.has-details {
					p {
						span {
							padding-right: 20px;
							background: url(../images/common/icon-information@2x.png) no-repeat top right;
							background-size: 15px 15px;
						}
					}

					&:hover {
						img {
							.transform(rotate(10deg));
						}
					}
				}

				a {
					text-decoration: none;
				}
			}
		}*/
}
body.page-template-page-home-en-php .wrapper-part-intro img {
  display: block;
  margin: 0 auto;
}
body.page-template-page-home-en-php .wrapper-part-intro p {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c01b26;
  line-height: 1;
}
body.page-template-page-home-en-php .wrapper-part-intro .video-wrapper {
  width: 90%;
  margin: 60px auto;
}
body.page-template-page-home-en-php .part {
  margin-left: 15px;
  margin-right: 15px;
}
body.page-template-page-home-en-php .wrapper-part-video .video-wrapper {
  width: 60%;
  margin: 60px auto;
}
body.page-template-page-home-en-php .wrapper-part-video .lightning {
  content: '';
  position: absolute;
  top: 0;
  opacity: 0.5;
  display: none;
}
body.page-template-page-home-en-php .wrapper-part-video .lightning.lightning-one {
  width: 717px;
  height: 624px;
  right: 0;
  background: url(../images/home/bg-start-02-02.png) no-repeat bottom center;
}
body.page-template-page-home-en-php .wrapper-part-video .lightning.lightning-two {
  width: 313px;
  height: 629px;
  left: 0;
  background: url(../images/home/bg-start-02-03.png) no-repeat bottom center;
}
body.blog article:before,
body.single-post article:before,
body.blog .prev-next:before,
body.single-post .prev-next:before {
  margin: 30px 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c01b26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
  background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
body.blog h1,
body.single-post h1 {
  margin-bottom: 0;
}
body.blog h2,
body.single-post h2 {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c01b26;
  margin-bottom: 0;
}
body.blog h2 a,
body.single-post h2 a {
  text-decoration: none;
  color: #c01b26;
}
body.blog .meta,
body.single-post .meta {
  margin: 0;
  font-size: 14px;
}
body.blog .more-link,
body.single-post .more-link {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: #c01b26;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
body.blog .more-link:hover,
body.single-post .more-link:hover {
  color: #ffffff;
}
body.blog .prev-next li,
body.single-post .prev-next li {
  font-family: 'rosewood-std-fill', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c01b26;
  width: 50%;
}
body.blog .prev-next li.prev-link,
body.single-post .prev-next li.prev-link {
  float: left;
  text-align: left;
}
body.blog .prev-next li.next-link,
body.single-post .prev-next li.next-link {
  float: right;
  text-align: right;
}
body.blog .prev-next a,
body.single-post .prev-next a {
  text-decoration: none;
  color: #c01b26;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
body.blog .prev-next a:hover,
body.single-post .prev-next a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Tablet & Small Desktop Stylesheet
******************************************************************/
  header.header-main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  footer.footer-main {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .canvas-wrapper {
    padding-top: 81px;
  }
  /*********************
SHARE STYLES
*********************/
  .wrapper-share {
    text-align: right;
  }
  .wrapper-share li {
    display: inline-block;
    float: none;
    width: auto;
  }
  .wrapper-share li a {
    padding: 0 30px;
  }
  .wrapper-share li a span {
    text-indent: 0;
    background: 0;
    width: auto !important;
  }
  /*********************
HEADER STYLES
*********************/
  header.header-main {
    padding-top: 0;
    background-image: url(../images/common/bg-header-sm-up.png?v=2);
    background-size: 310px 93px;
  }
  header.header-main .wrapper-icons {
    margin-top: 0;
  }
  header.header-main .wrapper-meta {
    display: none;
  }
  .wrapper-nav-main {
    text-align: center;
  }
  .wrapper-nav-main li {
    display: inline-block;
    margin-bottom: 0;
  }
  .wrapper-nav-main li.special {
    display: inline-block;
    margin: 0 10px;
    width: 90px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .wrapper-nav-main li.special a {
    display: inline-block;
    margin: 0 auto;
    background: url(../images/common/logo@2x.png) no-repeat;
    background-position: left 10px;
    width: 90px;
    height: 99px;
    background-size: 90px 89px;
    text-indent: -10000px;
  }
  .wrapper-nav-main li a {
    padding: 22px 15px 23px 15px;
  }
  /*********************
FOOTER STYLES
*********************/
  footer.footer-main {
    height: 48px;
    text-align: left;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  footer.footer-main .wrapper-meta {
    text-align: right;
    padding-right: 30px;
  }
  footer.footer-main .wrapper-meta .icon {
    margin-top: 4px;
    margin-left: 0;
    height: 36px;
  }
  footer.footer-main .wrapper-meta .icon.share,
  footer.footer-main .wrapper-meta .icon.fb {
    background-size: 30px 30px;
  }
  footer.footer-main ul {
    margin-left: 20px;
  }
  footer.footer-main li {
    display: inline-block;
    margin: 0;
  }
  footer.footer-main li a {
    font-size: 15px;
    line-height: 48px;
    padding: 0 10px;
    border-right: 1px solid #8b8b8b;
  }
  footer.footer-main li a:hover {
    color: #ffffff;
  }
  footer.footer-main li:last-child a {
    border-right: 0;
  }
  footer.footer-main li.current-menu-item a {
    font-family: 'proxima-nova', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  footer.footer-main .wrapper-share {
    display: none;
    height: 40px;
    overflow: hidden;
  }
  footer.footer-main .wrapper-share ul {
    margin: 0;
  }
  footer.footer-main .wrapper-share ul li a {
    color: #ffffff;
    line-height: 40px;
  }
  footer.footer-main.share-active {
    height: 88px;
  }
  footer.footer-main.share-active .wrapper-share {
    display: block;
    height: 40px;
  }
  div.copyright {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  /*********************
GENERIC CONTENT STYLES
*********************/
  .content-wrapper {
    padding-top: 90px;
    font-family: 'proxima-nova', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .content-wrapper h1,
  .content-wrapper h2.h1 {
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .content-wrapper .wrapper-nav-content {
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    margin-bottom: 60px;
  }
  .content-wrapper .wrapper-nav-content ul {
    position: relative;
    zoom: 1;
    margin: 0 auto;
  }
  .content-wrapper .wrapper-nav-content ul:before,
  .content-wrapper .wrapper-nav-content ul:after {
    content: "";
    display: table;
  }
  .content-wrapper .wrapper-nav-content ul:after {
    clear: both;
  }
  .content-wrapper .wrapper-nav-content li {
    display: block;
    float: left;
    margin: 0 3px;
  }
  .content-wrapper .wrapper-nav-content li div {
    width: 96px;
    height: 96px;
  }
  .content-wrapper .wrapper-nav-content li:after {
    width: 82px;
    height: 78px;
    top: 50px;
    left: 5px;
  }
  .content-wrapper .wrapper-nav-content li:nth-child(3n+3):after {
    background-size: 82px 63px;
    height: 65px;
    top: 60px;
    left: 4px;
  }
  .content-wrapper .wrapper-nav-content li:before {
    margin: 30px 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #c01b26;
    /* Old browsers */
    background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* IE10+ */
    background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
    background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
    position: absolute;
    width: 30px;
    left: -30px;
    top: 18px;
  }
  .content-wrapper .wrapper-nav-content li:first-child {
    margin-left: 0;
  }
  .content-wrapper .wrapper-nav-content li:first-child:before {
    display: none;
  }
  .content-wrapper .wrapper-nav-content li:last-child {
    margin-right: 0;
  }
  .content-wrapper .wrapper-nav-content li.current-menu-item a,
  .content-wrapper .wrapper-nav-content li.current-page-ancestor a,
  .content-wrapper .wrapper-nav-content li.current-menu-ancestor a,
  .content-wrapper .wrapper-nav-content li.current-menu-parent a {
    color: #ffffff;
  }
  /*********************
PAGE STYLES
*********************/
  .page-template-page-home-animated-php .wrapper-nav-main li.special.invisible {
    width: 0;
    margin: 0;
  }
  .page-template-page-home-animated-php .wrapper-nav-main li.special a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    display: none;
  }
  .page-template-page-home-animated-php .scroll-target {
    position: absolute;
  }
  .page-template-page-home-animated-php .part {
    margin-top: 81px;
  }
  .page-template-page-home-animated-php .copyright {
    display: none;
  }
  .page-template-page-home-animated-php .wrapper-frontpage-btn {
    padding: 30px 0;
  }
  .page-template-page-home-animated-php .wrapper-frontpage-btn .arrow-btn-wrapper {
    float: left;
    margin-left: 50%;
    display: block;
  }
  .page-template-page-home-animated-php .wrapper-frontpage-btn a.text-link {
    display: block;
    float: left;
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c01b26;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 10px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  .page-template-page-home-animated-php .wrapper-frontpage-btn a:hover.text-link {
    color: #ffffff;
  }
  .page-template-page-home-animated-php .wrapper-part-intro {
    padding-top: 0;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .wrapper-frontpage-btn {
    padding-bottom: 0;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .sponsors {
    padding-top: 300px;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .keyvisual img {
    display: block;
    margin: 0 auto;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .keyvisual img.logo {
    width: 400px;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .keyvisual img.richard {
    width: 400px;
    margin-bottom: 15px;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers {
    margin-top: 0;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .speakers .all-speakers img {
    width: 100%;
    margin: 0 0 0 0;
  }
  .page-template-page-home-animated-php .wrapper-part-press .curtain-front,
  .page-template-page-home-animated-php .wrapper-part-press .curtain-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
  }
  .page-template-page-home-animated-php .wrapper-part-press .curtain-back {
    z-index: 10;
  }
  .page-template-page-home-animated-php .wrapper-part-press .curtain-front {
    z-index: 100;
  }
  .page-template-page-home-animated-php .wrapper-part-press .part {
    position: relative;
    z-index: 0;
    margin: 0;
  }
  .page-template-page-home-animated-php .wrapper-part-press .part .wrapper-frontpage-btn-up {
    margin-bottom: 60px;
  }
  .page-template-page-home-animated-php .wrapper-part-press .part .wrapper-frontpage-btn-down {
    margin-top: 60px;
  }
  .page-template-page-home-animated-php .wrapper-part-press .commentary-steering {
    position: absolute;
    left: 17%;
  }
  .page-template-page-home-animated-php .wrapper-part-press .commentary-steering.commentary-steering-forwards {
    left: auto;
    right: 17%;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary {
    zoom: 1;
    -webkit-transition: margin 1s ease-in-out;
    -moz-transition: margin 1s ease-in-out;
    -ms-transition: margin 1s ease-in-out;
    -o-transition: margin 1s ease-in-out;
    transition: margin 1s ease-in-out;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary:before,
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary:after {
    content: "";
    display: table;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary:after {
    clear: both;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary .commentary {
    float: left;
    height: 100%;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary .commentary p {
    max-width: 500px;
    margin: 0 auto;
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.2;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary .commentary p.comment {
    font-size: 22px;
    line-height: 1;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary .commentary p.comment span {
    font-size: 35px;
  }
  .page-template-page-home-animated-php .wrapper-part-press .wrapper-commentary .commentary p.author {
    margin-top: 15px;
    font-size: 18px;
  }
  .page-template-page-home-animated-php .wrapper-part-video {
    background: url(../images/home/bg-start-02-01-v2.jpg) no-repeat bottom center;
    background-size: auto 100%;
  }
  .page-template-page-home-animated-php .wrapper-part-video .video-wrapper {
    width: 50%;
    margin: 0 auto;
  }
  .page-template-page-home-animated-php .wrapper-part-video .flex-video {
    margin-top: 16px;
  }
  .page-template-page-home-animated-php .wrapper-part-video iframe {
    border: 2px solid #c01b26;
    background: #000000;
    -webkit-box-shadow: 0px 0px 80px 10px #121212;
    -moz-box-shadow: 0px 0px 80px 10px #121212;
    box-shadow: 0px 0px 80px 10px #121212;
  }
  .page-template-page-home-animated-php .wrapper-part-video .lightning {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.5;
    display: none;
  }
  .page-template-page-home-animated-php .wrapper-part-video .lightning.lightning-one {
    width: 717px;
    height: 624px;
    right: 0;
    background: url(../images/home/bg-start-02-02.png) no-repeat bottom center;
  }
  .page-template-page-home-animated-php .wrapper-part-video .lightning.lightning-two {
    width: 313px;
    height: 629px;
    left: 0;
    background: url(../images/home/bg-start-02-03.png) no-repeat bottom center;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .image {
    width: 344px;
    margin-left: 20%;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .text {
    position: absolute;
    top: 350px;
    right: -8%;
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0.8;
    color: #c01b26;
    width: 300px;
    z-index: 10;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-1,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-3,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-5 {
    font-size: 55px;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-1 .you,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-3 .you,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-5 .you {
    font-size: 100px;
    color: #cfcfcf;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-2,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-4 {
    font-size: 110px;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .trigger {
    position: absolute;
    top: -200px;
  }
  .page-template-page-home-animated-php .wrapper-part-story {
    background: url(../images/home/bg-start-04-02-01.jpg) no-repeat;
    background-size: cover;
  }
  .page-template-page-home-animated-php .wrapper-part-story .part {
    position: relative;
    z-index: 10;
    width: 660px;
  }
  .page-template-page-home-animated-php .wrapper-part-story .text-wrapper {
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  .page-template-page-home-animated-php .wrapper-part-story .text {
    position: relative;
    margin: 0 auto;
    width: 500px;
    overflow: hidden;
    text-align: left;
  }
  .page-template-page-home-animated-php .wrapper-part-story .text strong {
    color: #c01b26;
  }
  .page-template-page-home-animated-php .wrapper-part-story .text h2 {
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c01b26;
  }
  .page-template-page-home-animated-php .wrapper-part-story .text div.text-part {
    float: left;
    width: 500px;
  }
  .page-template-page-home-animated-php .wrapper-part-story .house {
    position: absolute;
    z-index: 1;
    right: -30px;
    top: 0px;
    width: 800px;
    height: 928px;
    background: url(../images/home/bg-start-04-02-03.png) no-repeat;
    background-position: -800px 0;
  }
  .page-template-page-home-animated-php .wrapper-part-story .cloud {
    position: absolute;
    z-index: 0;
    right: -200px;
    top: 0px;
    background: url(../images/home/bg-start-04-02-02.png) no-repeat;
    width: 683px;
    height: 697px;
  }
  .page-template-page-home-animated-php .wrapper-part-story .story-steering {
    position: absolute;
  }
  .page-template-page-home-animated-php .wrapper-part-story .story-steering-backwards {
    left: 0px;
  }
  .page-template-page-home-animated-php .wrapper-part-story .story-steering-forwards {
    right: 0px;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp {
    background: url(../images/home/bg-start-05-03-v2.jpg) no-repeat;
    background-size: auto 100%;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .wrapper-frontpage-btn-down {
    padding-top: 0;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .part {
    zoom: 1;
    margin: 0;
    position: relative;
    width: 70%;
    margin: 0 5% 0 25%;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .part:before,
  .page-template-page-home-animated-php .wrapper-part-timewarp .part:after {
    content: "";
    display: table;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .part:after {
    clear: both;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .image {
    position: absolute;
    z-index: 10;
    width: 50%;
    left: -50%;
    margin-left: -15%;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .text {
    position: relative;
    z-index: 11;
    max-width: 700px;
    margin: 0 auto;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .text p {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 93px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c01b26;
    line-height: 0.7;
    margin: 0;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .text p .line-2 {
    font-size: 110px;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .text p .line-3 {
    font-size: 180px;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .text .audio-wrapper {
    width: 150px;
    margin: 0 auto;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .text .audio-wrapper .mejs-mute {
    display: none;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part {
    position: relative;
    width: 600px;
    margin: 0 auto;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-steering {
    position: absolute;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-steering-backwards {
    left: -70px;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-steering-forwards {
    right: -70px;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-wrapper {
    border: 2px solid #c01b26;
    height: 300px;
    width: 600px;
    overflow: hidden;
    text-align: center;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-wrapper .image {
    height: 300px;
    width: 600px;
    float: left;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-wrapper img {
    display: inline-block;
    max-height: 100%;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .images {
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .images .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -ms-behavior: url(/wp-content/plugins/bbp-show-website-base/js/libs/backgroundsize.min.htc);
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .thumbnail-wrapper {
    width: 600px;
    height: 81px;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .thumbnail-wrapper .thumbnails {
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .thumbnail-wrapper img {
    display: inline-block;
    height: 81px;
    margin-right: 15px;
    cursor: pointer;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .thumbnail-wrapper img.active {
    border: 2px solid #c01b26;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it {
    background: url(../images/home/bg-start-07-03.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 0;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it .part {
    position: relative;
    text-align: center;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it p {
    margin: 0;
    width: 760px;
    position: absolute;
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 86px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c01b26;
    line-height: 0.8;
    z-index: 10;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it p .line-2 {
    font-size: 276px;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it img {
    display: inline-block;
    margin: 200px 0 0 0;
  }
  .page-template-page-home-animated-php div.copyright-home {
    position: absolute;
    bottom: 200px;
    text-align: center;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-shadow: 1px 1px #000;
  }
  .page-template-page-home-animated-php div.copyright-home p {
    font-family: 'proxima-nova', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    margin: 0;
  }
  body.page-template-page-home-en-php .wrapper-frontpage-btn {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  body.page-template-page-home-en-php .wrapper-frontpage-btn a.text-link {
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c01b26;
    text-decoration: none;
    margin-top: -10px;
  }
  body.page-template-page-home-en-php .wrapper-frontpage-btn.wrapper-frontpage-btn-up .arrow-btn {
    margin-bottom: 3px;
  }
  /*********************
PAGE STYLES
*********************/
  .page-id-75 h1 {
    font-size: 24px;
  }
  .wrapper-tickets .date header h3,
  .wrapper-tickets .date header p.venue,
  .wrapper-tickets .date header p.date {
    font-size: 20px;
  }
  .wrapper-tickets .date header h3,
  .wrapper-tickets .date header p.venue {
    display: inline;
  }
  .wrapper-tickets .date header p.venue:before {
    content: '\00a0\2013\00a0';
  }
  .wrapper-tickets .date header p.date {
    margin-top: 0;
  }
  .wrapper-tickets .date section .shows {
    padding-top: 0;
  }
  .wrapper-tickets .date section p.date span.date,
  .wrapper-tickets .date section p.date span.time,
  .wrapper-tickets .date section p.date span.hint {
    display: inline;
  }
  .wrapper-tickets .date section p.date span.hint {
    white-space: nowrap;
  }
  .wrapper-tickets .date section .show {
    margin-top: 0;
  }
  .page-template-page-media-php,
  .page-template-page-premiere-php {
    /* end .content-wrapper */
  }
  .page-template-page-media-php .content-wrapper,
  .page-template-page-premiere-php .content-wrapper {
    /* end ul.image-gallery */
  }
  .page-template-page-media-php .content-wrapper ul.image-gallery,
  .page-template-page-premiere-php .content-wrapper ul.image-gallery {
    /* end > li */
  }
  .page-template-page-media-php .content-wrapper ul.image-gallery > li,
  .page-template-page-premiere-php .content-wrapper ul.image-gallery > li {
    width: 19.2%;
  }
  /* end .page-template-page-media-php */
  /*********************
TEAM STYLES
*********************/
  .tax-teamcategory header p {
    width: 800px;
    margin: 0 auto;
  }
  .tax-teamcategory .teammember {
    width: 33%;
  }
  .tax-teamcategory .teammember:nth-child(2n+3) {
    clear: none;
  }
  .tax-teamcategory .teammember:nth-child(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 1180px) {
  /******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Desktop Stylsheet
******************************************************************/
  header.header-main .wrapper-meta {
    display: block;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 180px;
  }
  header.header-main .wrapper-meta .icon {
    margin: 0;
  }
  header.header-main.share-active .wrapper-meta {
    top: 58px;
  }
  .wrapper-nav-main li a {
    padding: 22px 25px 23px 25px;
  }
  /*********************
FOOTER STYLES
*********************/
  footer.footer-main {
    height: 38px;
    text-align: center;
  }
  footer.footer-main .wrapper-fanbag a {
    display: block;
    width: 160px;
    height: 74px;
    background: url(../images/common/footer-fanbag-de@2x.png) no-repeat;
    background-size: 160px 74px;
    margin-top: -34px;
    margin-left: 30px;
  }
  footer.footer-main .wrapper-countdown .countdown {
    float: right;
    margin-top: -14px;
    margin-right: 30px;
  }
  footer.footer-main li a {
    font-size: 13px;
    line-height: 38px;
  }
  footer.footer-main li.current-menu-item a {
    font-family: 'proxima-nova', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*********************
GENERIC CONTENT STYLES
*********************/
  .content-wrapper .wrapper-nav-content li {
    margin: 0 15px;
  }
  .content-wrapper .wrapper-nav-content li:before {
    margin: 30px 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #c01b26;
    /* Old browsers */
    background: -moz-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), color-stop(100%, #121212));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* IE10+ */
    background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(40%, #c01b26), color-stop(60%, #c01b26), to(#121212));
    background: linear-gradient(to right, #121212 0%, #c01b26 40%, #c01b26 60%, #121212 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
    position: absolute;
    width: 70px;
    left: -60px;
    top: 18px;
    z-index: 1;
  }
  /*********************
PAGE STYLES
*********************/
  .page-template-page-home-animated-php .wrapper-part-images .part {
    width: 800px;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-wrapper {
    height: 400px;
    width: 800px;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .image-wrapper .image {
    height: 400px;
    width: 800px;
  }
  .page-template-page-home-animated-php .wrapper-part-images .part .thumbnail-wrapper {
    width: 800px;
  }
  .page-template-page-home-animated-php .wrapper-part-story .part {
    margin-left: 7.5%;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .image {
    margin: 0 auto;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .text {
    width: 365px;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-1,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-3,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-5 {
    font-size: 65px;
  }
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-2,
  .page-template-page-home-animated-php .wrapper-part-no-matter .text .line-4 {
    font-size: 150px;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp .image {
    margin-left: -5%;
  }
  .page-template-page-home-animated-php div.copyright-home {
    width: 760px;
    margin-left: -380px;
  }
  /*********************
TEAM STYLES
*********************/
  .tax-teamcategory .teammember {
    width: 25%;
  }
  .tax-teamcategory .teammember:nth-child(3n+4) {
    clear: none;
  }
  .tax-teamcategory .teammember:nth-child(4n+5) {
    clear: left;
  }
}
@media only screen and (min-width: 1400px) {
  /******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Super Large Monitor Stylesheet
******************************************************************/
  .page-template-page-home-animated-php div.copyright-home {
    bottom: 140px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Retina Screens & Devices Stylesheet
******************************************************************/
}
@media screen and (max-height: 800px) {
  .page-template-page-home-animated-php .wrapper-part-intro .part {
    margin-top: 75px;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .keyvisual img.richard {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .keyvisual img.logo {
    width: 300px;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .speakers .speaker {
    margin-top: 10px;
  }
  .page-template-page-home-animated-php .wrapper-part-intro .wrapper-frontpage-btn {
    padding: 10px 0;
  }
  .page-template-page-home-animated-php .wrapper-part-press .scroll-target {
    top: 100px;
  }
  .page-template-page-home-animated-php .wrapper-part-timewarp > .image {
    width: 50%;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it p {
    font-family: 'rosewood-std-fill', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0.8;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it p .line-2 {
    display: block;
    font-size: 200px;
  }
  .page-template-page-home-animated-php .wrapper-part-dont-dream-it img {
    width: 70%;
    margin: 80px auto 200px auto;
  }
}
@media screen and (max-height: 800px) and only screen and (min-width: 768px) {
  .page-template-page-home-animated-php .wrapper-part-intro .keyvisual {
    margin-top: 40px;
  }
}
@media print {
  /******************************************************************
Site Name: www.rocky-horror-show.de
Author: Philipp Schreiber / Schreiber & Freunde GmbH

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
