.custom-content {
    margin: 0.625rem;
    padding: 0.938rem;
}

/*box-shadow: 12px 0px 19px -23px rgba(0,0,0,0.75);*/

/* ----- F O N T S   &   T I P O G R A F I A -------*/
a {
	color: #0b79a3;
}
body {
	font-size:16px;
	line-height:30px;
}
body p {
	font-size:16px;
	line-height:30px;
	margin:0px 0px 20px;
}
h1,h2,h3,h4,h5,h6,.display1,.display2,.display3, .titolo-h1 .g-title{
	font-family:poppins;
	font-weight:bold;
}
h1 {
	font-size:36px;
	line-height:42px;
	margin:30px 0px 10px;
	letter-spacing: -0.025em;
}
h2 {
	font-size:24px;
	line-height:30px;
	margin:30px 0px 6px;
}
h3 {
	font-size:18px;
	line-height:30px;
	margin:30px 0px 6px;
	text-transform:uppercase
}
h4 {
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 0px;
	font-family:roboto, sans-serif;
}
.simil-h1,.titolo-h1 .g-title {
	font-size:36px;
	line-height:42px;
	margin:0px;
	letter-spacing: -0.025em;
	text-transform:none;
}
.intro {
       font-size:19px;
	line-height:30px;
	margin:0px 0px 15px;
	font-style:italic;
}
.display1 {
	font-size:32px;
	line-height:1;
	margin:0px;
}
.display2 {
	font-size:31.5px;
	line-height:1;
	margin:0px;
}
.display3 {
	font-size:24px;
	line-height:1;
	margin:0px 0px 7px;
}
.pre-titolo,.post-titolo {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 16px;
	font-family: poppins, sans serif;
	margin: 0px 0px 10px;
	line-height: 1;
}
.pre-titolo::after, .intro::after {
    content: ' ';
    display: block;
    width: 25px;
    height: 2px;
    background-color: #7195a3;
    position: relative;
    top: 14px;
	margin-bottom:20px;
}
.intro::after {
	margin-bottom:40px;
}
.button {
	border-radius: 4px;
	background: #298eb5;
	color:#fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.button:hover {
	color: #fff !important;
	background-color: #298eb5;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/*---------- TIPOGRAFIA LARGE DESKTOP ------------*/


@media only all and (min-width: 75rem) {

/* h1 {
	font-size:54px;
	line-height:60px;
	margin:30px 0px 60px;
	letter-spacing: -0.025em;
}
h2 {
	font-size:27px;
	line-height:30px;
	margin:30px 0px 6px;
}
h3 {
	font-size:21px;
	line-height:30px;
	margin:30px 0px 6px;
	text-transform:uppercase
} */
.simil-h1 {
	font-size:36px;
	line-height:60px;
	margin:0px;
	letter-spacing: -0.025em;
}
.intro {
    font-size:19px;
	line-height:30px;
	margin:0x 0px 30px;
	font-style:italic;
}
.display1 {
	font-size:72px;
	line-height:1;
	margin:0px;
	letter-spacing: -2px;
}
.display2 {
	font-size:54px;
	line-height:1;
	margin:0px;
}
.display3 {
	font-size:42px;
	line-height:1;
	margin:0px 0px 7px;
}
}

/*---------------*/


.clear {clear:both;}


.numeri ul {
    list-style: none;
    margin-left: 0px;
}
.numeri li {
    margin: -0.938rem -0.938rem 1rem -0.938rem;
    padding: 0.5rem 1rem;
    display: block;
}

ul.check, ul.freccia {list-style: none;}

ul.check li {margin-bottom:14px;}

ul.check li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #B0976D;
}
ul.freccia li{line-height:1.4;padding:4px 0}

ul.freccia li::before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 10px;
    display: inline;
	margin-left: -1.3em;
	color: #7195a3;
}

.showcasehome {
	text-align: left;
	min-height: 60vh;
	padding: 10vh 0px;
	position:relative;
	-webkit-animation: 6s ease 0s normal forwards 1 fisarmonica;
	animation: 6s ease 0s normal forwards 1 fisarmonica;
}

