@font-face {
	font-family: "PDMS_Saleem";
	src: url('../fonts/_PDMS_Saleem_QuranFont.ttf');
}

@font-face {
	font-family: "Al_Qalam";
	src: url('../fonts/Al_Qalam_Quran_Majeed_1.ttf');
}

@font-face {
	font-family: "Noorehira";
	src: url('../fonts/noorehira.ttf');
}

@font-face {
	font-family: "Muhammadi";
	src: url('../fonts/Muhammadi.ttf');
}

@font-face {
	font-family: "UrduType";
	src: url('../fonts/UrduType.ttf');
}

/* @font-face {
	font-family: "Nastaleeq";
	src: url('../fonts/Jameel_Noori_Nastaleeq.ttf');
} */
@font-face {
	font-family: "Mehr";
	src: url('../fonts/Mehr.ttf');
}

@font-face {
	font-family: "NafeesTahreerNaskh";
	src: url('../fonts/NafeesTahreerNaskh.ttf');
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/open-sans.regular.ttf');
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat.regular.ttf');
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto.regular.ttf');
}

@font-face {
	font-family: 'NooreHuda';
	src: url('../fonts/noore-huda.ttf');
}

.urdu {
	font-family: Mehr !important;
	font-size: 18px !important;
}

.urdu-home {
	font-family: UrduType;
	font-size: 18px !important;
}

#header {
	position: fixed;
	top: 0;
	height: 40px;
	width: 100%;
	z-index: 1;
}

#content {
	position: absolute;
	top: 43px;
	bottom: 5px;
	width: 100%;
	overflow: auto;
}

#footer {
	position: fixed;
	bottom: 0;
	height: 25px;
	width: 100%;
	z-index: 1;
	background-color: teal;
}

.text {
	font-size: 28px;
	text-align: right;
	font-family: "Muhammadi";
	color: #333;
	line-height: 1.8;
	direction: rtl;
}

.text-hadith {
	font-family: "PDMS_Saleem";
	line-height: 1.7;
	word-spacing: 2px;
	font-size: 28px;
}

.translation {
	font-size: 20px;
	text-align: right;
	font-family: "Mehr";
	color: #333;
	line-height: 2;
	text-align: justify;
	direction: rtl;
}

.translation-english {
	font-family: Calibri;
	font-size: 14px;
	text-align: justify;
	color: #333;
}

.menu-width {
	width: 90%;
}

.viewmode {
	float: right;
	margin-top: -35px;
	margin-right: 15px;
	font-family: 'Montserrat';
	border-radius: 3px;
	padding: 0.36em 1em;
	background-color: #fff;
	border-radius: 3px;
	color: teal;
	border: teal 1px solid;
	font-size: 13px;
}

.controls {
	position: absolute;
	background: white;
	color: teal;
	border-radius: 8px;
	border: 1px teal dotted;
	overflow: hidden;
	z-index: 10000;
	display: none;
	margin-right: -20px;
	margin-top: -7px;
}

.font-changer {
	font-size: 13px !important;
	cursor: pointer;
}

.view-filters {
	display: none;
}

.link-filters {
	display: none;
}

.center-justified {
	text-align: justify !important;
	-moz-text-align-last: center;
	text-align-last: center !important;
}

.trans-apply-btn {
	margin-top: 28px !important;
	margin-left: 15px !important;
}

