@charset "utf-8";

@media only screen and (max-width: 800px) {
	
html,body {
	width: 100%;
}	

#main-content, #main-content2  {
	width: 90%;
	padding: 0 5%;
}

header {
	position: relative;
	min-height: 10px;
	height: auto;
	overflow: auto;
	padding: 0;
}

#navi-logo {
	padding-top:15px;
}

.nav-open {
	display: inline-block;
}

#nav:target > .nav-open {
	display: none;
}

#nav:target > .nav-close {
	display: inline-block;
}

#nav > nav {
	position: relative;
	text-align: left;
}

#nav > nav > ul {
	/*position: absolute;*/
	top: 0;
	right: 0;
	width: 100%;
	max-height: 0;
	max-width: 200px;
	overflow: hidden;
	-webkit-transition: max-height linear 0.5s;
	-moz-transition: max-height linear 0.5s;
	-ms-transition: max-height linear 0.5s;
	-o-transition: max-height linear 0.5s;
	transition: max-height linear 0.5s;
	z-index: 9999;
}

#nav > nav > ul > li {
	display: block;
}

#nav > nav > ul > li > a {
	padding: 10px 20px;
}

#nav:target > nav > ul {
	max-height: 400px;
}

#nav > nav > ul > li:last-child {
	margin-bottom: 10px;
}

#about-circle {
	height: auto;
}

#about-slider {
	margin-top: 0px;
}

#fourcol-left, #fourcol-right {
	width: 80%;
	height: auto;
	float: none;
	margin: 30px auto;
	padding:0;
}

#footer-left {
	float: none;
	text-align:center;
	margin-bottom: 20px;
	width: 100%;
	margin-left: 0px;
}

#footer-right {
	float: none;
	text-align:center;
	margin-left: 15%;
}

footer {
	background-color: #484848;
	padding: 15px 0;
	color: #FFF;
	height: auto;
}

#fourcol2-left, #fourcol2-right {
	float: none;
	width: 90%;
	margin: 0 auto;
	text-align:center;
	margin-bottom: 20px;
	margin-top: 20px;
}

 #twocol-left, #twocol-right {
	float: none;
	width: 90%;
	margin: 0 auto;
	text-align:center;
	margin-top: 50px;
}

#portfolio-title {
	width: 100%;
	float: none;
	text-align: center;
}

#carousel, .flex-caption {
	display: none;
}

#contact-form {
width: 90%;
margin: 0 auto;
}

#about-slider > iframe {
height: 300px;	
}

.mobile-show {
	display:block;
}

a.group1 {
	display:none;
}

#twocol-left img, #twocol-right img, #catalog-mobile img, #title img {
	width: 100%;
	height: auto;
}

#about-map, #catalog-box {
	display: none;
}


}
