

a {
  text-decoration: none;
}

header {
  background: url(http://cdn.magdeleine.co/wp-content/uploads/2015/08/9524476479_ef867c36a4_o-1400x935.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

#darkBack {
  width: 100%;
  height: 100vh;
  background: rgba(76, 56, 75, .15);
}

#popUp {
  position: fixed;
  max-width: 350px;
  height: 250px;
  background: #f4f4f4;
  border: 7px solid #fff;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 100;
}

#new span {
  background: #fff;
  position: absolute;
  color: #D0011B;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}

#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
  text-transform: none;
}

#body {
  height: 1200px;
  background: #eee;
}

a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}

#plus {
  position: fixed;
  color: #fff;
  bottom: 15%;
  font-size: 15px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
}

#plus span {
  position: absolute;
  margin-top: 38px;
  left: 4px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #D0011B;
}

.form-popup {
  border:none!important;
  width: 255px!important;
  padding-left: 15px;
  font-size: 14px; 
}

.btn-popup {
  color: #fff;
    border: none!important;
    height: 48px;
    font-size: 18px;
    transition: 0.3s;
  background-color: #D0011B!important;
      width: 270px!important;
    margin-top: 10px;
    margin-left: 0px!important;
}

.btn-popup:hover {background-color: #E31730!important; color: #fff!important;}

@media all and (max-width: 900px) {
  #popUp {
    margin-left: -425px;
    height: 300px;
  }
  #plus {
    margin-left: 0px;
  }
}