/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

html{
	font-size:15px;
}

body{
	font-family:"Montserrat", sans-serif;
	
	color:#000;
}



a{
  text-decoration:none;
  color:#000
}



div.clear-left{
	clear:left;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0
}

div.clear-both{
	clear:both;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0
}

.desktop{
  display:block;
}

.mobile{
  display:none;  
}

.site{
	width:100%;
}



.fullwidth-container{
	width:100%;
}

.large-container{
	width:74%;
	margin:0 auto;
}

.small-container{
	width:50%;
	max-width:950px;
	margin:0 auto;
}

.large-margin-top{
	margin-top:6em;
}

.medium-margin-top{
	margin-top:3em;
}

.small-margin-top{
	margin-top:1em;
}

.large-margin-bottom{
	margin-bottom:6em;
}

.medium-margin-bottom{
	margin-bottom:3em;
}

.small-margin-bottom{
	margin-bottom:1em;
}

.main{
	width:100%;
	padding-top:90px;
}

header{
	width:100%;
	height:90px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1034;
	background-color:#fff;
	
}

header .logo{
	position:absolute;
	top:15%;
	left:2%;
	height:70%;
}

header .logo img{
	height:100%;
	width:auto;
}

header .toolbar{
	position:absolute;
	top:35%;
	right:2%;
	
}

header .toolbar .tel, footer .toolbar .tel{
	font-size:1.50rem;
	display:inline-block;
	vertical-align:middle;
	font-weight:500;
	
}

header .toolbar ul, footer .toolbar ul{
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	width:auto;
}

header .toolbar ul li, footer .toolbar ul li{
	display:inline-block;
	margin-left:15px;
	width:32px;
	height:32px;
	border-radius:50%;
	background-color:#000;
	text-align:center;
}

header .toolbar ul li img, footer .toolbar ul li img{
	width:16px;
	margin-top:8px;
	height:auto;
	
}

footer{
	background-color:#000;
	padding:3em 0 1em 0;
	color:#fff;
	font-size:1.33rem;
	line-height:1.365em;
}

footer a{
	color:#fff;
}

footer .toolbar{
	text-align:right;
}

footer .single-col{
	margin:0 2%;
	margin-top:.5em;
	text-align:right;
}

footer .single-col a{
	color:#aaa;
}

footer .col{
	float:left;
	margin:0 2%;
	width:29.33%;
}

footer .col.center{
	text-align:center;
}

ul.video3{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}

ul.video3 li{
	display:inline-block;
	width:33.33333%;
	margin-bottom:-4px;
}

.content-video{
	position: relative;
	padding-bottom: 56.25% !important; /* 16:9 */
	height: 0;
}

.content-video iframe{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.content-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

div.testi{
	text-align:center;
}

div.testi.padding{
	padding-top:2em;
}

div.testi h2{
	font-size:2rem;
	font-weight:600;
	line-height:1.365em;
}

div.testi h3{
	font-size:1.87rem;
	font-weight:500;
	line-height:1.365em;
}

div.testi .testo{
	
}

div.testi .testo.padding{
	padding-top:2em;
}

div.buttons{
	padding-top:3em;
}

div.buttons a{
	display:inline-block;
	margin:0 .8em;
	min-width:10em;
	border-radius:.8em;
	text-align:center;
	line-height:2em;
	font-size:1.63rem;
}



.content-rt{
	font-size:1.63rem;
	line-height:1.365em;
	text-rendering: optimizeLegibility;
}

.content-rt p{
	padding:.0;
}

.content-rt em{
	font-style:italic;
}

.content-rt ul, .content-rt ol{
	padding:0 40px;
}

.content-rt h1{
	font-size:2.37rem;
	font-weight:bold;
	color:#000 !important;
	line-height:1.365em;
	padding-bottom:0 !important;
}

.content-rt h2{
	font-size:2rem;
	font-weight:bold;
	color:#000;
	line-height:1.365em;
}

.content-rt h3{
	font-size:1.87rem;
	font-weight:bold;
	color:#000;
	line-height:1.365em;
}

.content-rt h4{
	font-size:1.63rem;
	font-weight:500;
	color:#000;
	line-height:1.365em;
}

.content-rt h5{
	font-size:1.5rem;
	font-weight:500;
	color:#000;
	line-height:1.365em;
}

.content-rt h6{
	font-size:1.37rem;
	font-weight:500;
	color:#000;
	line-height:1.365em;
}

.content-rt blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: left;
    padding: 1rem 1.2rem;
    width: 90%;  /* create space for the quotes */
    color: #707070;
    margin: 0 auto;
    background: #f0f0f0;
}
/* -- create the quotation marks -- */
.content-rt blockquote:before,
.content-rt blockquote:after{
    
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #f0f0f0;
    font-size: 34px;
}
.content-rt blockquote:before{
    content: "\201C";
	font-size:3.33em;
    margin-right: 13px;
    right: 100%;
}
.content-rt blockquote:after{
    content: "\201D";
	font-size:3.33em;
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 0px;
}

