/* font body*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #31311e;
}
hr {
    color: #75797f;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    color: #31311e;
}
#home h3 {
   font-family:  Georgia, Times, 'Times New Roman', serif;
}
h3.forms {
    color: #31311e;
}
h1.functional-title {
    border-bottom: 2px solid #31311e;
    font-family:  Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #31311e;
}
h1.list-title {
    font-family:  Georgia, Times, 'Times New Roman', serif;
    margin: 0px 0px 32px 0px;
    font-size: 21px;
}
h3.forms {
       font-family:  Georgia, Times, 'Times New Roman', serif;
}
h2.functional-title {
    border-bottom: solid 1px #31311e;
    margin: 0px 0px 20px 0px;
    padding-bottom: 0px;
    font-family:  Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
h3 a:link,
h3 a:visited {
    color: #31311e;
}
h3 a:hover,
h3 a:active {
    color: #75797f;
}
::-webkit-input-placeholder {
    color: #75797f;
}
:-moz-placeholder {
    color: #75797f;
}
::-moz-placeholder {
    color: #75797f;
}
:-ms-input-placeholder {
    color: #75797f;
}
legend {
    color: #31311e;
}
.quiet {
    color: #75797f;
}
.fs-small {
    font-size: 16px;
    line-height: 1.5em;
}
/* colori link e classi generali*/

a:link, 
a:visited {
    color: #443e6f;
    text-decoration: none;
}

a:hover, 
a:active {
    color: #070f1e;
    text-decoration: none;
}

.red {
    color: #31311e;
}
.grey {
    color: #070f1e;
}
.blue {
    color: #50668b;
}
.light-blue {
    color: #bdccd4;
}
.green {
    color: #bbac36;
}
.darkgreen {
    color: #66663d;
}
.grey {
    color: #75797f;
}
.light-grey {
    color: #e6e6e6;
}
.lighter {
    color: #f1f2f5
}
.white {
    color: white;
}
.bg-red {
    background-color: #31311e;
}
.bg- {
    background-color: #070f1e;
}
.bg-blue {
    background-color: #070f1e;
}
.bg-green {
    background-color: #bbac36
}
.bg-darkgreen {
    background-color: #66663d;
}
.bg-light-blue {
    background-color: #bdccd4;
}
.bg-grey {
    background-color: #75797f;
}
.bg-light-grey {
    background-color: #e6e6e6;
}
.bg-lighter {
    background-color: #e8e7e5;
}

.bp-button .bp-button-type-plain .bp-button-label,
.bp-button .bp-button-type-shopping .bp-button-label {
    font-family:  Georgia, Times, 'Times New Roman', serif;
}
/*classi bootstrap*/

.book-list .btn-danger {
    background-color: white;
    color: #75797f;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #f1f2f5;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    text-shadow: none;
    text-align: left;
}
.book-list .btn-danger:hover {
    background-color: #070f1e;
    color: #FFFFFF;
    background-image: none;
    background-repeat: repeat-x;
    border-color: white;
    border-radius: 0px 0px 0px 0px;
}
.book-list .btn-danger:hover,
.book-list .btn-danger:focus,
.book-list .btn-danger:active,
.book-list .btn-danger.active,
.book-list .open .dropdown-toggle.btn-danger {
    background-color: white;
    color: #75797f;
    cursor: default;
}
.btn-default {
    background-image: none;
    background-color: #f1f2f5;
    border-color: #eeeeee;
    text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #EBEBEB;
    border-color: #f1f2f5;
    color: #333333;
}
.book-list .btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    border-color: #eeeeee;
}
.book-list .btn {
    font-size: 18px;
    padding: 4px 12px;
}
.book-list .btn-danger {
    width: 85%;
}
.book-list .dropdown-toggle {
    width: 15%;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #e5e6e7;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #f1f2f5;
}
.form-control {
    background-color: #f1f2f5;
    border: 1px solid #f1f2f5;
    color: #333333;
}
.form-control:focus {
    border-color: #f1f2f5;
    box-shadow: none;
}
.form-control option:hover {
    background-color: #f1f2f5;
}
/*#header*/

#header {
    position: relative;
}

#header .navbar-collapse {
    padding-left: 15px;
}
#header nav a {
    color: #FFFFFF;
}
#header nav a {
    color: #FFFFFF;
}
#header nav {
    float: right;
}
/*#header nav ul li {
    font-size: 16px;
    padding-left: 20px;
    font-weight: 400;
    font-family: Georgia, Times, 'Times New Roman', serif;
}*/
#header nav ul li {
    font-size: 15px;
    padding-left: 18px;
    font-weight: 600;
    font-family:  Georgia, Times, 'Times New Roman', serif;
}
#header nav ul li.social {
    padding-left: 9px;
}
#header .logo img {
    height: 274px;
    width: 62px;
    background: transparent;
}
#header .cl-effect-17 a {
    color: #FFFFFF;
}
#header .cl-effect-17 a:before {
    color: #31311e;
}
#header .cl-effect-17 a:after {
    background-color: #31311e;
}
#header .cl-effect-17 a:after {
    background-color: #31311e;
}
#header .cl-effect-17 a:hover {
    color: #070f1e;
}
#header nav ul li.first {
    padding-left: 0px;
}
/*tools*/

/*#tools ul li.newsletter {
    display: none;
}*/
/*nuove proporzioni*/

#tools ul li a {
    font-size: 13px;
    line-height: 32px;
}

#tools ul li a:hover, #tools ul li a:active {
    color: #e8e7e5;
}
#breadcrumbs {
    height: 56px;
    line-height: 56px;
}
#main,
#footer {
    padding: 64px 0;
}
.bookgui .impressum .book_item .book_item_impressum .book_item_head h1,
.newsgui .impressum .news_item .news_item_impressum .news_item_head h1 {
    font-size: 48px;
}
/*#breadcrumbs*/

#breadcrumbs {
    /*color:#d1d1d9;*/
}
#breadcrumbs .btn {
    color: white;
    background-color: #31311e;
}
#breadcrumbs .btn {
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
#breadcrumbs .search-query {
    height: 32px;
    font-size: 12px;
}
#breadcrumbs .btn:hover {
    background-color: #75797f;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
    color: #807b87;
}
#breadcrumbs a:active,
#breadcrumbs a:hover {
    color: #d1d1d9;
}
#breadcrumbs .btn:hover {
    background-color: #75797f;
    color: white;
}
#breadcrumbs .search-query {
    border: 1px solid #f1f2f5;
}
#breadcrumbs {
    border-bottom: none;
    background-color: #bfc1c4;
    background-image: none;
}
/* colori e sfondi tools*/

