/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
	font-family: sans-serif;
	/* 1 */

	-ms-text-size-adjust: 100%;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/** Remove default margin. */

body {
	margin: 0;
}
/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */

	vertical-align: baseline;
	/* 2 */
}
/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */

audio:not([controls]) {
	display: none;
	height: 0;
}
/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */

[hidden],
template {
	display: none;
}
/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */

a {
	background-color: transparent;
}
/** Improve readability when focused and also mouse hovered in all browsers. */

a:active,
a:hover {
	outline: 0;
}
/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */

abbr[title] {
	border-bottom: 1px dotted;
}
/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */

b,
strong {
	font-weight: bold;
}
/** Address styling not present in Safari and Chrome. */

dfn {
	font-style: italic;
}
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/** Address styling not present in IE 8/9. */

mark {
	background: #ff0;
	color: #000;
}
/** Address inconsistent and variable font size in all browsers. */

small {
	font-size: 80%;
}
/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */

img {
	border: 0;
}
/** Correct overflow not hidden in IE 9/10/11. */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */

figure {
	margin: 1em 40px;
}
/** Address differences between Firefox and other browsers. */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/** Contain overflow in all browsers. */

pre {
	overflow: auto;
}
/** Address odd `em`-unit font size rendering in all browsers. */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */

	font: inherit;
	/* 2 */

	margin: 0;
	/* 3 */
}
/** Address `overflow` set to `hidden` in IE 8/9/10/11. */

button {
	overflow: visible;
}
/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */

button,
select {
	text-transform: none;
}
/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */

	cursor: pointer;
	/* 3 */
}
/** Re-set default cursor for disabled elements. */

button[disabled],
html input[disabled] {
	cursor: default;
}
/** Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */

input {
	line-height: normal;
}
/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */
}
/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */

	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */

	box-sizing: content-box;
}
/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** Define consistent border, margin, and padding. */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */

legend {
	border: 0;
	/* 1 */

	padding: 0;
	/* 2 */
}
/** Remove default vertical scrollbar in IE 8/9/10/11. */

textarea {
	overflow: auto;
}
/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */

optgroup {
	font-weight: bold;
}
/* Tables ========================================================================== */
/** Remove most spacing between table cells. */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
.form-field {
	*zoom: 1;
}
.form-field:before,
.form-field:after {
	content: " ";
	display: table;
}
.form-field:after {
	clear: both;
}
.screen-reader-text {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute;
}
@font-face {
	font-family: 'photys-icons';
	src: url("../fonts/photys-icons.eot?-19jrev");
	src: url("../fonts/photys-icons.eot?#iefix-19jrev") format("embedded-opentype"), url("../fonts/photys-icons.woff2?-19jrev") format("woff2"), url("../fonts/photys-icons.ttf?-19jrev") format("truetype"), url("../fonts/photys-icons.woff?-19jrev") format("woff"), url("../fonts/photys-icons.svg?-19jrev#photys-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: 'photys-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes document_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.25em, 0);
		-moz-transform: translate3d(0, -1.25em, 0);
		transform: translate3d(0, -1.25em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-moz-keyframes document_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.25em, 0);
		-moz-transform: translate3d(0, -1.25em, 0);
		transform: translate3d(0, -1.25em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-ms-keyframes document_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.25em, 0);
		-moz-transform: translate3d(0, -1.25em, 0);
		transform: translate3d(0, -1.25em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-o-keyframes document_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.25em, 0);
		-moz-transform: translate3d(0, -1.25em, 0);
		transform: translate3d(0, -1.25em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes document_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.25em, 0);
		-moz-transform: translate3d(0, -1.25em, 0);
		transform: translate3d(0, -1.25em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes screen_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1.25em, 0) scale(1);
		-moz-transform: translate3d(0, 1.25em, 0) scale(1);
		transform: translate3d(0, 1.25em, 0) scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		-moz-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}
@-moz-keyframes screen_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1.25em, 0) scale(1);
		-moz-transform: translate3d(0, 1.25em, 0) scale(1);
		transform: translate3d(0, 1.25em, 0) scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		-moz-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}
@-ms-keyframes screen_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1.25em, 0) scale(1);
		-moz-transform: translate3d(0, 1.25em, 0) scale(1);
		transform: translate3d(0, 1.25em, 0) scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		-moz-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}
@-o-keyframes screen_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1.25em, 0) scale(1);
		-moz-transform: translate3d(0, 1.25em, 0) scale(1);
		transform: translate3d(0, 1.25em, 0) scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		-moz-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}
@keyframes screen_fade {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1.25em, 0) scale(1);
		-moz-transform: translate3d(0, 1.25em, 0) scale(1);
		transform: translate3d(0, 1.25em, 0) scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		-moz-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}
