@media (max-width: 767px) {
	body{
		padding:15px;
	}
	
	.ul-menu {
		display: inline-block;
		margin: 5px auto;
	}
	
    #bg{
		width:100%;
	}
	
	#wrapper_r {
		float: left;
		width: 100%;
	}
	
	#top #left, #top #right{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;
		text-align:center;
	}
	
	div#wrapper {
		float: left;
		width: 100%;
	}
	
	span#logo {
		background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0 / 100% auto;
		float: left;
		height: 100px;
		max-height: 100px;
		width: 100%;
	}
	
	#leftcolumn{
		width:100%;
		margin:10px 0px;
	}
	
	#maincolumn{
		width:100% !important;
		margin:0px !important;
		word-break:break-all;
	}
	
	img {
		max-width: 100%;
	}
	
	#maincolumn img{
		width:100%;
	}
	
	.vsig1_0, .vsig_top1_0{
		width:100%;
	}
	
	.vsig_ctrls_1_0{
		width:100%;	
	}
	
	.vsig_ctrls img{
		width:auto !important;
	}
	
	.bepiv_panholder1_0{
		width:100%;
	}
	
	div.module_menu {
		border-top: medium none !important;
	}
}

@media (max-width: 767px) {
	#top{
		display:none;
	}
	
	#navigation-menu{
		display:block !important;
	}
}