/* OVERLAY */ #boxes #dialog { display: none; position: absolute; left: 0; top: 0; z-index: 101; width: 730px; height: 590px; /*background: url('../images/bg-overlay-bgstilelibero2015.jpg') no-repeat top left #FFF;*/ background: url('../images/bg-overlay-bgstilelibero2015_v2.jpg') no-repeat top left #FFF; padding: 20px 20px 0 20px; } /* CONTENUTO OVERLAY */ #close_overlay { float: right; margin-top: -15px; margin-right: -15px; } #close_overlay a, #close_overlay img { display: block; width: 13px; height: 14px; } /* CONTENUTO OVERLAY */ #wrapper_overlay { height: 365px; text-align: center; background: url('../images/bgstilelibero-logo.png') no-repeat 525px 10px; padding-top: 125px; padding-left: 390px; margin-bottom: 15px; } #wrapper_overlay .titolo-overlay { font-family: 'LatoBold'; font-size: 25px; color: #C22B22; text-transform: uppercase; margin-bottom: 50px; } #wrapper_overlay .testo-overlay { font-family: Georgia, Times, Garamond, serif; font-size: 18px; color: #434242; } #action_overlay { font-family: Georgia, Times, Garamond, serif; font-size: 16px; color: #434242; margin-bottom: 14px; } #action_overlay .callToAction { display: block; float: right; font-family: 'Lato'; font-size: 16px; font-weight: bold; color: #FFF; text-shadow: 1px 2px 2px rgba(255, 88, 0, 1); border-radius: 20px; background: #FF9D00; /* Old browsers */ background: -moz-linear-gradient(top, #FF9D00 0%, #FF9400 50%, #FF8600 51%, #FF8400 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9D00), color-stop(50%,#FF9400), color-stop(51%,#FF8600), color-stop(100%,#FF8400)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FF9D00 0%,#FF9400 50%,#FF8600 51%,#FF8400 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FF9D00 0%,#FF9400 50%,#FF8600 51%,#FF8400 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #FF9D00 0%,#FF9400 50%,#FF8600 51%,#FF8400 100%); /* IE10+ */ background: linear-gradient(to bottom, #FF9D00 0%,#FF9400 50%,#FF8600 51%,#FF8400 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9D00', endColorstr='#FF8400',GradientType=0 ); /* IE6-9 */ border: none; padding: 5px 15px; margin-right: 20px; } #action_overlay .callToAction:hover { text-decoration: none; } /* DISCLAIMER OVERLAY */ #disclaimer_overlay { font-family: Georgia, Times, Garamond, serif; font-size: 9px; color: #434242; }