@import"/xtheme/reset.css";
@import"/xtheme/grid.css";

/*----- FONTS ------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/xtheme/fonts/open_sans_lext_normal.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/xtheme/fonts/open_sans_lext_light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(/xtheme/fonts/open_sans_lext_italic.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/xtheme/fonts/open_sans_lext_semibold.woff) format('woff');
}

/*----- SEARCH FORM -----*/
#search-form {
	display:inline-block;
	position:relative;
	background:url(header-search.png) no-repeat 0 0;
	width:271px;
	height:31px;
	margin:6px 0 0 0;
}
#search-form input {
	outline:none;
	margin:0 0 0 15px;
	color:#c2c2c2;
	border:none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	text-transform:uppercase;
	height:18px;
	padding:7px 0 5px;
	width:225px;
}
.search-form-submit {
	position:absolute;
	display:block;
	width:20px;
	height:23px;
	background:url(header-search-submit.gif) no-repeat 0 0;
	right:6px;
	top:4px;
}
.search-form-submit:hover {
	background:url(header-search-submit.gif) no-repeat 0 bottom;
}
/* Contact Form ------------------------------------------------------------------------------------------------------------------- */
#contact-form {
	display: block; 
	position: relative;
	margin: 7px 0 0 0;
}
#contact-form label {
	display: block; 
	min-height: 36px;
	position: relative;
	overflow: hidden;
}
#contact-form span {
	float: left;
	width: 120px;
	margin: 6px 4px 0 0;
}
#contact-form input {
	width: 500px;
	font-size: 12px;
	padding: 6px 5px 7px 5px !important;
	background: #fff;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #555555;
	margin: 0;
	box-shadow: none;
	border: none;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	float: left;
	border-radius: 5px;
	height: 15px;
}
#contact-form textarea {
	width: 500px;
	font-size: 12px;
	padding: 6px 5px 7px 5px !important;
	background: #fff;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #555555;
	margin: 0;
	margin-bottom: 8px;
	box-shadow: none;
	border: none;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	float: left;
	border-radius: 5px;
	height: 209px;
	overflow: auto;
	resize: none;
}
#contact-form .btns {
	padding: 10px 0 0 20px;
	text-align: center;
	overflow: hidden;
}
#contact-form .btns a {
	margin: 0 0 0 0;
}
/*----- BODY -----*/
#christmas { /* Christmas Background */
 /*
 background: url(body-bg.gif) 50% 0;
 opacity: 1.0;
 */
}

body {
	background: url(body-bg.gif) 50% 0;             /* Original Background */
	/*background: url(bkground.jpg) no-repeat top fixed;*/    /* Christmas Background */
	font: 16px/18px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #777777;
	position: relative;
	min-width: 970px;
 }
.ic {
 border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0;
	}
html,body {
 height:100%;
	}
html {
 min-width:970px;
	}

/*----- Global Structure -----*/
/*
.main{
	margin:0 auto;
	position:relative;
	width:950px;
 }
.main-bg {
	background:url(main-bg.jpg) no-repeat center 0;
	min-height:100%;
 }
*/
/*----- alignment & clearing -----*/
.fcenter {text-align:center; float:none;}
.fleft {float:left;}
.fright {float:right}
.alignright {text-align:right}
.aligncenter {text-align:center}
.alignmiddle * {vertical-align:middle}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
 }
.wrapper {
	overflow:hidden;
	position:relative;
 }
.extra-wrap {
	overflow:hidden;
	display:block;
 }
	
/*  Header styles */
h1, h2, h3, h4, h5, h6 {
	color:#454545;
	padding:0 0 20px 0;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
 }
h1 {font-size:33px; line-height:39px;}
h2 {font-size:30px; line-height:36px;}
h3 {font-size:27px; line-height:32px;} 
h4 {font-size:24px; line-height:30px;}  
h5 {font-size:21px; line-height:26px;}
h6 {font-size:18px; line-height:22px;}

h2 span {
	color:#ec8f23;
	text-transform:uppercase;
 }
.heading-1 {
	text-transform:uppercase;
	font-weight:bold;
	color:#ec8f23;
	padding:0 0 10px 0;
 }
.heading-a {
	color:#ec8f23;
 text-decoration: underline;
	cursor:pointer;
 }
/*----- text & typography -----*/
.str-1 {
	text-transform:uppercase;
	color:#ec8f23;
	font-weight:normal;
 }
.str-2 {
	text-transform:uppercase;
 }
.str-3 {
	color:#ec8f23;
 }
.str-4 {
	color:#454545;
	display:block;
	font-size:14px;
	padding:0 0 6px 0;
 }
.quote {
	font-size:13px;
	line-height:18px;
	position:relative;
	padding:0 0 15px 0;
 }
