*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html, body {
    padding-right: 0 !important;
}
body {
    position: relative;
    background: #FFF;
    color: #4b4b4b;
}
body.home{
    background: #faf9f3;
}
.dropdown-menu{
    min-width: 0 !important;
}
.main {
    width: 960px;
    padding-left: inherit;
    padding-right: inherit;
}
.container-big {
    width: 1240px;
    padding: 0;
    margin: 0 auto;
}

.header {
    /*display: inline-block;*/
    width: 100%;
}
.logo {
    float: left;
    line-height: 40px;
}
.logo img {
    display: inline-block;
}
.social-link {
    font-size: 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-align: right;
    height: 100px;
    padding-top: 55px;
}
.social-link iframe {
    position: relative;
    top: 4px;
}
.social-link .fb_iframe_widget span {
    vertical-align: top !important;	
}
.social-link .fa-facebook {

    background: #4c69ba;
    background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    border: none;
    -webkit-border-radius: 2px;
    cursor: pointer;
    height: 20px;
    text-shadow: 0 -1px 0 #354c8c;
    color: #fff;
    font-size: 17px;
    vertical-align: text-bottom;
    box-sizing: border-box;
    padding: 3px 2px 0 8px;
}
.social-link .fa-twitter {
    background-color: #eee;
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    border: #ccc solid 1px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    color: #02acee;
    font-size: 1.01em;
    height: 1.25em;
    margin-bottom: 1px;
    vertical-align: text-bottom;
    box-sizing: border-box;
    padding: 1px 3px;
}
.social-link .fb-share-button {
    min-width: 130px;
}
.social-link .fb-share-button iframe {
    top: 4px;
}
.social-link a {
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    font-size: 16px;
    margin-top: 80px;
}
.social-link a:hover {
    color: #333;
    text-decoration: inherit;
}
.social-buttons {
    display: none;
    opacity: 0;
    width: 0;
    background: rgba(0, 0, 0, 0.7);
    right: -10px;
    position: absolute;
    padding-right: 80px;
    padding: 10px;
    border-radius: 3px 0 0 3px;
    height: 70px;
    z-index: 1;
}
.social-buttons ul {
    float: right;
    padding-right: 125px;
    height: 100%;
}
.social-buttons li {
    height: 100%;
    float: right;
    width: 120px;
    margin-top: 5px;
}
nav {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
}
nav > li {
    padding: inherit;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

nav a {
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 18px;
}
nav a:hover {
    text-decoration: none;
}
.left-menu {
    margin-left: inherit;
    float: left;
    width: 426px;
    height: 40px;
}
.rivista-menu {
    width: 130px;
}
.search-menu {
    width: 70px;
}
.newsletter-menu {
    width: 148px;
}
.wishlist-menu {
    width: 131px;
}
.user-menu {
    width: 40px;
}
.left-menu li {
    width: 25%;
}
.wishlist {
    font-size: 11px;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 11px;
    padding: 0px 2px;
    height: 14px;
    margin-left: -1px;
    min-width: 13px;
    display: inline-block;
}
.left-menu li a .caret {
    color: #ff9199;
    margin-top: 3px;
}

.caption-container {
    z-index: 1;
    background-color: #999;
    padding: 10px 50px;
    left: 0;
    right: 0;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
}
.caption {
    width: 400px;
}
.caption h2, .caption h4 {
    font-weight: bold;
}
.caption h4 span {
    font-weight: 300;
}
.share-aggregator {
    margin-top: -35px;
    margin-right: 10px;
    z-index: 9;
    position: relative;
    padding: 0;
}
.quiz {
    display: inline-block;
    position: relative;
}
.quiz-bg {
    position: absolute;
    height: 100%;
}
.quiz-bg .left {
    left: 0;
}
.quiz-bg .right {
    right: 0;
}
.quiz .title {
    height: 63px;
}
.question-container {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 150px;
    padding: 0;
}
.question {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0 !important;
    font-size: 21px;
    padding: 10px;
}
.quote-share {
    float: left;
    width: 100%;
    margin-top: -36px;
}
.bordered-title {
    outline: 1px solid grey;
    margin-left: -12px;
}
/* FONT */
.text-bold {
    font-weight: bold;
}
.text-thin { 
    font-weight: 300 !important; 
}
.text-roboto {
    font-family: 'Roboto Slab', Trebuchet MS, serif;
}
.text-open-sans {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
}
.footer-menu li {
    padding: inherit;
}
.footer-menu li:after {
    content: " \2022";
    color: #929491 !important;
}
.footer-menu li:last-child:after {
    content: "";
}
.footer-menu li a {
    color: #b1b1b1 !important;
}
.footer-menu {
    font-size: 15px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-align: center;
}
#input-menu {
    position: absolute;
    width: 100%;
    left: 0;
    height: 40px;
    border: inherit;
    border-radius: 0;
    box-shadow: inherit;
    font-size: 18px;
    color: #fff;
    background: transparent;
}
.post-content {

}
.post-content iframe {
    max-width: 100%;
    padding: 25px 0 25px 0;
}
.position-right {
    right: 0;
}
.position-left {
    left: 0;
}
.position-absolute {
    position: absolute;
}
.trasparent {
    background: rgba(205, 50, 23, 0);
}
.font-18 {
    font-size: 18px;
}
.font-26 {
    font-size: 26px;
}
/* BLOCKS */
.block {
    float: left;
    width: 100%;
    padding: 15px 15px 0 0;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.empty-container .block {
    height: auto;
}
.block-green {
    background: rgba(77, 172, 128, 0.15);
}
.block-gray {
    background: #e9e7e2;
}
.block ol {
    width: 100%;
    float: left;
    height: 272px;
}
.block ol li {
    float: left;
    width: 100%;
}
.share-aggregator.single {
    top: -35px !important;
}
.share-aggregator.single a {
    top: 25px !important;
    right: 20px !important;
}
.share-aggregator a {
    width: auto;
    margin: 0;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-radius {
    border-radius: 0;
}
.no-border {
    border: none !important;
}
.fit-width {
    width: 100%;
}
.fit-height {
    height: 100%;
}
.quote {
    margin-top: 15px;
}
.quote-container {
    overflow: hidden;
    width: 100%;
    float:left;
    height:100px;
    position: relative;
}
form.insert-quote input { 
    margin-bottom: 15px;
}
form.insert-quote ul#review-book-results {
    width: calc(100% - 30px);
    max-height: 165px;
    padding: 5px;
    position: absolute;
    top: 64px;
    left: 15px;
    z-index: 999;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: none;
}
form.insert-quote ul#review-book-results li {
    padding: 5px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
form.insert-quote ul#review-book-results li small {
    display: block;
}
form.insert-quote ul#review-book-results li.no-book-available {
    cursor: default;
}
form.insert-quote ul#review-book-results li:not(.no-book-available):hover {
    background-color: #e6e6e6;
}

.top-15 {
    margin-top: 15px;
}
.top-25 {
    margin-top: 25px;
}
.top-30 {
    margin-top: 30px;
}
.bottom-30 {
	margin-bottom: 30px;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.font-bold {
    font-weight: bold !important;
}
.back-to-rack {
    float: right;
    margin-top: -40px;
    margin-right: 30px;
}
.wish-block {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 10px;
}
.parent-container {
    position: relative;
    z-index: 2;
}
.child-container {
    position: absolute;
    z-index: -1;
    height: 100%;
}
.navbar-toggle {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    line-height: 40px;
}
.share-overlay {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 0;
    display: none;
    width: 100%;
    position: relative;
    top: 69px;
    height: 100%;
    z-index: 1;
}
.share-overlay li {
    height: 25%;
    width: 40%;
    position: absolute;
    padding: 10px 0;
    left: 10px;
}
.share-overlay li:nth-child(2) {
    top: 22%;
}
.share-overlay li:nth-child(3) {
    top: 44% !important;
}
.share-overlay li:last-child {
    top: 66%;
}
.share-overlay li div, .share-overlay li iframe {
    position: absolute;
    display: block;
}
.share-overlay li iframe {
    right: 0 !important;
    position: relative !important;
}
.share-overlay li div {
    left: 0 !important;
}
.quote-share a {
    margin: 0;
    top: 7px;
    position: relative;
}
.float-left {
    float: left;
}
.float-right {
    float: right !important;
}
.inline {
    display: inline;
}
/* BX Slider*/
.bx-slider {
    float: left;
    width: 100%;
}
.thumb-container {
    float: left;
    width: 100%;
    text-align: center;
}
.thumb-container img {
    height: 263px;
    margin:20px 0;
    width: 100%;
}
.slider-container {
    padding-right: 0;
}
.post-slide-controller {
    margin-bottom: -55px;
    z-index: 1;
    position: relative;
}
.bx-wrapper {
    float: left;
}
.purposes img {
    width: 100%;
    margin-bottom: 10px;
}
.purposes .overlay {
    width: 148px;
    height: 148px;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.21);
    text-align: center;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    font-weight: 600;
}
.purposes .overlay i {
    margin-bottom: 15px;
}
.bx-controller-container {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    right: -15px;
    float: left;
}
.book-controller {
    height: 148px;
}
.preference-controller {
    height: 230px;
}
.bx-controller {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-weight: bold;
    width: 100%;
    height: 100%;
    border-radius: 180px 0 0 180px;
    font-size: 72px;
    color: #fff;
    margin: inherit;
}
.bx-controller span {
    position: relative;
    top: -15px;
}
/* Perfect Scrollbar */
.ps-scrollbar-y-rail {
    /* 	display: block !important; */
    opacity: 1 !important;
}
.ps-scrollbar-y {
    display: block !important;
    opacity: 1 !important;
}
/* Bootstrap Override */
.navbar {
    min-height: 40px;
    height: 40px;
}
.nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
}

/* ### GRID SYSTEM ### */

.col-lg-7 {
    width: 7%;
    float: left;
    position: relative;
}
.col-lg-10 {
    width: 10%;
    float: left;
    position: relative;
}
.col-lg-16 {
    width: 16.66%;
    float: left;
    position: relative;
}
.col-lg-33 {
    width: 33.33%;
    float: left;
    position: relative;
}
.col-lg-20 {
    width: 20%;
    float: left;
    position: relative;
}
.col-lg-25 {
    width: 25%;
    float: left;
    position: relative;
}
.col-lg-30 {
    width: 30%;
    float: left;
    position: relative;
}
.col-lg-35-3 {
    width: 35.3%;
    float: left;
    position: relative;
}
.col-lg-40 {
    width: 40%;
    float: left;
    position: relative;
}
.col-lg-50 {
    width: 50%;
    float: left;
    position: relative;
}
.col-lg-53 {
    width: 53%;
    float: left;
    position: relative;
}
.col-lg-60 {
    width: 60%;
    float: left;
    position: relative;
}
.col-lg-66 {
    width: 66.66%;
    float: left;
    position: relative;
}
.col-lg-64-7 {
    width: 64.7%;
    float: left;
    position: relative;
}
.col-lg-70 {
    width: 70%;
    float: left;
    position: relative;
}
.col-lg-75 {
    width: 75%;
    float: left;
    position: relative;
}
.col-lg-80 {
    width: 80%;
    float: left;
    position: relative;
}
.col-lg-83 {
    width: 83.33%;
    float: left;
    position: relative;
}
.col-lg-95 {
    width: 95%;
    float: left;
    position: relative;
}
.col-lg-100 {
    width: 100%;
    float: left;
    position: relative;
}
.hidden-large {
    display: none !important;
}
.block-large {
    display: block !important;
}
.no-lateral-padding {
    padding-left: 0;
    padding-right: 0;
}
.lateral-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.lateral-padding-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.lateral-padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.lateral-padding-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.topdown-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mar-top-44 {
    margin-top: -44px;
}
.offset {
    min-height: 1px;
}
.padding-30 {
    padding: 30px;
}
.margin-neg-15 {
    margin-right: -15px;
    margin-left: -15px;
}

/* --- */
.widget-container {
    border-bottom: 1px solid #D4D4D4;
}
.widget-container:last-child {
    border-bottom: none;
}
.from-blog hr {
    margin-top: -1px;
}
.hr {
    padding-left: 30px;
    padding-right: 30px;
}
.related-post li {
    border-bottom: 1px solid #D4D4D4;
    padding-top: 20px;
}
.related-post li:last-child {
    border-bottom: none;
}

