-webkit-::input-placeholder {
	color: #3a3434
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

::-moz-placeholder {
	color: #3a3434
}

input:focus::-moz-placeholder {
	color: transparent
}

:-moz-placeholder {
	color: #3a3434
}

input:focus:-moz-placeholder {
	color: transparent
}

:-ms-input-placeholder {
	color: #3a3434
}

input:focus:-ms-input-placeholder {
	color: transparent
}

::-moz-selection {
	color: #f9f9f9;
	background: #285c96
}

::selection {
	color: #f9f9f9;
	background: #285c96
}

* {
	margin: 0;
	padding: 0;
	outline-color: transparent;
	font-family: Arial, sans-serif
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

address, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, hgroup, main, menu, nav, p, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal
}

[class*=wrap]:after, article:after, aside:after, details:after, figcaption:after, figure:after, footer:after, header:after, hgroup:after, main:after, menu:after, nav:after, section:after, summary:after {
	display: block;
	clear: both;
	content: ""
}

html {
	width: 100%;
	min-width: 320px;
	color: #575757
}

a {
	cursor: pointer !important;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-decoration: none
}

a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

button {
	margin: 0;
	padding: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border: none;
	background-color: transparent
}

button:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
