@charset "UTF-8";

html {
	box-sizing: border-box;
	font-size: 16px;
	-webkit-tap-highlight-color: transparent
}

*,
:after,
:before {
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

@-o-viewport {
	width: device-width
}

@viewport {
	width: device-width
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #373a3c;
	background-color: #fff
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #818a91
}

address {
	font-style: normal
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-right: 0
}

blockquote,
figure {
	margin: 0 0 1rem
}

a {
	color: #0275d8;
	text-decoration: none
}

a:focus,
a:hover {
	color: #014c8c;
	text-decoration: underline
}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

[role=button] {
	cursor: pointer
}

table {
	background-color: transparent
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #818a91;
	caption-side: bottom
}

label {
	display: inline-block
}

button,
input,
select,
textarea {
	margin: 0;
	line-height: inherit
}

fieldset {
	min-width: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: .5rem;
	font-size: 1.5rem
}

.list-inline2>li,
output {
	display: inline;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-bottom: .5rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
	font-weight: 300
}

.blockquote,
hr {
	margin-bottom: 1rem
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem
}

.display-1 {
	font-size: 3.5rem
}

.display-2 {
	font-size: 4.5rem
}

.display-3 {
	font-size: 5.5rem
}

.display-4 {
	font-size: 6rem
}

hr {
	box-sizing: content-box;
	height: 0;
	margin-top: 1rem;
	border: 0;
	border-top: .0625rem solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline2,
.list-unstyled {
	padding-right: 0;
	list-style: none
}

.list-inline2 {
	margin-right: 0;
	list-style: none
}

.list-inline2>li {
	padding-left: 3px;
	list-style: none;
	padding-right: 3px
}

.dl-horizontal {
	margin-left: -1.875rem;
	margin-right: -1.875rem
}

.container,
.container-fluid {
	margin-left: auto;
	margin-right: auto
}

.dl-horizontal:after,
.dl-horizontal:before {
	content: " ";
	display: table
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-right: .25rem solid #eceeef
}

.blockquote ol:last-child,
.blockquote p:last-child,
.blockquote ul:last-child {
	margin-bottom: 0
}

.blockquote footer {
	display: block;
	font-size: 80%;
	line-height: 1.5;
	color: #818a91
}

.blockquote footer:before {
	content: "\2014 \00A0"
}

.blockquote-reverse {
	padding-left: 1rem;
	padding-right: 0;
	text-align: left;
	border-left: .25rem solid #eceeef;
	border-right: 0
}

.blockquote-reverse footer:before {
	content: ""
}

.blockquote-reverse footer:after {
	content: "\00A0 \2014"
}

.figure {
	display: inline-block
}

.figure>img {
	line-height: 1;
	margin-bottom: .5rem
}

.table,
pre {
	margin-bottom: 1rem
}

.figure-caption {
	font-size: 90%;
	color: #818a91
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img,
.figure>img,
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: .3rem
}

.img-thumbnail {
	padding: .25rem;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

code,
kbd {
	padding: .2rem .4rem;
	font-size: 90%
}

.img-circle {
	border-radius: 50%
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: .25rem
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 90%;
	line-height: 1.5;
	color: #373a3c
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0
}

.container,
.container-fluid {
	padding-right: .9375rem;
	padding-left: .9375rem
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.row {
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: .9375rem;
	padding-left: .9375rem
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	left: auto
}

.col-xs-pull-1 {
	left: 8.33333%
}

.col-xs-pull-2 {
	left: 16.66667%
}

.col-xs-pull-3 {
	left: 25%
}

.col-xs-pull-4 {
	left: 33.33333%
}

.col-xs-pull-5 {
	left: 41.66667%
}

.col-xs-pull-6 {
	left: 50%
}

.col-xs-pull-7 {
	left: 58.33333%
}

.col-xs-pull-8 {
	left: 66.66667%
}

.col-xs-pull-9 {
	left: 75%
}

.col-xs-pull-10 {
	left: 83.33333%
}

.col-xs-pull-11 {
	left: 91.66667%
}

.col-xs-pull-12 {
	left: 100%
}

.col-xs-push-0 {
	right: auto
}

.col-xs-push-1 {
	right: 8.33333%
}

.col-xs-push-2 {
	right: 16.66667%
}

.col-xs-push-3 {
	right: 25%
}

.col-xs-push-4 {
	right: 33.33333%
}

.col-xs-push-5 {
	right: 41.66667%
}

.col-xs-push-6 {
	right: 50%
}

.col-xs-push-7 {
	right: 58.33333%
}

.col-xs-push-8 {
	right: 66.66667%
}

.col-xs-push-9 {
	right: 75%
}

.col-xs-push-10 {
	right: 83.33333%
}

.col-xs-push-11 {
	right: 91.66667%
}

.col-xs-push-12 {
	right: 100%
}

.col-xs-offset-0 {
	margin-right: 0
}

.col-xs-offset-1 {
	margin-right: 8.33333%
}

.col-xs-offset-2 {
	margin-right: 16.66667%
}

.col-xs-offset-3 {
	margin-right: 25%
}

.col-xs-offset-4 {
	margin-right: 33.33333%
}

.col-xs-offset-5 {
	margin-right: 41.66667%
}

.col-xs-offset-6 {
	margin-right: 50%
}

.col-xs-offset-7 {
	margin-right: 58.33333%
}

.col-xs-offset-8 {
	margin-right: 66.66667%
}

.col-xs-offset-9 {
	margin-right: 75%
}

.col-xs-offset-10 {
	margin-right: 83.33333%
}

.col-xs-offset-11 {
	margin-right: 91.66667%
}

.col-xs-offset-12 {
	margin-right: 100%
}

@media (min-width:34em) {
	.container {
		max-width: 34rem
	}

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: right
	}

	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		left: auto
	}

	.col-sm-pull-1 {
		left: 8.33333%
	}

	.col-sm-pull-2 {
		left: 16.66667%
	}

	.col-sm-pull-3 {
		left: 25%
	}

	.col-sm-pull-4 {
		left: 33.33333%
	}

	.col-sm-pull-5 {
		left: 41.66667%
	}

	.col-sm-pull-6 {
		left: 50%
	}

	.col-sm-pull-7 {
		left: 58.33333%
	}

	.col-sm-pull-8 {
		left: 66.66667%
	}

	.col-sm-pull-9 {
		left: 75%
	}

	.col-sm-pull-10 {
		left: 83.33333%
	}

	.col-sm-pull-11 {
		left: 91.66667%
	}

	.col-sm-pull-12 {
		left: 100%
	}

	.col-sm-push-0 {
		right: auto
	}

	.col-sm-push-1 {
		right: 8.33333%
	}

	.col-sm-push-2 {
		right: 16.66667%
	}

	.col-sm-push-3 {
		right: 25%
	}

	.col-sm-push-4 {
		right: 33.33333%
	}

	.col-sm-push-5 {
		right: 41.66667%
	}

	.col-sm-push-6 {
		right: 50%
	}

	.col-sm-push-7 {
		right: 58.33333%
	}

	.col-sm-push-8 {
		right: 66.66667%
	}

	.col-sm-push-9 {
		right: 75%
	}

	.col-sm-push-10 {
		right: 83.33333%
	}

	.col-sm-push-11 {
		right: 91.66667%
	}

	.col-sm-push-12 {
		right: 100%
	}

	.col-sm-offset-0 {
		margin-right: 0
	}

	.col-sm-offset-1 {
		margin-right: 8.33333%
	}

	.col-sm-offset-2 {
		margin-right: 16.66667%
	}

	.col-sm-offset-3 {
		margin-right: 25%
	}

	.col-sm-offset-4 {
		margin-right: 33.33333%
	}

	.col-sm-offset-5 {
		margin-right: 41.66667%
	}

	.col-sm-offset-6 {
		margin-right: 50%
	}

	.col-sm-offset-7 {
		margin-right: 58.33333%
	}

	.col-sm-offset-8 {
		margin-right: 66.66667%
	}

	.col-sm-offset-9 {
		margin-right: 75%
	}

	.col-sm-offset-10 {
		margin-right: 83.33333%
	}

	.col-sm-offset-11 {
		margin-right: 91.66667%
	}

	.col-sm-offset-12 {
		margin-right: 100%
	}
}

@media (min-width:48em) {
	.container {
		max-width: 45rem
	}

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: right
	}

	.col-md-1 {
		width: 8.33333%
	}

	.col-md-2 {
		width: 16.66667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-8 {
		width: 66.66667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		left: auto
	}

	.col-md-pull-1 {
		left: 8.33333%
	}

	.col-md-pull-2 {
		left: 16.66667%
	}

	.col-md-pull-3 {
		left: 25%
	}

	.col-md-pull-4 {
		left: 33.33333%
	}

	.col-md-pull-5 {
		left: 41.66667%
	}

	.col-md-pull-6 {
		left: 50%
	}

	.col-md-pull-7 {
		left: 58.33333%
	}

	.col-md-pull-8 {
		left: 66.66667%
	}

	.col-md-pull-9 {
		left: 75%
	}

	.col-md-pull-10 {
		left: 83.33333%
	}

	.col-md-pull-11 {
		left: 91.66667%
	}

	.col-md-pull-12 {
		left: 100%
	}

	.col-md-push-0 {
		right: auto
	}

	.col-md-push-1 {
		right: 8.33333%
	}

	.col-md-push-2 {
		right: 16.66667%
	}

	.col-md-push-3 {
		right: 25%
	}

	.col-md-push-4 {
		right: 33.33333%
	}

	.col-md-push-5 {
		right: 41.66667%
	}

	.col-md-push-6 {
		right: 50%
	}

	.col-md-push-7 {
		right: 58.33333%
	}

	.col-md-push-8 {
		right: 66.66667%
	}

	.col-md-push-9 {
		right: 75%
	}

	.col-md-push-10 {
		right: 83.33333%
	}

	.col-md-push-11 {
		right: 91.66667%
	}

	.col-md-push-12 {
		right: 100%
	}

	.col-md-offset-0 {
		margin-right: 0
	}

	.col-md-offset-1 {
		margin-right: 8.33333%
	}

	.col-md-offset-2 {
		margin-right: 16.66667%
	}

	.col-md-offset-3 {
		margin-right: 25%
	}

	.col-md-offset-4 {
		margin-right: 33.33333%
	}

	.col-md-offset-5 {
		margin-right: 41.66667%
	}

	.col-md-offset-6 {
		margin-right: 50%
	}

	.col-md-offset-7 {
		margin-right: 58.33333%
	}

	.col-md-offset-8 {
		margin-right: 66.66667%
	}

	.col-md-offset-9 {
		margin-right: 75%
	}

	.col-md-offset-10 {
		margin-right: 83.33333%
	}

	.col-md-offset-11 {
		margin-right: 91.66667%
	}

	.col-md-offset-12 {
		margin-right: 100%
	}
}

@media (min-width:62em) {
	.container {
		max-width: 60rem
	}

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: right
	}

	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333%
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		left: auto
	}

	.col-lg-pull-1 {
		left: 8.33333%
	}

	.col-lg-pull-2 {
		left: 16.66667%
	}

	.col-lg-pull-3 {
		left: 25%
	}

	.col-lg-pull-4 {
		left: 33.33333%
	}

	.col-lg-pull-5 {
		left: 41.66667%
	}

	.col-lg-pull-6 {
		left: 50%
	}

	.col-lg-pull-7 {
		left: 58.33333%
	}

	.col-lg-pull-8 {
		left: 66.66667%
	}

	.col-lg-pull-9 {
		left: 75%
	}

	.col-lg-pull-10 {
		left: 83.33333%
	}

	.col-lg-pull-11 {
		left: 91.66667%
	}

	.col-lg-pull-12 {
		left: 100%
	}

	.col-lg-push-0 {
		right: auto
	}

	.col-lg-push-1 {
		right: 8.33333%
	}

	.col-lg-push-2 {
		right: 16.66667%
	}

	.col-lg-push-3 {
		right: 25%
	}

	.col-lg-push-4 {
		right: 33.33333%
	}

	.col-lg-push-5 {
		right: 41.66667%
	}

	.col-lg-push-6 {
		right: 50%
	}

	.col-lg-push-7 {
		right: 58.33333%
	}

	.col-lg-push-8 {
		right: 66.66667%
	}

	.col-lg-push-9 {
		right: 75%
	}

	.col-lg-push-10 {
		right: 83.33333%
	}

	.col-lg-push-11 {
		right: 91.66667%
	}

	.col-lg-push-12 {
		right: 100%
	}

	.col-lg-offset-0 {
		margin-right: 0
	}

	.col-lg-offset-1 {
		margin-right: 8.33333%
	}

	.col-lg-offset-2 {
		margin-right: 16.66667%
	}

	.col-lg-offset-3 {
		margin-right: 25%
	}

	.col-lg-offset-4 {
		margin-right: 33.33333%
	}

	.col-lg-offset-5 {
		margin-right: 41.66667%
	}

	.col-lg-offset-6 {
		margin-right: 50%
	}

	.col-lg-offset-7 {
		margin-right: 58.33333%
	}

	.col-lg-offset-8 {
		margin-right: 66.66667%
	}

	.col-lg-offset-9 {
		margin-right: 75%
	}

	.col-lg-offset-10 {
		margin-right: 83.33333%
	}

	.col-lg-offset-11 {
		margin-right: 91.66667%
	}

	.col-lg-offset-12 {
		margin-right: 100%
	}
}

