.interactive-slider {
  height: 460px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-image: url("../img/slider-bk.jpg");
}
.interactive-slider .content {
  height: 460px;
  position: relative;
  width: 1200px;
}
.interactive-slider div.slides {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.interactive-slider .slide {
  position: absolute;
  width: 100%;
}
.interactive-slider img {
  display: block;
  height: auto;
  width: 100%;
  max-width: none;
}
.interactive-slider .thumbs {
  bottom: 30px;
  left: 160px;
  position: absolute;
  text-align: center;
  z-index: 99;
}
.interactive-slider ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 3;
}
.interactive-slider li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 4px;
  padding-bottom: 0;
}
.interactive-slider li a {
  background-image: url("../img/slider.png");
  background-position: -15px center;
  background-repeat: no-repeat;
  display: block;
  height: 12px;
  width: 12px;
}
.interactive-slider li.active a {
  background-position: left center;
}
.interactive-slider a.next-slide {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 60px;
	z-index: 10;
	background-image:url(../img/slider-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer; cursor: hand;
}
.interactive-slider a.prev-slide {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 60px;
	z-index: 10;
	background-image:url(../img/slider-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer; cursor: hand;
}
.interactive-slider div.text {
  color: #ffffff;
  left: 5%;
  position: absolute;
  top: 180px;
  width: 640%;
  z-index: 2;
}
.interactive-slider p {
	padding-bottom: 0px;
}
.interactive-slider .title {
  background-color: #d66c00;
  clear: both;
  display: inline;
  font-family: "lubalin_graphbold",Arial,sans-serif;
  font-size: 2em;
  line-height: 2.4em;
  padding: 5px 12px;
}
.interactive-slider .desc {
  background-color: #353637;
  clear: both;
  display: inline;
  font-size: 1.8em;
  line-height: 2em;
  margin-top: 3px;
  padding: 5px 12px;
}
.interactive-slider .url {
  padding-right: 50px;
  text-align: right;
}

@media screen and (min-width: 1200px) {
#home-slider {
  height: 420px;
}
.interactive-slider {
  height: 539px;
}
.interactive-slider .content {
  height: 539px;
  width: 1400px;
}
.interactive-slider div.text {
  top: 220px;
}
}

@media screen and (max-width: 1023px) {
.interactive-slider div.text {
  font-size: 0.8em;
  left: 60px;
  top: 200px;
}
.interactive-slider .thumbs {
  bottom: 40px;
  left: 60px;
}
.interactive-slider img {
}
.interactive-slider .url {
  padding-right: 100px;
}
}
@media screen and (max-width: 959px) {
.interactive-slider img {
}
}
@media screen and (max-width: 909px) {
.interactive-slider img {
}
}
@media screen and (max-width: 859px) {
.interactive-slider img {
}
}

@media screen and (max-width: 767px) {
#home-slider {
  height: 230px;
}
.interactive-slider {
  height: 360px;
}
.interactive-slider .content {
  height: 360px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
div.interactive-slider img {
  float: none;
  height: 360px;
  width: auto;
}
.interactive-slider div.text {
  font-size: 0.6em;
  top: 150px;
  width: 60%;
}
.interactive-slider .desc {
  line-height: 2.2em;
}
.interactive-slider .url {
  padding-right: 40%;
}
}
@media screen and (max-width: 640px) {
div.interactive-slider img {
}
.interactive-slider div.text {
  width: 80%;
}
}
@media screen and (max-width: 480px) {
.interactive-slider .thumbs {
	display: none;
}
.interactive-slider div.text {
  left: 4%;
  width: auto;
}
.interactive-slider .url {
  text-align: left;
}
}