/*
Theme Name: Effatà Editrice
Author: Giacomo Lazzarin
Author URI: http://www.untitled-design.it
Version: 1.0
*/
/* Reset degli stili */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr, acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike, strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;}
body { line-height:1;}
ol,ul { list-style:none;}
blockquote,q { quotes:none;}
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none;}
:focus { outline:0;}
ins { text-decoration:none;}
del { text-decoration:line-through;}
table { border-collapse:collapse;border-spacing:0;}
img { display:block;}
a img { border:none;}
/* Reset degli stili */
/*
*
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b, strong {
  font-weight:700;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* FINE DI TUTTI STI AGGIUSTAMENTI */






/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/







/* STILI GENERICI */
body {
	font-family:'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.4em;
	font-weight:300;
	color:#333;
	background:#ececec url('images/bg.jpg') repeat-x top left;
}

.assistive-text,
.edit-link,
.menu-toggle,
.screen-reader-text {
	position:absolute;
	left:-9999px;
}

a {
	text-decoration:none;
	color:#db5745;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
a:hover {
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}


#content ul {
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:1em;
}

.clear {
	clear:both;
}

#content strong {
	font-weight:800;
}


p,
#content p {
	padding-bottom:1em;
}

#content ol {
	list-style-type:decimal;
	padding-left:40px;
	padding-bottom:1em;
}

h1 {
	font-size:2.8em;
	line-height:1em;
	color:#333;
	margin-bottom:0.3em;
	font-weight:300;
}
h2 {
	text-transform:uppercase;
	font-size:1.6em;
	line-height:1em;
	color:#db5745;
	margin-bottom:0.5em;
	font-weight:700;
}
h3 {
	color:#db5745;
	font-size:1.5em;
	font-weight:800;
	margin-bottom:1em;
}

.titleBox,
.widget-title {
	line-height:40px;
	background:#db5745;
	color:#fff;
	font-weight:700;
	text-transform:none;
	padding:0 20px;
}
.titleBox02,
.widget-title {
	font-weight:300;
	text-transform:uppercase;
	font-size:1.1em;
	margin-top:30px;
	margin-bottom:1px;
}

.widget.widget_widget_eventi .widget-title {
	margin-bottom:13px;
}
.widget.widget_widget_eventi .widget-title .vediTutti,
.titleBox .vediTutti {
	background:#333;
	float:right;
	display:block;
	padding:0 10px;
	margin-right:-20px;
	text-transform:none;
	font-weight:700;
	font-size:12px;
	color:#fff;
}
.widget.widget_widget_eventi .widget-title .vediTutti:hover,
.titleBox .vediTutti:hover {
	color:#fff;
	background:#db5745;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

.home .titleBox,
.search .titleBox,
.error404 .titleBox {
	margin-bottom:1px;
}

.gm-style img { max-width: none; }


.alignleft {
	float:left;
	margin:0 15px 10px 0;
}


















/* STRUTTURA */
#page {
	width:978px;
	padding:100px 13px 50px;
	margin:0 auto;
	background:#fff url('images/bg-page.jpg') repeat-x top left;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}
header#masthead {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	background:#fff url('images/bg-header.jpg') repeat-x top left;
	border-bottom:1px solid #db5745;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}
header#masthead .header-main {
	width:1000px;
	margin:0 auto;
}
header#masthead .header-main .column01,
header#masthead .header-main .column02 {
	margin-bottom:0;
}

.logo {
	float:left;
	margin:20px 0 15px;
	height:50px;
}

.column01 {
	width:300px;
	margin:0 13px;
	float:left;
	margin-bottom:20px;
}

.column02 {
	width:626px;
	margin:0 13px;
	float:left;
	margin-bottom:20px;
}

.column03 {
	width:952px;
	margin:0 13px;
	float:left;
	margin-bottom:20px;
}

footer#colophon {
	background:#db5745;
	border-top:1px solid #fff;
	font-size:0.8em;
	line-height:25px;
	height:25px;
	color:#fff;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:999;
}
footer#colophon #footerInside {
	width:1000px;
	margin:0 auto;
}

footer .site-info {
	float:left;
}
footer .credits {
	float:right;
	text-align:right;
}
footer a {
	color:#fff;
}

#bottom {
	background:#333;
	width:100%;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}
#bottomInside {
	width:1000px;
	margin:0 auto;
	padding:25px 0;
	margin-bottom:26px;
	color:#fff;
	font-size:0.9em;
}

#bottomInside .column01 {
	margin:0 13px 0 0;
    width:320px;
}

.fb-like-box.fb_iframe_widget {
	background:#fff;
}

#bottom #supplementary input[type=text],
#bottom #supplementary input[type=submit] {
	width:71%;
	margin:0 !important;
	display:block;
	padding:0 1%;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	font-size:1em;
	float:left;
	margin-left:10%;
	margin-bottom:10px;
	line-height:25px;
	height:25px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	clear:right;
	margin-bottom:10px !important;
}
#bottom #supplementary label {
	display:block;
	width:20%;
	float:left;
	line-height:25px;
	height:25px;
	padding:0;
	font-size:1em;
}
#bottom #supplementary form,
#bottom #supplementary aside {
	width:100%;
	margin-bottom:10px;
	min-height:140px;
}
#bottom #supplementary form br {
	display:none;
}
#bottom #supplementary input[type=text]:focus,
#bottom #supplementary input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 1);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 1);
}
#bottom #supplementary input[type=submit] {
	width:100px;
	float:right;
	background:#db5745;
	color:#fff;
	text-transform:uppercase;
	margin-right:7% !important;
	line-height:25px;
	height:25px;
	padding:0;
}

.subscribe-form .sendy-form-row, .captcha-image {
	clear:both;
}

#footer-sidebar .widget_sendy_widget_pro h1 {
	display:none;
}

#footer-sidebar {
	height:135px !important;
}







/* SEARCH */
#search-container {
	float:right;
}
header .search-box {
	position:relative;
	float:right;
	background:#ccc;
	color:#000;
	line-height:22px;
	margin-left:25px;
	padding:10px 0px 0px;
	border-bottom:2px solid #333;
	border-top:5px solid #333;
	cursor:pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
header .search-box .search-field {
	margin: 0px;
	background-color:transparent;
	border: 0px none;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 17px;
}
.search-field {
    background-color:#fff;
    background-image: url("images/search-icon.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 17px 16px;
    cursor: pointer;
    font-size: 0.9em;
    height: 25px;
    margin:13px 25px 0 0px;
    padding:5px 0px 5px 38px;
    position: relative;
    text-transform: uppercase;
    width: 100px;
	border:0;
	box-sizing:border-box;
	-webkit-appearance: none;
	border: 0px none;
	border-radius: 0px;
    transition: width 400ms ease 0s, background 400ms ease 0s;
	border-bottom:2PX solid #333;
}
.search-field:focus {
    background-color: #eee;
    cursor: text;
    outline: 0 none;
    width: 180px;
}
.search-submit {
    display: none;
}

.search-form-sidebar,
.widget.widget_search form {
	margin-bottom:30px;
}
.search-form-sidebar .search-submit-sidebar,
.widget.widget_search form .search-submit {
    background-image:url("images/lente.png");
	background-color:#db5745;
    background-position:10px center;
    background-repeat:no-repeat;
    background-size:23px 24px;
    cursor:pointer;
    width:43px;
    height:40px;
    border:0;
	display:block;
	color:transparent;
}
.search-form-sidebar .search-field-sidebar,
.widget.widget_search form .search-field {
	width:257px;
	border:0;
	line-height:40px;
	height:40px;
	padding:0 15px;
	float:left;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	font-size:1.1em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-appearance: none;
    border-radius: 0;
	margin:0;
}

.search.search-results .column02 article .post-thumbnail {
	float:right;
	margin:0 0 10px 20px;
	max-width:100px;
}

.carte {
	margin-bottom:15px;
}










/* SLIDER HOME */
.cycloneslider-template-standard .cycloneslider-caption {
    background:url('images/bg-caption.png') repeat !important;
    right:0;
	left:auto !important;
    opacity:1 !important;
    width:50% !important;
}
.cycloneslider-template-standard a {
	color:#fff;
}
.cycloneslider-template-standard a:hover {
	color:#000;
}
.cycloneslider-caption-title {
	font-weight:700;
	font-size:2.2em !important;
	line-height:1em !important;
}

.cycloneslider-caption-description {
	font-weight:300 !important;
	font-size:1.5em !important;
	line-height:1em !important;
	padding:0 20px 25px !important;
}
.cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next {
    top:auto !important;
	bottom:15px;
    border-radius:none !important;
    border-radius:0 !important;
    box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
    background:url('images/arrow-left.png') no-repeat top left !important;
    width:28px !important;
    height:41px !important;
    margin-top:0 !important;
}
.cycloneslider-template-standard .cycloneslider-next {
    background:url('images/arrow-right.png') no-repeat top left !important;
	left:50px;
	right:auto !important;
}
.cycloneslider-template-standard .cycloneslider-next .arrow {
	display:none !important;
}
.cycloneslider-template-standard .cycloneslider-prev .arrow {
	display:none !important;
}
.cycloneslider-template-standard {
	margin-bottom:10px !important;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}








/* HOME */
.anticipazioneEventi {
	margin-bottom:10px;
	padding-bottom:8px;
	background:url('images/bg-news.jpg') no-repeat bottom center;
}
.anticipazioneEventi .data {
	width:43px;
	float:left;
	margin:0 10px 0 0;
	background:#db5745;
	color:#fff;
	text-align:center;
	font-size:0.9em;
	padding:10px 7px;
	line-height:1.3em;
}
.anticipazioneEventi .data .giorno {
	font-size:0.9em;
}
.anticipazioneEventi a.data:hover {
	color:#000;
	background:#ccc;
}
.anticipazioneEventi .data .numero {
	font-size:1.5em;
	font-weight:700;
}
.anticipazioneEventi .data .mese {
	font-weight:700;
}
.anticipazioneEventi .contenutoEvento {
	line-height:1.3em;
	padding-left:70px;
}
.anticipazioneEventi .contenutoEvento h1 {
	font-size:1em;
	color:inherit;
	font-weight:700;
	text-transform:uppercase;
}
.anticipazioneEventi .contenutoEvento a {
	color:#000;
}
.anticipazioneEventi .contenutoEvento a:hover {
	color:#db5745;
}


.postBoxHome {
	border-bottom:1px solid #666;
	min-height:90px;
}
.titleCatHome {
	font-size:1.3em;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:10px 15px;
	font-weight:700;
	background:#db5745;
}
.titleCatHome a {
	color:#fff;
}
.titleCatHome a:hover {
	color:#000;
}
.imgEvidenza {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.imgEvidenza:hover {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
}
.postContentBoxHome {
	background:#eee;
	padding:15px;
}
.paesiBoxHome {
	text-transform:uppercase;
}
.titleBoxHome {
	padding-top:5px;
	font-weight:300;
	font-size:1.1em;
}
.titleBoxHome a {
	color:#000;
}
.titleBoxHome a:hover {
	color:#db5745;
}
.linkBoxHome a {
	display:block;
	border-bottom:3px solid #fff;
	background:#eee;
	padding:0 15px 5px;
	text-align:right;
	font-weight:700;
}
.titleBox.eventi {
	margin-bottom:13px !important;
}

#poweredByTint {
	display:none !important;
}




.tagcloudHome,
.autoriHome {
	background:#333;
	padding:15px;
	margin:0 !important;
}
.tagcloudHome,
.autoriHome {
	text-align:center;
}
.tagcloudHome a,
.autoriHome a {
	display:inline;
	text-transform:none;
	font-weight:300;
	line-height:normal;
	padding:1px 2px;
	background:transparent;
	color:#fff;
}
.tagcloudHome a:hover,
.autoriHome a:hover {
	background:#db5745;
}
.autoriHome:after {
	content:" ";
	display:block;
	clear:both;
}
.autoriHome li {
	width:35px;
	padding:10px 0;
	float:left;
	list-style-type:none;
	margin-right:3px;
}
.autoriHome li.no-link {
	border-left:1px solid #555;
    color:#555;
    line-height:30px;
    margin-bottom:10px;
    margin-top:10px;
    padding:0 0 0 10px;
    width:25px;
	text-align:left;
}
.autoriHome li a {
	text-transform:uppercase;
	padding:0px 10px;
	line-height:30px;
	width:auto;
	float:left;
	border-left: 1px solid #999;
}


.homeTitleMargin {
	margin-top:0;
}








.column02.containerLibri {
	margin:0;
	width:652px;
}

.titleHome {
	background:#db5745;
	line-height:40px;
	color:#fff;
	text-transform:none;
	padding:0 20px;
}

.boxLibro {
	background:#eee;
	border-bottom:1px ridge #999;
	margin-bottom:15px;
	position:relative;
}

.boxLibro .libro {
	float:left;
	margin:10px;
}
.boxLibro .libro a img {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.boxLibro .libro a:hover img {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.boxLibro .testo h1 {
	font-size:1.1em;
	font-weight:700;
	padding:12px 10px 0 0;
	text-transform:uppercase;
}
.boxLibro .testo h1 a {
	color:#000;
}
.boxLibro .testo h1 a:hover {
	color:#db5745;
}
.boxLibro .testo .descrizione {
	padding:0 !important;
	margin:10px 10px 10px 0;
	line-height:1em;
	font-size:0.9em;
}
.boxLibro .testo .autore {
	padding:0 !important;
	margin:0 10px 0 0;
	line-height:1em;
	font-size:0.9em;
}

.boxLibro .ebook {
	position:absolute;
	bottom:10px;
	right:10px;
}










/* IFRAME DISTRIBUZIONE */
#distribuzioneFrame {
	border:1px solid #ccc;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}







/* MENU SITI */
#menuSiti {
	float:right;
	font-size:0.8em;
}
#menuSiti li,
#menuSiti li a {
	float:left;
}
#menuSiti li a {
	background:#ccc;
	color:#000;
	line-height:22px;
	margin-right:4px;
	padding:0 8px;
	padding-top:12px;
	border-top:5px solid #333;
}
#menuSiti li a:hover,
#menuSiti li.current a {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	background:#343967;
	border-top:5px solid #343967;
	color:#fff;
}
#menuSiti li a.effata:hover,
#menuSiti li.current a.effata {
	background:#000;
	border-top:5px solid #000;
}
#menuSiti li a.effataeditrice:hover,
#menuSiti li.current a.effataeditrice {
	background:#db5745;
	border-top:5px solid #db5745;
}










/* MENU UTENTI WOOCOMMERCE */
#boxUserCartHeader {
	position:relative;
	float:right;
	background:#ccc;
	color:#000;
	line-height:22px;
	margin-left:25px;
	padding:8px 8px 4px;
	border-bottom:2px solid #333;
	border-top:5px solid #333;
	cursor:pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#boxUserCartHeader .userTab {
	margin-right:10px;
}
#boxUserCartHeader .userTab,
#boxUserCartHeader .cartTab {
	float:left;
}
#boxUserCartHeader .userTabIcon,
#boxUserCartHeader .cartTabIcon {
	float:left;
	font-size:2.1em;
	line-height:0.8em;
	padding:0 10px 0 0;
}
#boxUserCartHeader .userTabText,
#boxUserCartHeader .cartTabText {
	float:left;
	line-height:1em;
	font-size:0.8em;
	text-transform:uppercase;
}
#boxUserCartHeader .cartTab {
	position:relative;
}
#boxUserCartHeader .cartTabNumber {
	position:absolute;
	top:-12px;
	left:1px;
	width:20px;
	text-align:center;
	color:#db5745;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#boxUserCartHeader .cartTabIcon {
	font-size:1.5em;
	line-height:1.5em;
	padding:0px 10px 0 2px;
}

