@charset "iso-8859-1";
#full-width-slider {
	width: 100%;
	color: #000;
	min-height:320px;
}
img.rsImg{
	min-height:320px;
}
.rsABlock {
	width: 100%;
	position: absolute;
	top: 100px;
	padding-bottom: 0;
	overflow: hidden;
	padding: 0px;
	text-align:center;
	height: 100%;
	color: #ffffff;
}
.rsFlexDir{
	width: 100%;
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	height: 100%;	
	align-items: flex-end;
}
.rsFlexEsq{
	width: 100%;
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	height: 100%;	
}

.rsTranspDir, .rsTranspEsq{
	display: block;
	margin:50px 20px 20px 10px;
	text-align: center;
	float:right;
	background-color: #0000006b;
	padding: 10px;	
	width: 100%;
	max-width: 580px;
}
@media (max-width: 900px){
	.rsTranspDir, .rsTranspEsq{
		float:none;
		margin:20px auto;
		max-width: 80%;
	}	
}
.rsTranspDir h4, .rsTranspEsq h4{
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 auto;
    padding-bottom: 3px;
    color: #fdfdfd;
    font-family: 'Poppins', serif;
    font-weight: 200;
    font-style: normal;
    text-shadow: 1px 1px 1px solid;
    text-shadow: 1px 1px black;
}
.rsTranspDir p, .rsTranspEsq p {
	font-size: 14px;
	margin: 20px 0 0;
}
.rsTranspDir p, .rsTranspEsq p{
	font-size: 14px;
	margin: 35px 10px 15px 10px;
	text-align:center;
}
@media screen and (max-width: 900px){
	.rsTranspDir p, .rsTranspEsq p{
		margin: 30px 10px 10px 20px;
	}	
}
.rsTranspDir a, .rsTranspEsq a {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	margin: 40px;
	box-sizing: content-box;
	background-color: #3b3b3b;
	border-radius: 25px;	
}
.rsTranspDir a:hover, .rsTranspEsq a:hover{
	background-color: #333333;
}	
@media screen and (max-width: 420px){
	.rsTranspDir a, .rsTranspEsq a{
		margin: 20px;
		padding: 8px;
		font-size: 14px;
	}
	.rsTranspDir p, .rsTranspEsq p{
		margin: 15px !important;
		padding: 4px;
	    font-size: 14px;		
	}	
}
/*
@media screen and (min-width:900px) and (min-height:660px) {
	.heroSlider .rsOverflow, .royalSlider.heroSlider {
		height: 584px !important;
	}
}
@media screen and (min-width:1200px) and (min-height:800px) {
	.heroSlider .rsOverflow, .royalSlider.heroSlider {
		height: 700px !important;
	}
}
@media screen and (min-width:900px) and (min-height:1000px) {
	.heroSlider .rsOverflow, .royalSlider.heroSlider {
		height: 584px !important;
	}
}
*/
@media screen and (min-width: 0px) and (max-width: 900px) {
	.rsBlock {
		padding: 0px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 0px;
		top: 100px;
		right: auto;
		font-size: 12px;
	}
	.rsBlock h3{
		font-size: 14px;
		line-height: 17px;
	}
	.rsBlock h4{
		font-size: 1.3rem;
		line-height: 25px;
	}
}
.rsOverflow{
	background:#c3c3c3 !important;
	width:100% !important;
}