html{
	height: 100%;
}
body{
	font-family: "Segoe UI", "Droid Sans", "Arial","Sans",sans-serif;
	font-size: 0.865em;
	min-height: 100%;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
body.preview {
	background-image:url('/images/preview.jpg');
}

.topline {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	height: 3em;
	background-color: #062e69; /* will be overridden */
}

/* breadcrumbs */
.breadcrumb {
	font-family: "Lato", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	white-space: nowrap;
	margin-bottom: 0;
	padding-bottom: 0;
}
.breadcrumb a {
	color: #070644;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.75em;
	padding-right: 0.75em;
}
.breadcrumb li.is-active a {
    color: #000000;
    cursor: default;
    pointer-events: none;
}
.breadcrumb ol li a {
	white-space: normal;
}
.breadcrumb ol, .breadcrumb ul {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb a, .breadcrumb li {
	align-items: center;
	display: flex;
}
.ltr .breadcrumb li:first-child a {
	padding-left: 0;
	padding-right: 0.75em;
}
.rtl .breadcrumb li:first-child a {
	padding-right: 0;
	padding-left: 0.75em;
}

.breadcrumb li + li::before {
	color: #8c9b9d;
}
.breadcrumb.has-succeeds-separator li + li::before {
	content: "\0227B";
}


/* Code for reducing an individual section top or base */
.jk-close-section-top {
	padding-top: 1rem;
}
.jk-veryclose-section-top {
	padding-top: 0.5rem;
}
.jk-medium-section-top {
	padding-top: 2rem;
}
.jk-no-section-top {
	padding-top: 0rem;
}
.jk-close-section-bottom {
	padding-bottom: 1rem;
}
.jk-veryclose-section-bottom {
	padding-bottom: 0.5rem;
}
.jk-medium-section-bottom {
	padding-bottom: 2rem;
}
.jk-big-section-bottom {
	padding-bottom: 5rem;
}
.jk-big-section-top {
	padding-top: 5rem;
}
section.jk-withoutverticalcost {
	padding-top: 0;
	padding-bottom: 0;
}
section.jk-minimalverticalcost {
	padding-top: 0;
	padding-bottom: 1.25rem;
}

/* Language set */
/* Language buttonbar (has to be declared after any RTL button fixes) */

.languageset {
	display: inline-block;
}
.languageset .button.is-info {
	background-color: #fff;
	color: #209cee;
}

.ltr .languageset.has-more {
	padding-right: 0px;
}
.rtl .languageset.has-more {
	padding-left: 0px;
}
.ltr .languageset .languagenotpresent, .rtl .languageset .languagenotpresent {
color: grey;
}
.ltr .languagemore, .rtl .languagemore {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.ltr .languagemore {
	margin-right: 0.75rem;
}
.rtl .languagemore {
	margin-left: 0.75rem;
}
.languagemore .navbar-link {
	border: 1px solid rgba(32, 156, 238, 0.5); /*#8fcdf7;*/
	height: 2.25em;
	margin-top: 0.05em;
	font-size: 0.75em;
}
.ltr .languagemore .navbar-link {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.rtl .languagemore .navbar-link {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ltr .languageset.has-more .buttons .button:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.rtl .languageset.has-more .buttons .button:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.rtl .languageset.has-more .buttons.has-addons .button.is-small:last-child {
 border-bottom-left-radius: 0;
	border-top-left-radius: 0;

}
.languagecorner .currentlanguage {
	cursor: auto;
}

/* Fix bulma RTL on tabs */
.rtl .tabs.is-toggle li:first-child a {
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 4px;
}
.rtl .tabs.is-toggle li:last-child a {
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0px;

}
/* Fix bulma RTL radius on button clusters */

.rtl .buttons.has-addons .button:not(:last-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.rtl .buttons.has-addons .button:not(:first-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.rtl .buttons.has-addons .button.is-small:not(:last-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.rtl .buttons.has-addons .button.is-small:not(:first-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

/* Fix Bulma RTL on icons in buttons */
.rtl .button .icon:first-child:not(:last-child) {
margin-right: calc(-0.375em - 1px);
margin-left: 0.1875em;
}
.rtl .field.has-addons .control:last-child:not(:only-child) .button {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0.4em;
border-top-left-radius: 0.4em;
}
.rtl .field.has-addons .control:first-child:not(:only-child) .input {
	border-bottom-right-radius: 0.4em;
	border-top-right-radius: 0.4em;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

/* And spacing for buttons */
.rtl .buttons .button:not(.is-fullwidth) {
margin-right: 0;
}
.rtl .buttons .button:not(:last-child):not(.is-fullwidth) {
margin-left: 0.5rem;
}
.rtl .buttons.has-addons .button:not(:last-child) {
margin-right: 0;
margin-left: -1px;
}


/* book choice */
.flexarea {
	overflow: hidden; /* prevent those negative margins in flexbooklist causing issues */
}
.flexbooklist {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	justify-content: flex-start;
	align-content: flex-start;
	/*margin: -0.5em -0.5em -0.5em -0.5em;*/ /* avoid extra margin from the boxes */	
}
.flexbooklist .box-book {
	width: 12em;
	height: 9em;
	/*margin: 0.5em 0.5em 0.5em 0.5em; */ /* give the boxes margin spacing */
	background-color: #d4e2f1; /* #e3eaf1; grey: e3e3e3;*/
	color: #DAA520;
	vertical-align: middle;
	/*font-size: 1.5em;*/
	transition: background-color 0.2s;

	display: flex;
	justify-content: left;
	align-items: flex-end;
	/*flex-grow: 1;*/
	position: relative;

	/*border: 2px solid gray;
	border-radius: 0.3em;*/
}
.flexbooklist .box-book.notavailable {
	background-color: #e3e3e3;
}
.flexbooklist .box-book .notyetdone, .flexbooklist .box-book .notyetdone{
	position: absolute;
	top: 1em;
	color: #888888;
}
.eng .flexbooklist .box-book .notyetdone, .eng .flexbooklist .box-book .notyetdone{
	right: 1em;
}
.prs .flexbooklist .box-book .notyetdone, .pus .flexbooklist .box-book .notyetdone{
	left: 1em;
}
.prs .flexbooklist .box-book, .pus .flexbooklist .box-book {
	justify-content: right;
}
.flexbooklist .anotherdiv {
	/* anotherdiv is a placeholder to prevent flex-justification distorting last row in small screen widths */
	/*flex-grow: 1;*/
	height: 0; /* don't add to the height of flexbooklist by adding a row */
	width: 12em; /* must be same as main boxes */
	/*margin-left: 0.5em;
	margin-right: 0.5em;*/
}
.flexbooklist .box-book:hover {
	background-color: #c1d8f1; /*#d4e2f1; grey: cccccc;*/
	transition: background-color 0.2s, opacity 0.2s;
	cursor: pointer;
	opacity: 0.8;
}
.flexbooklist .box-book.notavailable:hover {
	background-color: #cccccc; /* gets overwridden by style */
}
.flexbooklist .box-book .bookboxcontent {
	margin-left: 0.8em;
	margin-right: 0.2em;
	margin-bottom: 1em;
	margin-top: 1em;
}
.prs .flexbooklist .box-book .bookboxcontent, .pus .flexbooklist .box-book .bookboxcontent {
	margin-left: 0.2em;
	margin-right: 0.8em;
}
.bookboxcontent a:hover {
	text-decoration: none;
	color: #000000;
}
.bookboxcontent .bookname {
	font-weight: bold;
	font-size: 1.4em;
	color: #DAA520;
}
.box-book.notavailable .bookboxcontent .bookname {
	color: grey;
}
.bookboxcontent .booktype {
	display: block;
	font-size: 1em;
	color: #888888;
}
/*.flexbooklist {
}*/
.flexbooklist.hiddentab {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	transition: visibility 0.3s, opacity 0.4s linear, height 0.1s, margin 0.2s;
}
.flexbooklist.showntab {
	visibility: visible;
	opacity: 1;
	transition: visibility 0.3s, opacity 0.4s linear, height 0s, margin 0s;
}
.biblesectionswitcher {
	margin-bottom: 1em;	
	margin-top: 1em;
}
.biblesectionswitcher div {
	display: inline-block;
	font-size: 1.4em;
	background-color: #cccccc;
	line-height: 2em;
	cursor: pointer;
}
.biblesectionswitcher .otchoice {
        padding-left: 0.8em;
        padding-right: 0.8em;
	border-top-left-radius: 0.4em;
        border-bottom-left-radius: 0.4em;
}
.prs .biblesectionswitcher .otchoice, .pus .biblesectionswitcher .otchoice {
        border-top-right-radius: 0.4em;
        border-bottom-right-radius: 0.4em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
}
.biblesectionswitcher .ntchoice {
	padding-left: 0.8em;
	padding-right: 0.8em;
	border-top-right-radius: 0.4em;
        border-bottom-right-radius: 0.4em;
}
.prs .biblesectionswitcher .ntchoice, .pus .biblesectionswitcher .ntchoice {
        border-top-left-radius: 0.4em;
        border-bottom-left-radius: 0.4em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;

}
.biblesectionswitcher .chosen {
	background-color: #e3eaf1;
}
/*.biblesectionswitcher .unselected {
}*/
.biblesectionswitcher .unselected:hover {
	background-color: #d4e2f1;
}

/* bible nav */
.rtl .biblenav {
	float: left;
	margin-left: 1em;
}
.ltr .biblenav {
	float: right;
	margin-right: 1em;
}
.rtl .lowernav .biblenav , .ltr .lowernav .biblenav{
	margin-top: 2em;
	float: unset;
	margin-left: 0;
	text-align: center;
}
.biblenav span{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.choicescontainer {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 0.5em;
	justify-content: space-between;
	position: relative; /* help subordinates */
}
.bibleextras {
	/*float: left;*/
	/*padding-top: 1em;*/
}
.ltr .bibleextras {
	margin-left: auto; /* hang right when on next line */
}
.rtl .bibleextras {
	margin-right: auto; /* hang left when on next line */
}
.bibleextras span{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.bibleiconsline {
	margin: 0 4em 0 4em;
}
.bibleiconsline audio{
	max-width: 90%;
}
.bibleextrabutton {
	line-height: 0.5em;
	font-size: 2em;
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor:pointer;
	position: relative;
}
.bibleextrabutton .cornerclose.hidden {
	display: none;
}
.bibleextrabutton .cornerclose.shown {
	display: inline-block;
	position: absolute;
	font-size: 0.5em;
	top: 0;
	height: 0;
	width: 0;
	color: rgb(255, 56, 96);
}
.ltr .bibleextrabutton .cornerclose.shown {
	right: 0.6em;
}
.rtl .bibleextrabutton .cornerclose.shown {
	left: 0.6em;
}
.audioaltdialect {
	width: 4.8em;
}
.scripturenavtop {
	height: 2em;
}
.navbarright {
	
	position: absolute;
	top: 0.5em;
	transition: top 0.2s;
}
.topline.hasslider.notscrolled .navbarright {
	top: 0.8em;
}
.rtl .navbarright {
	left: 1em;
	direction: rtl;
}
.ltr .navbarright {
	right: 1em;
	direction: ltr;
}
.topline .menu {
	color: white;
	font-size: 2em;
	vertical-align: top;
	cursor: pointer;
	line-height: 1em;
	display: inline-block;
	width: 1em;
	text-align: center;
}
.ltr.topline .menu {
	margin-left: 0.5em;
}
.rtl.topline .menu {
	margin-right: 0.5em;
}
.languagechoice {
        display: inline-block;
        border: 1px solid #dddddd;
	color: #eeeeee;
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 100%;
        /*margin-right: 1em;*/
        /*margin-top: -5px;*/
        padding-top: 4px;
        padding-bottom: 4px;
        /*margin-bottom: -10px;*/

}
.ltr .languagechoice {
        right: 5.2em;
		direction: ltr;
}
.rtl .languagechoice {
        left: 5.2em;
		direction: rtl;
}
.languagechoice a {
        text-decoration: none;
        color: #ffffff;
}

.scripture ul {
	margin-right: 1em;
}
.scripture p, .scripture ul {
	/*font-size: 2em;*/
	font-family: 'Scheherazade New', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	margin-bottom: 0.4em;
	font-size: 1em;
}
.scripture.lateefhazkaslow p, .scripture.lateefhazkaslow ul {
	font-family: 'Lateef Haz Kas Low', 'Scheherazade', 'Scheherazade New', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 2em;
}
.scripture.scheherazadenew, .scripture.scheherazadenew ul {
	font-family: 'Scheherazade New', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 1.5em;
	line-height: 2em;
}
.scripture.scheherazadenew ul ul {
	font-size: 1em;
	line-height: 1em;
}
.scripture.scheherazade p, .scripture.scheherazade ul {
	font-family: 'Scheherazade', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 2em;
}
.scripture.scheherazade ul ul {
	font-size: 1em;
}
.scripture.pashtohotakjason p, .scripture.pashtohotakjason ul {
	font-family: 'Pashto Hotak Jason', 'Scheherazade', 'Scheherazade New', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 2em;
}
.scripture.pashtohotakjason ul ul {
	font-size: 1em;
}
.scripture.xbzar p, .scripture.xbzar ul {
	font-family: 'XB Zar', 'Scheherazade New', 'Scheherazade', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 1.7em;
	line-height: 1.7em;
}
.scripture.xbzar ul ul {
	font-size: 1em;
	line-height: 1em;
}
.scripture.xbriyazjason p, .scripture.xbriyazjason ul {
	font-family: 'XB RiyazJason', 'Scheherazade', 'Scheherazade New', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 2em;
}
.scripture.xbriyazjason ul ul {
	font-size: 1em;
}
.verseno { font-weight: bold; font-size: 0.7em; word-spacing: 0.5em; vertical-align: super; color: #933d23}
.scripture h1 { font-size: 2.2em; text-align: center; margin-top: 0.5em;}
.scripture h2 { text-align: center; padding-bottom: 0.2em; }
.scripture h2.chapter { padding-bottom: 0.2em; padding-top: 0.2em; }
.scripture h3 { font-size: 1.2em; color: #222; margin-top: 1em; margin-bottom: 0.5em;  } 
.scripture.lateefhazkaslow h3 { 
	font-family: 'Lateef Haz Kas Low', 'Scheherazade', 'Scheherazade New', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 1.7em; font-weight: bold; color: #222; margin-top: 1em; margin-bottom: 0.5em;  }
.scripture.xbzar h3 { 
	font-family: 'XB Zar', 'Scheherazade New', 'Scheherazade', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 1.5em; font-weight: bold; color: #222; margin-top: 1em; margin-bottom: 0.5em;  }
.scripture.pashtohotakjason h3 { 
	font-family: 'Pashto Hotak Jason', 'Scheherazade', 'Scheherazade New', 'Times New Roman', 'Tahoma', serif, sans-serif, sans;
	font-size: 1.7em; font-weight: bold; color: #222; margin-top: 1em; margin-bottom: 0.5em;  }
.scripture h4 { font-size: 1em; color: #333; margin-top: 0.5em; margin-bottom: 0.5em; }
.scripture .q1, .scripture .q { text-indent: 1em; }
.scripture .q2 { text-indent: 2em; }
.scripture .q3 { text-indent: 3em; }
.scripture.lateefhazkaslow .add, .scripture.lateefhazkaslow em { font-style: normal; color: #888888; /*font-weight: 600;*/ }
.scripture.pashtohotakjason  .add, .scripture.pashtohotakjason  em { font-style: normal; font-weight: 600; }

.highlightposition {
	background-color: #dfe2f1;
}
ul.col1.eng, ul.col2.eng {
	float: left;
	list-style: none;
}
ul.col2.eng {
	padding-left: 2em;
}
ul.col1.pus, ul.col2.pus, ul.col1.prs, ul.col2.prs {
	float: right;
	list-style: none;
}
ul.col2.pus, ul.col2.prs {
	padding-right: 2em;
}
ul.col1.eng li:before, ul.col2.eng li:before {	
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

ul.col1.prs li:before, ul.col1.pus li:before, ul.col2.prs li:before, ul.col2.pus li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0.45em 0.35em 0;
    display: block;
    height: 0;
    width: 0;
    right: -1em;
    top: 1.4em;
    position: relative;

}
div.bookchoice .tabs.is-toggle li.is-active a {
	background-color: #DAA520;
	border-color: #DAA520;
}
.tabs ul {
	flex-wrap: wrap;
	flex-shrink: unset;
}
/*
div.bookchoice.eng { 
	float: left;
	padding-left: 2em; 
}
div.bookchoice.prs, div.bookchoice.pus { 
	float: right;
	padding-right: 2em;
}
div.sideresources.eng { 
	float: left;
	padding-left: 2em;
}
div.sideresources.prs, div.sideresources.pus { 
	float: right;
	padding-right: 2em;
}
*/
div.sideresources div {
	padding-top: 2em;
	padding-bottom: 1em;
}
div.sideresources.eng div {
	padding-left: 2em;
}
div.sideresources.prs div, div.sideresources.pus div {
	padding-right: 2em;
}
div.sideresources.new {
	margin-top: 2em;
}
div.sideresources.new .sideresourceitem {
	border: 2px solid #eee;
	padding-top: 1em;
	text-align: center;
	margin-top: 1em;
	transition: border 0.3s, background-color 0.3s;
}
div.sideresources.new .sideresourceitem:hover {
	cursor: pointer;
	border: 2px solid #000;
	background-color: #f6f6f6;
}
div.sideresources.new.eng div {
	padding-left: 1em;
	padding-right: 1em;
}
div.sideresources.new.prs div, div.sideresources.new.pus div {
	padding-right: 1em;
	padding-left: 1em;
}
div.sideresources.new .sideresourceimage {
	text-align: center;
}
div.sideresources.new a:hover {
	text-decoration: none;
	color: rgb(27, 36, 47);
}

#afterbookcol {
	clear: both;
}

#biblemenucontainer {
	/*margin-bottom: 0.5em;*/
}
/*#biblemenucontainer select {
	margin-bottom: 0.8em;
}*/
#biblemenucontainer .onedialect {
	border: 1px solid #888;
	margin-bottom: 0.8em;	
	display: inline-block;
	padding-left: 0.25em;
	padding-right: 0.25em;
	color: #888;
	text-transform: none;
	line-height: 2.125em;
	border-radius: 0.2em;
}
.biblemenu {

}
.ltr .biblemenu {
	margin-left: 1em;
}
.rtl .biblemenu {
	margin-right: 1em;
}
#biblemenucontainer.eng select#bookps {
	/*margin-left: 1em;*/
}
#biblemenucontainer.prs select#bookps, #biblemenucontainer.pus select#bookps {
	/*margin-right: 1em;*/
}

/*----- slider-caption -----*/
.slider{

	background:url(../images/bible-background.jpeg) 0px 0px repeat-x;

}
.slidercustom, .slider {
	background-position: 50% 50%; /* in centre */
	background-size: contain;
	width:100%;
	display:block;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;

		position: relative;
	margin-top: -3.25em; /* was 3 */
	/*padding-top: 2em;*/
		/*z-index: 1;*/
	
}
.slidercustom .bannerlogo, .slider .bannerlogo {
	max-height: 22em; /*300px;*/
	max-width: 100%;
}
.slidercustom.staticbackdrop .bannerlogo {
	overflow-y: hidden;
	object-fit: cover;
	object-position: center;
	height: 19em;
}
.slidercustom .bannerlogo.wide, .slider .bannerlogo.wide {
	min-height: 19em;
	object-fit: cover;
}
.slider span.logo {

	/*background:url(../images/afghanctvlogo.png)0px 0px no-repeat;*/
	background-position: center center;
	background-size: cover;
	display: inline-block;
	width:	534px;
	height: 200px;
}
.slider-caption{
	text-align:center;
	padding: /*8em 0 0;*/ 0 0 ;
}
.slider-caption h1, .slider-caption .heading {
	line-height: 1.42857em;
	font-size:3.5em;
	text-transform:uppercase;
	font-weight:900;
	margin:0;
	padding:0;
	color:#ffffff;
	padding-top: 10px;
  text-shadow: 0px 2px 0px #abc,
               0px 4px 10px rgba(0,0,0,0.15),
               0px 5px 2px rgba(0,0,0,0.1),
               0px 6px 30px rgba(0,0,0,0.1);
}
.slider-caption h1 span{
	color:#005e10;
}
.slidercustom div.sitelogo, .slider div.sitelogo, .topline div.sitelogo {
	position: absolute;
	top: 0;
	
	margin-top: 5px;
}
.rtl .slidercustom .div.sitelogo, .rtl .slider div.sitelogo, .rtl.topline div.sitelogo {
	right: 0;
	margin-right: 5px;
}
.ltr .slidercustom .div.sitelogo, .ltr .slider div.sitelogo, .ltr.topline div.sitelogo {
	left: 0;
	margin-left: 5px;
}
.slidercustom .navbar, .slider .navbar {
	position: relative;
}
.slidercustom picture.sitelogo, .slider picture.sitelogo, .slidercustom img.sitelogo, .slider img.sitelogo, .topline picture.sitelogo, .topline img.sitelogo {
	height: 2em;
	vertical-align: middle;
	transition: height 0.2s;
}
.topline.hasslider.notscrolled picture.sitelogo, .topline.hasslider.notscrolled img.sitelogo {
	height: 2.8em;
}
.slidercustom .navbar-item, .slider .navbar-item {
	color: white;
	margin-left: 0.4em;
}
.navbar-item.hamburger {
	font-size: 1.7em;
	line-height: 1em;
	vertical-align: top;
}

.slider-caption h2{
	font-size:3em;
	text-transform:uppercase;
	font-weight:900;
	margin:0;
	padding:0;
	color:#ffffff;
}
.slider-caption h3{
	font-size:2em;
	text-transform:uppercase;
	font-weight:900;
	margin:0.5em 0 0 0;
	padding:0;
	color:#000000;
}
.slider-caption h3 span{
	color:#005e10;
}

.appimage {
	border-radius: 5%;
}
img.bookimage {
	border: 1px solid #ddd;
}
/*--sticky-navigation--*/
.header{
	z-index: 9;
}

#menuPopup {
	transition: max-height 0.3s, margin-bottom 0.3s, padding-top 0.3s, padding-bottom 0.3s;
	position: absolute;
	top: 3em;
	z-index: 4;
	overflow: hidden;
	position: fixed;
	/*max-width: 20em;*/
	line-height: 2.6em;
}
.ltr #menuPopup {
	right: 1em;
}
.rtl #menuPopup {
	left: 1em;
}
#menuPopup.displayCollapsed {
	max-height: 0px;
	margin-bottom: 0; 
	padding-top: 0;
	padding-bottom: 0;
	
}
#menuPopup.displayShown {
	max-height: 28em;
	/*margin-bottom: 3em;*/ /* match slider negative */
}
#menuPopup {
	color: white;
}
#menuPopup a:not(.button) {
	color: white;
}
#menuPopup .button a {
	color: auto;
}
#menuPopup .listhead {
	text-decoration: underline;
	text-decoration-color: #aaaaaa;
}
#menuPopup .horizontalchoice {
	margin-right: 0.4em;
	margin-left: 0.4em;
}
.menuPopupInner {
	border: 1px solid #af8e53;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 0.8em;
	padding-bottom: 1em;
}
.menuPopupInner li {
	margin-top: 0.5em;
}
.menuPopupInner .menuicon {
	display: inline-block;
	width: 1em;
}
.ltr .menuPopupInner .menuicon {
	margin-right: 0.4em;
}
.rtl .menuPopupInner .menuicon {
	margin-left: 0.4em;
}
.ltr .menuPopupInner.pashtobibles .menuicon {
	margin-right: 0.7em;
}
.rtl .menuPopupInner.pashtobibles .menuicon {
	margin-left: 0.7em;
}
.menuPopupInner .menuTiles {
	display: flex;
	margin-bottom: 0.5em;
	flex-wrap: wrap;
	gap: 1em;
}
/*.ltr .menuPopupInner .menuTile {
	margin-left: 1em;
}
.rtl .menuPopupInner .menuTile {
	margin-right: 1em;
}
.ltr .menuPopupInner .menuTile:first-child {
	margin-left: 0;
}
.rtl .menuPopupInner .menuTile:first-child {
	margin-right: 0;
}*/
.menuPopupInner .linklogo {
	height: 1.5em;
	margin-top: 0.3em;
	margin-bottom: -0.3em;
}
.footer {
	position: sticky;
	top: 100vh;
}
.footer .linklogo {
	height: 1.5em;
	margin-top: 0.1em;
	margin-bottom: -0.1em;
}
.footer .linklogo:hover {
	/*background-color: grey;*/
}
.mobilemenulanguageset {
	display: none;
	width: 0px;
}
.sticky-navigation
{
    background: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    border-bottom:1px solid #EEE;
	position: -webkit-sticky;
	position: sticky;
	top: 2em;
	z-index: 1;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
/*.sticky-navigation.stuck
{
    position: fixed;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}*/
.sticky-navigation ul{
    list-style-type: none; 
    margin:0;
    padding:0;  
	display: inline; /* allow menu to appear next to ULs */
}
/*.sticky-navigation ul.displayCollapsed{
	 Do nothing, but overridden for smaller viewports 
}*/
/*.sticky-navigation ul.displayShown{
	Do nothing, but overridden for smaller viewports
}*/
.sticky-navigation .top-menu{
    /*float:left;
	width: 100%;*/
}
.sticky-navigation ul li
{
    display: inline;
}
.sticky-navigation a
{
   padding: 0.8em;
	color: #222;
	text-decoration: none;
	display: inline-block;
	font-weight:700;
}
.sticky-navigation ul li a:hover,.sticky-navigation ul li.active a{
    color:#26008e;
}
.sticky-navigation div.top-search{
	float: right;
	margin-top: 0.6em;
	position: relative;
	width: 29%;
}
.sticky-navigation div.top-search input[type="text"]{
	border: 1px solid #EEE;
	outline: none;
	position: relative;
	padding: 0.36em;
	width: 73%;
	transition: border-color 0.4s;
	-webkit-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	-ms-transition: border-color 0.4s;
	-o-transition: border-color 0.4s;
	color:#26008e;
	-webkit-appearance:none;
}
.sticky-navigation div.top-search input[type="text"]:hover{
	border-color:#26008e;
}
.sticky-navigation div.top-search input[type="submit"]{
	background:#26008e;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	border:none;
	outline:none;
	padding:0.4em 0.8em;
	position:absolute;
	font-size:1em;
	display:inline-block;
	right:0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.sticky-navigation div.top-search input[type="submit"]:hover{
	background:#000;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
}
/*-----menu-----*/
/*.sticky-navigation span.menu:before{
	content: url(/images/menu1.gif)no-repeat 0px 0px;
	background: url(/images/menu1.gif)no-repeat 0px 0px;
	cursor: pointer;	
	width:100%;
}*/
.sticky-navigation span.menu{
	display: none;
	/*content: url(/images/menu1.gif)no-repeat 0px 0px;*/
	background: url(/images/menu1.gif)no-repeat 0px 0px;
	cursor: pointer;	
	width: 100%; 
	height: 32px;
}

.video314 {
	text-align: center;
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
}
.video320 {
	text-align: center;
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
}
.video314 video {
	width: 628px;
	height: 480px;
	margin-bottom: 0.6em;
}
.video320 video {
	width: 640px;
	height: 480px;
	margin-bottom: 0.6em;
}

.container.forvideo {
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
	width: 100%;
}

/* front */
.smallgapbelow {
	margin-bottom: 0.4em;
}
.bibletiles .title, .bibletiles .subtitle {
	color: #eee;
}
.bibletiles article:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.1);
	outline: 2px solid goldenrod;
}
.bibletiles figure {
	text-align: center;
	margin-bottom: 0.5em;
}
.bibletiles .bookimage {
	max-height:8em;
	border-radius: 4px;
}
.bibletiles .bigger .bookimage {
	max-height:12em;
}
.bibletiles .evenbigger .bookimage {
	max-height:22em;
}
.bibletiles a {
	text-decoration: none;
	color: #eee;
}
.bibletiles, .bibletiles p, .bibletiles a, .bibletiles .content a, .bibletiles .content {
	text-decoration: none;
	color: #eee;
}
.bibletiles .title {
	font-size: 1.6em;
}
.bibletiles .subtitle {
	font-size: 1.2em;
}
.showimage {
	margin-top: 1em;
	text-align: center;
}
.showimage.pad5 {
	padding-top: 4em;
}
.showimage picture, .showimage img {
	max-height: 28em;
}
.showimage.pad5 picture, .showimage.pad5 img {
	max-height: 20em;
}
.contact-icon {
	background:url(/images/contact-icons.png)0px 0px no-repeat;
	width: 32px;
	height: 32px;
	display:inline-block;
	margin-right: 20px;
	margin-top: 2em;
}
.contact-icon.write{
	background-position:0px 0px;
}
.contact-icon.email{
	background-position:-100px 0px;
}
.contact-icon.phone{
	background-position:-200px 0px;
}
.contact-icon.facebook{
	background-position:-300px 0px;
}
.contact-icon.twitter{
	background-position:-400px 0px;
}
.contact-icon.webform{
	background-position:-500px 0px;
}

/* Code for responsive handling of Iframe containing video - i.e. YouTube and Vimeo */
.videosection {
    background-color: black;
}
.videocontainer {
    text-align: center; 
    max-width: 1280px; 
    margin: auto;
}
.jk-iframe-embed-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.jk-iframe-embed-responsive-item {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.jk-iframe-embed-responsive-21by9 {
    padding-bottom: 42.86%;
}

.jk-iframe-embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.jk-iframe-embed-responsive-4by3 {
    padding-bottom: 75%;
}

.jk-iframe-embed-responsive-1by1 {
    padding-bottom: 100%;
}
.videohideshow {

        height: 0.8em;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        background-color: #000;
        color: #fff;
        font-size: 2em;
        line-height: 1em;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-stretch: expanded;
        /*transform: scale(3,1);*/
        cursor: pointer;
        overflow: hidden;
}
.videohideshow:hover {
    color: #00adef;
}
.videohideshow .retreatbutton {
    background-color: #1d1d1c;
	transform: scale(3,1);
	width: 1em;
	margin: 0 auto;
	display: inline-block;
}
.videohideshow.collapsed {
    transform: scale(1,-1);
    background-color: #fff;
	height: 0;
}
.audiohideshow.collapsed {
    transform: scale(1,-1);
    background-color: #fff;
}
.videohideshow .vidimage {
    display: none;
}
.videohideshow.collapsed .vidimage {
    display: inline-block;
    height: 1em;
}
.videosection {
    max-height: 730px; /* safe since max width is 1280 and it is 16:9, so won't get there, but helps transition on some browsers alledgedly */
    transition: max-height 0.5s;
}
.audiosection {
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgb(34,34,34);
	z-index: 9;
	vertical-align: middle;
	max-height: 3em;
	transition:0.5s all;
}
.audiosection.collapsed {
    max-height: 0px;
	overflow: hidden;
}

.audiosectionextrabutton {
	color: white;
	display: inline-block;
	height: 2.6em;
	width: 2.6em;
	line-height: 1.1em;
	padding-top: 0.5em;
	margin-top: 0.2em;
	border-radius: 2em;
	border: 0.2em solid rgb(218,165,32);
}
.audiosectionextrabutton.off {
	color: #aaa;
	background: linear-gradient(to right top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.videosection.collapsed {
    max-height: 0px;
}
.videosection.collapsed .videocontainer iframe {
    height: 0px;
}

.videosectionandhideshow {
    margin-bottom: 0.5em;
}
.videosection.collapsed .jk-iframe-embed-responsive {
    z-index: -999;
}

/* Relevant articles and programmes */
#relatedcontent {
	border-top: 1px solid #ccc;
	margin-top: 2em;
	padding-top: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#relatedcontent h3 {
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 1em;
}
.rtl .media-content {
	text-align: right;
}
a.relatedcontentitem {
    width: 100%;
    display: block;
	color: black;
}
.relatedcontentitem picture, .relatedcontentitem img {
    width: 8rem;
    height: 8rem;
}
.relatedcontentitem figure, .relatedcontentitem .media-left {
    width: 8rem;
    height: 8rem;
	
}
.ltr .relatedcontentitem figure, .ltr .relatedcontentitem .media-left {
    float: left;
    margin-right: 1rem;
	margin-left: 0;
}
.rtl .relatedcontentitem figure, .rtl .relatedcontentitem .media-left {
    float: right;
    margin-left: 1rem;
	margin-right: 0;
}
.relatedcontentitem .media-content {
    height: 8rem;
}
a.relatedcontentitem:hover {
    text-decoration: none;
    color: inherit;
    background-color: #dddddd;
}
a.relatedcontentitem:visited, a.relatedcontentitem:active {
	text-decoration: none;
    color: inherit;
}
a.relatedcontentitem:active {
	border: 1px dashed #222222;
}
a.relatedcontentitem:hover p.nameanddesc {
    color: inherit;
}
a.relatedcontentitem:visited p.nameanddesc, a.relatedcontentitem:active p.nameanddesc {
    color: inherit;
}
.relatedcontentitem .media-content .nameanddesc {
    height: 7.35em;
	line-height:1.7em;
    position: relative;
    overflow-y: hidden;
    margin-bottom: 0;
}
.relatedcontentitem .media-content .nameanddesc::before {
    content: "...";
    position: absolute;
    bottom: 0;
}
.ltr .relatedcontentitem .media-content .nameanddesc::before {
    right: 0;
}
.rtl .relatedcontentitem .media-content .nameanddesc::before {
    left: 0;
}
.relatedcontentitem .media-content .nameanddesc::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 7rem; /* high enough to reach down and cover the elipsis */
    background: white;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
  }
.ltr .relatedcontentitem .media-content .nameanddesc::after {
	right: 0; /* note: not using bottom */
}
.rtl .relatedcontentitem .media-content .nameanddesc::after {
	left: 0; /* note: not using bottom */
}
a.relatedcontentitem:hover .media-content .nameanddesc::after {
    background :#dddddd;
}
.relatedcontentitem .media-content .verses {
    color: blue;
    font-style: italic;
}

.dropdown {
	position: relative;
	display: inline-block;
	direction: ltr;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.ltr .dropdown-content {
	right: 0;
}
.rtl .dropdown-content {
	left: 0;
}
/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showdropdown {
	display:block;
}
.dropbtn {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.faq h3 {
	font-size: 2em;
}
.faq h4 {
	font-size: 1.5em;
}
.faqentry {
	margin-top: 2em;
}
.faqentry:first-child {
	margin-top: 0;
}

.homepageheader h3 {
	font-size: 2.5rem;
	font-weight: 400;
}
.homepageheader h4 {
	font-size: 1.5rem;
	font-weight: 400;
}

audio {
	max-height: 3em;
	vertical-align: middle;
}

/*----- responsive-design -----*/
@media(max-width:1440px){
	
}
@media(max-width:1336px){
	.topline.hasslider.haswidebanner.notscrolled .navbarright {
		top: 0.5em;
	}
	.topline.hasslider.haswidebanner.notscrolled picture.sitelogo, .topline.hasslider.haswidebanner.notscrolled img.sitelogo {
		height: 2em;
	}
}
@media(max-width:1280px){
	
}
@media(max-width:1024px){
	.slider-caption h1, .slider-caption .heading {
		font-size: 3em;
	}
	.about-header h1,.services-header h1,.products-header h1{
		font-size: 3.5em;
	}
	.top-header {
		min-height: 123px;
	}
	.scripture, .testamentchoice {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.altzoom {
		touch-action: pan-x pan-y;
	}
	.biblechoiceheading {
		margin-left: 0.1em;
		margin-right: 0.1em;
	}
}
@media(max-width:768px){
	.homepageheader h3 {
		font-size: 1.5em;
		font-weight: bold;
	}
	.homepageheader h4 {
		font-size: 1.5em;
		font-weight: normal;
	}
	.slidercustom.staticbackdrop .bannerlogo {
		height: 11em;
	}
	.topline.hasslider.notscrolled .navbarright {
		top: 0.5em;
	}
	.topline.hasslider.notscrolled picture.sitelogo, .topline.hasslider.notscrolled img.sitelogo {
		height: 2em;
	}
	.flexbooklist {
		justify-content: center;
	}
	.flexbooklist .box-book {
		width: 10em;
		height: 8em;
	}
	.flexbooklist .anotherdiv {
		width: 10em;
	}
	.bookboxcontent .bookname {
		font-size: 1.2em;
	}
	.bookboxcontent .booktype {
		font-size: 0.9em;
	}
	.biblesectionswitcher {
		display: flex;
	}
	.biblesectionswitcher div {
		font-size: 1.2em;
		width: 100%;
		max-width: 20em;
		text-align: center;
	}
	.sticky-navigation ul{
			opacity: 0;
			position:absolute;
			width:100%;
			z-index: 9999;
			left: 0%;
			margin: 0em 0em;
			background:#808080;
		}
		.sticky-navigation span.menu {
			display: block;
			width: 34px; /* was 100% */
			position: relative;
			text-align: right;
			padding: 14px 1em 0;
		}
	
		.sticky-navigation ul.displayCollapsed{
			opacity:0; z-index: -9999; display: none;
		}
		.sticky-navigation ul.displayShown{
			opacity:1; z-index: 9999; display: inherit;
			transition: 0.5s all; /* alas the display: (needed for IE) sometimes prevents transition */
		}
		.sticky-navigation ul li{
			display: block;
			float:none;
			padding: 0.8em 0;
			text-align: center;
		}
		.sticky-navigation ul li a,.sticky-navigation ul li.active a{
			color:#fff;
			padding:0;
			margin:0;
		}
		.sticky-navigation ul li a:hover{
			color:#000;
		}
	}
	/*--sticky-navigation--*/
	/*----- top-grids ------*/
	.top-grids{
		padding: 4em 0 3.5em;
		margin-top: 1em;
	}
	.top-grids.lowtop {
		padding-top: 0px;
	}
	.top-grid{
		margin-bottom:1em;
	}
	.top-grid h4 a{
		text-transform:uppercase;
		font-weight:700;
		font-size:1.1em;
		text-decoration:none;
	}
	.top-grid h4 a:hover{
		color:#005e10;
	}
	.top-grid p{
		color:#777;
		font-size:1em;
		line-height:1.7em;
	}
	span.top-icon{
		background:url(../images/services-icons.png)0px 0px no-repeat;
		width: 67px;
		height: 57px;
		display:block;
	}
	span.top-icon1{
		background-position:-387px 0px;
	}
	span.top-icon2{
		background-position:-780px 0px;
	}
	.media-icon {
		background:url(/images/media-icons.png)0px 0px no-repeat;
		width: 32px;
		height: 32px;
		display:inline-block;
		margin-right: 20px;
	}
	.endsection {
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	#biblemenucontainer.pus .media-icon.bible-karaoke, #biblemenucontainer.prs .media-icon.bible-karaoke {
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: -8px;
	}
	#biblemenucontainer.eng .media-icon.bible-karaoke {
			margin-left: 10px;
			margin-right: 0px;
			margin-bottom: -8px;
	}
	.media-icon.play{
		background-position:-3px -1px;
	}
	.media-icon.play:hover{
		background-position:-3px -100px;
	}
	.media-icon.pause{
		background-position:-100px -1px;
	}
	.media-icon.pause:hover{
		background-position:-100px -100px;
	}
	.media-icon.download{
		background-position:-200px -1px;
	}
	.media-icon.download:hover{
		background-position:-200px -100px;
	}
	div.media-icons-block h4{
		display: inline-block;
	}
	div.media-icons-block {
		margin-bottom: 0.5em;
	}
	/* ------ our-news -----*/
	.our-news{
		padding: 3em 0 5em;
		background: #f7f7f7;
	
	}
	.news-grids{
		padding:0em 0 0 0;
	}
	.news-grid{
		padding-top: 2em;
	}
	.news-grids .img-responsive {
		max-height: 300px;
		border: 2px solid black;
	}
	.head-section h3{
		font-size:1.7em;
		color:#000;
		text-transform:uppercase;
		font-weight:700;
		border-bottom:1px solid #EEE;
		display:inline-block;
		padding:0 0 0.5em 0;
		margin:0 0 0.5em 0;
	}
	.head-section p{
		color:#777;
		font-style:italic;
		font-size: 1em;
	}
	.news-grid h4{
		font-size: 1.3em;
		text-transform: uppercase;
		color: #000;
		font-weight: 700;
		padding: 0.8em 0 0.3em;
		margin: 0;
	}
	.news-grid p{
		color: #777;
		line-height: 1.7em;
		padding: 0.1em 0 0em;
		display: block;
		font-size: 1em;
	}
	a.news-btn{
		color:#000;
		display:inline-block;
		font-weight:700;
		text-transform:uppercase;
		text-decoration:none;
		background:#005e10;
		color:#FFF;
		padding:0.5em 1em;
		border-radius:0.5em;
	}
	a.news-btn:hover{
		background:#000;
	}
	/*---- testmoniasl -----*/
	.testmonials{
		/*background: url(../images/header-blank-bg.jpg) no-repeat 0px 0px;
		background-size: cover;*/
	/*	min-height: 331px; */
		padding-top: 3em;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
	}
	.head-section p{
		color:#000;
	}
	.testmonials div.head-section{
		margin-top: 1em;
	}
	.testmonial-grid  p{
		font-size:1.3em;
		font-style:italic;
		color:#000;
		text-align:center;
		width:70%;
		margin:2em  auto;
		font-weight:100;
	}
	.testmonial-grid  p span{
		font-size: 1.2em;
		vertical-align: middle;
	}
	/*------ bottom-grids -----*/
	.bottom-grids{
		padding: 3em 0 3em;
		background: #f7f7f7;
	}
	.bottom-grids.forvideo{
		padding-top: 0.1em;
	}
	.bottom-grids-left h2{
		margin:0;
		padding:1em 0;
		font-size:1.5em;
		text-transform:uppercase;
		font-weight:700;
		line-height:1.5em;
	}
	.bottom-grids-left-left{
		padding-left:0;
	}
	.bottom-grids-left-right h3{
		margin:0;
		padding:0;
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:700;
		line-height:1.5em;
	}
	.bottom-grids-left-right p{
		color: #777;
		line-height: 1.75em;
		padding: 0.5em 0;
		margin: 0;
		font-size: 1em;
	}
	.bottom-grids-right h2{
		color:#000;
		font-weight:700;
		font-size:1.5em;
		text-transform:uppercase;
		line-height:1.5em;
	}
	/*.bottom-grids-right ul{
		margin:0.8em 0 0 0;
		padding:0;
	}
	.bottom-grids-right ul li{
		list-style:none;
	}
	.bottom-grids-right ul li a{
		color:#777;
		text-decoration:none;
		text-transform:uppercase;
		padding:0.5em 0;
		display:block;
		border-bottom:1px solid #EEE;
		transition:0.3s all;
		font-size: 1em;
	}
	.bottom-grids-right ul li a:hover{
		color:#005e10;
		padding-left:0.2em;
	}
	.bottom-grids-right ul li a span{
		width:8px;
		height:8px;
		display:inline-block;
		background:url(../images/arrow.png) no-repeat 0px 0px;
		vertical-align:middle;
		margin-right:0.5em;
	}*/
	/*----- news-letter ----*/
	.news-letter{
		padding: 2em 0 4em;
	}
	.news-letter-left{
		float:left;
	}
	.news-letter-right{
		float:right;
	}
	.news-letter-left h3{
		font-size: 1.8em;
		font-weight: 700;
		color: #000;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}
	.news-letter-left h3 span{
		width:64px;
		height:64px;
		display:inline-block;
		background:url(../images/mail.png) no-repeat 0px 0px;
		vertical-align:middle;
		margin-right:0.4em;
	}
	.news-letter-right{
		width: 30%;
		position: relative;
		margin-top: 0.8em;
	}
	.news-letter-right input[type="text"]{
		border: 1px solid #EEE;
		outline: none;
		position: relative;
		padding: 0.8em;
		width: 100%;
		transition: border-color 0.4s;
		-webkit-transition: border-color 0.4s;
		-moz-transition: border-color 0.4s;
		-ms-transition: border-color 0.4s;
		-o-transition: border-color 0.4s;
		color: #005e10;
		-webkit-appearance: none;
		border-radius:3em;
		transition:0.5s all;
		-webkit-transition:0.5s all;
		-o-transition:0.5s all;
		-ms-transition:0.5s all;
		-moz-transition:0.5s all;
		position:relative;
	}
	.news-letter-right input[type="submit"]{
		position:absolute;
		right:10px;
		top:5px;
		height:32px;
		width:32px;
		display:inline-block;
		background:url(../images/submit.png) no-repeat 0px 0px;
		border:none;
		transition:0.5s all;
		-webkit-transition:0.5s all;
		-o-transition:0.5s all;
		-ms-transition:0.5s all;
		-moz-transition:0.5s all;
	}
	.news-letter-right input[type="submit"]:hover{
		background:url(../images/submith.png) no-repeat 0px 0px;
	}
	.social-share ul{
		padding:0;
	}
	.social-share iframe {
		border: none;
		overflow: hidden;
	}
	.social-share iframe.fblike {
		width: 55px;
		height: 61px;
	}
	.socialcontainer {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/*------ footer ------*/
	.footer{
		background-color: #222222;
	}
	.footeritems {
		display: flex;
		flex-wrap: wrap;
		
		column-gap: 3em;
		row-gap: 1em;
		justify-content: center;
		align-content: flex-start;
		margin-bottom: 1.5em;
	}
	.footeritem a {
		color: white;
	}
	.footeritem a:hover {
		border-bottom: 1px solid grey;
	}
	.footer-base, .footer-base p {
		text-align: center;
		color: #fff;
	}
	.footer.hasaudio {
		/*padding-bottom: 10rem; not needed if footer already deep */
	}
	.footer-left{
		float:left;
	}
	.footer-left ul{
		margin:0;
		padding:0;
	}
	.footer-left ul li{
		display:inline-block;
	}
	.footer-left ul li a{
		color:#fff;
		text-transform:uppercase;
		font-size:1em;
		padding:1em;
		display:block;
		text-decoration:none;
	}
	.footer-left ul li a:hover{
		color:#005e10;
	}
	.footer-right{
		float:right;
	}
	.footer-right p{
		color:#fff;
		text-transform:uppercase;
	}
	.footer-right p a{
		color:#fff;
	}
	.footer-right p a:hover{
		color:#005e10;
		text-decoration:none;
	}
	.footer-right{
		margin-top:0.9em;
	}
	/*----- social-share -----*/
	.social-share{
		padding:3em 0 0 0; 
	}
	.social-share h3{
		font-size:2em;
		color:#000;
		text-transform:uppercase;
		font-weight:700;
		margin:0;
		padding:0 0 1em 0;
	}
	.social-share ul li{
		display:inline-block;
	}
	.social-share ul li a:hover{
		opacity:0.8;
	}
	.social-share ul li a span{
		width: 53px;
		height: 53px;
		display: inline-block;
		background: url(../images/social-icons2.png) no-repeat 0px 0px;
	}
	.social-share ul li a.facebook span{
		background-position: -53px 0px;
	}
	.social-share ul li a.twitter span{
		background-position:0px 0px;
	}
	.social-share ul li a.instagram span{
		background-position:-161px 0px;
	}
	.social-share ul li a.dribble span{
		background-position: -402px 0px;
	}
	/*----- about -----*/
	.top-header{
		min-height:150px;
	}
	.about-header{
		background:url(../images/header-bg.jpg) no-repeat 50%;
	}
	.about-header{
		text-align:center;
	}
	.about-header h1{
		margin:0;
		text-transform:uppercase;
		font-weight:700;
		font-size:4em;
		color:#FFF;
		padding-top:0.75em;
	}
	.about-header h1 span{
		color:#005e10;
	}
	.about-head{
		padding:0.5em 0 0.5em 0;
	}
	.about-head h3{
		font-size:2em;
		color:#000;
		font-weight:700;
		text-transform:uppercase;
		margin:0;
		padding:1em 0 0.3em 0;
	}
	.about-head span{
		color:#777;
		font-size:1em;
	}
	.about-top-grid{
		margin:1em 0;
	}
	.about-top-grid h4{
		color:#000;
		font-weight:700;
		text-transform:uppercase;
		font-size:1.4em;
		margin:0;
		padding:0.5em 0 0.5em 0;
	}
	.about-top-grid p{
		color:#777;
		line-height:1.7em;
	}
	.about-latest-news-grids{
		padding:3em 0;
	}
	.about-latest-news-grid h4{
		color:#000;
		font-weight:700;
		font-size:1.5em;
		text-transform:uppercase;
		margin:0;
		padding:0.6em 0;
	}
	.about-latest-news-grid p{
		color:#777;
		font-size:1em;
		line-height:1.7em;
	}
	.about-top-gridn h4 {
		font-size: 1.4em;
		color: #000;
	}
	.about-top-gridn p {
		font-size: 1em;
		color: #000;
	}
	/*-----  services -----*/
	.services-header{
		background:url(../images/header-bg.jpg) no-repeat 50% 100%;
		text-align:center;
	}
	.services-header h1 {
		margin: 0;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 4em;
		color: #FFF;
		padding-top: 0.75em;
	}
	.services-header h1 span {
		color: #005e10;
	}
	.services-head{
		padding:0.5em 0 0.5em 0;
	}
	.services-head h3{
		font-size:2em;
		color:#000;
		font-weight:700;
		text-transform:uppercase;
		margin:0;
		padding:1em 0 0.3em 0;
	}
	.services-head span{
		color:#777;
	}
	.services-grid{
		margin:1em 0;
	}
	.services-grid h4{
		font-size:1.3em;
		font-weight:700;
		color:#000;
		text-transform:uppercase;
	}
	.services-grid p{
		color:#777;
		line-height:1.7em;
		font-size:1em;
	}
	/*----- products -----*/
	.products-header{
		background: url(../images/header-bg.jpg) no-repeat 70%;
		text-align:center;
	}
	.products-header h1 {
		margin: 0;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 4em;
		color: #FFF;
		padding-top: 0.75em;
	}
	.products-header h1 span {
		color: #005e10;
	}
	.products-head{
		padding:0.5em 0 0.5em 0;
	}
	.products-head h3{
		font-size:2em;
		color:#000;
		font-weight:700;
		text-transform:uppercase;
		margin:0;
		padding:1em 0 0.3em 0;
	}
	.products-head span{
		color:#777;
	}
	.products-grids{
		margin-top:1.5em;
	}
	.products-grid{
		margin-bottom:2em;
	}
	/*.products-grid img{
		
	}*/
	/*------ contact -----*/
	.contact-head{
		text-align:center;
	}
	.contact-head h2{
		font-size: 2em;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0;
		padding: 1em 0 0.3em 0;
	}
	.contact-head span{
		color: #777;
	}
	.contact-map iframe{
		min-height:300px;
		width:100%;
		border:none;
		margin:1.5em 0 1em;
	}
	.contact-form-row{
		margin-bottom:1em;
	}
	.contact-form-row div{
		width: 32.6%;
		float: left;
		margin-right: 1%;
	} 
	.contact-form-row div span,.contact-form-row2  span{
		font-size:1.2em;
		color:#000;
		font-weight:700;
		text-transform:uppercase;
		display:block;
		padding:0 0 0.5em;
	}
	.contact-form-row div input[type="text"]{
		width:100%;
		padding:1em;	
		font-family: 'Droid Sans', sans-serif;
		border:1px solid #EEE;
		-webkit-appearance:none;
		outline:none;
		color:#777;
		transition:border-color 0.4s;
		-webkit-transition:border-color 0.4s;
		-moz-transition:border-color 0.4s;
		-o-transition:border-color 0.4s;
		-ms-transition:border-color 0.4s;
	}
	.contact-form-row div input[type="text"]:hover,.contact-form-row2 textarea:hover{
		color:#005e10;
		border-color:#005e10;
	}
	.contact-form-row div:nth-child(3){
		margin-right:0;
	}
	.contact-form-row2 textarea{
		width:100%;
		padding:1em;	
		font-family: 'Droid Sans', sans-serif;
		border:1px solid #EEE;
		-webkit-appearance:none;
		outline:none;
		color:#777;
		min-height:320px;
		resize:none;
		transition:border-color 0.4s;
		-webkit-transition:border-color 0.4s;
		-moz-transition:border-color 0.4s;
		-o-transition:border-color 0.4s;
		-ms-transition:border-color 0.4s;
	}
	.contact-form-row2 {
		margin-top:1em;
	}
	.contact-form input[type="submit"]{
		background: #005e10;
		color: #FFF;
		font-weight: 700;
		text-transform: uppercase;
		border: none;
		outline: none;
		margin-top:1em;
		padding: 0.7em 2em;
		font-size: 1.5em;
		display: inline-block;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}
	.contact-form input[type="submit"]:hover{
		background: #000;
	}
	/*-----------------------------------------------------------------------------------*/
	.b-link-stripe{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-weight: 300;
		overflow:hidden;
	}
	.b-link-stripe .b-wrapper{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		text-align:center;
		color:#ffffff;
		overflow:hidden;
	}
	.b-link-stripe .b-line{
		position:absolute;
		top:0;
		bottom:0;
		width:20%;
		background:rgba(0, 142, 16, 0.84);
		transition:all 0.5s linear;
		-moz-transition:all 0.5s linear;
		-ms-transition:all 0.5s linear;
		-o-transition:all 0.5s linear;
		-webkit-transition:all 0.5s linear;
		opacity:0;
		visibility:hidden; /* lt-ie9 */
	}
	/* lt-ie9 */
	.b-link-stripe:hover .b-line{
		visibility:visible;
	}
	.b-link-stripe .b-line1{
		left:0;
	}
	.b-link-stripe .b-line2{
		left:20%;
		transition-delay:0.1s !important;
		-moz-transition-delay:0.1s !important;
		-ms-transition-delay:0.1s !important;
		-o-transition-delay:0.1s !important;
		-webkit-transition-delay:0.1s !important;
	}
	.b-link-stripe .b-line3{
		left:40%;
		transition-delay:0.2s !important;
		-moz-transition-delay:0.2s !important;
		-ms-transition-delay:0.2s !important;
		-o-transition-delay:0.2s !important;
		-webkit-transition-delay:0.2s !important;
	}
	.b-link-stripe .b-line4{
		left:60%;
		transition-delay:0.3s !important;
		-moz-transition-delay:0.3s !important;
		-ms-transition-delay:0.3s !important;
		-o-transition-delay:0.3s !important;
		-webkit-transition-delay:0.3s !important;
	}
	.b-link-stripe .b-line5{
		left:80%;
		transition-delay:0.4s !important;
		-moz-transition-delay:0.4s !important;
		-ms-transition-delay:0.4s !important;
		-o-transition-delay:0.4s !important;
		-webkit-transition-delay:0.4s !important;
	}
	.b-link-stripe:hover .b-line{
		opacity:1;
	}
	/*-----------------------------------------------------------------------------------*/
	/*	Animation effects
	/*-----------------------------------------------------------------------------------*/
	.b-animate-go{
		text-decoration:none;
	}
	.b-animate{
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		visibility: hidden;
		font-size:1.1em;
		font-weight:700;
	}
	.b-animate img{
		margin-top:9%;
		display: -webkit-inline-box;
	}
	/* lt-ie9 */
	.b-animate-go:hover .b-animate{
		visibility:visible;
	}
	.b-from-left{
		position:relative;
		left:-100%;
	}
	.b-animate-go:hover .b-from-left{
		left:0;
	}
	.slider {
		/*min-height: 400px;*/
		padding: 0 0 0;
	}
	.slider-caption h1, .slider-caption .heading {
		font-size: 2em;
		padding-top: 25px;
	}
	.about-header h1,.services-header h1,.products-header h1{
		font-size: 3.5em;
	}
	.top-header {
		min-height: 123px;
	}
	.slider-caption h2 {
		font-size: 2.2em;
	}
	.slider-caption h3 {
		font-size: 1.5em;
	}
	.top-grids {
		padding: 0.8em 0 0.5em;
	}
	.our-news {
		padding: 1.5em 0 2em;
	}
	.news-grids {
		padding: 0.5em 0 0 0;
	}
	.news-grid {
		margin-bottom: 2em;
	}
	.testmonials {
		min-height: 205px;
		padding: 1em 0;
	}
	.testmonial-grid p {
		font-size: 1em;
		width: 90%;
		margin: 1em auto;
	}
	.bottom-grids-left-left {
		padding-left:15px;
	}
	.bottom-grids-left h2 {
		padding: 0 0 0.5em 0;
	}
	.bottom-grids-left-right {
		margin: 1.5em 0 0 0;
	}
	.news-letter-right {
		width: 50%;
		margin: 16px auto 0;
	}
	.sticky-navigation div.top-search {
		width: 35%;
	}
	/*
	.sticky-navigation {
		padding: 0.7em 0 1em;
	}*/
	.name-in{
		margin:0 auto;
	}
	.news-grid {
		text-align:center;
	}
	.sticky-navigation div.top-search input[type="text"] {
		padding: 0.35em;
	}
	.contact-form-row div {
		width: 100%;
		margin-top: 1em;
	}
	.contact-form-row2 textarea {
		min-height: 180px;
	}
	.slider .languagechoice {
                top: 310px;
		border: 1px solid #a9a9a9;
		color: #000000;
    }
	.slider .languagechoice.ps, .languagechoice.fa, .languagechoice.lang-ps, .languagechoice.lang-fa {
		left: 5px;
		right: inherit;
	}

	.slider .languagechoice a {
		color: #262626;
	}

}
@media(max-width:724px){
 /* for some reason if you remove this, the 640 below has now effect */

}
@media(max-width:640px){

	.top-menu {
		max-width: 90%;
	}
	.rtl .biblenav {
		float: unset;
		margin-left: 0;
		text-align: center;
	}
	.ltr .biblenav {
		float: unset;
		margin-right: 0;
		text-align: center;
	}
	.ltr .bibleextras, .rtl .bibleextras {
		margin-left: auto;
		margin-right: auto;

	}
	.loneicon.bibleextras span {
		padding-left: 0 ;
		padding-right: 0 ;
	}
.video314 video{
	width: 314px;
	height: 240px;
}
.video320 video{
	width: 320px;
	height: 240px;
}
	.footer-left,.footer-right {
		float: none;
		text-align:center;
	}
	.sticky-navigation div.top-search {
		width: 41%;
	}
}

@media(max-width:480px){
	.topline.hasslider.notscrolled .navbarright {
		top: 0.5em;
	}
	.topline.hasslider.notscrolled picture.sitelogo, .topline.hasslider.notscrolled img.sitelogo {
		height: 2em;
	}
	.top-menu {
		max-width: 80%;
	}
	.scripturenavtop {
		display: none;
	}
	.languageset {
		display: none;
		width: 0px;
	}
	.mobilemenulanguageset {
		display: block;
		width: auto;
		margin-top: 1em;
	}
	.slider {
		/*min-height: 300px;*/
		padding: 0em 0 0;
	}
	.slider-caption h1, .slider-caption .heading {
		padding-top: 32px;
		font-size: 1.5em;
	}
	.slider-caption h2 {
		font-size: 1.8em;
	}
	.slider-caption h3 {
		font-size: 1.3em;
	}
	.sticky-navigation div.top-search {
		width: 48%;
	}
	.top-grid h4 a {
		font-size: 1em;
	}
	.news-letter-left h3 {
		font-size: 1.5em;
	}
	.footer-left ul li a {
		padding: 1em 0.5em;
	}
	.about-header h1, .services-header h1, .products-header h1 {
		font-size: 2.5em;
		padding-top: 1.2em;
	}
	.about-top-gridn h4 {
		font-size: 1.2em;
	}
	.bottom-grids-left h2 {
		font-size: 1.3em;
	}
	.news-letter-left ,.news-letter-right{
	float: none;
	text-align:center;
}
}
@media(max-width:410px){
	.menuPopupInner {
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-top: 0;

	}
	.tabs a {
		font-size: 0.9em;
	}
	.slidercustom, .slider {
		margin-top: -2.25em;
	}
}
@media(max-width:360px){
	.slidercustom picture.sitelogo, .slider picture.sitelogo, .slidercustom img.sitelogo, .slider img.sitelogo, .topline picture.sitelogo, .topline img.sitelogo {
		height: 1.5em;
		vertical-align: middle;
	}
}
@media(max-width:340px){
	#menuPopup {
		line-height: 2em;
	}
	.section {
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media(max-width:319px){
	.section {
		padding-left: 0.1em;
		padding-right: 0.1em;
	}
	.biblemenu {
		margin-left: 0.1em;
		margin-right: 0.1em;
	}
	#biblemenucontainer {
		font-size: 0.9em;
	}
	.breadcrumb {
		font-size: 0.9em;
	}
	.video314 video{
		width: 157px;
		height: 120px;
	}
	.video320 video{
		width: 160px;
		height: 120px;
	}
		.slider {
			min-height: 150px;
			padding: 0em 0 0;
			/*background: url(../images/header-bg.jpg)center no-repeat;*/
		}
		.slider-caption h1, .slider-caption .heading {
			padding-top: 2px;
			font-size: 1.2em;
		}
		.slider-caption h2 {
			font-size: 1.2em;
		}
		.slider-caption h3 {
			font-size: 0.9em;
		}
		.sticky-navigation div.top-search input[type="text"] {
			padding: 0.28em;
		}
		.sticky-navigation div.top-search input[type="submit"] {
			padding: 0.5em 0.6em;
			font-size: 0.85em;
		}
		.top-grid h4 a ,.top-grid p,.head-section p,.news-grid p,.bottom-grids-left-right p,.bottom-grids-right ul li a,
		.about-top-gridn p,.about-latest-news-grid p{
			font-size: 0.9em;
		}
		.about-head span,.services-head span,.products-head span,.contact-head span{
			font-size: 0.9em;
		}
		.head-section h3 ,.social-share h3{
			font-size: 1.4em;
		}
		.sticky-navigation div.top-search {
			width: 58%;
		}
		.news-grid h4,.about-top-gridn h4 {
			font-size: 1.1em;
		}
		.our-news,.bottom-grids {
			padding: 1em 0 1em;
		}
		.bottom-grids-left h2 {
			font-size: 1.1em;
		}
		.bottom-grids-left-right h3 {
			font-size: 1em;
		}
		.bottom-grids-right h2{
			font-size:1.3em;
		}
		.social-share {
			padding: 1em 0 0 0;
		}
		.news-letter-left h3 {
			font-size: 1.3em;
		}
		.news-letter-right {
			width: 75%;
		}
		.news-letter {
			padding: 1em 0 2em;
		}
		.footer-left ul li a {
			padding: 0.5em ;
		}
		.footer-right {
			margin-top: 0.5em;
		}
		.footer {
			padding: 0.3em 0;
		}
		.top-header {
			min-height: 87px;
		}
		.about-header h1, .services-header h1, .products-header h1 {
			font-size: 1.8em;
		}
		.about-head h3,.services-head h3,.products-head h3 ,.contact-head h2{
			font-size: 1.5em;
			padding: 0.5em 0 0.3em 0;
		}
		.about-latest-news-grids {
			padding: 1em 0;
		}
		.about-head {
			padding: 0.5em 0 ;
		}
		.about-latest-news-grid h4 {
			font-size: 1.2em;
		}
		.services-grid h4 {
			font-size: 1.1em;
		}
		.services-grid p {
			font-size: 0.9em;
		}
		.b-animate img {
			margin-top: 4%;
		}
		.products-grid {
			margin-bottom: 1em;
		}
		.contact-map iframe {
			min-height: 200px;
			margin:1em 0 0;
		}
		.contact-form-row div span, .contact-form-row2 span {
			font-size: 1.1em;
		}
		.contact-form-row {
			margin-bottom:0;
		}
		.contact-form input[type="submit"] {
			padding: 0.5em 2em;
			font-size: 1.2em;
		}
		.slider   .languagechoice {
					top: 160px;
			border: 1px solid #a9a9a9;
					color: #000000;
			}
			.slider     .languagechoice a {
					color: #262626;
			}

			.slidercustom picture.sitelogo, .slider picture.sitelogo, .slidercustom img.sitelogo, .slider img.sitelogo, .topline picture.sitelogo, .topline img.sitelogo {
				height: 1.5em;
				vertical-align: middle;
			}
}
@media(max-width:230px){
	#menuPopup.displayShown {
		max-height: 30em;
	}
	.ltr #menuPopup {
		right: 0;
	}
	.rtl #menuPopup {
		left: 0;
	}
}
@media(max-height:330px){
	#menuPopup {
		line-height: 2em;
	}
}
@media(max-height:330px){
	#menuPopup {
		line-height: 2em;
	}
}
@media(max-height:299px) {
	#menuPopup {
		position: initial;
		margin-bottom: 3em; /* compensate for slider neg */
	}
	#menuPopup.displayShown {
		max-height: 40em;
	}
}
@media(max-height:330px) and (max-width:480px) {
	#menuPopup {
		position: initial;
		margin-bottom: 3em; /* compensate for slider neg */
	}
	#menuPopup.displayShown {
		max-height: 40em;
	}
}
.hazaragitext {
	direction: rtl;
	font-size: 16pt;
}
.hazaragitext h1, .hazaragitext h2, .hazaragitext h3, .hazaragitext h4 {
		clear:both;
	}