#boxUserCartHeader:hover {
	background:#db5745;
}
#boxUserCartHeader:hover .cartTabNumber {
	color:#000;
}

#infoUserCartHeader {
	display:none;
	position:absolute;
	padding:15px;
	left:0;
	top:34px;
	background:#ccc;
	width:92%;
	padding:4%;
}
#infoUserCartHeader img {
	width:40px;
	float:left;
	margin-right:10px;
}
#infoUserCartHeader h1.widget-title {
	padding:0px;
	margin:0px;
	background:transparent;
	line-height:1em;
	font-size:0.9em;
	color:#000;
}
#infoUserCartHeader .clearfix.woo-ma-list {
	line-height:1.2em;
	margin-left:50px;
	margin-top:10px;
}
#infoUserCartHeader .clearfix.woo-ma-list li a {
}
#infoUserCartHeader p {
	margin:0;
	padding:0;
	line-height:1.4em;
}
#infoUserCartHeader p a {
	color:#000;
	text-transform:uppercase;
	font-size:0.9em;
	margin-left:50px;
	clear:both;
	display:block;
}
#infoUserCartHeader p a:hover {
	color:#db5745;
}
#infoUserCartHeader p a.woo-ma-button.woo-ma-logout-link.logout-link {
	margin:0;
	font-weight:700;
	font-size:0.8em;
}
#infoUserCartHeader p a.woo-ma-button.woo-ma-myaccount-link.myaccount-link {
	padding-top:10px;
}

#infoUserCartHeader .widget_shopping_cart {
	margin-top:10px;
}
#infoUserCartHeader .widget_shopping_cart h1 {
	background:#db5745;
	padding:3px 5px;
	color:#fff;
}
#infoUserCartHeader .cart_list.product_list_widget li a {
	line-height:1.2em;
}
#infoUserCartHeader .buttons {
	margin-top:10px;
}
#infoUserCartHeader .button.wc-forward {
	margin-left:0;
	float:left;
	clear:none;
}
#infoUserCartHeader .button.checkout.wc-forward {
	float:right;
}

#infoUserCartHeader .total {
	padding-top:4px;
	margin-top:4px;
}
p.buttons a:first-child {
	background:none !important;
	padding-right:0 !important;
	padding-left:0 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	color:#000 !important;
}
p.buttons a:first-child:hover {
	background:none !important;
	padding-right:0 !important;
	padding-left:0 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	color:#fff !important;
}

#boxUserCartHeader #wma_login_form {
	clear:both;
	display:block;
}
#boxUserCartHeader #wma_login_form label {
	margin-top:5px;
}
#boxUserCartHeader #wma_login_form input[type=text],
#boxUserCartHeader #wma_login_form input[type=password] {
	width:95%;
}
#boxUserCartHeader #wma_login_form input[type=submit] {
	background:#333;
	color:#fff;
	border:0;
	padding:0;
	float:right;
	margin:5px 0;
	padding:2px 5px;
}
#boxUserCartHeader #wma_login_form input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
#boxUserCartHeader .woo-ma-link.woo-ma-lost-pass {
	line-height:44px;
	font-size:0.9em;
}
#boxUserCartHeader .wc-social-login.form-row-wide p {
	font-size:0.9em;
}
#boxUserCartHeader .wc-social-login.form-row-wide a {
	padding-bottom:0 !important;
}






/* MENU NAVIGAZIONE PRINCIPALE */
.menu-menu-principale-container {
	float:right;
	clear:right;
	margin-top:12px;
}
.menu-menu-principale-container ul li, 
.menu-menu-principale-container ul li a {
	float:left;
}
.menu-menu-principale-container ul li a {
	line-height:25px;
	margin-left:15px;
	text-transform:uppercase;
	color:#000;
}
.menu-menu-principale-container ul li a:hover,
.menu-menu-principale-container ul li.current-menu-item a {
	color:#db5745;
}










/* MENU NAVIGAZIONE SECONDARIO */
.menu-menu-secondario-container {
	margin-top:15px;
}
.menu-menu-secondario-container ul li a {
	color:#fff;
	text-transform:uppercase;
}
.menu-menu-secondario-container ul li a:hover,
.menu-menu-secondario-container ul li.current-menu-item a {
	color:#db5745;
}











/* MENU SECONDARIO */
#menuSecondario ul {
	width:100% !important;
	margin-bottom:20px;
	height:35px;
}
#menuSecondario li {
	float:left;
	width:25%;
	position:relative;
}
#menuSecondario li a {
	background:#333;
	color:#fff;
	text-transform:uppercase;
	display:block;
	text-align:center;
	line-height:35px;
	font-weight:700;
	font-size:1em;
	border-left:1px solid #999;
}
#menuSecondario li:first-child a {
	border:0;
}
#menuSecondario li a:hover {
	background:#db5745;
}

#menuSecondario .tagcloud,
#menuSecondario .autori {
	background:#333;
	padding:15px;
	display:none;
}
#menuSecondario ul li:hover .tagcloud,
#menuSecondario ul li:hover .autori {
	display:block;
	position:absolute;
	z-index:999;
	text-align:center;
}
#menuSecondario ul li .tagcloud a,
#menuSecondario ul li .autori a {
	display:inline;
	text-transform:none;
	font-weight:300;
	line-height:normal;
	padding:1px 2px;
	background:transparent;
}
#menuSecondario ul li .tagcloud a:hover,
#menuSecondario ul li .autori a:hover {
	background:#db5745;
}
#menuSecondario ul li .autori li {
	width:35px;
	padding:5px 0;
}
#menuSecondario ul li .autori li.no-link {
	border-left:1px solid #555;
    color:#555;
    line-height:30px;
    margin-bottom:5px;
    margin-top:5px;
    padding:0 0 0 10px;
    width:25px;
}
#menuSecondario ul li .autori li a {
	text-transform:uppercase;
	padding:5px 10px;
	line-height:30px;
	width:auto;
}
#menuSecondario ul ul {
	backface-visibility:#333;
	height:auto;
	width:auto !important;
}
#menuSecondario ul ul li:first-child a {
	border-left:1px solid #999;
}
#menuSecondario ul li:hover .autori {
	text-align:left;
}
#menuSecondario ul li ul li.titleMenu,
#menuSecondario .tagcloud a.titleMenu {
	display:block;
	width:100%;
	text-align:center;
	color:#db5745;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:300;
	font-size:1.1em;
}
#menuSecondario .tagcloud a.titleMenu:hover {
	color:#fff;
	background:none;
}












/* FORM */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	width:95%;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	margin:2% 0 0;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.wpcf7 textarea {
	height:100px;
}
.wpcf7 input[type=submit] {
	border:1px solid #ccc;
	padding:5px 20px;
	text-transform:uppercase;
	background:#eee;
	float:right;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
	background:#fff;
}
.wpcf7 #privacy {
	font-size:0.9em;
}
.wpcf7 #privacy span {
	margin:0 10px 20px 0;
	display:block;
	float:left;
}
#content img.ajax-loader {
	box-shadow:none;
	float:left;
}

















/* EVENTI */
.single #content h3 {
	margin-top:0;
	margin-bottom:1.5em;
}











/* RICERCA */
.postResearch {
	margin-bottom:20px;
	padding-bottom:13px;
	background:url('images/bg-news.jpg') no-repeat bottom center;
}
.postResearch h3 {
	margin-bottom:0.5em;
}




/* SEARCH - RICERCA */
.search #content article {
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.search #content article header h1 {
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1em;
	color:#db5745;
	margin-bottom:0.5em;
	font-weight:700;
}
.search article .entry-meta {
	display:none;
}
.search article img {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.search article img:hover {
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}








/* PRIVACY POLICY */
.iubenda-ibadge {
	margin-top:3px !important;
}












/* WOOCOMMERCE */
#sidebarShop .images a img {
	width:100% !important;
	height:auto;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

.libro h1 {
	text-transform:uppercase;
	font-size:2.3em;
	font-weight:300;
}
.libro h2.subtitle {
	margin-bottom:7px;
}
.libro .textContent p {
	margin-bottom:0.5em;
}

.related h2,
.titleNeg,
.titleNeg2 {
	background:#333;
	color:#fff;
	font-size:1.2em;
	line-height:1.8em;
	font-style:normal;
	padding:0 10px;
	margin-bottom:0;
}
.titleNeg2 {
	background:#db5745;
}

#content ul.products {
	margin:0;
	list-style-type:none;
}
.libro ul.products {
	background:#eee;
	border-bottom:1px solid #ccc !important;
}
.libro ul.products li {
	width:46% !important;
	padding:2% !important;
	float:left !important;
	clear:none !important;
	margin:0 !important;
	position:relative !important;
}
.libro ul.products a {
	float:left !important;
	width:100%;
	height:120px;
	border-bottom:1px solid #ccc;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro ul.products a:hover {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro ul.products li a img {
	height:auto !important;
	width:70px !important;
	float:left;
	margin:0 10px 10px 0 !important;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
}
.libro ul.products li a:hover img {
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3) !important;
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3) !important;
}
.libro ul.products li h3 {
	color:#333;
	text-transform:uppercase;
	font-size:1em;
    margin:0;
    padding:0.5em 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro ul.products li a:hover h3 {
	color:#db5745;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro #argomenti {
	margin-bottom:20px;
}
.subtitleRelated {
	color:#333;
	font-size:0.9em;
}

.libri3colonne .libro ul.products li {
	width:29% !important;
	position:relative;
}

.libri3colonne .libro ul.products li a {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.boxEtichette {
	position:absolute;
	right:20px;
	bottom:30px;
	font-size:0.8em;
	text-transform:uppercase;
	color:#fff;
}
.boxEtichette .etichetta {
	padding:1px 2px;
	background:#666;
	margin-left:5px;
}


.infolibro ul {
	margin-left:0 !important;
	list-style-type:none !important;
}

.infolibro .wp-post-image {
	width:100%;
	height:auto;
	margin-bottom:20px;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

.infolibro .addtocart,
.infolibro .cart {
	margin-bottom:10px;
	margin-top:1px;
	height:40px;
}
.infolibro .addtocart .quantita,
.infolibro .cart .quantita {
	width:45%;
	display:block;
	float:left;
	background:#333;
	color:#db5745;
	text-transform:uppercase;
	line-height:30px;
	padding-left:5%;
	font-size:0.9em;
}
.infolibro .addtocart .quantita input[type=number],
.infolibro .cart .quantita input[type=number] {
	width:30px;
	text-transform:uppercase;
	text-align:center;
	background:#fff;
	border:0;
	margin-left:15px;
	line-height:20px;
}
.infolibro .addtocart button,
.infolibro .cart button {
	width:50%;
	text-transform:uppercase;
	line-height:1.5em;
	background:#db5745;
	border:0;
	line-height:30px;
	color:#fff;
	padding:0;
	height:30px;
	font-size:0.8em;
	font-weight:700;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.infolibro .addtocart button:hover 
.infolibro .cart button:hover {
	background:#000;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.infolibro .cart .quantity .input-text.qty.text {
	width:30px;
	height:20px;
	padding:0;
	border:0;
	margin-top:5px;
	text-align:center;
}
.infolibro #tabs .quantity {
	width:50%;
	float:left;
	height:30px;
	background:#333;
}
.infolibro #tabs .quantity .plus,
.infolibro #tabs .quantity .minus {
	display:none;
}
.single_add_to_cart_button.button.alt {
	padding:0 !important;
	text-align:center;
	width:50% !important;
	float:right;
}
#ebook .single_add_to_cart_button.button.alt {
	width:100% !important;
}
.infolibro #tabs .quantity label {
	line-height:30px;
	color:#eee;
	text-transform:uppercase;
	padding:0 10px;
	font-size:0.9em;
}

.infolibro #tabs .stock {
	display:none;
}



.infolibro #tabs h2.titleNeg.oppure {
	font-weight:300;
	text-align:center;
	font-size:1em;
	line-height:30px;
	clear:both;
}
.infolibro #tabs h2.titleNeg.titleNeg3 {
	background:#777;
	margin-top:35px;
	font-weight:700;
	font-size:1.2em;
	text-align:center;
	line-height: 1.2em;
	padding: 5px 10px;
}
.infolibro #tabs h2.titleNeg.titleNeg3 sup {
	font-weight:300;
	padding-top:5px;
}

.infolibro #tabs ul {
	background:#fcfcfc;
	margin-bottom:20px;
}

#infoLibroSlider {
	position:relative;
}
#infoLibroSlider h2.titleNeg {
	position:absolute;
	width:260px;
}
#infoLibroSlider ul li p {
	line-height:30px;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	background:#fcfcfc;
	padding:0 10px;
	font-size:1.1em;
	text-align:left !important;
}
#infoLibroSlider ul li p a {
	text-transform:uppercase;
}

.autoriLibro li a img.wp-post-image {
	width:70px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
	border-bottom:1px solid #ccc;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.autoriLibro li a {
	background:#eee;
	padding:10px;
	display:block;
	color:#333;
	line-height:1.2em;
	border-bottom:1px solid #ccc;
}
.autoriLibro li a strong {
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#db5745;
	font-size:1.1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.autoriLibro li a .leggiTutto {
	color:#db5745;
	display:block;
	margin-top:5px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.autoriLibro li a:hover img.wp-post-image {
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.autoriLibro li a:hover strong,
.autoriLibro li a:hover .leggiTutto {
	color:#333;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.column01 .autoriLibro {
	font-size:0.9em;
}

.single #content .products h3 {
	padding-bottom:0;
	margin-bottom:0;
}
.single #content .products p {
	padding-bottom:0;
}


#autoriMenuLine {
	clear:both;
	display:block;
	width:100%;
	height:50px;
	margin-left:0 !important;
}
#autoriMenuLine li,
#autoriMenuLine li a {
	float:left;
	list-style-type:none;
}
#autoriMenuLine li {
	line-height:30px;
	width:30px;
	border:1px solid #eee;
	text-align:center;
	margin-right:4.8px;
	color:#ccc;
	font-size:1.2em;
}
#autoriMenuLine li a {
	width:30px;
	background:#eee;
}
#autoriMenuLine li a:hover, 
#autoriMenuLine li.currentLetter {
	color:#fff;
	background:#333;
}
#autoriMenuLine li:last-child {
	margin-right:0;
}


.libro.libroLoop {
	background: none repeat scroll 0% 0% #EEE;
	border-bottom: 1px solid #CCC !important;
}


.product_cat {
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	margin-left:0 !important;
	font-size:1.1em;
	margin-top:40px;
}
.product_cat li {
	list-style-type:none;
	line-height:2em;
	border-bottom:1px solid #eee;
	color:#999;
}
.product_cat li a {
	color:#333;
}
.product_cat li a:hover {
	color:#fff;
	background:#db5745;
	padding:0 2px;
}

