@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)
{
.logo
{
	width:100%;
	display:inline-block;
	text-align:center;
}
.logo img
{
	width:100%;
	display:inline-block;
	text-align:center;
	float:none;
}
.menu
{
	padding-left:0;
}
}
@media screen and (max-width:700px)
{
}
@media screen and (max-width:667px)
{
.about_wellcome_panel img
{
	width:100%;
	float:left;
	display:block;
	padding:0 0 20px 0;
}
.header_right h2
{
	font-size:13px;
}

.header_text
{
	font-size:16px;
	padding-left:10px;
}
.live img
{
  width:200px;  
}
}
}
@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)
{
}