@font-face {
    font-family: LatoLight;
    src: url(fonts/Lato/Lato-Light.ttf);
    font-weight: bold;
}

@font-face {
    font-family: RobotoLight;
    src: url(fonts/Roboto/Roboto-Light.ttf);
    font-weight: bold;
}


body{
   font-family: RobotoLight, LatoLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

.mz-maxw img {
	width: 100%;
	height: auto;
	max-width:200px;
}

.mz-menu {
   display: none;
}

.mz-gotop{
   display: none;
}