.quote:before {
	display:inline-block;
	background:url(quote-before.png) no-repeat 0 0;
	content:"";
	width:18px;
	height:14px;
	margin:0 5px 0 0;
 }
.quote:after {
	display:inline-block;
	background:url(quote-after.png) no-repeat 0 0;
	content:"";
	width:18px;
	height:14px;
	margin:0 0 0 6px;
 }
.quote-1 {
	background:url(body-bg.gif);
	border-radius:6px;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #d8d8d8;
	position:relative;
	margin:0 0 9px 0;
 }
.quote-1:after {
	display:block;
	content:"";
	background:url(quote-1-marker.gif) no-repeat 0 0;
	width:22px;
	height:22px;
	right:20px;
	bottom:-22px;
	position:absolute;
 }
.quote-1-inner {
	background:url(quote-before.png) no-repeat 19px 30px;
	padding:28px 25px 29px 40px;
	position:relative;
 }
.quote-1-inner:after {
	display:inline-block;
	background:url(quote-after.png) no-repeat 0 0;
	content:"";
	width:18px;
	height:14px;
	margin:2px 0 0 3px;
 }
.def-list-1 dt {
	display:block;
	color:#ec8f23;
	font-size:20px;
	line-height:24px;
	text-shadow:1px 1px #fff;
	font-family: 'Open Sans', sans-serif;
	padding:18px 0 5px 0;
	word-spacing:-1px;
 }
.def-list-1 dt a {
	text-decoration:none;
 }
.def-list-1 dt a:hover {
	color:#454545;
 }
.def-list-1 dd.extra {
 padding:0 0 6px 0;
	}
	
/*----- borders & lines -----*/
.hr-border {
	height:2px;
	background:url(list-1-border.gif) repeat-x 0 0;
	margin:0 5px 12px 5px;
 }
.hr-border-1 {
	background:url(list-1-border.gif) repeat-x 0 bottom;
	padding:0 0 10px 0;
 }
.hr-border-2 {
	height:2px;
	background:url(list-1-border.gif) repeat-x 0 0;
	margin:0 5px 20px 5px;
 }
.hr-border-3 {
	height:2px;
	background:url(list-1-border.gif) repeat-x 0 0;
	margin:0 0 27px 0;
 }
	
/*----- boxes -----*/
.box img {
 display: block;
 border: 4px solid rgb(255, 255, 255);
 box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
 border-radius: 3px 3px 3px 3px;
 transition-property: box-shadow;
 transition-duration: 300ms;
	margin: 10px auto 5px auto;
 }
.box a:hover img {
	box-shadow: 0px 0px 10px 1px rgba(43, 166, 203, 0.5);
 }
.box-1 {
	background:#dcdcdc;
	border-radius:7px;
	box-shadow:2px 2px 4px 4px #EEEEEE;
	box-shadow: 1px 0 5px #bbb;
	text-align:center;
	padding:0 0 6px 0;
	margin:0 0 16px 0;
	position:relative;
	z-index:2;
 }
.box-1 .inner {
	border-radius:7px 7px 0 0;
	background:url(box-1-bg.gif) no-repeat center 0 #fff;
	padding:22px 25px 11px 25px;
	position:relative;
 }
.box-1 h3 {
 padding-bottom:10px;
 }
.box-1 .p {
	font-size:18px;
	font-weight:bold;
	color:#FF6600;
	text-transform:uppercase;
	margin-bottom:5px
 }
.button-box {
	display:inline-block;
	background:url(button-box-tail.gif) repeat-x 0 0;
	border-radius:6px;
	padding:5px 6px 0 6px;
	margin:0 0 -16px 0;
 }
.btn-container {
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
	text-align:center;
 }
.box-2 {
	background:url(body-bg.gif);
	border-radius:6px;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #d8d8d8;
	padding:19px 25px 29px 25px;
 }
.box-3 {
	background:url(body-bg.gif);
	border-radius:6px;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #d8d8d8;
	margin: 5px auto 5px auto;
 }
.box-3 img {
	width: 150px;
 display: block;
 border: 4px solid rgb(255, 255, 255);
 box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
 border-radius: 3px 3px 3px 3px;
 transition-property: box-shadow;
 transition-duration: 300ms;
	margin: 10px auto 5px auto;
 }
.box-3 a:hover img {
	box-shadow: 0px 0px 10px 1px rgba(43, 166, 203, 0.5);
 }
.box-3 h6 {
 font-size:15px;
	line-height:18px;
 margin-bottom:4px;
 }
.boxes-bg {
 position:relative;
 }
.boxes-bg:after {
	display:block;
	position:absolute;
	content:"";
	background:url(boxes-bg.png) no-repeat 0 0;
	left:-5px;
	top:-39px;
	width:970px;
	height:131px;
	z-index:1;
 }
	
