html {
    width: 100%;
}

body {
	margin: 0;
	padding: 0;
    position: relative;
    width: 100%;
    font-size: 9pt;
    letter-spacing: 0;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    font-family: Trebuchet MS;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

* {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    box-sizing: border-box;
}

#vivat_polonia { cursor: pointer; }

a { text-decoration: none; }
b, i, u { float: none; }

::-webkit-scrollbar {
    width: 6px;
    margin-right: 0;
    background: rgba(200, 200, 200, 1);
}

::-webkit-scrollbar-track {
    background: rgba(200, 200, 200, 1);
}

::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 1);
}










header {
    width: 100%;
    text-align: center;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line {
    width: 100%;
    height: 1px;
    opacity: .5;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg,  rgba(0, 0, 0, 0) 0%,  rgba(0, 0, 0, .8) 50%,  rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,  rgba(0, 0, 0, 0) 0%,  rgba(0, 0, 0, .8) 50%,  rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg,  rgba(0, 0, 0, 0) 0%,  rgba(0, 0, 0, .8) 50%,  rgba(0, 0, 0, 0) 100%);
}

.line.half { width: 50%; }
.line.p75 { width: 75%; }

#logo {
    margin: 40px 0 24px 0;
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo img {
    width: auto;
    height: 100px;
}

/* #logo p {
    font-size: 18pt;
    text-transform: uppercase;
    color: #222;
    padding: 15px 50px 10px 50px;
    font-family: Georgia;
    letter-spacing: -1px;
    margin: 0 0 16px 0;
} */





nav {
    width: 900px;
    margin: 0;
    height: 64px;
    z-index: 100;
}

nav ul {
    list-style: none;
    height: 100%;
}

nav ul li {
    color: #666;
    height: 100%;

}

nav ul li a {
    height: 100%;
    padding: 0 30px;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10pt;
    transition: color .2s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li a svg {
    stroke-width: 1px;
    transition: color .2s ease-out 0s;
}

nav ul li a svg:hover { transform: scale(1.2); }
nav ul li a:hover { color: #c20000; }
nav ul li.icon a { padding: 0 16px; }
nav ul li a.active {
    opacity: .25;
    pointer-events: none;
}

nav ul li a span {
    background: #c20000;
    position: absolute;
    left: 50%;
    right: 50%;
    height: 1px;
    bottom: -1px;
    transition: background .3s ease-out 0s;
}

nav ul li a:hover span {
    left: 0;
    right: 0;
}

nav ul li ul {
    transform: scale(1, 0) translate(0, 0);
    position: absolute;
    background: #222;
    list-style: none;
    left: 0;
    top: 60px;
    height: auto;
    padding: 0;
    transform-origin: top left;
}

nav ul li:hover ul {
    transform: scale(1, 1) translate(0, 0);
}

nav ul li ul li {
    white-space: nowrap;
    line-height: 50px;
    height: 50px;
    width: 100%;
}

nav ul li ul li a {
    height: 50px;
    color: #fff;
    width: 100%;
    /* float: left; */
    text-align: left;
}

nav ul li ul li a:hover {
    line-height: 50px;
    color: #fff;
    background: #880000;
}







section {
    width: 900px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#foto_dyrygent {
    width: 300px;
    height: 300px;
    float: right;
    margin: 0 0 0 30px;
    border: 5px solid #fff;
}

#slider-area {
    width: 900px;
    height: 395px;
    /* float: left; */
    margin: 0 0 56px 0;
    /* border-bottom: 2px solid #666; */
}

#slider {
    width: 900px;
    height: 395px;
    /* float: left; */
    /* margin: 0 0 40px 0;
    border-bottom: 2px solid #666; */
}

#slider img {
    width: 900px;
    height: 395px;
    /* float: left; */
}

#link_foto {
    width: 900px;
    height: 250px;
    margin: 0;
    /* float: left; */
    border-radius: 5px;
}

#news {
    width: 900px;
    /* float: left; */
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* clear: both; */
    margin: 40px 0 0 0;
    /* border-top: 2px solid #666;
    border-bottom: 2px solid #666; */
    padding: 0 0 56px 0;
}

/* #news.noborder { border-top: 0; } */

#news .years {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* boder-bottom: 2px solid #666;
    margin: 0 0 25px 0; */
}

#news .years span {
    font-size: 13pt;
    margin: 0 24px;
    font-family: Georgia;
    cursor: pointer;
}

