/******** General ********/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    padding-top: 105px;
}

p {
    line-height: 1.5em;
}

.marginLeft {
    margin-left: 30px;
}

a {
    color: #6db33f;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:focus, a:hover {
    color: #274a39;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover, button:hover, h1:hover, h2:hover, h3:hover {
    -webkit-transition: color 200ms ease-out 0.2s;
    -moz-transition: color 200ms ease-out 0.2s;
    -o-transition: color 200ms ease-out 0.2s;
}

button, button:focus, button:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 75px;
}

b, strong {
    font-weight: 600;
}

em {
}

.centerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 90%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.centerBox hr.leafIcon {
    margin: 20px auto;
}

.centerVerticalBox {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centerVertical {
    margin: 100px 0;
}

.paddingThirtyTop {
    padding-top: 30px;
}

.paddingThirtyBottom {
    padding-bottom: 30px;
}

.paddingThirty {
    padding-top: 30px;
    padding-bottom: 30px;
}

.paddingFifty {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

h1 {
    color: #274a39;
}

.boxLeft{
     opacity:1;
}
.boxRight{
     opacity:1;
}

/******* Header *******/

.navbar-brand {
    height: auto;
}

.navbar-brand > img {
    width: 280px;
}

.sideBarLogo {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 15px;
    padding: 15px;
}

/******* Menu *******/

.navbar {
    border: 0px solid transparent;
    margin-bottom: 0px;
    min-height: 50px;
    position: relative;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-right {
    float: right !important;
    margin-right: 0;
}

.navbar-default .navbar-nav a {
    font-weight: 300;
    border-top: 5px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 4.3em;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    border-top: 5px solid #006734;
    color: #555;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    border-top: 5px solid #006734;
    color: #555;
    font-weight: 600;
}

/******* Slider *******/

/* Safari 6.1+ */

@media screen and (max-width : 480px) and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
    .flexslider {(;
        height: 280px;
    );}
}

/******* heading hompage ******/

#h1 {
    padding-top: 60px;
}

#h1 h3 {
    color: #006a35;
    font-weight: 600;
    padding-bottom: 25px;
    padding-top: 0;
}

#h1 hr {
    width: 50%;
    margin: 0 auto;
    border-width: 2px medium 0;
    border: 1px solid #6db33f;
    margin-bottom: 25px;
}

hr.leafIcon {
    position: relative;
    border: 1px solid #6db33f;
    margin: 35px auto;
    max-width: 150px;
}

hr.leafIcon:before {
    background-image: url("../images/white-leaf.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #6db33f;
    background-size: 20px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    content: "";
    height: 32px;
    position: absolute;
    top: -15px;
    width: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/******* HomeBoxes ******/

.home #homeBoxes {
    padding-top: 60px;
    padding-bottom: 0px;
}

.boxTop .col-md-3, .boxTop .col-sm-6 {
    /*border-right: 1px dashed #999999;*/
    margin-bottom: 30px;
}

.boxTop .col-md-3:last-child, .boxTop .col-sm-6:last-child {
    /*border-right: 0px dashed #999999;*/
}

.boxTop img {
    margin: 0 auto 20px;
    display: block;
}

.boxTop h3 {
    min-height: 55px;
}

/*.boxTop h3:before {
    content: url('../images/green-leaf.png');
    height: 32px;
    width: 32px;
    margin: 0 auto 15px;
    display: block;
}*/

.boxTop hr.greenHr {
    margin: 15px auto;
    border: 1px solid #6db33f;
    width: 70%;
}

.boxHome:last-child {
    margin-right: 0;
}

#homeBoxes .widebg h3 {
    color: #274a39;
}

/******* Percorso ******/

#percorso {
    background: #efefef;
    font-size: 12px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: none;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 0px;
}

.breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 1px;
}

/******* Main *******/

.homepage #main, .homepage-en #main {
    padding: 0;
}

.home #main {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-header {
    border-bottom: 0px solid #eee;
    margin: 0;
    padding-bottom: 0;
}

.page-header h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-header h1.name .first-word {
    font-weight: 300;
}

