﻿/* 
	==================
	HEAD SINGOLO
	==================
*/
.heads{
	width: 100%;
	padding: 120px 0 70px 0;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-ms-background-size:cover;
	-o-background-size:cover !important;
	_background-size:cover;
	*background-size:cover;
	background-size:cover !important;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	position:relative;
}

#headers .heads:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: url("../img/intro-shadow.png") 50% 100% no-repeat;
}

.heads h2{
	font-size: 44px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 1px 0 #666666;
	margin:0;
	padding:0;
	z-index: 99;
	position:relative;
	
}

.heads h2 span{
	color: #fff;
	font-size: 40px;
}



/* 
	==================
	CONTENUTO PAGINA
	==================
*/
#contenuto_login {
	padding: 50px 0 150px 0;
	width: 100%;
	background: #fff;
}

#contenuto_login .section-header {
    margin-top: 120px;
    margin-bottom: 0px;
    
  }

#contenuto_login .section-title {
    
    top:-33px;
    padding:0 40px;
    font-size:34px;
    line-height:59px;
  }
  

#contenuto_login p{ 
	text-align:left;
	font-size: 13px;
	line-height:33px;
	letter-spacing:1px;
	color:#f55300;
	margin: 0;
	font-weight: 400;
}
  

#contenuto_login .form-group:after {
	display:block; 
	content:".";
	height:0; 
	line-height:0;
	clear:both; 
	visibility:hidden;
}

#contenuto_login .form-control {
	height: 46px; 
	padding: 12px;
	border:#ddd 1px solid;
    color: #000;
    font-size: 14px;
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}

#contenuto_login .form-control:focus {
	border-color:#ffd600;
	
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}

#contenuto_login form label 
{
    font-size: 14px;
    color: #666;
	font-weight:400;
}

#contenuto_login .form-cornice {
	padding: 20px; 
	margin-bottom:20px;
	margin-top: 10px;
	border:#ffd600 1px solid;

	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}

#sitemap_login {
    width: 100%;
    position: relative;
    background: #080808;
    padding: 30px 0px 30px 0px;
    border-top: 1px solid #383637;
}

#sitemap_login p{ 
	text-align:left;
	font-size: 10px;
	line-height:14px;
	letter-spacing:1px;
    text-transform:  uppercase;
	color:#7b797c;
	margin: 0;
}

#sitemap_login a {
   text-decoration: none;
}

#sitemap_login i:hover {
   background-color: #ffd600;
   opacity: 0.9;
   color: #fff;
}


#footer_login {
    width: 100%;
    position: relative;
    background: #181818;
    padding: 30px 0px 30px 0px;
    border-top: 5px solid #ffd600;
}


#footer_login p {
	text-align: center;
	font-size: 14px;
    font-weight: 600;
    line-height: 74px;
    color: #7b797c;
    letter-spacing:1px;
    margin:0;
    padding: 0;
    -webkit-transition: transform 0.35s, color 0.35s;
    -moz-transition: transform 0.35s, color 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    -ms-transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
}

#footer_login .footer-icon {
	width: 128px;
	height: auto;
	font-size: 70px;
	margin: 30px auto 0px auto;
	padding: 25px 20px;
	text-align: center;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #181818;
	color: #7b797c;
	border: 4px solid #7b797c;
	
	 -webkit-transition: transform 0.35s, color 0.35s;
    -moz-transition: transform 0.35s, color 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    -ms-transition: transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
   
}

#footer_login .trans 
{
    margin: 0;
    padding: 0;
}

#footer_login .trans:hover p 
{
    color: #ffd600;	
	transform: translateY(4px);
	
}

#footer_login .trans:hover .footer-icon {
	color: #ffd600;	
	border: 4px solid #ffd600;
	transform: translate3d(0,-12px,0);
}



.percorso {
	text-align: left !important;
	background: #fff;
	font-size: 14px;
	color: #ffd600;
	font-weight:400;
}

.login_esci {
	text-align: right;
    padding-right: 40px;
}

.login_esci a {
	font-size: 14px;
	color: #ffd600;
	font-weight:400;
}








#contenuto_scheda {
	padding: 40px 0 100px 0;
	width: 100%;
	background: #fff;
}

#contenuto_scheda .section-header {
    margin-top: 50px;
    margin-bottom: 0px;
    
  }

#contenuto_scheda .section-title {
    
    top:-33px;
    padding:0 40px;
    font-size:34px;
    line-height:59px;
  }
  

#contenuto_scheda a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

#contenuto_scheda h2 { 
	margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size:14px;
    line-height:34px;
    color: #ffd600;
    font-weight: 600;
    border-bottom: dashed 2px #ffd600;
}



#contenuto_scheda .form-cornice {
	padding: 10px 20px 40px 20px; 
	
}


#contenuto_scheda .padding_sezioni { 
	
    padding-top: 20px;
}

#contenuto_scheda p { 
	text-align:left;
	font-size: 14px;
	line-height: 16px;
	letter-spacing:1px;
	color:#ffd600;
	margin: 0;
	padding: 4px 5px 2px 5px;
	font-weight: 400;
	overflow:auto;
}

#contenuto_scheda span { 
	color:#666;
	font-weight: 400;
}

#contenuto_scheda .row {
    padding-top: 18px;
}

#contenuto_scheda p a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

#contenuto_scheda .padding_xs {
    padding-top: 0px;
}






#contenuto_scheda .table {
   background-color: #fff;
   font-size: 13px;
   color: #333;
   margin-top: 10px;
}

#contenuto_scheda .table th {
   font-size: 13px;
   color: #333;
   font-weight:600;
}


#contenuto_scheda .table thead > tr > th,
#contenuto_scheda .table tbody > tr > th,
#contenuto_scheda .table tfoot > tr > th,
#contenuto_scheda .table thead > tr > td,
#contenuto_scheda .table tbody > tr > td,
#contenuto_scheda .table tfoot > tr > td {
  padding: 5px 0px 5px 0px;
  line-height: 2;
  vertical-align: top;
  border: 0;
  border-bottom: 1px dashed #ffd600;
}

#contenuto_scheda .table thead > tr > th,
#contenuto_scheda .table thead > tr > td {
    border: 0;
    padding-left:  6px;
    padding-right: 6px;
    border-bottom: 1px dashed #ffd600;
    color: #ffd600;
}


#contenuto_scheda .table-striped > tbody > tr:nth-child(odd) > td,
#contenuto_scheda .table-striped > tbody > tr:nth-child(odd) > th {
   background-color: #f7f7f7;
}

#contenuto_scheda .table .freccia {
   text-align: right;
   color: #ffd600;

}

#contenuto_scheda .table .freccia a {
   color: #ffd600;
   font-size: 13px;
}

#contenuto_scheda .table > tbody > tr:hover > td,
#contenuto_scheda .table > tbody > tr:hover > th {
  background-color: #DEEFFF;
}



#contenuto_scheda .table td a { 
   display: block; 
   padding: 2px 8px 2px 8px; 
   font-size: 13px;
   color: #333;
}

#contenuto_scheda .table td a:hover {   
  text-decoration: none;
}