@media (min-width:75em) {
	.container {
		max-width: 72.25rem
	}

	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		float: right
	}

	.col-xl-1 {
		width: 8.33333%
	}

	.col-xl-2 {
		width: 16.66667%
	}

	.col-xl-3 {
		width: 25%
	}

	.col-xl-4 {
		width: 33.33333%
	}

	.col-xl-5 {
		width: 41.66667%
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-7 {
		width: 58.33333%
	}

	.col-xl-8 {
		width: 66.66667%
	}

	.col-xl-9 {
		width: 75%
	}

	.col-xl-10 {
		width: 83.33333%
	}

	.col-xl-11 {
		width: 91.66667%
	}

	.col-xl-12 {
		width: 100%
	}

	.col-xl-pull-0 {
		left: auto
	}

	.col-xl-pull-1 {
		left: 8.33333%
	}

	.col-xl-pull-2 {
		left: 16.66667%
	}

	.col-xl-pull-3 {
		left: 25%
	}

	.col-xl-pull-4 {
		left: 33.33333%
	}

	.col-xl-pull-5 {
		left: 41.66667%
	}

	.col-xl-pull-6 {
		left: 50%
	}

	.col-xl-pull-7 {
		left: 58.33333%
	}

	.col-xl-pull-8 {
		left: 66.66667%
	}

	.col-xl-pull-9 {
		left: 75%
	}

	.col-xl-pull-10 {
		left: 83.33333%
	}

	.col-xl-pull-11 {
		left: 91.66667%
	}

	.col-xl-pull-12 {
		left: 100%
	}

	.col-xl-push-0 {
		right: auto
	}

	.col-xl-push-1 {
		right: 8.33333%
	}

	.col-xl-push-2 {
		right: 16.66667%
	}

	.col-xl-push-3 {
		right: 25%
	}

	.col-xl-push-4 {
		right: 33.33333%
	}

	.col-xl-push-5 {
		right: 41.66667%
	}

	.col-xl-push-6 {
		right: 50%
	}

	.col-xl-push-7 {
		right: 58.33333%
	}

	.col-xl-push-8 {
		right: 66.66667%
	}

	.col-xl-push-9 {
		right: 75%
	}

	.col-xl-push-10 {
		right: 83.33333%
	}

	.col-xl-push-11 {
		right: 91.66667%
	}

	.col-xl-push-12 {
		right: 100%
	}

	.col-xl-offset-0 {
		margin-right: 0
	}

	.col-xl-offset-1 {
		margin-right: 8.33333%
	}

	.col-xl-offset-2 {
		margin-right: 16.66667%
	}

	.col-xl-offset-3 {
		margin-right: 25%
	}

	.col-xl-offset-4 {
		margin-right: 33.33333%
	}

	.col-xl-offset-5 {
		margin-right: 41.66667%
	}

	.col-xl-offset-6 {
		margin-right: 50%
	}

	.col-xl-offset-7 {
		margin-right: 58.33333%
	}

	.col-xl-offset-8 {
		margin-right: 66.66667%
	}

	.col-xl-offset-9 {
		margin-right: 75%
	}

	.col-xl-offset-10 {
		margin-right: 83.33333%
	}

	.col-xl-offset-11 {
		margin-right: 91.66667%
	}

	.col-xl-offset-12 {
		margin-right: 100%
	}
}

