/* @override 
	http://artoni.mentine.net/wp-content/themes/artoni/style.css
	http://artoniprod.mentine.net/wp-content/themes/artoni/style.css
	http://artoniprod.mentine.net/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.4 */

/*
Theme Name: Artoni
*/

.home.sticky-header-body #slideshow
{
	padding-top: 215px;
}

.home.sticky-header-body #content
{
	padding-top: 0;
}
.sticky-header-body #content
{
	padding-top: 215px;
}
#slidedeck-fix
{
	display: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.alignright
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.fullwidth
{
	width: 100%;
}
.visible
{
	display: inline-block;
}

.btn, input[type=submit] {
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(63% 0% -90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,63% 0%,63% 103%,color-stop(0, rgb(220,88,88)),color-stop(0.46, rgb(220,88,88)),color-stop(0.51, rgb(209,33,33)),color-stop(1, rgb(209,33,33)));
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
background-image:linear-gradient(rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);

/* Firefox v1.0+ */
-moz-border-radius:9px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:9px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:9px ;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0);
font-weight: bold;
color: #ffffff;
text-shadow: none;
text-transform: uppercase;
font-size: 15px;
padding: 8px 20px;
-moz-box-shadow: 2px 2px 5px #525252;
-webkit-box-shadow: 2px 2px 5px #525252;
box-shadow: 2px 2px 5px #525252;
border-style: none;
}
.btn[disabled]
{
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(63% 0% -90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,63% 0%,63% 103%,color-stop(0, rgb(220,88,88)),color-stop(0.46, rgb(220,88,88)),color-stop(0.51, rgb(209,33,33)),color-stop(1, rgb(209,33,33)));
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
	background-image:linear-gradient(rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
	
	/* Firefox v1.0+ */
	-moz-border-radius:9px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:9px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:9px ;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0);
	font-weight: bold;
	color: #ffffff;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 15px;
	padding: 8px 20px;
	-moz-box-shadow: 2px 2px 5px #525252;
	-webkit-box-shadow: 2px 2px 5px #525252;
	box-shadow: 2px 2px 5px #525252;
	border-style: none;
	opacity: .3;
	color: #deb7b7;
	
}

select[disabled]
{
	opacity: .4;
}
.img-polaroid
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn:hover
{
	color: #ffffff;
}
.navbar
{
	margin-bottom: 0!important;
}
a:hover
{
	text-decoration: none;
}
time
{
	font-size: 13px;
	font-weight: 600;
	line-height: 120%;
	color: #000000;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 10px 14px;
  background-color: #fbfcfb;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 44%;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}
.pager li.next a
{
	text-align: left;
	padding-right: 10%;
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
	background: url(img/arrow-red-right.png) no-repeat 90% 12px #fbfcfb;
}
.pager li.previous a
{
	text-align: left;
	padding-left: 10%;
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
	background: url(img/arrow-red-left.png) no-repeat 10% 12px #fbfcfb;
}

.page-id-283 article.span12 a, .page-id-1616 article.span12 a
{
	display: block;
	font-weight: bold;
	padding-left: 55px;
	line-height: 120%;
	background: url(img/icon-pdf.png) no-repeat 0 0;
	padding-top: 0;
	height: 42px;
}
.attachment 
{
	display: block;
	font-weight: bold;
	padding-left: 55px;
		padding-bottom: 5px;
		line-height: 150%;
	}
.attachment small
{
	display: block;
	font-size:14px;
	line-height:120%;
	color:rgb(51,51,51);
	font-weight: normal;
}
.attachment.pdf
{
	background: url(img/icon-pdf.png) no-repeat 0 0;
	padding-top: 0;
}

.icon-newsletter
{
	display: inline-block;
	width: 28px;
	height: 20px;
	background: url(img/icon-newsletter.png) 0 0;
	margin-right: 15px;
}
#slideshow
{
	border-bottom: 1px solid #DDDDDD;
	background-color: #FCFCFC;
}
.wp-pagenavi
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	color:rgb(209,31,31);
	padding-top: 20px;
}
.wp-pagenavi a
{
	border: none !important;
	padding: 10px 15px !important;
	margin-right: 10px !important;
}
.wp-pagenavi .current
{
	border: none !important;
	padding: 10px 15px !important;
	color: #BBBBBB;
	margin-right: 10px !important;
	
}
.wp-pagenavi .nextpostslink
{
	background-color: #FCFCFC;
}
.wp-pagenavi .previouspostslink
{
	background-color: #FCFCFC;
}
.wp-pagenavi .extend
{
	background-color: #FCFCFC;
	border: none !important;
	padding: 10px 15px !important;
	margin-right: 10px !important;
	color: #BBBBBB;
}


.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .first
{
	display: none;
}

.locationinfo h2 a, .info-window-max h2 a
{
	color: rgb(209,31,31);
	font: 20px Open Sans;
	font-weight: 600;
}
.locationinfo p, .info-window-max p
{
	font: 14px Open Sans;
	padding-bottom: 10px;
	display: block;
	
}

.accordion
{
	border-top: 1px solid #e4e5e4;
}
.accordion .accordion-group
{
	border-radius: 0 !important;
	border: none;
}
.accordion .accordion-toggle
{
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	border-bottom: 1px solid #e4e5e4;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(img/arrow-accordion-closed.png) no-repeat 97%;
}
.accordion .accordion-toggle.active
{
	color: #000000;
	background: url(img/arrow-accordion-open.png) no-repeat 95.5% #EEEEEE;
	
}
.accordion .accordion-body.in
{
	background-color: #FCFCFC;
	border-bottom: 1px solid #e4e4e3;
}
.accordion .accordion-body li
{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	/*background: url(img/arrow-red-right.png) no-repeat 0;*/
    background: url("img/arrow-red-right.png") no-repeat scroll 0 23px transparent;
	padding-left: 20px;
}
#elenco-localita.accordion-body li
{
	padding-top: 15px;
	padding-bottom: 0;
	padding-right: 30px;
	background-position: 0 18px;
}
#elenco-localita.accordion-body	li p
{
	font-size:14px;
	line-height:120%;
	color:rgb(51,51,51);
}

.accordion .accordion-body li label {
    /*color: #D11F1F;*/
    color: #C32A1F;
    font-size: 16px;
    font-weight: bold;
}

.accordion .accordion-body li p {
    font-size: 14px;
    font-weight: normal;
    text-transform: lowercase;
}

.accordion .accordion-body ul
{
	border: none;
	padding: 10px 0 0;
	margin-left: 25px;
}

.styled-select select {
   background: transparent;
   width: 110% !important;
   line-height: 120%;
   border: 0;
   border-radius: 0;
   height: 40px;
   -webkit-appearance: none;
   -moz-appearance: window;
   appearance: none;
   
   margin-bottom: 0 !important;
   font-size: 14px;
   color:rgb(51,51,51);
   padding: 5px;
   position: relative;
}
.styled-select {
   width: 100%;
   height: 40px;
   overflow: hidden;
   border: 1px solid #cbcccb;
   margin-bottom: 20px;
   padding-left: 10px;

/* Firefox v1.0+ */
-moz-border-radius:9px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:9px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:9px ;

-moz-box-shadow: inset 1px 1px 3px #cbcccb;
-webkit-box-shadow: inset 1px 1px 3px #cbcccb;
box-shadow: inset 1px 1px 3px #cbcccb;
background: url(img/arrow-dropdown.png) no-repeat 92% center;

box-sizing: border-box;  
-webkit-box-sizing: border-box;  
-moz-box-sizing: border-box;

}

.span6 .wpcf7-list-item
{
	width: 100% !important;
	clear: left !important;
	display: block !important;
}


/* @group Offcanvas menu */

