/*** BEGIN GOOGLE WEB FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Ubuntu|Open+Sans);
/*** END GOOGLE WEB FONTS ***/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #000000;
	outline: 0;
}
a:hover
{
	text-decoration: none;
	color: #004a2a;
}
a:focus
{
	outline: none;
}

.formbutton
{
	display: inline-block;
	height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #ffd800;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	text-decoration: none;
	white-space: nowrap;
}
.formbutton:hover
{
	color: #000000;
	background-color: ##ffff80;
	text-decoration: none;
}

.input-error
{
	background-color: #ffcccc !important;
	border: 1px solid #990000 !important;
}

.formRow label
{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	font-weight: 800;
}

.formRow
{
	position: relative;
	padding-bottom: 24px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 36px;
	line-height: 36px;
	padding-left: 1%;
	padding-right: 1%;
	width: calc(98% - 2px);
	border: 1px solid #999999;
	color: #666666;
	background-color: #ffffff;
}
.formRow input[type=number], .formRow input[type=date], .formRow input[type=month]
{
	height: 36px;
	line-height: 36px;
	padding-left: 1%;
	padding-right: 1%;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #ffffff;
}
.formRow input[type=time]
{
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	width: 90px;
	border: 1px solid #999999;
	color: #666666;
	font-family: 'Roboto', Arial;
}

.formRow input[type=number].number-wide
{
	width: calc(98% - 2px);
}
.formRow input[type=password]
{
	height: 36px;
	line-height: 36px;
	padding-left: 1%;
	padding-right: 1%;
	width: calc(98% - 2px);
	border: 1px solid #999999;
	color: #666666;
	background-color: #ffffff;
}
.formRow select
{
	height: 40px;
	line-height: 40px;
	padding-left: 1%;
	padding-right: 1%;
	width: calc(98% - 2px);
	border: 1px solid #999999;
	color: #666666;
	background-color: #ffffff;
}
.formRow textarea
{
	height: 90px;
	line-height: 21px;
	padding: 1%;
	width: calc(98% - 2px);
	border: 1px solid #999999;
	color: #666666;
	background-color: #ffffff;
	resize: vertical;
}
.formRow .options
{
	padding-top: 12px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password], .formRow input[type=number], .formRow input[type=date], .formRow input[type=time], .formRow input[type=month], .formRow select, .formRow textarea
{
	margin-top: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-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;
}
.formRow input[type=text]:hover, .formRow input[type=tel]:hover, .formRow input[type=email]:hover, .formRow input[type=password]:hover, .formRow select:hover, .formRow textarea:hover,
.formRow input[type=text]:focus, .formRow input[type=tel]:focus, .formRow input[type=email]:focus, .formRow input[type=password]:focus, .formRow select:focus, .formRow textarea:focus
{
}

input[type=range]
{
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
}
input[type=range]:focus
{
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track
{
	margin-top: -12px;
	width: 100%;
	height: 40px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
}
input[type=range]::-webkit-slider-thumb
{
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 42px;
	width: 20px;
	border-radius: 3px;
	background: #ffffff;
	-webkit-appearance: none;
	margin-top: -2px;
}
input[type=range]:focus::-webkit-slider-runnable-track
{
	background: #fffff;
}
input[type=range]::-moz-range-track
{
	margin-top: -12px;
	width: 100%;
	height: 40px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
}
input[type=range]::-moz-range-thumb
{
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 42px;
	width: 20px;
	border-radius: 3px;
	background: #ffffff;
	margin-top: -2px;
}
input[type=range]::-ms-track
{
	margin-top: -12px;
	width: 100%;
	height: 40px;
	background: transparent;
}
input[type=range]::-ms-fill-lower
{
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
}
input[type=range]::-ms-fill-upper
{
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
}
input[type=range]::-ms-thumb
{
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 40px;
	width: 20px;
	border-radius: 3px;
	background: #ffffff;
	margin-top: -2px;
}
input[type=range]:focus::-ms-fill-lower
{
	background-color: #ffffff;
}
input[type=range]:focus::-ms-fill-upper
{
	background-color: #ffffff;
}

.check-option
{
	display: table;
	height: 32px;
}
.check-option > div
{
	display: table-cell;
	line-height: 16px;
	vertical-align: middle;
}

.text-money
{
	padding-left: 12px;
	background-image: url('/__cms/images/text-money.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.form-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #006600;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #660000;
}

#main
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	text-align: center;
}

#container
{
	margin: 0px auto;
	max-width: 1200px;
	text-align: left;
	padding-top: 50px;
}

#header-container
{
	display: table;
	width: 100%;
}

#header
{
	display: table-row;
}

#header > h1
{
	display: table-cell;
	width: 50%;
	text-align: left;
	font-size: 16px;
	color: #a2a2a2;
	text-transform: uppercase;
	font-weight: 800;
}

#header-info
{
	display: table-cell;
	width: 50%;
	text-align: right;
	font-size: 14px;
	color: #a2a2a2;
}
#header-info a
{
	color: #a2a2a2;
	margin-left: 20px;
}
#header-info a > i
{
	color: #ffd800;
	padding-right: 5px;
}

#content
{
	padding-top: 50px;
}

#content-main
{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	cursor: pointer;
}
#content-main h1
{
	font-family: 'Ubuntu';
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 900;
}
#content-main h1 a
{
	font-weight: 300;
	color: #ffd800;
}

#content-popup
{
	position: absolute;
	display: none;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 2;
	margin-top: -30px;
}

#contact-form-container
{
	margin: 0px auto;
	max-width: 560px;
	padding: 12px;
	background-color: #ffffff;
	border: 5px solid #ffd800;
	text-align: left;
}

#contact-submitting
{
	display: none;
	color: #999999;
	font-style: italic;
}

#contact-thankyou
{
	display: none;
}

#formError
{
	display: none;
	padding-bottom: 12px;
	color: #cc0000;
}

.footnote
{
	font-size: 16px;
}

@media only screen and (max-width: 780px)
{
	#container
	{
		padding-top: 25px;
	}

	#header-container
	{
		display: block;
		width: auto;
	}

	#header
	{
		display: block;
	}

	#header > h1
	{
		display: block;
		width: auto;
		text-align: center;
	}

	#header-info
	{
		display: block;
		width: auto;
		text-align: center;
	}

	#header-info a
	{
		display: block;
		text-align: center;
		margin-left: 0px;
	}

	#content
	{
		padding-top: 25px;
	}

	#content-main
	{
		padding: 12px;
	}

	#content-main h1
	{
		font-size: 24px;
		line-height: 32px;
	}
	
	h2
	{
		font-size: 20px;
	}

	#contact-form-container
	{
		margin: 12px;
	}
}