#tools {
    background: url("/img/bg-tools.png") top left repeat-x;
    color: white;
}
#tools ul li {
    padding: 2px 0 2px 25px;
}
#tools a:link,
#tools a:visited {
    color: white;
}
#tools a:hover,
#tools a:active {
    color: #070f1e;
    text-decoration: none;
}
/* colori e sfondi header*/

#header {
    background-color: white;
}
#header .logo {
    background: url("/assets/custom/audinoeditore/img/logo.png") center center no-repeat;
    width: 274px;
    height: 62px;
    margin: 40px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 274px 62px;
}
#header ul li a:link,
#header ul li a:visited {
    color: #31311e;
}
#header ul li a:active,
#header ul li a:hover {
    color: #fff !important;
}
#header nav a:link,
#header nav a:visited {
    color: white;
}
#header nav a:active,
#header nav a:hover {
    color: #bdccd4;
}
#header .navbar-collapse {
    background-color: white;
}
#header .cl-effect-17 {
    margin: 55px 0;
}
#header {
    background-color: #9e2624;
}
#header {
    border-bottom: 1px solid #dfdef;
}
#breadcrumbs {
    background-image: none;
    border-bottom: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.01), 0 2px 1px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.01);
    background-color: #efefef;
}
#header .navbar-collapse {
    background-color: #9e2624;
}
/*slider homepage*/

#enlarge {
    max-width: 1140px;
}
.slider .col-home {
    padding: 30px 0px;
    text-align: left;
}
#enlarge .slider #owl-demo .slider-item {
    width: 1140px;
    height: 396px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.slider-item .home-author {
    margin: 20px 0px;
    overflow: auto;
}
.slider-item .home-title {
    overflow: auto;
    margin-bottom: 60px;
}
.slider-item .home-author .name-author {
    line-height: 60px;
    background-color: #bdccd4;
    color: #070f1e;
    font-size: 28px;
    padding: 10px 20px;
    width: auto;
}
.slider-item .home-title .name-title {
    line-height: 90px;
    background-color: #1A1A1A;
    color: white;
    font-size: 44px;
    padding: 10px 20px;
    width: auto;
}
.slider-item .home-data .name-data {
    line-height: 40px;
    background-color: #1A1A1A;
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    width: auto;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    display: none;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #31311e;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 4px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto;
}
.owl-item.loading {
    background: url("AjaxLoader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    min-height: 150px;
}
.news_item_calendar,
.news-list .news_item_calendar {
    background: url("/assets/custom/donzelli/img/icon-calendar.jpg") left top no-repeat white;
    font-size: 14px;
}
/*homepage*/

.book_item_related .impressum img {
    width: 130px;
    margin:2px 0px 10px 0px;
}
.book_item_related .section {
    margin-bottom: 16px;
}
#home .price {
    /*display: none;*/
}
#home .book_item_impressum,
.related .book_item_impressum {
    padding-left: 30px;
}
/*impressum scheda libro*/

.bookgui .impressum .book_item .book_item_impressum .book_item_head h1, .newsgui .impressum .news_item .news_item_impressum .news_item_head h1 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
}

.bookgui .impressum .book_item .book_item_impressum .book_item_head h1,
.newsgui .impressum .news_item .news_item_impressum .news_item_head h1 {
    font-size: 40px;
    margin-bottom: 0px;
}
.bookgui .impressum .book_item .book_item_impressum .book_item_head h2,
.newsgui .impressum .news_item .news_item_impressum .news_item_head h2 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1.4em;
}
.bookgui .impressum .book_item .book_item_impressum .book_item_author,
.newsgui .impressum .news_item .news_item_impressum .news_item_eyelet {
    font-size: 22px;
    font-style: none;
}
.book_item_head h2 {
    font-weight: 300;
}
.book_item_related .impressum {
    margin-bottom: 32px;
}
.bookgui .impressum .book_impressum_cart .cart_ok {
    background-color: #31311e;
    color: white;
}
.bookgui .impressum .book_impressum_cart .cart_ok:hover {
    background-color: #550121;
    color: white;
}
.bookgui .impressum .book_impressum_cart .cart_ko {
    background-color: #e9e9e9;
    color: #070f1e;
}
.bookgui .impressum .book_impressum_cart .cart_reprint {
    background-color: #e9e9e9;
    color: #070f1e;
}
.bookgui .impressum .book_impressum_cart .cart_preview {
    background-color: #eeeeee;
    color: #070f1e;
}
.bookgui .impressum .book_impressum_cart .cart_wishlist {
    background-color: #bbac36;
    color: white;
}
.bookgui .impressum .book_impressum_cart .cart_wishlist:hover {
    background-color: #66663d;
    color: white;
}
.bookgui .impressum .book_item .book_item_impressum .book_item_author,
.newsgui .impressum .news_item .news_item_impressum .news_item_eyelet {
    color: #31311e;
}
.section-title {
    color: #31311e;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: solid 1px #31311e;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.01), 0 2px 1px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.01);
        font-family:  Georgia, Times, 'Times New Roman', serif;
         /*background: url("/assets/custom/audinoeditore/img/bg_bread.jpg") bottom left repeat-x;
         padding-bottom: 5px;*/
}
}
/*scheda libro*/

.book_item_more .section-data {
    line-height: 1.7em;
    font-size: 15px;
}

.abstract, .author, .other {
    text-align: justify;
}

.bookgui .impressum .book_item .book_item_impressum .book_item_head, .newsgui .impressum .news_item .news_item_impressum .news_item_head {
    margin-bottom: 30px;
}

.bookgui .impressum .book_item .book_item_impressum .book_item_author, .newsgui .impressum .news_item .news_item_impressum .news_item_eyelet {
    margin-bottom: 15px;
}
/*elenco libri*/

