/*$footer_logo: url("../images/biljettkiosken.png") no-repeat !default;
$footer_logo_margin_top: 35px !default;
$footer_logo_width: 277px !default;
$footer_logo_height: 63px !default;
$footer_logo_opacity: 1.0 !default;
$footer_logo_margin_left: $footer_width - $footer_logo_width !default;

$footer_logo_new: false !default;

@if $footer_logo_new == true {
	$footer_logo: url("../../../_base/images/logos/biljettkiosken_on_light.png") no-repeat;
	$footer_logo_width: 139px;
	$footer_logo_margin_left: 490px;
}

*/
/* OLD

$ticket_form_input_radius: 3px 3px 3px 3px !default;
$ticket_form_input_border_style: solid !default;
$ticket_form_input_background: #fafafa !default;
$ticket_form_input_border_color: #999 #F0F0F0 #F0F0F0 #999 !default;
$ticket_form_input_padding: 7px 5px 7px 5px !default;
*/
.custom_field_top_divider {
  height: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 0px;
  line-height: 0px;
}

.guest_option_box_header {
  width: 100%;
  margin: 0px 0 0 0;
}
.guest_option_box_header .title {
  display: table-cell;
  white-space: nowrap;
}
.guest_option_box_header .title a:link, .guest_option_box_header .title a:active, .guest_option_box_header .title a:visited {
  text-decoration: underline;
  font-style: italic;
  color: white;
}
.guest_option_box_header.subevents .title {
  font-style: italic;
}
.guest_option_box_header .divider {
  display: table-cell;
  width: 100%;
  padding-left: 8px;
  vertical-align: top;
}
.guest_option_box_header .divider div {
  font-size: 0px;
  line-height: 0px;
  height: 8px;
  border-bottom: 1px solid #aaa;
}
.guest_option_box_header .divider.dividerwithinfoicon {
  padding-right: 40px;
}
.guest_option_box_header .divider.dividerwithnotitle {
  padding-left: 0px;
}
.guest_option_box_header.withspacer {
  margin: 16px 0 20px 0;
}

.guest_option_box.subevents {
  margin-top: 10px;
  background: #111111;
}

.options_info_button {
  display: table-cell;
  width: 60px;
  vertical-align: top;
}

.options_info_button .ticket_form_context {
  position: absolute;
  margin: -8px 0 0 -32px;
  border-radius: 50%;
  border: 1px solid #aaa;
  transition: all 100ms linear;
  cursor: pointer;
  background: #555;
  width: 32px;
  height: 32px;
  color: #aaa;
}
.options_info_button .ticket_form_context:hover {
  background-color: #999999;
  color: white;
}
.options_info_button .ticket_form_context:after {
  font-family: "Marck Script", cursive;
  font-size: 35px;
  line-height: 32px;
  padding: 0px 0 0 0;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  content: "i";
}

.guest_cart_list i {
  width: 15px;
  text-align: center;
  margin-right: 6px;
}
.guest_cart_list i.fa-mobile {
  font-size: 20px;
  line-height: 20px;
  vertical-align: sub;
}

.receipt_calendar_container {
  display: table;
  width: 80%;
  margin-top: 20px;
  margin-left: 45px;
}
.receipt_calendar_container .rcc_col {
  display: table-cell;
  text-align: center;
}
.receipt_calendar_container .rcc_col i {
  text-align: center;
  width: 80px;
  margin: 0px;
  font-size: 30px;
  display: inline-block;
}
.receipt_calendar_container .rcc_col span {
  display: block;
  padding: 6px 0 0 0;
}
.receipt_calendar_container .rcc_col a:active, .receipt_calendar_container .rcc_col a:visited, .receipt_calendar_container .rcc_col a:link {
  text-decoration: none;
  display: block;
}

#tickets_release_countdown_timestamps, #tickets_release_countdown_placeholders {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#tickets_release_countdown_placeholders {
  font-size: 13px;
  text-transform: uppercase;
}

#tickets_release_countdown_timestamps div, #tickets_release_countdown_placeholders div {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.kiosk_language_selector {
  /*margin: 0 0 10px 0;*/
  margin: -25px 0 10px 0;
  text-align: right;
}
.kiosk_language_selector a {
  box-sizing: content-box;
  width: 32px;
  /*		height: 19px;*/
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  border: 2px solid #999;
  border-radius: 100%;
  position: relative;
}
.kiosk_language_selector a::after {
  background-position: center center;
  background-size: cover;
  content: "";
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
}
.kiosk_language_selector a:hover, .kiosk_language_selector .selected {
  border: 2px solid #666;
}
.kiosk_language_selector a.kiosk_lang_en::after {
  background-image: url("../../../../images/languages/united-kingdom-flag-icon-32.png");
}
.kiosk_language_selector a.kiosk_lang_de::after {
  background-image: url("../../../../images/languages/germany-flag-icon-32.png");
}
.kiosk_language_selector a.kiosk_lang_sv::after {
  background-image: url("../../../../images/languages/sweden-flag-icon-32.png");
}
.kiosk_language_selector a.selected::after, .kiosk_language_selector a:hover::after {
  opacity: 0.9;
}

.event_intro_text hr, .event_specification hr {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  color: black;
}

.match_sponsor_banner_container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.match_sponsor_banner_container #match_sponsor_banner_background {
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
.match_sponsor_banner_container #match_sponsor_title {
  position: absolute;
  font: 30px arial;
  padding: 10px 0 0 10px;
  color: white;
  z-index: 1;
}
.match_sponsor_banner_container #match_sponsor_logo {
  width: 200px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.match_sponsor_banner_container * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

*, :focus {
  outline: none;
}

#CenteredContent {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
  padding: 0px;
}

img {
  border: 0;
}

a:link, a:active, a:visited {
  color: black;
  text-decoration: none;
  -moz-outline-style: none;
}

.menutrailer {
  z-index: 3000;
  text-align: left;
  font: 13px arial;
  background: white;
  color: black;
  position: absolute;
  visibility: hidden;
  width: 260px;
  padding: 0px;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 5px 3px rgba(200, 200, 200, 0.3);
}

.menutrailer_content {
  padding: 15px;
}
.menutrailer_content a:link, .menutrailer_content a:active, .menutrailer_content a:visited {
  color: black !important;
  text-decoration: underline;
}

.questionmark {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("../../../_base/images/icons/questionmark_bubble.png") no-repeat;
}

.ticketform .field_questionmark {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url("../../../_base/images/infomark/images/iconfill.png") no-repeat;
  position: absolute;
  margin-left: 366px;
}

#preview_box_bg {
  z-index: 5000;
  position: absolute;
  top: 0px;
  margin-left: 0px;
  background: #bb0000;
  width: 646px;
  height: 105px;
  background: url("../../../_base/images/banner-opublicerad.png") no-repeat;
}

#preview_box_content {
  z-index: 5001;
  position: absolute;
  top: 38px;
  margin-left: 3px;
  width: 640px;
  font: bold 24px arial;
  height: 40px;
  text-align: center;
}

#paysonbanner {
  background: url("../../../_base/images/sidebar/payson.png") no-repeat;
  width: 147px;
  height: 55px;
}

#shareicons {
  margin-left: 3px;
  height: 59px;
  width: 100px;
  padding-top: 5px;
}

a:link#facebookshare, a:visited#facebookshare, a:active#facebookshare {
  background: url("../../../_base/images/sidebar/facebook.png") no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
}

a:link#twittershare, a:visited#twittershare, a:active#twittershare {
  position: absolute;
  background: url("../../../_base/images/sidebar/twitter.png") no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin-left: 43px;
}

#epaybanner {
  width: 108px;
  height: 84px;
  background: url("../../../_base/images/sidebar/visa_mastercard.png") no-repeat;
}

.payment_infobox {
  float: right;
  padding-right: 15px;
  width: 220px;
  margin-left: 10px;
}

.payment_infobox_inner {
  border: 1px solid #ddd;
  padding: 10px;
  font: 12px arial;
  color: #777777;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: white;
}

a:link.secure3d_link, a:visited.secure3d_link, a:active.secure3d_link {
  color: #0255A3;
  text-decoration: underline;
  font-style: italic;
  font-size: 10px;
}

.payment_decline_box {
  font: 13px arial;
  border: 3px solid #990000;
  padding: 5px;
  margin: 8px 0 0 0;
}

.payment_summary_box {
  font: 13px/17px arial;
  /*	border: 1px solid #333;*/
  padding: 10px;
  width: 580px;
  background: white;
  color: #555;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.payment_summary_box .recipt_not_valid_ticket {
  text-align: center;
  font-style: italic;
  margin: 64px 0 0 0;
}
.payment_summary_box .receipt_content_box {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 20px 0;
  font-size: 12px;
  color: black;
  background: #fafafa;
}
.payment_summary_box .receipt_content_box .title {
  font-size: inherit !important;
  font-weight: normal;
}
.payment_summary_box .receipt_social_container {
  padding: 10px 0px 5px 30px;
}
.payment_summary_box i {
  margin-right: 70px;
  cursor: pointer;
}
.payment_summary_box i.fa-facebook {
  margin-left: 56px;
}
.payment_summary_box i.fa-facebook:hover {
  color: #46629E;
}
.payment_summary_box i.fa-twitter:hover {
  color: #55ACEE;
}
.payment_summary_box i.fa-google-plus:hover {
  color: #DD4B39;
}
.payment_summary_box i.fa-linkedin:hover {
  color: #1A85BC;
}
.payment_summary_box .payment_summary_divider {
  border-bottom: 1px solid #ccc;
  margin: 3px 0 10px 0;
}

.payment_summary_box .title {
  font-size: 16px;
  color: #555;
  font-weight: bold;
}

.payment_summary_box .maintitle {
  font-size: 16px;
  background: #999;
  color: white;
  margin: -21px -21px 0px -21px;
  padding: 10px 15px 10px 22px;
  display: block;
}

.payment_summary_box table.guest_cart_list {
  color: inherit;
  border: none;
}

.payment_summary_box .guest_cart_list tr.header {
  font-weight: bold;
  background: none;
  color: inherit;
}

.payment_summary_box .guest_cart_list tr.header,
.payment_summary_box .guest_cart_list tr.row1,
.payment_summary_box .guest_cart_list tr.row2,
.payment_summary_box .guest_cart_list tr.summary,
.payment_summary_box .guest_cart_list tr.row_highlighted {
  background: none;
}

.payment_summary_box .guest_cart_list td:first-child {
  padding-left: 0px;
}

.payment_summary_box .guest_cart_list td:last-child {
  padding-right: 0px;
}

.payment_summary_box .guest_cart_list tr.row_highlighted td:first-child {
  border-left: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.payment_summary_box .guest_cart_list tr.row_highlighted td:last-child {
  border-right: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.print_receipt_button {
  position: absolute;
  border: 1px solid #ccc;
  padding: 5px 20px 5px 20px;
  display: inline-block;
  background: white;
  cursor: pointer;
}

.print_receipt_button:hover {
  background: #555;
  color: white;
}

.back_to_start_button_container {
  position: absolute;
  width: 580px;
  text-align: center;
}

.back_to_start_button {
  padding: 6px 30px 6px 30px;
  display: inline-block;
  background: #3ac45d;
  cursor: pointer;
}

a:link.back_to_start_button, a:active.back_to_start_button, a:visited.back_to_start_button {
  color: white !important;
  text-decoration: none !important;
}

a:hover.back_to_start_button {
  color: white !important;
  background: #555;
}

div.printable_receipt {
  display: none;
}

.paymentForm .inputfield, .paymentForm select {
  border-width: 1px;
  border-color: #151515 #555555 #555555 #151515;
  border-style: solid;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #eeeeee;
  padding: 2px;
  color: black;
}

.paymentForm .inputfield.cardno {
  width: 158px;
}

.paymentForm select {
  width: 72px;
}

.paymentForm .button {
  background: #51d028; /* Old browsers */
  background: -moz-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51d028), color-stop(56%, #4bc822), color-stop(100%, #3ebc18)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* IE10+ */
  background: linear-gradient(to bottom, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$paymentButtonGradient1", endColorstr="$paymentButtonGradient3",GradientType=0 ); /* IE6-9 */
  border: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 18px arial;
  color: #333;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(10, 10, 10, 0.5);
  width: 190px;
  overflow: visible;
}

.paymentForm .button:hover {
  background: #3ebc18;
}

div.validateNOT {
  width: 22px;
  height: 21px;
  background: url("../../../_base/images/epay/validateNOT.png") no-repeat;
}

div.validateOK {
  width: 22px;
  height: 21px;
  background: url("../../../_base/images/epay/validateOK.png") no-repeat;
}

.payment_iframe_container {
  position: absolute;
  width: 750px;
  height: 700px;
  display: none;
  z-index: 1050;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 10px 6px rgba(200, 200, 200, 0.5);
  background: white;
}

.payment_iframe_container div.inner {
  padding: 20px;
}

#paymentIFrame {
  width: 710px;
  height: 660px;
}

#submit_button_container {
  margin-top: 10px;
  height: 60px;
}

#payment_submit_indicator {
  display: none;
}

