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

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

#move #loader img{position:absolute;left: 0;top: 0; width: 100%;height: auto;}
#move .fade1 img,
#move .fade2 img,
#move .fade3 img{width: 100%;height: auto;}

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

}
@media print {

}