/*
 * 
 * Rizzoli Libri CSS
 * 
 */
html { 
    border: none; 
    padding: 0px; 
    margin: 0px;   
    float: left;   
    background-color: #F7F7F7;    
    width: 100%;
    font-size: 15px;    
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    color: #252c34;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100%;    
    float: left;
    -webkit-text-size-adjust: 100%;
}
td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main, aside,
section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;    
    -webkit-text-size-adjust: 100%;
}
button {
    font-family: 'Lato', sans-serif;
}
img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;    
    text-decoration: none;    
    color: #1b3149;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.a_inv {
    color: #5d80a3;    
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #ccc;
}
*::-webkit-input-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #ccc;
}

*::-moz-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #ccc;
}
*:-moz-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #ccc;
}

*:-ms-input-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #ccc;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {    
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;        
}
button {
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_top {
    vertical-align:  top;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong, 
b {    
    font-weight: 700;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero {
    color: black;    
}
.viola {
    color: #5d80a3;
}
.blue {
    color: #1b3149;
}
.blue_scuro {
     color: #252c34
}
.gray {
    color: #949898;
}
.white {
    color: white;
}
.azzurro {
    color: #678fb5;
}
.azzurro_chiaro {
    color: #5d80a3;
}
.bg_white {
    background-color: white;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
/* Modal Stuff */
#over-box, #over-box-black {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-black {
    background-color: rgba(0,0,0,0.9);
    z-index: 1001;
}
.modal-box {
    display: none;
    position: fixed;
    line-height: 19px;
    padding: 20px 10px;
    font-size: 16px;
    color: white;
    text-align: left;    
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1012;
    top: -500px;
}

/* MAIN */
header {
    height: 118px;
    background-color: #252c34;
}
.page {
    width: 1180px;
}
#header-cont {
    float: none;
    margin: 0px auto;
    position: relative;
    height: 118px;
    box-sizing: border-box;
    padding: 0px 300px 0px 142px;
}
#logo-top {
    position: absolute;
    left: 0px;
    height: 72px;
    top: 23px;
}
#logo-top img {
    height: 100%;
}
#nav-top {
    display: block;
    width: auto;
    float: left;
    height: 56px;
    margin: 31px 0px;
}
#nav-list {
    display:  block;
    float: left;
    height: 56px;
    width: auto;
    margin-left: 35px;
}
#nav-list li {
    display: block;
    width: auto;
    float: left; 
    height: 56px;
    line-height: 56px;
    padding: 0px 15px;
    border-right: 1px solid #444a51;   
}
#nav-list .nav-li-first-level {
    position: relative
}
#nav-list .nav-second-level {
    position: absolute;
    left: 0px;
    z-index: 9999;
    display: none;
}
#nav-second-level-novita {
   width: 200px;
}
#nav-list .nav-second-level .nav-second-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
    float: left; 
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    border-right: none;
    border-left: none;
    background-color: white;
    font-size: 13px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;    
}
#nav-list li .nav-second-block a {
    font-weight: 300;
    color: #252c34;
}
#nav-list .nav-second-level .nav-second-block:first-child {
    border-left: none;
    border-bottom: 1px solid #f3edea;  
}
#nav-list li:last-child {
    border-right: none;
}
#nav-list li:first-child {
    border-left: 1px solid #444a51;    
}
#nav-list li a {
    color: white;
    font-weight: 900;
    letter-spacing: 2px;
}
#burger-menu {
    display: none; /* Sarà visibile dai 1023 in giù */
}
#accedi-top {
    display: block;
    width: auto;
    float: left;
    position: absolute;
    right: 0px;
    top: 46px;
    height: 20px;
    line-height: 20px;
    color: #5d80a3;
    font-weight: 700;
    font-size: 15px;
}
#accedi-top img {
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}
#social-top {
    position: absolute;
    width: auto;
    height: 23px;
    line-height: 23px;
    top: 46px;
    right: 95px;
}
#social-top a {
    display: inline-block;
    font-size: 23px;
    margin-right: 10px;
    color: white;
}
#social-top a:last-child {
    margin-right: 0px;
}
#search-top {
    display: block;
    width: auto;
    float: left;
    position: absolute;
    right: 190px;
    height: 25px;
    top: 45px;
}
#search-input-cont {
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    background-color: #363D45;
    width: 103px;
    padding: 0px 10px 0px 30px;    
}
#id_search {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    padding: 2.5px 0px;
    background-color: transparent;
    width: 100%;
    color: white;
    text-align: left1;
}
#search-btn {
    position: absolute;
    left: 6px;
    top: 3px;
    background-color: transparent;
    color: #5d80a3;
    font-size: 17px;
}
footer {
    height: 190px;
}
#footer-top {
    float: none;
    margin: 0px auto;
    height: 95px;
    position: relative;
    box-sizing: border-box;
    padding: 0px 100px 0px 100px;
}
#social-bottom {
    position: absolute;
    width: auto;
    height: 95px;
    line-height: 95px;
    right: 0px;
    top:0px;
}
#social-bottom a {
    display: inline-block;
    font-size: 23px;
    margin-right: 10px;
    color: #2B2B2D;
}
#logo-rizzoli-footer {
    position: absolute;
    height: 29px;
    width: 77px;
    top: 33px;
    left: 0px;
}
#footer-loghi-center {
    margin-top: 33px;
    text-align: center;
}
#footer-loghi-center a {
    display: inline-block;
    margin: 0px 65px;
    float: none;
/*    display: block;
    width: 25%;
    text-align: center;
    float: left;*/
}
/*#footer-loghi-center a img {
    max-width: 100%;
}*/
#social-bottom a:last-child {
    margin-right: 0px;
}
#footer-bottom {
    float: none;
    margin: 0px auto;
    height: 95px;
    display: block;
}
#footer-bottom li {
    display: block;
    width: auto;
    height: 95px;
    line-height: 95px;
    font-size: 13px;
}
#footer-bottom .left-list {
    float: left;
}
#footer-bottom .right-list {
    float: right;
    margin-left: 20px;
}
#footer-bottom li:last-child {
    height: 0px;
}
#footer-bottom a,
#footer-bottom span {
    color: #808286;
}

