html {
	background-color: #000;
	color: #444;
	height: 100%;
}

body {
	background-color: #000;
	color: #444;
	height: 100%;
}

h1 {
	font-family: 'Gugi', cursive;
	color: #666;
	margin: 0;
	cursor: pointer;
	transition: 1s;
}

h1:hover {
	color: lime;
}

a:link, a:visited {
	color: #888;
	text-decoration: none;
}

a:hover, a:active {
	color: #222;
	text-decoration: none;
}

#adhanimage {
	text-align: center;
}

html, body, div, header, main, .copy {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

header {
	padding: 5px;
	width: 100%;
	text-align: left;
	z-index: 10;
	height: 50px;
	border-bottom: 1px solid #253050;
}

main {
	height: calc(100% - 50px);
}

#mapDiv {
	height: 100%;
	z-index: 9;
}

#map-canvas {
	margin: 0px auto;
	height: 100%;
	width: 100%;
}

.copy {
	margin-top: 27px;
	box-sizing: content-box;
	text-align: center;
	font-family: arial;
	padding: 10px;
	border-top: 1px solid #253050;
}

#options {
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 0, 0, .750);
	width: 90%;
	right: 0;
	left: 0;
	margin: auto;
	margin-top: -1px;
	padding: 15px 0px;
	border-bottom: 1px solid black;
	box-shadow: 0 5px 5px rgba(10, 10, 10, .750);
	border-radius: 0 0 10px 10px;
	display: none;
}

#options .panel {
	margin-bottom: 0px;
}

#headerText {
	float: left;
	margin-top: 3px;
	margin-left: 4px;
}

#headerOpts {
	float: right;
	width: 40px;
	margin-top: 3px;
}

#btnMenu {
	font-size: 23px;
	padding: 3px 5px;
	line-height: .85;
	color: #555;
}

.btnRow {
	text-align: center;
}

.smIcon {
	font-size: 6em;
	color: #464646;
	text-align: center;
}

.links {
	margin-top: 10px;
	text-align: center;
}
.links a:link, .links a:visited {
	font-weight: bold;
}
.links a:hover, .links a:active {
	color: #222;
}
.links .btnSubmenu {
	cursor: pointer;
	color: #888;
	font-weight: bold;
}

.pnlOption {
	/*height: 312px;*/
}
.pnlOption .panel-body {
	height: 270px;
	overflow-y: auto;
}

#pnl-settings {
	display: block;
}
#pnl-connect {
	display: block;
}
#pnl-aboutus {
	display: none;
}
#pnl-contactus {
	display: none;
}
#pnl-privacy {
	display: none;
}

.btnsOption {
	float: right;
}
.btnSubmenu {
	cursor: pointer;
	color: #888
}
.btnSubmenu:hover {
	color: #222;
}

#btnClear {
	display: none;
}

#at-timer {
	padding: 0px;
}
#at-timer div {
	background-color: rgba(0,0,0,.65);
	color: lime;
	padding: 5px 15px 2px 15px;
	font-family: monospace;
	font-size: 2em;
	border-radius: 5px 5px 0 0;
	text-align: center;
}

#at-stats {
	padding: 10px;
}
#at-stats div {
	background-color: rgba(0,0,0,.65);
	color: #666;
	padding: 10px;
	font-family: monospace;
	font-size: 11px;
	width: 500px;
	max-height: 100px;
	overflow-y: auto;
	direction: rtl;
	display:none;
}

#at-stats div ul {
	direction: ltr;
	margin: 0;
	padding: 0;
}
#at-stats div li {
	list-style: none;
	padding: 2px;
	border-bottom: 1px solid #555;
}

li.PAST {
	color: #999;
}
li.CURR {
	color: lime;
}
li.FUTURE {
	color: #ccc;
}
li.NONE {
	color: #d00;
	display: none;
}
li.MESSAGE {
	color: aqua;
	display: none;
}

/* width */
#at-stats div::-webkit-scrollbar {
	width: 10px;
}

/* Track */
#at-stats div::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
#at-stats div::-webkit-scrollbar-thumb {
	background: #666;
}

/* Handle on hover */
#at-stats div::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

.testimonial-quote {
	font-size: 16px;
}

.testimonial-quote blockquote {
	/* Negate theme styles */
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: gray;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4 !important;
	margin-bottom: 8px;
	position: relative;
	text-shadow: 0 1px white;
	z-index: 600;
}

.testimonial-quote blockquote * {
	box-sizing: border-box;
}

.testimonial-quote blockquote p {
	color: #75808a;
	line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
	content: '\201C';
	color: #aaaaaa;
	font-size: 9em;
	font-weight: 700;
	opacity: .3;
	position: absolute;
	top: -.35em;
	left: -.2em;
	text-shadow: none;
	z-index: -300;
}

.testimonial-quote img {
	border: 3px solid #cccccc;
	border-radius: 50%;
	width: 160px;
	height: 160px;
}

.testimonial-quote cite {
	color: gray;
	display: block;
	font-size: .8em;
}

.testimonial-quote cite span {
	color: #5e5e5e;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 1px white;
}

.testimonial-quote {
	position: relative;
}

.testimonial-quote .quote-container {
	/*padding-left: 185px; */
}

.resource {
	margin-top: 20px;
	font-size: 12px;
}


.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.glyphicon-blink {
  animation: blinker 1s linear 3;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}


#contact label{font-weight:normal; margin: 8px 0px 0px 0px;}


.grecaptcha-badge { 
    bottom:110px !important; 
}



@media (min-width: 992px) {
	.equal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#options {
		width: 75%;
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 24px;
	}
	header {
		height: 40px;
	}
	main {
		height: calc(100% - 40px);
	}
	#btnMenu {
		font-size: 16px;
	}
	.smIcon {
		font-size: 3em;
	}
	.copy {
		font-size: 0.9em;
	}
	#at-stats {
		padding: 0px;
	}
	#at-stats div {
		width: 100%;
	}

	#at-timer {
		padding: 0px;
	}
	#at-timer div {
		font-size: 1em;
	}

	.pnlOption .panel-body {
		min-height: 270px;
		max-height: 500px;
		height: initial;
	}

	.btnsOption {
		display: inline-block;
		font-size: .9em;
		float: none;
	}
}

