.social-button-div {
    z-index: 100;
    position: fixed;
    right: -13.5%;
    top: 25px;
    display: block;
    width: 200px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.facebook-div:hover {
    -webkit-transform: translate(-5%, 0);
    -moz-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    -o-transform: translate(-5%, 0);
    transform: translate(-5%, 0);

    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.instagram-div:hover {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;

    -webkit-transform: translate(-5%, 0);
    -moz-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    -o-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
}

.youtube-div:hover {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;

    -webkit-transform: translate(-5%, 0);
    -moz-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    -o-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
}

.facebook-div {
    width: 30px;
    float: left;
}

.instagram-div {
    margin-top: 1px;
    width: 30px;
    float: left;
}

.youtube-div {
    margin-top: 1px;
    width: 30px;
    float: left;
}
.facebook-div img, .youtube-div img, .instagram-div img{width: 30px;
    height: 30px;}

.book-test-text.social{
    display: inline-block;
    margin-top: 2%;
    color: white;
}

.social-button-div img {
    width: 1.3em;
    height: auto;
}

.facebook-contact {
    display: inline-block;
}

.instagram-contact {
    display: inline-block;
    color: white;
}

.youtube-contact {
    display: inline-block;
    color: white;
}

@media (max-width: 767px) {
    .social-button-div {
        display: none;
    }
}

@media (max-width: 479px) {
    .social-button-div {
        display: none;
    }
}