.book-list h1 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.book-list .search_tools .search_tools_form select {
    border: 1px solid #EEEEEE;
    width: 100%;
    color: #b3b3b3;
    background: url('/img/bg-select.jpg') right center no-repeat;
    padding: 0 24px 0 8px;
    overflow: hidden;
}
.book-list .cart:hover {
    color: #6F1537;
}
.book-list .wishlist:hover {
    color: #6F6415;
}
.book-list .card:hover {
    color: #20536F;
}
.news-list .impressum .news_item_impressum .news_item_eyelet {
    color: #75797f;
    font-style: italic;
}
.book-list .impressum .social .social-twitter {
    line-height: 32px;
    padding: 6px 16px;
}
.book-list .impressum .book_item_impressum .book_item_title,
.news-list .impressum .news_item_impressum .news_item_title,
.authors-list .impressum .author_item_impressum .author_item_title {
    font-size: 27px;
    line-height: 1.3em;
    margin-bottom: 6px;
    font-weight: 700;
}
.book-list .impressum_list_item_cover {
    margin-top: 6px;
}
.book-list .impressum,
.news-list .impressum,
.authors-list .impressum {
    margin-bottom: 32px;
    padding-bottom: 32px;
}
.book-list .impressum .book_item_impressum .book_item_head,
.news-list .impressum .news_item_impressum .news_item_head {
    margin-bottom: 16px;
}
/*elenco libri, elenco news ed elenco autori*/

.book-list .impressum .book_item_impressum .book_item_head,
.news-list .impressum .news_item_impressum .news_item_head {
    color: #31311e;
}
.book-list .impressum .book_item_impressum .book_item_head a:link,
.book-list .impressum .book_item_impressum .book_item_head a:visited,
.news-list .impressum .news_item_impressum .news_item_head a:link,
.news-list .impressum .news_item_impressum .news_item_head a:visited {
    color: #31311e;
}
.book-list .impressum .book_item_impressum .book_item_head a:hover,
.book-list .impressum .book_item_impressum .book_item_head a:active,
.news-list .impressum .news_item_impressum .news_item_head a:hover,
.news-list .impressum .news_item_impressum .news_item_head a:active {
    color: #443e6f;
    text-decoration: none;
}
.book-list .impressum .book_item_impressum .book_item_subtitle,
.news-list .impressum .news_item_impressum .news_item_subtitle {
    color: #75797f;
}
.news_item_calendar,
.news-list .news_item_calendar {
    color: #070f1e;
}
.authors-list .impressum .author_item_impressum .author_item_title a:link,
.authors-list .impressum .author_item_impressum .author_item_title a:visited {
    color: #000000;
}
.book-list .dropdown-menu > .active > a,
.book-list .dropdown-menu > .active > a:hover,
.book-list .dropdown-menu > .active > a:focus {
    background-color: #50668b;
}
.authors-list .impressum .author_item_impressum .author_item_title a:active,
.authors-list .impressum .author_item_impressum .author_item_title a:hover {
    color: #50668b;
    text-decoration: none;
}
.event_waw {
    background: url('/assets/custom/donzelli/img/icon-calendar.jpg') left top no-repeat;
}
.bookgui .impressum .book_impressum_cart .social {
    border-bottom: 1px solid #f1f2f5;
    border-top: 1px solid #f1f2f5;
    color: white;
    cursor: pointer;
    font-size: 13px;
    line-height: 32px;
    margin: 32px 0;
    padding: 8px 0;
}
/*pagina catalogo*/

.book-list-form input {
    border: 1px solid #EEEEEE;
    padding: 5px;
}
.book-list-form .btn {
    padding: 8px 16px;
}
.book-list-form .btn:hover {
    background-color: #e6e6e6;
    color: white;
}
/*pagina autori*/

.authors-list .authors-letter {
    background-color: #fcfcfd;
    border-bottom: 1px solid #f1f2f5;
    border-top: 1px solid #f1f2f5;
    font-size: 21px;
    margin-bottom: 30px;
    padding: 15px 0;
    text-align: center;
}
.authors-list .authors-letter a:link,
.authors-list .authors-letter a:visited {
    color: #31311e;
    ;
}
.authors-list .authors-letter a:active,
.authors-list .authors-letter a:hover {
    color: #070f1e;
}
/*texttext*/

.texttext {
    margin-bottom: 0;
}
.texttext h2,
.texttext h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.texttext a:link,
.texttext a:visited {
    color: #31311e;
}
.texttext a:active,
.texttext a:hover {
    color: #004166;
}
.section-title {
    /*font-weight: bold; */
    
    font-size: 16px;
}
/*shopping*/

#shopping .form-group input {
    border: solid 1px #eeeeee;
    color: #333333;
}
#shopping .form-group input:focus {
    border-color: #50668b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #bdccd4;
}
#shopping .impressum .book_item_impressum .book_item_title a:link,
#shopping .impressum .book_item_impressum .book_item_title a:visited {
    color: #070f1e;
}
#shopping .impressum .book_item_impressum .book_item_title a:hover,
#shopping .impressum .book_item_impressum .book_item_title a:active {
    color: #75797f;
}
.bp-button .bp-button-type-cart .bp-button-label {
    border-left: none;
}
/*pages*/

.pages h1 {
    font-size: 44px;
}
/*footer*/

html,
body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -444px;
    /* the bottom margin is the negative value of the footer's height */
}
#footer,
.push {
    /*height: 221px;  '.push' must be the same height as 'footer' */
    
    height: 444px;
}
#tools {
    background: #31311e;
}
#footer {
    background-color: #9e2624;
    border-top: 1px solid #9e2624;
    color: white;
}
#footer, .grey,
#footer h3 {
    /*color: #bfc1c4;*/
}
/**revisioni colore**/

.cover img,
.book_item_cover img,
.impressum_list_item_cover img {
    border: 1px solid #75797f;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #31311e;
    border-color: #31311e;
}
.book-list .impressum,
.news-list .impressum,
.authors-list .impressum {
    border-bottom: 1px solid #070f1e;
    border-bottom: 1px solid #ddd;
}
/** 
    Questa classe governa il menu` una volta che 
    inizia lo scroll
*/

.is-sticky #tools {
    /*background-color: #dd4b39;*/
}
.is-sticky #tools .is-sticky-logo {
    text-align: left;
    background: url("../img/logo-small.png") left center no-repeat;
    height: 32px;
    width: 192px;
}
.is-sticky #tools .is-sticky-logo img {
    width: 82px;
    height: 24px;
}
.is-sticky #tools .is-sticky-logo div {
    display: block;
}
.is-sticky #breadcrumbs {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border-bottom: solid 1px #f1f2f5;
}
.is-sticky #breadcrumbs .search-query {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border: none;
}
.is-sticky #breadcrumbs .btn {
    height: 24px;
    line-height: 24px;
    width: 24px;
    font-size: 14px;
    margin-top: -5px;
    padding: 0;
    background: transparent;
    color: #070f1e;
}
/**button colors**/

