﻿@font-face {
	font-family: "Nassim";
	src: url("/diffah/Content/fonts/nassim-regular.eot");
	src: local("☺"), url("/diffah/Content/fonts/nassim-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NassimBold";
	src: url("/diffah/Content/fonts/nassim-bold.eot");
	src: local("☺"), url("/diffah/Content/fonts/nassim-bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Naskh";
	src: url("/diffah/Content/fonts/DroidArabicNaskh.eot");
	src: local("☺"), url("/diffah/Content/fonts/DroidArabicNaskh.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NaskhBold";
	src: url("/diffah/Content/fonts/DroidArabicNaskh-Bold.eot");
	src: local("☺"), url("/diffah/Content/fonts/DroidArabicNaskh-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

validation-summary-errors * {
	font-family: Naskh,arial;
}

body {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-family: Naskh,arial;
	overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 34px;
}

a, a:hover {
	text-decoration: none;
}

footer {
	clear: both;
}

.btn {
	border-radius: 5px;
	font-size: 16px;
	margin: 20px 0 20px 0;
	box-shadow: none !important;
}

.home-contain-ads{
    margin-bottom:20px
}
button:active, button:focus, button:hover, .btn:active, .btn:focus, .btn:hover {
    outline: none !important;
}

.btn-red, .btn-red:hover, .btn-red:focus {
	background-color: #c73036;
	color: #fff;
	padding: 10px 60px 10px 60px;
	border-color: #c73036;
}

.btn-silver, .btn-silver:focus {
	background-color: #fff;
	color: #929292;
	padding: 5px 20px 5px 20px;
	border: #CCC solid 1px;
	transition: 0.4s;
}

	.btn-silver:hover {
		border: #939393 solid 1px;
		color: #939393;
		transition: 0.4s;
	}

.btn-red-empty, .btn-red-empty:active, .btn-red-empty:focus {
	background-color: #fff;
	color: #c73036;
	padding: 5px 60px 5px 60px;
	border: #c73036 solid 1px;
	transition: 0.4s;
}

	.btn-red-empty:hover {
		background-color: #c73036;
		color: #fff;
		transition: 0.4s;
	}

@media (max-width: 900px) {
	.btn-red-empty, .btn-red-empty:hover, .btn-red-empty:active, .btn-red-empty:focus {
		padding: 5px 14px 5px 14px;
	}
}

input::-ms-clear {
	display: none !important;
}

.no-margin {
	margin: 0;
}

.no-margin-important {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.max-width-100 {
	max-width: 100%;
}

.text-red {
	color: #c73036;
}

.text-gray {
	color: #CCC;
}

.relative {
	position: relative;
}

.vertical-middle {
	vertical-align: middle;
}

.header .navbar-nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	white-space: nowrap;
}

/*.nav > li:focus, .nav > li:hover {
    background: #393939;
}*/

.wide.menu_2nd {
	z-index: 999;
}

.fixed .navbar-nav {
	overflow: visible !important;
}


ul.navItems > li:hover {
	background-color: #393939;
	transition: 0.4s !important;
}

/*Start sub menu style*/

#navbar ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0px;
	background: #393939;
	padding: 0;
}

	#navbar ul ul li {
		list-style: none;
		float: none;
		text-align: right;
		width: 100%;
		border-top: solid 1px #4C4C4C;
	}

	#navbar ul ul a:focus, #navbar ul ul a:hover {
		text-decoration: none;
		color: #c73036;
		transition: 0.4s !important;
	}

ul.navItems li > ul a {
	text-decoration: none;
	padding: 14px 26px 14px 8px;
	display: block;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
}

#navbar ul ul ul {
	top: 0;
	left: 100%;
}

#navbar ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}

@media(min-width:768px) {

	ul.navItems > li ul {
		transition: visibility 0s, opacity 0.3s linear !important;
		opacity: 0;
	}

	.fixed ul.navItems > li > ul li {
		border-top: solid 1px #343330 !important;
	}

	.fixed ul.navItems li > ul a {
		padding: 14px 8px 14px 8px;
	}

	.fixed ul.navItems > li ul {
		background: #000 !important;
		transition: none !important;
	}
}
/*END sub menu style*/

.mobile-menu .icon-bar {
	background-color: #fff;
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 6px;
}

	.mobile-menu .icon-bar:last-child {
		margin-bottom: 0;
	}

@media(max-width: 767px) {

	.down_arrow_submenu_mobile {
		float: left;
		display: inline-block;
		font-size: 18px;
	}

	ul.navItems > li {
		width: 100% !important;
	}

	#navbar ul ul {
		position: static;
		display: none;
		visibility: visible;
		background: #292929;
	}

		#navbar ul ul li {
			border-top: solid 1px #343330;
		}

	.bgContainer {
		margin-top: 0 !important;
	}

	.header .navbar-collapse {
		margin-top: 60px;
	}

	.header .navItems {
		padding: 0;
		margin: 0;
	}

	.menu_2nd {
		margin-top: 0 !important;
	}

	.search_Container {
		float: left;
		margin-top: 10px;
	}

	input.searchText {
		height: 35px;
		width: 100%;
	}

	.header .col-xs-12 {
		margin-bottom: 0;
	}
}

ul.dataUl {
	padding-right: 5px;
}

	ul.dataUl > li {
		display: inline-block;
		margin-right: -4px;
		margin-left: 3%;
	}

	ul.dataUl.ex_marg > li {
		margin-left: 7%;
	}

	ul.dataUl > li:first-child {
		margin-right: 0;
	}

a.icnGfl:before {
	content: '';
	background-image: url(/diffah/Content/images/img.png);
	display: inline-block;
	width: 12px;
	height: 13px;
	position: relative;
	left: 5px;
	top: 2px;
}

ul.dataUl > li:last-child {
	margin-left: 0;
}

ul.dataUl > li > a, ul.dataUl > li > span {
	font-size: 12px;
	text-decoration: none;
	color: #393939;
	font-family: NaskhBold;
}

.header {
	padding-top: 20px;
}

input.searchText {
	overflow: hidden;
	border-radius: 15px;
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	outline: none;
}

.srch_btn {
	width: 16px;
	height: 16px;
	background-image: url(/diffah/Content/images/srch.png);
	border: none;
	position: absolute;
	left: 10px;
	z-index: 3;
	top: 5px;
	outline: none;
	background-repeat: no-repeat;
}

.search_Container {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	border: solid 2px #c1c1c1;
}

.logo {
	max-width: 220px;
}

a.youtube_a {
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	background-color: #ef0c0c;
	border-radius: 100%;
	line-height: 36px;
}

	a.youtube_a > i {
		color: #fff;
		font-size: 18px;
	}

a.insta_a {
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	background-color: #E3405F;
	border-radius: 100%;
	line-height: 36px;
}

	a.insta_a > i {
		color: #fff;
		font-size: 20px;
	}

a.fb_a {
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	background-color: #3b5999;
	border-radius: 100%;
	line-height: 36px;
}

	a.fb_a > i {
		color: #fff;
		font-size: 15px;
	}

a.twt_a {
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	background-color: #5ea9dd;
	border-radius: 100%;
	line-height: 36px;
}

	a.twt_a > i {
		color: #fff;
		font-size: 15px;
	}

a.gp {
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	background-color: #db4437;
	border-radius: 100%;
	line-height: 36px;
}

	a.gp > i {
		color: #fff;
		font-size: 15px;
	}

a.insta {
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	background-color: #e4405f;
	border-radius: 100%;
	line-height: 36px;
}

	a.insta > i {
		color: #fff;
		font-size: 15px;
	}

.menu_2nd {
	background-color: rgba(57, 57, 57, 0.9);
	z-index: 9;
	position: relative;
}

ul.navItems > li > a {
	color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}

.navItems {
	width: 100%;
}

ul.navItems > li {
	width: calc(100%/10);
}

	ul.navItems > li > a:before {
		content: '';
		width: 3px;
		height: 17px;
		background-color: #0c6a78;
		display: inline-block;
		vertical-align: middle;
		margin-left: 7%;
		transition: 0.5s;
	}

	ul.navItems > li > a:hover:before, .activeM:before {
		background-color: #c73036 !important;
		content: '';
	}

.wnt_sub_f > h1 {
	font-size: 22px;
	color: #322922;
	margin: 0;
}

.wnt_sub_f {
	background-color: #eeeeee;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 60px;
}

.lowerMenu {
	background-color: #3f3f3f;
	padding-top: 25px;
	padding-bottom: 25px;
}

.ftr_menu > li {
	width: calc(100%/10);
}

	.ftr_menu > li > a {
		color: #fff;
		font-size: 14px;
		transition: 0.5s;
		padding-bottom: 5px;
	}

		.ftr_menu > li > a:hover {
			color: #c73036;
		}

.ftr_menu {
	width: 95%;
	border-bottom: solid 1px #535353;
	margin-bottom: 20px;
}

ul.dataUl.dataUl_lower > li > span {
	color: #a3a3a3;
	font-size: 14px;
	font-family: Naskh;
}

ul.dataUl.dataUl_lower {
	margin-top: 15px;
}

.rulesUL > li > a {
	color: #a3a3a3;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 0;
}

.ftr_menu > li:nth-child(4) > a {
	text-align: center;
}

.ftr_menu > li:nth-child(n+5) > a {
	text-align: left;
}

.ftr_menu > li:last-child > a {
	padding-left: 0;
}

.rightsSetion {
	background-color: #363636;
	padding-top: 10px;
	padding-bottom: 10px;
}

	.rightsSetion > h6 {
		color: #777777;
		margin: 0;
		font-family: NaskhBold;
	}

@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}

.section-title {
	padding: 26px 0 10px 0;
	display: table;
	width: 100%;
}

.section-title_bottom {
	padding: 20px 0 10px 0;
	display: table;
	width: 100%;
}

/*.section-title_bottom:first-child {
        padding: 0px 0 10px 0;
    }*/

.section-title h1 {
	font-size: 26px;
	padding-right: 8px;
	margin: 0;
	font-family: NaskhBold;
}

.section-title-red h1 {
	border-right: #c73036 solid 4px;
}

.selectpicker, .selectpicker:focus, .selectpicker:active, .selectpicker:visited .selectpicker:hover {
	margin: 0;
	outline: none !important;
	background: #fff;
	font-size: 12px;
}

.bootstrap-select > .btn:focus {
	outline: none !important;
}

.bootstrap-select.btn-group .btn .caret {
	color: #0c6a78;
	left: 12px;
	right: auto;
}

.bootstrap-select.btn-group .btn .filter-option {
	text-align: right;
	right: 12px;
	left: 25px;
}

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*=span] {
	margin-bottom: 0;
}

.dropdown-Filter .form-group {
	margin-bottom: 0;
}

	.dropdown-Filter .form-group label {
		vertical-align: middle;
		color: #204182;
		padding: 0 10px 0 10px;
		margin: 0;
	}

@media(max-width: 767px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		margin-bottom: 10px;
	}
}

.block-two-areas .thumbnail {
	display: table;
}

.thumbnail {
	min-height: 300px;
	border-radius: 5px;
	webkit-box-shadow: 0px 0px 13px 0px #e2e2e2;
	-moz-box-shadow: 0px 0px 13px 0px #e2e2e2;
	box-shadow: 0px 0px 5px 0px #e2e2e2;
	position: relative;
}

@media (max-width: 767px) {
	.thumbnail {
		min-height: auto !important;
	}

		.thumbnail .btn-silver {
			margin-bottom: 0 !important;
		}
}

.thumbnail img {
	max-width: 100%;
	max-height: 100%;
}

.block-two-areas .thumbnail .caption, .block-two-areas .thumbnail .thumb-image {
	padding: 9px;
}

.thumb-image {
	background-color: #F4F4F4;
}

.thumbnail .caption h3 {
	font-size: 17px;
	margin-top: 10px;
	font-family: NaskhBold;
}

	.thumbnail .caption h3 a {
		color: #000;
		font-family: NaskhBold;
	}

.block-four-areas .thumbnail {
	display: table;
}

	.block-four-areas .thumbnail .thumb-image {
		padding: 10px;
	}

@media (min-width: 768px) {
	.block-four-areas .caption {
		padding-bottom: 0;
	}

		.block-four-areas .caption p {
			margin-bottom: 5px;
		}
}

@media (max-width: 768px) {
	.block-four-areas .caption {
		min-height: auto !important;
	}
}

@media(min-width: 767px) {
	.block-two-areas .thumbnail {
		display: table;
	}

		.block-two-areas .thumbnail [class*="col-"] {
			float: none;
			display: table-cell;
			vertical-align: middle;
		}

	.block-four-areas .thumbnail img {
		max-width: 60%;
		max-height: 150px;
		min-height: 150px;
	}
}

.bgContainer {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}

.container.bgContainer {
	position: relative;
	margin-top: 25px;
}

.mainTitleWriter {
	max-width: 100%;
	background-color: rgb(244, 244, 244);
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	padding: 5px;
	right: 15px;
	left: 15px;
	text-align: center;
}

	.mainTitleWriter > a {
		font-size: 22px;
		line-height: 42px;
		text-decoration: none;
		color: #FFF;
		font-family: NaskhBold;
	}

.writerImgName > div {
	padding: 0;
}

.writerImgName img {
	margin: 0 auto;
	border: solid 3px #fff;
	width: 60px;
	height: 60px;
}

.writerImgName p {
	margin: 0;
	padding-top: 0px;
	font-family: NaskhBold;
	color: #000;
	font-size: 17px;
}

.writerImgName span {
	color: #000;
	font-size: 12px;
	font-family: NaskhBold;
	display: inline-block;
}

.writerImgName {
	margin-top: 0px;
}

.join_news_lttr_container {
	background-color: #f4f4f4;
	padding: 12px;
	border-radius: 5px;
	border: solid 5px #fff;
	-webkit-box-shadow: 0px 0px 13px 0px #e2e2e2;
	-moz-box-shadow: 0px 0px 13px 0px #e2e2e2;
	box-shadow: 0px 0px 13px 0px #e2e2e2;
	margin-bottom: 25px;
}

::-webkit-input-placeholder {
	color: #a1a1a1;
	font-size: 11px;
	font-family: NaskhBold;
}

::-moz-placeholder {
	color: #a1a1a1;
	font-size: 11px;
	font-family: NaskhBold;
}

:-ms-input-placeholder {
	color: #a1a1a1;
	font-size: 11px;
	font-family: NaskhBold;
}

:-moz-placeholder {
	color: #a1a1a1;
	font-size: 11px;
	font-family: NaskhBold;
}

.join_news_lttr_container input::placeholder {
	font-size: 14px;
	font-weight: normal;
}

.join_news_lttr_container input {
	display: inline-block;
	font-size: 14px;
	color: #555;
	font-family: NaskhBold;
	padding-right: 12px;
	padding-left: 12px;
	border-radius: 5px;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #ccc;
	outline: none;
	margin-bottom: 12px;
	transition: 0.4s;
}

	.join_news_lttr_container input:focus {
		border: 1px solid #c73036;
	}

.join_news_lttr_container button {
	margin: 0;
	width: 100%;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #c73036;
	color: #fff;
	border-radius: 5px;
	outline: none !important;
	border: none;
	font-size: 15px;
}

	.join_news_lttr_container button:hover {
		padding: 0;
		padding-top: 6px;
		padding-bottom: 6px;
		background-color: #a72227;
		transition: 0.4s;
	}

.singleArticleBlock {
	position: relative;
	border-radius: 5px;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 13px 0px #e2e2e2;
	-moz-box-shadow: 0px 0px 13px 0px #e2e2e2;
	box-shadow: 0px 0px 13px 0px #e2e2e2;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 31%;
	margin-left: 3%;
	margin-bottom: 25px;
}

	.singleArticleBlock:nth-child(3n+1) {
		margin-right: 0;
	}

	.singleArticleBlock:nth-child(3n+3) {
		margin-left: 0;
	}

	.singleArticleBlock > .hdth_container > a > img {
		margin-right: -16.88%;
	}

.hdth_container > a {
	width: 100%;
	display: block;
}

.hdth_container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	width: 236px;
	height: 177px;
}

	.hdth_container > span {
		background-color: #c42018;
		color: #fff;
		padding: 5px;
		position: absolute;
		bottom: 0;
		font-family: NaskhBold;
		font-size: 11px;
		padding-top: 7px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.hdth_container > .fa.fa-play-circle {
		position: absolute;
		z-index: 99;
		font-size: 40px;
		color: #fff;
		left: 0;
		right: 0;
		top: 0;
		text-align: center;
		bottom: 0;
		padding-top: 30%;
		pointer-events: none;
	}

.multimedia_image_container > .fa.fa-play-circle {
	position: absolute;
	z-index: 99;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.7);
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	bottom: 0;
	padding-top: 22%;
	pointer-events: none;
}

i.fa.fa-play-circle.poet_play_video {
	position: absolute;
	z-index: 99;
	font-size: 40px;
	color: #fff;
	left: 10px;
	right: 0px;
	top: 0;
	text-align: center;
	bottom: 0;
	padding-top: 19%;
	pointer-events: none;
}

span.catArtcl {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9;
	background-color: rgba(29, 84, 146, 0.8);
	color: #fff;
	font-size: 13px;
	padding: 5px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom-left-radius: 5px;
	border-top: solid 3px #c73036;
}

span.catArtcl_readalso {
	position: absolute;
	top: 6px;
	right: 66px;
	z-index: 9;
	background-color: rgba(29, 84, 146, 0.8);
	color: #fff;
	font-size: 13px;
	padding: 2px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 12px;
	border-bottom-left-radius: 5px;
	border-top: solid 3px #c73036;
}

span.catArtcl > a {
	color: #fff;
}

span.catArtcl_readalso > a {
	color: #fff;
}

.A_w_d.readalso_author {
	direction: rtl;
	width: 70%;
	display: inline-block;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 8px;
	float: right;
	padding-right: 9px;
}

.readalso_author > div:last-child {
	padding-right: 5px;
}

.A_w_d.readalso_author > div:first-child {
	margin-left: 5px;
}

.subSections_author_box {
	max-width: 70% !important;
}

.subSections_poet_box {
	max-width: 100% !important;
}

	.subSections_poet_box a {
		font-size: 13px !important;
	}

.poet_date_div {
	font-size: 13px !important;
}

.poetry_main_title {
	margin-bottom: 0px !important;
}


.subSections_author:after {
	content: "";
	display: block;
	height: 12px;
	width: 1px;
	background: #5b544e;
	position: absolute;
	bottom: 7px;
	left: -7px;
}

.subSections_author_big:after {
	content: "";
	display: block;
	height: 12px;
	width: 1px;
	background: #5b544e;
	position: absolute;
	bottom: 7px;
	left: -10px;
}

.A_w_d > .subSections_date:after {
	display: none !important;
}

.readmore_date {
	color: #6e6e6e;
	font-size: 15px;
}

.A_w_d.readalso_author > div > a {
	font-weight: 600;
	font-size: 15px;
	padding-right: 5px;
}

