@charset "utf-8";



#header-page-entry {
	z-index: 1;
	position: relative;
	height: 840px;
	background-image: url('/images/header_background_entry.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header-page-entry .royalSlider {
	margin: auto;
    width: 100%;
	height: 100% !important;
}

#header-page-entry .content {
	position: relative;
	height: 100%;
}

#header-page-entry .box {
	position: relative;
	padding-bottom: 115px;
	width: 41%;
	font-weight: 500;
}

#header-page-entry .photo {
	position: absolute;
	bottom: 60px;
	right: -40px;
}

#header-page-entry h3 {
	margin-bottom: 35px;
	color: white;
	font-size: 30px;
}

#header-page-entry .more {
	position: absolute;
	bottom: 0px;
	left: 0px;
}




@media (min-width: 768px) and (max-width: 1169px) {

#header-page-entry .align-items-center {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#header-page-entry .photo {
	position: static;
	bottom: 0;
	right: 0;
	max-width: 50%;
	height: auto;
}

#header-page-entry .photo img {
	max-width: 100%;
	height: auto;
}

}



@media (min-width: 0px) and (max-width: 767px) {

#header-page-entry .box {
	width: auto;
	padding-bottom: 75px;
}

#header-page-entry .photo {
	right: 2%;
	bottom: 30px;
	width: 96%;
}

}