/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2019 | 16:25:47 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.sr-fb-rm {
    top: 50%;
    right: 114px;
    transform: translateY( -50% );
}

.socializer .sr-phone a, .socializer .sr-phone a:visited {
    color: #717478;
    border-color: #666d77;
    background-color: #42A62A;
  	border-radius: 100%;
}

.socializer .sr-phone {
	background-color: #646567;
  	border-radius: 100%;
}

.socializer .sr-phone:hover {
	background-color:#de0016;
  	border-radius: 100%;
}

.socializer .sr-email{
	background-color: #646567;
  	border-radius: 100%;
}

.socializer .sr-email:hover{
	background-color: #42A62A;
  	border-radius: 100%;
}

.socializer .sr-facebook{
	background-color: #646567;
  	border-radius: 100%;
}

.socializer .sr-facebook:hover{
	background-color: #172983;
  	border-radius: 100%;
}


.socializer .sr-email a, .socializer .sr-email a:visited {
    color: #000;
    border-color: #696e74;
    background-color: #42A62A;
  	border-radius: 100%;
}

.socializer .sr-facebook a, .socializer .sr-facebook a:visited {
    color: #3e5b98;
    border-color: #696e74;
    background-color: #42A62A;
  	border-radius: 100%;
}


.sr-email:hover{
  	 z-index: 998;
  	 background-image:url("https://test1.webing.cz/wp-content/uploads/2019/03/post_hover_horni.png");
	 
}

/*
.sr-email:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: "FACEBOOK";
    right: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.sr-email:hover{
	background: blue;
}

.sr-email:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}*/


