@charset "utf-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}   

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}



h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	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) ")"
	}

	abbr[title]:after {
		content: "(" attr(title) ")"
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,
	img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	select {
		background: #fff !important
	}

	.navbar {
		display: none
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

* {
	-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,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #428bca;
	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
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

html,
body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
}

body {
	background: #141414;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #c3c3c3;
}

a,
a:visited,
a:link,
a:active {
	color: #ff0000;
	text-decoration: none;
	outline: none
}

a:hover {
	color: #fff;
}

img {
	border: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal
}

ul {
	list-style: none
}

ul,
li {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal
}

.inner {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 1524px;
}

header {
	display: inline-block;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #2e2e2e
}

.logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 24px 0;
	z-index: 99;
}

.show-menu {
	width: 32px;
	height: 29px;
	background: url(../images/menu.png);
	display: none;
}

nav input[type=checkbox] {
	display: none;
	-webkit-appearance: none;
}

nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 77;
	text-align: right;
}

nav ul {
	display: block;
	font-size: 0;
	vertical-align: top;
}

nav li {
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

nav li a {
	display: inline-block;
	padding: 33px 30px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
}

nav li a:hover,
nav li:last-child a:hover {
	background: #1d1d1d;
	color: #f80d0d !important;
}

/*nav li:nth-child(6){margin-left: 15%}*/
nav li:last-child {
	margin-left: 7px
}

nav li:last-child a {
	padding: 6px 20px;
	font-size: 20px;
	background: #db0202;
}

nav li:last-child a:hover {
	background: #fff
}

.vid-slider {
	position: relative;
}

.toptxt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 55px;
	margin-top: -115px
}

.toptxt span {
	color: #fff;
	padding: 5px 20px;
	border: 2px solid #fff;
	margin-right: 10px;
}

.toptxt strong {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
}

.toptxt a {
	display: block;
	width: 400px;
	margin: 80px auto 0;
	font-size: 33px;
	font-weight: 700;
	text-transform: uppercase;
	background: #db0202;
	padding: 10px;
	color: #fff;
}

.toptxt a:hover {
	color: #db0202;
	background: #fff;
}




img.norm,
.site-logos-mob {
	display: none
}

.site-logos {
	position: relative;
	background: #000;
	text-align: center;
	z-index: 99;
	border-top: 1px solid #2e2e2e
}

.exclusiveT {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0;
}

.site-logos ul {
	display: inline-block;
	vertical-align: middle;
}

.site-logos li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}

.site-logos li img {
	height: 53px;
	width: auto;
}

.welcomeC {
	padding: 40px;
}

.welcomeC p {
	font-size: 19px;
	line-height: 36px;
	color: #a2a2a2
}

.welcomeC p strong {
	color: #fff
}

.ebox {
	font-size: 0;
	margin-bottom: 30px;
}

