/********************** animationMeanDiv *********************************/
.Animation{
    position: relative;
    float: left;
    z-index: 0;
    width: 100%;
    margin-top: -1px;
}
.Animation img{
    max-height: 480px;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.nivo-controlNav{
    display: none;
}

#NavRight{
    float: right;
    width: 31px;
    height: 50px;
    background-image: url('../images/png/topAnimation/left.png');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
    margin-right: 36px;
    margin-top: -16%;
    cursor: pointer;
    opacity: 0.6;
}

#NavLeft{
    float: left;
    width: 31px;
    height: 50px;
    background-image: url('../images/png/topAnimation/rigth.png');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
    margin-left: 36px;
    margin-top: -16%;
    cursor: pointer;
    opacity: 0.8;
}

#NavRight:hover,#NavLeft:hover{
    opacity: 1;
}

/********************** Assistances **********************************/
#animationContainer{
    position: relative;
    height: 100%;
    z-index: 1; 
}
#animationRow{
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.animationColl{
    margin: 0 1px;
    width: 33.13%;
    background-image: url('images/animation/Col-InfoBG.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    padding: 0;
    cursor: pointer;
}
.animationColl .leftImg{
    float: left;
    width: 32%;
    vertical-align: middle;
}
.animationColl .leftImg img{
    margin-left: 34%;
    margin-top: 29%;
}
.animationColl:first-child .leftImg img{
    margin-top: 48%;
}
.animationColl:last-child .leftImg img{
    margin-top: 28%;
}
.animationColl .leftImg img.coll3,.animationColl .leftImg img.coll2{
    margin-top: 22%;
}
.animationColl .Txt{
    float: left;
    width: 68%;
}
.animationColl .Txt h1{
    color: #fff;
    font-size: 122%;
    font-family: "DIN",Arial,Helvetica,sans-serif;
    text-transform: capitalize;
    margin-bottom: 0px; margin-top: 20px;
}
.animationColl .Txt h2{
    color: #afadad;
    font-size: 90%;
    font-family: "DIN",Arial,Helvetica,sans-serif;
    margin-top: 8px;
    margin-bottom: 20px;
}
#AnimationTXT{
    position: relative;   
}
#AnimationTXTRow {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
#AnimationTXTCol{
    background-image: url('../images/png/topAnimation/Col-InfoBG.png');
    background-repeat: repeat-x;
    background-size: auto 100%; 
    padding: 0 0 0 10px;   
    width: 58%;
    margin-top: 0;
    margin-left: 0;
    top: 50%; 
    left: 6.5%;
    transform: translate(0, -50%);
    position: absolute;
}
#AnimationTXTRow #AnimationTXTCol h1{
    color: #fff;
    font-size: 2.2vw;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    margin: 1.5% 1% 1.5% 2% ;
    text-transform: uppercase;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
#AnimationTXTRow #AnimationTXTCol h2{
    color: #fff;
    font-size: 150%;
    font-family: "DIN",Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
    /* text-transform: uppercase;*/
}
#AnimationTXTRow #AnimationTXTBut{
    display: block;
    color: #fff;
    font-size: 1vw;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    margin: 20px 0;
    background-color: #2d9e66;
    cursor: pointer;
    width: auto;
    text-align: center;
    padding: 5px 25px 5px 10px;
    position: relative;
    margin-left: 8%;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url('../images/png/topAnimation/lireplusBG.png');
    background-repeat:  no-repeat;
    background-position: 95% center;
    margin-top: 0;
    margin-left: 0;
    top: 65%; 
    left: 6.5%;
    transform: translate(0, -50%);
    position: absolute;
}
.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
    width: 100%;
}
/********************** Assistances end ******************************/
/** xs  **/
@media (max-width: 760px) {
    #AnimationTXTCol{
        padding: 0;
        width: 80%;
    }
    #animationMeanDiv{
        position: relative;
        /*background-image: url('../images/jpg/topAnimation/XSbg.jpg');
        background-repeat:  no-repeat;
        background-size: 100% 100%;*/
        width: 100%;  
    }
    #AnimationTXT{
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }
    #AnimationTXTRow {
        /*top: -5vw;*/
    }
    #AnimationTXTCol{
        background-image: none;
        margin-left: 0;
    }
    #AnimationTXTRow #AnimationTXTBut{
        /*margin-left: 3%;*/
        font-size: 4vw;
        top: 68%;
    }
    #AnimationTXTRow #AnimationTXTCol h1{
        font-size: 6.2vw;
        text-align: justify;
    }
}
/** xs  **/
@media (max-width: 560px) {
    #AnimationTXTRow {
       /* top: 20vw;*/
    }

}