:root {
    --dark-color: #101820;
    --light-color: #D3D3D3;
    --red-color: #A50D0D;
    --back-color-light: #D1D4D6; /* giallo #ebc84f */
    --back-color-yellow: #D1D4D6; 
    --link-color: #E0E0E0;
       
    /*
    --back-color-yellow: #F7F6F2;
    --dark-color: #980000;
    --light-color: #b5c4c9;
    --link-color: #980000;
    */
}

body {
    font-family:'Montserrat', sans-serif;
}

h1 {
    all: unset;
}


a.alternative {
    
}

a.alternative:hover {
    background: none;
    font-weight: 700;
}


@page {size: 210mm 297mm; margin: 10mm;}

tooltip {
    
}
.tooltip-inner {
    padding:20px;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    line-height:20px;
    background: var(--dark-color);
}

.tooltip-arrow {
    /* top: 0; */
    left: 50%;
    margin-left: -5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top: 5px solid var(--dark-color);
    border-width: 0 5px 5px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #000
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #000
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #000
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #000
}
a {
    text-decoration: none!important;
    color:#333;
    cursor:pointer;
}

a:hover {
    color: var(--link-color);
    /* text-shadow: 0px 0px 22px rgba(48, 48, 48, 1); */
    /* background:var(--back-color-yellow); */
    color:#555;
}

b {
    font-weight: 700;
}
.main-menu-border { border-bottom: 2px solid var(--dark-color); }
.main-menu-collapse-button { background-color:var(--dark-color); border:0; }

