body {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    background: #4c889a url(/images/web/bg.png) repeat;
}

body.bookSelection {
    background: none;
}

body.ar {
    direction: rtl;

}

body.ar #container #header #social{
    float:right;
}

a {
    color: #0f77a8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

h1 {
    font-family: Arial;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 25px;
    color: #1f5660;
    line-height: 40px;
}

.ar h1 {
    font-size: 34px;
    font-family:"JF Flat Regular";
}

.ar h3 {
    font-size: 21px;
}
.diss{
     text-align: center;
     font-weight: normal;
     font-family:Arial;
     color: #468e9b;
     font-size: 20px;
     margin-top: -25px;
 }
.diss-en{
    text-align: center;
    font-weight: normal;
    font-family:Arial;
    color: #468e9b;
    font-size: 18px;
    margin-top: -25px;
}
.diss-fr{
    text-align: center;
    font-weight: normal;
    font-family:Arial;
    color: #468e9b;
    font-size: 18px;
    margin-top: -25px;
}
.h-title{
    color: #FFF;
    text-align: center;
    font-weight: normal;
    font-family:"JF Flat Regular";
    font-size: 18px;
    background-color: #98b3b6;
    width: 90px;
    height: 33px;
    border-radius: 10px;
    direction: rtl;
    padding-top: 2px;
}
.h-title-en{
    color: #FFF;
    text-align: center;
    font-weight: normal;
    font-family:Arial;
    font-size: 18px;
    background-color: #98b3b6;
    width: 90px;
    height: 30px;
    border-radius: 10px;
    direction: ltr;
    padding-top: 5px;
}
.h-title-fr{
    color: #FFF;
    text-align: center;
    font-weight: normal;
    font-family:Arial;
    font-size: 18px;
    background-color: #98b3b6;
    width: 90px;
    height: 30px;
    border-radius: 10px;
    direction: ltr;
    padding-top: 5px;
}
.h-diss{
    color: #59787b;
    text-align: center;
    font-weight: normal;
    font-family:Arial;
    font-size: 18px;
    direction: rtl;
    text-align: right;
}
.h-diss-en{
    color: #59787b;
    text-align: center;
    font-weight: normal;
    font-family:Arial;
    font-size: 16px;
    direction: ltr;
    text-align: left;
}
.h-diss-fr{
    color: #59787b;
    text-align: center;
    font-weight: normal;
    font-family:Arial;
    font-size: 16px;
    direction: ltr;
    text-align: left;
}
#menu {
    height: 40px;
    width: auto;
    margin: 0px;
    padding: 0px;
    xposition: fixed;
    xtop: 0px;
    xz-index: 10;
    background-color: #6abcd0 ;

}

#menu div {
    width: 850px;
    max-width: 100%;
    margin: 0px auto;
    height: 40px;
    width: 1140px;
}

#menu div a {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.0);
    transition: background-color 0.3s;
    height:40px;
    line-height:40px;
    border-left: solid 1px #84d0e2;
    border-right: solid 1px #4a9eb3;
}

#menu div a:hover {
    background-color: rgba(0, 0, 0, 0.07);
    border-left:none;
    border-right:none;
    padding-left: 21px;
    padding-right: 21px;
    color: #fff;

}

.ar #menu div a {
    float: right;
    margin-left: 0px;
    xmargin-right: 35px;
    font-weight: normal;
    font-family:"JF Flat Regular";
}

.fr #menu div a {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.0);
    transition: background-color 0.3s;
    height:40px;
    line-height:40px;
    border-left: solid 1px #84d0e2;
    border-right: solid 1px #4a9eb3;
}

.ar #menu div a.first {  border-right-color:rgba(0,0,0,0);  }
.ar #menu div a.last {  border-left-color:rgba(0,0,0,0);  }

.en #menu div a.first {  border-left-color:rgba(0,0,0,0);  }
.en #menu div a.last { border-right-color:rgba(0,0,0,0);  }

.fr #menu div a.first {  border-left-color:rgba(0,0,0,0);  }
.fr #menu div a.last { border-right:rgba(0,0,0,0);  }


