html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul, ol {
    list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

iframe, object, embed { width: 100%; }
img  { image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

.img-cover { width: 100%; }
.img-contain { max-width: 100%; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; }

.cf { zoom: 1; }
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.cf:after { clear: both; }

.fl { float: left !important; }
.fr { float: right !important; }

.ar { text-align: right !important; }
.al { text-align: left !important; }
.ac { text-align: center !important; }

.alpha { margin-left: 0 !important; }
.omega { margin-right: 0 !important; }
.beta { margin-top: 0 !important; }
.gamma { margin-bottom: 0 !important; }

.alpha-p { padding-left: 0 !important; }
.omega-p { padding-right: 0 !important; }
.beta-p { padding-top: 0 !important; }
.gamma-p { padding-bottom: 0 !important; }

.clear { clear: both !important; }

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kinetic-scroll {
    -webkit-overflow-scrolling: touch;
}

.kinetic-scroll,
.hardware-animation {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}