<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
#BODY
\*------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #e6d8e3;

  font-family: 'Arial';
  color: #400134;
}

.page_body {
  background: #f9d4f2;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

* { Box-sizing: Border-box }

/*------------------------------------*\
#NAVBAR
\*------------------------------------*/


.header_image {
  height: auto;
}

.top_navbar_wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e025a), to(#5b064b));
  background-image: linear-gradient(to bottom, #6e025a, #5b064b);
  min-width: 0;
}

.compose_button {
  background-color: #da5cc2;
}

.top_navbar a {
  position: relative;
  display: inline-block;

  background: none;
  padding: 0 10px;

  font-size: 14px;
  color: white;
  text-shadow: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.top_navbar a:hover,
.top_navbar a:focus {
  opacity: 1;
  background: #ff5be0;
  text-shadow: none;
  color: white;
}

.top_navbar a.hilite {
  opacity: 1;
  background: #ff5be0;
  text-shadow: none;
  color: white;
}

.evxTicker {
  background: #f7eff5;
}

.mailbox_headings {
  background: #f7eff5;
}

.mailbox_info {
  background-color: #e6d8e3;
  border: 1px solid #f7eff5;
}
.mailbox_wrapper .table {
  background-color: #f7eff5;
}

.delete {
  background-color: #e6d8e3;
  border: 1px solid #f7eff5;
}

.tags_filter_trigger a:hover, .tags_filter_trigger a.active {
  background: #5b064b;
  color: #fdfcfd;
  text-decoration: none;
}

.sites_dropdown ul.sites_list li &gt; a {
  background: #da5cc2;
  padding: 0 15px;;
  -webkit-transition: background 0.3s;

  transition: background 0.3s;
}

.sites_dropdown ul.sites_list li &gt; a:hover {
  background: #ac3f97;
}

.sites_dropdown ul.sites_list li &gt; a span {
  padding-right: 1px;
}

.sites_dropdown ul.sites_list li &gt; a:hover span {
  background: #fdfcfd;
}

.sites_dropdown .sites_list .trigger_dropdown:hover &gt; span {
  color: #6e025a;
}

.sites_dropdown ul.sites_list li &gt; a span {
  background: #6e025a;
  color: #fdfcfd;
}

.sort_options {
  float: none;
}

.tags_filter_trigger {
  float: none;
}

.daylabel {
  background: #f7eff5;
  border-bottom: 1px solid #400134;
}

.day {
  border: 1px solid #400134;
  background: #e6d8e3
}

.weeklabel_item {
  border: 1px solid #400134;
  background: #e6d8e3
}

.calendarpopup {
  border: 1px solid #400134;
  background-color: #fdfcfd;
}

.mobile_top_menu ul li {
  background: #5b064b;
}

/*------------------------------------*\
#SEARCHBAR
\*------------------------------------*/
.top_menu {
  padding: 0;
}

.top_menu, .searchbar_alt, .top_menu a, .searchbar_alt a.search_trigger {
  border: none;
}

.searchbar_alt a:hover.search_trigger {
  background: transparent;
}

.top_menu a {
  position: relative;

  padding: 0 10px;

  background: none;

  color: white;
  text-shadow: none;

  -webkit-transition: background 0.3s;

  transition: background 0.3s;
}

.top_menu a:last-child {
  border: none;
}

.top_menu a:hover {
  opacity: 1;
  background: #ff5be0;

  text-shadow: none;
  color: white;
}

.top_menu a.hilite {
  background: #ff5be0;

  font-weight: bold;
  text-shadow: none;
}

.top_menu a::after, .top_navbar a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  background: #f9d4f2;

  height: 25%;
  width: 2px;
}

.top_menu a:last-of-type::after, .top_navbar a:last-of-type::after {
  display: none;
}

.top_menu_container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b064b), to(#6e025a));
  background-image: linear-gradient(to bottom, #5b064b, #6e025a);
}

i.mobile_button {
  opacity: 0.8;
}

.mobile_button:hover {
  opacity: 0.5;
}

.top_navbar_container .searchbar_alt,
.top_navbar_container .home_icon {
  opacity: 0.9;
}

.top_navbar_container .searchbar_alt {
  top: 0;
  left: 81px;
  right: auto;
}

.top_navbar_container .home_icon {
  position: absolute;
  top: 13px;
  left: 51px;
  width: 25px;
}

.update_models {
  font-weight: bold;
  font-size: 12px;
}

.sites_dropdown ul.sites_list li ul.dropdown_sites,
.sites_dropdown ul.sites_list li ul.dropdown_sites li a{
  background: #f3e5f0;
}

.sites_dropdown ul.sites_list li ul.dropdown_sites {
  z-index: 100;
  border: 2px solid #400134;
  border-radius: 5px;
  padding: 0;
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li a {
  color: #400134;
  font-size: 14px;
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li a:hover {
  background: #e655cb;
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li {
  border-bottom: 2px solid #400134;
}

.searchbar_alt a.search_trigger {
  color: white;
}

.searchbar_alt a.search_trigger i.search_icon {
  background: url('images/icons/search_light.png') no-repeat center center;
  background-size: 20px;
}

.searchbar_alt a.search_trigger:hover i {
  opacity: 0.7;
}

.searchbar_container input[type="submit"] {
  -webkit-appearance: button;
}

.searchbar_container .searchbar_submit_button input[type="submit"]{
  border: none;

  background: #ff5be0;

  color: #fdfcfd;
  text-shadow: none;
  font-weight: bold;
}

.searchbar_container.fullwidth {
  background: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6e025a), to(#5b064b));
  background-image: linear-gradient(to top, #6e025a, #5b064b);
}

.searchbar_container.fullwidth form {
  margin-top: 0;
  padding-top: 10px;
}

.searchbar_container .filter_link a {
  color: #fdfcfd;
}

.searchbar_container .filter_link a:hover {
  color: #f9e3f5;
}

a.mobile_top_menu__link {
  color: #400134;
  background: #f3e5f0;
}

.mobile_top_menu ul li,
.mobile_top_menu {
  border-color: #400134;
}

.mobile_top_menu {
  background: #f3e5f0;
  float: none;
  height: 409px;
  max-height: 80vh;
  /*max-height: calc(100vh - 60px);*/
  overflow: scroll;
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li a:hover {
  background: #e655cb;
}


.welcome_blurb {
  margin-top: 10px;
  margin-bottom: 10px;

  color: #400134;
  font-size: 14px;
  font-weight: bold;
}





/*------------------------------------*\
#MODELS
\*------------------------------------*/

.title_bar_hilite {
  color: #fdfcfd;
  font-weight: normal;
}

.most_popular_model_thumb {
  height: auto;
}

.category_model_thumb {
  width: auto;
}

.A-Z_links {
  color:#400134;
  font-weight: bold;
}


.A-Z_links a {
  font-weight: normal;
}

.A-Z_links span {
  border: none;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b064b), to(#bc0599));

  background-image: linear-gradient(to bottom, #5b064b, #bc0599);

  color: white;
}

.elx_az_links {
  margin-bottom: 0;
}

.tour_most_popular_model_name {
  text-align: center;
}

.latest_updates_wrapper {
  margin-right: 0;
  margin-bottom: 10px;
}

.latest_updates_wrapper:last-of-type {
  margin-bottom: 0;
}

.latest_updates_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin-bottom: 0;
}

.rating_unrated {
  background-image: url("images/icons/star_retina.png");

  width: 16px;
  height: 16px;
}


.tour_most_popular_model_name a {
  display: inline-block;

  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  margin:10px 0;
}

.tour_most_popular_model_name a:hover{
  text-decoration: underline;
  opacity: 1;
  color: #400134;
}

.tags_filter_trigger a:hover {
  background: #ac3f97;
  color: #fdfcfd;
}

.tags_filter_trigger a:hover, .tags_filter_trigger a.active {
  background: #ac3f97;
  color: #fdfcfd;
}

.tags_filter_trigger a {
  background: #da5cc2;
  color: #fdfcfd;
  text-decoration: none;
  height: 30px;
}

.tags_filter {
  border:1px solid #f7eff5;
  background:#e6d8e3;
}

.tags_filter .tags_filter_buttons a.filter-btn {
  background: #f7eff5;
  border: 1px solid #e6d8e3;
  color: #400134;
  font-weight: bold;
}

.tags_filter .tags_filter_buttons {
  border-top: 1px solid #f7eff5;
  border-bottom: 1px solid #f7eff5;
}

.tags_filter .tags_filter_buttons a.filter-btn:hover {
  background: #fdfcfd;
  border: 1px solid #e6d8e3;
  color: #400134;
}

.tags_filter .tags_filter_close a {
  border: 1px solid #e6d8e3;
  color: #400134;
  background: #f7eff5;
}

.tags_filter .tags_filter_close a:hover {
  border: 1px solid #e6d8e3;
  color: #400134;
  background: #fdfcfd;
}

.tags_filter ul.tags_filter_list li a {
  border: 1px solid #e6d8e3;
  color: #400134;
  background: #fdfcfd;
}

.tags_filter ul.tags_filter_list li a:hover {
  border: 1px solid #e6d8e3;
  color: #400134;
  background: #f7eff5;
}

.tags_filter ul.tags_filter_list li.active a {
  border: 1px solid #e6d8e3;
  color: #fdfcfd;
  background: #ac3f97;
}

.tags_filter .tags_filter_footer a {
  font-weight: bold;
}

.tags_filter .tags_filter_footer a:hover {
  color: #400134;
  text-decoration: underline;
  font-weight: bold;
}

.model_updates {
  margin-top: -30px;
}

.model-updates .category_listing_wrapper_updates {
  margin-top: 30px;

  width: 100%;
}

.model-updates .update__thumb {
  width: 100%;
}

.update__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  min-height: 32px;
}

.update__caption &gt; a[href^="gallery.php?id="],
.model-updates .hide-md &gt; a[href^="gallery.php?id="] {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: inline-block;
}

.model-updates .update_details {
  margin-bottom: 15px;
  padding: 0 5px;
}

.model-updates .hide-md a {
  font-size: 14px;
}

.model-updates .update_counts {
  margin: 5px 0;
}

.model-updates .rating_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.update_details .site_title1 {
  color: #400134;
}

.model-updates__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 100%;
}

.model-updates .model-updates__title .site_title1 {
  margin-top: 0;
}

.model-updates .model-updates__title {
  margin-bottom: 5px;

  text-decoration: none;
}

.model-updates .update__date {
  margin: 0;
  margin-bottom: 5px;
}

.model-updates .update__description {
  margin-top: 5px;
}

.update_description2 {
  font-size: 14px;
  font-weight:  normal;
}

.model-updates .update__date {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 280px;
}

.model_updates .page_numbers {
  margin-top: 20px;
}

.container.models_listing {
  margin-top: 5px;
}

.favorites_updates_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/*------------------------------------*\
#UPDATE
\*------------------------------------*/
.update_details {
  color: #400134;
  font-size: 11px;

  margin-bottom: 0;
}

.update_details .site_title1 {
  margin: 0;
}

.update_details .site_title1:hover {
  color: #400134;
}

.update_details a {
  margin-bottom: 5px;

  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
}

.site_title1 {
  margin-bottom: 5px;

  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
}

.update_details a[href^="gallery.php?id="] {
  margin-bottom: 0;
  min-height: 16px;
}

.model-updates__title a {
  display: block;

  font-size: 14px;
  text-decoration: none;
}

.update_details a[href^="gallery.php?id="] img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  margin-bottom: 0;

  width: 100%;
  min-height: 16px;
}


.update_details a:hover{
  color: #400134;
  text-decoration: underline;
}

.update_details &gt; .table {
  width: 100%;
}

.update__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 100%;
}

.update__info {
  margin-top: 0;
}

.update__info .paragraph {
  margin: 0;
}

.update__featuring .update_models a {
  font-size: 12px;
}

.update__featuring2 .update_models2 a {
  font-size: 14px;
  font-weight:  bold;
  color: #2467ba;
}

.update__featuring2 .update_models2 a:hover {
  font-size: 14px;
  font-weight:  bold;
  color: #400134;
}

.update__featuring2 .update_models2 {
  font-size: 14px;
  font-weight:  bold;
}

.comments_box {
  background-color: #e6d8e3;
}

.cell {
  font-size: 12px;
  font-weight: normal;
}

.calendar_month {
  font-size: 16px;
  font-weight: bold;
}

.calendar_month a {
  font-weight: bold;
}

textarea {
  font-family: Arial;
}

input, textarea, select, button {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #400134;
}

.sort_options select {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #e6d8e3;
  background: #fdfcfd;
}

input:focus, textarea:focus, select:focus {
  font-family: Arial;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color:  #400134;
  background-color: #f2ecf1;
}

.update__info .update__featuring {
  margin-top: 5px;
}

.update__info .tags {
  margin-top: 5px;

  font-size: 12px;
}

.tags2 {
  margin-top: 5px;

  font-size: 14px;
}

.tags2 a {
  margin-top: 5px;

  font-size: 14px;
}

.update__info .category-tag {
  display: inline-block;

  font-size: 12px;
}

.update__featuring .update_models {
  font-weight: bold;
}

.update_tags .category-tag {
  margin-bottom: 4px;

  height: 26px;

  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.update_tags .category-tag:hover {
  background: #400134;

  text-decoration: underline;
}

.update_tags .category-tag:hover::before{
  background: #400134;
}

.update__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding-right: 20px;
}

.update__date .date {
  font-size: 12px;
}

.update__date .rating_text {
  font-size: 12px;
  color: #400134;
}

.update__date .date,
.update__date .rating,
.update__date .rating_text {
  min-width: 100px;
}

.update_counts {
  font-family: Arial;
  font-weight:bold;
  font-size:12px;
  color:#400134;

  margin-top: 0;
  margin-bottom: 0;
}

.nontour-area .category_listing_wrapper_updates {
  margin: 0;
  margin-bottom: 10px;
  padding: 0 5px;

  width: 100%;
}

.nontour-area .category_listing_wrapper_updates:last-of-type {
  margin-bottom: 0;
}

.model-updates .category_listing_wrapper_updates {
  padding: 0;
}

.categories .category_listing_wrapper_updates {
  margin: 0 0 10px 0;
  padding: 0 5px;
  width: 50%;
}

.category_listing_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.update_tags .paragraph {
  margin: 0;
  margin-bottom: 5px;
}

.evxTicker {
  margin-bottom: 0;
}

/*------------------------------------*\
#MODEL-BIO
\*------------------------------------*/

.model_bio_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.model_bio {
  color: #400134;
  font-size: 16px;
}

.model__stat {
  margin: 0;
}

.rating_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating__wrapper .text-bold {
  margin-right: 5px;
}

.rating__wrapper .rating_text {
  margin-left: 10px;

  font-size: 16px;
}

.cell_thumb {
  min-width: 220px;
}





/*------------------------------------*\
#NETWORK-SITES
\*------------------------------------*/

.network-sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding-top: 0;
}

.network-sites__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;

  margin-top: 25px;
}

