/* Block JmsPopup */
.jms-popup {
  background: #fff;
  opacity:1;
  overflow: hidden;
  border-radius: 0px;
  color:#000;
  border:2px solid #000;
  line-height:30px;
  text-align:center;
  visibility:hidden;
}
.jms-popup input, .jms-popup input:hover {
	border:1px solid #000;
	padding:4px 8px;
	float:left;
	width:50%;
	background:#fff;
}
.jms-popup button {
	border:1px solid #1f97ff;
	padding:7px 20px;
	background:#1f97ff;
	color:#FFF;
}
.jms-popup .button_mini{ background:#000; color:#fff; float:right;}
.jms-popup .button_mini:hover { background:#fff; color:#000;}
.jms-popup p {
	font-size: 16px;
line-height: 30px !important;
text-align: center;
margin-top: 65px;
font-family: NeutrTexGreLig;
}
.jms-popup h1 {
font-size: 64px;
font-weight: bold;
font-family: NeutrTexGreLig;
}
.jms-popup h2 {
margin-top: 35px;
font-family: NeutrTexGreLig;
text-align: center;
font-size: 40px;
font-weight: normal;
padding-bottom:0;
}
.jms-popup h3 {font-family: NeutrTexGreLig; font-size:25px; line-height:22px;}
.jms-popup h4 {font-family: NeutrTexGreLig; font-size:16px; line-height:22px;}
.jms-popup span { font-size: 18px;
letter-spacing: 4px; font-family: NeutrTexGreLig;}
#newsletter_block_popup p { margin-top:0px;}
.jms-popup 
.jms-popup-overlay > .jms-popup > h2 {
	font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
	text-transform:uppercase;
	font-size:24px;
}

.jms-popup-overlay > .jms-popup {
  margin: 0 auto;
  position: absolute;
}

.jms-popup-overlay > .jms-popup img{
  width: auto;
  max-width:100%;
}

.jms-popup-overlay .popup-close {    
    cursor: pointer;
    display: block;
    float: right;
    height: 28px;    
    width: 28px;
	position: absolute;
    right: 5px;
    top: 5px;
color:#fff !important;
background:#000;
}
.jms-popup-overlay {
	display: block;	
	background-color: rgba(0, 0, 0, 0.1);
	background-image: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));    
	height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}
.dontshow {
	margin-top:20px;
	display:none;
}
.dontshow input,
.dontshow > div {
	display:inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding-top: 8px;
}
.dontshow label {
	display:inline-block;
	font-weight:300;
	font-size:90%;
	line-height:30px;
}