


body.light{
background-color:#ffffff;
margin-top:15px;
height: auto;
}
	
body.light .content-wrapper{	
background-color:#ffffff;
margin-top:15px;
height: auto;
}



body.dark{
background-color:#000000;
margin-top:15px;
height: auto;
}

body.dark .content-wrapper{
background-color:  #000000;
margin-top: 15px;
height: auto;

}  


.btn-color-toggle{
	position:fixed;
	left:45px;
	top:135px;
	cursor:pointer;
	z-index:100
}@media only screen and (max-width:1080px)
{
	
.btn-color-toggle{
	left:inherit;
	left:45px;
	top:135px
	}}@media only screen and (max-width:0px)
{
	
.btn-color-toggle{
	display:none 
	!important}
}



