/* example font embed
@font-face {
    font-family: 'Ropa Sans Pro';
    src: url('/web/20190109032324im_/http://foundationkuzmanov.com/fonts/RopaSansPro-Regular-webfont.eot');
    src: url('/web/20190109032324im_/http://foundationkuzmanov.com/fonts/RopaSansPro-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20190109032324im_/http://foundationkuzmanov.com/fonts/RopaSansPro-Regular-webfont.woff2') format('woff2'),
         url('/web/20190109032324im_/http://foundationkuzmanov.com/fonts/RopaSansPro-Regular-webfont.woff') format('woff'),
         url('/web/20190109032324im_/http://foundationkuzmanov.com/fonts/RopaSansPro-Regular-webfont.ttf') format('truetype'),
         url('/web/20190109032324im_/http://foundationkuzmanov.com/fonts/RopaSansPro-Regular-webfont.svg#ropa_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


/*
----------------
Reset start 
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
Reset End
----------------
*/


body {
	background:#fff url(../png/groovepaper.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#949494;
	min-width:320px;
}

a {
	text-decoration:none;
	color:#79789b;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

img {vertical-align:middle; max-width:100%; }

a img {
	outline:none;
	border:none;
	max-width:100%;
}



/* user bar */
#user-bar {
	position:absolute;
	top:0px;
 	right:40px;
	z-index:1;
	margin:0;
	padding:10px;
	
	width:auto;
	max-width:300px;
	line-height:20px;
	font-size:12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8abaa+0,a69b9a+100 */
	background: #f6f6f6; /* Old browsers */
		
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

#user-bar a, #user-bar a:visited {
	color: #696969;
}
#user-bar a:hover {
	text-decoration:underline;
}
#username {
	width:auto;	
	color:#e66464;
	margin-bottom: 7px;
	padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}
#username img {
	vertical-align: middle;
}

.user-tools {
	width:auto;
	margin:0 10px 0 0px;
	float:right;
}

.user-tools img {
	vertical-align: middle;
    margin-right: 3px;
}
/* close user bar */


/* lang bar */
#lang-bar {
	position: absolute;
    bottom: 15px;
    right: 5px;
	z-index:105;
}
/* flag-eng */
a#flag-eng, a#flag-eng:visited, a#flag-eng:hover {
	/*float:right;*/
	display:block;
	height:16px;
	width:24px;
	background:url(../png/eng_lang.png) top left no-repeat;
	margin:5px 0 0;
}
a#flag-eng:hover, a#flag-eng.active, a#flag-eng.active:visited {
	background:url(../png/eng_lang.png) bottom left no-repeat;
	box-shadow: 1px 1px 2px #8A8A8A;
}
/* close flag-eng */
/* flag-bg */
a#flag-bg, a#flag-bg:visited, a#flag-bg:hover {
	/*float:right;*/
	display:block;
	height:16px;
	width:24px;
	background:url(../png/bg_lang.png) top left no-repeat;
	margin:5px 0 0;
}
a#flag-bg:hover, a#flag-bg.active, a#flag-bg.active:visited {
	background:url(../png/bg_lang.png) bottom left no-repeat;
	box-shadow: 1px 1px 2px #8A8A8A;
}
/* close bg */
/* close lang bar */





#container {
   min-height:100%;
   position:relative;
   width:1100px;
   padding:0;
   margin:0 auto;
}

.wrapper {
	margin:0 auto;	
	position:relative; 
	/*padding:1px;  This is needed because otherwise it shifts everything down and don't know why but it works */
}

header {
	margin:0;
	padding:0;
	clear:both;	
	position:relative;
	background: url(../png/header-bg-blue.png) no-repeat center top;
}
header .wrapper {
	background: url(../png/header-bg-red.png) no-repeat center top;
}

#logo {
	display: block;
	margin: 0;
	text-align:center;
}
#logo a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	font-size:36px;
	color:#fff;
	text-shadow:0px 0px 4px #fff, 2px 2px 3px #544df3;
}
#logo img {
	
}
#responsive-menu-btn {
	display:none;
}




/* FOOTER */
footer {
	clear:both;
	margin:80px 0 0 0;
	position:relative;
	min-height:131px;
	background: url(../png/footer-logo_bg.png) no-repeat center top;
	color: #fff; 
}
footer .wrapper {
	padding: 70px 0 0;	
}
footer #footer-default {
	margin:10px 0;
	text-align:center;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#CED4EF;
}
footer #menu-top-links {
	margin:20px auto 10px;
	padding-top:10px;
	max-width: 80%;
	text-align:center;
	border-top:1px solid #A30000;
}
footer #menu-top-links li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	margin:0 6px;
}
footer #menu-top-links a {
	font-size:14px;
	text-transform:lowercase;
}
footer #menu-top-links li.active a, footer #menu-top-links li:hover a {
	color:#CED4EF;
}
.copyRight {
	font-size:16px;
	color:#fff;
}
.foot-needbg {
	margin-top:5px;
}
.foot-needbg a {
	font-size:14px;
}
/* End footer */






