@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
    color: #000;
    font-weight: 200;
    font-size: 16px;
    font-family: 'Droid Arabic Kufi','Arial', sans-serif;
    background-color: #fff;
}

/* NavBar */
.navbar-inverse .navbar-nav > li:hover > a {
    box-shadow: inset 0px 3px 0px 0px #fff;
}
.addPad a {
    margin-left:5px;
}
/* Other */
#head_bg{
    background-image: url('../images/head_bg.png');
    background-repeat: repeat-x;
    height:81px;
}
.jumbotron{
    background-image: url('../images/bg.png');
    margin-bottom: 0px;
}
.border{
    background-image: url('../images/border.png');
    height: 13px;
}
.well{
    background: url('../images/bg-2.png');
}
hr{
    border-color: #DDD;
}
.rtl{
    direction:rtl;
    text-align:right;
}
.ltr{
    direction:ltr;
    text-align:left;
}
.active{
    box-shadow: inset 0px -5px 0px 0px rgb(80,60,52);
}
@media only screen and (max-width: 768px) {
.index, .index2 {
margin-top: 20px;
width: 100% !important;
padding: 30px;
font-size: 14px;
border-color: #999999;
position: relative;
}
body > div.jumbotron.text-center > img {
width: 50%;
}
.collapse {
display: block;
}
#main-navbar > div > div.navbar-header.pull-right.rtl.text-right {
display: none;
}

}
@media only screen and (max-width: 320px) {

.index, .index2 {
margin-top: 20px;
width: 100%;
padding: 30px;
font-size: 14px;
border-color: #999999;
position: relative;
}
body > div.jumbotron.text-center > img {
max-width: 100%;
margin-top: 10%;
}
.collapse {
display: block;
}
#main-navbar > div > div.navbar-header.pull-right.rtl.text-right {
display: none;
}


}
.index,.index2{
    margin-top:20px;
    width: 900px;
    padding:30px;
    font-size: 14px;
    border-color: #999999;
    position: relative;
}
.index > div,.index2 > div{
    background: #fff;
    padding:10px;
}
.indexdiv{
    position: relative;
}
.index h3{
    color: #BA911C;
    font-family: Tahoma;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}
.index2 h3{
    font-family: Tahoma;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.4; 
}
.index h3 .nonestyle{
    color: #000;
    font-size: 14px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    border-color: #E7E7E7;
    background: none repeat scroll 0% 0% #FFF;
}
.coverimg{
    width:120px;
}
.supporter{
    width:49%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.supporter .actions,.indexdiv .actions{
    position: absolute;
    bottom: 0;
    left: 0;
}
.supporter .actions span,.indexdiv .actions span{
    margin: 10px;
    font-size: 16px;
}
.supporter .actions .glyphicon-remove,.indexdiv .actions .glyphicon-remove{
    color:red;
}

.supporter > div{
    margin: 0 5px;
}
.supporter img{
    position: relative;
    bottom: 10px;
}
.supporter .social{
    position: relative;
    top: 20px;
}
.social_btns{
    position: absolute;
    top:90px;
    left:20px;
}
.social_btns a{
    margin:5px;
}
.share .logo,.suportus .logo{
    width:200px;
    margin-top: 10px;
}
.share .desc,.suportus .desc{
    width:600px;
    margin:auto;
    margin-top: 20px;
    line-height: 30px;
}
.share > div{
    padding: 10px;
}
.share > div p{
    margin-top: 10px;
    font-weight: bold;
}
.suportus .qst{
    font-weight: bold;
}
#footer{
    font-size: 12px;
}

.jqplot-yaxis-tick{
    color:rgb(234,162,40);
}
.jqplot-y2axis-tick{
    color:rgb(75,178,197);
}
.suportus h3{
    color: #000;
}