.blog .row {
}

.items-leading {
    margin-bottom: 50px;
}

/******* Items *******/

.item-page .page-header {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #006734;
    margin-bottom: 60px;
}

.item-page .page-header h1 {
    color: #ffffff;
}

.articleBody h3 {
    color: #006734;
}

.whiteHr {
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 0;
}

.greyBg {
    background-color: #ededed;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
}

.darkGreyBg {
    background-color: #999999;
    background-image: url('../images/bg_chi_siamo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    color: #ffffff;
}

.darkGreyBg h3 {
    color: #ffffff;
}

.darkGreyBg hr {
    border: 1px solid #6db33f;
    margin: 35px auto;
    max-width: 150px;
}

.imgChiSiamo {
    position: absolute;
    right: -60px;
    top: -121px;
    z-index: auto;
    max-height: 530px;
}

.servizi .articleBody .row {
    margin-left: 0px;
    margin-right: 0px;
}

.servizi .articleBody .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.servizi .text {
    /*padding: 3% !important;*/
    position: relative;
}

.servizi .target {
    margin: 0 auto;
}

.topimageform {
    margin-top: -60px;
    margin-bottom: 60px;
}

.topimageform .custom {
    background-color: #006734;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.imageTopForm {
    position: absolute;
    left: -55px;
    bottom: 0px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
}

.topTextPosition {
    display: table;
    height: 100%;
    padding: 30px 0;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.greyHr {
    /*border-top: 1px dashed #999999;*/
}

ul.customList {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

ul.customList li {
    list-style: none;
}

ul.customList li:before {
    content: "\f111";
	font-family: FontAwesome;
    color: #6db33f;
    margin-left: -25px;
    margin-right: 10px;
}

.greenBanner {
    background-color: #6db33f;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: -50px;
    max-width: 65%;
    padding: 12px;
    position: relative;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    text-align: center;
}

.greenBanner:after {
    content: "";
    border-bottom: 35px solid transparent;
    border-left: 20px solid #6db33f;
    border-top: 35px solid transparent;
    left: 100%;
    position: absolute;
    top: -10px;
}

/******* Elenco Progetti ********/
.progetti #sb-site{
    min-height: 0px !important;
}

.progetti .category-desc{
  margin-bottom:40px;
}

.progetti .page-header {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #006734;
    margin-bottom: 60px;
}

.progetti .page-header h1 {
    color: #ffffff;
}

.progetti .item{
  text-align: center;
}

.progetti .item p{
  text-align: center;
  padding: 10px;
  background-color: #006734;
  border-top:3px solid #fff;
  color: #fff;
}

.img-ev-progetto {
  width:100%;
}

.progetti .item .page-header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #006734;
    color: #fff;
    border-top: 3px solid #fff;
}

.item .page-header h2 a{
    color: #fff !important;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.cont-img-progetto-elenco{
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom:0px;
}

/*** Dettaglio Progetto ***/
.progetto-desc{
  margin-bottom: 20px;
  text-align: center;
}

.progetti .progetto-desc .row-prima-dopo {
  text-align: center;
  margin: 30px 0;
}

.progetti .progetto-desc .row-prima-dopo h3 {
  color:#006734;
  margin-bottom: 20px;
}

.cont-img-progetto{
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin: 30px 0;
}

.img-progetto{
  position: absolute;
   top: 50%;
   left: 0;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}

/******* Form top *******/

.formTop {
    background-color: #d3d3d3;
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.formTop .moduletable {
    background-color: #d3d3d3;
    max-width: 100%;
    position: absolute;
    z-index: 1;
}

.formTop .fox-container{
    margin-top: 10px;
}

.formTop h3 {
    margin-top: 0px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0px;
    background-color: #6db33f;
    color: #ffffff;
    font-size: 20px;
    padding: 1em 0.4em;
}

.formTop .fox-form {
    padding-left: 10px;
    padding-right: 10px;
}

.formTop .fox-item-html {
    margin-bottom: 10px !important;
    text-align: center;
    font-size: 85%;
}

.formTop .fox-form .controls input {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #fff !important;
    background-image: none !important;
    border-color: #ccc !important;
    border-image: none !important;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 0 0 0px !important;
    box-shadow: none !important;
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    margin-left: 0px !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
}

.formTop .fox-form .controls textarea{
    background-color: #fff !important;
    background-image: none !important;
    border: 0px solid #ccc !important;
    border-bottom: 0px solid #ccc !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    margin-left: 0px !important;
}

.formTop .radio input[type="radio"], .formTop .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px !important;
    margin-top: -2px !important;
}

.formTop .fox-item-submit-centered .reset-button, .formTop .fox-item-submit-centered .submit-button, html[dir="rtl"] .formTop .fox-item-submit-centered .submit-button {
    margin: 5px 0px 0px !important;
}

.formTop .btn {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #fab800 !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: none !important;
    border-image: none !important;
    border-radius: 0px !important;
    border-style: solid;
    border-width: 0px !important;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    line-height: 20px !important;
    padding: 12px 12px !important;
    text-align: center;
    text-shadow: 1px 1px 1px #000000 !important;
    vertical-align: middle;
    width: 100%;
}

.formTop button:hover, .formTop button:focus {
    background-color: #f08a03 !important;
    color: #ffffff;
}

.formTop .btn span {
    color: #ffffff !important;
    font-weight: 600;
}

.checkbox small, .checkbox small a {
    font-weight: 300;
}

/******* Top Image *******/

#topImage .custom{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #006734;
}