.fr #menu div a:hover {
    background-color: rgba(0, 0, 0, 0.07);
    border-left:none;
    border-right:none;
    padding-left: 16px;
    padding-right: 16px;

}






@font-face {
    font-family: "JF Flat Regular";
    src: url('/images/web/font/JF-Flat-regular.eot');
    src: url('/images/web/font/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('/images/web/font/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('/images/web/font/JF-Flat-regular.woff') format('woff'),
    url('/images/web/font/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



#container {
    position: relative;
    width: 1140px;
    max-width: 100%;
	height: auto;
	min-height: 1060px;
    margin: auto;
    padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
    background: #fff;
    font-size: 14px;
    color: #3b636a;
    font-family: Arial;
}

.ar #container {
    font-size: 18px;
    font-family:Arial;
}

#content {
    width: 847px;
    min-height: 1030px;
	float: right;
    line-height: 30px;
}
.en #content {
    width: 847px;
    min-height: 1030px;
	float: left;
    line-height: 22px;
}
.fr #content {
    width: 847px;
    min-height: 1030px;
	float: left;
    line-height: 22px;
}

#container iframe {
    border: none;
    margin: 10px 10px;
    /* margin-left: -60px; */
}

.ar #container .home iframe {
    margin-left: 0px;
    xmargin-right: -65px;
}
#column{
	width: 263px;
	height: 1029px;
	float: left;
}
.en #column{
	width: 263px;
	height: 1029px;
	float: right;
}
.fr #column{
	width: 263px;
	height: 1029px;
	float: right;
}
#donat-bt,#donat-bt-mobile{
	width: 178px;
	height: 33px;
	float: left;
	background: url(/images/web/donate.jpg) no-repeat 0px 0px;
	margin-left: 38px;
	padding-top: 10px;
	padding-right: 10px;
    text-align: right;
    color: #fff;
    font-family: Tahoma;
    font-size: 16px;
    text-decoration: none;
}
#donat-bt:hover, #donat-bt-mobile:hover {
    background-position: 0px -43px;
}
#donat-bt-mobile{
    display: none;
}
.en #donat-bt, .en #donat-bt-mobile{
    background: url(/images/web/donate2.jpg) no-repeat 0px 0px;
    text-align: left;
    width: 148px;
    height: 33px;
    padding-left: 40px;
}
.en #donat-bt:hover, .en #donat-bt-mobile:hover {
    background-position: 0px -43px;
}

.fr #donat-bt, .fr #donat-bt-mobile{
    background: url(/images/web/donate2.jpg) no-repeat 0px 0px;
    text-align: left;
    width: 148px;
    height: 33px;
    padding-left: 40px;
}
.fr #donat-bt:hover, .fr #donat-bt-mobile:hover {
    background-position: 0px -43px;
}

#read-now{
	width: 263px;
	height: 36px;
	float: left;
	background: url(/images/web/readquran.jpg) no-repeat 0px 0px;
	margin-top: 22px;
	padding-top: 136px;
}
#read-now-t { 
	width: 121px;
	height: 28px;
	padding-top: 8px;
	color: #fff;
	font-family: Tahoma;
	font-size: 16px;
	text-align: center;
	background: url(/images/web/readnow.png) no-repeat 0px 0px;
	margin: auto;
    display: block;
    text-decoration: none;
}
#read-now-t:hover {
    background-position: 0px -36px;
    text-shadow: 0px 1px #196274;
}
#download-ad{
	width: 220px;
	height: 132px;
	float: left;
	background: url(/images/web/desktop.jpg) no-repeat 0px 0px;
	margin-top: 20px;
	padding-top:22px;
	padding-right:43px;
}
.ar #download-ad-t {
	width: 115px;
	height: 25px;
	color: #4398ad;
	font-family: Tahoma;
	font-size: 16px;
	float: right;
    text-decoration: none;
}
.en #download-ad-t {
     width: 115px;
     height: 25px;
     color: #4398ad;
     font-family: Tahoma;
     font-size: 16px;
     float: left;
     margin-left: 120px;
     text-decoration: none;
 }
