@charset "utf-8";
/* CSS Document */
#full-width-slider {
	width: 100%;
	color: #FFF;
}
.fullWidth {
 *max-width: 1400px; /* boskejo */
	margin: 0 auto;
}
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 250px !important;
}
.infoBlock {
	width: 70%;
	max-width: 740px;
	position: absolute;
	top: 45%;
	left: 0;
	right: auto;
	overflow: hidden;
	padding: 0;
	background: rgba(255,255,255,0.77);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.infoBlock h2 {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: right !important;
	padding: 0.2em 0.2em 0 0 !important;
}
.infoBlock p {
	font-size: 1.1rem;
}
.infoBlock img {
	display: block;
	width: 30%;
	float: right;
	padding: 1% !important;
	margin: 2% 4% 2% 0 !important;/* -webkit-filter: drop-shadow( 7px 10px 12px rgba(0, 0, 0, .5));
	filter: drop-shadow( 7px 10px 2px rgba(0, 0, 0, .5));*/
}
@media screen and (min-width: 660px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 380px !important;
}
.infoBlock {
	top: 50%;
 *background-color: yellow;
}
.infoBlock h2 {
	font-size: 2rem;
}
}
@media screen and (min-width: 760px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 380px !important;
}
.infoBlock {
	top: 40%;
	width: 60%;
 *background-color: red;
}
.infoBlock h2 {
	font-size: 2rem;
	padding: 0.4em !important;
}
}
@media screen and (min-width: 800px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 300px !important;
}
.infoBlock {
	top: 50%;
	width: 80%;
 *background-color: blue;
}
}
 @media screen and (min-width: 1020px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 410px !important;
}
.infoBlock {
	top: 40%;
	width: 50%;
	max-width: none !important;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
 *background-color: lightblue;
}
}
@media screen and (min-width: 1300px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 520px !important;
}
.infoBlock {
	top: 40%;
	width: 60%;
 *background-color: lightgreen;
}
.infoBlock h2 {
	font-size: 2.5rem;
}
}
@media screen and (min-width: 1800px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 575px !important;
}
.infoBlock {
	top: 70%;
	width: 50%;
 *background-color: pink;
}
.infoBlock h2 {
	font-size: 3rem;
}
}
