/* Page styling Blocks,paragraphs,content */
.quickfix{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	text-shadow:#000;
	text-align:left;
	margin:30px;
	padding:30px;
	
}

.BGnightclass{
	background: #e0e3ec url(../images/bgd.png) repeat top left;
}

.activebutton{ /* this active button thing is for the day night switch function*/
display:none;	
}


h2{
	margin:10;
	padding:10;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}

.content-floater{
	text-align:center;
	float:inherit;
	position:relative;
	display:inline-block;
	color:#333;
	margin-bottom:10px;
	background:#FFF;
	width:100%;
	height:auto;
font-size:18px;
font-weight:bold;
border-radius:5px;
}

.gold{
	color:#FF3;
}

.hr1{
	color:#999999;
	background: #333;
	height:3px;
	width:100%;
	left:400px;
	
}

#copyrightboks{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;	
}

.foot-floater{
	opacity:0.5;
	text-align:center;
	float:inherit;
	position:relative;
	margin:10;
	padding:10;
	display:inline-block;
	color:#000;
	background:#FFF;
	width:100%;
	/*height:200px;*/
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;

}

.foot-night-floater{
	opacity:0.5;
	text-align:center;
	float:inherit;
	position:relative;
	margin:10;
	padding:10;
	display:inline-block;
	color:#FFF;
	background:#000;
	width:100%;
	/*height:200px;*/
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;

}


/* preloader styling */
/* this is the Loader Section...  */
/* The Pre Loader Settings */ 
#preloader{
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background-color:white;
	opacity:0.8;
	display:block;
	position:fixed;
	z-index:99999999999999;
	text-align:center;
}
#preloader img{
	text-align:center;
	
	margin-top:25%;
	margin-bottom:25%;
	margin-left:25%;
	margin-right:25%;
		
}

@media screen and (max-width: 767px) {
#copyrightboks{
font-family:Verdana, Geneva, sans-serif;
font-size:10px;	
}
}
