/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:100%;
  left: 0;
  top: 0px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  width:100%;
  height:100%; 
  object-fit:contain;
  border: 0;
  position:inherit;
  bottom:0;
  background-position:bottom;
  /*-webkit-filter: grayscale(80%);*/ /* Safari 6.0 - 9.0 */
    /*filter: grayscale(80%);*/
}

.text-overlay{
	min-width:300px;
	max-width:370px;
	height:100%;
	overflow:auto;
	background:rgba(220,20,60,0.3);
	float:right;
	position:absolute;
	top:0;
	right:140px;
	padding:30px;
}

.seperateslide{
	width:370px;
	background:#DC143C;
	height:4px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	padding:20px;

}

.text-overlay .slide-title{
	width:100%;
	display:block;
	color:#fff;
	font-size:44px;
	font-family:icb;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:left;
	font-weight:normal;
	margin-top:200px;
}



.text-overlay .slide-excerpt{
	display:block;
	width:100%;
	color:#fff;
	font-size:18px;
	font-family:opensans-regular;
	float:left;
}

.text-overlay .slide-excerpt a{
	display:inline-block;
	padding:15px 15px;
	font-family:opensans-regular;
	color:#FFF;
	text-transform:uppercase;
	font-size:13px;
	background:#DC143C;
	text-decoration:none;
	margin-top:10px;
}

.text-overlay a:hover{
	color:#ccc;
	background:#333;
}

 
  .rslides_tabs{
  max-width:1200px;
  min-height:10px;
  overflow:auto;
  list-style:none;
  padding:0;
  margin:0;
  position:absolute;
  bottom:10px;
  z-index:99999;
  text-align:center;
  left:110px;
 		  
  }
  
  .rslides_tabs li{
  display:block;
  width:60px;
  height:3px;
  float:left;
  position:relative;
  margin-bottom: 18px;
  cursor: pointer;
  background:#DC143C;
  margin-right:5px;		  
  }
  
  .rslides_tabs rslides_here{
  display:block;
  width:60px;
  height:3px;
  float:left;
  position:relative;
  margin-bottom: 12px;
  cursor: pointer;
  background:#FFF;
  margin-right:5px;		  
  }
  
  .rslides_tabs li a{
	  display:none;
	  width:100%;
	  height:100%;
  	text-decoration:none;
  		color:transparent;		  
  }
  
  /* Hide the browser's default checkbox */
.rslides_tabs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.radioPager {
   position: absolute;
  top: 0;
  left: 10px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rslides_tabs:hover input ~ .radioPager {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.rslides_tabs input:checked ~ .radioPager {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.rslides_tabs li a input:checked ~ .radioPager:after {
  display: block;
}

/* Style the checkmark/indicator */
.rslides_tabs li a .radioPager:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.rslides_here .radioPager{
  background:#ED1D24;	
}


@media(max-width:980px){
.text-overlay{
	width:100%;
	min-height:160px;
	overflow:auto;
	background:transparent;
	border-radius:0px;
	float:right;
	position:relative;
	position:absolute;
	bottom:0;
	padding:10px 10px 20px 60px;
	box-shadow: inset 100px -80px 100px 0 rgba(0,0,0,0.8);
	display:none;
}

.rslides img {
  display: block;
  width:100%;
  height:500px; 
  object-fit:cover;
  border: 0;
  position:inherit;
  background-position:center;
}

.seperateslide{
	width:100px;
	background:#602541;
	height:4px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;

}

.text-overlay .slide-title{
	display:block;
	color:#602541;
	font-size:24px;
	font-family:opensans-bold;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:1px 1px #000;
}



.text-overlay .slide-excerpt{
	display:block;
	width:70%;
	color:#fff;
	font-size:14px;
	font-family:opensans-regular;
	float:left;
	text-shadow:1px 1px #000;
}

.text-overlay .slide-excerpt a{
	font-family:opensans-regular;
	color:#602541;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
}

	
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  }
}

@media(max-width:600px){
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  height:300px; 
  object-fit:cover;
  border: 0;
  position:inherit;
  background-position:center;
}

.text-overlay{
	width:100%;
	min-height:120px;
	overflow:auto;
	background:transparent;
	border-radius:0px;
	float:right;
	position:relative;
	position:absolute;
	bottom:0;
	padding:10px 10px 20px 20px;
	box-shadow: inset 100px -80px 100px 0 rgba(0,0,0,0.8);
	display:none;
}


.seperateslide{
	width:70px;
	background:#602541;
	height:4px;
	float:left;
	margin-top:8px;
	margin-bottom:10px;

}

.text-overlay .slide-title{
	display:block;
	color:#602541;
	font-size:18px;
	font-family:opensans-bold;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:1px 1px #000;
}



.text-overlay .slide-excerpt{
	display:block;
	width:90%;
	color:#fff;
	font-size:12px;
	font-family:opensans-regular;
	float:left;
	text-shadow:1px 1px #000;
}

.text-overlay .slide-excerpt a{
	font-family:opensans-regular;
	color:#602541;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
}
	
	
}