#c-messages-bar ul {
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
}

#c-messages-bar ul li {
    display: none;
    /*display: block;*/
    width: 100%;
    height: 100%;

    text-align: center;

    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*vertical-align: middle;*/
}

#c-messages-bar ul li a,
#c-messages-bar ul li span {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*vertical-align: middle;*/
    width: 100%;
    height: 100%;
}

/*#c-messages-bar ul li:first-child {*/
/*    display: block;*/
/*}*/

/*#c-messages-bar ul li {*/
/*    display: block;*/
/*    padding: 0 30px 0 27px;*/
/*    position: relative;*/
/*}*/

/*#c-messages-bar ul li:last-child {*/
/*    padding-right: 27px;*/
/*}*/

/*#c-messages-bar ul li:after {*/
/*    content: 'I';*/
/*    color: #EB5D48;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

/*#c-messages-bar ul li:last-child:after {*/
/*    content: '';*/
/*}*/

#c-messages-bar a {
    color: #fff;
}

/* ********************************* */
#site-logo {
    display: block;
    float: left;
    padding: 5px 0;
}

#site-logo img {
    display: block;
    height: 50px;
    /*width: 181px; !* default *!  */
    width: 197px; /* 60 lat */
}

/* ********************************* */
#top-bar-icons {
    margin-right: -11px;
}

#top-bar-icons a {
    color: #000;
    font-size: 16px;
}

#top-bar-icons a:hover,
#top-bar-icons a:focus {
    color: #EB5D48;
    text-decoration: none;
}

#top-bar-icons ul {
    display: block;
    list-style: none;
    float: left;
}

#top-bar-icons ul li {
    display: block;
    float: left;
    position: relative;
    line-height: 60px;
    padding-left: 2px;
}

#top-bar-icons ul li::before {
    content: '|';
    font-size: 12px;
    color: #EB5D48;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

#top-bar-icons #tbi-social > li:first-child::before {
    content: '';
}

#top-bar-icons #tbi-social > li:first-child {
    padding-left: 0;
}

#top-bar-icons ul li a {
    display: block;
    height: 40px;
    line-height: 18px;
    margin: 10px 0;
    padding: 11px;
}

#top-bar-icons ul li a:hover {
    /*opacity: 0.7;*/
}

#top-bar-icons ul li a.option {
    border: 3px solid #fff;
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px;
}

#top-bar-icons ul li a.option.active {
    border-color: #EB5D48;
}

#top-bar-icons a {
    vertical-align: middle;
}

#top-bar-icons a span.fa-plus {
    font-size: 12px;
    vertical-align: middle;
}

#top-bar-icons ul li a#tbi-parkingi-link {
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* ********************************* */
.sec-content {
    min-height: 300px;
}

.section-title {
    margin-bottom: 4.375rem;
}

.section-title h1,
.section-title h2,
.section-title .title {
    display: inline-block;
    font-weight: bold;
    font-size: 1.875rem;
    padding-right: 225px;
    background-image: url('/img/bg-zigzag-l-red.png');
    background-repeat: no-repeat;
    background-position: right 1.1rem;
}

.section-title.bg-bottom {
    margin-bottom: 30px;
}

.section-title.bg-bottom h1,
.section-title.bg-bottom h2,
.section-title.bg-bottom .title {
    padding-bottom: 45px;
    padding-right: 0;
    background-position: left bottom;
    min-width: 225px;
}

.sec-bg-red .section-title h1,
.sec-bg-red .section-title h2,
.sec-bg-red .section-title .title {
    background-image: url('/img/bg-zigzag-l-white.png');
    color: #fff;
}

/*#page .right-col .section-title {*/
    /*margin-bottom: 3rem;*/
/*}*/

/*#page .right-col .section-title .title {*/
/*    padding-right: 0;*/
/*    padding-bottom: 30px;*/
/*    background-position: left bottom;*/
/*}*/

/* ********************************* */
.article-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 16px;
    row-gap: 3.3125rem;
}

