#active-popup {
  background-color: rgba(0,0,0, 0.5);
  position:fixed;
  width: 100%;
  heighT: 100% !important;
  top: 0;
  left: 0;
  z-index: 999999999;
}

#popup-container {
  width: 100%;
  max-width:600px;
  height: auto;
  max-height:500px;
  margin: 0 auto;
  margin-top: 5%;
  position: absolute;
  left:calc(50% - 300px);
  z-index: 999999999;
  top: 0;
  display: none;
  background: #fff;
}

.modal-content {
  position: relative;
  text-align: center;
}

#popup-window { position: relative; }

.modal-content h1,
.modal-content p { color: #fff; }

.modal-content p { padding: 20% 5% 0 5%; }

#popup-container a.close {
  position: absolute;
  float: right;
  top: 10px;
  right: 10px;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 5px 2px 6px;
  line-height: 1em;
  text-align: center;
  border: 2px solid #000;
  cursor: pointer;
  color:#000;
}
.modal-content img {
	max-width:100%;
	float:left;
}
.news_letter {
	width:100%;
	float:left;
	padding:30px 40px;
	box-sizing:border-box;
}
.form_group {
	width:100%;
	float:left;
	display:table;
	vertical-align:middle;
	box-sizing:border-box;
}
.form_control {
	background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
	display:table-cell;
	box-sizing:border-box;
}
.form_group span {
	width:1%;
	display:table-cell;
	white-space:nowrap;
	vertical-align:middle;
}
.btn {
	width:auto;
	padding:0 15px;
	height:40px;
	border:2px solid #000;
	box-sizing:border-box;
	text-transform:uppercase;
	font-size:24px;
	margin-left:10px;
	background:#fff;
	line-height:35px;
}

#popup-container {
    max-width: 500px;
    max-height: 380px;
    margin: 0 auto;
    margin-top: 225px;
    left: calc(50% - 250px);
}



.news_letter {
    padding: 10px 25px;
}
    
.btn2 {
    height: 30px;
    font-size: 16px;
    line-height: 25px;
}

.form_control2 {
height: 30px;
}

@media(max-width:600px) {
	#popup-container {
	  left:0;
	}
	
}