@font-face {
	font-family: TrajanPro;
	src: url('theme/fonts/TrajanProBold.ttf') ;
}
@font-face {
	font-family: Montserrat;
	src: url('theme/fonts/Montserrat-Regular.otf');
}
@font-face {
	font-family: AdobeArabic;
	src: url('theme/fonts/AdobeArabic-Regular.otf');
}
@font-face {
	font-family: HelveticaNeue;
	src: url('theme/fonts/HelveticaNeueLt.ttf');
}
@font-face {
	font-family: 'Montserrat Light';
	src: url('theme/fonts/Montserrat-Light.otf');
}

body, html {
	margin: 0;
	padding: 0;
	font-size: 16.6px;
	font-family: "Montserrat";
	height: 100%;
	background-position-y: -55px;
}


button {
	background-color: transparent;
	border: 0;
}

.day {
  background: #F5F5F5 url('theme/bg.png') no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #333;
}

.night {
  background: #F5F5F5 url('theme/dark-bg.png') no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFFFFF;
}

#head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	text-align: justify;
	padding: 8px 0 0;
	line-height: 30px;
}

#head .head-item {
	width: 33%;
	flex-grow: 1;
	display: inline-block;
}

#head .head-item.bar {
	margin-top: 0;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: 0 10px 5px -10px #777777;
	-moz-box-shadow: 0 10px 5px -10px #777777;
	box-shadow: 0 10px 5px -10px #777777;
	padding: 2px 0 1px;
}

#head .head-item.right-bar {
	text-align: right;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 22px;
}

#head .head-item.left-bar {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 22px;
}

.logo-sec {
	text-align: center;
	flex-grow: 2;
	margin-top: -5px;
}

#logo {
	height: 65px;
	display: block;
	margin: 0 auto 2px;
}

#site-title {
	font-size: 18px;

	font-family: "TrajanPro";

	color: #198f9d;

	font-weight: bold;

	line-height: 0.9;

	text-align: center;
	margin-top: 1px;
}

.top-left-bar, .top-right-bar {
	float: left;
	width: 95%;
}

.top-left-bar {
	padding-left: 10%;
	margin-bottom: 2px;
}

.top-right-bar {
	padding-right: 15%;
}

.top-left-bar-item, .top-right-bar-item {
	margin: 0 3%;
	float: left;
}

.top-left-bar-item.back-item, .top-left-bar-item.reload-item {
	width: 6%;
	max-height: 10px;
}

.top-left-bar-item:last-child {
	width: 58%;
	position: relative;
}

.top-left-bar-item form {
	width: 100%;
}

#back {
	background: url('theme/back.png') no-repeat;
	padding: 15px;
	background-size: 25px 25px;
	cursor: pointer;
}
#reload {
	background: url('theme/reload.png') no-repeat;
	padding: 18px;
	background-size: 25px 35px;
	cursor: pointer;
}

/* Search */
#search-input {
	font-size: 10.8px;
	font-family: "Montserrat";
	line-height: 2;
	text-align: left;
	border: 0 none;
	padding: 4px 12% 6px 17%; /* 14 9 */
	width: 85%;
	margin-top: 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.day #head #search-input {
	background: url('theme/search-icon.png') no-repeat 10px 6px rgb(245, 245, 245);
	background-size: 25px;
	color: #777;
}

.night #head #search-input {
	background: url('theme/search-icon.png') no-repeat 10px 6px #2a3137;
	background-size: 25px;
	color: #fff;
}

#clear-term {
	background: url('theme/close-gray.png') no-repeat;
	background-size: 8.5px;
	color: #777;
	padding: 10px;
	position: absolute;
	right: -29px;
	top: 15px;
	cursor: pointer;
}

#head .undo_btn {
	font-size: 35pt;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
	width: 6%;
	max-height: 2px;
}

.hover-dropdown {
	display: none;
	position: absolute;
	font: bold 11px "Helvetica Neue", Sans-Serif;
	z-index: 70;
}

.day .hover-dropdown {
	background-color: rgb(205, 216, 220);
	box-shadow: -2.939px 4.045px 5px 0px rgba(4, 26, 55, 0.19);
}

.night .hover-dropdown {
	background-color: #3c4246;
	box-shadow: -2.939px 4.045px 5px 0px rgba(4, 26, 55, 0.19);
}

.hover-dropdown:after {
	content: " ";
	position: absolute;
	border-width: 10px;
	border-style: solid;
}

.hover-dropdown > ul {
	padding: 0;
}

.hover-dropdown > ul > li {
	font-size: 18px;
	font-family: "Montserrat Light";
	text-transform: uppercase;
	line-height: 0.357;
	text-align: justify;
	-moz-transform: matrix( 0.63878326996198,0,0,0.63953488372093,0,0);
	-webkit-transform: matrix( 0.63878326996198,0,0,0.63953488372093,0,0);
	-ms-transform: matrix( 0.63878326996198,0,0,0.63953488372093,0,0);
	-o-transform: matrix( 0.63878326996198,0,0,0.63953488372093,0,0);
	list-style: none;
	height: 100%;
	cursor: pointer;
}

.day .hover-dropdown > ul > li:hover, .day .hover-dropdown > ul > li.selected {
	background-color: rgb(242, 246, 247);
}

.night .hover-dropdown > ul > li:hover, .night .hover-dropdown > ul > li.selected {
	background-color: #198f9d;
	color: #FFFFFF;
}

/* chang font */

#change-fonts {
	width: 38%
}
#change-fonts.active > .hover-dropdown {
	display: block;
	/*right:315px;*/
	margin-top: 15px;
	text-transform: uppercase;
	/*box-shadow: 0 0 7px black;*/
	text-align: left;
}

#change-fonts .hover-dropdown:after, #change-color .hover-dropdown:after {
	top: 0;
	right: 49%;
	margin-top: -19px;
	border-color: transparent transparent rgb(205, 216, 220) transparent;
}

.day #change-fonts .hover-dropdown:after, .day #change-color .hover-dropdown:after {
	border-color: transparent transparent rgb(205, 216, 220) transparent;
}

.night #change-fonts .hover-dropdown:after, .night #change-color .hover-dropdown:after {
	border-color: transparent transparent #3c4246 transparent;
}

#change-fonts > .hover-dropdown > ul {
	padding: 0;
}

#change-fonts > .hover-dropdown > ul > li {
	margin-left: -41px;
	padding: 19px 0px 19px 22px;
	margin-right: 18px;
	width: 140%;
	margin-top: -10px;
	margin-bottom: -5px;
	position: relative;
	left: 4px;
}


.aafont {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.715;
	vertical-align: text-bottom;
}

.Aa {
	font-size: 25px;
	margin-right: 12px;
	font-family: "HelveticaNeue";
	color: rgb(255, 255, 255);
	line-height: 1.2;
}

#divider {
	width: 1px;
	height: 25px;
	margin-top: 5px;
}

.day #divider {
	background-color: #c4c4c4;
}

.night #divider {
	background-color: #414694;
}
/* Change Color */
#change-color-icon {
	width: 24px;
	margin-right: 12px;
	vertical-align: middle;
}

#change-color-icon, .color-theme {
	/*vertical-align: super;*/
	cursor: pointer;
}

.color-theme {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.715;
}

#change-color.active > .hover-dropdown {
	display: block;
	right: 49px;
	margin-top: 15px;
	text-align: left;
}

.color-text, .night-text {
	font-family: "Montserrat Light";
	margin-left: 17px;
	margin-bottom: 18px;
	font-weight: normal;
	line-height: 1.2;
	font-size: 12.4px;
}

.light {
	font-family: "Montserrat Light";
}

.color-text span {
	font-family: "Montserrat";
}

.night-text strong {
	font-size: 11px;
	font-family: "Montserrat";
}
.day .color-text, .day .night-text, .day .hover-dropdown > ul > li {
	color: rgb(76, 94, 112);

}

.night .color-text, .night .night-text, .night .hover-dropdown > ul > li {
	color: #198f9d;
}

/*
 * radio button
 */

