/*$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: #333;
  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: white;
}

.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: 2;
}
.match_sponsor_banner_container #match_sponsor_logo {
  width: 200px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.match_sponsor_banner_container #match_sponsor_banner_blur_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.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: white;
  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;
  width: 130px;
  height: 55px;
}

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: #333;
  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;
}
.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: #333;
  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: white;
}

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

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

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

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

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

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

.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: 0px;
  margin-top: 0px;
  width: 644px;
  color: white;
}

#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: 0px;
  width: 740px;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  font: 13px arial;
  color: white;
  padding-bottom: 20px;
}

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

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

#sidebar {
  position: absolute;
  margin-top: 11px;
  margin-left: 660px;
}

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

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

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

#bk_content_inner {
  padding: 14px 0px 25px 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 white;
  color: white;
  width: 67px;
  padding-bottom: 4px;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 3px;
}

#bk_share_title {
  width: auto;
  border-bottom: 1px solid white;
  color: white;
  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 #777;
  padding: 10px;
  font: 12px arial;
  color: #ddd;
  background: none;
}

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

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

.footer {
  width: 643px;
  text-align: right;
  color: white;
  font: 11px arial;
  margin-top: 2px;
}

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

#bk_content_bg {
  background: url("../images/bottom.png") left bottom no-repeat;
  padding-bottom: 21px;
}

.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: #333;
  border: none;
  color: white;
  border-radius: 4px;
  margin-bottom: 40px;
  /*	background: #a26340;
  	border: 1px solid #9c5127*/
}

span.event_title {
  color: white;
  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: #ddd;
}

.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: white;
  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 #333;
  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: 110px 0px 0px 0px;
  width: 280px;
  padding-left: 0px;
  padding-bottom: 30px;
  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: red;
  border-bottom: 4px solid red;
  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: 22px;
  width: 601px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

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

#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: relative;
  margin-left: 0px;
  margin-top: 10px;
  padding-bottom: 15px;
}

.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;
}

/*
 Theme Name: SoundWave
 Theme URI: http://soundwave.wizedesign.com
 Description: SoundWave Wordpress Theme
 Author: wizedesign
 Author URI:  http://wizedesign.com
 Version: 1.5
 Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, sticky-post, theme-options
 License: GNU GENERAL PUBLIC LICENSE
 License URI: http://themeforest.net/licenses/regular_extended

 -------------------------------------------
      01. CSS RESET
      02. MISC
      03. GENERAL
      04. LAYOUT
      05. NAVIGATION
      06. WIDGETS
      07. FOOTER & SOCIAL MEDIA
      08. PAGINATION
      09. PLAYER
      10. COMMENTS
      11. CONTACT   
      12. WORDPRESS CORE
 -------------------------------------------
 */
/* -------------------------------------------
   01. CSS RESET
  ------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  /*, table, caption, tbody, tfoot, thead, tr, th, td {*/
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
  font-family: inherit;
  outline: 0;
  border: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

some_nowhitespace {
  nowhitespace: afterproperty;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* -------------------------------------------
    02. MISC
   ------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

.wz-last {
  margin-bottom: 15px;
  margin-right: 15px;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.hide {
  display: none;
}

/* -------------------------------------------
    03. GENERAL
   ------------------------------------------- */
body {
  color: #1d1d1b;
  font-size: 14px;
  line-height: 20px;
  background: #111;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.25;
  word-wrap: break-word;
  color: #1d1d1b;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

a img {
  border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
  color: #252525;
}

em {
  font-style: italic;
}

p, ul, ol, pre, code {
  margin-bottom: 10px;
}

p.last {
  margin-bottom: 0;
}

ul {
  list-style-type: circle;
  list-style-position: inside;
}

pre, code {
  font-family: monospace;
  background-color: #f5f5f5;
  border-left-width: 5px;
  border: 1px solid #efefef;
  display: block;
  padding: 10px;
  font-size: 11px;
}

.title-head {
  margin-bottom: -5px;
}

.title-head h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  padding: 5px 0px 5px 0px;
  line-height: 34px;
}

.title-page {
  margin-bottom: -5px;
}

.title-page h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  padding: 5px 0px 5px 0px;
  line-height: 34px;
}

.title-home {
  float: left;
  margin-bottom: -5px;
}

.title-home h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  padding: 5px 0px 5px 0px;
  float: left;
  line-height: 34px;
}

.single-col, #searchinput, #footer #searchinput, #comment, #author, #email, #url, #commentsText, form#contact input, span.page-of, .wp-caption, .atsng-col, .mxpage-col, .content-page-full, .content-page, .vdwdg, .evftr-date, .widgets-col, .widgets-col-player, .phwdg, .flkwdg, .vdwdg, .blogroll, .widget_meta ul, .textwidget, #recentcomments, .widget_recent_entries ul, .widget_archive ul, .tagcloud, .widget_categories ul, .widget_pages ul, .widget_nav_menu ul, .tweets_list ul, #calendar_wrap, .widget_calendar tbody > tr > td, .phsng, .adpage, .phpage, .vdpage, .adsng-col, .single-comment, .bl1page-col, .blsty2-arc, .contactpage, .content-shr, .bl1shr-col, .bl2page-col, .adshr-col, .vdshr-col, .phshr-col, .blog-home-half, .ev1page-col, .bl2shr-col, .ev1shr-col, .ev2shr-col, .ev2page-col, .ev3page {
  background: #fff;
}

.ev2shr-col .ev2shr-week, .ev2page-col .ev2page-week, .ev3page .ev3page-week, .button-send#submitmail, ul.fap-my-playlist li, p.form-submit input#submit, #search-button, .evftr-date, a, #wizemenu > ul ul, .adshr-info, .vdshr-info, .phshr-info, .vdwdg-info, .adpage-info, .phpage-info, .vdpage-info, #footer-ls-col .facebook, #footer-ls-col .lastfm, #footer-ls-col .flickr, #footer-ls-col .digg, #footer-ls-col .vk, #footer-ls-col .google, #footer-ls-col .pinterest, #footer-ls-col .amazon, #footer-ls-col .mixcloud, #footer-ls-col .instagram, #footer-ls-col .tumblr, #footer-ls-col .soundcloud, #footer-ls-col .twitter, #footer-ls-col .vimeo, #footer-ls-col .beatport, #footer-ls-col .youtube, #footer-ls-col .myspace {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.widgets-col, .tweets_list, .widgets-col-player, .phwdg, .flkwdg, .vdwdg, .blogroll, .widget_meta ul, .textwidget, #recentcomments, .widget_recent_entries ul, .widget_archive ul, .tagcloud, .widget_categories ul, .widget_pages ul, .widget_nav_menu ul, #calendar_wrap, .widget_calendar tbody > tr > td {
  margin-top: 49px;
}

.wz-hover .atsng-link:hover, .wz-hover .atsng-zoom:hover, .wz-hover .atpage2-link:hover, .evsng-hover-tickets a:hover, .wz-hover .adsng-link:hover, .wz-hover .adsng-zoom:hover, .wz-hover .phpage1-link:hover, .wz-hover .phpage2-link:hover, .wz-hover .vdpage1-link:hover, .wz-hover .vdpage2-link:hover, .wz-hover .atpage1-link:hover, .wz-hover .atpage1-link:hover, .wz-hover .phpage1-zoom:hover, .wz-hover .vdpage1-zoom:hover, .wz-hover .vdwdg1-zoom:hover, .wz-hover .atpage1-zoom:hover, .wz-hover .phpage2-zoom:hover, .wz-hover .vdpage2-zoom:hover, .wz-hover .vdwdg2-zoom:hover, .wz-hover .atpage2-zoom:hover, .wz-hover .adpage1-link:hover, .wz-hover .adpage1-zoom:hover, .wz-hover .adpage2-link:hover, .wz-hover .adpage2-zoom:hover, .wz-hover .bl1page-link:hover, .wz-hover .bl1page-zoom:hover, .wz-hover .evsng-link:hover, .wz-hover .evsng-zoom:hover, .wz-hover .ev2shr-zoom:hover, .wz-hover .ev2page-zoom:hover, .wz-hover .ev2shr-link:hover, .wz-hover .ev2page-link:hover, .wz-hover .ev1shr-link:hover, .wz-hover .ev1page-link:hover, .wz-hover .ev1shr-zoom:hover, .wz-hover .ev1page-zoom:hover, .ev1shr-tickets a:hover, .ev1page-tickets a:hover, .wz-hover .adpage-zoom:hover, .wz-hover .adpage-link:hover, .wz-hover .phpage-link:hover, .wz-hover .vdpage-link:hover, .wz-hover .phpage-zoom:hover, .wz-hover .vdpage-zoom:hover, .wz-hover .vdwdg-zoom:hover, .wz-hover .bl1shr-zoom:hover, .wz-hover .bl2shr-zoom:hover, .wz-hover .bl2page-zoom:hover, .wz-hover .bl1shr-link:hover, .wz-hover .bl2shr-link:hover, .wz-hover .bl2page-link:hover, .wz-hover .vdshr-zoom:hover, .wz-hover .phshr-zoom:hover, .wz-hover .atshr-link:hover, .wz-hover .phshr-link:hover, .wz-hover .vdshr-link:hover, .wz-hover .adshr-link:hover, .wz-hover .adshr-zoom:hover, .wz-hover .vdwdg-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* -------------------------------------------
    04. LAYOUT
   ------------------------------------------- */
.wrap {
  background: url("../site/bg-trans.png");
  width: 1015px;
  margin: 0px auto;
  padding: 20px 20px 20px 20px;
  margin-bottom: 50px;
}

#header {
  width: 1015px;
  height: 100px;
  margin: 0px auto 109px auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../site/bg-trans.png");
}

.header-row {
  width: 1025px;
  margin: 0 auto 0 auto;
}

#logo {
  float: left;
  width: 300px;
  margin-top: 0px;
}

.content-404 h4 {
  color: #fff;
}

#llcontent {
  margin-top: -7px;
}

.home-width {
  width: 700px;
}

.sidebar-left {
  float: left;
}

.sidebar-right {
  float: right;
}

.home-shr {
  margin-bottom: 23px;
  display: block;
  clear: both;
}

.home-shr.last {
  margin-bottom: 0px;
  display: block;
  clear: both;
}

.col-right-media {
  float: right;
  margin-right: 5px;
}

