/* Add here all your CSS customizations

.mobilbuttonlar {position: fixed;width: 100%;height: auto;z-index: 999;bottom: 0px;left: 0px;}
.mobilbuttonlar a.btn {width: 100%;	}
/*
@media (max-width: 992px){
.WhatsApp {bottom: 60px!important}
}*/

.WhatsApp{width: 51px;height: 51px; position: fixed; bottom: 20px; left: 20px; background: url(/images/icon/WhatsApp.png); box-shadow: 2px 2px 6px rgba(0,0,0,0.4); border-radius: 50%; z-index: 99;}

.socialmedia {z-index: 99;}
.socialmedia ul {
    position: fixed;
    bottom: -10px;
    right: -20px;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
	z-index: 99;
}
.socialmedia ul li {
    position: relative;
    list-style: none;
    margin: 0 2px;
	z-index: 99;
}
.socialmedia ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
    filter: blur(2px);
    transform: scale(0.8);
	z-index: 99;
}
.socialmedia ul li:hover::before {
    transition-delay: 0.2s;
    opacity: 0.2;
    transform: scale(1);
	z-index: 99;
}
.socialmedia ul li a {
    width: 40px;
    height: 40px;
    display: block;
    transition: 0.5s;
	z-index: 99;
}
.socialmedia ul li:hover a {
    transform: translateY(-10px);
	z-index: 99;
}
.socialmedia ul li a span  {
    width: 100%;
    height: 100%;
	z-index: 99;
}
.socialmedia ul li a span::before {
    font-family: fontAwesome;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E9E9E9;
    color: #262626;
    transform-origin: top;
    transition: transform 0.5s;
	z-index: 99;
}
.socialmedia ul li:hover a span::before {
    transform: rotateX(90deg) translateY(-50%);
	z-index: 99;
}
.socialmedia ul li a span::after {
    font-family: fontAwesome;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #fff;
    color: #262626; */
    transform-origin: bottom;
    transition: transform 0.5s;
    transform: rotateX(90deg) translateY(50%);
	z-index: 99;
}
.socialmedia ul li:hover a span::after {
    transform: rotateX(0deg) translateY(0);
	z-index: 99;
}
.socialmedia ul li:nth-child(1) a span::before,
.socialmedia ul li:nth-child(1) a span::after {
    content: '\f09a';
}
.socialmedia ul li:nth-child(2) a span::before,
.socialmedia ul li:nth-child(2) a span::after {
    content: '\f099';
}
.socialmedia ul li:nth-child(3) a span::before,
.socialmedia ul li:nth-child(3) a span::after {
    content: '\f16d';
}

.socialmedia ul li:nth-child(1) a span::after {
    background: #3b5999;
    color: #fff;
}
.socialmedia ul li:nth-child(2) a span::after {
    background: #55acce;
    color: #fff;
}
.socialmedia ul li:nth-child(3) a span::after {
    background: #dd4b39;
    color: #fff;
}

 */