html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin:0;
	padding:0;
}
/*----- PER RISOLVERE PROBLEMI DI RETROCOMPATIBILITA' NUOVI TAG HTML5-----*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
input, select {
	vertical-align:middle;
}
input, select, textarea {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
strong {
	font-weight:bold
}
img, fieldset {
	border:0;
}
ul, ol {
	list-style:none;
}
table {
	border-collapse:collapse;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#454545;
	text-decoration:none;
	margin:0;
	padding:0;
}
body {
	background:url(../img/bkgr-top.png) repeat-x top left #ffffff;
	margin:0;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#777777;
	text-decoration:none;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding-left:2px;
}
input[type='image'], input[type='radio'] {
	border:none;
	padding:0;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#777777;
	text-decoration:none;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}
textarea {
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#777777;
	text-decoration:none;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
	padding:0px 0 4px 0;
}
h4 {
	font-size:11px;
}
article {
	line-height:17px;
	margin-top: 0px;
}
/*-------CLASSI UTILI-------*/


.clear {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear{clear:both}

.hide {
	display:none
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/*----------------------------*/



.prezzoCarrello {
	font-size:15px;
	font-weight:bold;
}
img.withBorder {
	border:1px solid #dadada;
	padding:1px;
	background-color:#fff;
}
img.withShadow {
	-webkit-box-shadow:7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:7px 7px 5px rgba(50, 50, 50, 0.75);
}
img.block {
	display:block;
}
input.inCart {
	background-color:#B5E0E0;
}
#wrapperShadow {
	margin:auto;
}


.bordo-sotto{
	border-bottom:1px solid #dadada;
	margin-bottom:30px;
}
/*------------------ HEADER SITO --------------*/





/* Nuovi Graflex */
h1, h2, h3, h4, h5, h6 {
	/* font-weight:normal; */
}
a, a:hover, a:link a:visited {
	color:#e04a94;
	text-decoration:none;
}
.radius-top {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-top-left: 5px;
	-moz-border-radius-top-right: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.radius-bot {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottom-left: 5px;
	-moz-border-radius-bottom-right: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#nsl-btn {
	cursor:pointer;
}
/*--------------------------------------------------------*/
/*	Struttura
/*--------------------------------------------------------*/
#header-wrapper {
	width:970px;
	margin:auto;
	height:137px;
}
#header-container {
	width:950px;
	margin:auto;
	padding-top:10px;
}
#slider-wrapper {
	width:970px;
	margin:auto;
	background:url(../img/bkgr-slider-wrapper.png) no-repeat right bottom;
	padding-bottom:10px;
	margin-bottom:5px;
}
#slider-container {
	width:950px;
	height:295px;
	margin:auto;
}
#content-wrapper {
	width:990px;
	margin:auto;
	margin-top:-33px;
	background:url(../img/bkgr-content-wrapper.png) repeat-y top center;
}
#content-container {
	width:950px;
	margin:auto;
	background-color:#fff;
}
#content-inner .col-sx {
	display:block;
	float:left;
	width:300px;
	margin-top:12px;
	background:url(../img/bkgr-left-column.png) repeat-y top center #FFFFFF;
	background-size:278px 100%;
}
#content-inner .col-dx {
	display:block;
	float:right;
	width:634px;
}
#content-inner a {
	color: #e04a94;
	/*font-weight: normal;*/
}
#footer-wrapper-esteso {
	width:100%;
	background:#ebebeb;
	padding:10px 0 50px 0;
	margin: 50px 0 0 0;
}
#footer-wrapper {
	width:950px;
	margin:15px auto;
}
#footer-container {
	width:100%;
	margin:auto;
}
#footer-inner {
}
/*--------------------------------------------------------*/
/*	Header
/*--------------------------------------------------------*/
#header-menu {
	/* font-family: 'Oswald', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	/* width:460px; */
	height:13px;
	margin:3px 0 0 0;
}
#header-menu div {
	display:block;
	float:left;
	height:35px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding-right: 20px;
	margin-top: 3px;
}
#header-menu a {
	display:block;
	float:left;
	height:35px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
    padding-top: 11px;
}
#header-menu a.last {
}

#header-menu a.active, #header-menu a:hover {
	color:#ffffff;
}

/**/




#header-menu .btn.active a, #header-menu .btn:hover a
{
	color:#e04a94;
    background:url(../img/arrow_menu.png) no-repeat top center;
}

/**/

#header-menu div.ico-nsl {
	float:right;
	background:url(../img/menu-ico-nsl.png) no-repeat 5px center;
	margin-left:10px;
}
#header-menu div.ico-hom {
	float:right;
	background:url(../img/menu-ico-hom.png) no-repeat 5px center;
	margin-left:10px;
}