#footer-bottom-cont {
    background-color: #252C34;
}
main {
    padding: 0px 0px 60px 0px;    
}
.col-left {
    width: 830px;
    float: left;
}
.col-left-big {
    width: 900px;
}
.col-right {
    width: 322px;
    float: right;
    min-height: 200px;
}
#modal-login {
    width: 322px;
    position: absolute;
    right: 0px;
    top: 85px;
    z-index: 9999;    
    display: none;
    opacity: 0;
}
#login-box {
    width: 50%;    
    max-width: 370px;
}
#login-box-int {
    background-color: #fff;
    min-height: 200px;
    box-sizing: border-box;
    padding: 20px;
}
#modal-login-close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: transparent;
    cursor: pointer;
}
#modal-oppure {
    height: 20px;
    position: relative;
    margin: 20px 0px;
}
#modal-oppure p {
    height: 1px;
    background-color: #e0e0e2;
    margin-top: 9.5px;
}
#modal-oppure span {
    display: block;
    float: left;
    padding: 0px 30px;
    height: 18px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: -54px;
    background-color: white;
    color: #949898;
}
#modal-login-triangle {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-bottom: 10px solid white;
  float: right;
  margin-right: 11px;
/*  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  position: relative;
  z-index: 10;
}
#modal-login-int {
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
/*     min-height: 300px; */
}
#modal-login-form,
#modal-recupera-password-form {    
    float: left;
    width: 100%;
/*     border-bottom: 1px solid #e0e0e2; */
/*     padding-bottom: 20px; */
}
#modal-login-form {
    display: block;
}
#testo-password-inviata {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e2;
}
.modal-login-input,
.registratzione-input,
.registrazione-select {
    background-color: transparent;
    width: 100%;
    display: block;
    float: left;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #949898;
}

.modal-login-input-cont,
.registratzione-input-cont,
.registrazione-select-cont {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 50px;
    background-color: #f7f7f7;
    color: #949898;
}
.registrazione-select-cont  {
    padding-right: 20px;
}
#registrazione-newsletter-cont {
    background-color: white;
}
.modal-login-input:-placeholder,
.registratzione-input:-placeholder {
    color: #949898;
}
.modal-login-input::-webkit-input-placeholder,
.registratzione-input::-webkit-input-placeholder {
    color: #949898;
}
.modal-login-input::-moz-placeholder,
.registratzione-input::-webkit-input-placeholder {
    color: #949898;
}
.modal-login-input:-moz-placeholder,
.registratzione-input:-moz-placeholder {
    color: #6e7b8a;
}
.modal-login-input:-ms-input-placeholder,
.registratzione-input:-ms-input-placeholder {
    color: #949898;
}
.btn-form-login {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: white;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;    
}
#btn-facebook {
    background-color: #39559F;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;    
}
.btn-icona-abs {
    display: block;
    position: absolute;
    left: 0px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
#btn-recupera-password,
#btn-back-login {
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    color: #1b3149;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
}
.btn-login {
    color: white;
    background-color: #658fb7;
}
.btn-registrati-lnk {
    color: white;
    background-color: #1b3149;
}
.col-right-small {
    width: 225px;
    float: right;
    min-height: 200px;
}
/* Home Page*/
#hp-cont {
    margin-top: 60px;
}
#hp-carousel-cont {
    width: 100%;    
}
#hp-carousel {
    height: 470px;
}
.carousel-loader {
    height: 100%;
    width: 100%;
    z-index: 1001;
    line-height: 100%;
    text-align: center;
    background-color: white;
    position: absolute;
}
.carousel-loader img {
    vertical-align: middle;
    width: 200px;
    position: absolute;
    top: 50%;
    margin: -100px 0px 0px -100px; 
    left: 50%;
    
}
#dot_hpcarousel {
    height: 15px;
    position: relative;
    width: calc(100% + 3px);
}
#hp-carousel-cont {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.hp-slide-obj {
    height: 470px;
    display: block;
    float: left;
    width: 100%;
}
.slider-standard-cont {
    margin-top: 50px;
}
.slider-standard-top {
    height: 42.5px;
    position: relative;
}
.slider-standard-nav {
    position: absolute;
    width: 95px;
    left: 50%;
    top: 0px;
    margin-left: -42.5px;
    height: 42.5px;
}

.slider-standard-title {
    width: auto;
    float: left;
    height: 42.5px;
    line-height: 42.5px;
    color: #1b3149;
    font-size: 25px;
    font-weight: 900;
}
.slider-standard-link {
    display: block;
    width: auto;
    float: right;
    font-size: 15px;
    color: #1b3149;
    line-height: 18px;
    height: 18px;
    margin-top: 15px;
    border-bottom: 1px solid #6b7480;
    font-weight: 900;
}
#hp-ndnp-carousel-cont {
    height: 540px;
    position: relative;
    margin-top: 20px;
}
.slider-ndnp-obj {
    box-sizing: border-box;
    padding: 0px 40px;
    background-color: #fff;
    height: 540px;
}
.slider-ndnp-obj-title {
    margin-top: 20px;
    color: #1b3149;
    font-weight: bold;
    font-size: 15px; 
    line-height: 18px;
    max-height: 40px;
}
.slider-ndnp-obj-author {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #949898;
    max-height: 40px;
}
.slider-ndnp-image {
    display: block;
    float: left; 
    height: 350px;
    width: 100%;
    line-height: 350px;
    text-align: center;
}
#hp-ndnp-carousel  .slider-ndnp-image img,
#ricerca-lista-libri  .slider-ndnp-image img {
    max-width: 100%;
    width: auto;
    max-height: 90%;
    vertical-align: bottom;
}
.slider-ipl-image img {
    max-width: 90% !important;
    max-height: 90% !important;
    vertical-align: bottom;
}
.slider-ndnp-cmd {
    position: relative;
    height: 40px;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
}
.slider-ndnp-plus {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #1b3149;    
}
#hp-ndnp-carousel .slider-ndnp-plus img,
#ricerca-lista-libri .slider-ndnp-plus img {
    width: 13px;
}
.slider-autori-obj  .slider-autori-book img {
    width: 100%;
}
.slider-eventi-obj img {
    width: auto !important;
}
.slider-ndnp-buyon {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    background-color: #f5f5f5;
    color: #949898;
    letter-spacing: 1.5px;
    font-size: 12px;
}