.color-item {
	float: left;
}
.color-radio, .night-mode {
	display: none;
}

.color-radio + label {
	position: relative;
	left: 7px;
	bottom: 40px;
	margin-right: -33px;
	display: table;
}

.color-radio + label span {
	display: inline-block;
	width: 19px;
	height: 20px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.day .color-radio + label span {
	background: url('theme/radio-off.png') no-repeat;
	background-size: 19px 20px;
}

.night .color-radio + label span {
	background: url('theme/night-radio-off.png') no-repeat;
	background-size: 19px 20px;
}

.day .color-radio:checked + label span {
	background: url('theme/radio-on.png') no-repeat;
	background-size: 19px 20px;
}

.night .color-radio:checked + label span {
	background: url('theme/night-radio-on.png') no-repeat;
	background-size: 19px 20px;
}
.color-btn {
	width: 34px; /*48*/
	height: 34px;
	padding: 0;
}

.day.default-color .color-changable, .day .color-btn.default-color {
	background-color: #e1e1e1;
	border-color: rgb(217, 217, 217);
}

.night.default-color .color-changable, .night .color-btn.default-color {
	background-color: #4f5559;
	border-color: #4f5559;
}
.purple .color-changable, .color-btn.purple {
	background-color: #4d394b;
	border-color: #4d394b;
}
.green .color-changable, .color-btn.green {
	background-color: #c1cca2;
	border-color: #c1cca2;
}
.blue .color-changable, .color-btn.blue {
	background-color: #9eaec6;
	border-color: #9eaec6;
}
.gray .color-changable, .color-btn.gray {
	background-color: #9e9e9e;
	border-color: #9e9e9e;
}
.pink .color-changable, .color-btn.pink {
	background-color: #eebac6;
	border-color: #eebac6;
}
.dark-blue .color-changable, .color-btn.dark-blue {
	background-color: #384166;
	border-color: #384166;
}

.day.default-color #foot {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.night.default-color #foot {
	background-color: #2a3237;
	border-color: #2a3237;
}

.night-mode + label {
	position: relative;
	left: 170px;
	bottom: 40px;
}

.night-mode + label span {
	display: inline-block;
	width: 45px;
	height: 32px;
	margin: -190px 10px -19px 0;
	background: url('theme/switch-off.png') no-repeat;
	cursor: pointer;
	background-size: 35px 32px;
}

.night-mode:checked + label span {
	background: url('theme/switch-on.png') no-repeat;
	background-size: 35px 32px;
	background-position-x: 10px;
}

/* recuiter */

#reciter.active  .hover-dropdown {
	display: block;
	bottom: 35px;
	left: 10px;
	margin-top: 15px;
	text-transform: uppercase;
	/*box-shadow: 0 0 7px black;*/
	text-align: left;
}

#change-reciter .hover-dropdown:after {
	bottom: 50px;
	left: 20px;
	margin-bottom: -69px;
}

.day #change-reciter .hover-dropdown:after {
	border-color: rgb(205, 216, 220) transparent transparent transparent;
}

.night #change-reciter .hover-dropdown:after {
	border-color: #3c4246 transparent transparent transparent;
}

#change-reciter .hover-dropdown > ul > li {
	padding: 12px 0 11px 15px;
	width: 150%;
	margin: -10px 0 -5px -60px;
}

/*player*/
.play #player-icon, .resume #player-icon {
	background: url('theme/play.png') 0% 10px / 20px 23.5px no-repeat;
	padding: 15px;
	margin: 0 8px 0 8px;

}


.pause #player-icon {
	background: url('theme/pause-32-5.png') -5px 5px no-repeat;
	padding: 15px 18px;
	margin: 0 8px 0 8px;
}

#next-verse {
	background: url('theme/n_verse.png') 0% 10px / 13.5px 23.5px no-repeat;
	padding: 15px;
}

#pre-verse {
	background: url('theme/p_verse.png') 0% 10px / 13.5px 23.5px no-repeat;
	padding: 15px;
}

#foot-menu-icon {
	background: url('theme/down_menu.png') 0% 10px / 35px 25px no-repeat;
	padding: 15px;
	margin: 0 20px 0 0;
}

#player {
	margin-right: 290px;
}

/* footwer menue*/

/* recuiter */

#foot-menu.active > .hover-dropdown {
	display: block;
	bottom: 40px;
	right: 10px;
	margin-top: 15px;
	text-transform: uppercase;
	text-align: left;
}

#foot-menu .hover-dropdown:after {
	bottom: 50px;
	right: 20px;
	margin-bottom: -69px;
}

.day #foot-menu .hover-dropdown:after {
	border-color: rgb(205, 216, 220) transparent transparent transparent;
}

.night #foot-menu .hover-dropdown:after {
	border-color: #3c4246 transparent transparent transparent;
}

#foot-menu .hover-dropdown > ul > li {
	position: relative;
	left: -6px;
	padding: 19px 0 19px 26px;
	width: 140%;
	margin: -10px 18px -5px -40px;
}

#foot-menu .hover-dropdown > ul > li a {
	color: inherit;
	text-decoration: none;
}

/*translations window */
#close-translation {
	background: url('theme/close sb.png') no-repeat;
	padding: 25px;
	background-position-y: 37px;
}
/*
#add-block {
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: lightblue;
	cursor: pointer;
}
*/
#head .search-color {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

#wrapper {
	position: relative;
	padding: 0 10px;
}
#wrapper .block {
	height: 100%;
	width: 100px;
	position: relative;
	float: left;
	overflow: hidden;
}

#wrapper .block .color {
	cursor: pointer;
	height: 17px;
	width: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: red;
}

.synched_warp {
	direction: ltr;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 2px 2px 3px;
	font-size: 13.6px;
	color: #ababab;
	font-family: "Montserrat";
}

.day .synched_warp {
	background-color: rgb(230, 230, 230);
}

.night .synched_warp {
background-color: rgb(59, 66, 70);
}

.synched_warp .synched {
display: none;
}

.synched + label .synched-button {
    display: inline-block;
    background: url('theme/empty-checkbox.png') no-repeat;
	cursor: pointer;
	background-size: 14px 15px;
	padding: 13px;
	margin: 0 1px -14px 22px;
}

.synched:checked + label .synched-button {
	    background: url('theme/checked.png') no-repeat;
	    	background-size: 14px 15px;
}

.lang-Arabic .translation {
	direction: ltr;
}

.close-btn {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 20px;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
	cursor: pointer;
}

.lang-Arabic #close-translation {
	/*right: -30px;*/
	padding: 15px 10px;
    background-position-y: 27px;
}

.block-inner {
	margin: 5px 10px;
	/*position: absolute;*/
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	box-shadow: 0px 2px 6px 0px rgba(136, 156, 176, 0.1);
	height: 95%;
}

.day .block-inner {
	background-color: #f5f5f5;
}

.night .block-inner {
	background-color: #1f282d;
}

.block-inner .lines {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}


.translation {
	cursor: move;
	height: 30px;
}

.list {
	width: 85%;
	max-width: 225px;
	border: 1px solid transparent;
	position: relative;
	left: 10px;
}

.six .list {
	width: 80%;
}

.seven .list {
	width: 75%;
}

.dropdown {
	padding: 0;
	list-style: none;
}

.block .translation-select {
	border: 1px solid transparent;
	border-radius: 20px;
	z-index: 50;
	position: relative;
	margin: 2.6px auto;
}
.day .block .translation-select {
	background-color: rgb(205, 216, 220);
}
.night .block .translation-select {
	background-color: #3c4246;
}
.block .translation-select.active {

	box-shadow: -0.588px 0.809px 4px 0px rgba(4, 26, 55, 0.19);
}

.block .translation-select li {
	display: none;
	font-family: "Montserrat";
	text-transform: capitalize;
	font-size: 10.5px;
	line-height: 1.5;
	text-align: left;

	cursor: pointer;
	padding: 2.5px 10px;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 100;

	margin: 0;
}
.day .block .translation-select li {
	color: rgb(76, 94, 112);
}