.contactpage {
  width: 665px;
  padding: 15px 15px 0px 15px;
}

.col-right {
  float: right;
}

.content-page {
  width: 665px;
  display: inline-block;
  padding: 15px;
}

.content-page-full {
  display: inline-block;
  padding: 15px;
  width: 985px;
}

.col-left, .col-left-home, .col-left-media {
  float: left;
}

.col-left-home p, .col-right-home p {
  margin-bottom: 0px;
}

.col-right-home {
  float: right;
}

.col-right-single {
  float: right;
  width: 695px;
}

.col-left-single {
  float: left;
  width: 695px;
}

.single-col {
  margin-bottom: 5px;
  width: 665px;
  padding: 15px;
}

.single-comment {
  width: 665px;
  padding: 15px 15px 5px 15px;
}

.wz-media {
  width: 1000px;
}

.wz-last {
  margin-bottom: 15px;
  margin-right: 15px;
}

.wz-hover .bg {
  height: 100%;
  width: 100%;
  text-align: center;
}

.adpage, .phpage, .vdpage {
  float: left;
  width: 985px;
  padding: 15px 15px 0px 15px;
  overflow: hidden;
}

.adpage1-col, .phpage1-col, .vdpage1-col, .atpage1-col {
  float: left;
  width: 235px;
  background: #eeeeee;
}

.adpage2-col, .phpage2-col, .vdpage2-col, .atpage2-col {
  float: left;
  width: 318px;
  background: #eeeeee;
}

.adshr-info, .vdshr-info, .phshr-info, .adpage-info, .phpage-info, .vdpage-info {
  background: #eee;
  padding: 5px 5px 5px 10px;
  border-bottom: 3px solid #bbbbbb;
}

.adshr-title, .vdshr-title, .phshr-title, .adpage-title, .phpage-title, .vdpage-title {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 600;
  height: 21px;
  overflow: hidden;
}

.adshr-des, .vdshr-des, .phshr-des, .adpage-des, .phpage-des, .vdpage-des {
  color: #1d1d1b;
  margin-top: 3px;
  font-size: 13px;
  height: 19px;
  overflow: hidden;
}

.phpage1-cover, .vdpage1-cover, .atpage1-cover {
  width: 235px;
  height: 155px;
  position: relative;
  overflow: hidden;
}

.phpage2-cover, .vdpage2-cover, .atpage2-cover {
  width: 318px;
  height: 210px;
  position: relative;
  overflow: hidden;
}

.wz-hover .phpage1-zoom, .wz-hover .vdpage1-zoom, .wz-hover .vdwdg1-zoom, .wz-hover .atpage1-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 55px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

.wz-hover .phpage2-zoom, .wz-hover .vdpage2-zoom, .wz-hover .vdwdg2-zoom, .wz-hover .atpage2-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 82px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

p.bl1shr-user, p.bl2shr-user, p.bl1page-user, p.bl2page-user {
  background: url("images/blog-user.png") no-repeat;
  color: #1b1b1b;
  margin-right: 5px;
  padding-left: 28px;
  padding-right: 10px;
  float: left;
  line-height: 27px;
}

p.bl1shr-date, p.bl2shr-date, p.bl1page-date, p.bl2page-date {
  background: url("images/blog-data.png") no-repeat;
  color: #1b1b1b;
  margin-right: 5px;
  padding-left: 28px;
  padding-right: 10px;
  float: left;
  line-height: 27px;
}

p.bl1shr-comment, p.bl1page-comment, p.bl2page-comment {
  background: url("images/blog-com.png") no-repeat;
  color: #1b1b1b;
  margin-right: 5px;
  padding-left: 28px;
  padding-right: 10px;
  float: left;
  line-height: 27px;
}

p.bl1shr-comment a, p.bl1page-comment a, p.bl2page-comment a {
  color: #1b1b1b;
}

.adshr-fix, .vdshr-fix, .phshr-fix {
  float: left;
  width: 212px;
}

.adshr-col, .vdshr-col, .phshr-col {
  margin-bottom: 5px;
  width: 665px;
  padding: 15px 15px 0px 15px;
  float: left;
}

.vdshr-cover, .phshr-cover {
  width: 212px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.wz-hover .vdshr-zoom, .wz-hover .phshr-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 47px 0px 0 0px;
  margin-left: 10px;
  width: 45px;
  height: 45px;
}

/* --- blog --- */
.bl1page {
  width: 690px;
}

.bl1page-col {
  margin-bottom: 5px;
  float: left;
  width: 665px;
  padding: 15px 15px 10px 15px;
}

.bl1page-col.last {
  margin-bottom: 0px;
}

