body {
	direction: rtl;
	font-family: serif;
}
.body-footer {
	padding-bottom: 60px;
}
.bg-white {
	background-color: #fff;
}
.logo {
	text-align: center;
	font-size: 100px;
	margin-top: 50px;
	margin-bottom: 32px;
	color: #17B794;
}
.search-input .form-control {
	border: none;
}
.search-input {
	border: 1px solid #dedede;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-right: 1px;
}
.search-input:hover {
  	border-color: #c0c0c0;
}
.search-input .btn, .search-option .btn {
	border: none;
	color: #17B794;
	background: none;
}
.search-input .btn:hover, .search-option .btn:hover {
	background: none;
}
.search-input .btn:focus, .search-option .btn:focus {
	background: none;
	outline: none;
	color: #17B794;
}
.search-info {
	margin-right: 14px;
	margin-top: 14px;
}
.search-input-focus {
  border-color: #17B794 !important;
  outline: 0;
}
.col-center {
	float: none;
	margin: 0 auto;
	max-width: 665px;
	padding-bottom: 10px;
}
.col-center .nav-pills {
	padding-right: 0;
}
.well-footer {
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: -1;
}
.well-footer .nav li a {
	padding: 0 15px;
	color: #676767;
}
.well-footer .nav li a:hover {
	background: none;
	text-decoration: underline;
}
.well-footer .nav li a:focus {
	background: none;
}
.well-footer .nav li a:active {
	color: #17B794;
}
.s-results {
	margin-right: 100px;
}
.s-count {
	padding: 12px 0;
	margin: 0;
}
.search-result {
	margin-top: 23px;
}
.search-result h3 {
	margin-top: 0;
	margin-bottom: 3px;
}
.search-result h3 a {
	color: #01005E;
	font-size: 18px;
}
.search-result h4 {
	color: #007A5F;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0;
}
.btn-search {
	margin: 20px auto;
	display: block;
	padding: 8px 53px;
	font-weight: 600;
	border: none;
	background: #f5f5f5;
	color: #676767;
}
.tab-content {
	padding-top: 5px;
}
.navbar-search {
	width: 100%;
	max-width: 500px;
}
.navbar-search {
	width: 65%;
    max-width: 600px;
    margin: 8px 0;
    background: #fff;
}
.navbar-logo {
	width: 110px;
}
.search-input .search-btn-small {
	color: #fff;
	background-color: #17B794;
	height: 38px;
    z-index: 1 !important;
    width: 45px;
    left: 0;
}
.search-input .search-btn-small:hover, .search-input .search-btn-small:focus {
	color: #fff;
	background-color: #17B794;
}
.content-section {
	margin-top: 20px;
}
.final-result section p {
	font-family: Sunnaty;
	line-height: 1.7;
	color: #007A5F;
	font-size: 24px;
}
.book-cover img {
	width: 100%;
}
.book-cover p {
	text-align: center;
	color: #777
}
.info-source {
	color: #01005E;
}
.info-source:hover {
	color: #373B91;
}
.hide-show {
	margin: 5px 0 15px;
}
.hide-show .btn-primary {
	background: none;
	border: 1px solid #dedede;
	color: #777;
	padding: 6px 8px;
}
.hide-show .first-btn {
	border-left: none;
}
.hide-show .btn-primary:hover, .hide-show .btn-primary:focus {
	background: none;
	color: #333;
	background:#f8f8f8;
}
.hide-show .active {
	color: #333;
	background: #f8f8f8;
}
.next-prev a {
	margin-right: 10px;
}
.main-info {
	margin-bottom: 30px;
}
.main-info p {
	margin-top: 10px;
}
.main-info i {
	margin-left: 10px;
	color: #17B794;
}
.related-results {
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.related-results:first-child {
	padding-top: 0;
}
.related-results:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.related-results h4 a {
	color: #01005E;
}
.pagination-mob {
	display: none;
}
/* mobile large (android) ----------- */
@media only screen and (max-width : 767px)  {
	.s-results {
		margin-right: 0;
		padding: 0;
	}
	.navbar-logo {
		width: 100%;
		margin-top: 8px;
	}
	.logo {
		margin-top: 75px;
	}
	.navbar-brand {
		float: none;
		margin: auto;
		display: block;
	}
	.navbar-search {
		width: auto;
		max-width: none;
	}
	.content-section {
		margin-top: 15px;
	}
	.nav-tabs {
		padding-right: 15px;
	}
	.search-result, .pagination-mob {
		padding: 15px;
		background-color: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		margin-top: 10px;
		padding: 10px 15px 1px;
	}
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px; 
	}
	.search-result h4 {
		margin: 10px -15px;
		border-bottom: 1px solid #dedede;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 10px;
	}
	.gray-bg {
		background: #f1f1f1;
	}
	.pagination-hidden {
		display: none;
	}
	.dropdown-menu {
		left: 0;
		right: inherit;
	}
	.pagination-mob {
		padding: 9px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		display: block;
	}
	.pagination-mob li {
		list-style: none;
		display: inline;
	}
	.pagination-mob li a i {
		margin: auto 20px;
		vertical-align: bottom;
		color: #adadad;
		font-size: 22px;
	}
	.well-footer .nav {
		text-align: center;
		padding-right: 0;
	}
	.well-footer .nav-pills > li {
		float: none;
	}
	.well-footer .nav > li {
		display: inline;
	}
	.well-footer .nav > li > a {
		display: inline;
	}
}
/* mobile small (iphone 3/4/5) ----------- */
@media only screen and (max-width : 320px)  {
	.logo {
		margin-top: 30px;
	}
}
.facebook-comment {
	margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.search-option p {
	position: absolute;
    background-color: #fff;
    right: 15px;
    left: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    border: 1px solid #e7e7e7;
    cursor: pointer;
    padding: 6px 12px;
    border-top: none;
}
.search-option div {
    display: block;
}
.search-option p:hover, .nav-search-option p:hover {
	background-color: #f5f5f5;
}
.nav-search-option p {
	position: absolute;
    background-color: #fff;
    display: block;
    right: -1px;
    left: -1px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    border: 1px solid #e7e7e7;
    cursor: pointer;
    padding: 6px 12px;
    border-top: none;
}
.nav-search-option {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 10;
	top: 40px;
}
.share-btns {
	padding: 0;
	margin: 30px 0 0 0;
	display: block;
	list-style: none;
}
.share-btns li {
	display: inline-block;
	margin-right: 5px;
}
.share-btns li a {
	padding: 8px 0;
	border-radius: 3px;
	color: #fff;
	margin: auto;
	width: 30px;
	height: 30px;
	display: block;
	text-decoration: none;
}
.share-btns li a i {
	margin: auto;
	display: table;
}
.share-facebook {
	background: #3B5998;
}
.share-twitter {
	background: #1DA1F2;
}
.share-google {
	background: #DB4437;
}
.share-icon {
	background: #775577;
}