
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('fonts/OpenSans-SemiBoldItalic.ttf');
    font-style: italic;
}

@keyframes spin-to-win { 
    100% { 
        transform:rotate(360deg); 
    } 
}


html, body, div, header, hgroup, nav, footer, article, aside, h1, h2, h3, h4, h5, h6, p, ul, ol, li,
img, table, tr, th, td, dl, dt, dd, address, pre {
    margin: 0; padding: 0; border-style: none;
}

a {
    font-family: "Open Sans Semibold", sans-serif;
    text-decoration: inherit;
    color: #00579a;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit;
    font-family: inherit;
}

html {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #202020;
    overflow-x: hidden;
}

body {
    background-color: white;
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p.demoted-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
}

h1, .demoted-title {
    margin-bottom: 0.45rem;
    text-align: left;
    font-size: 1.7rem;
}

h2:not(.demoted-title) {
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
    text-align: left;
    font-size: 1.5rem;
}

h3 {
    margin-bottom: 0.35rem;
    letter-spacing: -0.01em;
    text-align: left;
    font-size: 1.3rem;
}

h4 {
    margin-bottom: 0.3rem;
    letter-spacing: -0.01em;
    text-align: left;
    font-size: 1.1rem;
}

h5 {
    margin-bottom: 0.25rem;
    letter-spacing: -0.01em;
    text-align: left;
    font-size: 1.1rem;
}

h6 {
    margin-bottom: 0.2rem;
    letter-spacing: -0.01em;
    color: #646464;
    text-align: left;
    font-size: 1.1rem;
}

.post-title {
    line-height: 1.15;
    margin-bottom: 0.3em;
}

.post-title a {
    color: inherit;
    font-weight: inherit;
}

span.breadcrumbs {
    font-size: 0.9rem;
    padding-bottom: 4px;
    text-align: left;
}

span.breadcrumbs a {
    font-weight: inherit;
}

span.date {
    display: block;
    line-height: 1.15;
    margin: 0 0 27px 0;
    color: #646464;
    font-size: 0.9rem;
}

span.date a {
    color: inherit;
}

span.date a:hover {
    color: black;
}

span.date a.secondary-permalink {
    font-weight: inherit;
    color: inherit;
}

.more-link {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-top: -10px;
    clear: both;
}

span.date + .more-link { /* no content before the more tag? */
    margin-top: 0;
}

.link-to-comments {
    text-align: right;
    font-size: 12px;
    margin-top: -10px;
    clear: both;
}

p, ul, ol, table, dl, address, div.wp-caption, pre, blockquote {
    margin-bottom: 12px;
}