#twitter-widget-6 {
    position: relative;
    top: 6px;
}
nav .caret {
    color: #ff9199 !important;
    position: relative;
    top: 3px;
    width: 10px;
    margin-left: -1px;
}
.nav-right li a {
    padding: 10px 15px 10px 15px !important;
    width: auto !important;
}
.nav-right li a.lateral-padding-16 {
    padding: 10px 16px 10px 16px !important;
}
.nav-right li a.lateral-padding-10 {
    padding: 5px 10px 10px 10px !important;
}
.nav-right ul {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;  font-weight: bold;  
    font-size: 24px;
    float: left;
    line-height: 40px;
}
.right-menu {
    /*width: 72px;*/
    float: right;
}
.search-tool {
    width: 21px;
}
.nav-left {
    width: auto;
}
.nav-left li {
    width: auto;
}
.nav-left li a:hover {
    /*background: #CF4647;*/ background: #2c7995;
    text-decoration: underline;
}
.nav-left li.current-menu-item > a, 
.nav-left li.current_page_parent > a {
    /*background: #CF4647;*/ background: #2c7995;
    color: #FFF;
}
.nav-left li a:hover span.caret {
    color: #f7deda !important;
}
#btn-menu-search {
    text-align: left;
    border: none !important;
}
.nav-right img {
    width: 15px;
}

.event-controller {
    height: 70px;
}
.quiz-container {
    float: left;
    width: 100%;
    height: 307px;
}
.quiz-container img {
    margin: 0 !important;
    height: 220px;
}
.quiz-container .fog {
    margin: 0 !important;
}
.quiz-container .timer {
    font-size: 17px;
    width: 16px;
    height: 16px;
}
.quiz-container .navbtns {
    position: relative;
    right: 30px;
    top: 20px;
}
.quiz-container .next {
    padding: 0 10px !important;
}
.quiz-container .next span {
    font-size: 18px !important;
    line-height: 25px !important;
    top: -1px !important;
}
.quiz-container .timer > #slice > .pie {
    border-color: #54A38E !important;
}
.quiz-container .quiz-header {
    height: 65px;
    position: absolute;
    width: 500px;
    z-index: 1;
}
.quiz-container .quiz-header:nth-child(2) {
    margin-left: 500px;
}
.quiz-container .left {
    position: relative;
    margin-top: 65px;
    height: 242px;
    padding-bottom: 20px;
}
.quiz-container .right {
    position: relative;
    margin-top: 65px;
    height: 242px;
    padding-bottom: 20px;
}
.quiz-container .left div:first-child {
    padding-left: 100px;
    float: left;
    padding-top: 65px;
    padding-bottom: 20px;
}
.quiz-container .left div:nth-child(2) {
    padding-right: 130px;
    padding-left: 10px;
    text-align: left;
    position: absolute;
    height: 100%;
    right: 0;
}
.quiz-container .right div:first-child {
    padding-left: 130px;
    padding-right: 10px;
    text-align: right;
    position: absolute;
    height: 100%;
    left: 0;
    padding-bottom: 20px;
    z-index: 10;
}
.quiz-container .right div:nth-child(2) {
    padding-right: 100px;
    float: right;
    padding-top: 65px;
    padding-bottom: 20px;
}
.quiz-content h3 {
    margin: 15px 0 5px 0;
}
.quiz-content h6 {
    margin: 0;
}

.left .quiz-content {
    padding-left: 10px !important;
    position: absolute;
    left: 0;
    width: 120px;
    bottom: 0;
}
.right .quiz-content {
    padding-right: 10px !important;
    bottom: 0;
    width: 250px;
    height: auto !important;
}
.left a.select {
    margin: 0;
}
.right a.select {
    margin: 0;
    float: right;
}
.right img {
    float: right !important;
}
.ball-container {
    width: 162px;
    height: 307px;
    margin-left: 419px;
    position: absolute;
    float: left;
    text-align: center;
    z-index: 11;
}
.ball-container .ball {
    width: 162px;
    height: 162px;
    margin-top: 65px;
    margin-bottom: 35px;
    border-radius: 100%;
    font-weight: bold;
}
.ball-container .ball h2 {
    margin: 0 !important;
    padding-top: 48px;
}
.ball-container .share-aggregator {
    margin: 0 auto !important;
}

/* !SCHEDA LIBRO */
.book-header {
    min-height: 534px;
    float: left;
    overflow: visible !important;
}

.book-header h4 {
    margin: 20px 0 20px 0;
}
.book-thumbnail {
    /*width: 352px;
    float: left;*/
}
.book-thumbnail img {
    /*padding-left: 30px;*/
}
.book-btns {
    /*margin-left: 30px;
    padding-top: 12px;
    float: left;*/
}
.dropdown .dropdown-menu a {
    margin: 0;
    font-size: 14px !important;
    font-family: Arial;
}
.book-btns a {
    font-size: 18px !important;
    font-weight: bold;
    padding: 3px 8px !important;
    margin: 8px 5px 0 0;
}
.dropdown li a.selected {
    color: #fff;
    font-weight: bold;
}

.dropdown li a:hover {
    /*background: #54A38E !important;
    background-image: inherit;*/
    color: #fff;
    text-decoration: underline;
}
.book-external {
    /*padding-left: 30px;
    float: left;
    margin-top: 40px;*/
}
.book-external a {
    margin: 0;
}
.book-info {
    /*float: left;
    width: 587px;
    padding-left: 60px;
    padding-right: 30px;*/
}
.book-title {
    float: left;
    min-height: 87px;
    width: 100%;
}
.book-author {
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 30px;
}
.book-author .author-image {
    width: 75px;
    float: left;
}
.book-author .author-info {
    float: left;
    width: 70%;
    margin:0 0 0 6px;
}

.book-author .author-info.multi-author {
    margin:0;
}
.book-author .author-image img {
    width: 75px;
    height: 75px;
    float: left;
}
.book-author .author-info h3 {
    width: auto;
    position: relative;
    left: 10px;
    clear: none;
    margin-top: 17px;
    margin-bottom: 8px;
}
.book-author .author-info.multi-author  h3 {
    left: 0;	
}
.follow-btns {
    width: 100%;
    float: left;
    position: relative;
    left: 8px;
}
.follow-btns .fb-follow {
    position: relative;
    top: -5px;
    width: 40% !important;
    left: 10px;
    display: inline-block;
}

/*.book-video {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
padding-top: 30px;
position: relative;
width: 100%;
margin-top: 50px;
margin-bottom: 60px;
float: left;
}*/

/*.book-video iframe,
.book-video object,
.book-video embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}*/

.book-sale {
    width: 100%;
    float: left;
}
.book-sale a {
    margin: 40px 15px 0 0;
    clear: inherit;
}
.book-container {
    float: left;
}
.sidebar-book {
    float: left;
    width: 353px;
    min-height: 1px;
}
.book-opinions {
    float: left;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    font-size: 17px;
    padding: 0px;
}
.opinion-author {
    margin: 25px 0;
}
.book-content-container {
    /*width: 607px;
    margin-left: 353px;
    float: left;*/
}
.book-content {
    padding: 0px;
    float: left;
    width: 100%;

    font-size: 18px;
    font-family: 'Merriweather', serif;
}
.book-meta-container {
    float: left;
    position: relative;
    margin-top: 30px;
    width: 100%;
}
.book-meta {
    float: left;
    width: 408px;
    margin-top: 30px;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    color: #8a8a8a;
}
.book-meta a {
    color: #8a8a8a;
    font-weight: 700;
}
.book-meta a:hover {
    color: #8a8a8a;
    text-decoration: underline;
}
.book-meta .left {
    width: 140px;
    font-weight: bold;
}
.book-meta .right {
    width: 200px;
}
.book-meta .left, .book-meta .right {
    min-height: 21px;
    float: left;
}
.book-meta .full{
    font-size: 11px;
    margin-top: 22px;
    float: left;
}

.book-meta .right.prezzo_div{
    margin-top: 19px;
}
.book-meta .right a.price{
    border: 0;
    clear: none;
    font-weight: 500;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    opacity: 1;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
}
a.price:hover {
    text-decoration: none;
}
.book-meta .right p.publication_date{
    border: 0;
    clear: none;
    font-weight: 500;
    padding: 0 !important;
    margin: 0;
    opacity: 1 !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #333 !important;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
}
.book-meta .right p.publication_date strong{
    font-weight: 500 !important;
}
.book-publisher {
    float: left;
    width: 191px;
    text-align: left;
    height: 100%;
    position: absolute;
    left: 416px;
    overflow: auto;
}
.book-publisher-content {
    top: 30px;
    position: absolute;
    width: 100%;
}
.book-publisher-content img {
    max-height: 50px;
}
.author-event-container {
    float: left;
    padding-left: 354px;
}
.event-book-slider .slider-container {
    width: 505px;
}
.event-book-slider .event-controller {
    right: 0;
    width: 141px;
}
.book-container .book-quote {
    float: left;
    width: 292px;
    border-top: 1px solid #d5d5d5;
    margin-left: 30px;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    font-size: 17px;
}
.book-quote h2 {
    padding-left: 65px;
    padding-right: 65px;
}
.book-quote h3 {
    margin: 10px 0 5px 0;
}
.book-quote-content {
    font-size: 14px;
    font-weight: bold;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
}
.book-quote .share-overlay {
    top: inherit !important;
    left: inherit !important;
}
.book-quote-hr {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.book-quote .quote-share a {
    top: 4px;
}
.book-quote .quote-block {
    height: 486px;
    position: relative;
}
.book-quote-footer {
    position: absolute;
    bottom: 15px;
}
.author-book-controller {
    height: 222px;
    width: 141px;
    right: 0;
}
.author-book-slider h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 18px;
}
.author-book-slider .wish-block {
    margin-top: 20px;
    padding: 0;
}
.author-book-slider .wish-block a {
    margin: 0;
}
.book-content-container .slider-container {
    width: 506px;
}
.suggest-slider {
    width: 859px;
    padding-left: 30px;
}
.suggest-slider .slider-container {
    width: 829px;
}
.suggest-controller {
    height: 222px;
    width: 141px;
    right: 0;
}
.block-review {
    height: 285px;
    /*float: left;*/
    /*margin-bottom: 100px;*/
    width: 100%;
}
.block-review .review {
    float: left;
    width: 100%;
    height: 345px;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
}
.review ul {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    /*margin-top: 20px;
    padding-bottom: 20px;*/
}
.review ul li {
    float: left;
    margin-top: 15px;
    line-height: 19px;
    width: 250px;
}
.review ul li h4 {
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    text-transform: none;
    color: #54a38e;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 20px 0;
}
.review ul.goodreads, .review ul.goodreads p, .review ul.goodreads strong {
    font-family: Helvetica;
}
.review ul.goodreads strong {
    font-size: 14px;
}
.review ul.goodreads p {
    margin-bottom: 5px;
    font-size: 12px;
}
.review ul.goodreads p.goodreads-footer {
    margin-bottom: 10px;
}
.review ul.goodreads a {
    font-size: 12px;
    text-decoration: inherit;
    color: #818774;
}
.review a {
    color: #393938;
    text-decoration: underline;
}
.review p {
    font-size: 13px;
    font-family:Georgia, serif;
}
.review .rating {
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    font-size: 17px;
    color: #989a98;
    font-weight: 300;
    margin-bottom: 0;
}
.review .rating i, .goodreads i {
    padding: 2px;
    font-size: 12px;
}
.preference-slider {
    width: 859px;
    padding-left: 30px;
}
.preference-slider .slider-container {
    width: 829px;
}
.preference-controller {
    height: 222px;
    width: 141px;
    right: 0;
}
.widget-title {
    padding-left: 30px;
    padding-right: 30px;
}

