@font-face {
    font-family: BiancoeneroBook;
    src: url("/fonts/BiancoeneroBook.TTF") format("opentype");
}

@media (max-width: 800px) { 
    .li_info {
        display: none !important;
    }

    .imm_profilo {
        margin-top: 0px !important;
    }

    #titoloLogo {
        font-size: 16px     !important

    }
}

@media (max-width: 350px) { 
}

@media (min-width: 800px) { 
    .li_login, .li_register, .li_profilo {
        display: none !important;
    }
}

@media (max-width: 768px) {
	.teacher-single-inner img {
		object-fit: contain !important;
	}
}

#loadMore {
    transition: 1s;
}

#loadMore:hover {
    background-color: #aecdec;
    color: #059CD7;
    cursor: pointer;
}

#btnPrenota:hover{
    cursor: pointer;
}

.divider_span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #002F9B;
    text-align: center;
    margin: 10px auto 40px auto;
}

.divider_span2 {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #002F9B;
    text-align: left;
    margin-bottom: 20px
}


/*NEW BIBLIOCLICK...*/
.col_input_ricerca {
    margin-bottom:10px;
}

.col_input_ricerca input {
    border: 1px solid #aaa !important;
    height: 72px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 20px !important;
    font-family: 'Titillium Web', sans-serif !important;
    padding-top:13px;
    padding-left:13px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 60px !important
}

.select2-selection__choice {
    background-color: #002F9B !important;
    color: white !important;
}

.select2-selection__choice__remove span {
    color: white !important;
}

.home {
    height: 970px !important;
    min-height: unset !important;
}

@media (max-width: 768px){
    .home {
        height: 1400px !important;
    }
}

.select2-results__option--highlighted {
    background-color: #002F9B !important;
}

.blog11 .blog11-contents .blog11-single figure figcaption div.blog-date span {
    background-color: #002F9B;
    color: white;
}

.product-details .product-info > h2 {
    font-size: 30px
}

.product-details .product-tabs .tab-content .tab-pane p {
    font-size: 16px;
    font-weight: 400 !important;
}

.badge-secondary {
    background-color: #002F9B;
    color: white;
    font-weight: 500 !important;
    padding:10px
}

/*SLIDER LATERALE FILTRI*/

/* Classes that matters for the effect */

#slideContent {
    position: fixed;
    background: #333;
    padding: 40px;
    padding-left: 60px !important;
    z-index: 9999999999999999;
    width: 600px;
    left: 0px;
    margin-left: -600px;
    top: 150px;
    color: #ccc;
}

.eac-item {
    color: black
}

#slideBtn {
    position: fixed;
    width: 50px;
    left: 0px;
    background: #000;
    top: 150px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    z-index: 9999999999999999999 !important;
}


.expandedTxt {
    display: none
}

#slideBtn.expanded .expandedTxt {
    display: block
}

#slideBtn.expanded .click {
    display: none
}

.select2-container--open , .select2-dropdown--below {
    z-index: 99999999999999999999999999 !important;
}
/**/

.header_pagine_interne {
    height: 200px;
    background-image: url('/images/bg5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

@media(min-width: 1168px) {
    .header_pagine_interne .img_logo_interne {
        margin-left: 50px
    }
}

.pag_interne_menu li a {
    font-size: 14pt !important;
    font-weight: 600 !important;
    color: white !important;
    text-shadow:0 0 10px rgb(0 0 0 / 90%) !important;
}

#edulight-navbar-collapse li a {
    font-size: 14pt !important;
    font-weight: 600 !important;
    color: white !important;
    text-shadow: 0 0 10px rgb(0 0 0 / 90%) !important;
}