.hazaragitext .super {
		vertical-align: super;
		font-size:70%;
	}
.hazaragitext .drop-cap {
		font-size: 220%;
		float: right;
		font-weight: bold;
		margin-left: 4px;
	}
.hazaragitext .alert-list {
		color: red;
	}
	
.hazaragitext h2.major-section {
		text-align: center;
	}
	
.hazaragitext h2.section-range {
		text-align: center;
		font-size: 100%;
		margin-top: 0em;
	}
.hazaragitext p.poetry1 {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-right: 1em;
	}
.hazaragitext p.poetry2 {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-right: 2em;
	}
.hazaragitext p.poetry3 {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-right: 3em;
	}
.hazaragitext ul.l2 {
		padding-right: 4em;
	}
.hazaragitext a.footnote {
		text-decoration: none;
	}

@font-face {  
	font-family: 'Scheherazade';  
	font-weight: 400;  
	font-style: normal;  
	font-display: swap;
	src: local('Scheherazade'),
			url('/css/Scheherazade-R.woff2') format('woff2'),
			url('/css/Scheherazade.woff') format('woff');
	}

@font-face {  
		font-family: 'Scheherazade New';  
		font-weight: 400;  
		font-style: normal;  
		font-display: swap;
		src: local('Scheherazade New'),
				url('/css/Scheherazade-R.woff2') format('woff2'),
				url('/css/Scheherazade-R.woff') format('woff');
		}

@font-face {  
	font-family: 'Lateef Haz Kas Low';  
	font-weight: 400;  
	font-style: normal;  
	font-display: swap;
	src: local('Lateef Haz Kas Low'),
			url('/css/LateefHaz.woff2') format('woff2'),
			url('/css/LateefHaz.woff') format('woff');
	}

@font-face {  
	font-family: 'Pashto Hotak Jason';  
	font-weight: 400;  
	font-style: normal;  
	font-display: swap;
	src: local('Pashto Hotak Jason'),
			url('/css/PashtoHotakJason.woff2') format('woff2'),
			url('/css/PashtoHotakJason.woff') format('woff');
	}

@font-face {  
	font-family: 'XB Zar';  
	font-weight: 400;  
	font-style: normal;  
	font-display: swap;
	src: local('XB Zar'),
			url('/css/XBZar.woff2') format('woff2'),
			url('/css/XBZar.woff') format('woff');
	}
@font-face {  
	font-family: 'XB RiyazJason';  
	font-weight: 400;  
	font-style: normal;  
	font-display: swap;
	src: local('XB RiyazJason'),
			url('/css/XBRiyazJason.woff2') format('woff2'),
			url('/css/XBRiyazJason.woff') format('woff');
	}