@charset "utf-8";
/* CSS Document */
.content_metal .animated li{ opacity:1;}
.content_metal .animated li:nth-child(1){margin-left:0px; }
.content_metal .animated li:nth-child(2){margin-right:0px; }
.animated .produse{background-position:  right top;}
.animated .transport{background-position:  right bottom;}


.active-slide img {

    animation: fadein 20s;
    -moz-animation: fadein 20s; /* Firefox */
    -webkit-animation: fadein 20s; /* Safari and Chrome */
    -o-animation: fadein 20s; /* Opera */
}
@keyframes fadein {
    from {
         -ms-transform: scale(1.0,1.0); /* IE 9 */
    -webkit-transform: scale(1.0,1.0); /* Safari */
    transform: scale(1.0,1.0); /* Standard syntax */
    }
    to {
             -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5); /* Standard syntax */
    }
}
@-moz-keyframes fadein { /* Firefox */
     from {
               -ms-transform: scale(1.0,1.0); /* IE 9 */
    -webkit-transform: scale(1.0,1.0); /* Safari */
    transform: scale(1.0,1.0); /* Standard syntax */
    }
    to {
             -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5); /* Standard syntax */
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
             -ms-transform: scale(1.0,1.0); /* IE 9 */
    -webkit-transform: scale(1.0,1.0); /* Safari */
    transform: scale(1.0,1.0); /* Standard syntax */
    }
    to {
                   -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5); /* Standard syntax */
    }
}
@-o-keyframes fadein { /* Opera */
    from {
             -ms-transform: scale(1.0,1.0); /* IE 9 */
    -webkit-transform: scale(1.0,1.0); /* Safari */
    transform: scale(1.0,1.0); /* Standard syntax */
    }
    to {
                  -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5); /* Standard syntax */
    }
}