.attachmentList {
	margin-left:0 !important;
	background:#eee;
	padding:10px;
}
.attachmentList li {
	list-style-type:none;
	float:left;
}

.related.products .products {
	margin-left:0 !important;
	background:#eee;
	padding:10px;
}
.related.products .products img {
	float:left;
	margin-right:10px;
}


#content ul.product_list_widget {
	margin-left:0 !important;
}
#content ul.product_list_widget li {
	border-bottom:1px solid #ccc;
	display:block;
	clear:both;
	padding:5px 20px;
}
#content ul.product_list_widget li a {
	font-size:1.2em;
}


.page-template-page-ebook .related.products .products {
	background:none;
	border:0 !important;
}


.posRel {
	position:relative;
}
.yotpo.bottomLine.yotpo-medium {
	position:absolute;
	top:0;
	right:0;
}
.yotpo.bottomLine.yotpo-medium .text-m,
.yotpo.bottomLine.yotpo-medium .text-m {
	clear:both;
	font-size:0.9em;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	clear: both;
	text-align: right;
}

.yotpo.bottomLine.yotpo-medium .yotpo-stars {
	float:right;
}


.libro.posRel h1.product_title {
	padding-right:150px;
}




/* TAB ACQUISTO LIBRI SITI ESTERNI */
.ui-tabs {
	position:relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	margin-bottom:20px;
}
.ui-tabs .ui-tabs-panel {
	background:#eee;
}
.ui-tabs .ui-tabs-nav {
	line-height:30px;
}
.ui-tabs .ui-tabs-nav li {
	width:50%;
	text-align:center;
	float:left;
	position:relative;
	top:0;
}
.ui-tabs .ui-tabs-nav li.solo {
	width:100%;
}
.ui-tabs .ui-tabs-nav li a {
	display:block;
	width:100%;
	text-align:left;
	float:left;
	cursor:pointer;
	padding-bottom:10px;
	background-color:#999;
	background-image:url('images/bg-acquista-1.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.ui-tabs .ui-tabs-nav li a img {
	float:left;
	margin-left:10px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	padding:10px;
}
.ui-tabs .ui-tabs-panel p {
	text-align:center;
	margin:0;
	padding:0;
	line-height:40px;
	font-size:1.1em;
	text-transform:uppercase;
}
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li,
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li a {
	float:left;
}
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li a {
	margin:15px 22px;
}
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li a:hover {
    opacity:0.5;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color:#db5745 !important;
	background-image:url('images/bg-acquista.jpg') !important;
	background-position:bottom;
	background-repeat:no-repeat;
}
.ui-tabs .ui-tabs-nav li a:hover {
	background-color:#333 !important;
	background-image:url('images/bg-acquista-2.jpg') !important;
}









/* SLIDER INFO LIBRO */
.csSlideOuter {
	overflow: hidden;
	padding-top:2.2em;
}
.lightSlider2:before, .lightSlider2:after,
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.csSlideWrapper > .lightSlider2:after,
.csSlideWrapper > .lightSlider:after {
	clear: both;
}
.csSlideWrapper .csSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade {
	position: relative;
}
.csSlideWrapper .csFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.csSlideWrapper.usingCss .csFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade > *.active {
	z-index: 10;
}
.csSlideWrapper.usingCss .csFade > *.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.csSlideOuter .csPager.cSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.csSlideOuter .csPager.cSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.csSlideOuter .csPager.cSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
	background-color: #428bca;
}
.csSlideOuter .media {
	opacity: 0.8;
}
.csSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.csSlideOuter .csPager.cSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.csSlideOuter .csPager.cSGallery li {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
	opacity: 1;
}
.csSlideOuter .csPager.cSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.csSlideOuter .csPager.cSGallery:before, .csSlideOuter .csPager.cSGallery:after {
	content: " ";
	display: table;
}
.csSlideOuter .csPager.cSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.csAction > a {
	width: 32px;
	display: block;
	top:0px;
	z-index:999;
	height: 32px;
	background-image: url('images/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
}
.csAction > a:hover {
	opacity: 1;
	background-image: url('images/controls2.png');
}
.csAction > .csPrev {
	background-position: 0 0;
	right:28px;
	top:-14px;
}
.csAction > .csNext {
	background-position: -32px 0;
	right:5px;
	top:-14px;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}





/* PAGINA CATEGORIE E TAG PRODOTTI */
nav.woocommerce-breadcrumb {
	text-transform:uppercase;
	font-size:0.9em;
	display:none !important;
}
nav.woocommerce-breadcrumb a {
	color:#db5745 !important;
}
nav.woocommerce-breadcrumb a:hover {
	color:#000 !important;
}

h1.page-title {
	text-transform:uppercase;
	font-size:2.3em;
    font-weight:300;
	margin-bottom:30px;
}
.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom:10px !important;
}

.libro.autore .entry-content {
	margin-bottom:30px;
}
.libro.autore .column01 .wp-post-image {
	width:100% !important;
	height:auto;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

#reviews {
	margin-top:40px;
}
#reviews .column01 {
	margin:0;
	padding-right:20px;
	width:293px;
}

#reviews h2,
#reviews h3 {
	text-transform:uppercase;
	color:#333;
	font-size:1.2em;
	height:50px;
	line-height:1.1em;
	font-weight:300;
}

.star-rating span {
	color:#db5745 !important;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color:#ccc !important;
}

.comment-form-rating label,
.comment-form-comment label {
	font-weight:700;
	margin-bottom:5px;
	display:block;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
	margin-right:0.5em;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width:1.5em;
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width:2.5em;
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width:3.5em;
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width:4.5em;
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width:5.5em;
}

.comment-form-comment textarea,
#commentform input {
	width:95%;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	margin:2% 0 0;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.comment-form-comment textarea {
	height:100px !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button {
	border:0 !important;
	color:#fff !important;
	padding:5px 20px !important;
	text-transform:uppercase !important;
	background:#db5745 !important;
	float:right;
	width:auto !important;
	box-shadow:none !important;
	text-shadow:none !important;
	border-radius:0 !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:hover {
	background:#000 !important;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
}






.woocommerce-pagination {
	margin-top:30px;
}



.woocommerce form input[type=text],
.woocommerce form textarea {
	width:95%;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	margin:2% 0 0;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.shipping_calculator {
	margin-top:20px;
}

.checkout-button {
	margin-top:30px !important;
}

#customer_details h3 {
	text-transform:uppercase;
	font-weight:300;
}

.myaccount_user {
	margin-bottom:30px;
}
.col2-set.addresses {
	margin-top:20px;
}


#customer_details .col-1 {
	float:left;
	width:48%;
}
#customer_details .col-2 {
	float:right;
	width:48%;
}
#order_review_heading {
	clear:both;
	padding-top:40px;
}


.woocommerce .shop_table {
	width:100%;
	float:left;
}
.woocommerce .woocommerce-checkout-review-order-table {
	width:68%;
}
.woocommerce #payment {
	float:right;
	width:28%;
}
.woocommerce #payment p.form-row.terms {
	clear:both;
}
#content .woocommerce form .form-row.terms label,
#content .woocommerce-page form .form-row.terms label {
	line-height:1em !important;
}
#content .woocommerce-page form .form-row.terms {
	clear:both;
	display:block;
}

#payment #place_order {
	margin-bottom:15px;
}

#billing_country_field label,
#shipping_country_field label {
	padding-right:5px;
}

#billing_country_field strong,
#shipping_country_field strong,
#tipo_persona_field {
	line-height:2.5em;
}

.woocommerce-billing-fields .form-row.form-row-first,
.shipping_address .form-row.form-row-first,
.page-id-96 .woocommerce .form-row.form-row-first {
	width:48%;
	float:left;
}
.woocommerce-billing-fields .form-row.form-row-last,
.shipping_address .form-row.form-row-last,
.page-id-96 .woocommerce .form-row.form-row-last {
	width:48%;
	float:right;
}

.cart-subtotal th,
.shipping th,
.fee th,
.order-total th {
	text-align:right;
}
.cart-subtotal table.shop_table .tbody th,
.cart-collaterals table th {
	max-width:30%;
	width:auto !important;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding:5px 10px !important;
}

mark {
	background:#db5745;
	color:#fff;
	padding:0 3px;
}



.woocommerce header.title {
	border-top:1px solid #ccc;
	padding-top:10px;
}

#content .order-actions .button.pay {
	color:#093 !important;
}
#content .order-actions .button.cancel {
	color:#C00 !important;
}
#content .order-actions .button.view {
	color:#333 !important;
}
#content .order-actions .button.pay,
#content .order-actions .button.cancel,
#content .order-actions .button.view {
	background:transparent !important;
	clear:both !important;
	padding:0 !important;
}
#content .order-actions .button.pay:hover,
#content .order-actions .button.cancel:hover,
#content .order-actions .button.view:hover {
	color:#db5745 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}




.textwidget ul.aiuto li {
	float:left;
	display:inline-block;
	list-style-type:none;
	width:50%;
	margin-top:20px;
	font-size:1.2em;
}
.textwidget ul.aiuto li a {
	color:#333;
}
.textwidget ul.aiuto li a:hover {
	color:#db5745;
}
.textwidget ul.aiuto li.clear {
	float:none;
	margin-top:0;
}





#content .content-sidebar.widget-area aside input[type=text],
#content .content-sidebar.widget-area aside input[type=submit] {
	width:79%;
	margin:0 !important;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	font-size:1em !important;
	float:left;
	margin-bottom:10px;
	line-height:1em !important;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#content .content-sidebar.widget-area aside label {
	display:block;
	width:17% !important;
	float:left;
	line-height:22px;
	font-size:0.9em !important;
}
#content .content-sidebar.widget-area aside form,
#content .content-sidebar.widget-area aside aside {
	width:100%;
	margin-bottom:10px;
	min-height:140px;
}
#content .content-sidebar.widget-area aside input[type=text]:focus,
#content .content-sidebar.widget-area aside input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);
}
#content .content-sidebar.widget-area aside input[type=submit] {
	width:100px;
	float:right;
	background:#db5745;
	color:#fff;
	text-transform:uppercase;
	margin-right:0 !important;
}

#content .content-sidebar.widget-area aside .resp {
	clear:both;
}

#content .content-sidebar.widget-area aside .subscribe-form {
	padding:10px 7%;
	width:87%;
}









/* PAGINA ARGOMENTI */
#tagCloudArgomenti {
	background:#eee;
	padding:20px;
}
#tagCloudArgomenti a {
	color:#333;
	line-height:25px;
	padding:2px 5px;
}
#tagCloudArgomenti a:hover {
	background:#db5745;
	color:#fff;
}





/* PAGINA AUTORI */
#authorInfo {
	background:#eee;
    line-height:30px;
    list-style:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    margin-top:20px;
    text-transform:uppercase;
	font-size:0.9em;
	border-top:1px solid #333;
	text-align:right;
	padding:0 10px;
}
#authorInfo li {
	border-bottom:1px solid #fff;
}
#authorInfo li a {
    padding:0 15px;
	color:#333;
	display:block;
	text-align:right;
}
#authorInfo li a:hover {
	background:#333;
	color:#fff;
}
#authorInfo img {
	float:left;
	padding:5px 5px 2px 0;
}
#authorInfo a:hover img {
	opacity:0.6;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}








.acf-map {
	width:100%;
	height:320px;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.single-eventi .anticipazioneEventi {
	margin-top:40px;
}

.single-eventi .attachmentList,
.single-eventi .products {
	min-height:100px;
}
.single-eventi .locationTitle {
	margin-top:15px;
}
.page-template-page-eventi .locationTitle {
	margin-bottom:5px;
	color:#666;
}

.page-template-page-eventi .anticipazioneEventi .contenutoEvento h1,
.single-eventi .anticipazioneEventi .contenutoEvento h1 {
	font-size:1.3em;
}

.libroCorrelato {
	float:right;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.page-id-5566 .contenutoEvento a,
.page-id-5566 .contenutoEvento h4,
.page-id-5566 .contenutoEvento p {
	width:76%;
	float:left;
}
.page-id-5566 .contenutoEvento h1 {
	width:100%;
}
.page-id-5566 .anticipazioneEventi {
	margin-bottom:40px;
	padding-bottom:20px;
}

.single-eventi .anticipazioneEventi {
	margin-top:0;
}






/* SLIDER HOME */

/*****************************************************
 * styling generico elementi als: contenitore esterno
 ******************************************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

/****************************************
 * viewport: riquadro di visualizzazione
 ***************************************/
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

/***************************************************
 * wrapper: raccoglitore degli elementi della lista
 **************************************************/
.als-wrapper {
	position: relative;
	/* se si sta usando una lista del tipo <ul> <li>*/
	list-style: none;
}

/*************************************
 * item: singolo elemento della lista
 ************************************/
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	overflow:hidden;
}

/***********************************************
 * prev, next: pulsanti precedente e successivo
 **********************************************/
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.als-prev {
	left:20px;
	top:100px;
}
.als-next {
	right:20px;
	top:100px;
}
.als-prev:hover, .als-next:hover {
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#sliderLibri {
	background:#eee;
	margin-bottom:30px;
	height:230px;
}
#sliderEbook {
	background:#eee;
	height:267px;
}

.als-item .boxEtichette {
	display:none;
}

ul.als-wrapper li.als-item {
	width:150px;
	height:200px;
	padding:9px 10px;
	margin-top:3px;
	background:url(images/bglihome.png) no-repeat top left;
}
ul.als-wrapper li.als-item a img {
	width:150px;
	height:200px;
}

.related.products .products.als-wrapper img {
	margin:0;
}
.related.products .products.als-wrapper {
	padding:0;
}
.als-item .datiLibro {
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter:alpha(opacity=0);
   opacity:0;
   position:absolute;
   text-align:left;
	padding:10px 15px 10px 10px;
	font-size:1.1em;
}
.als-item:hover .datiLibro {
	display:block;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.als-item img {
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.als-item:hover img {
	margin-top:160px !important;
}


.als-item h3 {
	margin:0;
	margin-bottom:5px;
	font-size:1em;
	text-transform:uppercase;
	line-height:1em;
}
.als-item p {
	color:#fff;
	line-height:1.1em;
	margin-bottom:5px;
}
.als-item span {
	color:#db5745;
	line-height:1.1em;
	font-size:0.9em;
}

#sliderEbook ul.als-wrapper li.als-item {
	width:151px;
	height:201px;
	padding:6px 6px 21px;
	background:url(images/bgliebook.png) no-repeat top left;
	margin:10px 5px;
}
#sliderEbook ul.als-wrapper li.als-item img {
	border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}






#infscr-loading {
	display:block;
	clear:both;
	margin:30px auto;
	text-align:center;
}
#infscr-loading img {
	display:block;
	clear:both;
	margin:30px auto 10px;
	text-align:center;
}





.onsale {
	position:absolute;
	background:#db5745;
	line-height:1.5em;
	font-size:1.2em;
	color:#fff;
	font-weight:700;
	padding:0 10px;
	margin:5px 0 0 -20px;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	
	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
}

.single .column02.libro p.autori {
	font-weight:700;
	font-style:italic;
	margin-bottom:20px;
}
.yotpo.bottomLine.yotpo-medium {
	margin-bottom:15px;
}
.yotpo.bottomLine.yotpo-medium .text-m.write-review-btn-hidden {
	margin-left:10px;
}