.night .block .translation-select li {
	color: #198f9d;
}

.day .block .translation-select li.translation-text {
	display: block;
	background: url('theme/tr-down.png') no-repeat;
	background-position: 90% 50%;
}

.night .block .translation-select li.translation-text {
	display: block;
	background: url('theme/dark-down.png') no-repeat;
	background-position: 90% 50%;
}

.block .translation-select.active li {
	display: block;
}

.block .translation-select.active li.translation-text {
		font-weight: 900;
	font-size: 11px;

}

.day .block .translation-select.active li.translation-text {
	background-image: url('theme/tr-up.png'),linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/tr-up.png'),-webkit-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/tr-up.png'),-moz-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/tr-up.png'),-webkit-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/tr-up.png'),-o-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/tr-up.png'),-ms-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-position: 90% 50%, bottom;
	background-size: 10px 7px, 10px 2px;
	background-repeat: no-repeat, repeat-x;
}

.night .block .translation-select.active li.translation-text {
	background-image: url('theme/dark-up.png'),linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/dark-up.png'),-webkit-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/dark-up.png'),-moz-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/dark-up.png'),-webkit-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/dark-up.png'),-o-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: url('theme/dark-up.png'),-ms-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-position: 90% 50%, bottom;
	background-size: 10px 7px, 10px 2px;
	background-repeat: no-repeat, repeat-x;
}

.block .translation-select li.dots{
	/*
	 border-bottom-width: 2px;
	 border-bottom-color: rgba(22, 53, 89,0.161);
	 border-bottom-style: dotted;
	 */
	font-weight: 900;
	font-size: 11px;
	background-image: linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -webkit-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -moz-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -webkit-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -o-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -ms-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 10px 2px;
	background-repeat: repeat-x;
}

.block .translation-select li.dots-up{
	/*
	 border-bottom-width: 2px;
	 border-bottom-color: rgba(22, 53, 89,0.161);
	 border-bottom-style: dotted;
	 */
	font-weight: 900;
	font-size: 11px;
	background-image: linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -webkit-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -moz-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -webkit-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -o-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-image: -ms-linear-gradient(to right, rgba(22, 53, 89,0.161) 26%, rgba(255,255,255,0) 0%);
	background-position: top;
	background-size: 10px 2px;
	background-repeat: repeat-x;
}

.block .translation-select.active li.selected {
	background-color: rgb(242, 246, 247);
}

/*
 #wrapper .block-inner .translation .list .translation-text{
 font-size: 10px;
 color: rgb(76, 94, 112);
 font-weight: bold;
 line-height: 0.634;
 text-align: left;
 -moz-transform: matrix( 1,0,0,1.00023078656769,0,0);
 -webkit-transform: matrix( 1,0,0,1.00023078656769,0,0);
 -ms-transform: matrix( 1,0,0,1.00023078656769,0,0);
 }

.translation-select .change-lang-btn {
	padding: 7px;
	float: right;
	/*
	 vertical-align: middle;
	 margin-top: 5px;
	 */
/*}
.day .translation-select .change-lang-btn {
	background: url('theme/tr-down.png') no-repeat;
	background-position-y: 5px;
}
.night .translation-select .change-lang-btn {
	background: url('theme/dark-down.png') no-repeat;
	background-position-y: 5px;
	background-size: 10px 6.5px;
}

.day .translation-select.active .change-lang-btn {
	background: url('theme/tr-up.png') no-repeat;
	background-position-y: 5px;
}

.night .translation-select.active .change-lang-btn {
	background: url('theme/dark-up.png') no-repeat;
	background-position-y: 5px;
	background-size: 10px 6.5px;
}
*/
.translation-text-span {
	float: left;
	font-weight: 900;
	font-size: 11px;
}

.six .translation-text-span, .seven .translation-text-span, .block .six .translation-select li, .block .seven .translation-select li {

	font-weight: 900;
	font-size: 9px;
}

.clearfix {
	clear: both;
	padding: 0 !important;
}

.chapter {
	text-align: center;
	background-color: rgba(170, 170, 170,0.2);
	color: #187a8d;
	display: inline-block;
	width: 100%;
	margin: auto;
	direction: ltr;

}


.arabic-surah-no{
	font-size: 21px;
		font-family:  "Montserrat Light";
}
/*
.line:first-child {
	padding-top: 0px;
}
*/
.line, .commentary {
	text-align: justify;
	line-height: 1.6;
	padding: 10px 5px 15px;
	display: flex;

}
.day .line {
	border-bottom: 1px solid #DAD3D3;
}
.night .line {
	border-bottom: 1px solid #2e383c;
}

#wrapper [class|='line']:last-of-type {
	border: 0;
}

.block[language='Commentary/Tafseer'] .line, .commentary{
	padding-left: 30px;
}

.line b {
	color: #187a8d;
}
.line b span {
	background-color: #187a8d33;
}
.line .show-all-btn {
	color: #187a8d;
	text-decoration: none;
}

#wrapper .new-scroller-line-head {
	color: #187a8d;
	cursor: pointer;
	font-family: "Montserrat";
}

.line .verse-no {
	text-align: center;
	font-family: "HelveticaNeue";
	font-weight: bold;
	font-size: 9.7px;
	float: left;
	display: inline-block;
	width: 35px;
	height: 100%;
	margin-right: 5px;
	max-height: 100px;
}

.lang-Arabic .line .verse-no{
	margin-right: 0;
	margin-left: 5px;
	float: right;
}

.line .verse-no {
	background: url('theme/cone no color.png') no-repeat;
	background-position: 50% 1.5px;
	background-size: 25.7px 32.8px;
	background-position: 100% -1px !important;
	background-size: 33.1167px 39.9167px !important;
}

.lines div:nth-of-type(n+10) .verse-no{
	/*
background-position: 65% 0;
background-size: 29.57px 36.96px;
*/
font-size: 11.5px;

}

.xlarge-font .lines .line .verse-no {
	/*
	background-position: 1px 10px;
	background-size: 34px 45px;
	*/
font-size: 11px !important;
padding-top: 23px;
	background-position: 1px 11px !important;
	    background-size: 35px 40.9167px !important;

}

.lines div:nth-of-type(n+100) .verse-no{
	/*
	background-position: 90% -1.5px;
	background-size: 32.4px 41.4px;
	*/
	font-size: 9.6px;
	padding-top: 12px;
}

.xlarge-font .lines div:nth-of-type(n+100) .verse-no{
	/*
	background-position: 1px 10px;
	background-size: contain;
	*/
	font-size: 11px !important;
	padding-top: 23px;
}

.small-font .lines .line .verse-no {
font-size: 9px;
padding-top: 10.5px;
}



.lines div:last-of-type .verse-no {

	font-size: 11.5px;
	padding-top: 9.5px;
}

.lines div:nth-of-type(n+100)div:last-of-type .verse-no {
	/*
	background-position: 65% 0px;
	background-size: 29.57px 36.96px;
	*/
	font-size: 81.5px;

}

.msie7 .lang-Arabic .line .verse-no {
	padding-right: 0.5em;
	padding-left: 0;
}

.line  .has-commentary{

	background: url('theme/cone color.png') no-repeat;
}




.ch-verse-no .verse-no {
	background-image: none !important;
/*	font-size: 18px;*/
}

.line .verse-content, .commentary .verse-content {
	font-family: "HelveticaNeue";
	width: calc(100% - 45px);
	display:inline-block;
    text-align: justify;
    text-justify: none;
    padding-top: 3px;

}

.line *::-moz-selection, .commentary .verse-content *::-moz-selection{
  background: #1ba9b2;
}

.line *::selection, .commentary .verse-content *::selection {
  background: #1ba9b2;
}

.hide{
	display: none;
}

.day .lines {
	color: rgb(31, 40, 45);
}
.night .lines {
	color: #f3f3f3;
}
.small-font .font-changable {
	font-size: 0.8em;
}

.normal-font .font-changable {
	font-size: 1em;
}

.large-font .font-changable {
	font-size: 1.2em;
}

.xlarge-font .font-changable {
	font-size: 1.8em;
}

