
a {
	color: #313131;
	text-decoration: none;
	
}

.clear {
	clear: both;
}

a:hover {
	color: #ff2700;
}

p strong {
	font-weight: 600;
}

h1 {
	font-size: 44px;
	color: black;
	text-transform: uppercase;
	line-height: 48px;
}

/** Topbar **/
.topbar {
	background: #c7c7c7;
	height: 24px;
	text-align: right;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	padding: 3px 300px 3px 0;
	position: relative;
}

.topbar a { color: #FFFFFF; }
.topbar span {
	border-right: 1px solid #FFFFFF;
	padding-right: 12px;
	margin-right: 8px;
}
.topbar strong {
	font-weight: 600;
}

.topbar a.link {
	position: absolute;
	display: block;
	padding-left: 10px;
	right: 50px;
	top: 4px;
	background: url(../images/topbar-corner.png) 0 100% no-repeat;
}

.topbar a.link img {
	display: block;
	padding: 8px 44px 3px 43px;
	background: #adadad;
}

/** /topbar **/

.header {
	background: white;
	font-size: 16px;
	padding: 25px 38px 15px;
}

.header .logo {
	float: left;
}

.header .nav, .header .login {
	float: right;
	margin-top: 22px;
}

.header .nav .login {
	font-weight: 400;
}
.header .nav li.active a {
    	color: #FF2700;
	font-weight: 600;
}

.header .nav li, .header .login li {
	display: inline;
	margin-right: 26px;
}

.header .login {
	margin-left: 40px;
	margin-right: -5px;
}

.header .login li {
	margin-right: 20px;
}

.header .login li a {
	color: #666666;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	padding: 4px 15px;
	background: #CACACA;
	background: -moz-linear-gradient(top, #EBEBEB, #CACACA);
	background: -webkit-linear-gradient(top, #EBEBEB, #CACACA);
	background: -ms-linear-gradient(top, #EBEBEB, #CACACA);
	background: linear-gradient(top, #EBEBEB, #CACACA);
	border: 1px solid #CACACA;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset; 	
}

.header .login li a:hover {
	background: -moz-linear-gradient(top, #CACACA, #EBEBEB);
	background: -webkit-linear-gradient(top, #CACACA, #EBEBEB);
	background: -ms-linear-gradient(top, #CACACA, #EBEBEB);
	background: linear-gradient(top, #CACACA, #EBEBEB);
}

.header .login li a.prova {
	color: #FFFFFF;
	background: #ff2700;
	background: -moz-linear-gradient(top, #ff2700, #bd3707);
	background: -webkit-linear-gradient(top, #ff2700, #bd3707);
	background: -ms-linear-gradient(top, #ff2700, #bd3707);
	background: linear-gradient(top, #ff2700, #bd3707);
	border: 1px solid #BD3707;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.27) inset; 	
}

.header .login li a.prova:hover {
	background: -moz-linear-gradient(top, #bd3707, #ff2700);
	background: -webkit-linear-gradient(top, #bd3707, #ff2700);
	background: -ms-linear-gradient(top, #bd3707, #ff2700);
	background: linear-gradient(top, #bd3707, #ff2700);
}

#highlights {
	border-top: 1px solid #f0f0f0;
	background: #FFFFFF url(../images/layerslider-bg.jpg) 50% 286px repeat-x;
	height: 540px;
	width: 100%;
}

#highlights .red-button {
	margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 170px;
	margin-top: 5px;
	border: none;
}

#highlights .btn:hover {
	background: #c22900; /* Old browsers */
	background: -moz-linear-gradient(top,  #c22900 0%, #f52000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c22900), color-stop(100%,#f52000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c22900 0%,#f52000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c22900 0%,#f52000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c22900 0%,#f52000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c22900 0%,#f52000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c22900', endColorstr='#f52000',GradientType=0 ); /* IE6-9 */
}

.multi-button {
	width: 429px;
	height: 38px;
	margin: 0 auto;
	margin-top: 264px;
}

.multi-button li {
	display: block;
	float: left;
}

.multi-button li a {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 10px 0;
	background: url(../images/multi-button.png) no-repeat top left;
}

.multi-button li.left a { background-position: 0 0; width: 143px;}
.multi-button li.middle a { background-position: -143px 0; width: 137px;}
.multi-button li.right a { background-position: -284px 0; width: 145px;}
.multi-button li.left a:hover, .multi-button li.left a.flex-active { background-position: 0 -38px; }
.multi-button li.middle a:hover, .multi-button li.middle a.flex-active { background-position: -143px -38px; }
.multi-button li.right a:hover, .multi-button li.right a.flex-active { background-position: -284px -38px; }


.multi-button li a:hover, .multi-button li a.flex-active {
	color: #ff2700;
}

.register {
	position: relative;
	box-shadow: 6px 17px 40px 0px rgba(2, 2, 2, 0.75) inset; 
	padding: 40px 114px 43px 116px;
}

.register .background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.register h2 {
	color: white;
	font-size: 24px;
	margin-bottom: 20px;
}

.register p {
	color: #aeaeae;
	font-size: 16px;
	line-height: 22px;
}

.red-button, .red-button:hover {
	color: white;
	font-size: 24px;
	font-weight: 400;
	width: 224px;
	height: 53px;
	display: block;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.red-button {
	background: #ff2700;
	background: -moz-linear-gradient(top, #07E465, #039B27);
	background: -webkit-linear-gradient(top, #07E465, #039B27);
	background: -ms-linear-gradient(top, #07E465, #039B27);
	background: linear-gradient(top, #07E465, #039B27);
	border: 1px solid #0A7C3E;
	box-shadow: 0px 1px 0px 0px #0A7C3E inset; 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	color:#C5C5C5;

}
.red-button:hover {
	background: #039B27;
	background: -moz-linear-gradient(top, #039B27, #07E465);
	background: -webkit-linear-gradient(top, #039B27, #07E465);
	background: -ms-linear-gradient(top, #039B27, #07E465);
	background: linear-gradient(top, #039B27, #07E465);
}

.register .provalo-button {
	float: right;
	margin-top: 20px;
	margin-left: 100px;
}

.come-posso-utilizzarlo {
	background: #ffffff;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background: -ms-linear-gradient(top, #ffffff, #f6f6f6); 
    background: linear-gradient(top, #ffffff, #f6f6f6); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='white',endColorstr='#f6f6f6',GradientType=0);


	padding-top: 114px;
	padding-left: 41%;
	padding-right: 6%;
	padding-bottom: 90px;
	position: relative;
	border-bottom: 1px solid #cecece;
}

.come-posso-utilizzarlo .image {
	width: 433px;
	height: 557px;
	position: absolute;
	left: 0;
	top: 114px;
	overflow: hidden;
}

.come-posso-utilizzarlo .image .ipad li img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: none;
}

.come-posso-utilizzarlo .image .iphone li img {
	position: absolute;
	z-index: 1;
	top: 171px;
	left: 0;
	display: none;
}

.come-posso-utilizzarlo h1 {
	margin-bottom: 45px;
	white-space: nowrap;
}

.come-posso-utilizzarlo h2 {
	font-size: 24px;
	color: black;
	margin-bottom: 7px;
}

.come-posso-utilizzarlo h2 em {
	font-weight: 700;
	color: #ff2700;
}

.come-posso-utilizzarlo .info {
	padding-left: 6px;
	display: none;
	width: 36%;
	position: absolute;
}

.come-posso-utilizzarlo .info ul {
	width: 320px;
	margin-top: 27px;
	margin-left: 6px;
}

.come-posso-utilizzarlo .info p {
	line-height: 24px;
}

.come-posso-utilizzarlo .info ul li {
	border-bottom: 1px solid #d7d7d7;
	background: url(../images/ul-marker.png) no-repeat left center;
	padding: 7px 0 6px 30px;
}

.come-posso-utilizzarlo ul.switch {
	float: right;
	width: 135px;
	margin-left: 100px;
}

.come-posso-utilizzarlo ul.switch li {
	display: block;
	width: 135px;
	height: 135px;
	background: url(../images/inactive-round.png) no-repeat top left;
	margin-bottom: 12px;
}

.come-posso-utilizzarlo ul.switch li.active,
.come-posso-utilizzarlo ul.switch li:hover {
	background-image: url(../images/active-round.png);
}

.come-posso-utilizzarlo ul.switch li a {
	display: block;
	width: 135px;
	height: 50px;
	padding-top: 85px;
	color: white;
	font-weight: 300;
	text-align: center;
}

.come-posso-utilizzarlo ul.switch li.marketing a {
	background: url(../images/marketing-button.png) no-repeat center 21px;
}

.come-posso-utilizzarlo ul.switch li.service a {
	background: url(../images/service-button.png) no-repeat center 21px;
}

.come-posso-utilizzarlo ul.switch li.informazione a {
	background: url(../images/informazione-button.png) no-repeat center 24px;
}

.statistics {
	background: #f2f2f2;
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid white;
	padding: 75px 0 64px;
	color: #3a3a3a;
	white-space: nowrap;
}

.statistics ul {
	width: 1100px;
	margin: 0 auto;
}

.lowres .statistics ul {
   width: 990px;
}

.statistics ul li {
	float: left;
	width: 24%;
	border-right: 1px solid white;
	border-left: 1px solid #c6c6c6;
	text-align: center;
	padding: 2px 0;
}

.statistics ul li:first-child {
	border-left: none;
}

.statistics ul li:last-child {
	border-right: none;
}

.statistics .prefix, .statistics .suffix {
	font-size: 16px;
	text-transform: uppercase;
}

.statistics .figure {
	font-size: 72px;
	font-weight: 700;
	height: 72px;
	line-height: 72px;
}

.statistics .figure .text {
	font-size: 48px;
}

.statistics .figure:hover {
	color: #ff2700;
}

.offerte {
	border-top: 1px solid #d9d9d9;
	background: white;
	text-align: center;
	padding: 50px 58px 50px 110px;
}

.offerte.landing-prezzi {
	padding: 50px 58px 50px 110px;
/*	padding: 126px 124px 116px 176px;*/
}

.lowres .offerte.landing-prezzi {
  padding-left: 10px;
  padding-right: 10px;
}

.offerte h1 {
	margin-bottom: 68px;
}

.offerte .column {
	width: 50%;
	float: left;
	padding-top: 121px;
	padding-bottom: 70px;
}

.offerte .column a.vedi-prezzi {
	color: #ff2700;
	font-size: 14px;
	margin-top: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 3px;
}

.offerte .column.sms {
	background: url(../images/sms-icon.png) no-repeat center top;
}

.offerte .column.email {
	background: url(../images/email-icon.png) no-repeat center top;
}

.offerte .column .info {
	padding: 27px 48px 16px 48px;
	text-align: left;
}

.offerte .column .info p {
	line-height: 24px;
}

.offerte .column .info h2 {
	color: black;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 21px;
	white-space: nowrap;
}

.offerte .column .info h2 em {
	font-weight: bold;
}

.offerte .column.email .info {
	border-left: 1px solid #d9d9d9;
}

.offerte .column .info .description {
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	position: relative;
	margin-top: 41px;
	padding-top: 24px;
	padding-left: 16px;
	height: 82px;
	padding-right: 121px;
}

.offerte .column .info .description h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 3px;
}

.offerte .column .info .description p {
	font-size: 14px;	
	line-height: 17px;
	color: #7c7c7c;
	padding-right: 10px;
}

.offerte .column .info .description .price {
	position: absolute;
	top: -8px;
	right: 0;
	padding: 8px 0 32px;
	width: 122px;
	height: 82px;
	background: url(../images/offer-price.png) no-repeat top left;
	color: white;
	text-align: center;
}

.offerte .column .info .description .price .prefix,
.offerte .column .info .description .price .suffix {
	font-weight: 600;
	font-size: 14px;
}

.offerte .column .info .description .price .figure {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 72px;
	line-height: 65px;
	height: 72px;
}

.offerte .column .info .description .price .figure .euro {
	font-size: 28px;
}

.offerte .note {
	background: #fafafa;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 9px 18px 7px 16px;
}

.offerte .note a {
	font-size: 17px;
	font-weight: 600;
	color: #fb4200;
	text-transform: none;
	margin-left: 4px;
}

.sections {
	background: white;
	padding-bottom: 8px;
}

.sections ul {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	border-style: solid none;
	padding-left: 45px;
}

.sections ul li {
	float: left;
	width: 32%;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid white;
}

.sections ul li.first {
	border-left: none;
}

.sections ul li.last {
	border-right: none;
}

.sections h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.sections p {
	color: #919191;
	font-size: 14px;
}

.sections ul li a {
	display: block;
	padding: 37px 30px 30px 46px;
}

.footer {
	background: url(../images/footer-bg.jpg) no-repeat top left;
	box-shadow: 6px 17px 40px 0px rgba(2, 2, 2, 0.75) inset;
	padding-top: 40px;
	padding-left: 111px;
	padding-right: 114px;
}

.lowres .footer {
	padding-left: 61px;
	padding-right: 64px;
}

.footer .column-provalo {
	float: left;
	width: 45%;
}

.footer .column-provalo h2 {
	color: white;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 8px;
}

.footer .column-provalo p {
	font-size: 16px;
	color: #aeaeae;
	width: 75%;
	line-height: 22px;
}

.footer .column-provalo .provalo-button {
    margin-top: 23px;

    margin-left: 4px;
}

.footer .column-links, .footer .column-resources {
	float: left;
	width: 23%;
	padding-top: 10px;
}

.footer h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
}

.footer .column-links {
	margin-right: 8%;
}


.footer .column-links ul li, .footer .column-resources ul li {
	border-bottom: 1px solid #616161;
	padding: 7px 16px 7px;
	background: url(../images/footer-ul-marker.png) no-repeat 2px center;
}

.footer .column-links ul li a, .footer .column-resources ul li a {
	color: #c6c6c6;
	font-size: 14px;
}

.footer .column-links ul li a:hover, 
.footer .column-resources ul li a:hover {
	color: #ff2700;
}

.footer .logo {
	width: 86px;
	height: 29px;
	background: url(../images/small-logo.png) no-repeat top left;
	float: left;
	margin-right: 23px;
}

.footer .copyright {
	margin-top: 41px;
	border-top: 1px solid #626262;
	padding: 19px 4px 17px 7px;
}

.footer .share {
	float: right;
}

.footer .share li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 6px;
}

.footer .share li a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/facebook.png) no-repeat top left;
}

.footer .share li a.twitter {
	background-image: url(../images/twitter.png);
}

.footer .share li a.linkedin {
	background-image: url(../images/linkedin.png);
}

.footer .copyright p {
	color: #c6c6c6;
	font-size: 14px;
	line-height: 40px;
}

.main-menu {
	background: url(../images/main-menu-bg.jpg) no-repeat top left;
	box-shadow: 6px 17px 40px 0px rgba(2, 2, 2, 0.75) inset;
	padding-left: 74px;
}

.lowres .main-menu {
	padding-left: 10px;
}

.main-menu ul li {
	float: left;
	position: relative;
}

.main-menu ul li.active .pointer {
	border-bottom: 3px solid #ff2700;
	background: url(../images/active-menu-pointer.png) no-repeat center bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 9px;
	width: 145%;
}

.main-menu ul li a {
	color: white;
	font-weight: 600;
	font-size: 16px;
	display: block;
	padding: 25px 0 22px 35px;
}

.main-menu ul li a:hover, .main-menu ul li.active a {
	color: #ff2700;
}

.invia-sms-intro {
	background: #f8f8f8 url(../images/LTh.png) no-repeat right 7px;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 106px;
	padding-top: 102px;
	padding-bottom: 14px;
}

.lowres .invia-sms-intro {
	padding-left: 10px;
}

.invia-sms-intro.ls {
	background: #f8f8f8 url(../images/servizio-invio-sms.png) no-repeat right top;
}

.invia-sms-intro.le {
	background: #f8f8f8 url(../images/servizio-invio-newsletter.png) no-repeat right top;
}

.invia-sms-intro h1 {
	margin-bottom: 19px;
}

.invia-sms-intro .info p {
	padding: 0 62px;
}

.invia-sms-intro .provalo-button {
	margin: 40px auto 60px;
}

.invia-sms-intro .info {
	width: 540px;
	text-align: center;
}

.lowres .invia-sms-intro .info .provalo-button {
	margin-top: 20px;
}

.invia-sms-intro.trendoo,
.invia-sms-intro.invio-sms,
.invia-sms-intro.gestione-newsletter {
	background: #ffffff url(../images/trendoo-bg.png) no-repeat right top;
	padding-top: 70px;
	padding-left: 60px;
}

.invia-sms-intro.trendoo .info {
	height: 440px;
}

.invia-sms-intro.trendoo h1,
.invia-sms-intro.invio-sms h1,
.invia-sms-intro.gestione-newsletter h1 { line-height: 85%; }

.invia-sms-intro.trendoo p,
.invia-sms-intro.invio-sms p,
.invia-sms-intro.gestione-newsletter p { padding: 0; }

.invia-sms-intro.trendoo .red-button,
.invia-sms-intro.invio-sms .red-button,
.invia-sms-intro.gestione-newsletter .red-button {
	margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 170px;
	margin-top: 40px;
	border: none;
}

.invia-sms-intro.invio-sms {
	background: #ffffff url(../images/invio-sms-bg.png) no-repeat right top;
}

.invia-sms-intro.invio-sms .info { height: 385px; }
.invia-sms-intro.invio-sms .developer-hint {
	margin-bottom: 30px;
}

.invia-sms-intro.gestione-newsletter {
	background: #ffffff url(../images/gestione-newsletter-bg.png) no-repeat right top;
}

.invia-sms-intro.gestione-newsletter p { padding: 0 50px; }
.invia-sms-intro.gestione-newsletter .info { height: 450px; }

.developer-hint {
	font-size: 14px;
	height: 41px;
	background: url(../images/settings-icon.png) no-repeat left center;
	padding-left: 56px;
	line-height: 135%;
}

.developer-hint a {
	color: #ff2700;
}

.import-contatti {
	background: white;
	padding: 102px 618px 98px 116px;
	position: relative;
	min-height: 274px;
	overflow: hidden;
}

.lowres .import-contatti {
	padding-left: 10px;
	padding-right: 518px;
}

.import-contatti h2 {
	font-weight: 600;
	font-size: 30px;
	color: black;
	margin-bottom: 27px;
}

.import-contatti p {
    line-height: 24px;

}

.read-more, .read-more:hover {
	display: block;
	color: #ff2700;
	font-size: 14px;
	margin-top: 27px;
}

.import-contatti .visual {
	background: url(../images/LTa.png) no-repeat top left;
	width: 514px;
	height: 375px;
	position: absolute;
	top: 99px;
	right: 0;
}

.lowres .import-contatti .visual {
	right: 11px;
}

.import-contatti.ls .visual {
	background: url(../images/LSa.png) no-repeat top left;
}

.import-contatti.le .visual {
	background: url(../images/LEa.png) no-repeat top left;
}

.lowres .import-contatti.ls .visual,
.lowres .import-contatti.le .visual {
  background-position: right top;
}

.landing-block {
	background: #f6f6f6;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
    background: -moz-linear-gradient(top, #f6f6f6, #ffffff);
    background: -ms-linear-gradient(top, #f6f6f6, #ffffff); 
    background: linear-gradient(top, #f6f6f6, #ffffff); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#f6f6f6',endColorstr='white',GradientType=0);

	position: relative;
	padding: 107px 144px 109px 596px;
	min-height: 244px;
	overflow: hidden;
}

.landing-block h2 {
	font-weight: 600;
	font-size: 30px;
	color: black;
	margin-bottom: 27px;
}

.landing-block p {
    line-height: 24px;
}

.compose.landing-block .visual {
	position: absolute;
	background: url(../images/LTb.png) no-repeat top left;
	top: 84px;
	left: 80px;
	width: 514px;
	height: 375px;
}

.compose.landing-block.ls .visual {
	background: url(../images/LSb.png) no-repeat top left;
  left: 60px;
}

.lowres .compose.landing-block.ls .visual {
  left: 10px;
}

.compose.landing-block.le .visual {
	background: url(../images/creare-newsletter-email.png) no-repeat top left;
  top: 20px;
	width: 780px;
  position: relative;
}

.lowres .compose.landing-block.le .visual {
  left: 100px;
}

.compose {
	padding: 107px 144px 109px 596px;
}

.compose.le {
	padding: 70px 144px 0px 116px;
}

.compose .visual {
	top: 60px;
	left: 114px;
	width: 423px;
	height: 348px;
}

.lowres .compose {
	padding-right: 10px;
	padding-left: 495px;
}

.lowres .compose.le {
	padding-left: 10px;
}

.lowres .compose .visual {
	left: 10px;
}

.invia-a-numeri {
	padding: 112px 622px 115px 116px;
}

.invia-a-numeri .visual {
  position: absolute;
	background-image: url(../images/LTc.png);
	top: 95px;
	left: auto;
	right: 0;
	width: 514px;
	height: 375px;
}

.lowres .invia-a-numeri {
	padding-right: 522px;
	padding-left: 16px;
}

.lowres .invia-a-numeri .visual {
	right: 11px;
}

.invia-a-numeri.ls .visual {
	background: url(../images/LSc.png) no-repeat;
}

.invia-a-numeri.le .visual {
	background: url(../images/LEc.png) no-repeat;
  top: 50px;
}

.invia-email {
	padding: 101px 143px 97px 596px;
}

.invia-email .visual {
  position: absolute;
	background-image: url(../images/LTc.png);
	top: 95px;
	left: 170px;
	right: auto;
	width: 514px;
	height: 375px;
}

.lowres .invia-email {
	padding-right: 16px;
	padding-left: 522px;
}

.lowres .invia-email .visual {
	left: 11px;
}

.invia-email.ls .visual {
	background: url(../images/LSc.png) no-repeat;
}

.invia-email.le .visual {
	background: url(../images/LEc.png) no-repeat;
  top: 50px;
}

.ricevi {
	padding: 101px 143px 97px 596px;
}

.ricevi .visual {
  position: absolute;
	background-image: url(../images/LTd.png);
	top: 73px;
	left: 107px;
	width: 448px;
	height: 258px;
}

.lowres .ricevi {
	padding-right: 43px;
	padding-left: 496px;
}

.lowres .ricevi .visual {
	left: 47px;
}

.ricevi.ls .visual {
	background: url(../images/LSd.png) no-repeat;
  width: 376px;
  height: 298px;
}

.ricevi.le .visual {
	background: url(../images/LEd.png) no-repeat;
}

.verifica-analizza {
	padding: 95px 115px 35px 115px;
}

.verifica-analizza .visual {
	background-image: url(../images/verifica-analizza.png);
  position: absolute;
	top: 56px;
	left: auto;
	right: 0;
	width: 499px;
	height: 337px;
}

.lowres .verifica-analizza {  
	padding-right: 15px;
	padding-left: 15px;
}

.verifica-analizza.ls .visual {
	background-image: url(../images/LSe.png);
  width: 514px;
  height: 355px;
}

.verifica-analizza.le .visual {
	background-image: url(../images/LEe.png);
}

.verifica-analizza p {
	padding-right: 495px;	
}

.report-format {
	font-size: 14px;
	margin-top: 15px;
}

.report-format .format {
	color: white;
	font-size: 14px;
	background: url(../images/format-bg.png) no-repeat top left;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 38px;
	font-weight: 700;
	margin-left: 6px;
}

.report-format .format:hover {
	background-image: url(../images/format-bg-hover.png);
}

.verifica-analizza .read-more {
	margin-top: 46px;
}

.campagne {
	padding: 107px 144px 109px 596px;
}

.campagne .visual {
	background-image: url(../images/compose-screen.png);
  position: absolute;
	top: 60px;
	left: 114px;
	width: 423px;
	height: 348px;
}

.campagne.le .visual {
	background-image: url(../images/LEf.png);
  width: 445px;
  height: 285px;
}

.deliverability-e-sicurezza {
	padding: 112px 622px 115px 116px;
}

.lowres .deliverability-e-sicurezza {
	padding-left: 10px;
}

.deliverability-e-sicurezza .visual {
	background-image: url(../images/LEg.png);
  position: absolute;
	top: 99px;
	left: auto;
	right: 141px;
	width: 420px;
	height: 344px;
}

.deliverability-e-sicurezza.le .visual {
	background-image: url(../images/LEg.png);
}

.combo-banner {
	background: url(../images/combo-offer-bg.png) no-repeat top left;
	width: 940px;
	height: 140px;
	position: relative;
	margin-top: 120px;
	padding-top: 18px;
	padding-left: 57px;
}

.combo-banner h2 {
    color: white;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

.combo-banner h2 .product-name {
    font-size: 21px;
}

.combo-banner h2 em {
    color: #ff2700;
    font-weight: 700;
}

.combo-banner h1 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 4px;
    color: white;
}

.combo-banner .note {
    color: white;
    font-size: 14px;
    line-height: 18px;
}

.combo-banner .price-tag {
    position: absolute;
    top: 0;
    left: 613px;
}

.combo-banner .price-tag .prefix {
    font-size: 18px;
    color: white;
    font-weight: 600;
    position: absolute;
    top: 16px;
    left: 157px;
    width: 90px;
}

.combo-banner .price-tag .label {
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    top: 29px;
    left: 48px;
    opacity: 0.9;
}

.combo-banner .price-tag .figure {
    font-size: 96px;  font-weight: 700;  height: 96px;  line-height: 96px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    position: absolute;
    left: 142px;
    top: 33px;
}

.combo-banner .price-tag .figure .euro {
    font-size: 28px;
    position: relative;
    left: -6px;
}

/*.main-menu.feature ul li.active .pointer {
	background-image: url(../images/active-menu-feature-pointer.png);
	border-bottom: none;
	width: 140%;
	height: 18px;
	top: auto;
	bottom: -18px;
}*/

.feature-name {
	background: #ff2700 url(../images/feature-bg.png) no-repeat 88% -12px;
	color: white;
	font-size: 42px;
	text-shadow: 1px 0px 5px rgba(2, 2, 2, 0.39);
	padding: 34px 110px 33px;
}

.lowres .feature-name {
	padding-left: 10px;
}

.breadcrumbs {
	border-bottom: 1px solid #d1d1d1;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 9px;
}

.breadcrumbs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 17px;
	background: url(../images/breadcrumb-separator.png) no-repeat left center;
	padding-right: 9px;
}

.breadcrumbs a {
	color: #6d6b6b;
}

.breadcrumbs li.home {
	background-image: url(../images/home-icon.png);
}

.breadcrumbs li.current a,
.breadcrumbs a:hover {
	color: #a9a9a9;
}

. {
	padding-left: 116px;
	padding-right: 113px;

}

.lowres . {
	padding-left: 10px;
	padding-right: 9px;
}

. .info-block {
	padding-top: 45px;
	padding-bottom: 77px;
	border-bottom: 1px solid #d1d1d1;
}

. .info-block h2 {
	font-size: 24px;
	color: black;
	font-weight: 600;
	margin-bottom: 27px;
}

. .info-block .columns-3 {
	float: left;
	width: 33%;
	margin-top: 75px;
}

. .info-block .columns-3 .details {
	padding: 8px 33px 0 50px;
}

. .info-block .columns-3 h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #3a3a3a;
	margin-bottom: 8px;
}

. .info-block .columns-3 p {
	font-size: 14px;
}

. .info-block .columns-3.char {
	background: url(../images/char-icon.png) no-repeat 8px 0px;
}

. .info-block .columns-3.chain {
	background: url(../images/chain-icon.png) no-repeat 4px 0;
}

. .info-block .columns-3.char-chain {
	background: url(../images/char-chain-icon.png) no-repeat 0 0;
}

. .info-block .columns-3.char-chain .details {
	padding: 8px 27px 0 57px;
}

. .info-block.dynamic-fields {
	background: url(../images/dynamic-fields.png) no-repeat 0 50px;
	padding: 90px 30px 81px 478px;
}

. .info-block a.help {
	color: #ff2700;
	line-height: 21px;
	padding-left: 29px;
	background: url(../images/question-icon.png) no-repeat left center;
	font-size: 14px;
	display: inline-block;
	*display: block;
	*zoom: 1;
}

. .info-block.dynamic-fields a.help {
	margin-top: 30px;
	margin-left: 4px;
}

. .info-block.text-models {
	background: url(../images/text-models.png) no-repeat 98% 81px;
	padding: 90px 507px 102px 0px;
	border-bottom: none;
}

. .info-block.text-models a.help {
	margin-top: 33px;
}

. .info-block.right {
	background: url(../images/dynamic-fields.png) no-repeat 0 50px;
	padding: 90px 30px 81px 478px;
}

. .info-block.right a.help {
	margin-top: 30px;
	margin-left: 4px;
}

. .info-block.left {
	background: url(../images/text-models.png) no-repeat 98% 81px;
	padding: 90px 507px 102px 0px;
}

. .info-block.left.agcom {
	background: url(../images/SMS-mittente-personalizzato.png) no-repeat 98% 81px;
	padding:  90px 407px 0 0;
}

. .info-block.left a.help {
	margin-top: 33px;
}

. .info-block.nb {
  border: 0;
}

.come-acquistare {
	padding: 84px 615px 108px 110px;
}

.come-acquistare .visual {
	background-image: url(../images/come-acquistare.png);
  position: absolute;
	top: 59px;
	right: 0;
	width: 441px;
	height: 353px;
	left: auto;
}

.come-acquistare.lp .visual {
	background-image: url(../images/acquisto-pacchetti-sms-abbonamenti-email.png);
}

.lowres .come-acquistare.lp {
  padding-left: 10px;
}

.fatturazione {
	padding: 105px 143px 129px 653px;
}

.lowres .fatturazione {
  padding-right: 10px;
  padding-left: 596px;
}

.fatturazione .visual {
	background-image: url(../images/fatturazione.png);
  position: absolute;
	top: 81px;
	left: 117px;
	width: 375px;
	height: 334px;
}

.fatturazione.lp .visual {
	background-image: url(../images/LPb.png);
}

.lowres .fatturazione.lp .visual {
  left: 10px;
}

.prezzi-sms table {
	width: 100%;
}

.prezzi-sms {
	padding: 36px 0;
	font-size: 14px;
	color: #525252;
	font-family: 'Open Sans', sans-serif;
}

.prezzi-sms tr.plan-titles td {
	vertical-align: bottom;
}

.prezzi-sms .plan-title {
	background: url(../images/plan-title.png) no-repeat left bottom;
	width: 119px;
	height: 104px;
	font-weight: 600;
	font-size: 36px;
	color: black;
	text-align: center;
	line-height: 88px;
	margin: 0 auto;
}

.prezzi-sms .plan-title.bestseller {
	width: 126px;
	height: 110px;
	background-image: url(../images/plan-title-bestseller.png);
	line-height: 100px;
}

.prezzi-sms table td {
	text-align: center;
}


.prezzi-sms th.main, .prezzi-sms h2 {
	color: black;
	font-size: 24px;
	text-transform: uppercase;
}

.prezzi-sms h2 {
	margin-bottom: 6px;
}

.prezzi-sms th.main {
	vertical-align: top;
	width: 224px;
  height: 50px;
}

.prezzi-sms .provalo-button.mini {
	position: relative;
	top: 15px;
}

.provalo-button.mini {
	font-size: 15px;
	width: auto;
	font-weight: 300;
	padding: 10px 27px;
	height: auto;
	display: inline-block;
	line-height: 16px;
}

.prezzi-sms .yes, .prezzi-sms .no {
	width: 17px;
	height: 17px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/yes.png) no-repeat center center;
}

.prezzi-sms .no {
	background-image: url(../images/no.png);
}

.prezzi-sms table.data {
	border: 6px solid #f8f8f8;
	border-width: 6px 7px 6px 0;
}

.prezzi-sms table.data tr.first td,
.prezzi-sms table.data tr.first th {
	padding-top: 51px;
}

.prezzi-sms table.data tr.first td {
	border-top: 1px solid #ebebeb;
}

.prezzi-sms table.data td {
	border-bottom: 1px dotted #cccccc;
	border-right: 1px solid #f8f8f8;
	height: 43px;
	vertical-align: middle;
}

.prezzi-sms table.data th {
	background: #f8f8f8;
	width: 183px;	
	text-align: right;
	padding-right: 41px;
	line-height: 14px;
	border-right: 1px solid #ececec;
}

.prezzi-sms .data-wrapper {
	border: 1px solid #d5d5d5;
	box-shadow: 0px 1px 5px 0px rgba(2, 2, 2, 0.19);
	margin-bottom: 25px;
}

.prezzi-sms table.data th strong {
	font-weight: 700;
}

.prezzi-sms table.data tr.last td,
.prezzi-sms table.data tr.last th {
	height: 0;
	position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

/*.prezzi-sms table.data tr.last .corner {
	position: absolute;
	height: 54px;
	background: url(../images/price-column-corner.png) no-repeat center top;
	top: 20px;
	z-index: 1;
	width: 100%;
}*/

.prezzi-sms table.data tr.last .corner {
	position: absolute;
	height: 54px;
	background: url(../images/price-column-corner.png) no-repeat center top;
	top: 6px;
	z-index: 1;
	width: 100%;
}

.prezzi-sms table.data .corner-holder {
	position: relative;
}


.prezzi-sms table.data tr.last td {
	border-bottom: 1px solid #f1f1f1;
}

.prezzi-sms table.data tr.first td,
.prezzi-sms table.data tr.first th {
	padding-top: 51px;
}

.prezzi-sms table.data.prices th {
	text-align: center;
	width: 224px;
	font-size: 48px;
	color: #f9330f;
	border-bottom: 1px dotted #cccccc;
}

.prezzi-sms table.data.prices th, 
.prezzi-sms table.data.prices td {
	padding: 10px 0;
}

.prezzi-sms table.data.prices tr.first th, 
.prezzi-sms table.data.prices tr.first td {
	padding-top: 41px;
}

.prezzi-sms table.data.prices th .euro {
	font-size: 21px;
}

.prezzi-sms table.data.prices .product {
	font-size: 24px;
}

.prezzi-sms table.data.prices .cost {
	font-size: 14px;
}

.prezzi-sms table.data.prices tr.info th,
.prezzi-sms table.data.prices tr.info td {
	font-size: 18px;
	color: #6e6e6e;
	padding: 20px 0;
  border-bottom: 0;
}

.prezzi-sms table.data.prices tr.info a {
	color: #f9330f;
}

.prezzi-sms .try-free {
	text-align: center;
	padding: 30px 0;
	margin-bottom: 10px;
}

.prezzi-sms .try-free p {
	font-size: 24px;
	color: black;
}

.prezzi-sms .try-free p strong {
	font-weight: 700;
}

.prezzi-sms .try-free a.provalo-button {
	margin: 21px auto;
}

.prezzi-sms table.data.prices th .units {
	font-size: 21px;
}

.prezzi-sms table.data.prices td .payment-price {
	font-size: 24px;
}

.prezzi-sms table.data.vertical {
	border-width: 0 7px 6px 7px;
}

.prezzi-sms table.data.vertical th {
	border-right: 1px solid #e9e9e9;
	padding: 42px 0;
}

.prezzi-sms table.data.vertical td {
	border: 1px solid #e9e9e9;
	padding: 20px 0;
	text-transform: uppercase;
}



.price-configurator[data-selected-plan=standard] .payment-period .semestrale,
.price-configurator[data-selected-plan=media] .payment-period .semestrale {
	color: #aaaaaa !important;
	background: url(../images/calendar-6d.png) no-repeat !important;
}

.text-standard-media {visibility: hidden}
.price-configurator[data-selected-plan=standard] .text-standard-media,
.price-configurator[data-selected-plan=media] .text-standard-media {
	visibility: visible;
}

.try-personalizzata {
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
}

.try-personalizzata a.red-button {
    display: inline-block;
   width: auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    height: auto;
    margin-left: 18px;
    padding: 2px 26px;
}

.shopping-cart-container {
    position: absolute;
    right: 0;
    top: -10px;
    width: 221px;
    height: 100%;
    overflow: visible;
}

.shopping-cart {
	width: 221px;
	height: auto;
	background: url(../images/cart-sidebar.png) no-repeat top left;
	text-align: center;
}

.shopping-cart-container.floating .shopping-cart {
    position: fixed;
    top: 10px;
}

.shopping-cart-container.pinned-top .shopping-cart {
    position: absolute;
    top: 10px;
    right: 0;
}

.shopping-cart-container.pinned-bottom .shopping-cart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.shopping-cart .product {
    padding-top: 8px;
    color: white;
    margin-bottom: 50px;
}

.shopping-cart .product .title {
    font-size: 30px;
    font-weight: 600;
    height: 35px;
}

.shopping-cart .product .usage {
    font-size: 14px;
}

.shopping-cart .product .price {
    padding-top: 3px;
}

.shopping-cart .product .price .figure {
    font-family: 'Lato', sans-serif;
    font-size: 51px;
    font-weight: 900;
    /*background: url(../images/email-icon-small.png) no-repeat right 18px;*/
    /*padding-right: 51px;*/
    height: 51px;
    display: inline-block;
}

.shopping-cart .product .price .discount {
	font-size: 22px;
	font-weight: 600;
	text-decoration: line-through;
	display: none;
	height: 18px;
	line-height: 22px;
	color: black;
}

.shopping-cart .product .price .discount-wrapper {
	height: 21px;
}

.shopping-cart .product .price .euro {
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.shopping-cart .product .price .term {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.shopping-cart .total {
    color: white;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 300;
}

.shopping-cart .total .cost {
    font-size: 18px;
}

.shopping-cart hr {
	border: none;
	height: 1px;
	background: url(../images/hr.png) no-repeat center top;
	margin: 13px 0;
}

.shopping-cart h3 {
    color: #e8e8e8;
    font-size: 20px;
    font-weight: 300;
}

.shopping-cart .banda .speed {
    font-size: 30px;
    color: white;
    height: 50px;
    line-height: 55px;
}

.shopping-cart .banda .speed .figure {
    font-size: 60px;
}

.shopping-cart .banda a {
    color: #a6a6a6;
    text-decoration: underline;
    font-size: 14px;
}

.shopping-cart .banda .question {
    font-size: 24px;
    color: #e8e8e8;
    position: relative;
    top: 3px;
    font-weight: 400;
    opacity: 0.8;
}

.shopping-cart .caratteristiche {
    color: #a7a7a7;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 75px;
}

.shopping-cart .caratteristiche h3 {
    margin-bottom: 4px;
}

.shopping-cart a.provalo-button {
    width: 200px;
    margin: 0 auto;
    position: absolute;
    bottom: 9px;
    left: 10px;
}

.shopping-cart .tax-info {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #565656;
    padding: 18px 4px;
    text-align: left;
    line-height: 17px;
}

.shopping-cart .tax-info a {
    color: #ff2700;
}

.shopping-cart #no-plan {
	display: none;
}

.shopping-cart #no-plan h2 {
    color: white;

    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 67px;
}

.shopping-cart #no-plan .red-button {
    font-size: 20px;
	
    width: 200px;
    margin: 10px auto;
}

.prezzi-email .support {
    margin-top: 42px;
}

.prezzi-email .support h2 {
    font-size: 24px;
	
    font-weight: 300;
    color: black;
    margin-bottom: 14px;
}

.prezzi-email .support h2 strong {
    font-weight: 600;
	
}

.prezzi-email .support ul {

}

.prezzi-email .support ul li {
    float: left;
    background: url(../images/skype.png) no-repeat left center;
	
    margin-right: 39px;
	height: 57px;
	
    padding-left: 71px;
	line-height: 57px;
}

.prezzi-email .support ul li span {
	background: #fafafa;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
}

.prezzi-email .support ul li.skype {
	background-image: url(../images/skype.png);
}

.prezzi-email .support ul li.phone {
	background-image: url(../images/phone.png);
	padding-left: 93px;
}

.prezzi-email .support ul li.email {
	background-image: url(../images/email.png);
}

.domande-dubbi {
	background: #f8f8f8;
	padding: 105px 600px 95px 120px;
	text-align: center;
	position: relative;
}

.domande-dubbi h1 {
    margin-bottom: 26px;
}

.domande-dubbi p {
    margin-bottom: 28px;
}

.domande-dubbi .pdf {
    background: url(../images/pdf.png) no-repeat top left;
    width: 37px;
    height: 47px;
    display: inline-block;
    margin-top: 5px;
}

.domande-dubbi .red-button {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.domande-dubbi .visual {
    position: absolute;
    width: 494px;
    height: 313px;
    background: url(../images/LRh.png) no-repeat top left;
    right: 0;
    top: 107px;
}

.blog-highlights {
	background: white;
	padding: 50px 116px 15px;
}

.blog-highlights .column {
	float: left;
	width: 30%;
	margin-right: 4%;
	color: #7b7b7b;
	font-size: 14px;
}

.blog-highlights .column:last-child {
	margin-right: 0;
}

.blog-highlights .column .image {
	width: 300px;
	height: 210px;
	position: relative;
	background: url(../images/ab.png) no-repeat center center;
}

.blog-highlights .column .image.email {
	background-image: url(../images/email-marketing.png);
}

.blog-highlights .column .image.sms {
	background-image: url(../images/sms-marketing.png);
}

.blog-highlights .column .image .caption {
    background: #ff2700;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    text-transform: uppercase;
    padding: 4px 16px;
    font-size: 14px;
}

.blog-highlights .column h2 {
    color: black;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 4px;
}

.blog-highlights .column .date {
    font-style: italic;
}

.blog-highlights a.read-more {
	float: right;
}

.developer-api {
/*    padding: 92px 144px 57px 596px;*/
    padding: 92px 144px 116px 596px;
    background-color: #fff;
    background-image: none;
}

.developer-api .report-format {
	margin: 19px 0 42px;
}

.developer-api .report-format .area-download {
	margin-right: 10px;
}

.developer-api .visual {
/*	background-image: url(../images/sdk-api-invio-sms.png);*/
	width: 428px;
	height: 374px;
	top: 102px;
	left: 129px;
  position: absolute;
}

.supporto {
    padding: 107px 614px 99px 116px;
}

.supporto .visual {
/*	background-image: url(../images/supporto.png);*/
	width: 445px;
	height: 244px;
	left: auto;
	right: 29px;
	top: 129px;
  position: absolute;
}

/* ////////////////////////////////////////////////////////////// */

.contacts-support {
    margin-top: 42px;
}

.contacts-support h2 {
    font-size: 24px;
	
    font-weight: 300;
    color: black;
    margin-bottom: 14px;
}

.contacts-support h2 strong {
    font-weight: 600;
	
}

.contacts-support ul {

}

.contacts-support ul li {
    float: left;
    background: url(../images/skype.png) no-repeat left center;
	
    margin-right: 39px;
	height: 57px;
	
    padding-left: 71px;
	line-height: 57px;
}

.contacts-support ul li span {
	background: #fafafa;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
}

.contacts-support ul li.skype {
	background-image: url(../images/skype.png);
}

.contacts-support ul li.phone {
	background-image: url(../images/phone.png);
	padding-left: 93px;
}

.contacts-support ul li.email {
	background-image: url(../images/email.png);
}
/* ---------------------------------------------------- */

/** Registration popup */

.register-popup {
	z-index: 9000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: white;
	background: black;
}

.register-popup form, .register-popup .heading  {
	width: 940px;
	margin: 0 auto;
}

.register-popup .heading h1 {
	font-size: 38px;
	font-weight: 400;
	float: none;
	line-height: 50px;
	color: white;
	text-transform: none;
}

.register-popup .heading h1 strong {
	font-weight: 700;
}

.register-popup .heading {
    margin-top: 10%;
    margin-bottom: 20px;
}

.register-popup .heading .logo {
    display: block;
    float: none;
	margin-bottom: 10px;
}

.register-popup form .radio-group {
    float: left;
}

.register-popup form .radio-group input {
    margin-right: 4px;
    vertical-align: top;
    margin-top: 5px;
}

.register-popup form .radio-group label {
    font-size: 20px;
    margin-right: 32px;
}

.register-popup form .checkbox-group {
    float: left;
    padding-top: 4px;
}

.register-popup form .checkbox-group label, .register-popup form .prova-small {
	font-size: 12px;
	color: #aeaeae;
	vertical-align: top;
	line-height: 27px;
}

.register-popup form .prova-small { margin-top: 10px; }

.register-popup form .checkbox-group a {
        color: #E44208;
}


.register-popup form .checkbox-group input {
    margin-right: 6px;
    margin-left: 0;
}

.register-popup form .checkbox-group .question {
    margin-right: 10px;
}

.register-popup form .user-info {
	margin-top: 28px;
	margin-bottom: 23px;
}

.register-popup form .user-info .input-wrapper,
.register-popup form .user-info input[type=text] {
	float: left;
	vertical-align: top;
	margin-right: 10px;
}

.register-popup form .user-info input[type=text] {
	background: white;
	color: black;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 16px 19px;
	width: 142px;
}

.placeholder {
	color: #8a8a8a;	
}

.register-popup form .user-info .input-wrapper {
	width: 180px;
	position: relative;
}

.register-popup form.privato input[name=company] {
	display: none;
}

.register-popup form.privato .user-info input[type=text] {
	width: 187px;
}

.register-popup form.privato .user-info .input-wrapper {
	width: 225px;
}

.register-popup form .user-info .input-wrapper:last-child {
	margin-right: 0;
}

.register-popup form .user-info .input-wrapper .hint {
	font-size: 12px;
	color: #aeaeae;
	padding-left: 1px;
	clear: both;
	padding-top: 5px;
	position: absolute;
	top: -46px;
}

.register-popup input[type=submit] {
	color: white;
	font-size: 24px;
	font-weight: 400;
	width: 224px;
	height: 53px;
	display: block;
	text-align: center;
	line-height: 50px;
	border: none;
	float: right;
	cursor: pointer;
	background: #ff2700;
	background: -moz-linear-gradient(top, #ff2700, #bd3707);
	background: -webkit-linear-gradient(top, #ff2700, #bd3707);
	background: -ms-linear-gradient(top, #ff2700, #bd3707);
	background: linear-gradient(top, #ff2700, #bd3707);
    border: 1px solid #BD3707;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.27) inset;
}

.register-popup input[type=submit]:hover {
	background: #ff2700;
	background: -moz-linear-gradient(top, #bd3707, #ff2700);
	background: -webkit-linear-gradient(top, #bd3707, #ff2700);
	background: -ms-linear-gradient(top, #bd3707, #ff2700);
	background: linear-gradient(top, #bd3707, #ff2700);
}

.register-popup input[type=button] {
        color: white;
        font-size: 24px;
        font-weight: 400;
        width: 224px;
        height: 53px;
        display: block;
        background: url(../images/button-bg.png) no-repeat top left;
        text-align: center;
        line-height: 50px;
        border: none;
        float: right;
        cursor: pointer;
}

.register-popup input[type=button]:hover {
        background: #ff2700;
        background: -moz-linear-gradient(top, #bd3707, #ff2700);
        background: -webkit-linear-gradient(top, #bd3707, #ff2700);
        background: -ms-linear-gradient(top, #bd3707, #ff2700);
        background: linear-gradient(top, #bd3707, #ff2700);
}


.register-popup .close-popup {
	position: absolute;
	right: 30px;
	top: 30px;
	color: #acacac;
	padding: 4px 11px 4px 39px;
	background: #333333 url(../images/icon-close.png) no-repeat 11px center;
	font-weight: 400;
	font-size: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.register-popup .steps {
	background: url(../images/steps.png) no-repeat top left;
	width: 745px;
	height: 255px;
}

.register-popup .disclaimer {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 45px;
}

.register-popup .disclaimer a, .register-popup .disclaimer a:hover {
	color: #ff2700;
	text-decoration: underline;
}

.right-text {
	position: relative;
}

/** Grazie popup */

#register-done .heading {
    margin-top: 100px;
    margin-bottom: 20px;
}

#register-done h1 {
    color: white;
    font-size: 38px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 54px;
}

#register-done a.torna-al-sito {
    float: right;
}

#register-done h2 {
    font-size: 24px;

    font-weight: 600;
}

#register-done p {
	color: white;
	font-size: 18px;
}

#register-done p strong {
	font-weight: 600;
}

#register-done . {
	width: 944px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

/** Attivazione */

#attivazione.info-block,
#successo.info-block {
	margin-top: 68px;
}

#attivazione.info-block form {
	background: url(../images/sms-attivazione.png) no-repeat left center;
	padding-left: 129px;
	margin-top: 24px;
	height: 112px;
	margin-bottom: 54px;
}

#attivazione.info-block form input[type=text] {
    display: inline-block;
	border: 1px solid #dcdcdc;
    width: 347px;
    padding: 15px 34px;
    vertical-align: top;
    margin-top: 31px;
    font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

#attivazione.info-block form input[type=submit] {
    display: inline-block;
    vertical-align: top;
    margin-top: 29px;
    margin-left: 7px;
}

#attivazione.info-block .disclaimer,
#successo.info-block .disclaimer {
    font-size: 14px;
}

#attivazione.info-block .disclaimer a,
#successo.info-block .disclaimer a {
	text-decoration: underline;
	color: #9e9e9e;
}

#successo p {
	padding-right: 30px;
}

#successo #login-button {
	margin: 42px 0 48px;
}

/** Contatto */

.contatto .info {
    padding-bottom: 28px;
}

.contatto .info  h1 {
    margin-top: 48px;
    margin-bottom: 19px;
}

.contatto .info  p .reference {
    font-size: 14px;
}

.contatto .info  p .reference a {
    color: #ff2700;
}

.contatto form#contacts_frm {
	background: #f2f2f2;
	padding: 59px 113px 89px 116px;
}

.lowres.contatto form {
	padding-left: 63px;
	padding-right: 64px;
}

.contatto form fieldset {
    width: 940px;
}

.contatto input[type=text],
.contatto textarea {
    font-size: 14px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.contatto input[type=text] {
    float: left;
    width: 258px;
    padding: 14px 19px 14px 19px;
    margin-right: 22px;
}

.contatto input[name=telefono] {
	margin-right: 0;
}

.contatto textarea {
    margin-top: 23px;
    width: 890px;
    height: 195px;
    padding: 24px;
    margin-bottom: 9px;
}

.contatto input[type=submit] {
    float: right;
    width: auto;
    padding: 0 44px;
    position: relative;
    top: -17px;
}

.contatto form fieldset.radio-group {
    padding-top: 17px;
}

.contatto .radio-group .group-label {
    font-weight: 600;
    color: #4a4a4a;
    display: inline-block;
    margin-right: 22px;
}

.contatto .radio-group input[type=radio] {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.contatto .radio-group label {
    margin-right: 35px;
}

.contatto .numero-verde {
	background: url(../images/footer-bg.jpg) no-repeat top left;
	box-shadow: 6px 17px 40px 0px rgba(2, 2, 2, 0.75) inset;
	padding: 24px 114px 26px 119px;
	color: white;
	font-size: 23px;
	font-weight: 600;
	position: relative;
}

.contatto .numero-verde .number {
    font-size: 44px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
    margin-left: 52px;
}

.contatto .numero-verde .visual {
	background: url(../images/supporto-small.png) no-repeat top left;
	width: 202px;
	height: 121px;
	position: absolute;
	bottom: -39px;
	right: 58px;
}

.contatto .offices {
    background: white;
    padding: 92px 102px 103px 118px;
}

.contatto .offices h2 {
    color: black;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 47px;
}

.contatto .offices li {
    float: left;
    width: 33%;
    border-right: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

.contatto .offices li.first {

}

.contatto .offices li.first .wrapper {
    padding-right: 41px;
}

.contatto .offices li.middle {
    width: 38%;
}

.contatto .offices li.middle .wrapper {
    padding: 0 51px;
}

.contatto .offices li.last {
	border: none;
	width: 28%;
}

.contatto .offices li.last .wrapper {
    padding-left: 41px;
}

.contatto .offices h3 {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.contatto .offices h4 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 9px;
}

.contatto .offices p {
    font-size: 16px;
}

.contatto #map {
	height: 500px;
	margin-bottom: 4px;
}

/** FAQ */
/*#faq. {
	background: #f8f8f8;
}*/

#faq. .info-block {
    padding-top: 14px;
    padding-bottom: 50px;
    border: none;
}

#faq. .info-block h2 {
	margin-bottom: 13px;
}

#faq. form input[type=text] {
    font-size: 14px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 14px 19px;	
    width: 632px;
    float: left;
    margin-right: 11px;
}

#faq. form input[type=submit] {
    position: relative;
    top: -3px;
}

#faq- {
    background: white;
    padding: 42px 110px;
/*     border-top: 1px solid #f1f1f1; */
}

#faq- ul.questions {
    border: none;
    margin-bottom: 84px;
}

#faq- ul.questions > li > a {
    font-size: 24px;
    padding-left: 32px;
    background: url(../images/faq-item-closed.png) no-repeat left center;
    display: inline-block;
    margin: 3px 0;
}

#faq- ul.questions > li.open > a {
    background: url(../images/faq-item-open.png) no-repeat left 11px;
}

#faq- ul.questions > li > ol {
    display: none;
}

#faq- ul.questions > li.open > ol {
    display: block;
    padding: 0 0 10px 62px;
}

#faq- ul.questions > li > ol > li {
	list-style-type: decimal;
	color: black;
	list-style-position: inside;
	margin: 6px 0;
}

#faq- ul.questions ol li a {
	color: #ff2700;	
}

#faq- ul.questions {
  color: #000;
}

#faq- .answer-section {
    border-top: 1px solid #d1d1d1;
    padding: 43px 6px 24px;
}

#faq- .answer-section h2 {
    font-size: 24px;
    color: black;
    margin-bottom: 35px;
}

#faq- .answer-section ol li {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 38px;
    color: black;
}

#faq- .answer-section h3 {
    font-weight: 600;
    display: inline;
}

#faq- .answer-section p {
    padding: 0 40px 0 19px;
    line-height: 24px;
    color: #5e5e5e;
}

#faq- .answer-section a.scroll-top {
    color: #ff2700;
    font-size: 14px;
    margin-left: 18px;
}

/** Per marketing */
#xmarketing {
    border-bottom: 1px solid #d1d1d1;

}

#xmarketing .info-block {
	position: relative;
	padding-bottom: 47px;
}

