html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*
	-webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
   	*/
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

img, li {
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
    font-weight: normal;
}

a, 
#contact-form .submit {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

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

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

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

*:focus {
    outline: none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}


#contact-form input,
#contact-form textarea {
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	
	resize: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {  color: #000;}
