/**
 * 1200
 */
@media (max-width: 1200px)
{
	header .logo
	{
		text-align: center;
	}
}

@media (min-width: 640px)
{
	header .sub-menu .sub-menu-images-list a
	{
		width: 115px;
	}
}


/**
 * Tablet
 */
@media (max-width: 1024px)
{
	footer .container .empty-column
	{
		padding: 0;
		margin: 0;
	}
}


/**
 * Mobile
 */
@media(max-width: 640px)
{
	header
	{
		height: auto;
		overflow: auto;
	}

	header .main-menu li
	{
		height: 60px;
		border: none;
		width: 50%;
	}

	header .main-menu li a
	{
		line-height: 60px;
	}

	header .sub-menu
	{
		top: 195px;
	};

	footer .widget,
	footer .widget p
	{
		text-align: center;
	}

	footer .social-container
	{
		min-height: auto;
	}

	footer .social-container .widget
	{
		position: static;
	}

	footer .social
	{
		padding: 0;
		text-align: center;
	}
}
