@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:100,200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:100,200,300,400,500,600,700,800);

body {
  font-family: 'DejaVu Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  color: #626262;
  line-height: 23px;
  letter-spacing: 0.02em;
  height: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #575757;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  max-width: 100%;
  resize: none;
}

input[type="submit"] {
  width: auto;
}

input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus, textarea:focus {
  border: 1px solid #989898;
}

input[type="submit"]:focus {
  border: none !important;
}

select::-ms-expand {
  display: none;
}

iframe {
  border: 0;
}

.sound iframe {
  width: 100%;
}

ul {
  list-style: none outside none;
}

ul, ol, dl {
  list-style-position: outside;
}

.sub-title {
  border-bottom: 1px solid #FF0066;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