#xmarketing .info-block .info {
	padding-left: 524px;
	padding-top: 55px;
}

#xmarketing .info-block h2 {
	margin-bottom: 8px;
}

#xmarketing .info-block .info ul {
	margin-top: 40px;
	margin-left: 6px;
	width: 400px;
}

#xmarketing .info-block .info ul li {
	border-bottom: 1px solid #d7d7d7;
	background: url(../images/ul-marker.png) no-repeat 2px 11px;
	padding: 7px 0 6px 30px;
}

#xmarketing .info-block .info p {
	line-height: 24px;
}

#xmarketing .info-block .info .provalo-button {
	margin-top: 46px;
}

#xmarketing #ipad {
	position: absolute;
	background: url(../images/ipad.png) no-repeat top left;
	width: 411px;
	height: 532px;
	overflow: hidden;
	left: -15px;
	bottom: 74px;
}

#xmarketing #ipad .screenshot,
#xmarketing #iphone .screenshot {
	position: absolute;
	top: 44px;
	left: 42px;
	width: 332px;
	height: 441px;

	/* suppressing flexslider css */
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	margin: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

#xmarketing #iphone {
	position: absolute;
	background: url(../images/iphone-black.png) no-repeat top left;
	width: 344px;
	height: 311px;
	overflow: hidden;
	left: 135px;
	bottom: 0px;
	z-index: 1;
}