#news .years span:hover { color: #888; }
#news .years span.active { color: #c20000; }
#news .year {
    margin: 32px 0 0 0;
    width: 100%;
    /* float: left; */
}

#news .article {
    width: 270px;
    height: 300px;
    /* float: left; */
    margin: 0 45px 55px 0;
}

#news .article.topline {
    border-top: 1px solid #aaa;
    margin: 0 45px 25px 0;
    padding: 25px 0 0 0;
}

#news .article:nth-child(3n+3) { margin: 0 0 55px 0; }
#news .article.topline:nth-child(3n+3) { margin: 0 0 25px 0; }
#news .article.topline:nth-child(1), 
#news .article.topline:nth-child(2), 
#news .article.topline:nth-child(3) {
    padding: 0;
    border: 0;
}

#news .article h2 {
    margin: 0 0 10px 0;
    font-family: Georgia;
    font-size: 15pt;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    /* float: left; */
    /* clear: both; */
}

#news .article .date {
    color: #c20000;
    font-size: 9pt;
    margin: 0 0 25px;
    /* border-top: 2px solid #c20000; */
    padding: 10px 25px 0 0;
    /* float: left; */
    /* clear: both; */
    font-weight: 600;
}

#news .article .date::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #c20000;
    background: -moz-linear-gradient(90deg, #c20000 0%, #c2000000 100%);
    background: -webkit-linear-gradient(90deg, #c20000 0%, #c2000000 100%);
    background: linear-gradient(90deg, #c20000 0%, #c2000000 100%);
}

#news .article .lid {
    color: #333;
    font-size: 10pt;
    line-height: 150%;
    width: 100%;
}

#news .article .more {
    color: #fff;
    background: #c20000;
    margin: 25px 0 0 0;
    padding: 5px 25px 5px 10px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 1px;
    font-weight: 100;
}

#news .article .more span {
    font-size: 14pt;
    font-weight: 100;
    position: absolute;
    top: -1px;
    right: 5px;
    font-family: Arial;
}

#news .article .more:hover {
    background: #9e0000;
    padding: 5px 35px 5px 10px;
}










#article_details {
    width: 900px;
    margin: 0;
    padding: 25px 0 50px 0;
}

#article_details h2 {
    margin: 0 0 10px 0;
    font-family: Georgia;
    font-size: 20pt;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
}

#article_details .date {
    color: #c20000;
    font-size: 9pt;
    margin: 0 0 25px;
    padding: 10px 25px 0 0;
    font-weight: 600;
}

#article_details .date::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #c20000;
    background: -moz-linear-gradient(90deg, #c20000 0%, #c2000000 100%);
    background: -webkit-linear-gradient(90deg, #c20000 0%, #c2000000 100%);
    background: linear-gradient(90deg, #c20000 0%, #c2000000 100%);
}

#article_details .content {
    color: #333;
    font-size: 10pt;
    line-height: 175%;
}

#article_details .content .gallery {
    width: 100%;
    height: auto;
    margin: 50px 0 20px 0;
}

#article_details .content .gallery .photo {
    width: 300px;
    height: 200px;
    margin: 0;
    /* float: left; */
    overflow: hidden;
    background: #222;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
}

#article_details .content .gallery .photo img {
    max-width: 100%;
    height: auto;
    /* float: left; */
    transition: all .5s ease 0s;
    cursor: pointer;
}

#article_details .content .gallery .photo:hover img {
    transform: scale(1.1);
    opacity: .5;
}

#article_details .bt {
    color: #fff;
    background: #c20000;
    margin: 25px 0 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 16px 0 16px;
 /* display: inline-block; */
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* float: left; */
    /* clear: both; */
    text-transform: uppercase;
    font-size: 10pt;
    letter-spacing: 0;
    font-weight: 100;
    /* transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#article_details .bt.small {
    height: 24px;
    line-height: 24px;
    padding: 0 8px 0 8px;
}

#article_details .bt.no_icon {
    padding: 0 10px 0 10px;
}

#article_details .bt span {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
}

#article_details .bt svg {
    width: 24px;
    height: 24px;
    margin: 0 0 0 8px;
    stroke-width: 1px;
}

#article_details .bt .icon_movie {
    background-image: url(../images/icon_movie.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#article_details .bt .icon_photo {
    background-image: url(../images/icon_photo.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#article_details .bt:hover {
    background: #9e0000;
 /* padding: 0 55px 0 10px; */
}