.fr #download-ad-t {
    width: 115px;
    height: 25px;
    color: #4398ad;
    font-family: Tahoma;
    font-size: 16px;
    float: left;
    margin-left: 135px;
    text-decoration: none;
}
#download-ad-t:hover {
    color: #217084;
}
#fb-Plugin {
	width: 263px;
	height: 600px;
	float: left;
	margin-top: 20px;
}
.ar #fb-Plugin iframe {
	margin-right: 0px;
}
#header {
	width: auto;
    margin-top: 0px;
    height: 107px;
    position: relative;
	background-color: #fff;
	padding-top: 16px;
}

#header-area{
	width: 1170px;
    max-width: 100%;
	height: auto;
	margin:0 auto;
}

#header a#logo {
    display: block;
    background: url(/images/web/logo.png) no-repeat 0px 0px;
    width: 210px;
    height: 91px;
    float: right;
    margin-top: 0px;
    margin-right: 36px;
}


#header a#logo:hover {
    color: #fff;
}

#header a#logo:hover {
    background-position: 0px -94px;
}

.en #header a#logo {
    display: block;
    background: url(/images/web/logo02.png) no-repeat 0px 0px;
    width: 210px;
    height: 91px;
    float: left;
    margin-top: 0px;
    margin-left: 36px;
}
.en #header a#logo:hover {
    color: #fff;
}

.en #header a#logo:hover {
    background-position: 0px -94px;
}

.fr #header a#logo {
    display: block;
    background: url(/images/web/logo02.png) no-repeat 0px 0px;
    width: 210px;
    height: 91px;
    float: left;
    margin-top: 0px;
    margin-left: 36px;
}
.fr #header a#logo:hover {
    color: #fff;
}

.fr #header a#logo:hover {
    background-position: 0px -94px;
}

#social {
	width: 220px;
    height: 40px;
    float: left;
    clear: right;
    margin-top: 15px;
}
.en #social {
    width: 220px;
    height: 40px;
    float: right;
    clear: right;
    margin-top: 15px;
    margin-right: 36px;
    clear: right;
}
.fr #social {
    width: 220px;
    height: 40px;
    float: right;
    clear: right;
    margin-top: 15px;
    margin-right: 36px;
    clear: right;
}

.ar #social {
    float: left;
    clear: left;
    margin-left: 36px;
}

   


#social a.fb {
    display: block;
    background: url(/images/web/social.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
	float: left;
}

#social a.fb:hover {
    background-position: 0px -40px;
}

#social a.twi {
    display: block;
    background: url(/images/web/social.png) no-repeat -45px 0px;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 5px;
}

#social a.twi:hover {
    background-position: -45px -40px;
}

#social a.tube {
    display: block;
    background: url(/images/web/social.png) no-repeat -90px 0px;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 5px;
}

#social a.tube:hover {
    background-position: -90px -40px;
}
#social a.insta {
    display: block;
    background: url(/images/web/social.png) no-repeat -135px 0px;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 5px;
}

#social a.insta:hover {
    background-position: -135px -40px;
}
#social a.mail {
    display: block;
    background: url(/images/web/social.png) no-repeat -180px 0px;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    float: left;
}

#social a.mail:hover {
    background-position: -180px -40px;
}


#nothing{
    clear: both;
}

#footer {
    width: 1140px;
    height: 50px;
    margin-top: 20px;
    background-color: #FFFFFF;
    border-top: solid 1px #dce7e9;
    padding-top: 10px;
    display: block
}

.ar #footer{
    font-family:"JF Flat Regular";
}

#up-btn{
    float: right;
    width: 29px;
    height: 29px;
    background: url(/images/web/up-btn.png) no-repeat;
}
.en #up-btn{
    float: left;
    width: 29px;
    height: 29px;
    background: url(/images/web/up-btn.png) no-repeat;
}
.fr #up-btn{
    float: left;
    width: 29px;
    height: 29px;
    background: url(/images/web/up-btn.png) no-repeat;
}
#footer-links{
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    color: #4aa1b6;
    font-family: Tahoma;
    font-size: 16px;
    direction: rtl;
}
.en #footer-links{
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    color: #4aa1b6;
    font-family: Tahoma;
    font-size: 16px;
    direction: ltr;
}
.fr #footer-links{
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    color: #4aa1b6;
    font-family: Tahoma;
    font-size: 16px;
    direction: ltr;
}
#footer-links a{
    margin-right:8px;
}
.en #footer-links a{
    margin-right:8px;
}
.fr #footer-links a{
    margin-right:8px;
}
#footer-links a:hover{
    text-decoration: none;
    color: #145969;
}

