body {
  font-family: 'Montserrat', sans-serif;
}
header {
  background: #ea4340;
  color: #FFF;
  padding: 10px 0;
}
.hero {
  background: #f55856;
  color: #FFF;
  padding-bottom: 70px;
}
.hero h2 {
  font-weight: 300;
  font-family: 'Open Sans';
  font-size: 45px;
  margin-bottom: 25px;
}
.hero em {
  font-weight: 700;
  text-transform: uppercase;
} 
.hero p {
  max-width: 600px;
  margin: auto;
  line-height: 1.6em;
  font-size: 16px;
}
.logo {
  margin-top: 70px;
  max-width: 90px
}
.q  {
  max-width: 350px;
  margin: 30px auto;
  background-image: url(img/icon-twitter.png);
  background-position: 8px 12px;
  background-size: 26px auto;
  background-repeat: no-repeat;
  padding-left: 45px;
}
em {
  font-style: normal;
  font-weight: bold;
}
.q::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 300;
  font-family: 'Open Sans';
  color: #4aa8ef;
}
.q::-moz-placeholder { /* Firefox 19+ */
  font-weight: 300;
  font-family: 'Open Sans';
  color: #4aa8ef;
}
.q:-ms-input-placeholder { /* IE 10+ */
  font-weight: 300;
  font-family: 'Open Sans';
  color: #4aa8ef;
}
.q:-moz-placeholder { /* Firefox 18- */
  font-weight: 300;
  font-family: 'Open Sans';
  color: #4aa8ef;
}
.content {
  background-color: #FFF;
  background-image: url(img/hero-arrow.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  padding-top: 130px;
}
.content h3 {
  color: #f4524f;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Open Sans';
  font-weight: 300;
}
.features {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.features li h4 {
  padding-left: 30px;
  background-image: url(img/list-bullet.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: left 2px; 
  margin: 0;
  font-size: 16px;
}
.features p {
  font-family: 'Open Sans';
  padding-left: 23px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #f4524f; 
  margin-left: 7px;
}
.features li:last-child p {
  border-left: none;
}
.col-md-5 {
  min-height: 400px;
}
.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.intro {
  font-size: 25px;
  max-width: 760px;
  margin: 20px auto 50px auto;
  font-weight: 300
}
.big-icon {
  max-width: 230px;
}
#quotes {
  background: #f78335;
  min-height: 200px;
}
.quote {
  position: absolute;
  left: 0;
  top: -29px;
  width: 80px;
}
#footer {
  background: #232626;
  color: #FFF;
  padding: 30px 0;
}
.social {
  text-align: right;
}
.social a {
  display: inline-block;
  font-size: 20px;
  width: 34px;
  height: 34px;
  background: #586366;
  color: #232626;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  padding-top: 4px;
  margin-left: 10px;
}
#footer em {
  color: #586366;
  font-weight: normal;
}
.container {
  position: relative;
}
.btn-primary {
  background: #42394c;
  border: none;
  padding: 10px 50px;
  border-radius: 30px;
}
#search {
  position: relative;
}
.result-holder {
  position: absolute;
  width: 100%;
  z-index: 99999;
  top: 40px;

}
.handles {
  max-width: 350px;
  margin: auto;
  background: #FFF;
  border-left: 1px solid #66afe9;
  border-right: 1px solid #66afe9;
  border-bottom: 1px solid #66afe9;
  text-align: left;
  color: #333;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.handle {
  padding: 5px;
  border-top: 1px solid #eee;
  min-height: 45px;
}
.handle img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.handle:hover {
  background: #efefef;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  z-index: 999999999;
}
#modal {
  max-width: 780px;
  margin: auto;
  background: #FFF;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}
#modal h4 {
  color: #67cd67;
  text-transform: uppercase;
}
#modal strong {
  font-size: 16px;
}
#modal .underline {
  padding-bottom: 20px;
  border-bottom: 4px solid #67cd67;
}
#modal .form-control {
  border: none;
  border-radius: none;
  border-bottom: 1px solid #CCC;
  box-shadow: none;
  margin-bottom: 10px;
}
.btn-danger {
  margin-top: 10px;
  background: #f7314f
}
.topics {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.topics li {
  position: relative;
  color: #666;
  font-family: "Open Sans";
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.topics .score {
  position: absolute;
  right: 0;
  top: 12px;
  background: #67cd67;
  width: 24px;
  height: 24px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 2px;
}
.buzzscore {
  padding-top: 80px;
}
#buzzscore-badge {
  position: absolute;
  width: 150px;
  height: 180px;
  top: -115px;
  background-image: url(img/buzzscore-badge.png);
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: center center;
  color: #FFF;
  overflow: hidden;
  font-size: 40px;
  text-align: center;
  padding-top: 40px;
}
.bx-wrapper {
    margin-top: 50px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #FFF;
}
.quotation {
  font-family: "Open Sans";
  font-weight: 300;
}
.bxslider li img {
  width: 68px;
  height: 68px;
  border: 3px solid #FFF;
  border-radius: 50%;
}
.error-message {
  color: #c30;
  padding-bottom: 10px;
}
.error {
  border-bottom: 2px solid #c30
}