.shortcode-subscribe-form {
	background:#eee;
	padding:20px;
}
.shortcode-subscribe-form input[type=text],
.shortcode-subscribe-form input[type=password],
.shortcode-subscribe-form input[type=submit] {
	width:200px;
	border:1px solid #999;
	line-height:1.4em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.shortcode-subscribe-form input[type=text]:focus,
.shortcode-subscribe-form input[type=password]:focus {
	border:1px solid #999;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.shortcode-subscribe-form input[type=submit] {
	width:80px;
	background:#db5745;
	color:#fff;
	text-transform:uppercase;
	margin-left:197px;
}
.shortcode-subscribe-form input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.shortcode-subscribe-form .sendy_terms {
	margin:10px 0;
	clear:both;
	display:block;
	margin-left:73px;
}

























/* WOOCOMMERCE */

.woocommerce-message, .woocommerce-info {
	min-height:26px;
	display:block;
	clear:both;
	margin-bottom:20px;
	background:#eee;
	padding:10px;
}


.woocommerce .shop_table {
	margin-bottom:50px;
}
.woocommerce .shop_table td {
	border:1px solid #eee;
	padding:5px 10px;
}
.woocommerce .shop_table td .remove {
	font-size:2em;
}
.woocommerce .shop_table td .quantity {
	min-width:100px;
}
.woocommerce .shop_table td .quantity label {
	float:left;
}
.woocommerce .shop_table td .quantity input {
	float:left;
	width:30px;
	margin-left:10px !important;
}
.woocommerce .shop_table th {
	border:1px solid #ddd;
	padding:5px 10px;
	background:#eee;
}


.woocommerce .shop_table .coupon {
	display:block;
	clear:both;
}
.woocommerce .shop_table .coupon label {
	float:left;
	margin-right:10px;
	line-height:30px;
	display:none;
}
.woocommerce .shop_table .coupon #coupon_code {
	width:140px;
	height:30px;
	margin-right:10px;
}
.woocommerce .shop_table .coupon input.button {
	float:left !important;
	margin-top:0 !important;
}
.woocommerce .shop_table input.button {
	line-height:18px !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page #content input.button {
	float:right;
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}


.cart_totals {
	display:block;
	clear:both;
	margin-bottom:20px;
}
.cart_totals .wc-proceed-to-checkout {
	min-height:50px;
}
.cart_totals a.checkout-button.button.alt.wc-forward {
	margin-top:0 !important;
}


.woocommerce-error li {
	list-style-type:none;
}
.woocommerce-error {
	display:block;
	clear:both;
	width:auto;
	margin:0px 0 20px !important;
	background:#eee;
	padding:10px;
}

.single-product .woocommerce-message {
	width:952px;
    margin:0px 13px 20px;
    float:left;
}

.checkout.woocommerce-checkout {
	padding-top:20px;
}
.checkout.woocommerce-checkout label {
	margin-right:10px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	line-height:2.5em !important;
}
.checkout.woocommerce-checkout p {
	margin-bottom:0 !important;
}
.woocommerce #payment ul.payment_methods li {
	margin-bottom:10px;
	line-height:3em !important;
	margin:10px 0;
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	display:inline-block;
}

.about_paypal {
	margin-left:10px;
}


.wc-social-login-profile,
.myaccount_address,
.col2-set.addresses {
	margin-bottom:40px;
}
.col2-set.addresses {
	clear:both;
	display:block;
	min-height:50px;
}
.col-2.address {
	margin-top:30px;
}


.cart-collaterals {
	float:right;
}

.page-id-94 .woocommerce form {
	width:62%;
	float:left;
}
.cart-collaterals {
	float:right;
	width:34%;
	clear:right;
}

.cart-collaterals table th,
.cart-collaterals table td {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
}
.cart-collaterals table th {
	color:#db5745;
	width:120px;
}


.graphflow_recommendations.related.products {
	clear:both;
}

.woocommerce header {
	clear:both;
}
.shop_table.order_details {
	width:100%;
}

#content .digital-downloads {
	margin-bottom:40px;
}



.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 6px 5px;
	margin:0;
	outline: 0;
	line-height: 1em;
	background:#333;
	color:#fff;
}

#content .woocommerce .coupon .button {
	padding:5px !important
}

.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: 1em
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
*zoom:1;
	list-style: none
}
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content: " ";
	display: table
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
	clear: both
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
	display: block;
	font-weight: bold
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3)
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0,0,0,0.1);
*zoom:1
}
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:before, .woocommerce-page ul.product_list_widget li dl:after {
	content: " ";
	display: table
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after {
	clear: both
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dt, .woocommerce-page ul.product_list_widget li dl dd {
	display: inline-block;
	float: left;
	margin-botom: 1em
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
	font-weight: bold;
	padding: 0 0 .25em 0;
	margin: 0 4px 0 0;
	clear: left
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.pro/*
Theme Name: Effatà Editrice
Author: Giacomo Lazzarin
Author URI: http://www.untitled-design.it
Version: 1.0
*/
/* Reset degli stili */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr, acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike, strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;}
body { line-height:1;}
ol,ul { list-style:none;}
blockquote,q { quotes:none;}
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none;}
:focus { outline:0;}
ins { text-decoration:none;}
del { text-decoration:line-through;}
table { border-collapse:collapse;border-spacing:0;}
img { display:block;}
a img { border:none;}
/* Reset degli stili */
/*
*
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b, strong {
  font-weight:700;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* FINE DI TUTTI STI AGGIUSTAMENTI */






/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/







/* STILI GENERICI */
body {
	font-family:'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.4em;
	font-weight:300;
	color:#333;
	background:#ececec url('images/bg.jpg') repeat-x top left;
}

.assistive-text,
.edit-link,
.menu-toggle,
.screen-reader-text {
	position:absolute;
	left:-9999px;
}

a {
	text-decoration:none;
	color:#db5745;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
a:hover {
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}


#content ul {
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:1em;
}

.clear {
	clear:both;
}

#content strong {
	font-weight:800;
}


p,
#content p {
	padding-bottom:1em;
}

#content ol {
	list-style-type:decimal;
	padding-left:40px;
	padding-bottom:1em;
}

h1 {
	font-size:2.8em;
	line-height:1em;
	color:#333;
	margin-bottom:0.3em;
	font-weight:300;
}
h2 {
	text-transform:uppercase;
	font-size:1.6em;
	line-height:1em;
	color:#db5745;
	margin-bottom:0.5em;
	font-weight:700;
}
h3 {
	color:#db5745;
	font-size:1.5em;
	font-weight:800;
	margin-bottom:1em;
}

.titleBox,
.widget-title {
	line-height:40px;
	background:#db5745;
	color:#fff;
	font-weight:700;
	text-transform:none;
	padding:0 20px;
}
.titleBox02,
.widget-title {
	font-weight:300;
	text-transform:uppercase;
	font-size:1.1em;
	margin-top:30px;
	margin-bottom:1px;
}

.widget.widget_widget_eventi .widget-title {
	margin-bottom:13px;
}
.widget.widget_widget_eventi .widget-title .vediTutti,
.titleBox .vediTutti {
	background:#333;
	float:right;
	display:block;
	padding:0 10px;
	margin-right:-20px;
	text-transform:none;
	font-weight:700;
	font-size:12px;
	color:#fff;
}
.widget.widget_widget_eventi .widget-title .vediTutti:hover,
.titleBox .vediTutti:hover {
	color:#fff;
	background:#db5745;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

.home .titleBox,
.search .titleBox,
.error404 .titleBox {
	margin-bottom:1px;
}

.gm-style img { max-width: none; }


.alignleft {
	float:left;
	margin:0 15px 10px 0;
}


















/* STRUTTURA */
#page {
	width:978px;
	padding:100px 13px 50px;
	margin:0 auto;
	background:#fff url('images/bg-page.jpg') repeat-x top left;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}
header#masthead {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	background:#fff url('images/bg-header.jpg') repeat-x top left;
	border-bottom:1px solid #db5745;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}
header#masthead .header-main {
	width:1000px;
	margin:0 auto;
}
header#masthead .header-main .column01,
header#masthead .header-main .column02 {
	margin-bottom:0;
}

.logo {
	float:left;
	margin:20px 0 15px;
	height:50px;
}

.column01 {
	width:300px;
	margin:0 13px;
	float:left;
	margin-bottom:20px;
}

.column02 {
	width:626px;
	margin:0 13px;
	float:left;
	margin-bottom:20px;
}

.column03 {
	width:952px;
	margin:0 13px;
	float:left;
	margin-bottom:20px;
}

footer#colophon {
	background:#db5745;
	border-top:1px solid #fff;
	font-size:0.8em;
	line-height:25px;
	height:25px;
	color:#fff;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:999;
}
footer#colophon #footerInside {
	width:1000px;
	margin:0 auto;
}

footer .site-info {
	float:left;
}
footer .credits {
	float:right;
	text-align:right;
}
footer a {
	color:#fff;
}

#bottom {
	background:#333;
	width:100%;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}
#bottomInside {
	width:1000px;
	margin:0 auto;
	padding:25px 0;
	margin-bottom:26px;
	color:#fff;
	font-size:0.9em;
}

#bottomInside .column01 {
	margin:0 13px 0 0;
    width:320px;
}

.fb-like-box.fb_iframe_widget {
	background:#fff;
}

#bottom #supplementary input[type=text],
#bottom #supplementary input[type=submit] {
	width:71%;
	margin:0 !important;
	display:block;
	padding:0 1%;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	font-size:1em;
	float:left;
	margin-left:10%;
	margin-bottom:10px;
	line-height:25px;
	height:25px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	clear:right;
	margin-bottom:10px !important;
}
#bottom #supplementary label {
	display:block;
	width:20%;
	float:left;
	line-height:25px;
	height:25px;
	padding:0;
	font-size:1em;
}
#bottom #supplementary form,
#bottom #supplementary aside {
	width:100%;
	margin-bottom:10px;
	min-height:140px;
}
#bottom #supplementary form br {
	display:none;
}
#bottom #supplementary input[type=text]:focus,
#bottom #supplementary input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 1);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 1);
}
#bottom #supplementary input[type=submit] {
	width:100px;
	float:right;
	background:#db5745;
	color:#fff;
	text-transform:uppercase;
	margin-right:7% !important;
	line-height:25px;
	height:25px;
	padding:0;
}

.subscribe-form .sendy-form-row, .captcha-image {
	clear:both;
}

#footer-sidebar .widget_sendy_widget_pro h1 {
	display:none;
}

#footer-sidebar {
	height:135px !important;
}







/* SEARCH */
#search-container {
	float:right;
}
header .search-box {
	position:relative;
	float:right;
	background:#ccc;
	color:#000;
	line-height:22px;
	margin-left:25px;
	padding:10px 0px 0px;
	border-bottom:2px solid #333;
	border-top:5px solid #333;
	cursor:pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
header .search-box .search-field {
	margin: 0px;
	background-color:transparent;
	border: 0px none;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 17px;
}
.search-field {
    background-color:#fff;
    background-image: url("images/search-icon.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 17px 16px;
    cursor: pointer;
    font-size: 0.9em;
    height: 25px;
    margin:13px 25px 0 0px;
    padding:5px 0px 5px 38px;
    position: relative;
    text-transform: uppercase;
    width: 100px;
	border:0;
	box-sizing:border-box;
	-webkit-appearance: none;
	border: 0px none;
	border-radius: 0px;
    transition: width 400ms ease 0s, background 400ms ease 0s;
	border-bottom:2PX solid #333;
}
.search-field:focus {
    background-color: #eee;
    cursor: text;
    outline: 0 none;
    width: 180px;
}
.search-submit {
    display: none;
}

.search-form-sidebar,
.widget.widget_search form {
	margin-bottom:30px;
}
.search-form-sidebar .search-submit-sidebar,
.widget.widget_search form .search-submit {
    background-image:url("images/lente.png");
	background-color:#db5745;
    background-position:10px center;
    background-repeat:no-repeat;
    background-size:23px 24px;
    cursor:pointer;
    width:43px;
    height:40px;
    border:0;
	display:block;
	color:transparent;
}
.search-form-sidebar .search-field-sidebar,
.widget.widget_search form .search-field {
	width:257px;
	border:0;
	line-height:40px;
	height:40px;
	padding:0 15px;
	float:left;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	font-size:1.1em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-appearance: none;
    border-radius: 0;
	margin:0;
}

.search.search-results .column02 article .post-thumbnail {
	float:right;
	margin:0 0 10px 20px;
	max-width:100px;
}

.carte {
	margin-bottom:15px;
}










/* SLIDER HOME */
.cycloneslider-template-standard .cycloneslider-caption {
    background:url('images/bg-caption.png') repeat !important;
    right:0;
	left:auto !important;
    opacity:1 !important;
    width:50% !important;
}
.cycloneslider-template-standard a {
	color:#fff;
}
.cycloneslider-template-standard a:hover {
	color:#000;
}
.cycloneslider-caption-title {
	font-weight:700;
	font-size:2.2em !important;
	line-height:1em !important;
}

.cycloneslider-caption-description {
	font-weight:300 !important;
	font-size:1.5em !important;
	line-height:1em !important;
	padding:0 20px 25px !important;
}
.cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next {
    top:auto !important;
	bottom:15px;
    border-radius:none !important;
    border-radius:0 !important;
    box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
    background:url('images/arrow-left.png') no-repeat top left !important;
    width:28px !important;
    height:41px !important;
    margin-top:0 !important;
}
.cycloneslider-template-standard .cycloneslider-next {
    background:url('images/arrow-right.png') no-repeat top left !important;
	left:50px;
	right:auto !important;
}
.cycloneslider-template-standard .cycloneslider-next .arrow {
	display:none !important;
}
.cycloneslider-template-standard .cycloneslider-prev .arrow {
	display:none !important;
}
.cycloneslider-template-standard {
	margin-bottom:10px !important;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}








/* HOME */
.anticipazioneEventi {
	margin-bottom:10px;
	padding-bottom:8px;
	background:url('images/bg-news.jpg') no-repeat bottom center;
}
.anticipazioneEventi .data {
	width:43px;
	float:left;
	margin:0 10px 0 0;
	background:#db5745;
	color:#fff;
	text-align:center;
	font-size:0.9em;
	padding:10px 7px;
	line-height:1.3em;
}
.anticipazioneEventi .data .giorno {
	font-size:0.9em;
}
.anticipazioneEventi a.data:hover {
	color:#000;
	background:#ccc;
}
.anticipazioneEventi .data .numero {
	font-size:1.5em;
	font-weight:700;
}
.anticipazioneEventi .data .mese {
	font-weight:700;
}
.anticipazioneEventi .contenutoEvento {
	line-height:1.3em;
	padding-left:70px;
}
.anticipazioneEventi .contenutoEvento h1 {
	font-size:1em;
	color:inherit;
	font-weight:700;
	text-transform:uppercase;
}
.anticipazioneEventi .contenutoEvento a {
	color:#000;
}
.anticipazioneEventi .contenutoEvento a:hover {
	color:#db5745;
}


.postBoxHome {
	border-bottom:1px solid #666;
	min-height:90px;
}
.titleCatHome {
	font-size:1.3em;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:10px 15px;
	font-weight:700;
	background:#db5745;
}
.titleCatHome a {
	color:#fff;
}
.titleCatHome a:hover {
	color:#000;
}
.imgEvidenza {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.imgEvidenza:hover {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
}
.postContentBoxHome {
	background:#eee;
	padding:15px;
}
.paesiBoxHome {
	text-transform:uppercase;
}
.titleBoxHome {
	padding-top:5px;
	font-weight:300;
	font-size:1.1em;
}
.titleBoxHome a {
	color:#000;
}
.titleBoxHome a:hover {
	color:#db5745;
}
.linkBoxHome a {
	display:block;
	border-bottom:3px solid #fff;
	background:#eee;
	padding:0 15px 5px;
	text-align:right;
	font-weight:700;
}
.titleBox.eventi {
	margin-bottom:13px !important;
}

#poweredByTint {
	display:none !important;
}




.tagcloudHome,
.autoriHome {
	background:#333;
	padding:15px;
	margin:0 !important;
}
.tagcloudHome,
.autoriHome {
	text-align:center;
}
.tagcloudHome a,
.autoriHome a {
	display:inline;
	text-transform:none;
	font-weight:300;
	line-height:normal;
	padding:1px 2px;
	background:transparent;
	color:#fff;
}
.tagcloudHome a:hover,
.autoriHome a:hover {
	background:#db5745;
}
.autoriHome:after {
	content:" ";
	display:block;
	clear:both;
}
.autoriHome li {
	width:35px;
	padding:10px 0;
	float:left;
	list-style-type:none;
	margin-right:3px;
}
.autoriHome li.no-link {
	border-left:1px solid #555;
    color:#555;
    line-height:30px;
    margin-bottom:10px;
    margin-top:10px;
    padding:0 0 0 10px;
    width:25px;
	text-align:left;
}
.autoriHome li a {
	text-transform:uppercase;
	padding:0px 10px;
	line-height:30px;
	width:auto;
	float:left;
	border-left: 1px solid #999;
}


.homeTitleMargin {
	margin-top:0;
}








.column02.containerLibri {
	margin:0;
	width:652px;
}

.titleHome {
	background:#db5745;
	line-height:40px;
	color:#fff;
	text-transform:none;
	padding:0 20px;
}

.boxLibro {
	background:#eee;
	border-bottom:1px ridge #999;
	margin-bottom:15px;
	position:relative;
}

.boxLibro .libro {
	float:left;
	margin:10px;
}
.boxLibro .libro a img {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.boxLibro .libro a:hover img {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.boxLibro .testo h1 {
	font-size:1.1em;
	font-weight:700;
	padding:12px 10px 0 0;
	text-transform:uppercase;
}
.boxLibro .testo h1 a {
	color:#000;
}
.boxLibro .testo h1 a:hover {
	color:#db5745;
}
.boxLibro .testo .descrizione {
	padding:0 !important;
	margin:10px 10px 10px 0;
	line-height:1em;
	font-size:0.9em;
}
.boxLibro .testo .autore {
	padding:0 !important;
	margin:0 10px 0 0;
	line-height:1em;
	font-size:0.9em;
}

.boxLibro .ebook {
	position:absolute;
	bottom:10px;
	right:10px;
}










/* IFRAME DISTRIBUZIONE */
#distribuzioneFrame {
	border:1px solid #ccc;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}







/* MENU SITI */
#menuSiti {
	float:right;
	font-size:0.8em;
}
#menuSiti li,
#menuSiti li a {
	float:left;
}
#menuSiti li a {
	background:#ccc;
	color:#000;
	line-height:22px;
	margin-right:4px;
	padding:0 8px;
	padding-top:12px;
	border-top:5px solid #333;
}
#menuSiti li a:hover,
#menuSiti li.current a {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	background:#343967;
	border-top:5px solid #343967;
	color:#fff;
}
#menuSiti li a.effata:hover,
#menuSiti li.current a.effata {
	background:#000;
	border-top:5px solid #000;
}
#menuSiti li a.effataeditrice:hover,
#menuSiti li.current a.effataeditrice {
	background:#db5745;
	border-top:5px solid #db5745;
}