.bp-button .bp-button-type-cart-red {
    background-color: #aead7d;
    color: #fff;
}
.bp-button .bp-button-type-cart-red i.fa {
    background-color: #aead7d;
    color: #fff;
}
.bp-button .bp-button-type-cart-red:hover i.fa {
    background-color: #31311e;
    color: #fff;
}
.bp-button .bp-button-type-cart-red:hover {
   background-color: #31311e;
    color: #fff;
}
.bp-button .bp-button-type-cart-green {
    background-color: #a7a089;
    color: #fff;
}
.bp-button .bp-button-type-cart-green i.fa {
    background-color: #a7a089;
    color: #fff;
}
.bp-button .bp-button-type-cart-green:hover i.fa {
    background-color: #31311e;
    color: #fff;
}
.bp-button .bp-button-type-cart-green:hover {
    background-color: #31311e;
    color: #fff;
}
.bp-button .bp-button-type-plain-red {
    color: #aead7d;
}
.bp-button .bp-button-type-plain-green {
    color: #a7a089;
}
.bp-button .bp-button-type-cart-green {
    cursor: pointer;
    color: #fff;
}
.bp-button .bp-button-type-plain-blue {
    color: #bfbdb8;
}
.bp-button .bp-button-type-plain-red:hover,
.bp-button .bp-button-type-plain-green:hover,
.bp-button .bp-button-type-plain-blue:hover {
    color: #070f1e;
}
.bp-button .bp-button-type-shopping-green {
    background-color: #a6afbe;
}
.bp-button .bp-button-type-shopping-green i.fa {
    background-color: #50668b;
    color: #a6afbe;
}
.bp-button .bp-button-type-shopping-green:hover {
    background-color: #50668b;
}
.bp-button .bp-button-type-shopping-red {
    background-color: #31311e;
}
.bp-button .bp-button-type-shopping-red i.fa {
    background-color: #b54520;
    color: #31311e;
}
.bp-button .bp-button-type-shopping-red:hover {
    background-color: #b54520;
}
.bp-button .bp-button-type-shopping-grey {
    background-color: #f1f2f5;
}
.bp-button .bp-button-type-shopping-grey i.fa {
    background-color: #acafb2;
    color: #f1f2f5;
}
.bp-button .bp-button-type-shopping-grey:hover {
    background-color: #acafb2;
}
.bp-button .bp-button-type-cart-disabled {
    background-color: #f1f2f5;
}
.bp-button .bp-button-type-cart-disabled i.fa {
    background-color: #c9c9ca;
    color: #f1f2f5;
}
.bp-button .bp-button-type-plain-disabled {
    background-color: #fff;
    color: #acafb2;
}
.bp-button .bp-button-type-plain {
    border-bottom: 1px solid #f1f2f5;
}
.bp-button .bp-button-type-plain {
    padding: 0px 0px 10px 16px;
}
.book-list .impressum .social {
    padding: 10px 0px 10px 16px;
}
.navbar-default .navbar-toggle {
    border-color: #a6afbe;
    background-color: #31311e;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #31311e;
}
.navbar-header {
    background-color: #ded5b7;
}
#shopping .form-group input {
    color: #070f1e;
}
#shopping .form-group input {
    border: 1px solid #e5e6e7;
}
.bookgui .impressum .book_impressum_cart .social .social-twitter,
.newsgui .impressum .news_impressum_cart .social .social-twitter {
    padding: 6px 15px;
}
.bookgui .impressum .book_impressum_cart .social .social-facebook,
.newsgui .impressum .news_impressum_cart .social .social-facebook {
    padding: 6px 15px;
}
.bookgui .impressum .book_impressum_cart .social .social-pinterest,
.newsgui .impressum .news_impressum_cart .social .social-pinterest {
    padding: 6px 15px;
}
.bookgui .impressum .book_impressum_cart .social .social-google,
.newsgui .impressum .news_impressum_cart .social .social-google {
    padding: 6px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #070f1e;
    background-image: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #50668b;
    background-image: none;
}
#shopping .required input,
#shopping .required select {
    background: url("/assets/custom/donzelli/img/bg-required-form.jpg") no-repeat scroll left center;
}
.form-group .check {
    color: #8f0b19;
}
.bp-button .bp-button-type-cart .bp-button-label {
    font-size: 13px;
    line-height: 48px;
}
.bp-button .bp-button-type-cart {
    height: 50px;
    line-height: 48px;
    /*border: solid 1px #efefef;*/
    font-family:  Georgia, Times, 'Times New Roman', serif;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.01), 0 2px 1px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.01);*/
}
.bp-button .bp-button-type-cart i.fa {
    line-height: 48px;
}
.bookgui .impressum .book_item,
.newsgui .impressum .news_item {
    padding: 0px 0 32px 0px;
}
.bp-button .bp-button-type-cart {
    margin-bottom: 10px;
}
.bp-button .bp-button-type-cart i.fa {
    font-size: 24px;
    padding: 0 12px;
}
.bookgui .impressum .book_impressum_cart .social .social-twitter,
.newsgui .impressum .news_impressum_cart .social .social-twitter {
    line-height: 32px;
}
.bookgui .impressum .book_impressum_cart .social .social-facebook,
.newsgui .impressum .news_impressum_cart .social .social-facebook {
    line-height: 32px;
}
.bookgui .impressum .book_impressum_cart .social .social-pinterest,
.newsgui .impressum .news_impressum_cart .social .social-pinterest {
    line-height: 32px;
}
.bookgui .impressum .book_impressum_cart .social .social-google,
.newsgui .impressum .news_impressum_cart .social .social-google {
    line-height: 32px;
}
/* social button modifiche 10122014*/