table {
    max-width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table th, table td {
    border: 1px solid #646464;
    text-align: left;
}

table th, table td {
    padding: 8px;
}

table {
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 10px;
    text-align: left;
}

ol {
    list-style-position: outside;
    padding: 0 10px;
    text-align: left;
}

li {
    padding-bottom: 6px;
    margin-left: 1em;
}

li:last-of-type {
    padding-bottom: 0;
}

article ul ul, article ul ol, article ol ul, article ol ol {
    margin: 6px 0 0 10px;
    padding-left: 0;
    padding-right: 0;
}

/*article p, article li {
    text-align: justify;
}*/

blockquote {
    font-style: italic;
    padding: 0 16px;
    margin-left: 12px; margin-right: 12px;
    font-size: 1.1rem;
}

blockquote p {
    margin: 0;
}

blockquote cite {
    display: block;
    margin-top: 4px;
    width: 100%;
    text-align: right;
    font-size: 13.5px;
    font-style: normal;
}

dt, dd {
    margin-bottom: 6px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 12px; margin-right: 12px;
}

dt:last-child, dd:last-child {
    margin-bottom: 0;
}

pre {
    margin-left: 12px; margin-right: 12px;
    background: #f6f6f6;
    padding: 8px;
    overflow: auto;
}

.page-switcher {
    margin-top: 30px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    font-size: 0.9em;
}

.page-switcher p {
    padding: 8px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    padding: 1px;
    border: 2px solid #DEE2E7;
}

/* add a bit more breathing room to headings in pages and non-floating images */
article>h1:not(:first-of-type), article>h2:not(.demoted-title), article>h3, article>h4, article>h5, article>h6 {
    margin-top: 18px;
}

article>h3, article>h4, article>h5, article>h6 {
    margin-top: 15px;
}

article>p>img:not(.alignleft):not(.alignright):first-child, article>p>a:first-child>img:not(.alignleft):not(.alignright):first-child {
    margin-top: 12px;
}

article>p+p>img:not(.alignleft):not(.alignright):first-child, article>p+p>a:first-child>img:not(.alignleft):not(.alignright):first-child,
article>ol+p>img:not(.alignleft):not(.alignright):first-child, article>ol+p>a:first-child>img:not(.alignleft):not(.alignright):first-child,
article>ul+p>img:not(.alignleft):not(.alignright):first-child, article>ul+p>a:first-child>img:not(.alignleft):not(.alignright):first-child {
    margin-top: 30px;
}

article>p+h1, article>p+h2,
article>ol+h1, article>ol+h2,
article>ul+h1, article>ul+h2 {
    margin-top: 24px;
}

article>p+h3, article>p+h4, article>p+h5, article>p+h6,
article>ol+h3, article>ol+h4, article>ol+h5, article>ol+h6,
article>ul+h3, article>ul+h4, article>ul+h5, article>ul+h6 {
    margin-top: 21px;
}
/* end breathing room section */

a:hover>img.alignleft:only-child, a:hover>img.alignright:only-child, a:hover>img.aligncenter:only-child, a:hover>img.alignnone:only-child {
    border-color: #a0a0a0;
}

img.alignleft {
    float: left;
    margin: 0.75em 16px 12px 0;
}

img.alignright {
    float: right;
    margin: 0.75em 0 12px 16px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.wp-caption {
    background: #f6f6f6;
    padding-bottom: 5px;
    max-width: 100%;
}

div.wp-caption.aligncenter {
    margin-left: auto; margin-right: auto;
}

div.wp-caption.alignleft {
    float: left;
    margin: 0 12px 12px 0;
}

div.wp-caption.alignright{
    float: right;
    margin: 0 0 12px 12px;
}

div.wp-caption img {
    margin: 5px;
}

div.wp-caption p.wp-caption-text {
    margin: 0 5px 5px 5px;
    text-align: center;
}

/* gallery - the styles below are only meant for the default, 3-column layout */

dl.gallery-item {
    margin: 10px 5px 12px 5px;
    width: 33%;
    max-width: 31%;
    text-align: center;
    float: left;
}

dl.gallery-item dt img {
    padding: 1px;
    border: 2px solid #DEE2E7;
}

dl.gallery-item dd {
    margin: 0;
    width: 100%;
    word-wrap: break-word;
}


.gallery-caption {
    /* the captions render fine as it is! */
}

/* comments - general layout */

h2#comments {
    margin-top: 32px;
    clear: both;
}

div#respond {
    margin-top: 18px;
}

ol.commentlist {
    margin: 0;
    padding: 0;
}

ol.commentlist * {
    margin-left: 0; margin-right: 0;
}

ol.commentlist p {
    margin-bottom: 10px;
}

/* just to prevent comment body from creeping beside the photo if the user decreases font size significantly */
ol.commentlist div.comment-meta.commentmetadata+* { 
    clear: both;
}

ol.commentlist ol, ol.commentlist ul { /* fix for lists in comment body */
    padding-left: 20px;
    margin-bottom: 10px;
}

/* fix for nested lists in comment body */
ol.commentlist ol ol, ol.commentlist ul ol, ol.commentlist ol ul, ol.commentlist ul ul { 
    margin-bottom:0;
}

ol.commentlist li ul.children, ol.commentlist li ol.children {
    padding-left: 12px;
    margin-bottom: 0;
}

