body {
    background: #F0EFEB;
    color: #7c7c7c;
}

.logo {
    display: block;
    text-align: center;
    background: #C6C7B9;
}

.logo-img {
    width: 240px;
    height: auto;
}

.logo-footer-img {
    width: 170px;
    height: auto;
}

.actor-img {
	filter: grayscale(100%);
}

.actor-img:hover {
	filter: grayscale(0);
}

.nav-link {
	margin: 10px;
}

.nav-link:hover {
	color: black;
}

/* ==================================================================
Menu
================================================================== */
.menu li.active a {
    color: #585858;
}

.menu a {
    color: #7c7c7c;
}

.menu .navbar-toggler {
    border-color: transparent;
    color: #585858;
}

.menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ==================================================================
social
================================================================== */
.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .social li {
        display: inline-block;
        margin: 0.5em 0.5em;
    }

    .social a {
        display: block;
    }
/* ==================================================================
footer
================================================================== */
.footer, .footer-bottom {
    background: #C6C7B9;
    padding-top: 2em;
    padding-bottom: 1em;
}

    .footer a,
    .footer-bottom a {
        color: #7c7c7c;
    }

    .footer h6 {
        text-transform: uppercase;
    }
/* map */
.map {
    overflow: hidden;
}
/* newsletter */
.newsletter > div {
    flex-flow: column nowrap;
}

.newsletter-email,
.newsletter-submit {
    padding: 0.5em 1em;
}

.newsletter-email {
    border: none;
    color: #7c7c7c;
    background: #3c3c3c;
    flex: 1 1 auto;
}

.newsletter-submit {
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
}

    .newsletter-submit:hover {
        background: #585858;
    }

@media (max-width: 600px) {

    .newsletter > div {
        flex-flow: row nowrap;
    }

    .news-list {
        flex-flow: row wrap;
    }

    .news-item {
        width: calc(100% - 2px);
        display: flex;
        justify-content: space-between;
        /*background-color: #3c3c3c;*/
        color: #000;
        padding-bottom: 2px;
    }

}

@media (min-width: 768px) {
    .newsletter > div {
        flex-flow: row nowrap;
    }

    .news-list {
        flex-flow: row wrap;
    }

    .news-item {
        width: calc(100% - 2px);
        display: flex;
        justify-content: space-between;
        /*background-color: #3c3c3c;*/
        color: #000;
        padding-bottom: 2px;
    }

}

@media (min-width: 992px) {

    .news-item {
        width: calc(100% / 2 - 2px);
        display: flex;
        justify-content: space-between;
        /*background-color: #3c3c3c;*/
        color: #000;
        padding-bottom: 2px;
    }
}

/* ==================================================================
Home Page
================================================================== */
    .instagram,
    .sponsors {
        margin: 1em auto;
    }

    /* ==================================================================
Slider
================================================================== */
    .slider-wrapper video {
        width: 100%;
        height: auto;
    }

    .slick-prev {
        left: 25px;
    }

    .slick-next {
        right: 25px;
    }

    .slider-wrapper {
        position: relative;
        display: block;
    }
    /* home slider  */
    .home-slider-arrows {
        position: absolute;
        bottom: 3em;
        width: 100%;
        height: 1.25em;
    }

    .home-slider .date {
        display: block;
        margin: 0.5em auto;
        padding: 0.5em;
        color: #fff;
        text-align: center;
    }

    .home-slider .actions {
        width: 100%;
        text-align: center;
    }

    .home-slider .cta,
    .home-slider .read-more {
        display: inline-block;
        margin: 0 0.5em;
        padding: 0.5em 1em;
        color: #fff;
        background: rgba(51,51,51, 0.6);
    }

    @media (min-width: 992px) {
        .home-slider-arrows {
            position: absolute;
            top: 50%;
            bottom: auto;
            transform: translateY(-1.25em);
        }

        .home-slider .date {
            position: absolute;
            top: 1em;
            right: 1em;
            margin: 0;
            background: #000;
            border-radius: 50%;
            width: 6em;
            height: 6em;
        }

            .home-slider .date > span {
                display: block;
                text-align: center;
                font-weight: bold;
                line-height: 1.2em;
            }

                .home-slider .date > span:first-child {
                    font-size: 3rem;
                    font-style: italic;
                }

                .home-slider .date > span:last-child {
                    font-size: 1rem;
                }

        .home-slider .actions {
            position: absolute;
            bottom: 6.5em;
        }
    }

    /* tabs slider  */
    .thumb-slider-arrows {
    }

    .slider-tabs {
        margin: 0.5em 0 0 0;
    }

        .slider-tabs .slick-slide {
            margin: 0 1em 0 0;
            text-align: center;
            cursor: pointer;
            color: #fff;
            background: #0e0e0e;
        }

        .slider-tabs .slick-slide {
            padding: 0.5em 1em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .slider-tabs .slick-current {
            background: #3c3c3c;
        }


    #events-calendar > div {
        margin-left: auto;
        margin-right: auto;
    }

