@import url("fonts/stylesheet.css");

body,html {
	padding: 0px;
	overflow-x: hidden;
	font-family: 'FuturaPTW01-Light', "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color:#1f394f;
	font-size: 100%;
	letter-spacing:3px;
	line-height:1.5;
	
	}
	
	.container{
		width:100%;
		max-width:1280px;
		margin:0 auto;
	}
	header{
		background: url(img/head.jpg) 50% 110px no-repeat; 
		text-align: center;
	}
	header.internal{
		background: url(img/internal-background.jpg) 50% 110px no-repeat; 
		text-align: center;
		padding-bottom:3%;
	}
	header h1, header h3{
		margin:3% 0;
	}
	
	nav{
		font-family: 'FuturaPTW01-Book', "Trebuchet MS", Arial, sans-serif;
		font-size:14px;
		padding-top:30px;
	}
	
	.navbar-right > li{
		
		padding-right:0px;
	}

	.logo{
		width:100%;
		max-width:260px;
	}
	.navbar-default{
		
		background-color:#fff;
		border:0px;
	}
	#crossroad{
		background:url(img/road.jpg) top center no-repeat;
		background-size:cover;
		width:100%;
		max-width: 1280px;
		margin:0 auto 20px auto;
		height:280px;
	}
	#contatti{
		background:url(img/crossroad.jpg) top center no-repeat;
		background-size:cover;
		width:100%;
		max-width: 1280px;
		margin:0 auto 20px auto;
		padding: 90px 0 70px 0;
	}
	
	#form-response{
		color: #3f5970;
		text-align: center;
		background-color: #d2c9c9;
	}
	.sedi{
		text-align:center;
		margin:70px auto;
	}
	
	h1{
		font-family: 'FuturaPTW01-Book', "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		font-size:4.8em;
	}
	.internal-content {
		text-align:center;
	}
	.internal-h1{
		color: white;
		font-size: 4em;
	}
	.internal-content h4{
		color:#f55d14;
	}
	.internal-content > div:first-child{
		padding:30px 0;
	}
	.pdfs-zone div{
		padding-bottom:30px;
	}
	ul.internal-list {
		text-align: left;
		max-width: 700px;
		margin: 0 auto;
	}
	.nws {
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
	
	h2{
		font-family: 'FuturaPTW01-Light', "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		font-size:2.8em;
		letter-spacing:0;
		
	}
	h3{
		font-family: 'FuturaPTW01-Light', "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		font-size:1.8em;
		
	}
	
	h4{
		font-family: 'FuturaPTW01-Light', "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		font-size:1.5em;
		letter-spacing:0.1em;
		line-height: 1.4em;
		
	}
	h5{
		font-family: 'FuturaPTW01-Book', "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		font-size:1em;
		letter-spacing:0.3em;
		line-height: 1.4em;
		
	}
	hr{
		width: 100%;
		max-width: 200px;
		margin:30px auto;
	}
	
	.sub-head{
		text-align:center;
	}
	.sub-head h2{
		margin: 50px 0 20px 0;
	}
	 .sub-head h4{
		margin: 20px 0;
	}
	
	.orange-hr{
		border-top: 1px solid #f55d14;
		max-width: 300px;
	}
	.news-area{
		text-align:center;
	}
	footer{
		
		margin-top:30px;
		text-align:center;
		
	}

	.navbar-toggle {
     position: relative;
     float: none; 
     margin-right: 0; 
	}

	.dropdown-menu li {
		font-size: 0.85em;
	}
	#relationships	img{
		max-width:100%;
		margin:20px;
	}

/* CUSTOM DIVS */

.blue-section{
	background-color:#4c687d;
	color:#fff;
	padding:50px;
	margin:70px 0;
}
footer .blue-section{
	margin-bottom:0;
}
.blue-section-frame{
	max-width:1280px;
	margin:0 auto;
}
footer .blue-section-frame p{
    font-size: 0.7em;
    margin-top: 15px;
}
.sportello-box{
	border-bottom:1px solid #415c70;
	padding:20px 0;
	margin-bottom:50px;
}

.sportello-box h4{
	color:#abcbe4;
	font-size:1.2em;
	margin-bottom:20px;
}
.sedi h4{
	font-size:1.2em;
	font-weight: 700;
}
.sedi img {
    display: block;
    margin: 20px auto;
}
.sportello-box p{
	min-height:130px;
	font-family: 'FuturaPTW01-Light', "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}
.news-preview{
	margin:30px 0;
}
.law{
	margin-top:60px;
}
.law a{
	color:#f24e00;
	font-size:0.8em;
	margin:0 20px;
}

/*--------------------*/
/* LINKS */

a{
	font-family: 'FuturaPTW01', "Trebuchet MS", Arial, sans-serif;
}

.lnk:link {
	color:#605e5d;
	text-decoration:none;
	transition: color 0.3s ease;
	
}

.lnk a{
	color:#605e5d;
	text-decoration:none;
	transition: color 0.3s ease;
	
	
}

.lnk a:link{
	color:#605e5d;
		
}

.lnk:visited {
	color:#605e5d;

}

#login-btn{
		border: 2px solid #f55d14;
		padding: 0px 15px;
		transition: background-color 300ms;
	}
