/* custom COSTASOFT */
.slide_style {
	margin-left: auto;
	margin-right: auto;
	
}

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

.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: 'Shadows Into Light Two';
	font-size: 18px;
	text-transform: uppercase;
	color: #7E8387;
}

.rsDefault .rsCaption {
	margin: 10px 14px;
	min-height: 50px;
}
.rsDefault .rsCaption2 {
	margin: 10px 14px;
	min-height: 25px;
}
@media screen and (max-width: 600px) {
	#galleria-rs {
	min-height: 270px;
	}
	.rsDefault.rs-caption-outside .rsGCaption {
		font-size: 15px;
	}
	.rsDefault .rsCaption {
	margin: 0;
	min-height: 25px;
	}
	
	
}