.s-index {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.text-data {
	height: 100px;
	overflow-y: auto;
}

.textarea-data {
	font-family: Mehr;
	font-size: 20px;
	direction: rtl;
}

.themeColor {
	color: teal;
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: grey;
	font-size: 12px;
	margin: 5px 0px;
}

.hr-sect::before, .hr-sect::after {
	content: "";
	flex-grow: 1;
	background: #f0f0f0;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 16px;
}

.previous-btn {
	float: right;
	color: teal;
	font-weight: bold;
	font-size: 15px;
	margin-right: -10px;
	margin-top: -15px;
}

.next-btn {
	float: left;
	color: teal;
	font-weight: bold;
	font-size: 15px;
	margin-left: -10px;
	margin-top: -15px;
}

.lastRead {
	cursor: pointer;
}

.hadithLastRead {
	cursor: pointer;
}

.hr-number {
	font-size: 11px;
	font-family: Montserrat;
}

.label-mr-top {
	margin-top: -13px;
}

.l-mr-top-10 {
	margin-top: 10px !important;
}

.disabled {
	color: #ddd !important;
}

.h-search {
	border: 1px solid;
	border-color: teal;
}

.hashia-text {
	text-align: right;
	font-family: "UrduType";
	font-size: 19px !important;
}

.hashia-text-intro {
	text-align: right;
	font-family: "UrduType";
	font-size: 22px !important;
}

.text-default {
	font-size: 28px;
	text-align: center;
	font-family: "PDMS_Saleem";
}

.tafseer {
	font-size: 32px;
	text-align: right;
	font-family: "UrduType";
	color: #333 !important;
	line-height: 1.2;
	text-align: justify;
	direction: rtl;
}

.book-list-img {
	width: 4em;
}

table.data tr td {
	padding: 10px;
}

.center-align {
	text-align: center !important;
}

.left-align {
	text-align: left !important;
}

.right-align {
	text-align: right !important;
}

.ui-tabs .ui-tabs-panel {
	padding: 15px !important;
}

.ayahNumber {
	color: #333;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}

}
.top-margin {
	margin-top: 5px;
}

.textfont-btn {
	text-align: right !important;
}

.text-img {
	width: 1.5em;
	margin-right: 0.3em;
}

.tafseer-img {
	width: 1.2em;
	margin-right: 0.3em;
}

.trans-img {
	width: 2.3em;
	margin-right: 0.5em;
}

.search-heading {
	text-align: right;
	font-family: Montserrat, sans-serif !important;
	color: teal !important;
	font-size: 16px !important;
}

.bold {
	font-weight: bold !important;
}

.padding5px {
	padding: 5px !important;
}

.padding-btm-5px {
	padding-bottom: 5px !important;
}

.padding-btm-10px {
	padding-bottom: 10px !important;
}

.padding-btm-15px {
	padding-bottom: 15px !important;
}

.padding10px {
	padding: 10px !important;
}

.mr-bottom-5 {
	margin-bottom: 5px;
}

.mr-bottom-10 {
	margin-bottom: 10px;
}

.mr-bottom-15 {
	margin-bottom: 15px;
}

.mr-bottom-25 {
	margin-bottom: 25px;
}

.mr-top-15 {
	margin-top: 15px;
}

.mr-top-10 {
	margin-top: 10px;
}

.home-heading {
	font-family: Roboto;
	font-size: 14px;
	color: teal;
}

.chapter-count {
	font-family: 'OpenSans';
	font-size: 15px;
	color: teal;
	font-weight: bold
}

.hadith-chapter-count {
	font-size: 16px;
	color: teal;
}

.rs-text {
	text-align: justify;
	padding: 15px;
}

.rs-ref {
	text-align: right;
	font-family: Montserrat, sans-serif;
	color: teal;
	font-size: 15px;
}

.rs-comm {
	text-align: justify;
	padding: 15px;
}

.preformatted {
	white-space: pre-wrap;
}

.rs-next {
	float: right;
	color: teal;
	font-weight: bold;
	font-size: 13px;
	margin-top: -15px;
	margin-right: 5px;
}

.rs-previous {
	color: teal;
	font-weight: bold;
	margin-left: -12px;
	margin-top: -13px;
	float: left;
	font-size: 13px;
}

.trans-font-mr-top {
	margin-top: 22px;
}

.intro-row {
	/* width: 108%; */
	
}

.info-img {
	width: 1.7em;
}

.ui-tooltip-content {
	font-size: 12pt;
	font-family: Calibri;
	padding: 0px !important;
}

.hadith-text {
	line-height: 150%;
}

.tran-ss {
	color: blue;
	font-weight: bold;
}

.taf-ss {
	color: blue;
	font-weight: bold;
}

.book-chapter, .book-chapter * {
	color: teal;
	text-align: right;
	font-family: "UrduType";
	font-size: 30px;
}

.duabook-title {
	font-family: "UrduType";
	font-size: 26px;
	color: teal;
}

.duabook-title-ur {
	font-family: "UrduType";
	text-align: right;
	font-size: 28px;
	color: teal;
}

.duabook-auth {
	font-family: "UrduType";
	text-align: right;
	font-size: 20px;
	color: teal;
}

.search-box {
	font-family: Montserrat, sans-serif;
	border: 1px solid #8b9dc3;
	color: teal;
	border-radius: 2px;
}

.ui-widget-content {
	color: #333;
	background: #fff !important;
	border: none !important;
}

.book-text {
	font-family: "UrduType";
	color: teal;
	font-size: 22px;
}

.book-title-img {
	width: 2.5em;
}

.bold {
	font-weight: bold;
	color: teal;
}

.help {
	font-family: 'Roboto';
	font-size: 15px;
	color: teal;
}

.note {
	cursor: pointer;
}

.home-img {
	width: 5em;
}

.auth-name {
	font-size: 13px;
}

.more-links {
	font-family: 'OpenSans';
	font-size: 10px;
	color: white;
	margin: 5px;
	margin-right: 25px !important;
}

.more-links a {
	color: white !important;
	cursor: pointer;
}

.rs-heading {
	font-size: 24px !important;
}

.info-h1 {
	font-family: 'OpenSans';
	color: teal;
	font-size: 26px;
}

.error-msg {
	font-family: 'OpenSans';
	color: red;
	font-size: 14px;
}

.name {
	font-size: 18px !important;
}

a.fill-div {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.badge {
	background: radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -moz-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -ms-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -o-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -webkit-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background-color: #fff;
	border: 1px dotted teal;
	border-radius: 25px;
	/* one half of ( (border * 2) + height + padding ) */
	box-shadow: 1px 1px 1px #f0f0f0;
	color: teal;
	font: 9px Roboto;
	height: 16px;
	padding: 1px 3px 1px 3px;
	text-align: center;
	min-width: 14px;
}

.badge-big {
	background: radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -moz-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -ms-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -o-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background: -webkit-radial-gradient(5px -9px, circle, #fff 8%, white 26px);
	background-color: #fff;
	border: 1px dotted teal;
	border-radius: 25px;
	/* one half of ( (border * 2) + height + padding ) */
	box-shadow: 1px 1px 1px #f0f0f0;
	color: black;
	font: 10px Roboto;
	height: 16px;
	padding: 2px 4px 2px 4px;
	text-align: center;
	min-width: 14px;
}

/* home.css */
.full-width {
	width: 100%;
}

.l-half-width {
	width: 50%;
}

.text-home {
	color: teal;
	font-size: 32px;
	text-align: center;
	font-family: Noorehira;
	font-size: 28px;
	word-spacing: 2px;
}

.trans-text-home {
	color: teal;
	font-size: 23px;
	text-align: center;
	font-family: "UrduType";
	margin-top: 5px;
}

.trans-home {
	color: teal;
	font-size: 26px;
	text-align: center;
	font-family: "Mehr";
}

.padding-r5 {
	padding-right: 5px !important;
}

.padding-l0 {
	padding-left: 0px !important;
}

.padding-r0 {
	padding-right: 0px !important;
}

.container-column {
	padding-left: 0.25rem !important;
}

.heading {
	font-family: 'OpenSans';
	font-size: 18px;
	color: teal;
	font-weight: bold;
}

.hadith-book-name {
	font-size: 26px;
	color: teal;
	font-weight: bold;
}

.hadith-book-author-name {
	font-size: 20px;
	color: teal;
}

.books-heading {
	margin-bottom: 8px;
	display: block;
}

.sub-text {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: teal;
}

.tafheem-launch-btn {
	margin-top: 20px !important;
}

.tafheem-img {
	margin-top: 15px;
}

.hadith-img {
	margin-top: -2px;
}

.recite-img {
	width: 2.5em;
	margin-top: -10px;
}

.home-book-img {
	width: 2.5em;
}

.openbook-img {
	width: 1.7em;
}

.book-img {
	max-height: 100%;
	max-width: 100%;
}

.home-font-img {
	font-size: 1em !important;
}

/* common.css */
.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

.mr-top-10 {
	margin-top: 10px;
}

.mr-top-minus-7 {
	margin-top: -7px;
}

.mr-top-home-text {
	margin-top: -10px !important;
}

.mr-top-20 {
	margin-top: 20px;
}

.mr-top-5 {
	margin-top: 5px;
}

.mr-right-10 {
	margin-right: 10px;
}

.mr-right-5 {
	margin-right: 5px;
}

.mr-left-25 {
	margin-left: 25px !important;
}

.float-right {
	float: right;
}

.display-none {
	display: none;
}

.font-image {
	color: teal;
	font-size: 20px !important;
	cursor: pointer;
}

.font-image-home {
	color: teal;
	font-size: 1em !important;
	cursor: pointer;
}

/*foundation.css*/

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
   * Remove default margin.
   */
body {
	margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio


































































:not

































 

































(
[
controls
]

































 

































)
{
display


































































:

































 

































none


































































;
height


































































:

































 

































0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden], template {
	display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
	background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active, a:hover {
	outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b, strong {
	font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
	font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
	background: #ff0;
	color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
	border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg


































































:not

































 

































(
:root

































 

































)
{
overflow


































































:

































 

































hidden


































































;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
	margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
	overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
	overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button, select {
	text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
	line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
	overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
	font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	font-size: 100%;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background: #fefefe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	width: 100%;
	border-radius: 0;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img,
	.map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed,
	.mqa-display object {
	max-width: none !important;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row {
	/*max-width: 75rem;*/
	margin-left: auto;
	margin-right: auto;
}

.row::before, .row::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.row::after {
	clear: both;
}

.row.collapse>.column, .row.collapse>.columns {
	padding-left: 0;
	padding-right: 0;
}

.row .row {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
	.row .row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}

.column, .columns {
	width: 100%;
	float: left;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
	.column, .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.column


































































:last-child


































































:not

































 

































(
:first-child

































 

































),
.columns


































































:last-child


































































:not

































 

































(
:first-child


































	

































)
{
float


































































:

































 

































right


































































;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}

.column.row.row, .row.row.columns {
	float: none;
}

.row .column.row.row, .row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.small-1 {
	width: 8.33333%;
}

.small-push-1 {
	position: relative;
	left: 8.33333%;
}

.small-pull-1 {
	position: relative;
	left: -8.33333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	width: 16.66667%;
}

.small-push-2 {
	position: relative;
	left: 16.66667%;
}

.small-pull-2 {
	position: relative;
	left: -16.66667%;
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.small-4 {
	width: 33.33333%;
}

.small-push-4 {
	position: relative;
	left: 33.33333%;
}

.small-pull-4 {
	position: relative;
	left: -33.33333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	width: 41.66667%;
}

.small-push-5 {
	position: relative;
	left: 41.66667%;
}

.small-pull-5 {
	position: relative;
	left: -41.66667%;
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	position: relative;
	left: 50%;
}

.small-pull-6 {
	position: relative;
	left: -50%;
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.small-7 {
	width: 58.33333%;
}

.small-push-7 {
	position: relative;
	left: 58.33333%;
}

.small-pull-7 {
	position: relative;
	left: -58.33333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	width: 66.66667%;
}

.small-push-8 {
	position: relative;
	left: 66.66667%;
}

.small-pull-8 {
	position: relative;
	left: -66.66667%;
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	position: relative;
	left: 75%;
}

.small-pull-9 {
	position: relative;
	left: -75%;
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.small-10 {
	width: 83.33333%;
}

.small-push-10 {
	position: relative;
	left: 83.33333%;
}

.small-pull-10 {
	position: relative;
	left: -83.33333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	width: 91.66667%;
}

.small-push-11 {
	position: relative;
	left: 91.66667%;
}

.small-pull-11 {
	position: relative;
	left: -91.66667%;
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.small-up-1>.column, .small-up-1>.columns {
	width: 100%;
	float: left;
}

.small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1)
	{
	clear: both;
}

.small-up-1>.column:last-child, .small-up-1>.columns:last-child {
	float: left;
}

.small-up-2>.column, .small-up-2>.columns {
	width: 50%;
	float: left;
}

.small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-2>.column:nth-of-type(2n+1), .small-up-2>.columns:nth-of-type(2n+1)
	{
	clear: both;
}

.small-up-2>.column:last-child, .small-up-2>.columns:last-child {
	float: left;
}

.small-up-3>.column, .small-up-3>.columns {
	width: 33.33333%;
	float: left;
}

.small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1)
	{
	clear: both;
}

.small-up-3>.column:last-child, .small-up-3>.columns:last-child {
	float: left;
}

.small-up-4>.column, .small-up-4>.columns {
	width: 25%;
	float: left;
}

.small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1)
	{
	clear: both;
}

.small-up-4>.column:last-child, .small-up-4>.columns:last-child {
	float: left;
}

.small-up-5>.column, .small-up-5>.columns {
	width: 20%;
	float: left;
}

.small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1)
	{
	clear: both;
}

.small-up-5>.column:last-child, .small-up-5>.columns:last-child {
	float: left;
}

.small-up-6>.column, .small-up-6>.columns {
	width: 16.66667%;
	float: left;
}

.small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1)
	{
	clear: both;
}

.small-up-6>.column:last-child, .small-up-6>.columns:last-child {
	float: left;
}

.small-up-7>.column, .small-up-7>.columns {
	width: 14.28571%;
	float: left;
}

.small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1)
	{
	clear: both;
}

.small-up-7>.column:last-child, .small-up-7>.columns:last-child {
	float: left;
}

.small-up-8>.column, .small-up-8>.columns {
	width: 12.5%;
	float: left;
}

.small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n)
	{
	clear: none;
}

.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1)
	{
	clear: both;
}

.small-up-8>.column:last-child, .small-up-8>.columns:last-child {
	float: left;
}

.small-collapse>.column, .small-collapse>.columns {
	padding-left: 0;
	padding-right: 0;
}

.small-collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.small-uncollapse>.column, .small-uncollapse>.columns {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left;
}

@media screen and (min-width: 40em) {
	.medium-1 {
		width: 8.33333%;
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%;
	}
	.medium-pull-1 {
		position: relative;
		left: -8.33333%;
	}
	.medium-offset-0 {
		margin-left: 0%;
	}
	.medium-2 {
		width: 16.66667%;
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%;
	}
	.medium-pull-2 {
		position: relative;
		left: -16.66667%;
	}
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
	}
	.medium-pull-3 {
		position: relative;
		left: -25%;
	}
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	.medium-4 {
		width: 33.33333%;
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%;
	}
	.medium-pull-4 {
		position: relative;
		left: -33.33333%;
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.medium-5 {
		width: 41.66667%;
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%;
	}
	.medium-pull-5 {
		position: relative;
		left: -41.66667%;
	}
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
	}
	.medium-pull-6 {
		position: relative;
		left: -50%;
	}
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	.medium-7 {
		width: 58.33333%;
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%;
	}
	.medium-pull-7 {
		position: relative;
		left: -58.33333%;
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.medium-8 {
		width: 66.66667%;
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%;
	}
	.medium-pull-8 {
		position: relative;
		left: -66.66667%;
	}
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
	}
	.medium-pull-9 {
		position: relative;
		left: -75%;
	}
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	.medium-10 {
		width: 83.33333%;
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%;
	}
	.medium-pull-10 {
		position: relative;
		left: -83.33333%;
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.medium-11 {
		width: 91.66667%;
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%;
	}
	.medium-pull-11 {
		position: relative;
		left: -91.66667%;
	}
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	.medium-up-1>.column, .medium-up-1>.columns {
		width: 100%;
		float: left;
	}
	.medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1)
		{
		clear: both;
	}
	.medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
		float: left;
	}
	.medium-up-2>.column, .medium-up-2>.columns {
		width: 50%;
		float: left;
	}
	.medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-2>.column:nth-of-type(2n+1), .medium-up-2>.columns:nth-of-type(2n+1)
		{
		clear: both;
	}
	.medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
		float: left;
	}
	.medium-up-3>.column, .medium-up-3>.columns {
		width: 33.33333%;
		float: left;
	}
	.medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1)
		{
		clear: both;
	}
	.medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
		float: left;
	}
	.medium-up-4>.column, .medium-up-4>.columns {
		width: 25%;
		float: left;
	}
	.medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1)
		{
		clear: both;
	}
	.medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
		float: left;
	}
	.medium-up-5>.column, .medium-up-5>.columns {
		width: 20%;
		float: left;
	}
	.medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1)
		{
		clear: both;
	}
	.medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
		float: left;
	}
	.medium-up-6>.column, .medium-up-6>.columns {
		width: 16.66667%;
		float: left;
	}
	.medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1)
		{
		clear: both;
	}
	.medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
		float: left;
	}
	.medium-up-7>.column, .medium-up-7>.columns {
		width: 14.28571%;
		float: left;
	}
	.medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1)
		{
		clear: both;
	}
	.medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
		float: left;
	}
	.medium-up-8>.column, .medium-up-8>.columns {
		width: 12.5%;
		float: left;
	}
	.medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1)
		{
		clear: both;
	}
	.medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
		float: left;
	}
	.medium-collapse>.column, .medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	.medium-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.medium-uncollapse>.column, .medium-uncollapse>.columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.medium-uncentered, .medium-push-0, .medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width: 64em) {
	.large-1 {
		width: 8.33333%;
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%;
	}
	.large-pull-1 {
		position: relative;
		left: -8.33333%;
	}
	.large-offset-0 {
		margin-left: 0%;
	}
	.large-2 {
		width: 16.66667%;
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%;
	}
	.large-pull-2 {
		position: relative;
		left: -16.66667%;
	}
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	.large-3 {
		width: 25%;
	}
	.large-push-3 {
		position: relative;
		left: 25%;
	}
	.large-pull-3 {
		position: relative;
		left: -25%;
	}
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	.large-4 {
		width: 33.33333%;
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%;
	}
	.large-pull-4 {
		position: relative;
		left: -33.33333%;
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.large-5 {
		width: 41.66667%;
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%;
	}
	.large-pull-5 {
		position: relative;
		left: -41.66667%;
	}
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	.large-6 {
		width: 50%;
	}
	.large-push-6 {
		position: relative;
		left: 50%;
	}
	.large-pull-6 {
		position: relative;
		left: -50%;
	}
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	.large-7 {
		width: 58.33333%;
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%;
	}
	.large-pull-7 {
		position: relative;
		left: -58.33333%;
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.large-8 {
		width: 66.66667%;
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%;
	}
	.large-pull-8 {
		position: relative;
		left: -66.66667%;
	}
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	.large-9 {
		width: 75%;
	}
	.large-push-9 {
		position: relative;
		left: 75%;
	}
	.large-pull-9 {
		position: relative;
		left: -75%;
	}
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	.large-10 {
		width: 83.33333%;
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%;
	}
	.large-pull-10 {
		position: relative;
		left: -83.33333%;
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.large-11 {
		width: 91.66667%;
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%;
	}
	.large-pull-11 {
		position: relative;
		left: -91.66667%;
	}
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	.large-up-1>.column, .large-up-1>.columns {
		width: 100%;
		float: left;
	}
	.large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1)
		{
		clear: both;
	}
	.large-up-1>.column:last-child, .large-up-1>.columns:last-child {
		float: left;
	}
	.large-up-2>.column, .large-up-2>.columns {
		width: 50%;
		float: left;
	}
	.large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-2>.column:nth-of-type(2n+1), .large-up-2>.columns:nth-of-type(2n+1)
		{
		clear: both;
	}
	.large-up-2>.column:last-child, .large-up-2>.columns:last-child {
		float: left;
	}
	.large-up-3>.column, .large-up-3>.columns {
		width: 33.33333%;
		float: left;
	}
	.large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1)
		{
		clear: both;
	}
	.large-up-3>.column:last-child, .large-up-3>.columns:last-child {
		float: left;
	}
	.large-up-4>.column, .large-up-4>.columns {
		width: 25%;
		float: left;
	}
	.large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1)
		{
		clear: both;
	}
	.large-up-4>.column:last-child, .large-up-4>.columns:last-child {
		float: left;
	}
	.large-up-5>.column, .large-up-5>.columns {
		width: 20%;
		float: left;
	}
	.large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1)
		{
		clear: both;
	}
	.large-up-5>.column:last-child, .large-up-5>.columns:last-child {
		float: left;
	}
	.large-up-6>.column, .large-up-6>.columns {
		width: 16.66667%;
		float: left;
	}
	.large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1)
		{
		clear: both;
	}
	.large-up-6>.column:last-child, .large-up-6>.columns:last-child {
		float: left;
	}
	.large-up-7>.column, .large-up-7>.columns {
		width: 14.28571%;
		float: left;
	}
	.large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1)
		{
		clear: both;
	}
	.large-up-7>.column:last-child, .large-up-7>.columns:last-child {
		float: left;
	}
	.large-up-8>.column, .large-up-8>.columns {
		width: 12.5%;
		float: left;
	}
	.large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n)
		{
		clear: none;
	}
	.large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1)
		{
		clear: both;
	}
	.large-up-8>.column:last-child, .large-up-8>.columns:last-child {
		float: left;
	}
	.large-collapse>.column, .large-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	.large-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.large-uncollapse>.column, .large-uncollapse>.columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.large-uncentered, .large-push-0, .large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p,
	blockquote, th, td {
	margin: 0;
	padding: 0;
}

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}

