body {
  	margin: 0px;
    font-family: "Lato", Sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0.4px;
    color: #111111;
}

p {
	font-size: 16px;
	line-height: 24px;
    color: #222222;
}

a:hover, a:focus, a:active, a.active {
    color: #0057da;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #0057da;
	color: #ffffff;
}

@media (min-width: 768px) {
	section {
		padding: 3em 0 50px 0;
	}
}

section {
	position: relative;
    padding: 30px 0;
	z-index: 1;
    background: #fff;
}

.navbar-default {
	background-color: #000000;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	padding: 0px;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	background-color: #0057da;
	border-color: #ffffff;
	color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #0057da;
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color:#ebebeb;
	border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: rgba(255,255,255,0.01);
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #0057da;
	border-color: #0057da;
	background-color: #ffffff;
	outline: 0;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #111111;
	background-color: #ffffff;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #111111;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: #111111;
		padding: 15px 0 10px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
		box-shadow: 0 5px 7px rgba(0,0,0,0.2);
	}
	.navbar-default .navbar-brand {
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #111111;
		padding: 10px 0 5px 0;
	}
}

header {
	background-color: #d6e6ff;
	text-align: center;
    color: #fff;
}
header.index {
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #111111;
	padding-bottom: 0;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 10px;
}
header .intro-text a{
	text-shadow: none !important;
}

@media (min-width: 768px) {
	header .intro-text {
	    padding-top: 100px;
	    padding-bottom: 10px;
		margin: 0 auto;
	}
}

header .intro-text .intro-lead-in {
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
	    font-style: italic;
	    font-size: 35px;
	    line-height: 40px;
	    margin-bottom: 15px;
	}
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
	    text-transform: uppercase;
	    font-weight: 700;
	    font-size: 50px;
	    line-height: 50px;
	    margin-bottom: 0;
	}
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 16px;
}
.subtitle{
	font-size:18px;
	font-style: italic;
	text-align: center;
}

.dark-bg {
    background: #222222;
    color: #fff;
}

