/* BASIC css start */
/* ΐΜΉΜΑφΈΚ */
img[usemap] { border: none; height: auto; max-width: 100%; width: auto;}
img{border: none;height: auto;max-width: 100%;width: auto;}
.evt_img {width: 100%; max-width: 100px; min-width: 800px; margin: 0 auto; position: relative;}


#content { margin: 0px auto; text-align:center; }

a {
    vertical-align: top;
}


.ev_01{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    text-align:center;
    font-size:0;
    }
    
    
.ev_01 a img
 {  
    vertical-align: top;
   
    }
    
    
.moveTB { animation-duration: 2s;  animation-iteration-count: infinite; animation-name: moveTB; }
@keyframes moveTB {
    0% {transform: translateY(0);}
    50% {transform: translateY(25px);}
    100% {transform: translateY(0);}
}


/* BASIC css end */