ol.commentlist, ol.commentlist ul.children {
    list-style-type: none;
}

ol.commentlist div.comment-body {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px;
    background: #f6f6f6;
    padding: 0.75em 1em 0.5em 1em;
}

ol.commentlist div.comment-body div.reply {
    margin-top: 0.25em;
}

li.comment.bypostauthor div.comment-body {
    border-left: 2px solid #41669E;
}

textarea#comment {
    max-width: 100%;
}

/* comments - participants' name plates */

ol.commentlist div.comment-author img.avatar.photo {
    float: left;
    padding: 0.1em 0 0.4em 0;
    margin-right: 8px;
    margin-bottom: 0.25em;
}

ol.commentlist div.comment-meta.commentmetadata {
    margin-bottom: 0.25em;
}

/* header */

header#header-main {
    width: 100%;
    padding-bottom: 12px;
    box-shadow: 0 2px 1px #ccc;
    position: relative;
}

#site-title, #site-description {
    width: 100%;
    margin: 14px auto 0;
    max-width: 932px;
    padding: 0 14px;
    font-size: 1.7rem;
    line-height: 1.2;
}

#site-description {
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 1.4rem;
    color: #505050;
    letter-spacing: -0.02em;
    margin: 0 auto 20px;
}

#site-title > a, #site-description > span {
    display: table-cell;
    vertical-align: middle;
}

#site-title > a {
    padding-top: 12px;
}

#site-title a {
    font-weight: inherit;
    color: inherit;
}

#titular-logo {
    float: left;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: -24px;
    padding-top: 1.6rem;
    box-sizing: content-box;
}

nav#nav-main {
    clear: both;
    width: 100%;
    max-width: 960px;
    margin: 1em auto 0;
    font-size: 18px;
    /*letter-spacing: -0.02em;*/
    background-color: transparent;
    text-align: center;
    line-height: 1.5;
}

nav#nav-main > ul {
    box-sizing: border-box;
    display: inline-block;
    /*vertical-align: bottom;*/
    text-align: center;
    /* padding: 0 5px; */
}

/* nav#nav-main > ul > li {
    vertical-align: bottom;
    padding: 0 5px;
} */

/*#home-link > img {
    margin: 0;
    padding: 0;
    height: 1em;
    line-height: 1.15;
    display: inline;
    opacity: 0.81;
}

#home-link:hover > img {
    opacity: 1;
}*/

/*nav#nav-main > #m1,
nav#nav-main > #m2,
nav#nav-main > a#menu-close {
    display: none;
}

nav#nav-main > a#menu-open,
nav#nav-main > #m1:target ~ a#menu-close {
    padding: 0 10px;
    display: table-cell;
    padding-top: 2px;
    margin-bottom: -2px;
}

nav#nav-main > #m1:target ~ a#menu-open {
    display: none;
}*/

/*nav#nav-main ul, nav#nav-main li {
    padding: 0;
}*/

nav#nav-main > ul > li {
    text-align: left;
    margin: 0;
    padding: 0 8px;
    display: inline;
    height: 100%;
    line-height: 1.15;
    position: relative;
}

/* nav#nav-main > ul > li ul {
    list-style-type: none;
    font-size: 16px;
    margin-left: 0;
}

nav#nav-main > ul > li ul > li {
    margin-left: 0;
    list-style-type: none;
}

nav#nav-main > ul > li > ul {
    display: none;
}

nav#nav-main #m1:target ~ ul > li > ul {
    display: block;
}

nav#nav-main #m1:target ~ ul, nav#nav-main #m1:target ~ ul > li {
    vertical-align: top;
} */

nav#nav-main > ul > li > a {
    white-space: nowrap;
}

nav#nav-main a {
    font-family: inherit;
}

nav#nav-main a.current {
    font-family: "Open Sans Semibold", sans-serif;
}

/* nav#nav-main > ul a {
    display: block;
    padding: 4px 14px 6px;
} */

nav#nav-main a {
    color: inherit;
    font-weight: inherit;
}

