* { margin: 0; padding: 0; }

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/PIPMHY90P7jtyjpXuZ2cLLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

body {
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	min-width: 250px;
}

h1 {
	font-size: 64px;
	font-weight: 700;
	color: #8b294e;
	text-align: center;
	line-height: 84px;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	line-height: 44px;
	margin-bottom: 30px;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	line-height: 36px;
	margin-bottom: 5px;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	color: #555555;
	text-align: left;
	line-height: 32px;
}

section p {
	font-size: 20px;
	font-weight: 400;
	color: #555555;
	text-align: left;
	line-height: 32px;
	margin-bottom: 0px;
}

section p a:link {
	color: #8b294e;
	text-decoration: none;
}

section p a:visited {
	color: #8b294e;
	text-decoration: none;
}

section p a:hover {
	color: #7b2445;
	text-decoration: underline;
}

section p a:active {
	color: #7b2445;
	text-decoration: underline;
}

hr {
	background-color: #dfdfdf;
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	margin: 74px 0px 74px 0px;
	border: none;
	float: left;
}

hr:after {
	content: "";
	background-image: url("../image/sprite.png");
	background-position: -79px 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 18px;
	width: 20px;
	margin: -8px 0 0 -23px;
	left: 50%;
	top: 50%;
	border-left: 12px solid #ffffff;
	border-right: 12px solid #ffffff;
	z-index: 1;
}

.button {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
	background-color: #8b294e;
	display: inline-block;
	border: 0;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	transition: background 200ms;
	-webkit-transition: background 200ms;
	-o-transition: background 200ms;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	outline: 0;
}

.button:hover {
	background-color: #7b2445;
}

.button.large {
	font-size: 24px;
	padding: 20px 34px 21px 34px;
}

.button.small {
	font-size: 17px;
	padding: 18px 30px 18px 30px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.extra-space {
	margin-bottom: 20px;
}

.container {
	width: 100%;
	max-width: 920px;
	margin: 0px auto;
	display: block;
	clear: both;
}

.container::after {
	content: "";
	display: block;
	clear: both
}

section {
	width: 100%;
	float: left;
}

header {
	background-image: url("../image/header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 60%;
	width: 100%;
	height: 510px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.circle-container {
	padding-top: 46px;
}

.circle {
	background-color: rgba(255, 255, 255, 0.87);
	width: 200px;
	height: 200px;
	margin: 100px auto;
	border-radius: 50%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.logo-container {
	padding-top: 52px;
}

.logo {
	background-image: url("../image/sprite.png");
	background-position: 0 -92px;
	width: 119px;
	height: 103px;
	margin: 0px auto;
}

#main {
	margin-top: 40px;
}

.hero-description {
	margin-bottom: 32px;
}

.lost {
	text-align: center;
}

#photos img.hero {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

#photos img.small {
	width: 25%;
	height: 140px;
	display: block;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

#photos img.right {
	padding: 0px 0px 0px 10px;
}

#photos img.left {
	padding: 0px 10px 0px 0px;
}

.hat {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.hat.right {
	padding: 20px 0px 20px 15px;
}

.hat.left {
	padding: 20px 15px 20px 0px;
	clear: left;
}

.hat.bottom {
	padding-bottom: 0px;
}

.hat-image {
	text-align: center;
	width: 90px;
	display: inline-block;
	padding: 2px 14px 0px 0px;
	float: left;
}

#hats img {
	width: 90px;
	border-radius: 50%;
}

.hat-description {
	width: 340px;
	display: inline-block;
	float: left;
}

.new>div>h4:after {
	content: "NEW";
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	line-height: 14px;
	background-color: #8b294e;
	display: inline-block;
	padding: 5px 4px 3px 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	transform: translate(10px, -2px);
	-webkit-transform: translate(10px, -2px);
	-ms-transform: translate(10px, -2px);
	-o-transform: translate(10px, -2px);
}

#contact {
	position: relative;
}

.animate {
	animation: contact 350ms 400ms 1;
	-webkit-animation: contact 350ms 400ms 1;
	-o-animation: contact 350ms 400ms 1;
}

