<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
@import url(/startengine/css/startengine.css);

/* Basic */

	body, #skel-layers-wrapper {
		background-color: #E7EDF5;
	}

	body.is-loading * {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body {
		margin:0;
		padding:0;
		color:#666;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.79em;
		font-style: normal;
		line-height: 17px;
		font-weight: lighter;
		font-variant: normal;
	}
em{
	font-style:oblique!important;
	}
	
input{
	background-color: #F0F3F9!important;
	}
	
select {
	background-color: #F0F3F9!important;
	}
	
textarea {
	background-color: #F0F3F9!important;
}

a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		color: #DA0F66;
		text-decoration: none;
		/*border-bottom: dotted 1px;*/
}
a:hover {
	color: #FFF!important;
	background-color:#DA0F66;
}

	strong, b {
		font-weight: 400;
	}
p {
	font-family: 'Roboto Condensed', sans-serif;
	}

ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	font-variant:normal;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		border: 0;
	}
	h1 {
		font-size: 1.8em;
	}
	h2 {
	font-size: 22px;

	}
	h3 {
		font-size: 1.2em;
		line-height: unset;
	}
	h4 {
	font-size: 0.95em;
		line-height: unset;
		font-weight:400;
	}
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

.pulsante_action {
    color: #FFF!important;
    background-color: #da0f66!important;
	font-size:18px!important;
	font-weight:bold!important;
		margin-top:20px!important;
	padding:4px!important;
	width:90%!important;
		text-align:center!important;
		line-height:22px!important;
}
.pulsante_action a {
    color: #FFF!important;
    background-color: #da0f66!important;
	font-size:18px!important;
	font-weight:bold!important;
	text-align:center!important;

}

.obliquo{
	font-style: oblique!important;
}
	
#banner_dx img{
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
margin:5px auto;
}
#banner_dx a:hover{
	background-color:#FFF!important;
}
.banner_promo_login{
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
margin:5px auto;
}
/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 2em;
	}
	header.special strong{
	background-color: #f3f6fa;
	magin:0 20px!important;
	padding:0 20px!important;
	z-index:50;
	}

	.description-title:before {
    content: "";
    height: 1px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.description-title h2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 50;
}
	

	header.special {
		margin-bottom: 1.5em;
		padding-top: 0.8em;
		position: relative;
		text-align: center;
	}
	

		header.special:before, header.special:after {
			border-bottom: solid 1.5px;
			border-top: solid 1.5px;
			content: '';
			height: 7px;
			opacity: 0.1;
			position: absolute;
			top: 1.75em;
			width: 43%;
		}

		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		}

		header.special h2 {
			margin-bottom: 0;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 0em;
			vertical-align:middle
		}

		header.special .icon {
			cursor: default;
			height: 7em;
			left: 0;
			position: absolute;
			text-align: center;
			top: 1em;
			width: 100%;
		}

			header.special .icon:before {
				font-size: 3.5em;
				opacity: 0.35;
			}

	footer &gt; :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	select {
		text-align:left!important;
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px #dadada;
		color: inherit;
		display: block;
		padding: 1.1em!important;
		text-decoration: none;
		width: 53%;
		outline: 0;
	}
.form_new_small {
		width: 35%!important;
	}


	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px #dadada;
		color: inherit;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #DA0F66;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image:before {
			background: url("/theme/images/overlay.png");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
	}
	
	.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
				background: #70aecd;
				color: white;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
				background: #7490c3;
				color: white;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: white;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-github {
				background: #dcad8b;
				color: white;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: white;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.featured {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
			opacity: 0.35;
			text-align: center;
		}

			.icon.featured:before {
				font-size: 5em;
				line-height: 1em;
			}

		.icon &gt; .label {
			display: none;
		}

/* List */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.featured-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
		opacity: 0.35;
		overflow: hidden;
		position: relative;
	}

		ul.featured-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			ul.featured-icons li .icon {
				display: inline-block;
				font-size: 6.25em;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

		ul.buttons.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.buttons.vertical li:first-child {
				padding: 0;
			}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

/* Button */


	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	select,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: none;
		border: solid 1px;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 13em;
		padding: 0 0.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		select,
		.button:hover {
			background: rgba(188, 202, 206, 0.15);
			border-color: inherit;
		}

		input[type="button"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		slect.special,
		.button.special {
			background: #DA0F66;
			border-color: #DA0F66;
			color: white !important;
		}

			input[type="button"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			select.special:hover,
			.button.special:hover {
				background: #96dad1 !important;
				border-color: #96dad1 !important;
			}

		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		select.fit,
		.button.fit {
			width: 100%;
		}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		select,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}
#logo{
		width:200px;
		float:left;
}
#logo a:hover{
	background-color: #fff!important;
}



