* {
	box-sizing: border-box;
}
body {
	margin: 0;
	background: black;
	font-family: helvetica;
	color: white;
}
img {
	width: 100%;
	height: auto;
}
a:hover {
	cursor: pointer;
	cursor: hand;
}
.red {
	color: #e75852;
}
.content {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1260px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1280px;
	overflow: visible !important;
}
#main {
	width: 100%;
	height: 100%;
	//background: url(../images/bg.png) no-repeat;
	background-size: 100%;
	z-index: 1;
}
#main img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	position: absolute;
	//display: none;
}
.content > img {
	vertical-align: bottom;
}
#left {
	position: absolute;
	left: 0;
	top: 150px;
	color: white;
	padding-left: 50px;
	width: 43%;
	max-width: 550px;
}
#top-left {
	position: absolute;
	top: 0;
	left: 15%;
	z-index: 1;
}
#top-left img {
	display: none;
	shape-outside: url(../images/top.png);
	shape-image-threshold: 1;
}
#top-right {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 2;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
	font-size: 20px;
	line-height: 27px;
}
#top-right img {
	width: 279px;
}
#middle {
	background: url(../images/main.jpg) no-repeat;
	background-size: 100%;
	top: 4%;
	z-index: -1;
	right: 2%;
	width: 67%;
	height: 96%;
}
#right {
	position: absolute;
	width: 100%;
	top: 13%;
	right: 0;
	z-index: 1;
}
#right img {
	display: none;
	shape-outside: url(../images/right.png);
	shape-image-threshold: 1;
	width: 19%;
	position: absolute;
	right: 0;
}
#bottom-right {
	position: absolute;
	right: 11px;
	top: 520px;
	font-size: 12px;
}
#bottom-right img {
	width: 24px;
	vertical-align: middle;
	margin-right: 5px;
}
#bottom {
	position: absolute;
	width: 100%;
	bottom: 17%;
	right: 10%;
}
#bottom img {
	display: none;
	shape-outside: url(../images/bottom.png);
	shape-image-threshold: 1;
	width: 43%;
	position: absolute;
	right: 7%;
}
#logo {
	width: 54%;
	position: relative;
}
#tagline {
	width: 350px;
	margin: 20px 0 40px 0;
}
table tr:first-child td:first-child {
	width: 62px;
}
#royal {
	
}
#bsre {
	width: 56px;
}
.half {
	float: left;
	width: 50%;
}
.row {
	clear: both;
	overflow: hidden;
	float: none;
}
#more-info {
	margin-top: 35px;
	font-weight: bold;
	font-size: 18px;
}
#bottom-right a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #8dcbc1 !important;
}
#contact-form {
	display: none;
	width: 100%;
	height: 100%;
	background: white;
	max-height: 555px;
	//position: relative;
	font-size: 13px;
}
#contact-inner {
	position: absolute;
	top: 175px;
	right: 250px;
	width: 384px;
	color: black;
	z-index: 2;
}
.checkbox-wrapper {
	float: left;
}
.checkbox-wrapper input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 3px;
}
#contact-inner table {
	width: 100%;
}
#contact-inner table tr:first-child td:first-child {
	width: 80px;
}
#contact-inner input[type="text"], #contact-inner textarea {
	width: 100%;
}
#contact-inner td {
	padding-bottom: 5px;
}
#contact-inner p {
	margin-bottom: 5px;
	margin-top: 15px;
}
#contact-inner td:nth-child(odd) {
	vertical-align: top;
}
#contact-inner .checkbox-wrapper:nth-child(2) {
	margin: 0 44px;
	padding-bottom: 15px;
}
#contact-inner input[type="submit"] {
	border-radius: 0px;
	box-shadow: none;
	border: none;
	color: white;
	background: #8dcbc1;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 15px;
}
#ajax-loader {
	width: 16px;
	position: relative;
	top: 3px;
	left: 8px;
	display: none;
}
#thank-you-message {
	margin-top: 121px;
	font-weight: bold;
	font-size: 18px;
}