/* CSS Document */
*:focus {
	outline: none !important;
}
*::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
 border: 1px solid #cccccc;
 cursor:pointer;
}
*::-webkit-scrollbar {
 width: 10px;
 background-color: #F5F5F5;
 cursor:pointer;
}
*::-webkit-scrollbar-thumb {
 background-color: #08508b;
/* border: 1px solid #cccccc;*/
 cursor:pointer;
}
.form-control:focus {
	border-color:#aaa;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}
body {
	width:100%;
	height:100%;
	background:#7f7f7f;
	font-family:"Teko",Helvetica, Arial, sans-serif;
}
.container {
	margin:0 auto;
	width:100%;
	min-width:320px;
	max-width:500px;
}

.container #content {
    background-image: url(../images/loading.gif);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
    position:relative;
    float: left;
    top: 50%;
}
.container #content #banner {
	float:left;
	width: 100%;
	height: 100%;
	position:relative;
	margin:0 auto;
	background-color:rgba(0,0,0,0.3);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.container #content #banner #middle {
	float:left;
	position: relative;
    padding: 10%;
    width: 80%;
    height: 80%;
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	text-align:center;

}
.container #content #banner #middle .verse {
	color:#fff;
	text-shadow: 0px 2px 20px rgba(0, 0, 0, 1);
	margin-bottom:20px;
	font-size:10px;
}
.container #content #banner #middle .book {
	color:#fff;
	text-shadow: 0px 2px 15px rgba(0, 0, 0, 1);
	font-size:5px;
}
.container #content #banner .logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30%;
}
input {
	padding:10px;
}
select {
	padding:10px;
}
canvas {
	border: 1px solid black;
	
}
.button {
	background:#06F;
	color:#fff;
	border:none;
	padding:10px;
	border: 1px solid #06F;
	cursor:pointer;
}
#loading{
	display:none;
	float:left;
	background-image:url(../images/loading.gif);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:center;
	height:45px;
}
#bannerloading{
	width:100%;
	height:100%;
	position:absolute;
	z-index:50;
	float:left;
	background-image:url(../images/loading.gif);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:center;
	top:0;
	bottom:0;
}
#pageloading{
	width:100%;
	height:100%;
	position:fixed;
	z-index:50;
	background-image:url(../images/loading.gif);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:center;
	display:none;
	bottom:0;
}
#backgroundimage{
	background:#06F;
	color:#fff;
	border:none;
	padding:10px;
	border: 1px solid #06F;	
}

.menuitems{ float:left; width:100%; margin:0px 0; position:relative;}
.menuitems ul{ float:left; width:100%; margin:0; padding:0; }
.menuitems ul li{ float:left; width:20%; margin:0; padding:0px; list-style:none; }
.menuitems ul li h3{ 
    margin: 0;
    padding: 10px;
    background: #dddddd;
    color: #2b2b2b;
    text-align: center;
    cursor: pointer;
 }
.menuitems ul li:hover h3{ background:#cccccc; color:#141414; }
.menuitems ul li.active h3{ background:#aaaaaa; color:#141414; }

.menupanel{
	background: rgba(50,50,50,0.7);
    min-height: 50px;
    position: absolute;
    z-index: 999;
    top: 47px;
    display: none;
    width: 96%; padding: 10px 2% 0 2%;
}
	
.menupanel .field {
	width:100%;
	float:left;
	padding-bottom:10px;
}
.menupanel .field label {
	padding: 5px 0;
	float: left;
	width: 100%;
	color:#f5f5f5;
}
.menupanel h3{ 
	color:#f9f9f9;
}
@media (max-width:800px) {
.menuitems ul li h3 i{ font-size:20px; width:100%; clear:both;}
.menuitems ul li h3{ font-size:12px; }
.menupanel {top: 60px;}
}