.bookgui .impressum .book_impressum_cart .social {
    font-size: 13px;
}
.newsgui .impressum .news_impressum_cart .social {
    border: none;
}
.bookgui .impressum .book_impressum_cart .social .social-twitter,
.newsgui .impressum .news_impressum_cart .social .social-twitter {
    color: #31311e;
    background-color: white;
    line-height: 34px;
    padding: 6px 10px;
}
.bookgui .impressum .book_impressum_cart .social .social-twitter:hover,
.newsgui .impressum .news_impressum_cart .social .social-twitter:hover {
    color: #443e6f;
    background-color: white;
    transition: all 0.8s ease 0s;
}
.bookgui .impressum .book_impressum_cart .social .social-facebook,
.newsgui .impressum .news_impressum_cart .social .social-facebook {
    color: #31311e;
    background-color: white;
    line-height: 34px;
    padding: 6px 10px;
}
.bookgui .impressum .book_impressum_cart .social .social-facebook:hover,
.newsgui .impressum .news_impressum_cart .social .social-facebook:hover {
    color: #443e6f;
    background-color: white;
    transition: all 0.8s ease 0s;
}
.bookgui .impressum .book_impressum_cart .social .social-pinterest,
.newsgui .impressum .news_impressum_cart .social .social-pinterest {
    color: #31311e;
    background-color: white;
    line-height: 34px;
    padding: 6px 10px;
}
.bookgui .impressum .book_impressum_cart .social .social-pinterest:hover,
.newsgui .impressum .news_impressum_cart .social .social-pinterest:hover {
    color: #443e6f;
    background-color: white;
    transition: all 0.8s ease 0s;
}
.bookgui .impressum .book_impressum_cart .social .social-google,
.newsgui .impressum .news_impressum_cart .social .social-google {
    color: #31311e;
    background-color: white;
    line-height: 34px;
    padding: 6px 10px;
}
.bookgui .impressum .book_impressum_cart .social .social-google:hover,
.newsgui .impressum .news_impressum_cart .social .social-google:hover {
    color: #443e6f;
    background-color: white;
    transition: all 0.8s ease 0s;
}
.book-list .impressum .social {
    font-size: 13px;
    padding: 10px 15px 10px 0px;
}
.book-list .impressum .social .social-twitter {
    background-color: white;
    color: #31311e;
    line-height: 34px;
    padding: 6px 10px;
}
.book-list .impressum .social .social-twitter:hover {
    background-color: white;
    color: #443e6f;
    transition: all 0.8s ease 0s;
}
.book-list .impressum .social .social-facebook {
    background-color: white;
    color: #31311e;
    line-height: 34px;
    padding: 6px 10px;
}
.book-list .impressum .social-facebook:hover {
    background-color: white;
    color: #443e6f;
    transition: all 0.8s ease 0s;
}
.book-list .impressum .social-pinterest {
    background-color: white;
    color: #31311e;
    line-height: 34px;
    padding: 6px 10px;
}
.book-list .impressum .social .social-pinterest:hover {
    background-color: white;
    color: #443e6f;
    transition: all 0.8s ease 0s;
}
.book-list .impressum .social .social-google {
    background-color: white;
    color: #31311e;
    line-height: 34px;
    padding: 6px 10px;
}
.book-list .impressum .social .social-google:hover {
    background-color: white;
    color: #443e6f;
    transition: all 0.8s ease 0s;
}
.bp-button .bp-button-type-shopping-red {
    color: #31311e;
    background-color: #e8e7e5;
}
.bp-button .bp-button-type-shopping-red i.fa {
    background-color: #e8e7e5;
    color: #31311e;
}
.bp-button .bp-button-type-shopping-red:hover {
    background-color: #31311e;
    color: #fff;
}
.bp-button .bp-button-type-shopping-red:hover i.fa {
    background-color: #31311e;
    color: #fff;
}
.bp-button .bp-button-type-shopping-grey {
    color: #acafb2;
    background-color: #f1f2f5;
}
.bp-button .bp-button-type-shopping-grey i.fa {
    background-color: #f1f2f5;
    color: #acafb2;
}
.bp-button .bp-button-type-shopping-grey:hover {
    background-color: #fcfcfd;
    color: #acafb2;
}
.bp-button .bp-button-type-shopping-grey:hover i.fa {
    background-color: #fcfcfd;
    color: #acafb2;
}
/*
    TEMPLATE cover_icons 
*/

.template_cover_icons {
    margin-bottom: 32px;
}
/* volumi su piu` righe */

.template_cover_icons .tci_cover {
    float: left;
    max-width: 240px;
    margin-right: 10px;
}
.template_cover_icons .tci_cover img {
    border: solid 1px #ccc;
}
.template_cover_icons .tci_buttons {
    float: left;
    width: 100px;
}
.template_cover_icons .tci_social p {
    font-size: 12px;
    color: #aaa;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 12px;
}
.template_cover_icons .tci_social span {
    display: inline-block;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: white;
    margin-top: 5px;
}
.template_cover_icons .tci_social span.social-twitter {
    backgroundcolor: white;
    color: #4099ff;
}
.template_cover_icons .tci_social span.social-facebook {
    backgroundcolor: white;
    color: #3b5998;
}
.template_cover_icons .tci_social span.social-pinterest {
    backgroundcolor: white;
    color: #cb2027;
}
.template_cover_icons .tci_social span.social-google {
    backgroundcolor: white;
    color: #dd4b39;
}
.template_cover_icons .tci_social span:hover {
    backgroundcolor: white;
    color: #070f1e;
    transition: all 0.8s ease 0s;
}
/** general button */

.template_cover_icons .bp-button {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    clear: both;
}
.template_cover_icons .bp-button div:hover {
    transition: all 0.8s ease 0s;
}
/** ICON position: */

.template_cover_icons .bp-button .bp-button-icon-sx i.fa {
    float: left;
}
.template_cover_icons .bp-button .bp-button-icon-dx i.fa {
    float: right;
}
.template_cover_icons .bp-button .bp-button-icon-flat i.fa {
    display: none;
}
/** TEXT align: */

.template_cover_icons .bp-button .bp-button-label-sx {
    text-align: left;
}
.template_cover_icons .bp-button .bp-button-label-dx {
    text-align: right;
}
.template_cover_icons .bp-button .bp-button-label-center {
    text-align: center;
}
.template_cover_icons .bp-button .bp-button-label-flat span.bp-button-label {
    display: none;
}
/** button type cover-icon */

.template_cover_icons .bp-button .bp-button-type-cover-icon {
    line-height: 24px;
    height: 24px;
    margin-bottom: 5px;
}
/** icon form factor button type cover-icon */

.template_cover_icons .bp-button .bp-button-type-cover-icon i.fa {
    line-height: 24px;
    font-size: 14px;
    padding: 0 7px 0 0;
}
/** label form factor button type cover-icon */

.template_cover_icons .bp-button .bp-button-type-cover-icon .bp-button-label {
    line-height: 24px;
    display: inline-block;
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
}
/** color and effects */
/* RED */

