@media screen and (min-width:1080px) {

html, body { background: #f0f4f9; margin:0px auto; padding:0px;font-family: "Arial", "Helvetica", sans-serif; font-size:0.85em; color:#909499; }
a { color: #222836; text-decoration: none }
a:hover { color: #3a2db5; text-decoration: none; }
.header { width:100%; background-image: linear-gradient(to right, #eb4b75 , #f7629e);margin:0px; padding:0px; height:80px; }
.header ul { height:80px; }
.header ul li { list-style:none;}


.playmenu .active {border-bottom:3px solid #eb4b75;color#fff;}
.playmenu .active a {color:#eb4b75;}

}


@media screen and ( max-width:1080px ) {

}