/* ================
GENERALI
===================*/
@charset "utf-8";
/* CSS Document */
@import url(_bootstrap.min.css);
@import url(_animate.css);
@import url(_owl.carousel.css);
@import url(_responsive.css);
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700,300";
@import "https://fonts.googleapis.com/css?family=Lato:400,700";
@import "https://fonts.googleapis.com/css?family=Poppins:400,500";
@import "https://fonts.googleapis.com/css?family=Questrial";

body{
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    color:#000;
    line-height:1.42857143
}
body {
  font-family: 'Continental L';
  font-size: 27px;
  color: #1D1D1B;
  background-color: #fff;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

a:hover {
	color: inherit;
}

#contacts a:hover {
	background: #fde523;
}

.button {
	background-color:#ffa400;
	background:#ffa400;
	color:#000000;
	padding: 0.55rem 2.5rem 0.25rem;
	font-family: 'Continental M';
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	display: block;
	margin: auto;
	text-decoration: none;
	border: 0px;
}
.button:hover {
	background-color:#000000;
	background:#000000;
	color:#fff;
	text-decoration: none;
}
@media (max-width:1024px){
	.button {
		font-size: 2.8rem;
	}
}
@media (max-width:767px){
	.button {
		font-size: 2rem;
	}
}

.container-white {
	background-color: #fff;
}

.container.container-continental {
	max-width: 1200px;
}

.big {
   width: 100%;
}

.container {
	max-width: 100%;
}

/*

.footer {
	font-size: 0.7vw;
	color: #454545;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Continental L';
	}

@media (max-width: 1680px) and (orientation: landscape) {
	.footer {
	font-size: 0.8vw;
	}
	}

@media (max-width: 1366px) and (orientation: landscape) {
	.footer {
	font-size: 0.8vw;
	}
	}

@media (max-width: 800px) { 
	.footer {
	font-size: 1.3vw;
	}
}
	
@media (max-width: 414px) { 
	.footer {
	font-size: 1.5vh;
	}
}	

*/
.logo {
	margin: 0 auto auto auto; 
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 12%;
	}

@media (max-width: 1280px) {
	.logo {
	top: 12%;
	}
}

@media (max-width: 1080px) {
	.logo {
	top: 12%;
	width: 79%;
	}
}

@media (max-width: 1024px) {
	.logo {
	top: 12%;
	}
}

@media (max-width: 414px) {
	.logo {
	top: 5%;
	width: 33%;
	}
}

@media (max-width:1124px) and (min-width:991px) {
	.logo2 {
		width: 30%;
		max-width: 30%;
	}
}


.title {
	color: #000;
	text-align:left;
	margin:auto;
	font-size: 3rem;
	line-height: 1em;
	font-family: 'Lato';
	font-weight: 700;
	padding-top: 6%;
	}	

@media (max-width: 1440px) {
	.title {
		font-size: 2.3rem;
		}
	}

@media (max-width: 800px) {
	.title {
		font-size: 3.6rem;
		text-align: center;
		letter-spacing: 2px;
		}
	}

@media (max-width: 414px) {
	.title {
		font-size: 1.8rem;
		padding: 5%;
		line-height: 1.2em;
		}
	}

.contatti {
	font-family: 'Continental M';
	color: #1D1D1B;
	font-size: 3.5rem;
}

@media (max-width: 1440px) {
	.contatti {
		font-size: 2.3vw;
		}
	}


@media (max-width: 1024px) {
	.contatti {
		font-size: 3vw;
		}
	}


@media (max-width: 800px) {
	.contatti {
		font-size: 3vw;
		}
	}

@media (max-width: 414px) {
	.contatti {
		font-size: 4vh;
		padding: 5%;
		line-height: 1.2em;
		}
	}

.text {
	font-size: 1.2rem;
	font-family: 'Poppins';
	text-align: center;
	font-weight: 400;
}