.small-font .lang-Arabic .font-changable {
	font-size: 0.9em;
}

.normal-font .lang-Arabic .font-changable {
	font-size: 1.1em;
}

.large-font .lang-Arabic .font-changable {
	font-size: 1.3em;
}

.xlarge-font .lang-Arabic .font-changable {
	font-size: 1.9em;
}

.line .verse-no{
	cursor: pointer;
	font-size: 9.6px !important;
	padding-top: 10.5px;
	padding-bottom: 9px;
}

.lang-Arabic .verse-word, .lang-Arabic .line .verse-content {
	font-family: "AdobeArabic";
	text-align: right;
}

.lang-Arabic {
	font-size: 22.1px;
	direction: rtl;
}

.lang-Arabic .chapter .title-container {
	overflow: hidden;
	direction: rtl;
}

#wrapper .blank-line {
	height: 50px;
	line-height: 30px;
	direction: ltr;
	text-align: center;
	color: #187a8d;
}

.day .line.current {
	background-color: rgb(205, 216, 220);
}

.night .line.current {
	background-color: #3c4246;
}

.add-scroller-btn {
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	background-image: url('theme/add button.png');
	top: 25px;
	background-size: 18px 18px;
}

/* footer */
#foot {
	position: fixed;
	height: 25px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	bottom: 0;
	width: 100%;
	padding: 7px 0 8px;
	line-height: 30px;
}

.foot-item {
	font-family: "Montserrat";
	color: rgb(25, 131, 148);
	font-size: 13px;
	line-height: 1.8;
	display: inline-block;
	position: absolute;
}

#reciter {
	left: 0;
}
#player {
	left: 47%;
}
#foot-menu {
	right: 0;
}
#reciter-icon {
	background-image: url('theme/reciter.png');
	background-repeat: no-repeat;
	padding: 15px;
	background-size: 23px 28.5px;
	margin: 0 8px 0 30px;
	background-position-y: 10px;
}

#reciter-down {
	background-image: url('theme/down.png');
	background-repeat: no-repeat;
	padding: 15px;
	background-size: 10px 6.5px;
	margin: 0 8px 0 8px;
	background-position-y: 22px;
}

#change-reciter, #surah-no, #verse-no {
	float: left;
}

#surah-no {
	padding: 0 15px 0 0;
}

#verse-no input, #surah-no input {
	max-width: 25px;
	font-family: "Montserrat";
	color: rgb(25, 131, 148);
	font-size: 13px;
}
/* tags */
.tag {
	display: none;
	position: absolute;
	z-index: 90;
}

.tag-font {
	font-size: 5.3px; /* 12.4 */
	font-family: "Montserrat";
	color: rgb(245, 245, 245);
	line-height: 1.2;
	-moz-transform: matrix( 2.40833916412306,0,0,2.40922887911393,0,0);
	-webkit-transform: matrix( 2.40833916412306,0,0,2.40922887911393,0,0);
	-ms-transform: matrix( 2.40833916412306,0,0,2.40922887911393,0,0);
}

.back-item:hover > .tag, .reload-item:hover > .tag, .close-btn:hover > .tag, .add-scroller-btn:hover .tag, #search-input:hover + .tag {
	display: block;
}

.back-item .tag {
	background: url('theme/tag-base.png') no-repeat;
	background-size: 43.5px 22px;
	padding: 7px 10px;
	width: 43.5px;
	height: 22px;
	margin: 15px;
}

.reload-item .tag {
	background: url('theme/tag-base.png') no-repeat;
	background-size: 63.5px 22px;
	padding: 7px 10px;
	margin: 10px auto 0;
	width: 80px;
}

.tag-search-hint{
	left: 85px;
	top: 95px;
	border-radius: 5px;
	padding: 3px 10px 4px 15px;
	background-color: rgba(74, 155, 170, 0.95);
	border: 1px solid rgba(74, 155, 170, 0.95);
	text-transform: capitalize;
	line-height: 1.4;
	text-align: justify;
	width: 150px;
 }

.tag-search-hint ul{
	padding: 0;
	margin: 0;
}

.tag-search-hint ul li{
	margin-bottom: 3px;
}
.close-btn .tag {
	background: url('theme/tag-base.png') no-repeat;
	background-size: 33.5px 22px;
	padding: 7px 10px;
	margin: 22px -35px 0;
}

.lang-Arabic .close-btn .tag {
	margin: 22px 35px 0;
}

.add-scroller-btn .tag {
	background: url('theme/tag-base.png') no-repeat;
	background-size: 90px 30px;
	padding: 12px 15px;
	margin: 44px 35px;
	width: 62px;
	height: 10px;
}

.add-scroller-btn:last-child .tag {
	margin: 32px -125px;
}

.popup {
	top: 23%;
	left: 50%;
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	border-radius: 10px;
	background-color: rgb(245, 245, 245);
	overflow: hidden;
	z-index: 2;
}

#dict {
	top: 5%;
	width: 80%;
	margin-left: calc(-80%/2);
	height: 90%;
}

#dict .body, #sameroot .body {
 font-family: "Montserrat Light";

}

.day #dict .body{
	 color: #000000;
}

.night #dict .body{
	 color: #FFFFFF;
}


#dict .body b, #sameroot .body b {
 font-family: "Montserrat";
}

.night #dict .body b,.night #sameroot .body b {
	 color: #6c818d;
}

#random-verse {
	width: 30%;
	height: 300px;
	margin-left: calc(-30%/2);
}

.rvcb-warp{
direction: ltr;
/*
position: absolute;
top: calc(100% - 30px);
*/
margin-top:30px;
font-size: 12px;
left: 10px;
}

.rvcb-warp .synched + label .synched-button{
	margin-left: 0;
}
#random-verse-cb{
	display: none;
}

.popup > .title {
	font-size: 14px;
	font-family: "Montserrat Light";
	line-height: 1.8;
	position: absolute;
	top: 0;
	width: 100%;
	cursor: move;
	background-color: rgb(24,122,141);
	height: 30px;
	padding: 7px 15px;
	text-align: left;
	background-image: -moz-linear-gradient( 34deg, rgb(27,169,178) 17%, rgb(24,122,141) 72%);
	background-image: -webkit-linear-gradient( 34deg, rgb(27,169,178) 17%, rgb(24,122,141) 72%);
	background-image: -ms-linear-gradient( 34deg, rgb(27,169,178) 17%, rgb(24,122,141) 72%);
}
.day .popup > .title {
	color: rgb(245, 245, 245);
}
.night .popup > .title {
	color: #1f4046;
}

.popup > .title strong, .popup > .title b {
	font-family: "Montserrat";
}
.popup > .body {
	line-height: 1.6em;
	position: absolute;
	bottom: 0;
	top: 55px;
	right: 0;
	left: 0;
	overflow: auto;
	padding: 5px 20px 25px;
	overflow-x: hidden;
}

.day #dict {
	background: url('theme/dict backg.png') no-repeat;
	/*background-size: 100% auto;*/
	background-size: cover;
}

.night #dict {
	background: url('theme/dark-dictbg.png') no-repeat;
	background-size: cover;
}

.day #random-verse {
	background: url('theme/rv-bgno.png') no-repeat;
	background-size: cover;
}

.night #random-verse {
	background: url('theme/dark-random-bg.png') no-repeat;
	background-size: cover;
}

.popup > .closebt {
	position: absolute;
	line-height: 15px;
	right: 10px;
	text-align: center;
	top: 12px;
	cursor: pointer;
	width: 11px;
	height: 11px;
}

.night .popup {
	background-color: rgb(23, 31, 35);
}
.day .popup > .closebt {
	background: url('theme/w-close.png') no-repeat;
	background-size: contain;
}

.night .popup > .closebt {
	background: url('theme/dark-close.png') no-repeat;
	background-size: contain;
}

.grid-view-btn {
	position: absolute;
	line-height: 15px;
	right: 20px;
	text-align: center;
	top: 10px;
	cursor: pointer;
	width: 25px;
	height: 15px;
}