/* ==================================================================
news
================================================================== */
    .news-list {
        flex-flow: row wrap;
    }


    .news-item a {
        position: relative;
        display: block;
        width: 100%;
    }

        .news-item a .excerpt {
            float: left;
            position: absolute;
            display: flex;
            align-items: flex-end;
            width: 90%;
            text-align: left;
            font-weight: bold;
            background: rgba(0, 0, 0, 0.50);
            z-index: 10;
            bottom: 10px;
            color: white;
        }

    .news-item .excerpt {
        display: flex;
        align-items: flex-end;
        width: 50%;
        text-align: left;
        font-weight: bold;
    }

    .news-item:nth-child(even) a {
        order: 2;
    }

    .news-item:nth-child(even) .excerptt {
        order: 1;
        text-align: right;
    }

    .news-item img {
        width: 100%;
        height: auto;
    }

    .news-item span {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0.25em;
        color: #fff;
        background: rgba(0,0,0,0.7);
    }

    .news-widget .news-item {
        flex-wrap: wrap;
        font-size: 0.8rem;
    }

        .news-widget .news-item a,
        .news-widget .news-item .excerpt {
            order: -1;
            width: 100%;
        }

        .news-widget .news-item .excerpt {
            font-weight: normal;
            text-align: center;
        }

    /* ==================================================================
instagram
================================================================== */
    .instagram {
    }

    .instafeed {
        flex-flow: row wrap;
    }

    .instafeed-item {
        width: 31%;
    }

        .instafeed-item img {
            width: 100%;
            height: auto;
            max-width: 100%;
        }

    @media (min-width: 992px) {
        .instafeed {
            flex-flow: row nowrap;
        }

        .instafeed-item {
            width: auto;
            margin-right: 0.25em;
        }

            .instafeed-item:last-child {
                margin-right: 0;
            }
    }

    /* ==================================================================
calendar
================================================================== */
    .repertoire {
        margin: 0 auto;
    }

    .repertoire-heading {
        display: block;
        margin-bottom: 1em;
        padding: 0.5em 1em;
        background: #b20637;
        color: #fff;
        font-weight: 500;
    }

        .repertoire-heading a {
            color: #fff;
        }

    .has-event {
        color: #A80000 !important;
    }

    .events-calendar-details {
        margin: 1em auto;
    }

    @media (min-width: 992px) {
        .home .repertoire {
            margin: 0 auto 1em;
        }
    }

    .datepicker table tr td.highlighted {
        background: #C6C7B9;
        color: #7c7c7c;
    }

    .datepicker table tr td.today {
        background: #C6C7B9 !important;
        color: #fff !important;
    }

    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
        border-color: transparent !important;
        background-color: transparent !important;
        color: #3c3c3c !important;
    }

    /* ==================================================================
calendar
================================================================== */
    .events-list {
        position: relative;
		margin-top: 1em;
        background-color: #B20637;
    }

        .events-list:before {
            /*position: absolute;
        top: -1em;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        border-left: 1em solid transparent;
        border-right: 1em solid transparent;
        border-bottom: 1em solid #B20637;
        transform: translateX(-1em);*/
        }

        .events-list h6 {
            padding: 0.5em;
            color: #333;
            font-weight: bold;
            border-bottom: 1px solid #7c7c7c;
        }

    .event {
        margin-top: 2px;
        /*position: absolute;*/
        display: block;
        padding: 0 0.25em 0.5em;
    }

        .event .data {
            display: block;
            right: 0px;
        }

        .event .time,
        .event .director,
        .event .title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .event .thumbnail {
            width: 92px;
            display: block;
            float: left;
            margin-right: 2px;
        }

    .event-img-time,
    .event-img-location {
        width: 16px;
        height: 16px;
    }

    .event .time {
        font-size: 0.8rem;
    }

    .event img {
        width: 60px;
        height: 90px;
    }

    .event .director {
        font-size: 0.8rem;
        font-style: italic;
    }

    .event .title {
        color: #333;
        font-weight: bold;
    }

    .event .cta {
        display: inline-block;
        margin-top: 0.5em;
        padding: 0.25em 0.5em;
        font-size: 0.8rem;
        border: 1px solid #3c3c3c;
        color: #3c3c3c;
    }

    .event-thumbnail {
        margin-left: 5px;
        margin-right: 5px;
    }

    .event-img {
        transition: transform .2s;
        width: 60px;
        height: 90px;
        margin-bottom: 15px;
    }

        .event-img:hover {
            opacity: 0.5;
        }

    .event-title {
        display: block;
        font-weight: 500;
        color: #fff;
        font-size: 0.9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .event-time {
        display: block;
        color: #fff;
        font-size: 0.9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .event-location {
        display: block;
        color: #fff;
        font-size: 0.9rem;
        white-space: nowrap;
        overflow: hidden;.
        text-overflow: ellipsis;
    }

    .event-cta {
        display: inline-block;
        margin-top: 0.5em;
        padding: 0.25em 0.5em;
        font-size: 0.6rem;
        border: 1px solid #fff;
        color: #fff;
    }

        .event-cta:hover {
            background-color: #fff;
            color: #B20637;
            border-color: #B20637;
            text-decoration: none;
        }

    .img-fluid {
        transition: transform .2s;
		opacity: 0.8;
    }

        .img-fluid:hover {
            opacity: 1;
        }

    /* ==================================================================
sponsors
================================================================== */
    .sponsors img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .sponsors-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sponsors-list li {
            margin: 0;
        }

    /* ==================================================================
Orders
================================================================== */
    .orders {
    }

    .order-item {
        margin: 0.5em 0;
    }

    .orders .type {
        border: 1px solid #585858;
        color: #585858;
        padding: 0.25em 0;
    }

    .orders .date {
        font-style: italic;
    }

    .orders .title {
    }

    .orders .description {
    }

    .orders .documents {
        list-style: none;
        margin: 0.5em 0;
        padding: 0;
    }


    /* ==================================================================
Events
================================================================== */
    .event-video-wrapper .featherlight-inner,
    .event-gallery-wrapper .featherlight-inner,
    .event-details-wrapper .featherlight-inner,
    .event-recension-wrapper .featherlight-inner {
        display: block !important;
        max-width: 48em;
    }

    .event-video-wrapper video,
    .event-gallery-wrapper img {
        width: 100%;
    }

    .event-data > a {
        display: block;
        position: relative;
        margin-bottom: 0.5em;
    }

    .event-data img {
        width: 100%;
    }

	
    .event-data > a > span {
        position: absolute;
        display: block;
        bottom: 0;
        width: 100%;
        padding: 0.25em;
        background: rgba(0,0,0,0.5);
        color: #fff;
    }

    .event-gallery {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

        .event-gallery a {
            display: block;
            width: 23%;
            margin-right: 0.5%;
            margin-bottom: 0.25em;
        }

    @media (min-width: 992px) {
        .event-gallery a {
            width: 16%;
        }
    }


    /* ==================================================================
featherlight gallery
================================================================== */
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: transparent;
    }

    .featherlight .featherlight-content {
        padding: 0;
        border: none;
    }
    /*.featherlight-next span,
.featherlight-previous span {
    display: block;
}

.featherlight-previous span:before,
.featherlight-next span:before {
    font-family: 'slick';
}

.featherlight-previous span:before {
    content: '←';
}
.featherlight-next span:before {
    content: '→';
}*/
    /* ==================================================================
slick slider overridess
================================================================== */
    .slick-prev, .slick-next {
        z-index: 10;
    }
    /* ==================================================================
bootstrap overridess
================================================================== */
    @media (min-width: 1400px) {
        .container {
            max-width: 1340px;
        }
    }
