.stripe {
    background: #7ce0ea;
    color: black;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 0 5px 0;
}
.carousel-caption {
    width: 100%;
    left: 0;
    text-align: left;
    bottom: 0;
    padding-bottom: 0;
}
.stripeDark {
    background: url(./images/black-transp.png);
    padding: 18px 0 48px 0;
}
.slide-title{
    display: flex;
    align-items: center;
}
.slide-title .data {
    flex: 1;
    color: white;
    font-size: 20px;
    line-height: 24px;
}
.slide-title .date {
    color: #e4b65c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}
.slide-link {
    display: inline-block;
    font-style: 15px;
    border: 1px solid #e4b65c;
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
    color: #e4b65c;
    transition: 0.3s;
}
@media(max-width:768px){
    .slide-link {
        padding: 0 15px;
        height: 48px;
        line-height: 48px;
    }
}
.slide-link:hover {
    color: black;
    background: #e4b65c;
}

.loop-container {
    overflow: hidden;
}
.loop {
    position: relative;
    white-space: nowrap;
    animation: loop-anim 10s linear infinite;
}

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50%; /* This works because of the div between "outer" and "loop" */
    }
}
.cirada {
    background: white url(./images/cirada.png) bottom right no-repeat;
    background-size: 80vw;
}

.search-section {
    min-height: 300px;
    background: url(./images/bg-search-section.jpg) bottom right;
}
.search-link {
    display: inline-block;
    width: 148px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    margin-top: 60px;
}

section.sponsors {
    background: #e6e7e8;
}