.offcanvas-menu
{
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
	top: 0;
	width: 26.456790123456788%;
	margin-left: -20px;
	padding-bottom: 30px;
	padding-top: 20px;
	border-right: 1px solid #dcdbdb;
	box-shadow: 0 0 5px #aaa;
	left: -1000px;
	
}
.offcanvas-menu ul
{
	margin: 0;
	clear: left;
	float: left;
	width: 100%;
}
.offcanvas-menu ul ul
{
	display: none;
}
#offcanvas-menu-close
{
	margin-left: 19px;
	float: left;
	margin-bottom: 20px;
}
.offcanvas-menu li
{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdb;
	margin-left: 20px;
	margin-right: 20px;
}

/* @end */

/* @group Sticky header */

.sticky-header
{
	position: fixed;
	z-index: 5;
		/*
	
	top: 35px;
	-webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   */
}
.sticky-header .sticky-container
{
	/*margin-top: -35px;*/
	background-color: #ffffff;
}
.sticky-header #logo
{
	margin-top: 5px !important;
}
.home .sticky-header #logo a
{
	background-image: url(img/logo-mini.png) !important;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 70px !important;
	height: 23px !important;
	float: left;
}

.sticky-header #logo-mini
{
	display: block !important;
}
.sticky-header #logo-big
{
	display: none;
}
.sticky-header #site-search
{
	display: none;
}
.sticky-header #site-search.visible
{
	display: inline-block;
	float: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
}
.sticky-header #site-search input[type=text]
{
	width: 130px;
	margin-top: -4px;
}
.sticky-header #site-search .btn
{
	margin-top: -4px;
	box-shadow: none;
}
.sticky-header #header-links
{
	width: 840px;
	margin-bottom: 0;
}
.sticky-header #search-toggle
{
	display: inline !important;
	margin-left: 10px;
}
/* @end */

/* @group Header */
.page-template-page-landing-php .sticky-container,
.page-template-thankyoupage-landing-expedit-php .sticky-container,
.page-template-thankyoupage-landing-expedit-clone-php .sticky-container,
.page-template-page-landing-expedit-php .sticky-container,
.page-template-page-landing-expedit-clone-php .sticky-container
{
	border-bottom: 7px solid #dcdddc;
	padding-bottom: 20px;
}
.page-template-page-landing-php header.page,
.page-template-thankyoupage-landing-expedit-php header.page,
.page-template-thankyoupage-landing-expedit-clone-php header.page,
.page-template-page-landing-expedit-php header.page,
.page-template-page-landing-expedit-clone-php header.page
{
	border-bottom: 30px solid #C32A1F;
}
header.page #logo
{
	float: left;
	margin-top: 36px;
}
.home header.page #logo a
{
	background: transparent url(img/logo.png) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 143px;
	height: 68px;
}

header.page #logo-mini
{
	display: none;
}
#header-links
{
	width: 70%;
	float: right;
	text-align: right;
	margin-bottom: 15px;
}
#header-links ul
{
	display: inline;
}
#header-links #area-clienti a
{
	color: #c33725;
}
.icon-area-clienti-red
{
	display: inline-block;
	width: 13px;
	height: 16px;
	background: url(img/icon-area-clienti.png) 0 0;
	margin-right: 15px;
	
}
.icon-faq-black
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(img/icon-faq.png) 0 0;
	margin-right: 15px;
}
 #search-toggle
{
	display: none;
}

#header-links ul ul
{
	float: none;
	margin-left: 0;
}
#header-links li
{
	list-style-type: none;
	display: inline-block;
	
	border-right-color:rgb(221,221,221);
	border-right-width:1px;
	border-right-style:solid;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
}
#header-links li:last-child
{
	border:  none;
	padding-right: 0;
	margin-left: 0;
}
#header-links li li
{
	padding: 0 10px 0 0;
	margin-right: 4px;
	text-transform: uppercase;
}
#header-links li a
{
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	color: #000000;
}
#header-links li li a
{
	font-weight: normal;
	font-size: 11px;
}
#site-search
{
	float: right;
	margin-top: 50px;
}
#site-search form
{
	margin: 0;
}
#site-search input[type=text]
{
	border-radius: 8px;
	margin-right: 5px;
	font-size: 13px;
	width: 200px;
	background-color: #FCFCFC;
	border: 1px solid #888888;
}
#site-search .btn
{
	padding-top: 5px;
	padding-bottom: 5px;
	
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(77% 0% -90deg,rgb(213,213,213) 0%,rgb(213,213,213) 46%,rgb(199,199,199) 51%,rgb(199,199,199) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,77% 0%,77% 117%,color-stop(0, rgb(213,213,213)),color-stop(0.46, rgb(213,213,213)),color-stop(0.51, rgb(199,199,199)),color-stop(1, rgb(199,199,199)));
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(213,213,213) 0%,rgb(213,213,213) 46%,rgb(199,199,199) 51%,rgb(199,199,199) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(213,213,213) 0%,rgb(213,213,213) 46%,rgb(199,199,199) 51%,rgb(199,199,199) 100%);
background-image:linear-gradient(rgb(213,213,213) 0%,rgb(213,213,213) 46%,rgb(199,199,199) 51%,rgb(199,199,199) 100%);

color: #444444;
font-size: 14px;
}
/* @end */

/* @group Sidebar */