.sottologo{
	line-height:8px;
	font-size:11px;
}
/* Wrapper */

	.wrapper {
		margin-bottom: 5em;
		padding: 5em;
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: #DA0F66;
			background-image: url("/theme/images/light-bl.svg"), url("/theme/images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: white;
		}

			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 .button.special {
				background: white;
				border-color: white;
				color: #DA0F66 !important;
			}

				.wrapper.style2 .button.special:hover {
					border-color: inherit !important;
					color: white !important;
				}

		.wrapper.style3 {
			background: white;
			color: inherit;
		}

		.wrapper.style4 {
			background: white;
			color: inherit;
			padding: 4em;
		}

/* Header */
	@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-o-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }


#bg_header{

	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
	color: inherit;
	cursor: default;
	font-size: 0.8em;
	left: 0;
	padding: 0em 1.5em 0 1.5em;
	background-image: url(/images/bg_menu_.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom:1px solid #ccc;
	z-index: 10000;
	display:block;
	background-color:#FFF!important;
}

		#header login {
			letter-spacing: 0;
			right: 1.5em;
			text-transform: uppercase;
			top: 0;
			margin-top:10px;
			float:right;
			display:block;
		}

		#header h1 {
			font-weight: 900;
			margin: 0;
		}
		#header h1 span {
			font-weight: 300;
		}
		.margin_login{
			margin-left:10px;
		}
		#menu_utenti{
	padding:2px 10px;
	text-align:right;
	margin:0 0 4px 0;
	background-image: url(/images/bg_menu_up.png);
	background-repeat: repeat-x;

		}
		#menu_utenti a{
				font-size: 1.3em;

		}
		#header nav {
			letter-spacing: 0;
			right: 1.5em;
			text-transform: uppercase;
			top: 0;
			font-size:16px;
			float:right;
		}
		
		#header nav {
    float: right;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 0px;
    right: 1.5em;
    text-transform: uppercase;
    top: 0;
}
/* font menù principale*/
#header nav ul li {
	display:block;
	float:left;
	line-height:40px;
	color:#DA0F66;
	padding:0 7px;
	text-decoration:none;
	font-size:0.98em;
	white-space:nowrap;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: lighter;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ccc;
}
#header nav li a:hover {
	color: #FFF!important;
	background-color:#DA0F66!important;
}

	
	
				#header  ul li &gt; ul {
					display: none;
				}

				#header nav ul li a {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					padding: 0.6em 0.75em;
					text-decoration: none;
					
				}

				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"],
				#header nav ul li .button {
					font-size: 1em;
					min-width: 0;
					width: auto;
				}

				#header nav ul li.submenu &gt; a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: bold;
	text-transform: none !important;
				}

				#header nav ul li.submenu &gt; a:before {
					content: '';
					margin-right: 0.65em;
				}

				#header nav ul li.active &gt; a, #header nav ul li:hover &gt; a {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #FFF;
	background-position: 188;
				}

				#header nav ul li.current &gt; a {
					font-weight: 900;
				}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-o-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-o-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: white;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active &gt; a, #header.alt nav ul li:hover &gt; a {
					border: solid 1px;
				}

