/**
colors


teal: 4eb28e
grey: ebeced
--border: c8cbcc
--light border: e4e6e6

black: 31353e
dark blue: 373c48


cal bg: f7f4f6

link: 31353e

*/


html, body, div, span, h1, h2, h3, h4, h5, h6, button, p, a, address, big, em, img, small, strong, sub, sup, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, figure, figcaption, footer, header, menu, nav, section, time, video {
	margin: 0;
	padding: 0;
	zoom: 1;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}
article, aside, figcaption, figure, footer, header, menu, nav, section {display: block;}
ol, ul {list-style: none;}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
* {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {height: 100%;}

body {
	background: #000;
	overflow: auto; 
	min-width: 980px; 
	font: 400 13px/1.3em 'Oswald', sans-serif;
}

input, 
textarea {
	background: #fff;
	font-family: 'Oswald', sans-serif;
	margin: 0; 
	border: 1px solid #bcbdc0; 
	padding: 5px 10px;
	resize: none;
}

textarea {
	height: 84px;
}

	input:focus, 
	textarea:focus {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out; 
		transition: all 0.25s ease-in-out; 		
		border: 1px solid #333;
	}

input[type=checkbox], 
input[type=radio] {
	width: auto!important; 
	border: none!important; 
}

input[type=file] {
	border: none; 
	font-size: 12px;
	width: auto;
	padding: 0;
}

/*h1, h2, h3, h4, h5, h6 {line-height: 1;}*/

p {line-height: 1.6;}

a {
	color: #000; 
	text-decoration: none;
}

a, button, li, input, textarea {outline: none;}
a, button {cursor: pointer;}

.hidden {display: none;}

th, .left {
	text-align: left;
}

td {
	vertical-align: top;
}

.right {
	text-align: right;
}




/****
* Buttons
***/
.btn {
	display: block;
	font-size: .85em;
	line-height: 30px;
	text-align: center; 
	background: #e31937;
	color: #fff;
}

	.btn:hover {
		opacity: .8;
	}

	.btn:active {
		opacity: 1;
	}