#hp-post-carousel-cont {
    height: 410px;
    margin-top: 20px;
}
.slider-post-obj  {
    height: 410px;
    background-color: white;
}
.slider-post-image {
    height: 175px;
    display: block;
    float: left;
    width: 100%;
}
.slider-post-text-cont {
    padding: 25px;
    box-sizing: border-box;    
}
.slider-post-link {
    display: block;
    float: left;
    width: auto;
    margin-top: 10px; 
    color: #1b3149;
}
.slider-post-title {
    max-height: 55px;
    overflow:  hidden;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #1b3149;
}
.slider-post-text {
    max-height: 49px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #949898;
}

#hp-i-piu-letti-carousel-cont,
#hp-prossime-uscite-carousel-cont,
#libri-correlati-carousel-cont {
    margin-top: 20px;
/*     height: 310px; */
    height: 350px;
}

.slider-ipl-obj {
    padding: 0px 20px;
    box-sizing: border-box;
/*     height: 310px; */
    height: 350px;
    background-color: white;        
}
.slider-ipl-ob-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #1b3149;
    max-height: 40px;    
}
.slider-ipl-obj-author {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #949898;
    max-height: 40px;
    margin-top: 10px;
}

.slider-ipl-image {
    display: block;
    width: 100%;
    float: left;
    height: 218px;
    line-height: 218px;
}
.slider-ipl-image img {
/*     width: 100% !important; */
    vertical-align: bottom;
}

#hp-autori-carousel-cont {
    height: 400px;
    margin-top: 20px;
}
.slider-autori-obj {
    height: 400px;
    background-color: white;
}
.slider-autori-image {
    display: block;
    float: left;
    width: 100%;
    height: 220px;
}
.slider-autori-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #1b3149;
}
.slider-autori-text-cont {    
    margin-top: 25px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.slider-autori-text-int {
    position: relative;
    padding-left: 95px;    
    box-sizing: border-box;
    max-height: 146px;
}
.slider-autori-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    color: #949898;
}
.slider-autori-book {
    display: block;
    float: left; 
    width: 85px; 
    position: absolute;
    left: 0px;
    top: 0px;
}
#hp-autori-carousel .slider-autori-book img {
    width: 100%;
}

#box-newsletter-cont {
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
}
#news-letter-input-cont {
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding-left: 46px;
    position: relative;
}
#news-letter-env {
    display: block;
    float: left;    
    position: absolute;
    left: 2px;
    top: 2px;
    width: 46px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    color: #6e7b8a;
    font-size: 18px;
}
#id_news-letter-email {
    display: block;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    background-color: transparent;
}

#id_news-letter-email:-placeholder {
    font-weight: 300;
    color: #6e7b8a;
}
#id_news-letter-email::-webkit-input-placeholder {
    font-weight: 300;
    color: #6e7b8a;
}
#id_news-letter-email::-moz-placeholder {
    font-weight: 300;
    color: #6e7b8a;
}
#id_news-letter-email:-moz-placeholder {
    font-weight: 300;
    color: #6e7b8a;
}
#id_news-letter-email:-ms-input-placeholder {
    font-weight: 300;
    color: #6e7b8a;
}
#newsletter-btn {
    display: inline-block;
    float: none;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    width: auto;    
    font-size: 15px;
    font-weight: bold;
    background-color: #50abf1;
    color: white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#hp-percorso-cont {
    background-color: white;
}
#hp-percorso-img-cont {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
#hp-percorso-img-cont img {
    width: 100%;
}
#hp-percorso-text-cont {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.hp-percorso-titolo {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 10px;
    max-height: 40px;
}
.hp-percorso-introduzione {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    margin-top: 10px;
    color: #949898;
    max-height: 32px;
}
#hp-percorso-btn {
    border: 2px solid #252c34;
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
    border-radius: 10px;        
    color: #252c34;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#hp-classifica-letti {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
#hp-classifica-letti-list {
    display: block;
    float: left;
    width: 100%;
    
}
#hp-classifica-letti-list li {
    height: 80px;
    display: block; 
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e2;
}
#hp-classifica-letti-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#hp-classifica-letti-list li a {
    height: 80px;
    display: block; 
    float: left;
    width: 100%;
    padding-right: 150px;
    position: relative;
    box-sizing: border-box;
}
.hp-classifica-numero, 
.hp-classifica-img {
    height: 80px;
    line-height: 80px;
    display: block; 
    float: left;
    min-width: 50px;    
}
.hp-classifica-numero {
    font-size: 60px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #c9c9c9;
}
.hp-classifica-img img {
    height: 100%;
/*     max-width: 50px; */
}
.hp-classifica-testi {
    display: block;
    float: left;
    position: absolute;
    width: 160px;
    right: 0px;
    top: 0px;
/*     background-color: red; */
/*     height: 50px; */
}
.hp-classifica-titolo,
.hp-classifica-testo {
    display: block;
    float: left;
    width: 100%;

}
.hp-classifica-titolo {
    color: #252C34;
    max-height: 62px;
}
.hp-classifica-testo {
    color: #949898;
    font-size: 12px;
    line-height: 15px;
    max-height: 32px;
}
/* ALTRE PAGINE */
.fascia-azzurra {
    min-height: 200px;
    background-color: #678fb5;
    margin-top: 60px;
}
.page-title-cont {
    box-sizing: border-box;
    padding: 60px 350px 0px 364px;    
}
.page-title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 300;
    color: white;
}
.page-subtitle {
    font-size: 25px;
    line-height: 28px;    
    color: white;
    font-weight: 300;
}
.pagina-text-image {
    box-sizing: border-box;
    padding: 20px 0px 20px 364px;
    min-height: 270px;
    position: relative;
}
.pagina-abs-image {
    position: absolute;
    width: 334px;
    min-height: 140px;
    box-sizing: border-box;
    left: 0px;
    top: -160px;
}
.pagina-abs-image-shadow {
    -webkit-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.5);
}
.pagina-abs-image img {
    width: 100%;
}
#logo-libro-fascia-azzurra {
    display: block;
    float: left;
    position: absolute;
    width: 225px;
    right: 0px;
    text-align: center;
    top: 70px;
}
#logo-libro-fascia-azzurra img {
    max-width: 115px;
}
#immagine-autore {
    padding: 7px;
    background-color: white;
}
.pagina-text-h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}
.pagina-text-h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
}
.video-responsive {
    overflow: hidden;
    
    position: relative;
    height: 0;
}
.video-responsive-16_9 {
    padding-bottom: 56.25%;
}
.video-responsive-4_3 {
    padding-bottom: 75%;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#libro-valutazione-utenti {
    border-top: 1px solid #e4e0e1;
    margin-top: 20px;
    padding-top: 10px;
}
#area-acquisto-libro {
    height: 100px;    
}
#libro-scarica-estratto-lettura {
    border: 2px solid #668db8;
    height: 60px;
    line-height: 56px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
    border-radius: 10px;        
    color: #668db8;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.libro-immagine-autore img {
    width: 100%;
}
.libro-titolo-autore {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;    
}
.libro-testo-autore {
    font-size: 12px;
    line-height: 15px;
    max-height: 76px;
    overflow: hidden;
}
.libro-lista-caratteristiche {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e2e0e1;
}
.libro-lista-caratteristiche li {
    display: block;
    float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 15px;
    line-height: 18px;
}
#eventi-correlati-carousel-cont {
    height: 310px;
    margin-top: 20px;
}

