/*! http://responsiveslides.com v1.54 by @viljamis */
.slider {
  position: absolute;
  left: 10px;
  bottom: 70px;
  width: 940px;
  z-index: 10;
  height: 375px;
}
@media all and (max-width: 1120px) {
.slider {
	width:620px;
  bottom: 10px;
}
}
@media all and (max-width: 760px) {
.slider {
	width:420px;
}
}
@media all and (max-width: 460px) {
.slider {
	width:300px;
}
}

#header-slider {
  position: relative;
  list-style: none;
  overflow: visible;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 375px;
  }

#header-slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
  height: 375px;
}

#header-slider li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides_nav  {
  position: fixed;
  z-index: 10; 
  top:50%;
  text-indent: -99999px;
  width: 80px;
  height: 100px;
	margin-top:-40px;
  background-size: 80px 100px;
  transition: background-color .2s;
}
@media all and (max-width: 1120px) {
.rslides_nav  {
  width: 64px;
  height: 80px;
	margin-top:-32px;
  background-size: 64px 80px;
}
}
@media all and (max-width: 760px) {
.rslides_nav  {
  position: absolute;
	margin-top:0;
  top:190px;
  width: 40px;
  height: 50px;
  background-size: 40px 50px;
}
}
@media all and (max-width: 460px) {

}
.rslides_nav:hover, .rslides_nav:focus  {
  background-color: rgba(255,255,255,0.3);
}
.rslides_nav.prev  {
  left: 0px;
  background-image: url(../../images/slider-prev.png);
}
.rslides_nav.next  {
  right: 0px;
  background-image: url(../../images/slider-next.png);
}
@media all and (max-width: 760px) {
.rslides_nav.prev  {
  left: -10px;
}
.rslides_nav.next  {
  right: -10px;
}
}
ul.rslides_tabs {
  position: absolute;
  list-style-type: none;
  bottom: -12px;
  right: 0;
  z-index: 10;  
}
@media all and (max-width: 1120px) {
ul.rslides_tabs {
  position: absolute;
  bottom: 180px;
}
}
@media all and (max-width: 760px) {
ul.rslides_tabs {
	display:none;
}
}
ul.rslides_tabs li {
  display: inline;
  width: 14px;
  height: 14px;
  overflow: hidden;
}
ul.rslides_tabs li a {
  width: 14px;
  height: 14px;
  text-indent: -99999px;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #fff;
  margin: 0 5px;
}
ul.rslides_tabs li a:hover {
  background-color: #00fa82;
  border: 3px solid #00fa82;
}


ul.rslides_tabs li.rslides_here a {
  background-color: #000;
}
 
#header-slider li a {
  width: 620px;
  display: inline-block;
  background-color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  transition: all .2s ease-in-out; 
  }
@media all and (max-width: 760px) {
#header-slider li a {
	width:420px;
}
}
@media all and (max-width: 460px) {
#header-slider li a {
	width:300px;
}
}

#header-slider li a h4 {
  font-family: Bitter, serif;
  position: absolute;
  top: -10px;
  background-color: #00fa82;
  font-size: 1em;
  font-weight: normal;
  padding: 2px 5px;
	margin:0;
  }

#header-slider li a:hover {
  transform: scale(1.03);  
}

