@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

.social_button {
    background: #DCE0E0;
    position: relative;
    display: block;
    height: 22px;
    margin: auto;
	margin-top: 3px;
	margin-bottom: 5px;
    overflow: hidden;
    width: 125px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	text-align: center;
}

.social_icon {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    width: 20px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    text-align: center;
}

.social_icon i {
    color: #fff;
    line-height: 22px;
}

.social_slide {
    z-index: 2;
    display: block;
    margin: 0;
    height: 100%;
    left: 20px;
    position: absolute;
    width: 105px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.social_slide p {
    font-family: Open Sans;
    font-weight: 400;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    font-size: 12px;
	white-space: nowrap;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 100%;
}

.social_button .social_slide {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*
.social_button:hover .social_slide {
    left: 120px;
}
*/

.social_website .social_icon, .social_website .social_slide {
    background: #307030;
}
.social_youtube .social_icon, .social_youtube .social_slide {
    background: #bb0000;
}
.social_facebook .social_icon, .social_facebook .social_slide {
    background: #305c99;
}
.social_tickets .social_icon, .social_tickets .social_slide {
    background: #333333;
}
.social_google .social_icon, .social_google .social_slide {
    background: #d24228;
}
.social_bandcamp .social_icon, .social_bandcamp .social_slide {
    background: #303030;
}
.social_wikipedia .social_icon, .social_wikipedia .social_slide {
    background: #303030;
}
.social_soundcloud .social_icon, .social_soundcloud .social_slide {
    background: #ff5510;
}

.social_schrift_website {
    color: #306030;
}
.social_schrift_youtube {
    color: #bb0000;
}
.social_schrift_facebook {
    color: #305c99;
}
.social_schrift_google {
    color: #d24228;
}
.social_schrift_bandcamp {
    color: #303030;
}
.social_schrift_wikipedia {
    color: #303030;
}
.social_schrift_soundcloud {
    color: #ff5510;
}

.social_desc {
	font-family: Open Sans;
	margin-top: 3px;
	margin-left: 18px;
	font-size: 11px;
	font-weight: 600;
}







@media only screen and (max-width: 860px){
	.social_button {
		margin-top: 0px;
		margin-bottom: 3px;
	}
	
}