/* MENU UTENTI WOOCOMMERCE */
#boxUserCartHeader {
	position:relative;
	float:right;
	background:#ccc;
	color:#000;
	line-height:22px;
	margin-left:25px;
	padding:8px 8px 4px;
	border-bottom:2px solid #333;
	border-top:5px solid #333;
	cursor:pointer;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#boxUserCartHeader .userTab {
	margin-right:10px;
}
#boxUserCartHeader .userTab,
#boxUserCartHeader .cartTab {
	float:left;
}
#boxUserCartHeader .userTabIcon,
#boxUserCartHeader .cartTabIcon {
	float:left;
	font-size:2.1em;
	line-height:0.8em;
	padding:0 10px 0 0;
}
#boxUserCartHeader .userTabText,
#boxUserCartHeader .cartTabText {
	float:left;
	line-height:1em;
	font-size:0.8em;
	text-transform:uppercase;
}
#boxUserCartHeader .cartTab {
	position:relative;
}
#boxUserCartHeader .cartTabNumber {
	position:absolute;
	top:-12px;
	left:1px;
	width:20px;
	text-align:center;
	color:#db5745;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#boxUserCartHeader .cartTabIcon {
	font-size:1.5em;
	line-height:1.5em;
	padding:0px 10px 0 2px;
}

#boxUserCartHeader:hover {
	background:#db5745;
}
#boxUserCartHeader:hover .cartTabNumber {
	color:#000;
}

#infoUserCartHeader {
	display:none;
	position:absolute;
	padding:15px;
	left:0;
	top:34px;
	background:#ccc;
	width:92%;
	padding:4%;
}
#infoUserCartHeader img {
	width:40px;
	float:left;
	margin-right:10px;
}
#infoUserCartHeader h1.widget-title {
	padding:0px;
	margin:0px;
	background:transparent;
	line-height:1em;
	font-size:0.9em;
	color:#000;
}
#infoUserCartHeader .clearfix.woo-ma-list {
	line-height:1.2em;
	margin-left:50px;
	margin-top:10px;
}
#infoUserCartHeader .clearfix.woo-ma-list li a {
}
#infoUserCartHeader p {
	margin:0;
	padding:0;
	line-height:1.4em;
}
#infoUserCartHeader p a {
	color:#000;
	text-transform:uppercase;
	font-size:0.9em;
	margin-left:50px;
	clear:both;
	display:block;
}
#infoUserCartHeader p a:hover {
	color:#db5745;
}
#infoUserCartHeader p a.woo-ma-button.woo-ma-logout-link.logout-link {
	margin:0;
	font-weight:700;
	font-size:0.8em;
}
#infoUserCartHeader p a.woo-ma-button.woo-ma-myaccount-link.myaccount-link {
	padding-top:10px;
}

#infoUserCartHeader .widget_shopping_cart {
	margin-top:10px;
}
#infoUserCartHeader .widget_shopping_cart h1 {
	background:#db5745;
	padding:3px 5px;
	color:#fff;
}
#infoUserCartHeader .cart_list.product_list_widget li a {
	line-height:1.2em;
}
#infoUserCartHeader .buttons {
	margin-top:10px;
}
#infoUserCartHeader .button.wc-forward {
	margin-left:0;
	float:left;
	clear:none;
}
#infoUserCartHeader .button.checkout.wc-forward {
	float:right;
}

#infoUserCartHeader .total {
	padding-top:4px;
	margin-top:4px;
}
p.buttons a:first-child {
	background:none !important;
	padding-right:0 !important;
	padding-left:0 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	color:#000 !important;
}
p.buttons a:first-child:hover {
	background:none !important;
	padding-right:0 !important;
	padding-left:0 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	color:#fff !important;
}

#boxUserCartHeader #wma_login_form {
	clear:both;
	display:block;
}
#boxUserCartHeader #wma_login_form label {
	margin-top:5px;
}
#boxUserCartHeader #wma_login_form input[type=text],
#boxUserCartHeader #wma_login_form input[type=password] {
	width:95%;
}
#boxUserCartHeader #wma_login_form input[type=submit] {
	background:#333;
	color:#fff;
	border:0;
	padding:0;
	float:right;
	margin:5px 0;
	padding:2px 5px;
}
#boxUserCartHeader #wma_login_form input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
#boxUserCartHeader .woo-ma-link.woo-ma-lost-pass {
	line-height:44px;
	font-size:0.9em;
}
#boxUserCartHeader .wc-social-login.form-row-wide p {
	font-size:0.9em;
}
#boxUserCartHeader .wc-social-login.form-row-wide a {
	padding-bottom:0 !important;
}






/* MENU NAVIGAZIONE PRINCIPALE */
.menu-menu-principale-container {
	float:right;
	clear:right;
	margin-top:12px;
}
.menu-menu-principale-container ul li, 
.menu-menu-principale-container ul li a {
	float:left;
}
.menu-menu-principale-container ul li a {
	line-height:25px;
	margin-left:15px;
	text-transform:uppercase;
	color:#000;
}
.menu-menu-principale-container ul li a:hover,
.menu-menu-principale-container ul li.current-menu-item a {
	color:#db5745;
}










/* MENU NAVIGAZIONE SECONDARIO */
.menu-menu-secondario-container {
	margin-top:15px;
}
.menu-menu-secondario-container ul li a {
	color:#fff;
	text-transform:uppercase;
}
.menu-menu-secondario-container ul li a:hover,
.menu-menu-secondario-container ul li.current-menu-item a {
	color:#db5745;
}











/* MENU SECONDARIO */
#menuSecondario ul {
	width:100% !important;
	margin-bottom:20px;
	height:35px;
}
#menuSecondario li {
	float:left;
	width:25%;
	position:relative;
}
#menuSecondario li a {
	background:#333;
	color:#fff;
	text-transform:uppercase;
	display:block;
	text-align:center;
	line-height:35px;
	font-weight:700;
	font-size:1em;
	border-left:1px solid #999;
}
#menuSecondario li:first-child a {
	border:0;
}
#menuSecondario li a:hover {
	background:#db5745;
}

#menuSecondario .tagcloud,
#menuSecondario .autori {
	background:#333;
	padding:15px;
	display:none;
}
#menuSecondario ul li:hover .tagcloud,
#menuSecondario ul li:hover .autori {
	display:block;
	position:absolute;
	z-index:999;
	text-align:center;
}
#menuSecondario ul li .tagcloud a,
#menuSecondario ul li .autori a {
	display:inline;
	text-transform:none;
	font-weight:300;
	line-height:normal;
	padding:1px 2px;
	background:transparent;
}
#menuSecondario ul li .tagcloud a:hover,
#menuSecondario ul li .autori a:hover {
	background:#db5745;
}
#menuSecondario ul li .autori li {
	width:35px;
	padding:5px 0;
}
#menuSecondario ul li .autori li.no-link {
	border-left:1px solid #555;
    color:#555;
    line-height:30px;
    margin-bottom:5px;
    margin-top:5px;
    padding:0 0 0 10px;
    width:25px;
}
#menuSecondario ul li .autori li a {
	text-transform:uppercase;
	padding:5px 10px;
	line-height:30px;
	width:auto;
}
#menuSecondario ul ul {
	backface-visibility:#333;
	height:auto;
	width:auto !important;
}
#menuSecondario ul ul li:first-child a {
	border-left:1px solid #999;
}
#menuSecondario ul li:hover .autori {
	text-align:left;
}
#menuSecondario ul li ul li.titleMenu,
#menuSecondario .tagcloud a.titleMenu {
	display:block;
	width:100%;
	text-align:center;
	color:#db5745;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:300;
	font-size:1.1em;
}
#menuSecondario .tagcloud a.titleMenu:hover {
	color:#fff;
	background:none;
}












/* FORM */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	width:95%;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	margin:2% 0 0;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.wpcf7 textarea {
	height:100px;
}
.wpcf7 input[type=submit] {
	border:1px solid #ccc;
	padding:5px 20px;
	text-transform:uppercase;
	background:#eee;
	float:right;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
	background:#fff;
}
.wpcf7 #privacy {
	font-size:0.9em;
}
.wpcf7 #privacy span {
	margin:0 10px 20px 0;
	display:block;
	float:left;
}
#content img.ajax-loader {
	box-shadow:none;
	float:left;
}

















/* EVENTI */
.single #content h3 {
	margin-top:0;
	margin-bottom:1.5em;
}











/* RICERCA */
.postResearch {
	margin-bottom:20px;
	padding-bottom:13px;
	background:url('images/bg-news.jpg') no-repeat bottom center;
}
.postResearch h3 {
	margin-bottom:0.5em;
}




/* SEARCH - RICERCA */
.search #content article {
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.search #content article header h1 {
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1em;
	color:#db5745;
	margin-bottom:0.5em;
	font-weight:700;
}
.search article .entry-meta {
	display:none;
}
.search article img {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.search article img:hover {
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}








/* PRIVACY POLICY */
.iubenda-ibadge {
	margin-top:3px !important;
}












/* WOOCOMMERCE */
#sidebarShop .images a img {
	width:100% !important;
	height:auto;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

.libro h1 {
	text-transform:uppercase;
	font-size:2.3em;
	font-weight:300;
}
.libro h2.subtitle {
	margin-bottom:7px;
}
.libro .textContent p {
	margin-bottom:0.5em;
}

.related h2,
.titleNeg,
.titleNeg2 {
	background:#333;
	color:#fff;
	font-size:1.2em;
	line-height:1.8em;
	font-style:normal;
	padding:0 10px;
	margin-bottom:0;
}
.titleNeg2 {
	background:#db5745;
}

#content ul.products {
	margin:0;
	list-style-type:none;
}
.libro ul.products {
	background:#eee;
	border-bottom:1px solid #ccc !important;
}
.libro ul.products li {
	width:46% !important;
	padding:2% !important;
	float:left !important;
	clear:none !important;
	margin:0 !important;
	position:relative !important;
}
.libro ul.products a {
	float:left !important;
	width:100%;
	height:120px;
	border-bottom:1px solid #ccc;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro ul.products a:hover {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro ul.products li a img {
	height:auto !important;
	width:70px !important;
	float:left;
	margin:0 10px 10px 0 !important;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
}
.libro ul.products li a:hover img {
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3) !important;
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3) !important;
}
.libro ul.products li h3 {
	color:#333;
	text-transform:uppercase;
	font-size:1em;
    margin:0;
    padding:0.5em 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro ul.products li a:hover h3 {
	color:#db5745;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.libro #argomenti {
	margin-bottom:20px;
}
.subtitleRelated {
	color:#333;
	font-size:0.9em;
}

.libri3colonne .libro ul.products li {
	width:29% !important;
	position:relative;
}

.libri3colonne .libro ul.products li a {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.boxEtichette {
	position:absolute;
	right:20px;
	bottom:30px;
	font-size:0.8em;
	text-transform:uppercase;
	color:#fff;
}
.boxEtichette .etichetta {
	padding:1px 2px;
	background:#666;
	margin-left:5px;
}


.infolibro ul {
	margin-left:0 !important;
	list-style-type:none !important;
}

.infolibro .wp-post-image {
	width:100%;
	height:auto;
	margin-bottom:20px;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

.infolibro .addtocart,
.infolibro .cart {
	margin-bottom:10px;
	margin-top:1px;
	height:40px;
}
.infolibro .addtocart .quantita,
.infolibro .cart .quantita {
	width:45%;
	display:block;
	float:left;
	background:#333;
	color:#db5745;
	text-transform:uppercase;
	line-height:30px;
	padding-left:5%;
	font-size:0.9em;
}
.infolibro .addtocart .quantita input[type=number],
.infolibro .cart .quantita input[type=number] {
	width:30px;
	text-transform:uppercase;
	text-align:center;
	background:#fff;
	border:0;
	margin-left:15px;
	line-height:20px;
}
.infolibro .addtocart button,
.infolibro .cart button {
	width:50%;
	text-transform:uppercase;
	line-height:1.5em;
	background:#db5745;
	border:0;
	line-height:30px;
	color:#fff;
	padding:0;
	height:30px;
	font-size:0.8em;
	font-weight:700;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.infolibro .addtocart button:hover 
.infolibro .cart button:hover {
	background:#000;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.infolibro .cart .quantity .input-text.qty.text {
	width:30px;
	height:20px;
	padding:0;
	border:0;
	margin-top:5px;
	text-align:center;
}
.infolibro #tabs .quantity {
	width:50%;
	float:left;
	height:30px;
	background:#333;
}
.infolibro #tabs .quantity .plus,
.infolibro #tabs .quantity .minus {
	display:none;
}
.single_add_to_cart_button.button.alt {
	padding:0 !important;
	text-align:center;
	width:50% !important;
	float:right;
}
#ebook .single_add_to_cart_button.button.alt {
	width:100% !important;
}
.infolibro #tabs .quantity label {
	line-height:30px;
	color:#eee;
	text-transform:uppercase;
	padding:0 10px;
	font-size:0.9em;
}