.content-rt a{
	color:#000;
	text-decoration:none;
	display:inline-block;
}

.content-rt a:hover{
	color:#000;
	
}

ul.gallery{
	list-style:none;
	padding:0;
	margin:0;
}

ul.gallery li{
	display:inline-block;
	width:23%;
	margin:1%;
}

ul.gallery li img{
	width:100%;
	height:auto;
}

.sl-overlay {
  opacity: 0.85;
}

.border{
	text-align:center;
	min-height:3px;
}

.border.show-border{
	background-image:url(../images/border.png);
	background-repeat:repeat-x;
	
	background-position:center left;
}

.border .border-content{
	display:inline-block;
	background-color:#fff;
}

.border .border-content a{
	text-decoration:none;
}

.border .border-content .icona{
	display:inline-block;
	margin:0 0.5em;
	width:42px;
	height:42px;
	border-radius:50%;
	background-color:#000;
	text-align:center;
	vertical-align:middle;
}

.border .border-content .icona img{
	width:20px;
	margin-top:10px;
	height:auto;
}

.border .border-content .titolo{
	display:inline-block;
	margin:0 0.5em;
	vertical-align:middle;
	font-size:1.5rem;
	font-weight:500;
	color:#000;
}

ul.offerte{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

ul.offerte li{
	display:inline-block;
	width:31.33%;
	margin:1%;
	background-color:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.2);
	vertical-align:top;
}

ul.offerte li .offerta{
	padding:2em;
	
	text-align:center;
	position:relative;
}

ul.offerte li .offerta .info{
	min-height:20em;
}

ul.offerte li .offerta img{
	width:100%;
	height:auto;
}

ul.offerte li .offerta h3{
	font-weight:600;
	padding-top:1em;
	font-size:2rem;
	line-height:1.365;
}

ul.offerte li .offerta .text{
	
	padding-top:1em;
	font-weight:500;
	font-size:1.83rem;
	line-height:1.365;
}

ul.offerte li .offerta .buttons{
	position:absolute;
	bottom:2em;
	text-align:center;
	left:0;
	right:0;
}

ul.infos{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

ul.infos li{
	display:inline-block;
	width:31.33%;
	margin:1%;
	background-color:#f0f0f0;
	vertical-align:top;
}

ul.infos li .info{
	padding:2em 1em;
	min-height:25em;
	text-align:center;
	position:relative;
}



ul.infos li .info h3{
	font-weight:500;
	padding-top:1em;
	font-size:1.83rem;
	line-height:1.365;
}

ul.infos li .info .text{
	
	padding-top:1em;
	font-weight:500;
	font-size:1.67rem;
	line-height:1.365;
}

ul.infos li .info .buttons{
	position:absolute;
	bottom:2em;
	text-align:center;
	left:0;
	right:0;
}

ul.infos li .info .buttons img{
	width:56px;
	height:auto;
}

ul.logos1{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

ul.logos1 li{
	display:inline-block;
	width:14.66%;
	margin:0 1%;
}

ul.logos1 li img{
	width:75%;
	height:auto;
}

ul.logos2{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

ul.logos2 li{
	display:inline-block;
	width:16%;
	margin:0 2%;
}

ul.logos2 li img{
	width:100%;
	height:auto;
}

