@media only screen and (min-width: 960px) and (max-width: 1199px)
{
	.nav-item a{padding: 15px 23px !important;}
}

@media only screen and (min-width: 768px) and (max-width: 959px)
{

}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.header_rig img{width:45%;}
	.logo{width:70% !important;}
	.header_rig{width:30% !important;}
}

@media only screen and (max-width: 479px)	
{
	.miss{font-size:0.8em;}
	.header_rig img{width:45%;}
	.logo{width:70% !important;}
	.header_rig{width:30% !important;}
}

