﻿/* verde 00a100 */

/* CAMBIO COLORE */
header .topbar,
footer .middlefoot .recent-news:hover div .post-icon,
header .subbar #carousel-top .offer:hover,
header .subbar #carousel-top .offer:hover span,
.bannercontainer .caption p > span,
header .navbar .navbar-header .navbar-toggle
{
    background: #00a100;
}
header .navbar .navbar-nav li.active a, 
header .navbar .navbar-nav li a:hover ,
footer .middlefoot ul li i,
footer .middlefoot .recent-news:hover a,
header .subbar #carousel-top .offer span strong,
.tp-caption a,
.list-group.alt .list-group-item:hover,
#carousel-services .services-item .ico
{
    color: #00a100;
}
.tp-caption a:hover {
    color: #fff;
}
footer h2, h2
{
    border-color: #00a100 ;
}
.bannercontainer .caption p > span > span
{
    border: 30px solid #00a100;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.grid .item-grid .more {
    background: rgba(2,130,48,0.6);
}
a {
    color: #00a100;
    }
    a:hover, a:focus {
        color:#0f5510;
    }
/* END */

p, ol, ul {
    color: #4e4e4e;
    font-size: 0.9em;
    line-height: 1.9em;
}

/* TRANSITIONS */
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}
/* END */

@media screen and (max-width: 768px) {
    .topbar {
        display: none;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* FOOTER */
footer .middlefoot {
    background: #292d30 url("/content/img/car-footer-bg.png") no-repeat center center;
}
footer .middlefoot ul.hours li {
    line-height: 2em;
}
footer a {
    color: #808080;
    }
    footer a:hover {
        color: #000;
    }
.middlefoot img {
    width: auto;
}
/* END */

/* HOME */
#home .title{
    color: #808080;
}
#home .title h3 {
    margin-top: 5px;
}
#home .pricing-tables-helight {
    width:100%;
}
#home .pricing-tables-helight .title {
    background-color: #087208;
    border-bottom: 1px solid #13b813;
    border-top: 3px solid #077107;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin-top: -10px;
    padding: 19px 0 21px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#home .small.colorchan {
    background-color: #fff;
    color: #00a100;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
    font-size: 16px;
    }
    #home .small.colorchan:hover {
        background-color: #087208;
        color: #fff;
    }
#home .pricing-tables-helight .price{
    background-color: #00a100;
    padding: 15px 0 ;
}
/* END */

/* SIDERBAR le più viste */
.list-group-item {
  color: #fff;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;  
}
.list-group-item .popular-item {
  height: 95px;
}
.list-group-item .popular-item img,
#home .list-group-item .popular-item img {
  float: left;
  margin: -10px 15px 31px 16px;
  max-width: 115px;
}
.list-group-item .popular-item strong {
  display: block;
  margin-top: 30px;
}
.list-group-item .hot-item img {
  margin: 3%;
  width: 94%;
}
.list-group-item .hot-item strong {
  display: block;
  float: left;
  margin-top: 5px;
}
.list-group-item .hot-item span {
  display: block;
  float: right;
  margin-top: 5px;
  text-align: right;
}
/* END */

.back {
    text-align: right;
    font-size: 0.77em;
    margin-bottom: 35px;
    padding-bottom:5px;
    border-bottom: 1px solid #f2f1f2;
    }
    .back  a {
        color:#292d30;
}

 #carousel-services .services-item .ico {
    border-color:#20ad20;
    }
    #carousel-services .services-item .ico .glyphicon {
        top: -4px;
    }


/* CONTATTI */
#contact #map {
    height: 525px;
    margin-bottom: 4%;
    width: 100%;
}
address strong {
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 0;
    text-transform: uppercase;
}
/* END */


#mainmenu {
    margin-top: 4px;
}