/* !SCHEDA AUTORE */
.author-header-container {
}
.author-header .author-image {
    width: 272px;
    margin-left: 20px;
    float: left;
}
.author-header .author-label {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.author-header .author-info {
    float: left;
    width: 345px;
    height: 272px;
    padding-left: 45px;
}
.author-header .follow-btns {
    left: 0;
}
.author-header .likereading-btn {
    margin: 0;
    padding: 2px 8px !important;
    font-size: 18px !important;
}
.event-container-author {
    float: left;
    margin-left: 30px;
    width: 638px;
}
.login-modal-lg .modal-body {
    display: inline-block;
}

/* !SLIDERS */
.hidden-rack {
    display: none;
}
.visible-rack {
    display: block;
}
.m-slider-container {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    float: left;
}
.rack .m-slider-container-2-3 {
    width: 474px !important;
    float: left;
}
.m-slider-content {
    overflow: hidden;
}
.m-slider-controller {
    float: left;
}
.m-slider-controller.big {
    height: 222px;
    width: 140px;
    right: 0;
}
.allevents-rack-slider.rack-container,
#allevents-book-rack{
    max-width: 100%;	
}
#allevents-book-rack .m-slider-controller.big {
    width: auto;
}
.m-slider-controller.tiny {
    height: 70px;
    margin-top: 0 !important;
}
.m-slider-controller.tiny .rack-nav {
    padding: 0.7em 2em 0.7em 3.5em;
}
.m-slide {
    float: left;
}
.m-slide h2 {
    font-size: 17px; /* mod */
    font-weight: 300;
}
.m-slide p {
    margin-top: 20px;
}
#new-book-rack .m-slide p,
#scaffale-next .m-slide p,
#top-sellers .m-slide p, 
#libri-correlati .m-slide p, 
#libri-deepen .m-slide p {
    display: none;
}
.from-blog .m-slide {
    padding-right: 30px !important;
    padding-left: 0 !important;
    width: 310px;
    box-sizing: border-box;
}
#slider-blog-controller {
    margin-top: 18px;
}
.rack{
    float:left;
    width:100%;
}
.rack-label li h4, .rack-label li h5 {
    margin-bottom: 0;
}
.rack .m-slider-controller{
    float:right;
    margin:0;
    margin-top: 39px;
}
.rack .m-slider-controller a{
    margin:0;
}
.rack .m-slider-container,
.rack .m-slider-content{
    overflow:hidden;
}
.rack .m-slider-container{
    width:768px;
}
.rack .m-slide{
    width:192px;
    padding:0 20px 0 0;
    box-sizing: border-box;
    position:relative;
}

.single #sidebar .rack .m-slide{
    width:150px;
    padding-right: 20px;
}
.rack .m-slide img{
    width:100%;
}
.rack .m-slide .book-close {
    position: relative;
    right: -8px;
    bottom: -18px;
}
.rack .m-slide .book-close:hover {
    opacity: .8;
}
.rack .m-slide .book-close .book-close-x {
    font-size: 18px;
    margin-top: -1px;
    font-weight: 800;
}
.event-slider .book-close {
    display: none;
}
.event-slider .m-slide {
    margin-top: 0;
}
.event-slider h3 {
    padding-top: 10px;
    height: 35px;
}
/* !BOOK PREVIEW */
.bk-preview {
    height: 100%;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
}
.bk-preview .modal-content {
    height: 100%;
}
.bk-preview .modal-body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.bk-preview object {
    width: 100%;
    height: 100%;
}
.bk-preview .close {position: absolute;
    right: -13px;
    top: -13px;
    border: 2px solid white;
    z-index: 9999999999999999999;
    color: white;
    opacity: 1;
    background: #333;
    border-radius: 100%;
    padding: 1px 4px;
}
.book-cover-container{
    position:relative;
}
.page-peel,
.page-peel:focus {
    outline:none;
}
.page-peel {
    background: #fff;
    height: 60px;
    width: 60px;
    background-size: 100%;
    float: left;
    position: absolute;
    right:0;
    z-index: 1;
    bottom:0;
    background:#fff url('../images/sprite.png') no-repeat bottom right;
}
.page-peel .tip {
    display: none;
    position: absolute;
    width: 155px;
    padding: 0 8px;
    box-sizing: content-box;
    background-color: #EDDA7E;
    bottom: 44px;
    right: -26px;
    font-size: 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    color: #333;
    line-height: 22px;
    z-index: 1;
}
.page-peel .tip:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 114px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #EDDA7E transparent;
    display: block;
    width: 0;
    z-index: -1;
}
.page-peel:hover .tip {
    display: block;
}

/* !SCAFFALI */
.rack-label li:first-child{
    padding-left:0;
}

/** !SEARCH FILTER **/
.campo-ricerca {
    width: auto;
    float: left;
    height: 34px;
    margin: 0 22px 0 0;
}
.campo-ricerca h4 {
    font-weight: 700;
    padding: 0;
    margin: 0 !important;
    line-height: 34px;
}

.search-filter {
    position: relative;
}
.rack-selector {
    position: relative;
    clear: both;
}
#rack-selector h4 {
    font-weight: 700;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
#rack-selector .filter-cog h4 {
    margin-top: 0;
}
.search-filter .droplink-container {
    float: left;
    box-sizing: border-box;
}
.search-filter .droplink {
    color: #4b4b4b;
}
.search-filter .droplink h4 { 
    font-weight: 300 !important;
    /*padding-bottom: 30px !important;*/
    margin: 0;
    /*width: 100%;*/
    color: #8a8a8a;
}
.search-filter .droplink h4 i {
    position: relative;
}
.search-filter .droplink-content {
    display:none;
    background: #FFF;
    width: 400px;
    padding: 15px;
    padding-left: 35px;
    position: absolute;

    /*float: right;
    top: 30px;
    right: 0;*/

    float: left;
    top: 30px;
    left: 155px;

    z-index: 10;
}


.search-filter .droplink-content.collana {
    width: 750px;
    position: relative;
}
.droplink-content.collana .checkbox {
    width: 33%;
    padding-right: 30px;
}

.checkbox input[type="checkbox"].checked-term + label {
    font-size: 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
}
.checkbox input[type="checkbox"].checked-term:checked + label::after {
    background-color: #CF4647;
}
.searchbox-container {
    float: left;
    /*padding-top: 25px;*/
}
.searchbox-container h4 {
    width: 79px;
    margin-left: 30px !important;
    line-height: 30px;
}
.searchbox-container input[type="text"] {
    font-size: 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    padding: 2px 10px;
    outline: 0;

    border: 1px solid #c8c8c8;
    border-radius: 6px;
}
.search-filter button[type="submit"] {
    float: right;
}
.search-counter {
    padding: 3px 6px !important;
}
.filtri_smart h5 {
    color: #8a8a8a;
}
.rack-selector .checkbox, .rack-selector .checkbox label {
    /*display: block;*/
    left: 11px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    color: #8a8a8a;
}
.rack-selector .checkbox {
    margin: 0 75px 0 0;
    float: left;	
}
.checkbox input[type="checkbox"]#preference-rack-checkbox:checked + label::after,
.checkbox input[type="checkbox"]#presentazione-events-checkbox:checked + label::after {
    background-color: #54A38E;
}
.checkbox input[type="checkbox"]#purposes-rack-checkbox:checked + label::after,
.checkbox input[type="checkbox"]#fiera-letteraria-events-checkbox:checked + label::after,
.checkbox input[type="checkbox"].cat-check:checked + label::after {
    background-color: #CF4647;
}
.blog .checkbox input[type="checkbox"].cat-check:checked + label::after {
    background-color: #27789B;
}
.checkbox input[type="checkbox"]#top-rack-checkbox:checked + label::after,
.checkbox input[type="checkbox"]#author-genere-rack-checkbox:checked + label::after {
    background-color: #EAB77F;
}
.checkbox input[type="checkbox"]#new-rack-checkbox:checked + label::after,
.checkbox input[type="checkbox"]#author-tour-rack-checkbox:checked + label::after,
.checkbox input[type="checkbox"]#altri-eventi-events-checkbox:checked + label::after {
    background-color: #BA91B6;
}
.checkbox input[type="checkbox"]#next-rack-checkbox:checked + label::after,
.checkbox input[type="checkbox"]#author-new-entry-rack-checkbox:checked + label::after,
.checkbox input[type="checkbox"]#incontro-con-lautore-events-checkbox:checked + label::after {
    background-color: #8CB9C4;
}
.rack-selector .filter-cog .fa-caret-down, .rack-selector .filter-cog .fa-caret-up {
    top: 8px;
    position: relative;
}
.rack-selector .filter-cog a:hover {
    text-decoration: inherit;
}

.filter-cog {
    border: 1px solid #8a8a8a;	
    border-radius: 6px;
    padding: 15px;
    margin-top: 0;
}

/** !WIDTH **/
.col-2-3 {
    width: 607px;
}

a.btn:hover{
    /*color:#ccc !important;*/
}

#slider-blog{
    /*height:175px;
    margin-left: 1px;*/ /*mod*/
}

.m-slide .book-close{
    visibility:hidden;
}
.m-slide .rapid{
    color: #54a38e;
    position:absolute;
    top:135px;
    margin:0 0 0 20px;
    display:none;
}
.m-slide .rapid:hover{
    color: #FFF;
}
.m-slide .rapid.lower{
    top:185px;
}

/** !SCHEDA RAPIDA **/
.smart-tab {
    background-color: #E7E4DF;
    float: left;
    width: 100%;
    padding: 30px;
    display: none;
}
.smart-tab h4 {
    margin: 0;
}
.smart-tab a.price {
    position: relative;
    float: left;
}
.smart-title {
    margin-top: 0;
    font-size:2.6em;
}
.smart-author.small{
    margin-top: 0;
    font-size:1.5em;
    color:#666;
}
.smart-image {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.smart-image img {
    max-width: 250px;
}
.smart-content {
    float: left;
    padding-right: 30px;
}
.smart-price{
    margin-top: 24px;
    float: left;
}
.smart-permalink {
    margin: 20px 30px 0 0;
    float: right;
}
.smart-btns {
    margin-left: 0;
}
.smart-tab .close-smart-tab {
    font-weight: normal;
    float: right;
    top: 0;
    position: relative;
    color: #4A4945;
    top: -25px;
    right: 30px;
}
.smart-tab .navbtns {
    float: left;
}
.smart-tab .navbtns li a {
    padding: 3px 10px !important;
    font-size: 16px;
}
.smart-tab .navbtns li a span {
    top: -1.6px !important;
}
.smart-tab .smart-loader {
    display: none;
    float: left;
    position: relative;
    left: 10px;
    top: 2px;
}
.btn[disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.search .m-slide h2,
.rack h2{
    height:3.5em;
    margin-bottom:0;
}
.search .m-slide h3.small,
.rack h3.small{
    float:left;
}
.search .m-slide p.top-15,
.rack p.top-15{
    height:10em;
    overflow: hidden;
}
.search .m-slide a.cover,
.rack a.cover{
    float:left;
    width:100%;
    height:21em;
    white-space:nowrap;
    position:relative;
    overflow: hidden;
}
.rack #preference-book-slider a.cover, 
.rack #apurpose-book-slider a.cover {
    height:270px;
    top: -37px;
}
.rack #book-from-book-slider a.cover{
    height:280px;
}
.search .m-slide a.clear,
.search .book-close,
.rack a.clear,
.rack .book-close{
    z-index:10;
}
.search .m-slide a.cover img,
.rack a.cover img{
    position:absolute;
    bottom:0;
    z-index:1;
    float:left;
    width:100%;
}

.search .m-slide .wish-block a,
.rack .wish-block a{
    margin-left:1px;
}

ul.rack-label li.dx{
    margin-right:1.75em;
    margin-top: 0.3em;
}
.rack-label.list-inline {
    margin: 0;
}

.rack-label li h4 {
    margin:0;
    float:left;
    padding: 3px 0;
}
.rack-label li h5{
    margin:0;
    float:left;
}

li.secLabel,
li.orderLabel{
    height: 27px;
    padding: 5px 8px;
}

#recensioni li.secLabel {
    padding: 3px 8px;
}

li.orderLabel{
    display:none;
    /*border:1px solid #444;*/ /*mod*/
    width: auto;
    position: relative;
    left: -8px;
    top: 0;
    text-align: left;
    /*background-color: #ffffff;*/ background-color: transparent;
}
.post-type-archive-event li.orderLabel {
    left: -5px;
}
.post-type-archive-event .share-overlay {
    top: 47px;
}
/*.post-type-archive-event .mini-event .share-btn-mini {
top: 225px;
}*/
.post-type-archive-event .cat-block {
    height: 655px;
    margin-bottom: 55px;
}
.rack-label li.dx,
.post-type-archive-libri li.secLabel{
    display:none;
}

.post-type-archive-libri .rack-label li.dx{
    display:block;
}
.post-type-archive-libri #il-libraio-per-te .rack-label li.dx{
    display:none;
}

.post-type-archive-libri li.orderLabel{
    display:inline-block;
}

li.orderLabel ul {
    position: absolute;
    list-style: none;
    display: none;
    padding-left: 0;
    background: #FFF;
    top: 25px;
    right: -1px;
    z-index: 100;
    border: 1px solid #000;
    width: auto;
    float: left;
    box-sizing: content-box;
    max-height: 280px;
    overflow: auto;
}