.article-list .item.pinned {
    grid-column: span 2;
}

.article-list .item {
    display: block;
    padding-bottom: 15px;
    color: #000;
}

.article-list .item:hover,
.article-list .item:focus {
    text-decoration: none;
}

.article-list .image {
    position: relative;
}

.article-list .image img {
    display: block;
    margin: 0 auto;
}

.article-list .image img.large {
    display: none;
}

.article-list .pinned .image img.large {
    display: block;
}

.article-list .pinned .image img:not(.large) {
    display: none;
}

.event-show .type-label.label,
.article-list .image .label,
.article-list.repertoire-list .label {
    position: absolute;
    /*top: 25px;*/
    bottom: 25px;
    right: 25px;
    font-size: 1.125rem;
    /*min-height: 40px;*/
    /*line-height: 40px;*/
    line-height: 1.5;
    padding: 6px 20px 7px 20px;
    text-transform: lowercase;
    font-weight: 600;
    background: #ddd;
    max-width: 80%;
}

.article-list .image .label.additional-information {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 100;
    padding: 0;
}

.event-show .type-label.label.small,
.article-list .image .label.small,
.article-list.repertoire-list .label.small {
    font-size: 1.001rem;
    padding: 4px 15px 5px 15px;
}

.article-list.repertoire-list .label {
    position: static;
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
}

.article-list.repertoire-list .label + .label {
    margin-left: 5px;
}

.label.additional-information {
    text-transform: uppercase !important;
    color: #fff;
    background: #ff0000 !important;
}

.event-show .type-label.label {
    font-size: 18px;
}

.event-show .type-label.label:empty,
.article-list .label:empty {
    display: none;
}


#cnt-event-list-filters ul li a.label-gray,
.event-show .type-label.label.label-gray,
.article-list .label.label-gray {
    background: #ddd;
}

#cnt-event-list-filters ul li a.label-red,
.event-show .type-label.label.label-red,
.article-list .label.label-red {
    background: #EB5D47;
}

#cnt-event-list-filters ul li a.label-orange,
.event-show .type-label.label.label-orange,
.article-list .label.label-orange {
    background: #F59F4B;
}

#cnt-event-list-filters ul li a.label-yellow,
.event-show .type-label.label.label-yellow,
.article-list .label.label-yellow {
    background: #FFE165;
}

.event-show .label.additional-information {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
}

.article-list .date {
    /*margin-top: 2.5rem;*/
    margin-top: 1.25rem;
    color: #EB5D48;
    /*font-size: 1.001rem;*/
    font-size: 1.3rem;
}

.article-list .date ul {
    margin: 0;
    padding: 0;
    display: block;
}

.article-list .date ul li {
    display: block;
    /*padding-left: 20px;*/
    position: relative;
}

.article-list .date ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
}

