#country-blocker.modal {
  text-align: center;
  padding: 0!important;
}

#country-blocker.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#country-blocker .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Blocking pop up */
#country-blocker .modal-content {
    background: #000000;
}

#country-blocker .modal-body{
	padding: 20px;
	overflow-y: auto;
	max-height: 650px;
	border: 1px solid #262626;
	text-align: center;
	}

#country-blocker button.close{
	width: 30px;
	height: 30px;
	position: absolute;
	overflow: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #ffffff;
	text-shadow: none;
	}

#country-blocker .modal-body h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'bebas_neueregular', 'bebas_neue_regular', 'bebas_polish', 'bebas_neue_cyrillic';
	font-size: 40px;
	margin: 0 0 18px 0;
	}

.greek #country-blocker .modal-body h2{
	font-family: Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
}

#country-blocker .modal-body p{
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 20px 0;
	line-height: normal;
	}

#country-blocker .modal-body a {
	color: #FDC93D;
	cursor: pointer;
	text-decoration: underline;
	}