em, i {
	font-style: italic;
	line-height: inherit;
}

strong, b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #cacaca;
	line-height: 0;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.1875rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1.0625rem;
}

h6 {
	font-size: 1rem;
}

@media screen and (min-width: 40em) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.9375rem;
	}
	h4 {
		font-size: 1.5625rem;
	}
	h5 {
		font-size: 1.25rem;
	}
	h6 {
		font-size: 1rem;
	}
}

a {
	color: #2199e8;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}

a:hover, a:focus {
	color: #1585cf;
}

a img {
	border: 0;
}

hr {
	max-width: 75rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
	margin: 1.25rem auto;
	clear: both;
}

ul, ol, dl {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside;
}

li {
	font-size: inherit;
}

ul {
	list-style-type: disc;
	margin-left: 1.25rem;
}

ol {
	margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}

cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}

cite:before {
	content: '\2014 \0020';
}

abbr {
	color: #0a0a0a;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a;
}

code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
	padding: 0.125rem 0.25rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p+.stat {
	margin-top: -1rem;
}

.no-bullet {
	margin-left: 0;
	list-style: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

@media screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left;
	}
	.medium-text-right {
		text-align: right;
	}
	.medium-text-center {
		text-align: center;
	}
	.medium-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 64em) {
	.large-text-left {
		text-align: left;
	}
	.large-text-right {
		text-align: right;
	}
	.large-text-center {
		text-align: center;
	}
	.large-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	.show-for-print {
		display: block !important;
	}
	.hide-for-print {
		display: none !important;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	.ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
		content: '';
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre, blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	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;
	}
}

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
	background-color: #2199e8;
	color: #fefefe;
}

