/*** FORM ****/
.formResponsive .formHorizontal .formControlLabel {
    float: left;
    width: 20%;
    padding-top: 5px;
    text-align: right;
    font-weight: 700;
}
.formResponsive .formHorizontal p.formDescription {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}


article.item .article-info-wrap .article-info-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 104%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

ul.social-icons >li a {
    color: #fff;
    font-size: 36px;
    font-weight: 400 !important;
}