.main-menu-carrello-articoli { font-size: 14px; color: var(--dark-color); }
.navbar-brand,
.navbar-nav li a { line-height: 35px; height: 35px; padding: 0 8px 0 8px;  margin: 0 4px 0 0; } /* Regola l'altezza della barra */
.navbar-nav {margin: 0 -15px; font-family: Roboto Condensed; font-weight:200; font-size:16px;} /* Rimuove lo spazio all'inizio della barra, prima del primo pulsante'*/
.navbar-inverse { background-color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { 
        border-bottom: 2px solid var(--dark-color); background-color: #000000;
}
.dropdown-menu { background-color: #f4f2d7; border:0px; border-radius:0px;} /* Box del sottomenu*/
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #428BCA}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse { border-color: #FFFFFF}
.navbar-inverse .navbar-brand { color: #999999}
.navbar-inverse .navbar-brand:hover { color: #38120B}
.navbar-inverse .navbar-nav>li>a { color: #999999}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #FFFFFF; border-top: 2px solid var(--dark-color); background:var(--dark-color);}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #333333}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { background: #000000; color: #333333; border-bottom:2px solid var(--dark-color);}
.dropdown-menu>li>a { color: #333333}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FAFF78}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #2954FF;}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #2954FF}



.box-footer {
    text-align:center; font-size:9px; border-top:1px solid var(--dark-color); padding:8px 0 8px 0; margin-top:20px;
}


.search-button-submit {
    border:none; padding:2px;color:var(--dark-color);
}
.search-text-box {
    flex-grow:2; border:none;
}
.search-form {
        display:flex; flex-direction:row; border:1px solid var(--dark-color); padding:10px; border-radius:6px; 
}
.search-result-author-name {
    float:left; width:70%; padding-left:5px; font-family:'Roboto Condensed'; font-size:13px; border-bottom:1px solid var(--dark-color); color:#444;
}
.search-result-author-image-container {
    float:left; width:30%; min-height:50px;
}
.search-result-author-image {
    width:100%; overflow:hidden;
}

.search-result-book-title {
    float:left; width:70%; padding-left:5px; font-family:'Roboto Condensed'; font-size:13px; border-bottom:1px solid var(--dark-color); color:#444;
}
.search-result-book-image {
    float:left; width:30%; min-height:30px;
}
.search-result-book-category {
    font-size:10px; color: var(--dark-color);
}





.title-type-1 {
    font-size:20px; font-family:'Roboto Condensed'; color:#777; 
}
.title-type-2 {
    font-size:20px; font-family:'Roboto Condensed'; color:#777; font-weight: 300;
}
.title-type-3 {
    font-size:16px; font-family:'Roboto Condensed'; color:var(--dark-color);
}
.title-type-4 {
    width:100%; border-bottom: 1px solid var(--dark-color);
    font-family: 'Roboto Condensed'; font-size:20px; color:var(--dark-color); font-weight: 300;
}
.title-type-5 {
    font-family: 'Roboto Condensed'; font-size:20px; color:var(--dark-color); font-weight: 300;
}
.title-type-6 {
    border-bottom: 1px solid var(--dark-color);
    font-family: 'Roboto Condensed'; font-size:22px; color:#555; line-height:24px;
}
.title-type-6-sub {
    font-size:16px;
}

.title-type-6-sub-bis {
    font-size:14px;
    font-weight:700;
    color: var(--red-color);
}

.title-type-7 {
    background: var(--light-color); padding: 3px 0 4px 10px; margin-bottom:15px; width:100%; color:#66889b; line-height:26px;
    font-size:14px; font-weight:700; /* font-family:'Roboto Condensed';  */
}

.title-type-8 {
    background: var(--back-color-yellow); padding: 15px 0 10px 25px; margin-bottom:15px; width:100%; color:var(--dark-color); line-height:26px;
    font-size:18px; font-weight:700; /* font-family:'Roboto Condensed';  */
}

.text-type-1 {
    
}
.text-type-2 {
    font-family:'Montserrat', sans-serif; font-weight: 400;line-height:22px; font-size:14px; color:#777;
}
.text-type-3 {
    font-family:'Montserrat', sans-serif; line-height:19px; font-size:13px; font-weight: 400; color:#666;
}


.box-collana-area {
    float:right; width:35px; text-align:center;margin-left:5px;
    font-size:10px; line-height:10px; font-family: 'Roboto Condensed';
}
.box-collana-area-colore {
    width:100%; height:30px; border-radius:4px; margin-bottom:3px;
}

.box-error-message {
    width:100%; 
    border-radius:5px; 
    font-size:18px; 
    background:var(--dark-color); 
    color:#ffffff; 
    text-align:center; 
    padding:30px 15px 30px 15px;
}
.box-error-message-title {
    font-size:40px; 
}

.page-title {
    background:var(--dark-color); 
    color:#FFF; 
    line-height:22px; 
    font-family: 'Roboto Condensed'; 
    font-size:18px;
    padding: 16px 8px 8px 10px; 
    width:100%;
    font-weight:normal;
}


.page-content {
    width:100%; 
    text-align: justify; 
    margin-top: 30px; 
    font-family: 'Montserrat', sans-serif; 
    font-weight:300;
}

.shopping-cart {
    /* width: 1114px; */
    width:100%;
    height: 100%;
    margin: 80px auto;
    padding-bottom: 30px;
    background: #eee;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    border-radius: 6px;
  
    display: flex;
    flex-direction: column;
}


.menu-laterale-catalogo-item a{
    text-decoration: none; color:var(--red-color);
}

.menu-laterale-item {
    width:100%; 
    padding: 5px 0 5px 0;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    font-size: 13px;
}

.menu-laterale-item a { color:var(--dark-color); }

.menu-laterale-item-title {
    width:100%;border-bottom: 2px solid var(--dark-color); margin-bottom:12px; text-transform: uppercase;
}

.menu-laterale-item-pointer {
    color:var(--dark-color);
    font-size:11px;
}
.menu-laterale-item-separator {
    border-bottom: 1px solid #ddd;
}


.anteprima-pubblicazioni-titolo {
    font-size:12px; 
    font-family: 'Roboto Condensed', sans-serif; 
    text-transform: uppercase;
    color:#555;
}

.anteprima-pubblicazioni-nic {
    font-size:12px; 
    font-family: 'Montserrat', sans-serif; 
    text-transform: uppercase;
    color: var(--dark-color);
    font-weight: 700;
}

.catalogo-autori-immagine {
    float:left; width:30%; max-height:120px; overflow: hidden; padding-top: 41.00%; position: relative;
}

.catalogo-autori-titolo {
    font-family: 'Roboto Condensed'; 
    color:#666; 
    font-size:18px;
    float:left; padding-left:10px; width:70%; border-bottom:2px solid var(--dark-color);
}

.anteprima-pubblicazioni-solo-digitale {
    font-family:'Roboto Condensed'; 
    font-size:11px; 
    color:var(--dark-color);
}

.anteprima-pubblicazioni-isbn {
    width:100%; 
    border-top:1px solid var(--dark-color); 
    color:#888; font-family: 'Montserrat', sans-serif; 
    font-size:10px; 
    line-height:16px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.anteprima-pubblicazioni-titolo {
    font-size:12px; 
    font-family: 'Roboto Condensed', sans-serif; 
    text-transform: uppercase;
    color:#555;
}

.sfondo-popup {
    position:absolute; 
    left:0; 
    top:0; 
    width:100%; 
    height:100%; 
    background-color: rgba(152, 110, 110, 0.6); 
    z-index: 10000000;
}

.box-popup {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:12em;
    padding: 10px 10px 10px 10px;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid var(--dark-color);
    border-radius: 6px;
    font-size:16px;
    background-color: #f3f3f3;
}

.titolo-popup {
    width:100%; 
    border-bottom: 2px solid var(--dark-color);
    text-align:left;
    padding-top:5px;
    font-family:'Roboto Condensed';
    font-size:18px;
}


.label-row-default {
    font-size:12px;
    font-family:'Roboto Condensed';
    color:var(--dark-color);
    font-weight: 300;
}



.bottone-default {
    text-align:center; 
    width:90%; 
    line-height:28px; 
    font-size:14px; 
    color:var(--dark-color); 
    border:0px;
    background:var(--dark-color);
    color:#FFFFFF;
    cursor:pointer;
    font-family:'Roboto condensed';
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    
}

.bottone-default:hover {
    opacity: 0.6;
    color: rgb(255, 255, 255);
}

.bottone-default:active {
    outline: 0;
    opacity: 0.6;
    color: rgb(255, 255, 255);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bottone-default:focus {
    outline: 0;
    opacity: 0.6;
    background: rgb(172, 44, 44);
    ;
    color: rgb(255, 255, 255);
}

.input-text-default {
    width:100%; 
    line-height:20px; 
    font-size:16px; 
    padding:5px;
    border-radius:5px;
    border:1px solid #ccc;
    
}

.input-text-small {
    width:100%; 
    line-height:14px; 
    font-size:12px; 
    padding:5px;
    border-radius:5px;
    border:1px solid #ccc;
    
}


.select-default {
    width:100%; 
    line-height:28px; 
    font-size:13px; 
    /*padding:15px;*/
    border-radius:5px;
    border:1px solid #ccc;
    height:31px;
    background:#FFF;
    color:#333;
    outline-color: var(--dark-color);
}


.form-label-default {
    color:#666; 
    font-size:11px;
}


.form-label-small {
    color:#666; 
    font-size:10px;
}



button {
    border:none;
    padding: 0;
}

input[type=submit]:disabled,
button:disabled {
    opacity:0.3;
}


.boxshadow {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189,189,189,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(189,189,189,1);
box-shadow: 0px 0px 5px 2px rgba(189,189,189,1);
}


.img-gallery-label {
    position:absolute;
    top:10px;
    background: var(--dark-color);
    line-height:18px;
    font-size:13px;
    font-family: 'Roboto Condensed', sans-serif;
    
}




.img-gal {
    width:100%; 
    overflow:hidden;
}


.img-gallery {
    z-index:1000;
    height:100%; 
    width:100%; 
    position:absolute; 
    top:0; 
    object-fit: cover; 
    overflow:hidden;
    cursor: pointer; 
    border: 0px solid #FFF;
    transition: border 0.2s;
    transition: border-radius 0.2s;
}

.img-gallery:hover {
    border: 6px solid #FFF;
    border-radius:20px;
    filter: brightness(130%);
    transition: border-radius 0.6s;
    transition: border 0.2s;
    /*display: block;*/
    
}

.img-gallery-label{
    position:absolute;
    /* display:none; */
    font-family: 'Roboto Condensed';
    font-weight:200;
    /* margin: 20px 0 0 6px; */
    z-index:1500; 
    padding: 5px 10px 5px 10px; 
    color:#fff; 
    /* height:100%;*/
    margin-top:10px;
    margin-left:6px;
    line-height: 16px;
    /* writing-mode: tb-rl;*/
    /*transform: rotate(-90deg);*/

    opacity:0.7;
    
}


.blocchetto-paragrafo {
    /*background:#eae1e1; */
    border-bottom:2px solid #dbbebe;
    color: var(--dark-color);
    background: #FFFAD6;
    padding: 10px 0 10px 10px; 
    margin-bottom:15px; 
    font-family:'Roboto Condensed'; 
    font-size:14px; 
    line-height: 16px;
    font-weight:700; 
    text-transform:uppercase;
}


.homepage-novita-titolo {
    width:100%; height:80px; background:var(--dark-color); text-align:center; font-family:'Roboto Condensed'; font-size:11px; color:#EEEEEE; text-transform: uppercase;padding-top:5px;
}

.homepage-narrativa-titolo {
    width:100%; height:80px; background:var(--light-color); text-align:center; font-family:'Roboto Condensed'; font-size:11px; color:#EEEEEE; text-transform: uppercase;padding-top:5px;
}


.prossime-pubblicazioni-data {
    width:100%;font-family:'Montserrat', sans-serif; font-weight:300; font-size:12px; color:var(--dark-color);
}
.prossime-pubblicazioni-titolo {
    width:100%;  font-family:'Montserrat', sans-serif; font-weight:700; font-size:14px; color:#333;
}
.prossime-pubblicazioni-sottotitolo {
    width:100%;  font-family:'Montserrat', sans-serif; font-weight:100; font-size:11px; color:#333; font-style: 'italic';
}

.pagina-autore-elenco-eventi-tipologia {
    color:var(--dark-color);
    font-size:10px;
    line-height:16px;
    width:100%;
    border-bottom: 1px solid #D6A9A9;
    text-transform: uppercase;
}

.pagina-autore-elenco-eventi-titolo {
    width:100%;
    margin-top:3px;
    width:100%;
    font-size:15px;
    line-height:18px;
    font-family: 'Roboto Condensed';
    
}

.pagina-autore-elenco-eventi-data-testuale {
    width:100%;
    margin-top:8px;
    width:100%;
    font-size:12px;
    line-height:15px;
    color: #777;
    font-family: 'Montserrat', sans-serif;
    
}


.zoom {
    padding: 0px;
    /* background-color: green;*/
    transition: transform 0.2s; /* Animation */
    /* width: 200px;*/
    /* height: 200px;*/
    margin: 0 auto;
    z-index: 10000!important;
}


.zoom-collane {
    padding: 0px;
    /* background-color: green;*/
    transition: transform 0.2s; /* Animation */
    /* width: 200px;*/
    /* height: 200px;*/
    margin: 0 auto;
    z-index: 10000!important;
}


.zoom-collane:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    box-shadow: 0px 0px 30px #000000;
    z-index: 1000000000!important;
}

.shadow-light {
    box-shadow: 0px 0px 20px #cccccc;
}

.zoom-text {
    padding: 0px;
    /* background-color: green;*/
    transition: transform .2s; /* Animation */
    /* width: 200px;*/
    /* height: 200px;*/
     margin: 0 auto;
    text-align:left;
    transform-origin: left;
}

.zoom-text:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /*box-shadow: 0px 0px 30px #000000;*/
    transform-origin: left;
}


.zoom-area-item {
    /* background-color: green;*/
    transition: transform .2s; /* Animation */
    /* width: 200px;*/
    /* height: 200px;*/
    
    transform-origin: left;
}

.zoom-area-item:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /*box-shadow: 0px 0px 30px #000000;*/
    transform-origin: left;
    text-shadow: 2px 0px 9px rgba(150, 150, 150, 1);
}

.shadow-text:hover {
    text-shadow: 0px 0px 22px rgba(48, 48, 48, 1);
}



@media (min-width: 0px) {
   .colonna-sx-standard{ 
       margin-bottom:20px; 
   }
}
@media (min-width: 768px) {
   .colonna-sx-standard{ 
       margin-bottom:20px; 
   }  
}
@media (min-width: 992px) {
   .colonna-sx-standard{
        border-right:1px solid #ddd; 
        margin-bottom:20px;
    }  
}
@media (min-width: 1200px) {
   .colonna-sx-standard{
        border-right:1px solid #ddd; 
        margin-bottom:20px;
    }  
}

@media (min-width: 0px) {
   .colonna-mid-standard{ }
}
@media (min-width: 768px) {
   .colonna-mid-standard{ }  
}
@media (min-width: 992px) {
   .colonna-mid-standard{
        padding-left:60px;
    }  
}
@media (min-width: 1200px) {
   .colonna-mid-standard{
        padding-left:60px;
    }  
}






.pagination-box-tools{
    width:100%; background:var(--back-color-yellow); min-height:50px; margin: 20px 0 10px 0; padding:10px 10px 20px 10px; 
}
.pagination-box-bar{
    width:100%; text-align:center; margin: 20px 0 20px 0;
}
.pagination-box-item{
    font-size:11px; width:24px; text-align:center; border-radius:3px; 
    line-height:22px; padding: 0 0 0 0; margin: 3px 3px 0 0; background:#000; color:#fff;
    border:2px solid #000;
    cursor: pointer;
}

.active{
    /*
    border:2px solid var(--dark-color)!important; 
    
    */
    color:var(--dark-color)!important;
    background:var(--back-color-yellow);
    box-shadow: 0px 0px 10px #777;
    font-weight: 700;
}

.pagination-box-item:hover {
    background:#777;
    border:2px solid #777;
}


.box-type-1 {
    border:none; text-align:justify;
}
.box-type-2 {
    border:1px solid var(--dark-color); border-radius:3px; margin-top:30px; padding:15px 20px 20px 20px;
}

.highlighter-box {
    padding:25px;
    background: var(--back-color-yellow);
}

.highlighter-border-box {
    padding:25px;
    background: none;
    border:4px solid var(--back-color-yellow);
}

.solid-back {
    background: #f7f6f2;
}


/* -------------------------------------------------------------------------- */
/*      MENU' AREE LATERALE                                                   */
/* -------------------------------------------------------------------------- */

 
/* -------------------------------------------------------------------------- */
/*      PAGINE CATALOGO ARACNE                                                */
/* -------------------------------------------------------------------------- */
.catalogo-area-riga-container {
    padding-top:20px;padding-bottom:15px;
}
.catalogo-libro-container {
    width:100%; margin-bottom:20px;
}
.catalogo-libro-copertina {
    float:left; width:25%;    
}
.catalogo-libro-copertina-immagine {
    width:100%;
}
.catalogo-libro-testo {
    float:left; width:60%;  line-height:12px; padding-left:20px;
}
.catalogo-select {
    border:1px solid #ccc; font-size:12px; border-radius:3px; background:#FFF; 
    height:30px; 
    padding:5px 20px 5px 5px; 
    -webkit-appearance: none;  
    background: url(../images/icone/sort-down-16.png) no-repeat right #FFF;
}
.catalogo-select option{
/*    background: rgba(0, 0, 0, 0.3);
    background-color: #f8981d;
    color:#2954FF; */
}
.catalogo-page-title-areabox {
    float:left; margin:-6px 10px 0 0;width:26px; height:26px; border-radius:0px; border: 1px solid #dddddd; 
}

/* -------------------------------------------------------------------------- */
/*      PAGINE CATALOGO COLLANE E RIVISTE                                     */
/* -------------------------------------------------------------------------- */

.catalogo-collana-home-container {
    margin-top:20px;
}
.catalogo-collana-home-banner-container {
    padding:15px; 
}
catalogo-collana-home-banner {
    background:#ddd; width:100%; height:100%; 
}
catalogo-collana-home-banner-immagine {
    width:100%; height:auto;
}
.catalogo-collana-container {
    padding-bottom:60px;
}
.catalogo-collana-sub-container {
    width:100%; line-height:18px; font-size:17px; font-family: 'Roboto Condensed'; color:#555;  border-bottom:1px solid var(--dark-color); padding-bottom:5px;
}
.catalogo-collana-copertina {
    float:left;background: #FFF; padding: 0 30px 10px 0; text-align:left;
}
.catalogo-collana-copertina-immagine {
    width:60px; background:#FFF;
}
.catalogo-collana-descrizione {
    width:100%; line-height:16px; font-size:13px; font-family: 'Roboto Condensed', sans-serif; font-weight:300; color:#555; margin-top:10px; text-align:justify;
}
.catalogo-collana-sottotitolo {
    font-size:13px;
}

.collana-regolamento-testo {
    font-weight:300; font-size:13px;
}
.collana-referaggio-testo {
    font-weight:300; font-size:13px;
}



/* -------------------------------------------------------------------------- */
/*      PAGINA AUTORE                                                         */
/* -------------------------------------------------------------------------- */


.autore-titolo-container {
    width:100%; /* border-bottom: 1px solid var(--dark-color); */
    padding-bottom:4px;
    border-bottom: 5px solid var(--light-color);
}
.autore-titolo {
    font-family: 'Roboto Condensed', sans-serif; font-size:22px; color:#555;
}
.autore-sottotitolo {
    font-family: 'Roboto Condensed', sans-serif; font-size:13px; color:#555;
}
.autore-afferenza {
    font-family: 'Roboto Condensed', sans-serif; font-size:13px; color:#555;
}
.autore-biografia {
    font-family: 'Roboto Condensed', sans-serif; font-size:15px; color:#666; font-weight: 300;
}





.autore-sezione-video {
    width:100%; margin: 20px 0 30px 0; padding: 0 0 20px 0; max-height:400px; overflow-x: hidden; overflow-y: auto; 
}
.autore-video-categoria {
    width:100%; border-bottom:2px solid var(--dark-color);font-family:'Roboto Condensed'; font-size:10px; text-transform: uppercase; color:var(--dark-color);margin-bottom:5px;
}
.autore-video-titolo {
    font-family:'Roboto Condensed'; font-size:12px; text-transform: uppercase;
}
.autore-video-container {
    width:100%; padding: 0 0 30px 0; margin: 5px 0 0 0;
}
.autore-video-immagine {
    float:left;width:40%; padding-top:4px;
}
.autore-video-testo {
    float:left;width:55%; padding-left:5px; line-height:15px;
}





.autore-sezione-fotografie {
    width:100%; margin: 20px 0 30px 0; padding: 0 0 20px 0; max-height:400px; overflow-x: hidden; overflow-y: auto; 
}
.autore-fotografia-container {
    width:100%; padding: 0 0 30px 0; margin: 5px 0 0 0;
}


.autore-sezione-collane {
    width:100%; margin: 20px 0 30px 0; padding: 0 0 20px 0;
}

.autore-collana-container {
    line-height: 18px; margin-bottom:15px;
}
.autore-collana-ruolo {
    font-family:'Montserrat', sans-serif; font-size:12px; color:var(--dark-color);
}
.autore-collana-titolo {
    font-family:'Roboto Condensed'; font-size:16px; color:#444;
}
.autore-collana-sottotitolo {
    font-family:'Roboto Condensed'; font-size:13px; color:#777;
}


.autore-eventi-container {
    width:100%; margin: 20px 0 30px 0; padding: 0 0 20px 0;
}
.autore-evento-container {
    width:100%; padding: 0 0 30px 0; margin: 5px 0 0 0;
}






/* -------------------------------------------------------------------------- */
/*      PAGINA PUBBLICAZIONE                                                  */
/* -------------------------------------------------------------------------- */

.anteprima-section-container {
    width:100%; height:34px;  line-height:24px; margin-bottom:0px; text-align:left;
}
.anteprima-section {
    float:left; text-align:center; width: 100%; color:#101820; font-size:14px; font-family: 'Roboto Condensed', sans-serif; border-bottom: 2px solid #101820;    
}
.anteprima-section-item {
    float:left;width:30%; text-align:center; line-height:24px; color: #101820; font-size:9px; font-family: 'Roboto Condensed', sans-serif; margin-right:5%;
    padding: 10px 0 10px 0; height:auto; border-radius:15px; margin-bottom:10px;
}
.anteprima-section-item-border {
    float:left;width:30%; text-align:center; line-height:24px; color: #101820; font-size:9px; font-family: 'Roboto Condensed', sans-serif; margin-right:5%;
    padding: 10px 0 10px 0; height:auto; border: 2px solid #555; border-radius:15px; margin-bottom:10px;
}
.cart-header-container {
    width:100%; height:34px;  line-height:24px; margin-bottom:0px; text-align:left;
}
.cart-header-container-label {
    float:left; text-align:center; width: 100%; color:#101820; font-size:14px; font-family: 'Roboto Condensed', sans-serif; border-bottom: 2px solid #101820;
}
.cart-format-container {
    float:left;width:30%; text-align:center; line-height:24px; color: #101820; font-size:18px; font-family: 'Roboto Condensed', sans-serif; margin-right:5%;
    padding: 10px 0 10px 0; height:auto; border: 2px solid #555; border-radius:15px; margin-bottom:10px;
}
.cart-format-container-last {
    float:left;width:30%; text-align:center; line-height:24px; color: #101820; font-size:18px; font-family: 'Roboto Condensed', sans-serif; 
    padding: 10px 0 10px 0; height:auto; border: 2px solid #555; border-radius:15px; margin-bottom:10px;
}

.cart-format-icon-disabled {
    opacity: 0.4; filter: alpha(opacity=40); margin-bottom:8px;
}   

.pubblicazione-saggio-box-title {
    width:100%; height:34px;  line-height:24px; margin-bottom:0px; text-align:left; 
}


.pubblicazione-saggio-box-title-item {
    float:left; text-align:center; width: 100%; color:#101820; font-size:14px; font-family: 'Roboto Condensed', sans-serif; border-bottom: 2px solid #101820;
}


.pubblicazione-saggio-box-item {
    float:left; width:30%; text-align:center; line-height:24px; color: #FFF; padding:10px 0 10px 0; font-size:9px; margin-right:5%; border: 2px solid #555; border-radius:15px; margin-bottom:10px;
}

.pubblicazione-saggio-box-item-last {
    float:left; width:30%; text-align:center; line-height:24px; color: #FFF; padding:10px 0 10px 0; font-size:9px; border: 2px solid #555;  border-radius:15px; margin-bottom:10px;
}

.pubblicazione-saggio-box-item-link {
    color: #101820; cursor:pointer;  font-family: 'Roboto Condensed', sans-serif;
}


.pubblicazione-video-trailer-container {
    width:100%; height:34px;  line-height:24px; margin-bottom:0px; text-align:left;
}

.pubblicazione-video-trailer-label {
    float:left; text-align:center; width: 100%; color:#1795A5; font-size:14px; font-family: 'Roboto Condensed', sans-serif; border-bottom: 2px solid #1795A5; font-weight:400;
}

.pubblicazione-video-trailer-container-video {
    position: relative; padding-bottom: 56.25%; /* 16:9 */  height: 0; margin-top:0px;
}

.pubblicazione-video-trailer-video-iframe {
    position: absolute; top: 0;  left: 0;  width: 100%;  height: 100%;
}



.pubblicazione-titolo-container {
    width:100%; font-size:30px; font-family: 'Roboto Condensed', sans-serif; color: #555; line-height: 24px;
}


.pubblicazione-titolo {
    font-family: 'Roboto Condensed', sans-serif; font-size:26px; color:var(--dark-color); 
}


.pubblicazione-sottotitolo {
    font-family: 'Roboto Condensed'; line-height:20px; font-size:16px; color:var(--dark-color);
}


.pubblicazione-scheda {
    width:100%; margin: 20px 0 1px 0; padding: 0 0 0 0;
}
.dati-tecnici-container {
    border-left: 1px solid #ccc; font-family: 'Roboto Condensed', sans-serif;
}

.dati-tecnici-riga {
    font-family: 'Roboto Condensed', sans-serif; font-size:14px; color:#666; font-weight: 300;
}

.dati-tecnici-riga-title {
    font-family: 'Roboto Condensed', sans-serif; font-size:14px; color:#990000!important; font-weight: 300;
}

.dati-tecnici-riga-label {
    font-size:11px;
    color:var(--dark-color);
    font-family: 'Roboto condensed', sans-serif;
}
.dati-tecnici-url-collana {
    text-decoration:none; 
    color:#888; 
    cursor:pointer;
    font-family: 'Roboto Condensed', sans-serif;
}
.pubblicazione-scheda-container {
    min-height:120px; font-size:12px; font-family:'Roboto Condensed'; padding-left:30px;
}

.pubblicazione-scheda-default-label {
    font-size:12px;
    font-weight:300;
    color: #101820; font-family: 'Roboto Condensed', sans-serif;
}

.pubblicazione-scheda-autore-label {
    color:#555;
    font-size:15px;
    font-weight:300;
    font-family:'Roboto Condensed', sans-serif;
}
.pubblicazione-scheda-autore {
    color:var(--dark-color);
    font-family: 'Roboto Condensed', sans-serif;
}
.pubblicazione-scheda-autore-link {
    font-size:13px; line-height:18px;text-decoration:none; color:var(--dark-color); font-weight:normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.pubblicazione-barra-pulsanti-container {
    width:100%; background:var(--back-color-yellow); padding: 15px 0 6px 10px; margin: 20px 0 0 0; 
}
.pubblicazione-barra-pulsante {
    float:left; text-transform: uppercase; min-width:90px; font-size:10px;line-height:18px; color:var(--dark-color);  margin: 0 10px 0 10px; padding-bottom:5px; text-align:center;
}
.pubblicazione-barra-pulsante-link {
    text-decoration:none; color:var(--dark-color); cursor:pointer; font-family:'Roboto Condensed';
}
.pubblicazione-barra-pulsante-immagine {
    margin-bottom:5px;
}


.pubblicazione-descrizione-title {
    color: #777; font-size:17px; font-weight:700; width:100%; font-family: 'Roboto condensed', sans-serif; border-bottom: 1px solid #bbb; margin-bottom: 10px;
}
.pubblicazione-descrizione-container {
    width:100%; margin: 20px 0 10px 0; padding: 0 0 5px 0; font-family: 'Roboto Condensed', sans-serif; font-size:15px; color:#666; font-weight: 300;
}

.pubblicazione-collane-container {
    width:100%;  margin: 20px 0 30px 0; padding: 0 0 20px 0; font-family: 'Montserrat', sans-serif; font-size:15px; color:#666; font-weight: 300;
}
.pubblicazione-collana-link {
    text-decoration:none; color:#555; cursor:pointer;
}
.pubblicazione-evento-container {
    margin-top:10px; /*border-bottom:1px solid var(--dark-color);*/
}
.pubblicazione-evento-box-locandina {
    margin-bottom:25px;
}
.pubblicazione-evento-box-locandina-immagine {
    width:70%;border:1px solid #eee;
}
.pubblicazione-evento-testo {
    margin-bottom:25px;
}
.pubblicazione-evento-testo-data {
    width:100%; line-height:13px; font-size:11px; font-family: 'Roboto'; color:#999; padding-bottom:10px;
}
.pubblicazione-evento-testo-tipologia {
    width:100%; line-height:13px; font-size:13px; font-family: 'Roboto Condensed'; color:var(--dark-color);
}
.pubblicazione-evento-testo-titolo {
    width:100%; line-height:18px; font-size:17px; font-family: 'Roboto Condensed'; color:#555;
}
.pubblicazione-evento-testo-luogo {
    width:100%; line-height:14px; font-size:12px;  color:#555; margin-top:10px;
}

.pubblicazione-eventi-container {
    width:100%; margin: 20px 0 30px 0; padding: 0 0 20px 0;
}
.pubblicazione-eventi-subcontainer {
    width:100%; margin-top:30px;
}

.pubblicazione-evento-box-locandina-image {
    width:20%; float:left;
}
.pubblicazione-evento-box-locandina-content {
    width:80%; float:left;
}

.pubblicazione-indice-container {
    width:100%; margin: 40px 0 30px 0; padding: 0 0 20px 0;
}
.pubblicazione-estratto-container {
    border-bottom:1px solid var(--light-color); margin-top:20px; margin-bottom:12px; width:100%; font-size:12px;
}

.pubblicazione-estratto-autori-link {
    color:#777; font-weight: 300; cursor:pointer!important;
}

.pubblicazione-estratto-titolo {
    font-family:'Roboto Condensed'; font-size:16px;
}
.pubblicazione-estratto-doi {
    font-size:11px; font-weight:300;
}
.pubblicazione-estratto-pagine {
    font-size:11px; font-weight:300;
}
.pubblicazione-estratto-prezzo {
    font-size:11px; font-weight:300;
}
.pubblicazione-estratto-formato {
    font-size:11px; font-weight:300;
}
.pubblicazione-estratto-pulsante-container {
    text-align:right;
}
.pubblicazione-estratto-pulsante {
    margin-bottom:10px;
}

.pubblicazione-social-container {
    width:100%; -moz-column-count: 2; -moz-column-gap: 10px; -webkit-column-count:2; -webkit-column-gap: 10px; -ms-column-count:2; -ms-column-gap: 10px; column-count: 2; column-gap: 10px; font-family:'Roboto Condensed';
}


.panel-container {
    border-radius:0px!important; border:0px solid #CCC;
}
.panel-container-title {
    background: #dfdfdf!important; font-family:'Roboto Condensed'; border-radius:0px; border-bottom:1px solid #999; border-top-left-radius:6px; border-top-right-radius:6px;
}
.panel-title {
    position: relative; cursor: pointer; font-size:17px;font-weight:700; color:#777;
}

.panel-title::after {
    content: "\f107";
    color: #555;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}


.panel-body-content {
    background: #dfdfdf; border: 0px!important; font-size:14px; font-family: 'Roboto Condensed', sans-serif; font-weight: 300;
}

/*
 * Added 12-27-20 to showcase full title clickthrough
 */

.panel-heading-full.panel-heading {
    padding: 0;
}

.panel-heading-full .panel-title {
    padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
    top: 10px;
    right: 15px;
}

.collapsing {
    transition: 1s;
}






.copertina-libro-container {
    width:90%; /*padding:3px; border:1px solid #eae1e1; border-radius:3px;*/
}
.copertina-libro-immagine {
    width:100%;
}


.acquista-online-container {
    width:90%; margin-top:30px;
}

.acquista-online-label {
    width:100%; line-height:14px; font-family:'Roboto Condensed'; font-size:18px; color:var(--dark-color); text-transform: uppercase;
}

.acquista-online-carrello {
    width:100%; text-align:center; background:var(--back-color-yellow); padding: 20px 0 20px 0; line-height:16px; border-top:2px solid var(--dark-color);
}

.acquista-online-combobox {
    font-size:12px; margin-bottom:5px; font-family:'Roboto condensed';  width:90%;
}

.pubblicazione-recensione-item {
    width:100%; border-bottom: 1px solid var(--back-color-yellow); font-size:13px; color:#777; padding:10px 0 10px 0;
}
.pubblicazione-recensione-item-image {
    float:left; width:10%;
}
.pubblicazione-recensione-item-content {
    float:left; width:90%; 
}
.pubblicazione-recensione-item-title {
    font-size:14px; font-family:'Roboto Condensed';
}
.pubblicazione-recensione-item-incipit {
font-size:11px; color:#999;
}


.acquista-online-carrello-table-head {
    background: var(--dark-color); color:#FFFFFF; font-size:10px;
}
.acquista-online-carrello-table-head th {
    line-height: 28px;  text-align:center;
}
.acquista-online-carrello-table-row td {
    border-bottom: 1px solid var(--dark-color); padding:10px 0 10px 0;
}

/**************************************/

/**************************************/

  .fa-circle {
    color:#DF0000;
  }
  
  .red-cart {
      color: #DF0000; background:white;
  }


/**************************************/

/**************************************/


  .carrello-articolo-isbn {
    font-size:11px;
    color: var(--dark-color);
    font-family: var(--sans-font); 
}
  
.carrello-articolo-titolo {
    font-family: var(--condensed-font); 
    font-size:16px;
    color:#555;
}
  
.carrello-articolo-prezzo {
    font-family: var(--condensed-font); 
    font-size:14px;
    color:#555;
    font-weight: 300;
}
  
.carrello-articolo-formato {
    font-family: var(--sans-font); 
    color: #888;
    font-size:12px;
}
  
.carrello-articolo-quantita {
    font-family: var(--condensed-font); 
    color:#555;
    font-weight: 300;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 25px!important;
}

.discount-text{
    color: red;
    text-decoration: line-through;
}

.subscript{
    color: green;
    font-size: 14px;
}


.qty_name {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 25px;
    /* font-size: 16px;
    color: #43484D;
    font-weight: 300;*/
}

.minus-ctn img {
    margin-bottom: 3px;
}
.plus-ctn img {
    margin-top: 2px;
}

.quantity {
    padding-top: 4px;
    /*margin-right: 60px;*/
}




div#background {
                                                                
    width: 100%;
    margin-bottom:30px;
    /* background-image: url(http://garchitecture.ca/php/images/headers/wood.jpg);*/
}

div#gallery {
    width: 100%; /* 800px; */
    margin: auto;
}


#background img {
    width:100%;
    /* height: 200px; */
    margin: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#background figure {
  /* float: left; */
  position: relative;
  background-color: white;
  text-align: center;
  font-size: 15px;
  padding: 1px;
  margin: 1px;
  /* box-shadow: 1px 2px 3px black; */
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 120%;
  transition-duration: 0.4s;
}






/*
figure.pic1 { -webkit-transform : rotate(-4deg); z-index: 1;}
figure.pic2 { -webkit-transform : rotate(8deg); z-index: 2;}
figure.pic3 { -webkit-transform : rotate(-10deg); z-index: 1;}
figure.pic4 { -webkit-transform : rotate(1deg); z-index:1;}
figure.pic5 { -webkit-transform : rotate(5deg); z-index:1;}
figure.pic6 { -webkit-transform : rotate(-8deg); z-index:1;}
figure.pic7 { -webkit-transform : rotate(2deg); z-index:1;}
figure.pic8 { -webkit-transform : rotate(-13deg); z-index:1;}
figure.pic9 { -webkit-transform : rotate(-7deg); z-index:1;}
figure.pic10 { -webkit-transform : rotate(8deg); z-index:1;}
figure.pic11 { -webkit-transform : rotate(-3deg); z-index:1;}
figure.pic12 { -webkit-transform : rotate(7deg); z-index:1;}
figure.pic13 { -webkit-transform : rotate(-10deg); z-index:1;}
figure.pic14 { -webkit-transform : rotate(-5deg); z-index:1;}
figure.pic15 { -webkit-transform : rotate(2deg); z-index:1;}
figure.pic16 { -webkit-transform : rotate(-8deg); z-index:1; }
figure.pic17 { -webkit-transform : rotate(12deg); z-index:1; }
figure.pic18 { -webkit-transform : rotate(3deg); z-index:1; }
figure.pic19 { -webkit-transform : rotate(-3deg); z-index:1; }
figure.pic20 { -webkit-transform : rotate(2deg); z-index:1; }
figure.pic21 { -webkit-transform : rotate(-5deg); z-index:1; }
figure.pic22 { -webkit-transform : rotate(10deg); z-index:1; }
figure.pic23 { -webkit-transform : rotate(7deg); z-index:1; }
figure.pic24 { -webkit-transform : rotate(-2deg); z-index:1; }
*/

figure.pic { z-index: 1; background: #EFEFEF; }


figure.pic1 { z-index: 1;}
figure.pic2 { z-index: 2;}
figure.pic3 { z-index: 1;}
figure.pic4 { z-index:1;}
figure.pic5 { z-index:1;}
figure.pic6 { z-index:1;}
figure.pic7 { z-index:1;}
figure.pic8 { z-index:1;}
figure.pic9 { z-index:1;}
figure.pic10 { z-index:1;}
figure.pic11 { z-index:1;}
figure.pic12 { z-index:1;}
figure.pic13 { z-index:1;}
figure.pic14 { z-index:1;}
figure.pic15 { z-index:1;}
figure.pic16 { z-index:1; }
figure.pic17 { z-index:1; }
figure.pic18 { z-index:1; }
figure.pic19 { z-index:1; }
figure.pic20 { z-index:1; }
figure.pic21 { z-index:1; }
figure.pic22 { z-index:1; }
figure.pic23 { z-index:1; }
figure.pic24 { z-index:1; }

#background figure:hover {
  /* box-shadow: 5px 10px 100px black; */
  -webkit-transform: scale(1.1,1.1);
  z-index: 20;
}

figcaption {
    font-family:'Roboto Condensed';
    font-size:12px;
    background: #efefef;
    min-height:36px;
    vertical-align: middle;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/***** success message *******/

.success-message {
    text-align: center;
    
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3DC480;
    
}
.success-message_icon {
    max-width: 150px;
    
}
.success-message_title {
    color: #3DC480;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
    font-size: 22px;
    
}
.success-message_content{
    color: #3DC480;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
    
}
circle {
    fill: #3DC480;
    
}

.success-message2 {
    text-align: center;
    
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.success-message_icon2 {
    max-width: 150px;
    
}
.success-message_title2 {
    padding: 20px 20px 20px 20px; 
    color: rgb(196, 61, 61);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
    font-size: 14px;

    
}

.circle2 {
    fill: rgb(196, 61, 61);
    
}

/* input place holder animate */

.form__input {
    font-size: 1.1em;
    padding: .6em 1em;
    width: 100%;
    border-radius: var(--borderRadiusSize);
    border: .1em solid #1795A5;
    outline: none;
    font-family: sans-serif;
    letter-spacing: .04em;
    background-color: var(--bgColor);
}

.form__group {
    --fs: 1rem;
    --borderRadiusSize: .2em;
    font-size: var(--fs);
    position: relative;
}

.is--medium {
    --fs: 1.3rem;
}

.is--large {
    --fs: 1.5rem;
}

.form__label {
    font-size: 1em;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 1.5em;
    top: 0;
    color: #414141;
    transition: transform 100ms ease;
    font-weight: bold;
    pointer-events: none;
    letter-spacing: .03em;
  }

  .form__input:not(:placeholder-shown) + .form__label,
  .form__input:focus + .form__label {
    font-size: .8em;
    transform: translate(var(--borderRadiusSize), -.6em);
    padding: .1em .6em;
    background-color: #EEEEEE;
    height: auto;
    font-weight: normal;
    color: #414141;
  }






/* -------------------------------------------------------------------------- */
/*      PRESENTAZIONE FOTO AUTORI (homepage)                                  */
/* -------------------------------------------------------------------------- */



.picture-box {
    position: relative;
    width: 100%;		/* desired width */
    overflow: hidden;
}
.picture-box:before {
    content: "";
    float: left;
    padding-top: 100%; 	 initial ratio of 1:1*/
}


.picture-box-2 {
    position: relative;
    width: 100%;		/* desired width */
    overflow: hidden;
}
.picture-box-2:before {
    content: "";
    float: left;
    padding-top: 140%; 	 initial ratio of 1:1*/
}

.picture-box-homepage {
    position: relative;
    width: 100%;		/* desired width */
    overflow: hidden;
    box-shadow: 0px 0px 40px #cccccc;
}
.picture-box-homepage:before {
    content: "";
    float: left;
    padding-top: 140%; 	/* initial ratio of 1:1*/
    
}


.picture-box-book {
    position: relative;
    width: 100%;		/* desired width */
    overflow: hidden;
}
.picture-box-book:before {
    content: "";
    float: left;
    padding-top: 140%; 	 /* initial ratio of 1:1*/
}
                                                        
                                                        
.picture-box-content {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    line-height:100%;
    height:100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.picture-box-content-image {
    object-fit: cover; min-width: 100%; height: auto;overflow: hidden;
}
                                                            
                                                            
.picture-box-content-homepage {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    line-height:100%;
    height:100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    
}

.picture-box-content-homepage-image {
    object-fit: cover; min-width: 100%; height: auto;overflow: hidden;
}                                                            

                                                            
.picture-box-content-2 {
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    line-height:100%;
    height:100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius:5px;
}                                                            
                                                            

