.survey_popup {
	position: fixed;
	z-index: 3000;
	left:0px;
	right:0px;
	top:0px;
	bottom: 0px;
	background: rgba(65, 73, 89, 0.95);
	width: 100%;
	display: none;
}

.survey_popup #survey_popup_form {
	display: block;
	position: fixed;
	top:15%;
	width:747px;
	background: #fbfbfb;
	left:40%;
	margin-left:-250px;
	border-top: 7px solid #e81b23;
}

#survey_popup_form .signup-state .modal-header p {
	color: #464646;
	font-size: 35px;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 40px;
}

#survey_popup_form .thankyou-state .modal-header p {
	color: #464646;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

#survey_popup_form .thankyou-state .thankyou-content p {
	color: #464646;
	text-align: center;
	font-size: 21px;
	margin-top: -25px;
}

.survey_popup select {
	width: 100%;
	background: url('../images/modal/select_arrows.png') no-repeat 98% #414959 !important;

	color: #fff;
	font-size: 20px;
	padding-left: 20px;
	border-radius: 5px;
	margin-bottom: 25px;
}

.survey_popup select::-ms-expand {
    display: none;
}

.survey_popup  .css-select {
   -moz-appearance:window;
}

@-moz-document url-prefix() {
	 .survey_popup  .css-select-moz{
		border-radius: 5px;
		background: url('../images/modal/select_arrows.png') no-repeat 98% #414959 !important;
		height: 35px;
		display: block;
		margin-bottom: 25px;
	}
}

.survey_popup  .form-holder {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -12px;
}

#survey_popup_form input[type="email"], #survey_popup_form input[type="text"] {
	background:#fbfbfb;
  width: 60%;
	float:left;
 	line-height: 45px;
  height:65px;
	margin-top:5px;
	font-size: 21px;
	padding-left: 20px;
	color: #464646;
  border: 1px solid;
  border-color: #e1e1e1;
}

#survey_popup_form #survey_popup_form_button {
	width:40%;
	float:left;
	height:65px;
	margin-top:5px;
	font-size: 22px;
}

.survey_popup .x-close {
	background:url('../images/modal/close-x-default.png') no-repeat;
	height: 20px;
	margin-left: 96%;
	margin-top: 2%;
	cursor: pointer;
}

.survey_popup .x-close:hover {
	background:url('../images/modal/close-x-hover-active.png') no-repeat;
}

.survey_popup .modal-content {
  margin-top: 29px;
	margin-bottom: 66px;
	padding-left: 40px;
}

.survey_popup .modal-content p {
	font-size: 21px;
	color: #464646;
}

.survey_popup .modal-footer {
	background-color: #e6e6e6;
	height: 82px;
}

.survey_popup .modal-footer p {
	padding-top: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #464646;
}

.survey_popup .modal-footer p:hover {
	color: #009ae8;
}

.done-check {
	background:url('../images/modal/thank-you-checkmark.png') no-repeat center;
	height: 145px;
}

.survey_popup .signup-state {
}

.survey_popup .thankyou-state {
	display: none;
}

.survey_popup .free {
	font-weight: bold;
}

@media only screen and (max-width: 640px) {

	.survey_popup .form-holder {
		padding:0px;
	}
	.survey_popup .x-close {
		margin-left: 89%;
	}
	.survey_popup #survey_popup_form {
		width:100%;
		left:0;
		margin-left:0px;
		padding:30px;
		padding-left:0px;
		padding-right:0px;
		top:10%;`
	}
	.survey_popup #survey_popup_form input[type="email"]{
		width:100%;
		margin-bottom: 10px;
	}
 .survey_popup #survey_popup_form #survey_popup_form_button {
 		width: 100%;
 }
 .survey_popup .modal-content {
 		margin-bottom: 10px;
 }
 .survey_popup select {
	margin-bottom: 10px
 }
}