.epay_countdown_container {
  position: absolute;
  z-index: 120000;
  background: url("../../../_base/images/epay_window/content_top_divider.png") no-repeat;
  width: 100px;
  height: 80px;
  right: 0px;
  margin: 30px 25px 0px 0px;
  text-align: center;
  font: 19px/80px arial;
  color: black;
}

.epay_close_button_container {
  position: absolute;
  z-index: 120001;
  width: 50px;
  height: 50px;
  right: -8px;
  margin: 6px 0px 0px 0px;
}

a#epay_close_button:link,
a#epay_close_button:active,
a#epay_close_button:visited {
  background: url("../../../../images/pgembd/close.png") no-repeat;
  display: block;
  width: 41px;
  height: 41px;
  cursor: pointer;
}

.dialog {
  padding: 15px 20px 17px 20px;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 10px 6px rgba(200, 200, 200, 0.5);
  background: white;
  color: black;
  font: 13px arial;
}
.dialog .dialog_buttons {
  margin: 40px 0 0 0;
  text-align: center;
}

.dialog h3 {
  font: 20px/20px arial;
  color: black;
  padding: 0px;
  margin: 0 0 10px 0;
}

.dialog p {
  font: 13px/16px arial;
  margin: 0px;
  padding: 5px 0 15px 0;
}

.dialog .divider {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  border-top: 1px solid #ccc;
}

.dialog a:link, .dialog a:active, .dialog a:visited {
  color: black;
  text-decoration: underline;
}

.dialog.alert {
  font: 25px arial;
  background: none;
  border: none;
  box-shadow: none;
}

.membership_dialog_overlay {
  position: absolute;
  top: 0px;
  width: 1001px;
  z-index: 4000;
  background: #eee;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
}

.membership_dialog_loading {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  z-index: 4100;
  -webkit-transform: scale(0);
}

.membership_dialog_loaded {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  z-index: 4100;
  color: #333;
  font: 13px/16px arial;
  -webkit-transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.membership_dialog {
  width: 400px;
  padding: 15px 20px 17px 20px;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 10px 6px rgba(200, 200, 200, 0.5);
  background: white;
}

.membership_dialog h3 {
  font: 17px/17px arial;
  color: black;
  padding: 0px;
  margin: 0 0 10px 0;
}

.membership_dialog .divider {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  border-top: 1px solid #ccc;
}

.membership_dialog p {
  font: 13px/16px arial;
  color: black;
  margin: 0px;
  padding: 5px 0 15px 0;
}

.newMembershipForm input.inputfield, .newMembershipForm select, .newMembershipForm textarea {
  width: 250px !important;
  border-width: 1px;
  border-color: #D3D3D3 #eeeeee #eeeeee #D3D3D3;
  border-style: solid;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #f7f7f7;
  padding: 5px;
}

.newMembershipForm input.inputfield:hover, .newMembershipForm input.inputfield:focus,
.newMembershipForm textarea:hover, .newMembershipForm textarea:focus {
  background: white;
}

.newMembershipForm input.error, .newMembershipForm textarea.error, .newMembershipForm select.error {
  border: 1px solid red;
  background: #ffcccc;
}

.newMembershipForm td {
  padding-bottom: 8px;
}

.newMembershipForm select {
  width: 140px;
}

.alert_dialog_overlay {
  position: absolute;
  top: 0px;
  width: 1001px;
  z-index: 4000;
  background: white;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
}

.dialog a:link.button, .dialog a:visited.button, .dialog a:active.button {
  display: inline-block;
  color: black;
  padding: 10px 10px 10px 52px;
  text-decoration: none;
  font: bold 16px arial;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.dialog a:link.button.new_member, .dialog a:visited.button.new_member, .dialog a:active.button.new_member {
  margin: 0px 0px 0px 0px;
  background: #eeeeee url("../../../_base/images/icons/tick_32.png") 10px 5px no-repeat;
}

.dialog a:link.button.abort, .dialog a:visited.button.abort, .dialog a:active.button.abort {
  margin: 0px 0px 0px 10px;
  background: #eeeeee url("../../../_base/images/icons/abort_32.png") 10px 5px no-repeat;
}

.newMembershipForm a:link.button, .newMembershipForm a:visited.button, .newMembershipForm a:active.button {
  display: inline-block;
  color: #333;
  padding: 10px 10px 10px 52px;
  text-decoration: none;
  font: bold 16px arial;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.newMembershipForm a:link.button.new_member, .newMembershipForm a:visited.button.new_member, .newMembershipForm a:active.button.new_member {
  margin: 0px 0px 0px 100px;
  background: #eeeeee url("../../../_base/images/icons/tick_32.png") 10px 5px no-repeat;
}

.newMembershipForm a:link.button.abort, .newMembershipForm a:visited.button.abort, .newMembershipForm a:active.button.abort {
  margin: 0px 0px 0px 10px;
  background: #eeeeee url("../../../_base/images/icons/abort_32.png") 10px 5px no-repeat;
}

.custom_checkbox {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 2px 0px 2px 0px;
}
.custom_checkbox div {
  display: inline-block;
  width: 29px;
  height: 25px;
  background: url("../../../_base/images/checkbox/unchecked.png") no-repeat;
}

.custom_checkbox.disabled div {
  background: url("../../../_base/images/checkbox/checked_grey.png") no-repeat;
}

.custom_checkbox.checked div {
  background: url("../../../_base/images/checkbox/checked_green.png") no-repeat;
}

.custom_checkbox_label {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  padding: 3px 0px;
}

.if3c {
  position: absolute;
  width: 0px;
  height: 0px;
  display: none;
}

.venue_name {
  font: bold 16px/20px arial;
  color: #4A4B67;
}

.venue_map_button {
  width: 100px;
  height: 52px;
  position: absolute;
  cursor: pointer;
}

.venue_map_thumbnail {
  width: 60px;
  height: 52px;
  background-size: 100% 100%;
}

.venue_map_thumbnail_bg {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
  width: 60px;
  border: 1px solid black;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-radius: 5px;
}

.venue_map_icon {
  position: absolute;
  margin: 0px 0 0 65px;
  background: url("../../../_base/images/icons/map_zoom.png") no-repeat;
  width: 20px;
  height: 27px;
}

div.gmap_infowindow_content {
  min-width: 250px;
  min-height: 70px;
}

.order_s1_next_container {
  margin: 6px 0px 0px 221px;
  height: 40px;
}

.multi_event_kiosk .order_s1_next_container {
  margin: 6px 0px 0px 473px;
}

.order_s2_prev_container {
  float: left;
  margin: 6px 0px 0px 7px;
  width: 279px;
  height: 40px;
}

.order_s2_next_container {
  float: left;
  margin-top: 6px;
}

.order_s3_prev_container {
  float: left;
  margin: 6px 0px 0px 7px;
  width: 458px;
  height: 40px;
}

.order_s3_next_container {
  float: left;
  margin-top: 6px;
}

a:link#conditionslink, a:visited#conditionslink, a:active#conditionslink,
a:link#privacypolicylink, a:visited#privacypolicylink, a:active#privacypolicylink,
a:link#extraconditionslink, a:visited#extraconditionslink, a:active#extraconditionslink,
a:link#covidpassconditionslink, a:visited#covidpassconditionslink, a:active#covidpassconditionslink {
  text-decoration: underline;
  color: white;
}

.conditionslink span {
  color: white;
}

#ticketsubmitindicator, #confirmticketguestssubmitindicator {
  visibility: hidden;
  color: white;
}

form.ticketform {
  margin: 0px;
  padding: 0px;
}

.ticketformcontent {
  background: #555;
  border: none;
  color: white;
  border-radius: 4px;
}

.ticketformcontent_inner {
  padding: 10px;
}

.ticketformcontent_inner td.col1 {
  width: 120px;
}

form#finalizeticketsform td.col1 {
  width: 110px;
}

form.ticketform .ticketformcontent {
  width: 370px;
  margin: 0px 0px 10px 0px;
}

form#finalizeticketsform .ticketformcontent {
  width: 350px;
  padding: 10px;
}

form#finalizepospaperticketsform .ticketformcontent {
  width: 360px;
  padding: 10px;
}

.ticketform input.inputfield, .ticketform select, .ticketCountSelector select, .ticketform textarea {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: white;
  padding: 7px 5px 7px 5px;
  border-color: white;
}

.ticketform input.inputfield.required {
  background-image: url("../../../_base/images/inputfield/required.png");
  background-repeat: no-repeat;
  background-position: right 0px;
}

.ticketCountSelector select {
  background: white;
  width: 130px;
  padding: 5px;
  font-size: 14px;
  padding: 7px 5px 7px 5px;
}

.ticketform select.guest_cf_select {
  width: 100%;
}

.ticketform select.guest_cf_select.error {
  border: 1px solid red;
  background: #ffcccc;
}

.ticketform div.guest_person_id_error {
  display: none;
}

.ticketform div.guest_person_id_error.error {
  display: block;
}

.ticketform .guest_error_message_embed {
  display: none;
}
.ticketform .guest_error_message_embed.error {
  background: white;
  color: black;
  margin-top: 10px;
  font-weight: bold;
  display: block;
  padding: 15px;
}

.ticketform input.inputfield {
  width: 218px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.intl-tel-input input.inputfield {
  width: 230px !important;
}

form#finalizeticketsform.ticketform .intl-tel-input input.inputfield {
  width: 236px !important;
}

div.intl-tel-input {
  margin-bottom: 5px;
  margin-top: 5px;
}

.ticketform input.inputfield.short {
  width: 100px;
}

.ticketform input.inputfield.person_id {
  width: 100px;
}

.ticketform textarea {
  width: 338px !important;
  padding: 5px;
  margin: 0px;
}

.ticketform input.gift_title {
  width: 338px;
}

.ticketform textarea.gift_message {
  height: 60px;
}

.ticketform input.inputfield.empty {
  color: #777777;
}

.ticketform input.inputfield:hover, .ticketform input.inputfield:focus {
  background-color: white;
}

.ticketform textarea:hover, .ticketform textarea:focus {
  background-color: white;
}

.ticketform input.error, .ticketform textarea.error {
  background-color: #ffcccc !important;
}

.ticketform input.error:hover, .ticketform input.error:focus,
.ticketform textarea.error:hover, .ticketform textarea.error:focus {
  background-color: #ffdede;
}

.ticketform input.inputfield.error, .ticketform select.error, .ticketCountSelector select.error, .ticketform textarea.error {
  border: 1px solid red;
}

.ticketform .guest_year_birth_error {
  display: none;
  color: #cc0000;
}

.ticketform .guest_unique_name_error_message {
  display: none;
  color: #cc0000;
}

.ticketform .guest_unique_name_error_message.error {
  display: table-row;
}

