@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);

html{
	overflow: hidden;
}

*{
	font-family:"Raleway";
	color: rgb(174, 174, 174);
}

a {
	color: rgb(167, 187, 85);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
form{
	text-align: center;
}

input{
	height: 30px;
	min-height: 20px;
	border: none;
	padding: 3px;
	border-radius: 3px;
	font-family: inherit;
	display: inline-block;
	max-width: 200px;
	width: 100%;
	opacity: 1;
	font-size: 14px;
}

input#mce-EMAIL {
	width: 57%;
	margin: 0 3%;
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
}

input[type="submit"] {
	width: 110px;
	max-width: 35%;
	padding: 10px;
	border-radius: 5px;
	color: rgb(136, 136, 136);
	display: inline-block;
	margin: 5px auto;
	text-decoration: none;
	transition: .25s all ease;
	cursor: pointer;
	background: none;
	outline: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-family: inherit;
	border: 1px solid rgb(82, 82, 82);
	height: auto;
}

input[type="submit"]:hover{
	background: rgba(255, 255, 255, 0.08);
}

div.mce_inline_error {
	color: #D90000;
}

input.mce_inline_error {
	border: 1px solid red;
	outline: none;
}

div#mce-responses{
	font-size: 14px;
}
div#mce-responses div#mce-error-response,
div#mce-responses div#mce-success-response
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgb(51, 51, 51);
	border: 1px solid #464646;
	width: 95%;
	height: 90%;
	padding-top: 3%;
	padding-left: 2%;
	padding-right: 2%;
}

.mc-field-group {
	position: absolute;
	width: 95%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
}
@media only screen and (max-width: 280px){ /*1280*/

	input[type="submit"] {
		font-size: 11px;
		width: 90px;
	}

	input#mce-EMAIL{
		width: 49%;
	}
	div#mce-responses{
		font-size: 13px;
	}

	input[type="submit"] {
		font-size: 11px;
		display: block;
		max-width: none;
	}

	input#mce-EMAIL {
		width: 90%;
	}
}

@media only screen and (max-width: 225px) { /*768*/

	div#mce-responses{
		font-size: 11px;
	}


}
