/*=============== GOOGLE FONTS ===============*/
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/lato-v23-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/lato-v23-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/lato-v23-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/lato-v23-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/lato-v23-latin-900.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/lato-v23-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  margin: 0;
  padding: 0;
  background: #eee;
  font: 10px/13px "Lato", sans-serif;
}
a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}
a:hover {
  color: #666;
}
.wrap {
  overflow: hidden;
  margin: 10px;
}
.box {
  height: auto;
  float: left;
  width: 25%;
  padding: 10px;
}
.boxInner img {
  width: 100%;
}
.boxInner {
  width: 100%;
  height: auto;
}
[class*="fa-"]:before {
  font-family: "FontAwesome", sans-serif;
}

#signup_close {
  position: absolute;
  right: -10px;
  top: -15px;
  background-color: #ffffff;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}

#semail {
  font-weight: bold;
  color: #dd4e4e;
  font-size: 18px;
}

.well {
  padding: 0 !important;
}

.header1 {
  width: 100% !important;
  height: auto !important;
  background: #dd4e4e;
  padding-top: 20px;
  color: #1f1f1e;
  font-family: "Lato", sans-serif;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

.header2 {
  width: 100% !important;
  height: auto !important;
  background: #dd4e4e;
  padding-bottom: 20px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

#footer {
  max-width: 1000px;
}

.footer {
  width: 100% !important;
  height: 30px;
  background: #dd4e4e;
  line-height: 30px;
  color: #ffffff;
  margin-top: 10px;
  padding-left: 10px;
  bottom: 0;
}
.footer a {
  color: #ffffff;
  font-size: 12px;
}

@media only screen and (max-width: 979px) {
  .headline h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .headline h1 {
    font-size: 15px;
    line-height: 15px;
  }
  #maintext {
    float: none;
    width: 100% !important;
  }
  #dfright {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 680px) {
  .headline h1 {
    font-size: 11px;
    line-height: 11px;
  }
  #maintext {
    float: none;
    width: 100% !important;
  }
  #dfright {
    width: 100% !important;
    float: none;
  }
  #dfright h2 {
    font-size: 28px;
  }
  .header {
    font-size: 3vw !important;
  }
}
@media only screen and (max-width: 480px) {
  .headline h1 {
    display: none;
  }
  #maintext {
    float: none;
    width: 100% !important;
  }
  #dfright {
    width: 100% !important;
    float: none;
  }
  #dfright h2 {
    font-size: 20px;
  }
  .header {
    font-size: 4vw !important;
  }
}
@media only screen and (max-width: 320px) {
  .headline h1 {
    display: none;
  }
  #maintext {
    float: none;
    width: 100% !important;
  }
  #dfright {
    width: 100% !important;
    float: none;
  }
  #dfright h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .box {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) and (min-width: 481px) {
  .box {
    width: 50%;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 651px) {
  .box {
    width: 33.3%;
  }
}
@media only screen and (max-width: 1290px) and (min-width: 1051px) {
  .box {
    width: 25%;
  }
}
@media print {
  #ghostery-purple-box {
    display: none !important;
  }
}
