/* =============================================================================
   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 // css sheraz udate
   ========================================================================== */
/* test comment for javed */
/* test comment for javed */
/*

 * 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/MainPortal/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/MainPortal 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; }

input[type="text"], input[type="email"], input[type="password"], textarea, .adv_search, select{padding-left: 16px; width: 564px; height: 40px; margin-bottom: 17px; 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;}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input, textarea { 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;}
.no_show { display:none;}

/* ==|== 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; color:#4565a6;}
.switch_site a:hover { background:#4565a6; color:#FFF;}

.switch_site a#news_alert { color:#4565a6; float:right; background: url(../../images/MainPortal/alert_icons.png) no-repeat 4px 2px; background-size:16px auto; padding-left:22px;} 
.switch_site a#news_alert:hover { color:#000; background-color:#f7f7f7; text-decoration:underline;} 

.switch_site a.quran_site:hover, .switch_site a.quran_site.active {background:#4565a6; color:#FFF;}
/*
.switch_site a.hadith_site:hover, .switch_site a.hadith_site.active {background:#7d7d7d; color:#FFF;}
.switch_site a.matrimonial_site:hover, .switch_site a.matrimonial_site.active {background:#2f3471; color:#FFF;}
.switch_site a.prayer_site:hover, .switch_site a.prayer_site.active {background:#002255; color:#FFF;}
.switch_site a.oclass_site:hover, .switch_site a.oclass_site.active {background:#a49679; color:#FFF;}
.switch_site a.dua_site:hover, .switch_site a.dua_site.active {background:#04409b; color:#FFF;}
*/

/* ==|== header bar		============================================= */