.A_w_d > div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

	.A_w_d > div:first-child {
		margin-left: 2%;
	}

	.A_w_d > div:last-child {
		margin-left: -4px;
		position: relative;
	}

	.A_w_d > div > a {
		color: #c73036;
		font-family: NaskhBold;
		font-size: 11px;
		position: relative;
		text-decoration: none;
	}

	.A_w_d > div:last-child:after {
		content: "s";
		display: block;
		width: 1px;
		background: #5b544e;
		top: 0;
		position: absolute;
		right: -15px;
		bottom: 0;
		font-size: 0;
	}

.readmore_author:after {
	content: "";
	display: block;
	height: 17px;
	width: 1px;
	background: #5b544e;
	top: 5px;
	position: absolute;
	bottom: 0;
	left: -9px;
	font-size: 0;
}

.A_w_d > .readmore_date:after {
	display: none !important;
}

.A_w_d {
	margin-top: 10px;
	margin-bottom: 10px;
}

	.A_w_d > .subSections_date {
		color: #555555;
		font-size: 12px;
	}

a.A_link {
	font-family: NaskhBold;
	color: #5b544e;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	transition: 0.5s;
}

	a.A_link:hover {
		color: #c73036;
	}

.WideArea2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.Sec_news {
	background-color: #fff;
}

.detailed_info_container {
	position: relative;
	padding-top: 50px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.detailed_info_container .catArtcl {
		top: 10px;
	}
}

.detailed_info_container .a-link {
	font-size: 23px;
	margin-top: 20px;
}

.borders-shadow {
	border-radius: 5px;
	border: solid 5px #fff;
	-webkit-box-shadow: 0px 0px 5px 0px #e2e2e2;
	-moz-box-shadow: 0px 0px 5px 0px #e2e2e2;
	box-shadow: 0px 0px 5px 0px #e2e2e2;
}

.full-width {
	width: 100%;
}

.a-link {
	font-family: NaskhBold;
	color: #5b544e;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	transition: 0.5s;
}

	.a-link:hover {
		transition: 0.5s;
		color: #c73036;
		text-decoration: none;
	}

@media (min-width: 768px) {
	.Sec_news .col-sm-7 {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}

.mainTitleWriter-detail {
	border-bottom: 3px solid #0C4689;
	background-color: #f4f4f4;
	position: relative;
	margin-top: 20px;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

	.mainTitleWriter-detail .mainTitleWriter {
		position: relative;
		max-width: 100%;
		width: 100%;
		bottom: auto;
		border-top: 0;
		padding-top: 60px;
		padding-bottom: 30px;
		right: 0 !important;
	}

.mainTitleWriter-detail-with-img .mainTitleWriter {
	max-width: 100%;
	background-color: rgba(0,0,0,0.5);
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	padding: 5px;
	right: 15px;
	left: 15px;
	text-align: center;
}

.mainTitleWriter-detail .mainTitleWriter:before {
	content: none;
}

.mainTitleWriter-detail-with-img {
	position: relative;
}

.mainTitleWriter-detail .catArtcl {
	padding-left: 30px;
}

.mainTitleWriter-detail-with-img .main-img {
	width: 100%;
}

.mainTitleWriter-detail .mainTitleWriter > p {
	font-size: 22px;
	line-height: 42px;
	text-decoration: none;
	color: #000;
	margin-bottom: 0;
	font-family: NaskhBold;
}

@media(max-width: 767px) {
	.mainTitleWriter-detail .mainTitleWriter > p {
		padding-top: 10px;
	}
}

.detail-text {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 35px;
	text-align: justify;
}

	.detail-text img {
		height: auto;
	}

.summarySectionContainer-books {
	margin-top: 30px;
}

#captionTable {
	float: left;
	background: #fff;
	width: 210px !important;
	margin-right: 10px !important;
	border-right: solid 3px #c73036;
}

	#captionTable label {
		padding-right: 5px;
        font-size: 19px !important;
	}

.detail-share {
	padding: 5px 0 5px 0;
}

.font-size-custom {
	font-size: 16px;
	color: #c73036;
	padding-top: 8px;
}

	.font-size-custom i {
		vertical-align: middle;
		cursor: pointer;
	}

	.font-size-custom span {
		padding-left: 8px;
		padding-right: 8px;
	}

.detail-share label {
	font-weight: 600;
}

@media(max-width: 767px) {
	.detail-text blockquote {
		width: 100%;
	}
}

.book-detail-block {
	border-bottom: #767676 2px solid;
}

ul.book-detail {
	padding: 10px;
	width: 100%;
	display: table;
	margin-bottom: 60px;
	background: #f4f4f4;
}
.detail-text ul.book-detail {
    margin-bottom: 0px;
}
ul.book-detail li > span.blue {
    color: #0C4689;
    font-weight: 600;
}

	ul.book-detail li {
		display: table-cell;
		list-style-type: none;
		font-size: 13px;
		padding: 0;
	}

@media (max-width: 768px) {
	ul.book-detail li {
		font-size: 11px;
	}
}

.detail-share-bottom {
	border-top: #f4f4f4 2px solid;
	border-bottom: #f4f4f4 2px solid;
	margin-bottom: 20px;
	margin-top: 30px;
}

.detail-share-top {
	background: #f4f4f4;
	border-radius: 0px 0px 8px 8px;
}

.articles-bottom-areas > h2 {
	background-color: #f4f4f4;
	padding: 5px;
	padding-right: 15px;
}

.articles-bottom-areas .date {
	padding-top: 8px;
	font-family: NaskhBold;
}

.articles-bottom-areas .relative {
}

.articles-bottom-areas .single {
	margin: 2%;
	width: 45.5%;
	border-bottom: #f4f4f4 1px solid;
}

	.articles-bottom-areas .single:nth-last-of-type(-n+2) {
		border-bottom: #fff 1px solid;
	}

@media (max-width: 768px) {
	.articles-bottom-areas .single {
		width: 100%;
	}
}

.articles-bottom-areas .single p a {
	color: #000;
}

.articles-bottom-areas {
	clear: both;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f4f4f4;
	margin-bottom: 40px;
	margin-top: 20px;
}

ul.social {
	display: inline-block;
	margin-bottom: 0;
	padding-right: 12px;
	margin-top: 4px;
}

	ul.social li {
		list-style-type: none;
		display: inline-block;
		margin-left: 8px;
		font-size: 18px;
		background-color: #c73036;
		border-radius: 5px;
		vertical-align: middle;
		height: 28px;
		width: 28px;
		text-align: center;
		padding-top: 4px;
		transition: 0.4s;
	}

		ul.social li a {
			color: #fff;
		}

#ContinousBrowsing_0 .sidebar {
	margin-top: 20px;
}

.sidebar .block-four-areas .thumbnail {
	min-height: auto !important;
	height: auto !important;
	margin-bottom: 0 !important;
}

.sidebar .block-four-areas .caption {
	min-height: auto !important;
}

.sidebar .relatedSideContainer {
	margin-top: 0 !important;
}

.sidebar .latestBook_container {
	margin-top: 0 !important;
}

@media (max-width: 767px) {
	.sidebar {
		clear: both;
	}
}

/*.sidebar > .row {
	margin-bottom: 30px;
}*/

.sidebar > .related-tags,
.sidebar .latestBook_container {
	margin-bottom: 30px;
}


.sidebar > .row-fluid {
	margin-bottom: 60px;
}

.latest-news .thumbnail {
	display: table;
}

.offers_container > h1 {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 38px;
	font-family: NaskhBold;
}

.latestBook_container > div {
	padding: 0;
}

.latestBook_container {
	margin-top: 25px;
	position: relative;
}

span.bookMonth {
	z-index: 9;
	background-color: #0a3a72;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	right: 30%;
	font-family: NaskhBold;
	margin: 0 auto;
	display: block;
	width: 140px;
	margin-top: -14px;
	margin-bottom: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.latestBook_container .thumbnail {
	width: 100%;
}

.summarySectionContainer > .singleArticleBlock {
	width: 22.77%;
}

	.summarySectionContainer > .singleArticleBlock:nth-child(3n+3) {
		margin-left: 3%;
	}

	.summarySectionContainer > .singleArticleBlock:nth-child(4n+4) {
		margin-left: 0;
	}

	.summarySectionContainer > .singleArticleBlock:nth-child(3n+1) {
		margin-right: -5px;
	}

	.summarySectionContainer > .singleArticleBlock:nth-child(4n+1) {
		margin-right: 0;
	}

.articles_container.summarySectionContainer {
	margin-top: 30px;
}

.relatedArticlesContainer {
	padding: 5px;
}

.relatedSideContainer {
	margin-top: 25px;
	border: none;
	overflow: hidden;
	width: 100%;
}

	.relatedSideContainer > h2 {
		padding: 5px;
		background-color: #f4f4f4;
		margin: 0;
	}

.padding-5p {
	padding: 5px;
}

.padding-10p {
	padding: 10px;
}

.relatedArticle a {
	font-size: 11px;
	margin-bottom: 5px;
}

.relatedArticle p {
	font-size: 11px;
	margin-bottom: 0;
	font-family: NaskhBold;
	color: #c73036;
}

article.relatedArticle {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: solid 1px #f4f4f4;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

	article.relatedArticle:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

.bookCoverContainer {
	margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.singleArticleBlock > .hdth_container {
		height: auto !important;
	}

	.singleArticleBlock {
		width: 48% !important;
		margin-left: 2%;
	}

		.singleArticleBlock:nth-child(3n+3) {
			margin-left: 2%;
		}

		.singleArticleBlock:nth-child(2n+2) {
			margin-left: 0;
		}

		.singleArticleBlock > .hdth_container > a > img {
			margin-right: -22%;
		}

	.summarySectionContainer-nosidebar .singleArticleBlock {
		width: 31% !important;
		margin-left: 2%;
	}

		.summarySectionContainer-nosidebar .singleArticleBlock:nth-child(3n+3) {
			margin-left: 0 !important;
		}

		.summarySectionContainer-nosidebar .singleArticleBlock:nth-child(2n+2) {
			margin-left: 2% !important;
		}

		.summarySectionContainer-nosidebar .singleArticleBlock > .hdth_container > a > img {
			margin-right: -24%;
		}
}

@media (max-width: 767px) {
	.singleArticleBlock > .hdth_container {
		height: auto !important;
	}

	.singleArticleBlock {
		width: 48%;
		margin-left: 2%;
	}

		.singleArticleBlock:nth-child(3n+3) {
			margin-left: 2%;
		}

		.singleArticleBlock:nth-child(2n+2) {
			margin-left: 0;
		}

		.singleArticleBlock > .hdth_container > a > img {
			margin-right: 0;
		}
}

@media (max-width: 767px) {
	.search_Container {
		padding: 0;
		background-color: #fff;
		margin-left: 20px;
		height: 34px;
		margin-top: 13px;
	}

	.srch_btn {
		top: 8px;
	}

	.mainTitleWriter {
		position: static;
	}

	.bgContainer .container {
		padding-left: 0;
		padding-right: 0;
	}

	.singleArticleBlock {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	span.catArtcl {
		position: static;
		display: inline-block;
	}

	.subsection_section_name {
		float: right;
		margin-left: 8px;
	}

	.hdth_container {
		float: right;
		width: 30%;
		margin-left: 3%;
	}

	.MobileMods .A_link {
		margin-top: 10px;
		margin-bottom: 1px;
	}

	.ftr_menu > li:nth-child(n+5) > a, .ftr_menu > li:nth-child(4) > a {
		text-align: inherit;
	}

	.ftr_menu > li {
		width: 50%;
		float: right;
		text-align: center;
	}

	li:nth-child(2n+1) {
		clear: right;
	}

	ul#slide-list li:nth-child(2n+1) {
		clear: none !important;
	}

	.ftr_menu {
		margin: 0 auto;
	}

	.rulesUL > li {
		/*width: 50%;*/
		width: 100%;
		float: right;
		text-align: center;
	}

	.dataUl_lower {
		text-align: center;
	}
}

.block-four-areas > .thumbnail, .block-two-areas > .thumbnail {
	width: 100%;
	height: 100%;
}

.block-four-areas, .block-two-areas {
	margin-bottom: 20px;
}

.sidebar .block-four-areas, .sidebar .block-two-areas {
	margin-bottom: 0px;
}

.related-tags h2, .relatedSideContainer h2, .articles-bottom-areas > h2 {
	font-size: 20px;
	font-weight: 600;
	font-family: NaskhBold;
}

.related-tags .tag {
	display: inline-block;
	background-image: url('/diffah/Content/images/tags-bg.png');
	background-size: 100% 100%;
	padding: 5px 15px 5px 8px;
	min-width: 75px;
	margin: 8px 0 0 0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}

.contact-us {
	margin-top: 20px;
}

	.contact-us .form-area {
		background-color: #F4F4F4;
		display: table;
		padding: 10px;
		width: 100%;
	}

	.contact-us .btn-red {
		padding: 8px 20px 8px 20px;
		font-size: 14px;
	}

	.contact-us label {
		color: #0a3a72;
	}

	.contact-us textarea {
		resize: none;
	}

	.contact-us .form-group {
		margin-bottom: 25px;
	}

.red {
	color: red;
}

.captcha-block__image {
	margin-bottom: 5px;
	display: table;
}

	.captcha-block__image .fa-refresh {
		margin-right: 3px;
	}

.contact-us .btn-red {
	margin-top: 60px;
}

@media(max-width: 767px) {
	.contact-us .btn-red {
		margin-top: 0;
	}
}

.sticky-logo {
	display: none !important;
}

	.sticky-logo a {
		padding: 6px !important;
	}

	.sticky-logo img {
		max-width: 100% !important;
		max-height: 100%;
		margin-top: -2px;
	}

.fixed.menu_2nd {
	background: rgba(57, 57, 57, 1);
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
}

@media(min-width: 767px) {
	.fixed .navbar-nav {
		overflow: hidden;
		height: 44px;
	}

	.fixed .sticky-logo {
		display: block !important;
		height: 42px;
		padding-top: 7px;
		padding-right: 10px;
	}

	.fixed ul.navItems > li > a:before {
		content: none;
	}

	.fixed .navbar-nav li a {
		padding-top: 14px;
		text-align: center;
	}

	.menu_2nd, .menu_2nd *, .wide.bgContainer *, .wide.bgContainer {
		transition: all 0.18s ease-in 0.18s,background 0ms;
		-webkit-transition: all 0.18s ease-in 0.18s,background 0ms;
		transition: 0s !important;
	}

	.fixed ul.navItems > li:hover, .fixed ul.navItems > li .activeM {
		background: #000;
	}

	.fixed ul.navItems > li:first-child:hover {
		background: rgba(57, 57, 57, 1) !important;
	}

	.fixed ul.navItems > li {
		width: calc(100%/11);
	}
}

@media(max-width: 767px) {
	.menu_2nd {
		margin-bottom: 0 !important;
		background-color: rgba(57, 57, 57, 1) !important;
	}

	.header .margin-bottom-20 {
		margin-bottom: 0;
	}

	.singleArticleBlock > .hdth_container > a > img {
		height: auto !important;
		max-width: 100%;
	}
}

.btn-search, .btn-search:hover {
	padding: 5px 30px 5px 30px;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 0;
}

.search-container form label {
	color: #0a3a72;
	padding-bottom: 5px;
}

.search-container form {
	background: #F4F4F4;
	display: table;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 20px;
}

	.search-container form .selectpicker {
		min-height: 34px;
	}

.search-container .form-group {
	margin: 0;
}

.search-result .authour-name {
	color: #c73036;
	margin-bottom: 0px;
}

	.search-result .authour-name > a {
		color: #c73036;
		text-decoration: none;
	}

.result-title, .result-title a {
	font-size: 16px;
	font-family: NaskhBold;
	margin-top: 4px;
	float: right;
	margin-bottom: 0;
	color: #000;
}

.single-result.no-img .catArtcl {
	position: relative;
	float: right;
	margin-left: 10px;
}

.search-result {
	width: 100%;
	display: table;
}

	.search-result .single-result-1, .search-result .single-result-2, .search-result .single-result-description {
		width: 100%;
		display: table;
		margin-bottom: 10px;
	}

.v-icon {
	display: inline-block;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	z-index: -1;
}

.v-icon {
	position: relative;
}

	.v-icon .fa-play {
		color: #fff;
		position: absolute;
		z-index: 1;
		top: 10px;
		left: 6px;
		font-size: 12px;
	}

	.v-icon .fa-video-camera {
		font-size: 28px;
		color: #B2B2B2;
		vertical-align: middle;
		height: 34px;
		padding-top: 3px;
	}

.single-result {
	margin-bottom: 20px;
	border-bottom: 1px solid #F4F4F4;
	width: 100%;
	display: table;
}

.single-result-description {
	font-size: 14px;
}

.single-result .date {
	color: #B2B2B2;
	font-weight: normal;
}

.single-result .img-container {
	float: right;
	display: table;
}

.single-result .description-container {
	float: right;
	margin-right: 2%;
	display: table;
}

.single-result .img-container .fa-play-circle {
	position: absolute;
	color: rgba(178,178,178,0.9);
	font-size: 36px;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -20px;
}

.single-result .description-container {
	max-width: 80%;
}

.single-result .img-container {
	max-width: 20%;
}

@media (max-width: 767px) {
	.single-result .description-container, .single-result .img-container {
		max-width: auto;
	}

	.section-title h1 {
		font-size: 22px;
	}

	.single-result.result-title {
		width: 100%;
		margin-top: 10px;
	}

	.single-result a {
		float: none;
	}

	.single-result.with-img .img-container {
		max-width: 100% !important;
	}

	.single-result.with-img .description-container {
		max-width: 100% !important;
	}

	.single-result.with-img .img-container img {
		float: none;
		margin: 0 auto;
	}

	.single-result.with-img .img-container span.catArtcl {
		position: absolute;
	}
}

.addtoany-custom {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-right: 5px;
}

.no-span-background .a2a_s__default {
	background-image: none !important;
}

div.social {
	display: inline-block;
	margin-bottom: 0;
	padding-right: 12px;
	margin-top: 4px;
}

	div.social a {
		list-style-type: none;
		display: inline-block;
		margin-left: 8px;
		font-size: 18px;
		background-color: #c73036;
		border-radius: 5px;
		vertical-align: middle;
		height: 28px;
		width: 28px;
		text-align: center;
		padding-top: 6px;
	}

	div.social a {
		color: #fff;
	}

div.a2a_full_footer {
	display: none;
}

.stLarge {
	background-image: none !important;
}

.share-this {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 24px;
	display: block;
}

.stButton {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.ftr_menu > li > a {
		padding: 5px !important;
		font-size: 10px;
	}
}

@media (width: 768px) {
	.singleArticleBlock:last-child {
	}

	#SummaryAData > .singleArticleBlock:last-child {
		display: inline-block;
	}

	.offers_articles_container > .col-sm-4.col-md-3.block-four-areas:last-child {
		display: none;
	}

	#SummaryAData > .col-sm-4.col-md-3.block-four-areas:last-child, #SummaryAData > .col-sm-4.col-md-3.block-four-areas:nth-last-child(2) {
		display: none;
	}
}