.bg-img1 {
    background-image: url(../img/office-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.light-bg {
	background-color: #f8f8f8;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

section#contact form {
    margin-top: 15px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

footer {
    padding: 30px;
    background-color: #000;
}

footer p {
    color: #cccccc;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #3c8dbc;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
}
.footer-menu h5,
.footer-contatti h5{
	color: #ffffff;
	background-color: #444444;
	display: inline-block;
	padding: 5px 10px;
}

.motto{
	background-color:#0057da !important;
	padding: 9px;
}

.motto p{
	text-align: center;
	color:#ffffff;
	font-size:16px;
	margin-bottom:0;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.copyright{
	background-color:#222222 !important;
	margin-bottom: -20px;
	padding: 9px;
	margin-top: 10px;
}

.copyright p{
	text-align: center; 
	color:#999999; 
	font-size:14px; 
	margin-bottom:0
}

.social {
	padding:0;
	margin:0;
	padding-bottom:50px;
	}
	
.social img{
	float:left;
	margin-left:5px;
	max-width:30px;
	}
	
.grayscale {-webkit-filter: grayscale(100%);}

.grayscale:hover{-webkit-filter: none;}

.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.open .dropdown-toggle.btn {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.btn {
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.btn-xl {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
	border-radius: 100px;
}
#back-top a:hover {
    background: #3c8dbc;
}
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}


/*----------- CUSTOM INPUT E FORM --------------*/

.form-group{
	margin-bottom: 0 !important
}
.sep-form{
	height: 1px;
	display: block;
	background-color: #f5f5f5;
	margin-top: 4px;
	margin-bottom: 4px;
}

.box-primary label.nonvalido,
.box-warning label.nonvalido,
.box-success label.nonvalido,
.box-info label.nonvalido{
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	font-weight: 600;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0;
	text-transform: none;
	padding: 2px 15px 0 15px;
	border-radius: 15px 15px 0 0;
	text-shadow: none;
	background-color: transparent !important;
	display: inline-block;
	float: right;
	margin-top: -18px;
}

.box-primary .form-control,
.box-warning .form-control,
.box-success .form-control,
.box-info .form-control{
	height: 45px;
	border: 2px solid #666666;
	border-radius: 3px !important;
}

.box-primary .form-control:hover,
.box-primary .form-control:focus{
	border: 2px solid #3c8dbc;
}
.box-warning .form-control:hover,
.box-warning .form-control:focus{
	border: 2px solid #f39c12;
}
.box-success .form-control:hover,
.box-success .form-control:focus{
	border: 2px solid #00a65a;
}
.box-info .form-control:hover,
.box-info .form-control:focus{
	border: 2px solid #00c0ef;
}

textarea{
	resize: vertical;
	overflow: hidden;
	min-height: 100px;
}

input, select{
	height: 50px !important;
	border-radius: 5px !important;
}

.form-group{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.form-control{
	border: 2px solid #999999;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.form-control:focus{
	border: 2px solid #0b6598;
	box-shadow: none;
	outline-width: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#error-form p{
	font-size: 16px;
	text-align: center;
	color: #dd4b39;
	padding: 15px;
	border: 2px solid #dd4b39;
	border-radius: 5px;
	background-color: #f2dede;
}

.container-check {
	display: block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 40px;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	border:2px solid #999999;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #137cf4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 14px;
	top: 9px;
	width: 10px;
	height: 16px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.fa-check{
    color: #51af3d;
	font-size:20px;
	height: 22px;
}

.fa-remove{
    color: #dd4b39;
	font-size:20px;
	height: 22px;
	right: 13px;
}

.has-feedback .form-control-feedback{
	position: absolute;
    top: 5px;
    right: 0;
}

.nonvalido{
	position: absolute;
    z-index: 5;
    text-align: right;
    right: 30px;
    top: 27px;
	color: #dd4b39 !important;
	font-size: 11px;
	font-weight: bold;
}

.alert{
	position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	text-align: center;
	display: block;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}


.bg-gray{
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bg-black{
	background-color: #111111;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff !important;
}
.bg-color{
	background-color: #d6e6ff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.title-color{
	color: #ffffff !important;
	text-align: center;
	font-size: 24px;
}

.noscript{
	font-size: 20px;
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 50px 15px;
	text-align: center;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}


.box-home{
	display: inline-block;
	width: 100%;
	padding: 5px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.box-home .box-title{
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	padding: 10px;
	font-size: 24px;
	color: #ffffff;
	background-color: #0060f6;
	border-radius: 5px 5px 0 0;
	margin-top: 0;
	text-align: center;
}

.link-arc{
	font-size: 18px;
	text-align: center;
	color: #000000;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	text-decoration: underline;
	margin-bottom: 10px;
		
}

.dettagli p{
	font-size: 22px !important;
}
.dettagli p small{
	font-size: 16px !important;
}
.dettagli h2{
	color: #0060f6;
	font-size: 50px !important;
}
.dettagli h3{
	color: #0060f6;
	font-size: 40px !important;
}



/*  BOX NUMERI VERDI  */
	
.section-orange{
	padding-top: 30px;
	color: #ffffff;
	background: rgb(255,123,13); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-orange h3{
	font-size: 30px;
	margin-bottom: 0;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	color: #ffffff;
}
.section-orange h4{
	font-size: 24px;
	margin-bottom: 15px;
	font-style: italic;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
	color: #ffffff;
}

.section-orange p{
	font-size: 22px;
	margin-bottom: 15px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	color: #ffffff;
	line-height: 34px;
}

.section-orange .btn-section-box{
	display: inline-block;
	padding: 10px 30px;
	font-size: 20px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-radius: 3px;
	background: rgb(51,173,52); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(51,173,52,1) 0%, rgba(55,119,55,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(51,173,52,1) 0%,rgba(55,119,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(51,173,52,1) 0%,rgba(55,119,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ad34', endColorstr='#377737',GradientType=0 ); /* IE6-9 */
}

.box{
	padding:0;
	margin-bottom:15px !important;
	box-shadow:none;
	}
	
.box:hover{
	box-shadow:0 0 15px #999999;
	}
	
.box .box-title{
	background-color:#f5f5f5;
	padding:15px auto;
	}
	
.box .table{
	padding:0;
	margin:0;
	border:none;
	text-align:center;
	}
	
.box .table caption{
	margin:0 15px;
	text-align:center;
	font-size:12px;
	}
	
.box .box-select{
	width:100%;
	height:40px;
	}

.box h3{
	margin:0;
	padding: 15px 5px 5px 5px;
	color:#ffffff;
	border-radius:3px 3px 0 0;
	font-weight:bold;
	text-align:center;
	line-height: 20px;
	}

.box h3 span{
	font-size:13px;
	font-weight:300;
	letter-spacing:0;
	}
.box td{
	border:none !important;
	background-color:#f9f9f9;
	}
.box .alternata td{
	border:none !important;
	background-color:#ffffff;
	}
.box tr td a{
	font-size:26px;
	line-height:24px;
	background-color:transparent;
	text-decoration:none !important;
	}
	
.box tr td a:hover{
	text-decoration:none;
	}
	
.box tr td a:hover .bianco, .box tr td a:hover .nero{
	color:#444444;
	}
	
.box tr td a .bianco{
	color:#666666;
	font-weight:bold;
	}

.box-1{
	border:1px solid #999999;
	border-bottom:5px solid #999999;
	border-radius:5px;
	}
.box-1 .box-title{
	background-color: #33ad34;
	}
.box-1 h3{
	border-bottom: 3px solid #0d7b0d;
	}
.box-1 tr td a .nero{
	color:#33ad34;
	font-weight:bold;
	}
.box-1 tr td a .glyphicon{
	color:#33ad34;
	font-size:20px;
	padding: 0 10px;
	}
.box-1 tr td a .glyphicon:hover{
	color:#444444 !important;
	}
.box-1 .btn-primary{
	background-color:#33ad34;
	border:none !important;
	font-size: 16px !important;
	}
.box-1 .btn-primary:hover,
.box-1 .open,
.box-1 .open>.dropdown-toggle.btn-primary {
	background-color:#0d7b0d !important;
	border:none !important;
	border-radius:5px;
	}
.box-1 .selectpicker .text{
	font-size:16px;
	color: #33ad34;
	}
.box-1 .selectpicker .allnumbers{
	background-color: #33ad34 !important;
	}
.box-1 .selectpicker .allnumbers:hover{
	background-color: #0d7b0d !important;
	}


.selectpicker{
	width:100% !important;
	}
.selectpicker li{
	color:#444444;
	border-bottom:1px solid #ebebeb;	
	}
	
.selectpicker a{
	display:block;
	overflow:hidden;
	}
.selectpicker a .glyphicon{
	padding:0 !important;
	}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	padding:5px !important;
	}

.bootstrap-select ul{
	max-height: 400px;
	overflow-y: scroll;
}

.btn-box .btn-group{
	margin:15px auto;
	width:90% !important;
	}
.box .sep{
	border-top: 2px solid #999999;
	}

.box .sep .btn-box{
	background-color:#f5f5f5;
	}
	
.box .selectpicker .allnumbers .text,
.box .selectpicker .allnumbers .glyphicon{
	color: #ffffff !important;
	}

.box .selectpicker .allnumbers:hover .text,
.box .selectpicker .allnumbers:hover .glyphicon{
	color: #444444 !important;
	}
code{
	color: #f38900;
	font-family: monospace;
	font-size: 16px;
	background: #f7f7f7;
	padding: 3px 5px;
	border-radius: 3px;
	border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
	margin-left: 0px !important;
}
#gdpr-cookie-message {
	position: fixed;
	left: 30px;
	bottom: 30px;
	max-width: 375px;
	background-color: #000000;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 9999;
}
#gdpr-cookie-message h4 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	font-family:"Open Sans",sans-serif;
	color: #ebebeb;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: orange;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: blue;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,button#ihavecookiesBtn {
	border: none;
	background: blue;
	color: white;
	font-family:"Open Sans",sans-serif;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: blue;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: blue;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
	height: 15px !important;
}