.bl1page-cover {
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.wz-hover .bl1page-link {
  display: inline-block;
  background: url("images/blog-link.png");
  text-decoration: none;
  margin: 102px 0px 0 0px;
  margin-left: 0px;
  width: 45px;
  height: 45px;
}

.wz-hover .bl1page-zoom {
  display: inline-block;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 102px 0px 0 0px;
  margin-left: 8px;
  width: 45px;
  height: 45px;
}

h2.blog-title, h2.bl1page-title {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 7px;
  margin-top: 7px;
  font-size: 22px;
}

h2.blog-title a, h2.bl1page-title a {
  color: #1b1b1b;
}

.bl1page-info {
  top: 5px;
  position: relative;
  margin-left: -5px;
}

.bl1page-more a {
  top: 2px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
}

.bl1page-more a:hover {
  background: #000;
}

.bl2page {
  width: 690px;
}

.bl2page-col {
  margin-bottom: 5px;
  float: left;
  width: 665px;
  padding: 15px 15px 5px 15px;
}

.bl2page-col.last {
  margin-bottom: 0px;
}

.bl1shr-cover, .bl2page-cover {
  margin-right: 15px;
  float: left;
  width: 250px;
  height: 170px;
  position: relative;
  overflow: hidden;
}

.wz-hover .bl1shr-link, .wz-hover .bl2shr-link, .wz-hover .bl2page-link {
  display: inline-block;
  background: url("images/blog-link.png");
  text-decoration: none;
  margin: 62px 0px 0 0px;
  margin-left: 0px;
  width: 45px;
  height: 45px;
}

.wz-hover .bl1shr-zoom, .wz-hover .bl2page-zoom {
  display: inline-block;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 62px 0px 0 0px;
  margin-left: 8px;
  width: 45px;
  height: 45px;
}

h2.bl1shr-title, h2.bl2page-title {
  font-size: 20px;
}

h2.bl1shr-title a, h2.bl2page-title a {
  font-weight: 600;
  margin-bottom: -10px;
  color: #1b1b1b;
}

.bl1shr-text, .bl2shr-text, .bl2page-text {
  margin-top: -3px;
}

.bl2page-info {
  margin-top: 1px;
  float: left;
  display: block;
  margin-left: -5px;
}

.blog-cover {
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.blog-arc-info {
  top: 5px;
  position: relative;
  margin-left: -5px;
}

.bl1shr-col {
  margin-bottom: 5px;
  float: left;
  width: 665px;
  padding: 15px;
}

.bl1shr-info {
  margin-top: 11px;
  float: left;
  display: block;
  margin-left: -5px;
}

.bl2shr-col {
  margin-bottom: 0px;
  float: left;
  width: 315px;
  padding: 15px 15px 11px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.bl2shr-cover {
  margin-right: 15px;
  float: left;
  width: 315px;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

.wz-hover .bl2shr-zoom {
  display: inline-block;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 62px 0px 0 0px;
  margin-left: 8px;
  width: 45px;
  height: 45px;
}

h2.bl2shr-title {
  font-size: 18px;
}

h2.bl2shr-title a {
  font-weight: 600;
  margin-bottom: -10px;
  color: #1b1b1b;
}

.bl2shr-info {
  margin-top: 10px;
  margin-left: -5px;
}

/* --- event --- */
.col-full-media .ev1page {
  width: 1015px;
}

.col-full-media .home-width {
  width: 1055px;
}

.col-full-media .ev1page-col {
  float: left;
  width: 305px;
  padding: 15px 15px 15px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 190px;
}

.col-full-media .ev1page-cover {
  margin-right: 10px;
  float: left;
  width: 140px;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.col-full-media .ev1shr-information {
  width: 150px;
  height: 85px;
  margin-top: 0px;
  overflow: hidden;
  margin-left: -10px;
}

.col-full-media .ev1page-data {
  width: 150px;
  height: 85px;
  background: #eee;
  margin-top: 0px;
  margin-left: -10px;
}

.col-full-media .ev1page-cancel {
  display: inline-block;
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  color: #eee;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  position: relative;
  top: 30px;
  cursor: default;
}

.col-full-media .ev1page-tickets a {
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  position: relative;
  top: 30px;
}

.col-full-media .wz-hover .ev1page-link {
  display: inline-block;
  background: url("images/event-link.png");
  text-decoration: none;
  margin: 72px 0px 0 0px;
  margin-left: 0px;
  width: 45px;
  height: 45px;
}

.col-full-media .wz-hover .ev1page-zoom {
  display: inline-block;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 72px 0px 0 0px;
  margin-left: 7px;
  width: 45px;
  height: 45px;
}

.ev1page {
  width: 690px;
}

.ev1page-col {
  float: left;
  width: 315px;
  padding: 15px 15px 15px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 200px;
}

.ev1page-cover {
  margin-right: 10px;
  float: left;
  width: 150px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.wz-hover .ev1shr-link, .wz-hover .ev1page-link {
  display: inline-block;
  background: url("images/event-link.png");
  text-decoration: none;
  margin: 77px 0px 0 0px;
  margin-left: 0px;
  width: 45px;
  height: 45px;
}

.wz-hover .ev1shr-zoom, .wz-hover .ev1page-zoom {
  display: inline-block;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 77px 0px 0 0px;
  margin-left: 7px;
  width: 45px;
  height: 45px;
}

.ev1shr-tickets a, .ev1page-tickets a {
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  position: relative;
  top: 35px;
}

.ev1shr-cancel, .ev1page-cancel {
  display: inline-block;
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  color: #eee;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  position: relative;
  top: 35px;
  cursor: default;
}

.ev1shr-title a, .ev1page-title a {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}

.ev1shr-title, .ev1page-title {
  width: 155px;
  height: 20px;
  overflow: hidden;
}

.ev1shr-info, .ev1page-info {
  position: absolute;
  margin-left: 165px;
}

.ev1shr-information {
  width: 150px;
  height: 85px;
  margin-top: 2px;
  overflow: hidden;
}

.ev1shr-data, .ev1page-data {
  width: 150px;
  height: 85px;
  background: #eee;
  margin-top: 7px;
}

.ev1shr-day, .ev1page-day {
  line-height: 55px;
  text-align: center;
  position: relative;
  font-size: 38px;
  text-transform: uppercase;
}

.ev1shr-week, .ev1page-week {
  text-transform: uppercase;
  top: -3px;
  font-size: 22px;
  position: relative;
  text-align: center;
}

.ev1shr-location, .ev1page-location {
  background: url("images/event-location.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  margin-top: 10px;
  float: left;
  width: 180px;
  height: 16px;
  overflow: hidden;
  color: #1d1d1b;
  position: relative;
}

.ev1shr-venue, .ev1page-venue {
  background: url("images/event-venue.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  margin-top: 10px;
  float: left;
  width: 180px;
  height: 16px;
  overflow: hidden;
  color: #1d1d1b;
  position: relative;
}

.ev1shr-hour, .ev1page-hour {
  background: url("images/event-hour.png") no-repeat;
  line-height: 15px;
  padding-left: 20px;
  margin-top: 10px;
  float: left;
  width: 180px;
  height: 16px;
  overflow: hidden;
  color: #1d1d1b;
  position: relative;
}

.ev2shr-col, .ev2page-col {
  margin-bottom: 5px;
  float: left;
  width: 665px;
  padding: 15px;
}

.ev2shr-cover, .ev2page-cover {
  margin-right: 15px;
  float: left;
  width: 166px;
  height: 166px;
  position: relative;
  overflow: hidden;
}

.ev2page-col.last {
  margin-bottom: 0px;
}

.ev2shr-data, .ev2page-data {
  left: -7px;
  top: 27px;
  float: left;
  width: 75px;
  color: #1d1d1b;
  padding: 10px 1px 0px 6px;
  position: relative;
  text-align: center;
}

.ev2shr-day, .ev2page-day {
  font-size: 54px;
}

.ev2shr-month, .ev2page-month {
  text-transform: uppercase;
  position: relative;
  font-size: 32px;
  margin-top: 24px;
}

.ev2shr-year, .ev2page-year {
  text-transform: uppercase;
  position: relative;
  font-size: 28px;
  margin-top: 14px;
}

.wz-hover .ev2shr-link, .wz-hover .ev2page-link {
  display: inline-block;
  background: url("images/event-link.png");
  text-decoration: none;
  margin: 60px 0px 0 0px;
  margin-left: 0px;
  width: 45px;
  height: 45px;
}

.wz-hover .ev2shr-zoom, .wz-hover .ev2page-zoom {
  display: inline-block;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 60px 0px 0 0px;
  margin-left: 8px;
  width: 45px;
  height: 45px;
}

h2.ev2shr-title, h2.ev2page-title, h2.ev3page-title {
  font-size: 20px;
  margin-top: 0px;
}

h2.ev2shr-title a, h2.ev2page-title a, h2.ev3page-title a {
  font-weight: 600;
  margin-bottom: -10px;
  color: #1b1b1b;
}

.ev2shr-info, .ev2page-info {
  margin-bottom: 38px;
  top: 0px;
  color: #888;
  position: relative;
}

.ev2shr-venue, .ev2page-venue {
  background: url("images/event-venue.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  margin-top: 3px;
  float: left;
  color: #1d1d1b;
  margin-right: 20px;
  overflow: hidden;
  height: 16px;
  width: 180px;
}

.ev2shr-hour, .ev2page-hour {
  background: url("images/event-hour.png") no-repeat;
  line-height: 15px;
  padding-left: 20px;
  margin-top: 3px;
  margin-right: 15px;
  float: left;
  color: #1d1d1b;
}

.ev2page-tickets a {
  margin-top: 3px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
}

.ev2shr-tickets a {
  margin-top: 13px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
}

.ev2shr-tickets a:hover, .ev2page-tickets a:hover, .ev3page-tickets a:hover {
  background: #000;
}

.ev2page-cancel {
  margin-top: 3px;
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  color: #eee;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  cursor: default;
}

.ev2page-week {
  position: relative;
  top: 7px;
  float: right;
  cursor: default;
  font-size: 36px;
  color: #eee;
  text-transform: uppercase;
}

.ev2page {
  width: 690px;
}

.ev3page {
  margin-bottom: 5px;
  float: left;
  width: 665px;
  padding: 15px 15px 8px 15px;
}

.ev3page-past {
  float: left;
  width: 690px;
  margin-top: 23px;
}

.ev3page.last {
  margin-bottom: 0px;
}

.ev3page-data {
  float: left;
  width: 155px;
  height: 75px;
  color: #1b1b1b;
  padding: 5px 0px 0px 0px;
  margin-right: 15px;
  margin-left: 0px;
  text-align: center;
  background: #eee;
}

.ev3page-day {
  top: 8px;
  position: relative;
  font-size: 35px;
  margin-right: 7px;
  text-transform: uppercase;
}

.ev3page-year {
  top: 22px;
  position: relative;
  font-size: 28px;
  text-transform: uppercase;
}

.ev3page-week {
  top: 21px;
  position: relative;
  font-size: 28px;
  text-transform: uppercase;
  float: right;
  color: #eee;
}

.ev3page-tickets a {
  margin-top: 3px;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
}

.ev3page-cancel {
  top: 0px;
  position: relative;
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  color: #eee;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  cursor: default;
}

.ev3page-info {
  margin-bottom: 8px;
  top: 0px;
  color: #888;
  position: relative;
  display: inline-block;
}

.ev3page-venue {
  background: url("images/event-venue.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  margin-top: 0px;
  color: #1d1d1b;
  height: 16px;
  width: 290px;
  overflow: hidden;
}

.ev3page-hour {
  background: url("images/event-hour.png") no-repeat;
  line-height: 15px;
  padding-left: 20px;
  margin-top: 12px;
  color: #1d1d1b;
}

.event-info {
  margin-right: 15px;
  float: left;
}

.evsng-cover {
  width: 180px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.wz-hover .evsng-link {
  display: inline-block;
  background: url("images/event-link.png");
  text-decoration: none;
  margin: 97px 0px 0 0px;
  margin-left: 0px;
  width: 45px;
  height: 45px;
}

.wz-hover .evsng-zoom {
  display: inline-block;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 97px 0px 0 0px;
  margin-left: 8px;
  width: 45px;
  height: 45px;
}

.evsng-hover-tickets a {
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  position: relative;
  top: 55px;
}

.evsng-hover-cancel {
  display: inline-block;
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  color: #eee;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  position: relative;
  top: 55px;
  cursor: default;
}

.event-single-data {
  margin-top: 20px;
  text-align: center;
  width: 180px;
  margin-bottom: 20px;
}

.event-single-day {
  position: relative;
  font-size: 42px;
  display: inline;
}

.event-single-month {
  text-transform: uppercase;
  display: inline;
  position: relative;
  font-size: 42px;
}

.evsng-week {
  text-transform: uppercase;
  width: 180px;
  position: relative;
  font-size: 28px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 16px;
  background: #eee;
  line-height: 40px;
}

.event-single-year {
  text-transform: uppercase;
  font-size: 50px;
}

.event-text {
  float: right;
  width: 470px;
}

.evsng-tickets a {
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px 6px 8px;
}

.evsng-tickets a:hover {
  background: #000;
}

.evsng-out p {
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  color: #eee;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  cursor: default;
}

.evsng-head {
  margin-bottom: 15px;
}

h2.event-title {
  font-size: 24px;
  width: 360px;
}

.evsng-info {
  margin-bottom: 15px;
}

.evsng-info-in {
  font-size: 14px;
  margin-top: 5px;
  cursor: default;
}

.evsng-cell {
  float: left;
  background: #eee;
  padding: 5px 5px 5px 10px;
  width: 100px;
  margin-right: 5px;
  display: inline-block;
}

.evsng-cell-info {
  background: #eee;
  padding: 5px 5px 5px 10px;
  width: 335px;
  display: inline-block;
}

#event-map {
  width: 665px;
  height: 300px;
  display: inline-block;
}

.evsng-map {
  margin-top: 6px;
  display: inline-block;
  text-align: center;
}

.evsng-map-img {
  margin-top: 6px;
  display: inline-block;
  margin-left: 0px;
  background: #eee;
  padding: 15px;
}

.ev1shr-col {
  margin-bottom: 0px;
  float: left;
  width: 315px;
  padding: 15px 15px 15px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 200px;
}

.ev1shr-cover {
  margin-right: 10px;
  float: left;
  width: 150px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.ev2shr-cancel {
  margin-top: 13px;
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  color: #eee;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  cursor: default;
}

.ev2shr-week {
  position: relative;
  top: 17px;
  float: right;
  cursor: default;
  font-size: 40px;
  color: #eee;
  text-transform: uppercase;
}

/* --- audio --- */
.adpage1-cover {
  width: 235px;
  height: 235px;
  position: relative;
  overflow: hidden;
}

.wz-hover .adpage1-link {
  float: left;
  background: url("images/audio-link.png");
  margin: 95px 0px 0 0px;
  margin-left: 68px;
  width: 45px;
  height: 45px;
}

.wz-hover .adpage1-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 95px 0px 0 0px;
  margin-left: 10px;
  width: 45px;
  height: 45px;
}

.adpage2-cover {
  width: 318px;
  height: 318px;
  position: relative;
  overflow: hidden;
}

.wz-hover .adpage2-link {
  float: left;
  background: url("images/audio-link.png");
  margin: 136px 0px 0 0px;
  margin-left: 109px;
  width: 45px;
  height: 45px;
}

.wz-hover .adpage2-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 136px 0px 0 0px;
  margin-left: 10px;
  width: 45px;
  height: 45px;
}

.adsng-col {
  width: 985px;
  padding: 15px;
  overflow: hidden;
}

.adsng-left {
  float: left;
  width: 275px;
}

.adsng-cover {
  width: 275px;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.wz-hover .adsng-link {
  float: left;
  background: url("images/audio-link.png");
  text-decoration: none;
  margin: 115px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 87px;
}

.wz-hover .adsng-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 115px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

.adsng-info {
  margin-top: 10px;
}

.adsng-buy a {
  margin-top: 15px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  margin-right: 5px;
}

.adsng-buy a:hover {
  background: #000;
}

.adsng-text {
  margin-top: -22px;
  float: right;
  width: 695px;
}

.adsng-text li {
  position: relative;
}

.adsng-text li:first-child {
  margin-top: 22px;
}

.adsng-text li a {
  color: #fff;
}

.adsng-text li.playing a {
  color: #fff;
}

.adshr-cover {
  width: 212px;
  height: 212px;
  position: relative;
  overflow: hidden;
}

.wz-hover .adshr-link {
  float: left;
  background: url("images/audio-link.png");
  margin: 83px 0px 0 0px;
  margin-left: 56px;
  width: 45px;
  height: 45px;
}

.wz-hover .adshr-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 83px 0px 0 0px;
  margin-left: 10px;
  width: 45px;
  height: 45px;
}

.adsng-cell {
  float: left;
  background: #eee;
  padding: 5px 5px 5px 10px;
  width: 85px;
  margin-right: 5px;
  display: inline-block;
}

.adsng-cell-info {
  background: #eee;
  padding: 5px 5px 5px 10px;
  width: 155px;
  display: inline-block;
}

/* --- photo --- */
.wz-hover .phpage1-link {
  float: left;
  background: url("images/photo-link.png");
  text-decoration: none;
  margin: 55px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 67px;
}

.wz-hover .phpage2-link {
  float: left;
  background: url("images/photo-link.png");
  text-decoration: none;
  margin: 82px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 109px;
}

.phsng {
  float: left;
  width: 985px;
  padding: 15px 15px 0px 15px;
  overflow: hidden;
}

.phsng-col {
  width: 1015px;
}

.phsng-photo {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 185px;
  height: 185px;
}

.wz-hover .phshr-link {
  float: left;
  background: url("images/photo-link.png");
  margin: 47px 0px 0 0px;
  margin-left: 56px;
  width: 45px;
  height: 45px;
}

.wz-hover .atshr-link {
  float: left;
  background: url("images/artist-link.png");
  margin: 47px 0px 0 0px;
  margin-left: 56px;
  width: 45px;
  height: 45px;
}

/* --- video --- */
.wz-hover .vdpage1-link {
  float: left;
  background: url("images/video-link.png");
  text-decoration: none;
  margin: 55px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 62px;
}

.wz-hover .vdpage2-link {
  float: left;
  background: url("images/video-link.png");
  text-decoration: none;
  margin: 82px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 109px;
}

.wz-hover .vdshr-link {
  float: left;
  background: url("images/video-link.png");
  margin: 47px 0px 0 0px;
  margin-left: 56px;
  width: 45px;
  height: 45px;
}

/* --- artist --- */
.wz-hover .atpage1-link {
  float: left;
  background: url("images/artist-link.png");
  text-decoration: none;
  margin: 55px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 67px;
}

.wz-hover .atpage2-link {
  float: left;
  background: url("images/artist-link.png");
  text-decoration: none;
  margin: 82px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 109px;
}

.atsng-col {
  width: 985px;
  padding: 15px;
  overflow: hidden;
}

.atsng-left {
  float: left;
  width: 360px;
}

.atsng-cover {
  width: 360px;
  height: 238px;
  overflow: hidden;
  position: relative;
}

.atsng-cell {
  float: left;
  background: #eee;
  padding: 5px 5px 5px 10px;
  width: 105px;
  margin-right: 5px;
  display: inline-block;
}

.atsng-cell-info {
  background: #eee;
  padding: 5px 5px 5px 10px;
  width: 220px;
  display: inline-block;
}

.atsng-text {
  margin-top: -22px;
  float: right;
  width: 610px;
}

.artist-post {
  margin-top: 20px;
}

.wz-hover .atsng-link {
  float: left;
  background: url("images/artist-link.png");
  text-decoration: none;
  margin: 96px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 130px;
}

.wz-hover .atsng-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 96px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 12px;
}

/* --- dj mix --- */
.mxpage-col {
  margin-bottom: 5px;
  float: left;
  width: 665px;
  padding: 15px;
  border-bottom: 0px solid #eee;
}

.mxpage-col.last {
  margin-bottom: 0px;
}

.mxpage-cover {
  width: 66px;
  height: 66px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

h2.mxpage-title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
}

h2.mxpage-title a {
  font-weight: 600;
  color: #1d1d1b;
}

.mxpage-genre {
  line-height: 16px;
  color: #1d1d1b;
}

.mxpage-data {
  line-height: 16px;
  margin-top: 6px;
  color: #1d1d1b;
  float: left;
  margin-right: 20px;
}

#mxpage-media {
  float: right;
}

#mxpage-media ul.fap-my-playlist {
  margin-bottom: -9px;
  margin-top: -43px;
}

#mxpage-media ul.fap-my-playlist li {
  list-style: none;
  float: left;
}

#mxpage-media ul.fap-my-playlist li a {
  list-style: none;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px 5px;
  border-radius: 3px;
}

#mxpage-media ul.fap-my-playlist li.play a {
  background: #eee url("images/mix-play.png") no-repeat left;
}

#mxpage-media ul.fap-my-playlist li.shop a {
  background: #eee url("images/mix-shop.png") no-repeat left;
}

#mxpage-media ul.fap-my-playlist li.selected {
  height: none;
  padding: none;
  background: none;
  border-left: none;
  margin-bottom: 0px;
  list-style-type: none;
}

#mxpage-media ul.fap-my-playlist li {
  line-height: none;
  padding: 0px 0px 0px 0px;
  background: none;
  margin-bottom: 0px;
  list-style-type: none;
  border-left: none;
  border-bottom: none;
}