.slider-eventi-obj {
    height: 310px;
    background-color: white;
    box-sizing: border-box;
    padding: 60px 0px 50px 0px;
    position: relative;
}
.slider-eventi-header {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background-color: #658fb7;
    font-weight: bold;
/*     font-size: 12px; */
    position: absolute;
    top: 0px;
}
.slider-eventi-title {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    max-height: 70px;
    box-sizing: border-box;
    padding: 0px 20px;
}
.slider-eventi-subtitle {
    text-align: center;
    margin-top: 5px;    
    max-height: 50px;
    box-sizing: border-box;
    padding: 0px 20px;
}
.upperstyle {
	text-transform: uppercase;
}
.slider-eventi-sep {
    margin: 5px 0px;
    text-align: center;
}

.slider-eventi-sep span {
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #252c34;
    float: none;
}
.slider-eventi-place {
    text-align: center;
    margin-top: 10px;   
    font-weight: bold;
    box-sizing: border-box;
    padding: 0px 20px;
}
.slider-eventi-address {
    text-align: center;
    margin-top: 5px;   
    box-sizing: border-box;
    padding: 0px 20px;
}
.slider-eventi-gmap_url {
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.slider-eventi-gmap_url img {
    height: 25px !important;
}
#nav_eventicorrelati {
    right: 0px;
    left: auto;
    margin: auto;
}
.percorsi-obj {
    position: relative;
    overflow: hidden;
}
.percorsi-obj img {
    width: 100%;
}
#percorso-correlato-img img {
    width: 100%;
}
#percorso-correlato-btn-cnt,
.percorsi-obj-btn-cnt {
    display: block; 
    float: left;
    height: 60px;
    position: absolute;
    bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
#percorso-correlato-btn,
.percorsi-obj-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background-color: #658fb7;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
/* TAGS AREA */
.tag {
    display: block;
    float: left;
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    width: auto;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 900;
    color: white;
}
.tag-gli-autori {
    background-color: #5d82a3;
}
.tag-news {
    background-color: #477ec1;
}
.tag-book-trivia {
    background-color: #dc4b01;
}
.turn_180 {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    -webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
}
#autori-page .pagina-text-h2,
#eventi-page .pagina-text-h2,
#ragazzi-page  .pagina-text-h2,
#governance-page  .pagina-text-h2,
#percorso-page .pagina-text-h2,
#percorsi-page .pagina-text-h2,
#libri-page .pagina-text-h2,
#registrati-page .pagina-text-h2,
#ricerca-page .pagina-text-h2 {
    margin-top: 60px;
}

#autori-lista-cont,
#ragazzi-lista-cont,
#libri-lista {
    margin-top: 30px;
    opacity: 0;
}
#eventi-lista-cont {
	opacity: 0;
	padding: 20px 0;
}
#alfabeto-nav-cont {
    position: relative;
    padding-left: 122px;
    box-sizing: border-box;
    margin-top: 20px;
}
#autori-piu-visti-btn {
    font-size: 15px;
    line-height: 18px;
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    color: #252c34;
    font-weight: bold;
}
#autori-piu-visti-btn span {
    display: none;
}
#autori-filtra-per-lettera {    
    font-size: 15px;
    line-height: 18px;
/*     display: block; */
    display: none; /* SOLO 320 - 767 */
    float: left;
    position: absolute;
    right: 0px;
    color: #252c34;
    font-weight: bold;
}
#alfabeto-nav #alfabeto-nav-first {
    display: none;
    float: left;
    width: 100%;
    height: 20px;
}
#alfabeto-nav {
    width: 100%;
    display: block;
    float: left;
    height: 20px;
}
#alfabeto-nav li {
    display: block;
    float: left;
    width: 3.84%;
    height: 20px;
}
#alfabeto-nav a {
    display: block;
    float: left;
    height: 20px;
    width: 100%;
    text-align: right;
    color: #949898;
}
#alfabeto-nav .sel {
    color: #252c34;
    font-weight: bold;
}
#eventi-nav-selectors,
#ragazzi-nav-selectors {
    margin-top: 25px;
}
#eventi-nav-selectors {
/*     padding-left: 15px; */
    box-sizing: border-box;
}
.eventi-nav-objs-cont {
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#eventi-nav-selectors a {
    line-height: 30px;
    height: 30px;
    display: block; 
    float: left;
    padding: 5px 20px;
    color: #949898;
}
#ragazzi-nav-selectors a {
    line-height: 30px;
    height: 30px;
    display: block; 
    float: left;
    color: #949898;
    width: 16.6666667%;
    text-align: center;
}
#ragazzi-nav-selectors a:first-child {
    text-align: left;
}
#eventi-nav-selectors .sel {
    color: #252c34;
    font-weight: bold;
    text-decoration: underline;
    background-color: white;
}
#ragazzi-nav-cont .sel {
    color: #252c34;