.article-list .title {
    font-weight: bold;
    /*font-size: 1.875rem;*/
    font-size: 1.5rem;
    line-height: 1.2;
    /*margin-top: 1.9rem;*/
    margin-top: 0.8rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.article-list .title a {
    color: #000;
}

.article-list .info {
    text-transform: uppercase;
    font-size: 1.125rem;
}

.article-list .content {
    /*margin-top: 1.875rem;*/
    /*margin-top: 1.5rem;*/
    margin-top: 30px;
    padding-top: 45px;
    background: url('/img/bg-zigzag-s-red.png') no-repeat left top;
}

.article-list .more a {
    display: inline-block;
    margin-top: 2.2rem;
    padding-right: 25px;
    background: url('/img/arrow-right.png') no-repeat right center;
}

.content-separator {
    background: url('/img/bg-zigzag-s-red.png') no-repeat left center;
    height: 15px;
    margin: 30px 0;
}

.sec-btn-list-more {
    text-align: center;
    margin-top: 3.75rem;
    margin-bottom: 0.625rem;
}

/* ********************************* */
.recommended-list {
}

/* ********************************* */
.sec-events-list {
    padding-top: 4.68rem;
    padding-bottom: 9.36rem;
}

.events-list .item {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.events-list .item .date,
.events-list .item .title,
.events-list .item .info {
    text-align: left;
}

.events-list .image {
    position: relative;
    width: 100%;
    max-width: 398px;
    /*height: 440px;*/
    height: 500px;
    margin: 0 auto;
}

.events-list .pinned .image {
    max-width: 812px;
}

.events-list .image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

/*.events-list .image {*/
/*    display: inline-block;*/
/*}*/

#home .events-list.include-pinned-item .item:nth-child(7) {
    display: none;
}

.events-list .item:hover .title,
.events-list .item:focus .title {
    color: #EB5D48;
    text-decoration: underline;
}

.events-list .item:hover img,
.events-list .item:focus img {
    opacity: 0.9;
}

/* ********************************* */
.article-list.repertoire-list {
    display: table;
    width: 100%;
}

.article-list.repertoire-list .item {
    display: table-row;
    width: 100%;
}

.article-list.repertoire-list .item > div {
    display: table-cell;
    padding: 10px 0 10px 20px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.article-list.repertoire-list .item > div:first-child {
    width: 10%;
    padding-left: 0;
}

.article-list.repertoire-list .item > div:first-child span {
    display: block;
}

.article-list.repertoire-list .item .title {
    font-weight: 500;
    margin: 0;
}

.article-list.repertoire-list .item .title a:hover {
    color: #EB5D48;
}

.article-list.repertoire-list .item .info {
    font-size: 1.001rem;
}

.article-list.repertoire-list .item > div:last-child {
    width: 10%;
}

/* ********************************* */
.sec-places-list {
    padding-top: 4.68rem;
    padding-bottom: 9.36rem;
}

.sec-bg-red .places-list .item,
.sec-bg-red .places-list a {
    color: #fff;
}
/* ********************************* */
.sec-contacts {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 1.001rem;
    row-gap: 3rem;
}

.sec-parking {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 3rem;
    row-gap: 3rem;
}

.sec-parking iframe {
    width: 100%;
    height: 490px;
    border-radius: 8px;
}

.sec-parking ul {
    list-style: none;
    margin-left: 20px;
    display: block;
}

.sec-parking ul li {
    background: url('/img/parking.png') no-repeat left top;
    padding-left: 55px;
    margin-bottom: 3rem;
    min-height: 45px;
}

.sec-parking ul li:last-child {
    margin-bottom: 0;
}

.sec-parking ul li a {
    color: #000;
}

.sec-parking ul li .sep {
    vertical-align: top;
    display: inline-block;
    padding-top: 5px;
}

.sec-parking ul li .title {
    font-weight: 600;
}

.sec-social {
    margin-top: 3.125rem;
}

.sec-social ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 1.001rem;
    row-gap: 1.001rem;
    list-style: none;
    margin: 0;
}

#page .right-col .sec-social ul {
    grid-template-columns: 1fr;
}

.sec-social ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
}

.sec-social ul li a {
    display: flex;
    align-items: center;
    color: #000;
    vertical-align: middle;
}

.sec-social ul li img {
    display: inline-block;
    margin-right: 16px;
    vertical-align: center;
}

/* ********************************* */
.cmp {
    margin-top: 2rem;
}

.cmp:first-child,
.cmp-file + .cmp-file,
.cmp-link + .cmp-link {
    margin-top: 0;
}

.cmp p {
    margin-bottom: 1rem;
}

.cmp h1,
.cmp h2,
.cmp h3,
.cmp h4,
.cmp h5,
.cmp h6 {
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.cmp h1:first-child,
.cmp h2:first-child {
    margin-top: 0;
}

.cmp h1 {
    font-size: 2rem;
}

.cmp h2 {
    font-size: 1.85rem;
}

.cmp h3 {
    font-size: 1.65rem;
}

.cmp h4 {
    font-size: 1.45rem;
}

.cmp h5 {
    font-size: 1.35rem;
}

.cmp h6 {
    font-size: 1.25rem;
}

.cmp ul,
.cmp ol {
    margin-left: 25px;
    margin-bottom: 1rem;
}

.cmp table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 1rem 0;
}

