

.modDsCd{
	visibility: visible;
    pointer-events: initial;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.modDisp{
	visibility: visible;
    pointer-events: initial;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.modDspRgL{
	visibility: visible;
    pointer-events: initial;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}



.modDsP{
	visibility: visible;
    pointer-events: initial;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.contentPed.modDsP .cntSelP{
	animation-name: cntSelp_an;
    animation-delay: 0.30s;
	animation-duration: 0.40s;
    animation-fill-mode: forwards;
	animation-timing-function: lineal;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntSelp_an{
    0% { transform: translateX( 120% ); opacity: 0;}
    100% { transform: translateX( 0 ); opacity: 1;}
}
.contentPed.modDsP .cntPed{
	animation-name: cntPed_an;
    animation-delay: 0.30s;
	animation-duration: 0.40s;
    animation-fill-mode: forwards;
	animation-timing-function: lineal;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntPed_an{
    0% { transform: translateX( 120% ); opacity: 0;}
    100% { transform: translateX( 0 ); opacity: 1;}
}
.contentPed.modDsP .bxBtns{
	animation-name: cntBtn_an;
    animation-delay: 0.30s;
	animation-duration: 0.40s;
    animation-fill-mode: forwards;
	animation-timing-function: lineal;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntBtn_an{
    0% { transform: translateX( 120% ); opacity: 0;}
    100% { transform: translateX( 0 ); opacity: 1;}
}



.contentProd.anPrd .cntProd{
	animation-name: cntProdAn;
    animation-delay: 0.80s;
	animation-duration: 0.70s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntProdAn{
    from {opacity: 0.00; transform: translateY(30%);}
    to {opacity: 1.00; transform: translateY(0);}
}


.contentProm.anProm .cntProm{
	animation-name: cntPromAn;
    animation-delay: 1.00s;
	animation-duration: 0.70s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntPromAn{
    from {opacity: 0.00; transform: translateY(30%);}
    to {opacity: 1.00; transform: translateY(0);}
}


.contentRest.anRest .cntDsc{
	animation-name: cntDscAn;
    animation-delay: 1.00s;
	animation-duration: 0.70s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntDscAn{
    from {opacity: 0.00; transform: translateY(30%);}
    to {opacity: 1.00; transform: translateY(0);}
}


.contentDA.anDA .cntDsc{
	animation-name: cntDDscAn;
    animation-delay: 1.00s;
	animation-duration: 0.70s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntDDscAn{
    from {opacity: 0.00; transform: translateY(30%);}
    to {opacity: 1.00; transform: translateY(0);}
}


footer.anFt .cntDsc{
	animation-name: cntFtDscAn;
    animation-delay: 1.00s;
	animation-duration: 0.65s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntFtDscAn{
    from {opacity: 0.00; transform: translateY(60%);}
    to {opacity: 1.00; transform: translateY(0);}
}


footer.anFt .cntImg{
	animation-name: cntFtImgAn;
    animation-delay: 1.00s;
	animation-duration: 0.65s;
    animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: stop;
	transform-origin: center;
}
@keyframes cntFtImgAn{
    from {opacity: 0.00; transform: translateX(-50%);}
    to {opacity: 1.00; transform: translateX(0);}
}