header { background:#002255 url(../../images/MainPortal/header_ground.png) repeat-x;}
header section { background: url(../../images/MainPortal/header_sec_ground.png) center center no-repeat; }
header section div.cont_body { height:116px; background:url(../../images/MainPortal/bismilah.png) no-repeat center top; position:relative;}
.header_logo { width:235px; height:62px; background:url(../../images/MainPortal/logo.png) 0px 0px no-repeat; background-size:235px auto; 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, #feature_slider .slide ul { font-size:24px; text-shadow: 1px 1px 5px #333;}
#feature_slider span { font-size:20px;}

#feature_slider .slide p a {text-shadow:none; }
#feature_slider .slide h2 a {text-shadow:none;}


.left_cont .info { text-align:left !important; width:30%; position:absolute; left:17%; top:80px !important;}
.left_cont .info h2 { font-size:35px !important; margin-bottom:30px !important; }

#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#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#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#showcasing6 .info {  position: absolute; top: 40px; right: 15%; width: 26%; display: none; z-index: 10; }
#feature_slider .slide#showcasing6 .info h2 { margin:0px; padding:0px;}

#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; }

#feature_slider .slide#showcasing9 .info {  position: absolute; top: 225px; text-align:center; width:100%; display: none; z-index: 10; }
#feature_slider .slide#showcasing9 h2 { margin-bottom:0px;}
#feature_slider .slide#showcasing9 p { margin-top:0px;}


/* ==|== donation Graph box		============================================= */
.donate_ctlr {height:25px; width:120px; position:absolute; top:24px; right:30px;}
.key_message article:nth-child(2) p a {color: #429100; text-decoration: none;}
.key_message article:nth-child(2) p a:hover {text-decoration:underline;}
.dnt_box {  font-size:14px; color:#4565a6; line-height:8px;}
.dnt_box > div { height:8px; width:80px; background:#d8dce2; float:left; margin-right:5px;}
.dnt_box > div > 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; width:120px; }
.donate_ctlr .dnt_btn { height:25px; width:100px; position:absolute; top:-2px; right:0px; display:none;}

.donate_ctlr:hover .dnt_box { display:none;}
.donate_ctlr:hover input { display:block; float:right;}

/* ==|== main navigation box		============================================= */
.main_nav { background:url(../../images/MainPortal/menu_bg.png) 0px 0px no-repeat; position:absolute; top:55px; right:0px; padding-left:25px;}
.main_nav span{ display:none;}
.main_nav nav { height:31px; padding-top:8px; background:url(../../images/MainPortal/menu_bg.png) top -40px right 0px no-repeat; padding-right:25px;}
.main_nav .home_link { background:url(../../images/MainPortal/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/MainPortal/nav_sec.png) right no-repeat; height:29px; padding:7px 30px 7px 27px;}
.main_nav li:hover > 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-position:1000px 1000px;}
.main_nav li .search_box { font-size:12px; margin:0px 10px; padding:4px 20px 4px 4px; width:130px; background:#d8dbe0 url(/public/images/MainPortal/menu_icons.png) no-repeat right 4px top -59px; background-size:16px auto; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; border:1px solid #d8dbe0;}
.main_nav li .searchclick{position: absolute; right: 10px; top: 0px; z-index: 2; height: 25px; width: 20px; padding: 0px; background: none;}

/* ==|== nav_dropdown box		============================================= */
.main_nav li div section a { height:auto;}
.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.islamic{min-height: 150px;}
.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;}
.main_nav li div section ol li:hover{background:#5270af;}
.main_nav li div section ol li:hover section {background:#5270af;}
.main_nav li div em { background:url(../../images/MainPortal/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/MainPortal/menu_img/base_img.png) no-repeat; width:207px; height:152px; margin-right:0px; padding-right:0px; border-right:none; position:absolute; top:30px; right:18px; 	}
.main_nav li div.islamic section:nth-of-type(3) {top:20px;}
.main_nav li div section li { display:block; width:200px; position:static;}
.main_nav li div section li section { position:absolute; left:216px; top: 20px; background:#4565a6; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.main_nav li div.islamic section li section {top: 20px;}

.heightsec {height: 100px;}

.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:10px; right:-226px; z-index:100;}
.main_nav li div section li:nth-child(4) img,.main_nav li div section li:nth-child(5) img,.main_nav li div section li:nth-child(6) 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:30px; right:18px; z-index:100;}
.main_nav li div section li:nth-child(4):hover img,.main_nav li div section li:nth-child(5):hover img,.main_nav li div section li:nth-child(6):hover img { visibility:visible; opacity:1.0; }
.main_nav li div.islamic section li section li img{top: 0px;}
.main_nav li div section li section li:hover img { visibility:visible; opacity:1.0; }

.main_nav li div.menu_bar1 { width:236px; right:-80px; padding:20px 0px; }
.main_nav li div.menu_bar1 em { left:4%; }
.main_nav li div.menu_bar1 section { border:none;}
.main_nav li div.menu_bar1 section li { padding: 4px 15px 5px 20px;}
.main_nav li div.menu_bar1 section li section { position:static; display:none; padding-top:5px;}
.main_nav li div.menu_bar1 section li section li{ padding:4px 0px 5px 16px;}
.main_nav li div.menu_bar1 section li section { background:none;}
.main_nav > nav > ul > li:nth-of-type(3) div.menu_bar1 { right:auto; left:-46px;}
.main_nav li div.menu_bar1 section li section li:hover { background:#6a83b9;}
.main_nav li div section a.down_arrow { background: url(../../images/MainPortal/down_arrow.png) no-repeat top 6px right; background-size:12px auto}
/* ==|== banner box		============================================= */
.banner_box { height:380px; background:#dadce1; margin-bottom:50px;}

/* ==|== QE Launch Bar		============================================= */
.qe_launch_bar {clear:both; overflow:auto; margin-top:-60px; z-index:1000; position:relative; text-align:center; width:720px;}
.qe_launch_bar a { height:37px; padding-top:10px; padding-bottom:5px; margin:0px 15px; border:5px solid #FFF; font-family:calibri, helvetica, arial; width:311px; color:#FFF; background:#4565a6; text-shadow: 0px 0px 10px #333; font-size:20px; 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; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.qe_launch_bar a:hover	{background:#1e4079; text-shadow: 1px 1px 5px #333;}
.qe_launch_bar a span { font-style:italic;  font-size:12px; font-family:"Times New Roman", Times, serif;}
.qe_launch_bar a.green { background:#70b422;}
.qe_launch_bar a.green:hover { background:#5b9915;}

.share_follow3 { height: 20px; min-width: 200px; max-width: 934px; margin: -80px auto 60px auto;}
.share_follow3 #twitter-widget-0 {float: right;}


/* ==|== key_message box	============================================= */
.key_message { clear:both; overflow:auto;}
.key_message article { margin-bottom:50px; overflow:hidden; background:url(../../images/MainPortal/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:85px; left:43px; height:40px; width:200px; }
.key_message article:nth-child(2) .donate_ctlr .dnt_box { font-size:20px;}
.key_message article:nth-child(2) .donate_ctlr .dnt_box > div { height:10px; width:140px;}
.key_message article:nth-child(2) .donate_ctlr .dnt_box > div > div { height:10px;}
.key_message article:nth-child(2) .donate_ctlr .dnt_box em { width:200px; font-size:14px; padding-top:10px;}

.key_message article:nth-child(2) .donate_ctlr:hover .dnt_box{display:block;}
.key_message article:nth-child(2) p { padding-bottom:5px;}
.key_message article:nth-child(2) h3 { margin-bottom:45px;}

.key_message article.tell_af_box input[type="text"], .key_message article.tell_af_box input[type="email"], .key_message article.tell_af_box textarea
{ width:200px; padding:3px; height:auto; margin-bottom:5px; background-color:#FFF; display:inline-block;}
.tell_af_box p input[type="button"] {margin-top: 5px;}
.q_i_bulit ul, .q_i_bulit li { margin:0px 0px 0px 0px; padding:0px; font-size:10px;}
.q_i_bulit ul li{ padding:0px 0px 0px 0px; list-style:none; display:inline-block; width:65px; margin:15px 14px 17px; text-align:center;}
.q_i_bulit ul li a { color:#4565a6; text-decoration:none;}
.q_i_bulit a.button { width:200px; margin-top:27px;}
.key_message article.tell_af_box textarea { height:30px;}

/* ==|== parallax box		============================================= */
.parallax_box { height:550px; background:#dadce1; margin-bottom:50px;}

/* ==|== fix_ground box		============================================= */
.fix_ground_box { color:#fff; text-shadow: 0px 0px 14px rgba(0, 0, 0, 1);	margin: 0px auto 40px;	padding:90px 0px 40px 0px; max-width:100%;	width:100%; z-index: 200; background:#020403 url(/public/images/MainPortal/backgrounds/quran-edit_1.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 p a { color: #FFF;}
.fix_ground_box .bg{width:100%;	height:100%; background:url(../../images/MainPortal/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; content:""; position:relative; height:180px;}
.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;}
.fix_ground_box a.bigButton { display:inline-block; background:#FFF; color:#6f411d; text-decoration:none; transition: all 0.5s ease-out; text-shadow:none; text-transform:uppercase; padding:15px 30px; font-size:24px; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; border:3px solid #e3a463;}
.fix_ground_box a.bigButton:hover { font-size:30px; border-color:#6f411d; text-shadow: 0px 0px 25px rgba(137, 93, 58, 1);}

.ser_vice_box { text-align:center; margin:0 auto; width:100%; max-width:930px;}
/* ============================== Scrollable CSS ============================== */

.art_wrap .prev, .art_wrap .next { position:absolute; text-indent:-7000px; top:100px; cursor:pointer; display:block; height:36px; width:32px; z-index:9999; background:url(../../images/MainPortal/leftright-arrows.png) no-repeat 0px 0px; opacity:0.1; transition: all 0.5s ease-out; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.art_wrap .prev:hover, .art_wrap .next:hover {opacity:0.3;}
.art_wrap .prev { left:-50px; }
.art_wrap .next { right:-50px; background-position:-30px 0px;}
.prev.disabled, .next.disabled { visibility:visible !important;}
.chained			{ position:relative; overflow:hidden; width:100%; height:180px; background:url(../images/h300.png) repeat-x; float:left; }
.chained .items		{ width:20000em; position:absolute; clear:both; }
.chained .active	{ border:2px solid #000; position:relative; cursor:default; }
.chained div			{ float:left;}
/* ==|== home what is quran content ======================================== */
.h_wiq_box { margin-bottom:50px;}
.h_wiq_box .qurantext{text-align: left;}
.h_wiq_box .homecbutton{text-align:center;}
.hom_surahlist { display:none;}
.up_arrow_list, .down_arrow_list { width:30px; margin-top:10px; height:40px; background:url(../../images/MainPortal/up_down.png) no-repeat; background-size:30px auto; }
.up_arrow_list { display:none;}
.down_arrow_list { background-position:bottom;}
/* ==|== common attribute box		============================================= */
.h_p_text {margin-bottom:50px; text-align:left;}
.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;}
.ads_sec{text-align:center;}
.cont_body.h_p_text h2 {text-align:left; }
.cont_body.h_p_text h2 span{font-size:18px; vertical-align: text-bottom;}
.sum_wrapr {clear:both; overflow:auto; padding:20px 0px;}
.sum_box { position:relative; width:220px; padding-left:80px; margin:0px 5px 20px; float:left; height:100px;}
.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/MainPortal/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;}

.appIcon {height:100px; width:100px;}

/* ==|== footer box		============================================= */
footer { background:#002255 url(../../images/MainPortal/footer.png) repeat-x; padding-bottom:20px;}
footer .cont_body { position:relative; overflow:auto; clear:both;}
footer .cont_body img { width:192px; height:182px; background:url(../../images/MainPortal/logo.png) -43px -111px no-repeat; background-size:276px 290px; position:absolute; top:40px; right:0px;}
footer .cont_body a { text-decoration:none; color:#4565a6; font-size:16px; display:block; margin-left:0px;}
footer .cont_body h3 { font-style:italic; color:#fefefe; font-size:20px;}
footer .cont_body div { position: relative; float:left; margin-right:30px;}
footer .cont_body section div {height: 250px;}
footer .cont_body div img { height:32px; width:32px; position:absolute; left:0px; top:70px; background:url(../../images/MainPortal/menu_icons.png) 0px 0px no-repeat;}
footer .cont_body div:nth-child(2) 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; }
footer .footerlinks{margin:0 auto; text-align:center; color: #4565a6;}
footer a{text-decoration: none; color: #4565a6; transition: all 0.5s ease-out;}
footer a:hover{text-decoration:underline; color: #ffffff;}
footer .fotr_menu { width:235px; float:left; display: none;}
footer .socialfooter{width:230px; margin:0 auto;}
a:hover span.socialicons {}
footer .socialfooter a{margin: 10px; text-decoration: none; display: inline-block; background: url(../../images/MainPortal/socialiconsqe.png) no-repeat; width: 33px;height: 33px;}
footer .socialfooter a.facebook{background-position: 0px -34px;}
footer .socialfooter a.twitter{background-position: -37px -34px;}
footer .socialfooter a.gplus{background-position: -75px -34px;}
footer .socialfooter a.youtube{background-position: -151px -34px;} 
footer .socialfooter a:hover.facebook{background-position: 0px 0px;}
footer .socialfooter a:hover.twitter{background-position: -37px 0px;}
footer .socialfooter a:hover.gplus{background-position: -75px 0px;}
footer .socialfooter a:hover.youtube{background-position: -151px 0px;} 
footer .subscribefooter {width: 275px; float:left;}
footer .subscribefooter input[type="email"] {width: 93%; height: 35px;}
footer .subscribefooter input[type="button"] {width: 99.5%; height: 35px;}

/* ==|== Addthis widget		============================================= */
#at4-share {width: 38px;}
#at4-share a.at4-share-btn {width: 38px; padding: 4px 0;}
#at4-share a.at4-share-btn:hover {width: 48px;}

/* ==|== 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/MainPortal/bullet_green.png) no-repeat; padding-left: 38px;background-position: 0px 6px;}
/*
.m_product a, .search_page input[type="submit"]{text-decoration:none; width:120px; height:27px; background:#429100; display:block; overflow: hidden; text-align: center; color: #ffffff; padding-top: 3px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; transition: all 0.5s ease-out; text-shadow: 0px 0px 5px #64471c;}
.m_product a:hover, .search_page input[type="submit"]:hover{background:#2b5c01; transition: all 0.5s ease-out;}
*/
.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/MainPortal/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; text-align: center !important;}
.key_elements {width: 285px; float: left; margin-top: 20px;}
.brandbox {background: url(../../images/MainPortal/brand_box.png) 0px 0px no-repeat; height: 260px; width: 285px; text-align: center;}
.brandbox img {padding-top: 50px; cursor:pointer; width: 136px; height: 194px;}
.key_elements p {color:#142d69; text-align: center;}
.mleft {margin-left:110px;}
.simple_overlay {right: 5%; margin-left: 5%; left: inherit !important;}
.simple_overlay img {max-width: 100%;}

/* ==|== Hadith Qudsi Page ============================================= */
.hadithqudsi{margin-bottom: 40px;}


/* ==|== 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/MainPortal/close.png); position:absolute; right:-15px; top:-15px; cursor:pointer; height:35px; width:35px;}

/* ==|== search and faq page and 404 page ============================================= */
.search_page, .feedback_page, .tellsafriend_page, .contact_page{margin-bottom:50px !important; text-align: center;}
.search_page h2, .notfound h2, .feedback_page h2, .tellsafriend_page h2{margin-top:40px;}
.adv_search{padding-left: 0px; width: 454px; height: 89px; margin: 0 auto; padding-top: 13px; padding-bottom: 13px; margin-bottom: 15px; display: none;}
textarea{height: 100px; padding-top:10px; display:block;}
.search_page h2, .notfound h2 {text-align:center !important; }
/* 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/MainPortal/checkbox.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../../images/MainPortal/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 17px;}
.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"], .feedback_page input[type="submit"], .tellsafriend_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; margin-top:0px;}
.s_search .s_results a{font-family:calibri, helvetica, arial; text-decoration: none; color: #052758;}
.s_search .s_results a:hover{text-decoration:underline;}
.s_search .s_results p{margin-top:0px;}
.s_search .s_results p span{color:#006621;}

.pagination {margin:39px 0px 62px;}
.pagination ul {list-style:none; padding-left:0px;}
.pagination ul li {display:inline-block;}
.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; margin-right: 5px;}
.pagination ul li a.active{color:#ffffff; background:#e3e3e6;}
.pagination ul li a:hover{color:#ffffff; background:#e3e3e6; transition: all 0.5s ease-out;}
.pagination ul li a:active{color:#ffffff; background:#e3e3e6;}

.faq_page {margin-bottom:60px !important;}
.notfound{text-align: center; margin-top:100px; margin-bottom:100px !important;}
.notfound h2 {text-align: center; font-size:50px;}
.notfound h2+p {font-size:22px;}
.notfound ul, .notfound li { list-style:none; padding:0px; margin:0px;}
.notfound ul { margin:20px auto 40px;}
.notfound a {color: #142d69;}
.notfound a:hover { font-weight:bold;}
.notfound a.button { width:175px; color:#FFF;}

/* ==|== Testimonial page ============================================= */
.testimonial_page p{font-style:italic; margin-bottom: 0px;}
.testimonials {margin-bottom: 30px;}
.quote-start, .quote-end {display: inline-block; height: 15px; width: 16px; padding-top: 5px;}
.quote-start {background:url(../../images/MainPortal/quote-start.png) no-repeat; padding-right: 5px;}
.quote-end {background:url(../../images/MainPortal/quote-end.png) no-repeat; margin-left: 5px;}
.testimonial_page span{color:#cecdcd;}

/* ==|== Tutor registration & QEDesktop page ============================================= */
.tutor h2{margin-top:40px;}
.tutormain .benefits {display: block; width: 230px; float: left;}
.tutormain .logo{float:right; margin-top: 30px; margin-right: 20px;}
.tutormain .benefits ul {list-style: none; overflow: hidden; padding: 0px;}
.tutormain .benefits ul li {background: url(../../images/MainPortal/bullet_green.png) no-repeat; padding-left: 38px; background-position: 0px 6px;}
.studentreg, .studentreg h2 {text-align:center !important;}
.tutormain .benefit {width: 330px;}
.tutor .downloading {margin-bottom:90px; text-align:center;}
.tutor .downloading h2 {text-align:center !important;}
.tutor .downloading a {background: #429100; color: #FFF; font-size: 14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; display: inline-block; padding: 5px 20px; text-decoration: none;}
.tutor .downloading a:hover {background: #7ec133; text-shadow: 1px 1px 1px #8C8C8C;}
.tutor .downloading span{margin:0 30px;}

/* ==|== prophet chat page ============================================= */

.prophetChart {}
.prophetChart * {text-align:center !important;}
.prophetChart h1 {font-size:30px; margin-bottom:10px;}
.prophetChart .prophetForm { width:100%; max-width:600px; margin:0 auto;}
.prophetChart button {width:150px;}
.prophetChart .red {color:#ff0000;}
.prophetChart .green {color:#0d9143;}
.prophetChart .productBox {display:block; float:left; margin:0 17px;}
/* ==|== Tell a friend & 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;}

/* ==|== Contact page ============================================= */
.contactus {width: 854px; margin-bottom: 50px !important; text-align: center;}
.contactus h2 {text-align: center !important;}
.contact_page{margin-bottom: 50px !important; text-align: center;}
.contact_page select{width:582px; height:44px; padding-left: 13px; color:#a9a9a9;}

/* ==|== Quran audio page ============================================= */
.quranaudio {margin: 0 auto; width: 167px;}
.quranaudiolist {padding-bottom:20px;}
.quranaudiolist ol li {margin-bottom:20px;}
.quranaudiolist ol li img {margin-top:10px; max-width: 100%;}
.desiredaudio .desireapp {width:100px; float: left;}
.desiredaudio .desireapp a {text-align:center; display: block; font-size:12px; color:#25221e; text-decoration:none; padding-top: 5px;}
.desiredaudio .desireapp a:hover {text-decoration:underline;}
.desiredaudio .desireapp a img {margin: 0 auto; display: block; padding-top: 20px;}

/* ==|== hadith commentary page ============================================= */
.hadith {margin:40px auto 60px !important; width: 930px;}    
.mainhadith {margin-bottom:65px;}
/* ==|== 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/MainPortal/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/MainPortal/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/MainPortal/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:25px}
.taf_con input[type="checkbox"]{display:inline-block;}

.grid_layout .container { margin-top:0px;}
.grid_layout .container .column	{ width:100%;}
.grid_layout .container .column .taf_con  {width:auto; height:auto; background-image:none; background:#fdfdfe; padding:10px; padding-left:40px; margin:0 10px; border:1px solid #dfe3e8; border-top:0px;}
.grid_layout .container .column .taf_con:hover { background:#f2f2fa;}
.grid_layout .container .column .taf_con.com_pleted {background:#F0F0F9;}
.grid_layout .container .column .taf_con.com_pleted:hover {background:#E7E7F1;}
.grid_layout .container .column .taf_con.active {background:#f2f2fa;}
.grid_layout .container .column .taf_con.activeplay {background:#d3d3e0;}

.grid_layout .container .column .taf_con p { display:inline-block; margin:0px 0px 0px 10px;}
.grid_layout .container .column .taf_con p.chk_box { position:absolute; top:15px; left:15px; margin:0px;}
.grid_layout .container .column .taf_con span { right:15px; top:10px;}
.grid_layout .container .column .taf_con span a { display:block; height:25px; width:25px; text-indent:-9000px; background: url(../../images/MainPortal/alert_icons.png) 4px -35px no-repeat; background-size:18px auto; float:left; margin-left:10px;}
.grid_layout .container .column .taf_con span a:hover{ background-position:4px -115px;}
.grid_layout .container .column .taf_con span a.play {background: url(../../images/MainPortal/alert_icons.png) 4px -243px no-repeat; background-size: 18px auto;}
.grid_layout .container .column .taf_con span a.play:hover {background: url(../../images/MainPortal/alert_icons.png) 4px -278px no-repeat; background-size: 18px auto;}
.grid_layout .container .column .taf_con span a.pause {background: url(../../images/MainPortal/alert_icons.png) 4px -115px no-repeat; background-size: 18px auto;}
.grid_layout .container .column .taf_con span a.pause:hover {background: url(../../images/MainPortal/alert_icons.png) 4px -35px no-repeat; background-size: 18px auto;}
.grid_layout .container .column .taf_con.activeplay span a.pause:hover {background: url(../../images/MainPortal/alert_icons.png) 4px -325px no-repeat; background-size: 18px auto;}

.qIregForm {width:90%; max-width:593px; margin:0 auto; text-align: left; position:relative;}
.qIregForm_SH { display:none;}
.qIregForm_SH h3{ font-size:14px;}
#qIregForm_Toggle span{ font-size:12px;}
#qIregForm_Toggle { cursor:pointer; position:relative; border-bottom:1px solid #999;}
#qIregForm_Toggle em {width: 0; height: 0; border-style: solid; border-width: 10px 7px 0 7px; border-color: #007bff transparent transparent transparent; position:absolute; top:10px; right:0px;}

.grid_layout .container .column .taf_con.activeplay span a.download {background: url(../../images/MainPortal/alert_icons.png) 4px -302px no-repeat; background-size: 18px auto;}
.grid_layout .container .column .taf_con span a:nth-child(2){ background-position:4px -73px;}
.grid_layout .container .column .taf_con span a:nth-child(2):hover{ background-position:4px -154px;}

.homeMarketingBanner { text-align:center; padding:20px 15px 60px;}
.homeMarketingBanner a { border:none;}
.homeMarketingBanner img { max-width:931px; width:100%; border:0px;}

.audio_player_bar { background:#f2f2fa; position:fixed; bottom:0px; width:100%; z-index:9999; text-align:center;}
.audio_player_bar .cp-container { margin:-20px auto 0 auto;}
.audio_player_bar .ado_p_file, .audio_player_bar .ado_n_file, .audio_player_bar .ado_p_list, .audio_player_bar .ado_unmute, .audio_player_bar .ado_mute
{cursor:pointer; height:40px; width:40px; text-indent:-9999px; position:absolute; top:center; background:url(../../images/circle-skin/bgr_p_n.png) -5px -2px no-repeat; margin-top:-20px;}
.audio_player_bar .ado_p_file { left:-50px;}
.audio_player_bar .ado_p_file:hover { background-position:-5px -59px;}
.audio_player_bar .ado_n_file { right:-50px; background-position:-58px -2px;}
.audio_player_bar .ado_n_file:hover { background-position:-58px -59px;}
.audio_player_bar .ado_p_list { left:-100px; background-position:-112px -2px;}
.audio_player_bar .ado_p_list:hover, .audio_player_bar .ado_p_list.active { background-position:-112px -59px;}
.audio_player_bar .ado_unmute { right:-100px; background-position:-165px -2px;}
.audio_player_bar .ado_unmute:hover { background-position:-165px -59px;}
.audio_player_bar .ado_mute {right:-100px; background-position:-165px -2px;}
.audio_player_bar .ado_mute:hover {right:-100px; background-position:-165px -59px;}
.audio_player_bar marquee { margin:0px 0px 5px; width:50%; }
.audio_player_bar #cplay_list_box { height:100px; border:1px solid #dfe3e8; width:90%; margin:0px auto 10px; overflow-y:scroll; display:none;}
.audio_player_bar #cplay_list_box * { list-style:none; margin:0px; padding:0px;}
.audio_player_bar #cplay_list_box li {border-bottom:1px solid #dfe3e8; display:block;  text-align:left; position:relative; height:20px; padding:5px; transition: all 500ms ease;}
.audio_player_bar #cplay_list_box li:hover { background:#e9e9f5;}
.audio_player_bar #cplay_list_box li p { color:#888; text-indent:0px; transition: all 2000ms ease;}
.audio_player_bar #cplay_list_box li:hover p { color:#333; text-indent:50px; }
.audio_player_bar #cplay_list_box li span { position:absolute; top:5px; right:5px; width:20px; height:20px; background:url(../../images/MainPortal/alert_icons.png) 3px -142px no-repeat; background-size:14px auto; cursor:pointer;}
.audio_player_bar #cplay_list_box li span:hover { background-position:3px -161px;}

.audio_player_bar .vol_cont { }
.audio_player_bar .vol_cont aside { position:absolute; height:30px; width:30px; top:5px; left:5px;}
.audio_player_bar .vol_cont_track { display:none; position:absolute; height:68px; width:22px; background:url(../../images/MainPortal/vol_cont1.png) no-repeat; bottom: 37px; left: 9px;}
.audio_player_bar .vol_cont_track em { position:absolute; left:3px; top:2px; display:block; height:12px; width:12px; background:url(../../images/MainPortal/vol_cont.png) no-repeat -5px -84px;}
.audio_player_bar .vol_cont_track span { display:block; width:22px; height:34px; position:absolute;}
.audio_player_bar .vol_cont_track span:nth-of-type(1) {top:0px; left:0px;}
.audio_player_bar .vol_cont_track span:nth-of-type(2) {bottom:0px; left:0px;}

/* ==|== 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/MainPortal, 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; }
}
/* ========================================================================== */