.selectpicker li span, .selectpicker li a {
	outline: none !important;
	border: none !important;
}

.has-error button {
	border-color: #a94442;
}

.margin-top-contact-us {
	margin-top: 92px;
}

@media (max-width: 767px) {
	.margin-top-contact-us {
		margin-top: 20px;
	}
}

.caption > p span {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.caption > p .ArtDate::before {
	content: '|';
	padding-left: 4px;
}

.tabs_Container {
	margin-top: 20px;
}

	.tabs_Container .nav-pills > li > a {
		background-color: #f4f4f4;
		color: #000;
		font-family: NaskhBold;
		border-radius: 0;
		border-left: solid 1px #dfdfdf;
		position: relative;
	}

#exTab3 .btn {
	display: none;
}

.tabs_Container .nav-pills > li > a:before {
	content: "";
	width: 100%;
	background-color: #fff;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #dfdfdf;
}

.tabs_Container .nav-pills > li:first-child > a {
	border-top-right-radius: 5px;
}

.tabs_Container .nav-pills > li:last-child > a {
	border-left: none;
	border-top-left-radius: 5px;
}

.tabs_Container .nav-pills > li + li {
	margin-right: 0;
}

.tabs_Container .nav-pills > li.active > a, .tabs_Container .nav-pills > li.active > a:focus, .tabs_Container .nav-pills > li.active > a:hover {
	background-color: #6e6e6e;
	color: #fff;
}

	.tabs_Container .nav-pills > li.active > a:before {
		content: "";
		background-color: #6e6e6e;
		border-bottom: solid 1px #6e6e6e;
	}

	.tabs_Container .nav-pills > li.active > a:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #6e6e6e;
		bottom: -10px;
		left: 35%;
	}

.tabs_Container .tab-content.clearfix {
	margin-top: 25px;
}

.imageTotal > img {
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	display: block;
	border: solid 3px #fff;
	height: 80px;
}

.imageTotal {
	background-color: #f4f4f4;
	padding-top: 15px;
}

	.imageTotal > p {
		text-align: center;
		font-family: NaskhBold;
		font-size: 16px;
		color: #0d6b77;
	}

	.imageTotal > section {
		background-color: #eaeaea;
		padding-top: 15px;
		padding-bottom: 10px;
		float: right;
		width: 100%;
	}

		.imageTotal > section > div:first-child {
			font-family: NaskhBold;
		}

.mediaWriter {
	clear: both;
	padding-top: 10px;
	float: right;
	width: 100%;
}

 @media (max-width: 767px) {
	.mainTitleWriter-detail-with-img .mainTitleWriter {
		bottom: 0;
		font-size: 10px !important;
	}

	.mainTitleWriter-detail.mainTitleWriter-detail-with-img > .catArtcl {
		position: absolute;
	}

	.writerImgName img {
		height: auto;
	}

    
} .calender {
	position: relative;
	cursor: pointer;
} .calender > input {
		cursor: pointer;
	} .calender > span.add-on {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	} .calender > span.add-on > i {
			position: absolute;
			left: 10px;
			top: 8px;
		} .stopMove {
	height: 34px;
	line-height: 10px;
} .authourDate {
	width: 200px;
	display: inline-block;
} .fa.fa-spinner.fa-pulse.fa-3x.fa-fw {
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	font-size: 25px;
	color: #4874a5;
	margin: 20px 0 20px 0;
} @-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
} @-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
} @keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
} a.A_link, .thumbnail .caption h3 a {
	font-size: 14px;
	color: #5b544e;
} .caption > p span:first-child {
	font-family: NaskhBold;
	margin-bottom: 5px;
} .A_w_d > div:last-child:after {
	top: 2px;
	position: absolute;
	right: -6px;
	bottom: 4px;
} .bootstrap-datetimepicker-widget > ul {
	padding: 0;
} .A_w_d > div, .caption > p span {
	max-width: 49%;
	padding-left: 5px;
	width: auto;
} @media (min-width: 767px) {
	.ftr_menu > li > a, .rulesUL > li > a {
		padding-right: 0;
	}

	.rulesUL > li > a {
		padding-left: 30px;
		font-size: 13px;
	}
} #srchTxt::-webkit-input-placeholder, #srchTxtMob::-webkit-input-placeholder {
	color: #c73036;
} #srchTxt:-moz-placeholder, #srchTxtMob:-moz-placeholder {
	color: #c73036;
	opacity: 1;
} #srchTxt::-moz-placeholder, #srchTxtMob::-moz-placeholder {
	color: #c73036;
	opacity: 1;
} #srchTxt:-ms-input-placeholder, #srchTxtMob:-ms-input-placeholder {
	color: #c73036;
} @media screen and (min-width:0\0) {
	.ftr_menu > li {
		width: 11%;
	}

	.lowerMenu .ftr_menu {
		width: 95%;
	}
} .mobileFillterBtn {
	background-color: #f4f4f4;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
} .mobileFillterBtn > .icon-bar {
		background-color: #cc4348;
		margin: 0 auto;
	} .displayMobInline {
	display: none;
} @media (max-width: 767px) {
	.displayMobInline {
		display: inline-block;
	}

		.displayMobInline + a {
			width: 200px;
		}

	.tabs_Container .nav-pills > li.active > a:after {
		display: none;
	}

	.mobileForceAlign > * {
		text-align: right !important;
		padding-right: 10px;
	}

	.detailed_info_container {
		padding-top: 0 !important;
	}

	.caption > p .ArtDate::before, .caption > p > span::before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #000;
		padding: 0;
	}

	span.ArtDate, .caption > p > span {
		position: relative;
		padding-right: 5px;
	}

	.tabs_Container .nav-pills > li:last-child > a {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 5px;
	}

		.tabs_Container .nav-pills > li:last-child > a:before {
			content: "";
			display: none;
		}
} .hideOnload {
	opacity: 0.2;
	pointer-events: none;
} @media (min-width: 768px) {
	#mobilefillter {
		padding: 0 !important;
	}
} .thumbnail .caption h3 a {
	line-height: 20px;
} .thumbnail .caption h3 a:hover, .thumbnail .caption h3 a:focus {
		color: #c73036;
		text-decoration: none;
	} .fixWidth > .catArtcl {
	width: 100%;
	text-align: center;
} .paddingB-10p {
	padding-bottom: 10px;
} .paddingR-10p {
	padding-right: 10px;
} .text-gray-extra {
	color: #535353;
} .singleArticleBlock .fa.fa-play-circle + a > .playOpacity, .single-result.with-img > .img-container.relative > .fa.fa-play-circle + a > .playOpacity {
	opacity: 0;
} .singleArticleBlock .fa.fa-play-circle + a, .single-result.with-img > .img-container.relative {
	background-color: #ededed;
} span.label.label1.right {
	width: 60px !important;
	background-color: #0c4689;
	height: 70px;
	white-space: pre-line;
	padding: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 10px;
	line-height: 25px !important;
	color: #fff !important;
	text-align: center;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
} .readMoreDetailedBody {
	display: none;
} .readMoreDetailedBody .title > a {
		padding-top: 8px !important;
	} .readMoreDetailedBody .image.right img {
		width: 135px !important;
		float: right;
		margin-right: 6px !important;
	} .image.right.read_also_default_image img {
	border: solid 1px #aaaaaa;
	width: 133px !important;
} .image.right.read_also_bordered_image img {
	border: solid 1px #cacaca;
} iframe.readmoreFram {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 90px;
	position: relative;
	z-index: 0;
	width: 100%;
	background: #eee;
	border: none;
} @media (max-width: 767px) {

	.title > a {
		width: 65% !important;
		margin-top: -10px;
	}

	li.print_page_icon {
		display: none !important;
	}

	.readmoreFram {
		width: 100%;
		height: 122px !important;
	}
} .readmoreFrameInner {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
} .readmoreFrameInner .title {
		float: right;
		width: 70%;
	} .readmoreFrameInner img {
		margin-top: 6px;
		width: 100px;
	} .readmoreFrameInner .title a {
		font-size: 18px;
		color: #000;
		font-weight: bold;
		overflow: hidden;
		padding-right: 14px;
		line-height: 25px;
		float: right;
		direction: rtl;
		width: 100% !important;
	} .readmoreFrameInner span.label1 {
		font-size: 18px;
		width: 40px;
		padding-right: 20px;
		line-height: 26px;
		padding-top: 15px;
		font-weight: 600;
	} .right {
	float: right;
} .readMoreDetailedBody {
	float: right;
	overflow: hidden;
	width: 100%;
} @media(max-width: 767px) {
	.mobile span.label.label1.right {
		/*width: 100% !important;
        height: 35px;
        border-radius: 0;*/
		width: 100% !important;
		height: 35px;
		border-radius: 0;
		padding-top: 2px !important;
		text-align: right;
		padding-right: 12px !important;
		line-height: 38px !important;
	}

	.mobile .image.right {
		/*display: none;*/
		/*width: 36%;*/
		margin-left: 10px;
	}

	.readmoreFrameInner .mobile .title {
		width: 63%;
		text-align: right;
		padding: 0px 5px;
		box-sizing: border-box;
	}

		.readmoreFrameInner .mobile .title a {
			/*width: 98% !important;
            padding: 0 1%;*/
			width: 100% !important;
			float: left;
			font-weight: normal !important;
			margin-top: 0px !important;
			font-size: 13px;
			line-height: 20px;
			text-align: right;
			padding-right: 0px;
		}

	.readMoreDetailedBody .title > a {
		padding-top: 3px !important;
	}

	.section_name_date_box_mobile {
		display: inline-block;
		width: 63%;
		text-align: right;
		margin-top: 9px;
		float: right;
		padding: 0px 5px;
		box-sizing: border-box;
	}

	span.catArtcl_readalso.mobile_readalso_sectionName {
		position: relative;
		top: 0px;
		right: 0px;
		padding-top: 0px;
		margin-left: 2px;
		padding: 0px 5px 0px 10px;
	}

	.readmore_date.mobile_readAlso_date {
		width: 54%;
		display: inline-block;
		direction: rtl;
		font-size: 12px;
	}


	.image.right.mobile_image_readalso img {
		width: 112px !important;
		margin-right: 5px !important;
		margin-top: 8px;
	}

	a.main-image-books {
		overflow: hidden;
		display: block;
	}

		a.main-image-books > img {
			position: relative;
			left: 55%;
		}
} .contact-us .form-area {
	margin-bottom: 20px;
} .main-image-books > img {
	max-width: 200% !important;
	max-height: 200% !important;
} .center-img {
	display: block;
	margin: 0 auto;
} .caption p > span:first-child:before {
	content: '' !important;
} .A_w_d > div:first-child:after {
	display: none;
} .fb-with-counter {
	min-width: 28px;
	width: auto !important;
	padding-right: 5px;
	padding-left: 5px;
} .fb-with-counter .FB_counter {
		float: right;
		padding-left: 5px;
		font-size: 16px;
		padding-top: 1px;
		display: none;
	} table.facebook-embed-code > tbody > tr > td > a {
	display: none !important;
} table.twitter-embed-code > tbody > tr > td > a {
	display: none !important;
} table.twitter-embed-code {
	background-color: transparent !important;
} @media(max-width:991px) and (min-width:768px) {
	.header .navbar-nav li a {
		padding-left: 3px;
		padding-right: 3px;
		font-size: 12px;
	}

	.fixed .navbar-nav li a {
		padding-top: 12px;
	}
} .titleNameDateNew {
	margin-top: 20px;
} .titleNameDateNew > p {
		font-family: NaskhBold;
		font-size: 25px;
	} .nameChange {
	font-family: NaskhBold;
	font-size: 15px;
	color: #c73036;
} .newDate {
	color: #555555;
	font-family: Naskh;
	font-size: 13px;
	font-weight: bold;
	margin-right: 3px;
	padding-right: 5px;
	position: relative;
} .dashInd + .newDate:before {
	content: "";
	width: 1px;
	height: 17px;
	background-color: #0c4689;
	position: absolute;
	right: -1px;
	top: 3px;
} .dashInd > span {
	display: inline-block;
	max-width: 73%;
	vertical-align: middle;
} .imageWriter + .dashInd > span {
	max-width: 57%;
} .mainTitleWriter-detail-with-img .mainTitleWriter {
	color: #fff;
	text-align: right;
	font-size: 13px;
	padding: 10px;
} @media (max-width: 900px) {
	.titleNameDateNew > p {
		font-size: 20px;
	}
} .breadcrumb-item a {
	color: #c73036;
	font-family: NaskhBold;
	font-size: 13px;
	text-decoration: none;
} li.breadcrumb-item.last {
	color: #333;
} .bread-contain {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
} .breadcrumb {
	width: 100%;
	background: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	padding: 2px 0px;
	margin-top: 20px;
	border-radius: 0;
	vertical-align: middle;
	margin-bottom: 0px;
} .breadcrumb > li + li:before {
		content: '»';
		color: #000;
		display: inline-block;
		padding-right: 0;
		font-size: 12px;
		vertical-align: top;
		padding-top: 2px;
		margin-left: 5px;
		margin-right: 5px;
		position: relative;
		top: -2px;
	} .breadcrumb-item.last a {
	color: #000;
	font-family: Naskh;
} .breadcrumb > li > span > a {
	color: #000000;
} .breadcrumb > li > span > a:focus {
		text-decoration: none !important;
	} .imageWriter {
	margin-left: 8px;
} .nomrgn {
	margin-top: 0 !important;
} @media (max-width: 767px) {
	.nomrgn {
		margin-top: 20px !important;
	}

		.nomrgn .catArtcl {
			position: absolute !important;
		}
} @media (max-width: 414px) {
	.dashInd > span {
		max-width: 74%;
	}

	.imageWriter + .dashInd > span {
		max-width: 58%;
	}
} @media (max-width: 384px) {
	.dashInd > span {
		max-width: 71%;
	}

	.imageWriter + .dashInd > span {
		max-width: 55%;
	}
} @media (max-width: 375px) {
	.dashInd > span {
		max-width: 71%;
	}

	.imageWriter + .dashInd > span {
		max-width: 54%;
	}
} @media (max-width: 360px) {
	.dashInd > span {
		max-width: 65%;
	}

	.imageWriter + .dashInd > span {
		max-width: 52%;
	}
} @media (max-width: 320px) {
	.dashInd > span {
		max-width: 65%;
	}

	.imageWriter + .dashInd > span {
		max-width: 45%;
	}
} .bgContainer .mainTitleWriter > a {
	color: #000;
}
/*<=============== Diffah Phase 2 CSS Start ================>*/
.hidden-from-thumbs {
	visibility: hidden !important;
} .disabled-arrow {
	opacity: 0.3;
	cursor: not-allowed !important;
	transition: 0.4s !important;
} .media_item_box {
	position: relative;
} .audio-player {
	width: 100%;
	display: block;
} .audio-player audio {
		width: 100%;
		display: block;
	} .audio-player img {
		width: 100%;
		height: auto;
	} .audio-player_homepage img {
	min-height: 363px;
} .fix_multi_right {
	right: -5px;
} #supersized li {
	text-align: center;
} ul#supersized li a img, ul#supersized li video {
	right: auto !important;
} #slidecaption p {
	font-size: 13px !important;
} .fullscreenAlbumTitle {
	font-size: 15px !important;
	line-height: 45px !important;
} #play-button {
	font-size: 14px !important;
} #slidecounter {
	font-size: 17px !important;
	line-height: 45px !important;
} .publish_date_multimedia {
	font-size: 13px;
	padding: 12px 0px 0px 0px;
	color: #0c4689;
} .fullScreenSocial {
	position: absolute;
	width: 187px;
	height: 40px;
	background: rgba(0,0,0,0.90);
	left: 50px;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	text-align: center;
	direction: ltr;
	z-index: 10;
}
.fullScreenSocial:nth-child(2) {
    display: none;
}
  .fullScreenSocial-button {
	display: inline-block;
	background-image: url(/diffah/Content/images/Fullscreen-services.png);
	width: 23px;
	height: 25px;
	margin: 5px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
} .fullScreenSocial-facebook {
	background-position: 0 3px;
} .fullScreenSocial-twitter {
	background-position: 0 -23px;
} .fullScreenSocial-google {
	background-position: 0 -48px;
} .fullScreenSocial-Whatsapp {
	display: none !important;
} .superhide {
	display: none !important;
	visibility: hidden !important;
} .multimedia_video_play_circle_homepage {
	position: absolute;
	font-size: 25px;
	color: rgba(255, 255, 255, 0.85);
	top: 28%;
	padding-right: 50px;
} .multimedia_video_play_circle {
	position: absolute;
	font-size: 25px;
	color: rgba(255, 255, 255, 0.85);
	top: 28%;
	padding-right: 46px;
} .pagination-row {
	width: 99%;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	direction: rtl;
} .pagination-row a, .pagination-row a:focus {
		border-radius: 50%;
		width: 35px;
		height: 35px;
		color: #c73036;
		border: 2px solid #CDCDCD;
		text-align: center;
		margin-right: 5px;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		vertical-align: middle;
		line-height: 35px;
		transition: 0.4s;
	} .pagination-row a.active, .pagination-row a:hover, .pagination-row a:focus {
			color: #fff !important;
			background: #c73036;
			transition: 0.4s;
			text-decoration: none;
		} .pagination-row a:first-child {
			margin-right: 0;
		} .pagination-row a.previous, .pagination-row a.next, .pagination-row a.previous:focus, .pagination-row a.next:focus {
			font-family: Nassim;
			vertical-align: middle;
			font-size: 26px;
			border: 0 !important;
			background: #fff !important;
			color: #c73036 !important;
			padding-bottom: 5px;
			text-decoration: none;
		} .pagination-row a.previous {
			text-align: left;
		} .pagination-row a.next {
			text-align: right;
		} .pagination-row a.disabeldArrow, .pagination-row a.disabeldArrow:active, .pagination-row a.disabeldArrow:hover, .pagination-row a.disabeldnextArrow, .pagination-row a.disabeldnextArrow:active, .pagination-row a.disabeldnextArrow:hover {
			cursor: not-allowed;
			background: #fff;
			color: #EEE !important;
		} .subscribeCaptcha {
	display: none;
	margin-bottom: 10px;
} .subscribeCaptcha_footer {
	display: none;
} .subscribeEmailCaptcha-container {
	margin-top: 15px;
	max-width: 211px;
} .subscribeEmailCaptcha {
	width: 80%;
	float: left;
} .subscribeEmailCaptchaRefresh {
	width: 20%;
	float: left;
	cursor: pointer;
} .thick_input {
	outline: none;
	line-height: inherit;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-left: 12px;
	height: auto;
} .header_links {
	margin-left: 15px !important;
} .success_newsletter {
	color: green;
} .failed_newsletter {
	color: red;
} .multimedia_slider_nav_thumbnails_container {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
} .multimedia_slider_nav_thumbnails_container {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: 60px;
} .multimedia_slider_nav_thumbnails_container_homepage {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
} .multimedia_slider_nav_thumbnails_container_homepage {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: 60px;
} .multimedia_main_image_div {
	position: relative;
	min-height: 380px;
} .multimedia_main_image_div_homepage {
	position: relative;
	min-height: 395px;
} .multimedia_slider_images {
	width: 100%;
	height: auto;
} .multimedia_slider_thumbnails {
	width: 100%;
	height: auto;
	padding: 5px;
	max-width: 108px;
	max-height: 61px;
	margin: 0 auto;
} .multimedia_slider_nav_thumbnails {
	overflow: visible !important;
} .multimedia_slider_nav_thumbnails .slick-slide {
		opacity: 0.4;
		cursor: pointer;
	} .multimedia_slider_nav_thumbnails .slick-slide.slick-current {
			opacity: 1;
		} .multimedia_slider_nav_thumbnails .slick-slide:focus {
			outline: none;
		} .multimedia_slider_nav_thumbnails_homepage {
	overflow: visible !important;
} .multimedia_slider_nav_thumbnails_homepage .slick-slide {
		opacity: 0.55;
		cursor: pointer;
	} .multimedia_slider_nav_thumbnails_homepage .slick-slide.slick-current {
			opacity: 1;
		} .multimedia_slider_nav_thumbnails_homepage .slick-slide:focus {
			outline: none;
		} .multimedia_slider .slick-slide:focus {
	outline: none;
	min-height: 380px;
} .multimedia_slider, .multimedia_slider_nav_thumbnails {
	direction: rtl;
	overflow: hidden;
	display: none;
} .multimedia_slider_homepage .slick-slide:focus {
	outline: none;
} .multimedia_slider_homepage, .multimedia_slider_nav_thumbnails_homepage {
	direction: rtl;
	overflow: hidden;
	display: none;
} .multimedia_slider_right_arrow {
	background-image: url(/diffah/Content/images/left-arrow.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 38px;
	cursor: pointer;
	position: relative;
	right: 27px;
	bottom: 49px;
	float: left;
	transition: 0.4s;
} .homepage_media_right_arrow {
	background-image: url(/diffah/Content/images/left-arrow.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 38px;
	cursor: pointer;
	position: relative;
	right: 28px;
	bottom: 49px;
	float: left;
	transition: 0.4s;
} .multimedia_slider_left_arrow {
	background-image: url(/diffah/Content/images/right-arrow.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 38px;
	cursor: pointer;
	position: relative;
	right: 10px;
	top: 12px;
	margin-left: 15px;
	float: right;
	transition: 0.4s;
} .homepage_media_left_arrow {
	background-image: url(/diffah/Content/images/right-arrow.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 38px;
	cursor: pointer;
	position: relative;
	right: 13px;
	top: 12px;
	margin-left: 15px;
	float: right;
	transition: 0.4s;
} .zoom_in_picture {
	background-image: url(/diffah/Content/images/zoom_pic.png);
	background-repeat: no-repeat;
	background-position: 14px 15px;
	background-size: 30px 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.35) !important;
	position: absolute;
	left: 0px;
	padding: 30px 30px;
	display: none;
} .zoom_in_picture_homepage {
	background-image: url(/diffah/Content/images/zoom_pic.png);
	background-repeat: no-repeat;
	background-position: 14px 15px;
	background-size: 30px 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.35) !important;
	position: absolute;
	left: 0px;
	padding: 30px 30px;
	display: none;
} .multimedia_slider_nav_thumbnails_container {
	display: none;
} .multimedia_slider_nav_thumbnails_container_homepage {
	display: none;
} .is_video_box > img {
	background: #F1F1F1;
	min-height: 380px;
	display: table;
	width: 100%;
	text-align: center;
} .loading_multimedia_slider {
	background: #F1F1F1;
	min-height: 349px;
	display: table;
	width: 100%;
	text-align: center;
} .loading_multimedia_slider_homepage {
	min-height: 395px;
} .loading_multimedia_slider_inner {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
} .multimedia_datepicker {
	width: 125px;
	display: inline-block;
	color: #0c4689;
} #subscribe-for-newsletter-error {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
} #subscribe-for-newsletter-error_footer {
	display: inline-block;
	/*width: 100%;
    text-align: center;*/
	width: 55%;
	text-align: right;
	font-weight: 600;
	font-size: 13px;
	margin-right: 14px;
	margin-top: 10px;
} .newsletter_error_footer_fix {
	margin-top: 10px;
	width: 50%;
	text-align: right;
} .alphabets_text {
	padding: 10px 5px !important;
} .separator_line {
	display: block;
	width: 100%;
	float: right;
} .section_authors_container {
	display: inline-block;
	width: 100%;
} .subsection_author_date_box {
	margin-top: 6px;
} .Book_image_dim {
	background-color: #ededed;
} .two-cols-height {
	margin-top: 0 !important;
} .two-cols-height .border-article {
		width: auto;
		position: relative;
		margin: 0 0 0 0 !important;
	} .two-cols-height .items4_boxes:nth-child(2):after {
		content: '';
		display: block;
		width: 100%;
		clear: right;
		height: 25px;
	}