.dettl {
	position: relative;
	margin: 10px 20px 0px 20px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.dettl span {
	color: #ff0101;
}


.ebox .dettl {
	position: relative;
	margin: 0 20px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

a.viewall {
	position: absolute;
	top: 11px;
	right: 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase
}

a.viewall i {
	color: #ff0101;
	vertical-align: top;
	font-size: 20px;
	margin: 4px 0 0 5px;
}

.vid-sample li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-left: 1px;
}

.vid-sample li:first-child {
	width: 50%;
	border-top: 4px solid #a90000;
	padding: 0;
}

.vid-sample li:nth-child(4) {
	padding: 0
}

.vid-sample li:nth-child(2),
.vid-sample li:nth-child(3) {
	border-top: 4px solid #5a5a5a;
}


.vid-info {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	background: rgba(0, 0, 0, .8);
	padding: 6px 15px;
	width: 100%;
}

.vid-info small {
	position: absolute;
	display: inline-block;
	top: 11px;
	right: 12px;
	font-size: 12px;
	color: #a2a2a2;
}

.vid-info small i {
	font-size: 16px;
	vertical-align: top;
	margin: 0 4px 0 0;
	color: #c40000
}

.vid-sample .vid-info {
	font-size: 18px !important;
	text-align: left !important;
}

.vid-info {
	font-size: 14px !important;
	text-align: left !important;
}

.site-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.site-num {
	position: absolute;
	top: -10px;
	left: 20px;
}

.site-logo {
	position: absolute;
	top: 20px;
	left: 145px;
}

.adv-txt {
	position: absolute;
	display: block;
	bottom: 25px;
	left: 20px;
}

.adv-txt span {
	position: relative;
	display: block;
	font-size: 22px;
	color: #fff;
	width: auto;
	padding: 5px 0 5px 43px;
}

.adv-txt span:before {
	position: absolute;
	top: 1px;
	left: 0;
	color: #ff0000;
	content: "\f046";
	font-family: 'FontAwesome';
	font-size: 30px;
}

.parallax-img {
	position: relative;
	width: 100%;
	height: 600px;
	background: url(../images/parallax-img.jpg) center center no-repeat fixed;
	background-size: cover;
	margin: 40px 0 30px;
}

.site-stats {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	width: 573px;
	background: rgba(0, 0, 0, .67);
	padding: 40px 30px 0;
	text-align: center;
}

.site-stats ul {
	margin: 20px 0 40px;
}

.site-stats li strong {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	color: #d80000;
	text-align: right
}

.site-stats li small {
	display: inline-block;
	vertical-align: middle;
	width: 34%;
	font-size: 40px;
	line-height: 40px;
	color: #adadad;
	text-align: left;
	text-transform: uppercase;
	padding-left: 15px;
}

.site-stats a {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
}

i.lock-icom {
	display: inline-block;
	vertical-align: top;
	margin: -20px 7px 0 0;
	width: 96px;
	height: 96px;
	background: url(../images/lock-icon.png);
	background-size: 100%;
}


ul.model-list {
	/*font-size: 0;*/
	text-align: center;
	margin: 0 5px;
}

.model-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	width: 20%;
}

ul.model-list_mainpage {
	/*font-size: 0;*/
	text-align: center;
	margin: 0 5px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.model-list_mainpage li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: calc(100% * (1/6) - 2px);
	margin: 1px;
}

@media screen and (max-width: 1440px) {
	.model-list_mainpage li {
		width: calc(100% * (1/4) - 2px);
	}
}

@media screen and (max-width: 1024px) {
	.model-list_mainpage li {
		width: calc(100% * (1/3) - 2px);
	}
}

@media screen and (max-width: 767px) {
	.model-list_mainpage li {
		width: calc(100% * (1/2) - 2px);
	}
}

@media screen and (max-width: 479px) {
	.model-list_mainpage li {
		width: calc(100% - 2px);
	}
}

.model-list_mainpage li a {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.model-list_mainpage li a img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

ul.model-list_newcat {
	text-align: center;
	margin: 0 5px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	/*justify-content:space-around;*/
}

.model-list_newcat li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: calc(100% * (1/5) - 2px);
	margin: 1px;
}

@media screen and (max-width: 1440px) {
	.model-list_newcat li {
		width: calc(100% * (1/4) - 2px);
	}
}

@media screen and (max-width: 1024px) {
	.model-list_newcat li {
		width: calc(100% * (1/2) - 2px);
	}
}

@media screen and (max-width: 767px) {
	.model-list_newcat li {
		width: calc(100% * (1/2) - 2px);
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 479px) {
	.model-list_newcat li {
		width: calc(100% - 2px);
	}
}

.model-list_newcat img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1440px) {
	.model-list_mainpage li {
		width: calc(100% * (1/4) - 2px);
	}
}

@media screen and (max-width: 1024px) {
	.model-list_mainpage li {
		width: calc(100% * (1/3) - 2px);
	}
}

@media screen and (max-width: 767px) {
	.model-list_mainpage li {
		width: calc(100% * (1/2) - 2px);
	}
}

@media screen and (max-width: 479px) {
	/*.model-list_mainpage li { width: calc(100% - 2px); }*/
}


.modelname {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(0, 0, 0, .84);
	padding: 6px;
	font-size: 18px;
}

a.getacc-btn {
	display: block;
	width: 740px;
	margin: 30px auto 0;
	background: #db0202;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase
}

a.getacc-btn:hover,
a.redbtn:hover {
	background: #fff;
	color: #db0202
}

.sbox {
	background: #000;
	padding: 25px;
	font-size: 0;
	margin: 30px auto;
	width: 1524px;
}

.sbox-modelbio {
	background: #000;
	padding: 25px 25px 0 25px;
	font-size: 0;
	margin: 0px auto;
	width: 100%;
	clear: both;
	max-width: 100%;
}