/*     font-weight: bold; */
}
.eventi-link-box {
    display: inline-block;
    padding: 5px  10px;
    color: #949898;
    margin: 0px 20px 10px 0px;
}
.eventi-link-box-first {
    display: inline-block;
    padding: 5px  10px 5px 0px;
    color: #949898;
    margin: 0px 20px 10px 0px;
}
.eventi-link-box-first-select {
    display: inline-block;
    padding: 5px  8px 5px 0px;
    color: #252c34;
    font-weight: bold;
    margin: 0px 20px 10px 0px;
}
.eventi-link-box-select {
    display: inline-block;
    padding: 5px 9px;
    color: #fff;
    margin: 0px 20px 10px 0px;
    font-weight: bold;
    background-color: #252c34;
    border-radius: 3px;
}
.eventi-link-marchio {
    height: 30px;
    opacity: 0.5;
    display: inline-block;
    margin: 0px 40px 10px 0px;
}
.eventi-link-marchio img {
    height: 30px;
}
.eventi-link-marchio-select {
    height: 30px;
    opacity: 1;
    display: inline-block;
    margin: 0px 40px 10px 0px;
}
#ragazzi-nav-tipologia {
    margin-top: 25px;
}
#ragazzi-nav-tipologia a {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px 10px;
    color: #949898;
    margin-bottom: 10px;
}
#ragazzi-nav-tipologia #ragazzi-nav-first {
    background-color: transparent;
    padding-left: 0px;
/*     color: #949898; */
}
#ragazzi-nav-tipologia .sel {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px 10px;
    background-color: #252c34;
    color: #fff;
    border-radius: 3px;
}
#ragazzi-nav-tipologia .sel #ragazzi-nav-first-int {
    color: #252c34;
}
#ragazzi-nav-tipologia a .tipologia-square {
    color: #949898;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 13px;
}
#ragazzi-nav-tipologia a .tipologia-times {
    color: #5a95bd;
    display: none;
    float: left;
    margin-right: 10px;
    width: 13px;
}
#ragazzi-nav-tipologia .sel .tipologia-square {
    display: none;
}
#ragazzi-nav-tipologia .sel .tipologia-times {
    display: inline-block;
}
.slider-ndnp-image img {
    max-width: 100%;
    max-height: 90%;
    vertical-align: bottom;
}
#ragazzi-drag-bar-cont {
    height: 20px;
    position: relative;
}
#ragazzi-drag-bar {
    position: absolute;
    height: 20px;
    margin: 0px 8.33333335%;
    width: 83.3333333%;
}
.ragazzi-drag-step {
    height: 7px;
    width: 16.6666667%;
    margin-top: 6.5px;
}
.bg_blue {
    background-color: #252c34;
}
.bg_azzurro {
    background-color: #678fb5;
}
#ragazzi-drag-point {
    background-color: #ced0d0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.dragdealer {
    background-color: transparent;
}
.governance-block {
    margin-top: 20px;
}
.governance-domanda {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}
.governance-domanda span {
    color: #252c34;
    font-weight: bold;    
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #252c34;
}
.governance-risposta {
    margin-top: 10px;
}
.governance-risposta-int {
    font-size: 15px;
    line-height: 22px;
    padding: 15px 10px 30px 10px;
    box-sizing: border-box;
    display: none;
    color: #949898;
}
#breadcrumb a {
    color: #949898;    
}
#percorso-banner {
    margin-top: 40px;
}
#percorso-banner img {
    width: 100%;
}
#registrazione-left {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0px;
    border-right: 5px solid #F7F7F7;
    min-height: 200px;
}
#registrazione-right {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0px;
    border-left: 5px solid #F7F7F7;
    min-height: 200px;
}
.registrazione-int {
    background-color: #fff;
    min-height: 200px;
    box-sizing: border-box;
    padding: 20px;
}
.registrazione-input-half-left {
    box-sizing: border-box;
    padding-right: 5px;
    width: 50%;
}
.registrazione-input-half-right {
    box-sizing: border-box;
    padding-left: 5px;
    width: 50%;
}
#pagina-utente-int {
    box-sizing: border-box;
    padding: 30px 0px 0px 240px;
    min-height: 250px;
    position: relative;    
}
#nav-utente {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    float: left; 
    width: 240px;
    margin-top: 30px;
}
#nav-utente ul,
#nav-utente li,
#nav-utente a {
    display: block;
    float: left; 
    width: 100%;
}
#nav-utente a {
    box-sizing: border-box;
    padding: 0px 10px 0px 45px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
    position: relative;
    
}
#nav-utente a .icona {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 15px;
    padding: 0px 10px 0px 10px;
    text-align: center;    
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 7.5px;
    color: white;
    background-color: #5d80a3;
}

#nav-utente .sel {
    font-weight: bold;
    color: #5d80a3;
}
#nav-utente .sel .icona {
    color: white;
    background-color: #252c34;
}
#pagina-utente-main #autori-lista-cont {
    margin-top: 0px;
}
#pagina-utente-main-small {
    max-width: 600px;
}
.aggiungi-ai-preferiti {
    box-sizing: border-box;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    color: white;
}
.aggiungi-ai-preferiti span {
    display: inline-block;
    margin-right: 5px;
/*    color: #678eb6;
    background-color: #fff;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 15px;
    padding: 0px 5px 0px 5px;
    text-align: center;    
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 199px;
    color: white;
    background-color: #5d80a3;*/
}
#ricerca-nav {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#ricerca-nav li {
    display: block;
    float: left;
    width: 20%;     
}
#ricerca-nav a {
    display: block;
    float: left;
}
#ricerca-nav .sel {
    color: #252c34;
    font-weight: bold;
}
input#CP1, input#TEC {
	cursor: pointer;
}
.cx {
	text-align: center;
}


