.footer_2{
  background: #111111;
  padding: 5px 0;
  color: #fff;
  }
#socialicons {
    position: relative;
    text-align: left;
    display: inline-block;
    /*margin-top: 15%;*/
}
#socialicons>a:first-child {
    margin-left: 0;
}
#socialicons>a {
    margin-left: 5px;
    margin-right: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.66);
}
#socialicons>a span {
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    display: none;
}
#socialicons>a span.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#social_facebook {
    background: url(../images/facebook.png) no-repeat
}
#social_facebook span {
    background: url(../images/facebook.png) no-repeat 0 -36px;
}
#social_twitter {
    background: url(../images/twitter.png) no-repeat
}
#social_twitter span {
    background: url(../images/twitter.png) no-repeat 0 -36px;
}
#social_dribbble {
    background: url(../images/dribbble.png) no-repeat
}
#social_dribbble span {
    background: url(../images/dribbble.png) no-repeat 0 -36px;
}
#social_flickr {
    background: url(../images/flickr.png) no-repeat
}
#social_flickr span {
    background: url(../images/flickr.png) no-repeat 0 -36px;
}
#social_forst {
    background: url(../images/forst.png) no-repeat
}
#social_forst span {
    background: url(../images/forst.png) no-repeat 0 -36px;
}
#social_github {
    background: url(../images/socialgithub.png) no-repeat
}
#social_github span {
    background: url(../images/socialgithub.png) no-repeat 0 -36px;
}
#social_linkedin {
    background: url(../images/linkedin.png) no-repeat
}
#social_linkedin span {
    background: url(../images/linkedin.png) no-repeat 0 -36px;
}
#social_pinterest {
    background: url(../images/pinterest.png) no-repeat
}
#social_pinterest span {
    background: url(../images/pinterest.png) no-repeat 0 -36px;
}
#social_instagram {
    background: url(../images/instagram.png) no-repeat
}
#social_instagram span {
    background: url(../images/instagram.png) no-repeat 0 -36px;
}
#social_rss {
    background: url(../images/rss.png) no-repeat
}
#social_rss span {
    background: url(../images/rss.png) no-repeat 0 -36px;
}
#social_vimeo {
    background: url(../images/vimeo.png) no-repeat
}
#social_vimeo span {
    background: url(../images/vimeo.png) no-repeat 0 -36px;
}
#social_youtube {
    background: url(../images/youtube.png) no-repeat
}
#social_youtube span {
    background: url(../images/youtube.png) no-repeat 0 -36px;
}
#social_trumblr {
    background: url(../images/trumblr.png) no-repeat
}
#social_trumblr span {
    background: url(../images/trumblr.png) no-repeat 0 -36px;
}
#social_google_plus {
    background: url(../images/google_p.png) no-repeat
}
#social_google_plus span {
    background: url(../images/google_p.png) no-repeat 0 -36px;
}
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}