.tc-hidden {
display: none;
}
.tc-hidden-important {
visibility: hidden !important;
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
.tc_warning_ticket_types_needed {
background: yellow;
border-radius: 5px;
padding: 10px;
text-align: left;
border: 1px dashed;
font-size: 14px;
width: 100%;
}
.tc_cart_remove_icon {
float: right;
display: inline-block;
opacity: 0.5;
transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-webkit-transition: opacity .15s ease-in-out;
cursor: pointer;
}
.tc-age-check-error {
color: red;
display: block;
}
.tc_field_errors{
color: #ff0000;
font-weight: 600;
}
.tc_cart_remove_icon:hover {
opacity: 1;
transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-webkit-transition: opacity .15s ease-in-out;
}
.tc_event_data_widget {
font-size: 0.8em;
display: block;
}
.tc_event_date_title_front,
.tc_event_location_title_front {
color: #8c8c8c;
font-size: 12px;
text-transform: uppercase;
padding-right: 20px;
}
.tc_event_date_title_front .fa,
.tc_event_location_title_front .fa {
padding-right: 5px;
}
.tc_the_content_pre {
padding-bottom: 10px;
}
form#tickera_cart label.has-error, form.checkout label.has-error {
color: red;
padding-top: 5px;
}
form#tickera_cart .tickera-input-field.has-error:not( .buyer-field-checkbox ):not( .owner-field-checkbox ), form.checkout .tickera-input-field.has-error:not( .buyer-field-checkbox ):not( .owner-field-checkbox ) {
border-left: 2px solid #ff0000;
}
form#tickera_cart .tickera-input-field.valid, form.checkout .tickera-input-field.valid {
border-left: 2px solid #09a10f;
}
.tickera-payment-gateways {
border: 1px solid #f1f1f1;
padding: 6px 10px;
float:left;
width: 100%;
margin-bottom: 15px;
}
.tickera-hide-button {
display: none;
}
.tickera-payment-gateways .tc_gateway_form {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s linear;
-moz-transition: max-height 0.5s linear;
-webkit-transition: max-height 0.5s linear;
}
.tickera-payment-gateways .tickera-height {
max-height: 1000px;
transition: max-height 0.5s linear;
-moz-transition: max-height 0.5s linear;
-webkit-transition: max-height 0.5s linear;
}
.tickera-payment-gateways .tickera-height.tc_gateway_form {
margin: 30px 0;
}
.tickera-payment-gateways .plugin-title {
font-size: 0.9em;
}
.tickera-payment-gateways .plugin-title label {
margin-bottom: 0;
}
.tickera-payment-gateways .plugin-title img {
vertical-align: middle;
}
.tickera-payment-options {
margin-left: 15px;
}
.tc_cart_payment_methods th {
padding: 20px 7px;
}
.tc_gateway_form thead  th {
padding: 20px 7px;
}
.tickera_table {
width: 100%;
}
.cart_success{
color: green;
}
.tc_cart_billing {
width: 100%;
margin-bottom: 30px;
}
.tc_cart_billing th {
margin: 10px 0;
}
.tc_gateway_form td {
padding: 7px;
}
.info_section h2 {
float: left;
width: 100%;
}
.tickera input {
border: 1px solid rgba(0, 0, 0, 0.2);
}
.tickera select {
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 5px;
max-width: 196px;
}
.tickera-input-field {
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 7px;
}
.tc_cart_payment_methods { width: 100%;
}
.tc-form-disable {
position: absolute;
top: -20px;
bottom: -20px;
left:-20px;
right: -20px;
background-color: rgba(255, 255, 255, 0.8);
}
.tickera_owner_info .tc_cart_remove_icon {
opacity: 1;
}
.tc-delete-loader {
border: 6px solid #f3f3f3;
border-top: 6px solid #6b5f89;
border-radius: 50%;
width: 20px;
height: 20px;
animation: tcspin 2s linear infinite;
z-index: 99;
position: absolute;
}
@keyframes tcspin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.ticket-info-wrap {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 0 40px 0;
float:left;
width: 100%;
}
.fields-wrap input {
float: left;
}
.fields-wrap label {
width: 100%;
}
.fields-wrap span {
float: left;
width: 100%;
margin-bottom: 10px;
}
.field-name {
float: left;
}
.cart_error {
color: red;
}
.tc-container {
width: 100%;
margin: 0 auto 0 auto;
}
.tickera-checkout {
font-family: Helvetica, Arial, sans-serif;
color: #555;
}
.tickera-checkout .ticket-price {
text-align: center;
}
.tickera-checkout .ticket-quantity {
text-align: center;
}
.ticket-quantity .quantity {
width: 35px;
height: 30px;
border: none;
text-align: center;
border: 1px solid #e7e7e7;
margin: 0 3px;
padding: 0 5px;
}
.ticket-quantity .plus {
margin-left: -4px;
}
.ticket-quantity .tickera_button {
background: none;
border: none;
color: #4187c9;
font-size: 15px;
height: 30px;
outline: none;
padding: 5px;
}
.ticket-quantity .tickera_button:hover {
cursor: pointer;
color: #555;
background-color: transparent;
}
.ticket-quantity .tickera_button:hover,
.ticket-quantity .tickera_button:focus {
background: transparent;
border: none;
}
.tickera-checkout tr {
border-bottom: 1px solid #e7e7e7;
}
.tickera-checkout tr th {
font-size: 14px;
font-weight: bold;
padding:10px;
}
.tickera-checkout thead tr th:nth-child(2),
.tickera-checkout thead tr th:nth-child(3),
.tickera-checkout thead tr th:nth-child(4),
.tickera-checkout tbody tr td:nth-child(2),
.tickera-checkout tbody tr td:nth-child(3),
.tickera-checkout tbody tr td:nth-child(4){
text-align: center;
}
.tickera-checkout tr th:first-child {
text-align: left;
}
.tickera-checkout tr th:last-child, .ticket-total {
text-align: right;
}
.tickera-checkout tbody tr td {
padding: 14px 10px;
vertical-align: top;
line-height: 18px;
}
.tickera-checkout .tickera_update {
float: right;
transition: all linear 0.2s;
margin-left: 5px;
-webkit-transition: all linear 0.2s;
-moz-transition: all linear 0.2s;
}
.tickera-button {
border: none;
color: #fff;
padding: 13px 20px;
background-color: #4187c9;
border: none;
}
.tickera-button:hover {
background-color: #285F96;
}
.tickera_checkout{
float: right;
margin: 30px 0 0 0;
}
.tickera_checkout:hover {
background-color: #7cc576;
color: #fff;
cursor: pointer;
}
.coupon-code {
font-size: 15px;
border: 1px solid #e7e7e7;
height: 34px;
margin-bottom: 10px;
}
.tickera-checkout .ticket-total-all {
font-weight: bold;
text-align: right;
}
.ticket-total-all span {
margin-bottom: 10px;
}
.tickera-checkout .last-table-row td {
padding: 20px 10px;
}
.ticket-info-wrap p {
line-height: 0;
margin: 0;
}
#coupon_code {
margin-bottom: 0;
}
.tickera_buyer_info {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 19px;
padding-bottom: 20px;
float: left;
width: 100%;
}
.tickera_buyer_info h5 {
float: left;
width: 100%;
}
.tickera_additional_info label input {
margin-left: 5px;
}
.tc_cart_payment_methods label {
margin-bottom: 0px;
float: left;
width: 100%;
}
.tc_cart_errors {
color: #FA1010;
}
.tc_in_cart {
width: 100%;
display: block;
}
.order_details_title {
font-weight: bold;
display: inline-block;
width: 130px;
}
span.total_item_title {
display: inline-block;
margin-right: 5px;
font-weight: normal;
}
span.total_item_amount {
display: inline-block;
min-width: 85px;
font-weight: normal;
}
span.cart_total_price_title,
span.cart_total_price {
font-weight: bold;
margin-top: 14px;
margin-bottom: 0;
} .tc_widget_cart_button {
text-align: center;
float: right;
margin-top: 20px;
}
.tc-clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .tc-clearfix {
display: block;
}
* html .tc-clearfix {
height: 1%;
}
.payment-option-wrap {
width: 33%;
float:left;
text-align: center;
margin-bottom: 20px;
}
.payment-option-wrap:hover {
cursor: pointer;
}
.payment-image-check {
height: 70px;
overflow: hidden;
}
.payment-option-wrap img {
margin: -72px 0 0 0;
width: auto !important;
}
.active-gateway img {
margin: 0;
}
.tc_choose_gateway {
margin-right: 7px;
}
.payment-option-wrap label img { pointer-events: none;
position: relative;
max-width: none;
} .payment-option-wrap label {
display: inline-block;
position: relative;
}
.payment-option-wrap label::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.tc_redirect_message {
display: none;
}
.tickera-payment-gateways .free_orders.plugin-title {
display: none;
}
.woocommerce-checkout {
position: relative;
}
.tc_checkout_error_info {
color: red;
}
.tc-event-table-wrap {
width: 100%;
overflow-x: auto;
} .tc_email_verify {
position: relative;
width: 30% !important;
left: -100px;
top: 54px;
background: #6b5f89;
color: #fff;
box-shadow: none;
border: none;
padding: 15px 18px;
font-size: 1.05em;
line-height: 1.6em;
text-align: center;
} @media only screen and ( max-width: 1270px ) {
.tc-container {
width: 100%;
}
}
@media only screen and ( max-width: 1070px ) {
.tc-container {
width: 100%;
}
}
@media only screen and ( max-width: 850px ) {
.tc-container {
width: 100%;
}
}
@media only screen and ( max-width: 650px ) {
.tc-container {
width: 100%;
}
.tickera-checkout tr th {
font-size: 14px;
}
.tickera-checkout tbody tr td,
.event_tickets th,
.event_tickets td {
font-size: 13px;
}
.tc_gateway_form td {
padding: 7px 2px;
}
.tc_gateway_form td {
font-size: 14px;
}
.payment-option-wrap {
width: 50%;
}
}
@media only screen and ( max-width: 470px ) {
.tc-container {
width: 100%;
}
.ticket-price, .ticket-price-header {
display: none;
}
.coupon-code {
width: 200px;
margin: 10px 0 10px 0;
}
.tickera_additional_info input[type=text],
.tickera_additional_info input[type=password],
.tickera_additional_info input[type=email] {
width: 100%;
margin: 8px 0 10px 0;
}
.tickera-checkout .tickera_update,
.tickera_checkout {
margin: 8px 0 10px 0;
width: 100%;
}
}
@media only screen and ( max-width: 320px ) {
.tc-container {
width: 100%;
}
.ticket-quantity .tickera_button {
width: 100%;
margin: 0;
}
.ticket-quantity .quantity {
height: 23px;
}
.coupon-code {
width: 248px;
margin: 10px 0 10px 0;
}
}body{overflow: auto !important;}
.tc-title-wrap h3{font-size: 1.3em;font-weight: 600;}
#tc-shortcode-builder select,#tc-shortcode-builder input{font-size: 14px;line-height: 1.4;min-height: 30px; border: 1px solid #7e8993;}
.tc-shortcode-atts h3{color: #23282d;font-size: 1.3em;margin: 1em 0;}
#tc-shortcode-builder .submit{padding: 1.5em 0;margin: 5px 0;}
#tc-shortcode-builder .submit input{background: #007cba;border-color: #007cba;color: #fff;width: auto;}
#tc-shortcode-builder .color-option{display: inline-block;
width: 24%;
padding: 5px 15px 15px;
box-sizing: border-box;
margin-bottom: 3px;
cursor: pointer;}
#tc-shortcode-builder .color-palette{width:100%}
#tc-shortcode-builder label {
vertical-align: middle;
}
#tc-shortcode-builder input[type=checkbox],#tc-shortcode-builder input[type=radio]{
border: 1px solid #7e8993 !important;
border-radius: 4px;
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0 !important;
height: 1rem !important;
margin: -.25rem .25rem 0 0;
padding: 0!important;
text-align: center;
vertical-align: middle;
width: 1rem !important;
min-width: 1rem;
-webkit-appearance: none;
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
transition: .05s border-color ease-in-out;
min-height: inherit !important;
}
#tc-shortcode-builder input[type=checkbox]:checked::before {
content: url(data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F><%2Fsvg>);
margin: -.1875rem 0 0 -.25rem;
height: 1.3125rem;
width: 1.3125rem !important;
}
#tc-shortcode-builder input[type=checkbox]:checked::before,#tc-shortcode-builder input[type=radio]:checked::before {
float: left;
display: inline-block;
vertical-align: middle;
width: 1rem;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#tc-shortcode-builder input[type=radio]:checked::before {
content: "";
border-radius: 50%;
width: .5rem;
height: .5rem;
margin: .1875rem;
background-color: #1e8cbe;
line-height: 1.14285714;
}
#tc-shortcode-builder input[type=radio] {
border-radius: 50%;
margin-right: .25rem;
line-height: .71428571;
}.tickera_additional_info .required{
color: red;
font-weight: 700;
border: 0;
padding-left: 3px;
}
.tickera_additional_info label input{
margin-left: 0px;
}div#em-loading { position:absolute; width:100%; height:100%; background:#FFFFFF url(//zeche.net/wp-content/plugins/events-manager/includes/images/loading.gif) 50% 50% no-repeat; left:0px; top:0px; opacity:0.8; filter:alpha(opacity=80); z-index:99998; }
.em-search-ajax { position:relative; }
.em-wrapper label span.screen-reader-text, #em-wrapper label span.screen-reader-text { clip: rect(1px 1px 1px 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .em-warning { margin:10px 0px; padding:10px; color:#333; border-radius:3px; display:block !important; }
.em-warning p { margin:10px 0px !important; padding:0px; color:#333 }
.em-warning-errors { background-color:#FFEBE8; border:1px solid #C00; }
.em-warning-confirms { background-color:#f1fff0; border:1px solid #a8d144; }
a.em-button { padding:5px 10px; margin:5px; background:#EEE; color:#333; border:1px solid #CCC; border-radius:3px; display:inline-block; text-decoration:none; }
a.em-button:hover { text-decoration:none; } .em-search div { display:inline; }
.em-search .hidden { display:none !important; } div.css-search { margin-bottom:20px; }	
div.em-search.css-search label { display:inline; } 
div.em-search.css-search div { display:block; }
div.css-search input, div.css-search select, div.css-search option, div.css-search div, div.css-search span, div.css-search button { 
width:auto; height:auto; margin:0; padding:0; float:none; display:inline-block; font-size:14px; }
div.css-search option { display:block; }
div.css-search input, div.css-search select { padding:5px; }
div.css-search { background:#fff; border:1px solid #dedede; border-radius:3px; padding:5px; min-height:40px; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; } div.css-search.has-advanced div.em-search-main { padding-bottom:8px; border-bottom:1px solid #dedede; }
div.css-search div.em-search-main div { display:inline; }
div.css-search div.em-search-field { padding:5px 0px; }
div.css-search input.em-search-text, div.css-search input.em-search-geo { width:90%; font-size:16px; line-height:16px; padding:8px; border:none; color:#666; text-overflow: ellipsis; display:inline-block; }
div.css-search div.em-search-geo { margin:0px 0px 0px 5px; padding-left:20px; background:url(//zeche.net/wp-content/plugins/events-manager/includes/images/search-geo.png) 0px 3px no-repeat; }
div.css-search div.em-search-text { margin:0px 0px 0px 5px; padding-left:20px; background:url(//zeche.net/wp-content/plugins/events-manager/includes/images/search-mag-ico.png) 0px 4px no-repeat; } div.css-search div.em-search-main div.em-search-field input::-webkit-input-placeholder { font-size:16px; line-height:16px; padding:3px 0px; border:none; color:#666; }
div.css-search div.em-search-main div.em-search-field input:-moz-placeholder { font-size:16px; line-height:16px; padding:8px; border:none; color:#666; }
div.css-search div.em-search-main div.em-search-field input::-moz-placeholder { font-size:16px; line-height:16px; padding:8px; border:none; color:#666; }
div.css-search div.em-search-main div.em-search-field input:-ms-input-placeholder { font-size:16px; line-height:16px; padding:8px; border:none; color:#666; } div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo { width:40%; }
.pac-container .pac-item { padding:4px 4px !important; } div.css-search div.em-search-main .em-search-submit {
position:absolute;
top: 5px; right: 5px;
-moz-box-shadow: 0px 0px 0px 0px #ffffff;
-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
box-shadow: 0px 0px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b7d282), color-stop(1, #8eb56d) );
background:-moz-linear-gradient( center top, #b7d282 5%, #8eb56d 100% );
background-color:#b7d282;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#ffffff;
font-weight:bold;
padding:8px 10px;
text-decoration:none;
text-shadow:1px 1px 0px #c7c5c7;
line-height:16px;
}
div.css-search div.em-search-main .em-search-submit:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C4DB99), color-stop(1, #A4C48A) );
background:-moz-linear-gradient( center top, #C4DB99 5%, #A4C48A 100% );
background:-ms-linear-gradient(top, #C4DB99, #A4C48A);
background:-o-linear-gradient(top, #C4DB99, #A4C48A);
background:linear-gradient(to top, #C4DB99, #A4C48A);
background-color:#A4C48A;
}
div.css-search div.em-search-main .em-search-submit img { border:none; padding:0; margin:0; box-shadow:none; border-radius:0; background:none; } div.css-search div.em-search-main button.em-search-submit span { display:block; width:16px; height:16px; background:url(//zeche.net/wp-content/plugins/events-manager/includes/images/search-mag.png) 0px 0px no-repeat; } div.css-search div.em-search-location, div.em-search-location-meta { margin:0px; padding: 0px; }
div.css-search div.em-search-advanced, div.css-search div.em-search-options { padding:5px 8px; }
div.css-search div.em-search-advanced > div { clear:both; }
div.css-search div.em-search-advanced label > span { display:block; float:left; min-width:100px; }
div.css-search div.em-search-advanced .em-search-submit { margin:10px 0px; }
div.css-search.no-search-main div.em-search-advanced.visible div { display:inline; clear:none; }
div.css-search.no-search-main div.em-search-advanced.visible label { display:none; }
div.css-search div.em-search-options { text-align:right; } #event-form .em-notice-warning, #post .em-notice-warning { margin:10px 0px; padding:15px 20px; border-left: 4px solid #ffa500; }
#event-form .em-notice-warning h4, #post .em-notice-warning h4 { margin-top:0px; }
#event-form .em-notice-warning div.warning-bold, #post .em-notice-warning div.warning-bold{ color:#c45500; font-weight: bold; }
#event-form .em-notice-warning div.warning-bold p, #post .em-notice-warning div.warning-bold p { margin-top:0px; font-size:14px; } .css-events-list table.events-table { border-spacing: 0px; border-collapse: collapse; }
.css-events-list table.events-table td { padding:0px; }
.css-events-list table.events-table th.event-time { width:150px; }
.css-events-list table.events-table th.event-description { width:auto; } .em-booking { margin:15px 0px 10px 0px; position:relative; }
.em-booking-form  { position:relative; clear:left; }
.em-booking-form-details  { padding:10px; width:360px; float:left; }  
.em-booking-form-details input.input, .em-booking-form-details textarea { width:250px; }
.em-booking-form p { clear:left; }
.em-booking-form label { display:block; float:left; }
.em-booking-form span.input-group input { margin-left:-20px; }
.em-booking-form span.input-group { display:block; margin-left:120px; }
.em-booking-form label  { display:inline-block; width:100px; }
.em-booking-form p.input-field-data_privacy_consent label { display:block; width:100%; }
.em-booking-form-details .em-booking-submit { width:auto; } .em-tickets { margin-bottom:20px; } div.em-booking-message { margin:10px 0px; padding:10px; color:#333; border-radius:3px; }
div.em-booking-message p { margin:10px 0px !important; padding:0px; color:#333; }
div.em-booking-message-success { background-color:#f1fff0; border:1px solid #a8d144; }	
div.em-booking-message-error { background-color:#FFEBE8; border:1px solid #C00; } div.em-booking-login { padding: 10px 10px 10px 20px; margin: 0px 0px 0px 390px;	border-left: 1px solid black; }
div.em-booking-login label { display:inline-block; width:90px; }
div.em-booking-login p{ margin:10px 0px !important; padding:0px !important;	}	
div.em-booking-login input { margin:0px; } #em-wrapper #locations-filter .subsubsub .current { font-weight:bold; }
#em-wrapper .em-locations-admin-list .em-button { float:right; } #em-wrapper #posts-filter .subsubsub .current { font-weight:bold; }
#em-wrapper .em-events-admin-list .em-button { float:right; } #event-form h4 { margin:25px 0px 15px 0px; font-weight:bold; }
#event-form p { margin-top:10px; }
#event-form .inside { clear:both; margin-bottom:20px; }
#buddypress .wp-editor-wrap table { width:auto; }
#buddypress .wp-editor-wrap table tr td, #buddypress .wp-editor-wrap table tr th { padding:0; }
#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=submit], #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset] { padding: 0px 10px 1px; } #event-form #event-name { width:80%; padding:2px; }
#event-form .event-extra-details { margin-top:20px; }
#event-form .event-extra-details select { vertical-align:top; } #event-form .reschedule-hidden, #post .reschedule-hidden { display:none; visibility:hidden; }
#event-form .em-recurrence-reschedule, #post .em-recurrence-reschedule { padding:15px 20px; border-left: 4px solid #ffa500; }
#event-form .em-recurrence-reschedule h4, #post .em-recurrence-reschedule h4 { margin-top:0px; }
#event-form .recurrence-reschedule-warning, #post .recurrence-reschedule-warning { margin-bottom:25px; color:#c45500; }
#event-form .recurrence-reschedule-warning p, #post .recurrence-reschedule-warning p { margin-top:0px; font-size:14px; } #event-rsvp-box { margin:10px; }
#event-rsvp-options label { font-weight:bold; } #em-tickets-form tbody.em-ticket-template { display:none; }
#em-tickets-form th { width:auto; }
#em-tickets-form th.ticket-status, .em-tickets-row .ticket-status { width:20px; }
#em-tickets-form .em-tickets-row .ticket-status span.dashicons { display:block; width:16px; height:16px; line-height:16px; font-size:16px; font-weight: bolder; }
#em-tickets-form .em-tickets-row .ticket-status.single span.dashicons { cursor:auto; }
#em-tickets-form .em-tickets-row .ticket-status span.ticket-on { color: #008000; }
#em-tickets-form .em-tickets-row .ticket-status span.ticket-off { color: #ff0000; }
#em-tickets-form .em-tickets-row .ticket-status span.ticket_new { color: #808080; }
#em-tickets-form.em-tickets-sortable .em-tickets-row .ticket-status span.dashicons { cursor:move; }
#em-tickets-form .em-ticket-sortable-placeholder { border:2px dashed #dedede; background:#efefef; }
#em-tickets-form .ui-sortable-helper { cursor:move; } .em-ticket-form .ticket-options { margin-top:10px; }	
.em-ticket-form > div > div, #em-tickets-form .ticket-dates > div { clear:both; padding-top:4px; }
.em-ticket-form label { display:block; float:left; min-width:105px; padding-right:5px; }
#em-tickets-form .ticket-name input, #em-tickets-form .ticket-description textarea { width:50%} 
#em-tickets-form .em-ticket-form-actions { clear:both; }
#em-tickets-form .ticket-spaces input, #em-tickets-form .ticket-price input { width:80px; }
#em-tickets-form .ticket-dates input.em-date-input-loc { width:90px; }
#em-tickets-form .ticket-dates-from-normal, #em-tickets-form .ticket-dates-from-recurring, 
#em-tickets-form .ticket-dates-to-normal, #em-tickets-form .ticket-dates-to-recurring { display:inline; }
#em-tickets-form .ticket-required input, #em-tickets-form .ticket-roles input { width:auto; }
#em-tickets-form .ticket-roles div { margin-left:110px; } #wp-em-editor-content-wrap table { margin-bottom:0px; } #event-form .em-location-types-single { display:none; visibility: hidden; }
#event-form .em-location-type { border-top: 1px solid #dedede; margin-top:20px; padding-top:20px; }
#event-form .em-location-type-single .em-location-type { border-top:0; margin-top:0; padding-top:0; }
#event-form .em-location-type.em-location-type-single { border:none; }
#event-form .em-location-type p:first-child { margin-top:0; }
#event-form div.em-location-data table { float:left; margin:0px 15px 0px 0px; }
#event-form .em-event-location-data h4 { padding-bottom:5px; border-bottom:1px solid #dedede; margin-bottom:15px; }
#event-form .em-input-field { margin-bottom:10px; }
#event-form .em-input-field label { display: block; margin-bottom:5px; }
#event-form .em-input-field.em-input-field-boolean label { display: inline-block; }
#event-form .em-input-field em { display: block; margin-top:2px; }
#event-form .em-location-type-delete-active-alert { display:none; visibility: hidden; }
#em-location-data table.em-location-data td, #em-location-data table.em-location-data th { vertical-align:top; border:none; }
#em-location-data table.em-location-data select { width:100%; }
#em-location-data table.em-location-data { width:50%; float:left; border:none; }
#em-location-data .em-location-map-container { width: 50%; height: 300px; float:left; }
#em-location-data .em-location-map-404, #em-location-data .em-location-map-content { width:100%; height:100%; }
#em-location-data .em-location-map-404 { vertical-align:middle; text-align: center; }  table.em-form-fields td, table.em-form-fields th { text-align:left; vertical-align:top; }
table.em-form-fields th { padding:0px 20px 5px 0px; } .em_obj { position:relative; }
.em_obj .table-wrap { clear:left; padding-top:5px; }
.em-bookings-table .em-bookings-table-export, .em-bookings-table .em-bookings-table-settings { float:left; display:block; margin:2px 5px; width:25px; height:25px;  }
.em-bookings-table .em-bookings-table-export { background:url(//zeche.net/wp-content/plugins/events-manager/includes/images/csv.png) 0px 0px no-repeat; }
.em-bookings-table .em-bookings-table-settings { background:url(//zeche.net/wp-content/plugins/events-manager/includes/images/settings.png) 0px 0px no-repeat; } #em-bookings-table-export, #em-bookings-table-settings { width:500px; height: 75%; }
#em-bookings-table-export form, #em-bookings-table-settings form { height: 100%; overflow:auto; } .em-bookings-table-overlay ul.em-bookings-cols-sortable { list-style-type: none; margin: 0; padding: 0 0 10px; float: left; margin-right: 10px; }
.em-bookings-table-overlay ul.em-bookings-cols-sortable li { margin: 0 5px 5px 5px; padding: 3px 8px; font-size: 12px; width: 120px; font-weight:normal; cursor:move; }
.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-highlight {}
.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default { color:#999; }
#em-bookings-export-cols-inactive, #em-bookings-cols-inactive { width:300px; }	
#em-bookings-export-cols-inactive li, #em-bookings-cols-inactive li { float:left; } #em-bookings-admin-booking .em-booking-single-info { display:none; }
#em-bookings-admin-booking .em-booking-single-form { padding-right:20px; } body#printable { font-family: Gill Sans, Helvetica, Arial, sans-serif; text-align: center; }  
body#printable #container { margin: 0 auto; width: 780px; text-align: left; }
body#printable table#bookings-table { width: 600px; border-spacing: 0px; }
body#printable table#bookings-table td { padding: 5px 0; }
body#printable table#bookings-table td.spaces-number { text-align: right; padding-right: 20px; }
body#printable table#bookings-table th { text-align: left; margin-left: 5px; }   
body#printable table#bookings-table tr#booked-spaces td{ border-top: 2px solid #999; }
body#printable table#bookings-table td.total-label { text-align: right; }                                  
body#printable table#bookings-table tr#booked-spaces td.spaces-number, table#bookings-table tr#available-spaces td.spaces-number { font-weight: bold; } table.em-calendar td { padding: 2px 4px; text-align: center; }
table.em-calendar.table tr.days-names { font-weight: bold; } 
table.em-calendar td.eventless-pre, .em-calendar td.eventless-post { color: #ccc; }
table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a{ color: #aaa; text-decoration:underline; }
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a { color: #FD7E29; }
table.em-calendar td.eventful-today a { font-weight: bold; }
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today { background-color: #CFCFCF; }
table.em-calendar thead { font-size: 120%; font-weight: bold; }
table.fullcalendar { border-collapse: collapse; }
table.fullcalendar td { text-align: left; border: 1px solid #888; }
div.em-calendar-wrapper { position:relative; } .em-map-balloon .em-map-balloon-content { 
margin:0px 0px 0px 0px !important; 
padding:0px 0px 20px 0px !important; 
font-size:12px !important;
color:#000000  !important;
width:auto !important; 
max-width:none !important;
height:auto !important;
max-height:none !important;
}
.em-location-map img, .em-locations-map img, #em-map img {
max-width:none !important;
background:none !important;
border:none !important;
margin:0 !important;
padding:0 !important;
height:auto;
width:auto;
} .em-time-input { width:7em;}
.em-time-range .em-time-input.error, .em-time-input.error { border:#cc0000 1px solid; }
.ui-em_timepicker-wrapper{overflow-y:auto;max-height:150px;width:6.5em;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);z-index:10052;margin:0}.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration{width:13em}.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-30,.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-60{width:11em}.ui-em_timepicker-list,.ui-em_timepicker-list li{margin:0;padding:0;list-style:none}.ui-em_timepicker-duration{margin-left:5px;color:#888}.ui-em_timepicker-list:hover .ui-em_timepicker-duration{color:#888}.ui-em_timepicker-list li{padding:3px 0 3px 5px;cursor:pointer;white-space:nowrap;color:#000}.ui-em_timepicker-list:hover .ui-em_timepicker-selected{background:#fff;color:#000}.ui-em_timepicker-list .ui-em_timepicker-selected:hover,.ui-em_timepicker-list li:hover,li.ui-em_timepicker-selected{background:#1980ec;color:#fff}.ui-em_timepicker-list li:hover .ui-em_timepicker-duration,li.ui-em_timepicker-selected .ui-em_timepicker-duration{color:#ccc}.ui-em_timepicker-list li.ui-em_timepicker-disabled,.ui-em_timepicker-list li.ui-em_timepicker-disabled:hover,.ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled{color:#888;cursor:default}.ui-em_timepicker-list li.ui-em_timepicker-disabled:hover,.ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled{background:#f2f2f2}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:16777271;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0;image-orientation:from-image;object-fit:contain}.pswp__img--placeholder{-webkit-backface-visibility:hidden;backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222;display:none}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}button.pswp__button{width:44px;height:44px;position:relative;background-color:#00000000!important;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none;min-width:0}button.pswp__button:focus,button.pswp__button:hover{opacity:1;background-color:transparent}button.pswp__button:active{outline:0;opacity:.9;background-color:transparent}button.pswp__button::-moz-focus-inner{padding:0;border:0;background-color:transparent}.pswp__ui--over-close button.pswp__button--close{opacity:1}button.pswp__button,button.pswp__button--arrow--left:before,button.pswp__button--arrow--right:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAYAAAAJD2m8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAAEw0lEQVR4Xu3dMYsdVRjG8S0MUVEstRHBwsrCNuwWNgp+Aj+CTUprsTJRYhdJEYixMWBhJVhoY+knsNJGg4FgKyxq1uc98+whc+8ZdmfZmXPOvf8fvNzMe87kPDBzZpPNLDkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHTjpMBDkzxtxEOr8tLnzuvDqhTjSPVA9Yfq2J9xfOQpTYlcztdFXlwyXegtHprkaSMeWpWX7uIBoeWfUX2RgpycPFLdV930ZxyHGL/iU6pSjq7yYiHDdb745vHpPCDOoOXvqp6oPlM953YSx+7H+F23q4ocztNFXixEFzjx4Ww+fbXN5+VGPDTJ00Y8tAotdzisenLLrSKNx6YLh25VEesPMfrIiwX5AvOAWJCW+1oVfyzf/Eo8yqHDq573wK0qtH4x7yaNN5EX6Jo30Vc+zNTbelDFPNVDH1ah9Yt5S1rIC3RNGyjc8OHp8YiHYuwT1bEPq0iBOsoLdE0bKL4i3/dhpl7Lf4LYylvSQl6ga9pA8d5AbLpevgdRzLtJ43wPYtfp4iY+nM2nX/j8ubzciIcmedqIh1ah5eJlo3DWvwp8Okyr+xJSrD/E6CMvFuQLzANiYVrytireG7ihKr1XEJstxlfPVqIYXeXFQuICBx/O5tOr3CRe+sy1Pa3qjazlr6g230yMzff0m4mZT6tGEbrKi4X4+o54aJKnjXhoVV763Hl9WJVinP5sw0NV/GxDfOafbdBnlk6oTDG6yotL5ms74qFJnjbioVV56XPn9WHzHDdxq2mOmrgFYEm9bTYeDgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG3q4f+V4P++QJPivqxZS9MamVvNcbzELWC/xL1fqjVoncytZjhW4hawf+L+L9VatFbmVnWOk7gF7KfYA6Vak9bL3KrGMRK3gN2j+/tl1fM+nBT7oFSXQb/Phfj01Xn52Xw6dtGcC9zDzaCIL6h+jKxyrLruoSKNF+sy6Pe5EJ++Oi8/m0/HrvH1Tdya5GmJW01SvI+GlNm/qtc8vEVjxVqT1svcqsYxErewz3wvJG5t8XDiVpMU7y3V7yno2NueskVjxVqL1srcqs5xErewz3wvJG5lbiduNUfRXlfdU/0TOTf8qXrRU7dorFhr0DqZW81wrMQt7DPfC4lbTd4kivKu6kvVLdWR6hvVf6rwt+qm6kPVT6pvVW/61CKNF2tpWiNzqzmOl7iFfeZ7YYuHq1OUd1RPUqjB6a/jm5F3VJPfa5iic4q1Bq3T/MbrISNWFDfE09xuguLEXyM2fad61VNm07nFAlCgzTHidhMU5/Mh1cgj1XXVs542i84rFoAN2hhFHq5OUV5R/ZJCDX71Z3is+lj1kudWf1EK2BnaFJlbxV5tinJVdU31ho8PVT+oTv2l+m34Zd0XpYCdoA2RuZW5nbjVJMV7T/VzCjrW/ItSQLO0GTK3tng4catZivj9kHSk2RelgGZpI2RuTfK0xK0mKd77Q8qs2RelgOZpM5x7N8yZW5NifqBq+kUpAB0oPRyiAKD4cIgCgOLDIQoAig+HKAAoPhyiADSstGnXLAANK23aNQsAAAAAAAAAAAAAAABAKw4O/gd/4B7XBr94BAAAAABJRU5ErkJggg==) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg button.pswp__button,.pswp--svg button.pswp__button--arrow--left:before,.pswp--svg button.pswp__button--arrow--right:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KCTx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+DQoJPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCgkJPGc+DQo8IS0tDQoJCQk8cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz4NCi0tPgkJCTxnIGZpbGw9IiNmZmYiPg0KCQkJCTxwYXRoIGQ9Ik0xMyAyOXYtNWgydjNoM3YyaC01ek0xMyAxNWg1djJoLTN2M2gtMnYtNXpNMzEgMTV2NWgtMnYtM2gtM3YtMmg1ek0zMSAyOWgtNXYtMmgzdi0zaDJ2NXoiIGlkPSJTaGFwZSIvPg0KCQkJPC9nPg0KCQkJPGcgZmlsbD0iI2ZmZiI+DQoJCQkJPHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPg0KCQkJPC9nPg0KCQkJPHBhdGggZD0iTTIwLjU4NiA2NmwtNS42NTYtNS42NTYgMS40MTQtMS40MTRMMjIgNjQuNTg2bDUuNjU2LTUuNjU2IDEuNDE0IDEuNDE0TDIzLjQxNCA2Nmw1LjY1NiA1LjY1Ni0xLjQxNCAxLjQxNEwyMiA2Ny40MTRsLTUuNjU2IDUuNjU2LTEuNDE0LTEuNDE0TDIwLjU4NiA2NnoiIGZpbGw9IiNmZmYiLz4NCgkJCTxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPg0KCQkJPHBhdGggZD0iTTE1Mi4yMTUgNjUuMDNMMTU0IDYzLjVsLTMtMy41aDEwdi0yaC0xMGwzLTMuNS0xLjc4NS0xLjQ2OEwxNDcgNTlsNS4yMTUgNi4wM3oiIGZpbGw9IiNmZmYiLz4NCgkJCTxnPg0KCQkJCTxwYXRoIGlkPSJSZWN0YW5nbGUtMTEiIGZpbGw9IiNmZmYiIGQ9Ik0xNjAuOTU3IDI4LjU0M2wtMy4yNS0zLjI1LTEuNDEzIDEuNDE0IDMuMjUgMy4yNXoiLz4NCgkJCQk8cGF0aCBkPSJNMTUyLjUgMjdjMy4wMzggMCA1LjUtMi40NjIgNS41LTUuNXMtMi40NjItNS41LTUuNS01LjUtNS41IDIuNDYyLTUuNSA1LjUgMi40NjIgNS41IDUuNSA1LjV6IiBpZD0iT3ZhbC0xIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQoJCQkJPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1MCAyMWg1djFoLTV6Ii8+DQoJCQk8L2c+DQoJCQk8Zz4NCgkJCQk8cGF0aCBkPSJNMTE2Ljk1NyAyOC41NDNsLTEuNDE0IDEuNDE0LTMuMjUtMy4yNSAxLjQxNC0xLjQxNCAzLjI1IDMuMjV6IiBmaWxsPSIjZmZmIi8+DQoJCQkJPHBhdGggZD0iTTEwOC41IDI3YzMuMDM4IDAgNS41LTIuNDYyIDUuNS01LjVzLTIuNDYyLTUuNS01LjUtNS41LTUuNSAyLjQ2Mi01LjUgNS41IDIuNDYyIDUuNSA1LjUgNS41eiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIvPg0KCQkJCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMDYgMjFoNXYxaC01eiIvPg0KCQkJCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMDkuMDQzIDE5LjAwOGwtLjA4NSA1LTEtLjAxNy4wODUtNXoiLz4NCgkJCTwvZz4NCgkJCTxnPg0KCQkJCTxjaXJjbGUgY3g9IjYxLjgxMzI1MDU0MTY4NzAxIiBjeT0iNjUuODMxMzIzNjIzNjU3MjMiIHI9IjIuNSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utb3BhY2l0eT0iMCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIi8+DQoJCQkJPGNpcmNsZSBjeT0iNzAuMzMxMzIzNjIzNjU3MjMiIGN4PSI3MC44MTMyNTA1NDE2ODcwMSIgcj0iMi41IiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiLz4NCgkJCQk8Y2lyY2xlIGN4PSI3MC44MTMyNTA1NDE2ODcwMSIgY3k9IjYxLjMzMTMyMzYyMzY1NzIzIiByPSIyLjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIvPg0KCQkJCTxwYXRoIGQ9Im02MS44MTMyNTA1NDE2ODcwMSw2NS44MzEzMjM2MjM2NTcyMyBsOSw0LjUgbS05LC00LjUgbDksLTQuNSAiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSIjZmZmZmZmIiBzdHJva2Utb3BhY2l0eT0iMSIgZmlsbC1vcGFjaXR5PSIxIi8+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQo8L3N2Zz4NCg==)}.pswp--svg button.pswp__button--arrow--left,.pswp--svg button.pswp__button--arrow--right{background:0 0}}button.pswp__button--close{background-position:0 -44px!important}button.pswp__button--share{background-position:-44px -44px!important}button.pswp__button--fs{display:none}.pswp--supports-fs button.pswp__button--fs{display:block}.pswp--fs button.pswp__button--fs{background-position:-44px 0!important}button.pswp__button--zoom{display:none;background-position:-88px 0!important}.pswp--zoom-allowed button.pswp__button--zoom{display:block}.pswp--zoomed-in button.pswp__button--zoom{background-position:-132px 0!important}.pswp--touch button.pswp__button--arrow--left,.pswp--touch button.pswp__button--arrow--right{visibility:hidden}button.pswp__button--arrow--left,button.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}button.pswp__button--arrow--left{left:0}button.pswp__button--arrow--right{right:0}button.pswp__button--arrow--left:before,button.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}button.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px!important}button.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px!important}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}.pswp__share-tooltip a:first-child:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--twitter:hover:before{border-bottom-color:#55acee}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--pinterest:hover:before{border-bottom-color:#ccc}a.pswp__share--copyurl:hover,a.pswp__share--custom:hover,a.pswp__share--download:hover{background:#ddd}a.pswp__share--copyurl:hover:before,a.pswp__share--custom:hover:before,a.pswp__share--download:hover:before{border-bottom-color:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:center;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse button.pswp__button--arrow--left,.pswp--has_mouse button.pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse button.pswp__button--arrow--left,.pswp--has_mouse button.pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__caption.pswp__ui--idle,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle button.pswp__button--arrow--left,.pswp__ui--idle button.pswp__button--arrow--right{opacity:0}.pswp__ui--hidden button.pswp__button--arrow--left,.pswp__ui--hidden button.pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide button.pswp__button--arrow--left,.pswp__ui--one-slide button.pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}