.imageTopBox {
    /*position: relative;*/
    height: 100%;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
}

.imageTopBox img {
    bottom: 0;
    left: -100px;
    position: absolute;
}

.greenHoverBg {
    background-color: rgba(0,103,52,0.8);
    padding: 40px;
    color: #ffffff;
    -webkit-animation-delay: 0.5s;
}

.greenHoverBg h1 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    line-height: inherit;
    margin-top: 0px;
}

.greenHoverBg h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.greenHoverBg hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

.greenHoverBg p {
    text-align: justify;
    line-height: 1.5em;
}

.greenHoverBg p:first-of-type {
    text-transform: uppercase;
    line-height: 1.6em;
    /*border-bottom: 1px dashed #ffffff;*/
    padding: 0 20px 8px;
}

.greenHoverBg img {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 20px;
}

/******* Aside ******/

aside {
    margin: 0 0 30px;
}

aside h3 {
    text-align: left !important;
    background-color: transparent !important;
}

aside .right h1, aside .right h2, aside .right h3 {
    background-color: transparent;
    color: #006734;
    margin: 0 auto;
    padding: 5px 0 15px;
    text-align: center;
}

.right ul {
    margin: 0 0 0 30px;
    padding: 0;
}

.right ul li {
    list-style: none;
    position: relative;
}

.right ul li.address:before {
    content: "\f1d8";
    color: #6db33f;
    position: absolute;
    top: 0;
    left: -25px;
    font-family: FontAwesome;
}

.right ul li.phone:before {
    content: "\f095";
    color: #6db33f;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -25px;
}

.right ul li.mail:before {
    content: "\f0e0";
    color: #6db33f;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -25px;
}

.right ul li.fax:before {
    content: "\f1ac";
    color: #6db33f;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -25px;
}

/******** BottomBox ********/

#bottomBox {
    margin-top: 60px;
}

#bottomBox h3 {
    line-height: 1.4em;
    margin: 0 auto;
}

