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

.rslidesmaincontainer {
	position:relative;
	
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden !important;
  width: 100%;
  max-height:900px;
  overflow:hidden !important;
  padding: 0;
  margin: 0;
  display:block;
  }

.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;
  }

.slider-textoverlay {
	position:absolute;
	color:#ffffff;
	text-align:center;
	position: absolute;
	top:5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding:0px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	
}  

.rslidesmaincontainer a.prev {
	z-index: 30;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: calc(50% - 6%);
	left: 1%;
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 10%;
	width: 5% !important;
	background: transparent url("../images/navarrow.svg") no-repeat left top;
	background-size: 70% auto;
	margin-top: -45px;
}

.rslidesmaincontainer a.next {
	z-index: 30;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: calc(50% - 10%);
	left: calc(100% - 6%);
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 10%;
	width: 5% !important;
	background: transparent url("../images/navarrow.svg") no-repeat left top;
	background-size: 70% auto;
	transform: rotate(180deg);
	margin-top: -45px;
}

.rslidesmaincontainer ul.rslides_tabs {
	
	text-align:center;
	z-index:1000;
}

.rslidesmaincontainer ul.rslides_tabs li {
	list-style:none;
	display:inline-block;
	width:26px !important;
	height:26px;
	margin-right:4px;
	border-radius:50%;
	background-color:#254AA5;
	opacity: 0.5;
}

.rslidesmaincontainer ul.rslides_tabs li a{
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	
}


/*** Mobile Version ******************************************************************************************/
	
	
	@media only screen and (max-width: 1000px) {
	
		.slider-textoverlay {
			top:0%;
			width:100% !important;
			height:100% !important;
			font-size:18px;
			padding:20px;
			padding-top:10px;
		}
		
		.slider-textoverlay * {
			font-size:1em !important;
			line-height:1.2em;
		}
		
		.slider-textoverlay h1 {
			font-size:1.4em !important;
			line-height:1.2em;
		}
		
		.rslides {
		  position: relative;
		  list-style: none;
		  overflow: hidden !important;
		  width: 100%;
		  max-height:300px;
		  overflow:hidden !important;
		  padding: 0;
		  margin: 0;
		  display:block;
		}
		
		div.indulor-standardpage-contentframe-head ul li {
			overflow:hidden;
		}
		
		div.indulor-standardpage-contentframe-head ul.rslides li {
			overflow:hidden;
			text-align:center;
		}
		
		div.indulor-standardpage-contentframe-head ul.rslides li img {
			width:150% !important;
			height:auto !important;
			margin-left:auto;
			margin-right:auto;
		}
		

	}