/* Dropotron */

	.dropotron {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
	line-height: 2.25em;
	min-width: 13em;
	padding: 1em 0;
	text-transform: uppercase;
	margin-top: calc(-1em + 1px);
	border: thin solid #DA0F66;
	background-color: #EEE;
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			margin-top: 1.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #DA0F66;
				border-left: solid 0.7em transparent;
				border-right: solid 0.7em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		.dropotron &gt; li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron &gt; li &gt; a {
				-moz-transition: none;
				-webkit-transition: none;
				-o-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
				font-size:1.4em;
				font-weight:100;
			}

			.dropotron &gt; li:hover &gt; a {
				background: #DA0F66;
				color: white;
			}

			.dropotron &gt; li:first-child {
				border-top: 0;
			}

/* Banner */
	@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

	#banner {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("/theme/images/light-bl.svg"), url("/theme/images/light-br.svg"), url("/theme/images/overlay.png"), url("/theme/images/banner.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: white;
		cursor: default;
		padding: 6em 0;
		text-align: center;
	}

		#banner .inner {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-o-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-o-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			background: rgba(52, 27, 43, 0.5);
			color: white;
			display: inline-block;
			opacity: 0;
			padding: 3em;
			text-align: center;
		}

			#banner .inner header {
				display: inline-block;
				border-bottom: solid 2px;
				border-top: solid 2px;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

				#banner .inner header h2 {
					border-bottom: solid 2px;
					border-top: solid 2px;
					font-size: 2.5em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
				}

			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}

			#banner .inner footer {
				margin: 2em 0 0 0;
			}

/* Main */

	# {
		background-image: url("/theme/images/dark-tl.svg"), url("/theme/images/dark-tr.svg"), url("/theme/images/dark-bl.svg"), url("/theme/images/dark-br.svg");
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 25em;
		padding: 10em 0;
	}

		#main &gt; :last-child {
			margin-bottom: 0;
		}

		#main . section {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			margin: 1em 0 0 0;
			padding: 1em 0 0 0;
		}

			#main . section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

	body.index #main {
		padding-top: 5em;
	}

/* CTA */

	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("/theme/images/light-tl.svg"), url("/theme/images/light-tr.svg"), url("/theme/images/overlay.png"), url("/theme/images/banner.jpg");
		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: white;
		padding: 5em 5em 3em 5em;
		text-align: center;
	}

		#cta header {
			margin-bottom: 2em;
		}

/* Footer */

#footer {
		background: #e8eef4;
		color: #7c8081;
		padding: 5em 5em 10em 5em;
		text-align: center;
}
#footer .copyright {
		line-height: 1em;
}
#footer .copyright a {
		color: inherit;
}
#footer .copyright a:hover {
	background-color:#FFF;
}
#footer .copyright li {
		display: inline-block;
		margin-left: 1em;
		padding-left: 1em;
		border-left: dotted 1px;
}
#footer .copyright li:first-child {
		margin: 0;
		padding: 0;
		border: 0;
}
/* Layer */

.sposi_menu{
	visibility:hidden;
	display:none;
}
	#topButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#topButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#topButton .toggle:before {
			font-family: FontAwesome;
			color: white;
			content: "\f039";
			font-size: 0.75em;
			height: 30px;
			left: 0;
			line-height: 30px;
			opacity: 0.5;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#topButton .toggle:after {
			background: rgba(163, 169, 170, 0.75);
			border-radius: 0 0 4px 4px;
			content: '';
			height: 30px;
			left: 50%;
			margin-left: -40px;
			position: absolute;
			top: 0;
			width: 80px;
		}

	#sideButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#sideButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;

			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#sideButton .toggle:before {
			font-family: FontAwesome;
			color: white;
			content: "\f039";
			font-size: 1em;
			height: 40px;
			left: 10px;
			line-height: 40px;
			opacity: 0.5;
			position: absolute;
			top: 11px;
			width: 60px;
			z-index: 1;
			font-weight:400;
		}

		#sideButton .toggle:after {
			background: rgba(163, 169, 170, 0.75);
			border-radius: 2px;
			content: '';
			height: 40px;
			left: 10px;
			position: absolute;
			top: 10px;
			width: 60px;
		}

	#topPanel,
	#sidePanel {
		background: #1c2021;
		color: white;
		font-size: 0.8em;
		letter-spacing: 0.075em;
		text-transform: uppercase;
	}

		#topPanel nav,
		#sidePanel nav {
			padding: 0.25em 0.5em 1em 0.5em;
		}

		#topPanel .link,
		#sidePanel .link {
			border: 0;
			border-top: solid 1px rgba(255, 255, 255, 0.05);
			color: inherit;
			display: block;
			height: 3em;
			line-height: 3em;
			opacity: 0.75;
			text-decoration: none;
		}

			#topPanel .link.depth-0,
			#sidePanel .link.depth-0 {
				font-weight: 900;
			}

			#topPanel .link:first-child,
			#sidePanel .link:first-child {
				border-top: 0;
			}

		#topPanel .indent-1,
		#sidePanel .indent-1 {
			display: inline-block;
			width: 1em;
		}

		#topPanel .indent-2,
		#sidePanel .indent-2 {
			display: inline-block;
			width: 2em;
		}

		#topPanel .indent-3,
		#sidePanel .indent-3 {
			display: inline-block;
			width: 3em;
		}

		#topPanel .indent-4,
		#sidePanel .indent-4 {
			display: inline-block;
			width: 4em;
		}

		#topPanel .indent-5,
		#sidePanel .indent-5 {
			display: inline-block;
			width: 5em;
		}
		
	.menu_operatori{
		width:460px;
	}
	.menu_operatori li{
		width:200px;
		float:left;
	}
	
	
	
	/* new_entry */

