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;
}


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;
}