/* Codice CSS per HAMBURGER ANIMATO su SMARTPHONE */
/* ============================================================================== */
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #444444;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    left: 0px;
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative;
    left: 0px;
    top: -11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
}
/* stile pr far scrollare il menu su MOBILE quando supera l'altezza schermo */
/* ============================================================================== */
@media (max-width: 575px) {

}

/* Pulsante X per chiudere il CAROSELLO FullScreen */
/* ============================================================================== */
#chiudi-carosello-basile-full-screen {
	z-index: 5;
	position:absolute;
	top: 70px;
	right: 10px;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
}
/* Stile per MENU NAVIGAZIONE di Destra con ScrollSpy */
/* ============================================================================== */
#menu_navigazione_pagina .active {
	border-left: 5px solid #CCCCCC;
	font-weight:normal;
}
#menu_navigazione_pagina > a {
	line-height: 15px;
	border-left: 5px solid #FFFFFF;
}
#menu_navigazione_pagina > a:hover {
	border-left: 5px solid #CCCCCC;
	font-weight:normal;
}
#menu_navigazione_pagina {
	max-height: 250px;
	height: 250px;
	min-height: 250px;
	margin-top: 15px;
	/*background-color:red;*/
}
@media (max-width: 575px) {
	#menu_navigazione_pagina {
		visibility:hidden;
		display:none;
	}
}
/* Stile per pulsante BACK-TO-TOP */
/* ============================================================================== */
#back-to-top{
    position: fixed;
    bottom: 80px;
    right: 20px;
    display:none;
	z-index: 5000;
}
#back-to-top a{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
#back-to-top a:hover{
    cursor: pointer;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}
#back-to-top h1{
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
/* Stile per la NAVBAR (barra MENU in alto fissa) */
/* ============================================================================== */
#basile_navbar {
	background-color: grey; /* Serve per Explorer */
	border-bottom: 1px solid #CCCCCC;
}
/* Stile per FOOTER */
/* ============================================================================== */
.footer {
	widht:100%;
	height:60px;
	background-color: #f5f5f5;
	border-top: 1px solid #CCCCCC;
}
@media (max-width: 575px) {
	.footer_contenuto_sx, .footer_contenuto_dx {
		overflow: hidden;
		text-align: center;
		line-height: 30px;
	}
}
@media (min-width: 576px) {
	.footer_contenuto_sx {
		overflow: hidden;
		text-align: right;
		line-height: 60px;
	}
	.footer_contenuto_dx {
		overflow: hidden;
		text-align: left;
		line-height: 60px;
	}
}
/* Stile per FOTO VARIE e MINIATURA FOTO nella CARD */
/* ============================================================================== */
.card-body, .card-footer, .card-header{
	padding:3px;
}
.miniatura {
	widht:140px;
	height:140px;
	max-width: 140px;
	max-height:140px;
	min-width: 140px;
	min-height:140px;
	border: 0.5px solid #CCCCCC;
	margin: auto;
	margin-top:8px;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
}
.miniatura_card_catalogo_container{
	widht:140px;
	height:140px;
	min-width: 140px;
	min-height:140px;
	border: 0.5px solid #CCCCCC;
	margin: auto;
	margin-top:8px;
	overflow:hidden;
	line-height: 120px;
}
.miniatura_card_catalogo {
	max-width: 130px;
	max-height:130px;
}
.logo_ditta_rotate_container {
	overflow::visible;
	margin:auto;
	position:relative;
}
.logo_ditta_rotate {
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position:absolute;
}
.div_link {
	transition: transform 0.4s ease;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
}
.div_link:hover {
	border: 1px solid #999999;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.card {
	min-width: 150px;
	overflow:hidden;
}
/* Stile BREADCRUMB e NAVIGATION-PAGE*/
/* ============================================================================== */
.my_breadcrumb {
	border:     1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 10px;;
}
/* Stile Immagini HOME PAGE */
/* ============================================================================== */
.img_navigazione { /* La prima immagine nella Home in mezzo al testo */
	width:50%;
}
/* Immagini galleria foto nella HOME */
.img_gallery {
	width:30%;
}
/* Stile Immagini Catalogo ARTICOLO */
/* ============================================================================== */
.carousel-articolo-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2306f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-articolo-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2306f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
#carousel_articolo_container{
	overflow:hidden;
	margin-bottom:10px;
	padding:10px;
}
.img_carousel_articolo{
	max-width:100%;
	max-height:94%;
}
.carousel_articolo_indicators li {
    border-radius: 50%;
    height: 15px;
    width: 15px;
	background-color:#92CBFA;
	cursor:pointer;
}
.carousel_articolo_indicators .active {
	background-color: blue;
}
/* Stile di pagina generico */
/* ============================================================================== */
.titolo_sezione {
	display:block;
	width:100%;
	margin-top: 10px;
	margin-left: 5px;
}
.ancora-basile { 
  margin-bottom: 20px; 
}
body { 
	padding-top: 60px;
	/* Serve per dividere le parole (mandare a capo) per non farle uscire dal DIV se sono troppo lunghe
	/* word-wrap: break-word; */
}
/* Blocco nascosto per posizionare correttamente sotto la navbar fissa in alto i link hash # tramite id */
/* ============================================================================== */
.ancora-basile:before { 
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden;
}
/* Blocco nascosto per visualizzare il contenuto a fondo pagina che sarebbe nascosto dal FOOTER */
/* -----> Attivare solo con FOOTER fixed-bottom */
/* ============================================================================== */
.container_DISATTIVATO:after { 
  display: block; 
  content: " "; 
  margin-bottom: -60px; 
  height: 60px; 
  visibility: hidden; 
}
