body.dark
{
	background-color: #161515;
}

#main.main-bgxzzxxz
{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100vw auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#hero-banner-outer
{
	display: block;
	position: relative;
	height: 720px;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
}

#hero-banner-mid1
{
	margin-top: -300px;
	margin-right: -200px;
	height: 940px;
	border-bottom-right-radius: 70%;
	overflow: hidden;
	padding-bottom: 0px;
}
body.dark #hero-banner-mid1
{
	background-color: #a2a2a2;
}
body.light #hero-banner-mid1
{
	background-color: #a2a2a2;
}

#hero-banner-mid2
{
	padding-top: 300px;
	padding-right: 200px;
	height: 640px;
	border-bottom-right-radius: 80%;
	overflow: hidden;
}
body.dark #hero-banner-mid2
{
	background-color: #161515;
}
body.light #hero-banner-mid2
{
	background-color: #f9f9f9;
}

#hero-banner-inner
{
	display: table;
	margin: 0px auto;
	display: table;
	margin: 0px auto;
	width: 100%;
	max-width: 1480px;
	height: 640px;
	padding: 40px;
}
body.dark #hero-banner-inner
{
	background-color: #161515;
}
body.light #hero-banner-inner
{
	background-color: #f9f9f9;
}
#hero-text
{
	display: table-cell;
	padding-right: 240px;
	padding-bottom: 80px;
	width: calc(100% - 700px);
	text-align: left;
	vertical-align: middle;
}

#hero-h1
{
	font-family: 'Avenir';
	background-image: none;
	font-size: 55px;
	line-height: 65px;
	text-align: left;
	margin: 0px;
	padding-bottom: 20px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#hero-h2
{
	text-align: left;
	padding-right: 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	text-transform: none;
}
body.dark #hero-h2
{
	color: #b9b9b9 !important;
}
body.light #hero-h2
{
	color: #191919 !important;
}

#hero-image-outer
{
	display: table-cell;
	width: 700px;
	height: 700px;
}

#hero-image-border
{
	width: 672px;
	height: 672px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 16px solid #ff0000;
}

#hero-image
{
	position: absolute;
	display: block;
	margin-top: 32px;
	margin-left: 32px;
	width: 640px;
	height: 640px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1180px) and (max-width: 1480px)
{
	#hero-banner-outer
	{
		height: 570px !important;
		margin-bottom: 0px;
	}

	#hero-banner-mid1
	{
		margin-top: -225px;
		margin-right: -150px;
		height: 705px;
	}

	#hero-banner-mid2
	{
		padding-top: 225px;
		padding-right: 150px;
		height: 480px;
	}

	#hero-banner-inner
	{
		max-width: 90% !important;
		height: 480px;
		padding: 30px;
	}

	#hero-text
	{
		padding-right: 60px !important;
		padding-bottom: 60px !important;
		width: calc(100% - 525px) !important;
	}

	#hero-h1
	{
		font-size: 42px;
		line-height: 49px;
		padding-bottom: 15px;
	}

	#hero-h2
	{
		padding-right: 15px;
		font-size: 14px;
		line-height: 21px;
	}

	#hero-image-outer
	{
		width: 525px;
		height: 525px;
	}

	#hero-image-border
	{
		width: 504px;
		height: 504px;
		border-width: 12px !important;
	}

	#hero-image
	{
		margin-top: 24px;
		margin-left: 24px;
		width: 480px !important;
		height: 480px !important;
	}
}

@media only screen and (max-width: 1180px)
{
	#hero-banner-outer
	{
		height: auto !important;
		margin-bottom: 20px !important;
	}

	#hero-banner-mid1
	{
		height: auto !important;
		border-bottom-right-radius: 0px;
		background-color: #f9f9f9;
		overflow: visible;
	}

	#hero-banner-mid2
	{
		height: auto !important;
		border-bottom-right-radius: 0px;
		overflow: visible;
	}

	#hero-image-border
	{
		display: none !important;
	}

	#hero-banner-inner, #hero-image-mobile
	{
	
	}

	#content-container
	{
		margin-top: -800px !important;
	}
}
