@import url(https://web.archive.org/web/20240308140459cs_/https://fonts.googleapis.com/css?family=Montserrat:400,300,500);

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent
}
body{line-height:1; font-family: arial;}
h1{font-size: 25px;}
h2{font-size: 21px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
img {max-width: 100%;}

body,html {
	background-color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;  
}
header {
    background: #DDE8EF;
    padding: 10px;
    max-width: 980px;
    margin: auto;
}

nav ul li a {
    background: #EEE;
    padding: 2px 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #444;
    border-radius: 10px;
}
nav ul li a:hover {
	background: #FFF;
}

nav ul li a:active,
nav ul li a.active {
	background: #aaa;
    color: #fff;
}
nav ul li {
    display: inline-block;
    margin: 10px;
}
nav ul {
    list-style: none;
    margin-left: 0;
}
#pageContent {
    max-width: 1000px;
    margin: auto;
    border: none;
    padding: 10px 20px 30px 20px;
}
main {
	float: left;
	width: 68%;
	/* background: #EBF0F3;
	padding: 10px; */
}
aside {
	float: right;
	width: 30%;
}
article {
    border-bottom: 2px dotted #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
article h2 {
    font-weight: normal;
    margin-bottom: 12px;
}

p {
    margin: 5px 0;
	text-indent: 15px;
	text-align: justify;
	line-height: 140%;
}

footer {
	background: #DDE8EF;
	max-width: 1000px;
	margin: auto;
	clear: both;
	text-align: center;
}
footer p {
	font-size: 90%;
    padding: 20px 0;
    margin: 0;
	text-indent: 0;
	text-align: center;
}
address {
    padding: 10px 20px 30px 10px;
}
aside > div {
	margin: 10px auto;
    padding: 10px;
	background: #dedede;
	min-height: 100px;
    line-height: 120%;
    border-radius: 0.8em;
}

aside > div > h1.titolo {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

#slogan {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 220%;
    color: #FF7F2A;
    font-weight: bolder;
    /* outline: 2px solid blue; */
    text-shadow: -1px 0 #004080, 0 1px #004080, 1px 0 #004080, 0 -1px #004080;
    margin-left: 20px;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    /* margin-right: 75px; */
    color: #FFF;
}
#logo img {
    width: 100%;
    vertical-align: middle;
    margin-right: 10px;
}
body > section {
    max-width: 1000px;
    margin: auto;
    padding: 30px 0px;
    border-bottom: 1px solid #999;
    color: #222;
}

#headImages {
    /* margin: auto; */
    padding: 10px 0px;
    border-bottom: none;
    text-align: center;
}

ul, ol {
	margin-left: 20px;
}

ul li, ol li {
	margin: 3px auto 3px auto;
	line-height: 140%;
}

a img {
	border: none;
}

h1 {
 	font-size: 18px;	
}

.seoH1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin:10px 0 10px 0;
	text-align: center;
}

.seoH1Footer {	
    display:none;
}

.titolo {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	margin: 15px 0 5px 0;
	text-indent: 0;
}

#contentMarcheProdotti {
    width: 90%;
    border: 1px solid #c1c1c1;
    background: #F4F7E6;
    padding: 10px;
    margin: 10px auto 0px auto;
    line-height: 140%;
      /*font-size: 12px;*/
    border-top-right-radius: 0.8em;
    -moz-border-radius-topright: 0.8em;
    -webkit-border-top-right-radius: 0.8em;
    border-top-left-radius: 0.8em;
    -moz-border-radius-topleft: 0.8em;
    -webkit-border-top-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    -moz-border-radius-bottomright: 0.8em;
    -webkit-border-bottom-right-radius: 0.8em;
    border-bottom-left-radius: 0.8em;
    -moz-border-radius-bottomleft: 0.8em;
    -webkit-border-bottom-left-radius: 0.8em;
}

#contentMarcheProdotti h1,
#contentChiaviInMano h1 {
    font-size: 16px;
}

#contentChiaviInMano {
    width: 50%;
    float: right;
    border: 1px solid #c1c1c1;
    background: #F4F7E6;
    padding: 10px;
    margin: 10px auto 0px 10px;
    line-height: 140%;
    text-align: justify;
    /*font-size: 12px;*/
    border-top-right-radius: 0.8em;
    -moz-border-radius-topright: 0.8em;
    -webkit-border-top-right-radius: 0.8em;
    border-top-left-radius: 0.8em;
    -moz-border-radius-topleft: 0.8em;
    -webkit-border-top-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    -moz-border-radius-bottomright: 0.8em;
    -webkit-border-bottom-right-radius: 0.8em;
    border-bottom-left-radius: 0.8em;
    -moz-border-radius-bottomleft: 0.8em;
    -webkit-border-bottom-left-radius: 0.8em;
}

.seo_section {
    margin-top: 20px;
}

#BoxCallMe {
    margin-bottom: 20px;
    background-color: #eee;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

div.BodyCallMe > h1.titolo {
    text-align: center;
}

.icon-app {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #ff8000;
    border: 10px solid #ff8000;
    border-radius: 50%;
}
.icon-big {
    width: 50px;
}

.btn {
    display: inline-block;
    font-weight: 700;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-block {
    display: block;
}

#BoxCallMe a,
div.BodyCallMe a {
    text-decoration: none;
}

#BoxCallMe a img,
div.BodyCallMe a img {
    vertical-align: middle;
}

div.BodyCallMe > div > a.btn-block {
    width: 50%;
    margin: auto;
}

div.BodyCallMe > div > a.btn-block + a.btn-block {
    margin: .5rem auto 0 auto;
}

.btn-block + .btn-block {
    margin-top: .5rem;
}

.btn-tel {
    background-color: #dd6f00;
    border-color: #990000;
    color: #ffffff;
}

.btn-tel:hover {
    background-color: #CE0415;
    border-color: #660000;
    color: #ffffff;
}

.btn-wa {
    color: #fff;
    background-color: #128C7E;
    border-color: #1e7e34;
}

.btn-wa:hover {
    background-color: #45beb8;
    border-color: #128C7E;

}

.partner_list ul {
    list-style: none;
    margin-left: 0;
    text-align: center;
}

.partner_list ul li {
    font-size: 1.1em;
    font-weight: 500;
}

.partner_list ul li.endrow {
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
	body > section {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 750px) {
    header {
        text-align: center;
    }
    #slogan {
        margin-top: 15px;
    }
    
}
@media screen and (max-width: 600px) {
	main {
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
	}
    header {
        text-align: center;
    }
    #slogan {
        font-size: 190%;
        margin-top: 15px;
    }
    #headImages {
        display: none;
    }
    
}