/* expand menu on mouseover */

/* nav#nav-main > #m1:not(:target) ~ ul > li:hover > ul {
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 0;
    max-height: 0;
    display: block;
    z-index: 1;
    margin-right: -100px;
    min-width: 100%;
}

nav#nav-main > #m1:not(:target) ~ ul > li:hover > ul > li > a {
    padding-top: 5px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fafafa;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: 0 2px 1px #ccc;
}

nav#nav-main > #m1:not(:target) ~ ul > li:hover > ul > li:first-child > a {
    border-top: 1px solid #eee;
    padding-top: 6px;
}

nav#nav-main > #m1:not(:target) ~ ul > li:hover > ul > li:last-child > a {
    padding-bottom: 8px;
}

nav#nav-main > ul a:hover {
    color: black;
    background-color: #f0f0f0 !important;
}

nav#nav-main > #m1:not(:target) ~ ul > li:hover > a {
    background-color: #fafafa; */
}

/* welcome section on main page */

section#welcome {
    position: relative;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    padding: 30px 0 40px;
    margin: 0 auto;
    line-height: 1.5;
    display: table;
    font-size: 1.2em;
}

/* sidebar (actually located below the main content) */

aside#bottom-bar {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    padding: 30px 30px 40px 30px;
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
}

aside#bottom-bar::before, footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3600px;
    left: -1320px;
    box-shadow: 0 -2px 1px #ccc;
    height: 1px;
}

aside#bottom-bar::after, footer::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3600px;
    left: -1320px;
    background-color: #fafafa;
    z-index: -1;
}

section#welcome::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 3600px;
    left: -1320px;
    box-shadow: 0 2px 1px #ccc;
    height: 1px;
}

section#welcome.solo::after {
    display: none;
}

footer::after {
    background-color: white;
}

aside#bottom-bar { /* text nodes here are likely widget headers */
    font-size: 1.3rem;
}

aside#bottom-bar > * { 
    font-size: 1rem;
}

aside#bottom-bar > * {
    margin-bottom: 20px;
}

aside#bottom-bar > :not(:first-child) {
    margin-top: 6px;
}

aside#bottom-bar div.textwidget {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: center;
}

aside#bottom-bar div.textwidget img {
    max-width: 300px;
}

aside#bottom-bar div.textwidget span.textwidget-heading {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

/* main content */

main {
    display: block;
    padding: 40px 0 50px;
    margin: 0;
    width: 100%;
    background-color: #f5f5f5;
}

main>article {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    padding: 28px 30px 38px 30px;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    background-color: white;
    box-shadow: 0 2px 2px #ccc;
}

main > article::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}

main>article>:last-child {
    margin-bottom: 0;
}

main>article:last-child {
    margin-bottom: 0;
}

/* footer */

footer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    /*font-size: 0.9rem; */
    line-height: 150%;
    background-color: white;
    position: relative;
}

/* misc */

a:hover {
    color: #000000;
}

/* nav#language-switcher {
    position: absolute;
    width: 100%;
    top: -20px;
    color: white;
    font-size: 18px;
    letter-spacing: -0.02em;
}

nav#language-switcher ul {
    list-style-type: none;
    width: 100px;
    padding: 0 0 0 860px;
    margin: 0 auto;
}

nav#language-switcher ul>li {
    padding: 6px;
    margin: 0;
}

nav#language-switcher ul>li:last-child {
    padding-bottom: 9px;
}

nav#language-switcher ul > li:not(:first-child) {
    display: none;
}

nav#language-switcher ul:hover > li:not(:first-child)  {
    display: block;
    background-color: #d9251b;
}

nav#language-switcher a {
    color: inherit;
    font-weight: inherit;
}

nav#language-switcher ul > li:first-child > a::after {
    content: ' \25be';
} */

/* Copied from dropped child theme - merge into above or put as custom css in theme customizer */

article span.date {
    letter-spacing: -0.01em;
}

article div.fb_iframe_widget {
    margin-top: 12px;
    width: 100%;
    clear: both;
}