.infolibro #tabs .stock {
	display:none;
}



.infolibro #tabs h2.titleNeg.oppure {
	font-weight:300;
	text-align:center;
	font-size:1em;
	line-height:30px;
	clear:both;
}
.infolibro #tabs h2.titleNeg.titleNeg3 {
	background:#777;
	margin-top:35px;
	font-weight:700;
	font-size:1.2em;
	text-align:center;
	line-height: 1.2em;
	padding: 5px 10px;
}
.infolibro #tabs h2.titleNeg.titleNeg3 sup {
	font-weight:300;
	padding-top:5px;
}

.infolibro #tabs ul {
	background:#fcfcfc;
	margin-bottom:20px;
}

#infoLibroSlider {
	position:relative;
}
#infoLibroSlider h2.titleNeg {
	position:absolute;
	width:260px;
}
#infoLibroSlider ul li p {
	line-height:30px;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	background:#fcfcfc;
	padding:0 10px;
	font-size:1.1em;
	text-align:left !important;
}
#infoLibroSlider ul li p a {
	text-transform:uppercase;
}

.autoriLibro li a img.wp-post-image {
	width:70px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
	border-bottom:1px solid #ccc;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.autoriLibro li a {
	background:#eee;
	padding:10px;
	display:block;
	color:#333;
	line-height:1.2em;
	border-bottom:1px solid #ccc;
}
.autoriLibro li a strong {
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#db5745;
	font-size:1.1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.autoriLibro li a .leggiTutto {
	color:#db5745;
	display:block;
	margin-top:5px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.autoriLibro li a:hover img.wp-post-image {
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.autoriLibro li a:hover strong,
.autoriLibro li a:hover .leggiTutto {
	color:#333;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.column01 .autoriLibro {
	font-size:0.9em;
}

.single #content .products h3 {
	padding-bottom:0;
	margin-bottom:0;
}
.single #content .products p {
	padding-bottom:0;
}


#autoriMenuLine {
	clear:both;
	display:block;
	width:100%;
	height:50px;
	margin-left:0 !important;
}
#autoriMenuLine li,
#autoriMenuLine li a {
	float:left;
	list-style-type:none;
}
#autoriMenuLine li {
	line-height:30px;
	width:30px;
	border:1px solid #eee;
	text-align:center;
	margin-right:4.8px;
	color:#ccc;
	font-size:1.2em;
}
#autoriMenuLine li a {
	width:30px;
	background:#eee;
}
#autoriMenuLine li a:hover, 
#autoriMenuLine li.currentLetter {
	color:#fff;
	background:#333;
}
#autoriMenuLine li:last-child {
	margin-right:0;
}


.libro.libroLoop {
	background: none repeat scroll 0% 0% #EEE;
	border-bottom: 1px solid #CCC !important;
}


.product_cat {
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	margin-left:0 !important;
	font-size:1.1em;
	margin-top:40px;
}
.product_cat li {
	list-style-type:none;
	line-height:2em;
	border-bottom:1px solid #eee;
	color:#999;
}
.product_cat li a {
	color:#333;
}
.product_cat li a:hover {
	color:#fff;
	background:#db5745;
	padding:0 2px;
}

.attachmentList {
	margin-left:0 !important;
	background:#eee;
	padding:10px;
}
.attachmentList li {
	list-style-type:none;
	float:left;
}

.related.products .products {
	margin-left:0 !important;
	background:#eee;
	padding:10px;
}
.related.products .products img {
	float:left;
	margin-right:10px;
}


#content ul.product_list_widget {
	margin-left:0 !important;
}
#content ul.product_list_widget li {
	border-bottom:1px solid #ccc;
	display:block;
	clear:both;
	padding:5px 20px;
}
#content ul.product_list_widget li a {
	font-size:1.2em;
}


.page-template-page-ebook .related.products .products {
	background:none;
	border:0 !important;
}


.posRel {
	position:relative;
}
.yotpo.bottomLine.yotpo-medium {
	position:absolute;
	top:0;
	right:0;
}
.yotpo.bottomLine.yotpo-medium .text-m,
.yotpo.bottomLine.yotpo-medium .text-m {
	clear:both;
	font-size:0.9em;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	clear: both;
	text-align: right;
}

.yotpo.bottomLine.yotpo-medium .yotpo-stars {
	float:right;
}


.libro.posRel h1.product_title {
	padding-right:150px;
}




/* TAB ACQUISTO LIBRI SITI ESTERNI */
.ui-tabs {
	position:relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	margin-bottom:20px;
}
.ui-tabs .ui-tabs-panel {
	background:#eee;
}
.ui-tabs .ui-tabs-nav {
	line-height:30px;
}
.ui-tabs .ui-tabs-nav li {
	width:50%;
	text-align:center;
	float:left;
	position:relative;
	top:0;
}
.ui-tabs .ui-tabs-nav li.solo {
	width:100%;
}
.ui-tabs .ui-tabs-nav li a {
	display:block;
	width:100%;
	text-align:left;
	float:left;
	cursor:pointer;
	padding-bottom:10px;
	background-color:#999;
	background-image:url('images/bg-acquista-1.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.ui-tabs .ui-tabs-nav li a img {
	float:left;
	margin-left:10px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	padding:10px;
}
.ui-tabs .ui-tabs-panel p {
	text-align:center;
	margin:0;
	padding:0;
	line-height:40px;
	font-size:1.1em;
	text-transform:uppercase;
}
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li,
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li a {
	float:left;
}
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li a {
	margin:15px 22px;
}
.ui-tabs .ui-tabs-panel ul.acquistoEsterno li a:hover {
    opacity:0.5;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color:#db5745 !important;
	background-image:url('images/bg-acquista.jpg') !important;
	background-position:bottom;
	background-repeat:no-repeat;
}
.ui-tabs .ui-tabs-nav li a:hover {
	background-color:#333 !important;
	background-image:url('images/bg-acquista-2.jpg') !important;
}









/* SLIDER INFO LIBRO */
.csSlideOuter {
	overflow: hidden;
	padding-top:2.2em;
}
.lightSlider2:before, .lightSlider2:after,
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.csSlideWrapper > .lightSlider2:after,
.csSlideWrapper > .lightSlider:after {
	clear: both;
}
.csSlideWrapper .csSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade {
	position: relative;
}
.csSlideWrapper .csFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.csSlideWrapper.usingCss .csFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade > *.active {
	z-index: 10;
}
.csSlideWrapper.usingCss .csFade > *.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.csSlideOuter .csPager.cSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.csSlideOuter .csPager.cSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.csSlideOuter .csPager.cSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
	background-color: #428bca;
}
.csSlideOuter .media {
	opacity: 0.8;
}
.csSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.csSlideOuter .csPager.cSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.csSlideOuter .csPager.cSGallery li {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
	opacity: 1;
}
.csSlideOuter .csPager.cSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.csSlideOuter .csPager.cSGallery:before, .csSlideOuter .csPager.cSGallery:after {
	content: " ";
	display: table;
}
.csSlideOuter .csPager.cSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.csAction > a {
	width: 32px;
	display: block;
	top:0px;
	z-index:999;
	height: 32px;
	background-image: url('images/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
}
.csAction > a:hover {
	opacity: 1;
	background-image: url('images/controls2.png');
}
.csAction > .csPrev {
	background-position: 0 0;
	right:28px;
	top:-14px;
}
.csAction > .csNext {
	background-position: -32px 0;
	right:5px;
	top:-14px;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}





/* PAGINA CATEGORIE E TAG PRODOTTI */
nav.woocommerce-breadcrumb {
	text-transform:uppercase;
	font-size:0.9em;
	display:none !important;
}
nav.woocommerce-breadcrumb a {
	color:#db5745 !important;
}
nav.woocommerce-breadcrumb a:hover {
	color:#000 !important;
}

h1.page-title {
	text-transform:uppercase;
	font-size:2.3em;
    font-weight:300;
	margin-bottom:30px;
}
.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom:10px !important;
}

.libro.autore .entry-content {
	margin-bottom:30px;
}
.libro.autore .column01 .wp-post-image {
	width:100% !important;
	height:auto;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
}

#reviews {
	margin-top:40px;
}
#reviews .column01 {
	margin:0;
	padding-right:20px;
	width:293px;
}

#reviews h2,
#reviews h3 {
	text-transform:uppercase;
	color:#333;
	font-size:1.2em;
	height:50px;
	line-height:1.1em;
	font-weight:300;
}

.star-rating span {
	color:#db5745 !important;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color:#ccc !important;
}

.comment-form-rating label,
.comment-form-comment label {
	font-weight:700;
	margin-bottom:5px;
	display:block;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
	margin-right:0.5em;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width:1.5em;
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width:2.5em;
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width:3.5em;
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width:4.5em;
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width:5.5em;
}

.comment-form-comment textarea,
#commentform input {
	width:95%;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	margin:2% 0 0;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.comment-form-comment textarea {
	height:100px !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button {
	border:0 !important;
	color:#fff !important;
	padding:5px 20px !important;
	text-transform:uppercase !important;
	background:#db5745 !important;
	float:right;
	width:auto !important;
	box-shadow:none !important;
	text-shadow:none !important;
	border-radius:0 !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:hover {
	background:#000 !important;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3) !important;
}






.woocommerce-pagination {
	margin-top:30px;
}



.woocommerce form input[type=text],
.woocommerce form textarea {
	width:95%;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	margin:2% 0 0;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.shipping_calculator {
	margin-top:20px;
}

.checkout-button {
	margin-top:30px !important;
}

#customer_details h3 {
	text-transform:uppercase;
	font-weight:300;
}

.myaccount_user {
	margin-bottom:30px;
}
.col2-set.addresses {
	margin-top:20px;
}


#customer_details .col-1 {
	float:left;
	width:48%;
}
#customer_details .col-2 {
	float:right;
	width:48%;
}
#order_review_heading {
	clear:both;
	padding-top:40px;
}


.woocommerce .shop_table {
	width:100%;
	float:left;
}
.woocommerce .woocommerce-checkout-review-order-table {
	width:68%;
}
.woocommerce #payment {
	float:right;
	width:28%;
}
.woocommerce #payment p.form-row.terms {
	clear:both;
}
#content .woocommerce form .form-row.terms label,
#content .woocommerce-page form .form-row.terms label {
	line-height:1em !important;
}
#content .woocommerce-page form .form-row.terms {
	clear:both;
	display:block;
}

#payment #place_order {
	margin-bottom:15px;
}

#billing_country_field label,
#shipping_country_field label {
	padding-right:5px;
}

#billing_country_field strong,
#shipping_country_field strong,
#tipo_persona_field {
	line-height:2.5em;
}

.woocommerce-billing-fields .form-row.form-row-first,
.shipping_address .form-row.form-row-first,
.page-id-96 .woocommerce .form-row.form-row-first {
	width:48%;
	float:left;
}
.woocommerce-billing-fields .form-row.form-row-last,
.shipping_address .form-row.form-row-last,
.page-id-96 .woocommerce .form-row.form-row-last {
	width:48%;
	float:right;
}

.cart-subtotal th,
.shipping th,
.fee th,
.order-total th {
	text-align:right;
}
.cart-subtotal table.shop_table .tbody th,
.cart-collaterals table th {
	max-width:30%;
	width:auto !important;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding:5px 10px !important;
}

mark {
	background:#db5745;
	color:#fff;
	padding:0 3px;
}



.woocommerce header.title {
	border-top:1px solid #ccc;
	padding-top:10px;
}

#content .order-actions .button.pay {
	color:#093 !important;
}
#content .order-actions .button.cancel {
	color:#C00 !important;
}
#content .order-actions .button.view {
	color:#333 !important;
}
#content .order-actions .button.pay,
#content .order-actions .button.cancel,
#content .order-actions .button.view {
	background:transparent !important;
	clear:both !important;
	padding:0 !important;
}
#content .order-actions .button.pay:hover,
#content .order-actions .button.cancel:hover,
#content .order-actions .button.view:hover {
	color:#db5745 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}




.textwidget ul.aiuto li {
	float:left;
	display:inline-block;
	list-style-type:none;
	width:50%;
	margin-top:20px;
	font-size:1.2em;
}
.textwidget ul.aiuto li a {
	color:#333;
}
.textwidget ul.aiuto li a:hover {
	color:#db5745;
}
.textwidget ul.aiuto li.clear {
	float:none;
	margin-top:0;
}





#content .content-sidebar.widget-area aside input[type=text],
#content .content-sidebar.widget-area aside input[type=submit] {
	width:79%;
	margin:0 !important;
	display:block;
	padding:5px;
	border:0;
	border-bottom:1px solid #999;
	background:#eee;
	font-size:1em !important;
	float:left;
	margin-bottom:10px;
	line-height:1em !important;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#content .content-sidebar.widget-area aside label {
	display:block;
	width:17% !important;
	float:left;
	line-height:22px;
	font-size:0.9em !important;
}
#content .content-sidebar.widget-area aside form,
#content .content-sidebar.widget-area aside aside {
	width:100%;
	margin-bottom:10px;
	min-height:140px;
}
#content .content-sidebar.widget-area aside input[type=text]:focus,
#content .content-sidebar.widget-area aside input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);
}
#content .content-sidebar.widget-area aside input[type=submit] {
	width:100px;
	float:right;
	background:#db5745;
	color:#fff;
	text-transform:uppercase;
	margin-right:0 !important;
}

#content .content-sidebar.widget-area aside .resp {
	clear:both;
}

#content .content-sidebar.widget-area aside .subscribe-form {
	padding:10px 7%;
	width:87%;
}









