@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-b3atqm");
  src: url("../fonts/icomoon.eot?#iefix-b3atqm") format("embedded-opentype"), url("../fonts/icomoon.woff?-b3atqm") format("woff"), url("../fonts/icomoon.ttf?-b3atqm") format("truetype"), url("../fonts/icomoon.svg?-b3atqm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pause:before {
  content: "\e610"; }

.icon-play:before {
  content: "\e611"; }

.icon-youtube:before {
  content: "\e612"; }

.icon-soundcloud-logo:before {
  content: "\e613"; }

.icon-burger:before {
  content: "\e614"; }

.icon-google:before {
  content: "\e615"; }

.icon-tumblr:before {
  content: "\e616"; }

.icon-arrow-left:before {
  content: "\e601"; }

.icon-arrow-right:before {
  content: "\e602"; }

.icon-chat:before {
  content: "\e603"; }

.icon-chrono:before {
  content: "\e604"; }

.icon-cross:before {
  content: "\e605"; }

.icon-fb-logo:before {
  content: "\e606"; }

.icon-glass:before {
  content: "\e607"; }

.icon-heart:before {
  content: "\e608"; }

.icon-instagram-logo:before {
  content: "\e609"; }

.icon-reply:before {
  content: "\e60a"; }

.icon-rt:before {
  content: "\e60b"; }

.icon-share:before {
  content: "\e60c"; }

.icon-star:before {
  content: "\e60d"; }

.icon-twitter-logo:before {
  content: "\e60e"; }

.icon-wtf:before {
  content: "\e60f"; }

.icon-mail:before {
  content: "\e600"; }

input, button, select {
  vertical-align: middle; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn {
  display: inline-block;
  color: #282828;
  font-size: 16px;
  min-width: 180px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #282828;
  border-radius: 2px;
  transition: background 0.06s linear 0s, color 0.06s linear 0s; }
  .btn:hover {
    background: #282828;
    color: #FFF; }
  .btn:active, .btn:focus {
    outline: none; }

button.btn {
  padding: 0px; }

#mc_embed_signup {
  text-align: center; }

p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #282828;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 500px) {
    p {
      font-size: 14px; } }
  p a {
    color: #282828;
    text-decoration: underline; }

form {
  margin-bottom: 15px; }

label {
  font-size: 12px;
  color: #b4b4b4;
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  text-align: left;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  label i {
    display: none; }

input[type="checkbox"] {
  display: none; }

.checkbox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -10px;
  background-color: #F8F8F8;
  border: 1px solid #C9C9C9;
  border-radius: 1px;
  cursor: pointer; }

.checkbox:hover:before {
  background-color: whitesmoke; }

input[type=checkbox]:checked + label i {
  color: #B4B4B4;
  font-size: 10px;
  position: absolute;
  left: -35px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  top: 50%;
  margin-top: -9px; }

input[type="email"] {
  background: #FFF;
  color: #282828;
  border: none;
  height: 46px;
  line-height: 20px;
  width: 280px;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: border 0.08s linear; }
  @media screen and (max-width: 400px) {
    input[type="email"] {
      width: 100%;
      font-size: 15px; } }
  input[type="email"]:focus, input[type="email"]:active {
    border-color: rgba(0, 0, 0, 0.2);
    outline: none; }

strong {
  font-weight: bold; }

#mce-responses .response {
  text-align: left;
  font-size: 13px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  line-height: 1.5;
  font-weight: 300;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  #mce-responses .response a {
    text-decoration: underline;
    color: #FFF; }

.dgd_stb_box .newsletter-box-content p {
  font-size: 14px; }
  @media screen and (max-width: 500px) {
    .dgd_stb_box .newsletter-box-content p {
      font-size: 13px; } }

.dgd_stb_box form {
  margin-bottom: 15px; }
