<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: calibri, helvetica, arial; color: #25221e; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #4565a6; color: #fff; text-shadow: none; }
::selection { background: #4565a6; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 22px; border: 0; padding: 0; background:url(../images/hr_bg.png) center center no-repeat; margin: 40px auto; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   headings and paragraphs
   ========================================================================== */
   h1, h2, h3, h4 { font-family:"Times New Roman", Times, serif; color:#052758; font-weight:normal;}
   h2 { font-size:26px;}
   h3 { font-size:18px;}
   

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"], a.button 
{cursor: pointer; *overflow: visible; background:#429100; color:#FFF; border:0px; font-size:14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width:120px; height:30px; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover 
{ background:#7ec133; text-shadow: 1px 1px 1px #8C8C8C;}

a.button { padding-top:5px; height:25px; text-decoration:none; text-align:center; -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; display: inline-block;}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: QE core
   ========================================================================== */
.cont_body { width:934px; margin:0px auto;}

.width_280, .sum_box.width_280{ width:283px;}

/* ==|== switch site bar		============================================= */

.switch_site { background:#f0f0f0; height:18px; padding:0px 50px; border-bottom:4px solid #4565a6;}
.switch_site a { background:#dedede -5px 2px no-repeat; background-size:16px 117px; display:block; font-size:12px; height:0px; text-decoration:none; float:left; margin-right:1px; padding:9px 6px ; line-height:0px; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.switch_site a:hover { background:#4565a6 url(../images/qe_sites_logo.png) no-repeat 2px 2px; background-size:16px 117px; color:#FFF; padding-left:20px;}
.switch_site a.active { padding-left:6px; background:#4565a6; color:#FFF;}
.switch_site a#news_alert { color:#4565a6; float:right; background: url(../images/alert_icons.png) no-repeat 4px 2px; background-size:16px 117px; padding-left:22px;} 
.switch_site a#news_alert:hover { color:#000; padding-left:26px; background-color:#f7f7f7;} 

/* ==|== header bar		============================================= */

header { background:#002255 url(../images/header_ground.png) repeat-x;}
header section { background: url(../images/header_sec_ground.png) center center no-repeat; }
header section div.cont_body { height:116px; background:url(../images/bismilah.png) no-repeat center top; position:relative;}
.header_logo { width:235px; height:62px; background:url(../images/logo.png) 0px 0px no-repeat; background-size:235px 247px; position:absolute; top:34px;}
.sign_reg { margin:0px; padding:0px; position:absolute; list-style:none; top:24px; right:0px; font-size:14px;}
.sign_reg a { color:#4565a6; border-left:1px solid #163463; padding-left:10px; margin-left:10px; text-decoration:none; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.sign_reg a:hover { color:#567dcc;}

/* ==|== slider custome box		============================================= */
#feature_slider a { color:#FFF;}
#feature_slider .slide h2 { font-size:50px; text-shadow: 1px 1px 5px #333;}
#feature_slider .slide p { font-size:20px; text-shadow: 1px 1px 5px #333;}
#feature_slider span { font-size:20px;}

#feature_slider .slide#tour .info h2 span{ font-size:30px; line-height:25px;}
#feature_slider * { color:#FFF;}
#feature_slider .slide#showcasing2 .info {  position: absolute; top: 50px; left: 17%; width: 26%; display: none; z-index: 10; }
#feature_slider .slide#showcasing2 .info h2 { margin:0px; padding:0px;}
#feature_slider .slide#showcasing2 .info p { line-height:24px;}

#feature_slider .slide#showcasing3 .info {  position: absolute; top: 50px; right: 17%; width: 30%; display: none; z-index: 10; }

#feature_slider .slide#showcasing4 .info {  position: absolute; top: 100px; left: 17%; width: 26%; display: none; z-index: 10; }
#feature_slider .slide#showcasing4 .info h2 { margin:0px; padding:0px;}
#feature_slider .slide#showcasing4 .info p { line-height:24px;}

#feature_slider .slide#showcasing5 .info {  position: absolute; top: 110px; left: 17%; width: 26%; display: none; z-index: 10; }
#feature_slider .slide#showcasing5 .info h2 { margin:0px; padding:0px;}
#feature_slider .slide#showcasing5 .info p { line-height:24px;}

#feature_slider .slide#showcasing6 .info {  position: absolute; top: 40px; right: 15%; width: 26%; display: none; z-index: 10; }
#feature_slider .slide#showcasing7 .info {  position: absolute; top: 80px; left:17%; width: 26%; display: none; z-index: 10; }
#feature_slider .slide#showcasing8 .info {  position: absolute; top: 60px; text-align:center; width: 100%; display: none; z-index: 10; }


/* ==|== donation Graph box		============================================= */
.donate_ctlr {height:25px; width:110px; position:absolute; top:24px; right:130px;}
.dnt_box {  font-size:14px; color:#4565a6; line-height:8px;}
.dnt_box &gt; div { height:8px; width:80px; background:#d8dce2; float:left; margin-right:5px;}
.dnt_box &gt; div &gt; div { background:#70b422; height:8px; width:1%;}
.dnt_box div { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.dnt_box em { font-size:10px; font-style:normal; padding-top:5px; display:inline-block;}
.donate_ctlr .dnt_btn { height:25px; width:100px; position:absolute; top:-2px; right:0px; display:none;}

/* ==|== main navigation box		============================================= */
.main_nav { background:url(../images/menu_bg.png) 0px 0px no-repeat; position:absolute; top:55px; right:0px; padding-left:25px;}
.main_nav nav { height:31px; padding-top:8px; background:url(../images/menu_bg.png) top -40px right 0px no-repeat; padding-right:25px;}
.main_nav .home_link { background:url(../images/icons_img.png) 0px 0px no-repeat; width:23px; height:19px;}
.main_nav a {text-shadow: 1px 1px 5px #333; font-size:14px; color:#FFF; text-decoration:none; background:url(../images/nav_sec.png) right no-repeat; height:29px; padding:7px 30px 7px 27px;}
.main_nav li:hover &gt; a, .main_nav a:hover {text-shadow: 1px 1px 2px #000; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; color:#a1b4db;}
.main_nav li { display:block; float:left;}
.main_nav li:nth-last-of-type(1) a { background:none;}

/* ==|== nav_dropdown box		============================================= */
.main_nav li { position:relative;}
.main_nav li div { visibility:hidden; opacity:0.0; width:600px; position: absolute; padding:20px; top:60px; right:-288px; background:#4565a6; border:1px solid #a7bde8; z-index:10000; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.main_nav li div p { padding-top:0px; color:#FFF; margin:0px 0px 30px;  font-size:15px; text-shadow: 1px 1px 5px #333; }
.main_nav li:hover div { visibility:visible; opacity:1.0; background:#4565a6; border:1px solid #a7bde8; }
.main_nav li div section { background-image:none; float:left; width:180px; margin-right:15px; border-right:1px solid #4c70b0;}
.main_nav li div section a { background:none; padding:0px; display:block; width:175px;}
.main_nav li div em { background:url(../images/menu_head.png) no-repeat; display:block; position:absolute; width:218px; height:38px; top:-35px; left:30%;}
.main_nav li div section:nth-of-type(3){ background: url(../images/menu_img/base_img.png) no-repeat; width:207px; height:152px; margin-right:0px; padding-right:0px; border-right:none; position:absolute; top:83px; right:18px; 	}
.main_nav li div section li { display:block; width:200px; position:static;}
.main_nav li div section li section { visibility:hidden; opacity:0.0; position:absolute; top:92px; left:216px; background:#4565a6; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.main_nav li div section li:hover section { visibility:visible; opacity:1.0; }
.main_nav li div section li section li img { visibility:hidden; opacity:0.0; position:absolute; width:207px; height:152px; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; top:-9px; right:-226px; z-index:100;}
.main_nav li div section li section li:hover img { visibility:visible; opacity:1.0; }

.main_nav li div.menu_bar1 { width:200px; right:-80px; }
.main_nav li div.menu_bar1 em { left:4%; }
.main_nav li div.menu_bar1 section { border:none;}

/* ==|== banner box		============================================= */
.banner_box { height:380px; background:#dadce1; margin-bottom:50px;}

/* ==|== QE Launch Bar		============================================= */
.qe_launch_bar {clear:both; overflow:auto;}
.qe_launch_bar a { height:37px; padding-top:13px; width:311px; color:#FFF; float:left; background:url(../images/launch_bg.png) no-repeat; text-shadow: 0px 0px 10px #333; font-size:18px; font-family: "Times New Roman", Times, serif; display:inline-block;  -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; text-decoration:none; text-align:center; margin-bottom:50px;}
.qe_launch_bar a:hover	{background:url(../images/launch_bg.png) 0px -50px no-repeat; text-shadow: 1px 1px 5px #333;}

/* ==|== key_message box	============================================= */
.key_message { clear:both; overflow:auto;}
.key_message article { margin-bottom:50px; overflow:hidden; background:url(../images/brand_box.png) 0px 0px no-repeat; height:260px; width:285px; float:left; margin-right:39px;}
.key_message article:nth-child(3) { margin-right:0px;}
.key_message article h3 { padding:40px 20px 10px; text-align:center; margin:0px; }
.key_message article p { font-size:13px; padding:0px 20px; text-align:center; margin:0px;}
.key_message article:nth-child(2) { background-position:-324px 0px; position:relative;}
.key_message article:nth-child(2) .donate_ctlr { top:63px; left:43px; zoom:150%;}
.key_message article:nth-child(2) p { padding-bottom:10px;}
.key_message article:nth-child(2) h3 { margin-bottom:55px;}

/* ==|== parallax box		============================================= */
.parallax_box { height:550px; background:#dadce1; margin-bottom:50px;}

/* ==|== fix_ground box		============================================= */
.fix_ground_box { color:#fff;	margin: 0px auto 40px;	padding:90px 0px 40px 0px; max-width:100%;	width:100%; z-index: 200; background:#020403 url(../images/blured.jpg) 50% 0 fixed no-repeat;	-webkit-background-size: cover;	-moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.fix_ground_box p{font-size:18px; line-height:20px; padding:0px 30px 30px; max-width:800px; margin:0 auto; font-style:italic;}		
.fix_ground_box .bg{width:100%;	height:100%; background:url(../images/bg-figure.png) 50% 0 fixed; text-align:center;}		
.fix_ground_box h3 {color: #ffffff; font-weight: 300; font-size: 27px; 	padding: 30px 30px 15px;	display: inline-block; margin: 0 0 20px 0; }
.dome_wrap { position:relative;}
.dome_box{ position:absolute; top:-90px; left:0px; width:100%;}
.dome_box{ margin:0px; padding:0px; list-style:none;}
.dome_box td.bg_col { background:#FFF;width:50%; }

.fix_ground_box section.art_wrap { clear:both; overflow:auto; content:"";}
.fix_ground_box section.art_wrap article { text-align:center; width:200px; float:left; margin:0px 16px;}
.fix_ground_box section.art_wrap article img { height:70px; width:70px; margin:0px 0px 10px;}
.fix_ground_box section.art_wrap article h2 { color:#FFF; font-size:18px; margin:0px 0px 10px; padding:0px;}
.fix_ground_box section.art_wrap article p {font-size:12px; margin:0px 0px 15px; padding:0px; line-height:14px; font-style:normal;}
.fix_ground_box section.art_wrap article input { background:#FFF; color:#000;}
.fix_ground_box section.art_wrap article input:hover {background:#F5F5F5;}

/* ==|== common attribute box		============================================= */
.h_p_text {margin-bottom:50px; text-align:center;}
.h_p_text h1 {margin-bottom:50px;}
.surah_box h3 { margin-bottom:0px; padding-bottom:0px;}
.surah_box h3+p { margin:10px 0px 30px;}
/* ==|== sum_wrapr box		============================================= */
.cont_body.h_p_text { margin-bottom:0px;}
.sum_wrapr {clear:both; overflow:auto; padding:20px 0px;}
.sum_box { position:relative; width:280px; padding-left:80px; margin:0px 52px 50px; float:left;}
.sum_box:nth-child(2n) {  }
.sum_box * { margin:0px; padding:0px; text-align:left;}
.sum_box img { position:relative; width:68px; height:63px; background:url(../images/brand_box.png) -630px -10px no-repeat; position:absolute; left:0px; top:0px;}
.sum_box h2 { font-size:16px;}
.sum_box p { font-size:12px;}
.sum_box p span { color:#7a7063; font-size:11px; display:block;}
.sum_box img.quran_img { background-position:-630px -88px;}

/* ==|== footer box		============================================= */
footer { height:346px; background:url(../images/footer.png) repeat-x;}
footer .cont_body { width:710px; position:relative; overflow:auto; clear:both;}
footer .cont_body img { width:192px; height:182px; background:url(../images/logo.png) -43px -111px no-repeat; background-size:276px 290px; position:absolute; top:60px; right:0px;}
footer .cont_body a { text-decoration:none; color:#4565a6; font-size:16px; display:block; margin-left:50px;}
footer .cont_body h3 { font-style:italic; color:#fefefe; font-size:20px;}
footer .cont_body div { position: relative; float:left; margin-right:100px;}
footer .cont_body div img { height:32px; width:32px; position:absolute; left:0px; top:70px; background:url(../images/menu_icons.png) 0px 0px no-repeat;}
footer .cont_body div:nth-child(3) img { background-position:0px -44px;}
footer p { color:#4565a6; font-size:10px;  border-top:1px solid #4565a6; margin:0 auto; text-align:center; padding-top:10px; margin-top:20px; width:500px; }

/* ==|== product page		============================================= */
.p_heading h2{color:#25221e; margin-top: 55px; margin-bottom: 40px;}
.m_product {text-align: initial; padding-bottom: 20px;}
.m_product figure {float: left; margin-right: 63px;}
.m_product p{padding-top: 30px; overflow: hidden;}
.m_product ul {list-style:none; overflow: hidden; padding:0px;}
.m_product ul li {background:url(../images/bullet_green.png) no-repeat; padding-left: 38px;background-position: 0px 6px;}
.o_product h2 {color:#25221e; margin-bottom: 60px; margin-top: 60px;}
.o_product{position: relative; z-index: 0; margin-bottom: 30px;}

/* ==|== product page slider	============================================= */
.scrollable {position:relative; overflow:hidden; width: 100%; height:360px;}
.scrollable .items {width:20000em; position:absolute; clear:both;}
.items div {float:left;}
.qeproduct { float:left; width: 284px;}
.qeproduct p{color:#142d69;}
.midimage{margin:0px 42px;}
.scrollable .active {position:relative; cursor:default;}
.scrollable {float:left;}
a.browse {background:url(../images/hori_large.png) no-repeat; display:block; width:30px; height:30px; float:left; margin:40px 10px; cursor:pointer; font-size:1px;	position: absolute; z-index: 3;}
a.right { background-position: 0 -30px; clear:right; margin-right: 0px; top: 180px; right: -40px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }
a.left { margin-left: 0px; top: 180px;left: -40px;}
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }
a.disabled {visibility:hidden !important;}

/* ==|== about page	============================================= */
.about_us {margin-top:40px;}
.about_us p a{color:#142d69; text-decoration:none;}
.about_us p a:hover{text-decoration:underline;}
.c_certificate {overflow: auto; width: 710px; margin-bottom: 50px !important;}
.c_certificate h2 {margin-top:0px;}
.key_elements {width: 285px; float: left; margin-top: 20px;}
.brandbox {background: url(../images/brand_box.png) 0px 0px no-repeat; height: 260px; width: 285px;}
.brandbox img {padding-top: 50px; cursor:pointer; width: 136px; height: 194px;}
.key_elements p {color:#142d69;}
.mleft {margin-left:110px;}

/* ==|== about page	overlays ============================================= */
.super_overlay{display:none; opacity: 0.5; height: 3566px; width: 100%; position: fixed; left: 0px; top: 0px; z-index: 1001; background-color: #000;}
.simple_overlay {display:none; z-index:10000; min-height:200px; border:1px solid #666; -moz-box-shadow:0 0 90px 5px #000; -webkit-box-shadow: 0 0 90px #000; top:30px !important;}
.simple_overlay .close {background-image:url(../images/close.png); position:absolute; right:-15px; top:-15px; cursor:pointer; height:35px; width:35px;}

/* ==|== search and faq page ============================================= */
.search_page {margin-bottom:50px !important;}
.search_page h2{margin-top:40px;}
input[type="text"], .adv_search, select, textarea{padding-left: 16px; width: 564px; height: 40px; margin-bottom: 10px; font-size: 15px; border: 1px solid #dde0e6; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; -ms-border-radius: 5px; background-color: #fdfdfe; transition: all 200ms ease;}

.adv_search{padding-left: 0px; width: 454px; height: 133px; margin: 0 auto; padding-top: 13px;}
/* input[type="checkbox"] {width:17px; height:17px; padding-left: 0px; margin-bottom: 0px; margin-right:20px;} */
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 20px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox.png) -19px top no-repeat;
}
select{width:240px; height:38px; padding-left: 0px; margin-bottom: 0px; margin-bottom:13px;}
.checkdiv{display:block; width: 454px; margin: 0 auto 10px;}
.checkdiv label{float:initial !important; display: initial !important;}
.adv_search label{width:175px; display:block; float: left; text-align: right; padding-top: 5px;}
.adv_search span{vertical-align:super;}
.search_page input[type="submit"] {margin:16px auto 0;}
.s_search {width:710px; margin-top: 65px; text-align:left;}
.s_search .cur_range{color:#a3a3a3; font-style:italic; font-size:18px; margin-bottom:48px;}
.s_search .s_results h3{font-family:calibri, helvetica, arial;; margin-bottom:0px;}
.s_search .s_results p{margin-top:0px;}
.s_search .pagination {margin:39px 0px 62px;}
.s_search .pagination ul {list-style:none; padding-left:0px;}
.s_search .pagination ul li {display:inline-block;}
.s_search .pagination ul li a{display:block; color:#999999; text-decoration:none; transition: all 0.5s ease-out; padding: 3px 10px; border:#d8dce2 1px solid; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; -khtml-border-radius: 8px; -ms-border-radius: 8px;}
.s_search .pagination ul li a:hover{color:#ffffff; background:#e3e3e6; transition: all 0.5s ease-out;}
.s_search .pagination ul li a:active{color:#ffffff; background:#e3e3e6;}

/* ==|== Tell a friend &amp; feedback page ============================================= */
.tellfriend {width:854px;}
.noteform {font-size:11px; color:#666; margin-top: 0px; margin-bottom: 10px;}

textarea {height:120px; margin-bottom: 0px; padding-top: 10px; resize: none;}


/* ==|== tafseer commentary page ============================================= */
.tafseer {margin:40px auto 60px !important; width: 930px;}
.maintafseer {margin-bottom:65px;}
.accordion {font-size:26px; color:#022150; text-align: left;padding-left: 66px; background:#fdfdfe; border:#dfe3e8 1px solid; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; -khtml-border-radius: 8px; -ms-border-radius: 8px; padding-top: 7px;
padding-bottom: 7px; position:relative; margin-top: 1px; margin-bottom: 1px;}
.accordion span{background: url(../images/plus_minus.png); background-position: 0px 0px; height: 33px; width: 33px; display: block; position: absolute; top: 8px; left: 11px; cursor: pointer;}
.accordion-open span{background: url(../images/plus_minus.png); background-position: 33px 0px;}
.container {margin-bottom: 48px; margin-top: 40px;}
.container .column {width:293px; float: left; margin-right: 27px;}
.marginrzero {margin-right: 0px !important;}
.container .column .taf_con {width:215px; height:63px; position: relative; padding-left: 78px; background:url(../images/tafseer-icon.png) no-repeat; margin-bottom: 25px;}
.container .column .taf_con a {color:#0042a5; text-decoration:none;}
.container .column .taf_con a:hover {text-decoration:underline;}
.container .column .taf_con p {color:#434343; font-size:12px; margin-top: 0px; margin-bottom: 0px;}
.container .column .taf_con span {color:#878787; font-size:11px; position: absolute; right: 0px; top: 23px;}




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
</pre></body></html>