aside#sidebar
{
	margin-left: 10px;
	padding-top: 30px;
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}
aside#sidebar.span6
{
	background: url(img/landing-triangle.png) no-repeat center 0;
	padding-top: 60px;
}
aside#sidebar .intro
{
	font-weight: 300;
	font-size: 20px;
	line-height: 146%;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
aside#sidebar nav ul
{
	margin: 0 0 30px;
}
aside#sidebar nav ul li
{
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #dcdddc;
}
aside#sidebar nav ul li a
{
	display: block;
	padding: 15px 20px;
	color: #444444;
	font-size: 18px;
}
aside#sidebar nav ul li.current-cat a
{
	color: #c13724;
}
aside#sidebar nav ul li.current_page_item a
{
	color: #c33725;
}

aside#sidebar.grey
{
	background-color: #FCFCFC;
}
aside#sidebar figure
{
	width: auto;
	margin: 0 5px 30px;
	padding: 5px;
}
aside#sidebar figure img
{
	width: 100%;
	height: auto;
}

aside#sidebar figure figcaption
{
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	padding: 25px 10px 45px;
	background-color: #edeeed;
}
aside#sidebar figure figcaption small
{
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 120%;
	margin-top: 10px;
}
aside#sidebar figure .icon-arrow
{
	display: block;
	position: absolute;
	width: 84px;
	height: 23px;
	margin-top: -12px;
	padding-top: 0;
	background: url(img/arrow-banner.png) no-repeat 0 0;
}
/* @end */

/* @group Content */
.home #login
{
	margin-bottom: 30px;
	height: 55px;
	padding-left: 70px;
	background: url(img/icon-area-clienti-big.png) no-repeat 0 #DDDDDD;
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
	width: 940px;
}
.home #login h3
{
	display: inline;
	font-size: 20px;
	color: #444444;
	line-height: 55px;
}
.home #login form
{
	display: inline-block;
	padding-right: 16px;
	float: right;
	margin-top: 9px;
}
.home #login .btn
{
	font-size: 14px;
	padding: 8px 30px;
}
.home #login input
{
	border-radius: 8px;
	margin-right: 15px;
	font-size: 13px;
	width: 200px;
	background-color: #FCFCFC;
	border: 1px solid #888888;
	padding: 8px 10px;
}
.page-template-page-trova-centro-php #content article.span12 .intro h2
{
	margin-bottom: 0;
}
.page-template-page-trova-centro-php #content article.span12 .intro
{
	margin-bottom: 30px;
}
.page-template-page-trova-centro-php .styled-select,
.page-template-page-contact-php .styled-select,
.single-centro-operativo .styled-select 
{
background: url(img/arrow-dropdown.png) no-repeat 97% center !important;
}
#content
{
	overflow: hidden;
}
#content article.span12
{
	width: 690px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 180%;
}
.page-template-page-landing-php #content article.span10,
.page-template-thankyoupage-landing-expedit-php #content article.span10,
.page-template-thankyoupage-landing-expedit-clone-php #content article.span10,
.page-template-page-landing-expedit-php #content article.span10,
.page-template-page-landing-expedit-clone-php #content article.span10
{
	width: 570px;
	padding-top: 0;
	padding-bottom: 30px;
	line-height: 180%;
}

.page-template-page-landing-php #content article.span10 figure,
.page-template-thankyoupage-landing-expedit-clone-php #content article.span10 figure,
.page-template-page-landing-expedit-php #content article.span10 figure,
.page-template-page-landing-expedit-clone-php #content article.span10 figure
{
	margin: 0 0 30px;
}

#content article.span12 section ul
{
	margin-top: 25px;
	margin-bottom: 25px;
}
#content article.span12 section ul li
{
	line-height: 28px;
}
#content article.span12 #cta
{
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
	margin-top: 55px;
	clear: left;
}

#content article.span12 #cta .content
{
	background-color: #EEEEEE;
	padding: 20px;
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
}
#content article.span12 #cta .btn
{
	width: 20%;
	float: right;
	
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(195,42,31) 51%,rgb(195,42,31) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(220,88,88)),color-stop(0.46, rgb(220,88,88)),color-stop(0.51, rgb(195,42,31)),color-stop(1, rgb(195,42,31)));
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(195,42,31) 51%,rgb(195,42,31) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(195,42,31) 51%,rgb(195,42,31) 100%);
background-image:linear-gradient(rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(195,42,31) 51%,rgb(195,42,31) 100%);
	
	/* Firefox v1.0+ */
	-moz-border-radius:9px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:9px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:9px ;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0);
	font-weight: bold;
	color: #ffffff;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 15px;
	padding: 8px 20px;
	-moz-box-shadow: 2px 2px 5px #525252;
	-webkit-box-shadow: 2px 2px 5px #525252;
	box-shadow: 2px 2px 5px #525252;
	border-style: none;
	
}
#content article.span12 #cta p
{
	font-size:14px;
	line-height:120%;
	color:rgb(51,51,51);
}
#content article.span12 #cta h3
{
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	color:rgb(51,51,51);
}
#content article.span12 #cta section
{
	float: left;
	width: 70%;
}
#content article.span12 section h1, #content article.span12 section h2, #content article.span12 section h3, #content article.span12 section h4, #content article.span12 section h5, #content article.span12 section h6
{
	color: #000000;
	line-height: 120%;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: 600;
}
#content article.span12 section h2
{
	font-size: 26px;
}
#content article.span12 section h3
{
	font-size: 20px;
}
#content article.span12 section h4
{
	font-size: 18px;
	color: #c33725;
}
#content article.span12 table thead
{
	background-color: #C32A1F;
	color: #ffffff;
	text-transform: uppercase;
}
#content article.span12 table thead td
{
	font-size: 14px;
	border-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content article.span12 table td
{
	padding-left: 15px;
	font-size: 16px;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content article.span12 td
{
}
#content article.span12 section form
{
	
}
#content article.span12 a.back
{
	display: block;
	text-transform: uppercase;
	padding: 14px 14px 14px 46px;
	margin-top: -30px;
	font-size: 14px;
	margin-bottom: 30px;
	background: url(img/arrow-red-left.png) no-repeat 20px #fbfcfb;
}

#content article.span12 #form-ricerca-co
{
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 30px;
}
#content article.span12 #form-ricerca-co select
{
	width: 100%;
	margin-bottom: 20px;
}
#content article.span12 section .item-list
{
	margin: 0;
}
#content article.span12 section .item-list li
{
	border-bottom: 1px solid #dcdddc;
	list-style-type: none;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#content article.span12 section .item-list-attachments
{
	margin: 0;
	border-top: 1px solid #dcdddc;
	padding-top: 15px;
}
#content article.span12 section .item-list-attachments li
{
	border-bottom: 1px solid #dcdddc;
	list-style-type: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
}
#content article.span12 section .item-list-links
{
	border-top: 1px solid #dcdddc;
	padding-top: 25px;
	margin: 0;
}
#content article.span12 section .item-list-links li
{
	border-bottom: 1px solid #dcdddc;
	list-style-type: none;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding-left: 20px;
}

#content article.span12 section .item-list-links a
{
	font-weight: bold;
	font-size: 20px;
	display: block;
}


#content article.span12 section .item-list li h4
{
	margin-top: 0;
	font-weight: bold;
	color: #c33725;
}
#content article.span12 section .item-list li p
{
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 25px;
}
#content article.span12 section .item-list li a
{
	font-weight: bold;
}
#content article.span12 section.news-item
{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
#content article.span12 section.news-item .attachment
{
	margin-top: 30px;
}
#content article.span12 section.news-item.special
{
	background-color: #fbfcfb;
	padding: 25px;
}
#content article.span12 section.news-item.special figure
{
	width: 310px;
	margin-bottom: 30px;
}
#content article.span12 section.news-item.special time
{
	font-size: 13px;
	margin-bottom: 30px;
	display: block;
}
#content article.span12 section.news-item.special p
{
	font-size:20px;
	font-weight:600;
	line-height:146%;
}
#content article.span12 section.news-item header
{
	margin-bottom: 20px;
}
#content article.span12 section.news-item header h2, #content article.span12 section.news-item header h3
{
	margin-bottom: 10px;
	margin-top: 0;
}
#content article.span12 section.news-item header figure
{
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
}
#content article.span12 section.news-item header time
{
	clear: none;
	margin-bottom: 20px;
		display: block;
	
}
#content article.span12 section.news-item p
{
	clear: left;
	margin-bottom: 15px;
}
#content article.span12 section form header h2
{
	margin: 0;
}
#content article.span12 section form header
{
	margin-bottom: 30px;
}
#content article.span12 section fieldset
{
	border-bottom: 1px solid #dcdddc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#content article.span12 h1
{
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 36px;
}
#content article.span12 header.article
{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 30px;
}
.single #content article.span12 footer.article
{
	border-top: 1px solid #dcdddc;
	padding-top: 30px;
	margin-top: 50px;
}
#content article.span12 footer.article .pager
{
	margin: 0;
}
#content article.span12 footer.article .pagination
{
	text-align: center;
	margin: 0;
}

.single #content article.span12 header.article h1
{
	margin-bottom: 20px;
}
#content article.span12 header.article time
{
	margin-bottom: 30px;
	display: block;
}
#content article.span12 header.article figure
{
	margin: 0 0 30px;
}
#content article.span12 header.article h3
{
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	line-height: 146%;
	margin: 0 0 30px;
}
.page-template-page-landing-php #content article.span10 header.article h1,
.page-template-thankyoupage-landing-expedit-php #content article.span10 header.article h1,
.page-template-thankyoupage-landing-expedit-clone-php #content article.span10 header.article h1,
.page-template-page-landing-expedit-php #content article.span10 header.article h1,
.page-template-page-landing-expedit-clone-php #content article.span10 header.article h1
{
	margin-bottom: 20px;
	
	font-size:36px;
	font-weight:600;
	line-height:146%;
	color:rgb(195,42,31);
}
.page-template-page-landing-php #content article.span10 header.article,
.page-template-thankyoupage-landing-expedit-php #content article.span10 header.article,
.page-template-thankyoupage-landing-expedit-clone-php #content article.span10 header.article,
.page-template-page-landing-expedit-php #content article.span10 header.article,
.page-template-page-landing-expedit-clone-php #content article.span10 header.article
{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 30px;
	
}
.page-template-page-landing-php #content article.span10 header.article h3,
.page-template-thankyoupage-landing-expedit-php #content article.span10 header.article h3,
.page-template-thankyoupage-landing-expedit-clone-php #content article.span10 header.article h3,
.page-template-page-landing-expedit-php #content article.span10 header.article h3,
.page-template-page-landing-expedit-clone-php #content article.span10 header.article h3
{
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	line-height: 146%;
	margin: 0 0 30px;
	
}

#content article.span12 .btn, #content article.span12 input[type=submit]
{
	padding: 15px 25px;
}
#news-evidenza
{
	background-color: #EEEEEE;
	padding: 30px 70px;
}
#news-evidenza .news-item
{
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	vertical-align: top;
}
#news-evidenza .news-item header
{
	margin-bottom: 15px;
}
#news-evidenza .news-item header figure
{
	margin: 0 0 20px;
}
#news-evidenza .news-item h2
{
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 15px;
}
#news-evidenza .news-item p
{
	font-size:13px;
	line-height:120%;
	color:rgb(51,51,51);
}

#news-ultime
{
	padding: 30px 0 30px 70px;
	
}
#news-ultime .news-item
{
	display: inline-block;
	width: 16%;
	margin-right: 2%;
	vertical-align: top;
}
#news-ultime .news-item header
{
	margin-bottom: 15px;
}
#news-ultime .news-item h3
{
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 15px;
}
#news-ultime .news-item h3 a
{
	color: #000000;
}
#news-ultime .news-item p
{
	font-size:13px;
	line-height:120%;
	color:rgb(135,135,135);
}
#prodotti-soluzioni
{
	background-color: #FCFCFC;
	margin-bottom: 30px;
	padding: 20px;
}
#prodotti-soluzioni ul
{
width: 90%;
margin: 0 auto;
text-align:center;
}
#prodotti-soluzioni li
{
	display: inline-block;
	width: 98px;
	text-align: center;
	margin-right: 1.4%;
	vertical-align: top;
}
#prodotti-soluzioni li:last-child
{
	margin-right: 0;
}
#prodotti-soluzioni li a
{
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	color: #000000;
	padding-top: 100px;
	display: block;
	margin-bottom: 20px;
}
#prodotti-soluzioni li a.servizi-online, #prodotti-soluzioni li a.online-services
{
	background: url(img/icon-servizi-online.png) 50% 0 no-repeat;
	margin-bottom: 20px;
}
#prodotti-soluzioni li a.servizi-portuali, #prodotti-soluzioni li a.port-services
{
	background: url(img/icon-portuali.png) 50% 0 no-repeat;
}
#prodotti-soluzioni li a.logistica, #prodotti-soluzioni li a.contract-logistics
{
	background: url(img/icon-logistica.png) 50% 0 no-repeat;
}
#prodotti-soluzioni li a.global-forwarding
{
	background: url(img/icon-global.png)  50% 0  no-repeat;
}
#prodotti-soluzioni li a.farmaceutico, #prodotti-soluzioni li a.pharmaceutical, #prodotti-soluzioni li a.trasporto-farmaceutico
{
	background: url(img/icon-pharma.png) 50% 0 no-repeat;	
}

#prodotti-soluzioni li a.trasporti-italia, #prodotti-soluzioni li a.italy-transports
{
	background: url(img/icon-trasporti-italia.png) 50% 0 no-repeat;
}
#prodotti-soluzioni li a.trasporti-europa, #prodotti-soluzioni li a.europe-transports
{
	background: url(img/icon-trasporti-europa.png) 50% 0 no-repeat;
}


#prodotti-soluzioni
{
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
	text-align:center;
}
#prodotti-soluzioni header
{
	width: 100%;
	text-align:center;
	
}
#prodotti-soluzioni h2
{
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 120%;
	color: #000000;
	font-weight: 300;
}
#prodotti-soluzioni header p
{
	font-size:16px;
	line-height:120%;
	color:rgb(135,135,135);
	margin-bottom:30px;
}
#elenco-completo
{
	border-top: 1px solid #dcdcdb;
	padding-top: 20px;
	margin-top: 40px;
	background: url(img/arrow-red-right.png) no-repeat 97% 20px;
	font-size: 20px;
}
#elenco-completo small
{
	display: block;
	font-size: 16px;
	margin-top: 6px;
}
.single-centro-operativo #content article.span12 .btn
{
	margin-top: 10px;
	margin-bottom: 30px;
}
 #content article.span12 .wpcf7 input[type=email],
 #content article.span12 .wpcf7 input[type=text]
 {
 	padding: 8px;
	 font-size: 14px;
	 
	 box-sizing: border-box;  
	 -webkit-box-sizing: border-box;  
	 -moz-box-sizing: border-box;
	 
	 width: 100%;
	 height: 39px;
 }
 #content article.span12 .wpcf7 input.ragione-sociale
 {
 	background: url(img/icon-ragionesociale.png) no-repeat 93%;
 	background-height: 100%;
 }
 #content article.span12 .wpcf7 input.nome-cognome
 {
 	background: url(img/icon-nome.png) no-repeat 93%;
 }
 #content article.span12 .wpcf7 input.email
 {
 	background: url(img/icon-email.png) no-repeat 93%;
 }
 #content article.span12 .wpcf7 input.telefono
 {
 	background: url(img/icon-tel.png) no-repeat 93%;
 }
 
 
#content article.span12 .wpcf7-list-item-label
{
	font-size: 14px;
	display: inline-block;
	width: 80%;
	margin-left: 20px;
	margin-top: 8px;
	vertical-align: top;
	line-height: 130%;
}
#content article.span12 .wpcf7 .btn
{
	float: right;
}
#content article.span12 .wpcf7 select
{
 font-size: 14px;
 width: 100%;
}

#content article.span12 .wpcf7 textarea
{
	padding: 8px;

	 font-size: 14px;
	 width: 100%;
}
 
  #content article.span12 .wpcf7 h2
  {
  	font-size: 26px;
	  margin-left: 20px;
	  margin-bottom: 10px;
	  margin-top: 30px;
  }
 
   #sidebar.span6 .wpcf7
   {
   	
   }
     #sidebar.span6 .wpcf7 h2
     {
	 	margin-bottom: 0 !important;
	 }
  #sidebar.span6 .wpcf7 input[type=email],
  #sidebar.span6 .wpcf7 input[type=text]
  {
  	width: 100%;
 	 font-size: 14px;
 	 box-sizing: border-box;  
 	 -webkit-box-sizing: border-box;  
 	 -moz-box-sizing: border-box;
	  padding-bottom: 8px;
	  padding-right: 8px;
	  padding-left: 8px;
	  height: 40px;
  }
    #sidebar.span6 .wpcf7 input.datepicker
    {
    	width: 70%;
    	background: url(img/icon-cal.png) no-repeat 93% #ffffff;
    	background-height: 100%;
    	
    }
  #sidebar.span6 .wpcf7 input.ragione-sociale
  {
  	background: url(img/icon-ragionesociale.png) no-repeat 93% #ffffff;
  	background-height: 100%;
  }
  #sidebar.span6 .wpcf7 input.indirizzo
  {
  	background: url(img/icon-geo.png) no-repeat 93% #ffffff;
  	background-height: 100%;
  }
  #sidebar.span6 .wpcf7 input.nome-cognome
  {
  	background: url(img/icon-nome.png) no-repeat 93% #ffffff;
  }
  #sidebar.span6 .wpcf7 input.email
  {
  	background: url(img/icon-email.png) no-repeat 93% #ffffff;
  }
  #sidebar.span6 .wpcf7 input.telefono
  {
  	background: url(img/icon-tel.png) no-repeat 93% #ffffff;
  }
  #sidebar.span6 .wpcf7 .styled-select
  {
  	background-color:  #ffffff;
	  margin-bottom: -10px;
  }
  
  #sidebar.span6 .wpcf7 p
  {
  	margin-top: 30px;
	  clear: left;
	  display: block;
	  float: left;
	  width: 100%;
  }
 #sidebar.span6 .wpcf7-list-item-label
 {
 	font-size: 14px;
 	display: inline-block;
 	width: 80%;
 	margin-left: 20px;
 	margin-top: 8px;
 	vertical-align: top;
 	line-height: 130%;
 }
 #sidebar.span6 .wpcf7 .btn
 {
 	float: right;
 }
 #sidebar.span6 .wpcf7 select
 {
  font-size: 14px;
  width: 100%;
}
  #sidebar.span6 form
  {
  	border-top-style: solid;
	  border-top: 1px solid #dcdddc;
	  margin-top: -13px;
	  padding-top: 30px;
  }
  #sidebar.span6 .intro
  {
  	padding-right: 20px;
	  padding-left: 20px;
	  font-size: 14px;
	  line-height: 146%;
	  text-align: center;
	  background: url(img/icon-mail-red.png) no-repeat center bottom;
	  border-bottom-style: none;
	  padding-bottom: 50px;
	  position: relative;
	  z-index: 10;
  }
 #sidebar.span6  h3.intro
 {
 	font-size: 20px;
 	font-weight: 600;
 	line-height: 146%;
 	color:rgb(195,42,31);
	 border-bottom: 1px solid #dcdddc;
	 padding-bottom: 10px;
	 margin-bottom: 30px;
	 margin-top: 0;
	 background-image: none;
 }
 #sidebar.span6 .wpcf7 textarea
 {
 	padding: 8px;
 
 	 font-size: 14px;
 	 width: 100%;
	  margin-right: 0;
	  
	  box-sizing: border-box;  
	  -webkit-box-sizing: border-box;  
	  -moz-box-sizing: border-box; 
	  
  }
  
   #sidebar.span6 .wpcf7 h2
   {
   	font-size: 26px;
 	  margin-bottom: 20px;
 	  margin-top: 0;
	   color: #000000;
   }
   #sidebar.span6 input[type=email],
   #sidebar.span6 input[type=text]
   {
   	padding-left: 15px !important;
   }
   #sidebar.span6 .wpcf7 fieldset
   {
   	border-bottom: 1px solid #dcdddc;
	   padding-left: 20px;
	   padding-right: 20px;
	   padding-bottom: 15px;
	   margin-bottom: 20px;
	   
	   
   }
	#sidebar.span6 .wpcf7 fieldset.submit
	{
		border-bottom: none;
		text-align: center !important;
	}
	 #sidebar.span6 .wpcf7 fieldset.submit .btn
	 {
	 	float: none;
		 text-transform: none;
		 font-size: 18px;
		 padding-top: 15px;
		 padding-bottom: 15px;
	 }
	 #sidebar.span6 .wpcf7 fieldset.submit p
	 {
	 	font-style: italic;
		 font-size: 14px;
		 color: #7c7c7c;
		 margin-top: 8px;
		 margin-bottom: 0;
		 margin-left: 0;
	 }
		 
	#sidebar.span6 .wpcf7 fieldset.agree p
	{
		margin-bottom: 10px;
	}
 /* @end */

/* @group Nav */

#navigation-primary
{
	background-color: #ddd;
}
#navigation-primary a
{
	font-weight:600;
	font-size: 15px;
}
#navigation-secondary
{
	background-color: #C32A1F;
}
#navigation-secondary .navbar .navbar-inner
{
	padding: 0 0 0 10px;
}
#navigation-secondary .navbar .nav
{
	width: 100%;
	border-left: 2px solid #c74637;
	
}
#navigation-secondary .navbar .nav li 
{
	display: inline-block;
	width: 32%;
	float: none;
	vertical-align: top;
	border-right: 2px solid #c74637;
}
li.rintraccia a
{
	background: url(img/icon-rintraccia-white.png) no-repeat 14px 12px;
	padding-left: 45px !important;
}

li.trova-centro a
{
	background: url(img/icon-centro-operativo-white.png) no-repeat 14px 12px;
	padding-left: 45px !important;
}
li.contatta-artoni a
{
	background: url(img/icon-contatta-white.png) no-repeat 14px 12px;
	padding-left: 45px !important;
}
li.accedi-ad-artoni a
{
	background: url(img/icon-accedi.png) no-repeat 14px 12px;
	padding-left: 45px !important;
}


#navigation-secondary .icon-rintraccia-white
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(img/icon-rintraccia-white.png) 0 0;
	margin-right: 15px;
		vertical-align: top;
	
}
#navigation-secondary .icon-centro-operativo-white
{
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(img/icon-centro-operativo-white.png) 0 0;
	margin-right: 15px;
		vertical-align: top;
	
}
#navigation-secondary .icon-contatta-white
{
	display: inline-block;
	width: 22px;
	height: 16px;
	background: url(img/icon-contatta-white.png) 0 0;
	margin-right: 15px;
		vertical-align: top;
	
}

#navigation-secondary a
{
	font-size: 15px;
}
/* @end */

/* @group Footer */
#footer-nav ul
{
	margin: 40px 0;
	background-color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-nav ul li
{
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
		vertical-align: top;
	
}
#footer-nav ul li a
{
	color: #ffffff;
}
.page-template-page-landing-php footer.page,
.page-template-thankyoupage-landing-expedit-php footer.page,
.page-template-thankyoupage-landing-expedit-clone-php footer.page,
.page-template-page-landing-expedit-php footer.page,
.page-template-page-landing-expedit-clone-php footer.page
{
	padding-bottom: 40px;
	padding-top: 25px;
}
.page-template-page-landing-php footer.page #footer-data,
.page-template-thankyoupage-landing-expedit-php footer.page #footer-data,
.page-template-thankyoupage-landing-expedit-clone-php footer.page #footer-data,
.page-template-page-landing-expedit-php footer.page #footer-data,
.page-template-page-landing-expedit-clone-php footer.page #footer-data
{
	width: 100%;
}
.page-template-page-landing-php footer.page #footer-data #copyright,
.page-template-thankyoupage-landing-expedit-php footer.page #footer-data #copyright,
.page-template-thankyoupage-landing-expedit-clone-php footer.page #footer-data #copyright,
.page-template-page-landing-expedit-php footer.page #footer-data #copyright,
.page-template-page-landing-expedit-clone-php footer.page #footer-data #copyright
{
	float: left;
	width: auto;
	margin-left: 20px;
}

footer.page
{
	border-top: 1px solid #DDDDDD;
		padding-bottom: 40px;
	
}
footer.page #footer-data ul
{
	margin: 15px 0 60px;
	font-size: 13px;
}
footer.page #footer-data ul li
{
	display: inline;
	margin-right: 10px;
	border-right: 1px solid #c43825;
	padding-right: 10px;
}
footer.page #footer-data ul li a
{
	
}

footer.page #footer-data
{
	float: left;
	width: 50%;
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
	font-size: 12px;
	line-height: 120%;
	color: #868686;
	padding-right: 20px;
}
footer.page #footer-data strong
{
	color: #333333;
	font-weight: normal;
}
footer.page #footer-data img
{
	float: left;
	width: 33%;
	height: auto;
	max-width: 119px;
}
footer.page #footer-data #copyright
{
	width: 63%;
	float: right;
}
footer.page form
{
	
	float: right;
	width: 50%;
	background-color: #FCFCFC;
	padding: 20px;
	box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;
	font-size: 13px;
	color: #333;
	overflow: hidden;
}
footer.page form h4
{
	color: #333;
	font-size: 16px;
}
footer.page form label
{
	font-size: 13px;
	width: 100%;
	margin-top: -5px;
	clear: left !important;
}

footer.page form p
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 13px;
	float: left;
}
footer.page form button
{
	float: right;
}
footer.page form fieldset
{
	clear: left;
	width: 100%;
}
footer.page form input[type=text], footer.page form input[type=email]
{
font-size: 13px;
width: 100%;
display: block;
margin: 0 !important;
}
footer.page form .wpcf7-form-control-wrap
{
font-size: 13px;
width: 40%;
margin-right: 7%;
margin-bottom: 20px;
display: block;
float: left;
clear: none;
position: relative;
height: 20px;
}
footer.page form footer
{
	margin-top: 9px;
}
footer.page form footer input[type=submit]
{
	float: right;
	margin-top: -14px;
	margin-bottom: 15px;
}
footer.page form footer .privacy
{
	float: left;
	width: 80%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
footer.page form footer .privacy input
{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
}
/* @end */



/* --- */

/* @group Artoni in cifre -FIX GRAFICO- */

.page-id-464 header.article
{
	margin-bottom: 2px !important ;
}

/* @end */
/* --- */
		/* @group Responsive tables */
			@media 
			only screen and (max-width: 760px),
			(min-device-width: 768px) and (max-device-width: 1024px)  {
			
				/* Force table to not be like tables anymore */
				table.rt,.rt thead,.rt tbody,.rt th,.rt td,.rt tr { 
					display: block; 
				}
				
				/* Hide table headers (but not display: none;, for accessibility) */
				.rt thead tr { 
					position: absolute;
					top: -9999px;
					left: -9999px;
				}
				
				.rt tr { 
					border: 1px solid #ccc;
					margin-bottom: 20px;
					border-bottom-style: none;
				}
				
				.rt td { 
					/* Behave  like a "row" */
					border: none;
					border-bottom: 1px solid #eee; 
					position: relative;
					padding-left: 140px !important;
					padding-right: 10px;
					text-align: left !important;
					min-height: 35px;
				}
				.rt td:first-child {
					background-color: #c33725;
					color: #ffffff;
					text-align: center !important;
					padding-left: 10px !important;
				}
				.rt td:before { 
					/* Now like a table header */
					position: absolute;
					/* Top/left values mimic padding */
					top: 6px;
					left: 6px;
					width: 45%; 
					padding-right: 10px; 
					white-space: nowrap;
					color: #8a8a8a;
					font-size: 12px;
					line-height: 37px;
					text-align: left;
					margin-left: 10px;
				}
				
				/*
				Label the data
				*/
				.page-id-1071 .rt td:nth-of-type(2):before { content: "MQ PANNELLI"; }
				.page-id-1071 .rt td:nth-of-type(3):before { content: "POTENZA"; }
				.page-id-1071 .rt td:nth-of-type(4):before { content: "KWH/ANNO"; }
				.page-id-1071 .rt td:nth-of-type(5):before { content: "RISPARMIO CO2 (KG)"; }

				.page-id-1976 .rt td:nth-of-type(2):before { content: "Panels SQ M"; }
				.page-id-1976 .rt td:nth-of-type(3):before { content: "Power"; }
				.page-id-1976 .rt td:nth-of-type(4):before { content: "KWh/year"; }
				.page-id-1976 .rt td:nth-of-type(5):before { content: "Saving in CO2 (kg)"; }
				
				
				
				.postid-3014 .rt td:nth-of-type(2):before { content: "DESTINAZIONE"; }
				.postid-3014 .rt td:nth-of-type(3):before { content: "DATA AFFIDAMENTO";}
				
				.postid-3045 .rt td:nth-of-type(2):before { content: "DESTINATION"; }
				.postid-3045 .rt td:nth-of-type(3):before { content: "LAST PICK-UP DATE";}
				
				
				#lblRisultati .rt td
				{
					text-align: center;
				}
				#lblRisultati .rt td:nth-of-type(2):before { content: "Evento";
				}
				#lblRisultati .rt td:nth-of-type(3):before { content: "Filiale"; }
				#lblRisultati .rt td:nth-of-type(4):before { content: "Data consegna"; }
				

			}
			

		/* @end */


/* --- */
@media (max-width: 979px) 
{
    /* mgigli 20131107 - Video responsive */
    .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%;
    }
    /* END mgigli 20131107 - Video responsive */

	.home.sticky-header-body #slideshow
	{
		padding-top: 0;
	}
	
	#content article.span12 {
		width: 72.38559670781893%;
		*width: 72.33240521845722%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: right;
	}
	aside#sidebar
	{
		width: 23.456790123456788%;
		*width: 23.403598634095086%;
		
	}
	.row
	{
		margin-left: auto;
	}
	.pager li > a,
	.pager li > span {
	  width: 42%;
	}
	.home #login
	{
		width: 100%;
	}
	.home #login input
	{
		width: 25%;
	}
	.home #login form
	{
		width: 62%;
		text-align: right;
		margin-bottom: 0;
	}
}

/* Large desktop */
@media (min-width: 1200px) { 
	.home.sticky-header-body #slideshow
	{
		padding-top: 0;
	}
	
	.home #content
	{
		width: 1040px;
	}
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) 
{ 
	.home.sticky-header-body #slideshow
	{
		padding-top: 0;
	}
	
	.sticky-header-body #content
	{
		padding-top: 0;
	}
	
	#sidebar.span6 .wpcf7-list-item-label
	{
		width: auto;
	}

	.page-template-page-landing-php #content article.span10,
.page-template-thankyoupage-landing-expedit-php #content article.span10,
.page-template-thankyoupage-landing-expedit-clone-php #content article.span10,
	.page-template-page-landing-expedit-php #content article.span10,
	.page-template-page-landing-expedit-clone-php #content article.span10
	{
		width: 60%;
		padding-top: 0;
		padding-bottom: 30px;
		line-height: 180%;
	}
	aside#sidebar.span6
	{
		padding-bottom: 99999px !important;
		margin-bottom: -99999px !important;
		width: 34%;
	}
	
	.home header.page #logo a
	{
		background-image: url(img/logo-mini.png);
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 70px;
		height: 23px;
	}
	
	.home #login form
	{
		width: 60%;
		text-align: right;
		margin-bottom: 0;
	}
	
	
	#prodotti-soluzioni
	{
		
	}
	
	#prodotti-soluzioni li
	{
		width: 80px;
		margin-right: 0 !important;
	}
	#prodotti-soluzioni li a
	{
		background-size: 64px !important;
		padding-top: 76px;
		font-size:12px;
	}
	#footer-nav li
	{
		margin-right: 10px !important;
		margin-left: 10px !important;
	}

	header.page .container
	{
		margin-bottom: 15px;
		margin-top: 10px;
	}
	#content article.span12 {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	#header-links
	{
		width: 50% !important;
	}
	#logo
	{
		width: 20% !important;
		float: none;
		padding-top: 3px;
		display: inline-block !important;
		float: none !important;
		margin-top: 5px !important;
	}
	aside#sidebar
	{
		margin-left: 0;
		padding-top: 30px;
		padding-bottom: 150px;
	}
	
	.sticky-header
	{
		position: relative;
		top: 0;
		/*
		-webkit-transition: none;
	   -moz-transition: none;
	   -o-transition: none;
	   -ms-transition: none;
	   transition: none;
	   */
	}
	#logo-mini
	{
		display: block !important;
	}
	#logo-big
	{
		display: none;
	}
	#site-search
	{
		display: none;
	}
	#site-search.visible
	{
		width: 100%;
		display: block;
	}
	
	#search-toggle
	{
		display: inline !important;
		margin-left: 10px;
	}
	.sticky-header .sticky-container
	{
		margin-top: 0 !important;
	}
	#btn-offcanvas
	{
		display: inline-block !important;
		vertical-align: top;
		margin-right: 13px;
		
	}
	#navigation-secondary .container
	{
		margin: 0 !important;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) 
{
	.home.sticky-header-body #slideshow
	{
		padding-top: 0;
	}
	
	.sticky-header-body #content
	{
		padding-top: 0;
	}
	
	#sidebar.span6 .wpcf7-list-item-label
	{
			width: auto;
	}

	.page-template-page-landing-php #content article.span10,
.page-template-thankyoupage-landing-expedit-php #content article.span10,
.page-template-thankyoupage-landing-expedit-clone-php #content article.span10,
	.page-template-page-landing-expedit-php #content article.span10,
	.page-template-page-landing-expedit-clone-php #content article.span10
	{
		width: 100%;
		padding-top: 0;
		padding-bottom: 30px;
		line-height: 180%;
	}
	aside#sidebar.span6
	{
		padding-bottom: 99999px !important;
		margin-bottom: -99999px !important;
		width: 100% !important;
		background-image: none !important;
		padding-top: 10px !important;
	}
	
	

	.home header.page #logo a
	{
		background-image: url(img/logo-mini.png);
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 70px;
		height: 23px;
	}
	
	#news-evidenza
	{
		padding: 20px 0 20px 20px;
	}
	#news-ultime
	{
		padding: 20px 0;
	}
	#news-ultime  .news-item
	{
		width: 17%;
	}
	
    /* 20131210 - Bottone Artoni online solo per il menu mobile */
    #navigation-secondary .navbar .nav li.accedi-ad-artoni { display: block; }

	#navigation-secondary a
	{
		padding-right: 0;
	}
	#navigation-secondary a i
	{
		margin-right: 8px !important;
	}
	#content article.span12 {
		width: 72.38559670781893%;
		*width: 72.33240521845722%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: right;
	}
	aside#sidebar
	{
		width: 23.456790123456788%;
		*width: 23.403598634095086%;
		float: left;
	}
	
	#navigation-secondary .container
	{
		margin: 0 !important;
	}
	
	header.page .container
	{
		margin-bottom: 15px;
		margin-top: 10px;
	}
	#content article.span12 {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	#header-links
	{
		width: 50% !important;
		margin-bottom:  0 !important;
		float: right !important;		
	}
	#logo
	{
		width: 20% !important;
		float: none;
		padding-top: 3px;
		display: inline-block !important;
		float: none !important;
		margin-top: 5px !important;
	}
	aside#sidebar
	{
		margin-left: 0;
		padding-top: 30px;
		padding-bottom: 150px;
	}
	
	.sticky-header
	{
		position: relative;
		top: 0;
		/*
		-webkit-transition: none;
	   -moz-transition: none;
	   -o-transition: none;
	   -ms-transition: none;
	   transition: none;
	   */
	}
	#logo-mini
	{
		display: block !important;
	}
	#logo-big
	{
		display: none;
	}
	#site-search
	{
		display: none;
	}
	#site-search.visible
	{
		width: 200%%;
	
		display: block;
		left: 20px;
		padding: 0;
		margin-top: 10px;
		height: 30px;
	}
	#search-toggle
	{
		display: inline !important;
		margin-left: 10px;
	}
	.sticky-header .sticky-container
	{
		margin-top: 0 !important;
	}
	#btn-offcanvas
	{
		display: inline-block !important;
		vertical-align: top;
		margin-right: 13px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) 
{
	.home.sticky-header-body #slideshow
	{
		padding-top: 0;
	}
	
	.sticky-header-body #content
	{
		padding-top: 0;
	}
	
	#sidebar.span6 .wpcf7-list-item-label
	{
		width: auto;
	}
	
	aside#sidebar
	{
		margin: 0 !important;
		padding: 20px 0 0 !important;
	}
	#content article.span12 #cta .btn
	{
		padding-right: 0;
		padding-left: 0;
		width: 45%;
	}
	.home header.page #logo a
	{
		background-image: url(img/logo-mini.png);
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 70px;
		height: 23px;
	}
	
	#content article.span12 section.news-item.special figure
	{
		width: 100%;
	}
	.wp-caption
	{
		width: 100% !important;	
	}
	#slidedeck-fix
	{
		display: block;
		width: 100%;
		height: 320px;
		background-color: transparent;
		position: absolute;
		margin-left: -20px;
	}
	
	aside#sidebar
	{
		padding-bottom: 0;
	}
	#site-search.visible form
	{
		text-align: left;
	}
	#site-search.visible input
	{
		width: 50%;
	}
.offcanvas-menu
{
	width: 80%;
}

	#content article.span12 {
width: 100%;
float: none;
	}
	aside#sidebar
	{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	
	#header-links
	{
		width: 50%;
		margin-bottom:  0 !important;
float: right !important;		
	}
	
	#navigation-primary
	{
		background-color: transparent;
	}
	#navigation-secondary
	{
		display: none;
		background-color: transparent;
	}
	
	.home #navigation-secondary
	{
		display: block;
		background-color: transparent;
	}
	
	#navigation-secondary .navbar
	{
	}
	#navigation-secondary .navbar-inner
	{
		background-color: transparent !important;
		background-image: none;
		padding: 0 !important;
	}
	#navigation-secondary ul
	{
		width: 100%;
		margin: 0;
		border-style: none !important;
	}
	#navigation-secondary li {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;  
		-webkit-box-sizing: border-box;  
		-moz-box-sizing: border-box;
		
		/* Firefox v3.6+ */
		background-image:-moz-linear-gradient(63% 0% -90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%); 
		/* safari v4.0+ and by Chrome v3.0+ */
		background-image:-webkit-gradient(linear,63% 0%,63% 103%,color-stop(0, rgb(220,88,88)),color-stop(0.46, rgb(220,88,88)),color-stop(0.51, rgb(209,33,33)),color-stop(1, rgb(209,33,33)));
		/* Opera v11.10+ */
		background-image:-o-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
		/* IE v10+ */
		background-image:-ms-linear-gradient(-90deg,rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
		background-image:linear-gradient(rgb(220,88,88) 0%,rgb(220,88,88) 46%,rgb(209,33,33) 51%,rgb(209,33,33) 100%);
		
		/* Firefox v1.0+ */
		-moz-border-radius:9px ;
		/* Safari v3.0+ and by Chrome v0.2+ */
		-webkit-border-radius:9px ;
		/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
		border-radius:9px ;
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0)";
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdc5858,endColorstr=#ffd12121,GradientType=0);
		font-weight: normal;
		color: #ffffff;
		text-shadow: none;
		font-size: 15px;
		-moz-box-shadow: 2px 2px 5px #525252;
		-webkit-box-shadow: 2px 2px 5px #525252;
		box-shadow: 2px 2px 5px #525252;
		border-style: none;
		margin: 0 0 7px;
		font-style: normal;
		padding: 3px 20px;
	}
	#navigation-secondary li.active a
	{
		background-color: transparent;
		box-shadow: none;
	}
	
	
	#news-evidenza
	{
		padding: 20px;
		margin-bottom: 20px;
	}
	#news-evidenza .news-item
	{
		width: 100%;
		margin-bottom: 20px;
	}
	
	#news-ultime
	{
		padding: 0;
	}
	#news-ultime .news-item
	{
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	.single-centro-operativo form h2
	{
		margin-left: 0 !important;
		
	}
	.single-centro-operativo form input
	{
		width: auto;
	}
	.single-centro-operativo textarea
	{
		width: auto !important;
	}
	.single-centro-operativo form .styled-select
	{
		margin-bottom: 10px;
	}
	#content article.span12 #cta section
	{
		float: left;
		width: 50%;
	}
	#nav-toggle {
		display: block;
		padding: 15px 20px;
		color: #444444;
		font-size: 18px;
		margin-bottom: 0;
		background: no-repeat #EEEEEE;
	}
	
	aside#sidebar figure
	{
		width: auto;
		padding: 5px;
		margin: 30px 5px 0;
	}
	
	/* @group Footer */
	
	footer.page
	{
		padding-top: 0;
	}
	footer.page #footer-data
	{
		float: none;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	footer.page #footer-data ul
	{
		text-align: left;
		margin-bottom: 30px;
	}
	footer.page #footer-data img
	{
		float: none;
		width: 119px;
		margin-bottom: 20px;
	}
	footer.page #footer-data #copyright
	{
		width: 100%;
		float: none;
		text-align: left;
	}
	
	footer.page form
	{
		float: right;
		width: 100%;
	}
	#footer-nav li
	{
		display: block !important;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	footer.page form .privacy
	{
		position: relative;
		clear: left !important;
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	footer.page form .wpcf7-form-control-wrap
	{
	font-size: 13px;
	width: 100% !important;
	}
	footer.page form .btn
	{
		float: none !important;
		clear: left !important;
		margin-top: 20px !important;
	}
	
	/* @end */
}

/*#mask { display: none !important; }*/

/* @group sidebar nav */

#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

#nav li {
  width: 100%;
  display: block;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}

@media screen and (min-width: 481px) {
  .js #nav {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

/* @end */

@media print {
	#content article.span12
	{
		width: 100% !important;
	}
	#btn-offcanvas
	{
		display: none !important; 
	}
}




/* @group Datepicker */

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js/themes.htm#default
 */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/**
 * For `large` screens, transform into an inline picker.
 */


/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  font-size: .8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .66em .25em;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: -0.5em;
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: .5em 1.33em;
  width: 1em;
  height: 1em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.5em;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */

}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  color: #0089ec;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}
.picker__day--highlighted {
  background: #b1dcfb;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
  filter: alpha(opacity=66);
  -moz-opacity: 0.66;
  opacity: 0.66;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled:hover,
.picker--focused .picker__day--highlighted.picker__day--disabled {
  background: #bbbbbb;
}
/**
 * The footer containing the "today" and "clear" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */



/* @end */

/* Mentine */
#lblCenter .titolo {
    color: #C1272D;
    font-weight: 600;
}

a#credits {
    padding-top:25px;
    height:auto;
    /*position:absolute;*/
/*    margin-top:-25px;
    margin-left:4px;    */
    overflow:hidden;
    background: url("img/logo_mentine_footer.png") no-repeat scroll 50% -30px transparent;
    /*display: block;*/
    /*margin: 10px auto;*/
    /*width: 50px;*/
}
a#credits:hover {
    background: url("img/logo_mentine_footer.png") no-repeat scroll 50% 0 transparent;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

/* 20131210 - Bottone Artoni online solo per il menu mobile */
#navigation-secondary .navbar .nav li.accedi-ad-artoni { display: none; }

.cta-left{
	margin: 20px 0;
}

.cta-center{
	display: block;
margin: 20px auto;
width: 30%;
	
}

.cta-right{
	float:right;
	margin:20px;
}

#content article.span12 p,
#content article.span12 h1,
#content article.span12 h2,
#content article.span12 h3,
#content article.span12 h4,
#content article.span12 h5,
#content article.span12 h6,
#content article.span12 table{
	clear:both;
}

.label.label-warning{
	padding: 2px 8px 4px 8px !important;
	text-shadow: none !important;
	font-size: 12px !important;
	margin-top:10px !important;
	background-color: rgb(255, 230, 3);
	color: #000;
	font-size: 10px !important;
}

ul.nav li a .label.label-warning{
	position: absolute;
	top: -16px;
	right: 8px;
	font-size: 10px !important;
	padding: 1px 5px !important;
}

.novita,
.pharma{
	position:relative;
}

.additional_info,
.disclaimer {
    display: block;
    margin-bottom: 5px;
}

.additional_info.last {
    margin-bottom: 15px;
}

.disclaimer {
    margin-top: 15px;
}

/* Landing expedit */

.page-template-page-landing-expedit-php h3.intro,
.page-template-page-landing-expedit-clone-php h3.intro{
	color:#000 !important;
	font-style: italic;
	border-bottom:none !important;
}
.page-template-page-landing-expedit-php div.intro,
.page-template-page-landing-expedit-clone-php div.intro{
	display:none;
}
.page-template-page-landing-expedit-php h4,
.page-template-page-landing-expedit-clone-php h4{
	color:#000!important;
}
.page-template-page-landing-expedit-php h3,
.page-template-page-landing-expedit-clone-php h3{
font-size: 26px;
}

.page-template-page-landing-expedit-php aside#sidebar.span6,
.page-template-page-landing-expedit-clone-php aside#sidebar.span6 {
	background-image: none;
	padding-top: 60px;
}

.page-template-page-landing-expedit-php header.fullwidth.page .container,
.page-template-page-landing-expedit-clone-php header.fullwidth.page .container {
    position: relative;
}

.page-template-page-landing-expedit-php #badge,
.page-template-page-landing-expedit-clone-php #badge {
    position: absolute;
    right: 0;
    top: 77%;
}

