/*	--------------------------------------------------
	::Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License:none (public domain)
	*/
	
	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:inherit;
		vertical-align:baseline;
	}
	html {
		font-size:62.5%; 
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display:block;
	}
	body {
		line-height: 1;
	}
	img {
		vertical-align:top;
	}	
	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;
	}

	sub {vertical-align:sub; font-size:60%; }
	sup {vertical-align:super; font-size:60%; }

	a:visited {
    color: #fff;
}
	/* Global Reset & Standards
	------------------------------------------- */
	*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing:border-box; }
	body { 
		position:relative; font-family: 'Open Sans', sans-serif; font-weight:normal; font-style:normal; line-height:1; color:#3f3f3f; background:#fff;
		-webkit-text-size-adjust:none; text-size-adjust:none; -webkit-font-smoothing:antialiased; -webkit-touch-callout: none; -webkit-overflow-scrolling: touch;
	}

	/* Links
	------------------------------------------- */
	a img { border:none; }
	a { 
		text-decoration: none; line-height: inherit; 
		-webkit-transition: all .3s linear; 
		-moz-transition: all .3s linear; 
		transition: all .3s linear;
	}
	a:focus { outline: none; }
	p a, p a:visited { line-height: inherit; }

	/* Misc
	------------------------------------------- */
	img, object, embed { 
		max-width: 100%; height: auto;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	object, embed { height: 100%; }
	img { -ms-interpolation-mode: bicubic; }

	/* Reset for strange margins by default on <figure> elements */
	figure { margin: 0; }

	::selection { background: rgba(0,0,0,0.2); /* WebKit/Blink Browsers */ }
	::-moz-selection { background: rgba(0,0,0,0.2); /* Gecko Browsers */ }	

	.mobile { display:none !important; }
	.desktop { display:block !important; }

	@media only screen and (max-width:900px) {
		.mobile { display:block !important; }
		.desktop { display:none !important; }
	}	


	/* Webfonts
	------------------------------------------- */
	


	/* Base Type Styles Using Modular Scale
	------------------------------------------- */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin:0; padding:0; font-size:13px; direction: ltr; }

	p { font-family: 'Open Sans', sans-serif; color:#757575; font-weight:300; line-height:1.2; }

	h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; color:#292929; font-weight:normal; font-style:normal; line-height:1.2; text-transform:uppercase; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font:inherit; color:inherit; text-decoration:none; }
	.clear{clear:both;}

	hr { border:0; border-top:1px solid #c9c9c9; border-bottom:1px solid #fff; clear: both; margin:0; height:0; }

	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit; }
	small { font-size: 60%; line-height: inherit; }
	code { font-weight: bold; background: #ffff99; }


	/* Lists
	------------------------------------------- */
	ul { list-style:none outside; }
	ol { list-style:none outside; }


	/* Grid
	------------------------------------------- */
	.row { width:100%; margin:0 auto; }

	.column, .columns { float: left; min-height:1px; padding:0; position: relative; }
	.column.centered, .columns.centered { float: none; margin: 0 auto; }

	.one, .row .one       { width: 8.33333%; }
	.two, .row .two       { width: 16.66667%; }
	.three, .row .three   { width: 25%; }
	.four, .row .four     { width: 33.33333%; }
	.five, .row .five     { width: 41.66667%; }
	.six, .row .six       { width: 50%; }
	.seven, .row .seven   { width: 58.33333%; }
	.eight, .row .eight   { width: 66.66667%; }
	.nine, .row .nine     { width: 75%; }
	.ten, .row .ten       { width: 83.33333%; }
	.eleven, .row .eleven { width: 91.66667%; }
	.twelve, .row .twelve { width: 100%; }

	/* Nicolas Gallagher's micro clearfix */
	.row { *zoom: 1; }
	.row:before, .row:after { content:""; display: table; }
	.row:after { clear: both; }

	.row .row { max-width:none; min-width:0; width:auto; overflow:visible; }

/*	--------------------------------------------------
	Forms reset
	-------------------------------------------------- */
    /* Placeholders */
	::-webkit-input-placeholder {  font-family: 'Open Sans', sans-serif;color: #757575;text-transform: uppercase;font-size:116%;}
	::-moz-placeholder { font-family: 'Open Sans', sans-serif;color: #757575;text-transform: uppercase;font-size:116%;}
	:-ms-input-placeholder { font-family: 'Open Sans', sans-serif;color: #757575;text-transform: uppercase;font-size:116%;}
	input:-moz-placeholder {font-family: 'Open Sans', sans-serif;color: #757575;text-transform: uppercase;font-size:116%;}

	input:-webkit-autofill, 
	input:-webkit-autofill:hover, 
	input:-webkit-autofill:focus, 
	input:-webkit-autofill:active {
	    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	    -webkit-transition-delay: 9999s;
	}

	input[type=search]::-webkit-search-decoration,
	input[type=search]::-webkit-search-cancel-button,
	input[type=search]::-webkit-search-results-button,
	input[type=search]::-webkit-search-results-decoration { display: none; }
	input[type="search"] { -webkit-appearance: textfield; }	 /* the webkit overrides need to stay at the top */

	/* fix date input width */
	input::-webkit-outer-spin-button,  
	input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }

	input, textarea { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }	
	
	input[type=date]::-webkit-calendar-picker-indicator { -webkit-appearance: none;  }	

	::-ms-clear { display: none; }
	::-ms-reveal { display: none; }

	label { position:relative; display:block; text-align:left; }

	form { margin:0; }

	input[type="text"],
	input[type="number"],
	input[type="email"],
	input[type="submit"],
	textarea { -webkit-appearance:none; border:0; outline:0; padding:0; margin:0; width:100%; }

	input[type="submit"],
	input[type="submit"]:hover,
	input[type="submit"]:focus { width:auto; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }

	input[type="text"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	textarea:focus { outline:0 none; }
	
	input[disabled], 
	textarea[disabled] { opacity:0.5; }

	select::-ms-expand { display: none; }	
	select:focus { border:0 none; outline:0 none; }

	button,
	button:hover,
	button:focus { 
		-webkit-appearance:none; margin:0; padding:0; border:0; outline:0; background:transparent; display:block; text-shadow:none;
		-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;
	}
    form input[type="text"] {background-color: #f5f5f5;color: #757575;border: 1px solid rgba(255, 255, 255, 0.5);height: 50px;padding: 10px 15px;vertical-align: top;
    font-family: 'Open Sans', sans-serif;color: #757575;text-transform: uppercase;font-size:116%;}
    form input[type="email"] {background-color: #f5f5f5;color: #757575;border: 1px solid rgba(255, 255, 255, 0.5);height: 50px;padding: 10px 15px;vertical-align: top;
    font-family: 'Open Sans', sans-serif;color: #757575;text-transform: uppercase;font-size:116%;}
    form textarea {background-color: #f5f5f5;color: #757575;border: 1px solid rgba(255, 255, 255, 0.5);height: 150px;padding: 10px 15px;margin-bottom: 40px;vertical-align: top;
    font-family: 'Open Sans', sans-serif;color: #757575;text-transform: uppercase;font-size:116%;}