html, body {
    margin: 0;
    padding: 0;
}

.background-cover {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    margin-bottom: 0px !important;
}

/** {*/
    /*box-sizing: border-box;*/
/*}*/

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slider-inner {
    position: relative;
    margin: 0;
}

.slide-content {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px;
    bottom: 25%;
    width: 50%;
    opacity: 80%
}

.slick-dots {
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0px;
    width: auto;
    right: 0px;
    display: flex !important;
    padding: 20px;
    justify-content: space-between;
    height: 140px;
}

.slick-dots li {
    width: calc(100% / 2);
    height: auto;
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
}

.footer-item-inner {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    height: 100%;
}


.ag-exibition-image{
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.ag-exibition-date {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.ag-exibition-slider-header {
    font-weight: 700;
}

.ag-exibition-slider-header,
.ag-exibition-slider-subheader{
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
}

.ag-exibition-slider-regular,
.ag-exibition-slider-regular-bold {
    font-size: 20px;
    line-height: 32px;
}

.ag-exibition-slider-regular-bold {
    font-weight: 700;
}


.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.footer-item-inner .footer-item-title{
    text-transform: uppercase;
}

.footer-item-inner p{
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}

.slider-inner a {
    text-decoration: none;
}

.slick-dots li:not(.slick-active) p {
    color: #999999 !important;
}

.slick-dots li.slick-active p {
    color: #ffffff !important;
    opacity: 1 !important;
}

.slider-inner a:hover,
.slider-inner a:active,
.slider-inner a:focus {
    border: none !important;
    text-decoration: none;
    color: #000;

}

a.ag-exibition-viewmore,
a.ag-exibition-viewmore:active,
a.ag-exibition-viewmore:focus,
a.ag-exibition-viewmore:hover {
    border: none;
    cursor: pointer;
    outline: none;

}

.footer-item-inner .ag-exibition-slider-regular-bold {
    text-transform: uppercase;
}


/*Media Queries*/
@media only screen and (max-width: 768px) {

    .ag-exibition-date {
        font-size: 19px;
    }

    .ag-exibition-slider-header,
    .ag-exibition-slider-subheader{
        color: #000;
        font-size: 35px;
        text-transform: uppercase;
    }

    .ag-exibition-slider-regular,
    .ag-exibition-slider-regular-bold {
        font-size: 15px;
        line-height: 27px;
    }

    .footer-item-inner p{
        font-size: 13px;
    }

    .slide-content {
        width: 70%;
    }

    .footer-item-inner p:not(:first-of-type){
        display: none;
    }
}

/*Media Queries*/
@media only screen and (max-width: 425px) {

    .ag-exibition-date {
        font-size: 14px;
        line-height: 19px;
    }

    .ag-exibition-slider-header,
    .ag-exibition-slider-subheader{
        color: #000;
        font-size: 22px;
        text-transform: uppercase;
    }

    .ag-exibition-slider-regular,
    .ag-exibition-slider-regular-bold {
        font-size: 10px;
        line-height: 17px;
    }

    .footer-item-inner p{
        font-size: 10px;
    }

    .slide-content {
        width: 80%;
    }

    .footer-item-inner p:not(:first-of-type){
        display: none;
    }

    .slick-dots li {
        width: calc(100% / 2);
    }

}