#new_entry{
	text-align:left;
	margin-bottom:20px;
	border-top:thin solid #DADADA;
	background-color:#F2F2F2;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px!important;
}
#new_entry ul{
	margin:0;
	padding:0;
}
#new_entry li{
	list-style-type:none;
	border-bottom:none;
	padding:5px;
	margin:0;
	border-bottom:thin solid #DADADA;
}
#new_entry h3{
	border-bottom:none;
	margin:0;
	padding:0;
}
#new_entry h4{
	font-size:18px;}

#new_entry h2{
	display:block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-transform:uppercase;
	height:36px;
	margin-top:0;
	padding-top:5px;

}
.titolo_sezioni{
	color: #50A0A0;
}

.fiere_home img{
	width:100%;
	border:1px solid #fff;
	padding:2px;
}
.fiere_home{
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFC54A;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	color:#FFF;
}
.testo_small{
	font-size:0.8em;}
/* PROMO IN CORSO */
#promo_stampa{
	background-color:#FFF;
}
#promo_stampa input, #promo_stampa textarea{
	background-color:#FFF;
	width:80%;
	margin:0 auto;
}
input[type="submit"]{
	width:13em!important;
	color:#FFF;
	background-color:#da0f66!important;
}

/* FINE PROMO IN CORSO */

.small {
	font-size: 0.6em;
	color: #333333;
	text-decoration: none;
	line-height: normal;
}
#elenco_categorie_aziende_home{
	width:100%;
}
#elenco_categorie_aziende_home ul{
	margin:0;
	padding:0;
	width:100%;
}
#elenco_categorie_aziende_home li{
	width:31%;
	float:left;
	font-size: 12px;
	list-style-type:none;
	text-align:left;
	border-bottom:1px #D8D8D8 solid;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin:0 1%;
}
#elenco_categorie_aziende_home a {
	font-weight:normal;
}
#elenco_categorie_aziende_home a:hover{
	color: #FFF;
	background-color: #DA0F66;
}
.aziende_footer ul{
	margin:0;
	padding:0;
	}
.aziende_footer li{
	width:23%;
	text-align:left;
	float:left;
	border-bottom:1px solid #DADADA;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.aziende_footer li a:hover{
	color: #FFF;
	background-color: #DA0F66;
}
	.dx_footer ul{
	margin:0;
	padding:0;
	}
.dx_footer li{
	margin:0 1%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width:98%;
	text-align:left;
	float:left;
	border-bottom:1px solid #DADADA;
	text-transform:uppercase;
	}
.dx_footer  li a:hover{
	color: #FFF;
	background-color: #DA0F66;
}
	
	/* PLANNING HOME */

#planning_home img{
	float:left;
	margin-right:5px;
	border:1px solid #ccc;
	width:100%;
}