.page-template-page-landing-expedit-php .btn.freccia,
.page-template-page-landing-expedit-clone-php .btn.freccia {
    width: 170px;
    height: 23px;
    padding-top: 10px;
    text-align: left;
}

.page-template-page-landing-expedit-php .btn.freccia img,
.page-template-page-landing-expedit-clone-php .btn.freccia img {
    text-align: right;
    float: right;
    padding-right: 0px;
    padding-top: 4px;
}

.page-template-page-landing-expedit-php ul,
.page-template-page-landing-expedit-clone-php ul {
    list-style-image: url('img/spunta.png');
    font-weight: 600;
    margin-bottom: 40px;
    margin-left: 60px;
}

.page-template-page-landing-expedit-php ul li,
.page-template-page-landing-expedit-clone-php ul li {
    line-height: 30px;
}

.page-template-page-landing-expedit-php #sidebar.span6 h3.intro,
.page-template-page-landing-expedit-clone-php #sidebar.span6 h3.intro {
    font-size: 24px;
}

@media (max-width: 979px) {
    .page-template-page-landing-expedit-php .btn.freccia,
    .page-template-page-landing-expedit-clone-php .btn.freccia {
        margin-right: 5px;
    }
}

/* END Landing expedit */

/* END Mentine */

.label-warning {
    display: none !important;
    visibility: hidden !important;
}

#note_submit {
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
    vertical-align: top;
    line-height: 130%;
    width: 94%;
    font-size: 12px;
    text-align: left;
    background-color: #eee;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#loading-co {
    position: absolute;
    width: 100%;
    top: 215px;
    left: 0;
    display: none;
    /*visibility: hidden;*/
}

#box--centro-operativo #loading-co {
    top: 122px;
}

#loading-co img {
    display: block;
    margin: 0 auto;
}

/* Stili speciali per la pagina tabella-riepilogativa... con tabella */
#content.pagina-larga {
    width: 1200px;
}
#content.pagina-larga #sidebar {
    display: none;
    visibility: hidden;
}
