.backgroundImage {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/BgGreen.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /*max-height: 769px;*/
}

.backgroundImage2 {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/EventsBG.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /*max-height: 769px;*/
}

.EventContainer {
    margin-top: 150px;
}

.EventsHeader {
    height: 90px;
    background-color: rgba(17,17,17,0.8);
}

.title1Event {
    font-family: 'Dense-Regular';
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    margin-left: 8px;
    margin-top: 10px;
}

.titlesRef {
    font-family: 'Dense-Regular';
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    padding-left: 8px;
    padding-top: 20px;
    border-bottom: 5px solid rgba(255,255,255,0.5);
}

.title2Event {
    font-family: 'Dense-Regular';
    color: #ffffff;
    font-size: 30px;
    line-height: 25px;
    padding-left: 8px;
}

.ContentTeam {
    width: 90%;
    max-width: 250px;
    background-color: rgba(0,0,0,0.5);
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.TeamContentTitle {
    padding: 15px 0;
    /*border: 5px solid rgba(255,255,255,0.66);*/
    border-left: 0;
    border-right: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    margin: 0 auto;
    max-width: 82%;
    position: relative;
}


.HoverME {
    cursor: pointer;
}

    .HoverME:hover .ContentTeam {
        background-color: rgba(127,32,95,0.5);
    }



.EventsLisitngC {
    height: 350px;
    padding: 28px 0;
    width: 100%;
    background-color: rgba(0,0,0,0.67);
}

.height100 {
    height: 100%;
}

.widthAuto {
    width: auto;
    background-color: #ffffff;
    height: 100%;
    padding: 15px;
    margin-right: 30px;
}

.TitleEvents {
    font-family: 'Dense-Regular';
    color: #444444;
    font-size: 25px;
    line-height: 25px;
}

.DescEvents {
    font-family: 'AvantGarde-CondBook';
    color: #444444;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    position: relative;
}

.DateEvents {
    font-family: 'AvantGarde-CondBook';
    color: #444444;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    position: relative;
}


.AbsoDesc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
}


.AbsoBar {
    width: 140px;
    height: 5px;
    background-color: rgba(255,255,255,0.66);
    position: absolute;
    bottom: 3px;
    right: -90%;
}

.AbsoReference {
    position: absolute;
    right: 10px;
    top: 28px;
}



.scrollerEvents {
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.8);
}

    .scrollerEvents .swiper-scrollbar {
        height: 20px;
    }

    .scrollerEvents .swiper-scrollbar {
        height: 47px;
        background-image: url(../../images/scroller.png);
        background-repeat: no-repeat;
        background-position: left center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0 auto;
        position: relative;
        top: 8px;
        width: 90%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .scrollerEvents .swiper-scrollbar-drag {
        background-color: transparent;
        /*width: 10px !important;*/
        height: 47px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        /*border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-top: 4px solid #ffffff;
        border-bottom: 4px solid #ffffff;*/
        background-image: url(../../images/scrollerGrab.png);
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.AbsoYear {
    color: #ffffff;
    font-family: "Dense-Regular";
    font-size: 24px;
    left: 18px;
    position: absolute;
    top: 13px;
    z-index: 1;
}

.MAinCatEvents
{
    position:absolute;
    bottom:0; 
    color:#ffffff;
    font-size:18px;
    width:100%;

}



@media all and (max-width: 768px) {
    .backgroundImage {
        min-height: 700px;
    }
}


@media all and (max-width: 480px) {
    .EventContainer {
        margin-top: 150px;
    }

    .backgroundImage, .backgroundImage2 {
        min-height: 700px;
    }
}
