@media screen and (max-width:1366px)
{
}
@media screen and (max-width:1220px)
{
}
@media only screen and (max-width:1199px) 
{
.container
{
	width:96%;
}
}
@media screen and (max-width:1150px)
{
}
@media screen and (max-width:999px)
{
}
@media screen and (max-width:950px)
{
}
@media screen and (max-width:900px)
{
}
@media screen and (max-width:850px)
{
}
@media screen and (max-width:768px)
{
.desktop_menu
	{
		display: none;
	}
.openbtn
	{
		display: block;
	}
.logo img
	{
		max-width: 280px;
		text-align:center;
	}
.blog h2
	{
		font-size: 16px;
	}
}
@media screen and (max-width:700px)
{
}
@media screen and (max-width:667px)
{
}
@media screen and (max-width:650px)
{
}
@media screen and (max-width:600px)
{
}
@media screen and (max-width:480px)
{
}
@media screen and (max-width:550px)
{
}
@media screen and (max-width:400px)
{
}