@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;600;900&family=Roboto+Condensed:wght@300;400;700&display=swap');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* Selections */

*::-moz-selection {
	background-color: #369940;
}
*::selection {
	background-color: #369940;
}

/* Links color */

a {
	color: #369940;
	text-decoration: underline;
	-webkit-transition: all ease-out 500ms;
  -moz-transition: all ease-out 500ms;
  -o-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
}
a:hover {
	color: #369940;
	text-decoration: none;
}

/* Theme background */

.themebg, .pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current, .pager-single span:after, #comments .commentlist>li .reply a.comment-reply-link, .fixed-nav .arrow, #Filters .filters_wrapper ul li a:hover, .widget_categories ul, .Recent_posts ul li .desc:after, .Recent_posts ul li .photo .c, .widget_recent_entries ul li:after, .widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current_page_item a, .widget_product_categories ul, div.jp-interface, #Top_bar a#header_cart span, .testimonials_slider .slider_images, .testimonials_slider .slider_images a:after, .testimonials_slider .slider_images:before, .slider_pagination a.selected, .slider_pagination a.selected:after, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet.selected:after, .tp-leftarrow.default, .tp-rightarrow.default, .tp-bullets.tp-thumbs .bullet.selected:after, .offer_thumb .slider_pagination a:before, .offer_thumb .slider_pagination a.selected:after {
	background-color: #369940;
}

html {
	background-color: #f2f2f2;
}
#Wrapper, #Content {
	background-color: #f2f2f2;
}

body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover, .widget_recent_entries ul li a, .flat_box a, .flat_box a:hover {
	color: #010101;
}

body, #Subheader .title, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
	font-family: 'Roboto Condensed', Arial, Tahoma, sans-serif;
	font-weight: 300;
}

body {
	font-size: 16px;
	line-height: 24px;
}

#menu>ul>li>a, #header_action_button, #header_cart {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 400;
}
h1, .text-logo #logo {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 300;
}
h2 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  color:#000000;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}

h3 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 300;
  color: #369940;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

h4 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 300;
  color: #369940;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h5 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 700;
}

h6 {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 700;
  font-size: 18px;
	line-height: 27px;
  color: #ffffff;
}
blockquote {
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}

.highlight-left:after, .highlight-right:after {
	background: none;
}

/* Headings */

h1, #Subheader .title, .text-logo #logo {
	font-size: 42px;
	line-height: 42px;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
  color:#ffffff;
  text-transform: uppercase;
}
h2 {
	font-size: 42px;
	line-height: 42px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
	font-size: 17px;
	line-height: 22px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}

/* MENU */

a.responsive-menu-toggle:link,
a.responsive-menu-toggle:visited{
	color: #ffffff;
}

#Top_bar.is-sticky a.responsive-menu-toggle:link,
#Top_bar.is-sticky a.responsive-menu-toggle:visited{
	color: #000000;
}

a.responsive-menu-toggle:hover,
#Top_bar.is-sticky a.responsive-menu-toggle:hover{
	color: #369940;
}

#Top_bar #logo {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 15px 0px;
}

.header-overlay #Top_bar.is-sticky {
	display: block;
}

@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky #logo {
		padding: 5px 0;
		height: 70px;
		line-height: 70px;
	}
	#Top_bar.is-sticky #logo img {
		max-height: 70px;
		width: auto !important;
	}
	.header-simple #Top_bar.is-sticky .responsive-menu-toggle {
		top: 23px;
	}

	.header-simple #Header a.responsive-menu-toggle {
		display: block;
		width: 49px;
		height: 41px;
		line-height: 35px;
		font-size: 35px;
		text-align: center;
		position: absolute;
		top: 28px;
		right: 20px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
}

#Header .top_bar_left, .header-classic #Top_bar, .header-stack #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu {
	background-color: rgba(0, 0, 0, 0);
}

.logo-hero{
	display: block
}

.logo-sticky{
	display: none;
}

#Top_bar.is-sticky .logo-hero{
	display: none;
}

#Top_bar.is-sticky .logo-sticky{
	display: block;
}

#Top_bar{
  position: absolute!important;
}

