@media(max-width:767px){
	body {
		background-image:url('../../images/bg_992.jpg');
		background-repeat: repeat-y;
		background-position: top ;
	}
	.logo_panel{
		margin-top: -80px;	
		padding-bottom: 75px;
		padding-left: 6px;
	}
	.logo_panel .logo {
		width: 35px;
	}
	.logo_panel .slogan{
		font-size:10px;
		margin-top:14px;		
		float:left;
		margin-left:5px;
		font-weight: 600;
		background:#e6000252;
		border-radius: 25px;
		margin-top:9px;
		width:80% !important;
	}
	.top_left{
		display:none;
	}
	.mmb16{
		margin-bottom:20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
		background-image:url('../../images/bg_992.jpg');
		background-repeat: repeat-y;
		background-position: top ;
	}
	.container { width: 750px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	body {
		background-image:url('../../images/bg_992.jpg');
		background-repeat: repeat-y;
		background-position: top ;
	}
	.container { width: 970px; }
}
@media(min-width:1200px){
	body {
		/*background-image:url('../images/bg_1170.jpg');*/
		background-image:url('../../images/bg_992.jpg');
		background-repeat: repeat-y;
		background-position: top;
	}
	.container { width: 970px; }
}



element.style {
}
.column table {
    overflow-x: auto;
}
table {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    box-sizing: border-box !important;
    padding: 5px !important;
    border: 1px solid #d8d8d8 !important;
}