#planning_home ul{
margin:0 0 20px 0;
padding:0;
}
#planning_home li{
list-style-type:none;
width:30%;
height:220px;
float:left;
display:inline;
margin-right:15px;
margin-bottom:30px;
}
#planning_home img{
margin-bottom:10px;
}
#planning_home li a:hover img{
border:1px solid #FF66CC;
}
#planning_home li h3{
	margin-top:-2px;
	margin-bottom:12px;
	text-transform:uppercase;
	color:#9F4A7B;
}
#planning_home p{
margin-top:-10px;
}

#planning_home h4{
	font-size: 18px;	
}
	/* PLANNING HOME FINE */
/* SLIDE RESPONSIVE */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.img_home{
	width:74%;
	max-width:1400px;
	margin:160px auto 0;
	background-color: #FCF;
-webkit-box-shadow: 0px 1px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 30px 0px rgba(50, 50, 50, 0.75);
		}
.img_int{
	width:100%;
	margin:0 auto 0;
	background-color: #FCF;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
		}
		.title_page{
			margin-top:230px;
		}
.box_elenco_aziende{
	background-color:#F2F2F2;
		}
	
		.elenco_aziende li{
			width:220px;
			min-height:450px;
			float:left;
			margin:5px;
		}
			
		.elenco_aziende h3{
			padding:0;
			margin:10px 10px 0 10px;
			font-weight:400;
			line-height:1em;
		}
		#elenco_aziende_testo{
			padding:0px;
			margin:0 10px;
			min-height:102px;
		}
			.elenco_aziende img{
			margin:0 auto;
			width:218px;
			height:218px;
		}
		.elenco_base{
	border:1px solid #C8C8C8;
		}
		.elenco_gold{
	border:1px solid #F90;
		}
		
		
		
		
		/* SLIDER PROMO HOME */
		.fullwidth{
			height:169px;
		}
		#promo_home h3{
			font-weight:400;
			font-size:1.1em;
		}
		#promo_home{
			margin-bottom:25px;
		}
			
		/* SLIDER PROMO HOME FINE */
		
		/* VETRINA */
		#vetrina_top{
			border:1px solid #DADADA;
			background-color:#f3f6fa;
		}
		#vetrina_top h2{
			font-size:2em;
			margin:0;
			padding:0;
		}
		.logo_vetrina{
			width:450px;
			float:left;
			padding:15px;
		}
		.logo_vetrina img{
			margin:10px;
		}
		.logo_vetrina h1{
			margin:0px;
			padding:0;
		}
		.vetrina_top_dx{
			float:right;
			padding:20px;
			margin:10px;
			position:relative;
			top:250px;
			right:0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			background: #DA0F66;
			background: -moz-linear-gradient(90deg, #A30C4B 30%, #DA0F66 70%);
			background: -webkit-linear-gradient(90deg, #A30C4B 30%, #DA0F66 70%);
			background: -o-linear-gradient(90deg, #A30C4B 30%, #DA0F66 70%);
			background: -ms-linear-gradient(90deg, #A30C4B 30%, #DA0F66 70%);
			background: linear-gradient(0deg, #A30C4B 30%, #DA0F66 70%);
			-webkit-box-shadow: 1px 1px 3px rgba(209, 165, 113, 0.35);
			-moz-box-shadow:    1px 1px 3px rgba(209, 165, 113, 0.35);
			box-shadow:         1px 1px 3px rgba(209, 165, 113, 0.35);
		}
		.bubbleInfo a{
			background-color:none;}
		.vetrina_top_dx a{
			color:#FFF;
			font-size:1.5em;
			font-weight:600;
		}
		#corpo_vetrina{
			margin-top:20px;
			padding:30px;
			border:#DADADA solid 1px;
		}
		.vetrina_foto{
			width:450px;
			float:left;
			padding:5px;
			margin:5px;
		}
		.vetrina_foto img{
			float:left;
			padding:5px;
			border:1px solid #DADADA;
			background-color:#FFFFFF;
			margin-right:10px;
			margin:5px;
		}
		.vetrina_contatti {
			float:left;
			padding:5px;
			margin-right:10px;
			margin:5px;
			font-size:16px;
			line-height:20px;
		}
		.vetrina_testo{
			margin:30px 0;
		}
		
		.vetrina_menu ul{
			width:100%;
			margin:0;
			padding:0;
			border-bottom:1px solid #DADADA;
			height:48px;
		}
		.vetrina_menu li{
			float:left;
			padding:15px;
			border-right:1px solid #DADADA;
			
		}
		.vetrina_menu a{
			padding:5px;}
			
		.social_last{
			}
			.social_last a{
	font-size:19px;
			}
			
		.current{ 
			background:#DA0F66;
			color:#FFF;
		}
		
		/* Bubble pop-up */
.bubbleInfo {
	position: relative;
}
.popup {
	display: none;
	z-index: 500;
	border-collapse: collapse;
	background-color:#DA0F66;
	color:#FFFFFF;
	padding:10px;
	width:280px;
	border-radius:6px;
	-webkit-box-shadow: 1px 1px 5px #000000;
	-moz-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	font-size:13px;
	position:absolute;
	top:20px!important;
	left:0px!important;
}
.promo{
	color:#F00;
	padding:3px;
}
.promo_dx{
	float:right;
}
.vetrina_testo{
	font-size:1em;}

#campi_richiesta_dx li{
	border-bottom:none;
	}
	#campi_richiesta_dx input{
		background-color:#FFF;
	}
	#campi_richiesta_dx textarea{
		background-color:#FFF;
	}
	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
	
	/* FORM GESTIONE VETRINA */
#form_gestione_vetrina ul{
	margin:0;
	padding:0;
}
#form_gestione_vetrina li{
	width:50%;
	float:left;
	margin:0;
	padding:2px;
}
#form_gestione_vetrina input{
	width:250px;
}
#form_gestione_vetrina label{
	width:160px;
	float:left;
	text-transform:uppercase;
	padding-top:10px;
}
#form_gestione_vetrina img{
	padding-right:20px;
}

