*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "MyriadSetProText", sans-serif;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	color: #313241;
	overflow-x: hidden;
	background-color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "MyriadSetProSemibold", sans-serif;
	color: #313241;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}



.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}

.phone {
	color: #fff;
	text-align: right;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.phone a:hover {
	color: #fff;

}