/* PAGINA ARGOMENTI */
#tagCloudArgomenti {
	background:#eee;
	padding:20px;
}
#tagCloudArgomenti a {
	color:#333;
	line-height:25px;
	padding:2px 5px;
}
#tagCloudArgomenti a:hover {
	background:#db5745;
	color:#fff;
}





/* PAGINA AUTORI */
#authorInfo {
	background:#eee;
    line-height:30px;
    list-style:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    margin-top:20px;
    text-transform:uppercase;
	font-size:0.9em;
	border-top:1px solid #333;
	text-align:right;
	padding:0 10px;
}
#authorInfo li {
	border-bottom:1px solid #fff;
}
#authorInfo li a {
    padding:0 15px;
	color:#333;
	display:block;
	text-align:right;
}
#authorInfo li a:hover {
	background:#333;
	color:#fff;
}
#authorInfo img {
	float:left;
	padding:5px 5px 2px 0;
}
#authorInfo a:hover img {
	opacity:0.6;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}








.acf-map {
	width:100%;
	height:320px;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.single-eventi .anticipazioneEventi {
	margin-top:40px;
}

.single-eventi .attachmentList,
.single-eventi .products {
	min-height:100px;
}
.single-eventi .locationTitle {
	margin-top:15px;
}
.page-template-page-eventi .locationTitle {
	margin-bottom:5px;
	color:#666;
}

.page-template-page-eventi .anticipazioneEventi .contenutoEvento h1,
.single-eventi .anticipazioneEventi .contenutoEvento h1 {
	font-size:1.3em;
}

.libroCorrelato {
	float:right;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.page-id-5566 .contenutoEvento a,
.page-id-5566 .contenutoEvento h4,
.page-id-5566 .contenutoEvento p {
	width:76%;
	float:left;
}
.page-id-5566 .contenutoEvento h1 {
	width:100%;
}
.page-id-5566 .anticipazioneEventi {
	margin-bottom:40px;
	padding-bottom:20px;
}

.single-eventi .anticipazioneEventi {
	margin-top:0;
}






/* SLIDER HOME */

/*****************************************************
 * styling generico elementi als: contenitore esterno
 ******************************************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

/****************************************
 * viewport: riquadro di visualizzazione
 ***************************************/
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

/***************************************************
 * wrapper: raccoglitore degli elementi della lista
 **************************************************/
.als-wrapper {
	position: relative;
	/* se si sta usando una lista del tipo <ul> <li>*/
	list-style: none;
}

/*************************************
 * item: singolo elemento della lista
 ************************************/
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	overflow:hidden;
}

/***********************************************
 * prev, next: pulsanti precedente e successivo
 **********************************************/
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.als-prev {
	left:20px;
	top:100px;
}
.als-next {
	right:20px;
	top:100px;
}
.als-prev:hover, .als-next:hover {
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#sliderLibri {
	background:#eee;
	margin-bottom:30px;
	height:230px;
}
#sliderEbook {
	background:#eee;
	height:267px;
}

.als-item .boxEtichette {
	display:none;
}

ul.als-wrapper li.als-item {
	width:150px;
	height:200px;
	padding:9px 10px;
	margin-top:3px;
	background:url(images/bglihome.png) no-repeat top left;
}
ul.als-wrapper li.als-item a img {
	width:150px;
	height:200px;
}

.related.products .products.als-wrapper img {
	margin:0;
}
.related.products .products.als-wrapper {
	padding:0;
}
.als-item .datiLibro {
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter:alpha(opacity=0);
   opacity:0;
   position:absolute;
   text-align:left;
	padding:10px 15px 10px 10px;
	font-size:1.1em;
}
.als-item:hover .datiLibro {
	display:block;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.als-item img {
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.als-item:hover img {
	margin-top:160px !important;
}


.als-item h3 {
	margin:0;
	margin-bottom:5px;
	font-size:1em;
	text-transform:uppercase;
	line-height:1em;
}
.als-item p {
	color:#fff;
	line-height:1.1em;
	margin-bottom:5px;
}
.als-item span {
	color:#db5745;
	line-height:1.1em;
	font-size:0.9em;
}

#sliderEbook ul.als-wrapper li.als-item {
	width:151px;
	height:201px;
	padding:6px 6px 21px;
	background:url(images/bgliebook.png) no-repeat top left;
	margin:10px 5px;
}
#sliderEbook ul.als-wrapper li.als-item img {
	border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}






#infscr-loading {
	display:block;
	clear:both;
	margin:30px auto;
	text-align:center;
}
#infscr-loading img {
	display:block;
	clear:both;
	margin:30px auto 10px;
	text-align:center;
}





.onsale {
	position:absolute;
	background:#db5745;
	line-height:1.5em;
	font-size:1.2em;
	color:#fff;
	font-weight:700;
	padding:0 10px;
	margin:5px 0 0 -20px;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	
	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
}

.single .column02.libro p.autori {
	font-weight:700;
	font-style:italic;
	margin-bottom:20px;
}
.yotpo.bottomLine.yotpo-medium {
	margin-bottom:15px;
}
.yotpo.bottomLine.yotpo-medium .text-m.write-review-btn-hidden {
	margin-left:10px;
}







.shortcode-subscribe-form {
	background:#eee;
	padding:20px;
}
.shortcode-subscribe-form input[type=text],
.shortcode-subscribe-form input[type=password],
.shortcode-subscribe-form input[type=submit] {
	width:200px;
	border:1px solid #999;
	line-height:1.4em;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.shortcode-subscribe-form input[type=text]:focus,
.shortcode-subscribe-form input[type=password]:focus {
	border:1px solid #999;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.shortcode-subscribe-form input[type=submit] {
	width:80px;
	background:#db5745;
	color:#fff;
	text-transform:uppercase;
	margin-left:197px;
}
.shortcode-subscribe-form input[type=submit]:hover {
	-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.shortcode-subscribe-form .sendy_terms {
	margin:10px 0;
	clear:both;
	display:block;
	margin-left:73px;
}

























/* WOOCOMMERCE */

.woocommerce-message, .woocommerce-info {
	min-height:26px;
	display:block;
	clear:both;
	margin-bottom:20px;
	background:#eee;
	padding:10px;
}


.woocommerce .shop_table {
	margin-bottom:50px;
}
.woocommerce .shop_table td {
	border:1px solid #eee;
	padding:5px 10px;
}
.woocommerce .shop_table td .remove {
	font-size:2em;
}
.woocommerce .shop_table td .quantity {
	min-width:100px;
}
.woocommerce .shop_table td .quantity label {
	float:left;
}
.woocommerce .shop_table td .quantity input {
	float:left;
	width:30px;
	margin-left:10px !important;
}
.woocommerce .shop_table th {
	border:1px solid #ddd;
	padding:5px 10px;
	background:#eee;
}


.woocommerce .shop_table .coupon {
	display:block;
	clear:both;
}
.woocommerce .shop_table .coupon label {
	float:left;
	margin-right:10px;
	line-height:30px;
	display:none;
}
.woocommerce .shop_table .coupon #coupon_code {
	width:140px;
	height:30px;
	margin-right:10px;
}
.woocommerce .shop_table .coupon input.button {
	float:left !important;
	margin-top:0 !important;
}
.woocommerce .shop_table input.button {
	line-height:18px !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page #content input.button {
	float:right;
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}


.cart_totals {
	display:block;
	clear:both;
	margin-bottom:20px;
}
.cart_totals .wc-proceed-to-checkout {
	min-height:50px;
}
.cart_totals a.checkout-button.button.alt.wc-forward {
	margin-top:0 !important;
}


.woocommerce-error li {
	list-style-type:none;
}
.woocommerce-error {
	display:block;
	clear:both;
	width:auto;
	margin:0px 0 20px !important;
	background:#eee;
	padding:10px;
}

.single-product .woocommerce-message {
	width:952px;
    margin:0px 13px 20px;
    float:left;
}

.checkout.woocommerce-checkout {
	padding-top:20px;
}
.checkout.woocommerce-checkout label {
	margin-right:10px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	line-height:2.5em !important;
}
.checkout.woocommerce-checkout p {
	margin-bottom:0 !important;
}
.woocommerce #payment ul.payment_methods li {
	margin-bottom:10px;
	line-height:3em !important;
	margin:10px 0;
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	display:inline-block;
}

.about_paypal {
	margin-left:10px;
}


.wc-social-login-profile,
.myaccount_address,
.col2-set.addresses {
	margin-bottom:40px;
}
.col2-set.addresses {
	clear:both;
	display:block;
	min-height:50px;
}
.col-2.address {
	margin-top:30px;
}


.cart-collaterals {
	float:right;
}

.page-id-94 .woocommerce form {
	width:62%;
	float:left;
}
.cart-collaterals {
	float:right;
	width:34%;
	clear:right;
}

.cart-collaterals table th,
.cart-collaterals table td {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
}
.cart-collaterals table th {
	color:#db5745;
	width:120px;
}


.graphflow_recommendations.related.products {
	clear:both;
}

.woocommerce header {
	clear:both;
}
.shop_table.order_details {
	width:100%;
}

#content .digital-downloads {
	margin-bottom:40px;
}



.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 6px 5px;
	margin:0;
	outline: 0;
	line-height: 1em;
	background:#333;
	color:#fff;
}

#content .woocommerce .coupon .button {
	padding:5px !important
}

.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: 1em
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
*zoom:1;
	list-style: none
}
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content: " ";
	display: table
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
	clear: both
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
	display: block;
	font-weight: bold
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3)
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0,0,0,0.1);
*zoom:1
}
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:before, .woocommerce-page ul.product_list_widget li dl:after {
	content: " ";
	display: table
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after {
	clear: both
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dt, .woocommerce-page ul.product_list_widget li dl dd {
	display: inline-block;
	float: left;
	margin-botom: 1em
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
	font-weight: bold;
	padding: 0 0 .25em 0;
	margin: 0 4px 0 0;
	clear: left
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
	padding: 0 0 .25em 0
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child, .woocommerce-page ul.cart_list li dl dd p:last-child, .woocommerce-page ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
	float: none
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
	border-top: 3px double #f7f6f7;
	padding: 4px 0 0
}
.woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong, .woocommerce-page.widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block
}
.woocommerce.widget_shopping_cart .buttons, .woocommerce .widget_shopping_cart .buttons, .woocommerce-page.widget_shopping_cart .buttons, .woocommerce-page .widget_shopping_cart .buttons {
*zoom:1
}
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after {
	content: " ";
	display: table
}
.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after {
	clear: both
}
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: 7px;
	content: "\e02e"
}
.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p {
	margin: 0
}
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
	color: #777777;
	font-size: 0.83em
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse: separate;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 6px;
	padding: 0
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 6px 12px 0 0;
	width: 25%
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 6px 0
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
	vertical-align: top
}
.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
	display: block;
	color: #777777
}
.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
	width: 100%
}
.woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td {
	color: #85ad74
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #f7f6f7
}
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	display: inline-block
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product, .woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
	padding: 3px;
	margin: 0 0 6px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition:opacity 0.5s 0.5s ease;
-moz-transition:opacity 0.5s 0.5s ease;
transition:opacity 0.5s 0.5s ease;
opacity:0
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	line-height: 2em
}
.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
	visibility: hidden
}
.woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline {
	display: inline
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	cursor: pointer;
	margin: 0
}
.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
	color: red;
	font-weight: bold;
	border: 0
}
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1em
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	height: 4em;
	line-height: 1.5em;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
	border-color: #fb7f88
}
.woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder {
line-height:normal
}
.woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder {
line-height:normal
}
.woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder {
line-height:normal
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
	border: 1px solid #dfdbdf;
	padding: 20px;
	margin: 2em 0 2em 0px;
	text-align: left;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
	margin: 0;
	padding: .25em 0 .25em 22px;
	text-indent: -22px;
	list-style: none outside
}
.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
	font-weight: bold
}
.woocommerce p.woocommerce-shipping-contents, .woocommerce-page p.woocommerce-shipping-contents {
	margin: 0
}
.woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none
}
.woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes {
	clear: left
}
.woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first {
	clear: left
}
.woocommerce .checkout .create-account small, .woocommerce-page .checkout .create-account small {
	font-size: 11px;
	color: #777777;
	line-height: 13px;
	font-weight: normal
}
.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}
.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
	clear: both
}
.woocommerce #payment, .woocommerce-page #payment {
	background: #f7f6f7;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
*zoom:1;
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #dfdbdf;
	margin: 0;
	list-style: none outside
}
.woocommerce #payment ul.payment_methods:before, .woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after {
	content: " ";
	display: table
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
	clear: both
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
	line-height: 2em;
	text-align: left;
	margin: 0;
	font-weight: normal
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
	margin: 0 1em 0 0
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	position: relative
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding: 1em;
	border-top: 1px solid #ffffff
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	position: relative;
	width: 96%;
	padding: 1em 2%;
	margin: 1em 0 1em 0;
	font-size: 0.92em;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 1.5em;
	background: #ebe9eb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebe9eb), to(#dfdbdf));
	background: -webkit-linear-gradient(#ebe9eb, #dfdbdf);
	background: -moz-linear-gradient(center top, #ebe9eb 0%, #dfdbdf 100%);
	background: -moz-gradient(center top, #ebe9eb 0%, #dfdbdf 100%);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8)
}
.woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea, .woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
	border-color: #d3ced3;
	border-top-color: #c7c0c7;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.4)
}
.woocommerce #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
color:#c7c0c7
}
.woocommerce #payment div.payment_box :-moz-placeholder, .woocommerce-page #payment div.payment_box :-moz-placeholder {
color:#c7c0c7
}
.woocommerce #payment div.payment_box :-ms-input-placeholder, .woocommerce-page #payment div.payment_box :-ms-input-placeholder {
color:#c7c0c7
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
	background-image: url(../images/icons/credit-cards/visa.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
	background-image: url(../images/icons/credit-cards/mastercard.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
	background-image: url(../images/icons/credit-cards/laser.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
	background-image: url(../images/icons/credit-cards/diners.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
	background-image: url(../images/icons/credit-cards/maestro.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
	background-image: url(../images/icons/credit-cards/jcb.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
	background-image: url(../images/icons/credit-cards/amex.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
	background-image: url(../images/icons/credit-cards/discover.png)
}
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
	font-size: 11px;
	color: #777777;
	line-height: 13px;
	font-weight: normal
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
	margin: 0 0 1em
}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
	margin-bottom: 0
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #ebe9eb;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -3px;
	left: 0;
	margin: -1em 0 0 2em
}
.woocommerce .order_details, .woocommerce-page .order_details {
*zoom:1;
	margin: 0 0 1.5em;
	list-style: none
}
.woocommerce .order_details:before, .woocommerce .order_details:after, .woocommerce-page .order_details:before, .woocommerce-page .order_details:after {
	content: " ";
	display: table
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
	clear: both
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1em;
	border-right: 1px dashed #dfdbdf;
	padding-right: 2em
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5em
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
	border: none
}
.woocommerce .addresses .title, .woocommerce-page .addresses .title {
*zoom:1
}
.woocommerce .addresses .title:before, .woocommerce .addresses .title:after, .woocommerce-page .addresses .title:before, .woocommerce-page .addresses .title:after {
	content: " ";
	display: table
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
	clear: both
}
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
	float: left
}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
	float: right
}
.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
	font-weight: bold;
	margin-bottom: 0
}
.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0
}
.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
	margin-left: 0;
	padding-left: 0
}
.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}
.woocommerce ul.digital-downloads li:before, .woocommerce-page ul.digital-downloads li:before {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "\e00a"
}
.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
	float: right
}
.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
*zoom:1;
	padding: 0 0 1px;
	list-style: none
}
.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after {
	content: " ";
	display: table
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
	clear: both
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
	padding: 1px 0;
	float: left
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
	padding: 0 6px;
	text-decoration: none;
	border: 1px solid #ad74a2;
	background: #ad74a2;
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color: #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce-page .widget_layered_nav ul li.chosen a:before {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "\e013"
}
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
	float: right;
	margin-left: 6px;
	font-size: 1em;
	padding: 1px 0;
	color: #777777
}
.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
	padding: 0 6px;
	text-decoration: none;
	border: 1px solid #ad74a2;
	background: #ad74a2;
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color: #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left
}
.woocommerce .widget_layered_nav_filters ul li a:before, .woocommerce-page .widget_layered_nav_filters ul li a:before {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "\e013"
}
.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
	margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: 0.8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: left
}
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
	position: relative;
	text-align: left
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.9em;
	height: 0.9em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #150d14;
	cursor: pointer;
	background: #ad74a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
	background: -webkit-linear-gradient(#ad74a2, #96588a);
	background: -moz-linear-gradient(center top, #ad74a2 0%, #96588a 100%);
	background: -moz-gradient(center top, #ad74a2 0%, #96588a 100%);
	outline: none;
	top: -0.3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65)
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #ad74a2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-border-radius: 1em;
	border-radius: 1em
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em;
	border-radius: 1em;
	background: #1e1e1e;
	background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
	background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
	background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
	background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%)
}