#xmarketing #iphone .screenshot {
	top: 134px;
	left: 37px;
	width: 247px;
	height: 177px;
}

#xmarketing-cose-perche {
	padding: 0 114px 0 117px;
	background: #f6f6f6;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
    background: -moz-linear-gradient(top, #f6f6f6, #ffffff);
    background: -ms-linear-gradient(top, #f6f6f6, #ffffff); 
    background: linear-gradient(top, #f6f6f6, #ffffff); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#f6f6f6',endColorstr='white',GradientType=0);
}

.lowres #xmarketing-cose-perche {
	padding-left: 10px;
}

.landing-block.cos-e {
	padding: 103px 420px 38px 0;
	background: transparent;
	overflow: visible;
	border-bottom: 1px solid #d1d1d1;
}

.landing-block.cos-e .left-text h2 {
    font-size: 24px;
}

.landing-block.cos-e .left-text p {
    margin-bottom: 23px;
}

.landing-block.cos-e .visual {
  position: absolute;
	background-image: url(../images/T2b.png);
	right: -114px;
	bottom: 0;
	width: 368px;
	height: 634px;
	top: auto;
	left: auto;
}

.landing-block.cos-e .visual.trs {
	background-image: url(../images/T3b.png);
	width: 421px;
	height: 587px;
  right: -87px;
}

.landing-block.cos-e .visual.tri {
	background-image: url(../images/T4b.png);
	width: 421px;
	height: 587px;
  right: -87px;
}

#xmarketing-cose-perche .perche {
    padding-top: 63px;
    padding-bottom: 100px;
}