[data-whatinput='mouse'] .button {
	outline: 0;
}

.button:hover, .button:focus {
	background-color: #1583cc;
	color: #fefefe;
}

.button.tiny {
	font-size: 0.6rem;
}

.button.small {
	font-size: 0.75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.button.primary {
	background-color: #2199e8;
	color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
	background-color: #147cc0;
	color: #fefefe;
}

.button.secondary {
	background-color: #777;
	color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
	background-color: #5f5f5f;
	color: #fefefe;
}

.button.success {
	background-color: #3adb76;
	color: #fefefe;
}

.button.success:hover, .button.success:focus {
	background-color: #22bb5b;
	color: #fefefe;
}

.button.warning {
	background-color: #ffae00;
	color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #fefefe;
}

.button.alert {
	background-color: #ec5840;
	color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
	background-color: #da3116;
	color: #fefefe;
}

.button.hollow {
	border: 1px solid #2199e8;
	color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
	border-color: #0c4d78;
	color: #0c4d78;
}

.button.hollow.primary {
	border: 1px solid #2199e8;
	color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #0c4d78;
	color: #0c4d78;
}

.button.hollow.secondary {
	border: 1px solid #777;
	color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #3c3c3c;
	color: #3c3c3c;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.hollow.alert {
	border: 1px solid #ec5840;
	color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #881f0e;
	color: #881f0e;
}

.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
	pointer-events: none;
}

.button.dropdown::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	border-color: #fefefe transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: relative;
	top: 0.4em;
	float: right;
	margin-left: 1em;
	display: inline-block;
}

.button.arrow-only::after {
	margin-left: 0;
	float: none;
	top: -0.1em;
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon.dark::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

body.is-reveal-open {
	overflow: hidden;
}

.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}

.reveal {
	display: none;
	z-index: 1006;
	padding: 1rem;
	border: 1px solid #cacaca;
	background-color: #fefefe;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column, .reveal .columns, .reveal .columns {
	min-width: 0;
}

.reveal>:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 75rem;
	}
}

@media screen and (min-width: 40em) {
	.reveal .reveal {
		left: auto;
		right: auto;
		margin: 0 auto;
	}
}

.reveal.collapse {
	padding: 0;
}

@media screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}
}

@media screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}
}

@media screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin-left: 0;
	border: 0;
}