.ticketform .guest_rebte_code_error {
  display: none;
  margin: 3px 0px 2px 3px;
  font-style: italic;
  font-size: 15px;
}

.ticketform .guest_rebte_code_error.error {
  display: block;
  color: white;
}
.ticketform .guest_rebte_code_error.error else {
  color: red;
}

.ticketform input.radiobutton {
  border: none;
}

.ticketform input.checkbox {
  border: none;
  margin-left: 0px;
  padding-left: 0px;
}

.guest_row_seat_name {
  width: 366px;
}

div.guest_option_box {
  margin: 2px 0 0 0;
  padding: 3px 5px 3px 5px;
  font-style: italic;
}

.guest_option_box.with_multi_quantities {
  padding: 0px;
}

.guest_option_box.with_multi_quantities_and_context_icon {
  padding: 0px;
  margin-top: 10px;
}

.guest_option_count_container {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 3px;
}
.guest_option_count_container .row {
  display: table-row;
}
.guest_option_count_container .label_option {
  display: table-cell;
  line-height: 17px;
  vertical-align: middle;
  width: 165px;
}
.guest_option_count_container .label_option span {
  font: italic 12px arial;
}
.guest_option_count_container .price_per_option {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 15px;
}
.guest_option_count_container .select_container_quant {
  width: 118px;
  display: table-cell;
}
.guest_option_count_container input {
  width: 41px !important;
}

div.guest_option_smsclub_divider {
  line-height: 0px;
  font-size: 0px;
  height: 1px;
  margin: 6px 0 0 0;
  border-top: 1px solid #aaa;
}

div.rebate_types_container {
  border: none;
  margin: 0px;
  padding: 0px 10px 0 5px;
}

.rebate_types_container .custom_checkbox_label {
  width: 280px;
  margin-top: 3px;
  font-style: italic;
}

.rebate_type_spacer {
  font-size: 0px;
  line-height: 0px;
  height: 10px;
}

.ticketform .rebate_types_container .field_questionmark {
  margin-left: 355px;
}

div.guest_gender_box {
  border: 1px solid transparent;
  padding-bottom: 2px;
}

div.order_option_box {
  border: 1px solid transparent;
  padding: 0 5px 2px 0;
}

div.guest_option_box.error, div.guest_gender_box.error, div.order_option_box.error {
  border: 1px solid red;
}

.order_option_select_container {
  background: #555;
  border: none;
  color: white;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 3px;
  display: inline-block;
}
.order_option_select_container select {
  min-width: 384px;
  font-size: 17px;
}
.order_option_select_container.error {
  border: 2px solid red;
}
.order_option_select_container.error select {
  background: #ffcccc;
}

span#age_limit_confirmation.error {
  text-decoration: underline;
  color: red;
}

div#guest_confirmed_cart_contents {
  width: 370px;
}

div#guest_cart_contents {
  width: 550px;
}

table.guest_cart_list {
  width: 100%;
  color: white;
  border: none;
  border-radius: 0px;
}

.guest_cart_list tr.header {
  font-weight: bold;
  background: none;
  color: black;
}

.guest_cart_list tr.row1 {
  background: #555;
}

.guest_cart_list tr.row2 {
  background: #555;
}

.guest_cart_list tr.row_highlighted {
  background: white;
  color: black;
}

.guest_cart_list tr.row_highlighted td:first-child {
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.guest_cart_list tr.row_highlighted td:last-child {
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.guest_cart_list tr.summary {
  background: #555;
}

.guest_cart_list td {
  padding: 4px 4px 4px 4px;
}

.guest_cart_list td.nobottompadding {
  padding-bottom: 0px;
}

.guest_cart_list td.notoppadding {
  padding-top: 0px;
}

.guest_cart_list td:first-child {
  padding-left: 10px;
}

.guest_cart_list td:last-child {
  padding-right: 10px;
}

.guest_cart_list .firstrow td {
  padding-top: 10px;
}

.guest_cart_list .summary td {
  padding-top: 15px;
  padding-bottom: 10px;
}

.guest_cart_list .summary_spacer {
  line-height: 0px;
  font-size: 0px;
  height: 10px;
}

.guest_cart_list .summary_total {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

form#finalizeticketsform.ticketform input.inputfield {
  width: 224px;
}

form#finalizeticketsform.ticketform select {
  width: 236px;
}

form#finalizepospaperticketsform input.inputfield {
  width: 244px;
}

#event_scrollbox_container {
  text-align: left;
  position: relative;
  top: 0px;
  margin-left: 230px;
  margin-top: 30px;
  width: 644px;
  color: black;
}

#event_scrollbox {
  position: absolute;
  z-index: 100;
  clip: rect(auto);
  overflow: hidden;
  width: 643px;
}

#event_scrollinfo {
  position: relative;
  display: block;
  padding: 0px 6px 0px 6px;
  width: 3000px;
  font: italic 13px/24px arial;
  visibility: hidden;
  font-weight: bold;
}

#measuretext {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  font: italic 13px/24px arial;
  visibility: hidden;
  font-weight: bold;
}

#event_scroll_leftcorner {
  position: absolute;
  z-index: 800;
  background: url("../../../_base/images/scroll/scrolltext_corner_left_white.png") no-repeat;
  width: 67px;
  height: 20px;
}

#event_scroll_rightcorner {
  position: absolute;
  right: 0px;
  z-index: 800;
  background: url("../../../_base/images/scroll/scrolltext_corner_right_white.png") no-repeat;
  width: 67px;
  height: 20px;
}

#toplink {
  position: absolute;
  z-index: 30;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 150px;
  display: block;
}

#kiosk_content {
  text-align: left;
  z-index: 30;
  position: relative;
  top: 6px;
  width: 640px;
  margin-top: 30px;
  margin-left: 230px;
  display: block;
  font: 13px arial;
  color: black;
  padding-bottom: 80px;
}

.kiosk_content a:link, .kiosk_content a:visited, .kiosk_content a:active {
  text-decoration: underline;
  color: black;
}

span.event_intro_text, span.event_specification {
  font: 14px/18px arial;
}

#sidebar {
  position: absolute;
  margin-left: 654px;
  margin-top: 100px;
  display: none;
}

#sidebar.noshare {
  margin-top: 80px;
}

#bk_top_steps_container {
  width: 646px;
  height: 119px;
}

#bk_content_top, #bk_content_bottom {
  width: 646px;
}

#bk_content_inner {
  padding: 0px 0px 35px 20px;
}

#bk_poster_box {
  margin-top: 20px;
  margin-left: 2px;
}

#bk_poster_title {
  /*	width: 142px; 
  	border-bottom: 1px solid #999999; 
  	color: #eeeeee;*/
  font: 11px/11px arial;
  border-bottom: 1px solid #333;
  color: #333;
  width: 67px;
  padding-bottom: 4px;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 3px;
}

#bk_share_title {
  width: auto;
  border-bottom: 1px solid #333;
  color: #333;
  margin-left: 5px;
  display: inline-block;
  font: 11px/11px arial;
  line-height: 11px;
  padding-bottom: 4px;
  margin-bottom: 3px;
}

.infobox {
  float: right;
  padding-right: 22px;
  width: 200px;
  margin-left: 10px;
}

.infobox_inner {
  border: 1px solid #333;
  padding: 10px;
  font: 12px arial;
  color: black;
  background: none;
}

.infobox_inner.first {
  font: 12px arial;
}

.infobox_inner a:link, .infobox_inner a:active, .infobox_inner a:visited {
  color: black;
  text-decoration: underline;
}

.footer {
  width: 630px;
  text-align: right;
  color: #333;
  font: 11px arial;
  margin-top: 2px;
}

.footer a:link, .footer a:visited, .footer a:active {
  color: #333;
  text-decoration: none;
}

.guest_cart_list a:link, .guest_cart_list a:visited, .guest_cart_list a:active {
  text-decoration: underline;
  color: white;
}

a:link.footer_logo_link, a:visited.footer_logo_link, a:active.footer_logo_link {
  margin-left: 490px;
  margin-top: 35px;
  background: url("../../../_base/images/logos/biljettkiosken_on_light.png") no-repeat;
  width: 139px;
  height: 63px;
  display: block;
  opacity: 1;
}

.payson_button {
  width: 149px;
  height: 52px;
  margin-left: 40px;
}

.payson_button_bg {
  z-index: 50;
  position: absolute;
  background: url("../../../_base/images/icons/payson_button.png") no-repeat;
  width: 149px;
  height: 52px;
}

.payson_button_content {
  z-index: 100;
  position: absolute;
}

.payson_button_content a:link, .payson_button_content a:visited, .payson_button_content a:active {
  width: 149px;
  height: 52px;
  display: block;
}

.ticketCountSelector {
  display: inline-block;
  padding: 10px;
  background: #555;
  border: none;
  color: white;
  border-radius: 4px;
  margin-bottom: 40px;
  /*	background: #a26340;
  	border: 1px solid #9c5127*/
}

span.event_title {
  color: black;
  font: bold 26px/32px Cabin, arial;
}

.event_subtitle {
  font: bold 17px arial;
  margin: -11px 0 20px 0;
}

a:link.introsupportlink, a:visited.introsupportlink, a:active.introsupportlink {
  text-decoration: underline;
  display: inline-block;
  padding-top: 5px;
}

#kiosk_bg {
  position: absolute;
  background: url("../images/bg_shadow.jpg") no-repeat;
  width: 667px;
  height: 384px;
}

#loading_indicator_dialog {
  position: absolute;
  top: 0px;
  z-index: 15100;
  /*	background: white;
  	border-radius: 20px;*/
}
#loading_indicator_dialog #spinner_message {
  padding-top: 180px;
  text-align: center;
  font: 25px/32px arial;
  color: #333;
}

#bk_poster_box_embedded {
  float: right;
  padding: 10px 6px 20px 0;
}

/** gift certificate mode */
a.gift_certificate_mode_button:link, a.gift_certificate_mode_button:active, a.gift_certificate_mode_button:visited {
  display: inline-block;
  width: 171px;
  height: 121px;
  background: url("../../../_base/images/gift_certificate_mode_button.png") no-repeat;
}

.infobox.gift_mode .infobox_inner {
  background: #ddd;
  color: black;
}

.infobox.gift_mode .title {
  font: bold 23px/23px arial;
  padding: 0 0 16px 0px;
}

.infobox.gift_mode .order_countdown_container, .infobox.gift_mode #seats_selection_countdown_container_overview {
  color: black;
}

.infobox.gift_mode a:link, .infobox.gift_mode a:link, .infobox.gift_mode a:visited {
  color: black;
}

.gift_certificate_title {
  font: bold 25px/25px arial;
  padding: 0 0 12px 0px;
  text-transform: uppercase;
}

div.pos_title {
  font: bold 16px/19px arial;
  margin: 0 0 20px 0;
}

.tickets_unavailable_container {
  font: 17px arial;
  background: #c87fcb;
  color: white;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 20px 0;
  max-width: 380px;
  text-align: center;
}
.tickets_unavailable_container .tickets_unavailable_title {
  font: bold 25px arial;
  margin: 0 0 10px 0;
}
.tickets_unavailable_container .tickets_release_countdown {
  font: 35px/35px arial;
  margin: 20px 0 25px 0px;
}
.tickets_unavailable_container .tickets_release_no_refresh_info {
  font: italic 16px arial;
  margin: 15px 0 0 0;
}
.tickets_unavailable_container .waiting_list_button_container {
  text-align: center;
}
.tickets_unavailable_container a#waiting_list_button:link,
.tickets_unavailable_container a#waiting_list_button:active,
.tickets_unavailable_container a#waiting_list_button:visited {
  display: inline-block;
  margin: 14px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  color: white;
  text-decoration: none;
  padding: 10px 25px 10px 25px;
  background: white;
  color: black;
  border-radius: 5px;
  font: italic 15px arial;
}
.tickets_unavailable_container a#waiting_list_button:hover {
  background: #eee;
}

