@charset "utf-8";



#header-page-entry {
	z-index: 1;
	position: relative;
}

#header-page-entry .royalSlider {
	margin: auto;
    width: 100%;
	height: 900px !important;
}

#header-page-entry .rsGCaption {
	top: 0px;
	bottom: auto !important;
}

#header-page-entry .description {
	margin-top: 350px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: rgba(0, 0, 0, .2);
	color: white;
	text-align: center;
}

#header-page-entry h1 {
	color: white;
	font-size: 74px;
	line-height: 88px;
}

#header-page-entry h2 {
	padding-left: 170px;
	padding-right: 170px;
	color: white;
	font-size: 29px;
	line-height: 35px;
}

#header-page-entry .rsMinW .rsBullets {
	bottom: 40px;
}

#header-page-entry .rsMinW .rsBullet {
	margin: 0 6px !important;
	width: 16px;
    height: 16px;
	margin-left: 0;
}

#header-page-entry .rsMinW .rsBullet span {
    width: 16px;
    height: 16px;
    border: 1px solid white;
    border-radius: 50% !important;
	background-image: none !important;
}

#header-page-entry .rsMinW .rsBullet.rsNavSelected span {
	margin-top: 1px;
	width: 14px;
    height: 14px;
	border: 0 !important;
    border-radius: 50% !important;
	background-color: white !important;
}




@media (min-width: 768px) and (max-width: 1239px) {

#header-page-entry .royalSlider {
	height: 500px !important;
}

#header-page-entry .description {
	margin-top: 220px;
	padding: 30px 2%;
}

#header-page-entry h1 {
	font-size: 50px;
	line-height: 59px;
}

#header-page-entry h2 {
	padding-left: 10%;
	padding-right: 10%;
	font-size: 23px;
	line-height: 28px;
}

#header-page-entry .rsMinW .rsBullets {
	bottom: 20px;
}

}



@media (min-width: 0px) and (max-width: 767px) {

#header-page-entry .royalSlider {
	height: 300px !important;
}

#header-page-entry .rsImg {
	max-width: none !important;
}

#header-page-entry .description {
	margin-top: 94px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header-page-entry h1 {
	font-size: 30px;
	line-height: 38px;
}

#header-page-entry h2 {
	padding-left: 0;
	padding-right: 0;
	font-size: 20px;
	line-height: 24px;
}

#header-page-entry .rsMinW .rsBullets {
	bottom: 5px;
}

}