<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************/
/* CONTAINERS &amp; SPANS */
/**********************/




/*************************/
/* TOUR RESPONSIVE  MENU */
/*************************/

.tournav {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    z-index: 999;
	background: rgba(255,255,255,0.7);
}

.tournav .container {
 	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}

.tagline_container {
	position: absolute;
	width: 100%;
	max-width: 1920px;
	display: block;
	z-index: 99;
	text-align: center;
	left: 0; 
	right: 0; 
	margin: 50px auto 0 auto;
	height: 40px;
	background: rgba(255,255,255,0.7);
	//border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}

body#tour .tagline_container {
	margin-top: 0px;
}

.tagline_stats {
	font-size: 19px;
	line-height: 40px;
	color: #000;
	font-family: 'Barlow', arial, sans-serif;
	font-weight: 400;
	float: right;
	display: inline;
	margin-right: 30px;
	//text-shadow: 1px 1px 0px #fff;
}

.tagline_stats b {
	color: #000;
	font-weight: 600;
}

.tagline_stats a {
	background: #008000;
	padding: 4px 10px;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 20px;
	text-shadow: none;
	border-radius: 6px;
}

.tagline_stats a:hover {
	background: #22d622;
}

.tournav h1#logo img {
    display: inline-block;
    height: 110px;
    float: left;
	z-index:999;
	position: fixed;
    margin-left:10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tournav h1#logohomepage img {
    display: inline-block;
    height: 110px;
    float: left;
	z-index:999;
	position: fixed;
    margin-left:10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tournav nav {
    display: inline-block;
    float: right;
}

.tournav li {
	float: left;
	display: inline-block;
    margin: 0 15px;
    line-height: 35px;
}

