/* 



*/

.social svg,
.dsktp-share-btn svg {
    fill: #fff;
    font-size: 15px;
    vertical-align: middle;
}
@media only screen and (min-width: 901px){
	/* hide mobile menue shar and show dsktop share*/ 
.social,.floatin-fix {
display: none !important;
} 
.dsktp-share-btn {
    display: block;
    float: left;
    overflow: hidden;
    width: 3pc;
    position: fixed;
    margin: 0;
    left: 0;
    text-align: center;
    transition: width .15s ease-in-out;
    /* font-size: 25px; */
    padding: 10px 0;
    color: white;
    cursor: pointer;
    -webkit-transition: width .15s ease-in-out;
}
.wts-dsk-btn {
    background-color: #82bb20;
    top: 377px;
	height: 7pc;
}
.tumblr-dsk-btn {
    background-color: #34526f;
    top: 376px;
}
.telegram-dsk-btn {
    top: 332px;
    background-color: #0088cc;
}
.pin-dsk-btn {
    background-color: #c20009;
    top: 288px;
}
.twt-dsk-btn {
    background-color: #6ac0e9;
    top: 244px;
}
.FB-dsk-btn {
    background-color: #617ab2;
    top: 200px;
}
.dsktp-share-btn:hover {
    width: 4pc;
    color: white;
}
a.dsktp-share-btn.wts-dsk-btn:hover span {
    margin-top: 10px;
	font-size: 19px !important;
}
a.dsktp-share-btn.wts-dsk-btn span {
    -webkit-transition: font 0.15s ease-in-out;
    padding-right: 8px;
}
a.dsktp-share-btn.wts-dsk-btn span {
    font-size: 11px;
}

}


@media only screen and (max-width: 900px){
	/* hide dsktop menue shar and show mobile share*/ 
.dsktp-share-btn {
	display: none !important;
	}
.social {
    position: fixed;
    color: white;
    z-index: 999;
    width: 20%;
    bottom: -100px;
    border-radius: 0px;
    text-align: center;
    font-size: 150% !important;
    padding: 10px 0;
    display: block;
	opacity: 0.9;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fb-btn {
    background-color: #617ab2;
    right: 0%;
}
.twt-btn {
    background-color: #6ac0e9;
    right: 20%;
}
.whapp-btn {
    background-color: #82bb20;
    right: 40%;
}
.telegram-btn {
    background-color: #0088cc;
    right: 60%;
}
.pin-btn {
    background-color: #c20009;
    right: 80%;
}
/* Ramadan floating button*/
.floatin-fix {
    position: fixed;
    bottom: 40px;
    left: 7px;
    margin: 0;
    background-color: rgb(105, 181, 211);
    color: white;
    border-radius: 6px;
    font-size: 20px;
    padding: 2px 4px;
    /* border-top-right-radius: 6px; */
    /* transform: rotate(-90deg); */
    float: left;
    transform-origin: left top 0;
    line-height: 36px;
	/*
    position: fixed;
    bottom: 12px;
    left: 0;
    margin: 0;
    background-color: rgb(105, 181, 211);
    color: white;
    border-bottom-left-radius: 6px;
    font-size: 20px;
    padding: 2px 4px;
    border-bottom-right-radius: 6px;
    transform: rotate(-90deg);
    float: left;
    transform-origin: left top 0;
	*/
}
.floatin-fix span {
    margin: 0 5px;
    border-right: 1px solid white;
    padding-right: 6px;
}
i.fa.fa-moon-o {
    transform: rotate(90deg);
}
}