/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
}		

html {
	62.5%;	
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

img,
object,
embed {max-width: 100%;}

html {overflow-y: scroll;}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre;
	white-space: pre-wrap; 
	white-space: pre-line; 
	word-wrap: break-word; 
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

pre, code, kbd, samp {font-family: monospace, sans-serif;}

.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

button, input, select, textarea {margin: 0;}

button {width: auto; overflow: visible;}
 
.ie7 img {-ms-interpolation-mode: bicubic;}

.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('websymbols-regular-webfont.eot');
	src: url('websymbols-regular-webfont-.eot#iefix') format('embedded-opentype'),
		 url('websymbols-regular-webfont.woff') format('woff'),
		 url('websymbols-regular-webfont.ttf') format('truetype'),
		 url('websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	color: #3F3F3F;}

body, select, input, textarea {color: #333;}

a {color: #fff;}

::-moz-selection{background: #3F3F3F; color: #fff; text-shadow: none;}
::selection {background: #3F3F3F; color: #fff; text-shadow: none;} 

a:link {-webkit-tap-highlight-color: #3F3F3F;} 

ins {background-color: #3F3F3F; color: #000; text-decoration: none;}
mark {background-color: #3F3F3F; color: #000; font-style: italic; font-weight: bold;}

h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #3F3F3F;
	font-weight: 100;
}

#homepage_wrapper {
    top: 45%;
    left: 50%;
    position: absolute;
	z-index: 0;
}

header#search_header {
    position: relative;
    width: 280px;
	margin-left: -140px;
    height: 505px;
    margin-top: -252px;
}	

h1 a {
	font-family: 'Bree Serif', serif;
	color: #3F3F3F;
	font-size: 50px;
	font-size: 5.5rem;
	line-height: 47px;
	line-height: 5rem;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

#desc {
	float: left;
}

#first_desc {
	float: left;	
}

#second_desc {
	float: right;
	text-align: right;	
}

.strong {
	font-weight: bold;	
}

.button {
	float: left;
	margin-top: 4px;
	margin-top: 0.4rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Droid Sans', sans-serif;
	border: none;
	outline: none;
	width: 135px;
	height: 23px;
	padding: 8px 0;
	text-align: center;
	background: #86BE40;
	
	background-image: linear-gradient(bottom, rgb(133,190,64) 50%, rgb(148,197,87) 50%);
	background-image: -o-linear-gradient(bottom, rgb(133,190,64) 50%, rgb(148,197,87) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(133,190,64) 50%, rgb(148,197,87) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(133,190,64) 50%, rgb(148,197,87) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(133,190,64) 50%, rgb(148,197,87) 50%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(133,190,64)),
	color-stop(0.5, rgb(148,197,87))
);	
}

.button:hover {
background-image: linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -o-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -moz-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -webkit-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -ms-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(144,196,76)),
	color-stop(0.5, rgb(152,199,90))
);
}

.button:focus {
background-image: linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -o-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -moz-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -webkit-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);
background-image: -ms-linear-gradient(bottom, rgb(144,196,76) 50%, rgb(152,199,90) 50%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(144,196,76)),
	color-stop(0.5, rgb(152,199,90))
);
}

.button:active {
	background-image: linear-gradient(bottom, rgb(125,179,53) 50%, rgb(141,189,78) 50%);
	background-image: -o-linear-gradient(bottom, rgb(125,179,53) 50%, rgb(141,189,78) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(125,179,53) 50%, rgb(141,189,78) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(125,179,53) 50%, rgb(141,189,78) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(125,179,53) 50%, rgb(141,189,78) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(125,179,53)),
		color-stop(0.5, rgb(141,189,78))
	);
	-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.25); 
}

.button a {
	color: #fff;
}

#first_child {
	margin-right: 10px;	
}

label {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-top: 1rem;
	display: block;
}

#mc-embedded-subscribe {
	float: left;
	width: 120px;
	height: 39px;
	margin-top: 10px;
	margin-top: 1rem;
	display: block;
	color: #fff;	
}

#mce-LNAME {
	float: left;
	width: 100%;
	display: block;
	background: #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border: none;
	outline: none;
	-webkit-appearance: none;
	width: 95%;
	height: 36px;
	padding-left: 10px;
	padding-left: 1rem;
	font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	color: #3F3F3F;
	margin-top: 10px;
	margin-top: 1rem;
	max-width: 280px;
}

#mce-EMAIL {
	float: left;
	
	display: block;
	background: #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border: none;
	outline: none;
	-webkit-appearance: none;
	width: 95%;
	height: 36px;
	padding-left: 10px;
	padding-left: 1rem;
	font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	color: #3F3F3F;
	margin-top: 10px;
	margin-top: 1rem;
	max-width: 280px;
}

#submitbtn {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-top: 1rem;
	color: #fff;			
}

.body {
	margin-top: 10px;
	margin-top: 1rem;	
	float: left;
	display: block;
	width: 100%;
}

#myModalTwo p {
	margin-bottom: 10px;	
}

#myModalTwo p:last-child {
	margin-bottom: 0px;	
}

#myModalTwo h1 {
	margin-bottom: 10px;
	width: 80%;	
}

#myModal h1 {
	margin-bottom: 10px;
	width: 80%;	
}

.icon a {
	font-family: 'WebSymbolsRegular';
	color: #94C557;
	margin-left: 5px;
	font-size: 20px;
	font-size: 2rem;
	float: right;
}
	
@media only screen and (max-width: 320px) {
#homepage_wrapper {
    top: 60%;
    left: 50%;
    position: absolute;
	z-index: 0;
}
}


/* Localized */