.day .grid-view-btn {
	background: url('theme/grid-icon.png') no-repeat;
	background-size: contain;
}

.night .grid-view-btn {
	background: url('theme/dark-grid-icon.png') no-repeat;
	background-size: contain;
}
#dict .body h5, #sameroot .body h5 {
	margin: 5px 0;
	font-weight: bold;
}
#dict .body p, #sameroot .body p {
	margin: 1px 10px 15px 0px;
	font-size: 14px;
	line-height: 1.8;
}

#sameroot .body p {
	margin: 5px 10px 5px 0px;
}

.day #dict .body p, .day #sameroot .body p {
	color: rgb(31, 40, 45);
}

.night #dict .body p,.night #sameroot .body p{
	color: #FFFFFF;
}

#dict .body p .target, #sameroot .body p .target{
	color: #187a8d;
	font-weight: bold;
	font-family: AdobeArabic;
	font-size: 19px;
	line-height: 1px;
}
#dict .body  .centre, #sameroot .body  .centre, #random-verse .body .centre{
	position: absolute;
	background-color: rgb(31, 40, 45);
	opacity: 0.102;
	width: 96%;
	height: 1px;
}

#random-verse .body h5 {
	margin: 5px 0;
	font-weight: bold;
}

#random-verse .body span[data-lang="Arabic"] {
	font-family: AdobeArabic;
	font-size: 18px;
}

#random-verse .info {
	font-size: 12px;
	color: #999; /*font-style:italic;*/
	margin-top: 16px;
	color: #187a8d;
	text-align: left;
	cursor: pointer;
}

#sameroot {
	position: absolute;
	z-index: 120;
	width: 250px;
	height: 200px;
}
#sameroot .body {
	bottom: 10px;
	top: 50px;
}
#sameroot .body h5 {
	margin: 5px 0;
	font-weight: bold;
}
#sameroot .body u {
	color: #187a8d;
	font-weight: bold;
}
/*
 #sameroot .closebt { position:absolute; line-height:15px; right:0px; text-align:center; top:2px; cursor:pointer; width:15px; height:15px; }
 */
.filter {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 90;
	left: 0;
	top: 0;
}
.day .filter {
	background-color: rgba(0, 0, 0, 0.4);
}

.night .filter {
	background-color: rgba(0, 0, 0, 0.6);
}

.day .filter-dark, .night .filter-dark{
	background-color: rgba(0, 0, 0, 0.3);
}

.filter-dark p{
	text-align: center;
	margin-top: 15%;
	font-size: 25px;
}

.filter-dark img{
	display: table-cell;
	vertical-align: middle;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-icon-gripsmall-diagonal-se {
	background: url(move.png) no-repeat 50% 50%;
}

.wait-message {
	left: 43%;
	top: 20%;
	height: 50px;
	overflow: hidden;
	max-height: none;
	padding: 10px;
	color: red;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	width: 250px;
	border: 2px solid #49e;
	border-radius: 5px;
	text-align: center;
	box-shadow: 3px 3px 30px rgba(0,0,0,.9);
}

.verse-word {
	position: relative;
	display: inline;
	cursor: pointer;
	/*
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	/*-moz-user-select: none; /* mozilla browsers */
	/*-khtml-user-select: none; /* webkit (konqueror) browsers */
	/*-ms-user-select: none; /* IE10+ */
}

.verse-word:hover {
	background-color: #1ba9b2;
}

.verse-word::-moz-selection{
  color: inherit;
  background: #1ba9b2;
}

.verse-word::selection {
  color: inherit;
  background: #1ba9b2;
}

.hover_word:hover {
	background-color: #AAFFAA;
}


#suwar-index .popup {
	background-color: #fefefe;
	width: 55%;
	height: 78%;
	margin-left:calc(-55%/2);
	top: 13%;
}

.day #suwar-index .popup {
	background: url('theme/sulist-ar-bg.png') no-repeat;
	background-size: cover;
}

.night #suwar-index .popup {
	background: url('theme/dark-surah-list-bg.png') no-repeat;
	background-size: cover;
}

.f-content {
	overflow: auto;
	height: 90%;
	padding: 10px;
	margin-top: 20px;
	position: relative;
	top: 30px;
}

.fishies-header {
	background-color: #4D996C;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border-bottom: 3px solid #53844e;
}

.pop-close {
	float: right;
	width: 30px;
	cursor: pointer;
	z-index: 1103;
	color: #000;
	text-decoration: unset;
}

.surah-list {
	/*border-collapse: collapse;*/
	width: 100%;
	font-family: HelveticaNeue;
}

.surah-list td {
	font-weight: bold;
	vertical-align: baseline;
	padding: 30px;
		text-align: center;
		display: block;
		display: table-cell;
}



.day .surah-list tr {
	border-bottom: 1px solid rgba(31, 40, 45, 0.102);
	vertical-align: top;
}

.night .surah-list tr {
	border-bottom: 1px solid #2a3137;
	vertical-align: top;
}

.day .surah-list .chapter-number {
	border-right: 1px solid rgba(31, 40, 45, 0.102);
}

.night .surah-list .chapter-number {
	border-right: 1px solid #2a3137;
}

.surah-list .chapter-number span {
	font-size: 18px;
	font-weight: bold;
}

.surah-list-item {
	font-size: 29px;
	font-family: "HelveticaNeue";
	line-height: 0.5;
	margin-left: 15px;
	font-size: 23px;
}

.day .surah-list-item {
	color: #353c3f;
}

.night.surah-list-item {
	color: #FFFFFF;
}
.surah-list .sub-title, .surah-list .verses-number {
	color: #aeb0af;
	font-size: 13px;
	line-height: 1;
}

.surah-list .verses-number, .surah-list .chapter-number {
	vertical-align: super;
}

table {
	border-collapse: collapse;
}

.scoller-main-title {
	margin: 0;
	font-family: "HelveticaNeue";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	-moz-transform: matrix( 1,0,0,0.99503899970229,0,0);
	-webkit-transform: matrix( 1,0,0,0.99503899970229,0,0);
	-ms-transform: matrix( 1,0,0,0.99503899970229,0,0);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1ba9b2;
}

.scoller-main-title{
	font-size: 21px;
	margin-top: 1.5px;
}

.scoller-main-title .grediant{
	font-weight: bold;
}

.five .scoller-main-title {
	font-size: calc(1vw + 1vh);
}

.six .scoller-main-title {
	font-size: 18px;
}

.seven .scoller-main-title {
	font-size: 16px;
	font-weight: bold;

}

