/*-------------------------------------------------------------------------------------------
	CSS for Coconut times. Commented well and document. 
	MJP/D3Corp - 04-09
---------------------------------------------------------------------------------------------*/	



/*********************************************
	/ Main Props
*********************************************/	
body {
	background: url(https://f54c8a.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/css/main-bg.jpg) left top repeat-x #ffe009;
	margin: 0;
}




/*********************************************
	/ The very top header
*********************************************/

div.top-header {
	width: 1000px;
	height: 97px;
	margin: 0 auto;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	background: #2f3293;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
}

	/* Links for the top */
	.top-header a {
		color: #fff;
		text-decoration: none;
	}
	
	.top-header a:hover {
		color: #FF9;
		text-decoration: underline;
	}
	
	/* This is the left and right divs, simply holding conent */
	div.top-left {
		width: 531px;
		float: left;
	}
	
	div.top-right {
		float: right;
		text-align: right;
		margin: 5px 10px 0 10px;
	}


/*********************************************
	/ The navigation and all divs 
	/ inside of it. There should be 8. 
*********************************************/

div.navigation {
	width: 910px;
	height: 55px;
	margin: 0 auto;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	background: url(https://3bf1a4.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/css/nav-bg.jpg) left top repeat-x;
	background-size: 100% 100%;
	padding:0 45px 0 45px;
}


/*********************************************
	/ This is building out the subpages 
*********************************************/

div.sub-top {
	width: 1000px;
	height: 19px;
	margin: 0 auto;
	display: block;
	background: url(https://f05c3c.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/page-top.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
}

div.sub-bot {
	width: 1000px;
	height: 19px;
	margin: 0 auto;
	display: block;
	background: url(https://f376bc.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/page-bottom.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
}

/* This is the main div holding content for subpage */

div.sub-content {
	width: 1000px;
	margin: 0 auto;
	background: url(https://2d27b6.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/page-bg.jpg) left top repeat-y #fff;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

div.sub-content .inner {
	padding:20px;
}
.has-photo .spotlight-photo{
	float:left;
	width:36%;
}

.has-photo .desc{
	float:left;
	width:62%;
}

	/* the links */
	.sub-content a {
		color: #006;
		text-decoration: underline;
		outline:none;
	}
	
	.sub-content a:hover {
		color: #000;
		text-decoration: none;
		}

	/* Below are the right and left hand of the sub pages */
	div.content-left {
		width: 647px;
		padding: 0 10px 10px 15px;
		float: left;
	}
	
	div.content-right {
		width: 300px; 
		padding: 0 15px 10px 10px;
		float: right;
	}
		

/*********************************************
	/ Here is the Footer area 
*********************************************/

div.footer {
	width: 940px;
	margin: 0 auto;
	background: #2e3192;
	padding: 25px 30px 10px 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	color: #fff;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	border-bottom: 18px solid #0895d4;
} 

	/* Links for footer */
	.footer a { 
		text-decoration: none;
		color: #ffc505;
	} 
	
	.footer a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	a.small{ 
		font-size: 10px;
		color: #fff;
		text-decoration: none;
	}
	
	.a:hover.small {
		font-size: 10px;
		color: #fff;
		text-decoration: underline;
	}
	
	
	/* the three areas in the footer */
	
	div.footer-left {
		width: 420px;
		float: left;
		text-align: left;
	}
	
	div.footer-right {
		width: 470px;
		float: right;
		text-align: center;
	}
	
	/* form fields */
	.footer-field {
		font-family: Tahoma, Geneva, sans-serif;
		width: 85px;
		height: 20px;
		font-size: 12px;
		color: #000;
		border: 1px solid #000;
	}
	
	.footer-button {
		background: #ffb200;
		color: #fff;
		border: 1px solid #000;
		padding: 2px;
		font-weight: bold;
	}
		

/*********************************************
	Here is the poll for the left side
*********************************************/	

div.poll-right {
	font-family: Tahoma, Geneva, sans-serif; 
	color: #0895d4;
	font-size: 12px;
}

	.poll-button {
		background: #158ecf;
		border: 1px solid #000;
		padding: 2px;
		color: #fff;
	}
	
	
/*********************************************
	/ ARTICLE LAYOUTS 
*********************************************/

div.article-header {
	width: 640px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #0895d4;
	line-height: 22px;
	font-weight: bold;
}


div.article-date {
	width: 640px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	font-weight: bold;
}

div.article-writer {
	width: 433px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	font-weight: bold;
}
div.article-img-notice {
	float: right;
    text-align: center;
    width: 207px;
}
div.article-box {
	width: 640px;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}

	.article-picture {
		float: left;
		border: 1px solid #000;
		padding: 2px;
		margin: 5px;
	}
	
	.article-picture-right {
		float: left;
		border: 1px solid #000;
		padding: 2px;
		margin: 5px;
	}
	
	div.article-picture-detail {
		float: right;
		clear: left;
	}
	

/*********************************************
	/ Other design factors, headers, etc. 
*********************************************/	

div.break {
	width: 96%;
	padding: 10px;
	font-size: 10px;
	border-bottom: 1px solid #4c1256;
}


.titles {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #390501;
}

.testimonial {
	font-size: 10px; 
	font-weight: bold;
	font-style:italic;
}


/*********************************************
	/ This is the homepage content. It will
	/ include the pictures, titles and the
	/ mission statement area. 
*********************************************/


div.home-top {
	width: 1000px;
	margin: 0 auto;
	display: block;
	background: url(https://bb81cf.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/home-top.jpg) top left repeat-x;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	padding-bottom:15px;
}
div.home-top:after {content: ""; display: table; clear: both;}



	/* these are the three sections and titles */
	
	div.home-left {
		width: 360px;
		float: left;
		margin: 5px 0 0 0;
	}
	
		/*here is the photo gallery */
		div.large-picture {
			width: 360px;
			height: 265px;
			overflow: hidden;
			margin: 0 0 5px 0;
		}
		
		.small-pictures {
			width: 60px;
			height: 40px;
			overflow: hidden;
			margin-right: 2px;
			float: left;
		}
		
		
	div.home-middle {
		width: 597px;
		float: left;
		margin: 5px 0 0 0;
		padding: 0 10px 0 10px;
	}
	
		.home-middle a{
			color: #ffd104;
			text-decoration: none;
			font-weight: bold;
		}
		
		.home-middle a:hover {
			color: #ffd104;
			text-decoration: underline;
			font-weight: bold;
		}
	
	div.home-right {
		width: 337px;
		background: #29449f;
		padding: 0 5px 0 0;
		float: right;
		margin: 0 0 0 0;
	}
	
		.home-right-buttons {
			float: left;
			padding: 5px 0 0 4px;
		}

	.top-title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #ffd104;
	}
		

div.home-2 {
	width: 1000px;
	margin: 0 auto;
	display: block;
	background: url(https://d6082d.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/home-bg.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

		.home-2 a{
			color: #0099cc;
			text-decoration: none;
			font-weight: bold;
		}
		
		.home-2 a:hover {
			color: #ff9900;
			text-decoration: underline;
			font-weight: bold;
		}

	/*Here is the home bottom three sections */
	
	
	div.home-2-left {
		width: 305px; 
		padding: 10px 15px 10px 25px;
		float: left;
		color: #000;
	}
	
		
	div.home-2-middle {
		width: 290px; 
		padding: 10px 15px 10px 10px;
		float: left;
	}	
	
	div.home-2-right {
		width: 300px; 
		padding: 10px 15px 10px 10px;
		float: right;
	}

div.home-bot {
	width: 1000px;
	height: 22px;
	margin: 0 auto;
	display: block;
	background: url(https://1425ec.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/home-bot.jpg) top left no-repeat;
	border-left: 18px solid #0895d4;
	border-right: 18px solid #0895d4;
}

/*home page video */
.video-title {
	font-size: 16px;
	color: #ff8c0a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*********************************************
	/ Home v2 css
*********************************************/	

.v2 .home-2-left-v2 {
	float:left;
	width:670px;
		box-sizing:border-box;
		padding-left:20px;
		padding-top:10px;
}

.home-banners img {
	display:block;
	box-sizing:border-box;
	width:32%;
	margin:0 1% 1% 0;
	float:left;
    transition: 0.3s ease;
	border:1px solid black;
}

.home-banners img:hover {
	transform: scale(1.1, 1.1);
	border:1px solid #F99025;
	box-shadow: 0px 0px 20px #F9E227;
}

/*********************************************
	/ Barhopping set up
*********************************************/	

div.barhop-left {
	padding: 5px;
	border: 5px solid #ceeaf6;
	margin: 5px 5px 5px 20px;
	float: left;
	display: block;
}

div.barhop-right {
	padding: 5px;
	border: 5px solid #ceeaf6;
	margin: 5px;
	display: block;
	float: left;
}

/*********************************************
	/ Calendar page
*********************************************/	


.cal-table {
	background: url(https://7b5fdc.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/cal-bg.jpg) left top repeat-x; 
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

	.cal-table a {
		color: #fff;
		text-decoration: none;
	}
	
	.cal-table a:hover {
		color: #FF0;
		text-decoration: none;
	}


div.cal-spacer {
	height: 10px; 
	border-bottom: 3px dotted #ff840b;
	clear: both;
}

div.cal-spacer2 {
	height: 10px;
	clear: both;
}

	.cal-title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #323998;
	}
		



/*********************************************
	/ I <3 Spacers
*********************************************/	

div.spacer {
	clear: both;
}

div.spacer-padding {
	clear: both;
	padding-bottom: 10px;
}

div.spacer-padding-large {
	clear: both;
	padding-bottom: 20px;
}

div.spacer-dot {
	height: 5px;
	clear: both;
	border-bottom: 1px solid #80c9e8;
}

/* clearfix - is used for clearing floats */
.clearfix:after{
	clear:both;content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix{
	display:inline-block
}

* html .clearfix{
	height:1%
}

.clearfix{
	display:block
}

.social {
	width:350px;
	margin:auto;	
	
}


.social-inner {
	margin-left:215px;
	padding-top:10px;
}

.social a img {
	border:none;
	margin-top:0;
}

.arrow {
	position:absolute;
	right: 19px;
    top: 130px;
	cursor:pointer;
}

.left {
	float:left;
	height:35px;
	margin-top:-4px;
	margin-left:37px;
}

.left img {
	border:none;
}

.clear {
	clear:both;
}


/*SPOTLIGHT STUFF*/
.spotlight_logos {
	float:left;
	margin:0 20px 0 40px;
}

.sponsor {
	margin:0 0 0 10px;
}

.sponsor h2 {
	margin-top:0 !important;
}

.sponsor .right {
	float:right;
}

.sponsor .left {
	margin:0 !important;
	height:auto !important;
}

.sponsor .center {
	margin:0 auto;
	text-align:center;
}

.sponsor_website {
	background:url(https://24c4c0.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/off-website.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_website:hover {
	background:url(https://9d1b06.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/on-website.jpg) no-repeat;
}

.sponsor_facebook {
	background:url(https://5650ec.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/off-facebook.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_facebook:hover {
	background:url(https://f35ba2.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/on-facebook.jpg) no-repeat;
}

.sponsor_bites {
	background:url(https://c34e44.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/off-bestbites.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_bites:hover {
	background:url(https://6b0059.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/on-bestbites.jpg) no-repeat;
}

.sponsor_specialfeatures {
	background:url(https://3284d7.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/off-specialfeatures.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:239px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_specialfeatures:hover {
	background:url(https://d45cc0.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/on-specialfeatures.jpg) no-repeat;
}
.sponsor_blog {
	background:url(https://40299b.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/off-barhopping.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_blog:hover {
	background:url(https://f8cb42.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/on-barhopping.jpg) no-repeat;
}

.sponsor_email {
	background:url(https://75b044.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/off-email.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_email:hover {
	background:url(https://7aa27e.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/on-email.jpg) no-repeat;
}

.sponsor_cocos {
	background:url(https://52e512.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/off-coco.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:46px;
	margin-bottom:5px;
}

.sponsor_cocos:hover {
	background:url(https://4be1b6.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/buttons/on-coco.jpg) no-repeat;
}

.article_left {
	float:left;
	margin:0 20px 0 0;
}


.page-home .footer-oc {
	display: inline !important;
	}
	
.footer-banner img {
	max-width:470px;
	}


ul.features-landing {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.features-landing li {
	text-align:left;
	padding-left:38px;
	display:inline-block;
	height:35px;
	width:47%;
	box-sizing:border-box;
	margin:0 1% 8px 0;
	background: #4260E2; /* Old browsers */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -moz-linear-gradient(top, #4596DE 0%, #4260E2 100%); /* FF3.6+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4596DE), color-stop(100%,#4260E2)); /* Chrome,Safari4+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -webkit-linear-gradient(top, #4596DE 0%,#4260E2 100%); /* Chrome10+,Safari5.1+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -o-linear-gradient(top, #4596DE 0%,#4260E2 100%); /* Opera 11.10+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -ms-linear-gradient(top, #4596DE 0%,#4260E2 100%); /* IE10+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), linear-gradient(to bottom, #4596DE 0%,#4260E2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4596DE', endColorstr='#4260E2',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 0;
	text-decoration:none;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
}
ul.features-landing li:hover {
	background: #4260E2; /* Old browsers */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -moz-linear-gradient(top, #4260E2 0%, #4596DE 100%); /* FF3.6+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4260E2), color-stop(100%,#4596DE)); /* Chrome,Safari4+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -webkit-linear-gradient(top, #4260E2 0%,#4596DE 100%); /* Chrome10+,Safari5.1+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -o-linear-gradient(top, #4260E2 0%,#4596DE 100%); /* Opera 11.10+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), -ms-linear-gradient(top, #4260E2 0%,#4596DE 100%); /* IE10+ */
		background: url(https://585208.claudeassets.com/20260210120834im_/https://coconuttimes.com/images/icon-coconut.png), linear-gradient(to bottom, #4260E2 0%,#4596DE 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4260E2', endColorstr='#4596DE',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0;

}
ul.features-landing li a {
	box-sizing:border-box;
	padding:7px 5px 5px 0;
	display:block;
	height:100%;
	color: #fff !important;
	text-decoration:none;
	width:100%;
	line-height:initial;
}

.firefly-archive h2 {
	margin:0;
	padding:0;
	font-size:24px;
	color:#F99025;
	margin-bottom:3px;
}
.firefly-archive strong {
	font-size:18px;
}
.firefly-archive ul {
	margin-top:3px;
}





.home-right {
	box-sizing:border-box;
	text-align:center;
	font-size:0;
}

ul.crackbuttons {
	box-sizing:border-box;
	list-style-type: none;
	padding: 0 0 0 3px;
	margin: 0 0 0 0;
}

ul.crackbuttons li {
	text-align:center;
	display:inline-block;
	width:48%;
	box-sizing:border-box;
	margin:0 1% 0px;
	background: #F78624; /* Old browsers */
		background: -moz-linear-gradient(top, #F9D325 0%, #F78624 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9D325), color-stop(100%,#F78624)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #F9D325 0%,#F78624 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #F9D325 0%,#F78624 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #F9D325 0%,#F78624 100%); /* IE10+ */
		background: linear-gradient(to bottom, #F9D325 0%,#F78624 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9D325', endColorstr='#F78624',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 0;
	text-decoration:none;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
}
ul.crackbuttons li:hover {
	background: #F9D325; /* Old browsers */
		background: -moz-linear-gradient(top, #F78624 0%, #F9D325 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F78624), color-stop(100%,#F9D325)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #F78624 0%,#F9D325 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #F78624 0%,#F9D325 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #F78624 0%,#F9D325 100%); /* IE10+ */
		background: linear-gradient(to bottom, #F78624 0%,#F9D325 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F78624', endColorstr='#F9D325',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0;

}
ul.crackbuttons li a {
	box-sizing:border-box;
	padding:7px 5px 5px 0;
	display:block;
	color: white;
	text-decoration:none;
	width:100%;
	line-height:initial;
}
ul.crackbuttons li:hover a {
	color: yellow;
}

/*
     FILE ARCHIVED ON 19:46:32 Feb 19, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:24:20 Aug 13, 2026.
     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.349
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.028
  esindex: 0.006
  cdx.remote: 36.375
  LoadShardBlock: 157.642 (3)
  PetaboxLoader3.resolve: 415.834 (4)
  PetaboxLoader3.datanode: 51.066 (4)
  load_resource: 312.777
*/