.g-copyright {text-align:left!important;}



/* ----------------------------------- A N I M A Z I O N I e transformazioni---------------------------------------------*/



@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}

@keyframes fadein-delay{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein-delay{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.skew-outer {
   -webkit-transform: skewY(-3deg);
   -moz-transform: skewY(-3deg);
   -ms-transform: skewY(-3deg);
   -o-transform: skewY(-3deg);
   transform: skewY(-3deg);
   margin: 50px -15px 100px;
   padding: 15px;
   box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}

.skew-inner {
   -webkit-transform: skewY(3deg);
   -moz-transform: skewY(3deg);
   -ms-transform: skewY(3deg);
   -o-transform: skewY(3deg);
   transform: skewY(3deg);
}


/* ----------------------------- N A V I G A T I O N   &   L O G O ---------------------*/


#g-navigation {
    z-index:9999;
    border-bottom: none;
}

#g-navigation.g-headroom {
    border-bottom: none;    
}


@media only all and (max-width: 48rem) {

#g-navigation.g-headroom {
    width:100%;
}
}

@media only all and (min-width: 48rem) {

#g-navigation.g-headroom + header, #g-navigation.g-headroom + section {
    margin-top: 85px;
}

#g-navigation.g-headroom {
    position: fixed;
    top:0px;
}
.g-main-nav ul {
    margin-top: 14px;
}

.home #g-navigation.g-headroom {
    background-color:transparent;
}

.home #g-navigation.g-headroom.headroom--top {
    top: 0px;
    background-color:transparent;
    box-shadow: none;
    transition: all 0.5s ease-in-out 0s;
}

#g-navigation.g-headroom.headroom--top {
    top: 0px;
    background-color:#fff;
	color:#333;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
    transition: all 0.5s ease-in-out 0s;
}

#g-navigation.g-headroom.headroom--not-top {
    top: 0px;
    background-color:#fff;
	color:#333;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
    transition: all 0.2s ease-in-out 0s;
}

#g-navigation.g-headroom .g-main-nav {margin: 0px 0px 0px;}
#g-navigation.g-headroom .g-content {margin: 0.625rem; }

.g-logo img {max-width: 500px;}

.home .g-logo img {opacity:0;}
.home #g-navigation.g-headroom.headroom--top .g-logo img {opacity:0;transition: all 0.5s ease-in-out 0s;}
#g-navigation.g-headroom.headroom--not-top .g-logo img {opacity:1; transition: all 0.5s ease-in-out 0s;}

#g-navigation.g-headroom.headroom--top .g-content {margin: 0.625rem; transition: all 0.5s ease-in-out 0s;}
#g-navigation.g-headroom.headroom--not-top .g-content {margin: 0.625rem;/*margin: 0px 0px 0px;*/transition: all 0.5s ease-in-out 0s;}
#g-navigation.g-headroom.headroom--top .g-main-nav {margin: 0px 0px 0px;transition: all 0.5s ease-in-out 0s;}
#g-navigation.g-headroom.headroom--not-top .g-main-nav {margin: 0px 0px 0px;transition: all 0.5s ease-in-out 0s;}

}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
	font-weight: 400;
}

.home #g-navigation.g-headroom .g-main-nav .g-toplevel > li > .g-menu-item-container {
	color: #fff;
}
.home #g-navigation.g-headroom .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: rgba(255,255,255,0.75);
}
.home #g-navigation.g-headroom.headroom--top .g-main-nav .g-toplevel > li > .g-menu-item-container {
    color: #fff;
}
.home #g-navigation.g-headroom.headroom--top .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: rgba(255,255,255,0.75);
}
#g-navigation.g-headroom.headroom--not-top .g-main-nav .g-toplevel > li > .g-menu-item-container {
    color: #1b627d;
}
#g-navigation.g-headroom.headroom--not-top .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #298eb5;
}
#g-navigation .g-main-nav .g-dropdown {
    border: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
    border-radius: 6px;
	background: #777;
}
/* ---------------------------- SHOWCASE ---------------------------------------------------------*/
#g-showcase::before {
    background: -webkit-linear-gradient(rgb(81, 150, 179), rgba(75, 89, 101, 0.1));
    background: linear-gradient(rgb(72, 72, 72), rgba(75, 89, 101, 0.1));
	background: none;
	display:none;
}