#xmarketing-cose-perche .perche h2 {
    font-size: 24px;
    color: black;
    font-weight: 600;
    margin-bottom: 5px;
}

#xmarketing-cose-perche .perche ul.three-columns {
    margin-top: 29px;
}

#xmarketing-cose-perche .perche .column {
    float: left;
    width: 32%;
    margin-right: 2%;
}

#xmarketing-cose-perche .perche ul.three-columns .column:last-child {
    margin-right: 0;
}

#xmarketing-cose-perche .perche .column h3 {
    color: #ff2700;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 3px;
}

.redtrendoo {
  color: #ff2700;
}

. .info-block .columns-3 .inviosms {
	padding: 8px 70px 0 0;
}

/*. .info-block .columns-3 .inviosms.last {
	padding-right: 0;
}*/

#chisiamo {
    background: white;
    padding: 42px 110px;
/*     border-top: 1px solid #f1f1f1; */
}

#chisiamo p {
  margin-bottom: 30px;
}

#chisiamo h2 {
  font-weight: 600;
  font-size: 30px;
  color: black;
  margin-bottom: 8px;
}

.offerte .breadcrumbs {
	border-bottom: 1px solid #d1d1d1;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 9px;
  margin-bottom: 104px;
  text-align: left;
}

.tmpdisplaynone {
  display: none;
}