.sbox-modelbio_newcat {
	background: #000;
	padding: 25px 25px 0 25px;
	margin: 0px auto;
	width: 100%;
	clear: both;
	max-width: 100%;
}

.playerC {
	display: inline-block;
	vertical-align: top;
	width: 67%;
	/*added to move the player up, when the overlay play icon moves it down */
	position: relative;
	top: -50px;
}

.vid-dtls {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-left: 25px;
	font-size: 14px;
}

.vid-dtls h3 {
	font-size: 30px;
	line-height: 30px;
	color: #ff0202;
	font-weight: 700;
}

.vid-dtls ul {
	margin: 18px 0;
}

.vid-dtls li {
	display: inline-block;
	margin-right: 25px;
}

.vid-dtls li strong {
	color: #fff
}

i.web-icon,
i.cal-icon,
i.heart-icon {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url(../images/web-icon.png);
	margin-right: 5px;
}

i.cal-icon {
	background: url(../images/cal-icon.png)
}

i.heart-icon {
	background: url(../images/heart-icon.png)
}

.desc {
	height: 485px;
	padding:0 10px;
	overflow: auto;
	margin-bottom: 20px;
	text-align: justify;
}

.desc::-webkit-scrollbar {
	width: 12px;
}

.desc::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #151515;
	background-color: #151515;
}

.desc::-webkit-scrollbar-thumb {
	background-color: #424242;
	-webkit-box-shadow: inset 0 0 6px #424242;
}

.desc p {
	margin-bottom: 30px;
	line-height: 24px;
	text-align: justify
}

a.redbtn {
	display: block;
	width: 100%;
	background: #db0202;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase
}

.rel-vid {
	width: 1544px;
	margin: 60px auto
}

ul.rel-list {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 0;
	width: 100%;
}

.rel-list li {
	display: inline-block;
	width: 25%;
	padding: 10px;
}

.rel-list li a {
	position: relative;
	display: block;
}

.model-list img {
	width: 100%;
	height: auto;
}

.vid-slider img,
.vid-sample li img,
.playerC img,
.rel-list li img {
	width: 100%;
	height: auto;
}

.site-num img,
.site-logo img {
	width: auto !important;
}

a,
nav {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.cimg,
img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

footer {
	background: #1e1e1e;
	padding: 45px 0;
	text-align: center;
	color: #939393;
	font-size: 14px;
}

.ftr-logos a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}

.ftr-logos img {
	height: 39px;
	width: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .6
}

footer li {
	display: inline-block;
	font-size: 16px;
	margin: 10px;
}

footer li a {
	color: #fff !important
}

footer li a:hover {
	color: #ff0101 !important
}

.ftr-logo {
	margin: 5px 0
}

.ftr-logo img {
	width: 230px;
	height: auto
}

|:-moz-any-link:focus {
	outline: none;
}

input[type="image"]:focus {
	outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
}

abbr[title],
acronym[title] {
	border-bottom: none;
}

*:focus {
	outline: none;
}





/*FROM DIANE*/
.clearfix {
	clear: both;
}

.model_bio_thumb_collage {
	margin: 4px auto;
	text-align: center;
	width: 1524px;
	max-width: 100% !important;
	height: inherit;
	max-height: inherit;
}

.modelbio_collage_area {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 1524px;
	max-width: 100% !important;
}

.under_modelbio_collage_area {
	background-color: #FF0000;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 1524px;
	max-width: 100% !important;
	min-width: 100% !important;
}



.update_thumb_tour {
	width: 400px !important;
	height: 280px !important;
}

.thumbs_newbio {
	width: 360px !important;
	height: inherit !important;
}

.container_modelfields_new {
	float: left;
	background-color: red !important;
}


.modelname_new_diane {
	position: relative;
	float: left;
	text-align: left !important;
	background-color: #fff;
	font-size: 30px;
	color: #000;
	padding: 0 35px 0 35px;
}


.modelfields_new {
	font-size: 16px;
	color: #fff !important;
	font-family: Tahoma, Helvetica;
	padding: 0 0 0 30px;
	vertical-align: text-bottom !important;
	white-space: nowrap !important;
}

.modelfields_value_new {
	color: #000 !important;
	font-family: 'Signika', sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 40px;
	vertical-align: 7%;
}