#g-showcase {
    background-image: url('/images/sfondo-home.jpg');
    background-size:auto 100vh;
/* 	background-size:auto 100%; */
    background-repeat:no-repeat;
    background-position: center;
/* 	background-attachment: fixed; */
}

@media screen and (min-aspect-ratio: 3/2) {

#g-showcase {background-size:100% auto;}
#g-showcase {background-size:cover;}
}

/*---------------------------- MENU MOBILE -----------------------*/

#g-offcanvas #g-mobilemenu-container ul.g-sublevel > li > .g-menu-item-container {
    color: #fff;
    padding: 0.35rem 0.5rem;
}

/* ---------------------------  M E N U  OVERLAY  ---------------------------------------------*/

#g-overlay .g-main-nav .g-toplevel {
    display: block;
}
#g-overlay .g-main-nav .g-toplevel > li {
    width: 100%;
    display: block;
}
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container {
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    padding: 0px 0px;
    font-size: 2rem;
    line-height: 200%;
    font-weight:300;
    letter-spacing:5px;
    
}
.g-overlaytoggle {
    display:block;
    position:fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index:10003

}
.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar::before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar::after {
    background: #B0976D;
    height: 3px;
}
.nav-toggle.active .g-overlaytoggle-bar {
    background-color: transparent;
}
.g-overlaytoggle .g-overlaytoggle-bar-wrapper {
    padding: 10px 35px 16px 16px;
    position: absolute;
    right: 14px;
    top: 17px;
}
.g-offcanvas-toggle {
    font-size: 29px;
	border-radius: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 6px;
	left: 24px;
	margin-left: -15px;
	padding-left: 0px;
	z-index: 100001;
	border: none;
	color: #42829d;
	background-color: #fff;
	
	

}

/*-----------------------------  S E Z I O N I  ------------------------------------------*/

.home #g-slideshow {
    margin-top: 0rem;
}
.home #g-navigation.g-headroom + header, .home #g-navigation.g-headroom + section {
    margin-top: 0px;
}
#g-container-main {	position:relative;}

#g-above {
	border-bottom: 1px solid #e6e6e6;
}

.sezione-container {
    width:70%;
    margin:auto;
    text-align:left;
}

