@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 901px) {
.mview{
	display:none !important;
}
.top-bar{
	margin-bottom:-40px;
}
.translator{
	text-align:right;
	margin-top:20px;
	margin-bottom:-30px;
}
.map{
	width:100%;	
	text-align:center;
	border: 1px #CCCCCC solid;
}
}
@media (max-width:900px) {
.wview{
	display:none;
}
.cbg-top{
 	height:30px !important;
	background-image:url(../images/cbg-top.png); background-size:100%; background-position:center top; height:78px;
}
.cbg-middle{
	padding:0px 60px !important;
}
.cbg-bottom{
	height:220px !important;
	margin-top:-150px;
}
.cbg-bottom table{
	display:none;
}
.top-bar{
	display:;
}
.translator{
	text-align:right;
	margin-top:20px;
}
.times{
	display:none;	
}
.map{
	width:100%;	
	border: 1px #CCCCCC solid;
}
}

@media (max-width:768px) {
.wview{
	display:none;
}
.cbg-top{
 	height:55px !important;
}
.cbg-middle{
	padding:0px 60px !important;
}
.cbg-bottom{
	height:170px !important;
	margin-top:-50px;
}
.cbg-bottom table{
	display:none;
}
.top-bar{
	display:;
}
.translator{
	text-align:right;
	margin-top:20px;
	
}
.times{
	display:none;	
}
.map{
	width:100%;	
	border: 1px #CCCCCC solid;
}
}

@media (max-width:480px) {
.wview{
	display:none;
}
.cbg-top{
 	height:28px !important;
}
.cbg-middle{
	padding:0px 40px !important;
}
.cbg-bottom{
	height:110px !important;
	margin-top:-50px;
}
.cbg-bottom table{
	display:none;
}

.top-bar{
	display:;
}
.translator{
	text-align:right;
	margin:10px 10px -10px 10px;
}
.navbar{
	margin-bottom:-40px;
	margin-top:-40px;
}
.times{
	display:none;	
}
#google_translate_element{
	margin-top:-40px;
	padding-bottom:40px;
}
.map{
	width:100%;	
	border: 1px #CCCCCC solid;
}
}



