@charset "UTF-8";
/*
Fadein/out
*/

#move{width: 100%;min-width: 1200px; position: relative;overflow: hidden;background: #000;}
#move #loader{background: #000;width: 100%;display: block;position: relative;}
#move .fade1{position: absolute;left: 0;top: 0;width: 100%;height: auto; height: auto;z-index: 2}
#move .fade2,
#move .fade3,
#move .fade4{display: none; position: absolute;left: 0;top: 0;width: 100%;;height: auto;z-index: 2}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:0.8;mix-blend-mode: screen}
}

/*
#move .fade6{opacity: 0;position: absolute;left: 50%;top: 0;width: 50%;height: auto;z-index: 2;transform: scale(1.3);}
#move .fade7,
#move .fade8{display: none; position: absolute;left: 0;top: 0;width: 100%;height: auto;z-index: 2}
#move .fade9{opacity: 0;position: absolute;left: 0;top: 0;width: 100%;height: auto;z-index: 2;filter: brightness(200%);}
*/

#move #loader img,
#move .fade1 img,
#move .fade2 img,
#move .fade3 img,
#move .fade4 img{width: 100%;height: auto;}


@media screen and (max-width: 767px) {
#move{min-width: 100%; }
#move #loader{min-width: 100%;}


}
@media print {

}