

.royalSlider {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 600px;
}

.ie9 .royalSlider {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 600px!important;
margin-top: -300px;
min-width: 960px;
}

.royalSlider img {
    width: 100%;
    height: auto;
    margin: 10px auto;
}
.rsABlock {
left: 0;
bottom: 30px;
top: auto;
position: absolute;
z-index: 15;
width: 100%;
text-align: center;
}

.visibleNearby .rsSlide .equipCaption, .visibleNearby .rsSlide .select-btn  {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.visibleNearby .rsActiveSlide .equipCaption, .visibleNearby .rsActiveSlide .select-btn {
opacity: 1;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.visibleNearby .rsGCaption {
line-height: 10px;
}

.rsGCaption h1.topName {
padding: 0px 10px 6px 0px;
margin: 0px;
position: fixed;
top: 50px;
left: 50%;
line-height: 18px;
background: rgba(255,255,255,0.6);
width: 200px;
margin-left: -110px;
border-radius: 0px 0px 5px 5px;
font-size: 30px!important;
color: rgb(15,77,111);
}

.topName a, .topName a:visited, a.footLink{
font-size: 18px;
padding: 0;
text-decoration: none;
color: #808080;
position: relative;
margin: 0px 10px 0px 10px;
display: inline-block;
}

.topName a:hover, a.footLink:hover{
color: red;
}

.rsGCaption a.topName {
padding: 4px 6px 6px 0px;
margin: 0px;
position: fixed;
top: 50px;
left: 50%;
line-height: 20px;
background: rgba(255,255,255,0.6);
width: 140px;
margin-left: -70px;
border-radius: 0px 0px 5px 5px;
font-size: 19px!important;
color: rgba(30,30,30,0.6);
}

a.topName, a.topName:visited{

}

a.topName:hover{
color: white;
background: rgba(30,30,30,0.6);
}

.rsGCaption a.topName .fa {
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: transform .3s ease-in-out;
-moz-transition: transform .3s ease-in-out;
-ms-transition: transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
}

.rsGCaption a.topName.open .fa {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: transform .3s ease-in-out;
-moz-transition: transform .3s ease-in-out;
-ms-transition: transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
}

.visibleNearby {

}
.visibleNearby .rsGCaption {
font-size: 16px;
padding: 12px 0 16px;
background: #fff;
width: 100%;
height: 90px;
margin-top: 0;
position: fixed;
float: left;
left: auto;
bottom: 0;
color: black;
text-align: center;
}
.visibleNearby .rsGCaption span {
  clear: both;
  color: #bbb;
}

 .equipSubTitle  {
 margin: 80px auto 0px auto;
	text-align: center;
	z-index: 999;
position: relative;
 }  
 
 .equipSubTitle a {
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	color:#929292;
 } 
  .rsActiveSlide .equipSubTitle a:hover{
	color:#000;
 } 
 
 .rsActiveSlide .equipSubTitle a {
 font-size: 19px;
	color: #707070
 }
a.select-btn {
background: rgb(30,30,30);
background: rgba(0,0,0,0.6);
width: 200px;
/* height: 80px; */
position: absolute;
top: -32px;
left: 50%;
/* font-size: 20px; */
/* border-radius: 40px; */
z-index: 99;
margin: 0px 0px 0px -100px;
padding: 0;
color: white;
text-decoration: none;
text-align: center;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
}
a.select-btn span{
color: white;
text-decoration: none;
font-family: TradeGothicBold, Arial, sans-serif;
font-size: 18px;
line-height: 32px;
}

a.select-btn:hover {
background: rgb(0,0,0);
background: rgba(0,0,0,1);
}

.equipCaption {
font-family: TradeGothicBold, Arial, sans-serif;
font-size: 22px;
color: #222;
text-decoration: none;
text-align: center;
margin: 0;
position: absolute;
bottom: 0;
width: 100%;
height: 15%;
background: white;
}



@media (max-height: 768px) {
    .royalSlider {
		/*top: 50%;
		height: 500px;
		margin-top: -144px; */
    }   
	.equipSubTitle {
		margin: 60px auto 0px auto;
		text-align: center;
	}
}


/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.7);  
  -moz-transform: scale(0.7); 
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  margin: 0!important;
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1.8);  
  -moz-transform: scale(1.8); 
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}



.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  background: #eee;
  color: #000;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}