/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : July 5, 2015, 7:16:49 PM
    Author     : BlueWindLab
    Title : RTL Support for Ajaxified FAQ Search 
    From: Version 1.0.0
*/

/**
 * 1.0 Reset
 */

body {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
    clear: right;
}

/*-------------------------Sticky Settings --------------------------------------*/

.afs-sticky li{
    padding: 0 ;
    margin: 0;
    text-align: right;
}

.afs-sticky-container{
 
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: initial;
    left: 0px;
    bottom:0px;
    width: 20%;
	z-index: 502;
}

.afs-sticky li a{
    padding: 4px 33% 0 0;
    font-size: 30px;
}

@media screen and (min-width: 980px) {

.afs-sticky-container{
 
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: initial;
    left: -110px;
    top: 400px;
    width: 150px;
	z-index: 502;
}

.afs-sticky li a{
    padding: 5px 7px;
    font-size: 30px;
}

}

/*
.afs-sticky li:hover{
    margin-left: 0;
    margin-right: -70px;
}

.afs-sticky li:hover span{
    opacity: 1;
}
*/