#home-html {
	display:inline-block;
}
#home-html > img {
  height: auto;
  width: 100%;
  margin-top:80px;
}
#module_home {
	margin-top:-40px;
}
#module_home .slide-container {
	margin-top:80px;
	border-bottom:solid 2px #d3031d;
}
#slideshow {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height:350px;
  background-color: #d3031d;
}
.dragdealer {
  position: relative;
  width: auto;
}
#slideshow .slide {
	display:none;
  width: 100%;
}
#top-1 {
	display:block;
}
#slideshow .slide-canvas1 {
	vertical-align: top;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:cover;
  margin: 0 auto;
	height:350px;
}
#slideshow .slide-canvas2 {
	position:absolute;
	z-index:100;
	margin-top:100px;
	text-align:center;
	width:100%;
	color:#fff;
}
#slideshow .slide-canvas2 .slide-text {
	width:250px;
	font-size:70%;
	margin:0 auto;
}
#slideshow .slide-canvas2 h1 {
	font-size:200%;
	font-weight:lighter;
}
#slideshow .slide-canvas2 .separ {
	margin:0 auto 10px;
	width:50px;
	height:2px;
	background-color: #fff;
}
#slideshow .opaque {
	z-index:50;
}
#slideshow-menu-wrapper {
	display: block;
  height: 50px;
  margin-top: -50px;
  text-align: center;
  width: 100%;
  position:absolute;
  z-index:100;
}
#slideshow-menu {
	display:inline-block;
	list-style: none;
	position:relative;
	width:250px;
	margin:-30px auto 0;
	padding:0;
	line-height: 30px;
	font-size:60%;
}
#slideshow-menu li {
	display:inline-block;
	text-transform: uppercase;
}
#slideshow-menu li a {
	color:#cbc6c5;
	text-decoration: none;
	border-top:solid 2px #cbc6c5;
	margin:0 10px;
	padding-top:10px;
}
#slideshow-menu li a:hover,
#slideshow-menu li a.select {
	color:#fff;
	border-top:solid 2px #fff;
}


@media (min-width: 768px) {
#module_home {
	margin-top:40px;
}
}

@media (min-width: 992px) {
	#home-html > img {
		margin-top:40px;
	}
	#module_home .slide-container {
		margin-top:0px;
	}
	#slideshow {
	  height:500px;
	}
	#slideshow .slide-canvas1 {
		height:500px;
	}
	#slideshow .slide-canvas2 {
		margin-top:170px;
	}
	#slideshow .slide-canvas2 .slide-text {
		width:400px;
		font-size:90%;
	}
	#slideshow .slide-canvas2 h1 {
		font-size:300%;
	}
	#slideshow-menu {
		width:400px;
		line-height: 40px;
		margin:-40px auto 0;
		font-size:80%;
	}
	#slideshow-menu-wrapper {
	  height: 70px;
	  margin-top: -70px;
	}
}

@media (min-width: 1200px) {
	#slideshow {
	  height:700px;
	}
	#slideshow .slide-canvas1 {
		height:700px;
	}
	#slideshow .slide-canvas2 {
		margin-top:250px;
	}
	#slideshow .slide-canvas2 .slide-text {
		width:550px;
		font-size:100%;
	}
	#slideshow .slide-canvas2 h1 {
		font-size:400%;
	}
	#slideshow-menu {
		width:550px;
		line-height: 50px;
		margin:-50px auto 0;
		line-height: 50px;
		font-size:100%;
	}
	#slideshow-menu-wrapper {
	  height: 70px;
	  margin-top: -70px;
	}
}
