/*** uncss> filename: css/responsive/bootstrapf444.css ***/
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url('css_1.css');
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

strong {
	font-weight: 700
}

h1 {
	font-size: 32px;
	margin: .67em 0
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

img {
	border: 0
}

button,
input {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button,
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
input {
	line-height: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td {
	padding: 0
}

@media print {
	* {
		text-shadow: none!important;
		color: #000!important;
		background: transparent!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	
	h2 {
		orphans: 3;
		widows: 3
	}
	h2 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	
	text-decoration: none
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

h1,
h2,
h4 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: inherit
}

h1,
h2 {
	margin-top: 20px;
	margin-bottom: 10px
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h3 {
	font-size: 28px
}


ul {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}





@media (min-width:1200px) {
	.container {
		max-width: 1300px;
    width: 100%;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-md-4,
.col-lg-4,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-xs-12,
.col-sm-12,
.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-6,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-6 {
	width: 50%
}

@media (min-width:768px) {
	.col-sm-3,
	.col-sm-6,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-3 {
		width: 25%;
	}
}

@media (min-width:992px) {
	.col-md-3,
	.col-md-4,
	.col-md-6,
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
}

@media (min-width:1200px) {
	.col-lg-2,
	.col-lg-3,
	.col-lg-4 {
		float: left
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.collapse {
	display: none
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #000;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li>a>img {
	max-width: none
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.container-fluid>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}
@media (min-width:992px) and (max-width:1290px){
.navbar-nav>li .ipad-disable {
		display:none;
	}	
	
}
@media (min-width:768px) {
	.navbar-right {
		float: right!important
	}
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
	color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #995e5c;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.nav:after,
.navbar:after,
.navbar-header:after {
	clear: both
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}


/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

@font-face {
	font-family: 'Glyphicons Regular';
	src: url('../fonts/glyphicons-regular.eot');
	src: url('../fonts/glyphicons-regular.eot#iefix') format('embedded-opentype'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-regular.woff2') format('woff2'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-regular.woff') format('woff'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-regular.ttf') format('truetype'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-regular.svg#glyphiconsregular') format('svg')
}

@font-face {
	font-family: 'Glyphicons Social';
	src: url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-social-regular.eot');
	src: url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-social-regular.eot#iefix') format('embedded-opentype'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-social-regular.woff2') format('woff2'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-social-regular.woff') format('woff'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-social-regular.ttf') format('truetype'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Glyphicons/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg')
}

.glyphicons-social {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Social';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicons-social-facebook:before {
	content: "\E031"
}

.glyphicons-social-twitter:before {
	content: "\E032"
}

.glyphicons-social-instagram:before {
	content: "\E033"
}

.glyphicons-social-rss:before {
	content: "\E038"
}
 
/*** uncss> filename: css/responsive/customf444.css ***/
strong {
	font-weight: 600;
	color: #6b6b0d;
}
.clear {
	clear: both
}
body {
	font-family: 'Open Sans', sans-serif
}
	a:focus {
	outline: 0;
	color: inherit!important;
	text-decoration: none!important
}

body {
	background: #f0f70c;
	color: #16181C;
	font-style: normal;
	font-weight: 400;
	padding-top: 60px
}

.footer_section_header,
.footer_section_list li a {
	font-family: 'Open Sans'
}

.custom-navbar-top {
	height: 62px;
	border: 0;
	background:#33FFCC;
}

.navbar-brand {
	padding: 0;
	height: 62px;
	line-height: 45px;
	margin-left: 0!important
}

.navbar-brand img {
	max-height: 60px;
	max-width: 250px
}

.navbar-inverse {
	background: #2C066C;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}

.navbar-custom-main {
	float: right;
	text-transform:capitalize;
}

.navbar-custom-main li {
	float: left
}

.navbar-custom-main li a {
	display: block;
	padding: 0 13px!important;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 14px;
	font-weight:700;
}

.navbar-custom-main li a:hover {
	color: #F6F7FB!important;
	text-decoration: none
}

.navbar-custom-main {
	padding-left: 5px;
	padding-right: 0
}

.navbar-right {
	float: right;
	margin: 0;
	padding: 0
}

.navbar-right li {
	float: left
}

.navbar-right li a {
	display: block;
	padding: 0 6px!important;
	height: 62px;
	line-height: 62px;
	color: #787878!important;
	font-size: 13px
}

.navbar-right li a:hover {
	color: #F6F7FB!important;
	text-decoration: none
}

.custom-close {
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 900
}

.custom-cams-list-item-headshot {
	display: block;
	max-height: 136px;
	overflow: hidden;
	position: relative
}

.custom-modal-gateway {
	min-width: 480px;
	max-width: 1135px;
	width: auto!important
}

.custom-trending-galleries {
	margin-bottom: -20px
}

.custom-trending-galleries .custom-trending-gallery {
	width: 33%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #F1F4F5;
	padding: 0;
	-webkit-box-shadow: #EEE 0 2px;
	-moz-box-shadow: #EEE 0 2px;
	box-shadow: #EEE 0 2px;
	margin-bottom: 20px;
	vertical-align: top;
	position: relative
}

.custom-trending-galleries .custom-trending-gallery img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.custom-trending-information {
	padding: 8px 11px 4px;
	height: 54px;
	position: relative;
	text-align: left
}

.custom-trending-information .custom-trending-information-stats {
	position: absolute;
	bottom: 4px;
	right: 4px
}

.custom-trending-information .custom-trending-information-stats li {
	font-size: 12px;
	color: #999CA1;
	margin-left: 6px
}

.custom-trending-information .custom-trending-title,
.custom-trending-information .custom-trending-title:hover {
	display: block;
	color: #16181C;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 4px
}

.custom-trending-information .custom-trending-title-model,
.custom-trending-information .custom-trending-title-model:hover {
	color: #16181C;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 4px
}

.custom-trending-information .custom-trending-date {
	display: block;
	color: #999CA1;
	text-decoration: none;
	font-size: 12px
}

.custom-trending-image {
	display: block;
	position: relative
}

.custom-trending-image-data,
.custom-trending-image-data:hover {
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-size: 16px;
	color: #999ca1;
	text-decoration: none;
	padding-left: 32px
}

.custom-trending-photos {
	background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/trending_photos.png) left top no-repeat
}

.custom-trending-movies {
	background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/trending_movies.png) left top no-repeat
}

.user-menu {
	display: table-cell;
	position: relative;
	line-height: 62px;
	margin-right: -10px;
	margin-left: 10px
}

.user-menu-dropdown-menu {
	top: 96%!important;
	padding: 9px 7px 12px 3px;
	font-size: 13px;
	background-clip: padding-box;
	border: 1px solid #E6E9EE;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
	z-index: 9002
}

.user-menu-dropdown-menu li>a {
	color: #428bca
}

.user-menu-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.user-menu-dropdown {
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	background: 0 0!important;
	border-color: grey!important;
	color: grey
}

.user-menu-dropdown:focus,
.user-menu-dropdown:hover,
.user-menu-dropdown:visited {
	color: grey
}

.user-menu-arrow-box:after,
.user-menu-arrow-box:before {
	top: -16px;
	right: 11px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.user-menu-arrow-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: 52px
}

.user-menu-arrow-box:before {
	border-color: rgba(230, 233, 238, 0);
	border-bottom-color: #E6E9EE;
	border-width: 8px;
	margin-left: 53px
}

.more-girls-menu {
	margin-left: 0
}

.footer_section_header {
	text-transform: uppercase
}

.more-girls-menu .user-menu-dropdown:focus,
.more-girls-menu .user-menu-dropdown:hover,
.more-girls-menu .user-menu-dropdown:visited,
.navbar-nav .more-girls-menu>a {
	color: grey
}

.footer {
	position: relative;
	background: #111;
	color: #8F8F8F;
	padding-top: 36px
}

.footer .custom-scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 2000
}

.footer_section_header {
	margin-bottom: 12px;
	padding-bottom: 12px;
	color: #F6F7FB;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #21242B
}

.footer_section_list li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 10px
}

.footer_section_list li a:hover,
.footer_section_list_blog:hover .glyphicons-social {
	color: #F6F7FB
}

.footer_section_list .glyphicons-social {
	padding-right: 5px
}

.footer_section_list_twitter:hover .glyphicons-social {
	color: #00aced
}

.footer_section_list_facebook:hover .glyphicons-social {
	color: #3b5998
}

.footer_section_newsletter_text strong {
	color: #F6F7FB
}

.footer_section_newsletter_text {
	font-size: 13px;
	display: block;
	margin: 0 40px 18px 0;
	line-height: 24px
}

.footer_section_header_newsletter_alt {
	display: none
}

.footer_section_newsletter_input,
.footer_section_newsletter_submit {
	display: block;
	-webkit-appearance: none;
	font-family: 'Open Sans';
	float: left
}

.footer_section_newsletter_input {
	border: 1px solid #C4C4C4;
	height: 48px;
	line-height: 48px;
	width: 215px;
	font-size: 16px;
	color: #16181C;
	padding: 0 8px;
	border-radius: 0 0 0 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	
}

.footer_section_newsletter_submit {
	background: #656D78;
	border: 1px solid #2F2F2F;
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-align: center;
	border-radius: 0 0 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	position: relative;
	top: -1px
}

.footer_compliance {
	clear: both;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans';
	line-height: 20px
}

.footer_compliance a {
	color: #8F8F8F;
	text-decoration: none
}

.custom-activity-stats-views {
	background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/views.png) left center no-repeat;
	background-size: 18px 13px!important;
	text-indent: 16px!important
}

.custom-activity-stats-rating {
	background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/rating.png) left center no-repeat;
	text-indent: 16px!important
}

@media (min-width:992px) and (max-width:1199px) {
	.footer_section_newsletter {
		margin-bottom: 36px
	}
}

@media (min-width:767px) and (max-width:1024px) {
	.navbar-custom-main li a {
		padding: 0 8px!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.container {
		position: relative
	}
	.navbar-nav {
		float: none
	}
	.footer_section_newsletter {
		margin-bottom: 36px
	}
	.custom-trending-overlay {
		display: none
	}
	.custom-navbar-top {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%
	}
	.custom-trending-galleries .custom-trending-gallery {
		width: 49%
	}
}

@media (min-width:640px) and (max-width:767px) {
	.custom-trending-overlay {
		display: none
	}
	.custom-navbar-top {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%
	}
	.custom-trending-galleries .custom-trending-gallery {
		width: 49%
	}
}

@media (min-width:480px) and (max-width:639px) {
	.custom-trending-overlay {
		display: none
	}
	.custom-navbar-top {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%
	}
	.custom-trending-galleries .custom-trending-gallery {
		width: 100%
	}
}

@media (max-width:767px) {
	.container.footer-container {
		padding: 0
	}
	.accordion-list,
	.footer_section_header_newsletter {
		display: none
	}
	.accordion-group {
		padding: 0
	}
	.accordion-header,
	.accordion-list li a {
		cursor: pointer;
		line-height: 14px;
		margin-bottom: 0;
		padding: 22px 24px
	}
	.accordion-header {
		border-bottom: 1px solid #222
	}
	.accordion-header-first {
		border-top: 1px solid #222
	}
	.accordion-list li a {
		border-bottom: 1px solid #333;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #222
	}
	.accordion-header:after {
		width: 35px;
		margin-right: 15px;
		content: "+";
		float: right;
		font-size: 18px;
		color: #EEE;
		font-weight: 900;
		text-indent: 0;
		text-align: center;
		transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}
	.footer {
		padding-top: 36px
	}
	.footer_section_newsletter {
		margin-bottom: 36px;
		text-align: center
	}
	.footer_section_header_newsletter_alt {
		border-bottom-style: none;
		display: block;
		text-align: center;
		font-size: 20px;
		margin-bottom: 5px;
		padding-bottom: 0
	}
	.footer_section_newsletter_form {
		display: inline-block
	}
	.footer_section_newsletter_text {
		font-size: 12px;
		margin: 0 0 15px;
		padding: 0 22px;
		line-height: 18px
	}
	.footer_section_newsletter_submit {
		max-width: 94px
	}
	.footer_section_social {
		padding-top: 35px
	}
	.footer_section_social .footer_section_list {
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5px;
		text-align: center;
		width: 252px
	}
	.footer_section_social .footer_section_list li {
		display: table-cell
	}
	.footer_section_social .footer_section_list li a {
		font-size: 36px
	}
	.footer_section_header_social,
	.footer_section_social_text {
		display: none
	}
	.footer_compliance {
		clear: both;
		padding: 10px 25px 55px;
		margin: 0 auto;
		text-align: center;
		font-size: 10px;
		line-height: 14px
	}
}

@media (max-width:479px) {
	.navbar-right li a {
		padding: 0 8px!important
	}
	h2 {
		font-size: 18px!important
	}
	.footer_section_account {
		clear: both
	}
	.custom-trending-overlay {
		display: none
	}
	.custom-navbar-top {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%
	}
	.custom-trending-galleries .custom-trending-gallery {
		width: 100%
	}
	.footer_section_newsletter_input {
		width: 160px
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.3),
only screen and (-o-min-device-pixel-ratio:13/10),
only screen and (min-resolution:120dpi) {
	.custom-activity-stats-rating {
		background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/rating%402x.png) left center no-repeat;
		background-size: 14px 14px
	}
	.custom-activity-stats-views {
		background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/views%402x.png) left center no-repeat;
		background-size: 18px 13px
	}
	.custom-trending-photos {
		background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/trending_photos%402x.png) left top no-repeat;
		background-size: 28px 21px
	}
	.custom-trending-movies {
		background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/trending_movies%402x.png) left top no-repeat;
		background-size: 28px 21px
	}
}

.custom-middle {
	padding: 9px 0 12px
}

.custom-middle ul {
	margin-left: -16px;
	float: left
}

.custom-middle:after,
.custom-middle:before {
	right: 395px
}

.custom-middle ul li {
	list-style: none;
	width: 205px;
	padding: 15px 0;
	float: none;
	height: auto;
	line-height: normal
}

.custom-middle ul li a {
	padding: 0!important;
	height: auto;
	line-height: normal
}

.custom-models-description {
	font-size: 10px;
	font-weight: 700;
	display: block;
	line-height: 14px;
	height: 14px
}

.custom-models-description-circle {
	color: #3c0;
	font-size: 18px;
	top: 1px;
	position: relative
}

.custom-cams-models-name {
	position: absolute;
	bottom: 0;
	font-size: 15px;
	text-transform: none;
	color: #FFF;
	font-weight: 700;
	padding: 3px 6px;
	background-color: rgba(0, 0, 0, .25);
	display: block;
	width: 100%
}
	 
/*** uncss> filename: css/responsive/ma/indexf444.css ***/.custom-trending-galleries{text-align:center}.custom-content-selector-list{max-width:2160px;}.custom-content-selector-list li{width:33.33%;float:left;display:block;padding:0}.custom-trending-images-selector{padding-right:5px!important}.custom-trending-models-selector{padding:0 2.5px!important}.custom-trending-films-selector{padding-left:5px!important}.custom-content-selector-list li a{display:block;position:relative}.custom-content-selector-list li .selected,.custom-content-selector-list li a:hover{outline:#CDAA56 solid 2px;outline-offset:-2px}.custom-content-selector-list li img{max-width:100%;display:block;height:auto}.custom-content-selector-title{font-size:36px;color:#FFF;text-transform:uppercase;position:relative;top:40%;display:block;text-shadow:1px 2px 1px #000}.custom-content-selector-list li .selected .custom-content-selector-title{background:url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/ma/selector_arrow.png) bottom center no-repeat;padding-bottom:20px}.custom-index-explore{height:130px;background: linear-gradient(to bottom, #4e0101 0%,#db0303 100%);padding-top:45px}.custom-index-explore-list{margin:0 auto;width:600px;max-width:100%}.custom-index-explore-list li{float:left;display:block;width:50%}.custom-index-explore-list li a{background:#5E5E5E;text-transform:uppercase;text-decoration:none;line-height:40px;height:40px;width:280px;max-width:100%;text-align:center;font-weight:700;display:block;color:#FFF}.custom-index-explore-list li a:hover{text-decoration:none}.custom-index-explore-list li a:focus{color:#FFF}.custom-index-explore-list .highlight a{background:#ffa700!important;color:#000}@media (max-width:767px){.custom-content-selector-list li{width:100%}.custom-trending-images-selector{padding-right:0!important}.custom-trending-films-selector,.custom-trending-models-selector{padding:0!important}.custom-content-selector-title{font-size:24px}.custom-content-selector-list li a{max-height:150px;overflow-y:hidden}.custom-index-explore{height:100px;padding-top:30px}.footer_section_newsletter{background-color:#333;color:#FFF;padding-bottom:30px;padding-top:15px}.footer{padding-top:0!important}}@media (max-width:639px){.custom-trending-images-selector{padding-right:0!important}.custom-trending-films-selector,.custom-trending-models-selector{padding:0!important}}@media (max-width:479px){.custom-trending-images-selector{padding-right:0!important}.custom-trending-films-selector,.custom-trending-models-selector{padding:0!important}}.custom-trending-films,.custom-trending-images{display:none}.custom-trending-models li a,.custom-trending-models-title{display:block;position:relative}.custom-trending-models li{width:16.4%;padding:0 5px 14px 4px;max-width:229px}.custom-trending-models-title{font-size:15px;font-weight:700;top:90%}.custom-trending-models-title:hover{text-decoration:none}.custom-trending-galleries{margin:0 auto}.custom-trending-galleries .custom-trending-gallery{width:25%!important;float:left;padding:0 5px!important;background-color:transparent!important}.custom-content-list{padding:15px 10px 20px}.custom-selector-overlay{position:absolute;width:100%;height:100%;top:0;left:0;text-align:center;display:inline-block;background:#000;filter:alpha(opacity=50);opacity:.5}.custom-selector-overlay:hover .custom-content-selector-title{filter:alpha(opacity=100);opacity:1}.custom-content-selector-list .selected .custom-selector-overlay,.custom-selector-overlay:hover{background:0 0;filter:alpha(opacity=100);opacity:1}.custom-index-awards{background: linear-gradient(to bottom, #4e0101 0%,#db0303 100%);padding-bottom:40px}.custom-index-awards .container{max-width:1070px}.custom-index-awards-title-container{height:1px;background:#B5954F;position:relative;text-align:center;margin:60px 0 35px}.custom-index-awards-list li{display:block;float:left;width:25%;text-align:center}.custom-index-awards-list li img{max-width:100%}.custom-index-awards-title{font-size:26px;text-align:center;background:#191919;padding:0 15px;position:relative;top:-20px;font-family: 'Francois One', sans-serif;    font-weight: 700;}.custom-index-awards-detail{font-size:14px;color:#ADADAD;display:block}.custom-trending-image{position:relative}.custom-trending-overlay{position:absolute;width:100%;height:100%;top:0;left:0;text-align:center;display:inline-block}.custom-trending-image:hover .custom-trending-overlay{background:rgba(0,0,0,.4)}.custom-trending-overlay .custom-trending-title-container{position:relative;top:50%;margin-top:-40px;color:#FFF;display:none}.custom-trending-image:hover .custom-trending-title-container{display:block}.custom-trending-overlay .custom-trending-title-container .custom-trending-title{font-size:28px;text-transform:uppercase;display:block}.custom-trending-overlay .custom-trending-title-container .custom-trending-photographer{font-size:14px;display:block;font-style:italic}.custom-trending-galleries .custom-trending-gallery img{-webkit-border-radius:0;border-radius:0;-moz-border-radius:0}@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (-o-min-device-pixel-ratio:13/10),only screen and (min-resolution:120dpi){.custom-content-selector-list li .selected .custom-content-selector-title{background:url(/web/20240710001823im_/https://www.bookdreamgirl.com/images/ma/selector_arrow.png) bottom center no-repeat;background-size:24px 14px}}@media (min-width:2160px){.custom-trending-models li{margin:0 4px}.custom-trending-galleries .custom-trending-gallery{width:16.66%!important}}@media (min-width:1800px) and (max-width:2159px){.custom-trending-galleries .custom-trending-gallery{width:20%!important}}@media (min-width:768px) and (max-width:991px){.custom-trending-information-stats{display:none}}@media (min-width:640px) and (max-width:767px){.custom-trending-information-stats{display:none}}@media (min-width:480px) and (max-width:639px){.custom-trending-information-stats{display:none}}@media (max-width:479px){body{padding-top:68px!important}.custom-trending-models li{width:15.8%;padding:0 3px 6px}.custom-trending-information-stats,.custom-trending-models-title{display:none}.custom-trending-galleries .custom-trending-gallery{width:50%!important}.custom-content-selector-list li .selected .custom-content-selector-title{padding-bottom:9px!important;background-size:12px 7px}.custom-content-list{padding-top:20px}} 
/*** uncss> filename: css/responsive/blackf444.css ***/
body {
	background:#323232;
	color:#808080;
}
a {
	color:#6b6b0d;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}
.nav>li>a:focus {
	background:inherit;
	color:inherit;
}
.custom-content-list {
	color: #fff !important;
}
.custom-trending-galleries .custom-trending-gallery {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	border: none;
	background-color: #1D1D1D !important;
	padding: 0;
	-webkit-box-shadow: #1010100 2px;
	-moz-box-shadow: #101010 0 2px;
	box-shadow: #101010 0 2px;
}
.custom-trending-information .custom-trending-information-stats li {
	color: #adadad;
}
.custom-trending-information .custom-trending-title,
.custom-trending-information .custom-trending-title:hover {
	color: #adadad;
	font-size: 13px;
}
.custom-trending-information .custom-trending-title-model,
.custom-trending-information .custom-trending-title-model {
	color: #FFF !important;
}
.custom-trending-information .custom-trending-title-model,
.custom-trending-information .custom-trending-title-model:hover {
	color: #adadad !important;
}
.custom-trending-information .custom-trending-date {
	color: #adadad;
}
.custom-trending-image-data,
.custom-trending-image-data:hover {
	color: #FFF;
}

/* new tags list */
.footer {
	position: relative;
	background: #000;
	padding-top: 36px;
}
.footer .custom-scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}
.footer_section_header {
	color: #fff;
	border-bottom-color: #222;
}
.footer_section_list li a:hover {
	color: #fff !important;
}
.footer_section_newsletter_text {

}
.footer_section_newsletter_text strong {
	color: #fff;
}
.footer_section_newsletter_input {
	color: #adadad;
	background-color: #fff;
}
.footer_section_newsletter_submit {
	background: #3ca1d3;
	color: #fff;
}
.footer_compliance {
	color: #adadad;
}
.footer_compliance a {
	color: #fff !important;
}
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: 1px solid #CED0D2;
	color: #434A53;
	font-size: 12px;
}

/*New*/
.dropdown-menu {
	font-size: 13px !important;
}
.custom-activity-stats-rating {
	background:url('/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/black/rating.png') left center no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi)
{
	.custom-activity-stats-rating {
		background:url('/web/20240710001823im_/https://www.bookdreamgirl.com/images/responsive/black/rating%402x.png') left center no-repeat;
		background-size:14px 14px;
	}
} 
/*** uncss> filename: css/responsive/ma/blackf444.css ***/
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Lato/Lato.eot');
	src:local('Lato'), local('Lato-Regular'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Lato/Lato.eot#iefix') format('embedded-opentype'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Lato/Lato.woff') format('woff'), url('https://web.archive.org/web/20240710001823im_/https://static.metart.com/view/fonts/Lato/Lato.svg#Lato') format('svg');
}
body {
	background:#18223b;
	color:#e6d50d;
	padding-top:68px;
}
.navbar-brand img {
	position:relative;
	top:8px;
}
.custom-navbar-top {
	height:68px;
}
.navbar-custom-main li a,.navbar-right li a {
	height:68px;
	line-height:68px;
}
.navbar-brand {
	height:68px;
}
.user-menu {
	line-height:68px;
}
.footer {
	background:#755a28;
}
.navbar-inverse {
	background:
#0f121f
;
}
.navbar-custom-main li a {
	color:#fff!important;
	
}
.navbar-custom-main li a:hover {
	color:#CEAB57!important;
}
.user-menu-dropdown-menu {
	margin-top:0!important;
}
.footer_section_newsletter_input {
	color:#ADADAD;
	border:1px solid #222;
	width:200px;
	margin-right:10px;
}
.footer_section_newsletter_submit {
	background:#CDAA57;
	border:1px solid #222;
	top:0;
	height:48px;
	line-height:48px;
	color:#000;
}
.footer_section_header {
	color: #d91616;
    font-weight: 600;
}
.footer_compliance a {
	
}
.footer_section_newsletter_text {
    color: #fff;
    font-weight: 600;
}
.navbar-right li a {
	color:#ADADAD!important;
}
.custom-activity-stats-rating {
	text-indent:18px!important;
}
@media (min-width:768px) and (max-width:991px) {
	.custom-content-selector-title {
		font-size:24px!important;
	}
	.custom-trending-models li {
		width:24.6%;
		padding:0 3px 6px;
	}
	.custom-trending-models-title {
		top:85%;
		font-size:13px;
	}
	.custom-trending-overlay {
		display:none!important;
	}
}
@media (min-width:640px) and (max-width:767px) {
	.custom-trending-models li {
		width:24.6%;
		padding:0 3px 6px;
	}
	.custom-trending-models-title {
		display:none;
	}
	.custom-trending-overlay {
		display:none!important;
	}
}
@media (min-width:480px) and (max-width:639px) {
	
	.custom-index-awards-title {
		font-size:20px!important;
	}
	.custom-trending-models li {
		width:24.5%;
		padding:0 3px 6px;
	}
	.custom-trending-models-title {
		display:none;
	}
	.custom-trending-overlay {
		display:none!important;
	}
}
@media (max-width:479px) {
	
	.custom-index-awards-title {
		font-size:14px!important;
	}
	.footer_section_newsletter_input {
		margin-right:0;
		width:180px;
	}
	.custom-index-explore-list li a {
		font-size:11px;
	}
	.custom-trending-overlay {
		display:none!important;
	}
	.custom-trending-models li {
		width:32.5%;
		padding:0 3px 6px;
	}
}
.phone {
   background: linear-gradient(to bottom, #f20909 0%,#350202 100%);
}
.css_content {
    padding: 5px;
    margin: 0 0 15px;
    list-style: none;
}
.css_content .item {
    display: block;
    margin-top: 5px;
}
.css_content .item .block {
   background: linear-gradient(to bottom, #000000 0%,#500102 100%);
    padding-bottom: 15px;
    color: #c5c2bc;
    font-weight: 900;
}
.css_content .gname {
    margin-top: 0;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 18px;
    min-height: 30px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.css_content .adress {
    font-size: 13px;
    min-height: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.photoLink {
    display: block;
    width: 100%;
    max-height: 180px;
    overflow: hidden;
}
.css_content img {
    -moz-box-shadow: 0 0 3px #090d01;
    -webkit-box-shadow: 0 0 3px #090d01;
    box-shadow: 0 0 3px #090d01;
}
.css_girl_onduty_cm{color:#dffa04}

.bottom-line {
   border-bottom: 1px solid #ed871e;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
}
.top-separator{
    height: 20px;
    width: 94%;
    display: block;
    margin: 0 auto 32px auto;
    background: url(/web/20240710001823im_/https://www.bookdreamgirl.com/index-2.html) no-repeat top center;
}
p {
    margin: 0 0 10px;
    text-align: justify;
    font-family: sans-serif;
  
    word-wrap: break-word;
    line-height: 21px;
    color: #fff;
    font: inherit;
    font-size: 16px;
    color: #f0f3f7;
    font-family: sans-serif;
	font-weight:400;
   }
	@media screen and (min-width: 300px) and (max-width: 768px){
	p {
    margin: 0 0 10px;
    text-align: justify;
    font-size: 15px;
	padding: 10px;}
}
.css_content {
    padding: 5px;
    margin: 0 0 15px;
    list-style: none;
}
.css_content .item {
    display: block;
    margin-top: 5px;
}
.css_content .item .block {
   background: linear-gradient(to bottom, #c50606 0%,#0c0c0c 100%);
    padding-bottom: 15px;
    color: #f5c87c;
    font-weight: 900;
}
.css_content .gname {
    margin-top: 0;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 18px;
    min-height: 30px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.css_content .adress {
    font-size: 13px;
    min-height: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.photoLink {
    display: block;
    width: 100%;
    max-height: 180px;
    overflow: hidden;
}
.css_content img {
    -moz-box-shadow: 0 0 3px #090d01;
    -webkit-box-shadow: 0 0 3px #090d01;
    box-shadow: 0 0 3px #090d01;
}
.css_girl_onduty_cm{color:#dffa04}

			 @media screen (min-width:992px) and (max-width:1290px){
			 
			  .navbar-right li{
			  display:none !important;
			 }
			 
			  }
button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}
button:focus { 
  background-color: nill;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
        .dev{display:none}
		}
		@media screen and (min-width: 766px) and (max-width: 932px) {
        .container1{width:100%}
		.navbar-brand img {    width: 100%;height: 65%;}
		.navbar-brand {width: 19%;}
		}
		@media screen and (min-width: 320px) and (max-width: 765px) {
		.navbar-brand {width: 100%;height:100%}
		} 
/*** uncss> filename: css/responsive/ma/index_blackf444.css ***/
.custom-trending-galleries .custom-trending-gallery {
background-color:transparent!important;
} 



			 .headdg{
			  font-size: 21px;
    color: #ffa700;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Francois One', sans-serif;
			 }
			.headding {
    font-size: 21px;
    color: #ff0018;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Francois One', sans-serif;
}

.peraa strong {
     color: #ffffff;
	letter-spacing: 1px;
}


/*
     FILE ARCHIVED ON 00:18:23 Jul 10, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:12:40 Aug 19, 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.618
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.016
  esindex: 0.014
  cdx.remote: 15.059
  LoadShardBlock: 405.112 (3)
  PetaboxLoader3.datanode: 260.244 (5)
  PetaboxLoader3.resolve: 462.472 (2)
  load_resource: 368.009
  loaddict: 100.714
*/