.modelfields_new_red {
	text-decoration: underline;
	color: #ff0000;
	font-family: 'Signika', sans-serif;
	font-weight: 900;
	font-size: 22px;

}

.about_funfacts {
	position: relative;
	float: left;
	text-align: left !important;
	background-color: #000;
	font-size: 17px;
	color: #fff;
	padding: 20px 10px 0 0px;
	width: 1524px;
	max-width: 100% !important;
}

ul#newbioupdates {
	padding: 0;
	width: 100%;
	max-width: 100% !important;
	min-width: 100% !important;
}

ul#newbioupdates li {
	width: 360px;
	max-width: 360px !important;
	display: inline-block;
	padding: 0x;
	margin: 7px;
}


.newbio_leftinfo {
	color: #fff;
	position: relative;
	float: left;
	width: 70%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: left !important;
	padding-left: 5px;
}

.newbio_rightinfo {
	float: right;
	width: 30%;
	text-align: right;
	padding-right: 5px;
}


.modelbio_thumbs_area {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #000;
	/*width:1524px;*/
	max-width: 100% !important;
	width: 100%;

}

.newbio_section_title {
	position: relative;
	margin: 40px 20px 20px 20px;
	color: #fff;
	text-align: left !important;
	font-family: 'Signika', sans-serif;
	font-weight: 900;
	font-size: 22px;
	display: inline-block;
	/*width:100%;*/
}

.newbio_section_title_red {
	position: relative;
	margin: 40px 20px 0px 0px;
	color: #ff0000;
	text-align: left !important;
	font-family: 'Signika', sans-serif;
	font-weight: 900;
	font-size: 22px;
}

.newbio_modelname {
	color: #ff0000;
	text-align: left !important;
}

.newbio_modelname a {
	text-decoration: underline;
}

.newbio_modelname a:hover {
	text-decoration: none;
}












/* Tour Index and Updates CSS */
.between_update_join_links {
	margin: 0 auto;
	text-align: center;
}

.between_update_join_links span {
	line-height: 65px;
	vertical-align: top;
}

.between_update_join_links a {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #db0202;
}

.between_update_join_links a:hover {
	color: #808080;
}

.join_next_link_container {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
}

.join_link {
	margin: 0px;
	display: inline-block;
	float: left;
}

.join_links_big {
	margin: 0 auto;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.join_links_big a {
	color: #db0202;
}

.join_links_big a:hover {
	color: #808080;
}

.update_block_footer {
	width: 100%;
	display: inline-block;
}

.update_block_footer a {
	text-decoration: none;
}

.join_button_preview_table {
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	line-height: 36px;
	display: inline;
	float: right;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button_green.png);
}

.update_table_left {
	float: left;
	display: inline-block;
}

.update_table_right {
	display: inline-block;
}

.small_update_thumb {
	margin-left: 2px;
	margin-bottom: 2px;
	width: 148px;
	height: 115px;
}

.large_update_thumb {
	width: 332px;
	height: 234px;
}

.update_block_info {
	padding: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 22px;
	width: 310px;
	color: #FFFFFF;
}

.update_image {
	padding-top: 10px;
	padding-right: 0px;
	width: 646px;
	text-align: right;
	float: right;
	position: relative;
}

.update_hr {
	width: 100%;
	border-top: 1px solid #eee;
}

.update_thumbs_container {
	display: inline;
}

.update_title {
	font-size: 16px;
	font-weight: bold;
}

.tour_update_tags {
	font-weight: normal;
}

.tour_update_tags a {
	color: #FFFFFF;
}

.tour_update_tags a:hover {
	color: #808080;
}

.tour_update_models {
	font-weight: normal;
}

.tour_update_models a {
	color: #FFFFFF;
}

.tour_update_models a:hover {
	color: #808080;
}

.update_counts_preview_table {
	margin-top: 6px;
	padding-left: 20px;
	width: 490px;
	height: 37px;
	line-height: 37px;
	display: inline;
	float: right;
	text-align: left;
	vertical-align: middle;
}

.latest_update_description {
	font-weight: normal;
	color: #c0c0c0;
}

.most_popular_model_thumb {
	width: 186px;
	height: 279px;
}

