.ame-privacy-policy-popup {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
z-index:9999999999;
background: #CCCCCC;
color: #777777;
font-family: Trebuchet MS,Arial,sans-serif;;
font-size: 12px;
line-height: 15px;
padding: 12px 42px 12px 12px;
width: 370px;
right: 6px;
bottom: 6px;
text-align:left;
position: fixed;
}
.ame-privacy-policy-popup .close-icon {
background: #DDDDDD;
height: 100%;
cursor: pointer;
position: absolute;
display: block;
font-family: "icons";
font-size: 105px;
line-height: 64px;
width: 30px;
right: 0px;
top: 0px;
}
.ame-privacy-policy-popup a {
  color:black;
  font-size: 12px;
font-family: Trebuchet MS,Arial,sans-serif;;
line-height: 15px;
display: inline;
text-decoration: none;
}

.ame-privacy-policy-popup a:hover {
text-decoration:underline;

}


.ame-privacy-policy-popup .close-icon:hover {
background:url('./close-icon.png') no-repeat 3px 3px #FFFFFF;
}
.ame-privacy-policy-popup .close-icon {
background:url('./close-icon.png') no-repeat 3px 3px #DDDDDD;
height: 100%;
cursor: pointer;
position: absolute;
display: block;
font-family: "icons";
font-size: 105px;
line-height: 64px;
width: 30px;
right: 0px;
top: 0px;
}


@media (max-width: 480px) {
.ame-privacy-policy-popup {
right:0;
font-size:10px;
width:100%;
}
.ame-privacy-policy-popup a {
font-size:10px;

}
}

/***************************************************************************
// * Iubenda Cookie Solution                                               *
// *                                                                       *
// * (c) 2015 Iubenda srl <info@iubenda.com>                               *
// * All Rights Reserved.                                                  *
// *                                                                       *
// *************************************************************************
//
// CHANGELOG
// 0.0.1
// - first implementation of customizable css
*/

/*  GENERAL CLASS */
#iubenda-cs-banner{
    /* ------ IMPORTANT NOTICE: don't change these values as
            they may prevent the banner from properly showing. Some of these lines,
            moreover (like z-index) will overwrite the configuration initialized
            by the script you paste in your pages
     */
    top: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
    /* ----------------- */
}

/*  CONTENT CLASS */
/*.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 20px;
    width:auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;
}*/

.iubenda-cs-content{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	z-index:9999999999;
	background: #CCCCCC;
	color: #777777;
	font-family: Trebuchet MS,Arial,sans-serif;;
	font-size: 12px;
	line-height: 15px;
	width: 100%;
	bottom: 6px;
	text-align:left;
	position: fixed;
}

.iubenda-banner-content{
    padding: 4px 30px 0 12px;
}

.iubenda-cs-content a {
display:inline;
}

.iubenda-cs-rationale{
    margin: 10px;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
    margin : 0;
     font-size: 12px;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
/*.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}*/

.iubenda-cs-close-btn{
	background:url('./close-icon.png') no-repeat 3px 3px #DDDDDD;
	height: 100%;
	cursor: pointer;
	position: absolute;
	display: block;
	font-family: "icons";
	font-size: 105px;
	line-height: 64px;
	width: 30px;
	right: 0px;
	top: 0px;
}



/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
