body {
	background-image:url(../images/sfondo-2019.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
a.link_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	min-width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #fff;
	padding:0 5px 3px;
}
a.link_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.header {
	width:100%;
	height:auto;
	min-height:181px;
	background-color:#fff;
	z-index:10;
	display:block;
	vertical-align: middle;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/logo.png");
}

.menu_button {
	background-image: url(../images/pul_menu.png);
}

div.open_box,div.close_box {
	height:16px;
}

div.open_box {
	background-position: bottom left;
	background-image: url("../images/bg_grigio_top@2x.png");
}
div.close_box {
	background-position: top left;
	background-image: url("../images/bg_grigio_bottom@2x.png");
}

.content {
	display:block;
	clear:both;
	height:100%;
}

h1 {
	font-size:32px;
	margin:10px 0;
}

.et-page h2{
	font-size:24px;
	padding:24px 24px 0;
	color:#000;
	margin:0;
	font-weight:700;
    line-height: 28px;
	letter-spacing: -1px;
}

.et-page h2.home{
	color:#cc0000;
}

div.immagine{
	text-align:center;
	margin:10px 0 0;
}

.et-page img {

}

.et-page div.bg_grigio{
	background-color:#edf0f1;
	padding:0;
	margin:0;
}

.et-page p {
/*
	font-size:21px;
	line-height:22px;
*/
	font-size:18px;
	line-height:26px;
	padding:24px;
	margin:0;
	color:#333;
}

.et-page p.catenaccio {
	color:#333;
	font-style:italic;
	clear: both;
}

.et-page ul {
	list-style:none;
	margin:0;
	padding:24px;
}

.et-page ul li {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	display:block;
	font-size: 18px;
    line-height: 26px;
}

.img-round img {
	width:60px;
	height:60px;
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin:24px 10px 24px 24px;
}

.bg_grigio h2,
.bg_bianco h2 {
	width: calc(100% - 110px);
	float: right;
	margin: 0;
	padding: 24px 24px 0 0;
}


div.box_social {
	position:relative;
	min-width:320px;
	height:58px;
	min-height:58px;
	margin:10px 0 20px;
	display:flex;
	background-color:#fff;
	padding:0 0 0 0;
}

div.box_social ul {
	list-style:none;
	margin:0 auto;
	padding:0 0 0 10px;
}

div.box_social ul li {
	list-style:none;
	margin-right:10px;
	padding:10px 0;
	float:left;
	display:inline-block;
	min-width:38px;
	min-height:38px;
	text-align:center;
}

@media only screen and (max-width : 320px) {

    div.box_social ul li {
        margin-right: 4px;
    }
}

div.box_link {
	position:relative;
	margin:10px 0;
	display:block;
	background-color:#fff;
}

div.box_link a {
	display:block;
	min-height:200px;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/ultimo_sal_640.png");
}

/*--- media query ---*/

@media only screen and (min-width : 321px) {
	.header {
		min-height:220px;
		background-image: url("../images/logo@2x_2021.png");
	}
	.footer {
	    height: 160px;
	    background-image: url(https://m.astrelia.it/smartphone/assets/images/astrelia.jpg);
	}
	div.open_box,div.close_box {
		height:32px;
	}
	div.open_box {
		background-image: url("../images/bg_grigio_top@2x.png");
	}
	div.close_box {
		background-image: url("../images/bg_grigio_bottom@2x.png");
	}
}

.icon-news::before { content: "\e0f7"; color:rgba(255, 255, 255, 0.5); }
.icon-home::before { content: "\e081";color:rgba(255, 255, 255, 0.5); }
.icon-image::before { content: "\e602";color:rgba(255, 255, 255, 0.5); }
.icon-upload::before { content: "\e603";color:rgba(255, 255, 255, 0.5); }
.icon-star::before { content: "\e604";color:rgba(255, 255, 255, 0.5); }
.icon-mail::before { content: "\e09a";color:rgba(255, 255, 255, 0.5); }
.icon-lock::before { content: "\e606";color:rgba(255, 255, 255, 0.5); }
.icon-chart-pie::before { content: "\e607";color:rgba(255, 255, 255, 0.5); }
.icon-mappa::before { content: "\e095";color:rgba(255, 255, 255, 0.5); }
.icon-telefono::before { content: "\e0b7";color:rgba(255, 255, 255, 0.5); }

hr.hr_menu {
    border: 0;
	margin:0 0 0 -30px;
    height:1px;
/*	background-color:#CCCCCC;*/
	background-color:rgba(255, 255, 255, 0.5);
	color:#ccc;
	max-width:230px;
}
/*
.outer-nav {
	background-image:url(../images/logo_azienda.png);
	background-position:center top;
	background-repeat:no-repeat;
}
*/
.outer-nav li {
	border-bottom:1px solid #ccc;
}

@media only screen and (min-width: 321px){
    .footer {
        margin-top:10px;
        min-height:116px;
        height:auto;
    }
}

A {
    font-family: 'Lato', sans-serif;
	color: #4894d8;
	font-weight: 600;
	text-decoration: none;
	font-size: 21px;
	line-height: 22px;

}
A:HOVER {
	color: #FC0000;
	text-decoration: none;
}
A:ACTIVE {
	color: #4894d8;
	text-decoration: none;
}

a.link-modulistica {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    display: block;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

a.icon-pdf {
    min-height: 30px;
    padding: 0 0 0 36px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px 30px;
    background-image: url(/assets/img/icone/ico-pdf-vuota.png);
}


/*--- articolo title ---*/

.articolo-title {
	position: relative;
}

.articolo-title-right {
	position: relative;
	width: calc(100% - 110px);
    float: left;
    display: inline;
    padding: 0 24px 0 0;
}

.articolo-img {
	margin: 0px 20px 0px 24px; 
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

/*--- logo tag ---*/

.logo-tag {
	position: relative;
	margin: 5px 0 30px 0;
	padding: 0 24px;
	width: 100%;
}

.logo-tag img {
	position: absolute;
    left: 24px;
    top: -30px;
    bottom: auto;
    right: auto;
    width: 100px;
    z-index: 1;
}

.logo-tag .ruolo {
	position: relative;
    margin: 0 0 0 20px;
    padding: 0 0 0 90px;
    background-color: #ddd;
    border-radius: 15px;
    width: calc(100% - 20px);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-weight: 300;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
}

.logo-tag .nome {
	position: relative;
    font-family: 'Lato', sans-serif;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
}

.title-ultime-news {
	position: relative;
	margin: 30px 0 30px 0;
    font-family: 'Lato', sans-serif;
    color: #888;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.title-ultime-news span {
  display: inline-block;
  position: relative;  
}

.title-ultime-news span:before,
.title-ultime-news span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #ddd;
  top: 8px;
  width: 100%;
}

.title-ultime-news span:before {
  right: 100%;
  margin-right: 15px;
}

.title-ultime-news span:after {
  left: 100%;
  margin-left: 15px;
}

.reference-button-container {
	position: fixed;
	margin: 0;
	padding: 20px 0 0 0;
	top: auto;
	left:0;
	right:auto;
	bottom:0;
	width:100%;
	z-index: 22;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.reference-button {
	position: relative;
	width:100%;
    background-color: #fff;
}

.reference-button.with-margin {
	margin: 5px 5px 5px 5px;
	width: calc(100% - 10px);
    background-color: transparent;
}

.reference-button-cat {
	position: relative;
	margin: 0;
	padding: 0;
	height: 50px;
}

.reference-button-cat .color-rounded {
	margin: 0 5px 5px 0;
	background-color: #fff;
	border-radius: 10px;
	width: calc(50% - 5px);
	float: left;
}

.reference-button-cat .color-rounded:last-child {
	margin: 0 0 5px 0;
	width: 50%;
}

.reference-button-cat .color-rounded a {
	padding: 0 20px;
	line-height: 50px;
	font-size:13px;
	font-weight: 400;
	color: #333;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.banner-revive {
	position: relative;
	margin: 0px 0 50px 0;
	text-align: center;
}









.reference-button-cat .color-squared {
	margin: 0 1px 1px 0;
	background-color: #3d9dec;
	width: calc(50% - 1px);
	float: left;
}

.reference-button-cat .color-squared:last-child {
	margin: 0 0 0 0;
	width: 50%;
}

.reference-button-cat .color-squared a {
	padding: 0 20px;
	line-height: 50px;
	font-size:13px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 100%;
}




.reference-button-ref {
	position: relative;
	margin: 0;
	padding: 0;
	height: 50px;
	clear: both;
}

.reference-button-ref .color-rounded {
	margin: 0 0 0 0;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    display: block;
}

.reference-button-ref .color-rounded a {
	padding: 0 20px;
	line-height: 50px;
	font-size:13px;
	font-weight: 400;
	color: #333;
	display: inline-block;
	text-align: center;
	width: 100%;
}




.reference-button-ref .color-squared {
	margin: 0 0 0 0;
    background-color: #3d9dec;
    width: 100%;
    display: block;
}

.reference-button-ref .color-squared a {
	padding: 0 20px;
	line-height: 50px;
	font-size:13px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 100%;
}




/*--- form search ---*/

.form-search-container {
	position: fixed;
	top: 0;
	left: -100vw;
	right: auto;
	bottom: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background-color: #fff;
}

.form-search-content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 90%;
	height: 300px;
}

.form-search-close {
	position: absolute;
	top: 10px;
	right:10px;
	left: auto;
	bottom: auto;
}


