
.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}


.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width:98%;
  border-radius: 4px;  
  background-clip: padding-box;
  top:10px !important;
  text-align:center;
}
@media (min-width: 32em) {

.modal-box { width: 90%; }
}

.modal-box .modal_header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
}


.modal-box .modal-body { padding: 2em 1.5em; }

.modal-body h4{
	color:#fff;
	text-align:center;
	font-size:35px;
	padding-bottom:2%;
	font-family: 'Poppins', sans-serif;
	
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  text-align: center;
  
}

.skip{
color:#fff;
text-decoration:none;
font-size:14px;
font-family: 'Poppins', sans-serif;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
}

a.modal_close {
  line-height: 1;
  font-size: 4em;
  position: absolute;
  top:4%;
  right:15%;
  text-decoration: none;
  color: #fff;
  z-index:9;
}

a.modal_close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}