@media screen and (min-width: 1281px)
{
	.site-header .row2 .col-lg-8
	{
		width:62.667%;
	}
	.site-header .row2 .col-lg-4
	{
		width:37.333%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1280px)
{
	.site-header .row2 .col-lg-8
	{
		width:64.667%;
	}
	.site-header .row2 .col-lg-4
	{
		width:35.333%;
	}
	
}