.network-sites__item {
  width: 100%;
}

.network-sites__item2 {
  width: 100%;
}

.network-sites .update_title2 {
  display: inline-block;

  padding: 5px 0;

  line-height: 1.4;
  font-weight: bold;
  color: #2467ba;
}

.network-sites .update_title2:hover {
  color: #400134;
  text-decoration: underline;
}

.network-sites__paragraph {
  margin: 20px 0;
}






/*------------------------------------*\
#LISTS
\*------------------------------------*/

.bonus_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nontour-area .bonus_block {
  margin-top: -15px;
  margin-bottom: 15px;
}

.bonus_wrapper {
  width: 50%;
  padding: 0 5px;
  margin: 15px 0 0 0;
}

.bonus_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  min-height: 28px;

  font-size: 14px;
  text-align: center;
}

.bonus_details a {
  text-decoration: none;
  line-height: 14px;
}

.bonus_details a:hover{
  color: #400134;
  text-decoration: underline;
}

.bonus_thumb {
  float: none;
  margin: 0;
}

.thumbs {
  margin: 0 auto;
}


/*------------------------------------*\
#GALLERY
\*------------------------------------*/

.gallery_info {
  padding: 0 10px;
}

.gallery_info .update_description {
  font-weight: normal;
}

.gallery_info .update_models {
  font-weight: bold;
  font-size: 12px;
}

