.content_head h1 {
    color: #575757;
    font-family: 'Ralewaybold';
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 24px;
}

.content_text{
    font-size: 14px;
}

.content_text p{
    color: #575757;
    font-family: 'RalewayRegular';
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0;
}

.content_text h2 {
    color: #CF7F18;
    font-size: 14px;
    line-height: auto;
    display: inline;
}

.content_text ul li {
    font-size: 14px;
}

ul.elenco-destra{
  margin: 0px 0 0px 0;
  padding: 0px;
  padding-left: 0px;
  list-style: none;
  font-size: 14px;
}

ul.elenco-destra ul{
  padding-left: 0px;
}

ul.elenco-destra li{
    list-style: none;
    padding: 0px 0px 5px 20px;
    margin: 0px;
    background-image: url(../img/freccina2.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    color: #444;
    font-size: 14px;
}

.carousel-caption{
    background-color: #fff;
    opacity: 0.9;
     color: #444;
    font-size: 14px;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    padding: 5px 0;
    bottom: 2%;
    text-shadow: 0 0px 0px rgba(255, 255, 255, .6);
    max-height: 30px;
}

.testimonials{
    background-color: #efefef;
}


.item-testimonials{
    padding: 10px;
    /*border-right: 1px solid #a3a3a3;*/
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;

}

.mob_home {
    position:absolute;
    top:0px;
    left:0%;
    border-right: 0px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    width:20%;
    min-height:58px;
    color:#222222;
    background-color:#fff; 
    }
    
.mob_home:hover {
    background:#f49600;
    }
    
.mob_home .home{
    position:relative;
    width:100%;
    text-align:center;
    }
    
.mob_home .home_text{
    position:relative;
    width:100%;
    text-align:center;
    font-size:12px;
    margin:0;
    color:#222222;
    font-family: 'RalewayRegular';
    text-transform:uppercase;
    }

.btn-landing{
    width:100%;
    font-weight:bold;
    font-size:24px;
    margin:0px auto;
    }

@media (min-width: 992px){
    .col-70 {
        width: 67%;
        float: left;
    }

    .col-30 {
        width: 33%;
        float: left;
    }

    .btn-landing{
    width:50%;
    font-weight:bold;
    font-size:24px;
    margin:0px auto;
    }

    ul.elenco-destra {
    margin: 0px 0 15px 0;
    padding: 0px;
    padding-left: 0px;
    list-style: none;
    }

    .col-md-4 {
        width: 32.333333%;
    }
}

@media (max-width: 767px){
.grey {
    margin-top: 0px;
    }
}