#mxpage-media ul.fap-my-playlist li:hover {
  border-left: none;
}

#mxpage-media ul.fap-my-playlist li a {
  position: relative;
  top: 0px;
  width: none;
  height: none;
}

span#player-meta-mix {
  display: none;
}

span#player-meta-widget {
  display: none;
}

.player-mix-info1 {
  position: absolute;
  top: 27px;
}

.player-mix-info2 {
  position: absolute;
  top: 43px;
}

/* --- features header --- */
#evftr {
  margin-top: 20px;
  float: right;
  margin-right: 10px;
}

.evftr-info {
  float: right;
  margin-left: 20px;
  margin-top: -11px;
}

.evftr-date {
  text-align: center;
  padding: 10px;
  float: right;
  width: 120px;
  color: #000;
  height: 60px;
  border-bottom: 3px solid #bbb;
  overflow: hidden;
}

.evftr-dm {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.evftr-week {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

#bnftr {
  width: 695px;
  height: 90px;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  overflow: hidden;
}

#bnftr-none {
  background: url("images/no-cover/banner.png");
  width: 695px;
  height: 90px;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  overflow: hidden;
}

/* -------------------------------------------
    05. NAVIGATION
   ------------------------------------------- */
#main {
  margin-top: 24px;
  height: 43px;
  background: url("../site/menu-footer.png");
  padding: 10px 20px 6px 20px;
  width: 1015px;
  margin-left: -20px;
}

.main-navigation {
  float: left;
}

.main-navigation ul {
  list-style-type: none;
}

/* --- menu --- */
#wizemenu {
  zoom: 1;
}

#wizemenu > ul {
  margin: 0px;
  padding: 0;
  position: relative;
}

#wizemenu > ul li {
  background: url();
  list-style: none;
  margin-right: 5px;
  padding: 0;
}

#wizemenu:before, #wizemenu:after, #wizemenu > ul:before, #wizemenu > ul:after {
  display: table;
  content: "";
}

#wizemenu:after, #wizemenu > ul:after {
  clear: both;
}

#wizemenu > ul > li {
  float: left;
  position: relative;
}

#wizemenu > ul > li > a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 15px 1px 15px;
  font-size: 14px;
  border-radius: 0px;
  font-weight: 400;
  height: 28px;
  line-height: 20px;
  border-radius: 0px;
}

#wizemenu > ul > li.active > a {
  background: #fff;
  color: #1b1b1b;
}

#wizemenu > ul > li:hover > a {
  color: #fff;
  margin-top: 0px;
}

#wizemenu > ul > li > a > span {
  line-height: 18px;
}

/* --- menu childs --- */
#wizemenu > ul ul {
  visibility: hidden;
  top: 50px;
  margin: 0px;
  padding: 0;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

#wizemenu > ul ul:before {
  background: transparent;
  top: -10px;
  width: 100%;
  height: 20px;
  content: "";
  position: absolute;
}

#wizemenu > ul ul li {
  list-style: none;
  width: 180px;
  padding: 0;
  background: url("images/wizemenu.png");
}

#wizemenu > ul ul li a {
  text-transform: uppercase;
  text-decoration: none;
  width: 150px;
  color: #fff;
  display: block;
  padding: 8px 15px 8px 15px;
  font-size: 14px;
}

#wizemenu > ul ul li a:hover {
  color: #fff;
}

#wizemenu > ul li:hover ul {
  visibility: visible;
  top: 49px;
  left: 0;
  color: #000;
  margin: 0;
  opacity: 1;
  z-index: 2;
}

/* --- 3-level menu childs --- */
#wizemenu ul ul > li {
  position: relative;
  display: block;
}

#wizemenu > ul ul ul li {
  list-style: none;
  width: 100%;
  margin-left: 5px;
  width: 180px;
}

#wizemenu > ul ul li:hover ul {
  top: 0px;
  left: 180px;
}

#wizemenu > ul li:hover ul ul, #wizemenu > ul li:hover ul ul ul, #wizemenu > ul li.over ul ul, #wizemenu > ul li.over ul ul ul {
  display: none;
}

#wizemenu > ul li:hover ul, #wizemenu > ul li li:hover ul, #wizemenu > ul li li li:hover ul, #wizemenu > ul li.over ul, #wizemenu > ul li li.over ul, #wizemenu > ul li li li.over ul {
  display: block;
}

/* -------------------------------------------
    06. WIDGETS
   ------------------------------------------- */
.widgets-col {
  overflow: hidden;
  color: #1b1b1b;
}

.vdwdg {
  padding: 15px 15px 0px 15px;
  overflow: hidden;
}

