
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1;}
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	* {
		-webkit-transition: all 200ms ease-out 0s;
    	-moz-transition: all 200ms ease-out 0s;
    	-o-transition: all 200ms ease-out 0s;
    	transition: all 200ms ease-out 0s;
	}

/* #Basic Styles
================================================== */
	body {
		/*background: url(../images/wellard-bg.jpg) no-repeat top center fixed #FFFFFF; */
		background: url(../images/bg.jpg) no-repeat 0 0 fixed #FFFFFF;
		background-size: cover;
		font: 16px/23px Arial, sans-serif;
		color: #888888/*#9dc13b*/;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Site Styles
================================================== */
	.header-container {
		width: 100%;
		background: transparent;
	}
	.message {
		width: 100%;
		background: transparent !important;
		min-height: 350px;
		height: 600px;
		position: relative;
	}
	.content-container {
		width: 100%;
		background-color: #FFF;
		padding-bottom: 100px;
		margin-bottom: 0px;
	}
	.padded {
		padding: 80px 0px;
	}
	.blk {
		background: url(../images/blk-bg.png) 0 0 repeat transparent;
	}
	
	.caption {
		position: fixed;
		left: 0px;
		top: 260px;
	}

/* FOOTER
================================================== */
	.footer-container h3 {color: #FFFFFF;}
	.footer-container {
		width: 100%;
		background-color: #171717;
		padding: 20px 0px;
		margin: 10px 0px 0px;
		color: #999999;
		position: fixed;
		bottom: 0px;
	}
	.footer-container li a, .footer-container li a:link, .footer-container li a:visited {
		color: #AAAAAA;
		text-decoration: none;
		display:block;
		padding: 5px 0 5px 7px;
	}
	.footer-container a {
		color: #DDDDDD;
		text-decoration: none;
		display: block;
		padding: 0px;
	}
	.footer-container li:hover {
		background-color: #303030;
		border-radius: 4px;
		box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 1px 0 rgba(200,200,200,0.1);
	}
	.footer-container li:hover a, .footer-container li:visited:hover a, .footer-container span:hover {
		color: #6daec5;
	}
	.footer-container ul {margin-top: 7px;}
	.footer-container ul li {line-height: 18px; display:block; margin: 0px 0px 1px 0px; background-color: #373737; box-shadow: inset 0 0 1px rgba(0,0,0,0), 0 1px 0 rgba(200,200,200,0)}
	.footer-container span {
		color: #DDDDDD;
		font-size: 20px;
		padding-bottom: 10px;
		display: block;
		border-bottom: 1px solid #222222;
		box-shadow: 0 1px 0 rgba(170,170,170, 0.2);
	}
	
	/* Copyright */
	.copyright {padding: 7px 0px;}
	
	/* Website by: */
		.webby {padding: 7px 10px; font-size:11px; vertical-align: middle; text-align:right;}
		.webby a {display: inline-block;}
		.webby img {margin: 0 0 -3px 7px;}
		
		.webby:hover {
			background-color: #303030;
			border-radius: 4px;
			box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 1px 0 rgba(200,200,200,0.1);
		}
		

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #e41f29;
		font-family: Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 30px; line-height: 35px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }
	.text-center {text-align: center;}
	h1.promo1 {
		color: #FFF;
		font-size: 4.6em;
		line-height: 2em;
		font-weight: 900;
		text-shadow: 0px 4px 0px rgba(0,0,0,0.8);
		position: absolute;
		display:block;
		width: 100%;
		top: 20%;
	}
	h1.white {
		color: #FFF;
		font-weight: bold;
		letter-spacing: -3px;
		font-size: 65px;
		text-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
		display: block;
		margin-bottom: 7px;
	}
	
	@media (min-width:481px) and (max-width:768px) {
		h1.promo1 {
			line-height: 2em;
			font-size: 2.5em;
		}
	}
	@media (max-width:480px){
		h1.promo1 {
			line-height: 1.2em;
			font-size: 1.7em;
		}
	}
	span.wht {color:#999999; font-size: 55px; text-shadow: 0 1px 0px rgba(255,255,255,0.7);}
	.left {display: block; margin-bottom: 30px;}

	p { margin: 0 0 20px 0; line-height:24px; font-size:18px; font-weight: 100; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #AAAAAA; }
	blockquote .num {font-size: 22px; margin-bottom:10px; font-weight: bold;}
	blockquote .num:before {content:"Ph: "; font-size: 18px;}
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #e41f29; }
	blockquote cite { display: block; font-size: 12px; color: #999; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #999; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	hr.dark { border: solid #222222; box-shadow: 0 1px 0 rgba(170,170,170,0.2); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #AAAAAA; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #e41f29; }
	p a, p a:visited { line-height: inherit; }



/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */


	.btn {
		display:inline-block;
		float: right;
		border: 0px;
		padding: 10px 20px;
		color: #FFF;
		font-size: 15px;
		font-weight: 100;
		background-color: #e41f29;
			-webkit-transition: all 200ms ease-in-out;
    		-moz-transition: all 200ms ease-in-out;
    		-o-transition: all 200ms ease-in-out;
    		transition: all 200ms ease-in-out;
	}
	.btn:hover {
		background-color: #171717;
	}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"] {
		text-indent: 10px;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 0px;
		padding: 10px 0px;
		outline: none;
		font: 16px "Century Gothic", serif;
		color: #575757;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: inline-block;
		margin-bottom: 10px;
		background: #FAFAFA;
		border: 1px solid #F1F1F1;
		}
		.spam-cont {display:block;}
		input.spam {width: 150px !important;}
	select {
		width: 100%; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #EEEEEE;
 		color: #DDD;
		}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		 }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
	input[type="text"],
	input[type="password"],
	input[type="email"] {
		text-indent: 5px;
	}
}
	
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.remove-top {margin-top: 0px !important;}
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { margin-top: 20px !important; }