.service_interruption_container {
  font: 13px arial;
  background: #555;
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.service_interruption_container .service_interruption_title {
  font: 18px arial;
  margin: 0 0 10px 0;
}

.order_countdown_container, #seats_selection_countdown_container, #seats_selection_countdown_container_overview {
  float: right;
  margin-right: 9px;
  padding: 0px;
  min-width: 50px;
  text-align: center;
  color: black;
}

.order_countdown_container {
  position: absolute;
  margin-left: 136px;
  margin-top: -6px;
  width: 50px;
  margin-right: 0px;
}

#ticket_order_3 .order_countdown_container {
  margin-left: -8px;
}

.order_countdown_container span, #seats_selection_countdown_container span, #seats_selection_countdown_container_overview span {
  font: bold 16px/20px arial;
}

.restart_seat_selection_button {
  background: #ddd;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #555;
  font: 20px arial;
  color: black;
  padding: 15px;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(200, 200, 200, 0.3);
  width: auto;
  overflow: visible;
  text-align: center;
}

.restart_seat_selection_button:hover {
  background: #ccc;
}

.invoice_divider {
  border-top: 1px solid #aaa;
}

div.download_invoice_container {
  position: absolute;
  margin-left: 390px;
}

a:link.button.download_invoice, a:visited.button.download_invoice, a:active.button.download_invoice,
.download_invoice_container a:link.button, .download_invoice_container a:visited.button, .download_invoice_container a:active.button {
  display: block;
  color: #333;
  padding: 15px 0px 15px 15px;
  text-decoration: none;
  font: bold 16px arial;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 164px 9px;
  width: 195px;
}

a.button.download_invoice:hover,
.download_invoice_container a.button:hover {
  background-color: #e0e0e0;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

a:link.button.download_invoice,
.pos_completed a:visited.button.download_invoice,
.pos_completed a:active.button.download_invoice {
  background-image: url("../../../../images/icons/kassaprint.png");
}

.conditions_error_message {
  position: absolute;
  margin: 7px 0 0 270px;
  font: 14px arial;
  color: red;
  display: none;
}

.conditions_error_message.error {
  display: block;
}

.multi_event_container {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 14px;
  margin: 0 0px 10px 0;
  max-width: 530px;
  transition: background-color 300ms linear;
}
.multi_event_container .ticketCountSelectorMultiEvent {
  float: right;
  padding: 18px 0 0 0;
}
.multi_event_container .ticketCountSelectorMultiEvent select {
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  background: #fafafa;
  border-color: #999 #F0F0F0 #F0F0F0 #999;
  padding: 7px 5px 7px 5px;
}
.multi_event_container .more_event_info_container {
  display: none;
  border-top: 1px solid #ddd;
  margin: 15px 0 0 0;
  padding-top: 10px;
  font-style: italic;
  color: #333;
}

.multi_event_container.condensed {
  max-width: 574px;
}

.multi_event_container.condensed .ticketCountSelectorMultiEvent {
  padding: 0px;
}

.multi_event_container select {
  width: 80px;
}

.multi_event_container:hover {
  color: black;
  background: #ddd;
}
.multi_event_container:hover .more_event_info_container {
  border-color: rgb(195.5, 195.5, 195.5);
}

.multi_event_container.selected {
  color: white;
  background: #68b368;
}
.multi_event_container.selected a:link, .multi_event_container.selected a:visited, .multi_event_container.selected a:active {
  color: white;
}
.multi_event_container.selected .more_event_info_container {
  color: white !important;
}

a.rsvp_not_attending_button:link,
a.rsvp_not_attending_button:active,
a.rsvp_not_attending_button:visited {
  color: white;
  text-decoration: none;
  background: #0BA4DE;
  color: white;
  padding: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

a.rsvp_not_attending_button:hover {
  text-decoration: underline;
}

.collapsable_options {
  background: white;
  color: black;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
  max-height: 800px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

.collapsable_options.collapsed {
  max-height: 0px;
}

.collapsable_options div.guest_option_box {
  padding: 5px 10px 5px 9px;
}

.collapsable_options .expanded_icon {
  position: relative;
}
.collapsable_options .expanded_icon div {
  width: 0px;
  height: 0px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #555;
  font-size: 0px;
  line-height: 0px;
  /*		right: 6px;*/
  right: 86px;
  position: absolute;
}

.pre_expand_options_button {
  display: table-cell;
  width: 100%;
  cursor: pointer;
  vertical-align: top;
  padding-left: 8px;
}
.pre_expand_options_button div.exp_divider {
  font-size: 0px;
  line-height: 0px;
  margin-right: 90px;
  /*		margin-right: 10px;*/
  height: 8px;
  border-bottom: 1px solid white;
}

.expand_options_button {
  float: right;
  position: relative;
}
.expand_options_button div {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid white;
  font-size: 0px;
  line-height: 0px;
  top: 10px;
  right: 91px;
  /*		right: 11px;*/
  position: absolute;
}

.kiosk_eventlist_widget {
  position: absolute;
  margin: 30px 0px 0px 0px;
  width: 200px;
  padding-left: 20px;
  padding-bottom: 50px;
  color: black;
}

.kiosk_eventlist_widget_title {
  font: 18px arial;
  margin: 0 0 15px 0;
}

.kiosk_eventlist_widget a:link, .kiosk_eventlist_widget a:visited, .kiosk_eventlist_widget a:active {
  color: black;
  display: inline-block;
  font: 14px/25px arial;
  margin: 5px 0 0 0;
  /*	text-transform: uppercase;*/
  border-bottom: 4px solid transparent;
  transition: all 300ms linear;
}

.kiosk_eventlist_widget a:hover, .kiosk_eventlist_widget a.active {
  color: #333;
  border-bottom: 4px solid #333;
  text-decoration: none;
}

.kiosk_eventlist_widget.with_icons .eventlist_item {
  margin: 5px 0 0 0;
  clear: both;
}

.kiosk_eventlist_widget.with_icons i {
  position: absolute;
  margin-right: 10px;
  margin-top: 7px;
  font-size: 11px;
}

.kiosk_eventlist_widget.with_icons a:link, .kiosk_eventlist_widget.with_icons a:visited, .kiosk_eventlist_widget.with_icons a:active {
  margin: 0px;
  margin-left: 20px;
}

.kiosk_event_banner_container {
  margin-left: 252px;
  width: 601px;
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.kiosk_wide_top_banner_image {
  max-width: 100%;
  margin-top: 30px;
}

#swish_dialog_container {
  position: absolute;
  top: 0px;
  z-index: 4000;
}

.swish_dialog_overlay {
  position: absolute;
  top: 0px;
  width: 1001px;
  z-index: 3999;
  background: #eee;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
}

.dialog.swish {
  border-radius: 10px;
}
.dialog.swish .swish_test_mode {
  margin: 10px 0 0px 0;
  /*		border: 1px solid #EA7864;*/
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background: #B6E9B0;
}
.dialog.swish .swish_context {
  float: right;
  width: 240px;
  background: white;
  padding: 0px 0px 15px 0px;
  margin: 25px 0 0 0;
}
.dialog.swish .swish_context #swish_countdown_container {
  display: inline-block;
  margin-left: 10px;
}
.dialog.swish .swish_context h5 {
  display: block;
  color: black;
  padding: 8px 20px 8px 46px;
  margin: 0px 0 14px 0px;
  font: 19px/23px arial;
}
.dialog.swish .swish_context .swish_status {
  text-align: center;
  padding: 0 15px 0 15px;
  font: 15px/18px arial;
}
.dialog.swish .swish_context .swish_status_icon {
  text-align: center;
  height: 45px;
}
.dialog.swish .swish_logo {
  width: 200px;
  height: 264px;
  background: url("/images/swish/swish_logo_primary_RGB_200.png") no-repeat;
  background-size: 68% 68%;
  position: absolute;
  margin: 234px 0 0 470px;
}
.dialog.swish .swish_main {
  width: 400px;
  min-height: 420px;
}
.dialog.swish h2 {
  display: block;
  color: black;
  padding: 8px 0px 4px 0px;
  margin: 15px 0 0px 0px;
  text-transform: uppercase;
  font: bold 32px/32px arial;
  text-align: center;
}
.dialog.swish h4 {
  display: block;
  background: #7b85f2;
  color: white;
  padding: 8px 20px 8px 44px;
  margin: 15px 0 14px 0px;
  text-transform: uppercase;
  border-radius: 5px;
  font: 17px/23px arial;
}
.dialog.swish h4.first {
  margin-top: 25px;
}
.dialog.swish h4.sign {
  background: none;
  color: black;
  padding: 14px 20px 8px 30px;
}
.dialog.swish .swish_info {
  text-align: center;
  font: 15px arial;
}
.dialog.swish #swish_payer_mobile, .dialog.swish #swish_account, .dialog.swish #swish_amount {
  font: bold 25px/20px arial;
}
.dialog.swish #swish_message {
  font: bold 30px/20px arial;
}

/*********************** Swish Handel *********************/
.dialog.swishhandel * {
  box-sizing: border-box;
}

.dialog.swishhandel {
  border-radius: 10px;
}
.dialog.swishhandel .swish_test_mode {
  margin: 10px 0 0px 0;
  /*		border: 1px solid #EA7864;*/
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background: #B6E9B0;
}
.dialog.swishhandel .swish_context {
  float: right;
  width: 240px;
  background: white;
  padding: 0px 0px 15px 0px;
  margin: 240px 0 0 0;
}
.dialog.swishhandel .swish_context #swish_countdown_container {
  display: inline-block;
  margin-left: 10px;
}
.dialog.swishhandel .swish_context h5 {
  display: block;
  color: black;
  padding: 8px 20px 8px 64px;
  margin: 0px 0 6px 0px;
  font: 15px/18px arial;
}
.dialog.swishhandel .swish_context .swish_status {
  text-align: center;
  padding: 0 15px 0 15px;
  font: 15px/18px arial;
}
.dialog.swishhandel .swish_context .swish_status_icon {
  text-align: center;
  height: 45px;
  margin: 20px 0 0 0;
}
.dialog.swishhandel .swish_logo {
  width: 200px;
  height: 264px;
  background: url("/images/swish/swish_logo_primary_RGB_200.png") no-repeat;
  background-size: 68% 68%;
  position: absolute;
  margin: 13px 0 0 470px;
}
.dialog.swishhandel .swish_main {
  width: 400px;
  min-height: 420px;
}
.dialog.swishhandel .swish_ui_container {
  margin: 20px 0 0 0;
  background: #33B6EC;
  min-height: 210px;
  border-radius: 6px;
  font: 20px/25px Cabin;
  text-align: center;
  color: white;
}
.dialog.swishhandel .swish_ui_container div.swish_instruction_1 {
  padding: 25px 0 0 0;
}
.dialog.swishhandel .swish_ui_container div.swish_instruction_2 {
  padding: 12px 0 0 0;
}
.dialog.swishhandel .swish_ui_container div.swish_instruction_3 {
  padding: 20px 0 0 0;
}
.dialog.swishhandel .swish_ui_container.error div.swish_instruction_3 {
  display: none;
}
.dialog.swishhandel .swish_ui_container #swish_payer_mobile {
  font: 30px/35px Cabin;
}
.dialog.swishhandel .swish_ui_container #swish_amount {
  font: 44px/54px Cabin;
}
.dialog.swishhandel .swish_ui_container#swish_update_payer_mobile {
  margin: 20px 0 40px 0;
  padding: 25px 0 0 0;
}
.dialog.swishhandel .swish_ui_container.error {
  min-height: 150px;
  background: red;
}
.dialog.swishhandel h2 {
  display: block;
  color: black;
  padding: 5px 0px 0px 0px;
  margin: 15px 0 10px 0px;
  font: 500 44px/46px Cabin;
  text-align: center;
}
.dialog.swishhandel .swish_info {
  text-align: center;
  font: 15px Cabin;
}
.dialog.swishhandel .swish_button {
  background: white;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 13px 10px;
  margin: 12px 0 0px 0;
  width: 70%;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
.dialog.swishhandel .swish_button:hover {
  background: #33B6EC;
  color: white;
}
.dialog.swishhandel .swish_button_green {
  background: #01CC01;
  border-radius: 4px;
  padding: 15px 10px;
  margin: 16px 0 0px 0;
  width: 70%;
  display: inline-block;
  cursor: pointer;
  font: 22px/22px Cabin;
  font-weight: 500;
}
.dialog.swishhandel .swish_button_green:hover {
  background: #01A423;
}
.dialog.swishhandel .swish_mobile_field_label {
  font: 500 22px Cabin;
  padding: 0 0 5px 0;
  display: block;
}
.dialog.swishhandel input {
  background: white;
  /*		border-color: #999 #f0f0f0 #f0f0f0 #999;*/
  border-color: black;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 16px 15px;
  font-size: 24px;
  width: 87%;
  margin: 0px;
}
.dialog.swishhandel input:hover, .dialog.swishhandel input:focus {
  background: white;
}
.dialog.swishhandel input.error {
  border-color: red;
  background: #ffcccc;
}
.dialog.swishhandel #swish_payment_error {
  padding: 0px 0 0 0;
}
.dialog.swishhandel #swish_payment_error h4 {
  display: block;
  color: black;
  padding: 8px 0px 8px 0px;
  margin: 15px 0 10px 0px;
  border-radius: 5px;
  text-align: center;
  font: 33px/23px Cabin;
}
.dialog.swishhandel #swish_payment_error #swish_payment_error_message {
  padding: 0 10px 16px 10px;
  display: block;
  font: 17px/20px Cabin;
}