.gallery_info .update_models &gt; a {
  font-weight: bold;
}

.gallery_info .update_tags .paragraph {
  font-weight: bold;
}

.gallery__top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between;

  margin-top: 10px;

  width: 100%;
}

.gallery__top-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery__top-rating .cell {
  display: inline-block;

  margin: 3px 0;
  padding: 0;
}

.gallery__rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 14px;
  font-weight: normal;
}

.update_description {
  color: #400134;
  font-size: 16px;
}

.login_form {
  color: #400134;
  font-size: 16px;
  font-weight: bold;
}

.favurl, .update_models a {
  text-decoration: none;
}

.favtxt:hover, .update_models a:hover {
  color: #400134;

  text-decoration: underline;
}

.suggest_tags a:hover.suggest_tags_link {
  background: url(images/top_menu.png) repeat-x center top;
  color: #400134;
}








/*------------------------------------*\
#PLAYER
\*------------------------------------*/

.player_options {
  background: #400134;
}

.options_block ul li .options_button,
.options_block ul li ul.dropdown li a,
.options_block a.option_button {
  border: none;

  background: #400134;

  -webkit-transition: background 0.3s;

  transition: background 0.3s;
}

.options_block ul li .options_button:hover,
.options_block a.option_button:hover,
.options_block &gt; ul &gt; li:hover span.options_button {
  background: #6e025a;
}

.options_block ul li ul.dropdown li a:hover,
.options_block ul li ul.dropdown li a.active {
  background: #6e025a;
}

.options_block ul li ul.dropdown {
  border: none;

  background: #400134;

  -webkit-transition: background 0.3s;

  transition: background 0.3s;
}

.options_block.active a.option_button {
  background: #6e025a;
}

.options_block.favorites_button .favtxt {
  color: #fdfcfd;
}

.options_block.favorites_button .favtxt:hover {
  text-decoration: none;
}

.options_block ul li ul.dropdown li.howto {
  background: #e6d8e3;
  color: #400134;
}

.ui-widget {
  font-family: Arial;
}

.ui-widget-content {
  background: #f7eff5;
  color: #400134;
}

.ui-widget-header {
  border: 1px solid #e6d8e3;
  background: #443641;
  color: #fdfcfd;
  font-weight: bold;
}

ul.ui-autocomplete li.ui-menu-item.ui-state-focus {
  background:#6e025a;
  border:1px solid #6e025a;
}

ul.ui-autocomplete {
  font-size: 14px;
}

.adv-search-box h4 {
  background: #fdfcfd;
}

.adv-search-box .form-row ul.adv-search-list li label {
  background: #f7eff5;
  border: 1px solid #fdfcfd;
}

.adv-search-box .form-row ul.adv-search-list li label:hover {
  background: #e6d8e3;
  border: 1px solid #fdfcfd;
}

#searchform input.inputSubmit {
  color: #400134;
  border: none;
  font-weight: bold;
  background: #f7eff5;
  text-shadow: none;
}

#searchform input.inputSubmit:hover {
  color: #400134;
  border: none;
  font-weight: bold;
  background: #fdfcfd;
  text-shadow: none;
}

#searchform input.inputSubmit:focus {
  color: #400134;
  border: none;
  font-weight: bold;
  background: #fdfcfd;
  text-shadow: none;
  outline: none;
}

#searchform input.inputReset {
  color: #400134;
  border: none;
  font-weight: bold;
  background: #f7eff5;
  text-shadow: none;
}

#searchform input.inputReset:hover {
  color: #400134;
  border: none;
  font-weight: bold;
  background: #fdfcfd;
  text-shadow: none;
}

#searchform input.inputReset:focus {
  color: #400134;
  border: none;
  font-weight: bold;
  background: #fdfcfd;
  text-shadow: none;
  outline: none;
}

.report_problem_options {
  font-size: 12px;
}

.cell.update_date {
  line-height: 1.2em;
}

.update_tags a {
  background: #fdfcfd;
}

.update_tags a:before {
  background: #fdfcfd;
}

.suggest_tags a.suggest_tags_link {
  background: #f2ecf1;
  border: 1px solid #e6d8e3;
}

.suggest_tags a:hover.suggest_tags_link  {
  background: #f2ecf1;
}

/*------------------------------------*\
#TITLE-BAR
\*------------------------------------*/