/* Abilita l'hover per device non touch */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #5d80a3;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .a_inv:hover {
        color: #1b3149
    }
    #nav-list li a:hover,
    #social-top a:hover{
        color: #5d80a3;
    }
    #accedi-top:hover,
    #footer-bottom a:hover {
        color: white;
    }
    #percorso-correlato-btn-cnt:hover #percorso-correlato-btn,
    .percorsi-obj-btn-cnt:hover .percorsi-obj-btn {
        background-color: #252c34;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-login:hover {
        background-color: #252c34;
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-registrati-lnk:hover {
        color: white;
        background-color: #658fb7;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #newsletter-btn:hover {
        background-color: #252c34;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    /* Sono Link, ci va l'hover? Mistero */
    .tag:hover {
        color: white
    }
    #nav-list li .nav-second-block:hover {
        background-color: #5d80a3;        
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #nav-list li .nav-second-block:hover a {
        color: white;
    }
    #nav-list li .nav-second-block a:hover {
        color: white;
    }
    #alfabeto-nav a:hover,
    #eventi-nav-selectors a:hover {
        color: #252c34;
        font-weight: bold;
    }
    .eventi-link-box:hover {
        display: inline-block;
        padding: 5px 9px;
        color: #fff;
        margin-right: 20px;
        font-weight: bold;
        background-color: #252c34;
        border-radius: 3px;
    }
    .eventi-link-box-select:hover {
        background-color: #252c34;
        color: #fff;
    }
    .eventi-link-box-first:hover,
    .eventi-link-box-first-select:hover {
        display: inline-block;
        padding: 5px  8px 5px 0px;
        color: #252c34;
        font-weight: bold;
    }
    .eventi-link-marchio:hover {
        opacity: 1;
    }
    #ragazzi-nav-selectors .sel:hover,
    #ragazzi-nav-selectors a:hover{
        color: #252c34;
        font-weight: bold;
    }
    #ragazzi-nav-tipologia a:hover, 
    #ragazzi-nav-tipologia .sel:hover {
        background-color: #252c34;
        color: #fff;
        border-radius: 3px;
    }
    #ragazzi-nav-tipologia a:hover #ragazzi-nav-first-int {
        color: #252c34;
        background-color: transparent;
    }
    #breadcrumb a:hover {
        color: #252c34;
    }
    #hp-percorso-btn:hover {
        border: 2px solid #fff;    
        background-color: #252c34;
        color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .slider-ndnp-plus:hover {
        background-color: #50abf1;
    }
    #btn-facebook:hover {
        background-color: #fff;
        color: #39559F;
        border: 1px solid #39559F;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;    
    }
    #nav-utente a:hover {
        font-weight: bold;
        color: #5d80a3;
    }
    #nav-utente a:hover .icona {
        color: white;
        background-color: #252c34;
    }
    .aggiungi-ai-preferiti:hover {
        color: #252c34;
    }
}
/* Small Desktop */
@media only screen and (min-width:1024px) and (max-width:1279px) {
    /* STRUTTURA */
    .page {
        width: 980px;
    }
    .col-left {
        width: 670px; /* 28px tra colonna sx e dx*/
    }
    .col-right {
        width: 282px; /* Riduco la colonna dx in maniera proporzionale */
    }
    .col-left-big {
        width: 980px;
    }
    /* HEADER e FOOTER */ 
    #footer-loghi-center a {
        display: inline-block;
        margin: 0px 45px;
        float: none;        
    }
    #logo-top img {
        height: 50px;
    }
    #header-cont {
        padding: 0px 300px 0px 115px;
    }
    #nav-list {
        margin-left: 0px;
        font-size: 12px;        
    }
    #nav-list li:first-child {
        border-left: none;
    }
    #nav-list li {
        padding: 0px 10px;
    }
    #search-top {
        right: 180px;
    }
    #social-top {
        right: 85px;
    }
    /* HOME PAGE */
    #hp-carousel-cont {
        height: 420px;
    }
    #hp-carousel,
    .hp-slide-obj {
        height: 390px;
    }
    .hp-classifica-testi {
        width: 125px;
    }
    #hp-classifica-letti-list li a {
        padding-right: 125px;
    }
    
    #logo-libro-fascia-azzurra {
        display: none;
    }
    .page-title-cont {
        padding: 60px 0px 0px 364px
    }
    .col-right-small {
        width: 100%;
        padding: 20px 0px 20px 364px;
        box-sizing: border-box;        
    }
    .libro-immagine-autore {
        width: 30%;
    }
    .libro-info-autore {
        width: 65%;
        margin-left: 5%;
    }
    .libro-caratteristiche {
        width: 100%;
    }
    .libro-lista-caratteristiche li {
        width: 40%;
    }
    .libro-lista-caratteristiche li:nth-child(odd) {
        float: left;
    }
    .libro-lista-caratteristiche li:nth-child(even) {
        float: right;
    }
}
/* All Mob With Burger Menu*/
@media only screen and (min-width:320px) and (max-width:1023px) {
    #burger-menu {
        display: block;
        width: auto;
        float: left;
        position: absolute;
        right: 22px;
        top: 40px;
        height: 30px;
        line-height: 30px;
        color: white;
        font-weight: 700;
        font-size: 30px;
    }
    #nav-top {
        position: absolute;
        top: 118px;    
        height: auto;
        margin: 0px;
        width: 100%;
        z-index: 9999;
    }
    #logo-top {
        left: 22px;
    }
    #header-cont {
        padding: 0px;