#g-extension {
    background-size: cover;
	border-top: 1px solid #dbdbdb;
}
#g-footer a, #g-copyright a {
	color:#a7d2e3
}
.box5.g-outer-box, .box5 > .g-content {
    background: #d4d4d4;
    border-radius: 6px;
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
	margin-top: 35px;
	margin-bottom: 35px;
}
.box6.g-outer-box, .box6 > .g-content {
	position:relative;
    background: #484848;
	color:#fff;
    border-radius: 6px;
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
	margin-top: 34px;
	margin-bottom: 34px;
}
.box6 ul.freccia li::before {
    color: #afc8d2;
}
.box7.g-outer-box, .box7 > .g-content {
	position:relative;
    background: #ffffff; 
	color:#333;
    border-radius: 6px;
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
	margin-top: 34px;
	margin-bottom: 34px;
}
.item-page .pull-left.item-image {
    margin-top: 0px;
}
.item-page div[itemprop="articleBody"]{
	clear:both;
}
/*-------------------SERVIZI----------------------*/
ul.category-module-servizi {
	list-style:none;
	margin-left:0px;
	display: flex;
	flex-wrap: wrap;
}
.category-module-servizi li>a.mod-articles-category-title {
	font-size: 18px;
	line-height: 30px;
	margin: 30px 0px 6px;
	font-family: poppins, roboto, serif;
	text-transform: uppercase;
}
.category-module-servizi li>a.mod-articles-category-title::after{
    content: ' ';
    display: block;
    width: 25px;
    height: 2px;
    background-color: #7598a5;
    position: relative;
    top: 10px;
	margin-bottom:18px;
}
#g-extension .category-module-servizi li>a.mod-articles-category-title {
	color: #326c82;
	line-height: 1.3;
	display: inline-block;
	margin-top: 0;
}
.mod-articles-category-introtext {
	margin-bottom:0px;
	font-size: 15px;
	line-height: 24px;
}
.mod-articles-category-readmore {
	text-align: right;
	margin-bottom: 0px;	
}
.mod-articles-category-readmore a.mod-articles-category-title {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #298eb5;
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin: 0;
	padding: 8px 20px;
	text-transform: uppercase;
	font-family: poppins, roboto, sans serif;
}
.mod-articles-category-readmore a.mod-articles-category-title:hover {
	color:#fff!important;
	background-color: #4ca8cc;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
}
#g-extension .mod-articles-category-readmore a.mod-articles-category-title{
	color:#fff;
}
.category-module-servizi li {
	box-sizing:border-box;
	margin:15px 0px;
	padding:15px;
	background-color:#fff;
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
	border-radius:6px; 
	position: relative;
	padding-bottom: 50px;
}
.category-module-servizi li .mod-articles-category-readmore {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

@media only all and (min-width: 48rem) {
	ul.category-module-servizi {
		margin:0 -15px;
		justify-content: center;
	} 
	.category-module-servizi li {
		float:left;
		width:calc(33.333% - 30px);
		margin:15px;
		padding:15px;
		padding-bottom: 50px;
	}
	.ancor-servizi {position:relative;top:-120px;}
	
}



/*----------------------------------- RESPONSIVE RESPONSIVE RESPONSIVE -------------------------------------------*/



/*   ------   D E S K T O P  (minimo 1200px) ------   */

@media only all and (min-width: 75rem) {

.g-logo img {
    max-width: 300px;
}

@keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:10vh; }
    100% { min-height:60vh;padding-top:10vh; }
}

@-webkit-keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:10vh; }
    100% { min-height:60vh;padding-top:10vh; }
}

.showcasehome {padding: 10vh 0px;}

img.logo-sezione1 {width:50%;text-align:center;margin:-50px auto 0px;}

.sezione-container {width:75rem;}

.lavori-container {
	width: 48%;
	float: left;
	margin: 0px 2% 2% 0;
}

.sezione-testo-spacer {max-width:70%;}

#section1 .sezione-container {text-align:left;}
#section1 .titolo-sezione {
    font-size:500%;
    line-height:100%;
    margin-top:0px;
}  
#section1 .testo-sezione {
    min-height:208px;
}
#g-navigation.g-headroom + header, #g-navigation.g-headroom + section {
    margin-top: 59px;
}
}



/*   ------   P O R T A T I L E   (minimo 960px) ------   */

@media only all and (min-width: 60rem) and (max-width: 74.938rem) {

.g-logo img {max-width: 280px;}

.sezione-container {width:60rem;}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 15px;
}

@keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:10vh; }
    100% { min-height:60vh;padding-top:10vh; }
}

@-webkit-keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:10vh; }
    100% { min-height:60vh;padding-top:10vh; }
}

.showcasehome {padding: 8vh 0px;}

.lavori-container {
	width: 48%;
	float: left;
	margin: 0px 2% 2% 0;
}

.titolo-sezione {
    font-size:350%;
    line-height:1;
}

.titolo2 {font-size:200%;}

}



/*   ------   T A B L E T   (minimo 768px) ------   */



@media only all and (min-width: 48rem) and (max-width: 59.938rem) {

@keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:8vh; }
    100% { min-height:50vh;padding-top:8vh; }
}

@-webkit-keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:8vh; }
    100% { min-height:50vh;padding-top:8vh; }
}

.showcasehome {padding: 8vh 0px;}

img.logosquarehome {width:25%;margin-bottom:20px;}

.g-logo img {max-width: 250px;}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 14px;
}

img.logo-sezione1 {width:65%;text-align:center;margin:-50px auto 0px;}

.sezione-container {width:46rem;}

.lavori-container {width:100%;margin: 0px 0px 4%;}

.titolo-sezione {font-size:280%;}
.titolo2 {font-size:150%;}

#section1 .titolo-sezione {text-align:left;}



