@import 'malmolive.css';
@import 'malmolatin.css';
@import 'vintercirkus.css';
@import 'victoria_picknick_2022.css';
@import 'moomsteatern2023.css';
@import 'balltiska_hallen_2023.css';
@import 'kristianstadteater2023.css';

.facebook-button {display: none !important;}
@font-face {
     font-family: BertholdAkzidenz;
     src: url(/fonts/berthold_akzidenz_grotesk_be_li_regular.otf);
}

@font-face {
     font-family: Baskerville;
     src: url(/fonts/newbaskervillestd-italic.otf);
}

@font-face {font-family: BertholdAkzidenzGrotesk;
  src: url(/fonts/bertholdakzidenz_regular.eot); /* IE9*/
  src: url(/fonts/bertholdakzidenz_regular.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
  url(/fonts/bertholdakzidenz_regular.woff2) format("woff2"), /* chrome、firefox */
  url(/fonts/bertholdakzidenz_regular.woff) format("woff"), /* chrome、firefox */
  url(/fonts/bertholdakzidenz_regular.ttf) format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url(/fonts/bertholdakzidenz_regular.svg#Berthold Akzidenz Grotesk BE Regular) format("svg"); /* iOS 4.1- */
  url(/fonts/bertholdakzidenz_regular.svg#Berthold Akzidenz Grotesk BE Regular) format("svg"); /* iOS 4.1- */
}
 
/*
:root {
	 --main-font-family: "Open Sans", sans-serif;
	}
*/
:root {
	 --main-font-family: BertholdAkzidenz;
	 --main-font-family2: BertholdAkzidenzGrotesk;
	 --header-italic-font-family: Baskerville;
	}
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.tipsy {
  font-size: 13px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  font-family: sans-serif; }

.tipsy-inner {
  background-color: #000;
  color: #fff;
  max-width: 250px;
  padding: 5px 8px 4px 8px;
  text-align: center; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000; }

.tipsy-arrow-s {
  border-top-color: #000; }

.tipsy-arrow-e {
  border-left-color: #000; }

.tipsy-arrow-w {
  border-right-color: #000; }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* Preload images */
body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.TwoCol {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .TwoCol:after {
    content: " ";
    display: block;
    clear: both; }

.TwoCol-inner {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .TwoCol-inner {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

.TwoCol-big {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 960px) {
    .TwoCol-big {
      box-sizing: border-box;
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 480px) {
    .TwoCol--wide .TwoCol-big {
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 960px) {
    .TwoCol--wide .TwoCol-big {
      box-sizing: border-box;
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

.TwoCol-small {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 960px) {
    .TwoCol-small {
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 480px) {
    .TwoCol--wide .TwoCol-small {
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 960px) {
    .TwoCol--wide .TwoCol-small {
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0; } }
  .TwoCol-small .ThreeCol-inner {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 480px) {
      .TwoCol-small .ThreeCol-inner {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .TwoCol-small .ThreeCol-inner {
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }

.TwoCol-small-inner {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.ThreeCol {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .ThreeCol:after {
    content: " ";
    display: block;
    clear: both; }

.ThreeCol-inner {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .ThreeCol-inner {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 960px) {
    .ThreeCol-inner {
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

.ThreeTwoCol {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .ThreeTwoCol:after {
    content: " ";
    display: block;
    clear: both; }

.ThreeTwoCol-big-inner {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .ThreeTwoCol-big-inner {
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 960px) {
    .ThreeTwoCol-big-inner {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

.ThreeTwoCol-big {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .ThreeTwoCol-big {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 960px) {
    .ThreeTwoCol-big {
      box-sizing: border-box;
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0; } }

.ThreeTwoCol-small {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .ThreeTwoCol-small {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 960px) {
    .ThreeTwoCol-small {
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0; } }
  .ThreeTwoCol-small .ThreeCol-inner {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: 10px; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #e0ecec url(/images/front_bg.png) top left repeat-x;
  font-size: 100%;
  color: #333;
  /* font-family: "Folio Light", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /* /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; */
  font-family: BertholdAkzidenz ;
  font-style: normal;
  line-height: 1.2em; }

body.event-body {
  background: #ecf7ec url(/images/event_bg.png) top left repeat-x; }

body.arranger_list-body,
body.arranger-body {
  background: #f2eaeb url(/images/red_bg.png) top left repeat-x; }

img {
  max-width: 100%; }

em {
  font-style: italic;
  font-weight: bold;
  color: #666; }

strong {
  font-weight: bold; }

body.event {
  background: #ecf7ec url(/images/event_bg.png) top left repeat-x; }

/* temp until peter got an global link style */
a {
  color: #333;
  text-decoration: none; }
  a:visited {
    color: #333; }
  a:hover {
    text-decoration: underline; }

.black-button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
  border-radius: 5px 5px 5px 5px;
  background: #000;
  cursor: pointer;
  color: #EEE;
  font-size: 14px;
  display: block;
  border: none;
  font-weight: normal;
  margin: 10px 0;
  padding: 5px 10px 5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none; }
  .black-button:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px; }

.field-submit input.blue-button, .blue-button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
  border-radius: 5px 5px 5px 5px;
  background: #000;
  cursor: pointer;
  color: #EEE;
  font-size: 14px;
  display: block;
  border: none;
  font-weight: normal;
  margin: 10px 0;
  padding: 5px 10px 5px;
  text-transform: uppercase;
  text-decoration: none;
  background: #4161a5; }
  .field-submit input.blue-button:hover, .blue-button:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px; }

.column a {
  text-decoration: underline; }

.calendar a, .main-contents .calendar a {
  text-decoration: none; }
  .calendar a:hover, .main-contents .calendar a:hover {
    text-decoration: underline; }

b {
  /* /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
  font-weight: 700; }
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; } */

.main-contents {
  min-height: 300px; }

.static-page p, .main-contents p {
  margin: 1em 0 1.5em 0; }

.main-contents em, .main-contents i {
  font-style: italic;
  color: #333 !important;
  font-weight: normal; }
  .main-contents em a, .main-contents i a {
    text-decoration: underline; }

p, .static-page li, .static-page {
  font-size: 14px;
  line-height: 1.4em; }

h1 {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 1.4em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   h1, h2, h3, h4 {
  /*font-family: "Baskerville Italic", "Times New Roman", Times, serif, serif;*/
  /* font-family: var(--header-italic-font-family); */
	font-family: Baskerville;
  font-weight: normal;
  font-style: italic;
   }
}

h1, h2, h3, h4 {
  /*font-family: "Baskerville Italic", "Times New Roman", Times, serif, serif;*/
  /* font-family: var(--header-italic-font-family); */
	font-family: Baskerville;
  font-weight: normal;
  
   }

.main-contents h4 {
  font-size: 1.4em;
  line-height: 1.5; }

#main {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  #main:after {
    content: " ";
    display: block;
    clear: both; }

.current-subset:before {
  content: " › "; }

.current-date {
  display: block; }

#main {
  margin-top: 100px;
  position: relative; }
  #main .header-container {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1em; }
  #main h1 {
    margin: 0; }
    #main h1 a {
      color: #333;
      text-decoration: none; }
  @media (min-width: 960px) {
    #main {
      margin-top: 30px; } }

input.standard-input {
  border-radius: 15px 15px 15px 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 2px, rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  border: none;
  font-size: 0.75em;
  padding: 5px 7px;
  outline: none; }

input.standard-submit {
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  border: solid 1px #DDD;
  background: #FFF;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 5px 7px; }

.clear-all {
  clear: both; }

.booking_page-body .one-column-events {
  margin-top: 30px; }

/*
.three-column {
  margin: 0;
  .column {
    width: $grid_column * 4 + $grid_margin * 3;
    float: left;
    margin: 10px;
    &.column-1 {
      margin-left: 0;
    }
    &.column-3 {
      margin-right: 0;
    }
    &.one-column-events {
      float: right;
      margin-right: -10px;
      margin-top: -5px;
    }
  }
  */
.column-text {
  font-weight: normal;
  font-size: 0.875em;
  color: #333; }

@media (max-width: 767px) {
  html.js .read-more-wrapper {
    display: none; } }
.read-more-wrapper-collapsed {
  position: relative;
  max-height: 200px;
  overflow: hidden; }
  .read-more-wrapper-collapsed:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #d6e6e5, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #d6e6e5, rgba(255, 255, 255, 0)); }
    body.arranger-body .read-more-wrapper-collapsed:after, body.arranger_list-body .read-more-wrapper-collapsed:after {
      background: -webkit-linear-gradient(bottom, #efe4e6, rgba(255, 255, 255, 0));
      background: linear-gradient(to top, #efe4e6, rgba(255, 255, 255, 0)); }
    body.event-body .read-more-wrapper-collapsed:after {
      background: -webkit-linear-gradient(bottom, #ecf7ec, rgba(255, 255, 255, 0));
      background: linear-gradient(to top, #ecf7ec, rgba(255, 255, 255, 0)); }

.read-more-button {
  text-align: center;
  color: #FFFFFF; }
  .read-more-button:visited {
    color: #FFFFFF; }

.column-text iframe {
  width: 100%;
  margin: 10px 0; }

/*** Search Result ** */
.search-results-wrapper {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.search-results li {
  width: 100%;
  float: left;
  border-bottom: solid 1px #DDD;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .search-results li h2 {
    margin-bottom: 5px; }
  .search-results li .search-result-image {
    float: left;
    margin-right: 10px; }

/** End Search Result ** */
/** categories ** */
.menus .categories {
  width: 100%; }

.event-image,
.arranger-image {
  width: 100%; }

.event-arrangers li {
  float: left; }

.menu-menu {
  position: relative;
  z-index: 200; }

/*
.categories {
  overflow: hidden;
}

.categories li, .event-arrangers li {
  margin: 0 20px 5px 0;
  position: relative;
  @include single-box-shadow(0px, 0px, 5px, rgba(0, 0, 0, 0.2));
}

.category a, .event-arrangers li a {
  line-height: 1;
  background: #FFF;
  text-transform: uppercase;
  height: 12px;
  display: block;
  font-size: 11px;
  text-decoration: none;
  color: #000;
  padding: 2px 3px;
  @include web-font-folio;
  &:hover {
    color: #999;
  }
}

.category .arrow, .event-arrangers .arrow {
  background-color: transparent;
  border-style: dashed;
  border-color: transparent;
  border-width: 8px;
  height: 0;
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  border-left-style: solid;
  border-left-color: #FFF;
}
*/
.narrow-column, .narrow-main {
  width: 640px; }

/*** event *** */
.column-occasions,
.column-presentkort {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) #333333;
  background: #FFF;
  padding: 10px; }
  .column-occasions ul,
  .column-presentkort ul {
    padding: 0;
    list-style: none; }

.column-presentkort {
  font-size: 14px; }
  .column-presentkort h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 10px; }
  .column-presentkort form {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; }
    .column-presentkort form div {
      margin: 20px 0; }
      .column-presentkort form div label {
        /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
		/* /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
        color: #000;
        margin-bottom: 7px;
        display: block; }
      .column-presentkort form div input {
        width: auto; }
    .column-presentkort form .book-button {
      text-decoration: underline;
      font-size: 14px;
      color: #333;
      border: none; }

#event-info {
  font-size: 0.9em; }
  #event-info > li {
    margin: 5px 0;
    float: left;
    width: 100%; }
  #event-info ul {
    padding: 0; }
  #event-info b {
    float: left;
    margin-right: 5px; }
  #event-info .info-address {
    line-height: 1.4em;
    float: left; }
  #event-info .categories,
  #event-info .event-arrangers {
    width: 75%;
    float: left; }
    #event-info .categories li,
    #event-info .event-arrangers li {
      float: left;
      border: none;
      padding: 0;
      margin: 0 20px 5px 0;
      background-color: white;
      position: relative; }
      #event-info .categories li a,
      #event-info .event-arrangers li a {
        display: block;
        padding: 2px 3px;
        line-height: 1;
        /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
		/* /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
        height: 16px;
        font-size: 11px;
        text-transform: uppercase; }
      #event-info .categories li .arrow,
      #event-info .event-arrangers li .arrow {
        background-color: transparent;
        border-style: dashed;
        border-color: transparent;
        border-width: 8px;
        height: 0;
        position: absolute;
        right: -16px;
        top: 0;
        width: 0;
        border-left-style: solid;
        border-left-color: #FFF; }
  #event-info .fb-like {
    float: left; }
  #event-info .twitter-share-button {
    margin: 0; }
  #event-info .event-share {
    margin-top: 15px; }

.occasion {
  padding: 5px 0;
  border-bottom: solid 1px #DDD;
  font-size: 14px; }
  .occasion div {
    margin: 5px 0; }
  .occasion .price {
    padding: 5px 0; }
  .occasion strong {
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	/* /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
    color: #000; }
  .occasion li {
    margin: 5px 0; }

.occasion-no-avaiable {
  text-align: center;
  padding: 0 5px; }

.occsions-booking-info,
.giftcard-info {
  margin-top: 15px;
  font-size: 0.9em;
  font-style: italic; }

.book-button {
  border-radius: 5px / 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) #333333;
  background-color: #d8f0d6;
  width: 240px;
  display: block;
  margin: 10px auto;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 3px 0 7px; }
  .book-button:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5) #333333;
    color: #999; }

/*** event end ** */
/*** Sub menu as a border list ** */
.sub-menu, .menu-sub_menu, .menu-account_links-wrapper, .menu-booking_bar-wrapper, .menu-giftcard_bar-wrapper {
  border-radius: 5px 5px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1) #333333;
  background: #FFF;
  border: solid 1px #DDD;
  display: block;
  padding: 7px 0px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left; }
  .sub-menu li.current-menu-item span, .sub-menu li.current-menu-item a, .menu-sub_menu li.current-menu-item span, .menu-sub_menu li.current-menu-item a, .menu-account_links-wrapper li.current-menu-item span, .menu-account_links-wrapper li.current-menu-item a, .menu-booking_bar-wrapper li.current-menu-item span, .menu-booking_bar-wrapper li.current-menu-item a, .menu-giftcard_bar-wrapper li.current-menu-item span, .menu-giftcard_bar-wrapper li.current-menu-item a {
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	/* /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
    text-decoration: underline; }

ul.index li {
  padding: 0px 0.6em 2px;
  text-transform: uppercase; }
  ul.index li a {
    text-decoration: none;
    display: block; }
  @media (min-width: 960px) {
    ul.index li {
      border-left: solid 1px #666;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
      ul.index li:first-child {
        border: none; } }

.arranger .event_listing h2 {
  font-size: 1.6em;
  text-align: center;
  padding: 15px 0 5px;
  width: 100%;
  float: left; }

.event_listing h2 {
  font-size: 24px;
  margin: 20px 0 20px 20px; }

#arranger-additional-text-button {
  font-size: 0.9em;
  float: right; }

.arranger-additional-text-holder {
  font-size: 14px;
  width: 100%; }

.arranger-additional-text-holder.show {
  height: auto; }

.arranger-listing.only-current .event-count-0, .arranger-listing.only-current .event-count--1 {
  display: none; }

.ArrangersToggle {
  padding: 10px 10px;
  background-color: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  background-image: url("/images/category.png");
  background-position: 98.95833% center;
  background-repeat: no-repeat;
  background-size: 25px; }
  .ArrangersToggle.open {
    background-image: url("/images/category_close.png"); }
  @media (min-width: 960px) {
    .ArrangersToggle {
      display: none; } }

.arranger-index {
  display: none;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 960px) {
    .arranger-index {
      display: block !important; } }
  .arranger-index a {
    width: 100%; }
  .arranger-index.visible {
    display: block; }

.arranger-index.only-current .event-count-0 a, .arranger-index.only-current .event-count--1 a {
  color: #DDD; }

.statistics-year-block .year {
  font-size: 1.5em;
  left: 0;
  background-color: #444;
  background-color: rgba(51, 51, 51, 0.9);
  padding: 5px 0.6em;
  margin: 50px 0 10px; }
  .statistics-year-block .year a {
    color: #FFF; }
.statistics-year-block .letter-index {
  left: 0;
  margin-top: 10px;
  margin-left: 0.6em; }
.statistics-year-block .statistics-show {
  margin-left: 0.6em; }

.arranger-listing {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  .arranger-listing .index-anchor {
    font-size: 1.5em;
    left: 0;
    background-color: #444;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 5px; }
    .arranger-listing .index-anchor a {
      color: #FFF; }
  .arranger-listing li.arranger {
    padding: 10px 0;
    min-height: 100px;
    border-bottom: solid 1px #333; }
    .arranger-listing li.arranger h3 {
      font-size: 1.5em; }
      .arranger-listing li.arranger h3 a:hover {
        text-decoration: underline; }
  .arranger-listing li {
    display: block;
    overflow: hidden;
    margin: 10px 0; }
    .arranger-listing li .image-link {
      width: 28%;
      max-width: 100px;
      margin-right: 2%;
      float: left; }
    .arranger-listing li div {
      width: 70%;
      float: left;
      font-size: 1em;
      clear: right; }
      .arranger-listing li div a {
        text-decoration: none; }
  .arranger-listing h2 a {
    text-transform: uppercase;
    text-decoration: none;
    color: black; }

ul.feedback {
  margin: 0;
  padding: 0; }
  ul.feedback li.feedback {
    border-radius: 5px;
    box-shadow: #999 0px 0px 5px;
    display: none;
    margin: 3px 0; }
    ul.feedback li.feedback a {
      text-decoration: underline;
      padding: 0 3px;
      margin: 0 3px; }
  ul.feedback li.feedback.show {
    display: block;
    padding: 6px 10px 10px; }
  ul.feedback li.feedback-info {
    background-color: #FFF;
    padding: 10px;
    color: #666; }
  ul.feedback li.feedback-warning {
    color: #333;
    background-color: orange; }

.booking-cancel input, .booking-cancel a {
  border: none;
  font-style: italic;
  background: none;
  font-size: 14px; }

.seat-picker {
  background-color: #c6d5d5;
  border: 1px solid #bccece;
  margin-top: 20px;
  font-family: sans-serif;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .seat-picker .sections-wrapper {
    overflow: auto;
    max-width: 100%; }
  .seat-picker .sections {
    padding: 0;
    min-width: 618px; }
  .seat-picker .scene {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	/* /* font-family: var(--main-font-family); */
/*font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
    font-size: 20px;
    font-style: normal; }
  .seat-picker .aisle, .seat-picker .booth, .seat-picker .stairs, .seat-picker .blocked {
    vertical-align: top;
    display: inline-block;
    background-color: #afbcbc;
    height: 19px;
    width: 38px;
    line-height: 19px; }
  .seat-picker .seat-row {
    margin: 3px 0 3px 0;
    cursor: default; }

@media (max-width: 767px) {
  .palladium-m3.sections {
    min-width: initial; } }
.palladium-m3.sections .seat {
  width: 3%; }

@media (max-width: 767px) {
  .palladium-u2.sections {
    min-width: initial; } }
.palladium-u2.sections .seat {
  width: 3%; }

@media (max-width: 767px) {
  .palladium-11-12-bp-b.sections {
    min-width: initial; } }
.palladium-11-12-bp-b.sections .seat {
  width: 3%; }

@media (max-width: 767px) {
  .seat-picker .moomsteatern.sections {
    min-width: initial; }
    .seat-picker .moomsteatern.sections .aisle {
      text-indent: -9999px; }
    .seat-picker .moomsteatern.sections .seat {
      width: 3%; }
    .seat-picker .moomsteatern.sections .teknik {
      width: 80px; }
    .seat-picker .moomsteatern.sections .aisle {
      width: 5%; }
    .seat-picker .moomsteatern.sections .aisle-align-4 {
      width: 7%; }
    .seat-picker .moomsteatern.sections .aisle-align-5 {
      width: 11%; }
    .seat-picker .moomsteatern.sections .aisle-align-7 {
      width: 9%; }
    .seat-picker .moomsteatern.sections .aisle-align-8 {
      width: 7%; } }

@media (max-width: 767px) {
  .lunds-stadshall.sections {
    min-width: initial; }
    .lunds-stadshall.sections .seat {
      width: 1.5%; } }

@media (max-width: 767px) {
  .lunds-stadsteater.sections {
    min-width: initial; }
    .lunds-stadsteater.sections .seat {
      width: 1.5%; } }

@media (max-width: 767px) {
  .kino.sections {
    min-width: initial; }
    .kino.sections .seat {
      width: 3%; } }

@media (max-width: 767px) {
  .seat-picker .biograf-spegeln {
    min-width: initial; }
    .seat-picker .biograf-spegeln .seat {
      width: 5%; } }

@media (max-width: 767px) {
  .seat-picker .biograf-spegeln-salong-c {
    min-width: initial; }
    .seat-picker .biograf-spegeln-salong-c .seat {
      width: 7%; } }

@media (max-width: 767px) {
  .seat-picker ul.sections.balltiska-hallen {
    min-width: initial; }
    .seat-picker ul.sections.balltiska-hallen #lktare-a .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-a .seat-x-3 {
      width: 27%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-a .seat-x-15 {
      width: 50%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-a .seat-x-17 {
      width: 55%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-f .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-f .seat-x-3 {
      width: 25%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-f .seat-x-15 {
      width: 50%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-f .seat-x-18 {
      width: 55%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-c .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-c .seat-x-3 {
      width: 25%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-c .seat-x-14 {
      width: 50%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-c .seat-x-15 {
      width: 50%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-c .seat-x-17 {
      width: 55%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-d .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-d .seat-x-2 {
      width: 17%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-d .seat-x-3 {
      width: 25%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-d .seat-x-14 {
      width: 50%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-d .seat-x-15 {
      width: 50%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-d .seat-x-19 {
      width: 55%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-b .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-b .seat-x-15 {
      width: 40%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-b .seat-x-3 {
      width: 6%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-b .seat-x-4 {
      width: 20%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-b .seat-x-5 {
      width: 20%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-e .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-e .seat-x-15 {
      width: 40%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-e .seat-x-3 {
      width: 27%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-e .seat-x-4 {
      width: 20%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-e .seat-x-5 {
      width: 20%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-e .seat-x-8 {
      width: 35%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-e .empty.seat-x-3 {
      width: 10%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-v .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-v .seat-x-3 {
      width: 15%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-v .seat-x-5 {
      width: 20%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-v .seat-x-13 {
      width: 35%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-v .seat-x-11 {
      width: 35%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-v .seat-x-9 {
      width: 30%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-v .design-spacing {
      width: 15% !important; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-h .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-h .seat-x-13 {
      width: 50%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-h .seat-x-15 {
      width: 39%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-h .seat-x-10 {
      width: 40%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-h .seat-x-5 {
      width: 22%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-h .seat-x-9 {
      width: 30%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-h .design-spacing {
      width: 15% !important; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-h .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-h .seat-x-3 {
      width: 15%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-h .seat-x-5 {
      width: 20%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-h .seat-x-13 {
      width: 35%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-h .seat-x-11 {
      width: 35%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-h .seat-x-9 {
      width: 30%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-o-h .design-spacing {
      width: 15% !important; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-v .seat {
      width: 1%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-v .seat-x-3 {
      width: 15%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-v .seat-x-13 {
      width: 35%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-v .seat-x-11 {
      width: 35%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-v .seat-x-9 {
      width: 30%; }
    .seat-picker ul.sections.balltiska-hallen #lktare-p-v .design-spacing {
      width: 15% !important; } }

.victoria-picknick.sections {
  text-align: center; }
  .victoria-picknick.sections h4 {
    font-size: 1.2em; }
  .victoria-picknick.sections .seat-row {
    width: 100%;
    overflow: hidden; }
  @media (max-width: 767px) {
    .victoria-picknick.sections {
      min-width: initial; } }
  .victoria-picknick.sections .seat-group-bord {
    border-radius: 5px;
    display: inline-block;
    background: #DDD;
    margin: 5px 1%;
    padding: 1% 1.5%;
    width: 9%; }
    @media (max-width: 767px) {
      .victoria-picknick.sections .seat-group-bord {
        width: 10%;
        margin: 1px;
        padding: 1px; } }
    .victoria-picknick.sections .seat-group-bord .seat {
      width: 42%;
      height: 17px;
      margin: 3px 4%; }
      @media (max-width: 767px) {
        .victoria-picknick.sections .seat-group-bord .seat {
          margin: 1px; } }
  .victoria-picknick.sections .seat-group-row {
    display: block;
    width: 100%;
    text-align: center; }

@media (max-width: 767px) {
  .seat-picker .f--rs-och-frosta-sparbank-arena.sections {
    min-width: initial; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections .seat {
      width: 1%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-a .stage-title {
      margin-left: auto;
      margin-right: 5%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-c .stage-title {
      margin-left: 5%;
      margin-right: auto; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-d .stage-title {
      margin-left: 60%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-h .seat {
      width: 1%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-h .empty {
      width: 4px; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-h .aisle {
      width: 1%;
      text-indent: -9999px; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-f .stage-title {
      margin-left: 5%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-f .seat-row {
      margin-right: 20%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-f .seat {
      width: 4%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-b .stage-title {
      margin-left: auto;
      margin-right: 5%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-g .stage-title {
      margin-left: 5%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-e .stage-title {
      margin-left: 5%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-e .seat-row {
      margin-left: 20%; }
    .seat-picker .f--rs-och-frosta-sparbank-arena.sections #lktare-e .seat {
      width: 4%; } }

.seat-picker-align-center .seat-row {
  text-align: center; }

.seat {
  background-color: #fff;
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border-radius: 0 0 5px 5px; }
  .seat:hover {
    background-color: #7f9375; }
  html.js .seat input {
    display: none; }

.seat-picked {
  background-color: #58b022; }
  .seat-picked:hover {
    background-color: #58b022; }

.seat-can-not-book {
  background-color: #e3585a;
  cursor: default; }
  .seat-can-not-book:hover {
    background-color: #e3585a; }

.slagthuset .seat {
  width: 18px; }

.section-small .seat {
  width: 10px;
  height: 12px; }
.section-small .seat-can-not-book .empty, .section-small .stairs {
  background-color: #afbcbc;
  display: inline-block;
  height: 10px; }
.section-small span {
  display: inline-block; }
.section-small .seat-x-2 {
  width: 15px; }
.section-small .seat-x-3 {
  width: 30px; }
.section-small .seat-x-4 {
  width: 45px; }
.section-small .seat-x-5 {
  width: 60px; }
.section-small .seat-x-6 {
  width: 75px; }
.section-small .seat-x-7 {
  width: 90px; }
.section-small .seat-x-8 {
  width: 105px; }
.section-small .seat-x-9 {
  width: 120px; }
.section-small .seat-x-9 {
  width: 135px; }
.section-small .seat-x-10 {
  width: 150px; }
.section-small .seat-x-11 {
  width: 165px; }
.section-small .seat-x-13 {
  width: 185px; }
.section-small .seat-x-14 {
  width: 200px; }
.section-small .seat-x-151 {
  width: 225px; }
.section-small .seat-x-15 {
  width: 225px; }
.section-small .seat-x-16 {
  width: 240px; }
.section-small .seat-x-17 {
  width: 255px; }
.section-small .seat-x-18 {
  width: 270px; }
.section-small .seat-x-19 {
  width: 270px; }
.section-small .design-spacing {
  width: 80px !important; }

.seat-reserved input {
  display: none; }

/*** Forms ** */
.form-loader-wrapper {
  border-radius: 5px;
  background-color: #E0ECEC;
  padding: 20px;
  max-width: 520px; }

form ul.validation-errors, form .validation-failed label, form .required {
  color: red; }

/** additional images */
.additional-images {
  float: left;
  width: 31%;
  margin: 2px 1% 3px; }
  .additional-images img {
    width: 100%; }

.additional-image-description {
  text-align: center;
  color: #FFF; }

.admin-additional-images {
  overflow: hidden;
  margin: 10px 0;
  width: 100%; }
  .admin-additional-images div label {
    font-size: 0.8em;
    display: block;
    margin: 10px 0 5px; }
  .admin-additional-images div input {
    width: 100%; }
  .admin-additional-images h2 {
    text-align: center;
    font-size: 1.5em;
    border-bottom: solid 1px #666; }
  .admin-additional-images h3 {
    text-align: center;
    margin-top: 15px;
    border-bottom: solid 1px #666; }
  .admin-additional-images img {
    display: block; }
  .admin-additional-images li {
    text-align: center;
    float: left;
    width: 31%;
    margin: 0 1% 20px; }
    .admin-additional-images li img {
      max-width: 100%; }

.additional-image-description {
  position: absolute;
  bottom: 20px;
  width: 100%; }

/** account */
.menu-sub_menu a {
  margin: 0 10px; }

.menu-account_links {
  margin: 0;
  padding: 0 0 3px; }
  .menu-account_links a {
    margin: 0 10px; }

/*** Booking ** */
#my-bookings .title-unpaid {
  color: #e2434f;
  margin-top: 10px; }
#my-bookings h2 {
  font-style: normal;
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /*font-family: var(--main-font-family);
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
  padding: 5px 1%;
  background: #FFF;
  margin-bottom: 10px; }
#my-bookings .my-booking-general-info {
  margin: 20px 0 40px;
  font-size: 14px; }

.my-booking {
  margin: 0px 0 20px;
  overflow: hidden;
  border-bottom: solid 1px #DDD;
  position: relative;
  min-height: 40px; }
  .my-booking img {
    float: left; }
  .my-booking a.show-booking-payment {
    float: left;
    display: block;
    margin-right: 10px; }
  .my-booking .old-booking-toggle-open {
    display: none; }
  .my-booking .old-booking-container {
    display: none; }

.my-booking.open .old-booking-container {
  display: block; }
.my-booking.open .old-booking-toggle-open {
  display: block; }
.my-booking.open .old-booking-toggle-closed {
  display: none; }

.old-booking-container .show-dates {
  padding-top: 0; }

.old-title {
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /*font-family: var(--main-font-family);
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 20px;
  width: 90%; }

.old-title-middle {
  margin-top: 10px; }

ul.show-dates h3 {
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /*font-family: var(--main-font-family);
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 20px; }
ul.show-dates h2 {
  font-size: 24px;
  padding: 0px 0 10px; }
ul.show-dates b {
  float: left;
  clear: left;
  line-height: 1.4em;
  width: 160px; } 
ul.show-dates p {
  margin: 0;
  float: left;
  clear: right; }
ul.show-dates .tickets, ul.show-dates .seats {
  margin: 0;
  padding: 0;
  max-width: 340px;
  float: left; }
ul.show-dates .seats li {
  margin-bottom: 5px;
  font-style: normal; }

.my-bookings-pay {
  border-top: solid 1px #FFF;
  overflow: hidden; }
  .my-bookings-pay a {
    float: left; }

.booking-action-links {
  overflow: hidden;
  margin-top: 20px; }
  .booking-action-links a {
    font-style: italic;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block; }
  .booking-action-links a.black-button {
    color: #FFF;
    font-style: normal;
    clear: both;
    float: left; }

.my-bookings-event-tip {
  margin-top: 20px; }
  .my-bookings-event-tip h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px; }
  .my-bookings-event-tip .event_listing {
    width: 100%; }

.show-dates {
  font-size: 14px; }
  .show-dates li {
    display: block;
    overflow: hidden; }

.show-date-info {
  margin: 0;
  padding: 0; }

.booking-amount, .booking-total {
  margin-top: 10px; }

.ticket-returned {
  color: red; }

.booking-total {
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /* font-family: var(--main-font-family);
font-family: BertholdAkzidenz ; */
font-family: BertholdAkzidenz ; }
  

.old-booking-toggle {
  background-color: #FFF;
  position: absolute;
  right: 0;
  cursor: pointer;
  height: 24px;
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; }
  .old-booking-toggle span {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 14px; }

.old-booking-toggle-all {
  float: right;
  font-weight: normal;
  /* font-family: "Folio Light", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
  font-size: 15px;
  cursor: pointer; }

.old-booking-container {
  display: none; }

/*** booking dialog ** */
.menu-booking_bar-wrapper,
.menu-giftcard_bar-wrapper {
  padding: 0;
  margin-bottom: 20px; }

.menu-booking_bar,
.menu-giftcard_bar {
  padding: 0; }
  .menu-booking_bar li,
  .menu-giftcard_bar li {
    overflow: hidden;
    height: 40px;
    line-height: 35px;
    padding: 0 40px 0 10px; }
  .menu-booking_bar .menu-item-booking,
  .menu-giftcard_bar .menu-item-booking {
    padding-left: 20px;
    text-transform: uppercase;
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; }
  @media (min-width: 768px) {
    .menu-booking_bar,
    .menu-giftcard_bar {
      height: 40px; }
      .menu-booking_bar .menu-item,
      .menu-giftcard_bar .menu-item {
        float: left;
        background: url(/images/bar-arrow.png) right top no-repeat; } }

.book-add li {
  margin: 5px 0; }
  .book-add li b {
    margin-right: 5px; }

.action-book {
  float: left; }

.booking-add-actions-holder {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
  text-align: center; }
  .booking-add-actions-holder div {
    text-align: left; }
  .booking-add-actions-holder a, .booking-add-actions-holder input {
    margin-top: 0px; }
  .booking-add-actions-holder p {
    font-style: italic;
    font-size: 12px; }

.action-pay {
  float: right; }

.section-map-holder {
  text-align: center;
  position: relative; }

.seat-picker ul.section-picker {
  text-align: center; }
  .seat-picker ul.section-picker li {
    display: inline;
    margin: 0 1em 0 1em; }
    .seat-picker ul.section-picker li a {
      cursor: pointer; }
  .seat-picker ul.section-picker .current-section {
    font-weight: bold; }
.seat-picker .stage-title {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 2em;
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
  /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
  font-style: normal;
  width: 100px;
  margin: 0 auto; }
.seat-picker ul.sections {
  font-size: 10px;
  text-align: right; }
  .seat-picker ul.sections .empty, .seat-picker ul.sections .stairs {
    background-color: #afbcbc;
    display: inline-block;
    height: 19px; }
  .seat-picker ul.sections .seat-x-2 {
    width: 40px; }
  .seat-picker ul.sections .seat-x-3 {
    width: 60px; }
  .seat-picker ul.sections .seat-x-4 {
    width: 80px; }
.seat-picker ul.sections.js-ui .section {
  display: none; }
  .seat-picker ul.sections.js-ui .section h4 {
    text-align: center; }
.seat-picker ul.sections.js-ui .section.current-section {
  display: block; }

.design-spacing {
  display: inline-block;
  height: 12px; }

.f--rs-och-frosta-sparbank-arena #lktare-c .seat-row, .f--rs-och-frosta-sparbank-arena #lktare-e .seat-row, .f--rs-och-frosta-sparbank-arena #lktare-g .seat-row {
  text-align: left; }
.f--rs-och-frosta-sparbank-arena #lktare-a .seat-row, .f--rs-och-frosta-sparbank-arena #lktare-d .seat-row, .f--rs-och-frosta-sparbank-arena #lktare-f .seat-row {
  text-align: right; }
.f--rs-och-frosta-sparbank-arena .aisle {
  width: 28px;
  font-size: 8px; }
.f--rs-och-frosta-sparbank-arena .seat-x-45 {
  width: 100%;
  margin-bottom: 5px; }
.f--rs-och-frosta-sparbank-arena #lktare-b .gatt9 {
  width: 164px;
  margin-right: 2px; }
.f--rs-och-frosta-sparbank-arena #lktare-b .gatt10 {
  width: 254px;
  margin-right: 2px; }
.f--rs-och-frosta-sparbank-arena #lktare-g .stage-title, .f--rs-och-frosta-sparbank-arena #lktare-c .stage-title {
  margin-left: 150px; }
.f--rs-och-frosta-sparbank-arena #lktare-e .stage-title, .f--rs-och-frosta-sparbank-arena #lktare-f .stage-title {
  margin-left: 100px; }
.f--rs-och-frosta-sparbank-arena #lktare-d .stage-title, .f--rs-och-frosta-sparbank-arena #lktare-a .stage-title, .f--rs-och-frosta-sparbank-arena #lktare-b .stage-title {
  margin-left: 400px; }
.f--rs-och-frosta-sparbank-arena #lktare-h .seat {
  width: 7px; }
.f--rs-och-frosta-sparbank-arena #lktare-h .empty {
  width: 7px;
  margin-right: 2px; }
.f--rs-och-frosta-sparbank-arena #lktare-e .seat-row {
  margin-left: 200px; }
.f--rs-och-frosta-sparbank-arena #lktare-f .seat-row {
  margin-right: 200px; }

.balltiska-hallen #lktare-a .seat-row, .balltiska-hallen #lktare-a .seat-row, .balltiska-hallen #lktare-p-h .seat-row, .balltiska-hallen #lktare-f .seat-row, .balltiska-hallen #lktare-o-h .seat-row {
  text-align: left; }
.balltiska-hallen #lktare-p-v .seat-row, .balltiska-hallen #lktare-c .seat-row, .balltiska-hallen #lktare-o-v .seat-row, .balltiska-hallen #lktare-d .seat-row {
  text-align: right; }
.balltiska-hallen #lktare-e .empty.seat-x-3 {
  width: 37px; }
.balltiska-hallen #lktare-c .stage-title, .balltiska-hallen #lktare-d .stage-title, .balltiska-hallen #lktare-p-v .stage-title, .balltiska-hallen #lktare-o-v .stage-title {
  margin-left: 400px; }
  @media (max-width: 767px) {
    .balltiska-hallen #lktare-c .stage-title, .balltiska-hallen #lktare-d .stage-title, .balltiska-hallen #lktare-p-v .stage-title, .balltiska-hallen #lktare-o-v .stage-title {
      margin-left: 60%; } }
.balltiska-hallen #lktare-a .stage-title, .balltiska-hallen #lktare-f .stage-title, .balltiska-hallen #lktare-p-h .stage-title, .balltiska-hallen #lktare-o-h .stage-title {
  margin-left: 150px; }


.seat-picker .moomsteatern .teknik {
  width: 156px;
  vertical-align: top;
  display: inline-block;
  background-color: #afbcbc;
  height: 19px;
  line-height: 19px; }
.seat-picker .moomsteatern .aisle {
  width: 34px; }
.seat-picker .moomsteatern .aisle-align-4 {
  width: 46px; }
.seat-picker .moomsteatern .aisle-align-5 {
  width: 69px; }
.seat-picker .moomsteatern .aisle-align-7 {
  width: 60px; }
.seat-picker .moomsteatern .aisle-align-8 {
  width: 46px; }

.discount-code-holder {
  margin: 10px 0;
  overflow: hidden; }
  .discount-code-holder span {
    display: block;
    float: left;
    font-size: 1em;
    padding-top: 2px;
    text-decoration: none;
    font-style: normal;
    margin-right: 10px;
    cursor: pointer; }
    .discount-code-holder span:after {
      content: " »";
      margin-right: 5px; }
  .discount-code-holder input[type=text] {
    border-radius: 5px;
    -webkit-transition: "all 1s ease";
    transition: "all 1s ease";
    border: none;
    padding: 5px;
    background: rgba(255, 255, 255, 0.7);
    margin-right: 5px; }
    .discount-code-holder input[type=text]:focus {
      outline: none;
      background: white; }
  .discount-code-holder .discount-form {
    float: left; }
  .discount-code-holder input {
    float: left;
    margin: 0; }

.price-discount-code {
  background: rgba(255, 246, 0, 0.2); }

.seat-form table {
  width: 100%;
  margin: 20px 0; }
  .seat-form table input {
    border: solid 1px #DDD;
    width: 50px;
    padding: 5px; }
  .seat-form table thead {
    background: #FFF; }
    .seat-form table thead td {
      /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
      /* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
	  padding: 10px; }
  .seat-form table tr {
    border-bottom: solid 1px #FFF; }
    .seat-form table tr td {
      padding: 5px; }
  .seat-form table tr.sum {
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    border-bottom: none; }

.book-error {
  padding: 10px;
  background: red;
  color: #000;
  margin: 20px 0; }

/*** gift card download page ** */
.giftcard-list {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  .giftcard-list .card-description {
    width: 400px; }
  .giftcard-list .card-label,
  .giftcard-list .card-description {
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    font-size: 14px; }
  .giftcard-list .card-label {
    margin-bottom: 0.5em; }
  .giftcard-list .card-hash {
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    border-radius: 5px;
    border: 1px solid #ADB7B5;
    padding: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .giftcard-list .black-button {
    display: inline-block;
    color: #eee;
    *display: inline;
    *zoom: 1; }
  .giftcard-list .black-button:visited {
    color: #eee; }
  .giftcard-list .card-delivery-info {
    width: 200px;
    line-height: 1.1;
    font-style: italic; }

/*** basic form ** */
.basic-form-wrapper {
  padding-left: 10px;
  padding-right: 10px; }

.basic-form {
  margin-top: 30px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
.basic-form td.label {
    width: 130px; }
.basic-form .field input, .basic-form .field textarea,
.basic-form .field select  {
    max-width: 100%;
    width: 100%; }

.basic-form  .field #td_pay_booking_customer_agreement [type='checkbox'],.basic-form  .field #td_pay_booking_customer_agreement_email [type='checkbox']{
	 width:auto;
	margin: 9px 5px 9px 0;
	margin-right: 10px;
}

.basic-form  .field #td_pay_booking_customer_agreement em,.basic-form  .field #td_pay_booking_customer_agreement_email em{
	float: none;
	margin: 9px 5px 9px 0;
	font-size: 14px;
	
}



tr.field-address td, tr.field-email td {
  padding-top: 20px; }

.field td {
  vertical-align: top; }
.field label {
    white-space: nowrap;
  margin: 7px 5px 7px 0;
  display: block; }
.field input, .field textarea, .field select {
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px inset;
  color: #666;
  margin: 5px 0;
  width: 360px;
  border-radius: 5px 5px 5px 5px;
  border: solid 1px #AAA;
  padding: 7px 7px 5px;
  line-height: 1.3em;
  font-family: 14px; }
.field em {
  float: left;
  font-size: 12px; }

.field-submit input {
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
  border-radius: 5px 5px 5px 5px;
  background: #000;
  cursor: pointer;
  color: #EEE;
  font-size: 14px;
  display: block;
  border: none;
  font-weight: normal;
  margin: 10px 0;
  padding: 5px 10px 5px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 5px;
  font-size: 0.8em; }
  .field-submit input:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px; }
  .field-submit input .blue-button {
    clear: both; }

input.reset {
  clear: both; }

.member-forgot-password {
  float: right;
  margin: 0.5em 0; }
  @media (min-width: 768px) {
    .member-forgot-password {
      float: left; } }

.member-create {
  float: right;
  clear: right;
  margin: 0.5em 0; }
  @media (min-width: 768px) {
    .member-create {
      clear: none;
      margin-right: 5px; } }

.form-loader-wrapper {
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 15px; }

.member-login {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%; }
  .form-loader-wrapper .member-login {
    max-width: 100%; }
    @media (min-width: 480px) {
      .form-loader-wrapper .member-login {
        width: 480px; } }
  @media (min-width: 768px) {
    .member-login {
      max-width: 50%; } }

/*** end basic form ** */
.facebook-connect {
  padding-left: 10px;
  padding-right: 10px; }

.sidebar {
  background: #FFF;
  padding: 10px 10px;
  border-radius: 3px / 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) #333333; }
  .sidebar li {
    border-bottom: solid 1px #DDD;
    padding: 10px 0 10px; }
    .sidebar li:last-child {
      border: none; }
  .sidebar h2 {
    font-size: 16px;
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    font-style: normal; }
  .sidebar input, .sidebar a {
    width: 80%;
    margin: 15px 10%; }
  .sidebar input.blue-button {
    padding: 7px 0;
    font-size: 12px; }

.booking_page-body .payment-preamble label,
.giftcard_page-body .payment-preamble label {
  font-size: 14px; }
.booking_page-body .payment-preamble p,
.giftcard_page-body .payment-preamble p {
  margin: 0.5em 0 0.7em; }
.booking_page-body .payment-preamble h3, .booking_page-body .container .basic-form h3,
.giftcard_page-body .payment-preamble h3,
.giftcard_page-body .container .basic-form h3 {
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
  font-style: normal; }
.booking_page-body .show-dates,
.giftcard_page-body .show-dates {
  width: 400px;
  float: left; }
  .booking_page-body .show-dates b,
  .giftcard_page-body .show-dates b {
    width: 120px; }
  .booking_page-body .show-dates p,
  .giftcard_page-body .show-dates p {
    margin: 0; }
  .booking_page-body .show-dates .tickets, .booking_page-body .show-dates .seats,
  .giftcard_page-body .show-dates .tickets,
  .giftcard_page-body .show-dates .seats {
    margin: 0;
    padding: 0;
    max-width: 280px; }
.booking_page-body .payment-clear,
.giftcard_page-body .payment-clear {
  float: right;
  padding-top: 20px; }

.giftcard-body .main-contents .column-1 > img {
  width: 300px; }

.giftcard-body .main-contents .column-text h2 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 10px; }

.postal-delivery {
  margin: 10px 0; }
  .postal-delivery p {
    margin-bottom: 10px; }

.payment-select-method {
  margin: 10px auto;
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
  font-style: normal;
  text-align: center; }
  .payment-select-method form {
    margin: 0 40px 40px; }
  .payment-select-method h2 {
    font-size: 24px;
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    margin-bottom: 30px; }
  .payment-select-method .do-payment {
    background: #FFF;
    border: solid 1px #DDD;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    height: 75px;
    margin-bottom: 10px; 
	 width: 100%;
	max-width: 600px;
	  display: inline-block;
}
    .payment-select-method .do-payment:hover {
      box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px; }

.seat-status {
  border-radius: 10px 10px 10px 10px;
  padding: 0px 7px 4px;
  display: inline-block;
  margin-left: 5px; }

.seat-status-high {
  background: lightgreen;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.seat-status-middle {
  background: yellow; }

.seat-status-low {
  background: red; }

.no-results {
  font-size: 24px;
  padding-bottom: 20px; }

.reindex-holder {
  width: 100%;
  float: left; }

.menus {
  float: left;
  position: relative; }
  @media (min-width: 960px) {
    .menus {
      width: 780px; } }

.menu, .categories {
  padding-left: 0; }
  @media (min-width: 960px) {
    .menu ul, .menu li, .categories ul, .categories li {
      display: inline; } }

@media (min-width: 960px) {
  .categories {
    padding-top: 30px; } }

.page-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 20px;
  /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ; }
  .page-head:after {
    content: " ";
    display: block;
    clear: both; }

.page-head h1 {
  margin: 0 20px 0 0; }
  @media (min-width: 960px) {
    .page-head h1 {
      float: left;
      width: 140px; } }

h2.introduction {
  display: none;
 /* font-family: "Baskerville Italic", "Times New Roman", Times, serif, serif;*/
  /* font-family: var(--header-italic-font-family); */
font-family: Baskerville;
  font-weight: normal;
 /* font-style: italic; */
  font-size: 1.5em;
  margin: 10px 0 0; }
  @media (min-width: 960px) {
    h2.introduction {
      display: block; } }

/*** End Header of the site ** */
/*** Search ** */
.search-wrapper {
  position: relative;
  text-align: center;
  z-index: 200; }
  .search-wrapper input.search-input {
    width: 75%; }
  .search-wrapper input.standard-submit {
    width: 10%; min-width: 40px; }
  @media (min-width: 960px) {
    .search-wrapper {
      padding-top: 30px;
      float: right; } }

input.search-input {
  width: 175px;
  background-image: url("/images/sprite.png");
  background-repeat: repeat-y;
  background-position: 7px 30px;
  padding-left: 25px; }

/*** End Search ** */
.Header-logo img {
  width: 50px;
  height: auto; }

.Header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding-bottom: 10px; }
  .Header ul {
    padding: 0; }
  .Header a {
    display: block; }
  .Header .categories {
    display: none; }
    .Header .categories.visible {
      display: block; }

.Header-logo {
  margin: 0 auto;
  width: 50px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0; }

.MenuWrapper {
  display: none;
  background-color: #FFF;
  padding-bottom: 10px; }
  .MenuWrapper.visible {
    display: block; }
  .MenuWrapper li,
  .MenuWrapper .CategoriesToggle {
    padding: 10px 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
    @media (min-width: 960px) {
      .MenuWrapper li,
      .MenuWrapper .CategoriesToggle {
        border: none; } }
  .MenuWrapper .category {
    background-color: white;
    position: relative; }
    @media (min-width: 960px) {
      .MenuWrapper .category .arrow {
        background-color: transparent;
        border-style: dashed;
        border-color: transparent;
        border-width: 8px;
        height: 0;
        position: absolute;
        right: -16px;
        top: 0;
        width: 0;
        border-left-style: solid;
        border-left-color: #FFF; } }
  .MenuWrapper .CategoriesToggle {
    background-image: url("/images/category.png");
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 25px; }
    .MenuWrapper .CategoriesToggle.open {
      background-image: url("/images/category_close.png"); }

.MenuAndSearch {
  overflow-y: scroll; }
  .MenuAndSearch.visible {
    display: block;
    height: calc(100vh - 58px); }

.MenuToggle {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  padding-left: 30px;
  background-image: url("/images/menu.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain; }
  .MenuToggle.open {
    background-image: url("/images/menu_close.png");
    background-position: 5px center; }

.CategoriesWrapper .CategoriesToggle.open,
.CategoriesWrapper .categories.visible .category {
  background-color: #DADADA; }

.Header-logoIntroductionWrapper {
  overflow: hidden;
  padding-top: 5px;
  height: 58px;
  background-color: #D6E6E5; }
  body.arranger-body .Header-logoIntroductionWrapper, body.arranger_list-body .Header-logoIntroductionWrapper {
    background-color: #EFE4E6; }
  body.event-body .Header-logoIntroductionWrapper {
    background-color: #E7F5E6; }

.menu-account_menu-wrapper {
  position: absolute;
  top: 20px;
  right: 10px; }

.menu-account_menu .menu-item-login a {
  padding-left: 25px;
  background-image: url("/images/user_icon@2x.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain; }
  .menu-account_menu .menu-item-login a.is-logged-in {
    background-image: url("/images/user_icon_logged@2x.png"); }

li.menu-item-login a {
  height: 20px; }

.menu-account_menu li {
  float: left; }
  .menu-account_menu li a {
    font-size: 0.8em; }
  .menu-account_menu li.menu-item-logout {
    margin-left: 10px; }
  .menu-account_menu li .unpaid-bookings-count:before {
    border: none; }

.unpaid-bookings-count {
  position: relative;
  border-radius: 9px 9px 9px 9px;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  color: white;
  background-color: #da0014;
  line-height: 11px;
  margin-right: -2px;
  z-index: 2;
  vertical-align: top;
  top: -1px; }
  .unpaid-bookings-count:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 2px solid #fff; }

.all-bookings-count {
  position: relative;
  border-radius: 9px 9px 9px 9px;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  color: white;
  background-color: #000;
  line-height: 18px;
  z-index: 1;
  margin-bottom: 1px;
  vertical-align: top;
  top: 1px; }

.menu-top_navigation-wrapper .menu-item-login,
.menu-top_navigation-wrapper .menu-item-logout {
  display: none; }

.SearchFormWrapper {
  background-color: #D6E6E5;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.arranger-body .SearchFormWrapper, body.arranger_list-body .SearchFormWrapper {
    background-color: #EFE4E6; }
  body.event-body .SearchFormWrapper {
    background-color: #E7F5E6; }

@media (min-width: 960px) {
  .Header {
    background-color: initial;
    height: 280px;
    position: relative; }
    .Header a {
      display: inline; }

  .Header-logo img {
    width: 114px;
    height: auto; }

  .Header-logoIntroductionWrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    overflow: initial;
    clear: both;
    padding-top: 70px;
    background-color: transparent; }
    .Header-logoIntroductionWrapper:after {
      content: " ";
      display: block;
      clear: both; }

  .Header-logo {
    float: left;
    margin-right: 50px;
    position: relative;
    width: 114px; }

  .MenuTopBar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #c0cfce;
    padding: 10px 0 10px 0;
    /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

  .MenuTopBar-inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; }
    .MenuTopBar-inner:after {
      content: " ";
      display: block;
      clear: both; }

  .menu-account_menu,
  .menu-top_navigation {
    float: right;
    margin: 0 auto 0 auto;
    padding: 7px 0;
    font-size: 0.7em; }
    .menu-account_menu li,
    .menu-top_navigation li {
      margin: 0 3px;
      padding: 0px 0px 1px 10px; } }
    @media (min-width: 960px) and (min-width: 960px) {
      .menu-account_menu li,
      .menu-top_navigation li {
        border-left: solid 1px #333; } }
@media (min-width: 960px) {
      .menu-account_menu li:first-child,
      .menu-top_navigation li:first-child {
        border: none; }
      .menu-account_menu li a,
      .menu-top_navigation li a {
        text-decoration: none;
        color: #000;
        font-size: 1.2em; }

  li.menu-item-login {
    border-radius: 3px 3px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    border: solid 1px #DDD;
    margin-left: 20px;
    margin-right: 0;
    text-transform: uppercase;
    /* font-family: "Folio Light", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    overflow: hidden;
    padding: 5px 5px 5px 7px;
    *zoom: 1;
    vertical-align: top;
    *vertical-align: middle; }
    li.menu-item-login a {
      font-size: 1em;
      text-decoration: none; }
    li.menu-item-login .login-item-text {
      position: relative;
      /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
      font-size: 1.1em;
      padding: 5px 0 5px 8px;
      margin-left: 10px;
      border-left: 1px solid #ddd;
      margin-right: 10px; }

  li.menu-item-logout {
    /* font-family: "Folio Light", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
    border-left: none; }
    li.menu-item-logout a {
      font-size: 1.2em;
      text-decoration: none; }

  .menu-menu-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .menu-menu-wrapper:after {
      content: " ";
      display: block;
      clear: both; }

  .menu-menu {
    margin-left: 167px;
    margin-top: -60px; }
    .menu-menu li {
      /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
      padding: 0 20px 0 0;
      margin-right: 20px; } }
    @media (min-width: 960px) and (min-width: 960px) {
      .menu-menu li {
        border-right: solid 1px #666; } }
@media (min-width: 960px) {
      .menu-menu li:last-child, .menu-menu li.menu-item-organizers {
        border: none;
        padding-right: 0; }
    .menu-menu a {
      text-transform: uppercase;
      font-size: 1.438em;
      text-decoration: none; }
      .menu-menu a:hover {
        color: #FFF; }

  .CategoriesWrapper { 
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-color: initial; }
    .CategoriesWrapper:after {
      content: " ";
      display: block;
      clear: both; }

  .CategoriesToggle {
    display: none !important; }

  .Header .categories {
    display: block;
    padding: 0;
    
    margin-top: 30px; }

  .categories li {
    float: left;
    border: none;
    padding: 0;
    margin: 0 20px 5px 0; }
    .categories li a {
      display: block;
      padding: 2px 3px;
      line-height: 1;
      /* font-family: "Folio Medium", "Helvetica Neue", Arial, Helvetica, sans-serif; */
/* font-family: var(--main-font-family); */
font-family: BertholdAkzidenz ;
      height: 16px;
      font-size: 11px;
      text-transform: uppercase; }
    .categories li .arrow {
      background-color: transparent;
      border-style: dashed;
      border-color: transparent;
      border-width: 8px;
      height: 0;
      position: absolute;
      right: -16px;
      top: 0;
      width: 0;
      border-left-style: solid;
      border-left-color: #FFF; }

  .Header .categories {
    display: block; }

  .SearchFormWrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    padding-bottom: 0;
    position: relative; }
    .SearchFormWrapper:after {
      content: " ";
      display: block;
      clear: both; }

  .search-wrapper {
    position: absolute;
    top: -135px;
    right: 0;
    padding-top: 0; }
    .search-wrapper input.search-input {
      width: 200px; }
    .search-wrapper input.standard-submit {
      width: initial; }

  .MenuToggle {
    display: none !important; }

  .MenuWrapper {
    display: block;
    margin-top: 30px;
    background-color: inherit; }

  .MenuAndSearch {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: visible; }
    .MenuAndSearch:after {
      content: " ";
      display: block;
      clear: both; }

  .menu-account_menu-wrapper {
    display: none; }

  .menu-top_navigation-wrapper .menu-item-login,
  .menu-top_navigation-wrapper .menu-item-logout {
    display: inline; } }
.footer-wrapper {
  clear: both;
  background: url("/images/footer_bg.jpg");
  border-top: 1px solid #c0cfce;
  padding-bottom: 100px;
  margin-top: 30px; }
  .footer-wrapper .column {
    margin-top: 1em;
    margin-bottom: 1em;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .footer-wrapper .column {
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        border-right: solid 1px #DDD; } }
    .footer-wrapper .column:last-child {
      border: none; }
    .footer-wrapper .column h3 {
      margin-top: 0;
      margin-bottom: 10px; }
      .footer-wrapper .column h3.twitter-header {
        margin-top: 30px; }
  .footer-wrapper footer {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .footer-wrapper footer:after {
      content: " ";
      display: block;
      clear: both; }

.column a.twitter-follow {
  text-decoration: none;
  padding: 10px 0 10px 35px;
  font-style: italic;
  background: url(/images/twitter-icon.png) no-repeat 0 10px; }

.rss-button {
  background: url("/images/sprite.png") no-repeat 0 0;
  display: block;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  border-right: solid 1px #DDD; }

.twitter-share-button {
  display: block;
  margin-top: 10px;
  border-left: solid 1px #DDD; }

#footer-map {
  background-color: #FFF;
  width: 100%;
  padding: 5px;
  height: 320px; }

.footer-map {
  position: relative;
  padding: 20px 0px 0; }
  .footer-map iframe {
    width: 100%;
    height: 320px; }
  @media (min-width: 960px) {
    .footer-map {
      padding-bottom: 40px; } }

.contact-block-wrapper {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .contact-block-wrapper {
      float: none;
      margin-top: 8px;
      position: absolute;
      width: 230px;
      top: 0px;
      left: 14px;
      background: url("/images/footer-contact-top.png") no-repeat top;
      padding-right: 10px; } }

.contact-block {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 10px;
      box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3) #333333;
      background: url("/images/footer-contact-bg.jpg"); } }
  .contact-block a {
    text-decoration: none;
    color: #666; }
  .contact-block h3, .contact-block h4 {
    margin: 5px 0 0;
    font-weight: normal;
    color: #333; }
  .contact-block .email-phone {
    padding-bottom: 20px;
    font-size: 16px; }
    @media (min-width: 960px) {
      .contact-block .email-phone {
        border-bottom: solid 1px #DDD; } }
  .contact-block .opening-hours {
    padding-bottom: 20px; }

.statistics-showdates {
  overflow: hidden; }
  .statistics-showdates li {
    float: left;
    padding: 5px 10px;
    border-left: solid 1px #333; }

.statistics-head td {
  font-weight: bold;
  background: transparent;
  border-bottom: solid 1px #DDD; }

.statistics-holder {
  overflow: hidden;
  display: block; }

.statistics-table, .table-removing {
  width: 100%;
  overflow: hidden; }

.statistics-total {
  border-top: solid 1px #DDD;
  font-weight: bold;
  text-align: right;
  padding-right: 30px; }

.statistics-row {
  width: 100%; }
  .statistics-row td {
    background-color: #FFF;
    padding: 3px 10px; }
  .statistics-row:nth-child(2n) td {
    background-color: #EEEEEE; }

a.current-sort {
  background: red; }

.statistics-actions {
  width: 100%;
  overflow: hidden;
  padding: 10px 0; }
  .statistics-actions a {
    width: 11.5%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0 1.5%;
    text-align: center;
    min-height: 30px; }

#index-years {
  margin: 10px 0; }

.statistics-show-emails h2,
#main .statistics-year {
  font-size: 1.5em;
  left: 0;
  background-color: #444;
  background-color: rgba(51, 51, 51, 0.9);
  padding: 5px 0.6em;
  margin: 50px 0 10px;
  color: white; }
  .statistics-show-emails h2 a,
  #main .statistics-year a {
    color: white; }

.statistics-show-emails a {
  display: block; }



.calendar .navigation {
  /*font-family: "Baskerville Italic", "Times New Roman", Times, serif, serif;*/
  /* font-family: var(--header-italic-font-family); */
font-family: Baskerville;
  font-style: italic;
  font-weight: normal;
  font-size: 24px; }

.calendar-header {
  margin-bottom: 5px;
  font-size: 0.9em;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px; }
  .calendar-header h4 {
    float: left; }
  .calendar-header a {
    float: right; }

.calendar-push {
  overflow: hidden; }

.calendar-push .calendar {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 1em; }
  @media (min-width: 768px) {
    .calendar-push .calendar {
      position: absolute; } }
  .calendar-push .calendar li {
    text-align: center;
    font-weight: normal; }
  .calendar-push .calendar .navigation {
    position: relative;
    height: 20px; }
    .calendar-push .calendar .navigation .previous-month, .calendar-push .calendar .navigation .next-month {
      display: block;
      overflow: hidden;
      text-indent: -999px;
      width: 20px;
      height: 20px;
      position: absolute;
      background: url(../images/left_arrow.png) top left no-repeat; }
    .calendar-push .calendar .navigation .next-month {
      background-image: url(../images/right_arrow.png);
      top: 2px;
      right: 15px; }
    .calendar-push .calendar .navigation .previous-month {
      top: 0;
      left: 15px; }
  .calendar-push .calendar .day-names {
    overflow: hidden;
    width: 100%;
    padding: 5px 0 2px;
    font-size: 14px; }
    .calendar-push .calendar .day-names div {
      box-sizing: border-box;
      width: 14.28571%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
  .calendar-push .calendar .day-events, .calendar-push .calendar .day-events-removing {
    width: 98%;
    margin: 5px 1%;
    float: left;
    height: 0px; }
  .calendar-push .calendar .day-events-inner {
    float: left;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    background-color: #E8E8E8;
    font-size: 0.9em; }
  .calendar-push .calendar .calendar-row {
    width: 100%; }
    .calendar-push .calendar .calendar-row li {
      margin-top: 2px;
      margin-bottom: 1px;
      height: 25px;
      box-sizing: border-box;
      width: 14.28571%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .calendar-push .calendar .calendar-row .date {
      float: left;
      width: 100%;
      background-color: #E8E8E8;
      height: 100%;
      border-radius: 4px;
      font-size: 0.8em;
      line-height: 1.7em; }
    .calendar-push .calendar .calendar-row .last-month a, .calendar-push .calendar .calendar-row .next-month a {
      background-color: #f6f6f6;
      color: #fff; }
    .calendar-push .calendar .calendar-row .current-month a {
      background-color: #e0e0e0;
      color: #000; }
    .calendar-push .calendar .calendar-row .today.has-events a {
      background-color: #000;
      color: #000; }
    .calendar-push .calendar .calendar-row .no-events a {
      pointer-events: none;
      color: #333; }
    .calendar-push .calendar .calendar-row .has-events a {
      background-image: url(../images/dot.png);
      background-position: 50% 40%;
      background-repeat: no-repeat; }
    .calendar-push .calendar .calendar-row .today a, .calendar-push .calendar .calendar-row .today.no-events a {
      background-color: #000;
      color: #e8e8e8;
      font-weight: bold; }

.calendar-push .calendar-weeks-6 .day-names, .calendar .calendar-weeks-6 .day-names {
  padding-top: 1px; }

.calendar-push .calendar .calendar-row li, .calendar .calendar-row li {
  height: 25px; }
  @media (min-width: 768px) {
    .calendar-push .calendar .calendar-row li, .calendar .calendar-row li {
      height: 35px; } }
  @media (min-width: 960px) {
    .calendar-push .calendar .calendar-row li, .calendar .calendar-row li {
      height: 25px; } }

.calendar-push .calendar-weeks-6 .calendar-row li, .calendar-weeks-6 .calendar-row li {
  height: 21px; }
  .calendar-push .calendar-weeks-6 .calendar-row li .date, .calendar-weeks-6 .calendar-row li .date {
    line-height: 1.4em; }
  @media (min-width: 768px) {
    .calendar-push .calendar-weeks-6 .calendar-row li, .calendar-weeks-6 .calendar-row li {
      height: 30px; } }
  @media (min-width: 960px) {
    .calendar-push .calendar-weeks-6 .calendar-row li, .calendar-weeks-6 .calendar-row li {
      height: 21px; } }

.calendar-push ul.calendar_event_listing {
  padding: 5px 0; }
  .calendar-push ul.calendar_event_listing li {
    text-align: left;
    margin: 5px 0;
    padding: 0 10px; }

.calendar-push {
  float: right; }
  .calendar-push .push-image {
    display: none; }
  @media (min-width: 768px) {
    .calendar-push .push-image {
      display: block;
      opacity: 0; } }
  .calendar-push:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.pushes {
  padding: 0; }

.push,
.push-image {
  background: #fff;
  border-radius: 3px / 4px; }

.push-image {
  width: 100%;
  display: block; }

.push {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) #333333;
  position: relative; }
  .push:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
    .push:hover .push-text {
      background-color: #fff; }
  .push h2 {
    font-size: 24px;
    margin: 20px 0 20px 20px; }

.push-text {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0; }
  .push-text a {
    display: block;
    min-height: 1.5em;
    text-align: center;
    padding: 6px 8px 6px 8px;
    text-decoration: none;
    color: inherit; }

.Flash {
  width: 100%;
  margin: 0 auto 1em;
  padding: 10px 20px;
  background: #000;
  color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0px 2px;
  border-radius: 5px;
  position: relative; }
  .Flash a.action-button {
    display: inline-block;
    background: #fff;
    padding: 0 5px 5px;
    color: #333;
    text-decoration: none;
    margin: 10px 0 5px;
    line-height: 1;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px; }

.Flash-close {
  position: absolute;
  right: 7px;
  top: 7px;
  background: url("/images/close.png") no-repeat;
  width: 23px;
  height: 22px;
  display: block;
  cursor: pointer; }

#saloon_Victoria_Picknick_2017 .seat-group-row .seat-row{
	

	width:60px;
	
	float: left;
	
}

#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-bord:first-child{
	
	clear:both;
	
	
}

#saloon_Victoria_Picknick_2017 .seat-group-row .seat{
	
	margin-top:7px;
	margin-left:5px;
	
	margin-right:5px;
	
	
}




#saloon_Victoria_Picknick_2017 .seat-group-row .seat-row span:nth-child(5n+2) {  
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari */
    transform: rotate(135deg);
	

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-row span:nth-child(5n+3){  
	-ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(225deg); /* Safari */
    transform: rotate(225deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-row span:nth-child(5n+4) {  
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-row span:nth-child(5n+5) {  
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg);

}


#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-14  span:nth-child(4n+2) {  
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-14  span:nth-child(4n+3) {  
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg);

}

.seat-group-14 .bord-printout,.seat-group-15 .bord-printout,.seat-group-16 .bord-printout,.seat-group-17 .bord-printout,.seat-group-18 .bord-printout,.seat-group-19 .bord-printout{
	position: absolute;
	margin-top:-5px;
	margin-left:22px;
	background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    height: 16px;
    vertical-align: top;
    width: 16px;
}


#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-15  span:nth-child(4n+2) {  
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-15  span:nth-child(4n+3) {  
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg);

}


#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-16  span:nth-child(4n+2) {  
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-16  span:nth-child(4n+3) {  
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg);

}


#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-17  span:nth-child(4n+2) {  
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-17  span:nth-child(4n+3) {  
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg);

}


#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-18  span:nth-child(4n+2) {  
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-18  span:nth-child(4n+3) {  
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg);

}


#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-19  span:nth-child(4n+2) {  
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

}
#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-19  span:nth-child(4n+3) {  
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg);

}

#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-14,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-15,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-16,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-17,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-18,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-19{
	margin-top: 20px;
}

#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-26,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-27,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-28,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-29,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-30,#saloon_Victoria_Picknick_2017 .seat-group-row .seat-group-31{
	margin-top: 20px;
}

#saloon_Victoria_Picknick_2017 .seat-group-row {

	width: auto;
	display: table;
	margin: 0 auto;
}

li{
	align: center;
}
#main_container {
	width:100%;
	
}

.bord-printout{
	position: absolute;
	display: none;
	margin-top:24px;
	margin-left:22px;
	background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    
    height: 16px;
    vertical-align: top;
    width: 16px;
}





#saloon_Victoria_Picknick_2017 .row-first-seat-151{
	margin-top:30px;
}

#saloon_Victoria_Picknick_2017 .laktare{
	color: white;
	text-transform: uppercase;
	padding: 3px;
	font-weight: bold;
	font-size: 16px;
	border-top-style: solid;
	border-top-width: 1px;
	width: 360px;
	border-top-color: white;
	 margin: 0 auto;
	margin-bottom: 10px;
}

.bord-printout{
	display: none;
}

#saloon_Victoria_Picknick_2017 .seat-group-bord .bord-printout{
	display:inline-block;
}

#saloon_Victoria_Picknick_2017 .seat-picker .sections {
    min-width: 430px;
}

@media (max-width: 480px) {
    #saloon_Victoria_Picknick_2017 .seat-group-bord .bord-printout {
	position: absolute;
	margin-top:18px;
	margin-left:17px;
	background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    height: 11px;
    vertical-align: top;
    width: 11px;
	} 
	
	#saloon_Victoria_Picknick_2017 .seat-group-14 .bord-printout,#saloon_Victoria_Picknick_2017 .seat-group-15 .bord-printout,#saloon_Victoria_Picknick_2017 .seat-group-16 .bord-printout,#saloon_Victoria_Picknick_2017 .seat-group-17 .bord-printout,#saloon_Victoria_Picknick_2017 .seat-group-18 .bord-printout,#saloon_Victoria_Picknick_2017 .seat-group-19 .bord-printout{
	
		margin-top:-5px;
	}
	
	.seat-row h4{
		font-size: 10px;
	}

    #saloon_Victoria_Picknick_2017 .seat {
		height: 13px;
		width: 12px;
	} 
	
	#saloon_Victoria_Picknick_2017 .seat-group-row .seat-row {
    	
    	width: 45px;
	}
	#saloon_Victoria_Picknick_2017 .seat-picker .sections {
		min-width: 350px;
	}
	
}

.do-payment #klarna_container   {
	text-align: center;
	width: 100%;

}
.do-payment #klarna_container #klarna_selector, .do-payment #klarna_container #klarna_presentor, .do-payment #klarna_container .field-submit   {

	display: inline-block;
	width: 100%;
	max-width: 600px;
}

.do-payment #klarna_container #klarna_selector .klarna_payment_category {
	
	border-color: #d6e6e5;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 5px;
	font-weight: normal;
	cursor: pointer;
}

.do-payment #klarna_container #klarna_selector .klarna_payment_category div {
	
	width: 100%;
}

.do-payment #klarna_container #klarna_selector  .method-selected {
	
	border-color: #a2c4c2;


}



.do-payment #klarna_container #klarna_selector .klarna_payment_category .type_logo {
	
	padding: .75rem!important;
	
	height: 80px;
	float:left;
	
}

.do-payment #klarna_container #klarna_selector .klarna_payment_category h5 {
	
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float:left;	 
	font-family: Baskerville;
  	font-weight: normal;
  	font-size: 1.5em;
	padding-left: .75rem!important;
	
}




.do-payment #klarna_container #klarna_selector .klarna_payment_category .active{
	
	border-color: #00b27a;
	
}

.do-payment #klarna_container #klarna_statusmessage{
	
	
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-shrink: 0;
    border-style: solid;
    border-width: 0px;
    position: relative;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    padding: 15px;
    background-color: rgb(242, 242, 241);
    border-radius: 3px;
	display:none;
	max-width: 100%;
	font-family: "Klarna Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: rgb(52, 52, 52);
	text-rendering: geometricprecision;
	-moz-text-size-adjust: none;
	text-align: left;
}

.do-payment #klarna_container #klarna_statusmessage #klarna_statusmessage_header{
	position: relative;
	font-family: Baskerville;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 10px;

}

.do-payment #klarna_container .field-submit input{
	margin-right: 0;
	box-sizing: border-box;
	font-weight: bold;
	font-family: "Klarna Sans", Helvetica, Arial, sans-serif;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	flex-shrink: 0;
	border-style: solid;
	border-width: 1px;
	position: relative;
	z-index: 0;
	min-height: 0px;
	min-width: 0px;
	background-color: rgb(235, 111, 147);
	border-color: rgba(255, 255, 255, 0);
	border-radius: 3px;
	height: 50px;
	padding: 4px;
	#padding-top: 15px;
	transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
	width: 100%;
} 


.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: transparent;
  filter: contrast(20);
}
.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: white;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: white;
  border-radius: 50%;
}
@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

#dimmer {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-shrink: 0;
    border-style: solid;
    border-width: 0px;
    position: fixed;
    z-index: 2147483647;
    min-height: 0px;
    min-width: 0px;
    background-color: rgba(52, 52, 52, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
	display: none;
}
.occasion .biljettknappar{   
 display: none;
}
	
.booking-add .arrow {
        background-color: transparent;
        border-style: dashed;
        border-color: transparent;
        border-width: 15px;
        height: 0;
        position: absolute;
        right: -16px;
        top: 0;
        width: 0;
        border-left-style: solid;
        border-left-color: #FFF; }

.booking-add h1 .show-booking-payment {
background-color: white;
    display: block;
    position: relative;
    font-family: BertholdAkzidenz; 
    text-transform: uppercase; 
    font-size: 12px; 
    padding-left: 5px;
    line-height: 30px;

}

    .booking-add h1  span {
        float: left;
    }

.booking-add h1 .show-booking-payment-span {
 float: right; position: relative;padding-right: 14px;
    margin-top: 9px;
       
}

@media (max-width: 480px) {
    
    .booking-add h1 .show-booking-payment-span {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    
}