/* TOP NAVIGATION */
.top-nav {
	margin:0;
	padding: 9px 60px 15px 80px;
	position:relative; 
	z-index:100;
	/*background: #3e4750;  5b5b5b */	
}
.top-nav ul {
	list-style:none;
}
.top-nav > ul > li.top_parent {
	position:relative;
	float:left;
	
	border-right:1px solid #413bc1;
}
.top-nav > ul > li.top_parent > a {
	display: block;
	
	padding: 0 20px;
	line-height: 42px;
	font-size:18px;
	text-transform:lowercase;
	color:#fff;
	box-shadow: inset rgba(255, 255, 255, 0.2) 1px 0px 3px;
}
.top-nav > ul > li.top_parent.active > a, .top-nav > ul > li.top_parent:hover > a {
	background: #7974fc;
	box-shadow: inset #3E4750 0px 0px 4px;
}
.top-nav > ul > li ul {
	visibility:hidden;	/*z-index:2;*/
	white-space: nowrap;
	position:absolute;
	top:42px; /* change according to line-height set to a above - whatever borders we might have so the hover works correctly*/
	left:0;
	padding:0px 10px; 
	
	background: #544DF3; /* cbc5bc*/
	/*border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;*/
	box-shadow:inset #9e9e9e 0px 0px 5px;
}
.top-nav li:hover ul {
	visibility:visible;
}
.top-nav > ul > li > ul li {
	margin:0 0px 1px;
	border-bottom:1px solid #413BC1;
	box-shadow:0px 1px 0px rgba(255, 255, 255, 0.2);
}
.top-nav > ul >li.top_parent > ul > li a  {
	display: block;
    padding: 10px;
    color: #fff;   /*text-shadow: 0px 1px 1px #fff;*/
    font-size: 14px;
}
.top-nav > ul > li.top_parent > ul li:hover {
	background:#7974fc;/**/
}
.top-nav > ul > li.top_parent > ul li:hover a {
	/*color:#413BC1;*/
}
/* End top navigation*/


/* ADDITIONAL MENU */
	.additional-menu {
		position:relative;/*z-index:100;*/
		margin: 0 0 0 30px;	
		background: #b8b8c3; /* Old browsers */
		border:1px solid #a6a97b;
		width: 260px;
		display: inline-block;
		*display:inline;
		*zoom:1;
		vertical-align: top;
	}
	.additional-menu > ul {
		list-style:none;
		padding: 10px 5px;
		/*border-top: 2px solid #E66464;
		border-bottom: 1px solid #3E4750;*/
	}
	.additional-menu > ul > li {
		/*float:left;*/
		position:relative;/* *zoom:1; *display:inline; vertical-align:top; */
		margin-top: 2px;
		border-bottom:1px solid #a6a97b;
		padding-left:3px;
		box-shadow:0px 1px 0px rgba(255, 255, 255, 0.3);
	}
	.additional-menu > ul > li.active, .additional-menu > ul > li:hover {
		border-bottom: 1px solid #817fb3;
	}
	.additional-menu li.active {
		z-index:2;/* if it is a vertical menu, we also need z-index:2;3 for IE7*/
	}
	.additional-menu li:hover {
		z-index:3;
	}
	.additional-menu > ul > li > a {
		display:block;		
		padding:8px 10px 5px 25px;
		min-height:35px;
		font-size:18px;
		line-height:24px;
		color: #fff;
    	text-shadow: 1px 1px 2px #a2a0cd;
		background: url(../png/icon_logosymbol_white.png) no-repeat left top;
	}
	.additional-menu > ul > li.active, .additional-menu > ul > li:hover {
		background:#b6b7ae;
	}
	.additional-menu > ul > li.active > a, .additional-menu > ul > li:hover > a {
		
	}
	.additional-menu > ul > li ul {
		visibility:hidden;
		position:absolute;
		top: 10px;
    	left: -210px;
		white-space:nowrap;
		padding:1px 7px; 
		min-width: 200px;
		background: #B6B7AE;
		border: 1px solid #A6A97B;
	}
	.additional-menu > ul > li:hover ul {
		visibility:visible;
	}
	.additional-menu >ul > li > ul li {
		margin:0 0 1px;
		border-bottom: 1px solid #817FB3;
   		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	}
	.additional-menu > ul > li > ul li.active, .additional-menu > ul > li > ul li:hover {
		background: #5487c1; /* Old browsers */
	}
	.additional-menu > ul > li > ul li a {
		display:block;
		padding: 10px;
		
		font-size:14px;
		color: #fff;
	}
	.additional-menu > ul > li > ul li.active a, .additional-menu > ul > li > ul li:hover a {
		background:#7974fc;
	}
	#responsive-submenu-btn {
		display:none;
		background: #b8b8c3; /* Old browsers */
		border:1px solid #a6a97b;
		padding: 5px;
		margin: 10px 0 0;
    	text-align: center;
	}
