.rsContent {
    background-color: #eee;
}
.royalslider-overlay-card {
    position: absolute;
    right: 40px;
    bottom:40px;
    color:#fff;
}
.rsArrowLeft, .rsArrowRight, .rsFullscreenBtn {
    text-align: center;
    line-height: 26px;
    color:#fff;
    font-size: 16px;
}
.rsArrowLeft .rsArrowIcn::after { 
    font-family: 'FontAwesome';
    content: '\f053';
}
.rsArrowRight .rsArrowIcn::after { 
    font-family: 'FontAwesome';
    content: '\f054';
}

.rsFullscreenBtn .rsFullscreenIcn::after {
      font-family: 'FontAwesome';
    content: '\f065';
}
.rsBullets .rsBullet:not(:first-child) {
	margin-left: 10px;	
}
.rsBullets .rsBullet, .rsBullets .rsBullet > *  {
		border-radius: 5px!important;
	transition: 0.2s ease all;
	cursor: pointer;
}
.rsBullets .rsBullet:hover > *  {
	box-shadow: inset 0px 0px 0px 2px #fff;
}
.rsBullets {
	padding: 10px;	
}
.rsBullet.rsNavSelected,
.rsBullet.rsNavSelected > * {
	width: 30px!important;

}