body{
    background-color:#ededed;
}

.menu_scheda_azienda{
    background-color: #FFFFFF !important;
}

.img_scheda_azienda{
    min-height:400px;
    background: url("../img/img_scheda_azienda.jpg") no-repeat;
    /*background-size: cover;*/
    background-position: center;
}

.box_immagine{
    color:white;
}

.ragionesociale_titolo{
    color:white;
    text-shadow: 2px 2px 2px #000000;
}

.ragionesociale_testo{
    color:white;
    font-size: 18px;
    text-shadow: 2px 2px 2px #575757;
}

.stelle{
    color:#f0ad4e!important;
    text-shadow: 2px 2px 2px #575757;
}

.corpo_sx{
    background-color:#FFFFFF;
}

.corpo_sx_cta{
    background-color:#2196F3;
    text-align:center;
    text-shadow: 2px 2px 2px #575757;
    box-shadow: 0 0 6px #575757;
}

.TestoBottone{
    margin: 0px !important;
    font-size: 24px !important;
}

a.link_cta:link {
  color: white;
}

a.link_cta:visited {
  color: #00b9f5;
}

a.link_cta:hover {
  color: #00b9f5;
}

a.link_cta:active {
  color: #00b9f5;
}

.corpo_dx{
    background-color:#FFFFFF;
}

.BoxCommento{
    box-shadow: 0 0 6px #aeaeae;
}

.Logo{
    width:300px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.LogoImg{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0 6px #575757;
}