/* custom COSTASOFT */
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
.slide_style {
	margin-left: auto;
	margin-right: auto;
	
}

#galleria-rs {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}

.royalSlider {
	width: 100%;
	/* height: 365px; */
	
}

.royalSlider.rs-auto-height .rsImg {
	width: 100%;
	border-radius: 15px;
}
.royalSlider .rsImg {
	border-radius: 15px;
}

.rsDefault .rsThumb {
	height: 40px;
	border-radius: 5px;
}

.rsDefault .rsThumbsHor {
	height: 40px;
	border-radius: 5px;
}

.rsDefault .rsThumb.rsNavSelected {
	background: #f6f6f6;
	
}

.rsDefault, 
.rsDefault .rsOverflow, 
.rsDefault .rsSlide, 
.rsDefault .rsVideoFrameHolder, 
.rsDefault .rsThumbs {
	background: #f6f6f6;
	background: #fff;
	color: #fff;
	
}

.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 55px;
	margin: 0;
	margin-right: 8px;
	text-align: center;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.4);
	color: #000;
	padding: 0px 0px;
	width: auto;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 8px;
	line-height: 20px;
}

.rsDefault.rs-caption-outside .rsGCaption {
	position: static;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    line-height: 25px;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    text-transform: none;
}

.rsDefault .rsCaption {
	margin: 10px 14px;
}