#Top_bar.is-sticky {
  position: fixed!important;
  width: 100%;
  left: 0;
  top: -60px;
  height: 60px;
  z-index: 701;
  background-color: rgba(0, 0, 0, 0);
  opacity: .97;
  filter: alpha(opacity=97);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0);
}

.top_bar_left{
  /*background-color: #ffffff!important;*/
	background-color: rgba(0, 0, 0, 0);
}

#Top_bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
}

#Top_bar:not(.is-sticky) {
	padding: 5px 0
}

#Top_bar.is-sticky .top_bar_left{
	background-color: #ffffff!important;
  opacity: 0.97;
  filter: alpha(opacity=97);
	width: 100%!important;
}

#Top_bar .container .column.one{
	width: 100%!important;
	margin: 0 0 40px 0!important;
}

#Top_bar .menu>li>a {
	color: #010101;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
	text-decoration: none;
}

#Top_bar .menu>li>a:hover {
	color: #369940;
}

#Overlay #overlay-menu .menu>li.current-menu-item>a, #Overlay #overlay-menu .menu>li.current_page_item>a, #Overlay #overlay-menu .menu>li.current-menu-ancestor>a, #Overlay #overlay-menu .menu>li.current_page_ancestor>a, #Overlay #overlay-menu .menu>li.hover>a {
	color: #242424;
	font-weight: 600;
}

#Top_bar .menu>li>a span:not(.description) {
	border-right-width: 0px;
}

#overlay-menu ul li a {
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	font-weight: 400;
}

#overlay-menu ul li a:hover {
	color: #000000;
}

.topbar-icon{
	position: fixed;
	top: 28px;
	right: 80px;
	z-index: 99;
}

.topbar-icon li{
	float: left;
}

.topbar-icon li a:link,
.topbar-icon li a:visited{
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0 0 20px;
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	text-transform: uppercase;
}

.topbar-icon li a:hover{
	border: 1px solid #369940;
	color: #369940;
}

#Top_bar.is-sticky .topbar-icon li a:link,
#Top_bar.is-sticky .topbar-icon li a:visited{
	border: 1px solid #000000;
	color: #000000;
}

#Top_bar.is-sticky .topbar-icon li a:hover{
	border: 1px solid #369940;
	color: #369940;
}

#Top_bar.is-sticky .topbar-icon{
	top:24px;
}

#Top_bar .container {
    width: 100%;
}

#Top_bar.is-sticky .container .column .top_bar_left .logo #logo {
    display: block;
}

#Top_bar .container .column .top_bar_left .logo #logo .logo-sticky,
#Top_bar .container .column .top_bar_left .logo #logo .logo-mobile,
#Top_bar .container .column .top_bar_left .logo #logo .logo-mobile-sticky{
    display: none;
}

#Top_bar.is-sticky .container .column .top_bar_left .logo #logo .logo-sticky{
	display: block;
}

.header-overlay .overlay-menu-toggle {
	position: absolute;
	right: 10px;
	top: 30px;
	font-size: 30px;
	z-index: 9911;
}

#Overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9910;
	background: rgba(54, 153, 64, .95);
	display: none;
}

.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {
	color: #369940;
}

.column_column ul li span, .column_column ol li span, .the_content_wrapper ul li span, .the_content_wrapper ol li span{
	color: #010101;
	font-weight: 600;
}

.desc ul{
	color: #369940!important;
	margin: 0 0 15px 30px;
}

.desc ul li{
	color: #010101;
	font-weight: 300;
	list-style: disc;
}



/* VIDEO */

.section.has-video{
  height: 100vh;
  padding-top: 200px;
}

.section_video .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	/*background: url(../images/videomask.png) repeat center;*/
	background: rgba(0, 0, 0, 0.7)!important;
}

/* COUNTER */

.counter{
	margin-top: 50px;
  padding: 0;
  background: none!important;
  text-align: left;
}

.cont-numb{
	padding: 0 0 0 40px;
	border-left: 2px solid #369940;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.counter .number{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	text-align: left;
}

.counter .title{
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300!important;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	margin: 5px 0 35px 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.counter .hr_narrow{
	display: block!important;
	height: 3px;
	background-color: #369940;
}

h2.titolo-slider{
  font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	line-height: 90px;
	font-weight: 900!important;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
  font-style: normal;
  border-bottom:0px;
}

/* CTA */

a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #f2f2f2;
	color: #000000;
}