#contact-form {
	float: left;
}

.success {
	animation: success 4s 0s 1;
	-webkit-animation: success 4s 0s 1;
	-o-animation: success 4s 0s 1;
}

.success-message {
	font-size: 36px;
	color: #c0c0c0;
	text-align: center;
	width: 100%;
	display: none;
	position: absolute;
	margin-top: 80px;
	float: left;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.input {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	padding: 13px 19px 12px 19px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: border 200ms;
	-webkit-transition: border 200ms;
	-o-transition: border 200ms;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	float: left;
}

::-webkit-input-placeholder {
	color: #adadad;
}

::-moz-placeholder {
	color: #adadad;
}

:-ms-input-placeholder {
	color: #adadad;
}

.input:focus {
	border-color: #adadad;
	outline: 0;
}

.input.error {
	border-color: #e4362c;
	animation: shake 0.5s 0;
	-webkit-animation: shake 0.5s 0;
	-o-animation: shake 0.5s 0;
}

label.error {
	font-size: 14px;
	font-weight: 700;
	color: #e4362c;
	text-align: center;
	line-height: 14px;
	display: inline-block;
	padding: 4px 4px 4px 4px;
}

.message {
	width: 100%;
	height: 108px;
	max-height: 300px;
	margin-top: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	resize: none;
}

.input-container {
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.input-container.name {
	width: 35%;
	padding-right: 5px;
}

.input-container.email {
	width: 45%;
	padding: 0px 5px 0px 5px;
}

.input-container.size {
	width: 20%;
	padding-left: 5px;
}

.textarea-container {
	width: 100%;
	display: inline-block;
	float: left;
}

.submit-button {
	display: inline-block;
	padding-top: 10px;
	float: right;
}

.error-message {
	font-size: 14px;
	font-weight: 700;
	color: #e4362c;
	max-width: 80%;
	display: inline-block;
	margin-top: 24px;
	float: left;
}

.error-message a {
	color: #e4362c;
}

.error-message-exists {
	animation: shake 0.5s 0;
	-webkit-animation: shake 0.5s 0;
	-o-animation: shake 0.5s 0;
}

.facebook-like {
	width: 100%;
	height: 57px;
	border: none;
	overflow: hidden;
}

footer {
	width: 100%;
	margin-bottom: 80px;
	float: left;
}

.footer-name {
	font-size: 36px;
	font-weight: 700;
	color: #c0c0c0;
	text-align: center;
	line-height: 46px;
}

.footer-email {
	font-size: 18px;
	font-weight: 700;
	color: #c0c0c0;
	text-align: center;
	line-height: 24px;
}

footer a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

footer a:link {
	text-decoration: none;
}

footer a:visited {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer a:active {
	text-decoration: underline;
}

.head-size-container {
	display: inline-block;
}

.head-size-container.circumference {
	margin-top: 20px;
}

.head-size-container.length {
	margin-top: 50px;
}

.head-size-text {
	display: inline;
}

.head-size-image {
	display: inline;
	float: right;
}

.head-size-image.circumference {
	width: 160px;
	height: 173px;
}

.head-size-image.length {
	width: 150px;
	height: 173px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
	header {
		background-image: url("../image/header@2x.jpg");
	}
	.logo {
		background-position: -60px 0;
		background-size: 179px 103px;
	}
	hr:after {
		background-position: 0 -23px;
		background-size: 179px 103px;
	}
}

@media only screen and (min-width : 1425px) {
	header {
		background-image: url("../image/header@2x.jpg");
	}
}

@media only screen and (max-width : 1024px) and (min-width : 491px) {
	.container {
		padding: 0px 30px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	header {
		height: 420px;
	}
	.circle-container {
		padding-top: 8px;
	}
}

@media only screen and (max-width : 1024px) and (min-width : 879px) {
	.hat-description {
		width: 290px;
		display: inline-block;
		float: left;
	}
}

@media only screen and (max-width : 878px) and (min-width : 768px) {
	.hat-description {
		width: 235px;
		display: inline-block;
		float: left;
	}
}

@media only screen and (max-width : 767px) and (min-width : 491px) {
	.hat {
		width: 100%;
	}
	.hat.right {
		padding: 20px 0px 20px 0px;
	}
	.hat.left {
		padding: 20px 0px 20px 0px;
		clear: none;
	}
	.hat-image {
		display: block;
		float: left;
	}
	.hat-description {
		width: 100%;
		display: block;
		float: none;
	}
}

@media only screen and (max-width : 764px) {
	.input-container.name {
		width: 100%;
		padding-right: 0px;
	}
	.input-container.email {
		width: 100%;
		margin-top: 10px;
		padding: 0px;
	}
	.input-container.size {
		width: 100%;
		margin-top: 10px;
		padding-left: 0px;
	}
	.success-message {
		margin-top: 115px;
	}
}

@media only screen and (max-width : 490px) {
	h4 {
		text-align: center;
	}
	.container {
		padding: 0px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	header {
		height: 200px;
	}
	.circle {
		width: 100px;
		height: 100px;
		margin: 50px auto;
	}
	.circle-container {
		padding-top: 2px;
	}
	.logo-container {
		padding-top: 26px;
	}
	.logo {
		background-position: 0 -46px;
		background-size: 179px 103px;
		width: 60px;
		height: 52px;
	}
	#photos img.hero, #photos img.small {
		width: 100%;
		max-width: 230px;
		height: auto;
		margin: 20px auto;
		padding: 0px;
		float: none;
	}
	#photos img.right {
		padding: 0px;
	}
	#photos img.left {
		padding: 0px;
	}
	.hat {
		width: 100%;
	}
	.hat.right {
		padding: 20px 0px 20px 0px;
	}
	.hat.left {
		padding: 20px 0px 20px 0px;
		clear: none;
	}
	.hat-image {
		width: 100%;
		display: block;
		padding: 0px 0px 3px 0px;
		float: none;
	}
	.hat-description {
		width: 100%;
		display: block;
		float: none;
	}
	.button.small {
		width: 100%;
	}
	.submit-button {
		width: 100%;
		float: none;
	}
	.error-message {
		width: 100%;
		max-width: 100%;
		display: inline-block;
		margin: 12px 0px 8px 0px;
		float: none;
	}
	.head-size-container>h3 {
		margin-top: 15px;
		float: left;
		clear: left;
	}
	.head-size-text {
		float: left;
	}
	.head-size-image {
		float: left;
	}
}

@media only screen and (max-width : 320px) {
	h1 {
		font-size: 40px;
		line-height: 44px;
	}
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media only screen and (max-width : 846px) and (min-width : 747px) {
	#photos img.small {
		height: 107px;
	}
	.error-message {
		max-width: 70%;
	}
}

@media only screen and (max-width : 746px) and (min-width : 647px) {
	#photos img.small {
		height: 92px;
	}
	.error-message {
		max-width: 65%;
	}
}

@media only screen and (max-width : 646px) and (min-width : 491px) {
	#photos img.small {
		height: 77px;
	}
	.error-message {
		max-width: 60%;
	}
}

@media only screen and (max-width : 490px) and (min-width : 320px) {
	.facebook-like {
		height: 66px;
	}
}

@media only screen and (max-width : 319px) {
	.facebook-like {
		height: 78px;
	}
}

@keyframes contact {
	0%, 100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.14);
		-ms-transform: scale(1.14);
		-o-transform: scale(1.14);
		transform: scale(1.14);
	}
}

@-webkit-keyframes contact {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.14);
		transform: scale(1.14);
	}
}

@-o-keyframes contact {
	0%, 100% {
		-o-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-o-transform: scale(1.14);
		transform: scale(1.14);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20%, 60% {
		-webkit-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	40%, 80% {
		-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
		-o-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	20%, 60% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	40%, 80% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@-o-keyframes shake {
	0%, 100% {
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	20%, 60% {
		-o-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	40%, 80% {
		-o-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@keyframes success {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	80% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-webkit-keyframes success {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	80% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-o-keyframes success {
	0%, 100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 0;
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	80% {
		opacity: 0;
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}