#footer .vdwdg {
  margin-bottom: 13px;
  padding: 0;
  overflow: hidden;
  background: none;
}

.phwdg {
  padding: 15px 15px 10px 15px;
  overflow: hidden;
}

.flkwdg {
  padding: 15px 15px 10px 15px;
  overflow: hidden;
}

.widget.last {
  margin-bottom: 0px;
}

.sidebarnav {
  float: left;
  position: absolute;
}

.sidebarnav h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  padding: 5px 0px 5px 0px;
  float: left;
  line-height: 34px;
}

.list-nav {
  margin-bottom: 28px;
  width: 300px;
  color: #fff;
  display: inline-block;
}

.list-nav ul {
  margin-bottom: 0px;
  list-style-type: none;
}

.list-nav ul li {
  margin-bottom: 0px;
}

.list-nav ul li img {
  margin-top: 5px;
  margin-right: 15px;
  float: left;
}

.list-nav ul li a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

/* --- twitter widget --- */
.tweets_list ul {
  color: #1b1b1b;
  padding: 15px;
  list-style-image: url("images/twitter-dark.png");
}

.tweets_list li {
  margin-top: 15px;
}

.tweets_list li:first-child {
  margin-top: 0px;
}

#footer .tweets_list ul {
  color: #fff;
  list-style-image: url("images/twitter-light.png");
  background: none;
  padding: 0px;
}

#footer .tweets_list li a {
  color: #fff;
  font-weight: 600;
}

/* --- links widget --- */
.blogroll {
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

.widget_links li {
  list-style: none;
  float: left;
  width: 135px;
  margin-top: 5px;
}

.widget_links li a {
  color: #1b1b1b;
  font-weight: 600;
}

.widget_links li:last-child {
  margin-bottom: 0px;
}

#footer .blogroll {
  background: none;
  padding: 0px;
  overflow: hidden;
}

#footer .widget_links li {
  list-style: none;
  float: left;
  width: 115px;
  margin-top: 5px;
}

#footer .widget_links li a {
  font-weight: 600;
}

/* --- meta widget --- */
.widget_meta ul {
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

.widget_meta li {
  list-style: none;
  float: left;
  width: 135px;
  margin-top: 5px;
}

.widget_meta li a {
  font-weight: 600;
  color: #1b1b1b;
}

.widget_meta li:last-child {
  margin-bottom: 0px;
}

/* --- text widget --- */
.textwidget {
  padding: 15px;
  overflow: hidden;
  color: #1b1b1b;
}

.textwidget a {
  color: #1b1b1b;
  font-weight: 600;
}

#footer .textwidget a {
  color: #fff;
}

#footer .textwidget {
  background: none;
  margin-bottom: 19px;
  padding: 0px;
  overflow: hidden;
  color: #fff;
}

/* --- recent comments widget --- */
#recentcomments {
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

.widget_recent_comments ul {
  color: #1b1b1b;
}

.widget_recent_comments ul li {
  background: url("images/com-wdg.png") no-repeat 0 6px;
  padding-left: 23px;
  list-style-type: none;
  margin-top: 5px;
}

.widget_recent_comments ul li a {
  font-weight: 600;
  color: #1b1b1b;
}

#footer .widget_recent_comments ul li a {
  font-weight: 600;
  color: #fff;
}

.widget_recent_comments li:last-child {
  margin-bottom: 0px;
}

#footer #recentcomments {
  background: none;
  padding: 0;
  overflow: hidden;
}

#footer .widget_recent_comments li {
  margin-bottom: 10px;
}

#footer .widget_recent_comments ul {
  margin-bottom: 19px;
  color: #fff;
}

#footer .widget_recent_comments ul li {
  background: url("images/com-wdg-footer.png") no-repeat 0 6px;
  padding-left: 23px;
  list-style-type: none;
  margin-top: 5px;
}

/* --- recent widget --- */
.widget_recent_entries ul {
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

.widget_recent_entries li {
  list-style: none;
  float: left;
  margin-top: 5px;
}

.widget_recent_entries li a {
  color: #1b1b1b;
  font-weight: 600;
}

#footer .widget_recent_entries ul {
  background: none;
  margin-bottom: 19px;
  padding: 0px;
  overflow: hidden;
}

#footer .widget_recent_entries li {
  list-style: none;
  float: left;
  margin-top: 5px;
}

#footer .widget_recent_entries li a {
  font-weight: 600;
}

/* --- archives widget --- */
.widget_archive ul {
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

.widget_archive li {
  list-style: none;
  float: left;
  width: 135px;
  margin-top: 5px;
}

.widget_archive li a {
  color: #1b1b1b;
  font-weight: 600;
}

#footer .widget_archive ul {
  background: none;
  padding: 0px;
  overflow: hidden;
}

#footer .widget_archive li {
  list-style: none;
  float: left;
  width: 115px;
}

/* --- tagcloud widget --- */
.tagcloud {
  padding: 15px 15px 11px 15px;
  overflow: hidden;
}

.tagcloud a {
  margin-bottom: 4px;
  color: #fff;
  display: inline-block;
  padding: 3px 6px 3px 6px;
  border-radius: 3px;
}

.tagcloud a:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}

#footer .tagcloud {
  background: none;
  margin-bottom: 19px;
  padding: 0;
  overflow: hidden;
}

/* --- categories widget --- */
.widget_categories ul {
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

.widget_categories li a {
  color: #1b1b1b;
  font-weight: 600;
}

.widget_categories li {
  list-style: none;
  float: left;
  width: 135px;
  margin-top: 5px;
}

.widget_categories li:last-child {
  margin-bottom: 0px;
}

#footer .widget_categories ul {
  background: none;
  padding: 0px;
}

#footer .widget_categories li {
  list-style: none;
  float: left;
  width: 115px;
}

/* --- pages widget --- */
.widget_pages ul {
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

.widget_pages li {
  list-style: none;
  float: left;
  width: 135px;
  margin-top: 5px;
}

.widget_pages li a {
  color: #1b1b1b;
  font-weight: 600;
}

.widget_pages li:last-child {
  margin-bottom: 0px;
}

#footer .widget_pages ul {
  background: none;
  margin-bottom: 19px;
  padding: 0px;
  overflow: hidden;
}

#footer .widget_pages li {
  list-style: none;
  float: left;
  width: 115px;
  margin-top: 5px;
}

#footer .widget_pages li a {
  font-weight: 600;
}

/* --- menu widget --- */
.widget_nav_menu ul {
  padding: 15px;
  overflow: hidden;
}

.widget_nav_menu li {
  list-style: none;
  float: left;
  width: 185px;
  color: #1b1b1b;
  font-weight: 600;
}

.widget_nav_menu li a {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
}

.widget_nav_menu li:last-child {
  margin-bottom: 0px;
}

.widget_nav_menu ul.sub-menu {
  margin-top: -5px;
  background: none;
  margin-bottom: -15px;
}

.widget_nav_menu .sub-menu li {
  list-style-type: square;
}

.widget_nav_menu .sub-menu li:first-child {
  margin-top: 0px;
}

#footer .widget_nav_menu ul {
  background: none;
  margin-bottom: 19px;
  padding: 0;
  overflow: hidden;
  color: #fff;
}

#footer .widget_nav_menu li {
  list-style: none;
  float: left;
  width: 185px;
  color: #1b1b1b;
  font-weight: 600;
  margin-top: 5px;
}

#footer .widget_nav_menu li a {
  font-weight: 600;
  font-size: 16px;
}

#footer .widget_nav_menu ul.sub-menu {
  margin-top: 0px;
  background: none;
}

#footer .widget_nav_menu .sub-menu li {
  margin-left: 15px;
  list-style-type: square;
  color: #fff;
}

/* --- blog widget --- */
.blwdg-data {
  background: url("images/blog-data.png") no-repeat;
  padding-left: 28px;
  padding-right: 10px;
  float: left;
  line-height: 27px;
  margin-left: -5px;
  width: 150px;
}

#footer .blwdg-data {
  background: url("images/blog-data-footer.png") no-repeat;
  padding-left: 28px;
  padding-right: 10px;
  float: left;
  line-height: 27px;
  margin-left: -5px;
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
  width: 120px;
}

.blwdg {
  padding: 15px 15px 0px 15px;
}

#footer .blwdg {
  padding: 0;
}

.blwdg a {
  color: #1b1b1b;
  font-weight: 600;
}

#footer .blwdg a {
  color: #fff;
  font-weight: 600;
}

.blwdg-post {
  margin-bottom: 15px;
  height: 65px;
}

#footer .blwdg-post {
  margin-bottom: 5px;
  height: 85px;
}

.blwdg-text {
  top: -2px;
  position: relative;
}

#footer .blwdg-text a {
  color: #fff;
}

.blwdg-cover {
  float: left;
  margin-right: 15px;
}

#footer .blog-w-data {
  margin-top: 6px;
  color: #bbb;
}

#footer .widgets-col {
  background: none;
  padding: 0;
}

#footer .blog-w li {
  margin-top: -20px;
  height: 70px;
}

#footer .blog-w li img {
  margin-top: 5px;
  margin-right: 15px;
  float: left;
}

#footer .blog-w li:first-child {
  margin-top: -5px;
}

#footer .blog-w li a {
  font-weight: 600;
  color: #fff;
}

#footer .blog-w li a:hover {
  text-decoration: none;
}

/* --- event widget --- */
.evwdg {
  margin-bottom: 15px;
  width: 300px;
  height: 90px;
  margin-left: 15px;
}

#footer .evwdg {
  margin-bottom: 15px;
  height: 90px;
  margin-left: 0px;
}

.evwdg.first {
  margin-top: 15px;
}

.evwdg.last {
  margin-bottom: 15px;
}

.evwdg-data {
  float: left;
  width: 65px;
  height: 78px;
  text-align: center;
  background: #eee;
  padding-top: 7px;
  padding-bottom: 5px;
}

.evwdg-day {
  top: 5px;
  position: relative;
  float: left;
  width: 65px;
  clear: both;
  display: inline;
  font-size: 36px;
}

.evwdg-month {
  text-transform: uppercase;
  top: 14px;
  position: relative;
  width: 65px;
  clear: both;
  font-size: 18px;
  text-align: center;
}

.evwdg-year {
  text-transform: uppercase;
  top: 14px;
  position: relative;
  width: 65px;
  clear: both;
  display: inline;
  font-size: 18px;
}