.ar #footer-links{
    font-family:"JF Flat Regular";
}
#comp{
    width: auto;
    float: left;
    color: #4aa1b6;
    font-family: Tahoma;
    font-size: 13px;
    direction: ltr;
    padding-top: 5px;
    
}
.en #comp{
    width: auto;
    float: right;
    color: #4aa1b6;
    font-family: Tahoma;
    font-size: 13px;
    direction: ltr;
    padding-top: 5px;
    margin-right: 10px;

}
.fr #comp{
    width: auto;
    float: right;
    color: #4aa1b6;
    font-family: Tahoma;
    font-size: 13px;
    direction: ltr;
    padding-top: 5px;
    margin-right: 10px;

}
#comp span, #NourAcademy span, #comp a, #NourAcademy a{
    display: inline-block;
    vertical-align: middle;
}
#NourAcademy{
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    margin-right: 30px;
    color: #4aa1b6;
    font-family: Tahoma;
    font-size: 13px;
    direction: ltr;
}

#contact .name {
    margin-bottom: 5px
}

#contact .name input {
    width: 100px;
    margin-right: 3px;
}

.ar #contact .name input {
    margin-right: 0px;
    margin-left: 3px;
}

#contact .subtext label {
    height: 2px;
}

#contact .subtext span {
    font-size: 10px;
    font-weight: normal;
    color: #444;
    line-height: 9px;
    float: left;
    display: block;
}

.ar #contact .subtext span {
    float: right;
}

#contact .subtext span.last {
    margin-left: 101px;
}

.ar #contact .subtext span.last {
    margin-left: 0px;
    margin-right: 101px;

}

#contact #message {
    width: 330px;
    height: 142px;
    padding: 5px;
}

#contact .btn {
    margin-left: 110px;
}

.ar #contact .btn {
    margin-left: 0px;
    margin-right: 110px;
}

#contact textarea {
    font-family: Arial;
}

#contact label.error {
    font-weight: normal;
    font-size: 12px;
    width: auto;
    margin-left: 109px;
    margin-bottom: 4px;
}

.ar #contact label.error {
    margin-left: 0px;
    margin-right: 109px;
}

form {
    width: 100%;
    padding: 0px;
}

form textarea {
    font-size: 12px;
}

form h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-indent: 29px;
    background: url(../images/titleBarBG.gif) repeat;
    height: 26px;
    padding-top: 7px;
    margin-top: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}

form .fields {
    margin: 20px 30px;
    min-width: 350px;
    min-height: 216px;
}

form .fields div {
    clear: both;
    margin-bottom: 23px;
}

form .fields label {
    font-size: 15px;
    font-weight: bold;
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 10px;
    xmargin-top: 7px;
}

.ar form .fields label {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    text-align: left;
}

form input[type=text], form input[type=password] {
    background: #fff url(/images/web/fieldShadow.gif) repeat-x;
    border: solid 1px #a5a5a5;
    padding: 0px 6px;
}

