@font-face {
	font-family: "Encode Sans Regular";
	src: url("http://toastguard.com/fonts/EncodeSans-Regular.ttf");
}
@font-face {
	font-family: "Encode Sans Medium";
	src: url("http://toastguard.com/fonts/EncodeSans-Medium.ttf");
}
@font-face {
	font-family: "Encode Sans Black";
	src: url("http://toastguard.com/fonts/EncodeSans-Black.ttf");
}
@font-face {
	font-family: "Encode Sans Bold";
	src: url("http://toastguard.com/fonts/EncodeSans-Bold.ttf");
}
@font-face {
	font-family: "Encode Sans Narrow Medium";
	src: url("http://toastguard.com/fonts/EncodeSansNarrow-Medium.ttf");
}
@font-face {
	font-family: "Encode Sans Narrow Regular";
	src: url("http://toastguard.com/fonts/EncodeSansNarrow-Regular.ttf");
}
@font-face {
	font-family: "Encode Sans Narrow Black";
	src: url("http://toastguard.com/fonts/EncodeSansNarrow-Black.ttf");
}
@font-face {
	font-family: "Encode Sans Compressed Black";
	src: url("http://toastguard.com/fonts/EncodeSansCompressed-Black.ttf");
}
@font-face {
	font-family: "Encode Sans Compressed Bold";
	src: url("http://toastguard.com/fonts/EncodeSansCompressed-Bold.ttf");
}
@font-face {
	font-family: "Encode Sans Compressed ExtraBold";
	src: url("http://toastguard.com/fonts/EncodeSansCompressed-ExtraBold.ttf");
}
@font-face {
	font-family: "Encode Sans Compressed SemiBold";
	src: url("http://toastguard.com/fonts/EncodeSansCompressed-SemiBold.ttf");
}
@font-face {
	font-family: "Encode Sans Compressed Medium";
	src: url("http://toastguard.com/fonts/EncodeSansCompressed-Medium.ttf");
}
@font-face {
	font-family: "Encode Sans Compressed Regular";
	src: url("http://toastguard.com/fonts/EncodeSansCompressed-Regular.ttf");
}
@font-face {
	font-family: "Encode Sans Condensed Black";
	src: url("http://toastguard.com/fonts/EncodeSansCondensed-Black.ttf");
}
@font-face {
	font-family: "Encode Sans Condensed Bold";
	src: url("http://toastguard.com/fonts/EncodeSansCondensed-Bold.ttf");
}
@font-face {
	font-family: "Encode Sans Wide Black";
	src: url("http://toastguard.com/fonts/EncodeSansWide-Black.ttf");
}
@font-face {
	font-family: "Encode Sans Wide SemiBold";
	src: url("http://toastguard.com/fonts/EncodeSansWide-SemiBold.ttf");
}
html {
	height: 100%;
	width: 100%;
	cursor: url("cursors/select1.cur"), auto;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Encode Sans Regular";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 140%;
	color: #fff;
	background-color: #77b;
}
li {
	list-style-type: none;
}
.outlined {
	color: white;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25);
}
#top {
	position: fixed;
	left: 446px;
	top: 0px;
}
.docked {
	display: inline-block;
	width: 84px;
	height: 119px;
	margin-left: 16px;
	background-color: transparent;
	background-image: url("images/note.svg");
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 0.5;
}
.docked:hover {
	opacity: 1;
}
#contact {
	background-image: url("images/contact.svg");
}
#contact:hover {
	background-image: url("images/wire.svg"), url("images/contact.svg");
}
#home {
	display: none;
	background-image: url("images/mask.svg"), url("images/wall.svg"), url("images/note.svg");
	background-position: center 54px, center 50px, center top;
	background-size: 40px 40px, 58px 48px, 84px 119px;
}
#side {
	position: fixed;
	width: 360px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #66a;
}
#team_tabs {
	display: inline-block;
	position: fixed;
	left: 0;
	top: 150px;
	margin-top: 53px;
}
.team_tab {
	display: block;
	position: relative;
	width: 144px;
	height: 32px;
	margin-left: 0;
	margin-bottom: 106px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	/* border-radius: 8px 8px 0 0;
	background-color: rgba(0, 0, 0, 0.5); */
	background: transparent url("/images/tab.svg") center center no-repeat;
	opacity: 0.5;
	font-family: "Encode Sans Compressed Medium";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 32px;
	text-align: center;
	-ms-transform: rotate(90deg) translate(0px, 53px);
	-webkit-transform: rotate(90deg) translate(0px, 53px);
	transform: rotate(90deg) translate(0px, 53px);
}
.team_tab:hover {
	/* background-color: rgba(0, 0, 0, 1); */
	opacity: 1;
}
#team_card {
	visibility: hidden;
	position: fixed;
	width: 216px;
	height: 552px;
	left: 60px;
	top: 150px;
	border-radius: 8px 0 0 8px;
	padding: 12px;
	background-color: #ffe;
	font-family: "Encode Sans Compressed Medium";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 18px;
	text-align: left;
	color: #000;
	z-index: 1;
}
.card_label {
	font-family: "Encode Sans Compressed ExtraBold";
}
#divisions {
	position: absolute;
	right: 115px;
	top: 264px;
	font-family: "Encode Sans Condensed Bold";
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 18px;
	letter-spacing: 0.06em;
	text-align: left;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
}
#divisions li {
	width: 216px;
	height: 18px;
	margin: 4px;
	padding: 3px 6px 3px 7px;
	border-radius: 16px 0 0 8px;
	background-color: rgba(0, 0, 0, 0.25);
	overflow: hidden;
	animation: dividing 1s ease 1;
	-webkit-animation: dividing 1s ease 1;
}
#divisions li:hover {
	background-color: rgba(0, 0, 0, 1);
}
#subdivisions {
	position: absolute;
	height: auto;
	right: 119px;
	top: 307px;
	margin: 0.0;
	padding: 4px 0 4px 0;
	border: 0px solid rgba(204, 0, 102, 0.5);
	border-radius: 8px 0 0 8px;
	background-color: rgba(255, 51, 153, 0.25); // rgba(119, 153, 221, 0.5);
	font-family: "Encode Sans Condensed Bold";
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	line-height: 17px;
	letter-spacing: 0.06em;
	text-align: left;
	/* text-shadow: -1px -1px 0 #803, 1px -1px 0 #803, -1px 1px 0 #803, 1px 1px 0 #803; */
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.125), 1px -1px 0 rgba(0, 0, 0, 0.125), -1px 1px 0 rgba(0, 0, 0, 0.125), 1px 1px 0 rgba(0, 0, 0, 0.125);
	color: #fff;
}
#subdivisions div {
	width: 216px;
	height: 17px;
	margin: 0 6px 0 7px;
	padding: 0;
	overflow: hidden;
	opacity: 0.5;
	animation: subdividing 1s ease 1;
	-webkit-animation: subdividing 1s ease 1;
}
#subdivisions div:hover {
	/* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	color: #000; */
	color: #fff;
	opacity: 1;
}
#reset {
	position: absolute;
	width: 60px;
	height: 20px;
	right: 126px;
	top: 252px;
	font-family: "Encode Sans Condensed Bold";
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.06em;
	text-align: left;
	background: transparent url("/images/reset.svg") center right no-repeat;
	color: transparent;
	opacity: 0.5;
}
#reset:hover {
	color: #fff;
	opacity: 1;
}
#pad {
	position: absolute;
	width: 144px;
	height: 144px;
	left: 175px;
	top: 280px;
}
#info {
	display: none;
	position: absolute;
	width: 144px;
	height: 144px;
	left: 0;
	top: 0;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0);
}
#main {
	position: fixed;
	left: 360px;
	top: 0;
	margin: 0;
	padding: 0;
	font-family: "Encode Sans Compressed SemiBold";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 18px;
	text-align: left;
	color: #fff;
}
#logo {
	position: fixed;
	width: 228px;
	height: 276px;
	left: 246px;
	top: 50%;
	margin-top: -138px;
	background: transparent url("images/toastguard.svg") center center no-repeat;
	background-size: 228px 276px;
	animation: logoing 0.5s ease 2;
	-webkit-animation: logoing 0.5s ease 2;
}
#motto {
	position: fixed;
	width: 258px;
	height: 100px;
	left: 0;
	top: 25px;
	background: transparent url("images/guidon.svg") left center no-repeat;
}
#wall {
	position: fixed;
	overflow: hidden;
	width: 686px;
	height: 576px;
	right: 50%;
	top: 50%;
	margin-right: -523px;
	margin-top: -288px;
	background: transparent url("images/wall.svg") center center no-repeat;
}
#mask {
	position: absolute;
	width: 480px;
	height: 480px;
	right: 50%;
	top: 50%;
	margin-right: -240px;
	margin-top: -240px;
	pointer-events: none;
	background: transparent url("images/mask.svg") center center no-repeat;
}

@-webkit-keyframes logoing {
	0% { background-size: 228px 276px; }
	50% { background-size: 152px 184px; }
	100% { background-size: 228px 276px; }
}
@keyframes logoing {
	0% { background-size: 228px 276px; }
	50% { background-size: 152px 184px; }
	100% { background-size: 228px 276px; }
}
@-webkit-keyframes dividing {
	0% { width: 12px; opacity: 0; }
	100% { width: 216px; opacity: 1; }
}
@keyframes dividing {
	0% { width: 12px; opacity: 0; }
	100% { width: 216px; opacity: 1; }
}
@-webkit-keyframes subdividing {
	0% { width: 12px;}
	100% { width: 216px; }
}
@keyframes subdividing {
	0% { width: 12px; }
	100% { width: 216px; }
}