/* #Fonts
================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

/*
font-family: 'Open Sans', sans-serif;
*/


/* #Reset & Basics 
================================================== */
	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, tt, var, b, u, i, center, dl, dt, dd, 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; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	sub, sup {
		font-size: 50%;
		line-height: normal; }


/* #Basic Styles
================================================== */
	html, body {
		background: #fff;
	}
	body {
		font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        letter-spacing: -1px;
		color: #444;
		text-align: center;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}
	
	::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
	::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* #Typography
================================================== */
	h1, h2, h3, h4 {
		color: #181818;
		font-family: 'Open Sans', sans-serif;
        letter-spacing: -1px;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a { font-weight: inherit; color:inherit; text-decoration: inherit; transition:0.3s all ease; }
	h1 strong, h2 strong, h3 strong, h4 strong { font-weight: normal; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }

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

/*	Blockquotes  
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
*/

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 20px; height: 0; }


/* #Links
================================================== */
	a { color: #333; text-decoration: none; outline: 0; transition:0.3s all ease; }
	a:hover, a:focus { color: #000; }
	p a { line-height: inherit; }


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

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


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

	button {
		background: #eee; 
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Open Sans', sans-serif;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  }

	button:hover {
		color: #222;
		background: #ddd;
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	button:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    	border: 0;
    	padding: 0;
	}
	
	/* alt button {
		font-size: 1px;
		border: 0;
		margin: 0;
		padding: 0;
		text-indent: -9000px;
		cursor: pointer;
		width: 20px;
		height: 20px;
	}  */ 
	
	

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

	
	form {
		margin-bottom: 20px;
		line-height: 21px; }
	fieldset {
		margin-bottom: 20px; }
	form p {
		margin-bottom: 10px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 10px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-family: 'Open Sans', sans-serif;
        font-size: 13px;
		color: #777;
		margin: 0;
		width: 210px;
		display: block;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="email"]:hover,
	textarea:hover {
		border: 1px solid #000; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px;
		resize: none; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px; }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
	::-webkit-input-placeholder { color: #270552; }
	::-moz-placeholder { color: #270552; }
	:-ms-input-placeholder { color: #270552; }
	input:-moz-placeholder { color: #270552; }

	
	/* Ajax & Error Checking */
	
	.formerror input,
	.formerror textarea {
		border: 1px solid #d11010;
		background: #9c2212;
		color: #fff !important;
	}
	.formerror input:hover,
	.formerror textarea:hover {
		border: 1px solid #eb6e5d;
	}
	.formerror input:focus,
	.formerror textarea:focus {
		background: #62150b;
	}
	
	.formerror label:after,
	.formerror legend:after {
		color: #d11010;
		content: " *";
	}
	.formerror label,
	.formerror legend {
		color: #d11010;
	}
	
	.formerror ::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }
	.formerror ::-moz-placeholder { color: rgba(255,255,255,0.5); }
	.formerror :-ms-input-placeholder { color: rgba(255,255,255,0.5); }
	.formerror input:-moz-placeholder { color: rgba(255,255,255,0.5); }
	
	#submitButton {
		margin: 0;
		padding: 0;
	}
	
	.error {
		color: #d11010;
		text-align: left !important;
	}
	#waiting {
		position: absolute;
		text-align: center;
	}
	
	

	
/* #Tables
================================================== */	
	
	table {
		background: #f9f9f9;
		margin-bottom: 10px;
	}
	td, th {
		border: 1px solid #ccc;
		padding: 6px;
		text-align: left;
		vertical-align: top;
		color: #000;
	}
	th {
		background: #a8a8a8;
		color: #fff;
	}
	
	

/* #Clearing
================================================== */

    .clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
    }
	
/*	alt .clear  {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0; 
	}
*/