.window-wrap {
	background: #fff;
	padding: 20px;
}

section p {
/*	font-size: 15px;*/
	line-height: 1.3;
	margin: 0 0 20px;

}

.colophon h2 {
	font-family: 'LatoItalic',arial,sans-serif;
	margin: 0 0 20px;
	line-height: 1.3;
}

section.colophon p {
	line-height: 1.5;
}

section h1 {
	font-size: 36px;
	margin: 0;
	line-height: 1.3;
}

.colophon a.btn {
	background: #ddd;
	padding: 2px;
	border-radius: 5px;
	color: #404040;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.colophon a.btn:hover {
	background: tomato;
	color: #fff;
}

.colophon a.huh {
	color: #404040;
	border-bottom: 1px dotted #404040;
	cursor: help;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.colophon a.huh:hover {
	color: tomato;
	border-color: tomato;
}

.logo-wrap {
	text-align: center;
}

.logo-group .logo {
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: bottom;
	margin: 0 20px;
}

.logo-group {
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logos h1 {
	text-transform: uppercase;
	font-size: 24px;
}

.logo a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.logo a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.fancybox-wrap .old-browser {
	position: static;
}