#elenco_cat_form li{
	width:25%;
	float:left;}
.small_testo{
}
.red{ color:red
}
.green{
	color:green;
}
.chkbox{
	width:20px!important;
	float:left;
}
.elenco_2colonne_abiti li{
	width:50%;
	float:left;
	min-height:50px;
}

	/* FORM GESTIONE VETRINA FINE */
#login_operatori{
	float:right;
}
.banner_top img{
	max-width:980px;
	max-height:90px;
	}
.banner_top{
	margin:3px 0;
}
.banner_top a:hover{
	background-color: #fff!important;
}
	
.elencofoto_get_galleria img{ 
	float:left;
	padding: 3px 10px 3px 3px
			-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.63);
}
.elencofoto_get_galleria li{ 
padding:10px;
}

#promo_sx{
	width:66%;
	float:left;
	padding:2%;
}
#promo_dx{
	width:30%;
	margin:0 2%;
	float:left;
	padding:2%;
	background-color:#EFEFEF;
	border:1PX #999 solid;	
	margin-top:70px;
}
#promo_sx_ris{
	width:59%;
	float:left;
	padding:2%;
}
#promo_dx_ris{
	width:37%;
	margin:0 2%;
	float:left;
	padding:2%;
	background-color:#EFEFEF;
	border:1PX #999 solid;	
}
.foto_vetrina{
		margin-right: 8px;
		margin-left: 8px;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		width:100%!important;
		max-width:400px!important;
}
.foto_vetrina_logo{
		margin-right: 8px;
		margin-left: 8px;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		width:100px;
}
.foto_promo{
		margin:8px 0;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.63);
		box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.63);
}
.foto{
	margin:10px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.63);
	-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.63);
	box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.63);
}
.linea{
	width:100%;
	height:1px;
	border-bottom:1px solid #dadada;
}

.margin_ico{
	width:35px;
	text-align:center;
	padding:4px;
}
.elencofoto_get_galleria ul{
	margin:0;
	padding:0;
	}
.elencofoto_get_galleria li{
	width:33%;
	float:left;
}

#tutti_operatori li{
	width:31%;
	float:left;
	border-bottom:1px solid #dadada;
	padding:5px 10px;
	margin:0 1%}
	
#elenco_localita li {
	width:33%;
	float:left;}
#dati li {
	font-size: 16px;
	text-transform: lowercase;
}