form .fields div input[type=text],
form .fields div input[type=password] {
    xheight: 26px;
    height: 18px;
    width: 180px;
    margin-right: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ar form .fields div input[type=text],
.ar form .fields div input[type=password] {
    margin-left: 50px;
    margin-right: 0px;
}

.ar form .fields div input[type=submit] {
    font-weight: bold;
    height: 30px;
    width: 100px;
}

form .fields .action {
    margin-left: 145px;
}

form .fields .action span {
    margin-top: 4px;
}


.clear {
    clear: both;
}

.hidden {
    display: none;
}

.error {
    color: #dd0000;
    font-size: 12px;
}

.books {
    xmargin: 15px 93px;
    margin: 15px 0px 15px 70px;
}

.book {
    width: 150px;
    height: 200px;
    position: relative;
    margin: 13px 8px;
}

.book h3 {
    top: -18px;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    color: #4d3e1e;
    margin: 0px;
    padding: 0px;
}

.book:hover h3 {
    xcolor: #000;
}

.book .frame {
    width: inherit;
    height: inherit;
    overflow: hidden;
    position: relative;
}

.book .cover {
    background-color: #000;
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: 1;
}

.book .content {
    background-color: #f5f2e9;
    width: inherit;
    height: inherit;
    xposition: relative;
}

.book .frame .bottom {
    position: absolute;
    width: inherit;
    background: url("/assets/skins/textile/images/bottomBookThumb.png") no-repeat center bottom;
    border-bottom: solid black 6px;
    bottom: 0px;
    padding: 0px;
    height: 12px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding-top: 8px;
}

.book .frame .top {
    position: absolute;
    width: inherit;
    display: block;
    height: 6px;
    background-color: #f1e6da;
}

.book .content div {
    xpadding: 10px;
    xpadding-left: 20px;
    text-align: center;
}

.book:hover {
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, .45);

    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.book.rtl {
    xdirection: rtl;
}

.book.rtl .content div {
    xpadding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.book .content h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.book .content .info {
    font-family: Tahoma;
    color: #b64d13;
    font-size: 11px;
    display: block;
    line-height: normal;
    padding: 13px 0px 0px 0px;
    margin: 0px 10px;
}

.book .content .pages {
    display: block;
    font-size: 12px;
    margin: 0px auto;
    margin-top: 25px;
    text-align: left;
    padding-left: 20px;
    background: url(/assets/skins/textile/images/pages.gif) no-repeat 0px center;
    width: 75px;
}

.ar .book .content .pages {
    padding-left: 0px;
    padding-right: 22px;
    text-align: right;
    background: url(/assets/skins/textile/images/pages.gif) no-repeat right center;
    width: 65px;
}

.book .content .hits {
    display: block;
    font-size: 10px;
    margin: 20px 0px;
}

.book .page1 {
    /*background-color: red;*/
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0px;
    xleft: 0px;
    z-index: -3;
}

.book .page2 {
    /*background-color: blue;*/
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0px;
    xleft: 0px;
    z-index: -5;
}

.book .shadow1, .book .shadow2, .book .shadowBook {
    background: url("/images/pageShadow.png") repeat-y;
    width: 14px;
    position: absolute;
    height: inherit;
    top: 0px;
    left: 0px;
}

.book .shadow1 {
    z-index: -2;
}

.book .shadow2 {
    z-index: -4;
}

.book .shadowBook {
    z-index: -6;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

:focus {
    outline: 0;
}

#language {
    float: left;
    clear: left;
    background: url(/images/web/languagePanel.png) no-repeat;
    width: 220px;
    height: 36px;
    position: relative;
    color: #0f77a8;
}

.ar #language {
    float: left;
    clear: left;
    margin-left: 36px;
}

.en #language {
    float: right;
    clear: right;
    margin-right: 36px;
}
.fr #language {
    float: right;
    clear: right;
    margin-right: 36px;
}

#language label {
    color: #0f77a8;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    margin-right: 25px;
    float: right;
    margin-top: 14px;
}

.ar #language label {
    margin-left: 0px;
    margin-right: 60px;
    font-size: 13px;
}

.en #language label {
    margin-left: 40px;
    font-size: 13px;
    float: left;
}

.fr #language label {
    margin-left: 40px;
    font-size: 13px;
    float: left;
}

#language .sbHolder {
    position: absolute;
    width: 71px !important;
    height: 20px;
    right: 8px;
    top: 7px;
    font-size: 12px;
    margin: 3px 0px 0px 3px;
    background: url("/assets/skins/textile/images/combo-small.gif") no-repeat;
    color: #000;
    float: left;
    margin-left: 40px;
}

.ar #language .sbHolder {
    right: auto;
    left: 8px;
}

.en #language .sbHolder {
     right: 40px;
     left: auto;
 }

.fr #language .sbHolder {
    right: 40px;
    left: auto;
}

#language .sbHolder:hover {
    background-position: 0px -20px;
}

#language .sbHolder:hover a.sbSelector {
    color: #fff;
}

.rtl #language .sbHolder {
    margin: 3px 3px 0px 0px;
}

