
#popinnewsletter_block_left .block_content {
	text-align: center;
}

#popin-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff!important;
    height: 100%;
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#popin-wrapper {
      margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  background: #FFF;
  border: 3px solid #000;
  max-width: 90%;
  top:20%!important;
}

#popin {
    position: relative;
    padding: 0;
	width: 100%!important;
height: 100%!important;
}

#popinnewsletter {
	background-color:#EFC5C5;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	max-width: 100%;
}

#popinnewsletter_2 {
  font-family: 'Courgette', cursive;
    text-transform: capitalize;
  text-align: center;
  font-size: 74px;
  margin-bottom: 20px;
}

#popinnewsletter form {
	
}

#popinnewsletter form p {
	
	padding-bottom: 1em;
}

#popinnewsletter form label {
	display: inline;
	float: none;
	font-size: 13px;
	font-weight: 700;
	padding-right: 8px;
	white-space: nowrap;
	width: auto;
}

#popinnewsletter_email {
	    width: 100%;
    max-width: 90%;
    font-size: 12px;
    height: 36px;
    margin: 0;
    margin-top: 0px;
    background: #fff;
    padding-left: 10px;
    color: #666;
    -webkit-appearance: none;
    border-right: none;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-topleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-transform: uppercase;
    color: #CECBC6;
    letter-spacing: 1.4px;
    font-size: 12px;
    border: 1px solid #fff;
    font-family: hk_groteskmedium;
    display: inline-block;
}
input#popinnewsletter_email:focus {
outline: none;
}
p.popinnewsletter_email,
p.popinnewsletter_submit {
	text-align: center;
}
#popinnewsletter_submit {
	border: none;
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding: 10px 30px;
    text-align: center;
    background-color: #000;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 0px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: lighter;
    width: 100%;
    -webkit-appearance: none;
    /* position: absolute; */
    border: 0;
    cursor: pointer;
    background: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.4px;
   
    box-sizing: border-box;
    height: 38px;
}

#popinnewsletter_submit:hover {
	background: #000;
    text-decoration: underline;
}

#popinnewsletter_submit:focus {
	outline:none
}


#popinnewsletter_close {
	position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  color: #CCC;
}

#popinnewsletter_close:hover {
	
color: #000;
}

#popinnewsletter_top {
font-size: 24px;
  line-height: 37px;
  font-weight: normal;
  color: #000;
  font-family: "salome";
  text-align: center;
  /* text-transform: uppercase; */
  padding: 30px;
  padding-top: 5px;
  font-family: 'DidotLTPro-Italic';
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#popinnewsletter_bottom {
font-size: 16px;
  line-height: 16px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: lighter;
}

div#popinnewsletter_block_left p {
text-align: left;
text-transform: uppercase;
font-size: 10px;
}

@media (max-width: 500px) {
#popin-wrapper {
      
  top:10%!important;
}
}