.wideBottomBg {
    margin-top: 60px;
    background-color: #006734;
    background-image: url('../images/green-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 60px 0;
    color: #ffffff;
}

.wideBottomBg hr {
    max-width: 150px;
    border: 1px solid #6db33f;
    margin: 35px auto;
}

.wideBottomBg .wide-img-left {
}

.wideBottomBg hr.dashed {
    /*border: 1px dashed #ffffff;*/
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wideBottomBg ul {
    padding-left: 20px;
}

/******** Loghi *********/

#bottomLoghi {
  margin-top: 60px;
  background-image: linear-gradient( to right, #ededed 50%, #dfdfdf 50% );
}

.certificati{
  background-color: #ededed;
  border-right:5px solid #fff;
}

.associati{
  background-color: #dfdfdf;
}

.box-titolo-loghi{
  text-align: center;
  margin:20px 0px;
}

.box-titolo-loghi hr.greenHrCertificati {
    margin: 15px auto;
    border: 1px solid #6db33f;
    width: 30%;
}

.box-titolo-loghi hr.greenHrAssociato {
    margin: 15px auto;
    border: 1px solid #6db33f;
    width: 70%;
}

.titolo-loghi{
  color: #006a35;
  text-align: center;

}

.box-img-logo{
  text-align: center;
}

.img-logo{
  margin-top:20px;
  width: 80%;
  margin-bottom: 40px;
}

.img-logo-anit{
  width: 80%;
  margin-bottom: 40px;
}

.img-logo-casaclima{
  width: 60%;
  margin-bottom: 40px;
}

/******** Buttons ********/

button.cta {
    background-color: #fab800;
    color: #ffffff;
    margin: 30px auto 0;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000000;
    font-size: 24px;
    display: block;
    position: relative;
    border: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}

#bottomBox button.cta {
    margin: 50px auto 0 !important;
    width: inherit;
}

.greenHoverBg .fa,  #bottomBox .fa {
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
    background-color: #f08a03;
    height: 100%;
    line-height: 1.8em;
    text-shadow: none;
    padding-left: 10px;
    font-size: 35px;
}

.greenHoverBg .fa:after, #bottomBox .fa:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-color: transparent transparent transparent #f08a03;
    border-style: solid;
    border-width: 32px 0 32px 12px;
    height: 0;
    width: 0;
}

button.cta:hover, button.cta:focus {
    background-color: #f08a03;
    color: #ffffff;
}

.greyButton {
    background-color: #444444;
    color: #ffffff;
    width: 100%;
}

.greyButton:hover, .greyButton:focus {
    background-color: #333333;
    color: #e2343e;
    width: 100%;
}

/******* Correlati ******/

/******* User 3/4 *******/

/****** Area utenti *******/

.topImage.topImageAreaRiservata {
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: inherit;
    min-height: 350px;
}

.menuUtente li a {
    color: #274a39;
}

.container.amministrazione {
    width: 300px;
}

.amministrazione .well ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.amministrazione .well ul li {
    list-style: none;
}

#adminForm fieldset {
    margin-top: 30px;
}

#adminForm ul li a {
    color: #274a39;
    padding: 1px 10px;
}

/******* Footer *******/

footer {
    background-color: #006734;
    color: #ffffff;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bottomLogo img {
    max-width: 220px;
}

.copyright {
    background-color: #12291e;
    text-align: center;
    padding: 20px 5px 20px;
    color: #ffffff;
}

footer h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

footer strong {
    color: #ffa22a;
}

footer a {
    color: #ffffff;
}

footer a:focus, footer a:hover {
    color: #6db33f;
    text-decoration: none;
}

footer .nav {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    /*border-bottom: 1px dashed #6db33f;*/
}

footer .nav li {
    display: inline-block;
    float: none;
}

footer .nav > li > a:focus, footer .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.social .fa {
    font-size: 2em;
}

/******* Map ********/

#map {
    line-height: 0;
    width: 100%;
}

.mappa {
    margin-top: 60px;
    margin-bottom: -60px;
    height: 400px;
}

.mappa iframe {
    pointer-events: none;
}

/********** Contatti ************/

.contatti .col-md-9 {
    /*border-right: 1px dashed #999999;*/
}

.fox-container {
    margin-top: 60px;
}

.fox-form .controls {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fox-form .controls input{
    background-color: #fff !important;
    background-image: none !important;
    border: 0px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    padding: 6px 8px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    margin-left: 30px !important;
}

.fox-form .controls textarea{
    background-color: #fff !important;
    background-image: none !important;
    border: 0px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    padding: 6px 8px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    margin-left: 30px !important;
}

div#fox-container-m103 .radio input[type="radio"], div#fox-container-m103 .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px !important;
    margin-top: -2px;
}