/*----- indents -----*/
.img-indent {
	float:left;
	margin:0 10px 0 0;
 }
.img-indent-1 {
 width:75px;
	height:70px;
	float:left;
	margin:0 10px 5px 0;
 }
.img-indent-2 {
 width:150px;
	height:140px;
	float:left;
	margin:0 10px 12px 0;
 }
.img-indent-3 {	
 float:left;
 display: block;
 border: 4px solid rgb(255, 255, 255);
 box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
 border-radius: 3px 3px 3px 3px;
	margin:0 10px 12px 0;
 }
.img-indent-3 img:hover {
	box-shadow: 0px 0px 10px 1px rgba(43, 166, 203, 0.5);
 }
.img-indent-bot {
 margin:0 0 14px 0;
	}
p {padding-bottom:18px;}
.p {padding-bottom:18px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:6px !important;}
.p2 {padding-bottom:12px !important;}
.p3 {padding-bottom:20px !important;}
.a1 {margin:0 5px;}
.indent-bot {margin:0 0 18px 0;}
.indent-bot-1 {margin:0 0 33px 0;}
.indent-bot-2 {margin:0 0 37px 0;}
.inner-indent {padding:20px 35px 0 0;}
.indent-top {padding-top:20px;}
.indents-1 {margin:0 40px 0 0;}
.pad-right {padding-right:20px;}

/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:6px 0 6px;
	background:url(list-1-border.gif) repeat-x 0 0;
	line-height:18px;
 }
.list-1 li:first-child {
 padding:0 0 6px 0;
	background:none;
	}
.list-1 li a {
	color:#ec8f23;
	display:inline-block;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 15px;
	background:url(list-1-marker-c.gif) no-repeat 0 6px;
 }
.list-1 li a:hover {
	color:#454545;
	background:url(list-1-marker.gif) no-repeat 0 6px;
 }
.list-1 li a.current {
 font-weight:normal; /*bold*/
	color:#454545; /*#ec8f23*/
	background:url(list-1-marker.gif) no-repeat 0 6px; /*list-1-marker-c.gif*/
 }	
.list-2 {
 padding:0;
	}
.list-2 li {
	display:block;
	padding:6px 0 6px;
	background:url(list-1-border.gif) repeat-x 0 0;
	line-height:18px;
 }
.list-2 li:first-child {
	padding:0 0 6px 0;
	background:none;
	}
.list-2 li a {
	color:#ec8f23;
	display:inline-block;
	font-size:12px;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(list-1-marker.gif) no-repeat 0 6px;
	}
.list-2 li a:hover {
	color:#454545;
	}

/*----- buttons & links -----*/
a {
	color:#ec8f23;
	text-decoration: underline;
	cursor:pointer;
 }
a:hover {
 text-decoration: none;
	}
.button {
	display:inline-block;
	font-size:14px;
	line-height:20px;
	padding:5px 14px 6px 14px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(button-tail.gif) repeat-x 0 0 #ec6b23;
	text-shadow:1px 1px #e36f15;
	border-radius:6px;
 }
.button:hover {
	background:url(button-tail.gif) repeat-x 0 bottom #e5b81d;
	}
.link {
	text-decoration: underline;
	color:#ec8f23;
	text-transform:uppercase;
	font-size:11px;
 }
.link:hover {
 text-decoration: none;
	}
.googlelink {
 font-size:12px;
 color:#ec8f23;
	text-align:center;
	}
/*********************************header*************************************/

header {
	position:relative;
	z-index:2;	
 }
#page1 header {
 background:url('header-bg.png') center 0 no-repeat; /*divattivato per Christmas Background */	
 }
header .inner {
	width:950px;
	margin:0 auto;
	padding:0 0 10px 0;
	}
.logo {
	display:inline-block;
	margin:5px auto;
	padding:0 !important;
 }
.logo a {
	position:relative;
	background: url('logo-header.png') no-repeat 0 0;
	height:141px;
	width:151px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
 }
.header-meta {
	text-align:right;
	padding:31px 0 20px;
 }
.header-meta * {
 text-align:left;
 }
 .header-meta .col-elemsx {
	display:inline-block;
	position:relative;
	width:460px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:21px;
	color:#454545;
	text-transform:uppercase;
	text-shadow:1px 1px #fbfbfb;
 }
.header-meta .col-elemdx {
	display:inline-block;
	width:240px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:21px;
	color:#454545;
	text-transform:uppercase;
	text-shadow:1px 1px #fbfbfb;
 }
.header-meta .phone {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#ec8f23;
	margin:-3px 0 0 0;
 }
.header-meta .col-phone {
	display:inline-block;
	position:relative;
	background: url('ico_phone.png') no-repeat 0 0;
	background-size: 40px 40px;
	width:40px;
	height:40px;
 }	
