﻿/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  
  }

  
  .rslides {
  margin: 0 auto;
  }

.rslides_container {
  position: relative;
  float: left;
  width: 100%;
  }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 5%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 100px;
  width: 76px;
  background: transparent url("../images/themes.png") no-repeat left top;
  }

.rslides1_nav:active {
  opacity: 1.0;
  }

.rslides1_nav.prev {
  left: 30%;
  right: auto;
  }
  
.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 30%;
  }

.rslides1_nav:focus{
  outline: none;
  }

.rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  position: absolute;
  top: -40px;
  background: none;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  z-index: 9999;
}


.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  color: #00B0D5;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs a:hover {
  border: 0;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(0,0,0,.1);
  color: #253470;
  font-weight: normal;
}

.caption {
  position: absolute;
  display: block;
  bottom: 2%;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: none;
  color: #009cd0;
  font-size: 50px;
  line-height: 60px;
  text-shadow: 1px 1px 10px #ffffff;
    
}


@media screen and (max-width:990px) {
.caption b { font-size: 30px;}
.caption>span { font-size: 20px;}
}

@media screen and (max-width:768px) {
.rslides_tabs {width: auto; right: 10px; top: -44px; }
.rslides_tabs a {padding: 3px 10px; line-height: 10px; font-size: 14px;}
.caption {font-size: 30px; line-height: 40px; bottom: 0;}
}

@media screen and (max-width:360px) {
.rslides_tabs { right: 0px; background: #fff;}
}
@media screen and (max-width:380px) {
.caption {font-size: 20px; line-height: 25px; bottom: -10px;}
}
