html,
body{
	padding:0;
	margin:0;
	background:#fff;
	border:none;
	font-family:'Univers', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:1.5;
	color:#595a5c;
}
*{
	outline:none;
    outline-offset:0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
a,
a:hover,
a:focus{
	color:#ff3e17;
}
a[class]:hover,
a[class]:focus{
	text-decoration:none;
}
a:focus{
	outline:none;
    outline-offset:0;
}
img{
	max-width:100%;
	height:auto;
}
button{
	background:none;
	border:none;
}
button:focus {outline:0;}
button:active>*,
button:focus>*{
 	position:relative;
    top:0;
    left:0;
}
.material-icons{
	position:relative;
	/*top:1px;*/
}
::-ms-clear{
    display: none;
    width:0;
    height:0;
}
.form-control:focus {
    border-color: inherit;
    box-shadow: none;
}
p {
    margin: 0 0 24px;
}