.show-pop{ display:block; z-index: 10000; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px;}
.hide-pop{ display:none;}

.modal-overlay {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
  cursor: pointer;
}

.modal-prompt-half-page {
  display: block;
  height: 100%;
  position: fixed;
  width: 50%;
  max-width: 600px;
  background-color: #1fc2ff;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.modal-prompt-half-page-arrow {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #1fc2ff;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -30px;
}

.modal-prompt-half-page-header {
  font-weight: bold;
  font-size: 35px;
  padding: 0 40px;
  text-align: right;
  line-height: 58px;
  color: white;
  text-transform: inherit;
  top: 50%;
  position: absolute;
  margin-top: -116px;
  margin-bottom: 0;
}

.social-prompt-button-facebook {
  width: 101px;
  height: 101px;
  -moz-border-radius: 101px;
  -webkit-border-radius: 101px;
  border-radius: 101px;
  background-color: white;
  position: absolute;
  left: 110%;
  top: 50%;
  margin-top: -51px;
}
.social-prompt-button-facebook .fb-like {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -24px;
}


@media only screen and (min-width:120px) and (max-width:520px) {
.modal-prompt-half-page-header {
  font-weight: bold;
  font-size: 15px;
  padding: 0 20px;
  text-align: right;
  line-height: 18px;
  color: white;
  text-transform: inherit;
  top: 50%;
  position: absolute;
  margin-top: -116px;
  margin-bottom: 0;
}	
}