@charset "utf-8";

/* ---------------------------------------------------------------------------------------- RESET */

* {
   outline:0;
   margin:0;
   padding:0;
   font-family:sans-serif;
   -webkit-text-size-adjust:none;
}

html, body {
   display:block;
   width:100%;
   height:100%;
}

.block {
   overflow:hidden;
}

li {
   list-style:none;
}

a {
   text-decoration:none;
}

.block {
  overflow:visible;
}

/* ---------------------------------------------------------------------------------- BASE CLASSES */

.clear {
   clear:both;
   font-size:0;
   line-height:0;
   height:1px;
}

.hidden {
   display:none;
}

.invisible {
   overflow:hidden;
   display:inline;
   position:absolute;
   left:-4000px;
   top:-4000px;
   width:1px;
   height:1px;
}

.sprite {
   background:transparent none 0 0 no-repeat;
   font-size:0;
   line-height:-4000px;
   text-indent:-4000px;
   overflow:hidden;
   display:block;
   width:100%;
   height:100%;
}

.button {
   cursor:pointer;
}
