.banner {
  position: relative;
  overflow: hidden;
  max-height: 430px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.banner ul {
  width: 100%;
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
}
.banner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: block;
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.banner ul li .content {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  text-align: left;
  color: #FFFFFF;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner ul li .title {
  line-height: 1.1em;
  font-size: 3em;
  font-family: Arial, Helvetica;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner ul li h1.title {
  font-weight: normal;
  margin: 0;
}
.banner ul li .description {
  line-height: 1em;
  font-size: 1.4em;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 30px;
  min-height: 1em;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner ul li .link {
  display: none;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
.banner ul li .link a {
  background-color: #a10074;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 240px;
  font-size: 1.1em;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 45px;
  -o-transition: background .2s ;
  -ms-transition: background .2s ;
  -moz-transition: background .2s ;
  -webkit-transition: background .2s ;
  transition: background .2s ;
}
.banner ul li .link a:hover {
  background-color: #d7aad2;
}
.banner .dots {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.banner .dots li:only-child {
  display: none;
}
.banner .dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: -999em;
  background-color: #f49100;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.banner .dots li.active {
  background-color: #fc8957;
}
.banner a.unslider-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  outline: none;
}
.banner a.unslider-arrow:hover img {
  opacity: 1;
}
.banner a.unslider-arrow.prev {
  left: 0px;
}
.banner a.unslider-arrow.next {
  right: 0px;
}
.banner a.unslider-arrow img {
  height: 70px;
  opacity: 0.5;
}
@media only screen and (max-width: 850px) {
  .banner a.unslider-arrow img {
	height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .banner a.unslider-arrow img {
	height: 50px;
  }
}