.grediant {
	color: #1ba9b2;
	-webkit-text-fill-color: transparent;
	background: -moz-linear-gradient(left, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #1ba9b2), color-stop(17%, #1ba9b2), color-stop(72%, #187a8d), color-stop(100%, #187a8d));
	background: -webkit-linear-gradient(left, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: -o-linear-gradient(left, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: linear-gradient(to right, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: -ms-linear-gradient(transparent, transparent);
	/*
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba9b2', endColorstr='#187a8d', GradientType=1 );
	 */
	-webkit-background-clip: text;
	background-clip: text;
}

.grediant-top{
	background: #1ba9b2;
	-webkit-text-fill-color: transparent;
	background: -moz-linear-gradient(top,  #1ba9b2 17%, #187a8d 72%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #1ba9b2), color-stop(17%, #1ba9b2), color-stop(72%, #187a8d), color-stop(100%, #187a8d));
	background: -webkit-linear-gradient(top,  #1ba9b2 17%,#187a8d 72%);
	background: -o-linear-gradient(top,  #1ba9b2 17%,#187a8d 72%);
	background: linear-gradient(to bottom,  #1ba9b2 17%,#187a8d 72%);
	background: -ms-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	background-clip: text;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba9b2', endColorstr='#187a8d',GradientType=0 );
	*/
}
.surah-list tr, .chapter-no, .open-chlist, .aafont, .Aa, #reciter-icon, #change-reciter-label, #reciter-down {
	cursor: pointer;
}

.right-nav, .left-nav {
	cursor: pointer;
	padding: 0 15px;
}

.lang-Arabic .left-nav {
	padding-left: 2px;
}

.right-nav:hover, .left-nav:hover {
	color: #F00C0C;
}

.nav-container {
	padding: 5px 5%;
	width: 5%;
	margin: calc(0.75vw) auto;
	height: 100%;
}

.six .nav-container,.seven .nav-container {
	padding: 5px 2%;
	width: 1%;
}

.right-nav, .lang-Arabic .left-nav {
	background: url('theme/p_surah.png') no-repeat;
	background-size: 12.6px 21.7px;
}

.left-nav, .lang-Arabic .right-nav {
	background: url('theme/n_surah.png') no-repeat;
	background-size: 12.6px 21.7px;
}

.title-container {
	width: 70%;
	height: 100%;
}



.six .title-container, .seven .title-container{
	width: 80%;
	margin-left: 3%;
}

.seven .title-container{
	margin-top: calc(0.25vw);
}

.lang-Arabic .seven .title-container{
	margin-top: auto;
}

.lang-Arabic .title-container p:first-child{
	margin-top: 1.5px;
	margin-bottom: 2.5px;
}

.verses {
	border-left: 1px solid #1ba9b2;
	border-left: 1px solid #187a8d;
	padding: 0 0 0 5px;
}

.lang-Arabic .verses {

}
.sub-title {
	font-size: 15px;
	color: #187a8d;
	font-weight: bold;
}

.title-container .sub-title {

	margin: 0;
	font-family: "HelveticaNeue";
	line-height: 1.2;
	text-align: center;
	-moz-transform: matrix( 1,0,0,0.99503899970229,0,0);
	-webkit-transform: matrix( 1,0,0,0.99503899970229,0,0);
	-ms-transform: matrix( 1,0,0,0.99503899970229,0,0);
}
/*
.lang-Arabic .title-container .sub-title {
	position: absolute;
	/*bottom: 59px;*/
/*	top: 70px;
	left: 10%;
	right: 10%;
}
/*
.jjj {
display: table;
margin: auto;
}
*/

.jjj {
	margin: auto 10%;
}

.four .jjj, .five .jjj, .six .jjj, .seven .jjj {
	margin: auto;
}

.lang-Arabic .seven .jjj{
	margin: auto -20px auto 5px;
}
.lang-Arabic .two .jjj, .lang-Arabic .four .jjj, .lang-Arabic .five .jjj, .lang-Arabic .six .jjj{
margin: auto -20px auto auto;
}

.one .title-container .sub-title, .two .title-container .sub-title {
	font-size: 15px;
margin-top: 4px;
}

.three .title-container .sub-title {
	font-size: 15px;
}

.four .title-container .sub-title {
	font-size: 14px;
}

.five .title-container .sub-title, .six .title-container .sub-title {
	font-size: 12px;
}

.seven .title-container .sub-title {
	font-size: 9px;
}

.lang-Arabic .title-container .sub-title{
	margin-top: 3px;
}
.lang-Arabic .seven .title-container .sub-title{
	margin-top: 5px;
}
.play-recitor option {
	background-color: #59595b;
	color: #fff;
	font: bold 11px "Helvetica Neue", Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
	text-align: center;
	padding: 5px 0;
	border-radius: 8px;
	border: 2px solid #59595b;
	position: absolute;
	z-index: 1;
	padding: 5px;
}

.play-recitor option::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 5%;
	margin-top: -11px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #59595b transparent;
}

.left {
	float: left;
}

.left.nav-container{
direction: ltr;
}

.alla {
	padding: 10px 90px 37px;
}

.lang-Arabic .alla{
	padding: 10px 0 7px 90px;
}

.nano {
	overflow: hidden;
}

.scollers-nano.nano .nano-content {
	padding-right: 19px;
}

.lang-Arabic .nano .nano-content {
	padding-right: 0;
	padding-left: 19px;
	/*margin-right: 17px !important;*/
	margin-right: 0px !important;
}

.suwar-list-nano.nano > .nano-content {
	position: relative;
	top: 30px;
}

.dict-nano.nano > .nano-content {

	top: 60px;
	padding-left: 15px;
}

.dict-nano.nano > .nano-content {
    padding-right: 15px;
    text-align: justify;
}

.dict-nano.nano > .nano-pane > .nano-slider {
	/*
	background: url('theme/tr puce.png') no-repeat;
	padding: 10px;
	background-size: 13.5px 70px;
	*/

	background-image: none;

}
.nano > .nano-pane {
	background: #888;
	background: url('theme/tr bar.png') no-repeat;
	background-size: 2.8px 100%;
	background-position: 6px 0px;
	margin-bottom: 26%;
}

.three .nano > .nano-pane {
		margin-bottom: 29%;

}

.four .nano > .nano-pane {
		margin-bottom: 40%;

}

.five .nano > .nano-pane {
		margin-bottom: 50%;

}

.six .nano > .nano-pane {
		margin-bottom: 60%;

}


.seven .nano > .nano-pane {
		margin-bottom: 70%;

}

.scollers-nano.nano > .nano-pane {
	right: 14px;/*10px;*/
	opacity: 1;
	/*display: block !important;*/
}

.lang-Arabic .nano > .nano-pane {
	right: auto;
	left: 10px;
}

.suwar-list-nano.nano > .nano-pane {
	right: 10px;
	top: 15%;
	bottom: 0;
	margin-bottom: 8%;
}

.dict-nano.nano > .nano-pane {
	right: 10px;
	top: 20%;
	bottom: 35%;
	margin-bottom: -10%;
}
/* new background colors for slider bar: 94b0b3 93afb2  80ada0 a8b1b5*/
.nano > .nano-pane > .nano-slider {
	background: url('theme/3lines.png') no-repeat,#1a9faa;
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  contain;
	padding: 7px;
		border-radius: 50px;
}

.scollers-nano.nano > .nano-pane > .nano-slider {
	background: url('theme/3lines.png') no-repeat,#94b0b3;
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  contain;
	padding: 7px;
		border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

}
.suwar-list-nano.nano > .nano-pane > .nano-slider {
	/*
	background: url('theme/tr puce.png') no-repeat;
	padding: 10px;
	background-size: 13.5px 112px;
	/*top: -15%;*/

background-image: none;
}

.lang-Arabic .nano > .nano-pane > .nano-slider {
	left: 6px;
}

.suwar-list-nano.nano > .nano-pane > .nano-slider, .dict-nano.nano > .nano-pane > .nano-slider {
	position: absolute;
}

#random-verse .dict-nano.nano > .nano-content {
	right: 7px !important;
	overflow: hidden;
}

.en-surah-no{
	font-family:  "Montserrat Light";
	font-size: 1em;
	color: rgb(24, 122, 141);
}

.six .en-surah-no{
	font-size: 15px;
}

.day .line.active{
	/*
	background-color: rgba(170, 170, 170, 0.2);
	*/
	background-color: rgb(239, 239, 239);
}

.night .line.active{
	background-color: #484a4d;
	background-color: #2e383c;
}

.day .block[language="Commentary/Tafseer"] .line{
	background-color: #f5f5f5;
}

.night .block[language="Commentary/Tafseer"] .line{
	background-color: #1f282d;
}


.grid-column {
	float: left;
	width: 13%;
	padding: 15px 10px 15px 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.day .grid-column {
	border-bottom: 1px solid rgba(31, 40, 45, 0.102);
}

.night .grid-column  {
    border-bottom: 1px solid #2a3137;
}

.surah-list .grid-column span {
    font-size: 23px;
    font-weight: bold;
}

.grid-row{
	margin-bottom: 40px;
}

/* Clear floats after the columns */
.grid-row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1590px) {
	.day .surah-list .grid-column{
		border-right: 1px solid rgba(31, 40, 45, 0.102);
		border-bottom: 1px solid rgba(31, 40, 45, 0.102);
	}

	.night .surah-list .grid-column{
		border-right: 1px solid #2a3137;
		border-bottom: 1px solid #2a3137;
	}

	.surah-list .grid-column:nth-child(6n){
			border-right: 0;
	}
	.surah-list .grid-column:nth-child(n+109){
			border-bottom: 0;
	}
}/* end 1590 */



@media screen and (max-width: 1100px) {

	.day,.night{
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.top-left-bar, .top-right-bar {
		width: 106%;
	}
	.top-left-bar {
		padding-left: 0;
	}
	.top-right-bar {
		padding-right: 5%;
	}

	.top-left-bar-item, .top-right-bar-item {
		margin: 0 2.9%;
	}

	/* main title */
	.four .scoller-main-title{
		font-size: 19px;
	}
		/* Sub title */
	.three .title-container .sub-title {
		font-size: 13px;
	}

	.four .title-container .sub-title, .five .title-container .sub-title {
		font-size: 12px;
	}

	.six .title-container .sub-title {
		font-size: 10px;
	}
	.seven .title-container .sub-title {
		font-size: 8px;
	}

	.four .right-nav, .lang-Arabic .four .left-nav, .five .right-nav, .lang-Arabic .five .left-nav {
		background: url('theme/p_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	.four .left-nav, .lang-Arabic .four .right-nav, .five .left-nav, .lang-Arabic .five .right-nav {
		background: url('theme/n_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	.six .right-nav, .lang-Arabic .six .left-nav, .seven .right-nav, .lang-Arabic .seven .left-nav {
		background: url('theme/p_surah.png') no-repeat;
		background-size: 9px 15px;
	}

	.six .left-nav, .lang-Arabic .six .right-nav, .seven .left-nav, .lang-Arabic .seven .right-nav {
		background: url('theme/n_surah.png') no-repeat;
		background-size: 9px 15px;
	}

	.jjj {
		margin: auto;
	}

	#wrapper .block-inner .translation .list {
		width: 78%;
	}

	.three .scoller-main-title{
		font-size: 21px;
	}
}/* end 1100 */

@media screen and (max-width: 1069px) {
	.day .surah-list .grid-column{
		border-right: 1px solid rgba(31, 40, 45, 0.102);
		border-bottom: 1px solid rgba(31, 40, 45, 0.102);
	}

	.night .surah-list .grid-column{
		border-right: 1px solid #2a3137;
		border-bottom: 1px solid #2a3137;
	}
	.surah-list .grid-column:nth-child(5n){
			border-right: 0;
	}
	.surah-list .grid-column:nth-child(n+111){
			border-bottom: 0;
	}
}/* end 1069 */

@media screen and (max-width: 950px) {
	.top-right-bar-item {
		margin: 0 2%;
	}
	.Aa, #change-color-icon {
		margin-right: auto;
	}
	#change-color.active > .hover-dropdown {
		right: 9px;
	}
	.Aa {
		font-size: 24px;
	}
	.aafont, .color-theme {
		font-size: 13px;
	}
	#change-fonts {
		width: 39%;
	}

	#player {
		margin-right: 200px;
	}



	#dict {
		width: 60%;
		margin-left:calc(-60%/2);
	}
	#random-verse {
		width: 42%;
		margin-left: calc(-42%/2);
	}

	.six .title-container .sub-title {
		font-size: 9px;
	}

	.three .right-nav, .lang-Arabic .three .left-nav {
		background: url('theme/p_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	.three .left-nav, .lang-Arabic .three .right-nav {
		background: url('theme/n_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	.five .right-nav, .lang-Arabic .five .left-nav {
		background: url('theme/p_surah.png') no-repeat;
		background-size: 9px 15px;
	}

	.five .left-nav, .lang-Arabic .five .right-nav {
		background: url('theme/n_surah.png') no-repeat;
		background-size: 9px 15px;
	}

}/* end 950 */

@media screen and (max-width: 750px) {
	.top-left-bar, .top-right-bar {
		width: 108%;
	}
	.top-left-bar {
		padding-left: 0;
	}
	.top-right-bar {
		padding-right: 1%;
	}
	/*
	 .head-item.left-bar, .head-item.right-bar{
	 width:45%;
	 }
	 */
	#head .head-item.logo-sec {
		width: 16%;
	}
	#site-title {
		font-size: 15px;
	}
	#logo {
		height: 50px;
	}

	.Aa {
		font-size: 18px;
	}
	.aafont, .color-theme {
		font-size: 11px;
	}

	#change-color-icon {
		width: 18px;
	}

	.day #head #search-input {
		background: url('theme/search-icon.png') no-repeat 5px 8px rgb(245, 245, 245);
		background-size: 18px;
		color: #777;
	}
	.night #head #search-input {
		background: url('theme/search-icon.png') no-repeat 5px 8px #2a3137;
		background-size: 18px;
		color: #fff;
	}
	#search-input {
		font-size: 10px;
	}
	#reload {
		background-image: url('theme/reload.png');
		background-repeat: no-repeat;
		padding: 10px 18px;
		background-size: 15px 21px;
		background-position: 4px;
		cursor: pointer;
	}
	#back {
		background-image: url('theme/back.png');
		background-repeat: no-repeat;
		padding: 10px 15px;
		background-size: 15px 15px;
		background-position: 4px;
	}

	#head .undo_btn {
		width: 4%;
		margin-bottom: 0;
		font-size: 21px;
		font-weight: bold;
	}

	#head .left-bar {
		line-height: 21px;
	}
	.top-left-bar-item.back-item, .top-left-bar-item.reload-item {
		width: 5%;
	}
	#change-color .hover-dropdown::after {
		right: 29%;
	}
	#player {
		margin-right: 120px;
	}
	.foot-item {
		font-size: 11px;
	}

	#random-verse {
		width: 60%;
		margin-left: calc(-60%/2);
	}

	#suwar-index .popup {
		width: 90%;
		margin-left: calc(-90%/2);
	}

	.one .title-container .sub-title, .two .title-container .sub-title {
		font-size: 13px;
	}

	.three .title-container .sub-title {
		font-size: 11px;
	}

	.four .title-container .sub-title, .five .title-container .sub-title {
		font-size: 11px;
	}

	.six .title-container .sub-title {
		font-size: 8px;
	}

	.one .right-nav, .lang-Arabic .one .left-nav, .two .right-nav, .lang-Arabic .two .left-nav {
		background: url('theme/p_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	.one .left-nav, .lang-Arabic .one .right-nav, .two .left-nav, .lang-Arabic .two .right-nav {
		background: url('theme/n_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	.three .right-nav, .lang-Arabic .three .left-nav {
		background: url('theme/p_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	.three .left-nav, .lang-Arabic .three .right-nav {
		background: url('theme/n_surah.png') no-repeat;
		background-size: 13.5px 23.25px;
	}

	#wrapper .block-inner .translation .list {
		width: 70%;
	}

	#player {
		left: 60%
	}

	.en-surah-no{
		font-size: 13.1px;
	}

	.one .scoller-main-title, .two .scoller-main-title {
		font-size: 22px;
	}

	.three .scoller-main-title{
		font-size: 17px;
	}

}/* End 750 */