/*.most_popular_model_thumb_mainpage {width:186px;max-width:186px!important;height:inherit;}*/
.tour_most_popular_model_name {
	width: 185px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2d2d2d;
}

.tour_upcoming_updates_thumb {
	width: 238px;
	height: 179px;
}

.play_icon_overlay {
	left: 50%;
	top: 304px;
	position: relative;
	max-width: 50px;
	max-height: 50px;
	width: 50px;
	height: 50px;
	z-index: 999;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {

	/*
.model_bio_thumb_collage {
text-align:center;
margin:0 auto;margin: 0 0 4px 0;
 width:90%;
height:inherit;
max-width:90%!important; 
max-height:90%;}
*/
	.play_icon_overlay {
		top: 160px;
		left: 50%;
		position: absolute;
		max-width: 50px;
		max-height: 50px;
		width: 50px;
		height: 50px;
		z-index: 999;
		margin: 0;
		padding: 0;
	}


}

@media only screen and (max-width: 479px) {

	/*
.model_bio_thumb_collage {
margin:0 auto;margin: 0 0 4px 0;
text-align:center;
margin:0 auto;
 width:90%;
height:inherit;
max-width:90%!important; 
max-height:90%;}
*/
	.play_icon_overlay {
		top: 50%;
		left: 50%;
		position: absolute;
		max-width: 50px;
		max-height: 50px;
		width: 50px;
		height: 50px;
		z-index: 999;
		margin: 0;
		padding: 0;
	}

}

/* Video Trailer Window CSS */
#hpromo {
	display: none;
}

#hpromo img {
	border: 0;
}

.replay {
	color: #2d2d2d;
}

.views_remaining {
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;
}














.global_pagination {
	float: right;
	clear: both;
	text-align: right;
}

.global_pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px;
	background-color: #000;
}

.global_pagination ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	border: 0px;
}

.global_pagination ul li:last-child {
	border: 0px;
}

.global_pagination ul li.pagination_totals {
	padding: 7px 10px;
}

.global_pagination ul li a {
	float: left;
	padding: 8px 12px;
	text-decoration: none;
	color: #fff;
}

.global_pagination ul li a:hover,
.global_pagination ul li.active a {
	color: #db0202;
	background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
	/*.global_pagination { float:left; width:100%; text-align:center; }*/
	/*.global_pagination ul li.hide_mobile { display:none; }*/
}

@media only screen and (max-width: 479px) {
	.global_pagination {
		font-size: 13px;
	}

	.global_pagination ul li a {
		padding: 8px 8px;
	}
}

.global_pagination ul li:first-child a:hover,
.global_pagination ul li:first-child.active a {
	border-radius: 5px 0 0 5px;
}

.global_pagination ul li:last-child a:hover,
.global_pagination ul li:last-child.active a {
	border-radius: 0 5px 5px 0;
}

.number_item {
	width: 30px;
	height: 24px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #b3b2b2;
	border: 2px outset #808080;
	background-image: url(images/number.png);
	line-height: 25px;
}

.number_current {
	width: 30px;
	height: 24px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #b3b2b2;
	border: 2px outset #808080;
	color: #FFFFFF;
	background-image: url(images/current.png);
	line-height: 25px;
}

.number {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline;
	text-align: center;
	vertical-align: middle;
	border: 1px;
	solid #b3b2b2;
	border: 2px outset #808080;
	background-image: url(images/number.png);
}




