@charset "utf-8";
/* CSS Document */

/* ---------- ENTYPO ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(https://weloveiconfonts.com/api/?family=entypo);

[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}



.sol-taraf-butonlar{    left: 0;
    margin-top: 0px;
    position: absolute;
    /* top: 11%; */
    z-index: 99999;
    background: #163743;
    display: block;
 
    width: 50px;
    height: 800px;}



#social-sidebar {
    left: 0;
    /* margin-top: -75px; */
    position: absolute;
    top: 30%;
    z-index: 99999;
}



#social-sidebar a {
    background: #163743;
    color: #fff;
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
}

#social-sidebar a:hover span {
    left: 95%;
    opacity: 1;
}

#social-sidebar a span {
    border-radius: 0px;
    line-height: 23px;
    left: -100%;
    margin-top: -25px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    /* padding: 4px 8px; */
    position: absolute;
    -webkit-transition: opacity .3s, left .4s;
    -moz-transition: opacity .3s, left .4s;
    -ms-transition: opacity .3s, left .4s;
    -o-transition: opacity .3s, left .4s;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    width: 280px;
    height: 49px;
    display: block;
}


.hizmet img {   filter: brightness(0.5);}

.hizmet img:hover {   filter: none;}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
	left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	z-index: -2;
}





#social-sidebar a[class*="hizmet"]:hover
 { background: #a87b50;filter: none; }


#social-sidebar a[class*="hizmet"]:hover img
 { filter: none; }


#social-sidebar a[class*="hizmet"] span,
#social-sidebar a[class*="hizmet"] span:before { background: #a87b50ad;filter: none; }