#toc {
	margin-top:30px;
}
#toc h3,
.titleExtra {
	background: #333 none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.8em;
	font-style: normal;
	padding: 0px 10px;
	margin-bottom: 0px !important;
	text-transform:uppercase;
}

.flexslider {
	background:transparent !important;
	margin:0 !important;
	border:0 !important;
	width:380px !important;
	height:388 !important;
	margin-left:90px !important;
}

.flexslider .slides img {
	width:auto !important;
	max-height:100% !important;
	height:100% !important;
	margin:0 auto;
}
.flexslider .slides > li {
	text-align:center;
	margin:0 auto;
}
.flexslider .slides > li iframe {
	max-width:100% !important;
}

.flexslider .slides {
	margin:0;
	padding:0;
	list-style:none;
}

.flex-direction-nav {
	list-style-type:none !important;
	margin:0 !important;
	padding:0 !important;
}

.containerFlexslider,
.containerIndice {
	background:#eee;
	padding:10px;
	margin-bottom:30px;
}

.flexslider .slide-contents {
  margin:0 20px;
  height:380px;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
	display:block !important;
	opacity:1 !important;
	transition:none !important;
	height:424px !important;
	top:-2px !important;
	right:-166px !important;
	width:80px !important;
	background:rgba(0,0,0,0.2) !important;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.flex-direction-nav .flex-prev {
	left:-120px !important;
}

.flex-direction-nav a::before {
	font-family:"Merriweather Sans",Arial,Helvetica,sans-serif !important;
	content:">" !important;
	margin-top:200px !important;
	margin-right:20px !important;
	color:#db5745 !important;
	font-size:80px !important;
    display:inline-block;
    transform:scale(0.5,1); /* W3C */
    -webkit-transform:scale(0.5,1); /* Safari and Chrome */
    -moz-transform:scale(0.5,1); /* Firefox */
    -ms-transform:scale(0.5,1); /* IE 9 */
    -o-transform:scale(0.5,1); /* Opera */
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.flex-direction-nav a.flex-prev::before {
	content:"<" !important;
	margin-right:0 !important;
	margin-left:20px !important;
}


.flex-direction-nav a:hover {
	background:rgba(0,0,0,0.4) !important;
}
.flex-direction-nav a:hover::before {
	color:#fff !important;
}


.containerIndice p {
	-webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count:2; /* Firefox */
    column-count:2;
	font-size:0.8em;
}

.containerIndice ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type:none !important;
	font-size:0.8em;
	-webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count:2; /* Firefox */
    column-count:2;
    -webkit-column-gap:20px; /* Chrome, Safari, Opera */
    -moz-column-gap:20px; /* Firefox */
    column-gap:20px;
}
.containerIndice ul li {
    border-bottom:1px dotted #999;
	padding-bottom:-1px;
	margin-bottom:3px;
	display:block;
	clear:both;
}
.containerIndice ul li .indiceItem {
	float:left;
	background:#eee;
	border-bottom:1px solid #eee;
}
.containerIndice ul li .numeriPagina {
	float:right;
	background:#eee;
	border-bottom:1px solid #eee;
}
/*
.containerIndice ul li .puntiniSpazio {
	display:inline-block;
    border-bottom:1px dotted #ccc;
    width:auto;
	display:-webkit-flex;
	display:flex;
}
*/


.owl-carousel {
	width:auto !important;
}
.owl-stage-outer {
	height:290px;
}






.owl-controls .owl-prev,
.owl-controls .owl-next {
	display:block !important;
	opacity:1 !important;
	transition:none !important;
	height:100% !important;
	top:0;
	right:0;
	width:60px !important;
	background:rgba(0,0,0,0.2) !important;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	position:absolute;
}
.owl-controls .owl-next {
	right:566px !important;
}

.owl-controls .owl-prev:before,
.owl-controls .owl-next:before {
	font-family:"Merriweather Sans",Arial,Helvetica,sans-serif !important;
	content:">" !important;
	margin-top:150px !important;
	margin-right:4px !important;
	color:#db5745 !important;
	font-size:80px !important;
    display:inline-block;
    transform:scale(0.5,1); /* W3C */
    -webkit-transform:scale(0.5,1); /* Safari and Chrome */
    -moz-transform:scale(0.5,1); /* Firefox */
    -ms-transform:scale(0.5,1); /* IE 9 */
    -o-transform:scale(0.5,1); /* Opera */
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.owl-controls .owl-prev:before {
	content:"<" !important;
	margin-right:3px !important;
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
	background:rgba(0,0,0,0.4) !important;
}
.owl-controls .owl-prev:hover:before,
.owl-controls .owl-next:hover:before {
	color:#fff !important;
}



.pdf_wrapper {
	position:relative;
}
button.pdf-close {
	border:0;
	top:0;
	position:absolute;
	right:3px;
	margin-top:-22px;
	background:#db5745;
	color:#fff;
	text-transform:uppercase;
}



.eventiBox {
	background:#eee;
	padding:10px 0 10px 10px;
	margin-bottom:30px;
}
.eventiBox .anticipazioneEventi {
	float:left;
	width:47%;
	margin-right:3%;
}





.owl-carousel .owl-item .facebook img {
	height:290px;
	width:auto;
}
.owl-carousel .owl-item figcaption {
	position:absolute;
	bottom:0;
	richness:0;
	background:rgba(255,255,255,0.8);
	color:#000;
	padding:7px;
}
.owl-carousel .owl-item figcaption p {
	margin:0 !important;
	padding:0 !important;
}
.owl-carousel .owl-item figcaption h3 {
	color:#000;
	font-weight:300;
	margin:0;
	padding:0;
	margin-bottom:3px !important;
}









/* pagina libro per mobile */
.libroLeft {
	float:left;
	margin: 0;
}
.libroRight {
	float:right;
}
.mobileTitle {
	display:none;
}












/* SCHERMI GRANDI */
@media screen and (max-width: 1030px) {

	header#masthead {
	}
	header#masthead .header-main,
	#bottomInside,
	#page,
	footer#colophon #footerInside {
		width:98% !important;
	}
	.tintup,
	.menuSiti {
		display:none;
	}
	#page {
		padding:100px 1% 50px;
		background:#fff;
	}
	
	.logo {
		float:none;
		display:block;
		clear:both;
		margin:0 auto;
	}
	#menuSiti {
		margin-bottom:15px;
	}
	
	.menu-menu-principale-container {
		float:none;
		text-align:center;
	}
	.menu-menu-principale-container ul li,
	.menu-menu-principale-container ul li a {
		float:none;
	}
	.menu-menu-principale-container ul li {
		display:inline-block;
	}
	
	#bottomInside .column01 {
		display:none;
	}
	#bottomInside .column01:first-child {
		display:block;
		width:96%;
		margin:15px 2%;
	}
	
	.column01 {
		width:29.3333%;
		float:left;
		margin:15px 2%;
	}
	.column02 {
		width:62.6666%;
		float:left;
		margin:15px 2%;
	}
	.column03 {
		width:96%;
		float:left;
		margin:15px 2%;
	}
	
	
	.search-form-sidebar .search-submit-sidebar,
	.widget.widget_search form .search-submit {
		width:16%;
	}
	.search-form-sidebar .search-field-sidebar,
	.widget.widget_search form .search-field {
		width:84%;
		padding:0 2%;
	}
	
	
	#bottomInside #supplementary {
		width:48%;
    	float:left;
    	margin-right:2%;
	}
	
	#menuSecondario ul {
		margin-top:45px;
	}
	
	#autoriMenuLine {
		height:100px;
	}
	#autoriMenuLine li {
		margin-bottom:10px;
	}
	
	#infoLibroSlider h2.titleNeg {
		width:90%;
		padding:0 5%;
	}


	.libroLeft {
		float:left;
	}
	.libroRight {
		float:right;
	}

}







/* TABLET */
@media screen and (max-width: 900px) {

	.titleBox, .widget-title {
		line-height:1em;
    	padding:12px;
	}
	.titleBox .vediTutti {
    	padding:12px;
		margin:-12px;
		line-height:1em;
		font-size:1em;
	}
	
	#menuSecondario ul li:hover ul,
	#menuSecondario ul li ul,
	#menuSecondario ul li:hover .tagcloud,
	#menuSecondario ul li:hover .autori {
		display:none !important;
	}
	
	
	.product_cat {
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
	}
	
	.libri3colonne .libro ul.products li {
		width:46% !important;
	}
	#autoriMenuLine {
		height:130px;
	}
	
	.infolibro #tabs .quantity label {
		padding:0 2px;
	}
	
	.ui-tabs .ui-tabs-nav li a img {
		display:none;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		text-align:center;
	}
	
	footer#colophon {
		position:relative;
		height:auto;
		line-height:1.2em;
		padding:5px 2%;
		width:96%;
	}
	footer#colophon .credits {
		line-height:25px;
	}
	#bottomInside {
		margin-bottom:0;
	}
	
	
	.owl-controls .owl-next {
		width:90% !important;
	}
	.owl-controls .owl-prev,
	.owl-controls .owl-next {
		width:10% !important;
	}
	
	.coupon {
		display:none !important;
	}

}








/* TABLET-SMARTHPHONE */
@media screen and (max-width: 740px) {

	.column01,
	.column02,
	.column03,
	.page-id-94 .woocommerce form,
	.cart-collaterals,
	#customer_details .col-1,
	#customer_details .col-2,
	.woocommerce .woocommerce-checkout-review-order-table,
	.woocommerce #payment {
		clear:both;
		width:96%;
		float:none;
		margin:15px 2%;
	}
	
	.search-form-sidebar .search-submit-sidebar,
	.widget.widget_search form .search-submit {
		background-position:center;
	}
	
	.cycloneslider {
		margin:0 auto;
		margin-bottom:30px;
	}
	
	#menuSiti {
		display: block;
		top: -42px;
		position: absolute;
		right: 10px;
		z-index: 999999999999999;
	}
	#menuSiti li a {
		background: none;
		border: 0;
		padding-top: 0;
		line-height: 47px;
		font-size: 1.2em;
	}
	#menuSiti li.current a {
		border: 0;
	}
	#menuSiti li:first-child {
		display: none;
	}
	
	
	#boxUserCartHeader {
		margin-bottom:15px;
	}
	#search-container,
	#boxUserCartHeader {
		display:none !important;
	}
	
	header#masthead {
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		z-index:auto;
		padding-top:10px;
	}
	.logo {
		margin-bottom:10px;
	}
	#page {
		padding-top:0;
	}
	#menuSecondario ul {
		margin-top:0;
	}
	#wprmenu_bar {
		z-index:999999999;
	}
	
	.libri3colonne .libro ul.products li,
	.libro ul.products li {
		width:96% !important;
	}
	
	.infolibro #tabs .quantity label {
		padding:0 10px;
	}
	
	.yotpo.bottomLine.yotpo-small {
		margin-bottom:20px;
	}
	
	.libro.autore .column01 .wp-post-image,
	.infolibro .wp-post-image {
		width:60% !important;
		margin:0 auto;
	}
	.autoriLibro li a img.wp-post-image {
		width:70px !important;
		margin:0 10px 0 0;
	}
	
	.ui-tabs .ui-tabs-nav li a img {
		display:block;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		text-align:left;
	}

	.page-id-5566 .contenutoEvento a,
	.page-id-5566 .contenutoEvento h4,
	.page-id-5566 .contenutoEvento p {
		width:68%;
		float:left;
	}
	.libroLeft h1.product_title,
	.libroLeft .subtitle,
	.libroLeft .autori {
		display:none;
	}
	.mobileTitle {
		display:block !important;
	}
	
	.csSlideWrapper #lightSlider-13821 ul,
	.csSlideWrapper #lightSlider-13821 ul li {
		width:100% !important;
	}
	#infoLibroSlider,
	#toc,
	.shop_table .product-thumbnail,
	.titleExtra,
	.containerFlexslider.owl-carousel,
	.owl-carousel.owl-loaded {
		display:none !important;
	}
	
	.yotpo.bottomLine.yotpo-medium {
		position:relative;
		right:auto;
		top:auto;
	}
	.yotpo-bottomline.pull-left.star-clickable {
		width:100%;
	}
	.yotpo-stars,
	.text-m.write-review-btn-hidden,
	.yotpo.bottomLine.yotpo-medium .text-m.write-review-btn-hidden,
	.yotpo.bottomLine.yotpo-medium .yotpo-stars {
		float:left;
		clear:none;
	}

	

}









/* SMARTHPHONE */
@media screen and (max-width: 30em) {
	
	#bottomInside #supplementary {
		width:98%;
    	float:left;
    	margin-right:2%;
	}
	
	.home .titleBox {
		font-size:1.1em;
	}
	
	.product_cat {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	
	.libro.autore .column01 .wp-post-image,
	.infolibro .wp-post-image {
		width:100% !important;
	}

	.woocommerce .shop_table td {
		padding:5px;
	}
	.woocommerce .shop_table td .quantity {
		min-width:10px;
	}
	
	.woocommerce form .form-row,
	.woocommerce-page form .form-row {
		padding:1%;
	}

}








.spedizione {
	font-size:0.8em !important;
	line-height:1.2em !important;
	padding:5px 10px !important;
}


.woocommerce-store-notice, p.demo_store {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    margin-bottom: 1em;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #db5745;
    color: #fff;
    /*z-index: 99998;*/
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
}
.woocommerce-store-notice a, p.demo_store a {
    color: #fff;
    text-decoration: underline
}
/*.admin-bar p.demo_store {
    top: 32px
}*/








/*

arancio db5745

font-weight 300, 400, 700, 800, 400italic

*/