a.button_theme2, input[type="submit"]{
	background-color: #ffffff;
	color: #000000;
}

/* SEZIONI */
#intro .section_wrapper{
  margin-top: 0px;
  padding-top: 0px;
	padding-bottom: 0px;
  /*padding-bottom: 160px;
  background-image: url("../images/back_02.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;*/
}

#servizi .section_wrapper{
  margin-top: 0px;
  padding-top: 40px;
	padding-bottom: 40px;
  background-image: url("../images/back_02.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#servizi p{
  text-align: justify;
}

#workshop p{
  text-align: justify;
}

p.white{
	color: #ffffff;
}

.serv-ico{
  text-align: center;
  margin-bottom: 10px;
}

#fascia_01{
  padding-top:120px;
  padding-bottom:120px;
  background-image:url(../images/back_serv.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
	margin-top:-80px;
}

#fascia_01 p{
  text-align: justify;
}

#fascia_02{
  padding-top:120px;
  padding-bottom:120px;
  background-image:url(../images/fascia_02.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
}

#fascia_03{
  padding-top:120px;
  padding-bottom:120px;
  background-image:url(../images/fascia_03.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
	margin-top:-75px;
}

#fascia_04{
  padding-top:60px;
  padding-bottom:60px;
  background-image:url(../images/fascia_04.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
}

#fascia_04 h4{
  color: #f2f2f2;
}

#fascia_02 p{
  text-align: justify;
}

#fascia_03 p{
  text-align: justify;
}

#fascia_04 p{
  text-align: justify;
}

#Footer {
	background-color: #ffffff;
}

#Footer a {
	color: #000000;
  text-decoration: underline;
}
#Footer a:hover {
	color: #369940;
  text-decoration: none;
}

#Footer .footer_copy .one {
	border-top: 0px solid rgba(0, 0, 0, 0.8)
}