@-webkit-keyframes loading_indicator {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes loading_indicator {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-ms-keyframes loading_indicator {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-o-keyframes loading_indicator {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes loading_indicator {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes loading_rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		-moz-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@-moz-keyframes loading_rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		-moz-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@-ms-keyframes loading_rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		-moz-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@-o-keyframes loading_rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		-moz-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@keyframes loading_rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		-moz-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,
input,
textarea,
select {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.625;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 1em;
	background: #FFF;
}
img {
	display: block;
	max-width: 100%;
}
figure {
	margin: 0;
}
.wrap {
	max-width: 1200px;
	margin: auto;
}
#page {
	-webkit-animation: document_fade 1000ms 1;
	-moz-animation: document_fade 1000ms 1;
	-ms-animation: document_fade 1000ms 1;
	-o-animation: document_fade 1000ms 1;
	animation: document_fade 1000ms 1;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #222;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	color: #FFF;
	font-weight: 500;
	border: none;
	border-radius: 3px;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: 250ms background-color ease-in-out;
	-moz-transition: 250ms background-color ease-in-out;
	transition: 250ms background-color ease-in-out;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
	position: relative;
	-webkit-transform: translate3d(0, 1px, 0);
	-moz-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	padding: 0.5em;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15), 0 0 8px rgba(0, 0, 0, 0.25);
}
textarea {
	height: 10em;
}
.form-field {
	position: relative;
	margin-bottom: 1em;
}
img,
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
}
h1 {
	margin: 0 0 0.625em 0;
	font-size: 2em;
	line-height: 1.25;
}
h2 {
	margin: 1em 0;
	font-size: 1.5em;
	line-height: 1.25;
}
h3 {
	margin: 1em 0;
	font-size: 1.25em;
	line-height: 1.2;
}
h4 {
	margin: 1em 0;
	font-size: 1em;
}
h5 {
	margin: 1em 0;
	font-size: 1em;
}
h6 {
	margin: 1em 0;
	font-size: 1em;
}
p {
	margin: 0 0 1em 0;
}
ul,
ol {
	margin: 0 0 1.5em 2em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
nav ul,
.no-list,
.inline-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inline-list li {
	display: inline-block;
	margin: 0 .5em 0 0;
}
dt {
	font-weight: 600;
}
dd {
	margin: 0 1.5em 1.5em;
}
b,
strong {
	font-weight: 600;
}
hr {
	clear: both;
	height: 1px;
	border: none;
}
figure {
	margin: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
a {
	color: #1781E3;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a:hover {
	text-decoration: none;
}
.boxes-select {
	padding-bottom: 40px;
	text-align: center;
}
.boxes-select li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.boxes-select a {
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 100px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-radius: 2px;
}
.boxes-select a:hover {
	background: #DDD;
	color: #222;
}
.boxes-select a strong {
	display: block;
}

.nav-bar {
	padding: 10px;
	text-align: center;
	font-size: 0.875em;
	color: #111;
	background: #F5F5F5;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.nav-bar li {
	display: inline-block;
}
.nav-bar a {
	display: block;
	position: relative;
	padding: 10px;
	line-height: 1;
	color: #1781E3;
	text-decoration: none;
	border-radius: 2px;
}
.nav-bar .nav-bar-title {
	display: inline-block;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 1em;
}
.nav-bar a:hover {
}
.nav-bar a.current {
	background: #FFF;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.nav-bar.nav-screen {
	margin-bottom: 20px;
	background: #EEE;
}
.nav-bar.nav-screen a {
}
.nav-bar.nav-screen a.current {
	color: #111;
	background: #FFF;
}

.icon.mobile,
.icon.desktop {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto 6px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.icon.mobile {
	background-image: url(../img/ui-icon-mobile.svg);
	background-size: 14px 24px;
}
.icon.desktop {
	background-image: url(../img/ui-icon-desktop.svg);
	background-size: 24px 20px;
}

.ui {
	margin: 20px auto;
}
.chrome-ui {
	position: relative;
	width: 1602px;
	height: 1002px;
	background: url(../img/chrome-ui.png) no-repeat 0 0;
}
.chrome-ui .tab-name,
.chrome-ui .address-bar {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	line-height: 20px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chrome-ui .tab-name {
	position: absolute;
	top: 12px;
	left: 115px;
	width: 150px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chrome-ui .address-bar {
	position: absolute;
	top: 50px;
	left: 125px;
	font-size: 15px;
}
.chrome-ui .viewport {
	position: absolute;
	top: 86px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.ui iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow: auto;
	display: none;
}
.ui .loader {
	display: none;
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 86px;
	width: 26px;
	height: 26px;
	padding: 4px;
	overflow: hidden;
	background: #F1EEF0;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ui .loader:before {
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 3px solid #1781E3;
	border-color: #1781E3 #F1EEF0 #F1EEF0 #F1EEF0;
	border-radius: 50%;
	-webkit-animation: loading_rotate 750ms infinite;
	-moz-animation: loading_rotate 750ms infinite;
	-ms-animation: loading_rotate 750ms infinite;
	-o-animation: loading_rotate 750ms infinite;
	animation: loading_rotate 750ms infinite;
}
.ui .favicon {
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 92px;
	display: block;
	width: 1em;
	height: 1em;
	background: url(../img/favicon.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.mobile-ui {
	position: relative;
	width: 415px;
	height: 800px;
	margin: auto;
	background: url(../img/mobile-ui.png) no-repeat 0 0;
}
.mobile-ui .viewport {
	position: absolute;
	top: 75px;
	left: 20px;
	right: 20px;
	bottom: 58px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.mobile-ui .loader {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.mobile-ui .tab-name,
.mobile-ui .address-bar {
	display: none;
}

html.prototype {

}
html.prototype body {
	max-width: 375px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 376px) {
	.mobile-ui {
		position: relative;
		width: 100vw;
		height: 100vh;
		background: none;
	}
	.mobile-ui .viewport {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

@media screen and (min-width: 375px) and (min-height: 667px) {
}