li.orderLabel.opened ul{
    display: block;	
}
li.orderLabel ul li {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 8px !important;
    cursor: pointer;
}
li.orderLabel ul li:hover {
    background-color: #F1EFEA;
    color: #000 !important;
}

.post-type-archive-event li.orderLabel {
    width: 300px;
}
.post-type-archive-event li.orderLabel ul {
    right: inherit;
    left: 8px;
} 

.rack-loading{
    float: left;
    width: 100%;
    text-align: center;
    padding: 2.5em 0;
    font-size: 4em;
    color: #ddd;
}
.internal-review .rating .fa {
    color: #54A38E;
}
.ibs-review .rating .fa {
    color: #EEB318;
}
.rate-this {
    position: relative;
    width: 100%;
    /*
    float: left;
    text-align: center;
    height: 80px;
    padding-top: 20px;*/
}
.rate-this .btn {
    float: right;
}
.ibs-review .rate-this {
    background: #F8EBD6;
}
.goodreads-review .rate-this {
    background: #EDEDDC;
}
.review a {
    text-decoration: inherit;
}
.modal-footer .btn {
    margin: 0;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
}
#havetologin{
    display:none;
    top:11em;
    z-index: 9999;
}
#havetologin p{
    float:none;
}
#general-popup{
    display:none;
    top:11em;
    z-index: 9999;
}
#general-popup p{
    float:none;
}
article .entry-content #libricity-container .bg-yellow-libricity,
article .entry-content #libricity-container .close{
    display: none;	
}
#page .entry-content .bg-yellow-libricity{
    float: none;
    font-size: 11px;
    padding: 0 5px;
    margin: 0;
    cursor: auto;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-style: normal;
    font-weight: bold;
}
article .entry-content #libricity-container{
    display: block;
    opacity: 1;
    position: static;
    padding: 15px 0;
    z-index: 9999;
    overflow: inherit;
    margin-top: 30px;
}
article .entry-content #libricity-container .modal-dialog{
    margin: 100px auto;
}
article .entry-content #libricity-container .modal-body{
    width: 480px;
    margin: 0 auto;
}
article .entry-content #libricity-container .modal-content{
    border: 0;
    box-shadow: none;
    background: none;
    width: 100%;
}
article .entry-content #libricity-container .modal-content .vertical-padding-30{
    padding-top: 20px;
}
article .entry-content #libricity-container .modal-content p,
article .entry-content #libricity-container .modal-content h3{
    display: none;
}
article .entry-content #libricity-container .modal-content .bg-red{
    background: none;
    color: #aaaaaa !important;
    text-decoration: underline;
    font-size: 13px;
    float: right;
    font-family: Arial;
    margin: 10px 0 0;
    padding-right: 0;
}
#libricity-popup{
    display:none;
    top:11em;
    z-index: 9999;
}
#libricity-popup .modal-dialog{
    width: 550px;
}
.touch #libricity-popup{
    display:none;
    top:0;
    z-index: 9999;
}
#libricity-container p,
#libricity-popup p{
    float:none;
}
#libricity-popup .modal-body{
    padding: 15px 27px;
}
#libricity-popup .modal-body h3{
    margin-top: 10px;
}
#libricity-popup .modal-body h3 strong a{
    color: #27789B;
    text-decoration: underline;
}
#libricity-popup .modal-body h3 strong{
    color: #27789B;
}
#libricity-popup .modal-body .vertical-padding-30{
    padding: 10px 0;	
}
#libricity-popup .modal-body .bg-green{
    margin-left: 0;
}
#libricity-popup .modal-body .bg-red{
    background: none;
    color: #aaaaaa !important;
    text-decoration: underline;
    font-size: 13px;
    float: right;
    font-family: Arial;
    margin: 10px 0 0;
    padding-right: 0;
}
#libricity-popup .modal-body p{
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    font-size: 13px;
    float: left;
    margin-bottom: 15px;
    color: #333;
    font-weight: 300;
}
#timetologout{
    display:none;
    top:11em;
    z-index: 9999;
}
#timetologout .modal-body{
    padding: 0 15px;
}
#timetologout .modal-content{
    width: 100%;
    padding: 10px 0 30px 0;	
}
#timetologout p{
    float:none;
}

/* !PROPOSTA APERTA */
.box-purpose{
    position:relative;
}

#open-purpose{
    position:relative;
    display:none;
    top:0;
    left:0;
    z-index:999;
    width:100%;
    height:400px;
    background:rgba(0,0,0,0.4);
    z-index:9999;
}

#open-purpose .rack-label{
    position:relative;
    z-index:1;
}

.purpose-head{
    float:left;
    width:100%;
    text-align:center;
    position:relative;
    z-index:1;
}

.purpose-head p{
    font-size:16px;
    max-height: 223px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
}

.b40{
    margin:0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:transparent url('../images/b40.png') repeat center center;	
    z-index:0;
    overflow:hidden;
}

.a-purpose-opened{
    position:relative;
    background:transparent no-repeat center center;
    background-size: cover;
    min-height:440px;
}

.a-purpose-opened .m-slider-container,
.a-purpose-opened .m-slider-controller{
    position:relative;
    z-index:1;
}

.a-purpose-opened li.secLabel{
    display:inline-block;
}

.a-purpose-opened .m-slide a.btn.rapid{
    display:none !important;
}

.a-purpose-opened .m-slide a.dx.book-close{
    visibility:hidden !important;
}

.a-purpose-opened .m-slide p{
    display:none;
}
.a-purpose-opened .m-slide{
    padding-bottom:1em;
}

.a-purpose-opened .m-slide h3{
    opacity:0.8;
}

.show{
    display:inline-block !important;
}

.b40 .purpose-foot{
    background:transparent url('../images/bd.png') repeat center center;	
    position:absolute;
    top:initial;
    bottom:0;
    height:232px;
    overflow:hidden;
}

#focusEl{
    display:none;
    z-index:9999;
    position:fixed;
}

a.nolink{
    cursor:default;
}

.paging-navigation h1.screen-reader-text,
.purpose-head form,
#printFrame{
    display:none;
}

#gr_footer,
#gr_header {
    display: none;
}

#goodreviews-div, #goodreads-widget, #the_iframe {
    width: 100% !important;
    height: 345px !important;
    overflow: hidden;
}
#the_iframe {
    background: #e2e2da !important;
    padding: 20px 15px;
}
#the_iframe html {
    overflow: hidden;
}
#goodreviews-div #the_iframe body {
    overflow: hidden !important;
    background: #e2e2da !important;
}

/* !SEARCH */

.search{

}

/* !BOOK SEARCH */
#book-search .m-slide {
    width:25%;
    padding:0 4% 1em 0;
    margin:0 0 3em;
    height: 445px;
}

#book-search .m-slide .btn{
    margin-left:0;
}

#book-search .m-slide h3.small{
    margin:0 !important;
}

#book-search .m-slide p {
    display: none;
}

img.author-search-cover{
    border-radius:100%;
    width:150px;
    height:150px;
}
.wlist ul {
    padding-left: 0;
}
.wlist ul:first-child {
    max-height: 90px;
    overflow-y: auto;
}
.wlist ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 3px 5px;
    color: #929491;
    margin: 0 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    background: inherit !important;
}
.wlist ul li a:hover {
    background: #54A38E !important;
    color: #ffffff;
}
.wlist ul li a.selected {
    background: #54A38E !important;
    color: #ffffff;
}
.search .m-slide.author-search p.top-15 {
    height:13.35em;
}

.nav-links.loading{
    position:relative;
    margin-bottom:3em;
}

.nav-links.loading a.btn.to-top{
    position:absolute;
    bottom:0;
    right:0;
}


.campo-serendipity {
    float: left;
}

.serendipic-filters {
    float: left;
}
.serendipilink-container {

}
.serendipilink-content {
    display: block;
    /*display: none;*/
}

