/****************************/
/* NORMALIZE
/****************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  word-wrap: break-word;
}
a:focus {
  outline-offset: 1px;
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
img {
  border: none;
  color: transparent;
  vertical-align: middle;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
ul,
ol {
  padding: 0;
  margin: 0.5em 0 0.5em 2em;
}
li {
  margin: 0;
  padding: 0;
  display: list-item;
}
nav ul,
nav ol {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
hr {
  height: 0;
  clear: both;
  margin: 1em 0;
  border: 0 solid #CCC;
  border-top-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
th,
td,
caption {
  padding: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  border: 1px solid #CCC;
  border-color: rgba(0, 0, 0, 0.2);
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  position: relative;
  line-height: normal;
  font-family: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
optgroup,
option {
  padding: 0 2px;
  font-family: inherit;
}
optgroup option {
  padding-left: 1em;
}
optgroup {
  color: #000;
  font-weight: bold;
  font-style: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  z-index: 1;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"],
input[type="radio"] {
  top: 0.25em;
  padding: 0;
  vertical-align: top;
  *top: 1px;
}
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    top: 2px;
    vertical-align: baseline;
  }
}
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    top: 0;
    vertical-align: baseline;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    top: 0;
    vertical-align: baseline;
  }
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  color: #808080;
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/****************************/
/* HELPERS
/****************************/
.aleft {
  text-align: left !important;
}
.aright {
  text-align: right !important;
}
.acenter {
  text-align: center !important;
}
.vtop {
  vertical-align: top !important;
}
.vbottom {
  vertical-align: bottom !important;
}
.vmiddle {
  vertical-align: middle !important;
}
.bold {
  font-weight: bold;
}
.nobold {
  font-weight: normal !important;
}
.italic {
  font-style: italic;
}
.noitalic {
  font-style: normal !important;
}
.wrap {
  white-space: normal !important;
}
.nowrap {
  white-space: nowrap !important;
}
.nodecor {
  text-decoration: none !important;
}
.trimtext {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wauto {
  width: auto !important;
}
.w100 {
  width: 100% !important;
}
.w95 {
  width: 95% !important;
}
.w90 {
  width: 90% !important;
}
.w85 {
  width: 85% !important;
}
.w80 {
  width: 80% !important;
}
.w75 {
  width: 75% !important;
}
.w70 {
  width: 70% !important;
}
.w65 {
  width: 65% !important;
}
.w60 {
  width: 60% !important;
}
.w55 {
  width: 55% !important;
}
.w50 {
  width: 50% !important;
}
.w45 {
  width: 45% !important;
}
.w40 {
  width: 40% !important;
}
.w35 {
  width: 35% !important;
}
.w30 {
  width: 30% !important;
}
.w25 {
  width: 25% !important;
}
.w20 {
  width: 20% !important;
}
.w15 {
  width: 15% !important;
}
.w10 {
  width: 10% !important;
}
.w5 {
  width: 5% !important;
}
.nobg {
  background: none !important;
}
.noborder {
  border: none !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.padtop {
  padding-top: 20px !important;
}
.padright {
  padding-right: 20px !important;
}
.padbottom {
  padding-bottom: 20px !important;
}
.padleft {
  padding-left: 20px !important;
}
.fclear {
  *zoom: 1;
}
.fclear:before,
.fclear:after {
  content: '';
  display: table;
}
.fclear:after {
  clear: both;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.overhidden {
  overflow: hidden;
}
.fgblack {
  color: #000;
}
.fgwhite {
  color: #FFF;
}
.fggray {
  color: #777;
}
.fgred {
  color: #C00;
}
.fggreen {
  color: #390;
}
.fgblue {
  color: #06C;
}
.fgorange {
  color: #C60;
}
.fgyellow {
  color: #FD3;
}