#section1 .testo-sezione {text-align:left;}
}



/*   ------   Smartphones to Tablets   (minimo 480 px)------   */

@media only all and (min-width: 30rem) and (max-width: 47.938rem) {

@keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:4vh; }
    100% { min-height:50vh;padding-top:4vh; }
}

@-webkit-keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:4vh; }
    100% { min-height:50vh;padding-top:4vh; }
}

.showcasehome {padding: 4vh 0px;}

img.logosquarehome {width:50%;margin-bottom:20px;}

.g-logo img {max-width: 200px;}

#g-top {
    margin-top: 50px!important;
}
.home #g-top {
    margin-top: 50px!important;
}
.g-offcanvas-toggle {position:fixed;}

img.logo-sezione1 {width:50%;text-align:center;margin:-50px auto 0px;}

.sezione-container {width:29rem;}

.lavori-container {width:100%;margin: 0px 0px 4%;}

.titolo-sezione {font-size:280%;}
.titolo2 {font-size:150%;}

#g-navigation {
     position:fixed;
     box-shadow: 0 3px 6px rgba(0,0,0,0.23);
}
/* .home #g-navigation {
	background-color:#735753;
} */

#section1 .titolo-sezione {	
    margin-top: 0px;
    text-align:left;
}
.testo-sezione {font-size:1.1rem;}

#section1 .testo-sezione {text-align:left;}

}





/*   ------   S M A R T P H O N E   (massimo 480px)  ------   */



@media only all and (max-width: 29.938rem) {


@keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:0vh; }
    100% { min-height:50vh;padding-top:0vh; }
}

@-webkit-keyframes fisarmonica{
    0% { min-height:100vh;padding-top:20vh; }
    60% { min-height:100vh;padding-top:20vh; }
    80% { padding-top:0vh; }
    100% { min-height:50vh;padding-top:0vh; }
}

.showcasehome {padding: 0px 0px 2vh;}

.g-logo img {max-width: 250px;}

#g-top {
    margin-top: 50px!important;
}
.home #g-top {
    margin-top: 50px!important;
}
.g-offcanvas-toggle {position:fixed;}

.monospaced {  
    letter-spacing: 1px;
    font-weight: 400;
}

#g-navigation {
     position:fixed;
     box-shadow: 0 3px 6px rgba(0,0,0,0.23);
}
.home #g-navigation {
	background-color:#fff;
	height: 50px;
}
#g-navigation .g-block > .g-content {
    padding: 0px;
    margin: 0px;
}

#section1 .titolo-sezione {	
    margin-top: 0px;
    text-align:left;
}
.testo-sezione {font-size:1rem;}

#section1 .testo-sezione {text-align:left;}

#section1 .sezione-container {	
    padding: 0px 20px;
}

.sezione-container {
    width:90%;
}

.lavori-container {width:100%;margin: 0px 0px 4%;}

.titolo-lavori {font-size: 130%;}

.titolo-sezione {
    font-size:180%;
    line-height:1;
    letter-spacing:-0.1rem;
}
.titolo2 {font-size:200%;}

.pre-titolo::after {
    width: 35px;
    height: 1px;
    top: 8px;
}

.post-titolo {
    font-size:120%;
}

/*.post-titolo::before {
    width: 35px;
    height: 1px;
    top: -11px;
}*/


.sotto-titolo-sezione {font-size:100%;}

.sezione-testo-spacer {font-size:100%;max-width:90%;}

img.logo-sezione1  {max-width: 100%;width:75%;text-align:center;margin:0px auto 20px;}

.sezione-testo-spacer {padding:10px;}

.pulsante-promozione {
    text-align:center
}

.pulsante-promozione .riga1 {
   text-transform:uppercase;
   font-size:150%;
   font-weight:700;
} 

.pulsante-promozione .riga2 {
   font-size:200%;
   font-weight:700;
}

.riga2 .piccolo {
   font-size:50%;
}    


.g-logo {
    padding: 8px 15px;
	float: right;
	height: 50px;
       
}

.logo-basso {
    max-width: 190px;
    margin: auto;
}



}

