/*
Theme Name: WSolar Energie Theme
Theme URI: http://devagency.it
Author: DEVAPP SRL
Author URI: http://devagency.it
Description: Tema wordpress per sito aziendale WSolar Energie realizzato da DEVAPP SRL
Version: 1.0
Text Domain: wsolarenergiedevappsrl

Questo tema è di proprietà di DEVAPP SRL, tutti i diritti sono riservati. E' vietato
l'uso, la modifica, la diffusione e qualsiasi altro tipo di utilizzo senza espressa
autorizzazione scritta da parte di DEVAPP SRL
*/

/* #dc911b  */

@charset "UTF-8";
/* CSS Document */
body {
	font-size:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	overflow-x:hidden;
}
html, body
{
    height: 100%;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
figure {
  margin: 0;
}
header.top {
	background-color: #4e4e4d;
	color: #fff;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	font-weight:100;
}
header.top p {
  margin: 1rem 0 1rem 0;
}
.top-header-yellow {
    background: #dc911b;
    padding:15px 15px 15px 0px;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #4e4e4d;
    font-weight: 500;
}
.top-header-yellow:before {
    background: #dc911b;
    content: "";
    height: 101%;
    left: -20px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 40px;
}
@media(max-width: 991px)
{
    .top-header-yellow {
        padding: 35px 15px 35px 0;
    }
    .top-header-yellow:before {
        display: none;
    }
}
.top-header-yellow:after {
    background: #dc911b;
    content: "";
    height: 101%;
    right: -384px;
    position: absolute;
    top: 0;
    transform: skewX(-0deg);
    width: 384px;
    z-index: -1;
}

.top-header-yellow.one-line {
    padding: 0 15px 0 0;
}
@media(max-width: 991px)
{
    .top-header-yellow.one-line {
        padding: 10px 15px 10px 0;
    }
}

.top-header-yellow ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
}
.top-header-yellow ul li {
  display: inline-block;
}
.top-header-yellow ul li a {
  color: #4e4e4d;
  text-decoration: none;
}
.top-header-yellow ul li a:hover, .top-header-yellow ul li a:active {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width:320px) and (max-width: 767px)  {
  .top-header-yellow:before {
      display: none;
    }
  .top-header-yellow:after {
    display: none;
  }
  .top-header-yellow {
    padding: 10px;
  }
  .top-header-yellow p, .top-header-yellow ul li a {
    line-height: 3rem;
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 10px;
  }
}
/* Modal Home Page */
.modal {
z-index: 9999;
width: 100%;
height: 100%;
}
.modal-dialog {
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.modal .modal-dialog {
padding: 0;
height: 100%;
max-height: 100%;
overflow: auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: stretch;
}
.modal .modal-dialog .modal-content {
position: relative;
width: auto;
height: auto;
background: #eee;
border-radius: 0;
border: none;
box-shadow: none;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
max-height: calc(100vh - 60px);
margin:15px;
}
.modal .modal-dialog .modal-header {
position: relative;
background: #eee;
color: #676C72;
height: 60px;
padding: 0 15px;
border: none;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.modify .modal-body {
padding: 0 0 0 0 !important;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 0;
height: auto;
}
.modal-body img {
	max-width:100%;
}
.modal-footer {
padding: 20px 0;
background-color: #676C72;
margin-left: 0;
margin-right: 0;
position: static;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
button.close {
	background-color: #999999;
    border-radius: 100%;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
}
.close {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
	text-shadow: 0 0px 0 #fff;
	opacity: 1;
}
.close:focus, .close:hover {
	opacity:1;
	color:#fff;
}
/* Fine Modal Home Page */

/* Transition Carousel Home - Effetto Fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: #222;
}
.item:nth-child(2) {
  background: #222;
}
.item:nth-child(3) {
  background: #222;
}
/* Fine Transition Carousel Home - Effetto Fade */

@media only screen and (min-width:320px) and (max-width: 768px)  {
	header.top {
		padding:0.5rem;
	}
}
nav.navbar-default {
    background-color: #fff;
}
nav.navbar {
	margin-bottom: 0px;
	border: none;
}
nav #menu-principale span.glyphicon {
	color: #222222;
	font-size: large;
	margin-right: 0.5rem;
	display: none;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-toggle {
    background-color: transparent;
    margin: 33px 15px 33px 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #999999;
}
header.top .social ul {
  list-style-type: none;
  margin:10px 0;
  padding: 0;
position: relative;
}
footer .social ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}
header.top .social ul li, footer .social ul li {
    display: inline;
    padding-left: 10px;
    padding-right: 6px;
    border-left: 1px solid #4e4e4d;
}
header.top .social ul li:first-child, footer .social ul li:first-child {
    border-left: 0px solid #fff;
    padding-left: 0px;
}
header.top .social ul li:last-child, footer .social ul li:last-child {
    padding-right: 0px;
}
header.top .social ul li a, footer .social ul li a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header.top .social ul li a:hover, footer .social ul li a:hover{
	opacity: 0.8;
}
nav.navbar-default {
    background-color: rgba(256, 256, 256, 0.9);
    border: medium none;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.navbar-brand {
	float: left;
	height: 100%;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
.navbar-toggle {
	margin: 33px 15px 33px 0;
}
/* Small devices (tablets, 768px and up) */
.navbar-collapse {
	border:none;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.navbar-collapse {
		background-color: #eeeeee;
	}
}
.navbar-collapse ul li {
	text-align: center;
	/*margin-left: 15px;
	border-bottom: 1px solid #fff; */
}
.navbar-nav {
    margin: 0px -15px;
}
.navbar-default .navbar-nav > li > a {
    color: #4e4e4d;
    font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height: 7.2rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  border-bottom: 5px solid #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 1.2rem;
	 line-height: 82px;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 9px;
  }
}
@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		line-height: 3rem;
	}
}
.navbar-default .navbar-nav > li > a:hover {
	color: #dc911b;
  border-bottom: 5px solid  #dc911b;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color:  #dc911b;
  border-bottom: 5px solid  #dc911b;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #dc911b;
}
/*.current-menu-item > a {
    color: #999999 !important;
}*/
/* SOTTOMENU */
.navbar-default .navbar-nav>.open>a {
  border-bottom: 5px solid #dc911b;
  background-color: #dc911b;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #dc911b;
}
.navbar-nav>li>.dropdown-menu {
  padding: 0;
  margin-top: -30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #4e4e4d;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}
.dropdown-menu {
  border: none;
  font-size: 13px;
}
.dropdown-menu>.active>a {
  background-color: #dc911b;
}
.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #dc911b;
}
.dropdown-menu>li>a {
	padding: 15px 20px;
 	color: #ffffff;
	text-align: left;
}

.dropdown-menu {
  margin: 0 !important;
}
.navbar-collapse ul li a.visible-xs.toggleButton {
    display: inline-block !important;
    margin-left: 0px;
    top: 0;
    left: 0;
}
.navbar-collapse ul li a:hover.visible-xs.toggleButton {
	color: #4e4e4d !important;
}
.toggleButton {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: transparent;
    color: transparent;
    border: none;
    text-align: right;
}
@media screen and (max-width: 767px) {
	.toggleButton {
		height: 55px;
	}
}
@media screen and (min-width: 768px) {
	.toggleButton {
		padding-right: 15px !important;
		height: 107px;
	}
	.menu-item-has-children > a.dropdown-toggle {
    	padding-right: 30px !important;
	}
}
/* FINE SOTTOMENU */

/* Inizio HOME PAGE */
/* ==========================================================================
CAROUSEL HOME
========================================================================== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.carousel-fade {
  /* height: calc(100% - 152px - 130px); */
  /*height: calc(100% - 145px); one line address */
  height: calc(100% - 177px);
  background: #555;
  padding: 0;
}