#imgHeaderWrapper {
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: white;
	background-image:url(../images/headerShadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.l-active{
	color:#e04a94;
	text-transform:uppercase;
	font-weight:normal;
}

.l-list{
	color:#716b6b;	
	text-transform:uppercase;
	font-weight:normal;
}

#select-language{
	/* font-family: 'Oswald', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 20px 0px 0px 720px;
	float: right;
	position: absolute;
}


#social{
	/* font-family: 'Oswald', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 0px 0px 850px;
	float: right;
	position: absolute;
	width:100px;
}

/*--------------------------------------------------------*/
/*	Footer
/*--------------------------------------------------------*/
#footer-menu {
	text-align:center;
	color:#333333;
	width:100%;
	font-size:11px;
	height:60px;
	background-color:#e5e5e5;
	padding:10px 0 0 0;
}
#footer-menu a {
	font-size:11px;
}
#footer-menu a.last {
}
#footer-menu a:hover, #footer-menu a.active {
	color:#ccc;
}
#footer-dati {
	color:#333333;
	text-align:center;
	font-size:11px;
}
#footer-dati a {
	color:#666;
	font-size:11px;
}
#footer-dati a:hover {
	color:#666;
}
#social-container {
	position:absolute;
	width:970px;
	z-index:1;
}
#social-container ul {
	float:right;
	margin-top:10px;
}
#social-container ul li {
	widht:32px;
	height:32px;
	margin-bottom:5px;
	position:relative;
}



#youtube-newsletter{
    width: 160px;
    height: 30px;
    /* position: relative; */
    margin: 5px 0 0 790px;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	cursor:pointer;
	background:#e04a94;
}
#youtube-newsletter a{
	color:#666;
}
#youtube-newsletter-youtube{
	padding:9px 0 0 17px; 
	width:45%; 
	float:left;
}
#bottoneNL{
	padding:9px 3px 0 3px;
	cursor:pointer;
	color:#FFF;
}

/*--------------------------------------------------------*/
/*	Contenuti
/*--------------------------------------------------------*/
.last {
	margin-right:0 !important;
}
.img-sx {
	display:block;
	float:left;
	margin:0px 15px 10px 0px;
}
.img-dx {
	display:block;
	float:right;
	margin:0px 0px 10px 15px;
}
.img-border {
	border:1px solid #dadada;
	padding:4px;
	background-color:#fff;
}


.page-content {
	padding:0 18px 0px 0px;
}
.page-content h1 {
	/* font-family: 'Oswald', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #e04a94;
	font-size: 16px;
	margin: 30px 0 10px 0;
	text-transform: uppercase;
	width:100%;
}
.page-content h2 {
	font-size:13px;
    margin: 10px 0;
	color:#e04a94;
}
.page-content ul {
	list-style:square;
	margin:10px 20px;
}
.page-content li {
	padding:3px 0px;
}
.page-content ol {
	list-style:decimal;
	margin:10px 20px;
}
.page-content li {
	padding:3px 0px;
}


.page-content-home {
	padding:0 40px 20px 40px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.page-wrapper{
	padding-bottom: 2px;
}

.home{
	background-color: #ffffff;
	padding-top: 8px;
}

/* Header */
#header-inner {
}
#header-logo {
	display:block;
	float:left;
	width:490px;
	padding-top:0px;
}