#language a.sbSelector {
    display: block;
    left: 0;
    font-weight: bold;
    outline: none;
    overflow: hidden;
    top: 0;
    background-position: 0px -20px;
    color: #000;
    position: absolute;
    background-color: transparent !important;
    font-size: 11px;
    border: none;
    width: 35px !important;
    height: 17px;
    padding: 2px 0px 0px 0px;
    outline: none;
    text-decoration: none;
    padding: 2px 0px 2px 35px;
    text-align: left;
}

.rtl #language a.sbSelector {
    padding: 2px 35px 2px 0px;
    text-align: right;
}

#language a.sbSelector:hover {
    xbackground-position: 0px -20px;
    xcolor: #fff;
}

#language .sbToggle {
    display: none;
}

#language .sbOptions {
    background-color: #FFF;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    z-index: 1;
    overflow-y: auto;
    width: 67px;
    padding: 0px;
    margin: 0px;
    margin-top: 2px;
    margin-left: 2px;
    max-height: 125px;
    border: 1px solid #b2d2db;
    color: #333;
}

#language .sbOptions a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 2px 0px 2px 35px;
    display: block;
    text-align: left;
}

.rtl #language .sbOptions a {
    padding: 2px 35px 2px 0px;
    text-align: right;
}

#language .sbOptions a:link, .sbOptions a:visited {
    text-decoration: none;
}

#language .sbOptions a:hover,
#language .sbOptions a:focus,
#language .sbOptions a.sbFocus {
    background-color: #c1dbe2;
    color: #000;
    border-bottom-color: #a6c6cf;
}

#language .sbOptions li.last a {
    border-bottom: none;
}

#language a.English {
    background: url(/images/en.png) no-repeat;
}

#language a.Arabic {
    background: url(/images/ar.png) no-repeat;
}

#language a.French {
    background: url(/images/fr.png) no-repeat;
}

#language a.flag {
    background-position: 12px 4px;
}

.rtl #language a.flag {
    background-position: 38px 2px;
}

.code {
    background-color: #e3f6f3;
    border: solid 1px #94bbb6;
    padding: 10px;
    color: #135a51;
    overflow-x: auto;
}

.ar form#paypalBox {
    margin-right: 30px;
    margin-left: 360px;
    float: left;
}

form#paypalBox {
    margin-right: 360px;
    margin-left: 30px;
    float: right;
    width: 200px;
}

.donate ul {
    margin-top: 30px;
}

.donate li {
    margin-bottom: 10px;
}

.ar .donate .wireAddress {
    padding-right: 10px;
    border-left: none;
    border-right: solid 2px #438925;
    margin-right: 10px;
}

.donate .wireAddress {
    color: #438925;
    margin-left: 10px;
    border-left: solid 2px #438925;
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
}

.ar .donate .chequeAddress {
    padding-right: 10px;
    border-left: none;
    border-right: solid 2px #913131;
    margin-right: 10px;
}

.donate .chequeAddress {
    color: #913131;
    margin-left: 10px;
    border-left: solid 3px #913131;
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
}

.donate .note {
    font-size: 11px;
}

.donate ol {
    margin-top: 6px;
}

.donate ol li {
    margin-bottom: 5px;
    font-size: 12px;
}

.content div a.btn {
    margin: 0px auto;
    margin-top: 30px;
}

a.btn {
    display: block;
    width: 113px;
    height: 25px;
    padding-top: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.btn:hover {
    background-position: 0px -32px;
    color: #fff;
}

a.btn:active {
    background-position: 0px -64px;
    color: #fff;
}

/***********subscribe form pop up********/
.window {
    position: absolute;
    left: 0;
    z-index: 4;
    top: 0px;
    width: 1px;
    height: 1px;
}

.centered {
    left: 50%;
}

#mc_embed_signup {
    position: absolute;
    z-index: 100;
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 400px;
    xheight: 450px;
    margin-bottom: 20px;
    display: none;
    border-radius: 6px;
}

#mc-embedded-subscribe-form  h2 {
    color: #000;
}

.ar #mc_embed_signup #mce-responses div.response {
    float: right;
}

.window #mc_embed_signup .mc-field-group {
    width: 93%;
}