.cmp table th {
    background: #fefefe;
}

.cmp table th,
.cmp table td {
    padding: 0.5rem;
    border: 1px solid #000;
}

/* --- */
.cmp-file {
    min-height: 65px;
    position: relative;
    margin-bottom: 10px;
}

.cmp-file > .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    padding-right: 15px;
    text-align: center;
}

.cmp-file > .icon img {
    max-width: 50px;
    max-height: 65px;
}

.cmp-file > .icon > .size {
    padding-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #bbb;
    display: none;
}

.cmp-file > .txt {
    width: 100%;
    padding-left: 65px;
    box-sizing: border-box;
}

/* --- */
.cmp-image img {
    margin-bottom: 20px;
}

.cmp-image > .left {
    float: left;
    margin-right: 20px;
}

.cmp-image > .center {
    float: none;
    text-align: center;
}

.cmp-image > .right {
    float: right;
    margin-left: 20px;
}

.cmp-image > .left,
.cmp-image > .right {
    max-width: 48% !important;
}

.cmp-image > .left img,
.cmp-image > .right img {
    max-width: 100%;
}

.cmp-image a {
    display: inline-block;
}

/* --- */
.cmp-gallery {

}

.cmp-gallery .gallery-title {
    /*text-align: center;*/
    /*font-weight: bold;*/
    /*padding: 5px 0;*/
    display: none;
}

.cmp-gallery .gallery-title:empty {
    padding: 0;
}

.cmp-gallery > img {
}

.cmp .gallery-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 1rem;
    row-gap: 1rem;
}

.cmp-gallery.n-image .gallery-images .item {
    width: 100%;
    height: 298px;
    text-align: center;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
}

.cmp-gallery.n-image .gallery-images .item .img-cnt {
    width: 100%;
    height: inherit;
    box-sizing: border-box;
    display: block;
}

.cmp-gallery.n-image .gallery-images .item .img-cnt img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    display: block;
}

.cmp-gallery.n-image .gallery-images .item:hover,
.cmp-gallery.n-image .gallery-images .item:focus {
    color: #EB5D48;
}

.cmp-gallery.n-image .gallery-images .item:hover img,
.cmp-gallery.n-image .gallery-images .item:focus img {
    opacity: 0.9;
}

.cmp-gallery.n-image .gallery-images .item:hover .img-cnt,
.cmp-gallery.n-image .gallery-images .item:focus .img-cnt {
    /*border: 1px solid #EB5D48;*/
}

/*.cmp-gallery.n-image .gallery-images .item img {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*}*/

.news-show .cmp-gallery.n-image .gallery-images .item img {
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}

.cmp-gallery.n-image .gallery-images .item > .title {
    display: none;
}

.cmp-gallery .title {
    font-weight: bold;
    padding: 5px 0;
    letter-spacing: 1px;
}

.cmp-gallery .title:empty {
    display: none;
}

/*.cmp-gallery.n-image.show-title .gallery-images .item {*/
/*    line-height: 120px;*/
/*}*/

.cmp-gallery.n-image.show-title .gallery-images .item img {
}

.news-show .cmp-gallery.n-image.show-title .gallery-images .item img {
}

.cmp-gallery.n-image.show-title .gallery-images a.item {
    text-decoration: none !important;
}

/*.cmp-gallery.n-image.show-title .gallery-images .item > .title {*/
/*    display: block;*/
/*    line-height: 1.2;*/
/*    overflow: hidden;*/
/*    padding-top: 1px;*/
/*    font-weight: normal;*/
/*    color: #000;*/
/*    text-decoration: none !important;*/
/*}*/

/* --- */
.cmp-movie {

}