.template_cover_icons .bp-button .bp-button-type-cover-icon-red {
    background-color: #31311e;
    color: #ffffff;
    cursor: pointer;
    color: #31311e;
    background-color: #ffffff;
    cursor: pointer;
}
.template_cover_icons .bp-button .bp-button-type-cover-icon-red i.fa {
    background-color: #31311e;
    color: #ffffff;
    color: #31311e;
    background-color: #ffffff;
}
.template_cover_icons .bp-button .bp-button-type-cover-icon-red:hover,
.template_cover_icons .bp-button .bp-button-type-cover-icon-red:hover i.fa {
    background-color: #b54520;
    color: #ffffff;
    color: #931D1D;
    background-color: #ffffff;
}
/* GREEN */

.template_cover_icons .bp-button .bp-button-type-cover-icon-green {
    background-color: #c9c9ca;
    color: white;
    cursor: pointer;
    color: #162878;
    background-color: white;
    cursor: pointer;
}
.template_cover_icons .bp-button .bp-button-type-cover-icon-green i.fa {
    background-color: #c9c9ca;
    color: white;
    color: #3b5998;
    background-color: white;
}
.template_cover_icons .bp-button .bp-button-type-cover-icon-green:hover,
.template_cover_icons .bp-button .bp-button-type-cover-icon-green:hover i.fa {
    color: #807b87;
    background-color: white;
}

/*********************************************** 
MAIN FIXES
*/

#tools {
    background-color: #31311e;
    background-color: #31311e;

}

#header, #header .navbar-collapse {
     background-color: #ded5b7;
 }

#breadcrumbs {
    background-color: white;
    border-bottom: solid 1px #ccc;
    font-size: 13px;     
}

#breadcrumbs .search-query {
    border: solid 1px #ddd;
    border-right: none;
}

#footer {
    background-color: #bfc1c4;
    border-top: none;
    color: #494435;
    padding-top: 96px !important;
    background: url("/assets/custom/audinoeditore/img/bg_tools.jpg") center top repeat-x #ded5b7;
}

#footer a:link, 
#footer a:visited {
    color: #000;
    text-decoration: none;
}

#footer a:hover, 
#footer a:active {
    color: #000;
    text-decoration: underline;
}

#footer .btn {
    background-color: #31311e;
    color: white;
}

#footer .btn:hover {
    background-color: #31311e;
    color: white;
}

#footer .subscribe {
    border: 1px solid #bfc1c4;
    border-right: none;
}

.section-title, legend, input, select, .form-control, button, .book-list .btn {
    font-size:13px;
}

.section-title { font-weight: bold; }

h1.functional-title {
    border-bottom: 1px solid #31311e;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #31311e;
}


.bp-button .bp-button-label {
    font-size: 12px;
}

.cover img, .book_item_cover img, .impressum_list_item_cover img {
    border: none;
    box-shadow: #bbb 2px 2px 5px 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.book_item_related .impressum .book_item_impressum .book_item_title {
    font-size: 16px;
    font-weight: 700;
}

.book_item_related .impressum .book_item_impressum .book_item_head {
    margin-bottom: 16px;
}

.fs-small { font-size: 14px; }

.template_cover_icons .bp-button, 
.template_cover_icons .bp-button .bp-button-type-cover-icon .bp-button-label,
.book_item_price.fs-small { 
    font-size: 12px; 
}

/*********************************************** 
RESPONSIVE 
*/