/*         margin: 0px; */
        float: left;
        width: 100%;
    }
    #nav-list {
        height: auto;
        width: 100%;
        margin-left: 0px;      
        /* Necessari Per Animazione */
        display: none;
        position: absolute;
    }
    #nav-list li {
        width: 100%;
        float: left; 
        height: 50px;
        line-height: 50px;
        padding: 0px 15px;
        box-sizing: border-box;        
        border-right: none;    
        background-color: #2d353e;
        /* Necessari Per Animazione */
        /*         display: block; */
        display: none;        
        position: absolute;
        top: 0px;
        
    }
    #nav-list li:last-child {
        border-bottom: none;
    }
    #nav-list li:first-child {
        border-left: none;    
    }
    #nav-list li a {
        color: white;
        font-weight: 900;
        letter-spacing: 2px;
        display: block;
        width: 100%;
        float: left;
        text-align: right;
        border-top: 1px solid white; 
    }
     #nav-list li:first-child a {
        border-top: none; 
    }
    #nav-list li a:last-child {
        border-bottom: none; 
    }
    .slider-ndnp-obj {
        padding: 0px 20px;
    }
}
/* Pad  Vert */
@media only screen and (min-width:768px) and (max-width:1023px) {
    .page {
        width: 95%;
        padding: 0px 2.5%;
        box-sizing: border-box;
    }
    .col-left {
        width: 100%; 
    }
    .col-right {
        width: 100%;     
    }
    #footer-loghi-center a {
        display: inline-block;
        margin: 0px 15px;
        float: none;        
    }
    #footer-bottom {
        margin-top: 20px;
        height: 80px;
    }
    #footer-bottom li {
        height: 30px;
        line-height: 30px;
    }
    #footer-bottom .right-list:last-child {
        width: 100%;
        text-align: right;
        margin-left: 0px;
    }
    #footer-loghi-center a {
        display: inline-block;
        margin: 0px 45px;
        float: none;        
    }
    #logo-top img {
        height: 50px;
    }
        #search-input-cont {
        width: 150px;
    }
    #search-top {        
        right: 300px;        
    }
    #social-top {
        right: 180px;
    }
    #accedi-top {        
        right: 80px;        
    }
    
    
    #box-newsletter-cont {
        margin-top: 20px;
    }
    #hp-percorso-img-cont,
    #hp-percorso-text-cont {
        width: 50%;
    }
    #hp-classifica-letti {
        width: 48%; 
        float: left;
    }
    #hp-carousel-cont {
        height: 420px;
    }
    #hp-carousel,
    .hp-slide-obj {
        height: 390px;
    }
    #eventi-correlati {
        width: 48%; 
        float: right;
        margin-top: 15px;
    }
    #immagine-libro {
        width: 280px;
    }
    .pagina-text-image { 
        padding: 20px 0px 20px 294px;
    }
    .col-left-big {
        width: 100%; 
    }
    .page-title-cont {
        padding: 60px 0px 0px 314px
    }
    #logo-libro-fascia-azzurra {
        display: none;
    }
    #libro-scarica-estratto-lettura {
        font-size: 16px;
    }
    #libro-voti {
        width: 100%;
    }
    #libro-recensioni {
        float: left;
        width: 100%; 
        margin-top: 10px;
    }
    .col-right-small {
        width: 100%;
        padding: 20px 0px 20px 0px;
        box-sizing: border-box;        
    }
    .libro-immagine-autore {
        width: 30%;
    }
    .libro-info-autore {
        width: 65%;
        margin-left: 5%;
    }
    .libro-caratteristiche {
        width: 100%;
    }
    .libro-lista-caratteristiche li {
        width: 40%;
    }
    .libro-lista-caratteristiche li:nth-child(odd) {
        float: left;
    }
    .libro-lista-caratteristiche li:nth-child(even) {
        float: right;
    }
    #percorso-correlato {
        width: 50%;
        margin-top: 20px;
    }
    .pagina-abs-image {
        width: 280px;
    }
    #footer-loghi-center a {
        display: inline-block;
        margin: 0px 18px;
        float: none;        
    }
    #autori-page {
        padding: 0px;
    }    
    .eventi-link-marchio img {
        height: 22.5px;
        margin: 2.75px 0px;
    }
    #modal-login {        
        right: 80px;        
    }
    #login-box {
        width: 100%;
    } 
}
/* All Phone */
@media only screen and (min-width:320px) and (max-width:767px) {
    .page {
        width: 95%;
        padding: 0px 2.5%;
        box-sizing: border-box;
    }
    .col-left {
        width: 100%; 
    }
    .col-right {
        width: 100%;     
    }
    #logo-top {
        position: absolute;
        left: 10px;
        height: 52px;
        top: 10px;
    }
    #logo-top img {
        height: 100%;
    }
    #burger-menu {
        top: 15px;
    }
    #search-input-cont {
        width: 150px;
    }
    #search-top {        
        left: 10px;       
        right: auto;
         top: 80px;
    }
    #social-top {
        right: 70px;
        top: 20px;
    }
    #social-top a {
        padding: 0px 5px;
    }
    #accedi-top {        
        right: 20px;        
        top: 80px;
    }
    #nav-second-level-novita {
        width: 100%;
    }
    #logo-rizzoli-footer {
        top: 15px;
        left: 0px;
        width: 50%;
        text-align: center;
    }
    #social-bottom {
        position: absolute;
        width: 50%;
        height: 50px;
        line-height: 50px;
        right: 0px;
        top: 5px;
        text-align: center;
    }
    #footer-bottom {
        margin-top: 20px;
        height: 80px;
    }
    #footer-bottom li {
        height: 30px;
        line-height: 30px;
    }
    #footer-bottom .right-list:last-child {
        width: 100%;
        text-align: right;
        margin-left: 0px;
    }
    #footer-loghi-center {
        margin-top: 50px;
    }
    #footer-loghi-center a {
        display: block;
        margin: 20px 0px 0px 0px;
        float: left;        
        width: 50%;
        text-align: center;
    }
    #footer-loghi-center a img {
        max-width: 90%;        
    }
    #footer-top {
        float: left;
        height: 170px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        margin: 0px
    }
    #footer-bottom {
        height: auto;
        margin: 10px 0px;
    }
    #footer-bottom li {
        font-size: 12px;
    }
    #footer-bottom .left-list,
    #footer-bottom .right-list {
        float: left;
        margin: 0px 10px 0px 0px
    }
    /* HOME PAGE */
    #hp-cont {
        margin-top: 20px;
    }
    .slider-standard-title {
        font-size: 15px;
        height: 22px;
        line-height: 30px;
    }
    .slider-standard-link {
        font-size: 15px;
        margin-top: 3px;
    }
    .slider-standard-nav {    
        width: 45px;    
        margin-left: 0px;
        height: 22px;
        left: auto;
        right: 72px;
    }
    .slider-standard-top {
        height: 22px;
    }
    .slider-standard-cont {
        margin-top: 20px;
    }
    .fascia-azzurra {
        margin-top: 0px;
    }
    .page-title-cont  {
        padding: 20px 2.5% 110px 2.5%;
    }
    .page-title {
        font-size: 30px;
        line-height: 35px;                
    }
    .page-subtitle {
        font-size: 20px;
        line-height: 25px;
    }
    .col-left-big {
        width: 100%; 
    }
    .pagina-text-image {
        position: static;
        padding: 0px 0px 20px 0px;
    }
    .pagina-abs-image {
        position: relative;
        width: 100%;
        margin: -110px 0px 40px 0px;
        top: 0px;
        
    }
    #logo-libro-fascia-azzurra {
        display: none;
    }
    #area-acquisto-libro {
        height: auto;    
    }
    #libro-recensioni {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .col-right-small {
        width: 100%;
    }    
    .libro-lista-caratteristiche {
        padding-bottom: 20px;
    }
    #percorso-correlato {
        width: 100%;
        margin-top: 20px;
    }
    #libro-scarica-estratto-lettura {
        font-size: 15px;
    }
    #box-newsletter-cont {
        margin-top: 20px;
    }
    .hp-classifica-testi {
        width: 125px;
    }
    #hp-classifica-letti-list li a {
        padding-right: 125px;
    }    
    #autori-filtra-per-lettera { 
        display: block;
    }
    #alfabeto-nav-cont {
        height: 50px;
    }
    #autori-piu-visti-btn {
        width: 100%;
        color: #fff;
        background-color: #252c34;
        padding: 15px 10px;
        box-sizing: border-box;
    }
    #autori-lista-cont {
        margin-top: 10px;
    }
    #alfabeto-nav {
        position: absolute;
        right: 0px;
        top: 50px;
        height: auto;
        display: none;
        width: 100%;        
        float: left;
        height: auto;
        background-color: white;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }
    #alfabeto-nav #first-row-3 {
        margin-left: 11.111%
    }
    #alfabeto-nav li {
        display: block;
        float: left;
        width: 11.111%;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }
    #alfabeto-nav a {
        display: block;
        float: left;
        text-align: center;
        height: 30px;
        line-height: 30px;
        width: 100%;
        color: #949898;
    }
    #alfabeto-nav #alfabeto-nav-first {
        display: block;
        float: left;
        width: 100% !important;
        height: 30px;
        line-height: 30px;
        margin: 10px 0px;
        font-weight: bold;
    }
    #alfabeto-nav #alfabeto-nav-first a {
        text-align: right;
        padding-right: 5.5555%;
        box-sizing: border-box;
        
    }
    #autori-piu-visti-btn span {
        display: inline-block;
        float: right;
        color: #5d80a3;
        font-size: 12px;
    }
    #autori-page .pagina-text-h2,
    #eventi-page .pagina-text-h2,
    #ragazzi-page  .pagina-text-h2,
    #governance-page  .pagina-text-h2,
    #percorso-page .pagina-text-h2,
    #percorsi-page .pagina-text-h2,
    #libri-page .pagina-text-h2,
    #registrati-page .pagina-text-h2,
    #ricerca-page .pagina-text-h2 {
        margin-top: 30px;
    }
    .eventi-link-marchio img {
        height: 20px;
        margin: 5px 0px;
    }
    .governance-domanda span {
        color: #252c34;
        font-weight: bold;    
        display: inline-block;
        padding-bottom: 0px;
        border-bottom: none;
        text-decoration: underline;
    }
    #ragazzi-drag-bar-cont {
        display: none;
    }
    #ragazzi-nav-selectors a {        
        min-width: 80px;        
    }
    #modal-login {
        max-width: 322px;
        width: 90%;        
        right: 20px;
        top: 109px;        
    }
    #registrazione-right,
    #registrazione-left {
        width: 100%;
        box-sizing: border-box;
        padding: 5px 0px;
        border: 0px;
        min-height: auto;
    }
    #registrazione-left  {
        margin-top: 10px;
    }
    .registrazione-input-half-left,
    .registrazione-input-half-right {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        
    }
    .registrazione-input-half-right {
        margin-top: 5px;
    }
    #pagina-utente-int {
        box-sizing: border-box;
        padding: 10px 0px 10px 0px;
        min-height: 0px;
        position: relative;    
    }
    #nav-utente {
        position: static;        
        width: 100%;
        margin-top: 0px;
    }
    #login-box {
        width: 100%;
    }
} 
@media only screen and (min-width:320px) and (max-width:489px) {
    #hp-carousel-cont {
        height: 230px;
    }
    #hp-carousel,
    .hp-slide-obj {
        height: 200px;
    }
}
@media only screen and (min-width:490px) and (max-width:767px) {
    #hp-carousel-cont {
        height: 320px;
    }
    #hp-carousel,
    .hp-slide-obj {
        height: 290px;
    }
    .libro-immagine-autore {
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .libro-info-autore  {
        width: 50%;
        float: right;
    }
    .libro-lista-caratteristiche li {
        width: 45%;
        font-size: 12px;
    }
    .libro-lista-caratteristiche li:nth-child(odd) {
        float: left;
    }
    .libro-lista-caratteristiche li:nth-child(even) {
        float: right;
    }
    #percorso-correlato {
        width: 49%;
        margin-top: 20px;
    }
    #eventi-correlati {
        width: 49%; 
        float: right;
        margin-top: 20px;
    }    
    #hp-percorso-img-cont,
    #hp-percorso-text-cont {
        width: 50%;
    }
    #hp-classifica-letti {
        width: 48%; 
        float: left;
    }
    .hp-classifica-testi {
        width: 125px;
    }
    #hp-classifica-letti-list li a {
        padding-right: 125px;
    }    
    #autori-piu-visti-btn span {
        display: none;
    }
    .hp-classifica-numero {
        display: none;
    }
    #eventi-correlati {
        width: 48%; 
        float: right;
        margin-top: 15px;
    }
    #immagine-libro {
        width: 280px;
    }
}