@media screen and (max-width: 39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

/*# sourceMappingURL=foundation.css.map */

/* accordion.css */
.ui-accordion .ui-accordion-header {
	padding: .1em 1.5em .1em .1em !important;
}

.ui-accordion .ui-accordion-content {
	padding: .2em .5em !important;
	overflow: hidden !important;
}

.ui-widget {
	font-family: "UrduType" !important;
	font-size: 26px !important;
}

.ui-helper-reset {
	line-height: 1.5 !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	right: 0.5em !important;
	left: auto !important;
}

/* tabs.css */
.ui-tabs .ui-tabs-nav li {
	float: right !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .2em .2em !important;
}

.ui-widget-header {
	background: #fff !important;
	border-radius: 0px !important;
}

.ui-tabs-anchor {
	background: #fff;
}

.hadith-label {
	font-size: 15px;
	color: teal;
}

.label-error {
	font-family: 'OpenSans';
	font-size: 13px;
	font-weight: bold;
	color: red;
}

/* menu.css */
.label {
	font-family: 'OpenSans';
	font-size: 11px;
	font-weight: bold;
	color: teal;
	text-transform: uppercase;
}

.label-simple {
	font-family: Roboto;
	font-size: 14px;
	color: black;
	word-spacing: 2px;
}

.label-urdu {
	font-family: 'Mehr';
	font-size: 20px;
	color: black;
	word-spacing: 2px;
}

.label-urdu-tahreer {
	font-family: 'NafeesTahreerNaskh';
	font-size: 20px;
	color: black;
}

.label-urdu-hadith {
	font-family: 'Mehr';
	font-size: 20px;
	color: black;
	word-spacing: 2px;
}

.label-sub-urdu {
	font-family: 'Mehr';
	font-size: 14px;
	color: black;
	word-spacing: 2px;
}

.label-center {
	text-align: center !important;
	font-family: 'OpenSans';
	font-size: 11px;
	font-weight: bold;
	color: teal;
}

.bottom-border {
	border-bottom: 1px solid #f0f0f0;
}

.top-border {
	border-top: 1px solid #f0f0f0;
}

.bottom-border {
	border-bottom: 1px solid #f0f0f0;
}

.surahNo, .chapter-no {
	font-size: 24px;
	color: teal;
	font-family: Montserrat;
}

.index-no {
	font-weight: bold;
	font-size: 25px;
	color: teal;
}

.hadith-index {
	margin-top: 12px;
	margin-left: -15px;
}

.chapter-index-no {
	font-family: Montserrat;
	font-size: 16px;
	color: black;
}

.tafseer-index-no {
	font-family: Montserrat;
	font-size: 14px;
	color: black;
}

.info-row {
	font-size: 12px;
	font-family: 'OpenSans';
	color: teal;
	font-weight: bold;
}

.main-links {
	font-size: 12px;
	color: teal;
	margin-top: 12px;
	display: none;
}

.info-right-bdr {
	border-right: 1px solid #f0f0f0;
}

.left-bdr {
	border-left: 1px solid #aaaaaa;
}

.lastread-home {
	font-family: 'OpenSans';
	font-weight: bold;
	color: teal;
	font-size: 14px;
}

.lastread-icon {
	color: teal;
}

.nameEnglish {
	font-family: 'OpenSans';
	font-weight: bold;
	color: teal;
	font-size: 16px;
}

.nameEnglishSimple {
	font-family: 'OpenSans';
	font-weight: bold;
	color: teal;
	font-size: 14px;
}

.hadith-chapter {
	color: teal;
	font-size: 22px;
}

.title {
	font-family: 'OpenSans';
	font-weight: bold;
	color: teal;
	font-size: 28px;
}

.main-heading {
	font-family: 'OpenSans';
	font-weight: bold;
	color: teal;
	font-size: 18px;
}

.main-heading-home {
	font-family: 'OpenSans';
	color: teal;
	font-size: 20px;
	font-weight: bold;
}

.nameEnglish-rs {
	font-family: 'OpenSans';
	font-weight: bold;
	color: teal;
	font-size: 18px;
}

.nameMeaning {
	font-family: 'OpenSans';
	color: teal;
	font-size: 12px;
	font-weight: bold;
}

.surahName {
	font-family: "Al_Qalam";
	font-size: 24px;
	color: teal;
	display: block;
}

.book-surah {
	font-family: "Al_Qalam";
	font-size: 30px;
	color: teal;
	text-align: right;
}

.go-button {
	font-family: 'OpenSans';
	padding: 0.36em 1em;
	margin: auto;
	border-color: #8b9dc3;
	font-weight: bold;
	color: teal;
	border-radius: 3px;
	background-color: white;
}

.go-button:hover {
	color: teal;
	background: white !important;
	border: teal 1px solid;
}

.main-link {
	font-size: 18px;
	color: teal !important;
}

/* menu-responsive.css */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button
	{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after, #cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	font-family: 'Roboto';
	background: teal;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu>ul>li>a {
	padding: 14px;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}

#cssmenu>ul>li:hover>a {
	color: #ffffff;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 18px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 15px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover>ul>li {
	height: 35px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: white;
	font-weight: 400;
	background: teal;
}

#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 768px) , only screen and
		(-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px) , only
		screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px) ,
		only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:
		1024px) , only screen and (min-device-pixel-ratio: 2) and (max-width:
		1024px) , only screen and (min-resolution: 192dpi) and (max-width:
		1024px) , only screen and (min-resolution: 2dppx) and (max-width:
	1024px) {
	#cssmenu {
		width: 100%;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
	}
	#cssmenu.align-center>ul {
		text-align: left;
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}
	#cssmenu ul ul li, #cssmenu li:hover>ul>li {
		height: auto;
	}
	#cssmenu ul li a, #cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}
	#cssmenu>ul>li {
		float: none;
	}
	#cssmenu ul ul li a {
		padding-left: 25px;
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}
	#cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	}
	#cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
		color: #ffffff;
	}
	#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	#cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before,
		#cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before
		{
		display: none;
	}
	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: white;
		cursor: pointer;
		font-size: 15px;
		font-weight: bold;
	}
	#cssmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		content: '';
	}
	#cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: white;
		content: '';
	}
	#cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#cssmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #ffffff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}
	#cssmenu .submenu-button.submenu-opened {
		background: teal;
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #ffffff;
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}

/* card.css */
body {
	background: #eee;
	/* background: url(../images/bck.jpg); */
}

.card {
	background: #fff;
	display: block;
	float: left;
	margin: 0.2rem;
	position: relative;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.2s ease-in-out;
	width: 100%;
}

.card-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.2s ease-in-out;
}

.card-1:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
}

/* .card:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
} */
.card-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-2:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
}

.card-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
}

.card-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
}

.card-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px
		rgba(0, 0, 0, 0.22);
}

/* backtotop.css */
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

/* Back to Top Link Styles*/
.cd-top {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 25px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: teal url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: teal;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 40px;
		width: 40px;
		right: 25px;
		bottom: 25px;
	}
}

/* chosen.css */

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100% !important;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}