.vetrina_gold{
	color:#FF9933;
}
/* 2 colonne x lista operatori, a1 testo, b2 mappa */
.a2 {
	float: Left;
	width: 50%;
	padding-right:20px;
	text-align:justify;
}
.b2 {
	float: Left;
	width: 50%;
}
#promo_in_corso{

	}
#promo_in_corso ul{
	margin:0;
	padding:0;
	}
#promo_in_corso li{
	padding:20px 5px;
	list-style:none;
	border-bottom:1px solid #dadada;
	width:100%;
	}
/* FIERE MATRIMONIO */

#scheda_fiera_sx{
	width:55%;
	float:left;
	margin:5px;
	padding-right:25px;
}
#scheda_fiera_sx p{
	text-align:justify;
}
#scheda_fiera_sx H3{
	text-transform: lowercase;
	line-height:21px;
}
#scheda_fiera_dx{
	width:20%;
	float:left;
}
.sx{
	width:100px;
	float:left;
}
#elenco_fiere img{
	width:100px;
	float:left;
	margin-top:-6px;
	margin-right:16px;
	border: thin dotted #666;
}
#elenco_fiere li{
	padding-top:12px;	
	padding-bottom:12px;
	border-bottom:1px solid #dadada;
}
.data_fiera{
	float:right;
	text-transform: lowercase;
}
.fiereimg{
	border: thin solid #ccc;
	margin-bottom:10px;
}
.chiediguida{
	height:160px;
	margin-bottom:10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjcwZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY3MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,103,15,0.35) 0%, rgba(255,103,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,103,15,0.35)), color-stop(100%,rgba(255,103,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.chiediguida h2{
	padding-top:30px;
	color: #FFF;
	text-transform: none;
}
.linea{
	width:100%;
	height:1px;
	background-color:#CCC;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
#box_libro{
	    color: #FFF!important;
    background-color: #da0f66!important;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	padding:10px;
}
#box_libro a{
	    color: #FFFF33!important;
}
#box_libro a:hover{
	    color: #ccc!important;
}
#box_news{
	background-color:#F2F2F2;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	padding:10px;
}
#box_promo{
	background-color:#F2F2F2;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	padding:10px;
}
.chiedi_info{
	height:220px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjcwZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY3MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,103,15,0.35) 0%, rgba(255,103,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,103,15,0.35)), color-stop(100%,rgba(255,103,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,103,15,0.35) 0%,rgba(255,103,15,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45);
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #FFF;
}
.chiedi_info h2{
	color: #333;
	text-transform: none;
}
.tit_elenco {
    min-height: 70px;
}
.tit_elenco h3{
	font-weight: bold!important;
}
#promozione_dettaglio_pdf @page {size: 210mm 297mm; margin: 0mm;border:2mm solid #DA0F66;}
#promozione_dettaglio_pdf{
	font-family:Arial, Helvetica, sans-serif;
	padding:5mm;
	font-size:16pt;
	position:absolute;
}
	
#promozione_dettaglio_pdf h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:0;
	padding:0;
}
#promozione_dettaglio_pdf h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0;
	padding:0;
}
#promozione_dettaglio_pdf p{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.colore_promozione{
	color:#DA0F66;
}
#box_operatore{
	border:1mm solid #DA0F66;
	background-color:#E7EDF5;
	padding:5mm;
	margin:5mm auto;
	float:left;
	width:90%;
	text-align:center;
}
#footer_pdf {
	float:left;
}
#footer_pdf img{
	margin:0px;
    position: absolute;
    bottom: 5mm;
	right:5mm;
	width:70mm;
	height:30mm;
}
.testo_red{
	color:#900;
	font-weight: bold;
}

/*pagina LOGON operatori*/

#griglia {
	padding-left:20px;
}
#griglia ul {

}
#griglia li {
	border: thin dotted #999!important;
	width:30%;
	height:100%;
	min-height:170px;
	float:left;
	text-align:left;
	margin:4px;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#griglia li h1 {
	font-size:16px;
	font-weight: bold;
	}
#griglia li h1 a {
	font-size:18px;
	font-weight: bold;
	}
#griglia li a {
	font-size: 16px;
	font-weight: bold;
}
#griglia li a:hover {
}
#griglia img {
}
/*pagina PUBBLICITA' operatori*/

