.multimedia{
    position: relative;
    padding: 0 4rem 0 4rem;
}

.multimedia a {
    color: #fff;
    text-decoration: none;
}
.multimedia header {
    color: #fff;
    text-align: center;
    min-height: 140px;
    margin-bottom: 60px;
}
.multimedia header h2 {
    margin-top: 100px;

    margin-bottom: 20px;
    font-weight: 100;
}
.multimedia header a {
    font-size: 18px;
    margin-left: 20px;
}

.copyright {
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

/* Tabs Start */
.ease {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.container {
    width: 100%;
    max-width: 2000px!important;
    margin: 0 auto;
}

.tabs {
    background: #fff;
    position: relative;
    margin-bottom: 50px;
}

.tabs > input,
.tabs > span {
    width: 50%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
}

.tabs > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs > span {
    /*background: #f0f0f0;*/
    text-align: center;
    overflow: hidden;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 500;
    color: #56585B;
    font-size: 1.2rem;
}

.tabs > span i,
.tabs > span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tabs > input:hover + span {
    background: rgba(211, 211, 211, 0.18);
}

.tabs > input:checked + span {
    background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
    color: black;
    font-weight: 700;
}

#tab-1, #tab-1 + span {
    left: 0;
}

#tab-2, #tab-2 + span {
    left: 50%;
}

#tab-3, #tab-3 + span {
    left: 40%;
}

#tab-4, #tab-4 + span {
    left: 60%;
}

#tab-5, #tab-5 + span {
    left: 80%;
}

.tab-content {
    padding-top: 80px ;
    width: 100%;
    min-height: 340px;

}

.tab-content section {
    width: 100%;
    display: none;
}

.tab-content section h1 {
    margin-top: 15px;
    font-size: 100px;
    font-weight: 100;
    text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 {
    display: block;
    width: calc( 100% + 20px );
    margin-left: -10px;
}

#tab-2:checked ~ .tab-content #tab-item-2 {
    display: block;
}
#tab-2:checked ~ .tab-content #tab-item-2 video{
    /*height: 150px;*/
    object-fit: cover;
    padding: 0;
    background: white;
}

#videoModal{
    height: 70vh;
    object-fit: contain !important;
    background-color: black !important;
}
.effect-3 .line {
    background: #3498DB;
    width: 50%;
    height: 4px;
    position: absolute;
    top: 56px;
}
.effect-3 .line2 {
    background: lightgray;
    width: 50%;
    height: 4px;
    position: absolute;
    top: 56px;
}

#tab-1:checked ~ .line2 {
    left: 50%;
}

#tab-1:checked ~ .line {
    left: 0;
}

#tab-2:checked ~ .line {
    left: 50%;
}

/*#tab-3:checked ~ .line {*/
/*  left: 40%;*/
/*}*/
/*#tab-4:checked ~ .line {*/
/*  left: 60%;*/
/*}*/
/*#tab-5:checked ~ .line {*/
/*  left: 80%;*/
/*}*/
/* effect-4 */
.effect-4 span i {
    font-size: 18px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(-50%);
}

.effect-4 span span {
    position: relative;
    top: 10px;
}

.effect-4 > input:checked + span i,
.effect-4 > input:hover + span i {
    top: 20%;
    opacity: 1;
}

/* effect-5 */
.effect-5 > input:checked + span i,
.effect-5 > input:hover + span i {
    font-size: 25px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    /* min-height: 100vh;*/
    /*padding: 30px 50px;*/
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    /*padding: 40px;*/
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: "";
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.loadMore{
    width: 100%;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
}
.noImagesMessage{
    font-size: 3rem;
    width: 100%;
    text-align: center;
    font-family: "Avenir Next LT Pro", "sans-serif";
}

.noVideosMessage{
    font-size: 3rem;
    width: 100%;
    text-align: center;
    font-family: "Avenir Next LT Pro", "sans-serif";

}

.loadMore:hover{

}

.prevVideoArrow{
    position: absolute;
    top: 50%;
    left: -10%;
    cursor: pointer;
    opacity: 0.5;
}
.nextVideoArrow{

    position: absolute;
    top: 50%;
    right: -10%;
    cursor: pointer;
    opacity: 0.5;
}

.multimediaImage{
    height: 200px;
    object-fit: cover;
}

.closeVideo{
    display: inline-block;
    font-size: 5rem !important;
    position: absolute;
    right: 2rem;
    color: white !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.closeVideo:hover{
    opacity: .8;
}

@media only screen and (max-width: 1200px) {

    .multimediaImage{
        height: 150px;
        object-fit: cover;
    }

    .multimedia{
        padding: 0 2rem 0 2rem;
    }
    .tz-gallery .row > div {
        padding: 5px;
    }
    .banner{
        padding: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .multimedia{
        padding: 0 1rem 0 1rem;
    }
    .multimedia header {

        min-height: auto;
        margin-bottom: 20px;
    }
    .multimedia header h2 {
        /*margin-top: 40px;*/

    }
    .nextVideoArrow{
        right: 0;
        z-index: 2;
    }
    .prevVideoArrow{
        left: 0;
        z-index: 2;
    }
    .biggerImage{
        height: 160px !important;
    }
}
@media only screen and (max-width: 425px) {
    .multimedia{
        padding: 0 1rem 0 1rem;
    }
    .multimediaImage{
        height: 110px;
        object-fit: cover;
    }
    .nextVideoArrow{
        right: 0;
        z-index: 2;
    }
    .prevVideoArrow{
        left: 0;
        z-index: 2;
    }
    .tz-gallery .row > div {
        padding: 2px;
    }
    .biggerImage{
        height: 140px !important;
    }
}