.feeling-filter span.feeling-circle {
    display: inline-block;
    padding: 0px 0px 0px 5px;
    line-height: 24px;
    background: transparent url('../images/circle_libri_new2.png') no-repeat center center !important;
    width: 25px;
    height: 26px;
    position: relative;
    vertical-align: middle;
}
.feeling-selected, .feeling-select li a {
    cursor: pointer;
    margin: 8px 0 0 0;
    color: #8a8a8a;
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.feeling-selected-content {
    display: inline;
}
.feeling-selected .fa-circle::before, 
.feeling-select .fa-circle::before, 
.feeling-selected .fa-check-circle::before, 
.feeling-select  .fa-check-circle::before {
    content: '';
}
.feeling-select.closed {
    display: none;
}
.feeling-select.opened {
    display: block;
    min-width: 260px;
    padding: 0 10px 10px 10px;
    position: absolute;
    background: #FFF;
    z-index: 100;
}

.serendipilink-content .radio {
    padding: 10px 0 !important;
    float: left;
    z-index: 1;
    position: relative;
    width: 26px;
}
.serendipilink-content .radio:first-child {
    margin-left: 0 !important;
}
.serendipilink-content.reading-filter .radio {
    margin: 0 0 0 10px;
}
.serendipilink-content.cover-filter .radio {
    margin: 0 0 0 1%;
}
.serendipilink-content.feeling-filter .radio {
    margin: 0 0 0 7.0%;
}
.serendipilink-content.feeling-filter .radio i.serendipilabel {
    background-image: url('./../images/serendipity/serendipitysprite.png') !important;
    width: 31px;
    height: 21px;
    background-size: 190px;
    border-radius: inherit;
    position: relative;
}
.serendipilink-content.feeling-filter .radio:nth-child(1) i.serendipilabel {
    background-position: -163px -4px;
    left: -3px;
}
.serendipilink-content.feeling-filter .radio:nth-child(2)  i.serendipilabel{
    background-position: -5px -3px;
}
.serendipilink-content.feeling-filter .radio:nth-child(3)  i.serendipilabel{
    background-position: -63px -2px;
    left: -9px;
}
.serendipilink-content.feeling-filter .radio:nth-child(4)  i.serendipilabel{
    background-position: -127px -3px;
    left: -8px;
}
.serendipilink-content.feeling-filter .radio:nth-child(5)  i.serendipilabel{
    background-position: -96px -3px;
    left: -8px;
}
.serendipilink-content.feeling-filter .radio:nth-child(6)  i.serendipilabel{
    background-position: -28px -3px;
    left: -11px;
}
.serendipilink-content .radio i {
    border-radius: 100%;
    background-image: url('./../images/white.png');
    font-size: 1.5em;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    margin-left: 3px;
}
.serendipilink h4 i {
    position: relative;
    top: 2px;
}
.serendipilink-content hr {
    border-top: 3px solid #B3ABAB;
    margin: 0;
    position: relative;
    top: -24px;
    width: 97%;
}
.serendipilabel {
    display: block;
    margin-bottom: 0px;
    width: 17px;
    background-image: initial !important;
}
.feeling-select .serendipilabel {
    width: auto;
}
.serendipilabel.green {
    color: #64af23 !important;
}
.serendipilabel.yellow {
    color: #fcc601 !important;
}
.serendipilabel.orange {
    color: #fd6b03 !important;
}
.serendipilabel.red {
    color: #ce3318 !important;
}
.serendipilabel.violet {
    color: #4e21b2 !important;
}
.serendipilabel.blue {
    color: #0053cc !important;
}
.serendipilabel.cyan {
    color: #00a3d8 !important;
}
.serendipilabel.white {
    color: #ffffff !important;
}
.serendipilabel.black {
    color: #000000 !important;
}
.serendipilabel.fa-graduation-cap {
    margin-left: -5px;
}
.serendipilabel.fa-heart, .serendipilabel.fa-home {
    margin-left: -1px;
}

/*.input-radio-status::before,*/
.serendipilink-content .radio .fa-circle::before {
    content: "" !important;
}

.input-radio-status.fa-times-circle::before {
    content: "\f057";
    font-size: 18px;
    background: #FFF;
    border-radius: 100%;
}

.input-radio-status {
    /*display: none;
    width: 26px;
    border-bottom: 4px solid #333;
    position: absolute;
    bottom: 0px;*/
}

.input-radio-status.nascondi {
    display: none;
}
.input-radio-status.red {
    display: inline-block;
}

.input-radio-status.fa-check-circle {
    display: block;
}

.serendipilabel.image-icon {
    display: block;
    width: 26px;
    height: 26px;
    padding: 3px 0 0 5px;
}
.serendipilabel.image-icon.quarters {
    background-image: url('./../images/quarters_new2.png') !important;
}
.serendipilabel.image-icon.quarters.q14 {
    background-position: 0 0px !important;
}
.serendipilabel.image-icon.quarters.q12 {
    background-size: 85px !important;
    background-position: -28px 1px !important;
}
.serendipilabel.image-icon.quarters.q34 {
    background-size: 85px !important;
    background-position: -57px 1px !important;
}
.serendipilabel.image-icon.copertina {
    background-image: url('./../images/copertina_colors_new2.png') !important;
}
.serendipilabel.image-icon.copertina.green {
    background-position: 1px -1px !important;
}
.serendipilabel.image-icon.copertina.yellow {
    background-position: -31px -1px !important;
}
.serendipilabel.image-icon.copertina.orange {
    background-position: -63px -1px !important;
}
.serendipilabel.image-icon.copertina.red {
    background-position: -95px -1px !important;
}
.serendipilabel.image-icon.copertina.violet {
    background-position: -127px -1px !important;
}
.serendipilabel.image-icon.copertina.blue {
    background-position: -159px -1px !important;
}
.serendipilabel.image-icon.copertina.cyan {
    background-position: -191px -1px !important;
}
.serendipilabel.image-icon.copertina.white {
    background-position: -222px -1px !important;
}
.serendipilabel.image-icon.copertina.black {
    background-position: -254px -1px !important;
}
.serendipilabel.image-icon.letture {
    background-image: url('./../images/letture.png') !important;
}
.serendipilabel.image-icon.letture.l01 {
    background-position: 0 0px !important;
}
.serendipilabel.image-icon.letture.l02 {
    background-position: -49px 0px !important;
}
.serendipilabel.image-icon.letture.l03 {
    background-position: -98px 0px !important;
}
.serendipilabel.image-icon.letture.l04 {
    background-position: -147px 0px !important;
}
.serendipilabel.image-icon.letture.l05 {
    background-position: -197px 0px !important;
}
.serendipilabel.image-icon.letture.l06 {
    background-position: -246px 0px !important;
}

.serendipilabel.fa-clock-o {
    background-image: url('./../images/quarters_new.png?2') !important;
}
.serendipilabel.fa-clock-o.q14 {
    background-size: 50px !important;
    background-position: 0 3px !important;
}
.serendipilabel.fa-clock-o.q12 {
    background-size: 50px !important;
    background-position: -16px 2px !important;
}
.serendipilabel.fa-clock-o.q34 {
    background-size: 48px !important;
    background-position: -31px 2px !important;
}
.insert-review .modal-header {
    float: left;
    width: 100%;
}

#book-search-labels{
    float:left;
    width:100%;
    margin:2em 0 2em;
}
#book-search-labels h4{
    float:left;
    clear:none;
    background:#e2e1dd;
    color:#ababab;
    margin:0 1em 0 0;
    padding: 5px 7px 5px 5px;
}
#book-search-labels i{
    color:#fff;
    margin:0 0 0 4px;
}
#book-search-labels i.fa-circle{
    color:#efeee9;
}
#book-search-labels .selected h4{
    color:#fff;
    background:#4b4b4b;
    position:relative;
    padding: 5px 30px 5px 5px;
}
#book-search-labels .selected .fa-stack{
    font-size:11px;
    position:absolute;
    right:8px;
    top:1px;
}
#book-search-labels .selected i.fa-circle{
    color:#fff;
}
#book-search-labels .selected i.fa-check{
    color:#CF4647;
}
.fb-block {
    padding-right: 110px;
}
.default-login label {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.default-login input {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: none;
    width: 288px;
}
.default-login button[type="submit"] {
    font-size: 24px;
    line-height: 28px;
    border-radius: 24px;
    padding: 6px 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.default-login .form-group {
    margin-top: 10px;
}
.default-login p a {
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
}
.default-login p a:hover {
    text-decoration: none;
}
.btn-fb {
    margin-top: 87px !important;
}
.form-group.help {
    margin: 30px 0;
    float: left;
    width: 100%;
}
.error-msg {
    display: none;
    padding: 15px 0;
    float: left;
    width: 100%;
}
.privacy-checkboxes .checkbox {
    width: 100%;
    padding-left: 20px;
    margin-top: 5px;
}
.privacy-checkboxes .checkbox:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.privacy-checkboxes .checkbox label {
    font-size: 15px;
}
.privacy-checkboxes .checkbox label:before {
    top: 2px;
}
.privacy-checkboxes .checkbox label:after {
    top: 2px;
}
#book-search-order{
    float:left;
    width:100%;
    clear:both;
}

/** !PROFILO UTENTE **/
.header-user {
    height: 280px;
    background: darkgray;
    padding: 0 30px;
}
.header-user .left, .header-user .right {
    height: 280px;
}
.header-user .left {
    width: 321px;
}
.header-user .right {
    width: 579px;
}
.header-user .user-image {
    width: 174px;
    height: 280px;
    position: relative;
}
.user-counter {
    float: left;
    width: 25%;
    padding-top: 24px;
    z-index: 5;
    position: relative;
}
.user-counter h4 {
    font-size: 35px;
    font-family: 'Roboto Slab', Trebuchet MS, serif;
    font-weight: 300;
    top: 50px;
    left: 0;
}
.header-user .user-image .upload-avatar {
    visibility: hidden;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 10px 0 0 -50px;
}
.header-user .user-image:hover .upload-avatar {
    visibility: visible;	
}
.user-menu {
    position: relative;
    top: -18px;
}
.user-menu ul li {
    padding: 0px;
    text-align: center;
    height: 50px;
}
ul.user-sub-menu li {
    padding: 0 !important;
    height: auto;
}
.user-menu ul li .menu-item {
    font-size: 24px;
    padding: 9px 12px;
    border-radius: 20px;
    margin: 0;
    max-height: 34px;
    background: #4b4b4b;
}
.user-menu ul li .menu-item.selected {
    background: #54A38E;
}
.user-menu ul li .menu-item i {
    font-size: 14px;
}
.update-user-data-cartaceo,
.update-user-data {
    padding-right: 30px;
}
.update-user-data-cartaceo label ,
.update-user-data label {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.update-user-data-cartaceo .address-norm{
    padding-top: 0;
    margin-top: 0;
}
.update-user-data-cartaceo .address-norm:before{
    content: "";
    border: 0;
}
.update-user-data-cartaceo label a{
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
}
.update-user-data-cartaceo .form-group.clear-group{
    margin-left: 30px;
    width: 280px;
    float: left;
    height: auto;
}
.update-user-data-cartaceo .form-group,
.update-user-data .form-group {
    margin-left: 30px;
    width: 280px;
    float: left;
    height: 75px;
}
.update-user-data-cartaceo .form-control,
.update-user-data .form-control {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
}
.edit-password {
    position: relative;
    float: right;
    top: -31px;
    right: 3px;	
}
.is-password {
    background: none;
    border: none;
    box-shadow: none !important;
    outline: none;	
}
.update-user-data-cartaceo button[type="submit"],
.update-user-data button[type="submit"] {
    font-size: 24px;
    line-height: 28px;
    border-radius: 24px;
    padding: 6px 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.submit-block {
    text-align: center;
    margin-left: 15px;
    min-height: 80px;
}
.submit-block label.delete-account {
    color: #777;
}
.submit-block .btn.delete-account {
    border: 2px solid #777;
    background: transparent;
    color: #777;
    padding: 3px 18px;
}
.submit-block .btn.delete-account:hover {
    background: #777;
    color: #fff;
}

.facebook_id {
    margin-left: 0 !important;
    position: relative;
    line-height: 36px;
}
.facebook_id a {
    right: 0;
    top: 4px;
    width: auto;
    position: absolute;
    height: 28px;
}
.facebook_id i {
    position: relative;
    font-size: 15px;
    top: -1px;
    left: -2px;
}
.edit-newsletter .checkbox label {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3d3d3b;
}
.edit-newsletter .checkbox label span {
    display: block;
    font-weight: 100;
    text-transform: initial;
}
.edit-newsletter .checkbox {
    margin-left: 22px;
}
.edit-newsletter .clear-group {
    width: 100% !important;
}
.edit-newsletter .custom-newsletter-wrap {
    display: none; 
}
.reset-font {
    font-family: Georgia !important;
    font-weight: lighter !important;
    text-transform: none !important;
}
.checkbox input[type="checkbox"].check-green:checked + label::after {
    background-color: #54A38E;
}
.checkbox input[type="checkbox"].check-dark:checked + label::after {
    background-color: #4b4b4b;
}
.edit-newsletter button[type="submit"] {
    font-size: 24px;
    line-height: 28px;
    border-radius: 24px;
    padding: 6px 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.selectLabel {
    border: 1px solid #444;
    width: auto;
    position: relative;
    left: -8px;
    top: 0;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}
.selectLabel ul {
    display: none;
    position: absolute;
    list-style: none;
    padding-left: 0;
    top: 27px;
    left: -1px;
    right: 0;
    z-index: 100;
    border: 1px solid #000;
    width: 100%;
    float: left;
    box-sizing: content-box;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
}
.selectLabel ul li, .selectLabel ul li:first-child {
    padding: 3px 5px;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
}
.selectLabel ul li:hover {
    background-color: #54A38E;
    color: #ffffff;
}
.extended .m-slider-content {
    width: 100% !important;
}
.extended .rack .m-slider-container {
    width: 940px !important;
}
.extended .rack .m-slide {
    width: 188px !important;
    padding: 0 43px 0 0;
}
.visible {
    display: block !important;
}
.extended.author-rack-slider .rack a.cover {
    height: 145px;
}
.user-quote {
    width: 293px;
    margin-bottom: 30px;
    float: left;
}
.user-quote .quote-block {
    height: auto !important;
}
.user-quote .book-quote-footer {
    position: relative;
    top: -5px;
}
.user-sub-menu {
    display: none;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 166px;
    list-style: none;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px #000;
    border-radius: 7px;
    z-index: 3;
    margin-top: 15px;
}
.user-sub-menu li {
    margin-left: 0 !important;
}
.user-sub-menu li a {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    display: block;
    text-decoration: none;
    padding: 3px;
}
.user-sub-menu li a:hover {
    background-color: #54A38E;
    color: #ffffff;
}
.user-sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.user-sub-menu:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.twitter-typeahead {
    width: 100%;
}
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    width: 100%;
    cursor: pointer;
}
span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #428bca;
}
span.twitter-typeahead {
    width: 100%;
}
.input-group span.twitter-typeahead {
    display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}
.tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}
.birth-day {
    width: 73px;
}
.birth-month {
    width: 73px;
    margin-left: 10px;
}
.birth-year {
    width: 114px;
    margin-left: 10px;
}
.birth .selectbox-caret {
    margin-right: 0 !important;
    margin-top: 20px !important;
}
.bfh-selectbox-toggle {
    padding: 3px 5px !important;
}
.submit-alert {
    display: none;
    color: #CF4647;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -25px;
    font-weight: 600;
}

img.bghide{
    display:none;
}

/* SEARCH */
#generic-search h3{
    font-weight:bold;
    font-size:18px;
}

#generic-search h4{
    /*margin-bottom:0;*/
}

#generic-search h2{
    margin-top:.75em;
}

.page-header{
    float:left;
    width:100%;
}

#generic-search .page-header{
    margin:0;
}

.book-page h4{
    position:relative;
    top:0;
    left:0;
}

.book-page .blurred{
    top:0;
    bottom:0;
    left:0;
    right:0;
    position:absolute;
}

.book-page .book-thumbnail div,
.book-page .book-info{
    position:relative;
    z-index:9;
}
.book-page .book-info{
    height: 220px;
}

.book-external{
    /*position:absolute !important;
    bottom:-50px;
    left:0;
    margin:0;
    z-index:9;*/
}

.libricity-campain .book-external-right{
    /*bottom: -88px;*/
}

.book-external-right{
    /*position:absolute;
    bottom: -28px;
    right: 52px;
    z-index:9;*/

    margin:0;
}

.book-external-right a.buy {
    float:left;
    clear:none;
}