.title-area {
	font-size: 2.3rem;
	font-weight: 700;
	font-family: 'Lato';
	color: #000000;
	letter-spacing:3px;
}

li.fat {
    list-style-type: none;
    position: relative;    /* It's needed for setting position to absolute in the next rule. */
}

li.fat::before {
    content: '●';
    position: absolute;
    left: -0.8em;          /* Adjust this value so that it appears where you want. */
    font-size: 1.5em;
	top: -0.3em;
}

/* --- FORM ---- */

.text-legenda {
	font-size: 0.8vw;
	text-align: center;
}

.note {
	font-size: 0.7vw;
}

@media (max-width: 1440px) {
	.note {
		font-size: 0.8vw;
		}
	}



@media (max-width: 1024px) {
	.note {
		font-size: 1vw;
		}
	}


@media (max-width: 414px) {
	.note {
		font-size: 1.9vh;
		}
	}

.u2 {
	font-size: 0.9vw;
	}
	
@media (max-width: 1280px) {
	.u2 {
    font-size: 1.1vw;
	}
	}
	
@media (max-width: 1024px) {
	.u2 {
    font-size: 1.3vw;
	}
	}	

@media (max-width: 414px) {
	.u2 {
	font-size: 2.4vh;
	}
	}

@media (max-width: 320px) {
	.u2 {
	font-size: 2.9vh;
	}
	}

.u:hover {
	background-color: rgb(245, 164, 0);
	padding: 2px 1px 2px 0;
	color: #fff;
	text-decoration: none!important;
	}

@media (max-width: 414px) {
	.u:hover {
	padding: 2px 1px 2px 0;
	}

}

@media (max-width:600px) {
	.paddington {
	margin-top: 3%;
	}
}

@media (max-width:600px) {
	.paddington-2 {
	padding: 5%;
	}
}

/* -------------- END --------------*/


label {
	width: 100%;
	
}

br {
	line-height:-10px;
}


a {
	text-decoration: inherit;
	color: inherit; 
	}

	
.modal-dialog {
	width: 50%;
	}	

@media (max-width: 414px) {
	.modal-dialog {
	width: 90%;
	}	
}
	
.panel {
	background-color: transparent;
	}	
	
	
@media screen and (max-width:1024px) {
	#nasconditi {
		display: none;
	}
}


/* ================
CSS MENU
===================*/
#menu {
	background-color: #1d1d1b;
	overflow: visible;
	position: relative;
	z-index: 4000;
}
.menu_list {
	text-align: center;
	color:#fff;
	font-family: 'Lato';
	padding-top:5%;
}
.menu_list a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 2vh;
	transition: 0.5s;
	border-bottom: 3px solid transparent;
}

@media (max-width: 1280px) {
	.menu_list a {
	font-size: 3.5vh;
	}
}


.menu_list.active a, .menu_list:hover a {
	border-bottom: 3px solid #fde523;
}

@media (max-width: 991px) {
	.menu_list {
		background-color: #1d1d1b;
		text-align: center;
	}
}

#logo2 {
	width: 15%;
}

@media screen and (max-width: 768px) {
	#logo2 {
		max-width: 150px!important;
		display: block;
	}
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #CFCFCF;
}


/* ================
FOOTER
===================*/
footer {
	color: #fde523;
	font-size: 0.6vw;
	background-color: #000;
	padding: 20px 15px;
	font-family: 'Lato';
}

@media (max-width: 414px) { 
	footer {
	font-size: 1.3vh;
	}
}	

.footer-gray {
	background-color: #333333;
	color: #fff;
}

.footer-black {
	background-color: #1a1a1a;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#mail-footer {
		word-break: break-all;
	}
}


@media (max-width:991px) {
	h1 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.2rem;
	}
}


.whatwedo{
    background:url(../img/dalm.jpg);
    background-attachment:fixed;
    text-align:center;
    position:relative;
    width:100%
}


.carousel-control-next-icon, .carousel-control-prev-icon {
background-color: transparent!important;
}