.pl-20 {
  padding-left: 20px !important;
}

ul.nav.navbar-nav li a {
	font-weight: bold;
}

.social-icon {
	font-size: 16px;
	font-weight: bold;
	color: #B1B1AF;
}

.social-icon > span {
	color: #99bc45;
	font-size: 40px;
	margin-left: 20px;	
}

.widget_tag_cloud ul li {
	margin-right: 3px;
}

.widget_pages ul li a.active {
	text-decoration: underline!important;
}

.logo img {
	width: 100%;
}

.single-project ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
    list-style-type: disc;
}

.single-project ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}

.single-project ul li {
	line-height: 1.4em;
}

ul.nav.navbar-nav li ul.level1 li a {
	text-transform: none;
}

.lead-title h2 {
	font-size: 16px;
}

blockquote {
  border-left: 5px solid #99bc45;
  color: #99bc45;
}

blockquote > hr {
  border-top: 1px solid #432a19;
}

blockquote footer {
	color: #3A885E;
}

span.label_consumo, span.riduzione_consumi, span.risparmio_bolletta, #detrazioni_fiscali, #totale_risparmio {
	font-size: 28px;
	font-weight: bold;	
}

.res_calcolo {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

p.lead {
	font-weight: 400;
}

.single-project h2 {
	text-transform: none;
	font-weight: 900;
}

.entry-content ul {
    margin: 10px 0 0 20px;
    list-style: disc;
}

.entry-content h2 {
	text-transform: none;
	font-weight: 300;
}

img.img-responsive {
	width: auto;
}

.checkbox label {
    font-size: 14px;
    text-align: justify;
}

.widget_tag_cloud ul li a {
    background: #999;
}

.home-banner .lead-title {
    margin-bottom: 10px;
}

.home-banner .lead-title h2 {
    width: 100%;
}

.home-banner .promo-text {
    margin-bottom: 30px;
}

.home-banner .promo-text p {
    text-align: justify;
}

.widget_text {
    padding: 0 0 20px;
}

.single-project {
    padding-bottom: 40px;
}

.lead-title.smaller-lead-title {
    margin-bottom: 10px;
}

.lead-title.smaller-lead-title h2 {
    font-size: 14px;
    width: 100%;  
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.icons-container img {
	margin-bottom: 30px;
}

p.bigger {
	font-size: 17px;
}

.btn-primary {
	font-size: 14px;
	font-weight: bold;
	background: #99bc45;
	border-color: #287443;
}

.btn-primary:hover {
    background: #287443;
    border-color: #287443;
}

.dark-green {
	color: #15783e;
}

.download-cataloghi img {	
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px #999;
	transition: all .3s ease;
}

.download-cataloghi a {
	color: #000;
}

.download-cataloghi a:hover img {
	box-shadow: 1px 1px 5px #333;
}

/* Inputs */

.form-group label {
	font-size: 16px;
	display: none;
}

.form-group .form-control {
	padding: 12px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #ccc;
	height: auto;
	transition: all .3s;
	font-size: 15px;
}

.form-group select.form-control {
	height: 46px;
}

.form-group .form-control:focus {
	border-color: #99bc45;
	background: #fff;
}

::-webkit-input-placeholder {
   color: #333 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333 !important;  
}

:-ms-input-placeholder {  
   color: #333 !important;  
}

/* Custom checkbox */

.checkbox label, .radio label {
	padding: 0;
}

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/checkbox-green.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 8px;
}

.icheckbox_square-green {
    background-position: 0 0;
}
    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}
    .iradio_square-green.hover {
        background-position: -144px 0;
    }
    .iradio_square-green.checked {
        background-position: -168px 0;
    }
    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(../img/checkbox-green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.rev-form-input-error {
	border-color: red !important;
}

.footer-contact {
    padding-bottom: 0;
}

.footer-contact p {
    margin-bottom: 0;
}

/* ================================
==  CUSTOM 5 COLUMNS 
=================================*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ================================
==  GALLERY STUFE
=================================*/

.gallery-stufe {
    margin: 0;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* ================================
==  HELPERS
=================================*/

.margin-top-70 {
    margin-top: 50px;
}

.table-half {
    width: 50%;
}

.btn-success {
    color: #fff;
    background-color: #99bc45;
    border-color: #287443;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #432a19 !important;
    border-color: #301e12 !important;
}

.element-overly {
    background-color: rgba(153, 188, 96, 1);
}

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

@media (max-width: 991px) {
    .mobile-table-full {
        width: 100%;
    }
}

/* HOME FORM */

.home-form .text-danger {
  color: #f00;
}

.home-form h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: .25rem;
}

.home-form h4 {
  font-weight: 900;
  margin-bottom: 1rem;
}

.home-form .checkbox label {
  line-height: .9rem;
}

.home-form .checkbox span {
  padding-left: 2rem;
  display: block;
}

.home-form .icheckbox_square-green {
  float: left;
}

@media (max-width: 992px) {
  .home-intro-banner {
    margin-bottom: 30px;
  }
}

.checkbox .icheckbox_square-green {
  float: left;
}

.checkbox span {
  padding-left: 40px;
  display: block;
  line-height: 13px;
  font-size: 11px;
}