/*--------------------------------------------------------*/
/*	Carousel
/*--------------------------------------------------------*/
.carousel-container {
	overflow:hidden;
	margin:10px auto;
	margin-top:45px;
	margin-left:25px;
	width:600px;
	position:relative;
	left:-25px;
}
.carousel-container .js {
	overflow:hidden;
	zoom:1;
}
.carousel-container .carousel, .carousel-container .carousel .carousel-wrap {
	margin:0;
	border:0;
	zoom:1;
}
.carousel-container .js .carousel-wrap {
	display:inline-block;
	vertical-align:middle;
	width:510px;
	/*
	border-top:3px solid #bbb;
	border-bottom:3px solid #bbb;
	*/
	padding:5px 0px;
}
.IE .carousel-container .js .carousel-wrap {
	display:inline;
}
.carousel-container .carousel ul {
	margin:0;
	padding:0;
	zoom:1;
}
.carousel-container .js ul li {
	overflow:hidden;
	display:inline;
	float:left;
	width:510px;
	height:100px;
	zoom:1;
}
.carousel-container .carousel .carousel-control {
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
	border:0;
	text-indent:-9999px;
	margin:3px;
}
.carousel-container .carousel .carousel-next {
	background:url(../img/carousel-next.png) 0 0 no-repeat;
}
.carousel-container .carousel .carousel-previous {
	background:url(../img/carousel-prev.png) 0 0 no-repeat;
}
.carousel-container .carousel .carousel-control:hover {
	-moz-opacity:.7;
	opacity:0.70;
	filter:alpha(opacity=70);
}
.carousel-container .carousel .disabled, .carousel-container .carousel .disabled:hover {
	-moz-opacity:.1;
	opacity:0.10;
	filter:alpha(opacity=10);
	cursor:default;
}
.carousel-container .carousel div {
	margin:0;
	padding:0;
	border:0;
}
.carousel-container .carousel ul {
	padding:0;
	list-style:none;
	top:10px !important;
}
.carousel-container .carousel ul li {
	position:relative;
	width:250px;
	margin:3px;
}
.carousel-container .carousel ul li cite {
	position:absolute;
	bottom:3px;
	right:10px;
	line-height:19px;
	font-size:11px;
}
.carousel-container .carousel ul li cite a img {
	vertical-align:middle;
}
.carousel-container .carousel ul li cite a {
	color:#fff;
	text-decoration:none;
}
.carousel-container div.center-wrap {
	overflow:hidden;
	clear:both;
	zoom:1;
}
.carousel-container div.center-wrap div {
	border:0;
	margin:15px 0;
}
.carousel-container div.center-wrap a {
	margin:0 2px;
	padding:2px 5px;
	border:1px solid #4f4f4f;
	background:#333;
	cursor:pointer;
	color:#fff;
	-moz-border-radius:12px;
	webkit-border-radius:12px;
	border-radius:12px;
}
.carousel-container div.center-wrap a.active {
	font-weight:bold;
	color:#5db0e6;
}
.carousel-container h3{
	font-size:14px;
	color:#e04a94;
	padding:2px 50px;
}
/*--------------------------------------------------------*/
/*	Gallery
/*--------------------------------------------------------*/
.gallery-container {
	display:block;
	float:left;
	width:560px;
	background-color:#ffffff;
	margin:10px 20px;
}
.gallery-inner {
	margin:20px;
}
.gallery-item {
	display:block;
	float:left;
	width:113px;
	margin:5px 10px 5px 0px;
}



/*--------------------------------------------------------*/
/*	Video
/*--------------------------------------------------------*/
.video-container {
	display:block;
	float:left;
	width:100%;
	background-color:#ffffff;
	margin:10px 0px;
}
.video-inner {
	margin:20px;
}
.video-item {
	display:block;
	float:left;
	width:100%;
	margin:10px 0px;
}
.video-txt {
	display:block;
	float:left;
	width:45%;
}
.video-obj {
	display:block;
	float:right;
	width:45%;
}
.video-obj a {
	display:block;
	float:right;
}
.video-obj img {
	width:200px;
}
/*--------------------------------------------------------*/
/*	PDF con Immagini
/*--------------------------------------------------------*/
.pdf-image-container {
	display:block;
	float:left;
	width:100%;
	background-color:#efefef;
	margin:10px 0px 0px;
}
.pdf-image-inner {
	margin:20px;
}
.pdf-image-item {
	display:block;
	float:left;
	width:20%;
	margin:1% 5% 1% 0;
}
.pdf-image-item p {
	font-size:11px;
}
/*--------------------------------------------------------*/
/*	Download
/*--------------------------------------------------------*/
#download-box{
	margin-top:80px;
}
.file-download-container {
	display:block;
	float:left;
	width:100%;
	margin:15px 0px 0px;
}
.file-download-inner {
	margin:0px;
}
.file-download-item {
	display:block;
	float:left;
	width:100%;
}
.file-download-item a {
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;

}
.file-download-item span {
	font-size:11px;
	margin-left:15px;
}

.pdf-image{
	height:35px;
	margin-right:10px;
	float:left;
}

.download-txt{
	margin-top:11px;	
	width:270px;
}

/* Fine Nuovi Graflex */




