/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 20px;

/*    background: #fff;
    border: 4px solid #fff;*/
    background: #F4F5F5;
    border: 4px solid #F4F5F5;

    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

/*.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}*/
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

/*.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}*/
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
/*INDEX.PHP*/

/*When the mouse goes over the div
it become transparent*/

h3 {
    color: black;
}

.element:hover {
    opacity: 0.4;
}

/*Set the people in 2 columns*/
.person-paragraphs {
    /*width: 50% !important;*/
    margin-top: 10px;
}

/*All images located in index.php page*/
.homeImages {
    /*width: 150px;*/
    height: 150px;
    margin: 0 auto;
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .homeImages {
        height: 100px;
        padding: 2px;
    }

}

/*All image located in follow.php*/
#followImages {
    /*width: 150px;*/
    height: 150px;
    margin: 0 auto;
    padding: 10px;
}


/*Each row contains 2 columns (index.php page)*/
.row {
    padding: 10px 5px 10px 5px;
}


/*Div parent of each element in the index.php page*/
.home-square-element {
    /*padding: 40px;*/
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}


/**
Below the background colors
of the index.php divs (the grid)
 */
.homeElement {
    background-color: #7DBC8E;
}

.libriElement {
    background-color: #EBE4C4;
}

.autoriElement {
    background-color: #3F8CCC;
}

.buyElement {
    background-color: #BFB895;
}

.newsElement {
    background-color: #F05F3B;
}

.attivitaElement {
    background-color: #F8B500;
}

.contattiElement {
    background-color: #236085;
}

.seguimiElement {
    background-color: #F2E6A7;
}

/********/


/*ABOUT.PHP*/

/*Image located in about.php page*/
#aboutImage {
    width: fit-content;
}

#aboutContent {
    font-size: 1.2em;
    border: black solid 1px;
    padding: 10px;
    background-color: white;
    /*font-family: novel-sans-hair-extra-compre, sans-serif;*/
}

/********/


.flex-next {
    font-size: 1.5em;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Regular.ttf");
}

@font-face {
    font-family: "Oswald Bold";
    src: url("../fonts/Oswald-Bold.ttf");
}

@font-face {
    font-family: "Oswald ExtraLight";
    src: url("../fonts/Oswald-ExtraLight.ttf");
}

@font-face {
    font-family: "Oswald Light";
    src: url("../fonts/Oswald-Light.ttf");
}

@font-face {
    font-family: "Oswald Medium";
    src: url("../fonts/Oswald-Medium.ttf");
}

@font-face {
    font-family: "Oswald SemiBold";
    src: url("../fonts/Oswald-SemiBold.ttf");
}


@font-face {
    font-family: "OpenSansCondensed Light";
    src: url("../fonts/OpenSansCondensed-Light.ttf");
}

@font-face {
    font-family: "OpenSansCondensed Bold";
    src: url("../fonts/OpenSansCondensed-Bold.ttf");
}

@font-face {
    font-family: "OpenSansCondensed LightItalic";
    src: url("../fonts/OpenSansCondensed-LightItalic.ttf");
}


.smallText {
    font-family: 'OpenSansCondensed Light', Arial, sans-serif;
}


.wrap {
    background-color: #FFF;
}


html,
body {
    height: 100%;
    /*font-family: 'Oswald', Arial, sans-serif;*/
    font-family: sans-serif;
	font-weight: 400;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .navbar-inverse {
        height: 75px;
    }
}

.wrap {
    min-height: 100%;
    height: auto;
    /*margin-top: 50px;*/
    padding-top: 75px;
}

@media screen and (max-width: 767px) {
    .wrap {
        margin: 55px auto -60px;
        padding: 20px 0 60px;
    }
}


/*BEGIN - Added by Marco*/

/*It colors in grey the pre-footer in the homepage*/
#prefooter-section {
    background: #f8f8f8f8;
}

/*END - Added by Marco*/

.site-index .wrap {
    margin: 0 auto -60px !important;
    padding: 0 0 60px !important;
}

.wrap > .container {
    padding: 0 15px 20px;
    background-color: #F4F5F5;
}