.ar #mc_embed_signup form {
    padding: 10px 3% 10px 0;
    text-align: right;
}

.ar #mc_embed_signup .indicates-required {
    text-align: left;
    margin-left: 4%
}

.ar #mc_embed_signup .button {
    margin: 0 0 10px 5px;
}

.ar #mc_embed_signup .mc-field-group .asterisk {
    right: auto;
    left: 10px;
}



#darkMask {
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.preloading {
    width: 100%;
    background: url("/images/preload.gif") no-repeat center center;
    height: 40px;
}

#mc_embed_signup h2 {
    text-indent: 0px;
    width: 96%;
    text-align: center;
}

.form_icon {
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -32px;
    height: 64px;
    width: 64px;
    background: url("/images/mail-list-icon.png");

}

#mc_embed_signup form#mc-embedded-subscribe-form div.mce_inline_error {
    background-color: #FFFFFF;
    color: #6B0505;
    margin: 0 0 0.5em 0;
    xfont-weight: normal;
}

.desktopColumns {
    width: 100%;
}

.desktopColumns .left {
    width: 300px;
    float: left;
    font-size: 16px;
    padding-top:30px
}

.desktopColumns .left h3 {
    
}

.desktopColumns .right {
    float: right;
}
.desktopColumns .right img{
    margin-top:20px;
}

a.downloadBtn {
    display: block;
    background: url(/images/web/desktopDownloadBtnWin.jpg) no-repeat;
    width: 183px;
    height: 46px;
    font-size: 14px;
    color: #fff;
    padding-left: 78px;
    padding-top: 20px;
    margin-top: 10px
}

a.downloadBtn:hover {
    background-position: 0px -66px;
    text-decoration: none;
}

a.downloadBtn:active {
    background-position: 0px -132px;
}

a.winDownloadBtn {
    background: url(/images/web/desktopDownloadBtnWin.jpg) no-repeat;

}

a.macDownloadBtn {
    background: url(/images/web/desktopDownloadBtnMac.jpg) no-repeat;

}

.ar .desktopColumns .left {
    float:right;
}
.ar .desktopColumns .left p{
    font-size: 18px;
}
.ar .desktopColumns .right{
    float:left;
}
.ar a.downloadBtn {
    padding-left: 0;
    padding-right: 30px;
    width: 231px;
    xfont-weight: bold;
    font-size:18px;
}

#container .fb-comments iframe{
    margin-left:10px;
    margin-right:10px;
}



@media only screen and (max-width: 1190px) {
    #column {display: none}
    .ar #column {display: none}
    .en #column {display: none}
    .fr #column {display: none}
    
    #content, .en #content, .fr #content {width: 95%; max-width: 100%;float: none; margin: 0 auto;}
    
    #container, .en #container, .fr #container { margin: 0 auto; width: 100%; padding: 0; padding-top: 20px;}
    
    h1, .en h1, .fr h1 {margin-top: 0px;}
    
    #footer {width: 100%; height: 50px; margin-top: 20px; background-color: #FFFFFF; border-top: solid 1px #dce7e9; padding-top: 10px;}
    #up-btn { margin-right: 10px;}
    #up-btn { margin-left: 10px;}
    #up-btn { margin-left: 10px;}
    #footer-links { font-size: 14px; margin-right: 7px; }
    .en #footer-links, .fr #footer-links { font-size: 14px; margin-left: 7px; }
    #comp { margin-left: 10px;}
    .en #compm, .fr #comp { margin-right: 10px;}
    
    #container iframe {max-width:100%; margin:0;margin-bottom:20px;padding:0; }
    
}



