﻿.EmailNewsletter {
    position: relative;
    width: 250px;
    font-size: 17px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    background: #fff;
    color: black;
    line-height: 1.4;
    padding: 6px 12px;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    border: 1px solid #000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px rgba(34, 25, 25, 0.2) inset, 0 1px #fff;
}


.EmailNewsletter::-webkit-input-placeholder { /* Chrome, Safari, Edge */
  color: #000 !important;
   opacity: 1;
}

.EmailNewsletter::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
   opacity: 1;
}

.EmailNewsletter:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
   opacity: 1;
}

.EmailNewsletter::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
   opacity: 1;
}

.EmailNewsletter::placeholder { /* Standard */
  color: #000 !important;
   opacity: 1;
}

.EmailNewsletter:focus {
    border-color: #930;
    background: #fff;
    box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
    -moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
    -webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
}

.TastoIscrivitiNewsletter {
    width: 173px;
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    font-family: PT Sans, Arial,Helvetica,sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    line-height: 24px;
    border-radius: 6px 6px 6px 6px;
    margin-left: 10px;
}

.TastoIscrivitiNewsletter:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    background-color: #ffab23;
    text-decoration: none;
}

.ErroreCampo {
	position: absolute;
	background: #d50d0d;
	border: 1px solid #000000;
    width: 100px;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: arial;
    font-size: 14px;
    margin-top: 15px;
    margin-left: -20px;
    z-index: 99;
}
.ErroreCampo:after, .ErroreCampo:before {bottom:100%;left:30%;border: solid transparent;content: " ";height:0;width:0;position: absolute;pointer-events: none;}
.ErroreCampo:after {border-color: rgba(213, 13, 13, 0);border-bottom-color: #d50d0d;border-width: 15px;margin-left: -15px;}
.ErroreCampo:before {border-color: rgba(0, 0, 0, 0);border-bottom-color: #000000;border-width: 16px;margin-left: -16px;}

.NewsletterHome {
    display: inline-block;
    margin: auto;
    box-shadow: 5px 5px 20px -8px #888888;
    background-color: white;
    padding: 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    left: 0%;
    bottom: -14%;
    position: fixed;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index:10000;
    transition: left 2s, transform 2s, top 2s, bottom 2s;
    transform: translateX(0%) translateY(100%);
}


.iconaLettera{cursor:pointer;background:url('/images/newsletter/icona.png');width: 100px;height: 100px;position:absolute;display: block;left:0px;top:-80px;}
.BoxFooter,.LineaVerdeFooter{z-index:10001}
#closeNewsletterBtn{position:absolute;right:1%;top:1%;cursor:pointer;}  