.cmp-movie > .image {
    max-width: 200px;
    cursor: pointer;
}

.cmp-movie > .image img {

}

.cmp-movie > .title {

}

.cmp-movie > .movie {
    text-align: center;
}

.cmp-movie > .movie > iframe {
    width: 100%;
    max-width: 1200px;
    height: 675px;
    margin: 0 auto;
}

/* --- */
.cmp-gmap {
    text-align: center;
}

.cmp-gmap > iframe {
    width: 100%;
    max-width: 1200px;
    height: 900px;
    margin: 0 auto;
}

.cmp-gmap > a {
    font-size: 12px;
}

/* ********************************* */
#page .right-col .sec:first-child {
    margin-top: 0;
}

/* ********************************* */
#cnt-event-list-filters {
    margin-bottom: 90px;
    line-height: 45px;
}

#cnt-event-list-filters select {
    /*float: left;*/
    display: block;
    margin-top: 10px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #aaa;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    min-width: 200px;
}

#cnt-event-list-filters ul {
    /*float: left;*/
    display: block;
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
}

#cnt-event-list-filters ul li {
    display: inline-block;
    /*margin-right: 5px;*/
    position: relative;
    padding: 0 4px 0 2px;
}

#cnt-event-list-filters ul li::after {
	content: '|';
	font-size: 12px;
	color: #EB5D48;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
}

#cnt-event-list-filters ul li:last-child::after {
    content: '';
}

#cnt-event-list-filters ul li a {
    display: inline-block;
    padding: 0 10px;
    /*line-height: 40px;*/
    line-height: 2.5rem;
    /*line-height: 36px;*/
    font-size: 1.125rem;
    /*font-weight: 600;*/
    /*background-color: #ddd;*/
    /*background-color: #fff !important;*/
    /*border-color: #ddd !important;*/
    /*border: 2px solid #ddd;*/
    color: #000;
    text-transform: lowercase;
    /*min-width: 120px;*/
    /*opacity: 0.8;*/
}

#cnt-event-list-filters ul li a.checked {
    /*opacity: 1;*/
    /*background-color: #ddd !important;*/
}

#cnt-event-list-filters ul li a:hover,
#cnt-event-list-filters ul li a:focus {
    text-decoration: none;
    /*opacity: 0.8;*/
    color: #EB5D48;
}

#cnt-event-list-filters ul li a i {
    margin-right: 3px;
    color: #ddd;
}

#cnt-event-list-filters ul li a.checked i {
    opacity: 1;
    color: #EB5D48;
}

/*#cnt-event-list-filters ul li a span {*/
/*    color: #ddd;*/
/*    background-color: #000;*/
/*}*/

/*#cnt-event-list-filters > div {*/
/*    float: left;*/
/*}*/

/*#cnt-event-list-filters > div:first-child {*/
/*    margin-right: 30px;*/
/*}*/

/*#cnt-event-list-filters label {*/
/*    cursor: pointer;*/
/*}*/

/*#cnt-event-list-filters label * {*/
/*    vertical-align: middle;*/
/*}*/

/*#cnt-event-list-filters label + label {*/
/*    margin-left: 10px;*/
/*}*/

#cnt-event-list-filters input[type="checkbox"] {
    /*margin-right: 5px;*/
    /*vertical-align: middle;*/
    display: none;
}



/* ********************************* */
#newsletter-form .table {
    display: table;
    width: 100%;
    margin: 8px 0;
}

#newsletter-form .table > div {
    display: table-row;
}

#newsletter-form .table > div > div {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 0;
}

#newsletter-form .table > div > div:first-child {
    width: 25%;
}

#newsletter-form .table > div > div:last-child {
    width: 75%;
}

#newsletter-form input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 2.375rem;
    line-height: 2.375rem;
    padding: 0 15px;
    border: 0;
    background: #F5F5F5;
    font-family: Favela, Sans-Serif;
    font-size: 1.001rem;
    font-weight: 500;
}

/* ********************************* */
