.social-profile {
    &.type1{ 
        a {            
            display: inline-block;
            margin: 12px 0 9px 8px;
            color: $socialHCollor;
            font-size: 24px;
            line-height: 1;
            &:hover {
                color: $socialHCollorHover;
            }
        }
    }
    &.type2{
        margin: 34px 0 24px;
        a{
            display: inline-block;
            width:32px;
            height: 32px;
            background: url("../images/socialsIcons.png") no-repeat 0 0;
            opacity: 0.85;
            &:hover{
                opacity: 1;
            }
            &.button-twitter{ 
                background-position: -32px 0;
            }
            &.button-google{
                background-position: -64px 0;
            }
            &.button-pinterest{
                background-position: -96px 0;
            }
        }
    }
}
.main-header{
    .social-profile{
        margin: 0 0 0 100px;
    }

}
.site-footer .social-profile{
    a{
        margin-top: 0;
        color: $footerSocialsColor; 
        &:hover {
            color: $footerSocialsColorHover;
        }       
    }
}