@media screen and (max-width: 500px) {

	.top-left-bar {
		padding-left: 0;
	}
	.top-right-bar {
		padding-right: 0;
	}
	/*
	 .head-item.left-bar, .head-item.right-bar{
	 width:45%;
	 }
	 */
	#head .head-item.logo-sec {
		width: 5%;
	}
	#site-title {
		font-size: 13px;

	}
	#logo {
		height: 50px;
	}

	.Aa {
		font-size: 16px;
	}
	.aafont, .color-theme {
		font-size: 9px;
	}

	#change-color-icon {
		width: 15px;
	}

	.day #head #search-input {
		background: url('theme/search-icon.png') no-repeat 5px 8px rgb(245, 245, 245);
		background-size: 18px;
		color: #777;
	}
	.night #head #search-input {
		background: url('theme/search-icon.png') no-repeat 5px 8px #2a3137;
		background-size: 18px;
		color: #fff;
	}
	#search-input {
		font-size: 10px;
	}
	#reload {
		background-image: url('theme/reload.png');
		background-repeat: no-repeat;
		padding: 18px;
		background-size: 15px 21px;
		background-position: 4px;
	}
	#back {
		background-image: url('theme/back.png');
		background-repeat: no-repeat;
		padding: 15px;
		background-size: 15px 15px;
		background-position: 4px;
	}

	#change-color .hover-dropdown::after {
		right: 9%;
	}