@media only all and (max-width:47.938rem) {
 #g-footer .g-container {
  text-align:left;
 }
 #g-copyright .g-branding {
  text-align: left;
}
}

/* ------------------------------ BOX RESPONSIVE --------------------------------------*/

@media only all and (max-width: 59.938rem) {

.respobox20,.respobox33,.respobox40,.respobox50,.respobox60,.respobox66 {width:100%;}

}

@media only all and (min-width: 60rem) {

.respobox20 {width:20%;float:left;}
.respobox25 {width:25%;float:left;}
.respobox33 {width:33.333333%;float:left;}
.respobox40 {width:40%;float:left;}
.respobox50 {width:50%;float:left;}
.respobox60 {width:60%;float:left;}
.respobox66 {width:66.666666%;float:left;}
.respobox75 {width:75%;float:left;}

}

.paddingbox {padding: 0px 30px 30px 0px;}

/*------------------------------- CHRONOFORM -----------------------------------------*/

.chronoforms {font-family:roboto, sans serif;}

#contatto {
	position: relative;
	top: -65px;
}

.ui.form ::-moz-placeholder {
    color: #000000!important;
}

.ui.form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000!important;
}
.ui.form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000!important;
}
.ui.form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000!important;
}
.ui.form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000!important;
}

.ui.form textarea, .ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"] {
	font-family: roboto,'Helvetica Neue',Arial,Helvetica,sans-serif!important;
	border: 1px solid #d5c4c4 !important
	color: rgba(0,0,0,.87)!important;
	border-radius: 4px!important;
}



.chronoforms6_credits {
	display:none!important;
}
.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.button {
	font-family:inherit!important;
}

.ui.form label {
	font-size:1.1em!important;
}
.ui.green.button, .ui.green.buttons .button {
    background-color: #298eb5 !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)!important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: #fff !important;
	font-size: 1rem;
	text-transform: uppercase;
	border: 2px solid transparent;
	margin: 0 0 0.5rem 0;
	padding: 0.5rem 1.5rem;
	line-height:30px;
}
.ui.green.button:hover, .ui.green.buttons .button:hover {
    color: #fff !important;
    background-color: #c8656a;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;
}
.ui.form .required.field > label::after, .ui.form .required.fields.grouped > label::after, .ui.form .required.fields:not(.grouped) > .field > label::after {
    display: none!important;
}

.ui.form .field {
    margin: 0 0 0.5rem!important;
}
@media only screen and (max-width:767px) {
 .ui.selection.dropdown .menu {
  max-height:none!important;
 }
}

/* ----------------- BANNER FISSO TASTI RAPIDI MOBILE ---------------------------------------*/

.banner-contatti {
    position: fixed;
    z-index: 100;
    text-align: center;
    bottom: 0px;
    left: 0px;
    padding:0px;
    width:100%;
    background-color: #42829d;
/* 	border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
	box-shadow: 0 0px 6px rgba(0,0,0,0.16), 0 -1px 6px rgba(0,0,0,0.23);
}


#g-copyright .banner-contatti-item a {
    color:#ffffff!important;
}

.banner-contatti-item {
	float:left;
	width:32%;
	text-align:left;
	margin:2px 0px 2px 1% ;
	margin: 1vw 0px 1vw 1%;
}
.contatti-button-inner {margin:0 auto;}

.banner-contatti .informazioni, .banner-contatti .mappa , .banner-contatti .chiama {
    float:left;
    text-align:left;
    color: #FFF;
    padding: 5px 0px;
	
}

.banner-contatti .informazioni { 
    font-size: 2em;
}
.banner-contatti .mappa { 
    font-size: 2em;
}
.banner-contatti .chiama { 
/*    font-size: 2em;*/
}


/* .contatti-button1 {background-color: #5d8d5e;}

.contatti-button2 {background-color: #c94f55;}

.contatti-button3 {background-color: #8f2c31;} */

.contatti-button1, .contatti-button2, .contatti-button3 {
   padding:4px 2px;
/*    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12); */
   border-radius:6px;
   text-align:center;
   line-height: 30px;
}

.banner-contatti-testo {line-height:40px;}