.book-external-right table.marketplaces { display: none; position: absolute; z-index: 100; left: 45px; top: 39px; background: #fff; border: 1px solid #000; border-radius: 7px; padding: 10px 15px; }
.book-external-right table.marketplaces tr { margin: 5px 0; }
.book-external-right table.marketplaces tr a { text-transform: none; float: none; display: block; margin-top: 10px; }
.book-external-right table.marketplaces tr a.marketplace-logo { text-indent: -9999px; display: block; margin-top: 5px; margin-left: 30px; background-repeat: no-repeat; background-position: left center; }
.book-external-right table.marketplaces tr.amazon a.marketplace-logo { width: 65px; background-image: url(../images/marketplace/amazon.png); margin-top: 8px; }
.book-external-right table.marketplaces tr.elexico a.marketplace-logo { width: 147px; background-image: url(../images/marketplace/elexico.png); }
.book-external-right table.marketplaces tr.google_play a.marketplace-logo { width: 87px; background-image: url(../images/marketplace/google_play.png); }
.book-external-right table.marketplaces tr.ibs a.marketplace-logo { width: 45px; background-image: url(../images/marketplace/ibs.png); }
.book-external-right table.marketplaces tr.itunes a.marketplace-logo { width: 68px; background-image: url(../images/marketplace/itunes.png); margin-top: 1px; }
.book-external-right table.marketplaces tr.windows a.marketplace-logo { width: 82px; background-image: url(../images/marketplace/windows.png); }
.book-external-right:hover table.marketplaces { display: block; }

.div-find-in-library{
    float: left;
    width: 270px;
}

.div-find-in-library .bg-yellow-libricity{
    margin-bottom: 5px;	
}

.div-find-in-library p{
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Open Sans Condensed", Arial Narrow, sans-serif;
    line-height: 21px;
}

.div-find-in-library p a{
    float: none;
    color: #000;
    text-decoration: underline;
    padding: 0 !important;
}

.div-find-in-library a span{
    top: 0 !important;
}

.div-find-in-library p a img{
    width: 95px;
    float: none;
    vertical-align: bottom;
}

.thebook-container {
    margin-top: -170px;
}

.thebook{
    float:left;
    width:100%;
    position:relative;
}

.novideo .book-page{
    background:transparent !important;
    /*min-height: 483px;*/
}

.novideo .book-container{

}
.libricity-campain.novideo .book-container{

}

.novideo .book-content-container{
    z-index:99;
    position:relative;
}

.novideo .book-page .book-external-right {
    /*bottom: auto;
    top: 269px;*/
}

.novideo .book-page .blurred {
    height:300px;
}

.book-opinions .opinion-content, 
.book-opinions .opinion-author {
    line-height:18px;
    font-size:19px;
    font-weight: 300;
}

.book-opinions .opinion-author {
    font-weight: 700;
}

.user-books {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
.user-books .m-slide {
    width: 188px;
    height: 32em;
    padding: 0 4% 1em 0;
    position: relative;
}
.user-books .m-slide img.coverimg{
    position: absolute;
    bottom: 0;
    z-index: 1;
    float: left;
    width: 100%;
}
.user-books a.cover {
    float: left;
    width: 100%;
    height: 16.3em;
    white-space: nowrap;
    position: relative;
}
.user-books .wish-block a {
    margin: 8px 0 0 0;
}
.user-books .book-user-remove {
    position: absolute;
    z-index: 2;
    margin: -18px;
}
.user-books .book-user-remove:hover {
    opacity: .8;
}
.user-books .fa-stack-1x.book-close-x.fa-inverse {
    font-size: 18px;
    margin-top: -1px;
    font-weight: 800;
}
.add-wishlist {
    z-index: 1;
    position: relative;
}
#wishlistModal {
    z-index: 9999;
}
#wishlistModal input {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
}
.helpMsg {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
}
.halfbox {
    width:48%;
}

.quote .tobott a.like-btn{
    font-size: 18px;
    padding:2px 6px 2px 6px;
}
.quote .tobott a.like-btn.bg-tr-green{
    background:#989795;
}

.most-read-books h4.cs-label,
.latest-review h4.cs-label{
    margin: 30px 0 10px;
}
.latest-review ul{
    padding:0 15px 0 30px;
}

.latest-review ul li > a{
    clear:both;
    float:left;
    width:100%;
}
.latest-review ul a.from{
    color:#4b4b4b;
}
.latest-review ul a.from:hover{
    text-decoration:none;
}
.latest-review ul a.from strong{
    color:#444;
}
.latest-review ul p{
    font-size: 13px;
    float:left;
    clear:both;
    width:100%;
    line-height: 16px;
    color:#4b4b4b;
}
.latest-review ul p a{
    color: #5d5d5d;
    font-weight: bold;
}
.latest-review hr{
    border: 0;
    margin: 0 0 15px 0;
}

#open-purpose .rack-label li.dx{
    display:block;
}

#chi-siamo p.caseEditriciFooter{
    text-align:center;
}
#chi-siamo p.caseEditriciFooter img{
    margin: 15px 10px 15px 0;
    max-height: 45px;
    max-width: 55px;
    vertical-align: bottom;
}

#chi-siamo .graph{
    width:100%;
    margin:10px 0;
}
#main-chi-siamo{
    width:100%;
    box-sizing:border-box;
    float:left;
}
#chi-siamo h3 {
    margin-bottom: 30px;
}
#chi-siamo small img {
    max-height: 14px;
    width: auto; 
}
#chi-siamo ul {
    margin: 0;
    padding-left: 30px;
    list-style: inherit;
    float: left;
    clear: both;
}
#chi-siamo p.mauri {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 70px;
}

#see-app{
    float:right;
    width:40%
}

#see-app h2{
    box-sizing:border-box;
    width:70%;
    float:left;
}
#see-app img{
    clear:both;
    float:right;
}
#see-app a.btn{
    font-size:23px;
    padding:8px 12px;
    float:left;
    margin:10px 0;
}

#chi-siamo #people{
    float:left;
    width:70%;
    margin:20px 15%;
    text-align:center;
}
#chi-siamo #people .people{
    width:21%;
    margin:0 2%;
    text-align:left;
    float:left;
}
#chi-siamo #people .people h2{
    margin:4px 0 0;
    font-size:16px;
    font-weight:normal;
}
#chi-siamo #people .people h2.red{
    font-size:22px;
    font-weight:bold;
}
#chi-siamo #people .people img{
    width:120px;
    height:120px;
    float:left;
    border-radius:100%;
    margin:0 0 10px;
}

body.blog h2{
    margin:10px 0 0;
    height:3em;
}

body.single-post .post-content p a{
    text-decoration:underline;
    color:#CF4647;
}
body.single-post .post-content .bx-slider img{
    width:100%;
}
.nav-right li a.menu-avatar {
    margin: 2px 0 !important;
    padding: 0 !important;
}
.nav-right li a.menu-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.user-quotes-container .quotes #quotes-container {
    height: 400px;
    position: relative;
}
.print-wish {
    cursor: pointer;
}
.print-wish:hover {
    background: #fff;
}
.authorimg {
    width: 100%;
}
.user-author-slide {
    width: 194px;
    margin-top: 20px;
}
.user-author-slide .cover {
    display: block;
    border-radius: 100%;
    overflow: hidden;
    width: 164px;
    height: 164px;
}
.user-author-slide .fa-stack-1x.book-close-x.fa-inverse {
    font-size: 18px;
    margin-top: -1px;
    font-weight: 800;
}
.user-author-slide .book-user-remove:hover {
    opacity: .8;
}
.sesso .bfh-selectbox-options {
    width: 100%;
}
.sesso .selectbox-caret {
    margin-right: 0 !important;
    margin-top: 20px !important;
}
.regione .bfh-selectbox-options {
    width: 100%;
}
.regione .selectbox-caret {
    margin-right: 0 !important;
    margin-top: 20px !important;
}
.provincia .bfh-selectbox-options {
    width: 100%;
}
.provincia .selectbox-caret {
    margin-right: 0 !important;
    margin-top: 20px !important;
}
.update-user-data-cartaceo .clear-group,
.update-user-data .clear-group {
    width: 100% !important;
}
.author-content.twitter-block {
    /*width: 610px;
    padding-right: 30px;*/ /*mod author single*/
}
.author-content .left {
    width: 35%;
    float: left;
}
.author-content .left .author-avatar {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    overflow:hidden;
}
.author-content .left .author-avatar img {
    width: 100%;
    min-height: 100%;
}
.author-content .right {
    width: 65%;
    padding: 0px;
    float: left;
    position: relative;
}
.author-header-container .author-content p {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 32px;
}
.author-header-container .author-content .like-btns {
    margin-bottom: 75px;
}
.author-header-container .tweets-container {
    float: left;
    width: 289px;
    padding-left: 30px;
    border-left: 1px solid #d5d5d5;
    height: 722px;
    overflow: hidden;
}
.author-header-container .tweets {
    float: left;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.tweet_content figure, .tweet_secondary_meta {
    display: none;
}
.author-header-container .tweets article {
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 15px 15px 0;
}
.btn-author-container {
    /*position: absolute;
    bottom: 0;*/
}
.author-secondary-container {
    margin-top: -1px;
}
.author-secondary-container .left {
    width: 40%;
    float: left;
    padding-right: 92px;
}
.author-secondary-container .right {
    float: left;
    width: 60%;
    padding-left: 10px;
}
.author-secondary-container .left .col-2-3 {
    width: 100%;
}
.author-secondary-container .left .rack .m-slider-controller {
    width: 134px;
}
.author-secondary-container .sidebar-book.lateral-padding-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}
.author-secondary-container #book-from-book-rack p {
    display: none;
}

.author-social-container {
    margin-top: -1px;
}
.author-social-container .left {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.author-social-container .right {
    float: left;
    width: 50%;
    padding-left: 10px;
}
.author-social-container .left .col-2-3 {
    width: 100%;
}
.author-social-container .left .rack .m-slider-controller {
    width: 134px;
}
.author-social-container .sidebar-book.lateral-padding-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}
.author-social-container #book-from-book-rack p {
    display: none;
}
.tweet_primary_meta a {
    font-weight: bold;
    color: #333;
    width: 100%;
    display: block;
}
.author-block-container .author-home-block {
    width: 310px;
    min-height: 419px;
    float: left;
}
.author-block-container .author-home-block .no-book {
    width: 100% !important;
    margin-top: 25px;
}
.post-type-archive-autori .author-block-container .author-home-block .no-book {
    margin: 0;
}
.timeline-container {
    position: relative;
    height: 416px;
    overflow: hidden;
    /*float: left;*/
    background: #d5e7f3;
    /*margin-top: 10px;*/ /*mod*/
    padding: 16px;
}

.timeline-container.timeline-twitter {
    position: relative;
    height: 416px;
    overflow: hidden;
    /*float: left;*/
    background: none;
    /*margin-top: 10px;*/ /*mod*/
    border: 1px solid #3f9ff3;
    border-radius: 2px;
    padding: 16px;
}

.timeline-facebook{
    position: relative;
    height: 416px;
    overflow: hidden;
    /*float: left;*/
    background: none;
    /*margin-top: 10px;*/ /*mod*/
    border: 1px solid #2f5d94;
    border-radius: 2px;
    padding: 16px;
}

.timeline-facebook .efbl_feed_wraper{
    position: relative;
    padding-right: 20px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.timeline-facebook #efblcf .efbl_shared_story.efbl_has_link_image {
    background: none;
    border: 0px;
    padding: 0;
}

.timeline-facebook #efblcf .efbl_info{
    display: none;
}
.timeline-facebook #efblcf .efbl_shared_story.efbl_has_link_image .efbl_link_text{
    width: 63%;
    padding-left: 10px;
}
.timeline-facebook #efblcf .efbl_shared_story.efbl_has_link_image .efbl_link_image{
    width: 37%;
    margin: 0;
}
.timeline-facebook #efblcf .efbl_shared_story.efbl_has_link_image .efbl_link_image img{
    float: left !important;
    max-width: 100%;
}

.timeline-container.timeline-twitter .ps-scrollbar-y{
    background:#3f9ff3;
}

.timeline-facebook .ps-scrollbar-y{
    background:#2f5d94;
}

.timeline-facebook a{
    color:#2f5d94;
}

.timeline-facebook .efbl_author_name a{
    color:#2f5d94 !important;
    font-weight: bold;
}

.timeline-container.timeline-twitter a{
    color:#3f9ff3;
}