.floating_ticketform_error {
  display: none;
  width: 100%;
  background: #D0543C;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  font: 13px/17px "Open Sans", arial;
}
.floating_ticketform_error span.inputguidetitle {
  font-size: 16px;
  font-family: "Open Sans", arial;
  line-height: 19px;
  display: block;
  margin-bottom: 16px;
}
.floating_ticketform_error span.inputguide {
  margin-top: 3px;
  font-size: 15px;
  line-height: 19px;
  display: block;
}
.floating_ticketform_error p {
  font: 13px/17px "Open Sans", arial !important;
  margin: 0px !important;
  padding: 0px 0px 16px 0px !important;
  color: white !important;
}
.floating_ticketform_error p:last-child {
  padding: 0 !important;
}
.floating_ticketform_error ul {
  padding: 10px !important;
  margin: 0px !important;
  list-style: none !important;
}
.floating_ticketform_error li {
  padding: 0px !important;
  margin: 0 0 0px 0 !important;
  list-style: none !important;
  color: white !important;
}
.floating_ticketform_error li:last-child {
  min-height: 60px;
}

.intl-tel-input .country-name {
  color: black;
}

.intl-tel-input .flag-dropdown {
  margin-left: -37px;
}

.intl-tel-input .selected-flag .arrow {
  display: none;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  padding-left: 5px !important;
}

.intl-tel-input .selected-flag {
  width: 34px !important;
}

.ticketform input.inputfield.iti-invalid-key:focus {
  background-color: #FFC7C7 !important;
}

#guest_row_1_copy_number {
  position: absolute;
  margin-left: 0px;
  margin-top: 10px;
}

.copy_guest_info_button_2 {
  background: white;
  border: 1px solid #444;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  padding: 10px;
  box-sizing: border-box !important;
  width: 200px;
  cursor: pointer;
}
.copy_guest_info_button_2 span {
  color: black;
  font: 13px/16px arial;
  display: block;
}
.copy_guest_info_button_2 .arrowdn {
  background: white;
  width: 61px;
  position: absolute;
  margin: 10px 0 0 0;
  z-index: 10;
  height: 8px;
  border-left: 2px solid #777;
  border-right: 2px solid #777;
}
.copy_guest_info_button_2 .arrowdn2 {
  width: 0px;
  height: 0px;
  border-top: 22px solid #777;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 60px;
  left: 0px;
}
.copy_guest_info_button_2 .arrowdn2:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 19px solid white;
  border-left: 39px solid transparent;
  border-right: 39px solid transparent;
  position: absolute;
  top: -21px;
  left: -39px;
}
.copy_guest_info_button_2:hover {
  background: rgb(229.5, 229.5, 229.5);
  box-shadow: none;
}
.copy_guest_info_button_2:hover .arrowdn {
  background: rgb(229.5, 229.5, 229.5);
}
.copy_guest_info_button_2:hover .arrowdn2:after {
  border-top: 19px solid rgb(229.5, 229.5, 229.5);
}

.tickets_not_released #ticketcountform {
  display: none;
}

.tickets_not_released .order_s1_next_container {
  visibility: hidden;
}

.tickets_not_released .order_s1_buttons_container {
  visibility: hidden;
}

.ticketCountSelector.next_to_count {
  float: left;
  margin: -1px 31px 0px 0;
}

.order_s1_buttons_container_next_to_count {
  height: 86px;
  float: left;
}

.order_s1_buttons_container,
.order_s1_5_buttons_container,
.order_s2_buttons_container,
.order_s3_buttons_container,
.order_s4_buttons_container {
  height: 56px;
}

.order_s1_buttons_container {
  width: 330px;
}

.multi_event_kiosk .order_s1_buttons_container {
  width: 587px;
}

.order_s1_5_buttons_container {
  width: 580px;
  margin-left: 20px;
}

.order_s2_buttons_container {
  width: 397px;
}

.order_s3_buttons_container {
  width: 577px;
}

.order_s4_buttons_container {
  width: 397px;
}

.kiosk_button {
  float: left;
  display: inline-block;
  margin: 0 0 0 0px;
  background: none;
  padding: 0px 27px 0px 31px;
  height: 52px;
  color: #9A9A9A;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 100ms linear;
}
.kiosk_button div.kb_label {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans", arial;
  margin: 19px 0 0 0;
}
.kiosk_button div.kb_next_icon {
  float: left;
  display: inline-block;
  margin: 16px 0 0 8px;
  width: 0px;
  height: 0px;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-left: 13px solid #9A9A9A;
  font-size: 0px;
  line-height: 0px;
  transition: border-color 100ms linear;
}
.kiosk_button div.kb_prev_icon {
  float: left;
  display: inline-block;
  margin: 16px 8px 0 0px;
  width: 0px;
  height: 0px;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 13px solid #9A9A9A;
  font-size: 0px;
  line-height: 0px;
  transition: border-color 100ms linear;
}
.kiosk_button.active {
  background: #333333;
  color: white;
}
.kiosk_button.active div.kb_next_icon {
  border-left: 13px solid white;
}
.kiosk_button.active:hover {
  background: rgb(33.15, 33.15, 33.15);
}
.kiosk_button.kb_fr {
  float: right;
}
.kiosk_button.kb_prev {
  padding-left: 0px;
}

.count_label {
  float: left;
  line-height: 34px;
  margin: 0 12px 0 0;
}

.ticketCountSelector {
  line-height: 0;
}

.quantity_input_container {
  display: inline-block;
  background-color: white;
  padding: 0px 0px 0px 19px;
  height: 34px;
  transition: background-color 100ms ease-out;
}
.quantity_input_container .minus_btn, .quantity_input_container .plus_btn {
  cursor: pointer;
  font-size: 14px;
  line-height: 34px;
  display: block;
  height: 34px;
  float: left;
  color: black;
  padding: 0px 6px 0px 6px;
}
.quantity_input_container .minus_btn:hover, .quantity_input_container .plus_btn:hover {
  background-color: #eee;
}
.quantity_input_container input {
  margin: 0 5px 0 5px;
  float: left;
  padding: 0;
  width: 52px;
  font: 20px arial;
  line-height: 34px;
  border: none;
  background-color: transparent;
}
.quantity_input_container.quant-invalid-key {
  background-color: #ffcccc;
}

.testtopcontainer {
  clear: both;
  width: 640px;
}
.testtopcontainer span {
  box-sizing: border-box;
  float: left;
  width: 18%;
  text-align: center;
  padding: 16px 0 16px 0;
  background: #B1B1B1;
  font: bold 17px/25px "Open Sans";
  text-transform: uppercase;
  color: white;
}
.testtopcontainer span.active {
  background: #019771;
}
.testtopcontainer i {
  box-sizing: border-box;
  width: 8%;
  float: left;
  color: #B2B2B2;
  font-size: 30px;
  margin: 14px 0 0 0;
  text-align: center;
}

.testtopcontainer.test2 {
  clear: both;
  padding: 90px 0 0 0;
  width: 1000px;
}

.kiosk_info_button {
  float: right;
  margin: -10px 0 0 0;
  padding: 0 20px 0 10px;
}

.kiosk_info_button .field_questionmark {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #999999;
  transition: all 100ms linear;
  cursor: pointer;
  width: 45px;
  height: 45px;
  color: #999999;
}
.kiosk_info_button .field_questionmark:hover {
  background-color: #999999;
  color: white;
}
.kiosk_info_button .field_questionmark:after {
  font-family: "Marck Script", cursive;
  font-size: 35px;
  line-height: 45px;
  padding: 0px 0 0 0;
  text-align: center;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  content: "i";
}

.menutrailer.kiosk_info_button_tooltip {
  box-sizing: content-box;
  margin-left: -220px;
  margin-top: 20px;
  width: 210px;
  background: white;
  box-shadow: 2px 2px 1px 0px rgba(100, 100, 100, 0.4);
  border: 1px solid #aaa;
  font: 14px arial;
  padding: 25px;
}
.menutrailer.kiosk_info_button_tooltip .kiosk_info_button_tooltip {
  background: none;
  padding: 0px;
}
.menutrailer.kiosk_info_button_tooltip .menutrailer_content_arrow {
  display: none;
}
.menutrailer.kiosk_info_button_tooltip .menutrailer_bottom {
  display: none;
}

