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-size:100%;
	font:inherit;
	vertical-align:baseline;
	-webkit-text-size-adjust:100%;
}
article,aside,figure,footer,header,hgroup,nav,section {
	display:block;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html, body, .wrapper {
	width:100%;
	height:100%;
}
body {
	background-color: #fff;
	font: 400 100%/150% 'proxima-nova', sans-serif;
	color: #394451;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 150%;
}
h2 {
	font-size: 240%;
}
a {
	color: #fff;
	text-decoration:none;
}
strong {
	font-weight:bold;
}
a:focus,a:active,a:hover {
	outline:0;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
li {
	list-style: none;
}
button,input,select,textarea {
	width: 100%;
	height: 40px;
	margin: 0 0 .75rem;
	padding-left: 1rem;
	font-size: 80%;
	font-family:inherit;
	line-height:normal;
	border-radius: 2px;
	outline:0;
	border: none;
}
button {
	padding-left: 0;
}
button,select {
	text-transform:none;
	-webkit-appearance:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled],html input[disabled] {
	cursor:default;
}
input, textarea, select {
	border: 1px solid #E5E5E5;
}
input[type=email],
input[type="text"],
input[type="checkbox"],
input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	-webkit-appearance: none;
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
button {
	margin-bottom: 0;
	font-weight: 600;
}
textarea {
	overflow:auto;
	vertical-align:top;
	height: auto;
}
::-moz-selection { 
    color: #fff;
    background: #4A9EAD;
}

::selection {
    color: #fff;
    background: #4A9EAD;
}

/* button */
.btn {
	display: block;
	font-size: 100%;
	text-align: center;
	border-radius: 3px;
}

/* Error */
.error, .hide {
	display: none;
}

/* Max width 960px */
.max-width-960 {
	max-width: 960px !important;
	margin: 0 auto !important;
}