.footer .row {
    border-top-color: #7F7F7F;
    border-top-style: solid;
    border-top-width: 1px;
}

.footer .logo-footer {
    text-align: center;
}

.footer .logo-footer img {
    max-width: 60%;
    height: 100px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-header {
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-left: 10px !important;
    height: 50px;
}

@media screen and (min-width: 768px) {
    div.pattern {
        background-image: url('../images/logo.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        margin-top: 35px;
        height: 90px;
    }

    a.navbar-brand {
        /*padding: 170px 170px 0 170px;*/
        padding: 15px 0px 0 70px;
    }
}

.navbar-inverse {
    background-color: #F4F5F5;
    border-color: #F4F5F5;
    /*background-color: #fff;
    border-color: #fff;*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #666;
    background-color: transparent;
}

.slider-slideshow {
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    .slider img {
        width: auto !important;
        max-height: 230px;
        clear: both;
        display: block;
        margin: auto;
    }
}


@media screen and (max-width: 767px) {
    .slider img {
        max-width: 100% !important;
        clear: both;
        display: block;
        margin: auto;
    }
}

.slider-slideshow img {
    width: 100%;
}

/*.collapse {*/
/*    border-bottom: 1px solid;*/
/*}*/

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #848586;

    background: #F4F5F5;
}

.book-news {
    margin-top: 40px;
    background-color: #F4F5F5;
}

.site-index .wrap {
    background: #f8f8f8;
}

.albi-section {
    background: #f8f8f8;
    text-align: center;
    margin: 60px 0 60px 0;
    padding: 40px 0 20px 0;
}

.albi-section span.title > a {
    color: #d2232a;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.albi-section p {
    font-size: 14px;
    font-weight: bold;
}

.albi-section hr {
    border-color: #c5af99;
}

.albi-section h2 {
    font-style: italic;
}

.person-paragraphs p {
    text-align: justify;
}

.person-paragraphs h3 {
    border-bottom: 1px solid #848586;
    padding-bottom: 10px;
    /*height: 60px;*/
    overflow: hidden;
}

.person-paragraphs h3 > a {
    color: #b49779;
    text-decoration: none;
}

ul.letters-auhtor li {
    list-style: none;
    float: left;
    display: inline-block;
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
}

ul.letters-auhtor li > a {
    color: #848586;
    text-decoration: none;
}

ul.letters-auhtor li:first-child {
    margin-left: 0;
}

ul.letters-auhtor {
    padding-left: 0 !important;
}

.letters-row h3 {
    color: #b49779;
}

ul.letters-auhtor li.active > a {
    color: #b49779;
}

.view-person {
    margin-top: 30px;
}

.view-person .person-name {
    text-align: center;
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .view-person .person-name {
        width: 230px !important;
        height: 230px !important;
        position: fixed;
    }

    .with-fixed-header .view-person .person-name {
        top: 128px;
    }
}

.view-person .person-name > h3 {
    font-size: 20px;
    padding: 10px;
    margin-top: 0;
    color: black;
    line-height: 1.3em;
    border-radius: 25px;
    border-color: white;
    border-style: solid;
    /*
        background: #ffffff;*/
}

div.detail-person > .content-person {
    border-bottom: 1px solid #848586;
    padding-bottom: 20px;
    text-align: justify;
}

.detail-person h3 {
    margin-top: 0;
    color: #b49779;
}

.featured-books {
    color: #848586;
    margin-top: 20px;
    text-align: right;
    margin-bottom: 40px;
    font-size: 18px;
    margin-right: 15px;
}

.all-authors-pagination {
    color: #848586;
    text-align: right;
    margin-bottom: 40px;
    font-size: 18px;
}

.row-featured-books span.desc {
    font-weight: bold;
}

.row-featured-books p {
    color: #848586;
}

.row-featured-books h5 {
    font-weight: bold;
}

.row-featured-books {
    border-bottom: 1px solid #848586;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.row-featured-books span.collana-libri-correlati > a {
    color: #848586;
    text-decoration: none;
}

footer .menu ul li,
footer .catalog ul li {
    list-style: none;
}

footer .menu ul,
footer .catalog ul {
    margin-left: 0;
    padding-left: 0;
}

footer .menu ul li > a,
footer .catalog ul li > a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.facebook img {
    max-width: 50px;
    float: right;
}

.facebook span.fb {
    font-size: 21px;
    position: relative;
    right: 20px;
    top: 10px;
    color: #7d7c82;
}

.facebook {
    margin-top: 20px;
}

.bg-header {
    background-color: #F4F5F5;
    /*background-image: url('../images/bg-header.jpg');*/
    background-size: cover;
    background-position: right;
    box-shadow: 0 0 20px #444;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bg-header .pattern {
    display: none;
}

.bg-header .navbar-right {
    margin-top: 45px;
}

.bg-header .collapse {
    border: none;
    background: #F4F5F5;
}

.bg-header .navbar-header {
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /*width: 200px;*/
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
}

@media screen and (min-width: 992px) {
    ul.catalog-menu {
        margin-top: 0px;
        position: fixed;
    }

    .with-fixed-header .catalog-menu {
        top: 88px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .copertina-libro img {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .letters-row {
        margin-top: 90px;
    }

    .bg-header .navbar-right {
        margin-top: 0;
    }
}

ul.catalog-menu {
    padding-left: 0 !important;
}

@media screen and (min-width: 992px) {
    ul.catalog-menu {
        width: 240px;
    }
}

ul.catalog-menu li {
    list-style: none;
    /*background: #f7f7f7;*/
    background: #fff;
    padding: 10px 30px 10px 30px;
    margin: 10px 0 10px 0;
    font-size: 18px;
    text-align: center;
}

ul.catalog-menu li > a {
    color: #848586;
    text-decoration: none;
}

.catalog-albi .loghi img {
    max-width: 250px;
}

.catalog-albi .row-collana-header {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #848586;
}

.catalog-albi .no-bottom {
    border-bottom: none;
    margin-bottom: 0;
}

.catalog-albi .info-header-albi {
    text-align: right;
}

.info-header-albi p.collana-name a {
    color: #d2232a;
    font-weight: bold;
    font-size: 16px;
}

.info-header-albi span.collana-headline {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.catalog-albi .descr-collana {
    margin-top: 20px;
    margin-bottom: 40px;
}

.catalog-albi .descr-collana span.directed-by {
    font-style: italic;
}

.catalog-albi p.sfoglia > a {
    color: #d2232a;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.info-contact span {
    display: block;
    font-size: 21px;
    text-align: center;
    line-height: 1.7em;
    color: #666;
}

.info-contact span > a {
    text-decoration: none;
}

.info-contact {
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    margin-top: 20px;
}

.site-about {
    margin-top: 40px;
}

.row-book {
    margin: 0px 0 40px 0;
}

.row-book .info h3 {
    font-size: 16px;
}

.row-book .info h2 {
    font-size: 18px;
}

.row-internal-book {
    margin-bottom: 10px;
}

.row-internal-book p {
    margin-bottom: 0;
    color: #848586;
}

.row-internal-book .info h2 > a {
    color: #000;
    text-decoration: none;
}

div.filters {
    /*margin-bottom: 80px;*/
    padding-bottom: 30px;
}

div.filters .filters-dropdown {
    float: right;
    margin: 0 5px 0 5px;
}

div.filters .btn-group {
    float: right;
}

div.filters .filters-dropdown button {
    background: #ebebeb;
    padding: 3px 6px;
    border: none;
}

div.filters h2.title-filter {
    color: #b49779;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.searchbar {
    margin-bottom: 20px;
}

.searchbar .btn-invisible {
    background: none;
    font-size: 32px;
    color: #848586;
}

.searchbar .input-search {
    width: 85%;
    border-radius: 10px;
    border: 2px solid #848586;
    padding: 7px;
    color: #a2a2a2;
}

.searchbar .input-search::placeholder {
    color: #a2a2a2;
}

.copertina-view-book img {
    width: auto !important;
    max-height: 400px;
    margin-top: 20px;
}

.info-scheda span.gold {
    color: #b49779;
    font-weight: bold;
    font-size: 21px;
}

.info-scheda span.meta {
    color: #848586;
    font-size: 16px;
    position: relative;
    top: 5px;
    display: block;
    clear: both;
}

.info-scheda span.black {
    color: #000;
    font-size: 16px;
}

.info-scheda p {
    margin: 0 !important;
}

.scheda-descr-libro > h2 {
    color: #b49779;
}

.scheda-descr-libro {
    margin: 40px 0 0 0;
}

.related-books .rel-book .black span > a,
.related-books .rel-book .black a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.related-books .rel-book p.meta,
.related-books .rel-book p.collana {
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-books .rel-book p.collana,
.related-books .rel-book p.meta,
.related-books .rel-book div.descr {
    color: #848586;
}

.nav > li > a {
    padding: 10px 10px;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .navbar-right {
        margin-top: 10px;
        /*margin-left: 20px;*/
        margin-right: 0 !important;
    }
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #b49779;
}

.navbar-inverse .navbar-nav > .active > a {
    /*color: #b49779;*/
    color: black;
    font-weight: 700;
}

.bg-header a.navbar-brand {
    /*padding: 50px 50px 0 50px;*/
    padding: 5px 0px 0 70px;
}

.person-index {
    margin-top: 0px;
}

.catalog-menu li.active > a {
    color: #b49779;
    font-weight: 700;
}

h4.feat-book-title > a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
}

.all-authors-pagination span.all > a {
    color: #848586;
    text-decoration: none;
}

h3.books-person-name > a,
h2.books-title-book > a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
}

.pagination {
    margin-left: 50px;
}

h2.books-title-book {
    /* height: 40px; */
    margin-bottom: 5px;
    /* overflow: hidden; */
}

img.lang {
    width: 20px;
}

li.flag-it {
    background-image: url('../images/it.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;
}


li.flag-en {
    background-image: url('../images/en.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: none;
    color: #b49779;
}

.current-flag > a {
    padding-left: 25px !important;
}

li.current-flag {
    padding-left: 20px;
}

ul.dropdown-menu {
    /*right: 0;*/
    left: inherit;
}


@media screen and (min-width: 992px) {
    .row-eq-height > .cols {
        height: 325px;
        overflow: hidden;
    }
}


.navbar-inverse .navbar-toggle .icon-bar {
    background: #444;
}

button.navbar-toggle {
    margin-top: 10px;
    margin-right: 20px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    a.navbar-brand {
        /*padding: 50px 90px;*/
        padding: 10px 50px;
    }

    .copertina-libro img {
        max-width: 100%;
        height: auto;
        margin-top: 20px;
    }
}

a.gold > span {
    color: #b49779;
    font-weight: bold;
    font-size: 21px;
}

a:hover, a:focus {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .copertina-libro img {
        max-width: 100%;
        max-height: 200px;
        margin-top: 20px;
    }
}

.row-featured-books img {
    max-width: 100%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #b49779;
    border-color: #b49779;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #b49779;
    border-color: #b49779;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #b49779;

    border: 1px solid #b49779;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-color: #b49779;
    color: #b49779;
}

.barbera-who {
    text-align: center;
    margin-top: 20px;
}

.barbera-who img {
    max-width: 100%;
    max-height: 350px;
}

.barbera-who p {
    padding: 0 20px;
}

.row-featured-books h2 {
    font-size: 18px;
}

.cedole-copertine img {
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.pager-cedole .pagination {
    margin-left: 0 !important;
}

.cedole-copertine h2 > a {
    color: #444;
}

.cedole-copertine h2 {
    font-size: 24px;
}

@media screen and (min-width: 992px) {
    .cedole-copertine {
        min-height: 380px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .cedole-copertine {
        min-height: 600px;
    }
}

@media screen and (max-width: 767px) {
    .cedole-copertine {
        height: auto;
        margin-bottom: 40px;
        text-align: center;
    }

    .cedole-copertine img {
        max-width: 70%;
    }
}

.title-filter {
    margin-top: 0;
}

.row-book {
    padding-top: 0;
}

.field-booksearch-searchtext {
    margin-top: 10px;
}

.field-personsearch-searchtext {
    margin-top: 10px;
}


.nested-col {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0;
}