#article_details .bt.no_icon:hover {
    padding: 0 10px 0 10px;
}

#article_details .back {
    color: #fff;
    background: #777;
    margin: 25px 0 0 0;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* float: left; */
    /* clear: both; */
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 1px;
    font-weight: 100;
    /* transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s; */
    line-height: 100%;
}

#article_details .back span {
    font-size: 14pt;
    font-weight: 100;
    position: absolute;
    top: -1px;
    left: 5px;
    font-family: Arial;
    line-height: 20px;
}

#article_details .back:hover {
    background: #444;
    padding: 5px 10px 5px 35px;
    margin: 25px 0 0 -10px;
}

#article_details .plakat {
    width: 900px;
    height: 635px;
    display: inline-block;
    margin: 40px 0 0 0;
    border: 1px solid #000;
}

#article_details .plakat2 {
    width: 900px;
    height: 1273px;
    display: inline-block;
    margin: 40px 0 0 0;
    border: 1px solid #000;
}

#article_details .plakat3 {
    width: 496px;
    height: 700px;
    display: inline-block;
    margin: 40px 0 0 0;
    border: 1px solid #000;
    /* float: left; */
}

#article_details .plakat4 {
    width: 646px;
    height: 916px;
    display: inline-block;
    margin: 40px 0 0 0;
    border: 1px solid #000;
}

section .link_h1 {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 20pt;
    color: #c20000;
    text-align: center;
    font-family: Georgia;
    font-weight: 400;
    text-transform: uppercase;
    /* border-bottom: 2px solid #666; */
}










#text_content {
    width: 900px;
    padding: 24px 0;
    line-height: 170%;
    font-size: 10pt;
    text-align: justify;
    min-height: 200px;
}

#text_content.wide { width: 1200px; }
#text_content.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#text_content span {
    font-weight: 600;
}

#text_content ul {
    padding: 0 0 0 18px;
    margin: 20px 0 20px 0;
}

#text_content .column { width: 50%; }
#text_content .column.c3 { width: 33.33333%; }
#text_content .column.c4 { width: 25%; }
#text_content .column.c5 { width: 20%; }
#text_content .column.c50 { width: 50%; }
#text_content .column.c45 { width: 45%; }
#text_content .column.c30 { width: 30%; }
#text_content .column.c25 { width: 25%; }
#text_content .column.txtr p { text-align: right; }
#text_content .column.txtr span { text-align: right; }
#text_content .column.txtr .big { padding: 0 0 10px 0; }
#text_content .big {
    font-size: 15pt;
    font-family: Georgia;
    /* border-bottom: 2px solid #c20000; */
    padding: 0 20px 10px 0;
    font-weight: 400;
    margin: 0 0 16px 0;
    width: 100%;
}

#text_content .big.center {
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 20px 10px 20px;
    margin: 30px 0 20px 0;
    width: 100%;
}

#text_content .big.w100p {
    width: 100%;
}

#text_content .small {
    /* float: left; */
    /* clear: both; */
}

#text_content .small.center {
    /* clear: both; */
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    padding: 0 20px 10px 20px;
    text-align: center;
    margin: 0 0 50px 0;
}

#text_content .small a {
    color: #c20000;
}

#text_content .small a:hover {
    color: #ff0000;
}

#text_content .small.w100p {
    width: 100%;
}

#text_content .small span {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}





#text_content .cd {
    width: 50%;
    margin: 32px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#text_content .cd .cover {
    width: 305px;
    height: 200px;
}

#text_content .cd .title {
    font-family: Georgia;
    font-size: 16pt;
    margin: 24px 0;
    padding: 0 24px;
    line-height: 120%;
    font-weight: 400;
    color: #c20000;
}

#text_content .cd .title span:nth-child(1) {
    font-weight: 400;
    width: 100%;
}

#text_content .cd .title span:nth-child(2) {
    font-size: 12pt;
    font-weight: 400;
    margin: 8px 0 0 0;
    width: 100%;
}

#text_content .cd .list {
    margin: 16px 0 0 0;
    line-height: 32px;
}

#text_content .cd .list a { color: #666; }
#text_content .cd .list a:hover { color: #c20000; }
#text_content .cd .list.noa a { pointer-events: none; }
#text_content .cd .list svg {
    color: #666;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -24px;
    top: 8px;
    opacity: .5;
    transition: transform .2s ease-out;
}