#griglia_adv {
	padding-left:20px;
}
#griglia_adv ul {

}
#griglia_adv li {
	border: thin dotted #999!important;
	width:30%;
	height:100%;
	min-height:500px;
	float:left;
	text-align:left;
	margin:4px;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#griglia_adv li h1 {
	font-size:16px;
	font-weight: bold;
	}
#griglia_adv li h1 a {
	font-size:18px;
	font-weight: bold;
	}
#griglia_adv li a {
	font-size: 16px;
	font-weight: bold;
}
#griglia_adv li a:hover {
}
#griglia_adv img {
}
.link_passa_gold{
	color: #F60;
	line-height:26px;
}
.li2{
background: -moz-linear-gradient(top,  rgba(206,220,231,0) 0%, rgba(205,219,230,0) 1%, rgba(89,106,114,0.33) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0)), color-stop(1%,rgba(205,219,230,0)), color-stop(100%,rgba(89,106,114,0.33))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0) 0%,rgba(205,219,230,0) 1%,rgba(89,106,114,0.33) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0) 0%,rgba(205,219,230,0) 1%,rgba(89,106,114,0.33) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0) 0%,rgba(205,219,230,0) 1%,rgba(89,106,114,0.33) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0) 0%,rgba(205,219,230,0) 1%,rgba(89,106,114,0.33) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cedce7', endColorstr='#54596a72',GradientType=0 ); /* IE6-9 */
}

.box_login_dx{
	width:40%;
	float:left;
	margin:20px;
	padding:10px;
	border:1px solid #DA0F66;
	font-size:110%;
	line-height:130%;
	background-color:#E7EDF5
}
.login{
	width:40%;
	float:left;
	margin:20px;
	padding:10px;
	text-align:center;
}
.tabella_cookies td{
	padding:5px!important;
	margin:5px!important;
}
.s_linea_tratt{
background: #DA0F66;
background: -moz-linear-gradient(90deg, #DA0F66 30%, #A50C4D 70%);
background: -webkit-linear-gradient(90deg, #DA0F66 30%, #A50C4D 70%);
background: -o-linear-gradient(90deg, #DA0F66 30%, #A50C4D 70%);
background: -ms-linear-gradient(90deg, #DA0F66 30%, #A50C4D 70%);
background: linear-gradient(180deg, #DA0F66 30%, #A50C4D 70%);
color:#FFF;
}
.tratt{
	line-height:1px;
	background-image: url(/startengine/immagini/tratt.png);
	background-repeat: repeat-x;
}
.td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
	
.totali_statistiche{
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
	background-color: #CFF;
		color: #000;
}
.Stile11{
	color: #000!important;
	font-size: 14px;
}
.reverse_link a{
	color:#FFFFFF!important;
	background-color:#DA0F66!important;
	padding:3px;
	border:1px solid #DA0F66;
	float:right;
}
.reverse_link a:hover{
	color:#DA0F66!important;
	background-color:#FFF!important;
}
.strong{
	font-weight:bold;
}
.listino{
	border:1px solid #929292;
}
.listino td{
	border:1px solid #929292;
	padding:5px;
}

.listino tr hr{
	border-bottom:1px solid #929292;
	height:1px;
	width:100%;
	margin:0;
}
.col1{
	background-color:#E7EDF5;
}
.col2{
	background-color:#D5DFEE;
}
.col3{
	background-color:#C1D0E6;
}

.border_bottom{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B5B5B;
}
#fanpagefb{display:none;background:url(/images/sfondo.png);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:999999;
}
#fanpagexit{
width:100%;
height:100%;
}
#likebox{
background:#fff;
width:420px;
height:270px;
position:absolute;
top:50%;
left:50%;
-webkit-box-shadow:inset 0 0 50px 0 #939393;
-moz-box-shadow:inset 0 0 50px 0 #939393;
box-shadow:inset 0 0 50px 0 #939393;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin:-135px 0 0 -210px;
}
#chiusura{
float:right;
cursor:pointer;
background:url(/images/close.png)repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
z-index:100;
}
.bordo{
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
.h_normal{
	text-transform: none!important;
}
</pre></body></html>