@media only screen and (max-width:767px)
{
	
	.page-sidebar.page-sidebar-right>.column-right
	{
		margin-top:50px;
	}
	
/******************************************************************************/
/*	Header																	  */
/******************************************************************************/

div.header.header-sticky,
div.header.header-sticky div.header-sticky-line
{
	position:static !important;
}
	
/******************************************************************************/
/*	Header bottom															  */
/******************************************************************************/	
	
	div.header-bottom div.header-bottom-logo,
	div.header-bottom div.header-bottom-menu
	{
		clear:both;
		width:100%;
	}
	
	div.header-bottom div.header-bottom-logo a
	{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
}