.social-nav *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: arial; }

.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto; }
.social-nav li {
    display: inline-block; }
.social-nav a {
    padding-top: 7px;
    display: inline-block;
    float: left;
    width: 44px;
    min-height: 40px;
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.model-0 {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 160px;
    position: fixed;
    z-index: 99999;

}
.model-0 li {
    float: none;
    display: block; }
.model-0 a:hover {
    opacity: 0.7;
}
.model-0 .reddit {
    background: #FF6550;
    padding-top: 8px !important;
}
.model-0 .twitter {
    background: #00aced; }
.model-0 .facebook {
    background: #3b579d; }
.model-0 .vk {
    background: #4d75a3; }
.model-0 .google-plus {
    background: #dd4a3a; }
.model-0 .hide-social-nav {
    background: #fff;
    color: #000; }

.social-bar-bottom .twitter  :hover{
    color: #00aced; }
.social-bar-bottom .facebook :hover {
    color: #3b579d; }
.social-bar-bottom .vk  :hover{
    color: #4d75a3; }
.social-bar-bottom .google-plus  :hover{
    color: #dd4a3a; }

.model-0 span {
    float: left;
    clear: both;
    width:100%;
    text-align: center;
    font-size: 12px !important;
    font-weight: bold;
    margin:0;
    max-height: 20px;
    line-height: 20px;
}

.large_icon {
    padding-top: 5px !important;
    font-size: 30px !important;
}

.little_icon {
    padding-top: 12px !important;
    font-size: 18px !important;
}