@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: 370px !important;
}
.infoBlock {
	width: 100%;
 *max-width: 740px;
	position: absolute;
	top: 25%;
	left: 0;
	right: auto;
	overflow: hidden;
	padding: 1em 0 2em 0;
	background-color: rgba(255,255,255,0.34);/*;background-color: Coral;
	-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-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	font-style: normal;
	color: #FFF;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.52);
}
.infoBlock p {
	color: #FFF;
	font-size: 1.1rem;
	line-height: 1.4rem;
	text-align: center;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.52);
	padding: 0 !important;
	margin: 0 !important;
}
.menu-block {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0.5em 0;
}
.menu-block ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-block li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-block a:link,
.menu-block a:visited {
	color: #FFF;
	background-color: #46285A;
	border: solid 1px #46285A;
}
.menu-block a:hover {
	color: #FFF;
	background-color: transparent !important;
	border: solid 1px #FFF;
}
.menu-block a:link,
.menu-block a:visited,
.menu-block a:hover {
	display: block;
 *display: inline-block;
	text-decoration: none;
	font-size: 1.1rem;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 1px;
	text-transform: none;
	padding: 0.6em 1.2em;
	margin: 0.8em 1.6em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 7px 7px 4px 0px rgba(0,0,0,0.44);
	-webkit-box-shadow: 7px 7px 4px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 7px 7px 4px 0px rgba(0,0,0,0.44);
}
.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: 300px !important;
}
.infoBlock {
	top: 10%;
 *background-color: yellow;
}
.infoBlock h2 {
	font-size: 2rem;
}
.menu-block a:link,
.menu-block a:visited,
.menu-block a:hover {
 *display: block;
	display: inline-block;
}
}
@media screen and (min-width: 760px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 380px !important;
}
.infoBlock {
	top: 20%;
 *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: 30%;
 *width: 80%;
 *background-color: blue;
}
}
 @media screen and (min-width: 1020px) {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 410px !important;
}
.infoBlock {
	top: 30%;
 *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: 570px !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: 670px !important;
}
.infoBlock {
	top: 50%;
 *width: 50%;
 *background-color: pink;
}
.infoBlock h2 {
	font-size: 3rem;
}
}
