html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, inout, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
* {
box-sizing: border-box;
}
body {
font-family:'Open Sans', sans-serif;
font-size: 18px;  
font-weight:300;
line-height:1.6;
background:#000;
color:#dfdfdf;
}
@media (min-width:1000px) {
body {
font-size: 20px;  
}
table {
font-size: 17px;
}   
}
@media (min-width:1250px) {
body {
font-size: 22px;  
}
table {
font-size: 19px;
}
}
a {
color:#fff;
text-decoration:underline;
text-decoration-color: #ff0;
transition:color .4s, fill .4s, background .4s;
position: relative;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
text-decoration: none;
color:#dfdfdf;
cursor: text;  
}
a:focus, a:active { 
color: #fff;
}
a:hover {
color: #ff0;
}
::selection {
background: #ff0;
color: #000;
}
::-moz-selection {
background: #ff0;
color: #000;
}
h1, h2, h3, h4 {
font-weight: 300;
font-size: 1.75rem;
line-height: 1.125;    
}
h2 {
font-size: 1.375rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 1.125rem;
}  
@media (min-width:1000px) {  
h1 {
font-size: 3vw; 
}
h2 {
font-size: 2.5vw;
}
h3 {
font-size: 2vw;
}
h4 {
font-size: 1.5vw;
}   
}
@media (min-width:1250px) {  
h1 {
font-size: 2.25vw; 
}
h2 {
font-size: 1.75vw;
}
h3 {
font-size: 1.5vw;
} 
h4 {
font-size: 1.25vw;
}  
}
strong,b {
font-weight:600;
}
small, .small {
font-size: 14px;
}
.large {
font-size: large;
}
.x-large {
font-size: x-large;
}
.hidden {
display: none;
}
em {
font-style:italic;
}
.center {
text-align:center;
}
hr {
color: #888;
background-color: #888;
border: 0;
height: 1px;
clear:both;
margin: 1.5rem auto;  
}
@media (min-width:1000px) {  
hr {
margin: 4.5rem auto;    
}
}
.clearfix:after,
.ngg-clear:after,
blockquote:after {
content: '';
clear: both;
display: block;
visibility: hidden;
height: 0;
}
.content header img {
margin-bottom:10px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content p,
.content ul,
.content ol,
.content table {   
margin-bottom:1.5rem;
}             
.content ul,
.content ol {   
margin-left:1.5rem;
}
.content table {   
min-width:100%;
}
.content th,
.content td {   
padding:.5rem;
vertical-align: top;
}
blockquote {
border-bottom: 3px solid #f00;
padding-bottom:1.5rem;
margin-bottom:3.5rem;
}
blockquote:last-child {
border-bottom: 0;
}
blockquote h2 {
font-size: smaller;  
}
blockquote img {
float: left;
margin-right:1.5rem;
margin-bottom:1rem;    
}
@media (max-width:960px) {
blockquote h2 {
clear:both;  
}
} .row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-sm-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-md-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-lg-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-xl-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.table-bordered {
border: 1px solid #333;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #333;
}
tr.divider td {
border-top-width: 5px;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.125);
}
.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.175);
}
@media (max-width:1000px) {
.table-responsive {
width: 100%;
margin-bottom: 1.5rem;
overflow-y: hidden;
overflow-x: auto;
//border: 1px solid #444;
}
.table-responsive table {
border: 0;
margin-bottom: 0;
}  
.table-responsive td {
white-space: nowrap;
}  
}
tr.nextgame {
background: #222;
} .alignnone {
}
.aligncenter,
div.aligncenter {
margin: auto;
text-align: center;
}
.fr,
.alignright {
float:right;
}
.alignleft {
float:left;
}
img.alignright {
float: right;
margin: .25rem 0 1.5rem 1.5rem;
}
footer img.alignright {
margin: 0;
}
img.alignnone {
}
img.alignleft {
float: left;
margin: .25rem 1.5rem 1.5rem 0;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
max-width: 100%;
}
.wp-caption img {
height: auto;
width: auto;
max-width: 100%;
}
.wp-caption p.wp-caption-text {
font-size: small;
} .screen-reader-response,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
img {
max-width: 100%;
width: auto;
height: auto;
}
.img-responsive  { display: block; max-width: 100%; height: auto; }
.img-responsive-max { display: block; width: 100%; height: auto; }
.img-rounded { border-radius: 6px; }
.img-circle { border-radius: 50%; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.pull-right {
float: right; }
.pull-left {
float: left; }  
.warning {
padding:3rem;
border:1px solid #ff0;
}
main, article, aside, footer, header, nav, section {
display:block;
}
html, body { height:100%; }
body {
background: #000;  
}
.skip:focus, .skip:active {
position: absolute;
top: 0;
left: 0
}
.skiplinks {
position: absolute;
top: -100px;
left: 0;
height: 1px;
width: 100%;
z-index: 999;
list-style-type: none;
}
.skiplinks .skip:focus, .skiplinks .skip:active {
top: 100px;
display: block;
outline: 0 none;
width: 100%;
opacity: .8;
padding: .3rem 0;
text-align: center;
text-decoration: none;
background: #000;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.btn {
position: relative;
display: inline-block;
padding: 4px 12px;
background: #000;
color: #fff;
text-decoration: none;
text-shadow: none;
transition: background .4s, color .4s;  
}
.btn-menu {
background: 0;
color: #000;
position: relative;
z-index: 9;
line-height: 1;
margin-top:64px;
}
.btn-menu:before {
content: '\2261';
display: block;
position: absolute;
left:0;
right:0;
margin:auto;
top:-64px;
font-size: 64px;
line-height: 1;
text-align: center;    
}
@media (min-width:1000px) {
.btn-menu {
display: none;
}
.btn:hover {
background: #336FB0;
color: #fff;
}
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
font-size: 1.25em; 
width: 100%;
max-width:500px;
padding: .25em;
background: #fff;
border:2px inset #ff0;
}
input.autowidth,
select.autowidth,
textarea.autowidth { 
width:auto;
}
textarea {
font-size: 1em;
}
input[type=submit],
button[type=submit] {
font-size: 1.25em;   
padding: .25em .5em;
background: #ff0;
color: #000;  
border:2px outset #ff0;
cursor: pointer;    
}
#page {
min-height: 100%;
position: relative;  
}
#header {
position: relative;
background: #ff0;  
}
#header > div {
padding:10px 15px;  
}
#main,
#sponsoren {
padding: 15px 15px 150px;
}
#ft1 {
position: absolute;
bottom: 0;
width: 100%;
background: #15150b;
border-top:15px solid #ff0;
padding:15px;
}
#ft1 > small {
display:block;
}
#ft1 small,
#ft1 small a {
color: #ccc;  
}
#ft1 svg {
width:2rem;
height:auto;
}
#ft1 .socials {
text-align:right;
}
#ft1 .socials a {
display:inline-block;
margin:1rem .5rem 2rem .5rem;
}
@media (min-width:1000px) {
#header > div,  
#main,
#sponsoren,
#ft1 > small {
max-width: 1100px;
margin: auto;     
}
#main {
margin-top:3rem;  
}
#main.fullwidth {
max-width: none;  
}
}
.logoboxwrap {
width:160px;
height:88px;  
float: left;
}
.logobox {
display:block;
position: relative;
width: 100%;
height: 0;
padding-top:55%;
}
.logobox svg {
position: absolute;
top: 0;
left: 0;
}
.logobox .fill {
fill:#000;
transition: fill .4s;
}
.logobox:hover .fill {fill:#550}
@media (min-width:1000px) {
.logoboxwrap {
}
}
#nav {
float: right;
font-weight: 400; 
}
#nav ul {
list-style: none;
max-height: 0px;
overflow: hidden; }
#nav > div > ul {
position: absolute;
left: 0;
top: 109px;
width: 100%;
background: #ff6;  
z-index: 9;    
}
#nav.show > div > ul {
max-height: 100rem;  
border-top:1px solid #331;    
}
#nav.show #menubtn:before {
content: '\2A2F';
}
#nav ul a {
display: block;
white-space: nowrap;
font-size: 22px;
line-height: 1;
padding:15px 96px 15px 15px;
color:#000;
text-align: center;
text-decoration: none;
border-bottom:1px solid #331;
position: relative;
}
#nav ul ul a {
font-size: 20px;
}
#nav ul .menu-item-has-children > a:after {
display: inline-block;
content:'\25BE';
position: absolute;
right: 0;
top:0;
font-size: 40px;
line-height: 53px;
width:36px;
padding:0 22px;
color:#221;  
border-left:1px solid #331;
}
#nav .show-children > ul {
max-height: 100rem;
background: #ffa;                    
}
#nav .show-children.menu-item-has-children > a:after {
content:'\25B4';  
background: #ffa;
}
#nav ul .current-menu-item > a {
background: #fff;
font-weight: 600;
}
#nav ul .current-menu-parent > a {
background: #ffc;
}
@media (min-width:1000px) {
#nav {
width: 80%;
padding-top:19px;
}
#nav ul {
max-height: none;
overflow: visible;
}  
#nav > div > ul {
position: relative;    
top: auto;
left: auto;
right: auto;
width: auto;
border:0;    
background: 0;
float:right;            
}
#nav > div > ul li {
display: block;
float:left;
position: relative;            
}  
#nav ul ul {
position: absolute;
left: 50%;
transform: translateX(-50%);
top:54px;
max-height: 0;
display: none;
padding:5px 0;
}
#nav > div > ul > li:last-child ul {
left: 100%;
transform: translateX(-100%);
}
#nav ul ul li {
display: block;
float: none;
} 
#nav ul a {
display: block;
border:0;
padding:15px;
}
#nav ul a:hover {
color: #550;
}  
#nav ul ul a:hover {
background: #ff3;
}
#nav ul .menu-item-has-children > a:after {
position: relative;
font-size: 1.5rem;
line-height: 1;
width: 25px;
text-align: center;
padding:0;  
border:0;
transition:  color .4s;
}
#nav .show-children > ul {
max-height: 100rem;
display: block;
background: #fff;
}
#nav .show-children > ul:after {
content:'';
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -8px;
width:16px;
height:16px;
background: #fff;
transform-origin: 0 0;
transform: rotate(45deg);
z-index:-1;
}
#nav .show-children.menu-item-has-children > a:after {
content:'\25BE';  
color:#ff0;  
background: 0;
}
#nav ul .current-menu-item > a {
background: 0;
font-weight: 600;
}
#nav ul .current-menu-parent > a {
background: 0;
}
}
.home .intro {
margin:0;  
}
.home .intro > div {
background: rgba(0,0,0,.85);
padding:15px 15px 30px;  
}
.home .intro > div::first-letter {
float: left;
font-size: 300%;
line-height: 1;
padding-right: 4px;
}
#news-archive ul {
margin-top: 15px;  
}
#news-archive li {
display: block;
padding-top: 1.5rem;
border-top:2px solid #ff0;
}
#news-archive li:last-child {
border-bottom:2px solid #ff0;
}
#news-archive a {
text-decoration: none;
}
#news-archive li img {
float: left;
margin-right: 15px;
margin-bottom:1.5rem;  
}
#news-archive li small {
margin-bottom:1.5rem;  
}
ul.wp-block-latest-posts {
list-style-type: disc !important;
}
ul.wp-block-latest-posts li {
margin-bottom:1rem;
}
.pagination {
clear: both;
margin:1.5rem 0;
}
.pagination .page-numbers {
display: inline-block;
background: #ff0;
color: #000;
padding:8px 14px;
}
.pagination .page-numbers.current {
background: #fff;
color: #000;
}
#news-single > section {
padding-bottom:1.5rem;
}
@media (max-width:1000px) {
#news-single .lightbox {
max-width: 40%;
}
}
.lightbox {
display: block;
position: relative;
}
.lightbox:after {
content:'\1F50D';
display: block;
position: absolute;
bottom: 1.5rem;
right: 0;  
}
.postnavi {
padding-top:3rem;
}
.postnavi .next,
.postnavi .prev {
position: relative;
display: block;     
}
.postnavi .prev {
text-align: right;  
}
.postnavi .next a,
.postnavi .prev a,
.postnavi .nonext,
.postnavi .noprev {
text-decoration: none;
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: #ff0;
color:#000;
padding:.5rem .5rem .5rem 2rem;
margin-bottom:.25rem;    
}
.postnavi .nonext,
.postnavi .noprev {
display: none;
}
.postnavi .next a:hover,
.postnavi .prev a:hover {
background: #fff;    
}
.postnavi .prev a {
padding:.5rem 2rem .5rem .5rem;    
}
.postnavi .next:before {
position: absolute;
left:.5rem;
top: .5rem;
content:'\25C2';
color:#000;
z-index: 9;
}
.postnavi .prev:after {
position: absolute;
right: .5rem;
top:.5rem;
content:'\25B8';
color:#000;
z-index: 9;
}
@media (min-width:800px) {
.postnavi .next,
.postnavi .prev,
.postnavi .nonext,
.postnavi .noprev {
float: left;
width: 49%;      
}
.postnavi .nonext,
.postnavi .noprev {
display: block;
background: #1f1f00;      
}
.postnavi .prev,
.postnavi .noprev {
float: right;      
}
}
.ngg-albumoverview {
margin-top: 15px;
border-bottom:2px solid #ff0;  
}
.ngg-album-compact {
display: block;
width: 100%;
clear: both;
padding-top: 1.5rem;
border-top:2px solid #ff0;
}
.ngg-album-compact a {
text-decoration: none;
font-weight: bold;  
}
.ngg-album-compactbox {
float: left;
margin-right: 15px;
margin-bottom:1.5rem;   
}
.ngg-album-gallery-image-counter {
font-size: small;
}
.ngg-album-gallery-image-counter strong {
font-weight: normal;
}
.ngg-imagebrowser {
margin-top: 15px;
padding-top:15px;
border-top:2px solid #ff0;  
}
.ngg-imagebrowser .pic {
margin: 15px 0 5px;  
}
.ngg-imagebrowser .back {
float:left;  
}
.ngg-imagebrowser .next {
float:right;
text-align: right;  
}
.ngg-imagebrowser .back a,
.ngg-imagebrowser .next a {
display: block;
width: 10rem;  
text-decoration: none;
background: #ff0;
color: #000;
padding:8px 14px;
margin-bottom:10px;
}
.ngg-imagebrowser .counter,
.ngg-imagebrowser .ngg-imagebrowser-desc {
clear: both;
text-align: center;
font-size: small;    
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
float:left;
width: 50%;
padding:.5rem;  
}
@media (min-width:500px) {
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
width: 33%;  
}
}
@media (min-width:750px) {
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
width: 25%;  
}
}
@media (min-width:1000px) {
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
width: 20%;  
}
}
#sponsoren svg {
opacity: .8;
transition: opacity .4s;
}
#sponsoren a:hover svg {
opacity: 1;
}
.wpcf7-list-item {
display: block;
}
.wpcf7-list-item-label {
padding-left:1rem;
}
.wpcf7-response-output {
//background: #222;
//padding:0.5rem;
color:#ff0;
margin-bottom:1.5rem;
}
.wpcf7-display-none {
display: none;
}
.wpcf7-mail-sent-ok {
color: #0f0;
}
.wpcf7-validation-errors {
color: #f00;
}
.wpcf7-not-valid-tip {
color: #f00;
}
@media (min-width:1000px) {
.wpcf7-not-valid-tip {
padding-left:.5em;
}
}
#bgvid { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url(//www.wasserball-dresden.de/wp-content/themes/sgwabadresden/img/burkau.jpg) no-repeat;
background-size: cover;
transition: 1s opacity;
} #start_slider .owl-dots {
margin-top:12px;
}
#start_slider .owl-dot span {
background-color: #FF0 !important;
width: 12px !important;
height: 12px !important;
}
#start_slider .owl-dot.active span {
background-color: #909000 !important;
}
ol.breadcrumb {
list-style-type: none;
margin-left: 0;
margin-bottom:3rem;
font-size: 14px;
}
.breadcrumb li {
display: inline;
}
.breadcrumb li:before {
content: '/ ';
}
.breadcrumb li:first-child:before {
content: '';
}
ul.event-categories {
list-style-type: none;
margin-left: 0;
}
ul.event-categories:before {
content: 'Team(s): ';
}
ul.event-categories li {
display: inline-block;
padding:0;
}
ul.event-categories li a:after {
content: ', ';
}
ul.event-categories li:last-child a:after {
content: '';
}
ul.em-categories-list {
list-style-type: none;
margin-left: 0;
}
ul.em-categories-list li {
display: inline-block;
padding:.5rem 1rem .5rem 0;
}
.single-event-table td {
vertical-align: middle;
text-align: center;
}
.single-event-table h1,
.single-event-table p,
.single-event-table ul {
margin-bottom: 0;
}
.single-event-table h1 {
margin-top: 1rem;
}
.single-event-table .eventnotes {
padding: 1rem;
}
.events-table td {
padding:1rem .5rem;
line-height: 1.3;
}
.events-table-grouped td:first-child {
width: 10rem;
}
.events-table a {
text-decoration: none;
}
.events-table small {
color: #aaa;
}
.em-calendar {
width: 100%;
font-size: 13px;  
}
.em-calendar a {
text-decoration: none;
}
.em-calendar thead td {
vertical-align: middle;
font-size: 1.5rem;  
}
.em-calendar thead td:last-child {
text-align: right;
}
.em-calendar .month_name {
text-align: center;
font-weight: 300;
padding-left: 15%;
}
.em-calendar .days-names td {
width: 10%;
vertical-align: middle;
height: 1.5rem;
line-height: 1.25;
//border-top-color:#bbb;  
//border-bottom-color:#bbb;  
}
.em-calendar .days-names td:nth-last-child(-n+2) {
width: 25%;
}
.em-calendar td {
padding: .5rem .1rem;
}
.em-calendar tbody td {
border:1px solid #333;
text-align: center;
height: 6rem;  
}
.em-calendar .eventless-pre,
.em-calendar .eventless-post,
.em-calendar .eventful-pre,
.em-calendar .eventful-post,
.em-calendar .eventful-pre a,
.em-calendar .eventful-post a {
color: #666;
}
.em-calendar .eventless {
}
.em-calendar .eventful {
}
.em-calendar .eventful > a {
display: inline-block;
background: #333;
border-radius: 50%;
width:20px;
}
.em-calendar td ul {
list-style-type: none;
margin: .75rem 0 0 0;
line-height: 1.2;
}
.em-calendar td li {
margin-bottom:.3rem;
}
.em-calendar td li:last-child {
margin-bottom:0;
}
.woocommerce ul.products li.product {
display: inline-block;
width:50%;
padding:.25rem;
margin-bottom:4rem;
vertical-align: top;
}
@media (min-width:800px) {
.woocommerce ul.products li.product {
width:33%;
}
}
@media (min-width:1000px) {
.woocommerce ul.products li.product {
width:25%;
}
}
.woocommerce ul.products li.product a {
text-decoration: none;
}
.woocommerce ul.products li.product .price {
display: block;
color:#ff0;
}
.woocommerce ul.products li.product .button {
color:#ff0;
text-decoration: underline;
font-size:80%;
}
.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
background:#ff0;
color:#000;
text-decoration: none;
padding:.2rem .5rem;
border-radius: .25rem;
}
.woocommerce ul.products li.product .button:hover {
color:#fff;
}
.woocommerce ul.products li.product .product_type_simple.add_to_cart_button:hover {
background: #af0;
color:#000;
}
.woocommerce-product-gallery__image {
display: inline-block;
margin:0 5px 5px 0;
}
.woocommerce-product-gallery__image:first-child {
width:100%;
}
@media (min-width:900px) {
.woocommerce-product-gallery,
.product .summary {
float: left;
}
.woocommerce-product-gallery {
width: 66%;
}
.product .summary {
width: 33%;
}
}
.woocommerce-Price-amount {
color:#ff0;
}
.product .variations {
margin-top:2rem;
}
.product .variations td.label {
padding-right:.5rem;
}
.product .quantity {
display: inline-block;
}
.woocommerce input.qty {
width: 4rem;
}
.woocommerce-message,
.woocommerce-error {
background: #ff0;
color: #000;
padding: 2rem;
margin-bottom:3rem;
}
.woocommerce-error {
background: #f60;
list-style: none;
}
.woocommerce-message a,
.woocommerce-error a {
color: #000;
text-decoration: underline;
}
.woocommerce .shop_table td,
.woocommerce .shop_table th {
text-align: center;
border-bottom:2px solid #333;
}
.woocommerce .shop_table .product-name {
text-align: left;
}
.woocommerce .shop_table .product-remove a {
display: block;
background: #ff0;
color:#000;
padding:.25rem;
border-radius: .25rem;
text-decoration: none;
}
.woocommerce .shop_table .product-remove a:hover {
background: #f60;
}
.woocommerce .shop_table .product-thumbnail {
width: 150px;
max-width:15%;
}
.woocommerce .shop_table .product-subtotal {
max-width:10%;
overflow: hidden;
text-overflow: ellipsis;
}
.woocommerce button[name=update_cart] {
font-size: 1rem;
}
.woocommerce .cart_totals h2,
.woocommerce .cart-subtotal {
display: none;
}
.woocommerce .cart_totals th {
width: 75%;
}
.wc-proceed-to-checkout {
text-align: right; 
}
.wc-proceed-to-checkout a.button {
background: #af0;
color: #000;
padding:.5rem 1.5rem;
border-radius: .25rem;
text-decoration: none;
font-weight: 600;  
}
.wc-tabs-wrapper {
clear: both;
padding-top: 1rem;
}
ul.wc-tabs {
list-style: none;
}
ul.wc-tabs a {
text-decoration: none;
font-size: small;
}
ul.wc-tabs a:hover {
cursor: default;
color: #fff;
}
.woocommerce-checkout label {
display: inline-block;
width: 20rem;
overflow: hidden;
vertical-align: top;
}
.woocommerce-checkout abbr {
text-decoration: none;
}
.woocommerce-checkout #order_comments {
height: 7.5rem !important;
}
.woocommerce .place-order {
text-align: right;
}
.woocommerce-privacy-policy-text {
text-align: left;
}
@media print {
body {
font-size:12px; 
}
header {
margin-bottom:1rem;
}  
#back2top
{
display: none;
} 
}
#fbuilder table.ui-datepicker-calendar {
border: 1px solid #bbb;
}
.ui-datepicker thead {
background: #000 !important;
}
.ui-datepicker-calendar .ui-state-default {
background: #ff0 !important;
color: #000;
}
.ui-datepicker-unselectable .ui-state-default {
background: #000 !important;
color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-active {
background: #0f0 !important;
color: #000 !important;
}
.ui-datepicker th,
.ui-datepicker td span,
.ui-datepicker td a {
text-shadow: none !important;
}
#fbuilder .slots div {
border: 0 !important;
padding: 0 !important;
}
#fbuilder .slots div a {
background: #ff0 !important;
text-decoration:none;
color:#000;
}
#fbuilder .slots {
border: 0 !important;
padding: 0 !important;
}
#fbuilder .slots .availableslot {
}
#fbuilder .slots .currentSelection a {
background: #0f0 !important;
}
#fbuilder div.cpefb_error {
color:#f00;
}
.tickera-checkout {
color: #dfdfdf !important;
}
.tickera-checkout tr {
border-bottom: 1px solid #444 !important;
}
.tickera span.cart_total_price_title,
.tickera span.cart_total_price {
font-weight: normal;
margin-top: 0;
}
.tickera_update {
font-size: 1.125rem !important;
background: #e5e519 !important;
}
.tickera_buyer_info {
border-bottom: 1px solid #444 !important;
}
.tickera .order-details {
border:1px solid #444;
}
.tickera .order-details td {
text-align: center;
}@media all{html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media all{.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}