.chosen-container a {
	cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name
	{
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after
	{
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	font-family: Montserrat, sans-serif;
	color: teal;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	background-color: #fff;
	/*box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);*/
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.surah-anchor .dropdown .chosen-container-single .chosen-single {
	height: 40px !important;
}

.chosen-container-single .chosen-default {
	color: #999;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: white url('../images/chosen-sprite.png') no-repeat 100%
		-20px;
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
	font-size: 1em;
	font-family: 'Montserrat';
	line-height: normal;
	border-radius: 0;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search
	{
	position: absolute;
	left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
	font-family: Montserrat, sans-serif;
	color: teal;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7),
		color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto !important;
	height: 1%;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee),
		color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	cursor: text;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]
	{
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: 'Montserrat';
	line-height: normal;
	border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
		color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%
		);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
	{
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover
	{
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
		color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%
		);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close
	{
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee),
		color-stop(80%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
	box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"]
	{
	color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}

.chosen-disabled .chosen-single {
	cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
	text-align: right;
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop
	{
	left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div
	{
	border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: white url('../images/chosen-sprite.png') no-repeat -30px
		-20px;
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
	direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b
	{
	background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min-resolution: 144dpi) , only screen and (min-resolution: 1.5dppx) {
	.chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr,
		.chosen-container-single .chosen-single div b,
		.chosen-container-single .chosen-search input[type="text"],
		.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
		.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span
		{
		/* background-image: url('chosen-sprite@2x.png') !important; */
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
}
/* @end */

/* beshare.css */
.popup-share {
	background: #fff;
	border: 1px solid #d5d6d6;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
}

.popup-share a[class^="icon-"], .popup-share a[class*=" icon-"] {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
}

.popup-share a[class^="icon-"]:hover, .popup-share a[class*=" icon-"]:hover
	{
	background: #2095f0;
	text-decoration: none;
	color: #fff
}

.inline-share a[class^="icon-"], .inline-share a[class*=" icon-"] {
	font-size: 26px;
	text-decoration: none;
}

.inline-share a[class^="icon-"] span, .inline-share a[class*=" icon-"] span
	{
	display: none;
}

.icon-facebook {
	color: teal;
}

.icon-linkedin {
	color: #007bb6;
}

.icon-twitter {
	color: #00aced;
}

.icon-googleplus {
	color: #dd4b39;
}

.strike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.strike>span {
	position: relative;
	display: inline-block;
	font-size: 18px;
}

.strike>span:before, .strike>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #aaaaaa;
}

.strike>span:before {
	right: 100%;
	margin-right: 5px;
}

.strike>span:after {
	left: 100%;
	margin-left: 5px;
}

/* mediaqueries.css */
@media screen and (max-width : 425px) {
	#content {
		bottom: 5px;
		top: 50px;
	}
	.mfooter {
		display: none;
	}
	.text-container {
		padding: 10px;
		margin-top: 5px;
		border: 0px !important;
		border-bottom: 1px solid #aaaaaa !important;;
	}
	.mhide {
		display: none !important;
	}
	.l-half-width {
		width: 100%;
	}
	.m-left-align {
		text-align: left !important;
	}
	.m-right-align {
		text-align: right !important;
	}
	.m-mr-top-10 {
		margin-top: 10px !important;
	}
	.m-mr-right-10minus {
		margin-right: -10px !important;
	}
	.m-mr-top-5 {
		margin-top: 5px !important;
	}
	.trans-font-mr-top {
		margin-top: 0px !important;
	}
	.nav-filters {
		display: none;
	}
	.view-filters {
		display: none;
	}
	.link-filters {
		display: none;
	}
	.text {
		margin-top: 2px !important;
	}
	.padding-r5 {
		padding-right: 10px !important;
	}
	.padding-l0 {
		padding-left: 10px !important;
	}
	.main-link {
		font-size: 12px;
	}
	.info-row {
		font-size: 13px;
	}
	.text {
		margin-top: 15px;
	}
	.translation {
		font-family: "NafeesTahreerNaskh";
	}
	.tafseer {
		font-size: 26px;
		font-family: "NafeesTahreerNaskh";
	}
	.ui-widget {
		font-size: 26px !important;
	}
	.hashia-text {
		font-size: 16px !important;
	}
	.label {
		font-size: 14px;
	}
	.menu-div {
		padding: 0;
		margin-top: 0;
	}
	.nameEnglish {
		font-size: 18px;
	}
	.surahName {
		font-size: 22px;
		margin-top: 5px;
	}
	.surahNo {
		font-size: 24px;
	}
	.info-row {
		display: none;
	}
	.ayahNumber {
		font-size: 10px;
	}
	.nameMeaning {
		font-size: 12px;
	}
	.info-right-bdr {
		border-right: none;
	}
	.main-links {
		border-bottom: 0px;
	}
	.textfont-btn {
		text-align: left !important;
	}
	.go-button-div {
		text-align: right;
		margin-top: 15px;
	}
	.mtext-link {
		margin-bottom: 6px;
	}
	.search-box {
		width: 100%;
	}
	.trans-img {
		width: 2.2em;
		margin-right: 0.3em;
	}
	.chapter-count {
		font-size: 12px;
		margin-left: 0px;
	}
	.trans-apply-btn {
		margin-top: 10px !important;
	}
	.m-align-right {
		text-align: right !important;
	}
	.m-align-center {
		text-align: center !important;
	}
	.rs-text {
		text-align: left;
		padding: 15px;
	}
	.rs-comm {
		text-align: left;
		padding: 15px;
	}
	.left-bdr {
		border-left: none;
	}
	.book-chapter {
		font-size: 26px;
	}
	.trans-home {
		font-family: 'UrduType';
		font-size: 26px;
	}
	.trans-text-home {
		font-family: 'UrduType';
		font-size: 26px;
	}
	.more-links {
		margin: 5px;
	}
	.label-mr-top {
		margin-top: -14px !important;
	}
	.more-links {
		margin-right: 40px !important;
	}
	.m-not-active {
		pointer-events: none;
		cursor: default;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 5px !important;
	}
	.l-mr-top-10 {
		margin-top: auto;
	}
	.viewmode {
		float: none;
		margin-top: auto;
		margin-right: auto;
	}
	.card {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.rs-previous {
		margin-left: 0px;
	}
	.rs-next {
		margin-right: 10px;
	}
	.padding-zero {
		padding: 0px !important;
	}
	.m-select-height {
		height: 30px !important;
	}
	.m-fontchanger {
		width: 20% !important;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.mr-top-home-text {
		margin-top: 10px !important;
	}
	.nameEnglishSimple {
		font-size: 15px;
	}
	.home-heading {
		font-size: 16px;
		margin-top: 10px;
	}
	.title {
		font-size: 24px;
	}
	.lastread-home {
		font-size: 16px;
	}
	.label-center {
		font-size: 12px;
	}
	.hr-sect {
		margin: 0px;
	}
	.label-urdu-hadith {
		font-size: 24px;
	}
	.label-sub-urdu {
		font-size: 16px;
	}

	/* mobilecss */
}

/* l-mediaqueries */
@media screen and (min-width : 426px) and (max-width : 641px) {
	#content {
		bottom: 0px;
		top: 50px;
	}
	.mfooter {
		height: 15px !important;
	}
	.text-container {
		padding: 10px;
		margin-top: 5px;
		border: 0px !important;
		border-bottom: 1px solid #aaaaaa !important;;
	}
	.mhide {
		display: none !important;
	}
	.l-half-width {
		width: 100%;
	}
	.m-mr-top-10 {
		margin-top: 10px !important;
	}
	.nav-filters {
		display: none;
	}
	.view-filters {
		display: none;
	}
	.link-filters {
		display: none;
	}
	.text {
		margin-top: 2px !important;
	}
	.padding-r5 {
		padding-right: 10px !important;
	}
	.padding-l0 {
		padding-left: 10px !important;
	}
	.main-link {
		font-size: 12px;
	}
	.info-row {
		font-size: 13px;
	}
	.text {
		margin-top: 15px;
	}l
	}
	.tafseer {
		font-size: 26px;
		font-family: "NafeesTahreerNaskh";
	}
	.ui-widget {
		font-size: 22px !important;
	}
	.hashia-text {
		font-size: 16px !important;
	}
	.label {
		font-size: 14px;
	}
	.menu-div {
		padding: 0;
		margin-top: 0;
	}
	.nameEnglish {
		font-size: 18px;
	}
	.m-left-align {
		text-align: left !important;
	}
	.surahName {
		font-size: 22px;
		margin-top: 5px;
	}
	.surahNo {
		font-size: 24px;
	}
	.info-row {
		display: none;
	}
	.ayahNumber {
		font-size: 12px;
	}
	.nameMeaning {
		font-size: 12px;
	}
	.info-right-bdr {
		border-right: none;
	}
	.main-links {
		border-bottom: 0px;
	}
	.textfont-btn {
		text-align: left !important;
	}
	.go-button-div {
		text-align: right;
		margin-top: 15px;
	}
	.mtext-link {
		margin-bottom: 6px;
	}
	.search-box {
		width: 100%;
	}
	.trans-img {
		width: 2.2em;
		margin-right: 0.3em;
	}
	.chapter-count {
		font-size: 12px;
		margin-left: 0px;
	}
	.trans-apply-btn {
		margin-top: 10px !important;
	}
	.m-align-right {
		text-align: right !important;
	}
	.m-align-center {
		text-align: center !important;
	}
	.rs-text {
		text-align: left;
		padding: 15px;
	}
	.rs-comm {
		text-align: left;
		padding: 15px;
	}
	.left-bdr {
		border-left: none;
	}
	.book-chapter {
		font-size: 26px;
	}
	.trans-home {
		font-family: 'UrduType';
		font-size: 26px;
	}
	.trans-text-home {
		font-family: 'UrduType';
		font-size: 26px;
	}
	.more-links {
		margin: 5px;
	}
	.label-mr-top {
		margin-top: -14px !important;
	}
	.m-not-active {
		pointer-events: none;
		cursor: default;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 5px !important;
	}
	.viewmode {
		margin-top: auto;
		margin-right: auto;
	}
	.card {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.m-select-height {
		height: 30px !important;
	}
	.mr-top-home-text {
		margin-top: 10px !important;
	}

	/* lmobilecss */
}

@media screen and (min-width : 641px) {
	.padding-zero {
		padding: 0px !important;
	}
	.trans-filters-div {
		padding-top: 5px !important;
		padding-bottom: 15px !important;
	}
	.mr-left-info {
		margin-left: 1em;
	}
	.lhide {
		display: none;
	}
}

/* Generated by less 2.5.1 */
/*
 *  jQueryIntroLoader
 *  Animated intro loading pages
 *  http://factory.brainleaf.eu/jqueryIntroLoader
 *
 *  Made by BRAINLEAF Communication (c)2014-2015
 *  Under GNU/GPL License
 */
/* ****************************************************************************** */
/* PLUGIN STYLE */
/* ****************************************************************************** */
/* ============================================================================== */
/* Global Style */
/* ============================================================================== */
.introLoader, .introLoading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 9999;
}

.introLoading {
	background-color: #fff;
}

.absolute.introLoader {
	position: absolute;
}

body.introLoader_preventScroll {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
/* ============================================================================== */
/* Animations */
/* ============================================================================== */
/* *************************************************** */
/* CSSLoader Animation */
/* *************************************************** */
.introLoader.cssLoader .cssLoaderSpinner {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border: 5px solid transparent;
	border-radius: 50%;
}

.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner {
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
	border-radius: 50%;
	animation: infinite-spinning 1s linear infinite;
}
/* CSSLoader Animation Spinner Sizes */
/* -------------------------------------------- */
.introLoader.cssLoader.medium .cssLoaderSpinner {
	border: 5px solid transparent;
}

.introLoader.cssLoader.medium .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border-width: 6px;
}

.introLoader.cssLoader.large .cssLoaderSpinner {
	border: 5px solid transparent;
}

.introLoader.cssLoader.large .cssLoaderSpinner .cssLoaderSpinner-inner {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border-width: 8px;
}
/* CSSLoader Animation Keyframes */
/* -------------------------------------------- */
@
keyframes infinite-spinning {from { transform:rotate(0deg);
	
}

to {
	transform: rotate(360deg);
}

}
@
-webkit-keyframes infinite-spinning {from { -webkit-transform:rotate(0deg);
	
}

to {
	-webkit-transform: rotate(360deg);
}

}
/* CSSLoader Animation Colors */
/* -------------------------------------------- */
.theme-light.introLoader.cssLoader {
	background-color: #ffffff;
}

.theme-light.introLoader.cssLoader .cssLoaderSpinner {
	border-color: #efefef;
}

.theme-light.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #555555 transparent transparent transparent;
}

.theme-dark.introLoader.cssLoader {
	background-color: #333333;
}

.theme-dark.introLoader.cssLoader .cssLoaderSpinner {
	border-color: #121212;
}

.theme-dark.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #ffffff transparent transparent transparent;
}

.theme-ocean.introLoader.cssLoader {
	background-color: #164761;
}

.theme-ocean.introLoader.cssLoader .cssLoaderSpinner {
	border-color: #20b1ea;
}

.theme-ocean.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #ffffff transparent transparent transparent;
}

.theme-forest.introLoader.cssLoader {
	background-color: #1f3608;
}

.theme-forest.introLoader.cssLoader .cssLoaderSpinner {
	border-color: #5e5824;
}

.theme-forest.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #a59965 transparent transparent transparent;
}

.theme-fluoGreen.introLoader.cssLoader {
	background-color: #67de0f;
}

.theme-fluoGreen.introLoader.cssLoader .cssLoaderSpinner {
	border-color: #53ba06;
}

.theme-fluoGreen.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #dcff1b transparent transparent transparent;
}

.theme-fluoMagenta.introLoader.cssLoader {
	background-color: #ff1bff;
}

.theme-fluoMagenta.introLoader.cssLoader .cssLoaderSpinner {
	border-color: #db07db;
}

.theme-fluoMagenta.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #cccccc transparent transparent transparent;
}

