/**
* Layers DevKit Custom Main CSS
*/
#et-top-navigation {
	display: none;
}
#page-container {
	padding: 0 !important;
}
#main-header {
	padding: 0 !important;
}
#footer-bottom{
	display: none;
}

/**
* Layers DevKit Custom Tablet CSS
*/
@media only screen and (min-width: 481px) and (max-width: 768px){
	#page-container {
	padding: 0 !important;
}
#main-header {
	padding: 0 !important;
}

}

/**
* Layers DevKit Custom Mobile CSS
*/
@media only screen and (max-width: 480px){
	#page-container {
	padding: 0 !important;
}
#main-header {
	padding: 0 !important;
}
}