@media (max-width: 1200px) {
    .template_cover_icons .tci_cover {
        margin-bottom: 16px;
    }
    .tci_buttons .bp-button {
        width: 250px;
    }
    .section-data {
        overflow: hidden;
    }
    .template_cover_icons .tci_buttons {
        width: 100%;
    }
    .template_cover_icons .tci_social span {
        float: left;
    }
}
@media (max-width: 1200px) and (min-width: 1000px) {
    #header nav ul li {
        font-size: 15px;
        padding-left: 16px;
    }
}
@media (max-width: 1000px) and (min-width: 969px) {
    #header nav ul li {
        font-size: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 1200px) and (min-width: 968px) {
    #tools ul li {
        font-size: 14px;
        padding: 2px 0 2px 24px;
    }
    .bookgui .impressum .book_item .book_item_impressum,
    .newsgui .impressum .news_item .news_item_impressum {
        padding-right: 20px;
    }
    .bookgui .book_impressum_cart {
        padding: 0px;
    }
    .bookgui .book_impressum_cart .bp-button {
        font-size: 11px;
    }
    .bp-button .bp-button-type-cart .bp-button-label {
        font-size: 12px;
    }
    .book_item_related .impressum img {
        width: 80px;
    }
    /*elenco libri*/
    
    .book-list .bp-button {
        font-size: 12px;
    }
    .book-list .bp-button .bp-button-type-plain {
        padding: 0px;
        border: none;
    }
    /*slider homepage*/
    
    .slider .col-home {
        padding: 30px 0px;
        text-align: left;
    }
    #enlarge .slider #owl-demo .slider-item {
        width: 968px;
        height: auto;
        background-repeat: no-repeat;
        text-align: center;
        margin: 0 auto 0 auto;
        margin-bottom: 20px;
    }
    .slider-item .home-author {
        margin: 0px 0px 20px 0px;
        overflow: auto;
    }
    .slider-item .home-title {
        overflow: auto;
        margin-bottom: 30px;
    }
    .slider-item .home-author .name-author {
        line-height: 50px;
        background-color: #bdccd4;
        color: #070f1e;
        font-size: 25px;
        padding: 0px 20px;
        width: auto;
    }
    .slider-item .home-title .name-title {
        line-height: 70px;
        background-color: #1A1A1A;
        color: white;
        font-size: 35px;
        padding: 10px 20px;
        width: auto;
    }
    .slider-item .home-data .name-data {
        line-height: 30px;
        background-color: #1A1A1A;
        color: white;
        font-size: 15px;
        padding: 10px 20px;
        width: auto;
    }
    .slider .col-home .col-md-3 img {
        max-width: 180px;
        max-height: 313px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .container {
        max-width: 100% !important;
    }
}
@media (max-width: 968px) {
    .template_cover_icons .tci_cover {
        max-width: 160px;
    }
    .tci_buttons .bp-button {
        width: 160px;
    }
}
@media (max-width: 968px) and (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .fs-small {
        font-size: 13px;
    }
    h1 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    h1.functional-title {
        text-transform: uppercase;
        font-size: 15px;
        text-transform: uppercase;
        border-bottom: solid 2px;
        margin: 8px 0px 20px 0px;
        line-height: 1.45em;
        padding-bottom: 3px;
    }
    h1.list-title {
        text-transform: uppercase;
        font-size: 15px;
        text-transform: uppercase;
        margin: 8px 0px 40px 0px;
        line-height: 1.45em;
    }
    h2 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 15px;
    }
    h2.functional-title {
        text-transform: uppercase;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: solid 2px;
        margin: 8px 0px 20px 0px;
        line-height: 1.45em;
        padding-bottom: 3px;
    }
    h2.shop-options {
        text-transform: uppercase;
        font-size: 13px;
        margin: 20px 0px;
        padding: 20px;
        background-color: #f1f2f5;
    }
    h3 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    h3.forms {
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .bp-button {
        font-size: 13px;
    }
    .bp-button .bp-button-type-cart {
        height: 44px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .bp-button .bp-button-type-cart i.fa {
        font-size: 24px;
        line-height: 44px;
        padding: 0 15px;
    }
    .bp-button .bp-button-type-cart .bp-button-label {
        font-size: 14px;
        line-height: 44px;
    }
    /*header*/
    
    #tools ul li {
        display: inline;
        font-size: 12px;
        line-height: 36px;
        list-style: none outside none;
        margin: 0;
        padding: 2px 0 2px 20px;
    }
    #header .logo {
        background: url("/assets/custom/audinoeditore/img/logo-tablet.png") left center no-repeat;
        width: 177px;
        height: 40px;
        margin: 42px 0px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #header .cl-effect-17 {
        margin: 52px 0;
    }
    #header nav ul li {
        font-size: 15px;
        padding-left: 12px;
    }
    #header .navbar-collapse {
        padding-left: 0px;
    }
    .book_item_related .impressum img {
        width: 70px;
    }
    /*elenco libri*/
    
    .book-list .bp-button {
        font-size: 12px;
        line-height: 44px;
    }
    .book-list .bp-button .bp-button-type-plain {
        padding: 0px;
        border: none;
    }
    /*scheda libro*/
    
    .bookgui .impressum .book_item_cover .cover {
        max-width: 100%;
        margin-bottom: 20px;
    }
    /*scheda news*/
    
    .newsgui .impressum .news_item_cover .cover img {
        max-width: 100%;
        margin-bottom: 0px;
    }
    /*carrello*/
    
    #shopping .impressum .book_item_impressum .book_item_title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    /*slider homepage*/
    
    .slider .col-home {
        padding: 30px 0px;
        text-align: left;
    }
    #enlarge .slider #owl-demo .slider-item {
        width: 768px;
        height: auto;
        background-repeat: no-repeat;
        text-align: center;
        margin: 0 auto 0 auto;
        margin-bottom: 20px;
    }
    #enlarge .slider .slider-items .slider-item img {
        width: 768px;
        height: auto;
    }
}
@media (max-width: 768px) {
    #header {
        /*background-color: #31311e;*/
    }
    #header .navbar-collapse {
        box-shadow: none;
    }
    .navbar-default .navbar-toggle {
        border-color: #e5e6e7;
    }
    #header .logo {
        background: url("/assets/custom/audinoeditore/img/logo-tablet.png") left center no-repeat;
        width: 177px;
        height: 40px;
        margin: 22px 0px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #header .logo img {
        height: 60px;
        width: 90px;
    }
    .template_cover_icons .tci_cover {
        float: left;
        max-width: 160px;
    }
    .template_cover_box .tci_cover img {
        margin-bottom: 32px;
    }
    .template_cover_icons .tci_social span {
        display: block;
    }
    .template_cover_icons .tci_buttons {
        width: auto;
    }
    #footer,
    .push {
        height: auto;
    }
    #wrapper {
        margin-bottom: 0px;
    }
    #footer {
        padding: 10px 0px;
    }
    #footer img {
        padding-left: 20px;
    }
    #footer ul li {
        padding: 5px 20px 5px 20px;
    }
    #footer .footer-colophon {
        padding-left: 20px;
    }
    #footer .subscribe {
        border-radius: 0;
        font-size: 15px;
        height: 32px;
        line-height: 32px;
        margin-bottom: 0;
        padding: 0 3px;
        width: 60%;
        margin-left: 20px;
    }
    #header .navbar-default {
        background-color: white;
    }
    #header .cl-effect-17 {
        margin: 20px 0;
    }
    #header .nav {
        padding-top: 16px;
    }
    #header .nav li {
        font-size: 16px;
        line-height: 16px;
    }
    #header .nav li.first {
        padding-top: 16px;
    }
    #header .cl-effect-17 a:before {
        color: white;
    }
    #header .cl-effect-17 a:after {
        background-color: white;
    }
    #enlarge .slider #owl-demo .slider-item {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        text-align: center;
        margin: 0 auto 0 auto;
        margin-bottom: 20px;
    }
    #enlarge .slider .slider-items .slider-item img {
        width: 100%;
        height: auto;
    }
    .book-list .btn-group {
        float: right;
        width: 60%;
    }
    .book-list .impressum .book_item_impressum .book_item_title,
    .news-list .impressum .news_item_impressum .news_item_title,
    .authors-list .impressum .author_item_impressum .author_item_title {
        font-weight: normal;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }
}
@media (max-width: 768px) and (min-width: 700px) {
    /*slider homepage*/
    
    .slider .col-home {
        padding: 30px 0px;
        text-align: left;
    }
    /*#enlarge .slider #owl-demo .slider-item { background-repeat:no-repeat; max-width:700px; height:247px; text-align:center; margin:0 auto 0 auto; margin-bottom:20px; }
    .slider-item .home-author { margin:0px 0px 20px 0px; overflow:auto; margin-top:-5px;}
    .slider-item .home-title { overflow:auto; margin-bottom:30px; }
    .slider-item .home-author .name-author { line-height:30px; background-color:#bdccd4; color:#070f1e; font-size:18px; padding:0px 15px; width:auto; }
    .slider-item .home-title .name-title { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:24px; padding:0px 15px; width:auto; }
    .slider-item .home-data .name-data { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:15px; padding:0px 15px; width:auto; }
    #enlarge .slider .slider-items .slider-item img { max-width:80px; height:auto; }*/
}
@media (max-width: 700px) and (min-width: 600px) {
    /*slider homepage*/
    /*.slider .col-home { padding:30px 0px; text-align:left; }
    #enlarge .slider #owl-demo .slider-item { background-repeat:no-repeat; max-width:600px; height:212px; text-align:center; margin:0 auto 0 auto; margin-bottom:20px; }
    .slider-item .home-author { margin:0px 0px 20px 0px; overflow:auto; margin-top:-5px;}
    .slider-item .home-title { overflow:auto; margin-bottom:30px; }
    .slider-item .home-author .name-author { line-height:30px; background-color:#bdccd4; color:#070f1e; font-size:18px; padding:0px 15px; width:auto; }
    .slider-item .home-title .name-title { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:24px; padding:0px 15px; width:auto; }
    .slider-item .home-data .name-data { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:15px; padding:0px 15px; width:auto; }
    #enlarge .slider .slider-items .slider-item img { max-width:80px; height:auto; }*/
}
@media (max-width: 600px) and (min-width: 500px) {
    /*slider homepage*/
    /*.slider .col-home { padding:30px 0px; text-align:left; }
    #enlarge .slider #owl-demo .slider-item { max-width:500px; height:auto;  text-align:center; margin:0 auto 0 auto; margin-bottom:20px; }
    .slider-item .home-author { margin:0px 0px 20px 0px; overflow:auto; margin-top:-5px;}
    .slider-item .home-title { overflow:auto; margin-bottom:30px; }
    .slider-item .home-author .name-author { line-height:30px; background-color:#bdccd4; color:#070f1e; font-size:18px; padding:0px 15px; width:auto; }
    .slider-item .home-title .name-title { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:24px; padding:0px 15px; width:auto; }
    .slider-item .home-data .name-data { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:15px; padding:0px 15px; width:auto; }
    #enlarge .slider .slider-items .slider-item img { max-width:80px; height:auto; }*/
}
@media (max-width: 500px) and (min-width: 400px) {
    .book_item_related .impressum img {
        width: 80px;
    }
    /*slider homepage*/
    /*.slider .col-home { padding:30px 0px; text-align:left; }
    #enlarge .slider #owl-demo .slider-item {  max-width:400px; height:auto; text-align:center; margin:0 auto 0 auto; margin-bottom:20px; }
    .slider-item .home-author { margin:0px 0px 20px 0px; overflow:auto; margin-top:-5px;}
    .slider-item .home-title { overflow:auto; margin-bottom:30px; }
    .slider-item .home-author .name-author { line-height:30px; background-color:#bdccd4; color:#070f1e; font-size:18px; padding:0px 15px; width:auto; }
    .slider-item .home-title .name-title { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:24px; padding:0px 15px; width:auto; }
    .slider-item .home-data .name-data { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:15px; padding:0px 15px; width:auto; }
    #enlarge .slider .slider-items .slider-item img { max-width:80px; height:auto; }*/
}
@media (max-width: 400px) {
    .book_item_related .impressum img {
        width: 70px;
    }
    /*slider homepage*/
    /*.slider .col-home { padding:30px 0px; text-align:left; }
    #enlarge .slider #owl-demo .slider-item { max-width:300px; height:auto; text-align:center; margin:0 auto 0 auto; margin-bottom:20px; }
    .slider-item .home-author { margin:0px 0px 20px 0px; overflow:auto; margin-top:-5px;}
    .slider-item .home-title { overflow:auto; margin-bottom:30px; }
    .slider-item .home-author .name-author { line-height:30px; background-color:#bdccd4; color:#070f1e; font-size:18px; padding:0px 15px; width:auto; }
    .slider-item .home-title .name-title { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:24px; padding:0px 15px; width:auto; }
    .slider-item .home-data .name-data { line-height:1.2em; background-color:#1A1A1A; color:white; font-size:15px; padding:0px 15px; width:auto; }
    #enlarge .slider .slider-items .slider-item img { max-width:80px; height:auto; }*/
}
@media (max-width: 600px) {
    .book-list .impressum .book_item_impressum .book_item_title,
    .news-list .impressum .news_item_impressum .news_item_title,
    .authors-list .impressum .author_item_impressum .author_item_title {
        font-size: 21px;
    }
    .bookgui .impressum .book_item .book_item_impressum .book_item_head h1,
    .newsgui .impressum .news_item .news_item_impressum .news_item_head h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .bookgui .impressum .book_item .book_item_impressum .book_item_head h2,
    .newsgui .impressum .news_item .news_item_impressum .news_item_head h2 {
        font-size: 21px;
        margin-bottom: 0;
    }
}
/*header chiaro*/
/*#breadcrumbs { background-color: #ffffff; }
#header { background-color: #efefef; }
#header .navbar-collapse {
    background-color: #efefef;
}

#header .logo {
    background: url("/assets/custom/audinoeditore/img/logo_blue.png") center center no-repeat;
}
#header .logo {
    background: url("/assets/custom/audinoeditore/img/logo_blue.png") center center no-repeat;
    width: 250px;
    height: 80px;
    margin: 40px 0px 26px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header ul li a:link, #header ul li a:visited { color: #31311e; }
#header ul li a:active, #header ul li a:hover { color: #31311e !important; }*/

.template_cover_box .tci_cover img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
#home .nopadding-left {
    padding-left: 0;
}
#home .nopadding-right {
    padding-right: 0;
}
#home .book_item_cover.nopadding-left {
    padding-left: 0px;
}

/**
    FIX 
*/

.book-list .texttext { margin-bottom: 4rem; }


/**
    UL MATERIALI/TOC IN SCHEDA LIBRO
**/

div.toc ul, div.toc ul li {
    list-style: none;
}

div.toc > ul {
    padding-left: 0;
}

div.toc a:link, div.toc a:visited {
    text-decoration: underline;
}
div.toc a:hover, div.toc a:active {
    text-decoration: none;
}

/*fix menu nuove voci spazi in medium screen*/

@media (min-width: 992px) and (max-width: 1190px) {
.container {
    max-width: 98%;
}
#header .logo {
    background: url(/assets/custom/audinoeditore/img/logo.png) center center no-repeat;
    width: 200px;
    height: 45px;
    margin: 50px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 200px 45px;
}
}

@media (min-width: 700px) and (max-width: 1190px) {

#home .book_item_impressum, .related .book_item_impressum  {
    padding-left: 15px;
}
}