.backgroundImage2 {
    width: 100%;
    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;
}

.RefContainer {
    margin-top: 180px;
}


.AbsoReference {
    position: absolute;
    right: 10px;
    top: 28px;
}

.RefHeader {
    min-height: 90px;
    background-color: rgba(17,17,17,0.8);
}

.title1Ref {
    font-family: 'Dense-Regular';
    color: #ffffff;
    font-size: 45px;
    line-height: 40px;
    margin-left: 8px;
    margin-top: 20px;
    border-bottom: 5px solid rgba(255,255,255,0.66);
}


.RefItemCat {
    font-family: 'Dense-Regular';
    color: rgba(255,255,255,0.5);
    font-size: 22px;
    padding: 20px 10px 20px 10px;
    cursor: pointer;
}

    .RefItemCat:hover {
        color: rgba(255,255,255,1);
    }

.RefSelected {
    color: #9D216C;
}

    .RefSelected:hover {
        color: #9D216C;
    }

.ArrowRef {
    position: absolute;
    bottom: 0;
    width: 43px;
    height: 13px;
    left: 50%;
    margin-left: -21px;
    background-image: url(../../images/arrowRef.png);
    background-repeat: no-repeat;
    opacity: 0;
}

.ArrowRefShow {
    opacity: 1;
}

.bgColorGrey {
    background-color: #EEEEEE;
    min-height: 380px;
}

.StylingTitle{
    
    font-family: 'AvantGarde-CondBook';
    color:#0E100E;
    font-size:15px;
    padding-bottom:20px;
}

@media all and (max-width: 768px) {
}


@media all and (max-width: 480px) {
    .RefItemCat {
        padding: 5px;
        width: 50%;
        font-size: 20px;
    }

    .tobe10p {
        margin-top: 10px;
    }
}
