@media (max-width: 1210px) 
{
	div#et_mobile_nav_menu 
	{
    	display: block;
	}
	nav#top-menu-nav 
	{
    	display: none;
	}
}
@media(max-width:320px)
{
	a.et_pb_more_button.et_pb_button.db_pb_button_2
	{
		margin-right:32px;
	}
}

@media(max-width:599px)
{
	#footer-bottom .bottom-footer-right-content,
   #footer-bottom .bottom-footer-left-content
   {
     float: none
     text-align: center;
     width: 100%;
   }
}