#prodotti .section_wrapper{
  margin-top: -75px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../images/back_01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#clienti .section_wrapper{
  margin-top: -75px;
  padding-top: 0px;
  padding-bottom: 80px;
  background-image: url("../images/back_01.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#macchine .section_wrapper{
  margin-top: -80px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url("../images/back_04.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#macchine .section_wrapper h2{
  font-size: 26px;
}

.bandiera{
	width: 100%;
	height: 3px;
	margin-bottom: 20px;
}

.bandiera .verde{
	float: left;
	width: 33%;
	height: 3px;
	background-color: #008C45;
}

.bandiera .bianco{
	float: left;
	width: 34%;
	height: 3px;
	background-color: #F4F5F0;
}

.bandiera .rosso{
	float: left;
	width: 33%;
	height: 3px;
	background-color: #CD212A;
}

/* BOX PRODOTTI */

.offer_thumb_ul li.offer_thumb_li {
	float: left;
	display: block;
	padding-left: 30px;
	min-height: 500px;
  height:auto !important;
  height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (min-width: 768px) {
	.offer_thumb .slider_pagination {
		position: absolute;
		left: 0;
		top: 0;
		border-width: 1px;
		border-style: solid;
	}
	.offer_thumb .slider_pagination a {
		display: block;
		margin: 0;
		width: 85px;
		height: 85px;
		line-height: 85px;
		text-align: center;
		padding: 8px;
		text-indent: 0;
		border-bottom-width: 1px;
		border-style: solid;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.offer_thumb .slider_pagination a:not(.selected):hover img {
		filter: alpha(opacity=60);
		opacity: 0.6;
	}
	.offer_thumb .slider_pagination a.selected {
		top: 0;
	}
	.offer_thumb .slider_pagination a:last-child {
		border: 0;
	}
	.offer_thumb .slider_pagination a:before {
		content: "";
		display: block;
		width: 5px;
		height: 100%;
		right: -5px;
		top: 0;
		position: absolute;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.offer_thumb .slider_pagination a.selected:before {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.offer_thumb .slider_pagination a:after {
		content: "";
		left: auto;
		right: -9px;
		top: 50%;
		margin-top: -4px;
		width: 8px;
		height: 8px;
		filter: alpha(opacity=0);
		opacity: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.offer_thumb .slider_pagination a.selected:after {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.offer_thumb .slider_pagination a {
		background-color: #fff;
	}
	.offer_thumb .slider_pagination a.selected {
		background-color: #f2f2f2;
		background-image: none!important;
	}
	.offer_thumb .slider_pagination a img {
		vertical-align: middle;
	}
}

/* PAGINE */

#Subheader {
    background-position: top center;
    background-repeat: no-repeat;
		background-size: cover;
    padding: 150px 0;
    position: relative;
		background-attachment: fixed;
}

.header-azienda{
	background-image: url("../images/head_azienda.jpg");
}

.header-servizi{
	background-image: url("../images/head_servizi.jpg");
}

.header-fotovoltaico{
	background-image: url("../images/head_fotovoltaico.jpg");
}

.header-prodotti{
	background-image: url("../images/head_prodotti.jpg");
}

.header-workshop{
	background-image: url("../images/head_workshop_new.jpg");
}

#azienda_02 .section_wrapper{
  padding-top: 40px;
  padding-bottom: 160px;
  background-image: url("../images/back_03.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#azienda_04 .section_wrapper{
  padding-top: 40px;
  padding-bottom: 160px;
  background-image: url("../images/back_04.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#prodotti_02 .section_wrapper{
  padding-top: 40px;
  padding-bottom: 160px;
  background-image: url("../images/back_03.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#prodotti_04 .section_wrapper{
  padding-top: 40px;
  padding-bottom: 160px;
  background-image: url("../images/back_04.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* MAPPA */

#map {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
}

.leaflet-tile-pane {
  -webkit-filter: grayscale(100%)!important;
  filter: grayscale(100%)!important;
}

/* POP UP */

#pop-up {
    top: 50%;
    left: 50%;
    text-align:center;
    position: fixed;
    background:none;
    padding: 0px;
		width: 800px;
		height: auto;
		-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#pop-up img{
    position: relative;
		z-index: auto;
		width: 100%;
		height: auto;

}

.b-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    background: #000000;
    padding: 5px 10px;
		z-index: 99;
}

/* FINE POP UP */

/* VIDEO YOUTUBE */

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.container-video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FINE VIDEO YOUTUBE */


/* STILI PER MOBILE */

@media only screen and (min-device-width:481px) and (max-device-width:1024px) {
	.section.has-video .section_video {
		display: block !important;
	}

	#prodotti .section_wrapper{
	  margin-top: -165px;
	  padding-top: 80px;
	}

	#macchine .section_wrapper{
	  margin-top: -73px;
	}

	#clienti .section_wrapper{
	  margin-top: -65px;
	}

	#fascia_03{
		margin-top:-65px;
	}

	#fascia_01{
		margin-top:-73px;
	}
}

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

}

@media only screen and (max-width: 1239px) {
	#Top_bar.is-sticky #logo img.logo-main {
		display: none;
	}
}

@media only screen and (max-width: 959px) {
	h2.titolo-slider{
		font-size: 70px;
		line-height: 70px;
	}

	h2 {
		font-size: 36px;
		line-height: 36px;
	}

	h3 {
	  letter-spacing: 0px;
		font-size: 16px;
		line-height: 20px;
	}

	#clienti .section_wrapper{
	  margin-top: -55px;
	}

	#fascia_01{
		margin-top:-65px;
	}

	#fascia_03{
		margin-top:-55px;
	}

	#prodotti .section_wrapper{
	  margin-top: -63px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  background-size: cover;
	}

	#servizi .section_wrapper{
	  padding-top: 10px;
	}

	#macchine .section_wrapper{
	  margin-top: -60px;
	  padding-top: 0px;
	}

	#pop-up {
  	width: 700px;
  }
}

