body {
	background-image: url('../img/back_pattern.png');
	background-repeat: repeat;
}

.container {
	margin-bottom: -40px;
}

.hero-unit {
	background-image: url('../img/noisy_grid.png');
	background-repeat: repeat;
	border: 2px solid #CFD3CF;
	box-shadow: 3px 3px 4px #D1D1D1;
}

footer {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

footer ul {
	float: left;
	position: relative;
	left: -50%;
	clear: both;
	font-weight: bold;
}

#copyright {
	text-align: center;
	clear: both;
	color: #FFF;
	font-size: 10px;
	padding-bottom: 2px;
}

#bottomArea {
	background-image: url('../img/wild_oliva.png');
	background-repeat: repeat;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 10px;
	box-shadow: 0px -3px 5px 5px #D1D1D1;
}

/*#logo {
	font-family: 'Sansita One';
	font-weight: bold;
	font-size: 30px;
}

#logo i {
	position: absolute;
}

#logo span {
	padding-left: 33px;
}*/

#logo {
	padding: 0px;
	position: absolute;
}

.opening {
	margin-top: 10px;
	font-size: 20px;
}

.heroFirstP {
	margin-top: 20px;
}
	
.introButton {
	margin-top: 10px;
	width: 70px;
	width: 330px;
}

#intro-pic {
	postion: absolute;
	max-width: 130%;
	
}

.hero-unit {
	padding: 40px;
}

#inventoryTypesNav {
	width: auto;
}

.promoSubIcons {
	float: left;
	font-size: 80px;
	padding: 15px;
	padding-top: 25px;
}

.play-button {
	font-size: 250px;
	position: absolute;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	margin-top: 176px;
	margin-left: 242px;
}

a.play-button:hover {
	text-decoration: none;
}

#promoModal {
	width: 730px;
	margin-left: -365px; /* -(widthOfModal/2) */
}

#promoModal .modal-body {
	overflow: hidden;
	max-height: 600px;
}

#featureContainer .row {
	margin-top: 20px;
}

.alt-hero h1 {
	text-align: center;
}

.alt-hero h2 {
	text-align: center;
	font-size: 20px;
}

#priceChart {
	width: 652px;
	margin: 0px auto;
}

.chartPlan {
	float: left;
	width: 200px;
	border: 1px solid #DDDDDD;
	height: 250px;
	background-color: #FFF;
	margin-right: 20px;
	box-shadow: 3px 3px 4px #D1D1D1;
}

.chartPlan:last-child {
	margin-right: 0px;
}

.chartPlan h3 {
	text-align: center;
}

.chartPlan .price {
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F4F4F4;
}

.chartPlan ul {
	list-style-type: none;
	padding: 5px;
	font-size: 12px;
}

.chartPlan ul strong {
	font-size: 15px;
}

.startTrialButton {
	display: block;
	margin: 0px auto;
	margin-top: 30px;
}

#trialForm .control-label {
	font-weight: bold;
}

#trialForm .help-block {
	font-size: 14px;
}

#trialForm .form-actions {
	background-color: transparent;
}

.highlightBox {
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	box-shadow: 3px 3px 4px #D1D1D1;
	padding: 20px;
}

.highlightBoxGallery {
	margin-top: 20px;
	text-align: center;
}

.highlightBoxGallery img {
	border: 1px solid #CFD3CF;
	margin-right: 20px;
	margin-bottom: 20px;
}

.sideImage {
	border: 1px solid #DDDDDD;
	box-shadow: 3px 3px 4px #D1D1D1;
	position: absolute;
}

.learnMoreButton {
	margin: 0px auto;
	display: block;
	margin-top: 10px;
	width: 70px;
	width: 330px;
}

/*** Validation CSS ***/
.LV_valid {
	color: #4AC54A;
	margin-left: 15px;
}

.LV_invalid {
	color: #D3252B;
	margin-left: 15px;
}

/*** Mobile Device Fixes ***/
@media (max-width: 767px) {
	#promoFrontPageSection {
		height: 450px !important;
	}
	
	#promoFrontPageSection img {
		margin-left: -50px;
	}
	
	.holidaySpecialFrontPage {
		position: relative !important;
	}
}

@media (max-width: 480px) {
	.hero-unit h1 {
		font-size: 39px;
	}
	
	.introButton {
		width: 80%;
	}
	
	.play-button {
		display: none;
	}
	
	.hero-unit {
		padding: 10px;
	}
	
	#promoFrontPageSection {
		height: 210px !important;
	}
	
	.holidaySpecialFrontPage {
		position: relative !important;
	}
	
	#intro-pic {
		width: 100%;
		margin-left: 0px !important;
	}
}