.evwdg-title {
  top: 0px;
  left: 15px;
  position: relative;
  font-size: 16px;
}

.evwdg-title a {
  font-weight: 600;
  color: #1b1b1b;
}

#footer .evwdg-title a {
  font-weight: 600;
}

.evwdg-title a:hover {
  text-decoration: none;
}

.evwdg-tickets a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 5px 8px 6px 8px;
}

.evwdg-out p {
  background: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  color: #eee;
  padding: 4px 8px 4px 8px;
  border-radius: 3px;
  cursor: default;
  margin-top: -3px;
}

.evwdg-tickets a:hover {
  background: #000;
}

.evwdg-status {
  float: left;
  margin-left: 15px;
}

.evwdg-venue {
  background: url("images/event-venue.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  float: left;
  position: relative;
  width: 200px;
  height: 16px;
  overflow: hidden;
}

.evwdg-venue-gol {
  line-height: 16px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  float: left;
  position: relative;
  width: 200px;
  height: 16px;
  overflow: hidden;
}

.evwdg-test {
  width: 200px;
  height: 50px;
}

#footer .evwdg-venue {
  background: url("images/event-venue-footer.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  float: left;
  color: #fff;
}

#footer .event-widgets {
  margin-bottom: 28px;
  height: 80px;
}

/* --- photo widget --- */
.phwdg-col {
  width: 120%;
}

.phwdg-cover {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  width: 87px;
  height: 87px;
  position: relative;
  overflow: hidden;
}

#footer .phwdg {
  background: none;
  margin-bottom: 19px;
  padding: 0;
  overflow: hidden;
}

#footer .phwdg-cover {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  width: 76px;
  height: 76px;
  position: relative;
  overflow: hidden;
}

/* --- video widget --- */
.vdwdg-cover {
  margin-bottom: 0px;
  width: 270px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.wz-hover .vdwdg-link {
  float: left;
  background: url("images/video-link.png");
  text-decoration: none;
  margin: 57px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 85px;
}

.wz-hover .vdwdg-zoom {
  float: left;
  background: url("images/media-zoom.png");
  text-decoration: none;
  margin: 57px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

#footer .wz-hover .vdwdg-link {
  float: left;
  background: url("images/video-link.png");
  text-decoration: none;
  margin: 55px 0px 0 0px;
  width: 45px;
  height: 45px;
  margin-left: 61px;
}

.vdwdg-info {
  background: #eeeeee;
  padding: 5px 5px 5px 10px;
  border-bottom: 3px solid #bbbbbb;
  margin-bottom: 15px;
}

#footer .video-widget-cover {
  margin-bottom: 15px;
  float: left;
  width: 230px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

/* --- audio widget --- */
.adwdg-title {
  width: 167px;
  height: 30px;
  overflow: hidden;
}

.adwdg-title a {
  font-weight: bold;
  top: 12px;
  color: #1b1b1b;
  position: relative;
  font-size: 15px;
}

.adwdg-title a:hover {
  text-decoration: none;
}

.adwdg-cover {
  margin-right: 10px;
  float: left;
  padding-left: 15px;
  padding-top: 15px;
  width: 98px;
  height: 98px;
  overflow: hidden;
}

.adwdg-genre {
  background: url("images/audio-genre-wdg.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  float: left;
  margin-top: 11px;
  width: 142px;
  height: 16px;
  overflow: hidden;
}

.adwdg-data {
  background: url("images/audio-data-wdg.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  float: left;
  margin-top: 11px;
  width: 142px;
  height: 16px;
  overflow: hidden;
}

.adwdg-artist {
  background: url("images/audio-artist-wdg.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  float: left;
  margin-top: 11px;
  width: 142px;
  height: 16px;
  overflow: hidden;
}

.adwdg-info {
  color: #1b1b1b;
  font-size: 14px;
  margin-bottom: 40px;
}

.adwdg-now {
  background: url("images/audio-now-wdg.png") no-repeat;
  line-height: 16px;
  padding-left: 20px;
  float: left;
  margin-top: -10px;
  text-transform: uppercase;
  font-size: 14px;
}

.adwdg-buy-now {
  padding: 15px;
}

.widget-audio-buy a {
  margin-left: 5px;
  text-transform: uppercase;
  text-decoration: none;
  top: -18px;
  float: right;
  color: #fff;
  padding: 5px 8px 6px 8px;
  position: relative;
  border-radius: 3px;
}

.widget-audio-buy a:hover {
  background: #000;
  color: #fff;
}

#footer .widget-audio-title {
  margin-top: 2px;
}

#footer .widget-audio-title a {
  font-weight: bold;
}

#footer .widget-audio-title a:hover {
  text-decoration: none;
}

#footer .widget-audio-meta {
  margin-top: 0px;
  color: #888;
}

#footer .widget-audio-meta li {
  list-style: none;
  margin-bottom: 3px;
}

#footer .widget-audio-cover {
  float: left;
  width: 0px;
  height: 0px;
  position: relative;
  overflow: hidden;
}

#footer .widget-audio-buy a {
  margin-right: 5px;
  margin-bottom: -3px;
  text-decoration: none;
  float: left;
  color: #fff;
  padding: 5px 8px 5px 8px;
}

/* --- flickr widget --- */
.flickr {
  width: 120%;
}

.flickr_badge_image {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  height: 86px;
}

.flickr_badge_image img {
  width: 86px;
  height: 86px;
}

#footer .flickr_badge_image {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  height: 76px;
}

#footer .flickr_badge_image img {
  width: 76px;
  height: 76px;
}

#footer .flkwdg {
  background: none;
  padding: 0;
}

/* --- calendar widget --- */
#calendar_wrap {
  padding: 15px 15px 0px 15px;
  overflow: hidden;
  color: #1b1b1b;
}

.widget_calendar {
  float: left;
  border: none;
}

.widget_calendar table td {
  border: none;
}

#wp-calendar {
  width: 100%;
  border: none;
}

#wp-calendar caption {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
}

#wp-calendar thead {
  font-size: 10px;
  background: #eee;
  border: none;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  border: 1px solid #fff;
}

#wp-calendar tbody {
  color: #1b1b1b;
}

#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  font-size: 12px;
}

#wp-calendar tbody td:hover {
  color: #fff;
}

#wp-calendar tbody td a:hover {
  color: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tfoot > tr > td#prev {
  text-align: left;
  padding: 16px 0px 0px 0px;
}

#wp-calendar tfoot > tr > td#next {
  text-align: right;
  padding: 0;
}

#wp-calendar tfoot > tr > td #prev a, .widget_calendar tfoot > tr > td #next a {
  font-weight: 600;
  color: #1b1b1b;
  font-size: 16px;
}

#footer #wp-calendar tfoot > tr > td#prev a, #footer #wp-calendar tfoot > tr > td#next a {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

#footer #wp-calendar caption {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

#footer #calendar_wrap {
  background: none;
  margin-bottom: 19px;
  padding: 0;
  overflow: hidden;
}

#footer #wp-calendar thead th {
  text-align: center;
  padding-bottom: 10px;
  border: 1px solid #fff;
  padding: 12px;
}

/* --- search widget --- */
.widget_search {
  background: none;
}

#searchform {
  margin-top: 7px;
  padding: 0px;
  overflow: hidden;
}

#searchinput {
  float: left;
  width: 226px;
  color: #888;
  margin: 0 0px 0 0;
  border: none;
  padding: 10px 12px;
  outline: medium none;
}

#search-button {
  vertical-align: middle;
  float: right;
  width: 40px;
  color: #fff;
  margin: 0;
  cursor: pointer;
  border: none;
  padding: 9px;
  border-radius: 3px;
}

#search-button:hover {
  background: #000;
}

#footer #searchform {
  background: none;
  margin-bottom: 19px;
  padding: 0px;
}

#footer #searchinput {
  float: left;
  width: 173px;
  color: #888;
  margin: 0 8px 0 0;
  border: none;
  padding: 6px 8px;
}

#footer #search-button {
  vertical-align: middle;
  float: right;
  width: 40px;
  color: #fff;
  margin: 0;
  cursor: pointer;
  border: none;
  padding: 5px;
}

/* -------------------------------------------
    07. FOOTER & SOCIAL MEDIA
   ------------------------------------------- */
/* --- footer --- */
#footer {
  width: 1015px;
  margin: 0px auto 0px auto;
  background: url("images/bg-trans.png");
  padding: 20px 20px 0px 20px;
}

.footer-row {
  padding-left: 0px;
  width: 1040px;
}

.footer-col {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
  width: 239px;
  color: #fff;
}

.footer-col h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: -30px;
  color: #fff;
}

.footer-widget {
  margin-bottom: 20px;
}

#footer-bottom {
  margin-left: 0px;
  width: 1055px;
  color: #eee;
  padding: 19px 0px 35px 0px;
  font-size: 15px;
  margin: 0px auto 0px auto;
  background: url("../site/menu-footer.png");
}

.footer-bottom-copyright {
  float: left;
  padding-left: 20px;
}

.footer-bottom-social {
  margin-top: -9px;
  padding-right: 5px;
  float: right;
}

.footer-ls {
  text-align: center;
  background: url("../site/menu-footer.png");
  margin: 0px auto 0px auto;
  width: 1055px;
  padding: 15px 0px 20px 0px;
  border-top: 0px dashed #1b1b1b;
}

#footer-ls-col {
  width: 800px;
  margin: 0px auto 0px auto;
}

/* --- social media --- */
#footer-ls-col .facebook:hover, #footer-ls-col .lastfm:hover, #footer-ls-col .flickr:hover, #footer-ls-col .digg:hover, #footer-ls-col .vk:hover, #footer-ls-col .google:hover, #footer-ls-col .pinterest:hover, #footer-ls-col .amazon:hover, #footer-ls-col .mixcloud:hover, #footer-ls-col .soundcloud:hover, #footer-ls-col .instagram:hover, #footer-ls-col .tumblr:hover, #footer-ls-col .twitter:hover, #footer-ls-col .vimeo:hover, #footer-ls-col .beatport:hover, #footer-ls-col .youtube:hover, #footer-ls-col .myspace:hover {
  opacity: 0.5;
}