#text_content .cd .list a:hover svg {
    transform: scale(1.2);
    opacity: 1;
}







/* #cells {
    width: 100%;
    padding: 30px 0 0 0;
    border-bottom: 2px solid #666;
    border-top: 2px solid #666;
}

#cells .cell {
    width: 435px;
    height: 150px;
    margin: 0 30px 30px 0;
    background: #ddd;
    background: -webkit-linear-gradient(45deg, #ddd, #bbb);
    background: -o-linear-gradient(45deg, #ddd, #bbb);
    background: -moz-linear-gradient(45deg, #ddd, #bbb);
    background: linear-gradient(45deg, #ddd, #bbb);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .02);
}

#cells .cell:nth-child(2n+2) {
    margin: 0 0 30px 0;
}

#cells .cell.linked {
    background: #f1f1f1;
    background: -webkit-linear-gradient(-45deg, #f1f1f1, #eee);
    background: -o-linear-gradient(-45deg, #f1f1f1, #eee);
    background: -moz-linear-gradient(-45deg, #f1f1f1, #eee);
    background: linear-gradient(-45deg, #f1f1f1, #eee);
    background-image: url(../images/icon_link.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 366px 110px;
}

#cells .cell.linked:hover {
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, .2);
}

#cells .cell .date {
    float: right;
    background: #c20000;
    width: 70px;
    height: 70px;
    color: #fff;
    font-family: Tahoma;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #9c0000;
}

#cells .cell .date span:nth-child(1) {
    color: #fff;
    font-size: 18pt;
    font-weight: 100;
    width: 100%;
    text-align: center;
    line-height: 100%;
    margin: 5px 0 0 0;
}

#cells .cell .date span:nth-child(2) {
    color: #fff;
    font-size: 9pt;
    font-weight: 100;
    width: 100%;
    text-align: center;
    line-height: 100%;
    margin: 0;
}

#cells .cell .date span:nth-child(3) {
    color: #fff;
    font-size: 15pt;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 100%;
    width: 100%;
    text-align: center;
    margin: 2px;
}

#cells .cell .place {
    color: #222;
    font-size: 9pt;
    font-weight: 400;
    width: 300px;
}

#cells .cell .occasion {
    color: #222;
    font-size: 15pt;
    width: 300px;
    font-weight: 600;
    margin: 0 0 10px 0;
} */







footer {
    width: 900px;
    margin: 25px 0 0 0;
    padding: 0 0 125px 0;
    z-index: 10;
}


footer ul {
    /* float: left; */
    list-style: none;
    height: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}

footer ul li {
    /* float: left; */
    color: #666;
    height: 40px;
    line-height: 40px;
}

footer ul li a, 
footer ul li p {
    height: 40px;
    /* float: left; */
    padding: 0 30px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 9pt;
    cursor: pointer;
}

footer ul li a:hover, 
footer ul li p:hover {
    color: #c20000;
}

footer ul li a.active { color: #aaa; }
footer .left {
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 8pt;
    color: #aaa;
}









#login_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    pointer-events: none;
}

#login_mask.visible {
    opacity: 1;
    z-index: 1000;
}

#login_mask div {
    position: absolute;
    width: 300px;
    height: 240px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, .1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#login_mask div p {
    font-size: 12pt;
    display: block;
    margin: 40px 0 20px 0;
    color: #666;
    line-height: 150%;
}

#login_mask div input {
    width: 230px;
    padding: 10px;
    color: #666;
    border: 1px solid #aaa;
    background: #f1f1f1;
    text-align: center;
    font-size: 12pt;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#login_mask div #login_bt {
    display: inline-block;
    background: #009207;
    color: #fff;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 5px 0 0;
    cursor: pointer;
    font-size: 10pt;
}

#login_mask div #login_bt:hover {
    background: #00bc09;
}

#login_mask div #close_bt {
    display: inline-block;
    background: #666;
    color: #fff;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 0 0 5px;
    cursor: pointer;
    font-size: 10pt;
}

#login_mask div #close_bt:hover {
    background: #333;
}

#login_mask div #bad_login_alert {
    position: absolute;
    left: 0;
    bottom: 25px;
    color: #ea0000;
    text-align: center;
    font-size: 11pt;
    width: 100%;
    display: none;
}

#login_loader {
    position: absolute;
    bottom: 15px;
    width: 32px;
    height: 32px;
    left: 163px;
    display: none;
}