@media only screen and (max-width: 1000px) {
    
    #column, .ar #column, .en #column, .fr #column {display: none}
    #container .fb-comments {display:none;}
    h3 {display: none}
    
    
    #donat-bt-mobile {float: none; padding-right: 10px; display: block;margin:0 auto ; margin-top: 10px; clear: both}
    #donat-bt-mobile:hover { background-position: 0px -43px;}

    
    #header {width: 100%; max-width: 100%; height: 270px; position: relative; background-color: #fff; margin:0 auto;}
    
    #header-area {width: auto; max-width: 100%; height: 225px; margin:0 auto; float: none; padding: none;}


    #header a#logo { 
    display: block;width: 210px; height: 91px;float: none;margin:0 auto;background: url(/images/web/logo.png) no-repeat 0px 0px;margin:0 auto;}
    
    #header a#logo:hover { 
    color: #fff;background-position: 0px -94px; float: none;}
    
    .en #header a#logo {
    display: block;width: 210px;height: 91px;float: none; margin:0 auto;background: url(/images/web/logo02.png) no-repeat 0px 0px;}
    .en #header a#logo:hover {color: #fff;background-position: 0px -94px;}

    .fr #header a#logo {
    display: block; width: 210px;height: 91px;float: none;margin:0 auto;background: url(/images/web/logo02.png) no-repeat 0px 0px;  }
    .fr #header a#logo:hover {color: #fff; background-position: 0px -94px;}

    #social {width: 220px; height: 40px; margin:0 auto; margin-top: 15px; position: relative}
    .ar #social, .en #social, .fr #social {width: 220px; height: 40px; margin: 0 auto; margin-top: 15px; float: none;}
    
    #language {
    background: url(/images/web/languagePanel.png) no-repeat; position: relative;margin:0 auto; margin-top:15px; width: 220px; height: 36px; color: #0f77a8;}
    .ar #language, .en #language, .fr #language {float: none;clear:  both; margin: 0 auto; margin-top: 15px;}
    
    
    #menu {width: 100%; height: auto; min-height: 40px; margin: 0px;padding: 0px;xposition: fixed;xtop: 0px;xz-index: 10;background-color: #6abcd0;text-align: center;}
    #menu div {width: 100%; max-width: 550px; margin: 0 auto;height: auto; min-height: 40px;float: none; display: inline-block;text-align: center; }
    .en #menu div {max-width: 600px}
    
    #menu div a {max-width: 100%;float: none;padding-left: 20px;padding-right: 20px;display: inline-block;text-align: center;}
    #menu div a:hover {background-color: rgba(0, 0, 0, 0.07);padding-left: 20px;padding-right: 20px;}
    .ar #menu div a, .en #menu div a, .fr #menu div a {float: none; display: inline-block; text-align: center; border-right: none; border-left: none;}
    
    .fr #menu div a:hover {background-color: rgba(0, 0, 0, 0.07);border-left:none;border-right:none;padding-left: 15px;padding-right: 15px;}
    
    
    #content {width: 90%; padding: 0px; float: none; margin: 0 auto; min-height:0 }
    .ar #content, .en #content, .fr #content {width: 90%; padding: 10px; float: none; margin: 0 auto; }
    
    #container {
    position: relative; width: 95%; min-height:0; height: auto; margin: auto; padding: 0px; background: #fff; font-size: 14px;color: #3b636a; font-family: Arial;display: block}

    .ar #container {font-size: 18px; font-family:Arial;}

    #footer {width: 100%; height:auto ; margin-top: 20px; padding-top: 10px;padding-bottom: 10px; }
    
    #up-btn, .en #up-btn, .fr #up-btn {float: none;margin: 0 auto;display: block;}
    
    .ar #footer-links, .en #footer-links, .fr #footer-links {width: auto; max-width: 100%; display:block; margin:0 auto; margin-top: 10px; float: none;text-align: center;}
    .fr #footer-links a {width: auto; max-width: 100%; display:inline-block; float: none;text-align: center;line-height: 25px}
    
    .ar #comp, .en #comp, .fr #comp {margin:0 auto; margin-top: 5px; float: none; clear: both;text-align: center }
    
    
    #container .home iframe {display:none !important; }
    #container iframe {max-width:100%; margin:0;margin-bottom:20px;padding:0; }
    
    
    img { max-width:100%; }
    
    
    
    .ar a.downloadBtn {padding-right: 41px; width: 220px; font-size:16px}
        
    .ar .desktopColumns .left {float: none;margin: 0 auto;display: block;}
    .ar .desktopColumns .right {float: none;margin: 0 auto;display: block;}
    .desktopColumns .right img {background-position: center;}
    
    #NourAcademy {display: none}

}
