/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
@font-face {
	font-family: 'Days';
	src: url('../fonts/days.eot');
	src: url('../fonts/days.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/days.woff') format('woff'),
		 url('../fonts/days.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

html {
	background: #1b1b1b;
	font-family: sans-serif;  
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%;
}

body {
	background: #f9f9f9;
	color: #4b4b4b;
	font:13px/22px 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 0;
	word-wrap:break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; 
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

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

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Exo 2', sans-serif;
	line-height: normal; 
	margin: 0;
}

h1,
.h1 {
	font-size: 20px; 
	font-weight: 300;
	margin-bottom: 15px;
	color: #000;
}

h2 {
	font-size: 30px; 
	margin-bottom: 36px;
}

h3 {
	font-size: 19px; 
	margin-bottom: 27px;
}

h4,
h5, 
h6 {
	font-size: 20px; 
	margin-bottom:23px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	display: block;
	max-width: 100%; 
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border:none; 
	border-top: 2px solid #d8d9d9;
	margin:15px 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

label {
	display: block; 
	cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input, 
select,
textarea {
	background: #f2f2f2;
	border:2px solid transparent;
	border-radius: 5px;
	box-shadow:none;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	padding:9px 18px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}


input:hover, 
textarea:hover,
input:focus, 
textarea:focus {
	/*border-color: #b2b2b2;*/
}

input.error,
textarea.error {
	/*border-color: #fe4d4d;*/
}

input:focus, 
textarea:focus, 
select:focus,
input:invalid,
textarea:invalid {
	outline: none;
}
input, 
select {
	height: 50px;
}
textarea {
	resize:none; 
	height: 250px;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: auto;
}

input[type="checkbox"] {display: none;}
input[type="checkbox"] + label {margin-left: 40px; font-size: 13px; line-height: 20px; position: relative;}
input[type="checkbox"] + label:before {content: ''; display: block; width: 10px; height: 10px; border:1px solid #b9b9b9; background:#fff; position: absolute; left: -30px; top: 0; border-radius: 1px;}
input[type="checkbox"] + label:after {content: ''; width: 14px; height: 10px; background:#ccc; display: none; position: absolute; left: -25px; top: 6px;}
input[type="checkbox"] + label:hover:before {border-color:#aaa; background: #f5f8fb;}
input[type="checkbox"]:checked + label:hover:before {border-color: #d9d9d9; background: #fff;}
input[type="checkbox"]:checked + label:after {display: block;}
input[type="checkbox"]:disabled + label {color: #999; cursor: default;}
input[type="checkbox"]:disabled + label:before {background:#f5f5f5;}
input[type="checkbox"]:disabled:hover + label:before {border-color:#d9d9d9; background: #fff;}

input[type="radio"] {display: none;}
input[type="radio"] + label {margin-left: 20px; position: relative; line-height: 20px;}
input[type="radio"] + label:before {content: ''; display: block; width: 8px; height:8px; border:1px solid #b9b9b9; background:#fff; position: absolute; left: -20px; top: 5px; border-radius: 100%;}
input[type="radio"] + label:after {content: ''; width: 6px; height: 6px; background:#bf4044; display: none; position: absolute; left: -18px; top: 7px; border-radius: 100%;}
input[type="radio"]:checked + label:after {display: block;}
input[type="radio"]:disabled + label {color: #999; cursor: default;}
input[type="radio"]:disabled + label:before {background:#f5f5f5;}
input[type="radio"]:disabled:hover + label:before {border-color:#d9d9d9; background: #fff;}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0; 
	margin: 0 2px; 
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

table {border-collapse: collapse; border-spacing: 0;}

td,
th {padding: 0; vertical-align: top;}

ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

p {
	margin:0 0 15px;
}

::-webkit-input-placeholder {color: #949494; font-family: 'Exo 2', sans-serif; font-weight: 300;}
:-moz-placeholder {opacity: 1; color: #949494; font-family: 'Exo 2', sans-serif; font-weight: 300;}
::-moz-placeholder {opacity: 1; color: #949494; font-family: 'Exo 2', sans-serif; font-weight: 300;}