#rivenditori {
	padding-bottom: 56px;
}

#rivenditori .info {
    padding-right: 500px;
    position: relative;
    margin-bottom: 58px;
}

#rivenditori .info .intro {
    margin-top: 30px;
    color: #373737;
    font-weight: 700;
}

#rivenditori .info .visual {
	width: 501px;
	height: 239px;
	background: url(../images/programma-rivenditori-sms-email.png) no-repeat top left;
	position: absolute;
	top: 7px;
	right: -74px;
}

#rivenditori .column {
    float: left;
    width: 48%;
    border: 1px solid rgba(2, 2, 2, 0.14);
    margin-right: 2%;
	border-radius: 4px;
	
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	
    box-shadow: 0px 0px 2px 0px rgba(2, 2, 2, 0.3);
    background: #fafafa;
}

#rivenditori .column.last {
	margin-right: 0;
}

#rivenditori .column .wrapper {
	padding: 31px 47px 75px;
}

#rivenditori .column .become {
    color: black;
    font-weight: 600;
    font-size: 24px;
}

#rivenditori .column .title {
    color: #ff2700;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 26px;
}

#rivenditori .column p {
    line-height: 24px;
    margin-bottom: 25px;
}

#rivenditori .column p strong {
    color: #464646;
    font-weight: 600;
}