.theme-fluoYellow.introLoader.cssLoader {
	background-color: #dcff1b;
}

.theme-fluoYellow.introLoader.cssLoader .cssLoaderSpinner {
	border-color: #d5f816;
}

.theme-fluoYellow.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #67de0f transparent transparent transparent;
}

.theme-light.halfcircle.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #555555 #555555 transparent transparent;
}

.theme-dark.halfcircle.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #ffffff #ffffff transparent transparent;
}

.theme-ocean.halfcircle.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #ffffff #ffffff transparent transparent;
}

.theme-forest.halfcircle.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #a59965 #a59965 transparent transparent;
}

.theme-fluoGreen.halfcircle.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #dcff1b #dcff1b transparent transparent;
}

.theme-fluoMagenta.halfcircle.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #cccccc #cccccc transparent transparent;
}

.theme-fluoYellow.halfcircle.introLoader.cssLoader .cssLoaderSpinner .cssLoaderSpinner-inner
	{
	border-color: #67de0f #67de0f transparent transparent;
}
/* *************************************************** */
/* SimpleLoader Animation */
/* *************************************************** */
.absolute.introLoader.simpleLoader {
	position: absolute;
}
/* SimpleLoader Animation Colors */
/* -------------------------------------------- */
.theme-light.introLoader.simpleLoader {
	background-color: #ffffff;
}

.theme-dark.introLoader.simpleLoader {
	background-color: #333333;
}

.theme-ocean.introLoader.simpleLoader {
	background-color: #164761;
}

.theme-forest.introLoader.simpleLoader {
	background-color: #1f3608;
}

.theme-fluoGreen.introLoader.simpleLoader {
	background-color: #67de0f;
}

.theme-fluoMagenta.introLoader.simpleLoader {
	background-color: #ff1bff;
}

.theme-fluoYellow.introLoader.simpleLoader {
	background-color: #dcff1b;
}
/* *************************************************** */
/* GifLoader Animation */
/* *************************************************** */
.introLoader.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-simple_light.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.introLoader.gifLoader .gifLoaderInnerCustom {
	background-repeat: no-repeat;
	background-position: center center;
}

.introLoader.gifLoader .gifLoaderInner, .introLoader.gifLoader .gifLoaderInnerCustom
	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.theme-light.gifLoader .gifLoaderInner {
	background-color: #ffffff;
}

.theme-dark.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-simple_dark.gif);
	background-color: #333333;
}

.theme-ocean.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-simple_ocean.gif);
	background-color: #164761;
}

.theme-forest.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-simple_forest.gif);
	background-color: #1f3608;
}

.theme-fluoGreen.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-simple_fluoGreen.gif);
	background-color: #67de0f;
}

.theme-fluoYellow.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-simple_fluoYellow.gif);
	background-color: #dcff1b;
}

.theme-fluoMagenta.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-simple_fluoMagenta.gif);
	background-color: #ff1bff;
}

.theme-light.bubble.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-bub_light.gif);
}

.theme-dark.bubble.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-bub_dark.gif);
}

.theme-ocean.bubble.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-bub_ocean.gif);
}

.theme-forest.bubble.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-bub_forest.gif);
}

.theme-fluoGreen.bubble.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-bub_fluoGreen.gif);
}

.theme-fluoYellow.bubble.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-bub_fluoYellow.gif);
}

.theme-fluoMagenta.bubble.gifLoader .gifLoaderInner {
	background-image: url(spinners/circle-bub_fluoMagenta.gif);
}
/* *************************************************** */
/* CounterLoader Animation */
/* *************************************************** */
.introLoader.counterLoader .counterLoaderBox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.small.introLoader.counterLoader .counterLoaderBox {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 0.8em;
}

.medium.introLoader.counterLoader .counterLoaderBox {
	width: 200px;
	height: 200px;
	line-height: 200px;
	font-size: 2em;
}