/* Models A-Z Links CSS */
.elx_az_links {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*.A-Z_links {margin:auto; margin-bottom:5px; min-width:990px; width:990px; line-height:30px; display:block; float:left; text-align:left;}*/
.A-Z_links {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}

.A-Z_links a {
	display: inline;
	margin: 0px;
	color: #272727;
	text-decoration: none;
}

.A-Z_links a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.A-Z_links span {
	width: 25px;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #b3b2b2;
	border: 1px outset #c0c0c0;
}

.A-Z_links span.letter_nocontent {
	opacity: 0.2;
}

.letter_male {
	text-shadow: 0px 0px 1.0px rgba(0, 0, 0, 1.0);
}

.letter_female {
	text-shadow: 0px 0px 1.0px rgba(0, 0, 0, 1.0);
}

.letter_trans {
	text-shadow: 0px 0px 1.0px rgba(0, 0, 0, 0.04);
}


.letter_nocontent {
	background-image: url(images/letter.png);
	color: #FFFFFF;
}

.letter {
	background-image: url(images/letter.png);
	color: #FFFFFF;
}

.letter_current {
	background-image: url(images/current.png);
	color: #FFFFFF;
}


/* Model Listings and Model Bio Page CSS */
.model_bio {
	display: table-cell;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 22px;
	color: #505050;
}

.model_bio_thumb {
	width: 220px;
	height: 330px;
	max-width: 220px;
}

.model_bio_heading {
	font-weight: bold;
	line-height: 30px;
}

.model_bio_thumb_new {
	width: 346px;
	height: inherit;
}



@media screen and (max-width: 1920px) {
	.vid-dtls-modelbio {
		display: inline-block;
		vertical-align: top;
		width: 1200px;
		max-width: 1200px;
		padding-left: 25px;
		font-size: 14px;
	}

}

@media screen and (max-width: 1680px) {
	.vid-dtls-modelbio {
		display: inline-block;
		vertical-align: top;
		width: 1100px;
		max-width: 1100px;
		padding-left: 25px;
		font-size: 14px;
	}

}

@media screen and (max-width:1366px) {
	.vid-dtls-modelbio {
		display: inline-block;
		vertical-align: top;
		width: 800px;
		max-width: 800px;
		padding-left: 25px;
		font-size: 14px;
	}

}

@media screen and (max-width:1280px) {
	.vid-dtls-modelbio {
		display: inline-block;
		vertical-align: top;
		width: 500px;
		max-width: 500px;
		padding-left: 25px;
		font-size: 14px;
	}

}

@media screen and (max-width:1024px) {
	.vid-dtls-modelbio {
		display: inline-block;
		vertical-align: top;
		width: 400px;
		max-width: 400px;
		padding-left: 25px;
		font-size: 14px;
	}

}



@media screen and (max-width: 767px) {
	.model_bio_thumb_new {
		width: 100% !important;
		min-width: 100% !important;
		height: inherit;
		min-height: 100%;
	}


}

@media only screen and (max-width: 479px) {
	.model_bio_thumb_new {
		width: 100% !important;
		min-width: 100% !important;
		height: inherit;
		min-height: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0 !important;
	}

}

.vid-dtls-modelbio {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	padding-left: 25px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.vid-dtls-modelbio {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 25px;
		font-size: 14px;
	}

}

@media only screen and (max-width: 479px) {
	.vid-dtls-modelbio {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 15px;
		font-size: 14px;
	}
}












/*ul#funfacts{
padding:0 35px;
width:1524px;max-width:100%!important; 
list-style-image:url('http://cruisingporn.com/tour/images/checkmark.png');
}*/

/*
ul#funfacts li{
width:50%;max-width:50%!important; 
min-width:50%!important; 
padding:10px 20px;
display:inline-block;
}*/




ul#funfacts {
	list-style-image: url('http://cruisingporn.com/tour/images/checkmark.png') !important;
}

ul#funfacts li:first-child {
	vertical-align: text-top;
	position: relative;
	min-width: 48% !important;
	max-width: 48% !important;
	padding: 10px 10px 20px 0px;
	float: left;
	left: 0;
}

ul#funfacts li:nth-child(2) {
	vertical-align: text-top;
	float: right;
	min-width: 50% !important;
	max-width: 50% !important;
	padding: 10px 0px;
	left: 50%;
}

ul#funfacts li:nth-child(3) {
	min-width: 48% !important;
	max-width: 48% !important;
	padding: 10px 10px 0px 0px;
	left: 0;
	float: left;
}

ul#funfacts li:nth-child(4) {
	float: right;
	min-width: 50% !important;
	max-width: 50% !important;
	padding: 10px 0px;
	left: 50%;
}


.layover_thumbs {
	width: 360px !important;
	min-width: 360px !important;
	background-color: #ccc;
	font-style: italic;
	color: #fff !important;
	text-align: right;
	padding: 2px 7px;
}

.layover_thumbs a {
	color: #fff !important;
}

.layover_thumbs_newcat {
	width: 100% !important;
	min-width: 100% !important;
	background-color: #292929;
	font-style: italic;
	color: #fff !important;
	text-align: right;
	padding: 4px 7px;
	font-size: 12px;
}

.layover_thumbs_newcat a {
	color: #fff !important;
}