@media only screen and (max-width: 767px) {
	#Top_bar, #Action_bar {
		background: none !important;
	}

	#Top_bar #logo {
		margin-top: 0px;
		padding: 10px 0px;
	}

	#Top_bar .logo #logo {
		padding: 5px 70px 15px;
	}

	.topbar-icon{
		position: fixed;
		top: 90px;
		left: 0;
		z-index: 99;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.topbar-icon li{
		float: none;
	}

	.topbar-icon li a:link,
	.topbar-icon li a:visited{
		margin: 0 10px 0 10px;
	}

	#Top_bar.is-sticky .topbar-icon{
		top:90px;
	}

	#Top_bar.is-sticky #logo {
		margin-top: 15px;
	}

	#Top_bar .container{
		width: 100%!important;
	}

	#Top_bar .top_bar_left {
		margin-top: 0px;
	}

	#Top_bar.is-sticky .top_bar_left{
		padding-bottom: 40px;
	}

	.header-overlay.sticky-header .overlay-menu-toggle {
		margin-right: 0px;
	}

	h2.titolo-slider{
		font-size: 44px;
		line-height: 44px;
	}

	h2 {
		font-size: 24px;
		line-height: 24px;
	}

	#clienti .section_wrapper{
	  margin-top: 0px;
		padding-bottom: 0px;
		background-repeat: none;
		background-color: #ffffff;
	}

	.highlight-left .column:first-child, .highlight-right .column:last-child {
		background: none!important;
	}

	#fascia_03{
		margin-top:0px;
	}

	#intro .section_wrapper .items_group .column_image .image_frame .image_wrapper,
	#servizi .section_wrapper .items_group .column_image .image_frame .image_wrapper{
		padding-top: 0!important
	}

	#servizi .section_wrapper{
	  padding-top: 0px;
		background-image: none;
		background-color: #ffffff;
		margin-top: 80px;
		padding-bottom: 0;
	}

	#fascia_01{
		margin-top:0px;
	}

	#prodotti .section_wrapper{
	  margin-top: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
		background-image: none;
		background-color: #ffffff;
	}

	.offer_thumb_ul li.offer_thumb_li {
		padding-left: 0px;
	}

	#fascia_02 .section_wrapper .items_group .column_column .column_attr div{
		text-align: justify;
		padding: 80px 0 0 0!important;
	}

	#fascia_04 .section_wrapper .items_group .column_column .column_attr div{
		text-align: justify;
		padding: 80px 0 0 0!important;
	}

	#macchine .section_wrapper{
	  margin-top: 0px;
	  padding-top: 0px;
		background-image: none;
		background-color: #ffffff;
		padding-bottom: 0;
	}

	#azienda_02 .section_wrapper{
		padding-top: 0px;
	  padding-bottom: 80px;
	  background-image: none;
		background-color: #ffffff;
		margin-top: 80px;
	}

	#azienda_01 .section_wrapper .items_group .column_image .image_frame .image_wrapper,
	#azienda_03 .section_wrapper .items_group .column_image .image_frame .image_wrapper{
		padding-top: 20px!important;
	}


	#azienda_02 .section_wrapper .items_group .column_image .image_frame .image_wrapper,
	#azienda_04 .section_wrapper .items_group .column_image .image_frame .image_wrapper{
		padding-top: 0!important;
	}

	#azienda_04 .section_wrapper{
	  padding-top: 0px;
	  padding-bottom: 80px;
	  background-image: none;
		background-color: #ffffff;
		margin-top: 80px;
	}

	#prodotti_01 .section_wrapper .items_group .column_image .image_frame .image_wrapper,
	#prodotti_03 .section_wrapper .items_group .column_image .image_frame .image_wrapper{
		padding-top: 20px!important;
	}


	#prodotti_02 .section_wrapper .items_group .column_image .image_frame .image_wrapper,
	#prodotti_04 .section_wrapper .items_group .column_image .image_frame .image_wrapper{
		padding-top: 0!important;
	}

	#prodotti_02 .section_wrapper{
	  padding-top: 0px;
	  padding-bottom: 80px;
	  background-image: none;
		background-color: #ffffff;
		margin-top: 80px;
	}

	#prodotti_04 .section_wrapper{
	  padding-top: 0px;
	  padding-bottom: 80px;
	  background-image: none;
		background-color: #ffffff;
		margin-top: 80px;
	}

	#pop-up {
  	width: 470px;
  }
}

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

	#fascia_01{
	   background-position:center left;
	}

	#fascia_02{
	   background-position:center left;
	}

	#fascia_04{
	   background-position:center left;
	}

	#fascia_03{
	  background-position:center left;
	}

	#pop-up {
  	width: 350px;
  }

}