.large.introLoader.counterLoader .counterLoaderBox {
	width: 300px;
	height: 300px;
	line-height: 300px;
	font-size: 3em;
}

.circle.introLoader.counterLoader .counterLoaderBox {
	border-radius: 50%;
}
/* CounterLoader Animation Colors */
/* -------------------------------------------- */
.theme-light.introLoader.counterLoader {
	background-color: #ffffff;
}

.theme-light.introLoader.counterLoader .counterLoaderBox {
	background-color: #cccccc;
}

.theme-dark.introLoader.counterLoader {
	background-color: #333333;
}

.theme-dark.introLoader.counterLoader .counterLoaderBox {
	background-color: #ffffff;
}

.theme-ocean.introLoader.counterLoader {
	background-color: #164761;
}

.theme-ocean.introLoader.counterLoader .counterLoaderBox {
	background-color: #237199;
	color: #ffffff;
}

.theme-forest.introLoader.counterLoader {
	background-color: #1f3608;
}

.theme-forest.introLoader.counterLoader .counterLoaderBox {
	background-color: #5e5824;
	color: #1f3608;
}

.theme-fluoGreen.introLoader.counterLoader {
	background-color: #67de0f;
}

.theme-fluoGreen.introLoader.counterLoader .counterLoaderBox {
	background-color: #ffffff;
	color: #67de0f;
}

.theme-fluoMagenta.introLoader.counterLoader {
	background-color: #ff1bff;
}

.theme-fluoMagenta.introLoader.counterLoader .counterLoaderBox {
	background-color: #ffffff;
	color: #ff1bff;
}

.theme-fluoYellow.introLoader.counterLoader {
	background-color: #dcff1b;
}

.theme-fluoYellow.introLoader.counterLoader .counterLoaderBox {
	background-color: #ffffff;
	color: #dcff1b;
}
/* *************************************************** */
/* doubleLoader Animation */
/* *************************************************** */
.doubleLoader {
	background: transparent !important;
}

.doubleLoaderTop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50%;
	background-color: #333;
}

.doubleLoaderBottom {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50%;
	background-color: #333;
}

.doubleLoaderProgBar {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 100%;
	height: 20px;
	background-color: #fff;
	z-index: 9999999999999;
}

.doubleLoaderProgBar span {
	display: block;
	width: 0;
	height: 20px;
	background-color: #555;
}
/* DoubleLoader Animation Colors */
/* -------------------------------------------- */
.doubleLoader.theme-light .doubleLoaderTop, .doubleLoader.theme-light .doubleLoaderBottom
	{
	background-color: #efefef;
}

.doubleLoader.theme-light .doubleLoaderProgBar {
	background-color: #cccccc;
}

.doubleLoader.theme-light .doubleLoaderProgBar span {
	background-color: #555555;
}

.doubleLoader.theme-light.zebra .doubleLoaderTop {
	background-color: #ffffff;
}

.doubleLoader.theme-light.zebra .doubleLoaderBottom {
	background-color: #efefef;
}

.doubleLoader.theme-dark .doubleLoaderTop, .doubleLoader.theme-dark .doubleLoaderBottom
	{
	background-color: #333333;
}

.doubleLoader.theme-dark .doubleLoaderProgBar {
	background-color: #ffffff;
}

.doubleLoader.theme-dark .doubleLoaderProgBar span {
	background-color: #555555;
}

.doubleLoader.theme-dark.zebra .doubleLoaderTop {
	background-color: #333333;
}

.doubleLoader.theme-dark.zebra .doubleLoaderBottom {
	background-color: #121212;
}

.doubleLoader.theme-ocean .doubleLoaderTop, .doubleLoader.theme-ocean .doubleLoaderBottom
	{
	background-color: #164761;
}

.doubleLoader.theme-ocean .doubleLoaderProgBar {
	background-color: #237199;
}

.doubleLoader.theme-ocean .doubleLoaderProgBar span {
	background-color: #ffffff;
}

.doubleLoader.theme-ocean.zebra .doubleLoaderTop {
	background-color: #164761;
}

.doubleLoader.theme-ocean.zebra .doubleLoaderBottom {
	background-color: #20b1ea;
}

.doubleLoader.theme-forest .doubleLoaderTop, .doubleLoader.theme-forest .doubleLoaderBottom
	{
	background-color: #1f3608;
}

.doubleLoader.theme-forest .doubleLoaderProgBar {
	background-color: #5e5824;
}

.doubleLoader.theme-forest .doubleLoaderProgBar span {
	background-color: #a59965;
}

.doubleLoader.theme-forest.zebra .doubleLoaderTop {
	background-color: #1f3608;
}

.doubleLoader.theme-forest.zebra .doubleLoaderBottom {
	background-color: #332a0b;
}

.doubleLoader.theme-fluoGreen .doubleLoaderTop, .doubleLoader.theme-fluoGreen .doubleLoaderBottom
	{
	background-color: #67de0f;
}

.doubleLoader.theme-fluoGreen .doubleLoaderProgBar {
	background-color: #ffffff;
}

.doubleLoader.theme-fluoGreen .doubleLoaderProgBar span {
	background-color: #dcff1b;
}

.doubleLoader.theme-fluoGreen.zebra .doubleLoaderTop {
	background-color: #67de0f;
}

.doubleLoader.theme-fluoGreen.zebra .doubleLoaderBottom {
	background-color: #53ba06;
}

.doubleLoader.theme-fluoMagenta .doubleLoaderTop, .doubleLoader.theme-fluoMagenta .doubleLoaderBottom
	{
	background-color: #ff1bff;
}

.doubleLoader.theme-fluoMagenta .doubleLoaderProgBar {
	background-color: #ffffff;
}

.doubleLoader.theme-fluoMagenta .doubleLoaderProgBar span {
	background-color: #cccccc;
}

.doubleLoader.theme-fluoMagenta.zebra .doubleLoaderTop {
	background-color: #ff1bff;
}

.doubleLoader.theme-fluoMagenta.zebra .doubleLoaderBottom {
	background-color: #db07db;
}

.doubleLoader.theme-fluoYellow .doubleLoaderTop, .doubleLoader.theme-fluoYellow .doubleLoaderBottom
	{
	background-color: #dcff1b;
}

.doubleLoader.theme-fluoYellow .doubleLoaderProgBar {
	background-color: #ffffff;
}

.doubleLoader.theme-fluoYellow .doubleLoaderProgBar span {
	background-color: #67de0f;
}

.doubleLoader.theme-fluoYellow.zebra .doubleLoaderTop {
	background-color: #dcff1b;
}

.doubleLoader.theme-fluoYellow.zebra .doubleLoaderBottom {
	background-color: #d5f816;
}
/* *************************************************** */
/* LettersLoader Animation */
/* *************************************************** */
.lettersLoader {
	background: #ffffff;
	color: #555555;
	font-size: 3em;
}

.lettersLoaderRow {
	display: none;
	position: absolute;
	width: 100%;
	top: 45%;
	text-align: center;
}

.lettersLoaderItem {
	display: inline-block;
	opacity: 0;
}
/* LettersLoader Animation Colors */
/* -------------------------------------------- */
.theme-light.lettersLoader {
	background: #ffffff;
	color: #555555;
}

.theme-dark.lettersLoader {
	background: #333333;
	color: #ffffff;
}

.theme-ocean.lettersLoader {
	background: #164761;
	color: #ffffff;
}

.theme-forest.lettersLoader {
	background: #1f3608;
	color: #a59965;
}

.theme-fluoGreen.lettersLoader {
	background: #67de0f;
	color: #ffffff;
}

.theme-fluoMagenta.lettersLoader {
	background: #ff1bff;
	color: #ffffff;
}

.theme-fluoGreen.lettersLoader {
	background: #ff1bff;
	color: #ffffff;
}