/* Animagia.pl specific */

article > :is(:target, :target + figure, :target + figure + p, :target + figure + p + p,
        :target + figure + p + p + p, :target + figure + p + p + p + p) {
    background: #00aaff12;
}

p.blikConfirmationPrompt {
    padding: 14px;
    background-color: green;
    color: white;
    text-align: center;
    font-size: 1.3rem;
}

p.blikConfirmationPrompt>strong {
    padding: 14px;
    background-color: green;
    color: white;
    text-align: center;
    font-size: 1.3rem;
}

p.blikConfirmationPrompt>svg {
    stroke:#f0f0f0;
    fill:none;
    stroke-width:5;
    animation:spin-to-win 4s linear infinite;
}

@media(min-width: 961px) {
    
    nav#nav-main > a#menu-open,
    nav#nav-main > #m1:target ~ a#menu-close,
    nav#nav-main > #m1:target ~ a#menu-open {
        display: none;
    }
}
@media(max-width: 960px) {
    #site-title {
        margin: 0;
        padding: 0;
    }
    
    #titular-logo {
        padding: 5px !important;
        box-sizing: border-box !important;
        margin-bottom: 5px !important;
        margin-top: 3px !important;
        max-height: 70px !important;
    }
}

aside.notice {
	box-sizing: border-box;
    margin: 0 auto 40px auto;
    max-width: 960px;
    box-shadow: 0 2px 2px #ccc;
    background-color: white;
    padding: 20px;
    line-height: 1.5;
}

aside.notice p {
	margin: 0;
	line-height: 1;
}

aside.notice p:first-child {
	margin-bottom: 8px;
}

aside.notice img {
	max-width: 100%;
	max-height: 83px;
}

/* end Animagia.pl specific */

/* responsiveness! */

@media(max-width: 960px) {
    #menu-open, #menu-close {
        display: none;
    }

    header#header-main {
        max-width: 100%;
        overflow-x: hidden;
    }

    header#header-main > h1 {
        text-align: center;
        max-width: 100%;
        box-sizing: border-box;
    }

    #titular-logo {
        display: block;
        margin: 0 auto;
        padding: 0;
        float: none;
        max-width: 100%;
        height: auto;
        max-height: 100px;
    }

    #site-title a {
        display: block;
    }

    #site-description {
        width: auto;
        display: block;
        padding: 0;
        margin: 14px;
        text-align: center;
    }

    /*#nav-main {
        position: relative;
        min-height: 1em;
    }

    #nav-main > a {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        margin: 0;
        padding: 0;
        line-height: 1;
        white-space: nowrap;
    }

    #nav-main > a::after {
        content: " Menu";
    }

    nav#nav-main > ul {
        display: none;
    }

    nav#nav-main #m1:target ~ ul {
        margin: 0;
        padding: 1.5em 0 0;
        display: block;
    }

    nav#nav-main #m1:target ~ ul > li {
        display: block;
    }*/

}


/* slider */

.slides {
    padding: 0;
    width: 100%;
    background: #333;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
    border-top: 2px solid #202020;
    border-bottom: 2px solid #202020;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; width: 100%; margin: 0; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
    text-align: center;

    overflow-x: hidden;
}

.slide img {
    display: inline;
    line-height: 1;
    width: auto;
    height: 420px;
    max-width: none;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

    opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
    margin: 0;
}

.nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
}

@media(max-width: 960px) {

    .slides, .slide, .slide img {
        height: 200px;
    }

    .nav label {
        width: 80px;
        line-height: 160px;
    }

}

/* old, ugly hacks below */
.slides, .slide {
    overflow-y: hidden;
}

address {
    box-sizing: border-box;
    max-width: 100%;
}

/* payment processor's notice */
div#payment-processor-notice {
    font-size: 0.9em;
    line-height: 1;
    margin: 0;
}

div#payment-processor-notice > ul {
    margin: 0;
}
div#payment-processor-notice > ul > li {
    padding: 0;
}
