@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap");

*{outline:none !important; box-sizing:border-box}
a{text-decoration:none; cursor:pointer; display:inline-block}
body{width:100%; background-color:#CCC; background-image:url(../images/others/body_bg.jpg); background-position:center; background-repeat:repeat; color:#333; font-family:"Roboto", sans-serif; font-weight:300; margin:0px; float:left}
img{border:none; box-shadow:none}
#wrapper{width:100%; max-width:1920px; background:#FFF; margin:0px auto}
.clear{width:100%; height:0px; clear:both}
.wrapper{max-width:1600px; margin:0px auto; padding:0px 15px}

@media (max-width:1700px){
    .wrapper{max-width:1400px}
}
@media (max-width:1500px){
    .wrapper{max-width:1200px}
}
@media (max-width:1300px){
    .wrapper{max-width:1000px}
}
@media (max-width:1100px){
    .wrapper{max-width:900px}
}
@media (max-width:1000px){
    .wrapper{max-width:96%}
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){

}