/********************** Slider ************************/
.mp-slider .items {
 display:none;
	}
.mp-slider {
	overflow:visible !important;
 }
.slider-container {
	position:relative;
	z-index:1;
	height:433px;
	width:950px;
	margin:0 auto;
	padding:0 0 52px 0;
 }
.slider-container .pic, .mp-slider {
	border-radius:9px;
	box-shadow:0 0 5px #d4d4d4;
 }
.slider-container .imgfix {
	border-radius:9px;
	box-shadow:0 0 5px #d4d4d4;
 }
.slider-container .mask {
	border-radius:9px;
 }
.pagination {
	position:absolute;
	bottom:-29px;
	left:0;
	right:0;
	text-align:center;
 }
.pagination li {
	display:inline-block;
	margin:0 1px;
	}
.pagination li a {
 display:block;
 width:20px;
 height:20px;
 background:url(slider-pagination.png) no-repeat right 0;
 }
.pagination li.current a, .pagination li a:hover {
 display:block;
 width:20px;
 height:20px;
 background:url(slider-pagination.png) no-repeat 0 0;
 }
			
/********************** Navigation ************************/
nav {
	text-align:right;
	padding:5px 55px 0 0;
	max-width:720px;
 }
.sf-menu{
	min-height:28px;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
 }
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:180px;
	left:0;
	display:none;
	background:#fff;
	text-align:center;
	padding:10px 0;
	box-shadow:0 0 2px #ccc;
 }
.sf-menu > li{
	position:relative;
	display:inline-block;
	margin:0 22px;
 }
.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-family: 'Open Sans', sans-serif;
	/*font-weight:bold;*/
	font-size:18px;
	line-height:22px;
	text-transform:lowercase;
	text-decoration:underline;
	color:#999999;
	padding:0;
	text-shadow:1px 1px #fbfbfb;
 }
.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
	color:#454545;
	text-decoration:none;
 }
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    top:35px;
	left:-55px;
	z-index:999;
 }
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{
    top:-999em
 }
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover {
	text-decoration:none;
 }
.sf-menu li li a {
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	color:#454545;
	overflow:hidden;
	padding:8px 5px 8px 5px;
	text-transform:lowercase;
	font-family: 'Open Sans', sans-serif;
 }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a {
	text-decoration:underline;
 }
.sf-menu li li li a {
	background:url(header-bg.png);
 }
.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
 }
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
    left:181px;
    top:-10px;
 }

/********************** Content ************************/
section#content {
	position:relative; 
	z-index:1;
	padding:0 0 0 0;
 }
.author {
	color:#454545;
	font-size:14px;
 }
.author em {
	display:block;
	font-weight:bold;
	}
.dropcap {
	float:left;
	font-size:40px;
	line-height:48px;
	color:#454545;
	text-shadow:1px 1px #fff;
	margin:0 5px 0 0;
	width:40px;
 }
iframe {
	width:600px;
	height:400px;
	border:1px solid #cfcfcf;
	border-radius:6px;
	margin:0;
 }
.map-container {
	padding:0 0 22px 0;
 }
.adress {
 padding:0 0 20px 0;
	}
.adress dt {
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
 }
.adress dd {
	font-size:12px;
	line-height:18px;
	overflow:hidden;
 }
.adress dd span {
	float:left;
	width:75px;
	text-align:right;
	margin:0 10px 0 0;
	text-transform:uppercase;
 }

/* Footer ------------------------------------------------------------------------------------------------------------------------- */
footer {
	width:950px;
	margin:0 auto;
	background:url(list-1-border.gif) repeat-x 0 0;
	color:#888888;
	font-size:12px;
	padding:35px 0;
	overflow:hidden;
 }
footer a {
 color:#777777;
	}
.copyright {
	padding:0;
	float:left;
 }
.footer-logo {
	display:inline-block;
	background:url(../../images/logo-footer.png) no-repeat 0 0;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-99em;
	margin:-25px 0 -5px;
 }
.social-list {
	float:right;
	border-radius:4px;
	background:url(social-list-bg.png);
	padding:5px 4px;
 }
.social-list li {
	display:inline-block;
	width:17px;
	height:17px;
	padding:0 1px;
	}
.social-list li a {
	display:block;
	}
.social-list li a:hover img {
	opacity:0.5;
	}
	
/* Errors ------------------------------------------------------------------------------------------------------------------------- */
.error input, input.error, .error textarea, textarea.error, 
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { 
 border-color: #c60f13;
	background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { 
 outline-color: #f5797c;
}
.error label, label.error { 
 color: #c60f13;
}
.error small, small.error { 
 display: block; 
	padding: 6px 4px;
	margin-top: -13px;
	margin-bottom: 12px;
	background: #c60f13;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
 -moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}