ul.kiosk_show_selector {
  margin: 12px 0 -16px 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul.kiosk_show_selector li {
  margin: 2px 0px 2px 0px;
  padding: 0px;
}
ul.kiosk_show_selector i {
  font-size: 20px;
  margin-right: 6px;
  width: 22px;
}
ul.kiosk_show_selector i:before {
  content: "\f1db"; /* fa-circle-thin  */
  font-size: 9px;
  margin-left: 5px;
}
ul.kiosk_show_selector .active {
  font-weight: bold;
  font-size: 16px;
}
ul.kiosk_show_selector .active i:before {
  content: "\f00c"; /* fa-check */
  font-size: 22px;
  margin-left: 0px;
}
ul.kiosk_show_selector a:active, ul.kiosk_show_selector a:visited, ul.kiosk_show_selector a:link {
  text-decoration: none;
}

select.kiosk_show_selector {
  margin: 15px 0 0 0;
  padding: 5px 10px 5px 10px;
  width: 300px;
  font: 16px/20px arial;
}

/* Bundle *****************************************/
.ticket_type_tab_container {
  display: inline-block;
  min-width: 440px;
}
.ticket_type_tab_container .ticket_type_tabs {
  display: table;
  width: 100%;
}
.ticket_type_tab_container .ticket_type_tab {
  display: table-cell;
  font: 18px/40px arial;
  padding: 0 20px 0 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  cursor: pointer;
}
.ticket_type_tab_container .ticket_type_tab.active {
  background: #dcdcdc;
}
.ticket_type_tab_container .ticket_type_tab.tab_type_regular_tickets {
  width: 110px;
}
.ticket_type_tab_container #tab_type_regular_tickets_content {
  background: #dcdcdc;
  padding: 20px 20px 0 20px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content {
  background: #dcdcdc;
  padding: 20px 20px 20px 20px;
  margin-bottom: 80px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .row {
  padding: 3px 0;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .label_quant {
  display: table-cell;
  line-height: 17px;
  vertical-align: middle;
  width: 240px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .label_quant span {
  font: italic 12px arial;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .bundled_price {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .select_container_quant {
  display: table-cell;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content #step_next_bundle_1 {
  position: absolute;
  margin: 36px 0 0 -20px;
  padding-left: 173px;
  float: none;
  height: 64px;
  width: 267px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content #step_next_bundle_1 .kb_label {
  margin-top: 25px;
  margin-left: 30px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content #step_next_bundle_1 .kb_next_icon {
  margin-top: 23px;
}

.guest_row_bundle_divider {
  display: none;
  background: #6766CC;
  height: 4px;
  line-height: 0px;
  margin: 25px 0 0 0;
}
.guest_row_bundle_divider.guest_row_bundle_space {
  margin-top: 30px;
}

.guest_row_bundle_info {
  padding: 0px 42px 5px 42px;
  background: #6766CC;
  float: right;
  margin: 0px 0 5px 0;
  color: white;
  font: 14px/17px arial;
  text-transform: uppercase;
  display: none;
}

.guest_row_bundle_ticket_info {
  display: none;
  padding: 3px 10px 3px 10px;
  min-width: 65px;
  background: #6766CC;
  color: white;
  font: italic 11px/14px arial;
  margin-bottom: 2px;
}

.hidden_by_bundle_setup {
  display: none;
}

span.ulprivacypolicy {
  margin: 0px;
  padding: 0px 20px 10px 30px;
  list-style: disc;
  display: block;
}
span.ulprivacypolicy .liprivacypolicy {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  display: list-item;
}

#season_pass_extension_container {
  margin: 15px 0 0 0;
}

.season_pass_extension_title {
  font: bold 17px arial;
  margin: -10px 0 2px 0;
}

.season_pass_extension_subtitle {
  font: 16px arial;
  margin: 0px 0 6px 0;
}

.season_pass_extension_list_container {
  display: table;
  border: 1px solid #aaa;
  padding: 20px 0 20px 0;
  width: 100%;
  background: #f5f5f5;
  color: black;
  border-collapse: separate;
  border-spacing: 0px 3px;
}
.season_pass_extension_list_container .spel_row {
  display: table-row;
}
.season_pass_extension_list_container .spel_seat_info {
  display: table-cell;
  font: 15px/17px arial;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
.season_pass_extension_list_container .spel_seat_trash {
  padding: 0 20px 0 20px;
  display: table-cell;
  vertical-align: middle;
  font: 14px/17px arial;
  text-align: right;
}
.season_pass_extension_list_container .spel_seat_trash a {
  text-decoration: none !important;
  color: black;
}
.season_pass_extension_list_container .spel_seat_trash i {
  margin-left: 5px;
  font-size: 20px;
}

.season_pass_extension_info {
  font: italic 14px arial;
  margin: 5px 0 30px 0;
}

body {
  background: white;
  color: black;
}

.wrapper {
  margin: 0px auto;
  width: 860px;
  position: relative;
}

#banner img.fullwidth {
  width: 100%;
  min-width: 320px;
  display: block;
}

#banner img.fullwidthmax1500 {
  width: 100%;
  min-width: 320px;
  max-width: 1500px;
  margin: 30px auto 0px auto;
  display: block;
}

#banner img.mobile {
  width: 100%;
  min-width: 320px;
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 1100px;
}

.kiosk_eventlist_widget {
  width: 28%;
}

.kiosk_event_banner_container, #event_scrollbox_container, #kiosk_content {
  margin-left: 33%;
}

.kiosk_event_banner_container {
  padding-left: 22px;
}

.event_list_widget_page .wrapper {
  width: 100%;
  max-width: 800px;
  min-width: 320px;
}

.eventlist_iframe_wrapper {
  position: relative;
  margin: 48px 0 0 0px;
  padding: 0 10px 0 10px;
  font: 14px/18px arial;
}

.eventlist_iframe_wrapper h1 {
  font: 32px/40px arial;
  margin: 0 0 20px 0;
  display: block;
}

.eventlist_iframe_wrapper p {
  width: 95%;
  margin: 13px 0 13px 0;
  padding: 0px;
}

.eventlist_iframe_wrapper a {
  color: inherit;
  text-decoration: underline;
}

.eventlist_iframe_wrapper iframe {
  margin: 22px 0 0 0;
}

@media screen and (max-width: 890px) {
  .kiosk_eventlist_widget {
    display: none;
  }
  #event_scrollbox_container {
    margin-left: 0px;
  }
  #kiosk_content, .kiosk_event_banner_container {
    margin-left: 0px;
  }
  .wrapper {
    width: 640px;
  }
}
/********************************************************************/
@media screen and (max-width: 640px) {
  .event_list_widget_page #banner img.fullwidth {
    display: none;
  }
  .event_list_widget_page #banner img.mobile {
    display: block;
  }
  .eventlist_iframe_wrapper {
    margin: 15px 0 0 0px;
  }
  .eventlist_iframe_wrapper iframe {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 1500px) {
  #banner img.fullwidthmax1500 {
    margin-top: 0px;
  }
}
/********************************************************************/
/*! CSS Used from: https://www.spektakelteatern.se/wp-content/themes/astra/assets/css/minified/style.min.css?ver=4.1.2 ; media=all */
@media all {
  a, body, div, h2, h3, h4, h5, html, li, p, span, strong, ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article, footer, header, main, nav, section {
    display: block;
  }
  a {
    background-color: transparent;
  }
  a:active {
    outline: 0;
  }
  a, a:focus, a:hover, a:visited {
    text-decoration: none;
  }
  strong {
    font-weight: 700;
  }
  img {
    border: 0;
  }
  button {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  button {
    -webkit-appearance: button;
    cursor: pointer;
  }
}
@media (min-width: 544px) {
  .ast-container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .ast-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .ast-container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .ast-container {
    max-width: 100%;
  }
}
@media all {
  .ast-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ast-container::after {
    content: "";
    display: table;
    clear: both;
  }
  h2, h3, h4, h5 {
    clear: both;
  }
  .entry-content h2, h2 {
    color: #808285;
    font-size: 1.7em;
    line-height: 1.3;
  }
  .entry-content h3, h3 {
    color: #808285;
    font-size: 1.5em;
    line-height: 1.4;
  }
  .entry-content h4, h4 {
    color: #808285;
    line-height: 1.5;
    font-size: 1.3em;
  }
  .entry-content h5, h5 {
    color: #808285;
    line-height: 1.6;
    font-size: 1.2em;
  }
  html {
    box-sizing: border-box;
  }
  *, :after, :before {
    box-sizing: inherit;
  }
  body {
    color: #808285;
    background: #fff;
    font-style: normal;
  }
  ul {
    margin: 0 0 1.5em 3em;
  }
  ul {
    list-style: disc;
  }
  li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  strong {
    font-weight: 700;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  button {
    color: #808285;
    font-weight: 400;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
  }
  button {
    line-height: normal;
  }
  button {
    border: 1px solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #e6e6e6;
    padding: 0.6em 1em 0.4em;
    color: #fff;
  }
  button:focus, button:hover {
    color: #fff;
    border-color: var(--ast-border-color);
  }
  button:active, button:focus {
    border-color: var(--ast-border-color);
    outline: 0;
  }
  a {
    color: #4169e1;
  }
  a:focus, a:hover {
    color: #191970;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover {
    outline: 0;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    font-size: 0.875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  #primary:after, #primary:before, .ast-container:after, .ast-container:before, .clear:after, .clear:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before, .site-main:after, .site-main:before {
    content: "";
    display: table;
  }
  #primary:after, .ast-container:after, .clear:after, .site-content:after, .site-footer:after, .site-header:after, .site-main:after {
    clear: both;
  }
  ::selection {
    color: #fff;
    background: #0274be;
  }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body:not(.logged-in) {
    position: relative;
  }
  #page {
    position: relative;
  }
  a, a:focus {
    text-decoration: none;
  }
  .site-header a *, a {
    transition: all 0.2s linear;
  }
  img {
    vertical-align: middle;
  }
  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
  }
  p {
    margin-bottom: 1.75em;
  }
  .site-title {
    font-weight: 400;
  }
  .site-description, .site-title {
    margin-bottom: 0;
  }
  .site-title a, .site-title:focus a, .site-title:hover a {
    transition: all 0.2s linear;
  }
  .site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
    color: #222;
  }
  .ast-custom-button, body, button {
    line-height: 1.8571428571;
  }
  .site-title a {
    line-height: 1.2;
  }
  .site-header .site-description {
    line-height: 1.5;
  }
  body {
    background-color: #fff;
  }
  #page {
    display: block;
  }
  #primary {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  #primary {
    margin: 4em 0;
  }
  .ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
  }
  .ast-page-builder-template .site-content #primary {
    padding: 0;
    margin: 0;
  }
  .ast-page-builder-template .entry-header {
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
    margin-top: 0;
  }
  .ast-page-builder-template .entry-header.ast-header-without-markup {
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-navigation {
    height: 100%;
    -js-display: inline-flex;
    display: inline-flex;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
  }
  .main-header-menu .menu-link {
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all 0.2s linear;
  }
  .main-header-menu .menu-item {
    position: relative;
  }
  .main-header-menu .menu-item:hover > .sub-menu {
    right: auto;
    left: 0;
    visibility: visible;
  }
  .main-header-menu .sub-menu {
    width: 240px;
    background: #fff;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    visibility: hidden;
  }
  .main-header-menu .sub-menu .menu-link {
    padding: 0.9em 1em;
    display: block;
    word-wrap: break-word;
  }
  .submenu-with-border .sub-menu {
    border-width: 1px;
    border-style: solid;
  }
  .submenu-with-border .sub-menu .menu-link {
    border-width: 0 0 1px;
    border-style: solid;
  }
  .ast-desktop .submenu-with-border .sub-menu > .menu-item:last-child > .menu-link {
    border-bottom-width: 0;
  }
  .ast-mobile-menu-buttons {
    display: none;
  }
  .ast-button-wrap {
    display: inline-block;
  }
  .ast-button-wrap button {
    box-shadow: none;
    border: none;
  }
  .ast-button-wrap .menu-toggle {
    padding: 0;
    width: 2.2em;
    height: 2.1em;
    font-size: 1.5em;
    font-weight: 400;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.8571428571;
  }
  .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0 0.5em;
    width: auto;
    text-align: center;
  }
  .ast-button-wrap .menu-toggle .menu-toggle-icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05;
  }
  .ast-button-wrap .menu-toggle .menu-toggle-icon:before {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit;
  }
  .ast-button-wrap .menu-toggle:focus {
    outline: thin dotted;
  }
  .header-main-layout-1 .ast-main-header-bar-alignment {
    margin-left: auto;
  }
  .site-navigation {
    height: 100%;
  }
  .main-header-bar {
    z-index: 1;
  }
  .header-main-layout-1 .main-header-bar-navigation {
    text-align: right;
  }
  .header-main-layout-1 .main-header-bar-navigation .sub-menu {
    text-align: left;
  }
  .header-main-layout-1 .main-navigation {
    padding-left: 15px;
    vertical-align: top;
  }
  .header-main-layout-1 .main-header-container {
    align-items: stretch;
  }
  .ast-logo-title-inline .ast-site-identity {
    -js-display: inline-flex;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    transition: all 0.2s linear;
  }
  .ast-logo-title-inline .site-logo-img {
    padding-right: 1em;
  }
  .site-header {
    z-index: 99;
    position: relative;
  }
  .main-header-container {
    position: relative;
  }
  .main-header-bar-wrap {
    position: relative;
  }
  .main-header-bar {
    background-color: #fff;
    border-bottom-color: var(--ast-border-color);
    border-bottom-style: solid;
  }
  .main-header-bar {
    margin-left: auto;
    margin-right: auto;
  }
  .ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  }
  .ast-header-custom-item-inside .button-custom-menu-item .menu-link {
    display: none;
  }
  .site-branding {
    line-height: 1;
    align-self: center;
  }
  .ast-menu-toggle {
    display: none;
    background: 0 0;
    color: inherit;
    border-style: dotted;
    border-color: transparent;
  }
  .ast-menu-toggle:focus, .ast-menu-toggle:hover {
    background: 0 0;
    border-color: inherit;
    color: inherit;
  }
  .ast-menu-toggle:focus {
    outline: thin dotted;
  }
  .main-header-bar {
    z-index: 4;
    position: relative;
    line-height: 4;
  }
  .main-header-bar .main-header-bar-navigation {
    height: 100%;
  }
  .main-header-bar .main-header-bar-navigation:empty {
    padding: 0;
  }
  .main-header-bar .main-header-bar-navigation .sub-menu {
    line-height: 1.45;
  }
  .main-header-bar .main-header-bar-navigation .menu-item-has-children > .menu-link:after {
    line-height: normal;
  }
  li.ast-masthead-custom-menu-items {
    padding: 0 1em;
  }
  li.ast-masthead-custom-menu-items a {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
  }
  li.ast-masthead-custom-menu-items a, li.ast-masthead-custom-menu-items a:focus, li.ast-masthead-custom-menu-items a:hover {
    background: 0 0;
  }
  .ast-masthead-custom-menu-items {
    padding: 0 1em;
  }
  .ast-site-identity {
    padding: 1em 0;
  }
  .entry-content > :last-child {
    margin-bottom: 0;
  }
  body {
    overflow-x: hidden;
  }
  .ast-footer-overlay {
    background-color: #3a3a3a;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 769px) {
  .ast-footer-overlay {
    padding-top: 2.66666em;
    padding-bottom: 2.66666em;
  }
}
@media all {
  .ast-small-footer {
    line-height: 1.8571428571;
    position: relative;
  }
  .footer-sml-layout-1 {
    text-align: center;
  }
  .footer-sml-layout-1 .ast-small-footer-section-2 {
    margin-top: 1em;
  }
  .site-footer {
    color: #fff;
  }
  .page .entry-header {
    margin-bottom: 1.5em;
  }
  .ast-single-post .entry-header.ast-header-without-markup, .ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
    margin-bottom: 0;
  }
  .entry-header {
    margin-bottom: 1em;
    word-wrap: break-word;
  }
  .entry-content {
    word-wrap: break-word;
  }
  .entry-content p {
    margin-bottom: 1.6em;
  }
  .ast-flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  .ast-justify-content-flex-end {
    justify-content: flex-end;
  }
  .ast-flex-grow-1 {
    flex-grow: 1;
  }
}
/*! CSS Used from: Embedded */
:root {
  --ast-container-default-xlg-padding:6.67em;
  --ast-container-default-lg-padding:5.67em;
  --ast-container-default-slg-padding:4.34em;
  --ast-container-default-md-padding:3.34em;
  --ast-container-default-sm-padding:6.67em;
  --ast-container-default-xs-padding:2.4em;
  --ast-container-default-xxs-padding:1.4em;
  --ast-code-block-background:#EEEEEE;
  --ast-comment-inputs-background:#FAFAFA;
}

