/*! http://responsiveslides.com v1.52 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  min-width: 960px;
  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 {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
.rslides li .text h1 {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 48px;
  line-height: 1;
  text-shadow: 1px 1px 2px #502155;
  filter: dropshadow(color=#502155, offx=1, offy=1);
  }
  
.rslides li .text h1 strong {
  font-weight: bold;
  }

.rslides_tabs {
  padding: 0;
  text-align: center;
  }
  
.rslides_tabs li {
  list-style: none;
  display: inline-block;
  }
  
.lt-ie8 .rslides_tabs li {
  zoom: 1;
  display: inline;
  }
  
.rslides_tabs li a {
	background: none repeat scroll 0 0 #ededed;
	border-radius: 15px 15px 15px 15px;
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 10px;
	margin: 10px 2px 0;
	outline: none;
}
  
.rslides_tabs .rslides_here a {
  background: none repeat scroll 0 0 #d0d0d0;
  }

 .rslides .mobile{
	display:none;
 }
  
@media screen and (max-width: 767px) {
	.rslides {
	  min-width: 100%;
	  }
	  
	.rslides li {
	  height: auto;
	  }
	  
	/*.rslides img {
	  display: none;
	  }*/
	  .rslides .desktop{
		display:none;
	  }

	  .rslides .mobile{
		display:block;
	  }
	  
	 .rslides li .text h1 {
	  position: relative;
	  display: block;
	  float: left;
	  font-size: 24px;
	  line-height: 1;
	  margin: 60px 0;
	  padding: 0 10px;
	  top: auto;
	  left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	
	.rslides li .text h1 {
	  font-size: 40px;

}