﻿/* Place Your Custom Styles Here */

#home {
	background-color:#406e95;
	background-image: url('../../img/sfondo6.jpg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.site-footer .copyright {
    font-size: 0.7rem;
}

.tooltip-nav ul li a span {
	background: none;
	border: 1px solid #fff;
    transform: rotate(-45deg);
}
.tooltip-nav ul li.active a:before {
    transform: rotate(-45deg);
}

.tooltip-nav ul li a span.etichetta {
    position: absolute;
    width: auto;
    background: none;
	border: none;
    top: 0;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: right;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #fff;
	transform: rotate(0);
}

.site-footer .social-nav {
	display: none;
}

.tooltip-nav ul:before, .tooltip-nav ul:after {
    border-right: 1px solid #fff;
}

.tooltip.show {
	opacity: 1;
	display: none;
}

img.prodotto {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

img.prodottosmall {
	width: 60%;
	height: 60%;
	margin: 0 auto;
}

.page-slide {
	position: relative;
}

.site-header.header-mobile-light{
	z-index: 99;
}

@media only screen and (max-width: 600px) {
  .grandes {
	display: none;
	}
   .feature-blockZZZZ {
	margin: 0 1em;
   }
}
