.logo {
    position: relative;
    float: left;
    margin-left: -15px;
}

@media (992px) {
	.logo {
		left: 0;
	}
}


ul.nav.navbar-nav li a {
	font-weight: bold;
}

.social-icon {
	font-size: 16px;
	font-weight: bold;
	color: #B1B1AF;
}

.social-icon > span {
	color: #c61a2b;
	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 #c61a2b;
  color: #c61a2b;
}

blockquote > hr {
  border-top: 1px solid #3A885E;
}

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: #c61a2b;
	border-color: #700c16;
}

.btn-primary:hover {
    background: #700c16;
    border-color: #700c16;
}

.dark-green {
	color: #15783e;
}

.download-cataloghi img {	
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all .3s ease;
}

.download-cataloghi a {
	color: #000;
}

/* 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 .form-control:focus {
	border-color: #9ed154;
	background: #f7fAf2;
}

::-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;
}

/* ================================
==  LANDING PAGE
=================================*/

@media (max-width: 992px) {
    .logo {
        float: none;
        margin: 0 auto;
    }
}

.landing-page .page-title {
    text-align: center;
}

.landing-page .page-title h1 {
    font-size: 34px;
    padding-top: 30px;
}

.landing-page .promo-content .fluid-width-video-wrapper {
    margin-bottom: 30px;
}

.landing-page .promo-content img {
    max-width: 100%;
    height: auto;
}

.landing-page .gallery {
    margin-top: 20px;
}

.landing-page .gallery a {
    margin-bottom: 30px;
    display: block;
}

.landing-page .gallery a img {
    max-width: 100%;
    height: auto;
}

.landing-page .form-group {
    position: relative;
}

.landing-page .form-group .form-control:focus {
    border: 1px solid #c61a2b;
    background: #fff;
}

.landing-page .form-group label.error {
    float: none;
    width: 100%;
    font-size: 13px;
    color: red;
    font-weight: normal;
    color: #c61a2b;
}

.landing-page .checkbox label.error {
    font-size: 13px;
    padding: 1px 4px;
}

.landing-page .checkbox {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 992px) {
    .landing-page .form-group,
    .landing-page .checkbox {
        margin-left: 0px;
        margin-right: 0px;
    } 
}

.landing-page .promo-content .checkbox {
    margin-left: 0;
    margin-right: 0;
}

.landing-page .checkbox input[type="checkbox"] {
    float: left;
    position: relative;
    left: 0;
    margin: 0;
    margin-top: 5px;
    margin-right: 8px;
}

.landing-page .form-group textarea {
    height: 150px;
}

.landing-page .landing-bottom-form {
    margin-bottom: 30px;
}

/* ================================
==  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;
    }
}

/* ================================
==  HELPERS
=================================*/

.margin-top-70 {
    margin-top: 50px;
}

.table-half {
    width: 50%;
}

@media (max-width: 991px) {
    .mobile-table-full {
        width: 100%;
    }
}