#footer-ls-col .facebook {
  background: url("../site/facebook.png") no-repeat left;
  width: 120px;
  height: 30px;
  display: inline-block;
  margin-top: 5px;
  margin-top: 10px;
}

#footer-ls-col .google {
  background: url("images/social/logo/google.png") no-repeat left;
  width: 99px;
  height: 30px;
  display: inline-block;
  margin-top: 5px;
  margin-top: 10px;
}

#footer-ls-col .vk {
  background: url("images/social/logo/vk.png") no-repeat left;
  width: 62px;
  height: 30px;
  display: inline-block;
  margin-top: 5px;
  margin-top: 10px;
}

#footer-ls-col .lastfm {
  background: url("images/social/logo/lastfm.png") no-repeat left;
  width: 85px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .mixcloud {
  background: url("images/social/logo/mixcloud.png") no-repeat left;
  width: 143px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .soundcloud {
  background: url("images/social/logo/soundcloud.png") no-repeat left;
  width: 63px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .twitter {
  background: url("images/social/logo/twitter.png") no-repeat left;
  width: 92px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .vimeo {
  background: url("images/social/logo/vimeo.png") no-repeat left;
  width: 85px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .beatport {
  background: url("images/social/logo/beatport.png") no-repeat left;
  width: 120px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .youtube {
  background: url("images/social/logo/youtube.png") no-repeat left;
  width: 71px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .myspace {
  background: url("images/social/logo/myspace.png") no-repeat left;
  width: 92px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .amazon {
  background: url("images/social/logo/amazon.png") no-repeat left;
  width: 76px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .pinterest {
  background: url("images/social/logo/pinterest.png") no-repeat left;
  width: 86px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .flickr {
  background: url("images/social/logo/flickr.png") no-repeat left;
  width: 90px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .digg {
  background: url("images/social/logo/digg.png") no-repeat left;
  width: 50px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .instagram {
  background: url("../site/instagram.png") no-repeat left;
  width: 85px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .soundcloud {
  background: url("images/social/logo/soundcloud.png") no-repeat left;
  width: 68px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .mixcloud {
  background: url("images/social/logo/mixcloud.png") no-repeat left;
  width: 166px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#footer-ls-col .tumblr {
  background: url("images/social/logo/tumblr.png") no-repeat left;
  width: 130px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
}

#header-social {
  margin-bottom: -9px;
  float: right;
}

#footer-social {
  margin-bottom: -9px;
  float: right;
  margin-top: -2px;
}

#footer-social li.facebook a {
  background: url("../site/icon/facebook.png") no-repeat left;
}

#footer-social li.facebook a:hover {
  background: #3b5998 url("../site/icon/facebook.png") no-repeat left;
}

#footer-social li.flickr1 a {
  background: url("images/social/icon/flickr.png") no-repeat left;
}

#footer-social li.flickr1 a:hover {
  background: #ff0084 url("images/social/icon/flickr.png") no-repeat left;
}

#footer-social li.youtube a {
  background: url("images/social/icon/youtube.png") no-repeat left;
}

#footer-social li.youtube a:hover {
  background: #ff3132 url("images/social/icon/youtube.png") no-repeat left;
}

#footer-social li.twitter a {
  background: url("images/social/icon/twitter.png") no-repeat left;
}

#footer-social li.twitter a:hover {
  background: #2daae1 url("images/social/icon/twitter.png") no-repeat left;
}

#footer-social li.vimeo a {
  background: url("images/social/icon/vimeo.png") no-repeat left;
}

#footer-social li.vimeo a:hover {
  background: #44b0de url("images/social/icon/vimeo.png") no-repeat left;
}

#footer-social li.digg a {
  background: url("images/social/icon/digg.png") no-repeat left;
}

#footer-social li.digg a:hover {
  background: #1b5791 url("images/social/icon/digg.png") no-repeat left;
}

#footer-social li.vk a {
  background: url("images/social/icon/vk.png") no-repeat left;
}

#footer-social li.vk a:hover {
  background: #476a91 url("images/social/icon/vk.png") no-repeat left;
}

#footer-social li.google a {
  background: url("images/social/icon/google.png") no-repeat left;
}

#footer-social li.google a:hover {
  background: #dc4937 url("images/social/icon/google.png") no-repeat left;
}

#footer-social li.rss a {
  background: url("images/social/icon/rss.png") no-repeat left;
}

#footer-social li.rss a:hover {
  background: #f2861d url("images/social/icon/rss.png") no-repeat left;
}

#footer-social li.lastfm a {
  background: url("images/social/icon/lastfm.png") no-repeat left;
}

#footer-social li.lastfm a:hover {
  background: #cb2027 url("images/social/icon/lastfm.png") no-repeat left;
}

#footer-social li.pinterest a {
  background: url("images/social/icon/pinterest.png") no-repeat left;
}

#footer-social li.pinterest a:hover {
  background: #cb2027 url("images/social/icon/pinterest.png") no-repeat left;
}

#footer-social li.amazon a {
  background: url("images/social/icon/amazon.png") no-repeat left;
}

#footer-social li.amazon a:hover {
  background: #ff9900 url("images/social/icon/amazon.png") no-repeat left;
}

#footer-social li.beatport a {
  background: url("images/social/icon/beatport.png") no-repeat left;
}

#footer-social li.beatport a:hover {
  background: #a8e00f url("images/social/icon/beatport.png") no-repeat left;
}

#footer-social li.myspace a {
  background: url("images/social/icon/myspace.png") no-repeat left;
}

#footer-social li.myspace a:hover {
  background: #008dde url("images/social/icon/myspace.png") no-repeat left;
}

#footer-social li.instagram a {
  background: url("../site/icon/instagram.png") no-repeat left;
}

#footer-social li.instagram a:hover {
  background: #3f6f94 url("../site/icon/instagram.png") no-repeat left;
}

#footer-social li.soundcloud a {
  background: url("images/social/icon/soundcloud.png") no-repeat left;
}

#footer-social li.soundcloud a:hover {
  background: #ff5600 url("images/social/icon/soundcloud.png") no-repeat left;
}

#footer-social li.mixcloud a {
  background: url("images/social/icon/mixcloud.png") no-repeat left;
}

#footer-social li.mixcloud a:hover {
  background: #6bdbf9 url("images/social/icon/mixcloud.png") no-repeat left;
}

#footer-social li.tumblr a {
  background: url("images/social/icon/tumblr.png") no-repeat left;
}

#footer-social li.tumblr a:hover {
  background: #35506b url("images/social/icon/tumblr.png") no-repeat left;
}

#footer-social li {
  list-style: none;
  float: left;
}

#footer-social li a {
  list-style: none;
  text-aling: center;
  float: left;
  width: 39px;
  height: 39px;
  margin: 0px 0px 0px 5px;
}

/* -------------------------------------------
    08. PAGINATION
   ------------------------------------------- */
.pagination-bottom-media {
  width: 1015px;
  float: left;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 5px;
}

.pagination-bottom {
  width: 695px;
  float: left;
  margin: 0px auto;
  margin-bottom: 30px;
}

.pagination-pos {
  display: inline-block;
  padding: 10px 0px 0px 0px;
}

.pagination {
  font-size: 16px;
  margin-right: -5px;
}

.pagination .current {
  color: #000;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  background: #fff;
}

.pagination span, .pagination a {
  text-decoration: none;
  float: left;
  width: auto;
  color: #fff;
  margin: 5px 5px 5px 0;
  display: block;
  padding: 10px 15px 10px 15px;
}

.pagination a:hover {
  color: #000;
  background: #fff;
}

/* -------------------------------------------
    09. PLAYER
   ------------------------------------------- */
ul.fap-my-playlist {
  color: #888;
  font-size: 36px;
}

ul.fap-my-playlist li.selected {
  height: 31px;
  padding: 5px 0px 5px 46px;
  color: #bbb;
  font-size: 20px;
  background: #f7f7f7 url("images/player/player-selected-sng.png") no-repeat;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 600;
  list-style-type: none;
}

ul.fap-my-playlist li.selected:hover {
  background: #f7f7f7 url("images/player/player-selected-sng.png") no-repeat;
}

ul.fap-my-playlist li {
  line-height: 31px;
  padding: 5px 0px 5px 10px;
  color: #bbb;
  font-size: 18px;
  background: #eee;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 600;
  list-style-type: decimal-leading-zero;
  border-left: 3px solid #bbb;
  border-bottom: 0px solid #bbb;
}

ul.fap-my-playlist li a {
  color: #1b1b1b;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 4px;
  width: 650px;
  height: 37px;
}

.widgets-col-player {
  overflow: hidden;
  color: #1b1b1b;
}

.widgets-col-player ul.fap-my-playlist {
  margin-top: 98px;
}

.widgets-col-player ul.fap-my-playlist li {
  line-height: 30px;
  padding: 2px 0px 2px 10px;
  color: #bbb;
  font-size: 13px;
  background: #eee;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 600;
  list-style-type: decimal;
  border-left: 0px solid #bbb;
  border-bottom: 0px solid #bbb;
  position: relative;
}

.widgets-col-player ul.fap-my-playlist li:last-child {
  margin-bottom: 18px;
}

ul.fap-my-playlist li:hover, .widgets-col-player ul.fap-my-playlist li:hover {
  background: #f7f7f7;
}

.widgets-col-player ul.fap-my-playlist li a:hover {
  color: #1b1b1b;
}

.widgets-col-player ul.fap-my-playlist li.selected {
  height: 30px;
  padding: 2px 0px 2px 28px;
  background: #f7f7f7 url("images/player/player-selected-wdg.png") no-repeat;
  list-style-type: none;
  border-left: 0px solid #bbb;
}

.widgets-col-player ul.fap-my-playlist li:hover {
  border-left: 0px solid #bbb;
}

.widgets-col-player ul.fap-my-playlist li a {
  margin-top: -4px;
  color: #1b1b1b;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  width: 242px;
  height: 32px;
  overflow: hidden;
  padding: 2px 0px 0px 0px;
}

#footer .widgets-col-player {
  display: none;
}

/* -------------------------------------------
    10. COMMENTS
   ------------------------------------------- */
#comment {
  border: 1px solid #bbb;
  padding: 0 0 0 5px;
}

#author {
  border: 1px solid #bbb;
}

#email {
  border: 1px solid #bbb;
}

#url {
  border: 1px solid #bbb;
}

.comment-form-author label {
  margin-bottom: 20px;
}