.dgLight-overlay {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:100;
	background-color:rgb(119, 119, 119);
	opacity:0.7;
	display:none;
}
.dgLight-wrapper {
	width:300px;
	min-height:150px;
	min-height:auto !important;
	height:150px;
	position:absolute;
	padding:20px;
	top:0;
	left:0;
	z-index:101;
	background-color:#444444;
	display:none;
	color:#FFFFFF;
}
#dgLight-close {
	position:absolute;
	z-index:102;
	right:-4px;
	top:-4px;
	cursor:pointer;
}
#dgLight-loader {
	height:100%;
	width:100%;
	display:none;
	background-image:url(../img/preloader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#form-registra-dl {
	width:100%;
	height:auto;
}
#iframe-dl {
	height:100%;
	width:100%;
	display:none;
	background-color:#FFFFFF;
}
#file-dl-message {
	display:none;
}
/* Form */
.form-base {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.form-full {
	width: 100%;
}
.form-half {
	margin: 0 5% 0 0; 
	width: 45%;
}
.form-quarter {
	margin: 0 5% 0 0;
	width: 20%;
}
.form-quarter label {
	display: block;
	float: left;
	width: 100%;
}
.form-half label {
	display: block;
	float: left;
	width: 100%;
}
.form-full label {
	display: block;
	float: left;
	width: 100%;
}
.form-half input[type="text"], .form-half input[type="email"], .form-half input[type="password"] {
	display: block;
	float: left;
	margin: 5px 0;
	width: 100%;
}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"] {
	display: block;
	float: left;
	width: 100%;
}
.form-full input[type="checkbox"] {
	border: medium none;
	margin: 0;
	vertical-align: top;
}


/*******/
/* cta home */
/*******/
#cta-cotainer-home-wrapper{
	width:1000px;
	margin:auto;
	padding:0 0 0 10px;
}

#cta-cotainer-home{
	width: 1000px;
	height: 250px;
	background: url(../images/cta-home/ombra.png) no-repeat bottom center;
	margin-bottom: 20px;
	margin-left: -5px;
}

#cta-home{
	height:203px;
	width:972px;
	padding-left:14px;
}
#cta-home .cta-home-box{
	width:243px;
	height:225px;
	float:left;
	color:#FFF;
	position:relative;
}
#cta-home .cta-home-box h2{
	/* height:25px; */
}
#cta-home .cta-home-box li{
	list-style:none;
	color:#FFF;
}
#cta-home .cta-home-box a,
#cta-home .cta-home-box p{
	font-size:11px;
	/* font-weight:bold; */
	list-style:none;
	color:#FFF;
	/* line-height:19px; */
}

.cta-home-txt{
	margin:14px 10px 0 10px;
}

#cta-home .cta-home-box a:hover{
	list-style:none;
	/*opacity:10;*/
}
#cta-home .cta-home-box .cta-home-box-image{
	background:#f00;
	height:225px; 
	width:243px; 
	position:absolute; 
	left:0px; 
}

#cta-home .cta-home-box .cta-home-box-image h2,
.ctaH{
	/* font-family: 'Oswald', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding: 4px 10px 0px 11px;
	line-height: 17px;
    text-align: center;
}

#cta-home-box > h2{
	/* font-family: 'Oswald', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 10px 0px 11px;
	line-height: 17px;
}

.hover_cta_image{
	z-index:99999;
	width:243px;
	height:139px;
	margin-top:-11px;

	
		
}

/*
.cta-home-box-image:hover{
	background:none !important;
}
*/


/*************/
/* scheda prodotto */
/*************/
#scheda-prodotto-img-principale{
	float:left;
	margin:0 20px 0 0;
}



#cookies-disclaimer{background-color: rgba(43,43,43,0.6); color: rgb(243,243,243); position: fixed; width: 100%; bottom: 0;z-index: 500; }
#cookies-disclaimer article{padding: 0.5em; position: relative; height: 65px;}
#cookies-disclaimer article>p{margin:0; padding: 0; line-height: 1.2em; position: absolute; top: 50%;transform: translateY(-50%);}

#cookies-disclaimer .cookies-disclaimer-buttons a>p{ width: 100%; color: #FFFFFF; padding: 0; margin:0;}

#cookies-disclaimer a.cookies-disclaimer-accetto,
#cookies-disclaimer a.cookies-disclaimer-privacy{width: 50%;display: inline-block;color: #FFFFFF;float:left;padding: 0.5em; text-align: center}


#cookies-disclaimer .cookies-disclaimer-text{float:left;width: 65%}
#cookies-disclaimer .cookies-disclaimer-buttons{float:right;}

#cookies-disclaimer a.cookies-disclaimer-accetto,
#cookies-disclaimer a.cookies-disclaimer-privacy{width: 100px;height: 80px; position: relative;padding: 0}

#cookies-disclaimer a.cookies-disclaimer-accetto{background-color: #cbc8c5; }
#cookies-disclaimer a.cookies-disclaimer-privacy{background-color: #e04a94;}

#cookies-disclaimer .cookies-disclaimer-buttons a>p{  position: absolute; top: 50%; transform: translateY(-50%);}