/*.two-cols-height .items4_boxes:nth-child(even){
    padding-left: 0px;
    padding-right: 12px;
}*/
.items4_boxes {
	padding-left: 12px;
} div[data-widget-id="recom_264-1"], div[data-widget-id="recom_71-1"], div[data-widget-id="recom_267-1"] {
	margin-bottom: 40px;
} div[data-widget-id="rel_264-1"], div[data-widget-id="rel_71-1"], div[data-widget-id="rel_267-1"] {
	margin-top: 10px;
	margin-bottom: 12px;
} .recom_box {
	clear: both;
} .match_height {
	display: inline-block;
} .if_empty_section {
	margin: 20px 0px;
	font-size: 15px;
} .if_empty_section_authors {
	margin-top: 35px;
	margin-right: 50px;
	font-size: 17px;
} .if_empty_section_multimedia {
	margin: 20px 165px;
	font-size: 17px;
} .subSummery_item_box {
	display: block;
	margin-bottom: 30px;
} #BTNData:hover {
	background: #c73036;
	transition: 0.4s;
	color: #fff;
} .Default_image_4small {
	max-width: 134%;
	margin-right: -16%;
	height: auto;
} .book_image_box {
	background-color: #F4F4F4;
} .Book_big_image {
	margin: 0 auto;
} .bottom_home_boxes .hdth_container a img {
	max-width: 135%;
	max-height: 177px;
	min-height: 177px;
	margin-right: -39.88px;
} .readalso_section_name_box {
	display: inline-block;
	float: right;
	margin-right: 6px;
} .readalso_section_name_box span {
		position: relative;
		right: 0px;
		top: 11px;
	} .hidden_element_desktop {
	display: none;
} .rating_section_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
} .rating_section_box i {
		font-size: 18px;
		line-height: 20px;
		color: #c62f35;
	} .twitter_feed_box {
	display: inline-block;
	margin-top: -30px;
	min-height: 250px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px 0px #e2e2e2;
	border-radius: 4px;
	direction: rtl;
	overflow: hidden;
	height: 350px;
}
.DP-RelatedFiles {
    border-top: 1px solid #D2CFCF;
    margin-top: 35px;
    font-family: NaskhBold;
}
ul.DP-RelatedFilesList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
}
ul.DP-RelatedFilesList li {
    padding-right: 0px;
    margin-bottom: 15px;
    
}
ul.DP-RelatedFilesList li h4 a{
    font-size:16px;
    color:#000
}
ul.DP-RelatedFilesList li h4{
    line-height:1.5;
        margin: 5px 0px;
}
ul.DP-RelatedFilesList li img{
    width:100%;
    
}
ul.DP-RelatedFilesList li a.col-xs-4{
    padding:0px;
    margin:0px;
}
@media screen and (max-width:767px){
    ul.DP-RelatedFilesList li {
        padding-right: 0px;
        padding-left: 0px;
    }
    ul.DP-RelatedFilesList li h4{
        margin-top:0px;
    }
    ul.DP-RelatedFilesList li a.col-xs-4{
        padding:0px;
        margin:0px;
    }
    ul.DP-RelatedFilesList li img {
        width: 100%;
        height: auto
    }
}
/*.twitter_feed_box > iframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.twitter_feed_box > iframe::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.twitter_feed_box > iframe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}*/
.twitter_header_box {
	display: block;
	background-color: #22afeb;
	width: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	box-sizing: border-box;
	padding: 8px;
} .tweets_text {
	display: inline-block;
	width: 31%;
	color: #ffffff;
	font-size: 16px;
	padding-right: 4px;
} .follow_twitter_box {
	display: inline-block;
	width: 65%;
	text-align: left;
} img.twitter_image_follow {
	border-radius: 5px;
	width: 100%;
	max-width: 152px;
} .overlay_filter {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 10;
	cursor: pointer;
} .btn-suscribe-home, .btn-suscribe-home:focus {
	padding: 10px 30px 10px 30px;
} .upload_section_margin {
	margin-bottom: 20px;
} .upload_img_logo {
	display: none;
} .multimedia_account_section {
	display: none;
} .multimedia_share_content_mobile {
	display: none;
} .account_name_mobile {
	font-size: 15px;
	font-weight: 600;
	color: #c73036;
} .date_mobile {
	font-size: 13px;
	position: relative;
	font-weight: 500;
	color: #555555;
} .multimedia_account_details {
	display: inline-block;
	position: relative;
	bottom: 10px;
} .multimedia_account_section {
	margin-top: 10px;
} .logo_mobile {
	max-width: 60px;
	border-radius: 100%;
	height: auto;
} .multimedia_text_left_mobile {
	display: none;
	font-size: 25px;
	line-height: 28px;
	font-weight: 600;
} .date_titles_mobile {
	font-size: 18px;
	padding-left: 10px;
	font-weight: 600;
} .date_select_mobile {
	width: 100%;
	color: #0c4689;
	border-radius: 5px;
} .datepicker_mobile_section {
	display: none;
	position: relative;
	z-index: 11;
	background-color: #ffffff;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
} .mobile_filter {
	display: none;
	font-size: 28px;
	left: 0px;
	background: #c42018;
	margin-right: 15px;
	color: #ffffff;
	position: absolute;
	z-index: 11;
	padding: 4px 6px 4px 6px;
	text-align: center;
	cursor: pointer;
	top: 0;
} .log_in_mobile {
	display: none;
} .bgContainer {
	position: relative;
} .writer_date {
	text-align: right;
	color: #525252;
} .fix-img-margin {
	margin-top: 8px;
	margin-bottom: 5px;
	border-radius: 100%;
	width: 50px;
	height: auto;
	max-height: 50px;
	height: 50px;
} .fix-margin {
	margin-top: 17px;
} .fix-margin-15 {
	margin-top: 5px !important;
} .account-name {
	font-size: 18px;
	padding-right: 8px;
	font-weight: 600;
	color: #c73036;
} .account-header {
	background-color: #F4F4F4;
	min-height: 55px;
} .bg-trans, .bg-trans:focus {
	background-color: transparent;
	color: #c73036;
	padding: 5px 60px 5px 60px;
	border: #c73036 solid 1px;
	font-weight: 600;
	width: 100%;
	padding: 5px;
	transition: .4s;
} .bg-trans:hover {
		background-color: #c73036;
		color: #fff;
	} .bg-trans-white {
	margin: 0px;
	background-color: transparent;
	color: #9c9c9c;
	padding: 5px 60px 5px 60px;
	border: #c5c5c7 solid 2px;
	font-weight: 600;
	width: 88%;
	padding: 5px;
	transition: .4s;
} .bg-trans-white:hover {
		border: #939393 solid 2px;
		color: #939393;
	} .bg-trans-white:focus {
		color: #9c9c9c;
	} .show_more {
	/*font-weight: 600;*/
} .show_more:hover {
		transition: .4s;
		background-color: #c73036;
		color: #fff;
	} .show_more_summery {
	/*margin-top: 0;
	margin-bottom: 30px;*/
} img.raduis_img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	background: #FFFFFF;
	-moz-border-radius: 60px;
	border-radius: 50%;
	padding: 2px;
	box-shadow: 0px 0px 1px #888;
} .btn-red-margin-20 {
	margin-top: 20px !important;
	font-weight: bold;
} .image_div {
	margin-bottom: 20px;
} .form-separator {
	background-color: #eaeaea;
	border-right: solid 4px #c73036;
	font-size: 27px;
} .form-separator-nobg {
	border-right: solid 4px #c73036;
	font-size: 27px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-right: 0;
} .multimedia_title_box {
	line-height: 30px;
} .multimedia_title_box > span {
		font-size: 24px;
	} .margin-bottom-0 {
	margin-bottom: 0px;
} .form-separator-text {
	padding-right: 10px;
	font-weight: 600;
	font-size: 22px;
} span.form-separator-text a {
	text-decoration: none;
	color: #322922;
} .side_tabs {
	background-color: #fff;
	padding: 5px;
	width: 100%;
	border: solid 2px #f4f4f4;
	border-radius: 5%;
	box-shadow: 1px 1px 2px #cfcfcf;
	margin-top: 20px;
} .inner_side_tabs {
	background-color: #F4F4F4;
} .form_setup {
	margin-top: 20px;
	margin-bottom: 38px;
} .summery_setup {
	margin-top: 0px;
	margin-bottom: 30px;
} .profile {
	margin-top: 20px;
	margin-bottom: 38px;
} .summery {
	margin-top: 0px;
	/*margin-bottom: 30px;*/
} .profile .form-area {
	background-color: #F4F4F4;
	padding: 10px;
} .password {
	margin-top: 15px;
} .saved-articles-container .border-article, .saved-articles-container-row .border-article {
	margin: 10px;
} .account li a {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	color: #6e6e6e;
	padding: 12px 15px;
} .account > li {
	border-bottom: solid 1px #dfdfdf;
	margin-left: -5px;
	margin-right: -7px;
	margin-top: -5px;
	margin-bottom: -6px;
} .account > li:last-child {
		border-bottom: 0;
	} .account > li.active {
		background-color: #c73036;
		position: relative;
	} .account > li.active > a {
			color: #fff;
		} .account > li.active:before {
			content: '';
			position: absolute;
			right: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 0 10px 10px;
			border-color: transparent transparent transparent #c73036;
			top: 50%;
			margin-top: -10px;
		} label.button_input_custom_label input.custom-file-input[type="file"] {
	position: fixed;
	top: -1000px;
} .button_input_custom_label {
	background-color: #c73036;
	color: #fff;
	padding: 7px 50px 7px 50px;
	border-color: #c73036;
	margin-top: 20px !important;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	box-shadow: none !important;
	cursor: pointer;
	transition: .4s;
} .button_input_custom_label:hover {
		border-color: black;
		background-color: #a72227;
	} hr.bottom_line_thick {
	border-top: 3px solid #767676;
	margin-bottom: 10px;
    margin-top:10px;
} hr.bottom_line_tiny {
    border-top: 1px solid #d0d0d0;
    margin-bottom: 30px;
    margin-top: 10px;
} hr.line_tiny {
	border-top: 1px solid #d0d0d0;
	margin-bottom: 10px;
	margin-top: 10px;
} hr.bottom_line_tiny2 {
	border-top: 1px solid #d0d0d0;
	margin-bottom: 30px;
	margin-top: 0px;
} .row.sub {
	padding-bottom: 20px;
} .wide.lower_subscribe {
	background-color: #f9f9f9;
} .news_subscribe_button {
	margin: 0px;
	float: right !important;
	padding: 8px 40px 8px 40px !important;
} .news_subscribe_button:focus, .news_subscribe_button:hover {
		padding: 8px 40px 8px 40px !important;
		font-size: 16px !important;
	} .wide.lower_share {
	background-color: #eeeeee;
} .bottom_center_text {
	font-size: 25px;
	font-weight: 600;
} .row.share {
	padding-bottom: 40px;
} span.account-title {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
} .input_hint {
	font-size: 14px;
	margin-top: 12px;
} .input_hint_small {
	font-size: 14px;
	margin-top: 4px;
} .btn-white, .btn-white:hover, .btn-white:focus {
	background-color: #FFF;
	color: #939393;
	padding: 7px 12px 6px 12px;
	border-color: #939393;
	font-weight: 600;
	margin-top: 20px;
} .social_icons_style {
	font-size: 32px;
	padding-right: 10px;
	color: #c73036;
} .social_titles_style {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	right: 10px;
	bottom: 5px;
} .remove_social {
	cursor: pointer;
	font-size: 22px;
	color: #c5c5c7;
	position: relative;
	top: 5px;
	transition: .4s;
} .remove_social:hover {
		color: #a0a0a0;
	} .social_user_style {
	font-size: 15px;
	position: relative;
	top: 2px;
	left: 10px;
} .inside, .inside:hover, .inside:focus {
	padding: 5px 20px 5px 20px;
	margin-left: 11px;
} .more_social, .more_social:hover, .more_social:focus {
	font-size: 18px;
	padding-left: 10px;
	color: #c73036;
	text-decoration: none;
	cursor: pointer;
} .save_social, .save_social:hover, .save_social:focus {
	font-size: 18px;
	padding-left: 10px;
	color: #c73036;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	top: 5px;
} #social_link_div {
	display: none;
} .form-control:focus {
	border: 1px solid #c73036;
} .btn-red:hover {
	background-color: #a72227;
} ul.social li:hover {
	background-color: #a72227;
	transition: 0.4s;
} .form-area.notifications {
	padding-top: 50px;
	padding-bottom: 30px;
} .form-control::placeholder {
	font-size: 14px;
	font-weight: normal;
} .notifications_text {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	right: 10px;
} .notifications_text_notbold {
	font-size: 14px;
	position: relative;
	right: 10px;
	bottom: -6px;
}
/*=========notifications custom checkbox Start=========*/
.form-area.notifications .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 20px;
} .switch input {
	display: none;
} .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 15px;
	bottom: 0;
	background-image: url(/diffah/Content/images/toggle_bgg.png);
	background-repeat: no-repeat;
	display: block;
	width: 70px;
	height: 22px;
	-webkit-transition: .4s;
	transition: .4s;
} .slider:before {
		position: absolute;
		content: "";
		width: 35px;
		height: 22px;
		background-position: 0px 0px;
		left: 0px;
		bottom: 0px;
		-webkit-transition: .4s;
		transition: .4s;
		background-image: url(/diffah/Content/images/toggle_off_notifications.png);
		display: block;
	} input:checked + .slider:before {
	left: 8px;
	width: 35px;
	height: 22px;
	background-position: 0px 0px;
	background-image: url(/diffah/Content/images/toggle_notification.png);
} input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
} input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/*=========notifications custom checkbox End=========*/
.article_form_label {
	font-size: 16px;
	color: #0c6a78;
} textarea#article_text {
	min-height: 200px;
} .submit_text_bottom {
	margin-top: 30px;
	font-size: 16px;
} .border-article {
	border: solid 1px #e2e2e2;
	box-shadow: 0px 0px 5px 1px #e2e2e2;
	padding: 5px;
	width: 30%;
} .bottom-fix {
	bottom: 0px !important;
} .remove_article {
	border-bottom-right-radius: 5px;
	/*border-top-left-radius: 5px;*/
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 7px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(199, 48, 54, 0.8);
	transition: .4s;
} .remove_article:hover {
		background-color: rgba(167, 34, 39, 0.8);
	} .date_titles {
	font-size: 20px;
	padding-left: 10px;
	font-weight: 600;
} .date_select {
	padding: 0px 5px;
	width: 40%;
	color: #1b7f8e;
	border-radius: 5px;
	font-size: 14px;
} .datepicker_div .bg-trans-white {
	font-size: 14px;
	padding: 4px;
} .datepicker_div {
	margin-top: 20px;
	margin-bottom: 20px;
} .bold-600 {
	font-weight: 600;
} .no-margin {
	margin: 0;
} .fix-width {
	width: 18%;
} .bottom-info {
	width: 100%;
	background-color: #f4f4f4;
	display: inline-block;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 8px 4px;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 12px;
} .bottom-info > div {
		width: calc(100% / 2);
		float: right;
	} .bottom-text {
	color: #6e6e6e;
	font-weight: 600;
	/* margin-left: 15px; */
	/* margin-right: 15px; */
	font-size: 12px;
	width: calc(100%/3);
	text-align: center;
} .border-radius-5 {
	border-radius: 5px;
} .margin-bottom-40 {
	margin-bottom: 40px;
} .btn-red, .btn-red:hover, .btn-red:focus {
	transition: .4s;
} .diffah_modal_upgrade, .diffah_modal_upgrade_2 {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 220px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.5);
} .diffah_modal_home {
	display: none;
	position: fixed;
	z-index: 9999;
	/*padding-top: 140px;*/
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
/* Modal Content */
.diffah_modal_content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20px 30px 20px 30px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	width: 30%;
	box-shadow: 0px 0px 5px 1px #e2e2e2;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	min-width: 428px;
	max-width: 460px;
} #diffah_modal_my_account_capcha {
	display: none;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	padding-top: 140px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
} .diffah_modal_my_account_capcha_content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20px 30px 20px 30px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	width: 30%;
	box-shadow: 0px 0px 5px 1px #e2e2e2;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	min-width: 428px;
	max-width: 460px;
} .diffah_modal_my_account_capcha_content .validate_captcha {
		display: none;
		font-size: 14px;
		margin-top: 15px;
	} .captcha_container .validate_captcha {
	display: none;
	font-size: 14px;
	width: 30%;
} .container.captcha_container {
	padding-top: 25px;
} .diffah_modal_my_account_capcha_content .capcha_appended_data {
	margin-top: 20px;
} .diffah_modal_my_account_capcha_content h2 {
	font-size: 24px;
} @media(max-width:767px) {
	.diffah_modal_content {
		min-width: 300px !important;
	}
} @media(min-width:768px) {
	.modal_sign_in_container > a {
		padding: 0;
		margin-bottom: 5px;
	}
}
/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
} .close_modal, .close_modal_2, .close_modal_home_signin, .close_modal_home_signup, .close_modal_forget_password, .close_modal_forget_result, .close_capcha_modal {
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 20;
	padding: 7px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(199, 48, 54, 0.8);
	transition: .4s;
} .close_modal:hover, .close_modal_2:hover, .close_modal_home_signin:hover, .close_modal_home_signup:hover, .close_modal_forget_password:hover, .close_modal_forget_result:hover {
		background-color: rgba(167, 34, 39, 0.8);
	} .diffal_model_title {
	font-weight: 600;
	padding-bottom: 10px;
} .diffal_model_text {
	font-size: 14px;
	line-height: 22px;
} .modal_button_size_red, .modal_button_size_red:hover, .modal_button_size_red:focus {
	width: 45%;
	padding: 4px;
	margin-left: 30px;
	font-weight: 600;
} .modal_button_size_trans, .modal_button_size_trans:hover, .modal_button_size_trans:focus {
	width: 45%;
	padding: 8px 5px 8px 5px;
	position: relative;
	top: 3px;
} .margin-top-20 {
	margin-top: 20px;
} .full-width-img {
	margin-top: 10px !important;
	width: 100%;
	position: relative;
} .big_img {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
} .big_img_button {
	width: 30%;
	/*position: absolute;
    bottom: 25px;*/
} .poet_button_more {
	width: 30%;
	position: relative;
	/*position: absolute;
    bottom: 14px;*/
} .padding-20 {
	padding: 5px 20px 5px 20px;
} .big_img_button_div {
	margin-top: 40px;
} .half-width {
	width: 45%;
	margin: 10px 5px 20px 15px;
} .half-width-50 {
	width: 50%;
} .bottom-fix-big {
	bottom: 2px !important;
} .bottom-fix-quatro {
	bottom: 21px !important;
} .half_screen_poet {
	border: solid 1px #e2e2e2;
	box-shadow: 0px 0px 5px 1px #e2e2e2;
	margin: 20px 0px 20px 20px;
	padding: 5px;
	width: 48%;
} .summarySectionContainer {
	display: table;
	width: 100%;
} .poet-img-box {
	width: 100%;
	position: relative;
	background-color: #f4f4f4;
	min-height: 135px;
} .poet-title {
	font-weight: 600;
	font-size: 16px !important;
	color: #322922 !important;
} .poet-title:hover {
		color: #c73036 !important;
	} .poet-container {
	margin-top: 20px;
	margin-bottom: 65px;
	padding: 0px 10px;
} .poet-text {
	font-weight: 600;
	font-size: 15px;
} .poet_button_div {
	margin-bottom: 15px;
	padding: 0px 10px;
	display: block;
} .poetry {
	/*margin-bottom: 50px;*/
} .alphabet > li {
	text-align: center;
	width: 3.4%;
} .alphabet > li:first-child {
		width: 4.5%;
	} .alphabet > li.active > a:after {
		left: 22% !important;
	} .author-img {
	border-radius: 100%;
	width: 100% !important;
	height: auto;
	max-height: 118px;
	max-width: 118px;
	margin: auto;
} .author_box {
	margin: 30px 17px 30px 17px;
} .author-name {
	text-align: center;
	padding: 10px 0px 5px 0px;
} .author-name a {
		text-decoration: none;
		color: #c73036;
		font-size: 16px;
	} .author-stats {
	text-align: center;
	direction: rtl;
	color: #818181;
	font-size: 14px;
	background-color: #f9f9f9;
} .font-bold {
	font-weight: bold;
} .modal_sign_in_container > a > img {
	max-width: 100%;
} .modal_sign_in_container {
	width: 100%;
} .home_modal_content {
	padding: 10px 40px 10px 40px;
} .home_modal_line {
	width: 100%;
	clear: both;
	height: 20px;
	border-bottom: 1px solid #ececec;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 25px;
	display: inline-block;
} .home_modal_line span {
		color: #322922;
		font-size: 20px;
		background-color: #fefefe;
		padding: 0px 10px;
	} .password_error {
	font-size: 14px;
	color: #c73036;
	font-weight: 600;
	visibility: hidden;
} .alert {
	padding: 5px 10px;
	margin-bottom: 8px;
} .diffah_modal_home h2, .home_modal_content h2 {
	font-size: 24px;
} .modal_button_signin, .modal_button_signin:hover, .modal_button_signin:focus {
	width: 80%;
	padding: 8px 5px 8px 5px !important;
	margin-left: 30px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	margin: 0;
	margin-top: 5px !important;
} .capcha_account_btn, .capcha_account_btn:hover, .capcha_account_btn:focus {
	padding: 8px 10px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
} #RegisterForm .terms_conditions {
	margin-top: 8px;
} .red_link, .red_link:hover, .red_link:focus {
	font-size: 13px;
	font-weight: 600;
	color: #c73036;
	text-decoration: none;
} .black_text {
	font-size: 14px;
	color: #322922;
} .terms_conditions .padding-right-8 {
	padding-left: 0;
	padding-top: 10px;
} .text_fix {
	margin-bottom: 20px;
} .padding-right-8 {
	padding-right: 8px;
} .terms_conditions {
	margin-top: 20px;
} .padding-top-10 {
	padding-top: 10px;
} .home_line_bottom {
	width: 100%;
	clear: both;
	height: 20px;
	border-bottom: 1px solid #a0a0a0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
} .home_line_bottom_bottom {
	width: 100%;
	clear: both;
	height: 20px;
	border-bottom: 1px solid #a0a0a0;
	text-align: center;
} .bottom_line_text_right a:focus {
	text-decoration: none;
} .bottom_line_text_right a {
	color: #322922;
	font-size: 30px;
	background-color: #fefefe;
	padding: 0px 14px 0px 14px;
	line-height: 32px;
	float: right;
	font-weight: 600;
} .bottom_line_link_left, .bottom_line_link_left:hover, .bottom_line_link_left:focus {
	text-decoration: none;
	color: #949494;
	font-size: 15px;
	line-height: 38px;
	background-color: #fefefe;
	padding: 0px 10px 0px 14px;
	float: left;
} .home_btn {
	margin-top: 35px;
} .border_article_home {
	border: solid 1px #e2e2e2;
	box-shadow: 0px 0px 5px 1px #e2e2e2;
	margin: 8px;
	padding: 5px;
	width: 23%;
} .hdth_container_home {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	width: 240px;
	margin: 0;
	height: 180px;
} .articles_container_home {
	padding-right: 7px;
} .section_title_home {
	padding-top: 30px;
	padding-bottom: 20px;
} .home_bottom_media_lines {
	margin-top: 50px;
} .multimedia_container {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 30px;
} .multimedia_item {
	display: inline-block;
	padding-right: 10px;
	width: 100%;
} .multimedia_item_li {
	cursor: pointer;
} li.multimedia_item_li.active_video > div .multimedia_text_home {
	font-weight: 600;
} li.multimedia_item_li.active_video {
	background-color: #dedede;
} li.multimedia_item_li.active_video .multimedia_item:before {
		content: '';
		position: absolute;
		right: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #dedede;
		top: 50%;
		margin-top: -10px;
	} ul.nav.multimedia {
	height: 100%;
	/*max-height: 395px;*/
	max-height: 100%;
} .multimedia li {
	border-bottom: 1px solid #c8c8c8;
	max-width: 100%;
	width: 100%;
	height: calc(100%/6.1);
	display: table;
	padding: 2px 0;
	/* max-height: 66px; */
} .multimedia li:last-child {
		border-bottom: 0px solid #c8c8c8;
	} .multimedia_link, .multimedia_link:hover, .multimedia_link:focus {
	text-decoration: none;
} .multimedia_text {
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
	color: #313131;
	margin: 10px 0;
	transition: 0.4s;
} .side_tabs_mobile {
	display: none;
} .multimedia_main_container {
	margin-bottom: 40px;
} .multimedia_main_image {
	width: 100%;
	border: solid 1px #e2e2e2;
	box-shadow: 0px 0px 2px 1px #e2e2e2;
	padding: 2px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
} .multimedia_homepage_main_image {
	width: 100%;
	display: inline-block;
	height: auto;
	max-height: 395px;
} .multimedia_share {
	background-color: #f4f4f4;
	margin-top: 1px;
	border-top: solid 3px #c73036;
	padding: 5px;
} .multimedia_text_left {
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
} .multimedia_icon_album {
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	background-image: url(/diffah/Content/images/multimedia_icon_album.png);
	width: 23px;
	height: 23px;
	top: 0px;
} .multimedia_icon_audio {
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	background-image: url(/diffah/Content/images/multimedia_icon_audio.png);
	width: 20px;
	height: 20px;
	top: 0px;
} .multimedia_icon_video {
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	background-image: url(/diffah/Content/images/multimedia_icon_video.png);
	width: 26px;
	height: 15px;
	top: 0px;
} .play_this {
	font-size: 25px;
	color: #ababab;
	margin-top: 14px;
} li.multimedia_item_li.active_video .multimedia_item > div > .m_song_icon {
	background-image: url(/diffah/Content/images/multimedia_icon_audio.png);
	background-size: 20px 20px;
} li.multimedia_item_li.active_video .multimedia_item > div > .m_video_icon {
	background-image: url(/diffah/Content/images/multimedia_icon_video.png);
	background-size: 26px 15px;
} li.multimedia_item_li.active_video .multimedia_item > div > .m_image_icon {
	background-image: url(/diffah/Content/images/multimedia_icon_album.png);
	background-size: 20px 20px;
} .multimedia_text_left_bottom {
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
	margin-bottom: 0;
} .multimedia_key_words_title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
} .key_word_item {
	background: url(../images/tags-bg.png) no-repeat;
	display: inline-block;
	margin: 3px;
	width: 30%;
	padding: 3px;
	text-align: left;
	background-size: 100% 100%;
} .key_word_item a, .key_word_item a:focus {
		text-decoration: none;
		font-size: 15px;
		color: #ffffff;
	} .multimedia_items_container {
	margin-bottom: 10px;
	margin-top: 25px;
} .multimedia_items {
	display: inline-block;
	border: solid 1px #e2e2e2;
	box-shadow: 0px 0px 2px 1px #e2e2e2;
	margin: 10px;
	padding: 5px;
	width: 31%;
	border-radius: 5px;
	margin-bottom: 25px;
} .multimedia_items_selected {
	/*border: solid 1px #c73036;*/
	box-shadow: 0px 0px 8px 2px #c73036;
} .multimedia_icons {
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	display: inline-block;
} .m_song_icon {
	background-image: url(../images/m_song.png);
	width: 20px;
	height: 20px;
	top: 4px;
} .m_video_icon {
	background-image: url(../images/m_video.png);
	width: 25px;
	height: 20px;
	top: 7px;
} .m_image_icon {
	background-image: url(../images/m_image.png);
	width: 20px;
	height: 20px;
	top: 4px;
} .multimedia_title {
	color: #322922;
	font-size: 17px;
	font-weight: 600;
	transition: 0.4s;
} .multimedia_text_home, .multimedia_text_home:focus {
	font-size: 15px;
	text-decoration: none;
	display: block;
	color: #322922;
	padding: 10px 0px;
} .multimedia_text:hover, .multimedia_text:focus {
	text-decoration: none;
	color: #313131;
} .multimedia_title:hover, .multimedia_title:focus {
	color: #c73036;
	transition: 0.4s;
	text-decoration: none;
} .multimedia_date_text {
	font-size: 13px;
	padding-left: 5px;
	font-weight: 600;
	color: #0c4689;
} .multimedia_date {
	padding: 8px 5px 5px 5px;
	width: 100%;
	color: #0c4689;
	font-size: 13px;
} .multimedia_date_selector {
	padding: 2px;
	width: 40%;
	color: #0c4689;
	border-radius: 5px;
	font-size: 13px;
} .multimedia_header {
	margin-right: 8px;
	margin-left: -8px;
	margin-bottom: 8px;
	margin-top: 8px;
} .inner_side_tabs_mobile {
	position: relative;
} .mobile_tabs {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	height: 70px;
	margin: 0;
	padding: 0;
	overflow-x: scroll;
	clear: both;
	white-space: nowrap;
	overflow-x: touch;
} .mobile_tabs li {
		display: inline-block;
		margin-right: -4px;
	} .mobile_tabs li a {
			font-size: 18px;
			font-weight: 600;
			display: block;
			color: #6e6e6e;
			text-align: center;
			padding: 16px;
			text-decoration: none;
		} .mobile_tabs li {
		border-bottom: solid 3px #ebebeb;
	} .mobile_tabs li.active {
			border-bottom: solid 3px #c73036;
		} .mobile_tabs li.active a {
				color: #c73036;
			} .mobile_tabs li.active:before {
				content: '';
				position: absolute;
				right: 43%;
				top: 59px;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 9px 7px 0 7px;
				border-color: #c73036 transparent transparent transparent;
			} .mobile_nav_next {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 5px 0px 25px rgb(255, 255, 255);
	width: 12px;
	z-index: 1;
	height: 74%;
} .mobile_nav_prev {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: -5px 0px 25px rgb(255, 255, 255);
	width: 12px;
	z-index: 1;
	height: 74%;
	display: none;
} #custom-file-input-filename {
	display: none;
	width: 100%;
	padding: 2px;
} #uploaded_file_name_text {
	width: 40%;
	padding: 2px;
	padding-left: 0px;
} .after_upload_div {
	display: none;
} .padding--0 {
	padding: 0px;
} .remove_uploaded_file_name_icon {
	left: 4px !important;
} .multimedia_key_words_container > a, .multimedia_key_words_container > a:focus, .multimedia_key_words_container > a:hover {
	background-color: #134B8C;
	min-width: 70px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 5px;
	margin-right: 26px;
	float: right;
	font-size: 13px;
	margin-bottom: 5px;
	border-radius: 5px 0px 0px 5px;
	position: relative;
	text-decoration: none;
} .multimedia_key_words_container > a:before {
		content: '';
		position: absolute;
		right: -20px;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 0 14px 20px;
		border-color: transparent transparent transparent #134B8C;
	} .multimedia_key_words_container > a:after {
		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		right: -8px;
		background: #fff;
		border-radius: 50%;
		top: 50%;
		margin-top: -3px;
	} .multimedia_key_words_container {
	display: inline-block;
} .remove_uploaded_file_name_icon {
	position: absolute;
	right: 286px;
	bottom: 3px;
	font-size: 22px;
	color: #c73036;
} .rating_section_box.detailed_page_books {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 15px;
} .image.right.Book_image_readalso {
	/*width: 140px;*/
} .image.right.Book_image_readalso img {
		width: 49px !important;
		height: 74px;
		text-align: center;
		padding: 0 42px;
	} .width80_box {
	width: 75% !important;
} .width90_box {
	width: 90% !important;
} .is_video_box video {
	width: 100%;
} .multimedia_video_player {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 380px;
	display: block;
} .multimedia_video_player_homepage {
	max-height: 395px;
}
/*Mobile responsive css Start */
@media (max-width: 767px) {

	.multimedia_main_image_div, .multimedia_main_image_div_homepage {
		min-height: 100px;
	}

	.pagination-row a, .pagination-row a:focus {
		width: 22px;
		height: 22px;
		border: 1px solid #CDCDCD;
		margin-right: 2px;
		font-size: 13px;
		line-height: 22px;
	}

		.pagination-row a.previous, .pagination-row a.next, .pagination-row a.previous:focus, .pagination-row a.next:focus {
			font-size: 20px;
		}

	.pagination-row {
		width: 100%;
	}


	.zoom_in_picture_mobile {
		background-image: url(/diffah/Content/images/zoom_pic.png);
		background-repeat: no-repeat;
		background-position: 9px 9px;
		background-size: 22px 22px;
		width: 20px;
		height: 20px;
		background-color: rgba(0, 0, 0, 0.35) !important;
		position: absolute;
		padding: 20px 20px;
		top: 0px;
		z-index: 10;
		left: 0;
	}

	.multimedia_date {
		color: #6e6e6e;
	}

	.multimedia_title_box > span {
		font-size: 22px;
	}

	.multimedia_title_box {
		line-height: 27px;
	}

	.audio-player_homepage img {
		min-height: 100px;
		height: auto;
	}

	li.multimedia_item_li.active_video .multimedia_item:before {
		display: none;
	}

	.publish_date_multimedia {
		display: none;
	}

	.multimedia_container {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.fix_multi_right {
		right: 0px !important;
	}

	.multimedia_slider_nav_thumbnails_container {
		display: none !important;
	}

	.multimedia_slider_nav_thumbnails_container_homepage {
		display: none !important;
	}

	#subscribe-for-newsletter-error_footer {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.multimedia_video_player {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.if_empty_section_authors {
		margin-top: 0px;
		margin-right: 16px;
	}

	.if_empty_section_multimedia {
		margin: 20px 20px;
	}

	.is_video_box > img {
		min-height: 180px;
		height: auto;
	}

	.is_video_box video {
		height: auto;
	}

	.multimedia_slider_left_arrow {
		position: absolute;
		right: 2px;
		top: 40%;
		margin-left: 0;
		float: none;
		z-index: 10;
	}

	.multimedia_slider_right_arrow {
		position: absolute;
		top: 40%;
		right: 94%;
		float: none;
		z-index: 10;
	}

	.homepage_media_left_arrow {
		position: absolute;
		right: 2px;
		top: 40%;
		margin-left: 0;
		float: none;
		z-index: 10;
	}

	.homepage_media_right_arrow {
		position: absolute;
		top: 40%;
		right: 94%;
		float: none;
		z-index: 10;
	}

	.multimedia_title {
		font-size: 13px;
	}

	.multimedia_icons {
		margin-left: 4px;
	}

	.multimedia_image_container > .fa.fa-play-circle {
		font-size: 35px;
		left: inherit;
		right: 14%;
		padding-top: 25px;
	}

	.multimedia_details_container {
		display: inline-block;
		float: right;
		width: 63%;
		padding-right: 8px;
	}

	.multimedia_image_container {
		display: inline-block;
		float: right;
		width: 36%;
	}

	.multimedia_datepicker {
		width: 110px;
	}


	.margin-top-0-mobile {
		margin-top: 0px;
	}

	.author_mobile_filter {
		margin-top: 20px;
		margin-bottom: 12px;
		text-align: left;
	}

	.author_mobile_filter_text {
		color: #0c4689;
		font-size: 15px;
		padding-left: 4px;
	}

	.author_mobile_img {
		padding: 0px !important;
	}

	.author_mobile_filter select {
		color: #0c4689;
		font-size: 15px;
	}

	.detailed_info_container .a-link {
		font-size: 14px;
	}


	.bottom_line_text_right a {
		font-size: 20px;
	}

	.bottom_line_link_left, .bottom_line_link_left:hover, .bottom_line_link_left:focus {
		font-size: 12px;
	}

	.caption > p .ArtDate::before {
		display: none;
	}

	.breadcrumb {
		margin-top: 10px;
		border: 0;
	}

	.bread-contain {
		margin: 0px;
	}

	.fix-padding-mobile {
		padding-left: 15px;
		padding-right: 15px;
	}

	.big_img_rating {
		margin-bottom: 5px;
		margin-top: 0px;
	}

	.items4_rating {
		width: 67%;
		float: left;
		margin-top: 10px;
	}

	span.catArtcl.mobile_tag_pos {
		top: 16px;
		right: 8px;
	}

	a.A_link.bold-600.mobile_view_fix_title {
		width: 67%;
		float: left;
		margin-top: 10px;
	}

	/*.no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }*/

	.form-separator-nobg {
		margin-top: 20px;
		margin-bottom: 12px;
	}


	i.fa.fa-play-circle.poet_play_video {
		padding-top: 15%;
		left: 0px;
	}


	.hdth_container > .fa.fa-play-circle {
		padding-top: 20%;
	}

	.big_img_play {
		padding-top: 25% !important;
	}

	img.max-width-100 {
		height: auto;
	}

	.Book_big_image {
		padding: 8px;
	}

	.fix-margin-15 {
		margin-top: 0px !important;
	}

	.big_img {
		min-height: 0;
	}

	.summery_SubSection_Box {
		margin-top: 0px !important;
	}

	.big_img_button_div {
		margin-top: 0px;
	}

	.hdth_container.over_flow_visible > a img {
		margin-right: 0 !important;
	}

		.hdth_container.over_flow_visible > a img.Default_image_4small {
			margin-right: -16% !important;
		}

	.section-title_bottom:first-child {
		padding: 20px 0 10px 0;
	}

	.bottom_home_boxes .hdth_container a img {
		max-width: 100%;
		min-height: 0;
		height: auto;
		margin-right: 0;
	}

	.section-title {
		margin-bottom: 0px;
		padding: 30px 0 10px 0;
	}

	.image.right.Book_image_readalso img {
		padding: 0 34px;
	}


	#uploaded_file_name_text {
		width: 100% !important;
		padding: 2px;
		padding-left: 22px;
	}

	/*.image.right.Book_image_readalso {
		width: 36%;
	}*/

	.full_width_box {
		width: 100% !important;
	}

	.image.right.Book_image_readalso img {
		width: 42px !important;
		height: 61px;
	}

	.articles_container_home {
		padding-right: 0px !important;
	}

	.border_article_home {
		margin: 0 !important;
		margin-bottom: 20px !important;
	}

	.input_hint {
		font-size: 17px !important;
	}

	.bottom_line_text_right {
		font-size: 24px !important;
	}

	.mobile-padding-0 {
		padding: 0 !important;
	}

	.bottom-info {
		background-color: #ffffff !important;
	}

	.bottom-text {
	}

	label.button_article_image_label input.article_image[type="file"] {
		position: fixed;
		top: -1000px;
	}

	.button_article_image_label {
		background-color: #fbfbfb;
		color: #737373;
		padding: 5px 25px 5px 25px;
		margin-top: 15px !important;
		margin-right: 5px;
		border: solid 1px #d7d7d7;
		font-weight: 600;
		box-shadow: 0px 0px 5px #c7c7c7;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
		transition: .4s;
	}

	.hidden_element_desktop {
		display: block !important;
	}


	label.button_input_custom_label {
		padding: 10px 30px 10px 30px;
		margin-top: 0px !important;
	}

	#custom-file-input-filename {
		width: 100% !important;
	}

	.image_div {
		margin-bottom: 10px !important;
	}

	.hdth_container {
		/*height: 65px;*/
		height: auto;
	}

	.border-article {
		width: 100% !important;
		box-shadow: none !important;
		border: 0 !important;
		border-top: solid 1px #d0d0d0 !important;
		margin: 0px;
		padding: 8px 0px 8px 0;
	}


		.border-article.full-width-img {
			border-top: 0 !important;
		}


	.half_screen_poet {
		box-shadow: none !important;
		border: 0 !important;
		border-bottom: solid 1px #d0d0d0 !important;
	}

		.half_screen_poet:last-child {
			border-bottom: 0 !important;
		}

	.multimedia_items {
		box-shadow: none !important;
		border: 0 !important;
		border-bottom: solid 1px #d0d0d0 !important;
		border-radius: 0 !important;
	}

		.multimedia_items:last-child {
			border-bottom: 0 !important;
		}

	.multimedia_items_selected {
		border-radius: 5px !important;
		box-shadow: 0px 0px 5px 1px #c73036 !important;
	}

	.border-radius-5 {
		border-radius: 0 !important;
	}

	.bg-trans-white {
		margin-right: 33px;
		width: 81%;
	}

	.half_screen_poet {
		width: 100% !important;
		margin: 0px;
	}


	.mobile_text_view {
		width: 100%;
		left: 0px;
		position: relative;
		bottom: 57%;
	}

	.border_article_home {
		width: 100% !important;
	}

	.poet-container {
		width: 50%;
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}

	.poet-text {
		font-weight: normal;
	}

	.bg-trans-white {
		width: 100% !important;
	}

	.btn-red {
		width: 100% !important;
	}

	.profile .form-area {
		background-color: #FFFFFF !important;
	}


	#diffah_modal_upgrade, #diffah_modal_upgrade_2, #diffah_modal_home_signin, #diffah_modal_home_signup, #diffah_modal_home_forget_password, #diffah_modal_home_forget_result {
		display: none;
		position: fixed;
		margin-top: 0px;
		padding-top: 0px;
		top: 0px;
	}


	.text_fix {
		clear: both;
	}

	.terms_conditions {
		display: inline-block;
		width: 100%;
	}


	.home_modal_content {
		width: 98% !important;
	}

	.diffah_modal_content {
		width: 92% !important;
		margin-top: 110px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 6px;
	}

	.log_in_mobile span {
		color: #ebebeb;
		font-size: 26px;
		top: 17px;
		cursor: pointer;
	}

	.log_in_mobile {
		color: #0c4689;
		display: inline !important;
		padding-right: 0px;
	}

		.log_in_mobile a {
			color: #eaeaea;
			text-decoration: none;
		}

	#video_iframe {
		width: 100%;
		min-height: 220px;
		height: auto;
	}


	.side_tabs {
		display: none;
	}

	.side_tabs_mobile {
		display: block !important;
	}

	.multimedia_items {
		width: 100% !important;
		margin: 0 !important;
		padding: 0;
		padding-bottom: 10px;
		padding-top: 4px;
	}

	.multimedia_main_image {
		margin: 0 !important;
		border: 0;
		box-shadow: none;
		padding: 0px;
	}

	.multimedia_key_words_container {
		width: 100% !important;
	}

	.modal_button_size_trans, .modal_button_size_red {
		width: 40% !important;
	}

	.hdth_container_home {
		margin: 0 auto !important;
	}

	.home_bottom_media_lines {
		margin-top: 30px !important;
	}

	.home_row_100 {
		width: 100% !important;
	}

	.home_line_bottom {
		width: 100% !important;
	}

	.full-width-img {
		min-height: 0px !important;
	}

	.summery_setup {
		margin-bottom: 15px !important;
	}

	.padding-20 {
		padding: 5px 5px 5px 5px !important;
	}

	.big_img {
		height: auto !important;
	}

	.multimedia_header {
		margin: 0px !important;
	}

	.multimedia_date_filter {
		text-align: right;
	}

	img.raduis_img {
		margin-right: 0px !important;
	}

	.custom-file-input {
		margin-top: 0px !important;
		width: 100% !important;
	}

		.custom-file-input::before {
			padding: 10px 30px 10px 30px !important;
		}

	.btn-white {
		padding: 7px 66px 7px 66px !important;
		margin-top: 0px !important;
	}


	.social_titles_style {
		display: none;
	}

	.inside {
		padding: 5px 10px 5px 10px;
		width: 30% !important;
	}

	.save_social {
		padding-left: 0px;
		left: 10px;
	}

	.datepicker_div {
		display: none;
	}

	.mobile_filter {
		display: block !important;
	}

	.mobile_sepatator_bg {
		background: #f4f4f4;
		padding-left: 0;
	}

	.mobile_submit_btn {
		position: relative;
		top: 50px;
	}

	.submit_text_bottom {
		position: absolute;
		bottom: 30px;
	}

	.form-area.notifications {
		padding-bottom: 0px !important;
	}

	#notifications, #my_account, #saved_articles, #writer_articles, #new_article {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}

	.profile {
		margin-bottom: 0px !important;
		margin-top: 10px !important;
	}

	.btn-red-empty {
		width: 90%;
	}

	.multimedia_date_filter {
		position: relative;
		bottom: 8px;
	}

	.multimedia_date_selector {
		width: 95% !important;
	}

	.multimedia_share_content {
		display: none;
	}

	.multimedia_share_content_mobile {
		display: block !important;
	}

	.multimedia_text_left {
		display: none;
	}

	.multimedia_share {
		border: 0 !important;
	}

	.multimedia_account_section {
		display: block !important;
	}

	.multimedia_text_left_mobile {
		display: block !important;
		font-size: 19px;
		text-align: right;
		padding: 10px 5px;
	}

	.author_box {
		margin: 0 !important;
		padding: 0px;
		display: -webkit-box;
		padding-bottom: 25px;
	}

	.author-stats {
		width: 100%;
		margin: auto;
		margin-top: 10px;
		text-align: right;
	}

	.author-img {
		max-width: 118px !important;
		height: auto !important;
		margin: 0;
	}

	.author-name {
		text-align: right !important;
		padding: 0px;
	}

	.author_details {
		position: relative;
		top: 40px;
		left: 30px;
	}

	.mobile_link_pos {
		font-size: 12px;
		position: relative;
	}

	.mobile_tag_pos {
		position: absolute !important;
	}


	.poet-img-box {
		background-color: #FFFFFF !important;
		float: right;
		width: 45%;
	}

	.upload_img_logo {
		display: block !important;
	}

	.twitter_feed_box {
		height: 307px;
		width: 100%;
	}

	.tweets_text {
		width: 40%;
		font-size: 20px;
	}

	.follow_twitter_box {
		width: 58%;
	}

	.subSections_date {
		display: inline-block;
		margin-top: 0px;
	}

	a.A_link.bold-600.mobile_link_pos {
		margin-top: -10px;
	}

	.subSections_author_box {
		display: none !important;
	}

	.mobile_ubSections_date {
		position: relative;
		float: right;
		text-align: right;
		top: 4px;
		width: 38% !important;
		font-size: 12px;
	}

	.items4_boxes {
		padding-bottom: 0px;
	}

	.poet_title_mobile_view {
		display: inline-block;
		margin-top: 4px;
		width: 100%;
	}

	.MobileMods .A_link {
		width: 67%;
		float: left;
		margin-top: 10px;
	}

	.Big_image_title {
		width: 100% !important;
		margin-bottom: 18px !important;
	}

	.image.right.Book_image_readalso {
		margin-left: 10px;
	}
}
/*Mobile responsive landscape css Start */
@media screen and (max-width: 767px) and (orientation: landscape) {

	.multimedia_image_container > .fa.fa-play-circle {
		font-size: 40px;
		left: inherit;
		right: 15%;
		padding-top: 7%;
	}
}
/*Mobile responsive landscape css End */
/*iPhone 5 css Start*/
@media(max-width: 320px) {

	.pagination-row a, .pagination-row a:focus {
		width: 18px;
		height: 18px;
		margin-right: 3px;
		font-size: 13px;
		line-height: 22px;
	}

	.multimedia_text_home, .multimedia_text_home:focus {
		font-size: 13px;
	}


	.multimedia_image_container > .fa.fa-play-circle {
		left: 185px;
	}

	.image.right.mobile_image_readalso img {
		width: 95px !important;
	}

	.image.right.Book_image_readalso img {
		width: 37px !important;
		height: 51px;
		padding: 0px 28px;
	}

	.readmore_date.mobile_readAlso_date {
		font-size: 11px;
	}

	.readmoreFrameInner .mobile .title a {
		font-size: 11.5px;
		line-height: 17px;
	}

	.readMoreDetailedBody .title > a {
		padding-top: 8px !important;
	}

	.readmoreFrameInner .mobile .title {
		padding: 0px 8px;
	}

	.section_name_date_box_mobile {
		padding: 0px 5px;
	}

	.readmore_date.mobile_readAlso_date {
		width: 50%;
	}

	.mobile_ubSections_date {
		width: 35% !important;
	}

	.author_mobile_filter_text {
		color: #0c4689;
		font-size: 13px;
		padding-left: 0px;
	}

	.author_mobile_filter select {
		color: #0c4689;
		font-size: 14px;
	}

	.author_details {
		left: 10px;
	}
}
/*iPhone 5 css End*/
/*iPad css Start*/
@media only screen and (min-width : 768px) and (max-width : 1023px) {

	.multimedia_main_image_div, .multimedia_main_image_div_homepage {
		min-height: 100px;
	}

	.is_video_box video {
		max-height: 240px;
	}

	.multimedia_slider_left_arrow {
		right: 0px;
		top: 6px;
		margin-left: 7px;
		background-size: 16px 26px;
	}

	.multimedia_slider_nav_thumbnails_container {
		height: 37px;
	}

	.multimedia_slider_right_arrow {
		right: 30px;
		bottom: 35px;
		background-size: 16px 26px;
	}

	.multimedia_video_play_circle {
		font-size: 18px;
		top: 11px;
		padding-right: 24px;
	}

	.multimedia_video_play_circle_homepage {
		padding-right: 45px;
	}

	.zoom_in_picture {
		background-position: 15px 10px;
		background-size: 20px 20px;
		padding: 20px 25px;
	}


	.is_video_box > img {
		height: 249px !important;
		min-height: 249px !important;
	}

	.is_video_box video {
		padding-bottom: 37px;
	}

	.multimedia_items {
		width: 30%;
	}

	.A_w_d > div, .caption > p span {
		max-width: 100%;
	}

	.half_screen_poet {
		width: 100%;
	}

	.MobileMods.col-sm-6.no-padding.mobile_text_view.hidden-xs {
		margin-right: -100px;
	}

	.header .navbar-nav li a {
		font-size: 13px;
	}

	.author_box {
		margin: 30px 10px 30px 10px;
	}
}
/*iPad css End*/
/*Mobile responsive landscape css Start */
/*@media only screen and (min-width : 768px) and (max-width : 1023px) and (orientation: landscape) {

    .multimedia_main_image_div, .multimedia_main_image_div_homepage {
        min-height: 100px;
    }
}*/
/*Mobile responsive landscape css End */
@media (min-width:768px) {

	.author_box {
		margin: 30px 12px 30px 12px;
	}


	.resetPasswodPage {
		max-width: 60%;
		margin: 0 auto;
		min-height: 400px;
	}
} .resetPasswodPage {
	min-height: 400px;
	display: table;
	margin: 0 auto;
} .two-cols-height {
	margin-top: 0 !important;
	width: 100%;
} .diffal_model_title {
	font-size: 24px;
} .custom-socila-input {
	background: none;
	outline: 0;
	border: 0;
} .user-header-info li {
	list-style-type: none;
	display: inline-block;
} .user-header-info li > a {
		font-size: 12px;
		text-decoration: none;
		color: #393939;
		font-family: NaskhBold;
		margin-right: 5px;
	} a.user-link {
	margin-right: -5px !important;
} .user-header-info li a span {
	font-size: 12px;
	text-decoration: none;
	color: #393939;
	cursor: pointer;
	/*font-family: NaskhBold;
    font-weight: 600;*/
} .user-header-info > form {
	display: inline-block;
} .user-header-info {
	display: inline-block;
	float: right;
} .fa-sign-out {
	font-size: 16px;
	color: #EB8C43;
	vertical-align: sub;
	float: right;
	margin-left: 5px;
	margin-top: 1px;
} .validation-summary-errors > ul {
	margin-bottom: 0;
} ul.dataUl.ex_marg > li {
	margin-left: 0;
} .header-avatar {
	border-radius: 50%;
	margin-left: 5px;
	width: 35px;
	height: 35px;
} .user-header-info a {
	display: inline-block;
} .user-link > span {
	max-width: 120px;
	display: inline-block;
} .login-header {
	margin-left: 15px !important;
}
/********************USER PROFILE FIXES**********************/
.account-container .btn-red, .account-container .btn-red:hover, .btn-red:focus, .account-container .button_input_custom_label {
	padding: 5px 40px 5px 40px;
	font-size: 16px;
} .btn-red.contact-us-btn:hover, .btn-red.contact-us-btn:focus {
	padding: 8px 20px 8px 20px;
	font-size: 14px;
} .account-container .modal_button_size_trans, .account-container .modal_button_size_trans:hover, .account-container .modal_button_size_trans:focus {
	padding: 5px 40px 5px 40px !important;
	font-size: 16px !important;
} .account-container .image_div > div {
	float: right;
	margin-left: 15px;
} .account-container .btn-white, .account-container .btn-white:hover, .account-container .btn-white:focus {
	padding: 4px 12px 4px 12px;
} .account-container .button_input_custom_label, .account-container .btn-white, .account-container .btn-white:hover, .account-container .btn-white:focus {
		margin-top: 25px !important;
	} .account-container .bg-trans, .account-container .bg-trans:focus {
	white-space: normal;
} @media(max-width:767px) {

	.account-container .button_input_custom_label, .account-container .btn-white, .account-container .btn-white:hover, .account-container .btn-white:focus {
		margin-top: 10px !important;
	}

	#remove_image, #delete_image {
		padding: 4px 15px !important;
		font-size: 14px;
	}

	.account-container .open_upgrade_modal {
		margin-top: -5px;
		margin-bottom: 5px;
	}

	.account-container .btn-red, .account-container .btn-red:hover, .btn-red:focus, .account-container .button_input_custom_label {
		padding: 5px 30px 5px 30px;
		font-size: 14px;
	}


	.subMenuContainer {
		display: block !important;
	}

	.account-container .bg-trans, .account-container .bg-trans:focus {
		font-size: 14px;
	}

	.account-container .block-four-areas {
		display: table;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.account-container .remove_article {
		border-radius: 0;
	}

	.date-filter-row {
		margin-bottom: 0 !important;
	}

	.account-container .articles_container.summarySectionContainer {
		margin-top: 0 !important;
	}

	.account-container .mobile_sepatator_bg {
		position: relative;
	}

	.account-container .mobile_filter {
	}

	.account-container .form-separator-text {
		padding-right: 10px;
		font-weight: 600;
		font-size: 20px;
		padding-top: 5px;
		display: inline-block;
		padding-bottom: 5px;
	}

	.account-container .image_div > div {
		float: right;
		margin-left: 30px;
	}

		.account-container .image_div > div:first-child {
			margin-left: 15px;
		}

	.account-name {
		font-size: 16px;
	}

	.fix-img-margin {
		max-width: 45px;
		width: 45px;
		height: 45px;
	}
} @media(min-width:768px) and (max-width:1214px) {
	.account-container .authourDate {
		width: 80%;
	}

	.account-container .btn-red-empty, .account-container .btn-red-empty:hover, .account-container .btn-red-empty:active, .account-container .btn-red-empty:focus {
		padding: 5px 30px 5px 30px;
	}
} @media(max-width:320px) {
	.account-container .image_div > div {
		margin-left: 5px;
	}
} @media (min-width:768px) {
	.filter-btn > a {
		width: 100%;
	}

	.saved-articles-container-row, .writer-articles-row {
		padding: 0;
		margin-right: -30px;
		margin-left: -30px;
	}
} @media(max-width:992px) and (min-width:768px) {

	.account-container .password .form-control::placeholder {
		font-size: 14px;
	}

	.filter-btn {
		float: right !important;
		padding-right: 40px;
		padding-left: 15px;
		margin-top: 12px;
	}

	.account-container .btn-red-empty, .account-container .btn-red-empty:hover, .account-container .btn-red-empty:active, .account-container .btn-red-empty:focus {
		padding: 5px 30px 5px 30px;
	}

	.saved-articles-container .border-article, .writer-articles-row .border-article,
	.saved-articles-container-row .border-article, .writer-articles-row .border-article {
		width: 45%;
	}

	.saved-articles-container,
	.saved-articles-container-row {
		margin-top: 0 !important;
	}
} .MobileSubSectionTree ul {
	visibility: hidden;
} .MobileSubSectionTree ul li {
		display: block;
		float: right;
	} .subMenuContainer {
	background: #FFF;
	height: 45px;
	border-bottom: 4px solid #F4F4F4;
	margin-bottom: 20px;
} .MobileSubSectionTree ul li a {
	font-size: 15px;
	color: #6e6e6e;
	padding: 4px 15px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px 0px;
	line-height: 27px;
	padding-top: 10px;
} .MobileSubSectionTree {
	height: 60px;
	direction: rtl;
	overflow: hidden;
	width: 100%;
} li.mobileMenuItem:nth-child(2n+1) {
	clear: none;
} .MobileSubSectionTree ul {
	left: 0;
	top: 0;
	position: relative;
	height: 48px;
	padding: 0px 0px;
} .MobileSubSectionTree ul li.active:before {
		content: '';
		position: absolute;
		right: 43%;
		top: 44px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 7px 0 7px;
		border-color: #c73036 transparent transparent transparent;
	} .MobileSubSectionTree ul li.active {
		border-bottom: solid 3px #c73036;
	} .MobileSubSectionTree ul li {
		position: relative;
	} .subMenuContainer {
	display: none;
} .MobileSubSectionTreeContainer {
	position: relative;
	padding: 0px 36px;
} .mobileMenuItem h2 {
	margin: 5px 2px;
} .rightarrow, .rightarrow:focus, .rightarrow:hover {
	width: 30px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
	text-decoration: none;
	color: #c73036;
	font-size: 36px;
	text-align: center;
	opacity: 0.8;
	padding-top: 2px;
} .leftarrow, .leftarrow:focus, .leftarrow:hover {
	width: 30px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	text-decoration: none;
	color: #c73036;
	font-size: 36px;
	text-align: center;
	opacity: 0.8;
	padding-top: 2px;
} .date-filter-row {
	margin-bottom: 20px;
	margin-top: 10px;
} .writerInfoHead .account-name {
	font-size: 18px;
	padding-right: 0px;
	font-weight: 600;
	color: #c73036;
	display: block;
	margin-bottom: 2px;
} .writerInfoHead > div, .writerInfoHead > img {
	float: right;
} .writerInfoHead > div {
	margin-right: 12px;
	margin-top: 12px;
} .writer-articles-row .border-article {
	margin: 10px;
} .writer-articles-row .hdth_container {
	margin: 0 auto;
} .more_social {
	display: none !important;
} #link_btn {
	margin: 0 15px;
	padding: 2px 20px;
	vertical-align: sub;
} #social_user_name {
	padding: 5px 10px 5px 5px;
} #subscribe-for-newsletter-button_footer {
	max-width: 100%;
	padding: 0 !important;
	height: 34px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	float: none !important;
} .user-link > img {
	background: #FFFFFF;
	margin: auto;
	-moz-border-radius: 60px;
	border-radius: 50%;
	padding: 1px;
	box-shadow: 0px 0px 1px #888;
	width: 32px;
	height: 33px;
	margin-left: 5px;
} .shadow-image {
	background: #FFFFFF;
	-moz-border-radius: 60px;
	border-radius: 50%;
	padding: 2px;
	box-shadow: 0px 0px 1px #888;
} .fileNamee {
	margin-top: 10px;
} .fileNamee > input {
		max-width: 200px;
	} .alert-UserInfo, .alert-UserPassword, #remove_image, .alert-urls {
	display: none;
} .field-validation-error {
	display: inline-block;
	padding: 5px 0px;
} #remove_image {
	padding-top: 6px;
	padding-bottom: 2px;
}
/******************** END USER PROFILE FIXES**********************/
.publishHidden {
	display: block !important;
} .onlineHidden {
	display: none;
} .publishHidden > td {
	max-width: 100%;
	width: 466px;
} @media(max-width:767px) {
	.publishHidden > td {
		max-width: 100% !important;
		width: 466px !important;
	}
} .fa-lock {
	font-size: 14px;
	color: #EB8C43;
	vertical-align: sub;
	float: right;
	margin-left: 5px;
	margin-top: 1px;
} .seperator {
	color: #EB8C43;
	padding-right: 2px;
} @media(max-width:767px) {
	.custom-socila-input img {
		max-width: 100%;
	}
} .modal_sign_in_container {
	margin-right: -10px;
} .readLater {
	padding: 0;
	clear: both;
	display: table;
	width: 100%;
	text-align: center;
} .readLater .btn {
		width: 100%;
		padding: 7px 10px 5px 10px !important;
		display: inline-block;
		margin: 20px 0;
	} @media(min-width:768px) {
	#processing-modal .modal-dialog,
	#processing-modal-remove .modal-dialog {
		max-width: 420px;
	}
} .btn-close-dialog {
	padding: 5px 10px 5px 10px !important;
} .mob-readLater {
	margin-bottom: 20px;
} #LongBiography {
	min-height: 90px;
} #LongBiography, #ShortBiography {
	resize: none;
} .cclick-here {
	display: block;
} @media(max-width:767px) {
	.modal_button_signin, .modal_button_signin:hover, .modal_button_signin:focus {
		margin-top: 5px;
	}

	.password_error {
		display: none;
	}

	.modal_sign_in_container > button {
		padding-left: 0;
	}

		.modal_sign_in_container > button:first-child {
			padding-right: 0;
			padding-left: 10px;
		}

	.mainTitleWriter > a {
		font-size: 18px;
		line-height: 32px;
	}

	.cclick-here {
		display: inline;
	}

	.modal_sign_in_container {
		margin-right: 0;
	}

	.home_modal_line {
		margin-top: 0;
	}



	.text_fix {
		margin-bottom: 10px;
	}

	.diffah_modal_upgrade .diffal_model_title, .diffah_modal_upgrade_2 .diffal_model_title {
		font-size: 18px;
		padding-left: 20px;
		padding-bottom: 0;
	}

	.diffah_modal_upgrade .modal_button_container button,
	.diffah_modal_upgrade_2 .modal_button_container button {
		padding-right: 0 !important;
		padding-left: 0 !important;
		text-align: center;
	}
} .diffah_modal_home {
	background-color: rgba(0,0,0,0.5);
} @media(min-width:992px) {

	.user-header-info {
		white-space: nowrap;
	}
} @media(min-width:768px) {
	.diffah_modal_upgrade h1, .diffah_modal_upgrade_2 h1 {
		margin-top: 0;
	}
} @media(max-width:767px) {
	.no-slider .rightarrow i, .no-slider .leftarrow i {
		display: none;
	}

	.no-slider .rightarrow, .no-slider .leftarrow {
		background: rgba(255,255,255,0.8);
		pointer-events: none;
		z-index: 9;
	}
} .captcha-block__image-inline {
	display: inline-block;
	float: right;
	margin-left: 10px;
} .LogincaptchaInput {
	display: inline-block;
	float: right;
	max-width: 140px;
	margin-bottom: 10px;
	height: 38px;
} .captcha-block__refresh {
	cursor: pointer;
} @media(max-width:376px) {
	.LogincaptchaInput {
		max-width: 110px;
	}
} .login-row-captcha, .register-row-captcha, .forgot-row-captcha {
	display: none;
} .mobile-login-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	background: rgba(57, 57, 57, 1) !important;
	top: 60px;
	right: 0;
	display: none;
	max-width: 140px;
} .mobile-login-menu li {
		display: inline-block;
		float: right;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		min-width: 115px;
	} .mobile-login-menu li a {
			color: #fff !important;
			padding: 5px 0;
			margin: 0;
			display: inline-block;
			width: 100%;
			text-align: center;
			font-size: 15px;
		} .validation-summary-errors ul li {
	list-style-type: none;
} .validation-summary-errors ul {
	padding-right: 0;
} .arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: 28px;
	border-top: 8px solid #fff;
	display: none;
} @media(max-width:767px) {
	.header .navbar-collapse {
		margin-top: 12px; /** was 30 **/
	}

	span.account-title {
		padding-bottom: 5px;
		padding-top: 2px;
	}
} @media(max-width:1024px) {
	.form-control {
		line-height: 23px;
		padding-top: 4px;
		padding-bottom: 1px;
	}
} @media (min-width:768px) {
	.ipad-break {
		margin-left: 2px !important;
		margin-bottom: 5px;
	}

		.ipad-break + li {
			margin-left: 0 !important;
			margin-right: 0px !important;
		}
} @media (min-width:1024px) {
	.ipad-break + li {
		margin-left: 3% !important;
		margin-right: 0px !important;
	}

	ul.dataUl {
		white-space: nowrap;
	}
} @media(max-width:992px) and (min-width:768px) {
	.user-header-info > li:last-child {
		margin-top: 4px !important;
	}
} @media (max-width: 767px) {

	.log_in_mobile span {
		color: #ebebeb;
		font-size: 30px;
		top: auto !important;
		cursor: pointer;
		margin-top: 11px;
		display: inline-block;
	}

	.fa-user-plus {
		font-size: 28px;
	}


	.form-control, input.searchText {
		font-size: 16px !important;
		line-height: 28px;
	}

		.form-control::placeholder {
			font-size: 16px;
			font-weight: normal;
			line-height: 28px;
		}

	input.searchText {
		padding-bottom: 2px;
	}
} .saved_articles .loading, .new_article .loading {
	margin: 0 auto;
	display: block;
	margin-top: 60px;
} .saved-articles-container, .saved-articles-container-row {
	min-height: 300px;
} @media(min-width:768px) {
	.margin-bttn {
		margin-right: 10px;
	}
} .btn-50 {
	max-width: 46%;
	margin-left: 2%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 46%;
} .user-article-list {
	margin-top: 30px;
} .user-article-list th {
		text-align: center;
		color: #c73036;
		border: 0 !important;
	} .user-article-list td {
		color: #0c6a78;
		font-weight: 600;
		border: 0 !important;
	} .user-article-list tr {
		border-bottom: 1px solid #c73036;
	} .link-ex {
	font-size: 18px;
} .user-article-list td {
	line-height: 24px !important;
} #article_category {
	line-height: 24px;
	padding: 0px 5px;
} textarea#article_text {
	resize: none;
}
/*.readLater {
	margin-top: 20px;
}*/
.saved-articles-container .A_w_d > div:first-child:after, .saved-articles-container-row .A_w_d > div:first-child:after {
	content: none !important;
} @media(min-width:768px) {
	.mobileForceAlign {
		margin-left: 0;
	}

	.saved-articles-container .hdth_container > a > img,
	.saved-articles-container-row .hdth_container > a > img {
		margin-right: -16.88%;
	}
} @media(min-width:1025px) {
	.saved-articles-container .hdth_container > a > img,
	.saved-articles-container-row .hdth_container > a > img {
		margin-right: -16.88%;
	}
} @media(max-width:1024px) and (min-width:768px) {
	.saved-articles-container .hdth_container > a > img,
	.saved-articles-container-row .hdth_container > a > img {
		margin-right: -25%;
	}
} .mobile_filter {
	display: none;
} @media(max-width:767px) {
	.saved-articles-container .hdth_container > a > img,
	.saved-articles-container-row .hdth_container > a > img {
		width: 100%;
		height: auto;
	}

	.remove_article {
		right: 0;
		left: auto;
		top: 8px;
	}

	.time-mob-f {
		display: inline-block !important;
		margin-right: 10px;
		vertical-align: middle;
	}



	.saved-articles-container span.catArtcl {
		padding: 3px 6px;
		padding-top: 2px;
	}


	.saved-articles-container .MobileMods .A_link {
		margin-top: 4px;
	}

	.saved-articles-container .hdth_container {
		float: right;
		width: 32%;
		margin-left: 1%;
	}

	.mobile_filter {
		display: block;
	}
} @media(max-width:767px) {
	.mobile-visble-sm-xs {
		display: none;
	}
} @media(min-width:1024px) {
	.mobile-visble-sm-xs {
		display: none;
	}
} @media(max-width:767px) {
	.date-filter-row {
		display: none;
	}
} .article-image-preview {
	margin-bottom: 10px;
} .article-imgg {
	max-width: 100%;
	max-height: 100px;
} .modal-staticc {
	position: fixed;
	right: auto;
	top: 50% !important;
	left: 50% !important;
	margin-top: -100px;
	margin-left: -100px;
	overflow: visible !important;
} .fa-spin {
	font-size: 54px;
	margin-bottom: 15px;
	color: #333;
} .modal-staticc, .modal-staticc .modal-dialog, .modal-staticc .modal-content {
	width: 200px;
	height: 150px;
} .modal-staticc .modal-dialog, .modal-staticc .modal-content {
		padding: 0 !important;
		margin: 0 !important;
	} #processing-modall .modal-body {
	display: block;
	margin-top: 30px;
} .insert_form_captcha {
	display: none;
} body {
	padding-right: 0 !important;
} .modal-footer .btn + .btn {
	margin-bottom: 20px !important;
} div[id^=confirmModal] .modal-body {
	display: none;
} div[id^=confirmModal] .modal-header {
	padding: 15px 0;
	text-align: center;
	border-bottom: 0;
	padding-top: 20px;
} div[id^=confirmModal] .modal-footer {
	border-top: 0;
	padding: 0;
	text-align: center;
} div[id^=confirmModal] h4 {
	font-size: 18px;
} div[id^=confirmModal] .btn {
	margin-top: 5px;
	font-size: 15px;
} div[id^=confirmModal] .btn-primary {
	background-color: #c73036 !important;
	border-color: #c73036;
} #processing-modal-inserted-art h5 {
	font-size: 16px;
} @media(max-width:767px) {
	.user-article-list td {
		color: #0c6a78;
		font-weight: 600;
		border: 0 !important;
		max-width: 100px;
		word-wrap: break-word;
	}

	.article-image-preview {
		margin-bottom: 10px;
		margin-right: 10px;
		display: inline-block;
	}

	.writer_articles.tab-pane {
		overflow: hidden;
	}
} a.disabeldArrow {
	cursor: not-allowed !important;
	background-color: #eee !important;
	border-color: #ddd !important;
} .border-article-with-bottom-info {
	padding-bottom: 42px;
} .imageCont {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,0.8);
	display: none;
} .imageCont > div {
		text-align: center;
		width: 80%;
		height: 80%;
		margin: 0 auto;
		margin-top: 60px;
	} .imageCont > .closeEm {
		position: absolute;
		left: 100px;
		top: 50px;
	} .imageCont > .closeEm i {
			font-size: 30px;
			color: #fff !important;
		} .imageCont > div > img {
		max-width: 100%;
		max-height: 100%;
	} .backtoNormalform {
	float: left;
	color: #000;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 8px;
	text-decoration: none !important;
} .backtoNormalform i {
		font-size: 14px;
	} .close-calender {
	position: absolute;
	left: 30px;
	cursor: pointer;
	top: 8px;
	display: none;
} .close-calender > i {
		font-size: 15px;
	} .ulStyle {
	list-style-type: none;
	padding: 0;
	margin: 0;
} .Related_Articles_container {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #e2e2e2;
	display: inline-block;
	margin-bottom: 20px;
	clear: both;
} .Related_Articles_container h2 {
		font-size: 20px;
		color: #333333;
		font-weight: 600;
		font-family: NaskhBold;
		background-color: #f4f4f4;
		padding: 5px;
		padding-right: 15px;
		margin: 4px;
		/*border-top-right-radius: 5px;
        border-top-left-radius: 5px;*/
	} .related_articles_list ul > li {
	padding: 10px 5px 10px 0px;
	text-align: right;
	box-sizing: border-box;
} .related_articles_list ul li a.related_img {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	margin-left: 5px;
} .related_articles_list ul li a.related_img img {
		display: inline-block;
		width: 100%;
		height: auto;
	} .related_articles_list ul li .related_title {
	display: inline-block;
	width: 60%;
	direction: rtl;
} .related_articles_list ul li .related_title a, .related_articles_list ul li .related_title a:hover, .related_articles_list ul li .related_title a:focus {
		color: #333333;
		font-size: 14px;
		word-break: break-word;
		text-decoration: none;
	} .Recommended_Box {
	clear: both;
	display: none;
	position: fixed;
	height: 160px;
	bottom: -115px;
	left: 0;
	z-index: 1000;
	border-top: solid 2px #c73036;
	width: 100%;
	box-shadow: 0px -4px 5px 0px rgba(220,220,222,1);
} .Recommended_Articles_container {
	clear: both;
	background-color: #f4f4f4;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 5px 0px #e2e2e2;
	display: inline-block;
	border-radius: 0;
	overflow: hidden;
	border: 1px solid #f4f4f4;
	margin-bottom: 0;
	padding-bottom: 12px;
} .Recommended_Articles_container h2 {
		font-size: 20px;
		color: #333333;
		font-weight: 600;
		font-family: NaskhBold;
		background-color: #f4f4f4;
		padding: 5px;
		padding-right: 145px;
		margin: 0;
	} .Recommended_Articles_container h2 i {
			color: #c73036;
			font-size: 14px;
			cursor: pointer;
			position: absolute;
			left: 100px;
			top: -14px;
			border: solid 2px #cd595e;
			border-radius: 50%;
			padding: 5px;
			background-color: #f4f4f4;
			z-index: 1000;
		} .recommended_articles_box {
	display: inline-block;
	padding: 5px 120px;
	position: relative;
	top: 0px;
	background: #f4f4f4;
	text-align: center;
} .recommended_articles_box > div {
		padding: 5px 15px 10px 15px;
		text-align: right;
		box-sizing: border-box;
	} .recommended_articles_box div a.recommended_img {
		display: inline-block;
		width: 100%;
		height: auto;
		vertical-align: top;
		max-width: 160px;
	} .recommended_articles_box div a.recommended_img img {
			display: inline-block;
			width: 100%;
			height: auto;
			max-height: 82px;
		} .recommended_articles_box div .recommended_title {
		display: inline-block;
		width: 100%;
		margin-top: 6px;
	} .recommended_articles_box div .recommended_title a, .recommended_articles_box div .recommended_title a:hover, .recommended_articles_box div .recommended_title a:focus {
			color: #333333;
			font-size: 12px;
			text-decoration: none;
		} .Related_Articles_Area {
	display: none;
} .mainTitleWriter-detail img {
	width: 100%;
	max-width: 100%;
	height: auto;
} @media(min-width:768px) {
	.visible-xs-inline-BLOCK {
		display: none !important;
	}
} @media(max-width:767px) {
	.visible-xs-inline-BLOCK {
		display: inline-block;
	}

	.Related_Articles_container h2 {
		margin: 0;
	}

	.Related_Articles_container {
		box-shadow: 0px 0px 5px 0px #e2e2e2;
		border-radius: 8px;
		border: 1px solid #f4f4f4;
	}

	.related_articles_list ul li a.related_img {
		width: 38%;
	}


	.related_articles_list ul li .related_title {
		width: 58%;
	}

	.Recommended_Articles_container {
		margin-bottom: 0px;
		border-radius: 8px;
	}

	.Recommended_Box {
		position: initial;
		height: auto;
		bottom: initial;
		left: initial;
		border-top: none;
		box-shadow: none;
	}

	.Recommended_Articles_container {
		display: none;
		padding-bottom: 0;
	}

	.mainTitleWriter-detail img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.Recommended_Articles_container h2 i {
		position: initial;
		float: left;
		font-size: 18px;
		font-weight: bold;
		background-color: #f4f4f4;
		margin-top: 8px;
		margin-left: 10px;
		left: 0;
		top: 0;
		border: none;
		border-radius: 0;
		padding: 0;
		z-index: 0;
	}

	.recommended_articles_box {
		background: #ffffff;
	}
} .publishHidden > td {
	display: none;
} .Arabic_Survey_Box {
	position: fixed;
	display: none;
	bottom: 12px;
	right: 12px;
	background-color: white;
	z-index: 999;
	font-size: 16px;
	width: 26%;
	color: #000;
	border: 2px solid #767676;
	border-radius: 4px;
	padding: 16px 10px;
	box-sizing: border-box;
	direction: rtl;
	box-shadow: 0 0 7px rgba(81, 82, 90, 0.45);
	transform: translateZ(0);
} .Close_Survey_Box .fa-remove {
	color: #FFF;
	position: absolute;
	left: -2px;
	top: -2px;
	background: #767676;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	padding: 2px;
} .Arabic_Survey_Box p {
	margin-top: 12px;
} .Arabic_Survey_Box a {
	display: inline-block;
	margin-top: 10px;
	padding: 4px 16px;
	font-size: 17px;
	float: left;
	border-radius: 5px;
	text-decoration: none;
	background-color: #c73036;
	transition: 0.4s;
	color: white;
} .Arabic_Survey_Box a:hover, .Arabic_Survey_Box a:focus {
		background-color: #a72227;
		transition: 0.4s;
		text-decoration: none;
	} .Arabic_Survey_Box p span {
	display: block;
	margin-bottom: 10px;
} @media(max-width:767px) {

	.Close_Survey_Box .fa-remove {
		padding: 4px;
	}

	.Arabic_Survey_Box {
		padding: 18px;
		width: 100%;
		bottom: 0;
		right: 0;
	}


		.Arabic_Survey_Box a {
			margin-top: 20px;
		}
} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.Arabic_Survey_Box {
		width: 45%;
	}
} .privacy-validate {
	display: none;
} .privacy_checkbox_label {
	font-weight: normal;
	display: inline;
} .margin-top-privacy {
	margin-top: 15px;
} .margin-bottom-privacy {
	margin-bottom: 0px;
	vertical-align: middle;
	line-height: 10px;
} .clear-right-style {
	clear: right;
} .newsletter-privacy-style {
	margin-bottom: 25px;
	margin-top: -25px;
}
/*.PrivacyCheckLogin{
    display:none;
}*/
/** privacy_prompt**/
.privacy_prompt {
	position: fixed;
	font-size: 20px;
	color: #FFF;
	text-align: right;
	background: #800000;
	width: 100%;
	direction: rtl;
	border-bottom: 2px solid #8388B8;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999999;
	border-top: 2px solid #FFF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12);
} .privacy_prompt > div > p {
		width: 80%;
		float: right;
		font-size: 16px;
	} .privacy_prompt > div > p a {
			text-decoration: underline;
			color: #FFF;
		} .privacy_prompt > div > div {
		float: right;
		width: 20%;
		text-align: center;
	} .privacy_prompt .close_btn {
		background: #eee !important;
		color: #000;
		padding: 4px 20px;
		font-size: 16px;
		/*font-weight: 600;*/
		margin-bottom: 8px;
		box-shadow: 0 4.5px 7px -5px #DCDCDE;
		margin-top: 10px;
		display: inline-block;
		line-height: 22px;
	} .privacy_prompt > div {
		position: relative;
		max-width: 100%;
		width: 100%;
		max-width: 1314px;
		box-sizing: border-box;
		padding: 20px;
		padding-top: 22px;
		margin: 0 auto;
		display: table;
	} .close_cursor {
	color: #FFF !important;
	position: absolute;
	font-size: 18px;
	font-family: Arial;
	right: 20px;
	top: 2px;
} .newsletter-privacy-homepage #privacy_checkbox_Txt {
	width: inherit;
} .newsletter-privacy-homepage {
	text-align: right;
	margin-bottom: 10px;
} .join_news_lttr_container .g-recaptcha {
	transform: scale(0.75);
	position: relative;
	left: 35px;
} @media(max-width:767px) {
	.privacy_prompt > div > p {
		width: 100%;
		margin-top: 6px;
	}

	.privacy_prompt > div > div {
		width: 100%;
	}

	.privacy_prompt .close_btn {
		font-size: 16px;
		padding-top: 5px;
	}

	.newsletter-privacy-style {
		margin-top: 0;
	}

	#subscribe-for-newsletter-error {
		text-align: right;
	}

	.join_news_lttr_container .g-recaptcha {
		transform: scale(1);
		left: 0;
	}

	.recommended_articles_box {
		padding: 0px;
		background: white;
	}

		.recommended_articles_box > div {
			padding: 15px;
		}

		.recommended_articles_box div a.recommended_img {
			width: 38%;
			margin-left: 5px;
		}

		.recommended_articles_box div .recommended_title {
			width: 58%;
		}
}
/** #END# privacy_prompt**/
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.join_news_lttr_container .g-recaptcha {
		transform: scale(0.66);
		position: relative;
		left: 40px;
	}

	#subscribe-for-newsletter_footer .g-recaptcha {
		transform: scale(0.80);
		position: relative;
		left: 40px;
		top: -8px;
	}
} .privacy_checkbox_label small {
	font-size: 62%;
	vertical-align: middle;
} #privacy_checkbox_Txt {
	vertical-align: top;
	margin-top: 0;
} #privacy_checkbox_Txt + label {
		vertical-align: middle;
	} iframe#st_gdpr_iframe {
	display: none !important;
	left: 0 !important;
} .DetailedTopLeaderboard, .HomePageTopLeaderboard, .SummaryTopLeaderboard {
	text-align: center;
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
} .DetailedBottomLeaderboard {
	text-align: center;
	margin: 0px 0 25px 0;
	width: 100%;
	max-width: 100%;
} .DetailedLeftRectangle {
	text-align: center;
	margin: 0;
	width: 100%;
	max-width: 100%;
} .DetailedBottomLeaderboard > div, .DetailedLeftRectangle > div, .DetailedTopLeaderboard > div, .HomePageTopLeaderboard > div, .SummaryTopLeaderboard > div {
		text-align: center;
		max-width: 100%;
	} .DetailedLeftRectangle > div {
		margin: 0 0 30px 0px;
	} .DetailedBottomLeaderboard > div iframe, .DetailedLeftRectangle > div iframe, .DetailedTopLeaderboard > div iframe, .HomePageTopLeaderboard > div iframe, .SummaryTopLeaderboard > div iframe {
			max-width: 100% !important;
		} .DetailedBottomLeaderboardMobile, .HomePageBottomLeaderboardMobile, .HomePageTopLeaderboardMobile {
	display: none;
} .target-toggle-collapsed {
	display: block;
	transition: all 0.8s;
	max-height: 0px;
	overflow: hidden;
} .target-toggle-collapsed.SlideClass {
		max-height: 1000px;
	} .toggle-collapsed {
	cursor: pointer;
	margin-bottom: 0;
} .toggle-collapsed i {
		float: left;
		margin-top: 6px;
		margin-left: 8px;
		color: #c73036;
		font-size: 18px;
		font-weight: bold;
	} .sidebar .block-four-areas .thumbnail.BookMonth_mobile {
	display: none;
} @media(max-width:767px) {

	.sidebar .block-four-areas .thumbnail.BookMonth_Desktop {
		display: none;
	}

	.sidebar .block-four-areas .thumbnail.BookMonth_mobile {
		display: block;
		padding: 0;
		border: 0;
	}

	h2.BookMonth_Heading {
		margin-top: 0;
		background-color: #f4f4f4;
		padding: 5px;
		padding-right: 15px;
		font-size: 20px;
		font-weight: 600;
		font-family: NaskhBold;
		cursor: pointer;
		z-index:1000;
	}

	.DetailedBottomLeaderboard, .DetailedLeftRectangle, .DetailedTopLeaderboard, .HomePageTopLeaderboard, .SummaryTopLeaderboard {
		display: none;
	}

	.DetailedBottomLeaderboardMobile {
		text-align: center;
		margin: 10px 0;
		display: inline-block;
		width: 100%;
		max-width: 100%;
	}

	.HomePageTopLeaderboardMobile {
		text-align: center;
		margin: -20px 0px 20px 0px;
		display: inline-block;
		width: 100%;
		max-width: 100%;
	}

	.HomePageBottomLeaderboardMobile {
		text-align: center;
		margin: -15px 0px 20px 0px;
		display: inline-block;
		width: 100%;
		max-width: 100%;
	}

		.DetailedBottomLeaderboardMobile > div,
		.HomePageBottomLeaderboardMobile > div,
		.HomePageTopLeaderboardMobile > div {
			text-align: center;
			max-width: 100%;
		}


			.DetailedBottomLeaderboardMobile > div iframe,
			.HomePageBottomLeaderboardMobile > div iframe,
			.HomePageTopLeaderboardMobile > div iframe {
				max-width: 100% !important;
			}

	.detail-share-bottom {
		margin-bottom: 0px;
	}

	.readLater .btn {
		margin: 0px 0 20px 0;
	}

	.Related_Articles_container h2 {
		padding-right: 15px;
		cursor: pointer;
	}

	.Recommended_Articles_container {
		background-color: #ffffff;
	}
}
/*iPad css Start*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	.Recommended_Articles_container h2 {
		padding-right: 20px;
	}

	.recommended_articles_box {
		padding: 15px 20px 0px 20px;
	}

		.recommended_articles_box > div {
			padding: 5px 10px 10px 10px;
		}

	/*.image.right.Book_image_readalso {
		width: 22%;
	}*/

	.readmoreFrameInner .title {
		width: 60% !important;
	}

	.readMoreDetailedBody .title > a {
		font-size: 13px;
		padding-top: 10px !important;
		padding-right: 6px;
	}
	.image.right + .A_w_d + .title > a {
		padding-top: 3px !important;
		padding-right: 14px;
	}

	.A_w_d.readalso_author {
		width: 70% !important
	}

	.image.right + .A_w_d.readalso_author {
		width: 58% !important;
	}

		.A_w_d.readalso_author > div > a {
			font-size: 12px;
		}

	span.catArtcl_readalso {
		padding: 0px 5px;
	}

	.A_w_d > div:last-child {
		font-size: 12px;
	}

	.image.right.Book_image_readalso {
		margin-left: 0px;
	}
} @media only screen and (max-width: 360px) {
	.detail-text twitterwidget,
	.detail-text twitter-widget,
	.detail-text .twitter-tweet {
		width: 330px !important;
	}

} @media only screen and (max-width: 320px) {
	.detail-text twitterwidget,
	.detail-text twitter-widget,
	.detail-text .twitter-tweet {
		width: 310px !important
	}
} .detail-text .dP-BodyVideo {
	max-width: 100%;
	height: auto;
}
/*Yaseen Hajajweh : {Diffah Ads css start HERE}*/
div[id*='ContinousBrowsing_'] .block-four-areas {
    height: auto !important
} div[data-google-query-id] {
    padding: 11px 0px;
    display: block ;
    text-align: center;
    margin: 0px auto;
    /*background-color: brown;*/
}
div[data-google-query-id] > * {
    margin:0px auto;
    /*background-color:purple*/
}
    .homeHeaderLeaderboard div[data-google-query-id], .homeHeaderLeaderboard div[data-google-query-id] *, .detailed-bottom-Ads.center div[data-google-query-id] {
    margin: 0px auto;
} div[id*="google_ads_iframe_"] iframe {
    text-align: center !important;
    margin: 0px auto;
    /*background: gray;*/
} @media screen and (min-width:767px) {
    .detail-text *:not(*[id*="google_ads_iframe_"]) {
        max-width: 100% !important;
        min-width: 100% !important;
        font-family: inherit;
    }
    .detail-text *:not(.desktop-ads):not(iframe[data-google-container-id]) {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .mobile-ads {
        display: none !important;
    }
    div[data-google-query-id].content-bottom {
        margin-top: 30px;
        float: right;
        width: 100%;
    }

    div[data-google-query-id].content-top {
        margin-bottom: 30px
    }
    div[data-google-query-id].home-bott-ads {
        float: left;
        width: 50%;
    }
} @media screen and (max-width:768px) {
    .desktop-ads {
        display: none !important;
    }

    div[data-google-query-id].mobile-ads {
        padding: 0px;
        margin: 11px auto;
        float: right;
        width: 100%;
        text-align: center
    }

    div[data-google-query-id][class*='content-'] {
        margin: 15px auto
    }

    div[data-google-query-id].mobile-ads * {
        text-align: center;
        margin: 0px auto;
    }

    div[data-google-query-id].home-bott-ads, div[data-google-query-id].home-top-ads {
        margin-top: 0px;
        margin-bottom: 25px;
    }

    div[data-google-query-id].content-top {
        margin-top: 0px
    }

    div[id*="google_ads_iframe_"] {
        text-align: center;
        margin: 0 auto
    }

    div[data-google-query-id].sub-summary-top-ads.mobile-ads, div[data-google-query-id].content-bottom.mobile-ads {
        margin-bottom: 0px
    }

    .detail-text table:not(.mainthumbimagetable) *:not(.onlineHidden), .detail-text table:not(.mainthumbimagetable) {
    }

    .summarySectionContainer {
        float: right
    }

    .poetry_main_title {
        float: right;
        width: 100%;
    }

    .container.poetry .row > .col-sm-12 {
        display: table;
        width: 100%
    }

    .container.poetry .poetry_main_title {
        margin-top: 0px;
    }

    .container.poetry .row {
        clear: both
    }

    .facebook-embed-code.ios-css {
        width: 320px !important;
    }
    
    .detail-text.col-xs-12 .detail-text.col-xs-12 {
        padding: 0px !important;
    }
    .facebook-embed-code,.facebook-embed-code * {
        width: 100% !important;
        background: transparent !important;
        /*display:block;
        position:relative;*/
    }
    .facebook-embed-code span {
        transform: scale(0.9);
        position:relative;
    }
    .facebook-embed-code iframe {width:100% !important}
    .detail-text.col-xs-12 img , .detail-text.col-xs-12 span , .detail-text.col-xs-12 p, .detail-text.col-xs-12 div:not(*[id*='google_ads_iframe']) {
        width: 100% !important;
    }
    .contentAppended {
        overflow-x: hidden;
    }
}
.header .dataUl .fa-twitter::before {
    content: '';
  background: url('/diffah/Content/images/x-white.svg');
      background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    top: 2px;
}

footer .dataUl_lower .twt_a {
        background-color: #ffffff;
}
footer .dataUl_lower .twt_a .fa-twitter::before {
        content: '';
      background: url('/diffah/Content/images/x-black.svg');
      background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    top: 2px;
}

.detail-share .social .fa-twitter::before {
        content: '';
      background: url('/diffah/Content/images/x-white.svg');
      background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    top: 0px;
}