.tournav nav a {
	font-family: 'Roboto Condensed', arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
    color: #9c0303;
	//text-shadow: 1px 1px #fff;
    font-size: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@keyframes glow {
  0%,100%{ background: #3bd82a; }
  50%{ background: #299d1d; }
}

.tournav nav a.join {
    background: #008000;
	color: #fff;
	padding: 0px 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	text-shadow: none;
	animation:glow 2s ease-in-out infinite;
}

.tournav nav a:hover {
    color: #388df7;
}

.tournav nav a.join:hover {
	color: #ff0;
}
 
.tournav.smaller {
	height: 50px;
	top: 0;
	border-bottom: 2px solid #666;
	background-size: cover;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	backdrop-filter: blur(3px);
	overflow: visible;
	background: rgba(255,255,255,0.8);
}

.tournav.smaller h1#logo img, .tournav.smaller h1#logohomepage img {
	height: 55px;
	margin-top: 0px;
	z-index:999;
	position: fixed;
}

.tournav.smaller nav a {
	font-size: 24px;
	line-height: 35px;
}

.tournav.smaller nav a:hover {
	color: #ff0063;
}

.tournav .menu_search_container {
	line-height: 18px;
}

.tournav input {
	outline: none;
}
.tournav input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	padding: 0;
}
.tournav input::-webkit-search-decoration,
.tournav input::-webkit-search-cancel-button {
	display: none; 
}

.tournav input[type=search] {
	background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 4px 10px 4px 32px;
	width: 65px;
	font-family: 'Quicksand', arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tournav input[type=search]:focus {
	width: 150px;
	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.tournav input:-moz-placeholder {
	color: #999;
}
.tournav input::-webkit-input-placeholder {
	color: #999;
}









/***************/
/* TOUR SLIDER */
/***************/

.slider_container {
	/*margin-top: -120px;*/
}

.banner {
	position:relative;
}

ul.bjqs {
	position:relative;
	list-style:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	display:none;
}

li.bjqs-slide {
	position:absolute;
	display:none;
}

ul.bjqs-controls {
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}

ul.bjqs-controls.v-centered li a {
	position:absolute;
	width:55px;
	height:129px;
	text-indent:-9999px;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	right:0;
	background:url(/custom_assets/images/right_arrow.png) no-repeat;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	left:0;
	background:url(/custom_assets/images/left_arrow.png) no-repeat;
}

ol.bjqs-markers {
	display:none
}

p.bjqs-caption {
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}

.banner_details_outer {
	display: flex;
	justify-content: right;
	float: right;
}

.banner_details {
	background: rgba(255,255,255,0.7);
	padding: 8px 10px 0 10px;;
    position: absolute;
	bottom: 20px;
	width: 600px;
	z-index:10;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	text-align: left;
}

.banner_details h3 {
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner_details h3 a {
	color:#113a73;
}

.banner_details h3 a:hover {
	color:#1067e1;
}

.banner_details p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding-bottom: 5px;
	font-weight: 500;
}

.banner_details p a {
	color:#b50000;
	font-weight:600;
}

.banner_details p a:hover {
	color:#f00;
}




/*******************/
/*** WELCOME BOX ***/
/*******************/

.welcome_title {
	font-family: "Barlow", sans-serif;
	text-align: center;
	font-size: 38px;
	color: #b50000;
	text-transform: uppercase;
	font-weight: 600;
}

.welcome_title_left {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.welcome_title_right {
	color: #113a73;
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 30px;
}


.welcome_main {
	display:flex;
	flex-flow:row;
}

.welcome_main_left{
    background-color: #eee;
    color: white;
    position: relative;
    width:100%;
    padding: 20px 60px 20px 20px;
}

.welcome_main_left::after {
	background: #eee;
	content: " ";
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
	border-right: 15px solid #fff;
    z-index: -2;
    transform-origin: bottom left;
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

.welcome_main_right {
    //background-color: #b50000;
	background-color: #eee;
    color: white;
    position: relative;
    width:100%;
    padding: 20px 20px 20px 20px;
    z-index: 1;
	text-align: right;
}

.welcome_main_right::before {
    //background-color: #b50000;
	background-color: #eee;
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	border-left: 15px solid #fff;
    z-index: -1;
    transform-origin: top left;
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

.welcome_main p {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 8px;
	color: #113a73;
}

.welcome_main b {
	font-family: "Oswald", sans-serif;
	color: #113a73;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.welcome_main a {
	background: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	display: block;
	width: fit-content !important;
	margin-top: 10px;
	font-weight: 600;
	//box-shadow: 2px 4px 4px #000;
}

.welcome_main_left a {
	background: #113a73;
	color: #fff;
	border: 2px solid #fff;
}

.welcome_main_left a:hover {
	color: #fff;
	background: #b50000;
	border: 2px solid #b50000;
}

.welcome_main_right a {
	background: #113a73;
	color: #fff;
	border: 2px solid #fff;
}

.welcome_main_right a:hover {
	color: #fff;
	background: #b50000;
	border: 2px solid #b50000;
}

.call2action {
	background-position: top right;
}




/*****************************/
/*** MODEL HEADSHOT SLIDER ***/
/*****************************/

.modelslider {
	margin: 10px auto;
	width: 100%;
}

.model-slider-item {
	border: 2px solid #666;
	padding: 0;
	width: 90%;
	color: #000;
	padding-bottom: 0px;
	border-radius: 6px;
	margin: 0 auto;
}

a .model-slider-item {
	background: #fff;
}

a:hover .model-slider-item {
	background: #dcdef5;
}

.model-slider-item img {
	width: 100%;
}

.model-slider-item h2 {
	font-family: "Barlow", sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 16px;
	margin: 10px 0 5px 0;
	font-weight: 500;
}

.model-slider-item p {
	margin: 0 10px 0px 10px;
	line-height: 1.3em;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
    overflow: hidden;
	height: 3.9em;
}


.model-slider-item p.readmore {
	color: #b50000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 -25px 0;
}

@media only screen and (max-width:479px){

.model-slider-item {
	border: 3px solid #fff;
	border-radius: 3px;
}

.model-slider-item h2 {
	font-size: 14px;
	margin: 7px 0 2px 0;
}
.model-slider-item p {
	font-size: 12px;
	margin: 0 5px 0 5px;
}
.model-slider-item p.readmore {
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
}

}
	



/**************/
/* TITLES ETC */
/**************/

.blocktitle {
	text-align: left;
	width: 100%;
	margin: 20px auto 0 auto;
	border-top: 2px solid #0a346f;
	border-bottom: 2px solid #0a346f;

}

.blocktitle h3 {
	font-family:'Barlow', arial, sans-serif;
	font-size:30px;
	font-weight: 800;
	color:#0a346f;
	text-transform: uppercase;
	vertical-align: middle;	
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	float: left;
	font-style: none !important;
}

.blocktitle h3 span {
	font-size: 20px;
}

.blocktitle p {
	float: right !important;
	font-family: 'Barlow', arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #0a346f;
	padding-top: 5px;
}


/***************/
/* BUTTONS ETC */
/***************/

.viewmore {
	clear: both;
}

.viewmore a {
	font-family: "Barlow", 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #b50000;
	max-width: 600px;
	margin: 30px auto;
	border: 3px solid #333;
	padding: 8px 10px;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.viewmore a:hover {
	color: #fff;
	background: #f00;
}

.main-pagination a {
	color: #b50404 !important;
}

.main-pagination a.btn-primary, .main-pagination a:hover {
	color: #fff !important;
}


/*********************/
/* ITEM UPDATE PANEL */
/*********************/
.item-update {
	font-family: "Open Sans", sans-serif;
	color: #333;
}

.item-update .item-date {
	color: #666 !important;
}

.item-update a {
	font-weight: 600;
}



/******************************/
/* TOUR UPDATES &amp; MODEL PAGES */
/******************************/


video#background { 
    position: fixed;
    top: 45%;
    left: 50%;
    min-width: 100%;
    min-height: 130%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  	background-size: cover;
  	transition: 1s opacity;
}

.tour_features_outer {
	width:100%;
	background-color:rgba(0,0,0,0.6);
	position: absolute;
	bottom:0;
	left: 0;
	height: auto;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.tour_features_inner {
	width: 75%;
	max-width: 1720px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.tour_features {
	height: 540px;
	background-size: cover;
	padding: 10px 10px 0 10px;
	position: relative;
}

.tour_features h3 {
	font-family: "Barlow", sans-serif;
	text-transform: uppercase;
}

.tour_features p {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
}	




/****************/
/* TRAILER PAGE */
/****************/

.trailer_videoblock {
	background: rgba(255,255,255,0.7);
	padding: 0px;
}

.trailer_videoblock .trailer_toptitle {
	width:100%; 
	float: left;
	border-bottom: 1px solid #666;
	position: relative;
	margin-top: 20px;
}

.trailer_videoblock .trailer_toptitle_left {
	float: left;
	display: block;
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height: 32px;
	color:#666;
	float:left;
	font-weight:600;
	padding-top:12px;
	padding-bottom:10px;
}

.trailer_videoblock .trailer_toptitle .trailer_toptitle_right {
	float: right;
	display: block;
	margin-top: 10px;
}

.trailer_videoblock .trailer_toptitle_right a {
	background: #58b165;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	font-size: 17px;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
}

.trailer_videoblock .trailer_toptitle_right a:hover {
	background: #008000;
	color: #fff;
}

.trailer_videohere {
	padding-top: 10px;
	clear:both;
}

.trailer_videohere img {
	display:block
}

.trailer_videohere .views_remaining {
	color: #666 !important;
}

.trailer_videohere .trailer_box p {
	color: #fff !important;
}

.trailer_videohere .trailer_box a {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	color: #ff0;
}

.trailerpage_meta {
	margin: 10px auto 20px auto;
	display: flex;
	box-sizing:border-box;
	padding-top: 10px;
}

.trailerpage_info p.trailertitle {
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333;
}

.trailer_videoblock .setdesc, .trailer_videoblock p {
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 24px;
	color:#333 !important;
	clear:both;
	padding: 4px 0;
}

.trailer_videoblock .setdesc b {
	font-weight: 500;
}

.trailer_videoblock .setdesc {
	display: block;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

.trailer_videoblock a {
	color: #b50101;
}

.trailer_videoblock a:hover {
	text-decoration: underline;
}

.more_updates_text {
	text-align: center;
	max-width: 1280px;
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	font-size: 18px;
	padding-top: 10px;
}


/*****************/
/* MODELBIO PAGE */
/*****************/

.mobile_only {
	display: none;
}

.modelpage .item-model img {
	width: 100%;
}

.modelpage {
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	color: #333;
}

.modelpage_titlebar {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

.modelpage_titlebar h1 {
	color: #333;
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	float: left;
}

.modelpage_titlebar .model-buttons, .modelpage_titlebar .rating {
	float: right;
	margin: 0 10px;
}

.modelpage_titlebar .rating {
	border: 1px solid #666;
	padding: 5px;
	border-radius: 10px;
	background: #eee;
}

.modelpage_titlebar .rating .rating-value {
	text-align: center;
}

.modelpage p, .modelpage .vitalStats {
	font-size: 17px;
}

.modelpage h3 {
	font-size: 24px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

.modelpage .modelOnsocial ul li a {
	background: #eee;
	font-weight: 500;
	color: #000;
	border-radius: 6px;
	padding: 5px;
	box-shadow: 2px 2px 2px #aaa;
	border: 1px solid #aaa;
}

.modelpage .modelOnsocial  ul li a span {
	background: #eee;
}

.modelpage .modelOnsocial ul li a:hover {
	background: #ccc;
}

.modelpage h4 {
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.modelpage .question {
	border-top: none;
}

.modelpage .model-bio-questions-more a {
	background: #008000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	width: auto;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}

.modelpage .model-bio-questions-more a:hover {
	background: green;
	color: #fff;
}




/**********************/
/* MEMBERS NAVIGATION */
/**********************/

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display:NONE;
}

.slicknav_menu a {
	color: #000 !important;
}

.slicknav_menu i {
	font-size: 0.9em;
	color: #f00;
}


/*********************/
/* MEMBERS MAIN PAGE */
/*********************/

.members-index {
	display:flex;
	margin: 0 auto;
	max-width:1440px;
	padding: 10px;
}

.members_index_column {
	background:#fff;
	margin-bottom: 20px;
	padding: 20px;
}

.members_index_column a {
	color: #f00;
}

.members_index_column h3 {
	font-family:'Barlow';
	text-transform: uppercase;
	font-size: 32px;
	color: #000;
	font-weight: 500;
}

.members_index_column h3 span {
	color: #b60303;
}

.sidebar {
	float: left;
	width: 300px;
	font-family: "Barlow", arial, sans-serif;
	margin-top: 20px;
}

.membermain {
  flex: 1;
  padding: 0px;
}

.sidebar_item {
	background: #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.sidebar img {
	max-width: 100%;
}

.sidebar_item h3 {
	color: #666;
	font-family: "Barlow", sans-serif;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ccc;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
}

.sidebar_item p {
	font-size: 14px;
	color: #666;
}

.membermain .latest_set {
	font-family: "Barlow", sans-serif;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.membermain .latest_set:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.membermain .latest_set img {
	max-width: 100%;
}

.membermain .latest_set_intro {
	color: #fff;
	text-shadow: 2px 2px black;
	display: block;
	width: calc(100% - 0px);
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 6px 10px 140px 10px;
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.membermain .latest_set_intro i {
	/*color: #ff0;*/
}

.membermain .latest_set_info {
	display: block;
	width: calc(100% - 0px);
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px 10px 10px 10px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}

.membermain .latest_set_title {
	font-size: 36px;
	/*color: yellow;*/
	text-shadow: 3px 2px black;
}

.membermain .latest_set_model {
	color: #fff !important;
	font-size: 20px;
	text-shadow: 2px 2px black;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.membermain .latest_set_model a {
	/*color: #ffc1f0;*/
}

.membermain .latest_set_desc {
	color: #fff;
	text-shadow: 2px 2px black;	
}


/*********************/
/* MEMBERS NEWS */
/*********************/

.news .news_entry_left {
	float: left;
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 5px;
}

.news .news_entry_right {
	float: left;
	width: calc(50% - 0px);
	margin-bottom: 5px;
}

.news .news_entry_left p  {
	display: none;
}

.news .news_entry_left p[align=center]  {
	display: block;
}

.news .news_entry_left img {
	width: 100%;
	margin-bottom: 7px;
}

.news .news_entry_left img.halfwidth {
	max-width: calc(50% - 10px);
	margin: 5px;
	float: left;
}

.news .news_entry_right img {
	display: none;
}

.news_fullwidth .news_entry_left {
	display: none;
}

.news_fullwidth .news_entry_right {
	width: 100%;
}

.news p.newstitle, .news_fullwidth p.newstitle {
  font-family:'Barlow';
  color: #333;
  font-size: 25px;
  font-weight: 500;
  //text-transform: uppercase;
  display: block;
  border-bottom: 1px dotted #333;
}

.news p.newsdate, .news_fullwidth p.newsdate {
	font-family:'Barlow';
	font-size:17px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #333;
	color: #333;
}

.news .newsbody, .news_fullwidth .newsbody {
	margin-top: 8px;
}

.news_fullwidth .newsbody video {
	max-width: 100%;
	max-height: 100%;
}

.news p, .news ul li, .news_fullwidth p, .news_fullwidth ul li {
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 8px;
	color: #333;
}

.news ul li, .news_fullwidth ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.news a, .news_fullwidth a {
	color: #f00;
}

.news p a:hover, .news_fullwidth p a:hover {
	text-decoration: underline;
}

.news .news_entry_left .newsbody hr {
	display: none;
}

.news hr, .news_fullwidth hr {
	border: 2px solid #333;
}




/*****************/
/* GALLERY PAGE */
/*****************/

.update-info-block {
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}

.update-info-block .update_toptitle {
	width: 100%;
	margin-top: auto; /* Push the element to the bottom */
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.update-info-block .update_toptitle_left {
	float: none;
	display: block;
	font-family:'Barlow', Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height: 32px;
	color:#fff;
	float:left;
	font-weight:600;
	padding-top:12px;
	padding-bottom:10px;
}

.update-info-block .update_toptitle .update_toptitle_right {
	float: none;
	margin-left: auto; /* This pushes the element to the right */
	display: block;
}

.update-info-block a {
	/*color: #ff0;*/
	text-decoration: underline;
}

.update-info-block a:hover {
	color: #fff;
}

.update-rating p {
	line-height: auto;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
}

.update-rating span {
	color: #fff;
	display: block;
}

.update-info-row {
	width: 100%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	padding: 5px 0;
	margin: 5px 0;
}

.update-info-row-right {
	float: right;
	display: inline-block;
}

.update-info-row strong {
	font-weight: 600;
}

.update-info-row a {
	font-weight: 500;
	/*color: #fe7daf;*/
}

.update-info-row a:hover {
	text-decoration: underline;
	/*color: #faa9c9;*/
}

.tags {
	font-family: "Open Sans", sans-serif;
}



.view_full_photo_set_btn {
	font-family: "Barlow", sans-serif;
	background: #fff;
	color: #b60303;
	padding: 5px 15px;
	border-radius: 100px;
	margin: 10px auto;
	text-align: center;
	max-width: 300px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.view_full_photo_set_title {
	font-family: "Barlow", sans-serif;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-top: 40px;
	text-transform: uppercase;
}

.view_full_photo_set_btn:hover {
	background: #b60303;
	color: #fff;
}


/*****************/
/* CATEGORY PAGE */
/*****************/

.categorypage_button_container {
	text-align: center;
	width: 100%;
	max-width: 1600px;
	clear: both;
	display: block;
	margin: 20px auto 30px auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(min-content, max-content);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.category_button {
	display: block;
	padding: 0px 20px;
	padding-bottom: 10px;
	border: 1px solid #666;
	text-transform: uppercase;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: flex-end;

}

a.category_button_text {
	color: #fff;
	font-size: 30px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
	line-height: 28px;
	text-shadow: 2px 2px #000;
}

.category_button_solo {
	background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("/members/custom_assets/images/category_button_solo.jpg") no-repeat;
	background-position: center center;
	background-size: auto 100%;
	transition: 1s;
}

.category_button_solo:hover {
	background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), url("/members/custom_assets/images/category_button_solo.jpg") no-repeat;
	background-position: center center;
	background-size: auto 110%;
}

.category_button_lesbian {
	background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("/members/custom_assets/images/category_button_lesbian.jpg") no-repeat;
	background-position: center center;
	background-size: auto 100%;
	transition: 1s;
}

.category_button_lesbian:hover {
	background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), url("/members/custom_assets/images/category_button_lesbian.jpg") no-repeat;
	background-position: center center;
	background-size: auto 110%;
}

.category_button_interview {
	background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("/members/custom_assets/images/category_button_interview.jpg") no-repeat;
	background-position: center center;
	background-size: auto 100%;
	transition: 1s;
}

.category_button_interview:hover {
	background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), url("/members/custom_assets/images/category_button_interview.jpg") no-repeat;
	background-position: center center;
	background-size: auto 110%;
}

.category_button_pov {
	background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("/members/custom_assets/images/category_button_pov.jpg") no-repeat;
	background-position: center center;
	background-size: auto 100%;
	transition: 1s;
}

.category_button_pov:hover {
	background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), url("/members/custom_assets/images/category_button_pov.jpg") no-repeat;
	background-position: center center;
	background-size: auto 110%;
}

.category_button_redux {
	background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("/members/custom_assets/images/category_button_redux.jpg") no-repeat;
	background-position: center center;
	background-size: auto 100%;
	transition: 1s;
}

.category_button_redux:hover {
	background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), url("/members/custom_assets/images/category_button_redux.jpg") no-repeat;
	background-position: center center;
	background-size: auto 110%;
}

.category_button_heritage {
	background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url("/members/custom_assets/images/category_button_heritage.jpg") no-repeat;
	background-position: center center;
	background-size: auto 100%;
	transition: 1s;
}

.category_button_heritage:hover {
	background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), url("/members/custom_assets/images/category_button_heritage.jpg") no-repeat;
	background-position: center center;
	background-size: auto 110%;
}

.category_infobox  {
	background: rgba(0,0,0,0.1);
	color: #333;
	max-width: 1100px;
	margin: 20px auto 0 auto;
	padding: 20px;
	border-radius: 12px;
}

.category_infobox p  {
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	color: #333;
	margin: 0 auto 10px auto;
	text-align: center;
}

.category_infobox p.title  {
	font-family: 'Barlow', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.category_infobox hr  {
	 color:#333;
	 background-color: #333;
}




/************/
/* COMMENTS */
/************/

.comments-section {font-family: "Barlow", sans-serif;}



/************/
/* 404 ETC. */
/************/

.errorpage {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.errorpage h1 {
	font-family: "Open Sans";
	font-size: 180px;
	font-weight: 800;
	line-height: 160px;
}

.errorpage h3 {
	font-size: 30px;
	margin: 10px auto;
}

.errorpage p {
	font-size: 20px;
	margin: 20px auto;
}

.errorpage .model {
	width: 160px;
	max-height: 300px;
}

.errorpage .model p {
	line-height: 0px;
	margin: 7px auto;
	font-size: 13px;
	text-align: center;
	float: none;
}

.errorpage .model ul {
	width: 150px;
	display: none;
}


/**********************/
/* STICKY BOTTOM JOIN */
/**********************/

.sticky_join {
	font-family: "Roboto", sans-serif;
	visibility: hidden;
	z-index: 999;
	position: fixed;
	display: block;
	width: auto;
	height: auto;
	bottom: 0;
	right: 20px;
	padding-bottom: 5px;
	background: rgba(0,128,0,0.75);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: center;
	border-radius: 6px 6px 0 0;
}

.sticky_join .header {
	background: rgba(0,128,0,0.85);
	display: block;
	border-radius: 6px 6px 0 0;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.sticky_join .header h2 {
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.sticky_join .types {
	font-size: 13px;
	padding: 5px;
	color: #fff;
}

.sticky_join .card_container {
	padding: 0 5px;
}

.sticky_join img {
	max-width: 55px;
}</pre></body></html>