#rivenditori .column a.download {
    color: #ff2700;
    font-weight: 600;
}

#rivenditori table {
	border: 1px solid #e2e2e2;
	border-style: solid none none solid;
	width: 100%;
	margin-top: 58px;
	box-shadow: 0px 1px 5px 0px rgba(2, 2, 2, 0.19);
}

#rivenditori table th, #rivenditori table td {
	border: 1px solid #e2e2e2;
	border-style: none solid solid none;
}

#rivenditori table th {
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: -webkit-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: -ms-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: linear-gradient(top, #fdfdfd, #f2f2f2);
	font-weight: 600;
	text-transform: uppercase;
	color: black;
	font-size: 24px;
	width: 33%;
	text-align: center;
	padding: 10px 0;
}

#rivenditori table td {
	color: #7b7b7b;
	font-size: 14px;
	text-align: center;
	padding: 15px;
}

#rivenditori table tr td:first-child {
	text-align: left;
	padding-left: 26px;
}

#rivenditori .yes, #rivenditori .no {
	width: 19px;
	height: 19px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/yesno19x19.png) no-repeat top left;
}

#rivenditori .no {
	background: url(../images/yesno19x19.png) no-repeat bottom right;
}

#rivenditori table tr:nth-child(even) {
	background-color: white;
}