.title_bar_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-page .title_bar {
  margin: 10px 0;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b064b), to(#6e025a));

  background-image: linear-gradient(to bottom, #5b064b, #6e025a);
}

.title_bar {
  -ms-flex-item-align: start;
  align-self: flex-start;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b064b), to(#6e025a));

  background-image: linear-gradient(to bottom, #5b064b, #6e025a);
}

.home-page .title_bar--to-left {
  margin-left: 0;
}



/*------------------------------------*\
#PAGINATION
\*------------------------------------*/



.page_numbers_container {
  padding: 15px 0 0 0;
}

.page_numbers {
  display: block;

  margin: 5px auto;

  width: 100%;

  float: none;
}

.number_item, .number {
  border: none;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b064b), to(#bc0599));

  background-image: linear-gradient(to bottom, #5b064b, #bc0599);
}

.number_current, .A-Z_links a .letter_current {
  background: -webkit-gradient(linear, left top, left bottom, from(#fd25d4), to(#dd8bcd));
  background: linear-gradient(to bottom, #fd25d4, #dd8bcd);
}

.index_pagenav {
  margin-bottom: 0;
}

.title_bar_block .page_numbers {
  margin-bottom: 20px;
}




/*------------------------------------*\
#LATEST-NEWS
\*------------------------------------*/

.bn-black&gt;.bn-title {
  background: -webkit-gradient(linear, left top, right top, from(#a3368e), to(#dd8bcd));
  background: linear-gradient(to right, #a3368e, #dd8bcd);
}

.bn-black&gt;.bn-title&gt;span {
  border-left-color: #dd8bcd;
}

.bn-black .bn-date {
  background: #dd8bcd;
  color: #400134;
}

.news_body {
  color: #400134;
}


/*------------------------------------*\
#FAQ
\*------------------------------------*/

.faqs ul li .faq_question &gt; a {
  text-decoration: none;
  font-weight: bold;
}

.faqs ul li .faq_question &gt; a:hover {
  color: #400134;
  text-decoration: underline;
}

.faq_answer a:hover {
  color: #400134;
}

.faqs ul li .faq_answer {
  color: #400134;
  background: #fdfcfd;
}

.faqs ul li .faq_answer:before {
  border-bottom: 10px solid #fdfcfd;
}


.faqs ul li .faq_question &gt; a.active {
  color: #400134;
}


/*------------------------------------*\
#FAQ
\*------------------------------------*/


.blog_details a, .comment_counts a {
  text-decoration: none;
}

.blog_details a:hover, .comment_counts a:hover {
  text-decoration: underline;
  color: #400134;
}


/*------------------------------------*\
#FOOTER
\*------------------------------------*/

.footer {
  padding: 30px 10px;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e025a), to(#5b064b));

  background-image: linear-gradient(to bottom, #6e025a, #5b064b);
}

.nontour-area .footer {
  margin-top: 20px;
  padding: 20px;
}

.nontour-area .footer p {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

.follow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 35px;
  font-weight: bold;
}

.social-icons {
  text-align: center;
  padding: 0px;
  }
    
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:35px;
  height:35px;
  margin-right: 3px;
}

.footer__ad-banner {
  width: 300px;
  height: 90px;
}

/*------------------------------------*\
#HELPERS
\*------------------------------------*/


.bg--primary-color {
  background: #f9d4f2;
}

.mt-2 {
  margin-top: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.d-block {
  display: block;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.line-height--mid {
  line-height: 1.2em;
}


/* todo */

/*------------------------------------*\
#MEDIA-QUERIES
\*------------------------------------*/



@media (max-width: 767px) {

  .page_totals {
    display: inline;
  }

  .model-updates .show-md {
    display: none;
  }

  .spacer-favorites {
    display: none;
  }

  a.mobile_top_menu__link:hover,
  a.mobile_top_menu__link:focus,
  a.mobile_top_menu__link:active,
  .sites_dropdown ul.sites_list li ul.dropdown_sites li a:hover,
  .sites_dropdown ul.sites_list li ul.dropdown_sites li a:focus,
  .sites_dropdown ul.sites_list li ul.dropdown_sites li a:active {
    color: #fdfcfd;
    background: #e655cb;
  }

  .top_navbar a:hover,
  .top_navbar a:focus,
  .top_navbar a:active {
    opacity: 1;
    background: #e655cb;
    text-shadow: none;
    color: #fdfcfd;
  }

  .top_navbar a,
  .sites_dropdown ul.sites_list li &gt; a {
    -webkit-transition: none;
    transition: none;
  }

  .nontour-area .category_listing_wrapper_models {
    width: 33.33%;
    padding: 0 5px;
    margin: 0 0 20px 0;
  }

  .nontour-area .gallery_info {
    text-align: left;
  }

  .top_menu_container {
    display: block;
  }

  .top-navbar-links {
    border-bottom: 2px solid #400134;
  }

  .top_navbar_wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6e025a), to(#5b064b)) !important;
    background-image: linear-gradient(to bottom, #6e025a, #5b064b) !important;
  }

  .searchbar_container .searchbar_submit_button input[type="submit"] {
    position: relative;
    top: 3px;
  }

  .top_menu_container .searchbar_alt {
    display: none;
  }

  .top_navbar a {
    display: none;
  }

  .left_column.left_column_full_width .sort_options {
    margin: 0;
	margin-bottom: 10px;
  }

  .gallery_info .suggest_tags {
    margin-bottom: 0;
  }

  .network-sites__items {
    margin-top: 0;
  }
  
  .update__caption {
    min-height: 0;
  }

  .latest_updates_block {
    margin-bottom: 0;
  }

  .page_numbers_container .page_numbers {
    margin-bottom: 0;
  }

  .nontour-area .tags_filter_trigger {
    margin-bottom: 0;
  }

  .nontour-area.home-page .title_bar, .nontour-area .title_bar {
    margin-top: 10px;
    padding: 10px 5px;

    font-size: 14px;
    line-height: 1.2em;
  }

  .nontour-area .sort_options {
    margin-top: 0;
    margin-bottom: 10px;
  }

  @media (min-width: 480px) {
    .model-updates .update__date {
      width: 230px;
    }
  }
  @media (min-width: 620px) {
    .model-updates .update__date {
      width: 280px;
    }
  }
}

@media (max-width: 479px) {
  .nontour-area .category_listing_wrapper_models {
    margin: 0 0 15px 0;
    padding: 0 5px;
    width: 50%;
  }

  .nontour-area .gallery_info {
    padding: 0 10px;
  }

  .gallery_info .update_models {
    width: 100%;

    text-align: left;
  }

  .latest_updates_wrapper {
    width: 100%;
  }

  .update__info {
    margin-top: 5px;
  }

}

@media (max-width: 959px) {

  .searchbar_container.fullwidth .searchbar_field input[type="text"] {
    width: 681px;
  }

  .category_listing_wrapper_models {
    width: 169px;
  }

  .footer {
    padding: 0;
  }

  ul.dropdown_sites {
    display: none;
    overflow: scroll;
    height: 80vh;
  }

  @media (min-height: 768px) {
    ul.dropdown_sites {
      display: none;
      overflow: scroll;
      height: 57vh;
    }
  }
}

@media (min-width: 480px) {
  .container.models_listing {
    margin-top: 10px;
  }

  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nontour-area .category_listing_wrapper_updates {
    width: 50%;
  }

  .nontour-area .category_listing_wrapper_updates:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .nontour-area .model-updates .category_listing_wrapper_updates {
    width: 50%;
  }

}

@media (min-width: 567px) {
  .bonus_wrapper {
    width: 33%;
  }

  .footer__ad-banner {
    width: 450px;
  }

  .tour .network-sites__item {
    width: 49%;
  }
  
  .tour .network-sites__item2 {
    width: 49%;
  }

  .latest_updates_wrapper {
    width: 50%;

    margin-left: 0;
    padding: 0 5px;
  }

  .categories .category_listing_wrapper_updates {
    width: 33.33%;
  }

  .welcome_blurb {
    margin: 10px 10%;
  }


  .mobile_top_menu {
    height: 80vh;
  }

}

@media (min-width: 768px) {

  .model-updates .update_counts {
    margin-top: 0;
  }

  .model-updates .update__thumb {
    min-width: 300px;
  }

  .model-updates .hide-md {
    display: none;
  }

  .model-updates .show-md {
    display: block;
  }

  .container.models_listing {
    margin-top: 15px;
  }

  .searchbar_container.fullwidth {
    background-image: none;
  }

  .top_navbar_container .home_icon,
  .top_navbar_container .searchbar_alt {
    display: none;
  }

  .title_bar_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-bottom: 10px;
  }

  .title_bar_block .title_bar {
    margin-bottom: 0;
  }

  .sort-filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .network-sites__items {
    margin-top: 0;
  }
  
  


  .sort_options {
    margin: 0;
    margin-left: auto;
    margin-right: 10px;
  }

  .tags_filter_trigger {
    margin: 0;
  }



  .A-Z_links {
    width: auto;
    min-width: initial;

    text-align: center;
  }

  .elx_az_links {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .bonus_wrapper {
    width: 31%;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .gallery__top-text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .model-updates .update_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .model-updates .update__thumb {
    width: auto;
    margin-right: 10px;
    max-width: 250px;
  }

  .model_bio_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .model_bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    width: 100%;
  }

  .latest_updates_block .category_listing_wrapper_updates {
    margin-bottom: 26px;

    width: 33.333%;
  }

  .nontour-area .category_listing_wrapper_updates:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }

  .model_bio_text {
    width: auto;

    white-space: nowrap;
  }

  .model_bio_info {
    margin-top: 20px;

    width: 100%;
  }

  .categories .category_listing_wrapper_updates {
    width: 25%;
  }

  .category_listing_wrapper_models {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 25px;
  }

  .model_updates {
    margin-top: 0;
  }

  .nontour-area .model-updates .category_listing_wrapper_updates {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer__ad-banner {
    width: 750px;
  }

  .gallery__top-rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .gallery__top-rating .cell {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 40px;
  }

  .gallery__top-rating .cell:first-of-type {
    margin-left: 0;
  }

  .latest_updates_wrapper,
  .nontour-area .category_listing_wrapper_updates {
    width: 33.333%;
  }


}


@media (min-width: 960px) {
  .searchbar_container.fullwidth .searchbar_field input[type="text"] {
    width: 909px;
  }

  .bonus_wrapper {
    width: 23%;
  }

  .category_listing_wrapper_models {
    width: 220px;
  }

  .latest_updates_wrapper,
  .nontour-area .category_listing_wrapper_updates {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .gallery_info .category_listing_wrapper_updates {
    width: 25%;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 1200px) {
  .update__info .update__featuring {
    margin-top: 15px;
  }

  .update_details a,
  .update__info .tags,
  .update__info .category-tag,
  .update__featuring .update_models {
    font-size: 13px;
  }

  .model-updates .update_details a {
    font-size: 14px;
  }

  .update_description {
    font-size: 16px;
  }

  .update_description2 {
    font-size: 14px;
    font-weight:  normal;
  }

  .categories .category_listing_wrapper_updates {
    width: 230px;
  }

  .page_numbers {
    margin: 0 auto;
  }

  .page_numbers_container {
    padding: 20px 0 0 0;
  }
}

@media (min-width: 1600px) {
  .container.models_listing {
    margin-top: 20px;
  }

  .model-updates .update__description,
  .update__info .update__featuring {
    margin-top: 20px;
  }

  .bonus_wrapper {
    margin: 15px 0 0 0;
    padding: 0 5px;

    width: 230px;
  }

  .welcome_blurb {
    margin: 10px 5%;
  }

  .bonus_wrapper .bonus_thumb img {
    width: 100%;
  }

  .gallery_info .category_listing_wrapper_updates,
  .nontour-area .category_listing_wrapper_updates {
    width: 20%;
  }

  .categories .category_listing_wrapper_updates {
    width: 230px;
    margin-bottom: 12px;
  }

  .nontour-area .category_listing_wrapper_updates:nth-last-of-type(-n+5) {
    margin-bottom: 0;
  }

  .model-updates .category_listing_wrapper_updates:nth-last-of-type(-n+5) {
    margin-bottom: 10px;
  }

  .category_listing_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .latest_updates_block .category_listing_wrapper_updates {
    margin: 0;
    margin-bottom: 26px;
    border: 0;
    padding: 0 5px;

    width: 20%;
  }

  .category_listing_wrapper_updates {
    margin: 0;
    border: 0;
    padding: 0 5px;

    width: 20%;
  }

  .category_listing_wrapper_updates .update__thumb {
    width: 24%;
  }

  .category_listing_wrapper_updates .thumbs {
    width: 100%;
  }

  .model-updates  .update__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;

    margin-right: 10px;
    border: 1px solid #808080;

    width: 350px;
    min-width: 352px;
  }

  .model-updates  .update__thumb img{
    min-width: 300px;
  }

  .model-updates .category_listing_wrapper_updates {
    margin-bottom: 10px;
  }

  .left_column.left_column_full_width .latest_updates_wrapper {
    padding: 0 5px;

    width: 20%;
  }

  .update_details a[href^="gallery.php?id="] .update_thumb {
    border: none;

    width: 100%;
    max-width: 350px;
  }

  .category_listing_wrapper_models {
    margin: 0;
    margin-bottom: 25px;
    padding: 0 5px;

    width: 230px;
  }

  .network-sites__items {
    width: 100%;
  }
  
  

  #most_popular_updates_carousel .category_listing_wrapper_updates {
    width: 100%;
  }

  .category_listing_wrapper_models .thumbs {
    width: 100%;
  }

  .cell_thumb {
    border: 1px solid #808080;
    padding: 0;

    width: 222px;
    min-width: 222px;
  }

  .cell_thumb img {
    border: none;

    width: 220px;
    max-width: none;
  }

}


/*------------------------------------*\
#smtn
\*------------------------------------*/


/* Customer changes for other sites integration */
.searchbar_container .filter_link a {
  color: #fdfcfd;
  text-decoration: none;
}

.searchbar_container .searchbar_submit_button input[type="submit"]{
  border: none;
  background: #da5cc2;
  height: 29px;
  color: #400134;
  text-shadow: none;
  font-weight: bold;


  color: #fdfcfd;
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: normal;
}

.bn-black&gt;.bn-title {
  background: -webkit-gradient(linear, left top, right top, from(#a3368e), to(#dd8bcd));
  background: linear-gradient(to right, #a3368e, #dd8bcd);
}


/*
body {
  background: #e6d8e3;

  font-family: 'Arial';
  color: #400134;
}
*/

/* Customer changes for other sites integration */


/***************
   Tour only
***************/



/********************/
/*      Header      */
/********************/

.benefit-custom-color {
  fill: #6e025a;
}

.tour .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*background: #5b064b;*/
  background: transparent;
  color: #fdfcfd;
}
.tour .header__image-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tour .header_image {
  width: 100%;
  height: auto;
}
.tour .header .list-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tour .header .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 8px;
  background-color: #ffe9fb;
  width: 100%;
  list-style-type: none;
  font-weight: bold;
  font-size: 14px;
}
.tour .header .list-item {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #400134;
  text-align: left;
  padding: 10px 10px 10px 0;
  letter-spacing: 0;
}
.tour .header .list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  background: #a3368e;
  color: #fdfcfd;
  font-size: 16px;
  text-align: center;
}
.tour .header .list .benefit-icon {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* Text-overflow for updates + thumbnails size */
.tour .overflow-ellipsis {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: inline-block;
}
.tour .update_details .update__thumbnail .update_thumb,
.tour .update_details .update__thumb .update_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  width: 100%;
  min-height: 16px;
}

/**********************/
/*       Footer       */
/**********************/

/* Main footer */
.tour .footer {
  position: relative;
  margin-top: 24px;
  padding: 20px 10px;
}
.tour .social_list p {
  margin-top: 0;
}
.tour .informations .information_inline {
  display: inline;
  margin: 0;
}
.tour .informations a:hover {
  color: #2467ba;
}

/* Secondary footer */
.tour .footer-secondary {
  margin-top: 0;
  background: #f9d4f2;
}
.tour .footer-secondary .join-button-wrapper {
  margin-top: 0;
}
.tour .footer-plug {
  margin: 0 -10px -20px -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e025a), to(#5b064b));
  background-image: linear-gradient(to bottom, #6e025a, #5b064b);
  padding-bottom: 51px;
}

/**********************/
/*     Video page     */
/**********************/

.tour .gallery_info {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.tour .gallery-info__thumbnail-link {
  position: relative;
  display: block;
}
.tour .gallery-info__thumbnail-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('images/icons/custom-play-button.png');
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.tour .gallery-info__thumbnail-link--photos::before {*/
  /*background-image: url('images/icons/photo-camera.png') !important;*/
/*}*/
.tour .gallery-info__thumbnail img {
  width: 100%;
}
.tour .movie_wrapper {
  padding: 0;
}
.tour .gallery-info__aside {
  margin: 7px 0 0 0;
  padding: 0 15px;
  width: 100%;
  background: rgba(0,0,0,0.06);
  text-align: center;
}
.tour .gallery-info__aside .font-bold {
  margin: 13px 0 0 0;
  color: #5b064b;
  font-weight: 900;
  font-size: 18px;
}
.tour .gallery-info__aside .font-light {
  color: #a3368e;
  font-weight: 900;
  font-size: 18px;
}
.tour .gallery-info__aside .join-button {
  border-radius: 4px;
  font-size: 19px;
  max-width: 360px;
}
.tour .gallery_info .update_description {
  background: transparent;
}
.tour .gallery-info__text .update_description {
  padding: 10px 0;
}
.tour #hpromo &gt; p {
  /* Template field is generating empty &lt;p&gt; tag */
  display: none;
}


/**********************/
/*    Mobile Menu     */
/**********************/

.tour .mobile_top_menu {
  height: 307px;
}

/**********************/
/*  Mobile Searchbar  */
/**********************/

.tour .top_menu_wrapper,
.top_menu_container {
  width: 100%;
}

.tour .searchbar_container.fullwidth .searchbar_field input[type="text"] {
  max-width: 100%;
  width: 100%;
}

.tour .searchbar_container.fullwidth form {
  width: 100%;
}

.tour .searchbar_container.fullwidth .searchbar_field {
  width: calc(100% - 53px);
}

/**********************/
/*        mix         */
/**********************/

.tour a[href^="gallery.php?id="], .tour a.overflow-ellipsis {
  margin-bottom: 0;
  min-height: 16px;
}

/* Video page styles for layout */
.tour .update__featuring2.show-sm,
.tour .update_tags.show-sm {
  display: none !important;
}
.tour .update_description .highlighted-bg {
  display: inline-block;
  margin: 0 -10px;
  padding: 10px;
  background: rgba(0,0,0,0.06);
}
.tour .gallery-info__text .highlighted-bg {
  margin-top: 10px;
  border-radius: 0;
  padding: 10px;
  background: rgba(0,0,0,0.06);
}


/* Sites list */
.tour .join-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
}
.tour .join-button {
  -webkit-appearance: none;
  padding: 16px;
  background: #a3368e;
  color: #f7eff5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
}
.tour .join-button:hover {
  background: #f7eff5;
  color: #6e025a;
}

.tour .join-button2 {
  -webkit-appearance: none;
  padding: 16px;
  background: #f7eff5;
  color: #6e025a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  -webkit-border-radius:0; 
  border-radius:0;
}
.tour .join-button2:hover {
  background: #d843bb;
  color: #f7eff5;
}
.tour .join-button2:active {
  background: #d843bb;
  color: #f7eff5;
}
.tour .episode_title1 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight:  bold;
}

/**********************/
/*      Listings      */
/**********************/

.tour .model-updates .category_listing_wrapper_updates {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
.tour .model-updates .category_listing_wrapper_updates:last-child {
  margin-bottom: 0;
}

.tour .category_listing_wrapper_updates {
  width: 100%;
  padding: 0 5px;
}

.tour .categories .category_listing_wrapper_updates {
  margin: 0 0 10px 0;
  padding: 0 5px;
  width: 50%;
}


@media (max-width: 1600px) {
  .tour .header .header__short-img {
    display: none;
  }
  .tour .header__image-wrapper {
    width: 100%;
  }
  .tour .header .list-heading {
    display: none;
  }
  .tour .header .list {
    display: none;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  .tour .header {
    width: 100%;
  }

  .tour .left_column.left_column_full_width .most_popular_models_block .owl-item .most_popular_models_wrapper,
  .tour .left_column.left_column_full_width .most_popular_updates_wrap .category_listing_wrapper_updates {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
  }
  .tour .left_column.left_column_full_width .most_popular_models_block .container,
  .tour .left_column.left_column_full_width .most_popular_updates_wrap .container{
    width: 87%;
  }

  .tour.home-page .title_bar, .tour .title_bar {
    margin-top: 10px;
    padding: 10px 5px;

    font-size: 14px;
    line-height: 1.2em;
  }

  .tour .category_listing_wrapper_models {
    width: 33.33%;
    padding: 0 5px;
    margin: 0 0 20px 0;
  }

  .tour .join-button {
    margin-bottom: 13px;
    width: 100%;
  }

  .tour .searchbar_container .searchbar_submit_button input[type="submit"] {
    top: 0;
  }

  .tour .gallery-info__main .update_tags .paragraph {
    display: inline-block;
  }
  .tour .gallery-info__main .update_tags .category-tag {
    margin: 0 8px 0 0;
    border: none;
    padding: 0;
    background: transparent;
    text-decoration: underline;
  }
  .tour .gallery-info__main .update_tags .category-tag:hover {
    color: #400134;
  }
  .tour .gallery-info__main .update_tags .category-tag::before {
    display: none;
  }
  .tour .gallery-info__main .update_tags .category-tag::after {
    content: ', ';
    position: absolute;
    bottom: 0;
    right: -4px;
    color: #5b064b;
  }
  .tour .gallery-info__main .update_tags .category-tag:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -4px;
    color: #5b064b;
  }
}
@media (max-width: 567px) {
  .tour .update_description.show-sm {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .tour .network-sites__item img {
    max-width: none;
    width: 100%;
  }
  
  .tour .network-sites__item2 img {
    max-width: none;
    width: 100%;
  }

  .tour .left_column.left_column_full_width .most_popular_models_block .container {
    width: 87%;
  }

  .tour .category_listing_wrapper_models {
    margin: 0 0 15px 0;
    padding: 0 5px;
    width: 50%;
  }
}

@media (min-width: 480px) {
  .tour .network-sites__item {
    width: 49%;
  }
  
  .tour .network-sites__item2 {
    width: 49%;
  }

  .tour .network-sites__item:last-child {
    display: none;
  }

  .tour .model-updates .category_listing_wrapper_updates {
    width: 50%;
  }

  .tour .searchbar_container.fullwidth .searchbar_field {
    width: calc(100% - 65px);
  }
}
@media (min-width: 568px) {
  .tour .header .list .benefit-icon {
    margin: 0 10px 0 0;
  }

  .tour .footer {
    padding: 20px;
  }



  .tour .category_listing_wrapper_updates {
    width: 50%;
    margin-right: 0;
  }
  .tour .categories .category_listing_wrapper_updates {
    width: 33.33%;
  }

  .tour .update__featuring2.show-sm,
  .tour .update_tags.show-sm {
    display: block !important;
  }

  .tour .update_tags.show-sm {
    font-size: 14px;
  }

  .tour .update_description.hide-sm {
    display: none !important;
  }

  .tour .gallery-info__text.hide-sm {
    display: none !important;
  }

  .tour .footer-plug {
    margin: 0 -20px -20px -20px;
  }
}
@media (min-width: 571px) {
  .tour .gallery-info__main {
    display: flex;
    flex-wrap: wrap;
  }
  .tour .gallery-info__top-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .tour .gallery-info__thumbnail {
    align-self: flex-start;
    width: 40%;
  }
  .tour .gallery_info .update_description {
    flex-grow: 1;
    margin-bottom: 0;
    padding: 0 10px;
    width: 60%;
  }
  .tour .gallery_info .update__featuring2 {
    margin-top: 15px;
  }
  .tour .update_description .highlighted-bg {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .tour .top_navbar {
    display: flex;
  }
  .tour .header .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 10px 20px 10px;
  }
  .tour .header .list-item--heading {
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    margin: -14px -14px 0 -14px;
  }

  .tour .join-button-wrapper {
    margin-top: 36px;
    margin-bottom: 18px;
  }

  .tour .category_listing_wrapper_updates {
    padding: 0 5px;
  }

  .tour .network-sites__item {
    width: 32%;
  }
  .tour .network-sites__item2 {
    width: 32%;
  }
  
  .tour .network-sites__item:last-child {
    display: block;
  }

  .tour .model-updates .category_listing_wrapper_updates {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .tour .category_listing_wrapper_updates {
    width: 33.333%;
    margin-left: 0;
  }

  .tour .left_column.left_column_full_width .most_popular_updates_wrap .category_listing_wrapper_updates {
    width: 100%;
  }

  .tour .rating__wrapper {
    justify-content: flex-start;
  }

  .tour .gallery-info__aside {
    margin: 15px 0 0 0;
  }
  .tour .gallery-info__aside .join-button {
    min-width: 290px;
  }
  .tour .gallery-info__aside .join-button-wrapper {
    margin-top: 12px;
  }
  .tour .gallery-info__aside .font-bold {
    margin-top: 12px;
  }
  .tour .gallery_info .update_tags .paragraph {
    font-size: 14px;
  }

  .tour .footer-secondary .join-button-wrapper {
    margin-top: 18px;
  }
}
@media (min-width: 960px) {
  .tour .top_menu_wrapper,
  .tour .top_menu_container {
    width: 100%;
  }

  .tour .gallery-info__aside .join-button-wrapper {
    flex: 0 0 auto;
  }
  .tour .gallery-info__thumbnail {
    max-width: 350px;
  }

  .tour .update_description .highlighted-bg {
    margin-left: 0;
  }

  .tour .category_listing_wrapper_updates {
    margin-left: 0;
    width: 25%;
  }
  .tour .categories .category_listing_wrapper_updates {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .tour .join-button {
    font-size: 18px;
  }
  .tour .header .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tour .social_lists {
    font-size: 14px;
  }
  .tour .gallery_info .update_description {
    flex-grow: 1;
  }

  .tour .categories .category_listing_wrapper_updates {
    width: 230px;
  }
}
@media (min-width: 1600px) {
  .tour .header .list {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .tour .header .list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    width: 100%;
  }
  .tour .header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tour .header_image {
    height: 300px;
    width: auto;
  }
  .tour .header .header__wide-img {
    display: none;
  }

  .tour .gallery-info__main {
    width: 100%;
  }
  .tour .gallery_info .update_description {
    width: 100%;
    flex-grow: 0;
  }
  .tour .gallery-info__aside {
    margin-top: 15px;
    padding: 0 15px;
    width: 100%;
  }
  .tour .gallery-info__thumbnail {
    width: 350px;
    flex-shrink: 0;
  }
  .tour .gallery_info .update__featuring2 {
    margin-top: 15px;
  }
  .tour .gallery_info .update_models2 {
    font-size: 15px;
  }
  .tour .gallery_info .update_tags {
    padding-top: 15px;
    font-size: 15px;
  }
  .tour .gallery_info .update_tags .paragraph {
    margin-bottom: 10px;
  }

  .tour .network-sites__item {
    margin-bottom: 12px;
    padding: 0 5px;
    width: 20%;
  }
  .tour .network-sites__item2 {
    margin-bottom: 12px;
    padding: 0 5px;
    width: 25%;
  }
  .tour .network-sites__item:last-child {
    display: none;
  }

  .tour .category_listing_wrapper_updates {
    width: 20%;
  }

  .tour .update_description.show-sm {
    padding-left: 15px;
  }
  .tour .gallery-info__text .update_description.hide-sm {
    display: block !important;
  }
  .tour .gallery-info__top-wrapper {
    flex-wrap: nowrap;
  }
  .tour .gallery-info__text {
    margin-top: -10px;
    padding: 0 10px 10px 75px;
  }
  .tour .gallery-info__aside .font-bold {
    font-size: 24px;
  }
  .tour .gallery-info__aside .font-light {
    color: #a3368e;
    font-weight: 900;
    font-size: 24px;
  }
  .tour .gallery-info__aside .join-button {
    border-radius: 4px;
    font-size: 25px;
    max-width: 460px;
  }

  .tour .update_description .highlighted-bg {
    padding: 10px;

  }
}

/********************/
/*    Join Page     */
/********************/

.wrapper-no-padding {
  padding: 0;
}

.top_navbar_wrapper-position-static {
  position: static;
}

.join-page {
  padding: 10px 0;
}

.join-page .display-none {
  display: none;
}

.join-page .join-page__utility {
  background: #6e025a;
}

.join-page .join-form {
  margin-bottom: 10px;
  padding: 10px;
  color: #fdfcfd;
}

.join-page .join-page__heading {
  margin: 0 0 12px 0;
  width: 100%;
  font-weight: 800;
  font-size: 16px;
}

.join-page .join-form__inputs-wrapper .input-wrapper {
  flex-wrap: wrap;
}

.join-page .join-form__text-label {
  width: 40%;
  font-size: 18px;
}

.join-page .join-form__text-input {
  flex-grow: 1;
  border: 1px solid #400134;
  border-radius: 0;
  padding: 3px 5px;
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  color: #400134;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.join-page .join-form__text-input-error {
  width: 100%;
  padding: 5px 0 5px 35%;
  font-size: 16px;
  color: #ffff00;
}

.join-page .join-form__radios-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.join-page .join-form__radio-input {
  margin: 3px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.join-page .join-form__radio-label {
  margin-left: 0px;
}
.join-page .join-form__radio-label:hover {
  cursor: pointer;
}

.join-page .join-form__radio-label .membership-price,
.join-page .join-form__radio-label .membership-type {
  font-weight: 800;
  font-size: 14px;
}

.join-page .join-form__radio-label .membership-type {
  width: 75%;
  line-height: 1.3;
}

.join-page .join-form__radio-label .membership-caption {
  order: 3;
  margin-top: 5px;
  width: 100%;
  font-size: 12px;
}

.join-page .join-form__radio-label .membership-price {
  align-self: flex-start;
  margin-left: auto;
}



/*******************/
/*  Custom radios  */
/*******************/

.join-page .panels .input-wrapper,
.join-page .join-form__inputs-wrapper .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom:  10px;
}
.join-page .clean-style .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 7%;
}


/* membership type */
.join-page .panels .join-form__radio-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 10px 10px 40px;
  width: 100%;
  background: #f7eff5;
  color: #400134;
}
.join-page .panels .join-form__radio-label::before {
  content: '';
  display: block;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #333;
}
.join-page .panels .join-form__radio-label::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #fdfcfd;
}
.panels .join-form__radio-input:checked ~ .join-form__radio-label {
  color: #fdfcfd;
  background: #d843bb;
}
.panels .join-form__radio-input:checked ~ .join-form__radio-label::before {
  background: #fdfcfd;
}
.panels .join-form__radio-input:checked ~ .join-form__radio-label::after {
  background: #400134;
}


/* payment type */
.join-page .clean-style .join-form__radio-label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #fdfcfd;
}
.join-page .clean-style .join-form__radio-label::after {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #fdfcfd;
}
.clean-style .join-form__radio-input:checked ~ .join-form__radio-label::after {
  background: #400134;
}

/*******************/
/*  Custom radios  */
/*       END       */
/*******************/

.join-page .join-form__radios-wrapper.panels .input-wrapper + .input-wrapper {
  margin-top: 4px;
}

.join-page .join-form__radios-wrapper.clean-style .input-wrapper:nth-of-type(odd) {
  padding-right: 5%;
}
.join-page .join-form__radios-wrapper.clean-style .input-wrapper:nth-of-type(n+3) {
  margin-top: 8px;
}

.join-page .join-button {
  margin-bottom: 0;
  text-align: center;
}

.join-page .join-button2 {
  margin-bottom: 0;
  text-align: center;
}

.join-page .join-page__list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.join-page .join-page__list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.join-page .join-page__list-item + .join-page__list-item {
  margin-top: 10px;
}

.join-page .join-page__list-item .bold {
  font-weight: 800;
  font-style: italic;
}

.join-page .join-page__list .benefit-icon {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer.clear-margin {
  margin-top: 0;
  font-size: 14px;
}
.footer.clear-margin a:hover {
  color: #2467ba;
}

.header__image-wrapper.hide-md {
  display: block;
}
.header__image-wrapper.show-md {
  display: none;
}

::placeholder {
  color: #400134;
  opacity: 1;
}

@media (max-width: 767px) {
  .join-page .join-form__text-label {
    width: 35%;
    font-size: 16px;
  }
  
  .join-page .join-page__utility {
    padding: 10px;
    width: 100%;
    margin: auto;
  }

  .join-page .join-button2 {
    width: 100%;
  }

  .join-page .panels .input-wrapper, .join-page .join-form__inputs-wrapper .input-wrapper {
    margin-bottom: 0px;
  }

  .join-page .join-form__radios-wrapper.clean-style .input-wrapper {
    padding-left: 9%;
  }
}

@media (min-width: 568px) {
  .join-page .join-page__utility {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 16px;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .join-page {
    display: flex;
    flex-wrap: wrap;
  }

  .join-page .join-form {
    margin-bottom: 0;
  }

  .join-page .join-form__radios-wrapper.clean-style {
    margin-bottom: 16px;
  }

  .join-page .join-form__text-input-error {
    padding: 5px 0 0 40%;
    font-size: 18px;
  }

  .join-page .join-form__radios-wrapper.clean-style .join-form__radio-label::before {
    left: 16px;
  }
  .join-page .join-form__radios-wrapper.clean-style .join-form__radio-label::after {
    left: 18px;
  }
  .join-page .join-form__radios-wrapper.clean-style .input-wrapper {
    padding-left: 8%;
  }

  .join-page .join-button-wrapper {
    flex: 0 0 auto;
    margin: auto 0 0 0;
  }
  .join-page .join-button {
    width: 100%;
  }

  .join-page .join-button2 {
    width: 100%;
  }
  .join-page .join-page__heading {
    margin-bottom: 12px;
  }

  .join-page .join-page__list {
    padding: 16px;
    width: 50%;
  }

  .join-page .join-page__list-item + .join-page__list-item {
    margin-top: 24px;
  }

  .header__image-wrapper.hide-md {
    display: none !important;
  }

  .header__image-wrapper.show-md {
    display: block !important;;
  }
}
@media (min-width: 1200px) {
  .join-page {
    padding: 25px 0;
  }

  .join-page .join-page__utility {
    padding: 15px;
    width: 80%;
    font-size: 18px;
  }

  .join-page .join-page__list {
    padding: 25px 35px;
    width: 45%;
    font-size: 16px;
  }

  .join-page .join-page__list-item + .join-page__list-item {
    margin-top: 30px;
  }

  .join-page .join-page__heading {
    margin-bottom: 12px;
    font-size: 20px;
    text-align: left;
  }

  .join-page .join-form__text-input {
    padding: 10px;
  }
  .join-page .join-form__text-label {
    width: 40%;
    font-size: 18px;
  }

  .join-page .join-form__radios-wrapper.clean-style .join-form__radio-label::before {
    left: 30px;
    height: 18px;
    width: 18px;
  }
  .join-page .join-form__radios-wrapper.clean-style .join-form__radio-label::after {
    left: 32px;
    height: 14px;
    width: 14px;
  }
  .join-page .join-form__radios-wrapper.clean-style .input-wrapper {
    padding-left: 10%;
  }

  .join-page .join-form__inputs-wrapper .input-wrapper + .input-wrapper {
    margin-top: 12px;
  }
  .join-page .join-form__radios-wrapper.clean-style .input-wrapper:nth-of-type(n+3) {
    margin-top: 16px;
  }

  .join-page .join-form__radios-wrapper {
    margin-top: 24px;
  }
  .join-page .join-form__radios-wrapper.clean-style {
    margin-bottom: 24px;
  }

  .join-page .join-form__radio-label .membership-price,
  .join-page .join-form__radio-label .membership-type {
    font-size: 17px;
  }

  .join-page .panels .join-form__radio-label {
    padding: 10px 10px 10px 50px;
  }
  .join-page .panels .join-form__radio-label::before {
    left: 16px;
    width: 18px;
    height: 18px;
  }
  .join-page .panels .join-form__radio-label::after {
    left: 18px;
    width: 14px;
    height: 14px;
  }

  .join-page .join-form__radio-label .membership-caption {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .join-page {
    padding: 30px 30px;
  }

  .join-page .join-page__utility {
    margin: auto;
    padding: 30px;
    width: 80%;
  }

  .join-page .join-page__list {
    padding: 50px 0 50px 50px;
    width: 40%;
    font-size: 23px;
  }

  .join-page .join-page__list .benefit-icon {
    margin-right: 40px;
    width: 40px;
    height: 40px;
  }

  .join-page .join-page__heading {
    font-size: 25px;
    margin-bottom: 16px;
  }

  .join-page .join-form__text-input {
    padding: 16px 12px;
  }

  .join-page .join-form__text-label {
    width: 28%;
  }

  .join-page .join-form__text-input-error {
    padding: 5px 0 0 28%;
  }

  .join-page .join-form__radios-wrapper {
    margin-top: 36px;
  }
  .join-page .join-form__radios-wrapper.clean-style {
    margin-bottom: 36px;
  }
  .join-page .join-form__radios-wrapper.clean-style .input-wrapper {
    padding-left: 6%;
  }


  .join-page .join-form__radio-label {
    margin-left: 0px;
  }

  .join-page .join-button {
    padding: 30px 16px;
    font-size: 24px;
    font-weight: 600;
  }

  .join-page .join-button2 {
    padding: 30px 16px;
    font-size: 24px;
    font-weight: 600;
  }

  .footer.clear-margin {
    font-size: 18px;
  }

  .join-page .panels .join-form__radio-label {
    padding: 20px 20px 20px 50px;

  }

  .join-page .join-form__radio-label .membership-price,
  .join-page .join-form__radio-label .membership-type {
    font-size: 22px;
  }

  .join-page .join-form__radio-label .membership-caption {
    font-size: 18px;
  }
}

/********************/
/*    /Join Page    */
/********************/

/********************/
/*    Sort widget   */
/********************/

.sort_options {
  overflow: visible;
  margin-right: 10px;
}

.sort_options__wrapper {
  position: relative;
  display: inline-block;
}

.sort_options__trigger-btn {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
  background: #da5cc2;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  line-height: 29px;
  color: #fdfcfd;
  font-size: 12px;
  font-weight: 400;
}
.sort_options__trigger-btn:hover {
  cursor: pointer;
  background: #ac3f97;
}

.sort_options__trigger-btn span {
  display: inline-block;
  background: #6e025a;
  color: #fdfcfd;
  font-size: 11px;
  border-radius: 50%;
  line-height: 15px;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  text-align: center;
}

.sort_options__text-placeholder {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-size: 12px !important;
}

.sort_options__list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 35%;
  min-width: 150px;
  max-width: 250px;
  background: #f3e5f0;
  border: 2px solid #400134;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
}
.sort_options__list:last-child {
  border-bottom: none;
}

.sort_options__placeholder,
.sort_options__group-label {
  border-bottom: 2px solid #400134;
  padding: 5px 10px;
  line-height: 130%;
}

.sort_options__placeholder {
  text-align: center;
}

.sort_options__list-item {
  border-bottom: 2px solid #400134;
  line-height: 130%;
  color: #400134;
  font-size: 14px;
  padding-left: 25px;
}

.sort_options__list-item:hover {
  background: #e655cb;
}
.sort_options__list-item:hover a.sort_option__link {
  opacity: 1;
  color: #fdfcfd;
}

a.sort_option__link {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
}

.sort_options__group-label {
  color: #6e025a;
  font-weight: bold;
}

@media (min-width: 768px) {
  .sort_options__trigger-btn span {
    padding-right: 1px;
  }

  .sort_options__list {
    top: calc(100% + 2px);
  }
}

/********************/
/*   /Sort widget   */
/********************/
</pre></body></html>