/*OGONE*/
.ops-payment-paypage #esns_background_layer{display:none!important;}

#esns_background_layer {
	position: fixed;
	z-index: 99998;
	background:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	top: 0;
	left: 0;
	display: none;
}
#esns_box_layer {
	z-index: 99999;
	background-color: #FFF;
	width: 490px;
	height: auto;
	overflow: hidden;
	top: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 20px;
}
#esns_box_layer .main-logo { 
	float: none;
  	max-width: 96px;
  	height: 50px;
  	padding: 0;
}
.no-svg #esns_box_layer .main-logo {
	background: url(../images/mareu-header-logo.png) no-repeat 0 10px;
}
#esns_box_layer .disclosure {
	font-size: 10px;
	color: #7e7e7e;
	text-align: left;
	font-family:;
	margin: 0;
}
#esns_box_title { 
	height: auto;
	overflow: hidden;
}
#esns_box_block_1 {
	color: #909c3d;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
  	font-family: "Effra-bold", "Calibri", "Helvetica", "Arial", sans-serif;
  	color: #000000;
  	margin: 18px 0 0;
}
#esns_box_block_2 { 
	height: auto;
	text-align: left;
	width: 350px;
	margin: 0 0 10px;
}
#esns_box_block_3 {
	text-align:justify;
}
#esns_box_close {
	position: absolute;
	top: 0;
	right: 3px;
	cursor: pointer;
	padding: 1.5%;
}
.esns_box_lines {
	background: url(../images/newssubscribers/esns_box_lines.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 5px 0; 
}
#esns_box_subscribe {
	padding: 0px 0px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#esns_box_subscribe_input input { 
	float: left;
  	width: 60%;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 8px 10px;
  	border: 1px solid #c0c0bf;
  	color: #000;

  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#esns_box_subscribe_input input:focus { 
	border: 1px solid black;
	color: black;
}
#esns_box_subscribe_submit {
	float: right;
	width: 40%;
}
#esns_box_subscribe_submit .button-degr{
	font-size: 1em;
	cursor: pointer;
	background-image: none;
	text-align: center;

	background: -moz-linear-gradient(left, #a0082a 0%, #dc3838 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a0082a), color-stop(100%, #dc3838));
	background: -webkit-linear-gradient(left, #a0082a 0%, #dc3838 100%);
	background: -o-linear-gradient(left, #a0082a 0%, #dc3838 100%);
	background: -ms-linear-gradient(left, #a0082a 0%, #dc3838 100%);
	background: linear-gradient(to right, #a0082a 0%, #dc3838 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0082a', endColorstr='#dc3838', GradientType=1 );

}
#esns_box_subscribe_submit button {
	font-style: normal;
	color: #FFF;
	font: bold 11px arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em; display: block;
	padding: 9px 10px;
	background: none;
	border: none;
	margin: 0 auto;
}
#esns_box_subscribe_submit button:hover {
	text-decoration: none;
}
#esns_box_subscribe_response {
	text-align: left;
	height: 15px;
	margin: 10px 0 0 30px;
}
#esns_box_subscribe_response_success {
	margin-top: 10px;
	position: relative;
	display: none;
	background: #dad9d7;
	padding: 5px 8px 5px 8px;
	font-size: 13px;
	color: black;
	font-family: effra-regular;
	text-transform: uppercase;
	text-align: center;
}


#esns_box_subscribe_response_error {
	position: relative;
	display: none;
	border-left: 4px solid red;color: red;
	background: #FFF0F0; padding: 5px 8px 5px 8px;
	clear: both; margin: 10px 0 0 0; font-size: 12px;
	text-align: left;
}
#esns_box_subscribe_response_error:before {
	z-index: 100;
	position: absolute;
	content: " ";
	margin: auto;
	display: block;
	height: 0;
	width: 0;
	bottom: -7px;
	left: 50%;

	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FFEBEB;
}
#esns_box_subscribe_form{
	margin-top: 8px;
}

@media screen and (max-width:620px){
	#esns_box_layer {
		width: 400px;
	}
	#esns_box_layer .main-logo{
		padding:0;
	}
}

@media screen and (max-width:480px){
	#esns_box_layer {
		width: 80%;
	}
	#esns_box_subscribe_input input{
		width: 100%;
	}
	#esns_box_subscribe_submit{
		width: 100%;
	}
}