html {
  font-size: 100%;
}

a {
  color: #ffce55;
}

a:hover, a:focus {
  color: #6ec1e4;
}

body, button, .ast-custom-button {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.49em;
}

h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, .site-title, .site-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.site-title {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}

header .custom-logo-link img {
  max-width: 80px;
}

.site-header .site-description {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
}

h2, .entry-content h2 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25em;
}

h3, .entry-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
}

h4, .entry-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
}

h5, .entry-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
}

::selection {
  background-color: #ffce55;
  color: #000000;
}

body, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5 {
  color: #000000;
}

.main-header-menu .menu-link {
  color: #000000;
}

.main-header-menu .menu-item:hover > .menu-link, .main-header-menu .menu-item:hover > .ast-menu-toggle, .main-header-menu .ast-masthead-custom-menu-items a:hover, .main-header-menu .current-menu-item > .menu-link, .main-header-menu .current-menu-ancestor > .menu-link, .main-header-menu .current-menu-ancestor > .ast-menu-toggle {
  color: #ffce55;
}

.ast-logo-title-inline .site-logo-img {
  padding-right: 1em;
}

.site-logo-img img {
  transition: all 0.2s linear;
}

.ast-page-builder-template .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

.ast-page-builder-template .site-content #primary {
  padding: 0;
  margin: 0;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
  margin-top: 0;
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
  margin-top: 0;
  margin-bottom: 0;
}

.ast-page-builder-template .entry-header {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ast-small-footer {
  color: #d3d3d3;
}

.ast-small-footer > .ast-footer-overlay {
  background-color: #191919;
}

@media (max-width: 921px) {
  #primary {
    padding: 1.5em 0;
    margin: 0;
  }
}
.elementor-widget-heading h2.elementor-heading-title {
  line-height: 1.25em;
}

.elementor-widget-heading h3.elementor-heading-title {
  line-height: 1.2em;
}

.elementor-widget-heading h4.elementor-heading-title {
  line-height: 1.2em;
}

.menu-toggle, button, .ast-custom-button {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #ffffff;
  border-color: #ffce55;
  background-color: #ffce55;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1em;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

button:focus, .menu-toggle:hover, button:hover, .ast-custom-button:hover {
  color: #ffffff;
  background-color: #6ec1e4;
  border-color: #6ec1e4;
}

@media (min-width: 544px) {
  .ast-container {
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .site-branding img, .site-header .site-logo-img .custom-logo-link img {
    max-width: 100%;
  }
}
.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1;
}

.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
}

.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button:hover {
  color: #ffffff;
  background-color: #ffce55;
}

@media (max-width: 921px) {
  .site-title {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
  }
  .site-header .site-description {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
  }
  h2, .entry-content h2 {
    font-size: 25px;
  }
  h3, .entry-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 544px) {
  body, button, .ast-custom-button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .site-title {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
  }
  .site-header .site-description {
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
  }
  h2, .entry-content h2 {
    font-size: 24px;
  }
  h3, .entry-content h3 {
    font-size: 20px;
  }
  h4, .entry-content h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  h5, .entry-content h5 {
    font-size: 16px;
    font-size: 1rem;
  }
  header .custom-logo-link img {
    max-width: 0px;
  }
}
@media (max-width: 921px) {
  html {
    font-size: 91.2%;
  }
}
@media (max-width: 544px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 922px) {
  .ast-container {
    max-width: 1240px;
  }
}
@media (max-width: 921px) {
  .main-header-bar .main-header-bar-navigation {
    display: none;
  }
}
.ast-desktop .main-header-menu.submenu-with-border .sub-menu {
  border-color: rgba(255, 255, 255, 0);
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu {
  border-top-width: 2px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}

.ast-small-footer {
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: #7a7a7a;
}

.ast-small-footer-wrap {
  text-align: center;
}

.button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.button-custom-menu-item .ast-custom-button-link .ast-custom-button:hover {
  transition: all 0.1s ease-in-out;
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
  display: none;
}

:root {
  --ast-global-color-0:#0170B9;
  --ast-global-color-1:#3a3a3a;
  --ast-global-color-2:#3a3a3a;
  --ast-global-color-3:#4B4F58;
  --ast-global-color-4:#F5F5F5;
  --ast-global-color-5:#FFFFFF;
  --ast-global-color-6:#E5E5E5;
  --ast-global-color-7:#424242;
  --ast-global-color-8:#000000;
}

:root {
  --ast-border-color:#dddddd;
}

#masthead .ast-container {
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 921px) {
  #masthead .ast-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.button-custom-menu-item .ast-custom-button-link .ast-custom-button:hover {
  transition: all 0.1s ease-in-out;
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
  display: none;
}

:root {
  --ast-global-color-0:#0170B9;
  --ast-global-color-1:#3a3a3a;
  --ast-global-color-2:#3a3a3a;
  --ast-global-color-3:#4B4F58;
  --ast-global-color-4:#F5F5F5;
  --ast-global-color-5:#FFFFFF;
  --ast-global-color-6:#E5E5E5;
  --ast-global-color-7:#424242;
  --ast-global-color-8:#000000;
}

:root {
  --ast-border-color:#dddddd;
}

#masthead .ast-container {
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 921px) {
  #masthead .ast-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5 {
  color: var(--ast-global-color-2);
}

.elementor-widget-heading .elementor-heading-title {
  margin: 0;
}

.elementor-page .ast-menu-toggle {
  color: unset !important;
  background: unset !important;
}

@media (min-width: 922px) {
  .main-header-bar {
    border-bottom-width: 0px;
  }
}
.main-header-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items {
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-header-menu > .menu-item > .menu-link {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -js-display: flex;
  display: flex;
}

.header-main-layout-1 .ast-flex.main-header-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.6rem;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
}

:root {
  --e-global-color-astglobalcolor0:#0170B9;
  --e-global-color-astglobalcolor1:#3a3a3a;
  --e-global-color-astglobalcolor2:#3a3a3a;
  --e-global-color-astglobalcolor3:#4B4F58;
  --e-global-color-astglobalcolor4:#F5F5F5;
  --e-global-color-astglobalcolor5:#FFFFFF;
  --e-global-color-astglobalcolor6:#E5E5E5;
  --e-global-color-astglobalcolor7:#424242;
  --e-global-color-astglobalcolor8:#000000;
}

/*! CSS Used from: https://www.spektakelteatern.se/wp-content/themes/astra/assets/css/minified/menu-animation.min.css?ver=4.1.2 ; media=all */
@media all {
  .ast-desktop .astra-menu-animation-slide-down > .menu-item > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5em);
    transition: visibility 0.2s ease, transform 0.2s ease;
  }
  .ast-desktop .astra-menu-animation-slide-down > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }
}
/*! CSS Used from: https://www.spektakelteatern.se/wp-includes/css/dist/block-library/style.min.css?ver=6.2.1 ; media=all */
/*! CSS Used from: Embedded */
body {
  --wp--preset--color--black:#000000;
  --wp--preset--color--cyan-bluish-gray:#abb8c3;
  --wp--preset--color--white:#ffffff;
  --wp--preset--color--pale-pink:#f78da7;
  --wp--preset--color--vivid-red:#cf2e2e;
  --wp--preset--color--luminous-vivid-orange:#ff6900;
  --wp--preset--color--luminous-vivid-amber:#fcb900;
  --wp--preset--color--light-green-cyan:#7bdcb5;
  --wp--preset--color--vivid-green-cyan:#00d084;
  --wp--preset--color--pale-cyan-blue:#8ed1fc;
  --wp--preset--color--vivid-cyan-blue:#0693e3;
  --wp--preset--color--vivid-purple:#9b51e0;
  --wp--preset--color--ast-global-color-0:var(--ast-global-color-0);
  --wp--preset--color--ast-global-color-1:var(--ast-global-color-1);
  --wp--preset--color--ast-global-color-2:var(--ast-global-color-2);
  --wp--preset--color--ast-global-color-3:var(--ast-global-color-3);
  --wp--preset--color--ast-global-color-4:var(--ast-global-color-4);
  --wp--preset--color--ast-global-color-5:var(--ast-global-color-5);
  --wp--preset--color--ast-global-color-6:var(--ast-global-color-6);
  --wp--preset--color--ast-global-color-7:var(--ast-global-color-7);
  --wp--preset--color--ast-global-color-8:var(--ast-global-color-8);
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--duotone--dark-grayscale:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-blue-red");
  --wp--preset--duotone--midnight:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange:url("https://www.spektakelteatern.se/ochlikvalrorhonsig/#wp-duotone-blue-orange");
  --wp--preset--font-size--small:13px;
  --wp--preset--font-size--medium:20px;
  --wp--preset--font-size--large:36px;
  --wp--preset--font-size--x-large:42px;
  --wp--preset--spacing--20:0.44rem;
  --wp--preset--spacing--30:0.67rem;
  --wp--preset--spacing--40:1rem;
  --wp--preset--spacing--50:1.5rem;
  --wp--preset--spacing--60:2.25rem;
  --wp--preset--spacing--70:3.38rem;
  --wp--preset--spacing--80:5.06rem;
  --wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1);
}