#login-btn:hover{
	color:#fff;
	background-color:#f55d14;
}
#login-btn:hover a{
	color:#fff;
}
#login-btn a{
		color:  #f55d14;
	}
.orange-txt{
    color: #f55d14;

}

.scopri-btn,.registrati-btn, .continua-btn{
	font-size:1em;
	color:#fff;
	padding:10px 15px;
	margin:3% 20px 7% 20px;
	border-radius:8px;
	 min-width: 200px;
}
.scopri-btn,.continua-btn{
	background-color:#4c687d;
}
.registrati-btn{
	background-color:#f55d14;
}
.continua-btn{
	font-size:0.8em;
	padding:10px ;
	 min-width: 150px;
}
.scopri-btn:hover{
	color:#fff;
	background-color:#4880ab;
}
.servizi-btn{
	font-size:1em;
	color:#012d4f;
	padding:10px 15px;
	margin:3% 0;
	border-radius:8px;
	background-color:#fff;
}

.arrow-down-btn img{
	width:30px;
}
.arrow-down-btn {
	margin: 40px 0 0;
}
.modal-content {
    background-color: #4c687d;
}
.modal-content a{
	color:#becedb;
	font-size: 0.8em;
    letter-spacing: 0.1em;
}
.modal-footer,.modal-header {
    text-align: inherit;
	border:0;
	padding-top:0;
}
.modal-header {
    padding: 0;
	text-align:right;
}
.modal-header .close {
    border: 0;
    background-color: transparent;
    font-size: 0.9em;
    color: #d2d2d2;
}
.modal-footer .btn{
    background-color: #203244;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.modal-content input[type="text"], .modal-content input[type="password"]{
	background-color:#fff;
	color:#969696;
}

textarea, input[type="text"],input[type="submit"],input[type="password"]{
	width:100%;
	max-width:280px;
	height:50px;
	background-color:#969696;
	border:0;
	margin-bottom:20px;
	color:#fff;
	text-align:center;
	
}
input[type="submit"]{
	background-color:#3f5970
}
textarea{
	    padding-top: 15px;
}

label.error{
    background-color: #f55d14;
    color: #fff;
    padding: 0 5px;
    font-size: 0.9em;
	margin-bottom: 20px;
}
input.error,textarea.error {
    margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.modal-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #969696;
}
.modal-content ::-moz-placeholder { /* Firefox 19+ */
      color: #969696;
}
.modal-content :-ms-input-placeholder { /* IE 10+ */
      color: #969696;
}
.modal-content :-moz-placeholder { /* Firefox 18- */
      color: #969696;
}
.text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }

/* BREAKPOINT */

@media  (max-width: 1160px){
nav{
		padding-top:0;
	}

@media (min-width: 480px) and (max-width: 767px){
	
	.img-responsive {
  display: inline;
  max-width: none;
  height: auto;
  margin: 0 auto;
  max-width:330px;
  text-align:center;
}
	
}

@media (min-width: 1280px){
	
	.img-responsive {
	  display: inline;
	  max-width: none;
	  height: auto;
	  margin: 0 auto;
	  max-width:330px;
	  text-align:center;
	}

}


@media (max-width: 767px) {
	#login-btn{
		border: 0;
	}
	#login-btn a{
		color:#f59465;
	}
	
	section{
		padding:10px;
	}
	section:first-child{
		padding:0;
	}

/* ALIGNMENT */

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

	.navbar-right > li {
		    padding: 5px 0;
	}
	nav {
		font-size: 17px;
		color:#fff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		background-color: #34495a;
	}
	.navbar-default .navbar-nav > li > a{
		color:#fff;
	}
	label.error {
		display: block;
		width: 100%;
		max-width: 280px;
		margin: 10px auto 20px auto;
	}
	#richiesta-error.error{
		margin: 0 auto 40px auto;
	}
	.internal-content{
		font-size:1em;
	}
	.internal-h1{
		margin: 0;
	}
}


@media (min-width:768px ) and (max-width: 800px){
	
	html,body{
		
		font-size:95%;
	}

}

@media (min-width: @screen-md-min) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
@media (max-width: 480px) {
	
	html,body{
		
		font-size:90%;
	}
	.sportello-box p,.news-preview{
		font-size:1.4em;
		line-height:1.3;
	}
	
	.law a{
		
		margin:0 10px;
	}
	
	.internal-content{
		font-size:1.2em;
	}
}

