﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio:not([controls]) {
  display: none;
  height: 0; }

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;}

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  height: 1px;
  outline: none;
  border: none;
  background: #000;
  margin: 20px auto; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  overflow: auto; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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: 1em 40px; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  line-height: normal; }

button, input, select, textarea, optgroup {
  font-family: inherit;
  font-size: inherit;
  margin: 0; }

button, input {
  line-height: normal;
  padding: 2px 5px; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*---- X.X CSS Resets ----*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-smooth: always;
  direction: ltr; }

input, a {
  outline: none; }

form {
  position: relative; }

body, html, form {
  min-height: 100%; }

iframe, object {
  width: 100%; }

img {
  max-width: 100%;
  border: 0; }

.image {
  line-height: 0;
  display: block;
  position: relative; }

a, img {
  border: 0; }

a {
  text-decoration: none;
  cursor: pointer;
  background: transparent; }

a:active, a:hover {
  outline: 0; }

li {
  list-style: none; }

.clr {
  clear: both; }

::-moz-selection {
  color: #fff;
  background: #00aced; }

::selection {
  color: #fff;
  background: #00aced; }

.cf:after {
  clear: both;
  display: table;
  content: ""; }

.of {
  overflow: hidden; }

blockquote p, .quote p {
  display: inline; }

blockquote p:before, blockquote p:after, .quote p:before, .quote p:after {
  font-family: serif; }

blockquote p:before, .quote p:before {
  content: '\0201C'; }

blockquote p:after, .quote p:after {
  content: '\0201D'; }

u {
  text-decoration: none;
  border-bottom: 1px solid; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4, p {
  position: relative; }

.h1, .h2, .h3 {
  display: block; }

img[alt=""],
img:not([alt]){
  border: 2px dashed #c00;
}