#comments {
  clear: both;
  margin-top: -15px;
}

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}

#comments .comment-body p:last-child {
  margin-bottom: 12px;
}

#comments .comment-body ul, #comments .comment-body ol {
  margin-bottom: 18px;
}

#comments ol li.comment {
  margin: 0 0 10px;
  padding: 0px;
  position: relative;
}

#comments .navigation {
  padding: 0 0 18px;
}

#comments .pingback {
  margin-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 18px;
}

#comments .pingback .url {
  font-style: italic;
  font-size: 12px;
}

#comments .pingback p {
  line-height: 12px;
  color: #888;
  margin: 0;
  display: block;
  font-size: 12px;
}

h3#comments-title {
  font-weight: 400;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 22px;
}

h3#reply-title {
  font-weight: 400;
  margin: 10px 0;
  font-size: 22px;
}

li.comment > div {
  background: #eee;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist li.comment + li.pingback {
  margin-top: -6px;
}

.commentlist li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.commentlist .children {
  list-style: none;
}

.commentlist .children li {
  margin: 0;
  border: none;
}

.commentlist .avatar {
  margin-right: 8px;
  top: 0;
  left: 0;
  float: left;
  width: 40px;
  height: 40px;
}

.commentlist ol {
  list-style: decimal;
}

.comment-author cite {
  font-weight: 600;
  font-size: 16px;
}

.comment-meta {
  font-weight: 400;
  line-height: 50px;
  margin: -16px 0 -4px;
  font-size: 12px;
}

.comment-meta a:link, .comment-meta a:visited {
  text-decoration: none;
  color: #888;
}

a.comment-edit-link {
  color: #888;
}

.reply {
  margin-top: -22px;
  float: right;
}

.reply a {
  text-transform: uppercase;
  color: #fff;
  padding: 5px 8px 5px 8px;
  font-size: 12px;
  border-radius: 2px;
}

.reply a:hover {
  background: #1b1b1b;
}

.nopassword, .nocomments {
  display: none;
}

#respond {
  margin-top: 10px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}

#respond .form-allowed-tags {
  margin-top: 10px;
  background: #f3f3f3;
  line-height: 18px;
  color: #888;
  padding: 10px;
  font-size: 14px;
}

#respond .form-allowed-tags code {
  font-size: 14px;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

#respond .form-submit {
  margin-bottom: 1px;
  margin-top: -2px;
}

#respond .form-submit input {
  width: auto;
  font-size: 14px;
}

#respond .required {
  font-weight: bold;
  color: #1b1b1b;
}

#respond textarea {
  width: 99%;
}

#respond label {
  font-size: 16px;
}

#respond input {
  width: 98%;
  margin: 0 0 9px;
}

.form-allowed-tags {
  line-height: 1em;
}

.children #respond {
  margin-top: 10px;
  margin-bottom: 20px;
}

#cancel-comment-reply-link {
  font-weight: normal;
  line-height: 18px;
  font-size: 12px;
}

ul.children {
  list-style-type: none;
}

ul.children li {
  list-style-type: none;
}

form#commentform input {
  margin-top: 5px;
  padding: 7px;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
  width: 50%;
}

p.form-submit input#submit {
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 6px 8px 6px 8px;
  outline: none;
  border-radius: 3px;
}

p.form-submit input#submit:hover {
  background: #000;
}

ol.commentlist {
  margin-right: 0px;
}

ul.children {
  margin-top: 10px;
  background: url("images/com-children.png") no-repeat;
  background-position: 5px 0px;
  padding: 0px 0px 0px 50px;
}

li.comment > div {
  padding: 10px 10px;
}

p.logged-in-as {
  font-size: 16px;
}

/* -------------------------------------------
    11. CONTACT
   ------------------------------------------- */
#commentsText {
  padding: 0 0 0 5px;
  border: 1px solid #bbb;
}

form#contact input {
  border: 1px solid #bbb;
  padding: 5px;
}

.button-send#submitmail {
  border: none;
  cursor: pointer;
  padding: 6px 8px 6px 8px;
  outline: none;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 5px;
}

.button-send#submitmail:hover {
  background: #000;
}

/* -------------------------------------------
    12. WORDPRESS CORE
   ------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

a,
h2.bl1shr-title a:hover,
h2.bl2page-title a:hover,
h2.bl2shr-title a:hover,
h2.ev2shr-title a:hover,
h2.ev2page-title a:hover,
h2.ev3page-title a:hover,
h2.bl1page-title a:hover,
.ev1shr-title a:hover,
.ev1page-title a:hover,
.adwdg-title a:hover,
.ev2shr-col:hover .ev2shr-week,
.ev2page-col:hover .ev2page-week,
.ev3page:hover .ev3page-week,
.evftr-week,
.evwdg-title a:hover,
.textwidget a:hover,
.widget_recent_comments ul li a:hover,
.blwdg-text a:hover,
p.bl1shr-comment a:hover,
p.bl1page-comment a:hover,
p.bl2page-comment a:hover,
#fap-current-meta a,
#footer .tweets_list li a:hover,
#footer .widget_links li a,
#footer .widget_pages li a,
#footer .widget_recent_entries li a,
#footer .widget_archive li a,
#footer .widget_nav_menu li a,
#footer .textwidget a:hover,
#footer .widget_recent_comments ul li a:hover,
#footer .blwdg a:hover {
  color: #18cecf;
}

.tagcloud a,
.widget-audio-buy a,
.evwdg-tickets a,
.ev2shr-tickets a,
.reply a,
.bl1page-more a,
.ev2page-tickets a,
.ev3page-tickets a,
.adsng-buy a,
.evsng-tickets a,
.button-send#submitmail,
.pagination span, .pagination a,
.highlight,
.button-link a,
p.form-submit input#submit,
div.jp-volume-bar-value,
ul.tabs li a,
#fap-progress-bar,
#fap-volume-progress,
#wizemenu > ul > li:hover > a,
#search-button,
#wp-calendar tbody td:hover,
#wizemenu > ul > li > a:active,
#wizemenu > ul ul li a:hover {
  background: #18cecf;
}

#mxpage-media ul.fap-my-playlist li.play a:hover {
  background: #18cecf url("images/mix-play.png") no-repeat left;
}

#mxpage-media ul.fap-my-playlist li.shop a:hover {
  background: #18cecf url("images/mix-shop.png") no-repeat left;
}

.wz-last:hover .adshr-info,
.wz-last:hover .vdshr-info,
.wz-last:hover .phshr-info,
.wz-last:hover .adpage-info,
.wz-last:hover .phpage-info,
.wz-last:hover .vdpage-info,
.vdwdg:hover .vdwdg-info,
.evftr-date:hover {
  border-bottom: 3px solid #18cecf;
}

#footer-bottom {
  border-top: 3px solid #18cecf;
}

ul.fap-my-playlist li:hover,
ul.fap-my-playlist li.selected {
  border-left: 3px solid #18cecf;
}

.flex-title-large,
.flex-title-small {
  background: url("images/slider/trans18cecf.png");
}

.wz-hover .bg {
  background: url("images/hover/18cecf.png");
}

#fap-ui-nav #fap-previous {
  background: url("images/player/18cecf.png") 0 -72px no-repeat;
  left: -2px;
}

#fap-ui-nav #fap-next {
  background: url("images/player/18cecf.png") 0 -41px no-repeat;
  left: 52px;
}

#fap-ui-nav .fap-play {
  background: url("images/player/18cecf.png") 0 0 no-repeat;
}

#fap-ui-nav .fap-pause {
  background: url("images/player/18cecf.png") -41px -103px no-repeat;
}

a.jp-play {
  background: url("images/player/18cecf.png") 0 0 no-repeat;
}

a.jp-pause {
  background: url("images/player/18cecf.png") -41px -103px no-repeat;
  display: none;
}

a.jp-repeat {
  background: url("images/player/18cecf.png") -62px -72px no-repeat;
}

a.jp-repeat-off {
  background: url("images/player/18cecf.png") -93px -72px no-repeat;
}

a.jp-stop {
  background: url("images/player/18cecf.png") -93px -41px no-repeat;
  margin-left: -7px;
}

#fap-ui-nav #fap-previous:hover {
  background: url("images/player/18cecf.png") -31px -72px no-repeat;
}

#fap-ui-nav #fap-next:hover {
  background: url("images/player/18cecf.png") -31px -41px no-repeat;
}

#fap-ui-nav .fap-play:hover {
  background: url("images/player/18cecf.png") -41px 0 no-repeat;
}

#fap-ui-nav .fap-pause:hover {
  background: url("images/player/18cecf.png") 0 -103px no-repeat;
}

a.jp-play:hover {
  background: url("images/player/18cecf.png") -41px 0 no-repeat;
}

a.jp-pause:hover {
  background: url("images/player/18cecf.png") 0 -103px no-repeat;
}

a.jp-repeat:hover {
  background: url("images/player/18cecf.png") -93px -72px no-repeat;
}

a.jp-repeat-off:hover {
  background: url("images/player/18cecf.png") -62px -72px no-repeat;
}

a.jp-stop:hover {
  background: url("images/player/18cecf.png") -62px -41px no-repeat;
}

.button-switcher-enter {
  background: url("images/player/hide18cecf.png") 0 0 no-repeat;
}

.button-switcher-enter:hover {
  background: url("images/player/hide18cecf.png") -50px 0 no-repeat;
}

.button-switcher-close {
  background: url("images/player/hide18cecf.png") 0 -35px no-repeat;
}

.button-switcher-close:hover {
  background: url("images/player/hide18cecf.png") -50px -35px no-repeat;
}

.radio-wz-open {
  background: url("images/player/hide18cecf.png") 0 0 no-repeat;
}

.radio-wz-open:hover {
  background: url("images/player/hide18cecf.png") -50px 0 no-repeat;
}

.radio-wz-open-hidden {
  background: url("images/player/hide18cecf.png") 0 -35px no-repeat;
}

.radio-wz-open-hidden:hover {
  background: url("images/player/hide18cecf.png") -50px -35px no-repeat;
}

.radio-wz-hidden-open {
  background: url("images/player/hide18cecf.png") 0 0 no-repeat;
}

.radio-wz-hidden-open:hover {
  background: url("images/player/hide18cecf.png") -50px 0 no-repeat;
}