/* End additional menu */
		
		
/* BREADCRUMBS */
	#breadcrumbs {
		list-style:none;
		text-align:right;
		margin-right: 55px;
		position: relative;
    	top: -5px;
	}
	/*#breadcrumbs li+li:before {
		content:'/';
		margin-right: 7px;
	}*/
	#breadcrumbs li {
		display:inline-block;
		*zoom:1;
		*display:inline;
		padding: 0;
		height:21px;
		line-height:21px;
		color: #a7a7a7;
		font-size:14px;
		text-transform:lowercase;
	}
	#breadcrumbs li a, #breadcrumbs a {
		display:inline-block;
		*display:inline;
		*zoom:1;
		line-height:inherit;
		height:inherit;
		color: #9f9f9f;
		font-size:14px;
		text-transform:lowercase;
		background: url(../png/breadcrumbs_arrow.png) no-repeat right;
		padding-right: 15px;
	}
	#breadcrumbs li.active a:hover {
		color: #e66464;	/*79789b*/		
	}
/* End Breadcrumbs */






#slider {
	position:relative;
	width:100%;
	height:409px;
	overflow:hidden;
}




div.map {
	/*WIDTH AND HEIGHT should be present for border to act accordingly*/
	width: 550px;
	height: 320px;
	margin: 50px 0;
	border: #c9c9c9 solid 1px;
}

iframe {
	
}
/* Form */

div.feedback {
	margin:65px 0px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}

.feedback p{
	margin:0 !important;
	padding:0 !important;
}

label {
	text-align: left;
	display: block;
	margin: 20px 0 0 0;
	padding:0 0 0 20px;
	vertical-align: top;
	font-size: 14px;
	font-weight:bold;
	color:#a6a97b;
	text-transform:uppercase;
	background:url(../png/icon_logosymbol_grey.png) no-repeat left center;
}

input, textarea {
	width: 280px; 
	height: 18px; 
	padding: 3px 10px;
	max-width:280px;
	margin: 0 0 6px 0;
	background: #fff;
	border-top:#a6a97b solid 1px;
	border-bottom: #817fb3 solid 1px;
	border-left:none;
	border-right:none;
	color:#666;
}

textarea {
	min-height:100px;
	min-width:120px;
	height:120px;
}

span.captcha{
	text-align:right;
	display:inline-block;
	width:200px;
}

span.captcha img{
	margin-bottom:6px;
	border:#c9c9c9 solid 1px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}

#captcha-input{
	
}

select {
	width:auto;
	height:auto;
}

input:focus, textarea:focus {
	background: #EFEFF5;
}

#send-feedback {
	width:100% !important;
	margin: 15px 0;
}

#send-feedback p {
	width:100%;
}

.submit {
	margin: 20px 0 0 0;
	display:block;
	height:auto;
	width: auto;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	padding: 7px 15px;
    font-size: 14px;
	line-height: 24px;
    text-transform: lowercase;
    color: #fff;
    background: #e57474;
	border:none;
}
.submit:hover {
	color:#fff;
	background:#b6b7ae;
}

#captcha-element{
	width:200px;
}
ul.errors {
	margin-left:0;
	max-width: 280px;
    font-size: 14px;
    line-height: 18px;
}
ul.errors li {
	color:#c92425;
	margin:5px 0px;
}

/* Close form */


/* section with pagination */
#pages {
	text-align:center;
}
.pagination.pagination-centered, .pagination ul {
	display:inline-block;
}
.pagination li {
	float:left;
	margin:0 2px;
}
.pagination li.active {
	
}
.pagination li a {
	display:block;
	padding:0 5px;
}
.pagination li.active a {
	
}
.pagination li:last-child, .pagination li:first-child {
	background:none;
	border:none;
}
/* end styling pagination */