.table {
	width: 100%;
	max-width: 100%
}

.table td,
.table th {
	padding: .75rem;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #eceeef
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
	border-top: 2px solid #eceeef
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #eceeef
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover tbody tr:hover {
	background-color: #f5f5f5
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: #e8e8e8
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto
}

.collapsing,
.dropdown-divider,
.embed-responsive,
.modal,
.modal-open,
.navbar-divider {
	overflow: hidden
}

.thead-inverse th {
	color: #fff;
	background-color: #373a3c
}

.thead-default th {
	color: #55595c;
	background-color: #eceeef
}

.table-inverse {
	color: #eceeef;
	background-color: #373a3c
}

.table-inverse.table-bordered {
	border: 0
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
	border-color: #55595c
}

.table-reflow tbody {
	display: block;
	white-space: nowrap
}

.table-reflow td,
.table-reflow th {
	border-top: 1px solid #eceeef;
	border-right: 1px solid #eceeef
}

.table-reflow td:last-child,
.table-reflow th:last-child {
	border-left: 1px solid #eceeef
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
	border-bottom: 1px solid #eceeef
}

.table-reflow tr td,
.table-reflow tr th {
	display: block !important;
	border: 1px solid #eceeef
}

.form-control,
.form-control-file,
.form-control-range {
	display: block
}

.form-control {
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	border: .0625rem solid #ccc;
	border-radius: .25rem
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0
}

.form-control::placeholder {
	color: #aaa;
	opacity: 1
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #5cb85c
}

.form-control:disabled,
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eceeef;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

.form-control-label {
	padding: .4375rem .75rem;
	margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 2.375rem
	}

	.input-group-sm input[type=date].form-control,
	.input-group-sm input[type=time].form-control,
	.input-group-sm input[type=datetime-local].form-control,
	.input-group-sm input[type=month].form-control,
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 1.95rem
	}

	.input-group-lg input[type=date].form-control,
	.input-group-lg input[type=time].form-control,
	.input-group-lg input[type=datetime-local].form-control,
	.input-group-lg input[type=month].form-control,
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 3.29167rem
	}
}

.form-control-static {
	min-height: 2.375rem;
	padding-top: .4375rem;
	padding-bottom: .4375rem;
	margin-bottom: 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	padding: .275rem .75rem;
	font-size: .85rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	padding: .75rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.33333;
	border-radius: .3rem
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-bottom: .75rem
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
	padding-right: 1.25rem;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 400
}

.checkbox label input:only-child,
.radio label input:only-child {
	position: static
}

.nav {
	padding-right: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: inline-block
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
	color: #818a91;
	cursor: not-allowed;
	background-color: transparent
}

.nav-inline .nav-link+.nav-link {
	margin-right: 1rem
}

