#hka-exit-message {
	z-index: 100000;
	position: fixed;
	left: 50%;
	top: 50%;
	height: 90vh;
	width: 90vw;
	margin: -45vh 0 0 -45vw;
}

#hka-exit-message .left,
#hka-exit-message .right {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#hka-exit-message .left {
	padding: 30px;
	width: 50%;
	max-width: 50%;
	font-size: 16px;
	color: #FFF;
	height: auto;
	text-align: left;
}

#hka-exit-message .left .gform_wrapper {
	margin-bottom: 28px;
}

#hka-exit-message .left .name_first {
    margin-right: 3%;
}

#hka-exit-message .left .name_first,
#hka-exit-message .left .name_last {
    display: inline-block;
    width: 48%;
}

#hka-exit-message h4 {
	text-align: center;
	color: #FFF;
}

#hka-exit-message .gform_wrapper {
	/*height: 0;
	overflow: hidden;*/
}

#hka-exit-message .left .gform_body label,
#hka-exit-message .left .gform_body legend {
    font-family: "GTWalsheimProRegular", sans-serif !important;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
}

#hka-exit-message .left .gform_body ul > li input[type=checkbox],
#hka-exit-message .left .gform_body ul > li input[type=radio] {
    margin-right: 10px;
}

#hka-exit-message .left .gform_body > ul > li {
    margin-bottom: 28px;
}

#hka-exit-message .left a {
	color: #FFF;
	text-decoration: none;
	border: 0;
}

#hka-exit-message .left h3 {
    font-family: "GTWalsheimProRegular", sans-serif !important;
    font-size: 2.4rem;
    font-weight: 600 !important;
    text-align: center !important;
	text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    /*letter-spacing: 2.5px;
    margin-left: -2.5px;*/
}

#hka-exit-message .left p:last-child {
    text-align: center;
    margin-bottom: 0;
}

#hka-exit-message .left .hka-exit-no-thanks {
    font-family: "GTWalsheimProRegular", sans-serif !important;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #FFF;
}

#hka-exit-message .right {
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 90vh;
}

.stick_block_layer {
	background: rgba(0,0,0,0.5);
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.stick_popup {
	height: 400px;
	width: 700px;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #f2f2f2;
	-webkit-animation: zoomin 0.7s;
	animation: zoomin 0.7s;
}

.stick_content {
	background: #ea1d76;
	font-size: 0;
}

.stick_close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial;
	font-size: 17px;
	background-color: #d1d1d1;
	color: #4c4c4c;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-family:Arial,sans-serif;
	font-size: 17px;
	font-weight:bold;
	z-index: 100;
}

/* 
CSS3 animation keyframes.
*/
@-webkit-keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-ms-keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
}
@keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@media all and (max-width: 960px) {
	#hka-exit-message {
		height: auto;
	}

	#hka-exit-message .left {
		width: 100%;
		max-width: 100%;
		padding: 30px;
		height: auto;
	}

	#hka-exit-message .left h2 {
	    font-size: 2rem;
	}

	#hka-exit-message .left .ginput_container_name {
	    font-size: 0;
	}

	#hka-exit-message .right {
		display: none;
	}
}
