home/aissorg/public_html/css/home.css 0000644 00000004430 15116232007 0013675 0 ustar 00 .wow-outer{
color: #900;
}
@media (min-width: 576px){
.section-xs {
padding: 45px 0;
background-color: #feff7f59;
}
}
#disclaimer-cover {
height: 350px;
margin: 0 auto;
background: transparent
url(img/madal.png)
no-repeat top left;
}
.disclaimer-outer {
width: 150px;
height: 250px;
border: none;
padding: 0;
overflow: hidden;
position: relative;
text-align: center;
top: 80px;
left: 175px;
/*font-family: Verdana;*/
font-size: 16px;
background-color: trasparent;
color: #900;
}
.disclaimer-inner {
position: absolute;
width: 100%;
height: 570px;
margin-top: 0px;
text-align: center;
/*transform: translateY(100%);*/
/*animation: scroll-up 25s linear 1s infinite normal none running;*/
/* transform: translateY(100%); */
animation: none;
}
/* Move it (definisce l'animazione) */
@keyframes scroll-up {
0% {
transform: translateY(30%);
}
100% {
transform: translateY(-100%);
}
}
/* Mette in pausa l'animazione al passaggio del mouse */
.disclaimer-inner:hover {
cursor: pointer;
animation-play-state: paused;
}
.hover-effect::before {
right: 0;
opacity:0.7;
top: 0;
}
.hover-effect::after {
bottom: 0;
opacity: 0.7;
left: 0;
}
.hover-effect::before, .hover-effect::after {
content: "";
background: #f4af24;
height: 0;
width: 0;
z-index: 1;
position: absolute;
-webkit-transition-duration: 1.3s !important;
-o-transition-duration: 1.3s;
transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
height: 100%;
opacity: 0;
width: 100%;
}