/*
	.popup {
		left: 4%;
	}
*/
	#dict {
		width: 90%;
		margin-left:calc(-90%/2);
	}

	.foot-item {
		position: static;
	}

	#player, #reciter {
		float: left;
	}

	.one .scoller-main-title, .two .scoller-main-title {
		font-size: 19px;
	}

	.tag-search-hint{
		max-width: 80px;
	}
}/* end 500 */

@media screen and (max-width: 560px) {
	#suwar-index .popup {
		width: 95%;
		margin-left: calc(-95%/2);
	}
	.surah-list .grid-column span {
    	font-size: 16px;
	}

}

/* Responsive footer */
@media screen and (max-width: 800px) {
	#suwar-index .popup {
		width: 75%;
		margin-left: calc(-75%/2);
	}

	#foot-menu {
		position: absolute;
		right: 0;
	}

	#reciter {
		min-width: 300px;
	}

	#reciter-icon {
		margin: 0;
	}

	#reciter-down {
		margin: 0 8px 0 3px;
		padding: 15px 5px;
	}

	#surah-no {
		padding: 0 8px 0 0;
	}

	.synched_warp {
		padding: 2px 0px 3px;
		font-size: 11px;
	}
	.synched + label .synched-button{
		margin: 0 0 -14px 4px;
	}

	#wrapper .block-inner .translation .list {
		width: 73%;
	}

	.day .surah-list .grid-column{
		border-right: 1px solid rgba(31, 40, 45, 0.102);
		border-bottom: 1px solid rgba(31, 40, 45, 0.102);
	}

	.night .surah-list .grid-column{
		border-right: 1px solid #2a3137;
		border-bottom: 1px solid #2a3137;
	}
	.surah-list .grid-column:nth-child(6n){
			border-right: 0;
	}
	.surah-list .grid-column:nth-child(n+109){
			border-bottom: 0;
	}
}


@media screen and (max-width: 783px) {

	.day .surah-list .grid-column{
		border-right: 1px solid rgba(31, 40, 45, 0.102);
		border-bottom: 1px solid rgba(31, 40, 45, 0.102);
	}

	.night .surah-list .grid-column{
		border-right: 1px solid #2a3137;
		border-bottom: 1px solid #2a3137;
	}
	.surah-list .grid-column:nth-child(5n){
			border-right: 0;
	}
	.surah-list .grid-column:nth-child(n+111){
			border-bottom: 0;
	}
}/* End 783 */

@media screen and (max-width: 423px) {

	.day .surah-list .grid-column{
		border-right: 1px solid rgba(31, 40, 45, 0.102);
		border-bottom: 1px solid rgba(31, 40, 45, 0.102);
	}

	.night .surah-list .grid-column{
		border-right: 1px solid #2a3137;
		border-bottom: 1px solid #2a3137;
	}
	.surah-list .grid-column:nth-child(4n){
			border-right: 0;
	}
	.surah-list .grid-column:nth-child(n+113){
			border-bottom: 0;
	}
}/* End 783 */


/* IE & edge CSS styles go here */
#head .left-bar {
	float: left;
}

#head .right-bar {
	float: right;
}

.msie #search-input {
	padding: 8px 12% 11px 17%;
}

.msie #back{
	margin-top: 5px;
}

.msie .grediant-top{
		color: #1ba9b2;
	-webkit-text-fill-color: transparent;
	background: -moz-linear-gradient(left, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #1ba9b2), color-stop(17%, #1ba9b2), color-stop(72%, #187a8d), color-stop(100%, #187a8d));
	background: -webkit-linear-gradient(left, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: -o-linear-gradient(left, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: linear-gradient(to right, #1ba9b2 0%, #1ba9b2 17%, #187a8d 72%, #187a8d 100%);
	background: -ms-linear-gradient(transparent, transparent);
	/*
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba9b2', endColorstr='#187a8d', GradientType=1 );
	 */
	-webkit-background-clip: text;
	background-clip: text;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.day #arabic-according{
	background-color: #e6e6e6;
}

.night #arabic-according{
	background-color: #3b4246;
color: #187a8d;
border-color: #3b4246;
}

.centre2{
background-color: rgb(31, 40, 45);
opacity: 0.102;
margin: 15px 0;
height: 0.2px;
}

.highlight_full_word{
	/*background: yellow;*/
padding: 9px;
}

.word-info .accordion{
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px 0px 18px 12px;
	transition: 0.4s;
	background-color: #cdd8dc;
	border-bottom: 1px solid #0000001a;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 3px;
}

.word-info .accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	/*
	float: right;
	margin-left: 5px;*/
	position: relative;
	left: 95%;
	top: -40px;
}

.word-info.active .accordion{
	background-color: #cdd8dc;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0px 7px 13px 1px rgba(0,0,0,0.4);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0px 7px 13px 1px #13222536;
	position: relative;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 10px;
}

.word-info .accordion:hover {
	background-color: #C3D0D5;
}


.word-info.active .accordion:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.word-info .panel{
	padding: 20px 18px;
	background-color: white;
/*	display: none;*/
	overflow: hidden;
	/*
	max-height: 0;
	transition: max-height 0.2s ease-out;
	*/
}

.word-info.active .panel{
	display: block;
}

.morphologyTable{
	width:100%;
	font-size: 15px;
}

.morphologyTable thead{
	font-weight: 700;
	background-color: rgb(205, 216, 220);
	border-bottom: 1px solid #000;
	color: rgb(76, 94, 112);
}

.morphologyTable th, .morphologyTable td{
	height: 2em;
line-height: 1.6em;
text-align: center;
padding-left: .5em;
padding-right: .5em;
}
.morphologyTable .panel-parent{
	display: none;
}

.morphologyTable .switcher:after {
	 /*content: '\02795'; Unicode character for "plus" sign (+) */
	content: '+';
	font-size: 20px;
	position: relative;
	font-weight: bold;
	border: 2px solid;
	padding: 1px 8px 2px;
	background: #187a8d;
	color: #fff;
	cursor: pointer;
	padding: 0px 7px 2px;
}

.morphologyTable .switcher:after:hover{
	background: #cdd8dc;
	color: #187a8d;
}

.morphologyTable tr.active .switcher:after{
	/* content: "\2796"; Unicode character for "minus" sign (-) */
	content: '-';


}

.morphologyTable tr.panel-parent, .morphologyTable tr.active{
 background-color: #eee;
}

.morphologyTable .word-info{
	border-bottom: 1px dashed #b4b4b4;
}

.morphologyTable .word-info.active{
	border-bottom: none;
}

.data-loading{
	position: absolute;
	left: 50%;
	Top: 50%;
	background: transparent;
}

.Muhammad.Ali{
	background: none;
}

[data-verse="0"] .verse-no{
	visibility: hidden;
}
/*
.chapter-num-1 .left-nav{
	cursor: not-allowed;
}

.chapter-num-114 .right-nav{
	cursor: not-allowed;
}

.lang-Arabic .chapter-num-1 .left-nav{
	cursor: pointer;
}

.lang-Arabic .chapter-num-1 .right-nav{
	cursor: not-allowed;
}

.lang-Arabic .chapter-num-114 .left-nav{
	cursor: not-allowed;
}

.lang-Arabic .chapter-num-114 .right-nav{
	cursor: pointer;
}
*/
.chapter-num-1 .right-nav, .chapter-num-114 .left-nav{
	display: none;
}

.lang-Arabic .chapter-num-1 .left-nav, .lang-Arabic .chapter-num-114 .right-nav{
	display: inline;
}

.lang-Arabic .chapter-num-1 .right-nav, .lang-Arabic .chapter-num-114 .left-nav{
	display: none;
}

.lang-Arabic.en-size {
	font-size:16.6px;
}