.controls .fa {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 24px;
    color: #6db33f;
}

.controls .fa.fa-mobile {
    color: #6db33f;
    font-size: 35px;
    left: 0;
    position: absolute;
    top: 0;
}

div#fox-container-m103 .fox-item-submit-centered .reset-button, div#fox-container-m103 .fox-item-submit-centered .submit-button, html[dir="rtl"] div#fox-container-m103 .fox-item-submit-centered .submit-button {
    margin: 10px 16px;
}

div#fox-container-m103 .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fab800;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    border-image: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding: 12px 12px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    vertical-align: middle;
    width: 300px;
}

div#fox-container-m103 .btn:hover, div#fox-container-m103 .btn:focus {
    background-color: #f08a03 !important;
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

div#fox-container-m103 .btn span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

/***** G-Captcha ******/

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.fox-form .controls textarea.g-recaptcha-response {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
}

div#fox-container-m107 .control-group.gcaptcha {
    margin-bottom: 0;
}

/***** Pagina Cerca ******/

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #e2343e;
    border-color: #e2343e;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.search .nav li .active a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 5px 15px 3px;
    text-decoration: none;
    text-transform: none;
}

.search .nav li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 5px 15px 3px;
    text-decoration: none;
    text-transform: none;
}

/***** Cookie *****/

#iubenda-cs-banner {
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: rgba(00,00,00,0.8);
}

.iubenda-cs-content {
    padding: 5px 5px 0 !important;
    font-size: 10px;
    color: #ffffff;
    margin: 0 auto;
    width: auto;
    display: block;
}

.iubenda-cs-content p {
    margin-bottom: 5px;
}

.iubenda-cs-rationale{
    max-width: 1170px; position:relative; margin: 0 auto;
}

.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/******** Retina devices ********/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
}


/******** Responsive *********/

@media screen and (min-width: 992px) and (max-width:1199px){
    .imgChiSiamo {
        position: absolute;
        right: -100px;
        top: -73px;
        z-index: auto;
    }
    .imageTopBox img {
        bottom: 0;
        position: absolute;
        right: -125px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px){
    .greenBanner:after {
        border-bottom: 50px solid transparent;
        border-left: 20px solid #6db33f;
        border-top: 50px solid transparent;
        content: "";
        left: 100%;
        position: absolute;
        top: -10px;
    }
    .imageTopBox img {
        bottom: 0;
        position: absolute;
        right: -190px;
    }
}

@media screen and (min-width: 769px) and (max-width:1027px){
    .navbar-wrapper {
        margin-top: -70px;
    }
    .home #homeBoxes .widebg, .la-cucina .wideBottomBg {
        background-size: 125% auto;
    }
    #global-nav ul.menu li {
        display: block;
        padding: 15px;
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .logoMobile {
        display: block;
        margin-left: 15px;
    }
    .logoMobile img {
        margin: 5px 0;
        max-height: 60px;
    }
    .navbar-right {
        float: none !important;
        margin-right: 0px;
    }
    .navbar-nav > li {
        clear: left;
        float: left;
        width: 100%;
        text-align: center;
    }
    .navbar-toggle {
        display: block;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 8px;
        padding: 9px 10px;
        position: relative;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .centerBox {
        position: relative;
        max-width: 90%;
        transform: none;
        left: 0;
        right: 0;
        top: inherit;
        margin: 0 auto;
    }
    .servizi .articleBody .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    footer::before {
        background-size: contain;
        height: 80px;
    }
}

@media (max-width: 991px) {
    .imageTopPosition {
        bottom: 0;
        margin-bottom: 0;
        position: absolute;
        right: -150px;
    }
    .contatti .col-md-9 {
        /*border-right: 0px dashed #999999;*/
    }
}

@media (max-width: 768px) {
    .topImage {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
    }
    .col-sm-6:nth-child(2) {
        /*border-right: 0px dashed #999999;*/
    }
    .wideBottomBg .wide-img-left {
        margin-bottom: 50px !important;
    }
    .navbar-wrapper {
        margin-top: -70px;
    }
    #global-nav ul.menu li {
        display: block;
        text-align: left;
    }
    #global-nav ul.menu li a {
        padding: 15px 15px 15px 30px;
    }
    .row-eq-height {
        display: block;
    }
    .centerBox {
        left: 0;
        margin-bottom: 20px;
        max-width: 100%;
        position: relative;
        right: 0;
        top: 30px;
        transform: translate(0);
    }
    .servizi .target {
        margin: 50px auto 0;
    }
}

