/*Stili custom by Click It*/

#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a.current,
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a:hover {
  color: #a82a3d !important;
  transition: all 0.3s;
}

.section-header-no-slide {
  padding: 95px 0px !important; 
}

img.logo {
  width: 15%;
}



.loghi-header {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -125px;
}

.loghi-header img {
  margin: 0px 20px;
}

img.logo-bio-header {
  width: 30%;
}

img.logo-sqnpi-header {
  width: 20%;
}

img.logo-footer {
  width: 40%;
}

.language a {
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
  margin-left: 20px;
  position: relative;
}

.item-img {
  margin-left: -130px;
}

.text-color-light, .link-white {
    color: #FFF !important;  
}

.text-color-dark {
    color: #222 !important;  
}

.italic {
    font-style: italic !important;
}

.intro-text h1 {
  padding: 0px 30px;
  text-align: center;
}

.intro-text p {
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 30px;
}

.cat-text-container {
  padding: 0px 60px 0px 0px;
  }

li.social {
    margin-top: 40px !important;
}

li.social > a {
    margin: 0px 10px !important;
}

.news-item {
  background:#f9f9f9;
  padding:30px;
  height: 450px;
}

.read-more-button {
  position: absolute;
  bottom: 0;
}

.loghi-footer-sqnpi {
  margin-top: 15px;
  width: 80px;
}

.loghi-footer-bio {
  margin-top: 15px;
  margin-right: 20px;
}

.mobile-only {
  display: none;
}

@media (max-width: 1440px) {

  .item-img {
    margin-left: -230px;
  }

}

@media (max-width: 991px) {
  img.logo
  {
    width: 75%;
  }
  
  .loghi-header
  {
    margin-left: -170px;
  }
  
}


@media (max-width: 767px) {
  
  img.logo {
    width: 35%;
  }
  
  .loghi-header {
    position: absolute;
    top: 600px;
    left: 50%;
    margin-left: -130px;
    display: none;
  }
    
  .language a {
    font-size: 14px;
    margin-left: 3px;
  }
  
  .intro-text h1 {
    font-size: 25px;
  }
  
  .intro-text p {
    font-size: 1.1em;
    line-height: 28px;
    padding: 0px 30px;
  }
  
  .text-6 {
    font-size: 1.1em !important;
  }
  
  .text-15 {
    font-size: 2.8em !important;
    line-height: 45px;
  }
  
  .thumb-info .thumb-info-title {
    font-size: 20px;
    padding: 7px 12px;
    bottom: 12%;
  }
  
  .item-img {
    width: 100% !important;
    margin-left: 0px;
  }
  
  .cat-text-container {
    padding: 60px 20px;
    text-align: center;
  }
  
  .shopOnLine{
    display: none;
  }
  
}

@media (max-width: 480px) {
  
  img.logo {
    width: 190%;
  }
  
  .mobile-only {
    display: block;
  }
  
  .monitor-only {
    display: none;
  }

}


#mobile_err{
    color: red;
}
#cpassword_err{
    color: red;
}
#password_err{
    color: red;
}
#email_err{
    color: red;
}
#messaggio_err{
    color: red;
}
#username_err{
    color: red;
}



// Try your colors (SCSS):
$popupShadow: #000;
$titleBack: #71BBF2;
$titleText: #0C63A4;
$boxBack: #DFDFDF;
$boxText: #3D3D3D;
$buttonBack:#1C91E7;
$buttonText:#DFDFDF;
$buttonBorder:#0C63A4;

/* Web CSS */

.wrap{
	width:80%;
	display:block;
	margin:20px auto 20px auto;
}

.intro a{
	color:#0FA3DE;
	text-decoration:underline;
	cursor:pointer;
}

/* Popup CSS */


.wrap_popup{
	display:none;
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 0;
	height:100%;
	width:100%;
	overflow:auto;
   background-color: rgba(0,0,0,0.6);
}

.popup{
	height:auto;
	width:80%;
	max-width:600px;
	margin-top:25%;
    margin-left: auto;
    margin-right: 5%;
	display:block;
	border-radius:2px;
	overflow:hidden;
	-moz-box-shadow: 0 0 5px $popupShadow;
	-webkit-box-shadow: 0 0 5px $popupShadow;
	box-shadow: 0 0 5px $popupShadow;
}

.title{
	width:100%;
	display:block;
	background:#fff;
	color:#000;
	font-weight:700;
	padding:5px;
}

.title p{
	margin:5px;
}

.box{
	width:100%;
	display:block;
	background:#fff;
	padding:5px;
	color:#000;
}

.box p{
	margin:5px;
}

.box button{
	padding:5px;
	margin:5px 0px 5px 0px;
	background:#000;
	color:#fff;
	border:1px solid #000;
	border-radius:1px;
}