/*#################################################*/
/*         ClearSense:  www.clearsense.pl          */
/* Top's: 150px, 201px, 252px,... (+51)px		   */
/*#################################################*/

#csocial-facebook{
    position: fixed;
    right: -100px;
    top: 150px;
	transition: right 0.5s ease-out 0s;
	z-index:999;
}
#csocial-facebook:hover {
    right: -3px;
}
#csocial-facebook-blok{
    background:#295C9E;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
	/*box-sizing: initial;*/
}
#csocial-googleplus{
    display: table;
    position: fixed;
    right: -100px;
    top: 201px;
	transition: right 0.5s ease-out 0s;
	z-index:999;

}
#csocial-googleplus:hover {
    right: -3px;
}
#csocial-googleplus-blok{
    background:#DA2128;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
	/*box-sizing: initial;*/
}
#csocial-twitter{
    display: table;
    position: fixed;
    right: -100px;
    top: 252px;
	transition: right 0.5s ease-out 0s;
}
#csocial-twitter:hover {
    right: -3px;
}
#csocial-twitter-blok{
    background: #16B9ED;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-pinterest{
    display: table;
    position: fixed;
    right: -100px;
    top: 303px;
	transition: right 0.5s ease-out 0s;
}
#csocial-pinterest:hover {
    right: -3px;
}
#csocial-pinterest-blok{
    background: #D73532;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-youtube{
    display: table;
    position: fixed;
    right: -100px;
    top: 354px;
	transition: right 0.5s ease-out 0s;
}
#csocial-youtube:hover {
    right: -3px;
}
#csocial-youtube-blok{
    background: #E32C26;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-goldenline{
    display: table;
    position: fixed;
    right: -100px;
    top: 405px;
	transition: right 0.5s ease-out 0s;
}
#csocial-goldenline:hover {
    right: -3px;
}
#csocial-goldenline-blok{
    background: #FFFFFF;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-allegro{
    display: table;
    position: fixed;
    right: -100px;
    top: 456px;
	transition: right 0.5s ease-out 0s;
}
#csocial-allegro:hover {
    right: -3px;
}
#csocial-allegro-blok{
    background: #FF5A00;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-linkedin{
    display: table;
    position: fixed;
    right: -100px;
    top: 507px;
	transition: right 0.5s ease-out 0s;
}
#csocial-linkedin:hover {
    right: -3px;
}
#csocial-linkedin-blok{
    background: #0097BD;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-googlekspert{
    display: table;
    position: fixed;
    right: -100px;
    top: 558px;
	transition: right 0.5s ease-out 0s;
}
#csocial-googlekspert:hover {
    right: -3px;
}
#csocial-googlekspert-blok{
    background: #FFFFFF;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
.csocial-icon{
    width: 38px;
    height: 38px;
    display: inline;
    vertical-align: middle;
}
.cssocial-text{
    width: 80px;
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 15px;
    left: 50px;
	color:white;
	font-family: sans-serif;
	font-weight: 700;
}
.cssocial-black-text{
    width: 80px;
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 15px;
    left: 50px;
	color:black;
	font-family: sans-serif;
	font-weight: 700;
}
.cssocial-twoline-text{
    width: 90px;
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 5px;
    left: 50px;
	color:black;
	font-family: sans-serif;
	font-weight: 700;
}

.csocial-link{
text-decoration: none;
color: black;
}
@media screen and (max-width:640px){   
#csocial-facebook { display: none;}
#csocial-googleplus { display: none;}
#csocial-twitter { display: none;}
#csocial-pinterest { display: none;}
#csocial-youtube {display: none;}
#csocial-goldenline { display: none;}
#csocial-allegro { display: none;}
	
} 