@media (max-width: 767px) {

    .logoMenu {
        display: none !important;
    }
    .imageTopBox {
        height: 0px;
        position: relative;
    }
    .blockLeft {
        margin-bottom: 30px;
    }
    .footer ul {
        padding: 0;
    }
    .footer ul > li {
        display: inline-block;
        padding: 2px 10px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        margin-left: 0;
        overflow-x: visible;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu .menunav ul {
        background: #f0f0f0 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px 0 12px;
        position: relative;
        top: 0;
        width: auto;
        z-index: 9999;
    }
    .nav li a, .nav li span {
    }
    .menu .nav-child li {
        line-height: 1.6em;
        text-align: center;
    }
    .nav-child li a {
        color: #777777;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6em;
        padding: 5px 0;
        text-decoration: none;
        text-transform: uppercase;
    }
    #global-nav .nav li a:hover, #global-nav .nav li a:focus {
        color: #ffa22a;
    }
    .nav-child li a:hover, .nav-child li a:focus {
        color: #ffa22a;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6em;
        text-decoration: none;
        text-transform: uppercase;
    }
    .formTop .moduletable {
        background-color: #d9d9d9;
        max-width: 100%;
        position: relative;
        z-index: 1;
    }
    .articleBody img {
        margin: 0 auto;
        display: block;
    }
    footer .nav {
        width: inherit;
    }
    #bottomLoghi {
      background-image: none;
      background-color: #ededea;
    }
    .certificati{
      border: none;
    }
    .associati{
      margin-bottom: 15px;
    }

    /*.cont-img-progetto{
      padding: 100px;
    }*/
}

@media (max-width: 640px) {
    .sliderSlogan {
    }
    .redContactsButton {
        min-width: 100%;
    }
    #ca_banner .accept {
        margin: 14px auto 2px;
    }
    .greenHoverBg {
        padding: 20px;
    }
    #bottomLoghi {
      background-image: none;
      background-color: #ededea;
    }
    .certificati{
      border: none;
    }
    .associati{
      margin-bottom: 15px;
    }
    .img-logo {
        width: 50%;
    }

    .img-logo-casaclima{
      width: 40%;
    }
    .img-logo-anit{
      width: 50%;
    }
}

@media (max-width: 580px) {
    .greenHoverBg p:first-of-type {
        /*border-bottom: 1px dashed #ffffff;*/
        line-height: 1.6em;
        padding: 0 0px 8px;
        text-transform: uppercase;
    }
    #bottomBox button.cta {
        margin-top: 50px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .greenHoverBg {
        background-color: rgba(0, 103, 52, 0.8);
        color: #ffffff;
        padding: 20px;
    }
}

@media (max-width: 449px) {
    button.cta {
        font-size: 18px;
        padding-left: 60px;
    }
    .greenHoverBg .fa, #bottomBox .fa {
        background-color: #f08a03;
        font-size: 28px;
        height: 100%;
        left: 0;
        line-height: 2em;
        padding-left: 10px;
        position: absolute;
        text-shadow: none;
        top: 0;
        width: 44px;
    }
    .greenHoverBg .fa::after, #bottomBox .fa::after {
        border-bottom: 28px solid transparent;
        border-left: 12px solid #f08a03;
        border-top: 28px solid transparent;
    }
}

@media (max-width: 380px) {
    button.cta {
        padding: 15px;
    }
    button.cta i{
        display: none;
    }
}

@media (max-width: 360px) {
    body {
        padding-top: 70px;
    }
    .navbar-brand {
        max-width: 180px;
    }
    .navbar-brand .brand {
        margin-bottom: 0px;
    }
}