#rivenditori table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

#rivenditori .scopri {
    text-align: center;
    margin-top: 40px;
}

#rivenditori .scopri h2 {
    margin-bottom: 16px;
}

#rivenditori .scopri a.red-button {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    width: auto;
    display: inline-block;
    padding: 0 35px;
}

.statlist {
	margin-top: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
}
.statlist li {
	height: 35px;
	line-height: 35px;
	padding: 5px 0 5px 60px;
	background-image: url(../images/icons45x45.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}
.statlist .destinatari {background-position: 5px 0}
.statlist .opened {background-position: 5px -45px}
.statlist .forwarded {background-position: 5px -90px}
.statlist .clicks {background-position: 5px -135px}
.statlist .undelivered {background-position: 5px -180px}
.statlist .unsubscribed {background-position: 5px -225px}

.formatlist {
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 0.75em;
	line-height: 1em;
}
.formatlist li {
	float: left;
	padding: 12px 0 0 80px;
	height: 44px;
	background-image: url(../images/chart65x56.png);
	background-repeat: no-repeat;
}
.formatlist li:first-child {margin-right: 50px}
.formatlist .graphic {background-position: 0 -65px}

/** Developers */
.info-block.grazie-api-sdk {
    padding-left: 144px;
    padding-top: 83px;
    position: relative;
    padding-bottom: 38px;
}

.info-block.grazie-api-sdk .visual {
    position: absolute;
    width: 139px;
    height: 138px;
    background: url(../images/api-invio-sms.png) no-repeat top left;
    top: 46px;
    left: -18px;
}

.developer-features {
    padding-bottom: 85px !important;
}

.developer-features .column {
    float: left;
    width: 48%;
}

.developer-features .column.first {
    margin-right: 4%;
}

.developer-features .column p {
    padding-right: 30px;
    margin-bottom: 26px;
}

.developer-features .column h3 {
    color: black;
    font-weight: 600;
    margin-bottom: 7px;
}

.developer-features .column.first ul li {
    padding: 1px 0 0;
    list-style-type: disc;
    list-style-position: inside;
}

.developer-features .column.first ul li strong {
    font-weight: 600;
}

.developer-features .column.last ul li {
    font-size: 14px;
    color: #7b7b7b;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    padding: 11px 0 11px 61px;
    background: url(../images/dev-icon1.png) no-repeat left center;
    min-height: 21px;
}

.developer-features .column.last ul li.piattaforma {
    background-image: url(../images/dev-icon2.png);
    padding-top: 17px;
}

.developer-features .column.last ul li.infrastructure {
    background-image: url(../images/dev-icon3.png);
}

.developer-features .column.last ul li.location {
    background-image: url(../images/dev-icon4.png);
}

.developer-features .column.last ul li.support {
    background-image: url(../images/dev-icon5.png);
}

.info-block.area-download {
    padding-top: 36px;
    padding-bottom: 61px;
    border-bottom: none;
}

.info-block.area-download h2 {
    margin-bottom: 33px;
}

.info-block.area-download .column {
    float: left;
    width: 49%;
    border: 1px solid #d5d5d5;
    box-shadow: 0px 1px 5px 0px rgba(2, 2, 2, 0.19);
}

.info-block.area-download .column.first {
    margin-right: 1%;
}

.info-block.area-download .column h3 {
	color: black;
	font-size: 24px;
	font-weight: 600;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: -webkit-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: -ms-linear-gradient(top, #fdfdfd, #f2f2f2);
	background: linear-gradient(top, #fdfdfd, #f2f2f2);
	padding: 11px 18px;
	position: relative;
}

.info-block.area-download .column h3 .visual {
	position: absolute;
	width: 47px;
	height: 41px;
	background: url(../images/sdk-icon.png) no-repeat center center;	
	right: 14px;
	top: 7px;
}

.info-block.area-download .column.sdk h3 .visual {
	background-image: url(../images/sdk-icon.png);
}

.info-block.area-download .column.api h3 .visual {
	background-image: url(../images/api-icon.png);
}

.info-block.area-download .column.pdf h3 .visual {
	background-image: url(../images/pdf-icon.png);
}

.info-block.area-download .column ul li {
    border-top: 1px solid #e2e2e2;
    clear: both;
    padding: 2px 8px 5px 20px;
    text-transform: uppercase;
    line-height: 53px;
}

.info-block.area-download .column ul li a.download {
    font-size: 14px;
    font-weight: 700;
    color: white;
    width: auto;
    display: inline-block;
    padding: 6px;
    line-height: 20px;
    height: auto;
    float: right;
    text-transform: none;
    margin-top: 11px;
}

.info-block.area-download .column ul li a.download i {
	display: inline-block;
	background: url(../images/download-arrow.png) no-repeat top left;
	width: 15px;
	height: 16px;
	margin-left: 10px;
	vertical-align: bottom;
	margin-bottom: 1px;
}

.ad-rivenditori {
    padding-left: 213px;
    padding-top: 12px;
    position: relative;
}

.ad-rivenditori .visual {
    width: 230px;
    height: 110px;
    background: url(../images/R1b.png) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
}

.ad-rivenditori .scopri {
    color: #363636;
    font-weight: 700;
    padding-bottom: 107px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.ad-rivenditori .scopri a {
    color: #ff2700;
}

.prezzi-sms.accessori table.data.prices tr td {
  padding: 00px 00px;
  text-align: left;
}

.prezzi-sms.accessori table.data.prices tr td.first {
  border-right: 0;
  padding-right: 0;
}

.prezzi-sms.accessori table.data.prices tr td.first div {
  width: 64px;
  height: 64px;
  background: url(../images/accessori.png) no-repeat top left;
}

.prezzi-sms.accessori table.data.prices tr td.first div.two {
  background-position: 0 -128px;
}

.prezzi-sms.accessori table.data.prices tr td.first div.three {
  background-position: 0 -192px;
}

.prezzi-sms.accessori table.data.prices tr td.first div.four {
  background-position: 0 -256px;
}

.prezzi-sms.accessori table.data.prices tr td.first div.five {
  background-position: 0 -320px;
}

.prezzi-sms.accessori table.data.prices tr td.first div.six {
  background-position: 0 -384px;
}

.prezzi-sms.accessori table.data.prices tr td strong {
  font-weight: bold;
}

.prezzi-sms.accessori table.data.prices tr th {
  width: auto;
  padding: 20px 60px;
}

..trpf .one {
	background: url(../images/T1a.png) no-repeat 0 50px;
}
..trpf .two {
	background: url(../images/T1b.png) no-repeat 98% 50px;
}
..trpf .three {
	background: url(../images/T1c.png) no-repeat 0 50px;
}
..trpf .four {
	background: url(../images/T1d.png) no-repeat scroll 94% 22px transparent;
}

..smscont .info-block.right.one {
	background: url(../images/S1a.png) no-repeat 54px 76px;
}

..smscont .info-block.left.two {
	background: url(../images/S1b.png) no-repeat 98% 55px;
}

..smscont .info-block.right.three {
	background: url(../images/S1c.png) no-repeat 0 50px;
  padding-left: 500px;
}

..smscont .info-block.left.four {
	background: url(../images/S1d.png) no-repeat 98% 55px;
}

..smscont .info-block.right.five {
	background: url(../images/S1e.png) no-repeat 32px 20px;
}

..smscomp .info-block.right.one {
	background: url(../images/S2a.png) no-repeat 0 50px;
}

..smscomp .info-block.left.two {
  background: url(../images/invio-sms-con-mittente-personalizzato.png) no-repeat 98% 29px;
}

..smscomp .info-block.right.three {
	background: url(../images/invio-sms-compleanno.png) no-repeat 0 50px;
}

..smscomp .info-block.right.five {
	background: url(../images/S2d.png) no-repeat 0 50px;
}

..smscomp .info-block .columns-3.char {
  background: url(../images/S2e.png) no-repeat 8px 0px;
}

..smscomp .info-block .columns-3.chain {
  background: url(../images/S2f.png) no-repeat 4px 0;
}

..smscomp .info-block .columns-3.char-chain {
  background: url(../images/S2g.png) no-repeat 0 0;
}

..smsinv .info-block.left.two {
  background: url(../images/inviare-sms-estero.png) no-repeat 100% 27px;
}

..smsric .info-block.right.one {
  background: url(../images/servizio-ricezione-sms.png) no-repeat 70px 11px;
}

..smsric .info-block.left.two {
  background: url(../images/S4b.png) no-repeat 98% 81px;
}

..smsric .info-block.right.three {
  background: url(../images/S4c.png) no-repeat 102px 50px;
}

..smsric .info-block.left.four {
  background: url(../images/S4d.png) no-repeat 98% 40px;
}

..smsric .info-block.right.five {
  background: url(../images/S4e.png) no-repeat 119px 108px;
}

..smsstat .info-block.left.one {
  background: url(../images/S5a.png) no-repeat 98% 11px;
}

..smsstat .info-block.right.two {
  background: url(../images/S5b.png) no-repeat 25px 89px;
}

..smsstat .info-block.left.three {
  background: url(../images/S5c.png) no-repeat 98% 19px;
}

..smsgat .info-block.right.one {
  background: url(../images/gateway-invio-sms.png) no-repeat 0 50px;
}

..smsgat .info-block.left.two {
  background: url(../images/integrazione-invio-sms.png) no-repeat 90% 35px;
}

..smsgat .info-block.right.three {
  background: url(../images/S6c.png) no-repeat 120px 19px;
}

..smtp .info-block.left.two {
  background: url(../images/LEg.png) no-repeat 100% 20px;
}

..emcont .info-block.right.one {
  background: url(../images/E1a.png) no-repeat 46px 76px;
}

..emcont .info-block.left.two {
  background: url(../images/E1b.png) no-repeat 98% 39px;
}

..emcont .info-block.right.three {
  background: url(../images/E1c.png) no-repeat 0 50px;
  padding-left: 500px;
}

..emcont .info-block.left.four {
  background: url(../images/E1d.png) no-repeat 98% 53px;
}

..emcont .info-block.right.five {
  background: url(../images/E1e.png) no-repeat 32px 20px;
}

..emcomp .info-block.left.one {
  background: url(../images/creazione-newsletter.png) no-repeat scroll 98% 10px transparent;
  height: 180px;
}

..emcomp .info-block.right.two {
  background: url(../images/invio-email-personalizzate.png) no-repeat 58px 19px;
}

..emcomp .info-block.left.three {
  background: url(../images/condivisione-social-newsletter.png) no-repeat 92% 122px;
}

..emcomp .info-block.right.four {
  background: url(../images/composizione-newsletter.png) no-repeat 56px 13px;
}

..emcomp .info-block.left.five {
  background: url(../images/email-con-immagini-embedded.png) no-repeat 98% 4px;
}

..emcomp .info-block.right.six {
  background: url(../images/tracciamento-campagne-email.png) no-repeat 44px 79px;
}

..eminv .info-block.left.two {
  background: url(../images/invio-newsletter-a-gruppi.png) no-repeat 98% 81px;
}

..eminv .info-block.right.three {
  background: url(../images/E3b.png) no-repeat 81px 60px;
}

..emstat .info-block.left.one {
  background: url(../images/statistiche-invio-newsletter.png) no-repeat 98% 81px;
}

..emstat .info-block.right.two {
  background: url(../images/statistiche-campagne-email.png) no-repeat 0 50px;
}

..emstat .info-block.left.three {
  background: url(../images/E5c.png) no-repeat 98% 81px;
}

..emcamp .info-block.left.one {
  background: url(../images/E6a.png) no-repeat 98% 81px;
}

..emcamp .info-block.right.two {
  background: url(../images/E6b.png) no-repeat 0 50px;
}

..emcamp .info-block.left.three {
  background: url(../images/E6c.png) no-repeat 98% 81px;
}

..emcamp .info-block.right.four {
  background: url(../images/E6d.png) no-repeat 0 50px;
}

..emdel .info-block.left.one {
  background: url(../images/E7a.png) no-repeat 98% 81px;
}

..emdel .info-block.right.two {
  background: url(../images/E7b.png) no-repeat 101px 50px;
}

..emdel .info-block.left.three {
  background: url(../images/E7c.png) no-repeat 98% 81px;
}

..emdel .info-block.right.four {
  background: url(../images/E7d.png) no-repeat 101px 50px;
}

..emdel .info-block.left.five {
  background: url(../images/E7e.png) no-repeat 98% 81px;
}

..emdel .info-block.right.six {
  background: url(../images/E7f.png) no-repeat 0 50px;
}

..emtemp {
}

..emtemp .info-block {
  background: url(../images/template-email-newsletter-html.png) no-repeat top center;
  padding-top: 380px;
  margin-top: 10px;
  text-align: center;
}

..emtemp .info-block h1 {
  margin-bottom: 20px;
}

..emtemp .info-block p {
  text-align: center;
}

..emtemp .info-block .columns-3 p,
..emtemp .info-block .columns-3 h3 {
  text-align: left;
}

..emtemp .info-block .columns-3 h3 {
  margin-top: 20px;
}

..emtemp .info-block .columns-3 .inviosms div {
  height: 178px;
}

.slidetext {
	width: 520px;
	position: absolute;
	top: -15px;
	left: -685px;
	text-align: center;
}

.slidetext p{
	margin-top: 30px;
}