.royalSlider {
  width: 980px;
  height: 382px;
}


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: transparent;
	color: #FFF;
}

.rsDefault .rsThumbs .rsThumb {
  width: 320px;
  height: 115px;
}
.rsDefault .rsThumbs {
  width: 320px;
  padding: 0;
}

.rsTmb div {
	width: 320px;
  	height: 115px;
}

.rsTmb div h1 {
	font-family: 'dosis',sans-serif;
	font-size: 16px;
	text-transform: uppercase;
  color: #ae111f;
}

.rsTmb .TmbShader {
position: absolute;
top: 4px;
left: 4px;
width: 304px;
height: 99px;
padding: 4px;
background-color: rgba(0,0,0,0.8);
}

.rsNavSelected .TmbShader {
 display: none;
}

.rsDefault .rsThumbsVer {
	top: 10px;
}



.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 40px;
	left: 5px;
	text-align: left;
	background: rgba(0,0, 0, 0.9);
	color: #FFF;
	padding: 8px 8px;
	max-width:620px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

.rsDefault .rsGCaption p {
  font-size: 13px;
}

.rsDefault .rsGCaption h1 {

font-family: 'dosis',sans-serif;
color: #ae111f;
text-transform: uppercase;
font-size: 26px;
font-weight: 500;
line-height: 23px;
margin-bottom: 4px;

}
