@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0
}

 
.overlay {
	width: 100%;
	height: 100%;
	position:absolute;
	background: rgba(0, 0, 0, .5);
	min-height: 700px; z-index:2800;
}

.pop-out {
	width: 100%;
	height: auto;
	max-width: 630px;
	min-height: 286px;
	position: fixed;
	background: #009dd2;
	top: 30%;
	left: 50%;
	margin-left: -250px;
	/* negative half of the width */
	 
	/* negative half of the height */
	border-radius: 7px;
	box-shadow: 0px 0px 5px #2c2c2c;
}

.pop-inner {
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
	padding: 56px 0
}

.pop-logo {
	width: 100%;
	text-align: center;
	top: 56px;
}

.content-top {
	width: 100;
	margin-top: 35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
 
}

.content-center {
	width: 100;
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	line-height: 28px;
}

.content-center strong {
	color: #5d398c;
	font-weight: bold
}

.content-center span {
	color: #5d398c;
}

.pop-field {
	width: 100%;
	height: 35px;
	color: #2d383c ;
	font-size: 14px;
	padding: 5px 15px 5px 15px;
}

.fild-margin {
	margin: 0px 0 20px 0;
}



.nothnks {
	text-align: center;
	color: #2d383c;
	text-decoration: none;
	font-size: 12px; 
}

.nothnks-mar{ margin-top: 15px;}

.pop-but {
	background:#0589c1;
	color: #fff;
	font-size: 16px;
	width: 100px;
	height: 36px;
	border: 0;
	padding-top: 7px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -50px;
	cursor: pointer;
	clear: both;
	display: block;
	text-transform:uppercase;
	margin-top:0px;
	text-decoration: none;
 
}
.pop-but:hover {
	text-decoration: none;
	color: #009dd2;
}

@media screen and (max-width: 999px) {
	.pop-out {
		width: 90%;
		height: auto;
		max-width: 500px;
		min-height: 286px;
		padding: 0%;
		position: relative;
		margin: 0 auto;
		top: 20px;
		left: auto;
		margin-left: auto;
		/* negative half of the width */
		margin-top: auto;
		/* negative half of the height */
	}
	.pop-field {
		width: 100%;
		height: 10px;
		margin: 7px 0 20px 0;
		color: #2d383c;
		font-size: 13px;
		padding: 15px;
	}
	.content-top {
		font-size: 18px;
	}
	.content-center {
		font-size: 17px;
		padding: 0 5%
	}
}

@media screen and (max-width: 500px) {
	.pop-field {
		width: 80%;
		height: 10px;
		margin: 7px 0 20px 0;
		color: #2d383c;
		font-size: 13px;
		padding: 15px;
		position: relative;
		left: 50%;
		margin-left: -45%;
	}
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:2500;
  background-color:rgba(0, 0, 0, .5);
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px; 
  font-family: 'Muli', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: 'Muli', sans-serif;
  text-decoration: none;
}
 
#lorem{
	font-family: 'Muli', sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: 'Muli', sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

.close_btn{position:absolute; z-index:2500; right:10px; top:10px; text-decoration:none}



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

.pop-out {
    height: auto;
    left: auto;
    margin: auto auto 0;
    max-width: 500px;
    min-height: 200px;
    padding:0px 25px 0px 25px;
    position: relative;
    top: 20px;
    width: 70%;
}
 }

.form_cta {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0597d6;
    width: 80%;
    margin: 0px auto;
}