/*Login slidershow*/
#login-right .galleryLogin { display: none; }
#login-right.open .galleryLogin { display: block; }
#login-right.open .loginSlideshow { display: none; }
.loginSlideshow { position: relative; height: 100%; }
.loginSlideshow img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; max-width: 100%; opacity: 0; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; transition-duration: 1s; }
.loginSlideshow img.active { opacity: 1; }

/*Visualizzazione alternata prodotto*/
.clear { clear: both; }
.prodotto .large { float: left; width: calc( 100% - 370px ); height: 370px; position: relative; border-left: 0; }
.prodotto .small { float: right; width: 370px; position: relative;margin-bottom: 0;
		padding: 0;
		border-left:0px !important;
		border-right:0px !important; }
.prodotto:nth-child(even) .large { float: right; border-right: 0; border-left: 15px solid #eee; }
.prodotto:nth-child(even) .small { float: left; }
.prodotto .titoloProdotto { position: absolute; bottom: 40px; right: 40px; }
.prodotto:nth-child(even) .titoloProdotto { right: auto; left: 40px; text-align: left; }

button { outline: 0 }
.error { color: #FE0000; font-weight: bold; padding-top: 5px; }
.error a{ color: #FE0000 !important; font-weight: bold; text-decoration: underline; }
span.nomeUtente { text-transform: uppercase; }
/*.navbar-nav .nav-item:last-child .nav-link { padding-left: 5px; }*/
.navbar-nav .nav-item .account { padding-left: 40px; padding-right: 0 }

body.scrolling>div:first-child:before { content: ' '; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(https://c.fastcompany.net/asset_files/-/2016/06/08/loading_spinner.gif) no-repeat center center #FFF; z-index: 9999; }
.texture {background-image: url( "../img/texture.jpg"); background-repeat: repeat;}



/*TABLET LANDSCAPE*/
@media only screen and (min-width : 993px) and (max-width : 1199px) {

}
/*TABLET PORTRAIT*/
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .prodotto .large { width: calc( 100% - 213px ); height: 213px; }
    .prodotto .small { width: 213px; }
}
/*MOBILE (telefoni e phablet)*/
@media only screen and (max-width : 767px) {
    .prodotto .large, .prodotto:nth-child(even) .large { width: 100%; border: 0; height: 80px; }
    .prodotto .titoloProdotto, .prodotto:nth-child(even) .titoloProdotto { left: 15px; bottom: 15px; right: auto; text-align: left; }
    .loginSlideshow { height: 355px; }
    div .quadrato { height: auto; }
	.prodotto .large{
		margin-bottom: 0px;
	}
	.prodotto .small{
		width:100%;
		margin-bottom: 15px;
		padding: 0 15px 15px;
		border-left:0px !important;
		border-right:0px !important;
	}
}
@media only screen and (max-width : 568px) {
    .loginSlideshow { margin-top: 15px; }
}