.timeline-container .tweets {
    position: relative;
    padding-right: 20px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.timeline-container .refresh-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.beloved-author-container {
    height: 394px;
}
.beloved-author-container .slide {
    height: 416px;
}
.beloved-author-container .slide .avatar-container {
    height: 140px;
    width: 140px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.beloved-author-container .slide .author-info-container {
    height: 140px;
    width: 130px;
    float: left;
    margin-bottom: 10px;
}
.beloved-author-container .slide .avatar-container .author-avatar {
    height: 140px;
    width: 140px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
}
.beloved-author-container .slide .avatar-container img {
    width: 100%;
}
.beloved-author-container .slide h2 {
    font-weight: 300;
    font-size: 17px;
    margin: 0 0 30px 0;
    float: none;
}
.beloved-author-container .slide .follow-btns {
    float: none;
    left: 0;
}
.beloved-author-container .slide .btn-illibraio {
    margin: 0 !important;
}
.beloved-author-container .slide p {
    font-size: 13px;
}
.beloved-author-container .slide p a {
    font-weight: 700;
    color: #5d5d5d;
}
.beloved-author-container a:hover {
    text-decoration: none;
}
.author_rack .cover {
    height: 172px !important;
    border-radius: 100%;
    /* overflow: hidden; */
}
.author-genere-book-slider {
    margin-top: 20px;
}
.author-new-entry-book-slider {
    margin-top: 20px;
}
.author-racks-filters h4.sez-title {
    margin-bottom: 5px;
}
.author-racks-filters .checkbox-filters {
    float: left;
    width: auto;
}
.author-racks-filters .checkbox-filters .checkbox {
    display: inline-block;
    left: 27px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 35px;
}
.author-racks-filters .checkbox-filters .checkbox:first-child {
    margin-left: -5px;
}
.author-racks-filters .checkbox-filters .checkbox label {
    font-weight: 300;
    padding: 0;
}
.author-racks-filters .search-form-filter {
    float: right;
    width: auto;
    margin-left: 20px;
}
.author-racks-filters .search-form-filter form {
    margin-top: 6px;
}
/*.author-racks-filters .search-form-filter form input {
outline: 0;
box-sizing: border-box;
border-radius: 30px 0 0 30px;
border: 2px solid #929491;
padding: 10px;
background: inherit;
width: 70px;
float: left;
border-right: inherit;
height: 41px;
box-shadow: inherit;
font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
}
.author-racks-filters .search-form-filter form button[type="submit"] {
float: left;
width: 50px;
background: inherit;
border: 2px solid #929491;
border-left: inherit;
border-radius: 0 30px 30px 0;
height: 41px;
font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
}*/
.author-racks-filters .search-form-filter input[type="text"] {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    font-family: "Open Sans Condensed",Arial Narrow,sans-serif;
    font-size: 18px;
    outline: 0 none;
    padding: 4px 10px;
    margin-right: 10px;
}

.timeline-container .tweets article {
    padding: 0px 0 15px 0;	
}
.events-filters-container {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.events-filters-container a:hover {
    text-decoration: none;	
}
.events-day-filter .fa-check-circle {
    background-image: url('./../images/white.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
}
.events-dropdown i {
    position: relative;
    top: 2px;
}
.events-drop-content {
    display: none;
    position: relative;
    top: -19px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-top: none;
}
.events-day-filter:last-child {
    position: relative;
}
.events-selector .checkbox, .events-selector .checkbox label {
    display: inline-block;
    left: 11px;
    margin-left: 51px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    padding: 0 !important;
}
.events-selector .checkbox:first-child, .events-selector .checkbox:first-child label {
    margin-left: 0;
}
pre {
    text-transform: initial;
}
.social-buttons.sticky-block {
    width: 100%;
    right: 0;
    bottom: 0px;
    opacity: 1;
    border-radius: 0;
}


article .social-buttons.sticky-block {
    width: 100%;
    right: 0;
    top: auto !important;
    height: auto !important;
    bottom: 0;
    opacity: 1;
    border-radius: 0;
}
.blog .social-buttons.sticky-block {
    bottom: 0;
    top: inherit;
    width: 549px;
    z-index: 2;
}
.single-post article .social-buttons iframe{
    padding: 0;	
}

@media only screen and (max-width: 768px){
    .uxa a.bg-green .bg-white i.fa-whatsapp {		
        font-size: 10px !important;
        margin: 5px 8px 2px 0px !important;
        padding: 2px 3px 3px 2px !important;
        border-RAdius: 3px; 
    }
}

.share-btn {
    z-index: 0;
    padding: 3px 5px !important;
}
.share-btn .fa {
    line-height: 0.8 !important;
}
.grabbed {
    box-shadow: 0 0 1px white;
}
.social-buttons.gallery-block {
    bottom: 0;
    top: inherit;
    width: 100%;
    left: 0px;
    opacity: 1;
}
.ovbtns .share-btn {
    position: absolute;
    right: 0;
}
.social-buttons.gallery-block iframe {
    padding: 0;
}
.social-buttons.gallery-block ul {
    padding-right: 50px;
}
.social-buttons.gallery-block ul li {
    width: auto;
    max-width: 120px;
    min-width: 110px;
}
.image-gallery-container.fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}
.image-gallery-container {
    height: 376px;
}
.no-scroll {
    overflow: hidden;
}
body.single-post .post-content .image-gallery, .slidesjs-container, .slidesjs-control {
    height: 100% !important;
}
.cat-check-container {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}
.cat-check-container .checkbox {
    display: inline-block;
    left: 22px;
    margin-right: 30px;
}
.cat-check-container .checkbox label {
    font-weight: bold;
}
.cat-check-container hr {
    margin: 0.5em 0;
}
.open-filters {
    position: absolute;
    top: 21px;
    right: 30px;
    background: none;
    border: none;
}
.navbar-nav .bg-darker:hover {
    background: #888888;
}
.navbar-nav .bg-green:hover {
    background: #94CEB3;
}
.slidesjs-container {
    margin: 0 auto;
}
.events-drop-content .checkbox {
    display: inline-block;
    left: 25px;
    margin-right: 15px;
    width: 85%;
}
.carousel .navbtns {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
}
.carousel-single {
    width: 100%;
    height: 376px;
    float: left;
    background: #111111;
    margin-bottom: 20px;
}
.carousel-single .carousel-inner {
    height: 100%;
}
.carousel-single a {
    text-decoration: none !important;
}
.carousel-single .item {
    height: 100%;
}
.carousel-single .item img {
    height: auto;
    width: auto;
    margin: 0 auto;
}
.carousel-single .item .caption {
    width: 100%;
    float: left;
    color: #fff;
    background: #4b4b4b;
    bottom: 0;
    position: absolute;
    padding: 15px 15px 15px 155px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.carousel-single.fixed .item img {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: relative;
    top: 50%;
    width: auto;
}

.carousel-single .ovbtns {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.carousel-single .navbtns a {
    padding: 0 9px;
}
.carousel-single .navbtns a span {
    font-size: 23px;
    line-height: 24px;
}
.carousel-single.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
}
.the-books .share-overlay {
    z-index: 9 !important;
    top: 0 !important;
    height: 323px !important;
}

/* ### RIVISTA ### */

.rivista {
    padding: 20px 0;
}
.rivista .ovfog{
    background: rgba(0,0,0,0.7) no-repeat center bottom;
}
.rivista.sticky {
    height: auto;
}

#rivista-head .left, 
#rivista-head .right {
    /*margin-bottom: 20px;*/
}

#rivista-share {
    width: auto;
    float: right;
}

.rivista .left .help-text a{
    font-weight: bold;
}
.rivista .left .help-text ul{
    list-style: initial;
}

.rivista .right .cover-rivista {
    margin: 15px 0;
    width: 100%;
    min-height: 428px;
}

.vertical-margin-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.vertical-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.vertical-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.rivista .bottom-btn-container {
    float: left;
    margin-top: -43px;
}
.rivista .bottom-btn-container a {
    font-size: 23px;
}
.share-btn-riviste {
    position: absolute !important;
    bottom: 50px;
    right: 35px !important;
    top: inherit !important;
    margin: 8px !important;
}
.rivista .social-buttons.sticky-block {
    bottom: 45px;
    top: inherit;
    left: 0;
    width: calc(100% - 30px);
}
.rivista .get-login {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}
.rivista .blurred {
    height: 100%;
    position: absolute;
    z-index: 0;
}
.rivista .label-container {

}
.rivista.sticky h4 {
    position: relative;
    left: auto;
    right: auto;
}
.rivista .cs-label {
    position: static;
    left: 0 !important;
    top: inherit;
}
.rivista h1.info {
    margin: 30px 0 40px 0;
}
.rivista .pad-block {
    height: 293px;
    position: relative;
}
.rivista .pad-block .btn.bg-red {
    position: absolute;
    bottom: 0;
    left: 0;
}
.rivista .pad-block .btn.bg-darker {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.rivista h2 span, .rivista h2 span a {
    font-size: 17px;
    color: #929491 !important;
}
.no-margin-bottom {
    margin-bottom: inherit;
}
.hr.plus-em hr {
    margin: 1.5em 0;
}
.rivista .post-preview {
    padding-right: 30px;
    padding-top: 20px;
}
.rivista .post-preview .author-img-container {
    float: left;
    width: 140px;
    text-align: left;
}
.rivista .post-preview .author-img-container img {
    width: 121px;
    float: left !important;
}
.rivista .post-preview .post-preview-content {
    width: 355px;
    float: left !important;
}
.text-underline {
    text-decoration: underline;
}
.bottom-btn-container a, .rivista a.big {
    line-height: 28px;
    border-radius: 24px;
    padding: 6px 18px;
}
.rivista-container .rack-loading {
    position: absolute;
    height: 100%;
}
.rivista-container .rack-loading .fa-refresh {
    position: absolute;
    top: 50%;
}
.rivista .modal-body {
    overflow: hidden;
    padding: 0;
}
.rivista .close {
    position: absolute;
    right: -13px;
    top: -13px;
    border: 2px solid white;
    z-index: 9999;
    color: white;
    opacity: 1;
    background: #333;
    border-radius: 100%;
    padding: 1px 4px;
}
.issuuembed {
    min-height: 400px;
    max-height: 450px;
    position: relative;
}
.help-text {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
}
.archive-riviste .m-slide {
    border-bottom: inherit !important;
}
.archive-riviste .m-slide .coverimg {
    width: 100%;
}
.user_avatar_upload_frame {
    display: none;
}
.mini-event {
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom:20px;
}
.poiev .mini-event {
    border: 0;
}
/*.mini-event .share-btn-mini {
position: absolute;
top: 245px;
right: 15px;
}*/
.mini-event .share-overlay {
    height: 215px;
}
.first-label {
    margin: 30px 0 0 0;
    text-align: right;
}
.second-label {
    text-align: right;
}
.the-content figure {
    max-width: : 100% !important;
    margin: 20px auto !important;
    width: 100% !important;
}
.the-content figure img {
    max-width: 100% !important;
    height: auto !important;
}
.figcaption {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 14px;
}
.header-user .blurred {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    z-index: 0;
    background: #2d2d2d;
}
h1.user-extended-name {
    position: relative;
    top: 90px;
}
#quotes-container .share-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.author-genere-book-slider img,
.author-tour-book-slider img,
.author-new-entry-book-slider img {
    border-radius: 100%;
}
.focus-post-entry .share-overlay {
    top: 84px;
}
.share-btn-riviste {
    top: 55px;
}
.time-separator {
    width: 30px;
    margin-top: -7px;
    margin-left: -5px;
    display: inline-block;
    position: absolute;
}
.time-separator hr {
    border-top-width: 5px;
    border-top-color: #b3abab !important;
}
margin-left-25 {
    margin-left: 25px;
}
.events-day-filter.last {

}
.load-more .load-more-events {
    text-align: center;
}
.no-transform {
    text-transform: initial;
}
#special-book-slider .m-slide .cover {
    height: 260px;
    position: relative;
}
#special-book-slider .m-slide .cover .coverimg {
    position: absolute;
    bottom: 0;
}
.header-user.sticky h4.user-label {
    top: 25px !important;
    left: 30px !important;
    padding: 5px;
    color: #54a38e;
    font-weight: bold;
}
.user-image-container img {
    border-radius: 100%;
}

.rivista.sticky a.pa {
    position: relative;
}

.search .nav-links {
    height: auto;
}
.book-search-tab {
    display: inline-block;
}
.droplink-content .checkbox {
    width: 50%;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
}

/** TEST FACEBOOK IE FIREFOX **/
.social-buttons .fb_iframe_widget iframe, .share-overlay .fb_iframe_widget iframe {
    height: 20px !important;
    position: absolute !important;
}

.social-buttons .fb_iframe_widget span, .share-overlay .fb_iframe_widget span {
    display: inline-block !important;
    position: relative !important;
    text-align: justify !important;
    vertical-align: text-bottom !important;
    min-width: 130px !important;
    min-height: 21px !important;
}
.custom-wishlists {
    position: relative;
    overflow: hidden;
}

.autoh{
    height:auto;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
/*
.tax-focus .sticky a.pa.bg-tr-green {
bottom: 295px;
}
*/
.tax-focus .social-buttons.sticky-block {
    bottom: 278px;
}
.home .social-buttons.sticky-block {
    top: 472px;
    width: 100% !important;
}
.border-menu {
    border-left: 10px solid #F1EFEA;
}
#menu-testata li.bg-red:hover a {
    background-color: #ECADA3 !important;
}
#menu-testata li.bg-darker:hover a {
    background-color: #888888 !important
}
#menu-testata li.bg-green:hover a {
    background-color: #94CEB3 !important;
}
.margin-left-20 {
    margin-left: 20px;
}
.footer {
    padding: 30px 0;
    background: #2d2d2d;
}
.carousel-inner .item .img-container {
    position: relative;
    height: 542px;
    width: 100%;
    overflow: hidden;
    float: left;
}
.carousel-inner .item .img-container img {
    width: auto;
    height: 100%;
}
#focus-content .carousel-inner .item .img-container img {
    width: 100%;
    height: auto;
}