section.quick-search {
    background: url(./images/bg-quick-search.jpg);
    background-position: right bottom;
    background-size: 100%;
}
.qs-container {
    padding-top: 300px;
    padding-bottom: 240px;
    background: url(./images/mo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.select2-selection,
.qs-container .form-control {
    width: 250px;
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 5px;
    display: inline-block;
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding-right: 50px !important;
    padding-left: 20px !important;
    background: white url(./images/magnifier-2.png) right 20px center no-repeat;
}
.select2-selection__arrow {
    display: none;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #c39430 !important;
    color: #212529 !important;
}

.quick-search-input::placeholder {
    font-style: italic;
}

.cats-legend {
    margin-top: 40px;
}
.cat-label {
    text-transform: uppercase;
    line-height: 26px;
    margin-right: 30px;
}
.cat-label::before {
    content: " ";
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 50%;
}
.cat-label.cat-1::before {
    background: #ffdd74;
}
.cat-label.cat-2::before {
    background: #00bff3;
}
.cat-label.cat-3::before {
    background: #39b54a;
}
.cat-label.cat-4::before {
    background: #f26c4f;
}

.carousel-item {
    height: auto;
    background-size: cover;
}

.carousel-indicators button {
    display: inline-block;
    border: 1px solid #e4b65c !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #00000088 !important;
    opacity: 1 !important;
    margin: 7px;
}
.carousel-indicators button.active {
    background: #e4b65c !important;
}

.program-stepper-item {
    color: #212529;
}
.program-stepper-item .prog-title,
.program-stepper-item .prog-sub-title {
    font-size: 20px;
    line-height: 24px;
}
.program-stepper-item .venue {
    font-style: italic;
}
.program-stepper .slick-prev {
    background: url(./images/slick-down.png) !important;
    transform: rotate(180deg);
    left: 40% !important;
    bottom: -50px !important;
}
.program-stepper .slick-next {
    bottom: -68px !important;
    right: 40% !important;
    background: url(./images/slick-down.png) !important;
}

.fake-slide {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.step-pic {
    max-width: 202px;
}
.cats-legend {
    box-sizing: border-box;
}

.program-stepper-item:hover {
    color: inherit;
}

.mypop {
    background: #e0e0e0;
    padding: 5px 10px;
    max-width: 320px;
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    transform: translateY(-100%);
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.mypop::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #e0e0e0;
    left: 45px;
    bottom: -6px;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    z-index: -1;
}
.mypop .popper-item {
    border-bottom: 1px solid gray;
    padding-bottom: 8px;
    padding-top: 8px;
}
.mypop .popper-item:last-child {
    border: none;
}

@media (max-width: 575.98px) {
    .program-stepper {
        margin-bottom: 40px;
    }
    .program-stepper-item {
        margin: 25px 0;
    }
    .program-stepper-item .date {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .program-stepper-item .date strong {
        font-weight: bold;
        color: #219fac;
    }
    .program-stepper-item .info {
        padding-left: 20px;
        margin-top: 20px;
        position: relative;
        height: 100px;
        overflow-y: hidden;
    }
    .program-stepper-item .step-pic {
        max-width: 100%;
    }
    .cat-lines {
        background: gray;
        width: 5px;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
    }
    .image-container .cat-lines {
        display: none;
    }
    .cat-lines span {
        flex: 1;
    }
    .cat-label {
        margin-right: 0;
        padding-bottom: 10px;
        padding-left: 30px;
        line-height: 110%;
    }
    .cat-label::before {
        margin-left: -30px;
        position: absolute;
        width: 20px;
        height: 20px;
    }
    .program-stepper .slick-next {
        right: 35% !important;
    }
    .program-stepper .slick-prev {
        left: 35% !important;
    }
    .qs-container {
        height: 120px;
        padding-top: 100px;
        padding-bottom: 120px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-menu a {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .footer-menu a::after {
        display: none;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        height: 50vw;
    }
    .program-stepper {
        border-top: 1px solid #929292;
        border-bottom: 1px solid #929292;
        margin-bottom: 50px;
    }

    .program-stepper-item {
        display: flex;
        margin: 34px 0 !important;
        align-items: center;
    }
    .program-stepper-item .image-container {
        border-left: 1px solid #171717;
        padding-left: 15px;
        padding-right: 15px;
    }
    .program-stepper-item .date {
        text-align: right;
        padding-right: 15px;
        font-size: 18px;
    }
    .program-stepper-item .date strong {
        display: block;
        width: 100px;
        color: #219fac;
        font-size: 30px;
        font-weight: normal;
    }
    .program-stepper-item .info {
        flex: 1;
        padding-left: 15px;
    }

    .cat-lines {
        background: gray;
        width: 5px;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
    }
    .cat-lines span {
        flex: 1;
    }
    .imgcntnr {
        flex: 1;
    }
    .cat-label-col {
        display: inline-block;
        text-align: left;
        margin-left: -4px;
    }
    .cat-label-col {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .stripe {
        font-size: 18px;
        line-height: 24px;
    }
    .slide-title .data {
        font-size: 40px;
        line-height: 44px;
    }
    .cat-label-col {
        width: 33%;
    }
}
@media (max-width: 991.98px) {
    .side-bar {
        height: 96px;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .side-bar .bar-title {
        display: block;
        flex: 1;
        text-transform: uppercase;
        height: 100%;
        display: flex;
        align-items: center;
        background: url(./images/ellipses.png) center center no-repeat !important;
        background-size: 66px !important;
    }
    .side-bar .bar-title strong {
        flex: 1;
        font-size: 18px;
    }
    .side-bar::after {
        background: url(./images/pocok2.png) center bottom no-repeat;
        display: block;
        content: " ";
        width: 100%;
        height: 23px;
        position: absolute;
        bottom: -23px;
    }
    .cirada {
        background: white url(./images/cirada.png) bottom center no-repeat;
        background-size: 200%;
    }
}
@media (min-width: 992px) {
    header {
        margin-bottom: -170px;
    }

    .side-bar {
        margin-bottom: 0;
    }

    .bar-title {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .bar-title strong {
        display: flex;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        height: 133px;
        background: url(./images/ellipses.png) center center no-repeat;
        position: relative;
        align-items: center;
    }
    .bar-title strong::after {
        background: url(./images/pocok.png) left center no-repeat;
        width: 38px;
        height: 116px;
        content: " ";
        display: block;
        position: absolute;
        right: -38px;
        top: 10px;
    }
    .bar-title strong span {
        flex: 1;
        line-height: 32px;
        padding: 0 15px;
    }

    .side-bar.dotted::before {
        background: url(./images/bg-dotted-top.png) top;
        background-repeat: repeat-x;
        content: " ";
        display: block;
        height: 128px;
        margin-bottom: -128px;
    }
    .side-bar.dotted::after {
        content: " ";
        background: url(./images/bg-dotted-bottom.png) top;
        display: block;
        height: 128px;
        margin-top: -128px;
    }

    .carousel-indicators {
        z-index: 1000;
        width: 19px !important;
        display: flex !important;
        padding: 0 !important;
        right: 0 !important;
        left: auto !important;
        top: 0 !important;
        bottom: 0 !important;
        margin-right: 40px !important;
        align-items: center;
        text-align: right;
    }
    .carousel-indicators.wide {
        width: 50px !important;
    }
    .carousel-indicators button {
        display: inline-block;
        border: 1px solid #e4b65c !important;
        width: 19px !important;
        height: 19px !important;
        border-radius: 50%;
        background: #00000088 !important;
        opacity: 1 !important;
        margin: 7px 0 !important;
    }
    .carousel-indicators button.active {
        background: #e4b65c !important;
    }

    .stripeDark {
        padding: 36px 0;
    }
    .cat-label-col {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .program-stepper {
        padding-left: 0 !important;
    }
    .program-stepper .date {
        width: 80px;
    }
    .program-stepper .date strong {
        font-size: 20px;
        left: 0;
        width: 80px;
        text-align: center;
    }
    .program-stepper .image-container {
        width: 200px;
    }
    .program-stepper .image-container img {
        width: 100%;
    }
    .side-bar .bar-title span {
        font-size: 23px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .side-bar {
        width: 260px !important;
    }
    .side-bar .bar-title span {
        font-size: 26px !important;
    }
}
@media (min-width: 1200px) {
    .bar-title strong {
        font-size: 28px;
    }
    .cats-legend {
        margin-left: 50px;
    }
    .cat-label-col {
        width: 33%;
    }
}

@media (min-width: 1700px) {
    .program-stepper {
        margin-left: 50px;
    }
    .search-section {
        min-height: 377px;
    }
    .cat-label-col {
        width: 25%;
    }
}

@media (min-width: 1920px) {
    .cat-label-col {
        width: 20%;
    }
}

.main-h1{
    position: absolute;
    z-index: -100;
}