
body {
    margin: 0 auto;
    text-align: center;
    background:#000;
}

a,
a:hover {
    font-size: 16px;
    color:#008c17;
}

a {
    color: #008c17;
}

h4 {
    min-height:50px;
}

.main-content {
    text-align:center;
}

.main-content .inner {
    background:#000;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.loader {
    margin-top:20px;
    height:60px;
}

.contatti-box {
    margin-top:40px;
    padding-top:20px;
}

.contatti-box .contatti-inner {
    border-right:1px solid #fff;
    min-height:300px;
}
.contatti-box .row .col-md-3:last-child .contatti-inner { border-right:0; }

@media(max-width:991px) {

    h4 { min-height:unset; }

    .contatti-box .contatti-inner {
        border-right:0;
        border-bottom:1px solid #fff;
        min-height:unset;
    }

}
p {
    color: #fff;
}