.user-menu ul li .menu-item.logout {
    color: #4B4B4B;
    background-color: #ffffff;
    box-shadow: 0 0 1px #333;
}
.user-menu ul li .menu-item.logout:hover {
    color: #767676;
}
.cover-rivista-all {
    position: relative;
    height: 230px;
}
.cover-rivista-all img {
    position: absolute;
    bottom: 0;
}
.content-rivista-all {
    height: 130px;
}
.not-validated {
    box-shadow: 0 0 10px #CF4647;
}
.input-not-validated:before {
    box-shadow: 0 0 10px #CF4647;
}
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
    height: 26px;
}
.from-blog-img-container {
    max-height: 154px;
    overflow: hidden;
}
.from-blog-img-container img {
    width: 100%;
}
.current-menu-item.bg-red {
    background: #ECADA3;
}
.current-menu-item.bg-darker {
    background: #888888;
}
.current-menu-item.bg-green {
    background: #94CEB3;
}
.issuuembed > div {
    position: absolute;
}
.issuuembed > div > div {
    height: 100% !important;
}
.book-from-rack-slider .smart-tab .cbr-left {
    border-right: 0;
    padding-right: 92px;
}
.book-from-rack-slider .rack .m-slider-container-2-3 {
    width: 474px !important;
}
.book-from-rack-slider .rack .m-slider-container-2 {
    width: 384px !important;
}
.book-from-rack-slider .m-slider-controller.big {
    width: 121px !important;
}
.book-from-rack-slider .rack-label {
    margin-bottom: 30px;
}
#purposes-book-slider .m-slide {
    margin-right: 0 !important;
}

.post-type-archive .sidebar-book {
    padding: 0;
    width: 100%;
    /*margin-top: 23px;*/ /*mod*/
}
.user-books .m-slide {
    width: 180px;
}
.user-books .m-slide h2 {
    height: 57px;
}
.user-author-slide.m-slide {
    width: 180px;
    position: relative;
}
.user-author-slide.m-slide a.remove-like-btn {
    position: absolute; 
    left: 0;
    line-height: 1;
}
.user-author-slide.m-slide a.remove-like-btn span {
    width: 22px;
    height: 22px;
    line-height: 17px;
    font-size: 17px;
}
.user-author-slide.m-slide a.remove-like-btn span .fa.fa-circle {
    color: #54a38e !important;
}
.user-author-slide.m-slide a.remove-like-btn span .book-close-x {
    font-size: 12px;
    margin-top: 0;
}

.archive-riviste .close {
    position: absolute;
    right: -13px;
    top: -13px;
    border: 2px solid #FFF;
    z-index: 9999;
    color: #FFF;
    opacity: 1;
    background: none repeat scroll 0% 0% #333;
    border-radius: 100%;
    padding: 1px 4px;
}
.archive-riviste .modal-body {
    overflow: hidden;
    padding: 0px;
}
.home .post-title {
    min-height: 69px;
    font-weight: 400;
}
.home .post-author {
    margin-top: 0px;
    width: auto;
    font-size: 14px;
}
.margin-left-menu {
    border-left: 10px solid #F1EFEA;
}
.wlist ul {
    padding-left: 0 !important;
}
.menu-item.bg-darkblue a:hover {
    background: #93BCCD;
}
.thin-check {
    font-weight: 500 !important;
    text-transform: inherit !important;
}
.carousel {
    background-color: #F1EFEA;
}
.quick-info .wlist {
    right: 0 !important;
    left: auto !important;
    top: 61% !important;
}
.the-content a img {
    max-width: 100%;
    height: auto;
}
.tax-focus .social-buttons.sticky-block {
    top: 472px !important;
}
.single-event #main.event .sx {
    min-height: inherit !important;
}
.navbar-collapse.collapsing {
    width: 100% !important;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -ms-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
    display: none !important;
}
.single-post article{
    position: relative;	
}
.single-post .blurred h1 {
    height: auto !important;
}
.page-manteinance {
    margin-bottom: 30px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
}
.page-manteinance p {
    font-size: 18px !important;
}
.loop .cat-block {
    height: 280px;
    margin-bottom: 50px;
    /*border-bottom: 1px solid #d5d5d5;*/
}
.mauri .post-preview-content a {
    color: #333;
    text-decoration: underline;
}

.archive-proposte .m-slide {
    width: 158px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    position: relative;
}
.archive-proposte .a-purpose {
    height: 220px;
}
.purpose-cover-not-ajax {
    float: left;
    width: 100%;
    height: 138px;
    box-sizing: border-box;
    padding: 0;
    background: #eee no-repeat center center;
    position: relative;
    text-align: center;
    color: #eee;
    margin: 0 0 10px;
    overflow: hidden;
}
.purpose-cover-not-ajax:hover {
    color: #eee;
}
.purpose-cover-not-ajax h3 {
    font-weight: bold;
    padding: 0.8em 1em;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url('../images/b40.png') repeat center center;
}
.archive-proposte #over {
    background: transparent url('../images/red40.png') !important;
}
.single-proposte .rack-label {
    z-index: 0;
    position: relative;
}
.single-proposte .purpose-head {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 70%;
}
.single-proposte .dropdown.dropup.wish-block a {
    margin-left: 0;
    margin-right: 0;
}
.single-proposte .m-slide {
    margin-top: 40px;
    padding-bottom: 5px;
}
.single-proposte .m-slide a.cover {
    display: block;
}
.single-proposte .m-slide a.cover img {
    position: absolute;
    bottom: 0;
}
.single-proposte .m-slide p.top-15 {
    height: 10em;
    overflow: hidden;
}
.single-proposte .m-slide h2 {
    height: 3.5em;
    margin-bottom: 0;
}
.single-proposte .m-slide h3 {
    height: 2.5em;
}
.single-proposte .m-slide a.cover {
    float: left;
    width: 100%;
    height: 16.3em;
    white-space: nowrap;
    position: relative;
}
.abbonamento-cartaceo-data {
    float: left;
    width: 960px;
    position: relative;
    top: -25px;
    background-color: #e1e0de;
    padding: 15px 0;
    display: none;
}
.abbonamento-cartaceo-data textarea {
    height: 155px !important;
    font-weight: 100 !important;
}
.abbonamento-cartaceo-data .selectbox-caret {
    margin-right: 0 !important;
    margin-top: 20px !important;
}
.abbonamento-cartaceo-data .bfh-selectbox-options {
    width: 100%;
}
.abbonamento-cartaceo-data .form-group {
    height: 190px;
}
.margin-top-5 {
    margin-top: 5px;
}
.height-auto {
    height: auto !important;
}
.pos-relative {
    position: relative;
}
.load_author {
    position: absolute;
    right: 10px;
    margin-top: -23px;
    display: none;
}
.checkbox-container {
    float: left;
    padding-left: 35px;
    padding-right: 10px;
    margin-left: -30px;
}
.checkbox-login .checkbox label.hide_after::after,
.checkbox-login .checkbox label.hide_after::before{
    display: none;
}
.checkbox-login .checkbox label::before,
.checkbox-abbonamento .checkbox label::before {
    background-color: #ffffff;
}
.checkbox-login .checkbox input[type="checkbox"]:checked + label::after,
.checkbox-abbonamento .checkbox input[type="checkbox"]:checked + label::after {
    background-color: #ffffff;
}
.checkbox-login .checkbox input[type="checkbox"]:checked + label::after,
.checkbox-abbonamento .checkbox input[type="checkbox"]:checked + label::after {
    color: #CF4647;
}
.width-auto {
    width: auto !important;
}
.radio-button {
    display: none;
}
.radio-button + label {
    margin-right: 30px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    margin-top: 4px;
    font-weight: 600;
}
.radio-button + label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    border-radius: 100%;
    border: 2px solid #333;
    padding: 2px;
    margin-right: 5px;
    left: 0;
    background: #fff;
}
.radio-button:checked + label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    border-radius: 100%;
    border: 2px solid #333;
    padding: 2px;
    margin-right: 5px;
    left: 0;
}
.red-radio:checked + label::after {
    background: #333 !important;
}
.radio-button:checked + label::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 9px;
    border-radius: 100%;
    background: #333;
    padding: 2px;
    margin-right: 5px;
    left: 4px;
}
.wa_btn {
    font-size: 0px;
}
iframe .wa_btn {
    font-size: inherit;
}
.tooltip {
    font-family: 'Roboto Slab', Trebuchet MS, serif;
}
.tooltip.top .tooltip-arrow {
    top: initial !important;
}
.update-user-data-cartaceo .bfh-selectbox-options ul li:first-child a,
.update-user-data .bfh-selectbox-options ul li:first-child a {
    font-style: italic;
    color:  #B5B5B5;
}
.update-user-data-cartaceo .provincia .bfh-selectbox-options ul li:first-child a,
.update-user-data .provincia .bfh-selectbox-options ul li:first-child a {
    font-style: inherit;
    color:  inherit;
}
.update-user-data-cartaceo .provincia .bfh-selectbox-options ul li:first-child a[data-option=""],
.update-user-data .provincia .bfh-selectbox-options ul li:first-child a[data-option=""] {
    font-style: italic;
    color:  #B5B5B5;
}
.bfh-selectbox .bfh-selectbox-options ul li>a {
    padding: 3px 10px;
    font-size: 16px;
}
.abbonamento-cartaceo-data textarea {
    font-size: 18px;
}
.rack-container .m-slide .dropdown .btn.read-btn {
    margin-top: 0px;
}
.list-inline li.rnav ul {
    padding: 0;
}

.over-map{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: transparent url('../images/b40.png') repeat center center;
    z-index: 999;
    display: none;
}

.over-map .over-container{
    width: 960px;
    margin: 0 auto;
    float: none;
    height: 80%;
    top: 10%;	
}

.over-map .over-container p{
    margin-top: 20px;
    float: left;
    width: 100%;
    background-color: #FCB315;
    text-align: left;
    padding: 15px 20px;
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.over-map .over-container p br{
    display: none;	
}

.over-map .over-container #location-info p{
    background-color: transparent;
    color: #868686;
    font-size: 12px;
    padding: 0 !important;
    font-weight: bold;
}

.over-map .over-container a#close-bs-map{
    float: right;
    text-align: right;
    border-radius: 0;
}

.over-map .over-container a{
    margin: 0;
    float: left;
}

.over-map .over-container #bsmap{
    margin: 0;
    height: 100% !important;
}

.over-map .over-container .mapo-poi h1{
    font-size: 20px;	
}

.over-map .over-container .map-poi h3.oth strong{
    font-size: 14px;
    line-height: 20px;
    width: auto;
    float: none
}

.over-map .over-container .map-poi h3.oth strong a{
    float: none;
    width: auto;	
}

.login-cartaceo-content .submit-login,
.login-cartaceo-content .help-text{
    margin-bottom: 20px !important;
}

.login-cartaceo-content .bottom-btn-container .btn{
    margin-left: 58px;
}

.page-template-page-profile-autori li.orderLabel {
    display: inline-block;
}
.page-template-page-profile-autori .province i.fa-spin {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
    display: none;
}
.page-template-page-profile-autori .province .twitter-typeahead {
    margin-bottom: 5px;
}
.page-template-page-profile-autori .submit-block {
    margin: 30px 0;
}
.page-template-page-profile-autori .submit-block button[type="submit"] {
    font-size: 24px;
    line-height: 28px;
    border-radius: 24px;
    padding: 6px 18px;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.error404 .msg-txt {
    text-align: center;
    padding: 100px 0;
}
.error404 .msg-txt a {
    text-decoration: underline;
}