

#darkBack {
  width: 100%;
 /* background: rgba(76, 56, 75, .15);*/
 background:#fff;

}

#popUp {
  position: fixed;
  width: 250px;
	height:150px !important;
 /* background: rgba(236, 240, 241, 1);*/
 background:#fff;
  border: 5px solid #b20a0a;
  bottom:15%;
	top:35%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
    z-index:9999 !important;
}

#popUp p{
	margin-top: 10% !important;
font-family:'Roboto', sans-serif;
font-size: 14px;
color: #000;
margin: 0; padding: 0;
}

#popUp p i{ color: #b20a0a;}
#popUp p a{ color: #000; text-decoration: none; padding-left: 25px !important;}

#new span {
  background: #b20a0a;
  position: absolute;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -15px;
  left:20%;
}

#popUp .close {
  color: #b20a0a;
  right: 8px;
  top: -10px;
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  z-index:5000 ;
}

#popUp h2 {
	font-family:'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
/*  line-height: 24px;*/
  font-weight: 400;
 /* text-align: center;
  margin-top: 40px;*/
  padding: 0 5px;
  margin:0px !important;
}



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;
	top:25%;
  color: #fff;
  bottom: 1%;
  font-family:'Oswald', sans-serif;
  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;
   z-index:999999 !important;
}

#plus i{ position:absolute;
  top:45%;
  left:25px;}

#plus span {
  position: absolute;
  left: 6px;
   top:65px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-left: 55px solid #b20a0a;
  left:25px;
}

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