@import url("fonts/edenred-font.css");
.win-overlay {position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%;}
.win-close{ position:relative; display:block; float:right; margin-right:-15px; margin-top:-15px; z-index:6;}

.win-inner{position:absolute; width:620px; max-height:400px; position: fixed; top: 50%;  left: 50%; margin-top: -160px; margin-left: -300px; background:#fff; border-radius:18px;
font-family:'Edenred',Arial, "Times New Roman", Times, serif; font-size:13px !important; line-height:18px !important; font-weight:500; color:#505050 !important;
}
.win-content{ height:245px; overflow-y:scroll; margin:15px 10px 10px 0;
-webkit-scrollbar-button : none;
font-family: 'Edenred',Arial, "Times New Roman", Times, serif;
}

.win-content p{ padding:15px 10px 10px 70px;font-size:13px !important; line-height:18px !important;font-size:13px !important;line-height:18px !important; font-weight:500; color:#505050 !important;}
.win-title{position:relative; margin-top:37px; height:52px; }
.win-title .ribbon{
	position:absolute;
	left:0; top:0;
	width:88px; height:52px;
	background:url('../img/img_privacy_ribbon.png') no-repeat left top;	
	z-index:1;
}
.win-title h1{
	position:absolute;
	left:88px; top:18px;
	height:34px;
	font-size:30px;
	color:#d52b1e;
	text-indent:-20px;
	z-index:2;
	font-family: 'Edenred',Arial, "Times New Roman", Times, serif;
}
.win-title h1 span{
	color:#FFF;
}
.win-title h1.w{
	text-indent:-32px;
}
.win-inner a:link,.win-inner a:visited{color:#fff;}
.win-overlay  .bg-color{ background:#e2001a;}
.win-overlay  .bg-color2{ background:#bdbdbd;}
.win-bottom .win-desc{ margin-bottom:23px; }

.win-bottom{ height:64px;
background-color:#e6e6e6;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}
.win-okbtn{
	display:inline-block;
	float:right;
	margin:15px 50px 0 0;
	background-color:#d42b1e;
	color:#FFF !important;
	padding:10px 30px;
	font-size:16px !important;	
	text-decoration:none !important;
	font-family: 'Edenred',Arial, "Times New Roman", Times, serif;
}
b{font-weight:bold;}

.win-overlay-contact {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 5;
	width: 100%;
	height: 100%;
}
	.win-overlay-contact .bg-color {
		background: #e2001a;
	}

	.win-overlay-contact .bg-color2 {
		background: #bdbdbd;
	}