.content-main {
	margin:0;
	max-width:800px;
	clear:both;
}



.gallery-products {
	margin:30px 0;
}
.gallery {
	display: inline-block;
	*zoom:1;
	*display:inline;
	vertical-align: top;
	width: 220px;
	margin:7px 15px 20px 0;
	padding:5px;
}
.gallery a {
	display: block;
	margin: 0 0 10px 0;
	padding:0px;
	border: 1px solid #a6a97b;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.gallery a img {
	width:100%;
	outline:none;
	display:block;
}
.gallery-description {
	display:table-cell;
	vertical-align:middle;
	padding:10px 0 10px 25px;
	color: #a6a97b;
	border-top:1px solid #a6a97b;
	border-bottom:1px solid #817fb3;	
	background:url(../png/icon_logosymbol_red.png) no-repeat left 10px;
}


/* RESPONSIVE STYLES */
@media screen and (min-width: 1101px){
	.bx-wrapper {
		float: left;
		margin-bottom: 70px !important;
	}
	.content-main {
		clear: none;
	}
	.additional-menu {
		display:inline-block !important;
		*display:inline;
		*zoom:1;
		float: right;
	}
	.top-nav {
		display:block !important;
	}
}
@media screen and (max-width: 1100px){
	#container {
		width:100%;
	}
	header {
		background-size: 100%;
		background-position-y:10px;
	}
	header .wrapper {
		background-size: 100%;
		min-height:190px;
	}
	#logo a {
		font-size: 30px;
	}
	#logo img {
		max-width:120px;
	}
	#user-bar {
		right:0;
	}
	#lang-bar {
		right:55px;
		/*bottom:20px;*/top: 140px;
	}
	#lang-bar a {
		float: left;
    	margin-right: 10px;
	}
	#lang-bar a:hover {
		margin-right: 10px;
	}
	#responsive-menu-btn {
		display:block;
		/*position: absolute;
    	bottom: 20px;
    	left: 80px;*/
		margin-top: 30px;
    	margin-left: 80px;
	}
	#responsive-menu-btn img {
		width:35px;
	}
	.top-nav {
		display:none;
	}
	.top-nav {
		background: #8e8cb3;
		box-shadow: 0 0 3px #000;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 10px;	
	}
	.top-nav > ul > li.top_parent {
		float:none;
		border-bottom: 1px solid #413bc1;
		border-right: none;
	}
	.top-nav > ul > li.top_parent > a {
		box-shadow: inset rgba(255, 255, 255, 0.2) 0px 1px 3px;
	}
	.top-nav > ul > li.top_parent:hover  > a, .top-nav > ul > li.top_parent.active  > a {
		box-shadow: inset #3E4750 0px 0px 4px;
		background:#443EC6;
	}
	.top-nav > ul > li ul {
		visibility:visible;
		position:relative;
		top:0;
		background:#ABA9CA;
		box-shadow:none;
		padding:0;
	}
	.top-nav > ul > li.top_parent > ul li:hover {
		background:#7974fc;
	}
	.top-nav > ul >li.top_parent > ul > li a {
		padding: 15px 50px;
		text-transform: lowercase;
	}
	#breadcrumbs {
		top:0;
		margin-top: 5px;
    	margin-bottom: 5px;
	}
	#responsive-submenu-btn {
		display:block;
	}
	.additional-menu {
		width: 100%;
    	margin: 0;
		display:none;
	}
	.additional-menu > ul {
		padding: 10px 25px;
	}
	.additional-menu > ul > li ul {
		visibility:visible;
		position:relative;
		top: 0;
    	left: -0;
		padding: 1px 0px;
    	border: none;
		background: #A7A7B3;
	}
	.additional-menu > ul > li > ul li a {
		padding: 15px 25px;
	}
	.additional-menu > ul > li > ul li.active a, .additional-menu > ul > li > ul li:hover a {
		background:#b6b7ae;
	}
	footer {
		background-size:100%;
		margin-top: 10px;
	}
	.content-main {
		margin: 0 auto;
		max-width:90%;
	}
}
@media screen and (max-width: 1000px){
	header .wrapper {
		min-height: 170px;
	}
	#responsive-menu-btn {
		margin-top: 20px;/*bottom: 10px;*/
	}
}
@media screen and (max-width: 950px){
	#responsive-menu-btn {
		/*bottom: 20px;
		left:70px;*/
		margin-top: 10px;
    	margin-left: 70px;
	}
	.top-nav {
		padding-left:50px;
		padding-right:50px;
	}
	#lang-bar {
		/*bottom:30px;*/top: 116px;
	}
	#breadcrumbs {
		margin-top: 0px;
	}
	footer .wrapper {
		padding-top:50px;
	}
}
@media screen and (max-width: 850px){
	header .wrapper {
		min-height: 155px;
	}
	header {
		background-position-y:20px;
	}
	#responsive-menu-btn {
		margin-top: 25px;
    	margin-left: 70px;
	}
	#logo {
		padding-top:10px;
	}
	#logo a {
		font-size: 24px;
	}
	#logo img {
		max-width:80px;
	}
	#user-bar {
		padding:5px;
	}
	.user-tools {
		float:none;
	}
	#breadcrumbs {
		text-align:left;
		margin-left:10px;
	}
	footer #menu-top-links {
		margin-top:10px;
		padding-top:5px;
	}
}
@media screen and (max-width: 750px){
	#responsive-menu-btn {
		/*bottom: 30px;
		left:60px;*/
		margin-top: 15px;
    	margin-left: 60px;
	}
	#lang-bar {
		/*bottom:40px;*/top: 95px;
		right:45px;
	}
	#breadcrumbs {
		/*top: -10px;*/
	}
	footer {
		/*background:#660000;*/
	}
	footer #menu-top-links {
		background: #660000;/**/
		max-width: 100%;
		padding: 10px;
		margin: 0;
	}
	footer #footer-default {
		margin:0;
		padding:0 30px;
	}
	.copyRight {
		font-size:14px;
	}
	footer .wrapper {
		/*padding-top:30px;*/
	}
}
@media screen and (max-width: 650px) {
	#responsive-menu-btn {
		/*bottom: 40px;
		left:50px;*/
		margin-top: 20px;
    	margin-left: 50px;
	}
	#lang-bar {
		/*bottom:50px;*/    top: 80px;
	}
	#logo {
		padding-top:5px;
	}
	#logo a {
		font-size:18px;
	}
	#logo img {
		max-width:60px;
	}
	#user-bar {
		font-size:10px;
		padding-bottom:0;
	}
	.user-tools {
		float:right;
	}
	.user-tools a {
		width: 24px;
    	height: 24px;
    	display: block;
    	overflow: hidden;
	}
	#user-bar #username {
		margin-bottom: 0;
	}
	footer .wrapper {
		padding-top:100px;/**/
	}
	footer #footer-default {
		background:#660000;
		border-top:1px solid #a30000;
		padding:10px 30px;
	}
}
@media screen and (max-width: 600px){
	header .wrapper {
		min-height: 125px;
	}
	#responsive-menu-btn {
		/*bottom: 30px;*/
		margin-top: 13px;
	}
	#responsive-menu-btn img {
		width:25px;
	}
	.top-nav {
		padding:0;
	}
	#lang-bar {
		/*bottom:30px;*/top: 70px;
		right:35px;
	}
	#breadcrumbs {
		top: 0px;
	}
	footer .wrapper {
		padding-top:80px;/**/
	}
}
@media screen and (max-width: 500px){
	#responsive-menu-btn {
		/*bottom: 40px;
		left:40px;*/
		margin-top: 0;
    	margin-left: 40px;
	}
	#lang-bar {
		/*bottom:40px;*/top: 60px;
	}
	#breadcrumbs {
		/*top: -10px;*/
	}
}
@media screen and (max-width: 450px) {
	header .wrapper {
		min-height: 100px;
	}
	#responsive-menu-btn {
		/*bottom: 20px;
		left:30px;*/
		margin-top: 15px;
    	margin-left: 30px;
	}
	#lang-bar {
		/*bottom:25px;*/top: 52px;
	}
	#logo img {
		max-width:40px;
	}
	#user-bar #username {
		display:none;
	}
	#breadcrumbs {
		top: 0px;
	}
	footer .wrapper {
		padding-top:60px;/**/
	}
}
@media screen and (max-width: 400px){
	#responsive-menu-btn {
		/*bottom: 30px;*/
		margin-top:7px;
	}
	#lang-bar {
		/*bottom:35px;*/top:48px;
		right:20px;
	}
	footer .wrapper {
		padding-top:50px;/**/
	}
}
/* END RESPONSIVE STYLES */
/*
     FILE ARCHIVED ON 03:23:24 Jan 09, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:01:08 Aug 08, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.711
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 313.045
  LoadShardBlock: 67.137 (3)
  PetaboxLoader3.datanode: 114.289 (5)
  load_resource: 278.952 (2)
  PetaboxLoader3.resolve: 128.81 (2)
*/