body {
  margin: 0;
  --wp--style--global--content-size:var(--wp--custom--ast-content-width-size);
  --wp--style--global--wide-size:var(--wp--custom--ast-wide-width-size);
}

body {
  --wp--style--block-gap:24px;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/*! CSS Used from: https://www.spektakelteatern.se/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.12.1 ; media=all */
@media all {
  .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
    padding: 10px;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }
}
/*! CSS Used from: https://www.spektakelteatern.se/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.12.1 ; media=all */
@media all {
  .screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
  }
  .elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
  }
  .elementor a {
    box-shadow: none;
    text-decoration: none;
  }
  .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%;
  }
  .elementor-element {
    --flex-direction:initial;
    --flex-wrap:initial;
    --justify-content:initial;
    --align-items:initial;
    --align-content:initial;
    --gap:initial;
    --flex-basis:initial;
    --flex-grow:initial;
    --flex-shrink:initial;
    --order:initial;
    --align-self:initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
  }
  :root {
    --page-title-display:block;
  }
  .elementor-section {
    position: relative;
  }
  .elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
@media all {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
  }
  .elementor-row {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .elementor-row {
    flex-wrap: wrap;
  }
}
@media all {
  .elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
  }
  .elementor-widget-wrap > .elementor-element {
    width: 100%;
  }
  .elementor-widget {
    position: relative;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 20px;
  }
  .elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
  }
  .elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex;
  }
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-20 {
    width: 20%;
  }
  .elementor-column.elementor-col-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-col-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }
}
@media all {
  .elementor-element .elementor-widget-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
  }
  .elementor-element {
    --swiper-theme-color:#000;
    --swiper-navigation-size:44px;
    --swiper-pagination-bullet-size:6px;
    --swiper-pagination-bullet-horizontal-gap:6px;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media all {
  .elementor-widget-divider {
    --divider-border-style:none;
    --divider-border-width:1px;
    --divider-color:#0c0d0e;
    --divider-icon-size:20px;
    --divider-element-spacing:10px;
    --divider-pattern-height:24px;
    --divider-pattern-size:20px;
    --divider-pattern-url:none;
    --divider-pattern-repeat:repeat-x;
  }
  .elementor-widget-divider .elementor-divider {
    display: flex;
  }
  .elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr;
  }
  .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  }
  .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .elementor-widget-image {
    text-align: center;
  }
  .elementor-widget-image a {
    display: inline-block;
  }
  .elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
  }
}
/*! CSS Used from: https://www.spektakelteatern.se/wp-content/uploads/elementor/css/post-1164.css?ver=1680543664 ; media=all */
@media all {
  .elementor-kit-1164 {
    --e-global-color-primary:#6EC1E4;
    --e-global-color-secondary:#54595F;
    --e-global-color-text:#7A7A7A;
    --e-global-color-accent:#61CE70;
    --e-global-typography-primary-font-family:"Roboto";
    --e-global-typography-primary-font-weight:600;
    --e-global-typography-secondary-font-family:"Roboto Slab";
    --e-global-typography-secondary-font-weight:400;
    --e-global-typography-text-font-family:"Roboto";
    --e-global-typography-text-font-weight:400;
    --e-global-typography-accent-font-family:"Roboto";
    --e-global-typography-accent-font-weight:500;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 20px;
  }
  .elementor-element {
    --widgets-spacing:20px;
  }
}
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
}
/*! CSS Used from: https://www.spektakelteatern.se/wp-content/uploads/elementor/css/post-2404.css?ver=1682417562 ; media=all */
@media all {
  .elementor-2404 .elementor-element.elementor-element-13d19de5:not(.elementor-motion-effects-element-type-background) {
    background-image: url("../site/poster.jpg");
    background-position: 0px -519px;
    background-size: cover;
  }
  .elementor-2404 .elementor-element.elementor-element-13d19de5 > .elementor-background-overlay {
    background-color: #040219;
    opacity: 0.55;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }
  .elementor-2404 .elementor-element.elementor-element-13d19de5 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 36% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-2b51d765 > .elementor-element-populated {
    margin: -35% 0% 20% 0%;
    --e-column-margin-right:0%;
    --e-column-margin-left:0%;
  }
  .elementor-2404 .elementor-element.elementor-element-2b51d765 > .elementor-element-populated > .elementor-widget-wrap {
    padding: 0% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-57f9962e {
    text-align: center;
  }
  .elementor-2404 .elementor-element.elementor-element-57f9962e .elementor-heading-title {
    color: #ffffff;
    font-family: "Vidaloka", Sans-serif;
    font-size: 39px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 1.4px;
  }
  .elementor-2404 .elementor-element.elementor-element-57f9962e > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-1149e2de {
    --divider-border-style:solid;
    --divider-color:#FFCE55;
    --divider-border-width:2px;
  }
  .elementor-2404 .elementor-element.elementor-element-1149e2de .elementor-divider-separator {
    width: 8%;
    margin: 0 auto;
    margin-center: 0;
  }
  .elementor-2404 .elementor-element.elementor-element-1149e2de .elementor-divider {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-1149e2de > .elementor-widget-container {
    margin: -6px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-679cdd2e {
    text-align: center;
  }
  .elementor-2404 .elementor-element.elementor-element-679cdd2e > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-19f087ee {
    text-align: center;
  }
  .elementor-2404 .elementor-element.elementor-element-19f087ee .elementor-heading-title {
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    font-style: italic;
    line-height: 0.1em;
    letter-spacing: 1.5px;
  }
  .elementor-2404 .elementor-element.elementor-element-19f087ee > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-183292c5 {
    margin-top: 4%;
    margin-bottom: 0%;
    padding: 0px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-1d6dd2d2 .elementor-heading-title {
    font-size: 27px;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 {
    --divider-border-style:solid;
    --divider-color:#FFCE55;
    --divider-border-width:4px;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 .elementor-divider-separator {
    width: 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 .elementor-divider {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 > .elementor-widget-container {
    margin: -3% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-565d00e2 > .elementor-widget-container {
    margin: -15px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-a0c7e29 {
    width: var(--container-widget-width, 55.625%);
    max-width: 55.625%;
    --container-widget-width:55.625%;
    --container-widget-flex-grow:0;
  }
  .elementor-2404 .elementor-element.elementor-element-58e53aae {
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 4% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 {
    --divider-border-style:solid;
    --divider-color:#FFCE55;
    --divider-border-width:4px;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 .elementor-divider-separator {
    width: 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 .elementor-divider {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 > .elementor-widget-container {
    margin: -3% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-183b5a43 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
  }
  .elementor-2404 .elementor-element.elementor-element-183b5a43 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0% 5% 4% 5%;
  }
  .elementor-2404 .elementor-element.elementor-element-4e368aab:hover img {
    opacity: 1;
  }
  .elementor-2404 .elementor-element.elementor-element-4e368aab img {
    transition-duration: 0.2s;
  }
  .elementor-2404 .elementor-element.elementor-element-7849e8dd {
    text-align: center;
  }
  .elementor-2404 .elementor-element.elementor-element-7849e8dd > .elementor-widget-container {
    padding: 66px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  .elementor-2404 .elementor-element.elementor-element-8877991 {
    width: 10%;
  }
  .elementor-2404 .elementor-element.elementor-element-2b51d765 {
    width: 79.332%;
  }
  .elementor-2404 .elementor-element.elementor-element-21698ce1 {
    width: 10%;
  }
}
@media (max-width: 1024px) {
  .elementor-2404 .elementor-element.elementor-element-13d19de5:not(.elementor-motion-effects-element-type-background) {
    background-size: cover;
  }
  .elementor-2404 .elementor-element.elementor-element-13d19de5 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-2b51d765 > .elementor-element-populated {
    margin: -4% 0% 5% 0%;
    --e-column-margin-right:0%;
    --e-column-margin-left:0%;
  }
  .elementor-2404 .elementor-element.elementor-element-57f9962e .elementor-heading-title {
    font-size: 28px;
  }
  .elementor-2404 .elementor-element.elementor-element-1149e2de .elementor-divider-separator {
    width: 12%;
  }
  .elementor-2404 .elementor-element.elementor-element-679cdd2e .elementor-heading-title {
    font-size: 60px;
  }
  .elementor-2404 .elementor-element.elementor-element-19f087ee .elementor-heading-title {
    font-size: 28px;
  }
  .elementor-2404 .elementor-element.elementor-element-183292c5 {
    padding: 0px 100px 0px 100px;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 .elementor-divider-separator {
    width: 9%;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 > .elementor-widget-container {
    margin: -7% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-58e53aae {
    padding: 0px 100px 0px 100px;
  }
  .elementor-2404 .elementor-element.elementor-element-297e874f > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 .elementor-divider-separator {
    width: 9%;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 > .elementor-widget-container {
    margin: -7% 0% 0% 0%;
  }
}
@media (max-width: 767px) {
  .elementor-2404 .elementor-element.elementor-element-13d19de5:not(.elementor-motion-effects-element-type-background) {
    background-size: cover;
  }
  .elementor-2404 .elementor-element.elementor-element-13d19de5 {
    padding: 3% 0% 3% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-57f9962e .elementor-heading-title {
    font-size: 20px;
  }
  .elementor-2404 .elementor-element.elementor-element-679cdd2e .elementor-heading-title {
    font-size: 30px;
  }
  .elementor-2404 .elementor-element.elementor-element-679cdd2e > .elementor-widget-container {
    padding: 0% 0% 0% 0%;
  }
  .elementor-2404 .elementor-element.elementor-element-19f087ee .elementor-heading-title {
    font-size: 20px;
  }
  .elementor-2404 .elementor-element.elementor-element-183292c5 {
    padding: 20px 20px 20px 20px;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 .elementor-divider-separator {
    width: 20%;
  }
  .elementor-2404 .elementor-element.elementor-element-4aed3b44 > .elementor-widget-container {
    margin: -15% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-565d00e2 {
    font-size: 14px;
  }
  .elementor-2404 .elementor-element.elementor-element-565d00e2 > .elementor-widget-container {
    margin: -10% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
  }
  .elementor-2404 .elementor-element.elementor-element-58e53aae {
    padding: 20px 20px 20px 20px;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 .elementor-divider-separator {
    width: 20%;
  }
  .elementor-2404 .elementor-element.elementor-element-7a45dc1 > .elementor-widget-container {
    margin: -15% 0% 0% 0%;
  }
}
.elementor-element.elementor-element-6b7148c3 .elementor-heading-title {
  color: #FFFFFF;
  font-family: "Annie Use Your Telescope", Sans-serif;
  font-size: 93px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.9px;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: -1px -3px 0px rgba(255, 206, 85, 0.99);
}

.elementor-2404 .elementor-element.elementor-element-2b51d765 {
  width: 100%;
}

.elementor-container {
  max-width: 1245px;
}

/***********************************************************/
/*
.kiosk_event_banner_container, #event_scrollbox_container, #kiosk_content {
	margin: 30px auto 0px auto;

}
*/
.kioskwrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
}

.kiosk_event_banner_container, .kiosk_content *, .venue_dialog * {
  box-sizing: content-box;
}

.kiosk_content select {
  box-sizing: border-box;
}

.kiosk_eventlist_widget {
  width: 300px;
}

.kiosk_event_banner_container, #event_scrollbox_container, #kiosk_content {
  margin-left: 350px;
}

@media screen and (max-width: 950px) {
  .kiosk_eventlist_widget {
    display: none;
  }
  #event_scrollbox_container {
    margin-left: 0px;
  }
  #kiosk_content, .kiosk_event_banner_container {
    margin-left: 0px;
  }
  .wrapper {
    width: 640px;
  }
}