.one-line-address .carousel-fade {
    height: calc(100% - 145px);
}

.carousel-fade .carousel-inner {
  height: 100%;
}
.carousel-fade .carousel-inner .item {
  height: 100%;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 0;
}
#home-carousel .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}
#home-carousel .item .carousel-caption {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  display: table;
}
#home-carousel .item .carousel-caption > div {
  display: table-cell;
  vertical-align: middle;
  text-shadow: none;
}
#home-carousel .item .carousel-caption > div .inner {
  padding-left: 120px;
  padding-right: 120px;
  /* margin-top: -100px; */
}
#home-carousel .item .carousel-caption > div h1,
#home-carousel .item .carousel-caption > div h2,
#home-carousel .item .carousel-caption > div h3,
#home-carousel .item .carousel-caption > div h4,
#home-carousel .item .carousel-caption > div h5,
#home-carousel .item .carousel-caption > div h6,
#home-carousel .item .carousel-caption > div p,
#home-carousel .item .carousel-caption > div span {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
}
#home-carousel .item .carousel-caption > div h1 strong,
#home-carousel .item .carousel-caption > div h2 strong,
#home-carousel .item .carousel-caption > div h3 strong,
#home-carousel .item .carousel-caption > div h4 strong,
#home-carousel .item .carousel-caption > div h5 strong,
#home-carousel .item .carousel-caption > div h6 strong,
#home-carousel .item .carousel-caption > div p strong,
#home-carousel .item .carousel-caption > div span strong {
  color: #fff;
}
#home-carousel .item .carousel-caption > div h2, #home-carousel .item .carousel-caption > div h2 span {
  line-height: 55px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#home-carousel .item .carousel-caption > div h2 span {
  color: #dc911b;
  display: block;
  text-align: center;
}
#home-carousel .item .carousel-caption > div h2:after {
  display: none;
}
#home-carousel .item .carousel-caption > div h3 {
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: rgb(256, 256, 256);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#home-carousel .item .carousel-caption > div .buttons {
  margin-top: 50px;
}
#home-carousel .item .carousel-caption > div .buttons .bttn {
  display: inline-block;
  margin: 0 10px 0 0px;
  text-decoration: none;
}
#home-carousel .item .carousel-caption > div .buttons .bttn.bttn-orange:hover {
  background-color: #4e4e4d;
  color: #fff;
  border: 2px solid #4e4e4d;
}
#home-carousel .carousel-control {
  background-image: none;
  width: 100px;
  opacity: 1;
}
#home-carousel .carousel-control:focus {
  opacity: 1;
}
#home-carousel .carousel-control:hover {
  opacity: 1;
}
#home-carousel .carousel-control img {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
#home-carousel .carousel-control.left img {
  left: 30px;
}
#home-carousel .carousel-control.right img {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#home-carousel .carousel-indicators {
  z-index: 0;
}
#home-carousel .carousel-indicators li {
  background: #ddd;
  margin: 0 3px;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#home-carousel .carousel-indicators li:hover {
  transform: scale(1.1);
}
#home-carousel .carousel-indicators li.active {
  background: #dc911b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*@media (min-width: 1200px) and (max-width: 1450px) {
  #home-carousel .item .carousel-caption > div h1 {
    font-size: 55px;
    line-height: 60px;
  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 50px;
    line-height: 73px;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .carousel-fade {
    height: calc(100% - 141px);
  }
  #home-carousel .item .carousel-caption > div h1 {
    font-size: 55px;
    line-height: 60px;
  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 50px;
    line-height: 73px;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .carousel-fade {
    height: calc(100% - 141px);
  }
  #home-carousel .item .carousel-caption > div h1 {
    font-size: 55px;
    line-height: 60px;
  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 50px;
    line-height: 73px;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .carousel-fade {
    height: 100%;
  }
  #home-carousel .item .carousel-caption > div .inner {
    margin-top: -50px;
  }
  #home-carousel .item .carousel-caption > div h1 {
    font-size: 50px;
    line-height: 60px;
  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 40px;
    line-height: 63px;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-fade {
    height: 100%;
  }
  #home-carousel .item .carousel-caption > div h1 {
    font-size: 55px;
    line-height: 60px;
  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 50px;
    line-height: 73px;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 16px;
    line-height: 22px;
  }
}*/
@media (min-width: 481px) and (max-width: 767px) {
  .carousel-fade {
    height: 100%;
  }
  #home-carousel .item .carousel-caption > div .inner {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-top: -5vh;
  }
  #home-carousel .item .carousel-caption > div h1 {

  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 10vw;
    line-height: 10vw;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 6vw;
    line-height: 6vw;
  }
  #home-carousel .item .carousel-caption > div .buttons {
    margin-top: 16vw;
    margin-left: -10px;
    margin-right: -10px;
  }
  #home-carousel .item .carousel-caption > div .buttons .bttn {
    margin: 0 5px;
    min-width: 0px;
    width: 36%;
    padding: 0 3px;
    height: 60px;
    line-height: 57px;
  }
  #home-carousel .carousel-control {
    width: 60px;
  }
  #home-carousel .carousel-control img {
    margin-top: -20px;
    width: 40px;
  }
  #home-carousel .carousel-control.left img {
    left: 10px;
  }
  #home-carousel .carousel-control.right img {
    right: 10px;
  }
  #home-carousel .carousel-indicators {
    z-index: 0;
  }
  #home-carousel .carousel-indicators li {
    background: #ddd;
    margin: 0 3px;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #home-carousel .carousel-indicators li:hover {
    transform: scale(1.1);
  }
  #home-carousel .carousel-indicators li.active {
    background: #ee7f01;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .carousel-fade {
    height: 400px;
  }
  #home-carousel .item .carousel-caption > div .inner {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-top: 0;
  }
  #home-carousel .item .carousel-caption > div h1 {

  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 55px;
    line-height: 60px;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-top: 50px;
    border-top: 2px solid #ffffff;
  }
  #home-carousel .item .carousel-caption > div .buttons {
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #home-carousel .item .carousel-caption > div .buttons .bttn {
    margin: 0 5px;
    min-width: 0px;
    width: 25%;
    padding: 0 3px;
    height: 50px;
    line-height: 47px;
  }
  #home-carousel .carousel-control {
    width: 60px;
  }
  #home-carousel .carousel-control img {
    margin-top: -20px;
    width: 40px;
  }
  #home-carousel .carousel-control.left img {
    left: 10px;
  }
  #home-carousel .carousel-control.right img {
    right: 10px;
  }
  #home-carousel .carousel-indicators {
    z-index: 0;
  }
  #home-carousel .carousel-indicators li {
    background: #ddd;
    margin: 0 3px;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #home-carousel .carousel-indicators li:hover {
    transform: scale(1.1);
  }
  #home-carousel .carousel-indicators li.active {
    background: #ee7f01;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 480px) {
  .carousel-fade {
    height: 100%;
  }
  #home-carousel .item .carousel-caption > div .inner {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-top: -5vh;
  }
  #home-carousel .item .carousel-caption > div h1 {

  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 13vw;
    line-height: 15vw;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 7vw;
    line-height: 9vw;
  }
  #home-carousel .item .carousel-caption > div .buttons {
    margin-top: 16vw;
    margin-left: -10px;
    margin-right: -10px;
  }
  #home-carousel .item .carousel-caption > div .buttons .bttn {
    margin: 0 5px;
    min-width: 0px;
    width: 45%;
    padding: 0 3px;
    font-size: 13px;
    height: 45px;
    line-height: 42px;
  }
  #home-carousel .carousel-control {
    width: 60px;
  }
  #home-carousel .carousel-control img {
    margin-top: -20px;
    width: 40px;
  }
  #home-carousel .carousel-control.left img {
    left: 10px;
  }
  #home-carousel .carousel-control.right img {
    right: 10px;
  }
  #home-carousel .carousel-indicators {
    z-index: 0;
  }
  #home-carousel .carousel-indicators li {
    background: #ddd;
    margin: 0 3px;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #home-carousel .carousel-indicators li:hover {
    transform: scale(1.1);
  }
  #home-carousel .carousel-indicators li.active {
    background: #ee7f01;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 480px) {
  .carousel-fade {
    height: 100%;
  }
  #home-carousel .item .carousel-caption > div .inner {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-top: -5vh;
  }
  #home-carousel .item .carousel-caption > div h1 {

  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 12vw;
    line-height: 14vw;
  }
  #home-carousel .item .carousel-caption > div h3 {
    font-size: 7vw;
    line-height: 9vw;
  }
  #home-carousel .item .carousel-caption > div .buttons {
    margin-top: 16vw;
    margin-left: -10px;
    margin-right: -10px;
  }
  #home-carousel .item .carousel-caption > div .buttons .bttn {
    margin: 0 5px;
    min-width: 0px;
    width: 45%;
    padding: 0 3px;
    font-size: 13px;
    height: 45px;
    line-height: 42px;
  }
  #home-carousel .carousel-control {
    width: 60px;
  }
  #home-carousel .carousel-control img {
    margin-top: -20px;
    width: 40px;
  }
  #home-carousel .carousel-control.left img {
    left: 10px;
  }
  #home-carousel .carousel-control.right img {
    right: 10px;
  }
  #home-carousel .carousel-indicators {
    z-index: 0;
  }
  #home-carousel .carousel-indicators li {
    background: #ddd;
    margin: 0 3px;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #home-carousel .carousel-indicators li:hover {
    transform: scale(1.1);
  }
  #home-carousel .carousel-indicators li.active {
    background: #dc911b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 340px) {
  #home-carousel .item .carousel-caption > div h1 {

  }
  #home-carousel .item .carousel-caption > div h2 {
    font-size: 40px;
    margin-top: -20px;
  }
  #home-carousel .item .carousel-caption > div .buttons {
    margin-top: 20px;
  }
}
/* ==========================================================================
BUTTON
========================================================================== */
.bttn {
  display: block;
  min-width: 150px;
  height: 50px;
  padding: 0px;
  font-family: 'Roboto', sans-serif !important;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  font-family: Bold;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bttn:hover,
.bttn:focus,
.bttn:active,
.bttn:visited {
  text-decoration: none;
}
.bttn-small {
  display: inline-block;
  min-width: 100px;
  height: 28px;
  padding: 0 15px;
  border-radius: 5px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  font-family: Regular;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bttn-small:hover,
.bttn-small:focus,
.bttn-small:active,
.bttn-small:visited {
  text-decoration: none;
}
.bttn-orange {
  background-color: #dc911b;
  color: #fff;
  border: 2px solid #dc911b;
}
.bttn-orange:focus,
.bttn-orange:active,
.bttn-orange:visited {
  background: #dc911b;
  color: #fff;
}
.bttn-orange:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}
.bttn-white-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.bttn-small.bttn-white-outline {
  border: 1px solid #ffffff;
}
.bttn-white-outline:focus,
.bttn-white-outline:active,
.bttn-white-outline:visited {
  background: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.bttn-white-outline:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
/* ==========================================================================
CUSTOM ARROW
========================================================================== */
.customArrow {
  position: absolute;
  background-color: #dc911b;
  top: 50%;
  z-index: 50;
  margin-top: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #dc911b;
  border-radius: 0%;
  cursor: pointer;
  opacity: .7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.customArrow::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: -5px;
}
.customArrow.arrowLeft {
  left: 0px;
}
.customArrow.arrowRight {
  right: 0px;
}
.customArrow.arrowRight::after {
  margin-right: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customArrow:hover {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .customArrow {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
  .customArrow::after {
    width: 13px;
    height: 13px;
  }
  .customArrow.arrowLeft {
    left: 10px;
  }
  .customArrow.arrowRight {
    right: 10px;
  }
  .customArrow.arrowRight::after {
    margin-right: 5px;
  }
}
/*  */
section {
	padding: 8rem 0;
}
section.intro {
  /* background-image: url('./images/bg-pattern.jpg'); */
  background-color: #ffffff;
}
section.intro h1, section.intro h2, section.intro h4 {
  text-align: left;
}
section.intro h1:before {
  background: #dc911b;
  bottom: -33px;
  content: "";
  height: 10px;
  position: absolute;
  width: 100px;
}
section .titolo {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}
section h1, section h2 {
	font-family: 'Raleway', sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #2C2C2C;
  position: relative;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5rem;
}
section h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color:  #dc911b;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  margin-top:0;
}
section p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-weight: 300;
	/*color: #666666;*/
	color: #333;
}
section.generic .pagina-generica p {
  margin-bottom: 20px;
}
section a {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section a:hover {
  color: #dc911b;
  text-decoration: none;
}
section.generic .la-nostra-storia {
  margin-bottom:50px;
}
section.team {
	background-color:#f7f9fa;
	background-image: none;
}
section.team h1 {
	color: #222;
}
section.gallery p {
  padding: 0 3rem;
}
section.gallery {
	background-color: #fff;
}
section.generic h3, section.dove-siamo h3, section.generic-color h3, section.generic-color-left h3, section.prodotti h3, section.gallery h3 {
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
    /*color: #4e4e4d;*/
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 15px;
    position: relative;
}
section.generic h3:before, section.dove-siamo h3:before, section.generic-color-left h3:before {
    background: #dc911b;
    bottom: -33px;
    content: "";
    height: 10px;
    position: absolute;
    width: 100px;
}
section.generic-color h3:before, section.generic .pagina-generica h3:before {
  display: none;
}
section.generic-color-left ul {
  display: inline;
}
section.generic ul {

}

/* SCHEDA PRODOTTO */
section.generic-color .gallery-scheda-prodotto {
  margin-top: 25px;
}
section.generic-color .scheda-prodotto .modelli h3 {
  color: #999999;
}
section.generic-color .scheda-prodotto span.glyphicon {
  top: 4px;
  color: #dddddd;
}
section.generic-color .scheda-prodotto .descrizione {
  background-color: #ffffff;
  padding: 2rem 2rem 5rem;
}

section.generic-color .scheda-prodotto .modelli {
  background-color: #222222;
  padding: 3rem 2rem 3rem;
}
section.generic-color .scheda-prodotto .modelli ul {
  padding-inline-start: 0px;
}
section.generic-color .scheda-prodotto .modelli ul li {
  border-bottom: 1px dashed #666666;
  padding-bottom: 10px;margin-bottom:10px;
  color: #ffffff;
  text-decoration: none;
}
section.generic-color .scheda-prodotto .modelli ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.generic-color .scheda-prodotto .modelli ul li a:hover {
  color: #999999;
  text-decoration: none;
}

section.generic-color .scheda-prodotto .download {
  background-color: #ffffff;
  padding: 3rem 2rem 3rem;
}
section.generic-color .scheda-prodotto .download a {
  width: 100%;
  background-color: #dc911b;
  border-radius: 5px;
  display: block;
  padding: 20px;
  text-align: center;
  color:#ffffff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.generic-color .scheda-prodotto .download a:hover {
  width: 100%;
  background-color: #4e4e4d;
  border-radius: 5px;
  display: block;
  padding: 20px;
  text-align: center;
  color:#ffffff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.generic-color .scheda-prodotto .gallery {
  background-color: #ffffff;
  padding: 3rem 2rem 3rem;
}
section.generic-color .scheda-prodotto .gallery a {
  color: #dc911b !important;
}
/* FINE SCHEDA PRODOTTO */

section.generic ul li, section.generic-color ul li, section.generic-color-left ul li, section.generic .pagina-generica ol li {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  /*font-weight: 500;*/
  font-weight: lighter;
  color: #333333;
  border-bottom: none;
  list-style-type: none;
  margin-left: 20px;
}
section.generic .pagina-generica ol, section.generic ol li {
  list-style: none;
  counter-reset: my-awesome-counter;
}
section.generic .pagina-generica ol li, section.generic ol li {
  counter-increment: my-awesome-counter;
  margin-left: 0;
  color: #dc911b;
  counter-reset: my-awesome-counter;
}
section.generic ul li:last-child, section.generic-color ul li:last-child, section.generic-color-left ul li:last-child, section.generic .pagina-generica ol li:last-child, section.generic .pagina-generica ol li:last-child {
  margin-bottom: 20px;
}
section.generic .pagina-generica ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #dc911b;
  font-weight: 500;
}
section.generic ul li:before, section.generic-color ul li:before, section.generic-color-left ul li:before, section.generic .pagina-generica ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  content: "\f105";
  color: #dc911b;
  width: 20px;
  margin-left: -20px;
}
section.generic-color .scheda-prodotto ol {
  color: #dc911b !important;
  list-style-type: auto !important;
  counter-increment: list;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
section.generic-color .scheda-prodotto ol li::marker {
  display: inline-block;
  color: #dc911b !important;
  padding-right: 20px;
  font-weight: 400;
}
section.generic-color .scheda-prodotto ol li {
  content: counter(list) ".";	
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: lighter;
  border-bottom: none;
  margin-left: 15px;
  color: #333333;
  padding-left: 5px;
}
section.generic a.pulsante {
	color: #fff;
  background-color:#4e4e4d;
	font-size: 1.6rem;
	border:2px solid #4e4e4d;
	padding: 1rem 2.5rem;
	margin-top: 2.5rem;
	display: block;
	width: 200px;
	text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.generic a.pulsante:hover {
	text-decoration: none;
  background-color: transparent;
	color: #4e4e4d;
	border:2px solid #4e4e4d;
}
section.generic h1:after, section.dove-siamo h1:after {
	position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0;
  width: 60px;
  height: 2px;
  content: "";
  background: #222;
}
section.generic h2:after, section.generic-color-left h2:after {
    margin: 30px 0;
}
section.prodotti{
  padding-bottom: 3rem;
}
section.prodotti a.box-servizi {
    color: #333;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.prodotti a:hover.box-servizi {
    color: #999;
}
section.prodotti figure {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.);
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    padding: 2rem;
    top: -0px;
    width: calc(100% - 0px);
    margin: 0 auto 5rem;
    border-radius: 0px;
}
section.prodotti figure:hover {
    background: #dc911b none repeat scroll 0 0;
}
section.prodotti figure img {
	width: 100%;
}
section.prodotti figure h3 {
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    color: #222222;
    position: relative;
}
section.prodotti span.glyphicon {
  color:#dddddd;
  top: 5px;
}
section.gallery figure h3:before {
  background: #dc911b;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100px;
}
section.gallery figure h3:before {
  left: calc(50% - 50px)
}
section.prodotti figure:hover h3:before {
  background: #fff;
}
section.prodotti figure p {
    padding: 2rem 2rem 0;
}
section.chiama {
  padding: 0;
  background-color: #dc911b;
  color: #fff;
}
section.chiama .box-mail {
  background-color: #002444;
  padding: 3rem 0;
}
section.chiama .box-tel {
  background-color:
  #dc911b; padding: 3rem 0;
}
section.chiama a {
  color:#ffffff;
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
section.chiama {
      background-attachment: inherit !important;
  }
}
section.chiama h3 {
  font-size: 4rem;
  font-weight: 400;
  color: #4e4e4d;
  margin: 0;
  line-height: 80px;
}
section.chiama .glyphicon {
  color: #ffffff;
  font-size: 5rem;
  /* margin-top: 2rem; */
}
section.chiama .chiama-ora {
  padding: 0rem;
  color: #ffffff;
  width: 320px;
  border-radius: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
section.chiama .chiama-ora a {
  color: #fff;
}
@media only screen and (min-width:320px) and (max-width: 1199px)  {
  section.chiama h3 {
    text-align: center;
  }
  section.chiama .glyphicon {
      display: inline-block;
      margin-bottom: 2rem;
      font-size: 6rem;
  }
}
@media screen and (max-width: 590px) {
  section.chiama .glyphicon {
      display: block;
  }
}
section.gallery figure, section.marchi-trattati figure, section.team figure {
    margin: 0px;
}
section.team figure figcaption small {
  display:block;
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #999999;
  font-weight:400;
}
section.team figure img {
    margin:0 auto;
}
.marchi {
    margin: 0 auto;
}
section.gallery figure figcaption, section.marchi-trattati figure figcaption {
	font-size: 1.4rem;
	text-align: center;
	padding: 0;
	margin: -1rem 0;
	color: #222222;
}
section.gallery .thumb, section.marchi-trattati .thumb, section.team .thumb {
    margin: 4rem 0 0 0;
}
section.gallery .carousel-inner > .item > a > img, section.gallery .carousel-inner > .item > img, section.gallery .img-responsive, section.gallery .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-bottom: 2rem;
}
section.gallery .thumbnail, section.marchi-trattati .thumbnail, section.team .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 0px solid #fff;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
section.marchi-trattati .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 10px solid #eeeeee;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
section.gallery .thumbnail:hover, section.marchi-trattati .thumbnail:hover, section.team .thumbnail:hover {
	border: 0px solid #cccccc;
}
/* Fine HOME PAGE */

/* Inizio CHI SIAMO */
section.slide-page {
	background-image: url('/wp-content/uploads/2023/12/Roll-Aerogel-2-scaled.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 10rem 0;
}
section.slide-page .jumbotron {
    background-color: transparent;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
section.slide-page h2 {
	color: #fff;
	font-size: 6rem;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0 0 4rem 0;
}
section.slide-page p {
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
section.generic h3, section.generic-color h3, section.generic-color-left h3 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 500;
  margin-top: 0;
}
section.generic img, section.generic-color img, section.generic-color-left img {
	width: 100%;
	border: 0px solid #e5e3e4;
  transition: all 0.5s ease-in-out;
}
section.generic .box-img, section.generic-color .box-img, section.generic-color-left .box-img {
  overflow: hidden;
}
section.generic img:hover, section.generic-color img:hover, section.generic-color-left img:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.8;
}
section.team figure figcaption {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.0em;
  text-transform: uppercase;
  text-align: center;
  color: #4e4e4d;
  margin: 10px 0 0 0;
}
/* Fine CHI SIAMO */

/* Inizio SERVIZI */
section.prodotti, section.generic-color, section.generic-color-left, section.form {
  background-color: #f7f9fa;
}
/*  Fine SERVIZI */

/* Inizio ACCORDION PRODOTTI */
.panel-body {
  padding: 15px 15px 0 15px;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel {
  border: none;
}
.panel-default>.panel-heading {
    color: #ffffff;
    border: none ;
    background-color: #4e4e4d;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.panel-title>a {
  display: block;
  text-decoration: none;
}
.panel-title>a:hover, .panel-title>a:focus  {
  color: #dc911b;
  text-decoration: none;
}
/* Fine ACCORDION PRODOTTI */

/* Inizio CONTATTI */
section.dove-siamo p {
  margin-top: 77px;
}
section.dove-siamo a, section.dove-siamo p b {
  color: #4e4e4d;
  font-weight: 500;
}
section.mappa iframe{
	border: 20px solid #eeeeee;
}
/* Fine CONTATTI */

/* Inizio FOOTER */
footer {
	background-color: #4e4e4d;
	padding: 4rem;
}
footer h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	font-weight: 100;
	color: #fff;
	margin: 0;
	padding: 0;
}
footer h5 {
	font-size: 1.6rem;
	color: #fff;
	margin: 0;
	padding: 1rem 0 2rem 0;
	font-weight: 300;
}
footer p, footer a{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	line-height: 2.8rem;
	padding: 0;
	margin: 0;
}
footer a{
	text-decoration: underline;
}
footer a:hover, footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer .social {
	margin-top: 1rem;
}
/* Fine FOOTER */

/* COPYRIGHT */
.copyright {
    background: #333333;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.copyright p {
    color: #fff;
    margin: 0;
    font-size: 1.4rem;
}
.copyright a{
  color: #dc911b;
  font-size: 1.4rem;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  line-height: 2.8rem;
  padding: 0;
  margin: 0;
}
.copyright a{
  text-decoration: none;
}
.copyright a:hover, .copyright a:visited {
  color: #dc911b;
  text-decoration: underline;
}
/* Fine COPYRIGHT */

/* FORMIDABLE */
.frm_form_field .grecaptcha-badge, .frm_hidden,.with_frm_style .frm_button.frm_hidden {display:none;}
form input.frm_verify {display:none !important;}
.with_frm_style fieldset {min-width:0;}
.with_frm_style fieldset fieldset {border:none;margin:0;padding:0;background-color:transparent;}
legend.frm_hidden {display:none !important;}
.with_frm_style .frm_form_fields {opacity:1;transition: opacity 0.1s linear;}
.with_frm_style .frm_doing_ajax {opacity:.5;}
.frm_transparent {color:transparent;}
.input[type=file].frm_transparent:focus, .with_frm_style input[type=file] {background-color:transparent;border:none;outline:none;box-shadow:none;}
.with_frm_style input[type=file] {display:initial;}
.frm_preview_page:before {content:normal !important;}
.frm_preview_page {padding:25px;}
.with_frm_style label.frm_primary_label {max-width:100%;}
.with_frm_style .frm_top_container label.frm_primary_label, .with_frm_style .frm_hidden_container label.frm_primary_label, .with_frm_style .frm_pos_top {display:block;float:none;width:auto;}
.with_frm_style .frm_inline_container label.frm_primary_label {margin-right:10px;}
.with_frm_style .frm_right_container label.frm_primary_label, .with_frm_style .frm_pos_right {display:inline;float:right;margin-left:10px;}
.with_frm_style .frm_none_container label.frm_primary_label, .with_frm_style .frm_pos_none, .frm_none_container label.frm_primary_label {display:none;}
.with_frm_style .frm_section_heading.frm_hide_section {margin-top:0 !important;}
.with_frm_style .frm_hidden_container label.frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container label.frm_primary_label {visibility:hidden;}
.with_frm_style .frm_inside_container label.frm_primary_label {opacity:0;transition: opacity 0.1s linear;}
.with_frm_style .frm_inside_container label.frm_visible, .frm_visible {opacity:1;}
.with_frm_style .frm_description {clear:both;}
.with_frm_style input[type=number][readonly] {-moz-appearance: textfield;}
.with_frm_style select[multiple="multiple"] {height:auto;line-height:normal;}
.with_frm_style .frm_catlevel_2, .with_frm_style .frm_catlevel_3, .with_frm_style .frm_catlevel_4, .with_frm_style .frm_catlevel_5 {margin-left:18px;}
.with_frm_style .wp-editor-container {border:1px solid #e5e5e5;}
.with_frm_style .quicktags-toolbar input {font-size:12px !important;}
.with_frm_style .wp-editor-container textarea {border:none;}
.with_frm_style textarea {height:auto;}
.with_frm_style .auto_width #loginform input, .with_frm_style .auto_width input, .with_frm_style input.auto_width, .with_frm_style select.auto_width, .with_frm_style textarea.auto_width {width:auto;}
.with_frm_style .frm_repeat_buttons {white-space:nowrap;}
.with_frm_style .frm_button {text-decoration:none;border:1px solid #eee;padding:5px;display:inline;}
.with_frm_style .frm_submit {clear:both;}
.frm_inline_form .frm_form_field, .frm_inline_form .frm_submit {grid-column: span 1 / span 1;}
.frm_inline_form .frm_submit {margin:0;}
.frm_submit.frm_inline_submit input[type=submit], .frm_submit.frm_inline_submit button, .frm_inline_form .frm_submit input[type=submit], .frm_inline_form .frm_submit button {margin-top:0;}
.with_frm_style.frm_center_submit .frm_submit {text-align:center;}
.with_frm_style.frm_center_submit .frm_submit input[type=submit], .with_frm_style.frm_center_submit .frm_submit input[type=button], .with_frm_style.frm_center_submit .frm_submit button {margin-bottom:8px !important;}
.with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button {-webkit-appearance: none;cursor: pointer;}
.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {display: block;margin: 0 auto;}
.with_frm_style .frm_loading_form .frm_ajax_loading {visibility:visible !important;}
.with_frm_style .frm_loading_form .frm_button_submit {position: relative;opacity: .8;color: transparent !important;text-shadow: none !important;}
.with_frm_style .frm_loading_form .frm_button_submit:hover, .with_frm_style .frm_loading_form .frm_button_submit:active, .with_frm_style .frm_loading_form .frm_button_submit:focus {cursor: not-allowed;color: transparent;outline: none !important;box-shadow: none;}
.with_frm_style .frm_loading_form .frm_button_submit:before {content: '';display: inline-block;position: absolute;background: transparent;border: 1px solid #fff;border-top-color: transparent;border-left-color: transparent;border-radius: 50%;box-sizing: border-box;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;width: 20px;height: 20px;-webkit-animation: spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:  spin 2s linear infinite;animation: spin 2s linear infinite;}
.frm_forms.frm_style_formidable-style.with_frm_style {max-width:100%;direction:ltr;}
.frm_style_formidable-style.with_frm_style, .frm_style_formidable-style.with_frm_style form, .frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {text-align:left;margin-top: 0rem;}
.frm_style_formidable-style.with_frm_style .frm_form_fields  > fieldset {border-width:0px;border-style:solid;border-color:#000000;margin:0;padding:0 0 15px 0;background-color:transparent;font-family:'Roboto', sans-serif;}
.frm_style_formidable-style.with_frm_style legend + h3, .frm_style_formidable-style.with_frm_style h3.frm_form_title {font-size:20px;color:#444444;font-family:'Roboto', sans-serif;margin-top:10px;margin-bottom:10px;}
.frm_style_formidable-style.with_frm_style .frm-show-form  .frm_section_heading h3 {padding:15px 0 3px 0;margin:0;font-size:18px;font-family:'Roboto', sans-serif;font-weight:bold;color:#444444;border:none;border-top:2px solid #e8e8e8;background-color:transparent}
.frm_style_formidable-style.with_frm_style h3 .frm_after_collapse {display:inline;}
.frm_style_formidable-style.with_frm_style h3 .frm_before_collapse {display:none;}
.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3 {margin:0;}
.frm_style_formidable-style.with_frm_style .frm_section_heading {margin-top:15px;}
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing {margin-bottom:12px;}
.frm_style_formidable-style.with_frm_style .frm_repeat_sec {margin-bottom:20px;margin-top:20px;}
.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {font-family:'Roboto', sans-serif;font-size:14px;color:#444444;font-weight:bold;text-align:left;margin:0;padding:0 0 3px 0;width:auto;display:block;}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container, .frm_style_formidable-style.with_frm_style .frm_form_field .frm_show_it {font-family:'Roboto', sans-serif;color:#666666;}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {font-size:14px;}
.frm_style_formidable-style.with_frm_style .frm_form_field .frm_show_it {font-size:14px;font-weight:normal;}
.frm_style_formidable-style.with_frm_style .frm_icon_font {color:#444444;}
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before {content:"\e600";}
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {content:"\e602";}
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before, .frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {color:#444444;vertical-align:middle;}
.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before {content:"\e62d";color:#444444;}
.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before {content:"\e62a";color:#444444;}
.frm_style_formidable-style.with_frm_style .form-field {margin-bottom:20px;}
.frm_style_formidable-style.with_frm_style .frm_grid, .frm_style_formidable-style.with_frm_style .frm_grid_first, .frm_style_formidable-style.with_frm_style .frm_grid_odd {margin-bottom:0;}
.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {margin-bottom:0;}
.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {margin:0;padding:0;font-family:'Roboto', sans-serif;font-size:12px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}
.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {font-size:14px;color:#666666;margin-top:10px;margin-bottom:25px;}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {grid-template-columns: 150px auto;}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container {grid-template-columns: auto 150px;}
.frm_form_field.frm_right_container {grid-template-columns: auto 25%;}

.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container, .frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {display:inline;}
.frm_style_formidable-style.with_frm_style .frm_pos_right {display:inline;width:150px;}
.frm_style_formidable-style.with_frm_style .frm_none_container label.frm_primary_label, .frm_style_formidable-style.with_frm_style .frm_pos_none {display:none;}
.frm_style_formidable-style.with_frm_style .frm_scale label {font-weight:normal;font-family:'Roboto', sans-serif;font-size:13px;color:#444444;}
.frm_style_formidable-style.with_frm_style .frm_required {color:#B94A48;font-weight:bold;}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container {font-family:'Roboto', sans-serif;font-size:14px;margin-bottom:0;}
.frm_style_formidable-style.with_frm_style textarea {vertical-align:top;}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {color:#555555;background-color:#ffffff;border-color: #cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:10px 14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}



.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    background-color: transparent;
    border-radius: 0;
    border:1px solid #cccccc;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
	padding: 25px 15px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
      color: #fff;
    font-size: 1.6rem;
    border: 2px solid #4e4e4d;
    padding: 1rem 2.5rem;
    margin-top: 3.5rem;
    display: block;
    width: 200px;
    text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4e4e4d;
  text-transform: uppercase;
  margin: 0 auto;
	border-radius: 0;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
	border:2px solid #4e4e4d;
  background-color: transparent;
	color: #4e4e4d;
	text-decoration: none;
}
/* FINE FORMIDABLE */

/* Animazione Toggle */
.navbar-toggle .icon-bar {
    transition: all 0.2s ease 0s;
    width: 22px;
}
.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10% 0;
}
.navbar-toggle span:nth-child(3) {
    opacity: 0;
}
.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90% 0;
}
.navbar-toggle.collapsed span:nth-child(2) {
    transform: rotate(0deg);
}
.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0deg);
}
/* Fine Animazione Toggle */

/* LightBox Gallery */
.blueimp-gallery > .indicator {
    display: block;
}
.blueimp-gallery > .next, .blueimp-gallery > .prev {
    display: block;
    transition: all 0.3s ease 0s;
}
.blueimp-gallery > .close, .blueimp-gallery > .title {
    display: block;
    transition: all 0.3s ease 0s;
}
.blueimp-gallery > .play-pause {
    display: block;
    transition: all 0.3s ease 0s;
}
/* LightBox Gallery */

/* VETAR */
#gallery-metrosol a {
    aspect-ratio: 1/1;
    display: block;
    /*background-color: white;*/
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.box-servizi .box-servizi-image-wrapper {
    aspect-ratio: 3/2;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


@supports not (aspect-ratio: auto) {
    .box-servizi .box-servizi-image-wrapper {
        height: 240px;
        background-color: white;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

footer .social a {
    font-size: 40px;
}

ul .wpml-ls-menu-item a {
    display: inline;
}

.wpml-ls-current-language a {
    color: white !important;
    font-weight: bold;
}

.agente-item-wrapper {
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.agente-contatti-list {
    margin-bottom: 30px;
    margin-top: 27px;
}

section.container-fluid.agenti {
    padding-top: 0;
}

section.agenti h3{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    /*color: #4e4e4d;*/
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 15px;
    position: relative;
}

section.agenti h3:before {
    background: #dc911b;
    bottom: -10px;
    content: "";
    height: 5px;
    position: absolute;
    width: 100px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex > * {
    float: none;
    width: 100%;
    flex: 0 0 100%;
}

@media (min-width: 556px)
{
    .row-flex > .col-sm-6 {
        float: none;
        width: 100%;
        flex: 0 0 50%;
    }
}

@media (min-width: 768px)
{
    .row-flex > .col-md-3 {
        float: none;
        width: 100%;
        flex: 0 0 25%;
    }
}

@media (max-width: 991px)
{
    .column-azienda-main-text {
        margin-bottom: 56px
    }
}

.wpml-ls-item-en,
.wpml-ls-item-de {
    display: none !important;
}
.wpml-ls-item-it {
    border-left: none !important;
}
