@charset "utf-8";
/* CSS Document */
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1024px) {
#header, #header_start {
	height: auto;
}
	/* pagewrap */
	#slider, #slider-all {
		width: 100%;
	}
.logo {
	position: absolute;
	top: 10px;
	left: 14px;
	z-index: 20;
}
.logo img, .logo-top {
	width: 80%;
	height: 80%;
}
.title {
	position: absolute;
	top: 60px;
	left: 51px;
	z-index: 20;
	color: #5c1c15;
	font-style: italic;
	display: block;
	width: 80%;
	height: 80%;
}
.title h4 {
	font-size: 0.8em;
}
#nav {
	width: 100%;
	margin: 0 auto;
}
#navigation { width: 100%; }
#main-nav {margin-top: -60px;}
#main-nav li {margin: 0; }
#main-nav li a, #top-nav li a {font-size: 1.1em }
#top-nav { width: 100%; }
#top-nav li { margin: 0 2px 0; font-size: 1.1em;}
#top-nav ul a {
	margin: 5px;
	text-decoration: none;
}
.responsive-slider .slides ul li .slide-body .caption.header {
    left: 15%;
    top: 50%;
}
	/* content */

#content {
	width: auto;
	float: none;
	padding: 0 2%;
}

#maps { left: 75%; }
#maps-top {	left: -20%; }
#footer {
	width: auto;
	height: 40px;
}

.footer-info {
	width: 80%;
	top: 10%;
}

}

/* between 481 and 767 px */
@media (min-width: 481px) and (max-width: 767px){
	/* header */
	#header, #header_start {
		height: auto;
	}
#slider {
	width: 100%;
}
.logo {
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 20;
}
.logo img, .logo-top {
	width: 50%;
	height: 50%;
}
.title {
	position: absolute;
	top: 23px;
	left: 31px;
	z-index: 20;
	color: #5c1c15;
	font-style: italic;
	display: block;
	width: 50%;
	height: 50%;
}
.title h4 {
	font-size: 0.8em;
}
	/* main nav */
	#main-nav {
		height: 50%;
		margin-top: -42px;
		z-index: 100;
	}
	#top-nav-all { height: 70%; }
	#top-nav { height: 50%;}
	#main-nav a, #top-nav ul a {
		font-size: 60%;
	}
	#main-nav a:hover, #top-nav a:hover {
	/*color: #fff;*/
	font-size: 60%;
	border-bottom: none;
}
#main-nav li, #top-nav li {
	margin: 0;
}
#main-nav li a {font-size: 0.8em }
#maps-top img { width: 60%; height: auto;}
#maps {max-width: 60%; height: auto; left: 60%; top: 0;}
#maps img {max-width: 60%; height: auto;}
.flag-top { margin-top: 5px; }
	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}
.work-image {max-width: 150px;}
.cont-title {
	width: auto;
}
	#footer {
		width: auto;
		float: none;
	}
	.footer-info {
		font-size: 70%;
		top: 15%;
	}

}


/************************************************************************************
<=480
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
#header {
	height: auto;
}
	/* main nav */
	#main-nav {
		height: 30px;
		line-height: 30px;
	}
#top-nav-all { height: auto; }
#main-nav ul li, #top-nav ul li{
	display: none;
}
#main-nav select, #top-nav select.menu-all {
	display: inline-block;
	text-transform: uppercase;
}
#top-nav select { display:none;}
	.flag-top { margin-top: 5px; }
	.responsive-slider {
		visibility: hidden;
	}
	#slider-all { display: none;}
.logo {
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 20;
}
.logo img, .logo-top {
	width: 50%;
	height: 50%;
}

.title {
	position: absolute;
	top: 23px;
	left: 31px;
	z-index: 20;
	color: #5c1c15;
	font-style: italic;
	display: block;
	width: 50%;
	height: 50%;
}
.title h4 {
	font-size: 0.8em;
}
#maps { left: 50%; top: 0; }
#maps img {max-width: 40%; height: auto;}
#maps-top img { width: 60%; height: auto;}
	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
		font-size: 0.8em;
	}

.cont-title {
	width: auto;
}
.cont-title img { margin: 10px 20px; vertical-align:middle;}
.thumb { display: none;}
.work-image {
margin: 2%;
width: 90%;
}
	#footer {
		width: auto;
		float: none;
	}
	.footer-info {
		font-size: 70%;
		top: 15%;
	}
}
 /************************************************************************************
<=320
*************************************************************************************/
@media screen and (max-width: 320px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
#header {
	height: auto;
}
	/* main nav */
	#main-nav {
		height: 30px;
		line-height: 30px;
		margin-top: -25px;
	}
#main-nav ul li{
	display: none;
}
#main-nav select {
	display: inline-block;
	text-transform: uppercase;
}
	#top-nav-all { height: auto; overflow: hidden; }
	.responsive-slider {
		visibility: hidden;
	}
.logo {
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 20;
}
.logo img {
	width: 50%;
	height: 50%;
}
.title {
	position: absolute;
	top: 23px;
	left: 31px;
	z-index: 20;
	color: #5c1c15;
	font-style: italic;
	display: block;
	width: 80%;
	height: 50%;
}
.title h4 {
	font-size: 0.8em;
}
#main-nav select, #top-nav select.menu-all {
	display: inline-block;
	text-transform: uppercase;
	margin-left: -20%;
}

#maps { left: 30%; }
#maps img {max-width: 30%; height: auto;}
.flag img {max-width: 30%; height: auto;}
#maps-top { margin-left: -20%; }
	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
		font-size: 0.8em;
	}

.cont-title {
	width: auto; padding: 10px 0; height: 80%;
}
.cont-title img { margin: 0px 15px; vertical-align:middle; width: 10%; height: 10%; }
.work-image {
/*margin: 2%;
width: 90%;*/ visibility: hidden;
}
.thumb { display: none;}
	#footer {
		width: auto;
		float: none;
	}
	.footer-info {
		font-size: 60%;
		top: 5%;
	}
}