.nav-pills .nav-item+.nav-item,
.nav-tabs .nav-item+.nav-item {
	margin-right: .2rem
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs:after,
.nav-tabs:before {
	content: " ";
	display: table
}

.nav-tabs .nav-item {
	float: right;
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	display: block;
	padding: .5em 1em;
	border: 1px solid transparent;
	border-radius: .25rem .25rem 0 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
	color: #818a91;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
	color: #55595c;
	background-color: #fff;
	border-color: #ddd #ddd transparent
}

.nav-pills .nav-item {
	float: right
}

.nav-pills .nav-link {
	display: block;
	padding: .5em 1em;
	border-radius: .25rem
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
	color: #fff;
	cursor: default;
	background-color: #0275d8
}

.nav-stacked .nav-item {
	display: block;
	float: none
}

.nav-stacked .nav-item+.nav-item {
	margin-top: .2rem;
	margin-right: 0
}

.navbar-divider,
.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link+.nav-link {
	margin-right: 1rem
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	padding: .5rem 1rem
}

.navbar:after,
.navbar:before {
	content: " ";
	display: table
}

.navbar-static-top {
	z-index: 1000
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1030;
	margin-bottom: 0
}

.card,
.card-title {
	margin-bottom: .75rem
}

.navbar-fixed-top {
	top: 0
}

.navbar-fixed-bottom {
	bottom: 0
}

.navbar-sticky-top {
	position: sticky;
	top: 0;
	z-index: 1030;
	width: 100%
}

@media (min-width:34em) {
	.navbar {
		border-radius: .25rem
	}

	.navbar-fixed-bottom,
	.navbar-fixed-top,
	.navbar-static-top,
	.navbar-sticky-top {
		border-radius: 0
	}
}

.navbar-brand {
	float: right;
	margin-left: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 1.25rem
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

.navbar-divider {
	float: right;
	width: 1px;
	padding-top: .425rem;
	padding-bottom: .425rem;
	margin-left: 1rem
}

.navbar-divider:before {
	content: '\00a0'
}

.navbar-toggler {
	padding: .5rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: .0625rem solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

@media (min-width:34em) {
	.navbar-toggleable-xs {
		display: block !important
	}
}

@media (min-width:48em) {
	.navbar-toggleable-sm {
		display: block !important
	}
}

.navbar-nav .nav-item {
	float: right
}

.navbar-nav .nav-link {
	display: block;
	padding-top: .425rem;
	padding-bottom: .425rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .6)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover {
	color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-divider {
	background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover {
	color: #fff
}

.navbar-dark .navbar-divider {
	background-color: rgba(255, 255, 255, .075)
}

.carousel,
.carousel-inner {
	position: relative
}

.popover-arrow {
	border-width: 11px
}

.popover-arrow:after {
	content: "";
	border-width: 10px
}

.carousel-inner {
	width: 100%;
	overflow: hidden
}

.carousel-inner>.carousel-item {
	position: relative;
	display: none;
	transition: .6s ease-in-out right
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.carousel-item {
		transition: transform .6s ease-in-out;
		backface-visibility: hidden;
		perspective: 1000px
	}

	.carousel-inner>.carousel-item.active.right,
	.carousel-inner>.carousel-item.next {
		right: 0;
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.carousel-item.active.left,
	.carousel-inner>.carousel-item.prev {
		right: 0;
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.carousel-item.active,
	.carousel-inner>.carousel-item.next.left,
	.carousel-inner>.carousel-item.prev.right {
		right: 0;
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	right: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	right: 100%
}

.carousel-inner>.prev {
	right: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	right: 0
}

.carousel-inner>.active.left {
	right: -100%
}

.carousel-inner>.active.right {
	right: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15%;
	font-size: 20px;
	opacity: .5
}

.carousel-control.left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: 0;
	right: auto;
	background-image: linear-gradient(to left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203a"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	right: 50%;
	z-index: 15;
	width: 60%;
	padding-right: 0;
	margin-right: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	bottom: 20px;
	right: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px
}

.carousel-caption .btn,
.text-hide {
	text-shadow: none
}

@media (min-width:34em) {

	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .icon-prev {
		margin-right: -15px
	}

	.carousel-control .icon-next {
		margin-left: -15px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.hidden-xl-down,
.hidden-xs-up,
.visible-print-block,
[hidden] {
	display: none !important
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.p-l-0,
.p-x-0 {
	padding-right: 0 !important
}

.p-r-0,
.p-x-0 {
	padding-left: 0 !important
}

.p-t-0,
.p-y-0 {
	padding-top: 0 !important
}

.p-b-0,
.p-y-0 {
	padding-bottom: 0 !important
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.m-r-0,
.m-x-0 {
	margin-left: 0 !important
}

.m-l-0,
.m-x-0 {
	margin-right: 0 !important
}

.m-t-0,
.m-y-0 {
	margin-top: 0 !important
}

.m-b-0,
.m-y-0 {
	margin-bottom: 0 !important
}

.invisible {
	visibility: hidden
}

.bg-inverse {
	color: #eceeef;
	background-color: #333
}

.bg-danger,
.bg-info,
.bg-success,
.bg-warning,
.fa-inverse {
	color: #fff
}

.bg-faded {
	background-color: #f7f7f9
}

.bg-primary {
	color: #fff;
	background-color: #0275d8
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #025aa5
}

.bg-success {
	background-color: #5cb85c
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #449d44
}

.bg-info {
	background-color: #5bc0de
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #31b0d5
}

.bg-warning {
	background-color: #f0ad4e
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ec971f
}

.bg-danger {
	background-color: #d9534f
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #c9302c
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: "dijFont-Reg";
	src: url(../fonts/dijFont-Reg.eot);
	src: url(../fonts/dijFont-Reg.eot) format("embedded-opentype"), url(../fonts/dijFont-Reg.woff) format('woff'), url(../fonts/dijFont-Reg.ttf) format('truetype'), url(../fonts/dijFont-Reg.svg) format('svg');
}

@font-face {
	font-family: "dijFont-Bold";
	src: url(../fonts/dijFont-Bold.eot);
	src: url(../fonts/dijFont-Bold.eot) format("embedded-opentype"),
		url(../fonts/dijFont-Bold.woff) format('woff'),
		url(../fonts/dijFont-Bold.ttf) format('truetype'),
		url(../fonts/dijFont-Bold.svg) format('svg');
}

@font-face {
	font-family: "Al-Jazeera-Arabic-Regular";
	src: url("../fonts/Al-Jazeera-Arabic-Regular.eot");
	src: url("../fonts/Al-Jazeera-Arabic-Regular.eot") format("embedded-opentype"), url('../fonts/Al-Jazeera-Arabic-Regular.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Regular.ttf') format('truetype'), url('../fonts/Al-Jazeera-Arabic-Regular.svg') format('svg');
}

@font-face {
	font-family: "Al-Jazeera-Arabic-Bold";
	src: url('../fonts/Al-Jazeera-Arabic-Bold.eot');
	src: local('☺'), url('../fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype'), url('../fonts/Al-Jazeera-Arabic-Bold.otf') format('open-type'), url('../fonts/Al-Jazeera-Arabic-Bold.svg') format('svg');

}

body {
	font-family: Al-Jazeera-Arabic-Regular;
}

a:link {
	text-decoration: none;
}

.social>li {
	padding-top: 5px;
}

.social>li>a {
	padding: 5px 10px;
	margin: 0;
	background-color: transparent
}

.box-shadow {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

/* ------------------------------- Fonts ------------------------------- */
@font-face {
	font-family: 'body';
	src: url('../fonts/dijFont-Reg.eot') format('embedded-opentype');
	src: url('../fonts/dijFont-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/dijFont-Reg.woff') format('woff'), url('../fonts/dijFont-Reg.ttf') format('truetype');
}

@font-face {
	font-family: 'title';
	src: url('../fonts/dijFont-Bold.eot') format('embedded-opentype');
	src: url('../fonts/dijFont-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/dijFont-Bold.woff') format('woff'), url('../fonts/dijFont-Bold.ttf') format('truetype');
}

/* ------------------------------- drop down fontsize ------------------------------- */
.dropdown-menu {
	min-width: 120px;
	font-size: 11px;
}

.dropdown-item {
	line-height: 2;
}

.navbar {
	border-radius: 0;
}

.carousel-control {
	width: auto;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}


/* ------------------------------- Pagination ------------------------------- */
.page_nav {
	margin: 20px 7px 10px 0;
	display: inline-block;
}

.page_nav .page-numbers {
	background: #bbb;
	color: #fff;
	float: right;
	margin: 4px 4px 4px 0;
	padding: 7px 14px;
	border-radius: 5px;
}

.page_nav .page-numbers:hover {
	background: #24221D;
	color: #fff;
}

.page_nav .current {
	background: #24221D;
	color: #fff;
	padding: 7px 14px;
}



/* ------------------------------- Header ------------------------------- */

.social a {
	float: left;
	color: #cdcdcd;
	padding-right: 15px;
	margin-top: 5px;
	padding-top: 4px;
	font-size: 19px;
}

.social a:hover {
	color: #5bc0de;
}

.header-cat h4 {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	font-size: 14px;
}

.header-cat h4 li {
	border-bottom: 2px solid #60c2d3;
	float: right;
	padding: 0 3px 9px 10px;
}


/* ------------------------------- Sidebar ------------------------------- */
.sidebar-fixed-top {
	width: 244px;
	position: fixed;
	top: 60px;
	z-index: 100;
}

/* --> Menu */
.menu-right ul {
	margin: 0;
	padding: 0;
}

.menu-right li {
	width: 100%;
	border: 1px solid #eee;
	position: relative;
}

.menu-right li a {
	display: block;
	font: 14px title;
	padding: 6px 10px 0 0;
	color: #363636;
	height: 35px;
	background: #f7f7f9;
	border-right: 3px solid #5BC0DE;
	z-index: 10;
}

.menu-right li a:hover {
	background-color: #F1F1F1;
	border-right: 3px solid #D9534F;
}

.menu-right li ul {
	display: none;
}

.menu-right li:hover ul {
	display: block;
	position: absolute;
	width: 80%;
	top: 20px;
	right: 92%;
	z-index: 11;
}

.menu-right li:hover ul li a {
	padding-right: 15px;
	color: #363636;
	border: 1px solid #eee;
}

.menu-right li:hover ul li ul {
	display: none;
}

.menu-right li:hover ul li ul li ul {
	display: none;
}

.menu-right li ul li:hover ul {
	display: block;
	position: absolute;
	width: 80%;
	top: 20px;
	right: 92%;
	z-index: 12;
}

.menu-right-nav li ul li ul li:hover ul {
	display: block;
	position: absolute;
	width: 80%;
	top: 20px;
	right: 92%;
	z-index: 12;
}

.menu-right li>a:after {
	content: ' ›';
	float: left;
	padding-left: 8px;
	font-size: 16px;
}

.menu-right li>a:only-child:after {
	content: '';
}


/* ------------------------------- Title Section ------------------------------- */
.title-border {
	height: 7px;
	text-align: center;
	border-bottom: 1px solid #c2c2c2;
	margin-top: 30px;
	margin-bottom: 15px;
}

.title h2 {
	width: auto;
	font: 15px title;
	padding: 5px 10px;
	border: solid 1px #ccc;
	border-radius: 10px;
	background-color: #FFF;
	text-align: center;
	margin: -13px auto 0;
	color: #545454;
	display: inline-block;
	text-shadow: 2px 3px 6px rgba(200, 200, 200, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

.title p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999;
}

.title section {
	height: 11px;
	background: url("../images/border_title.png") no-repeat center;
	margin-bottom: 30px;
}

.title-border {
	height: 11px;
	background: url("../images/border_w_title.png") no-repeat center;
	margin-bottom: 30px;
}

/* ------------------------------- Menu Navbar Header ------------------------------- */
.menu-nav {
	top: -30px;
	left: 0;
	right: 0;
	width: auto;
	display: inline-block;
	text-align: center;
	position: absolute;
	z-index: 999;
	padding: 0;
}

.menu-nav img {
	margin-top: 0px;
	float: right;
	float: right;
	transition: all 0.2s ease;
}

.menu-nav ul {
	float: left;
	padding-top: 15px;
	font: 13px title;
}

.menu-nav li:before {
	content: '|';
	color: #ddd;
	padding: 0 0px 0 5px;
}

.menu-nav li:first-child:before {
	content: '';
}

/*.menu-nav li:first-child:before { content: '';}*/
.menu-nav li a {
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.1s ease;
}

.menu-nav li a:hover {
	color: #DDF0D6;
	border-bottom: 2px solid #DDF0D6;
	-webkit-filter: blur(.5px);
	filter: blur(.5px);
}

.menu-nav img:hover {
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

.navbar-fixed-top {
	height: auto !important;
	background: rgba(91, 192, 222, .8) !important;
}

.navbar-fixed-top img {
	margin: 0 !important;
	width: 300px;
	height: 42px;
}

.navbar-fixed-top ul {
	padding-top: 10px !important;
	font-size: 13px !important;
}

.navbar-fixed-top li a {
	color: #FFF !important;
}

.navbar-fixed-top .banner-nav {
	height: auto;
	background-image: none;
}


/* ------------------------------- Index Slider ------------------------------- */
.slider {
	width: 100%;
	height: auto;
	display: block;
	background: #ddd url("../images/slider_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.slider .img1 {
	float: right;
	padding: 0;
	margin: 0 !important;
}

.slider .img2 {
	float: right;
	width: 310px !important;
	height: 174px !important;
	margin: 85px 0 76px 28px !important;
}

.slider h4 {
	padding-top: 100px;
}

.slider h4 a {
	color: #545454;
}

.slider p {
	font-size: 12px;
	padding-left: 60px;
	padding-bottom: 15px;
}

.slider .carousel-item {
	margin-right: 60px;
}

.slider .carousel-item:first-child {
	margin-right: 0;
}

.slider .carousel-control .icon-prev,
.slider .carousel-control .icon-next {
	background: #fff;
	color: #006699;
	font-size: 30px;
	line-height: 24px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.slider .carousel-control .icon-prev:hover,
.slider .carousel-control .icon-next:hover {
	background: #37bcc4;
	color: #fff;
}


.responsive {
	width: 100%;
	background: #41474c;
	display: none;
}

.navbar-toggler {
	color: #F2F2F2;
	float: left;
}

.navbar-toggler-img {
	float: right;
}

.col-tablet {
	display: inline-block;
	text-align: center;
	margin: 0 !important;
}

@media screen and (min-width:600px) and (max-width:1200px) {
	.col-tablet {
		display: none;
	}

	.header-cat {
		margin-top: 30px;
	}

	.menu-nav {
		height: auto;
		background: rgb(49, 77, 137);
		transition: all 0.4s ease;
	}

	.menu-nav ul {
		display: block;
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		margin-bottom: 5px;
		background: #299cbc;
	}

	.menu-nav li {
		text-align: center;
		border-bottom: 1px solid #1586a5;
		padding: 2px 0;
	}

	.menu-nav li:before {
		content: '';
	}

	.responsive {
		display: block;
	}

	.navbar-toggler-img,
	.navbar-fixed-top img {
		width: 250px;
		height: 35px;
		margin: 6px 0 0 0 !important;
	}

}

@media screen and (min-width:600px) and (max-width:1100px) {
	.col-tablet {
		display: none;
	}

	.header-cat {
		margin-top: 30px;
	}

	/* ----------------------------------------------------- Manu Top ---------------------------------------------------- */

	/* ----------------------------------------------------- Manu Right ---------------------------------------------------- */
	.menu-right li:hover ul {
		right: 30%;
	}

	.menu-right li ul li:hover ul {
		right: 40%;
	}



}


@media screen and (min-width:100px) and (max-width:600px) {

	.col-mobile {
		display: none;
	}

	.col-tablet {
		display: none;
	}

	.header-cat {
		margin-top: 30px;
	}

	.header {
		background: #fcfcfc url("../images/bg_category.jpg") center top no-repeat;
		background-position: -1000px 0;
	}

	/* ----------------------------------------------------- Manu Top ---------------------------------------------------- */
	.navbar {
		padding: 0.5rem 0.5rem 0.5rem 0.1rem;
	}

	.menu-nav {
		height: auto;
		top: 0;
		background: rgb(49, 77, 137);
		transition: all 0.4s ease;
	}

	.menu-nav ul {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		background: #419bb5;
	}

	.menu-nav li {
		text-align: center;
		border-bottom: 1px solid #317a8e;
		padding: 2px 0;
	}

	.menu-nav li:before {
		content: '';
	}

	.responsive {
		display: block;
	}

	.navbar-toggler-img,
	.navbar-fixed-top img {
		width: 220px;
		height: 31px;
		margin: 6px 0 0 0 !important;
	}

	/* ----------------------------------------------------- Manu Right ---------------------------------------------------- */
	.menu-right li:hover ul {
		right: 30%;
	}

	.menu-right li ul li:hover ul {
		right: 40%;
	}



}

body {
	overflow-x: hidden;
}

.lb-loader,
.lightbox {
	text-align: center;
	line-height: 0
}

body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none
}

.lb-dataContainer:after,
.lb-outerContainer:after {
	content: "";
	clear: both
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.lb-loader,
.lb-nav {
	position: absolute;
	left: 0
}

.lb-outerContainer:after {
	display: table
}

.lb-container {
	padding: 4px
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	display: table
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

.header {
	background: #fcfcfc url("../pics/header-arabic.jpg") center top no-repeat !important;
}

.search_box {
	float: left;
	border: 0;
	border-radius: 5px;
	background: #FFF;
	color: #aaa;
	margin: 5px 0 0 5px;
	padding: 2px 5px;
	max-width: 100px;
	font-size: 12px;
}

.content_cls,
.content_cls p {
	font: 14px body;
}

.content_cls img {
	margin: 5px 15px;
}

.section-lang .btn-default {
	font: 15px Al-Jazeera-Arabic-Bold
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 40px;
	height: 40px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 20px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}

.calendar_pray {
	background: url("/pics/makkah.jpg") no-repeat;
	min-height: 530px;
	background-position: center;
	background-size: cover
}

#ajax_loader {
	display: none
}

.alert-box {
	width: 255px;
	color: #555;
	border-radius: 10px;
	font-family: body, Geneva, Arial, sans-serif;
	font-size: 11px;
	padding: 4px 20px;
	margin: 10px 0 15px 0
}

.alert-box span {
	font-weight: bold;
	text-transform: uppercase
}

.error {
	background-position: right;
	border: 1px solid #f5aca6
}

.success {
	border: 1px solid #a6ca8a
}

.warning {
	border: 1px solid #f2c779
}

.notice {
	border: 1px solid #8ed9f6
}


.widget-title {
	padding: 15px 0;
	text-align: center;
	color: #0082c2;
	font: 18px Al-Jazeera-Arabic-Bold
}




.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}

.royalSlider>* {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .3s, opacity .3s linear;
	-moz-transition: visibility 0s linear .3s, opacity .3s linear;
	-o-transition: visibility 0s linear .3s, opacity .3s linear;
	transition: visibility 0s linear .3s, opacity .3s linear;
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsContent h4 {
	position: absolute;
	bottom: 0;
	background-color: rgba(49, 77, 137, 0.68) !important;
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 0 !important
}

.rsContent h4 a {
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000;
}

.rsPreloader {
	position: absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}

.rsNavItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}

.rsTabs {
	float: left;
	background: none !important;
}

.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}

.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}

img.rsImg {
	max-width: 100%;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	/* background:; */
}

.royalSlider {
	direction: rtl;
}

.rsDefault .rsThumbsVer {
	left: 0;
	right: auto;
}

.rsOverflow {
	float: right;
}

#video-gallery .example-link,
#video-archive .example-link {
	background: none repeat scroll 0 0 #725c49;
	bottom: 12px;
	color: #fff;
	font-family: Al-Jazeera-Arabic-Bold;
	left: 12px;
	padding: 5px 12px 6px;
	position: absolute;
	text-decoration: none;
}

#video-gallery {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

.videoGallery>.rsContent,
.videoGallery>.rsImg {
	visibility: hidden;
}

.videoGallery .rsTmb {
	padding: 10px;
}

.videoGallery .rsThumbs .rsThumb {
	width: 500px;
	height: 80px;
	border-bottom: 1px solid #e7e7e7;
}

.videoGallery .rsThumbs {
	width: 500px;
	padding: 0;
}

.videoGallery .rsThumb:hover {
	/*background-color: rgba(49, 77, 137,.9);*/
}

.videoGallery .rsThumb:hover h5 {
	color: #314D89;
}

.videoGallery .rsThumb.rsNavSelected {
	background-color: transparent;
}

.videoGallery .rsThumb.rsNavSelected h5 {
	color: #009FDA !important;
}

.videoGallery .rsImg {
	position: absolute;
}

.sampleBlock {
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	top: auto;
	padding: 10px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
}

.rsVideoContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	float: left;
}

.rsDefault .rsTmb h5 {
	line-height: 20px;
	overflow: hidden;
	height: 60px;
	color: #555;
}

.rsDefault .rsNavSelected .rsTmb h5 {
	color: #fff;
}

.box-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-rounded {
	border-radius: 10px;
	overflow: hidden
}

#slide_loading {
	text-align: center;
	top: 160px;
	position: absolute;
	left: 50%
}

@media screen and (min-width:0) and (max-width:500px) {
	.videoGallery .rsTmb {
		padding: 2px 8px;
	}

	.videoGallery .rsTmb h5 {
		font-size: 10px;
		line-height: 17px;
	}

	.videoGallery .rsThumbs.rsThumbsVer {
		width: 0px !important;
		padding: 0;
	}

	.rsOverflow {
		width: 100% !important
	}

	.videoGallery .rsImg {
		width: 100% !important;
		margin: 0 !important
	}

	.videoGallery .rsThumbs .rsThumb {
		width: 120px;
		height: 60px;
	}

	.videoGallery .rsTmb span {
		display: none;
	}

	.sampleBlock {
		font-size: 14px;
	}
}


/* featured section 86 */
.featured_section86 {
	float: left;
	width: 100%;
	text-align: center;
}

.featured_section86 .cirimg {
	width: 190px;
	height: 190px;
	border-radius: 100%;
	border: 5px solid #eee;
	overflow: hidden;
	margin-bottom: 47px;
	transition: all 0.3s ease;
}

.featured_section86 .cirimg:hover {
	border: 12px solid #eee;
}

.featured_section86 .cinfo {
	float: left;
	width: 100%;
	padding: 0px 0px 45px 0px;
	background: #fff;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #eee;
	border-top: none;
	font-size: 13px;
	line-height: 18px;
}

.featured_section86 .cinfo h5 {
	margin-bottom: 3px;
}

.featured_section86 .cinfo em {
	font-size: 13px;
	font-style: normal;
	color: #999;
	display: block;
	margin-bottom: 20px;
}

.featured_section86 .cinfo .shape1 {
	float: left;
	width: calc(100% + 2px);
	margin-top: -30px;
	margin-left: -1px;
	margin-bottom: 18px;
}

.featured_section86 a i {
	color: #999;
	width: 30px;
	height: 30px;
	background: #f3f3f3;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 2px;
	margin-left: 2px;
	transition: all 0.3s ease;
}

.featured_section86 a i:hover {
	color: #fff;
	background: #46d8bd;
}

.item_property {
	overflow: visible;
	margin-bottom: 10px;
}

.web_parts>div {
	display: inline-block
}

.web_parts h4 {
	margin: 15px 0;
	font: 19px Al-Jazeera-Arabic-Regular
}

.web_part_icons {
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 45px;
	margin: auto 20px;
	color: #777;
}

@media (max-width:991px) {
	.web_part_icons {
		margin: auto 10px;
		width: 120px;
		height: 120px;
		line-height: 110px;
	}
}

.qh_part {
	border: solid 1px #84a3e5;
	background: #fff;
	background: linear-gradient(0deg, rgba(202, 228, 241, 1) 0%, rgba(255, 255, 255, 1) 60%);
	position: relative;
	min-height: 380px;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	border-radius: 10px;
}

.qh_part .hd_title {
	top: -15px;
	width: auto;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.qh_part .hd_title h3 {
	display: inline-block;
	background: #fff;
	border: 1.5px solid #84a3e5;
	border-radius: 15px;
	font: 17px Al-Jazeera-Arabic-Regular;
	padding: 0 10px;
}

@media (max-width:991px) {
	.qh_part {
		min-height: auto;
	}
}

.study_books {
	padding: 28px 10px 10px;
}

.question ul {
	list-style: none;
	padding: 10px;
	margin: 0;
}

.question ul li {
	padding: 10px;
	text-align: justify;
	font: 13px Al-Jazeera-Arabic-Regular
}

.question ul li:first-child {
	border-bottom: dotted 1px #ccc;
}

.question ul li:first-child i {
	color: red;
}

.question ul li:last-child {
	text-align: justify;
}

.question ul li:last-child i {
	color: green;
}

.question_form {
	padding: 30px 0 10px;
}

.question_form label {
	font: 13px Al-Jazeera-Arabic-Regular
}

.question_form .form-group {
	margin-bottom: 6px !important;
	clear: both !important;
	display: inline-block
}


.events_list {
	list-style: none;
}

.events_list li:before {
	content: "\f274";
	font-family: "FontAwesome";
	padding-left: 6px;
}

.events_list li {
	padding: 4px 0;
	border-bottom: dashed 1px #bbb;
	color: #444;
	font-size: 14px
}

.events_list li span {
	color: #EFA81C;
	font-size: 12px;
}

.prayer_times {
	list-style: none;
	background-color: rgba(255, 255, 255, .5);
	padding: 10px 5px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%
}

.prayer_times li:before {
	content: "\f028";
	font-family: "FontAwesome";
	font-size: 13px;
	padding-left: 1px;
}

.prayer_times li {
	color: #444;
	font-size: 14px;
	text-align: center;
	padding: 0;
}

.prayer_times li span {
	color: #EFA81C;
	font-size: 14px;
	direction: rtl;
}

/**********************Footer ******************/

footer {
	background-color: #FFF;
	display: inline-block;
	width: 100%;
}

footer .foot_hd {
	background-color: #314d89;
	text-align: center
}

footer .foot_hd h2 {
	background-color: #20396f;
	color: #FFF;
	padding: 8px 10px;
	font: 20px Al-Jazeera-Arabic-Bold;
	display: inline-block;
	margin: 0
}

footer .foot_bdy {
	padding: 10px 0 0;
	text-align: center;
	text-align: center;
	font: 13px Al-Jazeera-Arabic-Regular
}

footer .foot_bdy .col-md-4 {
	border-left: solid 1px #ddd;
	min-height: 150px;
}

footer .foot_bdy .col-md-4:last-child {
	border-left: none;
}

@media (max-width:991px) {
	footer .foot_bdy .col-md-4 {
		border-left: none;
		border-bottom: solid 1px #ddd;
		padding: 10px 0;
	}
}

footer .foot_bdy p {
	padding: 30px 0;
	color: #333
}

footer .footer-social-icons {
	margin-bottom: 20px;
}

footer .footer-social-icons a {
	margin: auto 2px;
	color: #314D89;
	width: 100%;
	text-align: center !important;
	line-height: 300% !important;
	padding: 0 !important
}

footer .footer-social-icons a i {
	font-size: 22px;
	text-align: center;
	width: 30px;
	margin: 0 !important;
}

footer .ft_widget_title {
	margin-bottom: 15px;
	color: #314D89
}

footer .contact_box {
	list-style: none
}

footer .contact_box li {
	padding: 5px 0;
}

.qh_part .hd_title {
	top: -15px;
	width: auto;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.qh_part .hd_title h3 {
	display: inline-block;
	background: #fff;
	font: 17px Al-Jazeera-Arabic-Regular;
	padding: 0 10px;
}

.title22 {
	position: relative !important;
	font-weight: 600;
	width: auto;
	padding: 5px 10%;

	margin: 25px auto 15px;


	text-align: center;
}

.title22 div {
	top: 0px;
	width: auto;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.title22 div h4 {
	display: inline-block;
	background: #cae4f1;
	font: 17px Al-Jazeera-Arabic-Regular;
	padding: 0 10px;
	border: solid 1px #eee;
	background-color: #FFF;
	border-radius: 15px;
	font: 16px Al-Jazeera-Arabic-Bold;
	padding: 5px 15px;
}

.product-list-widget {
	/*background:url('../pics/imam_kh.jpg') center center;
	
	background-position: fixed; background-size:cover;
	padding: 15px 0px;
	margin: 0;
    /* ---background-position:50% 50%;*/
	background: url('../pics/imam_kh.jpg') center center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

}


.post_list {
	list-style: none;
	margin: 0;
	padding: 0 10px !important;
	text-align: right !important;
	display: inline-block;
}

.post_list li:before {
	font: 8px 'FontAwesome';
	content: "\f111";
	color: #105e7c;
	padding-left: 2px;
}

.post_list li {
	padding: 8px 0 !important;
	direction: rtl;
	text-align: justify !important;
	width: 100%;
	line-height: 90% !important;
}

.post_list li>a {
	font: 16px Al-Jazeera-Arabic-Regular !important;
	color: #105e7c;
}

.post_list li span.writer a {
	color: #ffb427;
	font: 13px Al-Jazeera-Arabic-Regular !important;
}

.post_list li .details span {
	margin-left: 7px;
	color: #aaa;
}

.post_list li .details span a {
	font-family: Al-Jazeera-Arabic-Regular !important;
}

.post_list li .details span i {
	background-color: #f1f2f3;
	padding: 5px 5px;
	color: #bbb;
	border-radius: 10px;
	font-size: 11px;
}

.web_lang {
	margin: 50px auto;
}

.web_lang li {
	display: inline;
	margin: auto 10px;
}

.post-tags {
	margin-bottom: 10px;
}

.post-tags .tags h4 {
	font: 14px Al-Jazeera-Arabic-Regular !important;
	display: inline;
	background-color: gray;
	color: #FFF !important;
	padding: 4px;
}

.post-tags .tags h4 a {
	color: #FFF !important;
}

.header_box {
	border-bottom: solid 1px rgba(150, 150, 150, 0.30);
	padding: 5px;
	background-color: #FFF;
}

.header_box.blue {
	background-color: #314D89;
}

#menu_logo.visible {
	display: block !important;

}

/*	Head Search
----------------------------------------------------------------------*/
#SearchBackgroundPopup {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.9;
	z-index: 997;
}

#popup {
	display: none;
	position: fixed;
	width: 500px;
	top: 50%;
	left: 50%;
	z-index: 999;
	margin-left: 0;
}

#popup .search_place {
	color: #fff;
	margin: -100px 0 0 0;
}

#popup .search_place h4 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 700;
}

#popupLoginClose {
	position: absolute;
	top: 25px;
	right: 33px;
	font-size: 24px;
	color: #5C5C5C;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#popupLoginClose:hover {
	color: #fff
}

/*.search_icon i:hover {	
	background: #0b6371;
	color: #fff
}*/
#header .search {
	position: relative;
	margin: 0;
	float: right;
}

/*.search_icon {
	position: relative;
	cursor: pointer;
	float: left;
	text-align: center;
	margin: 4px 0 4px 4px;
	width: 34px;
	height: 34px;
	font-size: 16px;
	color: #9E9E9E;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.search_icon i {
	font-size: 16px;
	text-align: center;
	background: #F7F7F7;
	border-radius: 2px;
	border: 1px solid #EBEBEB;
	padding: 8px 0;
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}*/
#header .search form {
	position: relative;
}

#header .search input {
	margin: 0;
	padding: 0 10px;
	display: block;
	line-height: 50px;
	height: 50px;
	border: 1px solid #fff !important;
	border-radius: 3px;
	font-size: 12px;
	color: #222 !important;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	/*font-family: djfont-reg;*/

}

#header .search button {
	position: absolute;
	top: 14px;
	left: 10px;
	background: none;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header .search button:hover {
	color: #55B2F3
}

#header .search button i {
	color: #000;
}

.mailbox {
	background-color: #FFF;
	padding: 15px;
	margin-top: 0px;
}

.mailbox p {
	text-align: center;
	margin: 0;
	padding: 5px 0 !important;
	color: #666 !important;
}

.mailbox label {
	color: #999;
	vertical-align: text-top
}

.message-box-wrap li {
	list-style: none;
	color: orange;
}

.successmes {
	color: green;
}

.errormes {
	color: red;
}

.library_social {
	font-size: 22px;
	line-height: 36px;
}

.library_social a {
	margin: 3px 5px;
	color: #FFF;
}

.library_social a:hover,
.library_social a i:hover {
	color: #ffa500 !important;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.videoGallery .imgs a {
	display: flex;
	justify-content: center;
}

.videoGallery .rsImg {
	margin: 0 auto !important;
	top: 50%;
	transform: translateY(-50%);
}