input::-moz-focus-inner {
	border:0;
	padding:0;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	color: #404040;
	background-color: #e8e8e8;
	font-family: 'Dosis', tahoma, arial, sans-serif;
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 1px;
}

div.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div.content {
	margin: 0 auto;
	padding: 0 30px 36px 30px;
}

div.content-narrow {
	max-width: 370px;
}

div.content-normal {
	max-width: 570px;
}

div.content-medium {
	max-width: 727.5px;
}

div.content-wide {
	max-width: 970px;
}

div.content-center {
	text-align: center;
}

div.header {
	padding-top: 50px;
	text-transform: lowercase;
}

div.footer {
	font-size: 15px;
	line-height: 21px;
}

@media (min-width: 400px) {
	div.footer-space {
		height: 45px;
	}

	div.footer-wrapper {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	div.footer {
		padding-bottom: 10px;
		height: 45px;
	}

	div.footer div.menu a:not(:last-child)::after {
		content: ' ∙';
	}
}

@media (max-width: 399px) {
	div.footer-space {
		display: none;
	}

	div.footer-wrapper {
	}

	div.footer {
		padding-bottom: 10px;
	}

	div.footer div.menu a {
		display: block;
	}
}

h1 {
	font-size: 30px;
	line-height: 40px;
	padding: 12px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

p {
	padding: 9px 0;
	margin: 0;
}

a {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #989898;
	text-decoration: none;
}

fieldset {
	display: none;
}

input,
select,
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #404040;
	font-family: 'Dosis', tahoma, arial, sans-serif;
	font-size: 21px;
	line-height: 24px;
	padding: 6px;
	border: 0;
	background-color: white;
	width: 100%;
}

div.wish-table {
	display: inline-block;
	width: 70.711%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.content-wide div.wish-table {
	margin-top: -10%;
	margin-bottom: -10%;
}

div.content-medium div.wish-table {
	margin-top: -18%;
	margin-bottom: -2%;
}

div.wish {
	overflow: hidden;
	float: left;
}

div.wish a:hover{
	opacity: 0.5;
}

div.content-wide div.wish {
	width: 25%;
}

div.content-medium div.wish {
	width: 33.333%;
}

div.wish img {
	width: 100%;
	float: left;
}

div.wish.chosen {
	opacity: 0.5;
}

div.clear {
	clear: both;
}

a.square-link {
	position: relative;
	display: inline-block;
	width: 160px;
	background-image: url('../static/1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	line-height: 0;
}

a.square-link:hover {
	opacity: 0.5;
}

a.square-link img {
	width: 100%;
}

a.square-link span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
