@charset "UTF-8";

UTF-8;
a {
  background-color:transparent;
}

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

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

img {
  border:0;
}

* {
  box-sizing:border-box;
}

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

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

body {
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.42857;
  color:rgb(51,51,51);
}

a {
  color:rgb(51,122,183);
  text-decoration:none;
}

a:hover,a:focus {
  color:rgb(35,82,124);
  text-decoration:none;
}

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

img {
  vertical-align:middle;
}

.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
  display:block;
  max-width:100%;
  height:auto;
}

p {
  margin:0 0 10px;
}

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

ul ul,ol ul,ul ol,ol ol {
  margin-bottom:0;
}

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

.row {
  border-bottom:2px dashed #f91;
  border-top:2px dashed #f91;
  margin:0 auto 20px;
  padding:20px 7.5% 0;
  background-color:#f913;
}

.First {
  padding-top:35px;
}

/* HEAD */
.header_links {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/816-354-875-214-10136672.png),url(https://img.mfcimg.com/photos2/159/15914751/106-304-453-631-10128032.gif);
  background-repeat:no-repeat,no-repeat;
  background-position:top 7% right 5%,center;
  font-size:0;
  position:absolute;
  width:100%;
  height:100%;
  z-index:100;
  background-color:#5e4674;
}

#header_bar {
  padding:0;
  display:inline-block;
  position:fixed;
  width:100%;
  height:100%;
  -moz-animation:load 3s linear;
  -webkit-animation:load 3s linear;
  -o-animation:load 3s linear;
  animation:load 3s linear;
  -moz-animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  z-index:1000;
}

@-webkit-keyframes load {
  0% {
    right:0;
    opacity:1;
  }

  90% {
    right:0;
    opacity:1;
  }

  100% {
    right:0;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes load {
  0% {
    right:0;
    opacity:1;
  }

  90% {
    right:0;
    opacity:1;
  }

  100% {
    right:0;
    opacity:0;
    z-index:-1;
  }
}

@-o-keyframes load {
  0% {
    right:0;
    opacity:1;
  }

  75% {
    right:0;
    opacity:1;
  }

  100% {
    right:0;
    opacity:0;
    z-index:-1;
  }
}

@keyframes load {
  0% {
    right:0;
    opacity:1;
  }

  90% {
    right:0;
    opacity:1;
  }

  100% {
    right:0;
    opacity:0;
    z-index:-1;
  }
}

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

.NavSpacer {
  color:rgba(255,255,255,0);
  text-shadow:0 0 0 rgba(255,255,255,0);
}

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

.nav > li > .social {
  margin:0 auto;
  width:175px;
  padding-bottom:5px;
}

.nav > li:last-child > div > a > img {
  height:25px;
  margin:0 3px;
  -ms-transition:-ms-transform .3s ease-in-out;
  -o-transition:-o-transform .3s ease-in-out;
  -webkit-transition:-webkit-transform .3s ease-in-out;
  transition:transform .3s ease-in-out;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
}

.nav > li:last-child > div > a:hover > img {
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg);
}

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

.nav > li.disabled > a {
  color:rgb(119,119,119);
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
  color:rgb(119,119,119);
  text-decoration:none;
  cursor:not-allowed;
  background-color:transparent;
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
  border-color:rgb(51,122,183);
  background-color:rgb(238,238,238);
}

.nav .nav-divider {
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:rgb(229,229,229);
}

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

.nav-tabs.nav-justified {
  width:100%;
  border-bottom-width:0;
}

.nav-tabs.nav-justified > li {
  float:none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom:5px;
  text-align:center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top:auto;
  left:auto;
}

.nav-tabs.nav-justified > li > a {
  margin-right:0;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
}

.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
  border:1px solid rgb(221,221,221);
}

.nav-justified {
  width:100%;
}

.nav-justified > li {
  float:none;
}

.nav-justified > li > a {
  margin-bottom:5px;
  text-align:center;
}

.nav-justified > .dropdown .dropdown-menu {
  top:auto;
  left:auto;
}

.navbar {
  position:relative;
  min-height:50px;
  margin-bottom:20px;
  box-shadow:0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
}

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

.navbar-default {
  background-color:rgba(250,250,250,1);
}

.navbar-default .navbar-brand {
  color:rgb(119,119,119);
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
  color:rgb(94,94,94);
  background-color:transparent;
}

.navbar-default .navbar-text {
  color:rgb(119,119,119);
}

.navbar-default .navbar-nav > li > a {
  color:rgb(119,119,119);
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
  color:rgb(51,51,51);
  background-color:transparent;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
  color:rgb(85,85,85);
  background-color:rgb(231,231,231);
}

.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
  color:rgb(204,204,204);
  background-color:transparent;
}

.navbar-default .navbar-toggle {
  border-color:rgb(221,221,221);
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background-color:rgb(221,221,221);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color:rgb(136,136,136);
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  border-color:rgb(231,231,231);
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
  color:rgb(85,85,85);
  background-color:rgb(231,231,231);
}

.navbar-default .navbar-link {
  color:rgb(119,119,119);
}

.navbar-default .navbar-link:hover {
  color:rgb(51,51,51);
}

.navbar-default .btn-link {
  color:rgb(119,119,119);
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
  color:rgb(51,51,51);
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
  color:rgb(204,204,204);
}

.clearfix::before,.clearfix::after,.dl-horizontal dd::before,.dl-horizontal dd::after,.row::before,.row::after,.form-horizontal .form-group::before,.form-horizontal .form-group::after,.btn-toolbar::before,.btn-toolbar::after,.btn-group-vertical > .btn-group::before,.btn-group-vertical > .btn-group::after,.pager::before,.pager::after,.panel-body::before,.panel-body::after,.modal-header::before,.modal-header::after,.modal-footer::before,.modal-footer::after {
  display:table;
  content:" ";
}

.clearfix::after,.dl-horizontal dd::after,.container::after,.container-fluid::after,.row::after,.form-horizontal .form-group::after,.btn-toolbar::after,.btn-group-vertical > .btn-group::after,.nav::after,.navbar::after,.navbar-header::after,.navbar-collapse::after,.pager::after,.panel-body::after,.modal-header::after,.modal-footer::after {
  clear:both;
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
  display:none!important;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position:relative;
  min-height:1px;
  padding-right:10px;
  padding-left:10px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float:left;
}

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

.col-xs-8 {
  width:66.6667%;
}

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

@media (min-width: 768px) {
  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    float:left;
  }

  .col-sm-12 {
    width:100%;
  }

  .col-sm-11 {
    width:91.66666667%;
  }

  .col-sm-10 {
    width:83.33333333%;
  }

  .col-sm-9 {
    width:75%;
  }

  .col-sm-8 {
    width:66.66666667%;
  }

  .col-sm-7 {
    width:58.33333333%;
  }

  .col-sm-6 {
    width:50%;
  }

  .col-sm-5 {
    width:41.66666667%;
  }

  .col-sm-4 {
    width:33.33333333%;
  }

  .col-sm-3 {
    width:25%;
  }

  .col-sm-2 {
    width:16.66666667%;
  }

  .col-sm-1 {
    width:8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float:left;
  }

  .col-md-12 {
    width:100%;
  }

  .col-md-11 {
    width:91.66666667%;
  }

  .col-md-10 {
    width:83.33333333%;
  }

  .col-md-9 {
    width:75%;
  }

  .col-md-8 {
    width:66.66666667%;
  }

  .col-md-7 {
    width:58.33333333%;
  }

  .col-md-6 {
    width:50%;
  }

  .col-md-5 {
    width:41.66666667%;
  }

  .col-md-4 {
    width:33.33333333%;
  }

  .col-md-3 {
    width:25%;
  }

  .col-md-2 {
    width:16.66666667%;
  }

  .col-md-1 {
    width:8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    float:left;
  }

  .col-lg-12 {
    width:100%;
  }

  .col-lg-11 {
    width:91.66666667%;
  }

  .col-lg-10 {
    width:83.33333333%;
  }

  .col-lg-9 {
    width:75%;
  }

  .col-lg-8 {
    width:66.66666667%;
  }

  .col-lg-7 {
    width:58.33333333%;
  }

  .col-lg-6 {
    width:50%;
  }

  .col-lg-5 {
    width:41.66666667%;
  }

  .col-lg-4 {
    width:33.33333333%;
  }

  .col-lg-3 {
    width:25%;
  }

  .col-lg-2 {
    width:16.66666667%;
  }

  .col-lg-1 {
    width:8.33333333%;
  }
}

@media (min-width: 768px) {
  .nav-justified > li {
    display:table-cell;
    width:1%;
  }

  .nav-justified > li > a {
    margin-bottom:0;
  }

  .navbar {
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
  }

  .navbar-header {
    float:left;
  }

  .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
    margin-right:0;
    margin-left:0;
  }

  .navbar-static-top {
    border-radius:0;
  }

  .navbar-fixed-top,.navbar-fixed-bottom {
    border-radius:0;
  }

  .navbar-nav {
    float:left;
    margin:0;
  }

  .navbar-nav > li {
    float:left;
  }

  .navbar-nav > li > a {
    padding-top:15px;
    padding-bottom:15px;
  }
}

html body {
  font-size:14px;
  width:100%;
  margin:0 auto;
  background-color:rgba(255,153,17,0.5);
}

body:before {
  content:"";
  display:block;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-10;
  background-color:#fff;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

html body .navbar.navbar-default {
  display:block;
  border-radius:0;
  border-left:none;
  border-right:none;
  min-height:initial;
  z-index:9;
  margin-bottom:0;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background-color:rgba(250,250,250,1);
}

html body .navbar.navbar-default .container-fluid {
  padding:2px 0 0;
  max-width:1100px;
}

html body .navbar.navbar-default .container-fluid .navbar-header {
  float:none;
}

html body .navbar.navbar-default .container-fluid .navbar-header .nav.nav-justified li a {
  color:#520000;
  font-family:"HelveticaNeue","Helvetica Neue",sans-serif;
  font-size:14px;
  font-weight:normal;
  padding:7px 0 1px;
  text-transform:uppercase;
  letter-spacing:2px;
  border-bottom:1px solid rgba(255,133,133,0);
}

html body .navbar.navbar-default .container-fluid .navbar-header .nav.nav-justified li a:hover {
  background-color:rgba(250,250,250,1);
  text-decoration:none;
  border-bottom:1px solid #ff8585;
}

html body .navbar.navbar-default .container-fluid .navbar-header .nav.nav-justified li div a {
  border-bottom:0 solid #ff8585!important;
}

html body .header .section {
  font-size:1.5em;
  font-weight:bold;
  position:relative;
  margin:0;
}

.row .store {
  margin-bottom:20px;
  text-decoration:none;
}

.row .store .image {
  position:relative;
  border:2px solid #000000;
  overflow:hidden;
  background-color:#eadd36;
}

.row .store .image img {
  width:100%;
  margin:0 auto;
}

.NewL,.NewR {
  background-repeat:no-repeat;
  background-size:100%;
  height:100px;
  width:100px;
  position:absolute;
}

.NewL {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/507-330-545-888-10127615.png);
  left:0;
}

.NewR {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/156-397-940-593-10127609.png);
  right:0;
}

.row .store .image .caption {
  visibility:hidden;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  width:100%;
  height:100%;
  text-align:center;
  opacity:0;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.row .store .image .caption:hover {
  background:content-box rgba(0,0,0,0.6);
  opacity:1;
  filter:alpha(opacity=100);
}

.row .store .image .caption .title {
  color:#F91;
  text-transform:uppercase;
  padding-top:5px;
  font-size:17px;
  font-weight:600;
  letter-spacing:1px;
}

.row .store .image .caption .deion {
  font-size:14px;
  padding:5px 20px;
  font-weight:normal;
  color:white;
  letter-spacing:1px;
  z-index:10!important;
}

.row .store .image .caption .purchase {
  color:#fff;
  text-shadow:1px 1px 1px #000;
  box-shadow:inset 0 0 1px #000;
  -webkit-box-shadow:inset 0 0 1px #000;
  -moz-box-shadow:inset 0 0 1px #000;
  font-size:1.4em;
  font-weight:bold;
  padding:1%;
  width:25%;
  margin:10px auto;
  text-transform:uppercase;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  background:linear-gradient(to bottom,#F91 0%,#ffefb4 100%);
  background:-moz-linear-gradient(to bottom,#F91 0%,#ffefb4 100%);
  background:-webkit-gradient(to bottom,#F91 0%,#ffefb4 100%);
  background:-webkit-linear-gradient(to bottom,#F91 0%,#ffefb4 100%);
  background:-o-linear-gradient(to bottom,#F91 0%,#ffefb4 100%);
  background:-ms-linear-gradient(to bottom,#F91 0%,#ffefb4 100%);
  border:2px solid #520000;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.row .store .image .caption .purchase:hover {
  color:#520000;
  text-shadow:1px 1px 1px #fff;
  transform:scale(1.10);
  -webkit-transform:scale(1.10);
}

.row .store .desc {
  text-align:left;
  color:#000;
  border-left:2px solid #000;
  border-right:2px solid #000;
  border-bottom:2px solid #000;
  background:#f9f9f9;
  padding:0 0 0 5px;
}

.row .store .desc .name {
  display:block;
  height:20px;
  font-size:18px;
  color:#ff9911;
  font-weight:600;
  letter-spacing:1px;
}

.row .store .desc .info {
  font-size:15px;
}

.row .store .desc .buy {
  color:white;
  letter-spacing:1px;
  font-weight:bold;
  display:block;
  float:right;
  margin:-3px 0 0;
  border-left:2px solid #000;
  border-top:2px solid #000;
  background-color:#000;
  border-radius:10px 0 0 0;
  -webkit-border-radius:10px 0 0 0;
  -moz-border-radius:10px 0 0;
  -o-border-radius:10px 0 0 0;
  padding:3px 6px 1px 8px;
  font-size:14px;
  text-transform:uppercase;
}

.row .store .desc .buy:hover {
  background:#fff;
  color:#000;
  border-left:2px solid black;
  border-top:2px solid black;
  text-shadow:0 0 1px rgba(255,165,41,0.75);
}

.row .store:hover .caption {
  visibility:visible;
}

html,body,.profile_section_content {
  margin:0;
  padding:0;
}

a {
  color:black;
}

#unix_last_broadcast_container,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#footer_bar,#profile_comments,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#tags_container,#occupation_container,#profile_interests_content,#friends_container,#favorite_models_container,a[href="#wall"],#profile_friends,#automobile_container,#pets_container,#favorite_food_container,#school_container,#city_container,#profile_schedule,#profile_featured_video_content,#profile_header_container > .heading,#profile_header_container > #blurb_container,#profile_header_container > #unix_last_updated_container,#member_type_value {
  display:none!important;
}

#member_status_value::after {
  content:" - ";
}

#profile_header_container {
  min-height:0;
}

#profile_schedule .container {
  position:relative;
  display:inline-block;
  width:11%;
  height:100px;
  padding:5px;
  margin:20px 1% 0;
}

#profile_schedule .label {
  display:block;
  width:100%;
  font-size:20px;
  letter-spacing:1px;
  text-align:center;
}

#profile_schedule .value {
  position:relative;
  display:inline-block;
  font-size:16px;
  line-height:1em;
  margin-top:3px;
  text-align:center;
}

#profile_schedule {
  background-color:rgba(255,153,17,0.5);
  padding-top:42px;
}

#schedule_day_0_container,#schedule_day_1_container,#schedule_day_2_container,#schedule_day_3_container,#schedule_day_4_container,#schedule_day_5_container,#schedule_day_6_container,#schedule_converted {
  margin:0 auto;
  display:block;
}

#schedule_day_0_container {
  margin-left:4.4%!important;
}

#schedule_day_1_container {
  width:11.5%!important;
}

.emphasis {
  font-weight:normal;
}

.emphasis:nth-child(1) {
  text-transform:lowercase;
}

#schedule_converted {
  text-align:center;
  font-weight:300;
  font-size:17px;
  letter-spacing:1px;
  padding:3px 0 30px;
}

#cboxOverlay {
  background:rgba(0,0,0,0.65);
}

#gallery_password_form_modal {
  padding:20px 0 0;
  text-align:center;
}

#cboxLoadedContent {
  height:auto!important;
  padding-bottom:30px;
}

#protected_gallery_name {
  color:#520000;
  font-size:22px;
}

#profile_photo_galleries {
  padding-bottom:10px!important;
}

#profile_password_photo_galleries,#profile_photo_galleries,#photo_galleries .profile_section,#password_photo_galleries .profile_section {
  display:none;
  padding:0;
  margin:0 auto;
  background-color:rgba(255,153,17,0.5);
  width:100%;
  color:white;
}

#profile_password_photo_galleries:target,#password_photo_galleries:target .profile_section {
  height:0;
}

.photo_gallery .images {
  padding:40px 55px 50px;
  margin-top:-2px;
}

.photo_gallery .images > a > img {
  margin:5px 8px 5px 9px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border:2px solid #520000;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.photo_gallery .images > a > img:hover {
  transform:scale(1.10);
  -webkit-transform:scale(1.10);
  border:2px solid #fbff00;
}

.holder {
  margin:0!important;
}

#password_photo_gallery_control {
  display:none;
}

.photo_gallery_name {
  color:#520000;
  font-size:18px;
  letter-spacing:2px;
}

.photo_gallery_link {
  display:inline-block;
  margin:6px;
}

.photo_gallery_name a {
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  color:#520000;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,0);
}

.photo_gallery_name a:hover,.photo_gallery_name a:focus {
  color:#520000;
  text-decoration:none;
  border-bottom:1px solid #000;
}

.photo_gallery_preview:hover > .photo_gallery_name a {
  border-bottom:1px solid #000;
}

.photo_gallery_previews {
  width:650px;
  margin:0 auto;
}

.photo_gallery_count {
  color:#520000;
  font-size:1.1em;
}

.profile_section_content .heading {
  text-align:center;
  padding:0;
  margin:0;
  color:#333;
  font-size:45px;
  letter-spacing:3px;
  font-weight:300;
  background-color:#f1efef;
  border-top:1px solid rgba(82,0,0,0.2);
  border-bottom:1px solid rgba(82,0,0,0.2);
  box-shadow:0 0 5px #000;
  -webkit-box-shadow:0 0 5px #000;
  -moz-box-shadow:0 0 5px #000;
  -ms-box-shadow:0 0 5px #000;
}

.photo_gallery_image {
  border:2px solid #520000;
  border-radius:25px 0 25px 0;
  -webkit-border-radius:25px 0 25px 0;
  -moz-border-radius:25px 0 25px 0;
  -o-border-radius:25px 0 25px 0;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.photo_gallery_image:hover {
  border-radius:0 25px 0 25px;
  -webkit-border-radius:0 25px 0 25px;
  -moz-border-radius:0 25px 0 25px;
  -o-border-radius:0 25px 0 25px;
  border:2px solid #fbff00;
}

.photo_gallery_preview {
  width:170px;
  margin:30px 20px;
}

.profile_section_content {
  z-index:auto;
}

#profile_header_container {
  margin:0;
  min-height:0;
}

#about_me_container {
  display:block;
  margin:0;
}

#about_me_value {
  display:block;
}

.hidden {
  display:none;
}

a:hover {
  color:inherit;
}

@media (max-width: 2100px) {
  html body {
    font-size:16px;
  }
}

@media (max-width: 1700px) {
  html body {
    font-size:16px;
  }
}

@media (max-width: 1380px) {
  html body {
    font-size:16px;
  }
}

@media (max-width:767px) {
  html body {
    width:100%;
    overflow-x:hidden;
  }

  html body .navbar.navbar-default {
    position:relative;
  }
}

.fake-tab {
  display:block;
}

#fixed_background {
  display:block;
  height:initial;
  width:initial;
}

.tabs {
  width:100%;
  margin-bottom:-15px;
}

.tabs > .tab {
  width:100%;
  height:0;
  clear:both;
  padding:0;
  visibility:hidden;
  opacity:0;
  text-align:center;
  overflow:hidden;
  transition:visibility 0s,opacity 1s linear;
}

#fixed_background:target ~ #profile .navbar .container-fluid .navbar-header .nav > li:nth-child(1) a,.fake-tab:target ~ .navbar .container-fluid .navbar-header .nav > li:nth-child(1) a {
  font-weight:normal!important;
  background-color:transparent;
  text-decoration:none;
  border-bottom:1px solid rgba(255,133,133,0);
}

.fake-tab:target ~ .tabs > .tab:first-of-type,#fixed_background:target ~ #profile .tabs > .tab:first-of-type {
  height:0;
  visibility:hidden;
  opacity:0;
  padding:0;
}

.fake-tab ~ .tabs > .tab:first-of-type,#store:target ~ .tabs > .tab#store-tab,#club:target ~ .tabs > .tab#club-tab,#onlyfans:target ~ .tabs > .tab#onlyfans-tab,#solovideos:target ~ .tabs > .tab#solovideos-tab,#bgvideos:target ~ .tabs > .tab#bgvideos-tab,#ggvideos:target ~ .tabs > .tab#ggvideos-tab,#games:target ~ .tabs > .tab#events-tab,#photos:target ~ .tabs > .tab#photos-tab,#private:target ~ .tabs > .tab#private-tab,#profiles:target ~ .tabs > .tab#profiles-tab,#videos:target ~ .tabs > .tab#videos-tab,#fixed_background:target ~ #profile .tabs > .tab#info-tab {
  padding:0;
  height:auto;
  visibility:visible;
  opacity:1;
  filter:alpha(opacity=100);
}

#fixed_background:target ~ #profile #profile_password_photo_galleries,#fixed_background:target ~ #profile #profile_featured_video_content,#fixed_background:target ~ #profile #profile_photo_galleries,#fixed_background:target ~ #profile #photo_galleries .profile_section,#fixed_background:target ~ #profile #password_photo_galleries .profile_section,#fixed_background:target ~ #profile #profile_schedule {
  display:block!important;
}

.fake-tab ~ .navbar .container-fluid .navbar-header .nav > li:nth-child(1) a,#store:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#store"],#club:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#club"],#onlyfans:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#onlyfans"],#solovideos:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#solovideos"],#solovideos:target ~ .navbar .container-fluid .navbar-header .nav > li:nth-child(5) a,#bgvideos:target ~ .navbar .container-fluid .navbar-header .nav > li:nth-child(5) a,#ggvideos:target ~ .navbar .container-fluid .navbar-header .nav > li:nth-child(5) a,#photos:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#photos"],#games:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#games"],#private:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#private"],#profiles:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#profiles"],#videos:target ~ .navbar .container-fluid .navbar-header .nav > li a[href$="#videos"],#fixed_background:target ~ #profile .navbar .container-fluid .navbar-header .nav > li a[href$="#fixed_background"] {
  background-color:rgba(250,250,250,1);
  font-weight:bold!important;
  text-decoration:none;
  border-bottom:1px solid rgba(250,250,250,0);
}

.nav > li > .social > a:hover {
  background-color:rgba(200,200,200,0)!important;
}

.socialTwo {
  position:absolute;
  z-index:8;
  top:60px;
  left:10px;
  width:80px;
}

.socialslide {
  padding:4px;
  -ms-transition:-ms-transform .3s ease-in-out;
  -o-transition:-o-transform .3s ease-in-out;
  -webkit-transition:-webkit-transform .3s ease-in-out;
  transition:transform .3s ease-in-out;
  border-radius:40px;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
}

.socialslide:hover {
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg);
}

/* SOCIAL SLIDER SIZES  */
@media (max-width: 767px) {
  .socialslide {
    width:50px;
  }
}

@media (min-width: 768px) {
  .socialslide {
    width:50px;
  }
}

@media (min-width: 992px) {
  .socialslide {
    width:65px;
  }
}

@media (min-width: 1200px) {
  .socialslide {
    width:80px;
  }
}

.tab img {
  margin-bottom:0;
}

.footerbar {
  background:#f1efef;
  border-top:1px solid #CACACA;
  bottom:0;
  position:fixed;
  width:100%;
  height:24px;
  -webkit-transform:translateZ(0);
  z-index:20;
  padding-bottom:1px;
  padding-top:1px;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,0.1);
}

.footerbar,#status_container,#cam_score_container {
  animation-duration:2s;
  animation-timing-function:ease-out;
  animation-name:slidein-bottom;
  -webkit-animation-duration:2s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-bottom;
  -moz-animation-duration:2s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-bottom;
  -o-animation-duration:2s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-bottom;
}

#status_container {
  position:fixed;
  z-index:30;
  margin:0 10px;
  bottom:-1px;
}

#status_container .label {
  min-width:40px;
}

#profile_header_container {
  min-height:0;
}

#cam_score_container {
  position:fixed;
  bottom:0;
  z-index:25;
  margin:0 auto 1px;
  display:inline-block;
  width:100%;
  text-align:center;
}

#cam_score_label {
  padding-bottom:0;
  display:inline;
  margin-right:0;
  text-align:center;
}

#cam_score_value {
  color:#ff7a00!important;
  display:inline;
}

#member_message_value {
  z-index:40!important;
  display:inline-block!important;
}

.author {
  margin-right:10px;
  position:fixed;
  bottom:2px;
  right:0;
  z-index:40;
}

.footerbar,.author,#cam_score_value,#cam_score_label,#status_value,#status_label,#cam_score_container,#status_container,#status_container .label {
  color:#520000;
  font-weight:normal;
  font-size:15px!important;
  letter-spacing:1px;
}

#profile_header_container a,#profile_header_container a:visited,.author a,.author a:visited {
  text-decoration:none;
  color:#ff7a00;
}

#profile_header_container a:hover,#profile_header_container a:focus,.author a:hover,.author a:focus {
  text-decoration:none;
  color:#520000;
}

@media (max-width: 1200px) {
  .author {
    display:none;
  }

  #cam_score_container {
    padding-right:10px!important;
    text-align:right!important;
  }
}

@-webkit-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

@-moz-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

@-o-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

@keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

#imageslider {
  width:100%;
  height:auto;
  margin:0 auto;
  background:#F2F0F1;
  overflow:visible;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  position:relative;
}

#holder {
  overflow:hidden;
  height:auto;
  width:500%;
}

#imageslider ul {
  height:auto;
  list-style:none;
  padding:0;
  margin:0;
  -moz-animation:slide-animation 20s infinite;
  -webkit-animation:slide-animation 20s infinite;
  -o-animation:slide-animation 20s infinite;
  animation:slide-animation 20s infinite;
  -webkit-animation-delay:2s;
  animation-delay:2s;
  position:relative;
  right:0;
  float:right;
}

#imageslider li {
  display:inline;
  margin:0;
  padding:0;
  float:left;
  width:20%;
}

.img-slider {
  display:inline;
  width:100%;
  height:auto;
}

@-webkit-keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }

  15% {
    right:0;
    opacity:1;
  }

  17.5% {
    right:20%;
    opacity:.5;
  }

  20% {
    right:20%;
    opacity:1;
  }

  35% {
    right:20%;
    opacity:1;
  }

  37.5% {
    right:40%;
    opacity:.5;
  }

  40% {
    right:40%;
    opacity:1;
  }

  55% {
    right:40%;
    opacity:1;
  }

  57.5% {
    right:60%;
    opacity:.5;
  }

  60% {
    right:60%;
    opacity:1;
  }

  75% {
    right:60%;
    opacity:1;
  }

  77.5% {
    right:80%;
    opacity:.5;
  }

  80% {
    right:80%;
    opacity:1;
  }

  95% {
    right:80%;
    opacity:1;
  }

  97.5% {
    right:0;
    opacity:.5;
  }

  100% {
    right:0;
    opacity:1;
  }
}

@-moz-keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }

  15% {
    right:0;
    opacity:1;
  }

  17.5% {
    right:20%;
    opacity:.5;
  }

  20% {
    right:20%;
    opacity:1;
  }

  35% {
    right:20%;
    opacity:1;
  }

  37.5% {
    right:40%;
    opacity:.5;
  }

  40% {
    right:40%;
    opacity:1;
  }

  55% {
    right:40%;
    opacity:1;
  }

  57.5% {
    right:60%;
    opacity:.5;
  }

  60% {
    right:60%;
    opacity:1;
  }

  75% {
    right:60%;
    opacity:1;
  }

  77.5% {
    right:80%;
    opacity:.5;
  }

  80% {
    right:80%;
    opacity:1;
  }

  95% {
    right:80%;
    opacity:1;
  }

  97.5% {
    right:0;
    opacity:.5;
  }

  100% {
    right:0;
    opacity:1;
  }
}

@-o-keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }

  15% {
    right:0;
    opacity:1;
  }

  17.5% {
    right:20%;
    opacity:.5;
  }

  20% {
    right:20%;
    opacity:1;
  }

  35% {
    right:20%;
    opacity:1;
  }

  37.5% {
    right:40%;
    opacity:.5;
  }

  40% {
    right:40%;
    opacity:1;
  }

  55% {
    right:40%;
    opacity:1;
  }

  57.5% {
    right:60%;
    opacity:.5;
  }

  60% {
    right:60%;
    opacity:1;
  }

  75% {
    right:60%;
    opacity:1;
  }

  77.5% {
    right:80%;
    opacity:.5;
  }

  80% {
    right:80%;
    opacity:1;
  }

  95% {
    right:80%;
    opacity:1;
  }

  97.5% {
    right:0;
    opacity:.5;
  }

  100% {
    right:0;
    opacity:1;
  }
}

@keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }

  15% {
    right:0;
    opacity:1;
  }

  17.5% {
    right:20%;
    opacity:.5;
  }

  20% {
    right:20%;
    opacity:1;
  }

  35% {
    right:20%;
    opacity:1;
  }

  37.5% {
    right:40%;
    opacity:.5;
  }

  40% {
    right:40%;
    opacity:1;
  }

  55% {
    right:40%;
    opacity:1;
  }

  57.5% {
    right:60%;
    opacity:.5;
  }

  60% {
    right:60%;
    opacity:1;
  }

  75% {
    right:60%;
    opacity:1;
  }

  77.5% {
    right:80%;
    opacity:.5;
  }

  80% {
    right:80%;
    opacity:1;
  }

  95% {
    right:80%;
    opacity:1;
  }

  97.5% {
    right:0;
    opacity:.5;
  }

  100% {
    right:0;
    opacity:1;
  }
}

.pause:hover > .pausebutton {
  opacity:1;
  filter:alpha(opacity=100);
  z-index:1;
}

.pause > img {
  padding-top:52px;
  width:100px;
  left:10PX;
}

.pausebutton {
  opacity:0;
  position:absolute;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.pause:hover > #imageslider ul {
  -webkit-animation-play-state:paused;
  animation-play-state:paused;
}

.Header,.VideoHeader {
  margin-top:20px;
  padding-bottom:10px;
  font-size:45px;
  letter-spacing:3px;
  font-weight:300;
}

#protected_gallery_name:before,#protected_gallery_name:after {
  content:" ? ";
  color:#f91;
}

.Dash {
  border-bottom:2px dashed #f91;
}

.AboutWrapper {
  display:inline-block;
  padding:0;
  width:100%;
  background:rgba(255,153,17,0.5);
  height:150px;
  position:relative;
  margin:0 auto -4px;
}

.VideoSub {
  display:inline-block;
  height:35px;
  width:100%;
  padding-top:2px;
  text-transform:none;
  font-weight:300;
  letter-spacing:3px;
  padding-bottom:10px;
  font-size:16px!important;
}

.VideoSub > a {
  color:#520000;
  padding:0 10px 2px;
  border-bottom:1px solid rgba(255,255,255,0);
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
  text-transform:uppercase;
}

.VideoSub > a:link,.VideoSub > a:visted {
  text-decoration:none;
}

.VideoSub > a:hover,.VideoSub > a:focus {
  border-bottom:1px solid #ff8585;
  text-decoration:none;
}

.VideoSub .Selected {
  text-decoration:none;
  border-bottom:1px solid rgba(255,155,22,0)!important;
  font-weight:bold;
}

/******  CLUBS  *******/
.Clubs {
  display:inline-block;
  width:1050px;
  padding:0 75px;
}

.KittenClub {
  margin:40px 0;
}

.ClubIMG {
  display:inline-block;
  width:300px;
  height:300px;
  background-repeat:no-repeat;
  background-size:100%;
}

.KittenIMG {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/876-349-905-631-14472228.png);
}

.ExplorerIMG {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/244-849-292-961-14472229.png);
}

.ClubTXT {
  display:inline-block;
  width:585px;
  vertical-align:top;
}

.ExplorersClub {
  margin:40px 0 200px;
}

.Ctitle {
  font-size:40px;
  margin:5px 0;
}

.Ctitle > span {
  font-size:25px;
  font-weight:300;
  color:#e9c3a9;
}

.Cleft {
  padding-right:215px;
}

.Cright {
  text-align:right;
  margin-right:36px;
}

.CJoin {
  border:1px solid #d19559;
  border-radius:15px;
  display:inline-block;
  color:#fff;
  background-color:#2d111d;
  -webkit-transition:all .1s ease-in-out .1s;
  -moz-transition:all .1s ease-in-out .1s;
  -o-transition:all .1s ease-in-out .1s;
  -ms-transition:all .1s ease-in-out .1s;
  transition:all .1s ease-in-out .1s;
  letter-spacing:2px;
  text-transform:uppercase;
}

.CjoinK {
  margin:5px 0 15px -210px;
  width:295px;
}

.CjoinE {
  margin:5px 0 15px 140px;
  width:378px;
}

.CJoin:hover {
  background-color:#edc3b2;
  color:#000;
}

.CcaptL,.CcaptR {
  font-size:17px;
  font-weight:600;
  font-style:italic;
}

.CcaptL {
  text-align:left;
  padding-left:40px;
}

.CcaptR {
  text-align:right;
  padding-right:40px;
}

.KittenClub > div ul,.ExplorersClub div > ul {
  list-style-type:circle;
}

.KittenClub > div > ul {
  text-align:left;
}

.KittenClub > div > ul > li {
}

.ExplorersClub > div > ul {
  direction:rtl;
  text-align:right;
}

.ExplorersClub > div > ul > li {
}

.cat:before {
  content:"????";
}

.giraffe:before {
  content:"????";
}

/******  ONLYFANS  *******/
.ofheart::after {
  content:"?";
  color:#01aced;
}

.ofblock {
  font-weight:300;
  font-size:20px;
  margin:0 auto 10px;
  width:960px;
}

.ofjoin {
  width:960px;
}

.ofstats {
  font-size:20px;
}

.ofstats > span {
  margin-right:25px;
}

.ofaccs {
  display:inline-block;
  margin:35px auto 0;
  padding-bottom:50px;
}

.ofaccs > table {
  margin:0 25px;
  float:left;
  text-align:left;
}

.ofaccs > table > tbody tr td {
  font-size:18px;
}

.oftypes {
  font-weight:300;
  font-size:28px;
  margin-bottom:-10px;
  display:inline-block;
}

.oftypes > span {
  font-weight:400;
}

.oflinks {
  font-weight:500;
  font-style:italic;
  margin-bottom:5px;
  display:inline-block;
}

.oflinks a:link,.oflinks a:visited {
  color:#01aced;
}

.oflinks a:hover,.ofaccs > table > a:focus {
  color:#000000;
}

#club-tab {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/678-792-321-855-14472230.jpg);
  color:white;
}

/******  START - TIP MENU  *******/
.tmholder {
  width:45%;
  margin:0 auto;
  text-align:center;
  display:inline-block;
  vertical-align:top;
  min-width:495px;
  max-width:575px;
}

.tmname {
  text-align:left;
  padding-left:10px;
  font-size:30px;
  font-weight:400;
  letter-spacing:5px;
  border-bottom:1px solid #ff9911;
}

.tmblock {
  width:80%;
  display:inline-block;
  padding:0 5px;
  vertical-align:top;
  margin:5px 0 15px;
}

.tmblock a {
  color:#382F32;
}

.tmblock a:hover > .tmitem,.tmblock a:hover > .tmprice {
  background:#ff99112b;
}

.tmitem {
  width:75%;
  float:left;
  text-align:left;
  padding:2px 0 2px 10px;
}

.tmprice {
  width:25%;
  float:right;
  text-align:right;
  padding:2px 10px 2px 0;
}

.tmprice:after {
  content:" Tks";
}

.na {
  text-decoration:line-through;
}

#wwblock {
  display:inline-block;
  margin:30px 0;
  width:100%;
  height:110px;
}

.gift {
  font-weight:400;
  font-size:18px;
  letter-spacing:2px;
}

.wwlogo {
  display:inline-block;
  height:70px;
  width:600px;
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/874-657-771-325-13640732.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position:bottom center;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.wwlogo:hover {
  opacity:.6;
  filter:alpha(opacity=60);
}

/******  END - TIP MENU  *******/
/******  START - GAMES  *******/
.GameWrapper {
  display:inline-block;
  width:100%;
  margin-bottom:-4px;
}

.pvts {
  margin:0 auto;
  display:inline-block;
}

.pvtblock {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/742-862-265-629-13625107.png);
  background-repeat:no-repeat;
  background-size:36%;
  background-position:bottom -10px right;
  height:230px;
  width:960px;
  padding:10px 175px 0 0;
}

.pvtblock > a > span {
  border:2px solid #ff9911;
  padding:3px 15px;
  color:#ffebd8;
  background-color:#333333;
  text-transform:uppercase;
  margin:0 5px;
  letter-spacing:1px;
  font-weight:600;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.pvtblock > a > span:hover {
  color:#000;
  background-color:#fff;
}

.pvtblock a:link,.pvtblock a:visited,.pvtblock a:hover,.pvtblock a:focus {
  text-decoration:none;
}

.cal {
  margin-top:10px;
  padding:0 0 40px;
}

.cal > table {
  margin:0 auto;
  width:90%;
}

.cal > table > tbody > tr > th > span > a:link,.cal > table > tbody > tr > th > span > a:visited {
  color:#ff9911;
  text-decoration:none;
}

.cal > table > tbody > tr > th > span > a:hover,.cal > table > tbody > tr > th > span > a:active {
  color:#000000;
  text-decoration:underline;
}

.month {
  font-weight:300;
  font-size:38px;
  height:60px!important;
  background-color:#ffffff00!important;
  display:inline!important;
  box-shadow:0 0 0 0 #fff!important;
  -webkit-box-shadow:0 0 0 0 #fff!important;
  -moz-box-shadow:0 0 0 0 #fff!important;
  -ms-box-shadow:0 0 0 0 #fff!important;
}

.day {
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:20px;
  background-color:#f913;
  height:auto!important;
  background-color:#fff0!important;
  box-shadow:0 0 0 0 #fff!important;
  -webkit-box-shadow:0 0 0 0 #fff!important;
  -moz-box-shadow:0 0 0 0 #fff!important;
  -ms-box-shadow:0 0 0 0 #fff!important;
}

.old {
  background-color:#e4e4e48c!important;
  box-shadow:0 0 0 #000!important;
}

.invis {
  background-color:#fff0!important;
  box-shadow:0 0 0 #00000000!important;
  -webkit-box-shadow:0 0 0 #00000000!important;
  -moz-box-shadow:0 0 0 #00000000!important;
  -ms-box-shadow:0 0 0 #00000000!important;
}

.cal > table > tbody > tr > th {
  display:inline-block;
  margin:2px 3px;
  width:12.5%;
  height:120px;
  background-color:#fffaf5;
  max-width:180px;
  padding:2px;
  overflow:hidden;
  box-shadow:1px 1px 4px #00000042;
  -webkit-box-shadow:-1px 2px 2px 1px 1px 4px #00000042;
  -moz-box-shadow:-1px 2px 2px 1px 1px 4px #00000042;
  -ms-box-shadow:-1px 2px 2px 1px 1px 4px #00000042;
}

.cal > table > tbody > tr > th > span:first-child {
  display:inline-block;
  width:100%;
  height:22px;
  text-align:right;
  color:#000;
  letter-spacing:1px;
  font-weight:400;
}

.cal > table > tbody > tr > th > span:nth-child(2) {
  display:inline-block;
  font-weight:400;
  padding:4px;
}

.cross {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/968-771-336-593-11596944.png);
  background-repeat:no-repeat;
  background-size:12%;
  background-position:top 5px left 5px;
}

.check {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/613-606-294-507-11596963.png);
  background-repeat:no-repeat;
  background-size:12%;
  background-position:top 5px left 5px;
}

.OF {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/275-531-928-783-13950242.png);
  background-repeat:no-repeat;
  background-size:12%;
  background-position:top 5px left 5px;
}

.myschedule {
  display:block;
  padding:20px 0;
  font-weight:300;
  letter-spacing:3px;
  font-size:18px;
  text-transform:uppercase;
}

.myschedule > span {
  padding-left:34px;
  display:inline-block;
  margin:0 auto;
  background-position:0;
  background-size:5%;
}

.myschedule > span:first-child {
  background-size:7%;
}

.myschedule a:link,.myschedule a:visited {
  border-bottom:1px solid #fff0;
}

.myschedule a:hover,.myschedule a:focus {
  border-bottom:1px solid #f91;
}

.vid {
  width:350px;
  display:inline-block;
}

.mfcshare {
  font-size:20px;
  font-weight:400;
}

.video-preview-time-indicator {
  display:none;
}

.row > iframe,.Subvids > iframe {
  max-width:1250px;
}

/* SOLO VIDEO SECTION */
@media (min-width: 1px) {
  .solovidrow {
    height:15250px;
  }
}

@media (min-width: 1182px) {
  .solovidrow {
    height:9100px;
  }
}

@media (min-width: 1427px) {
  .solovidrow {
    height:6320px;
  }
}

/* BOYGIRL VIDEO SECTION */
@media (min-width: 1px) {
  .bgvidrow {
    height:3280px;
  }
}

@media (min-width: 1182px) {
  .bgvidrow {
    height:2240px;
  }
}

@media (min-width: 1427px) {
  .bgvidrow {
    height:1850px;
  }
}

@media (min-width: 1px) {
  .bgvidframe1 {
    height:400px;
  }
}

@media (min-width: 1182px) {
  .bgvidframe1 {
    height:380px;
  }
}

@media (min-width: 1427px) {
  .bgvidframe1 {
    height:350px;
  }
}

@media (min-width: 1px) {
  .bgvidframe2 {
    height:2110px;
  }
}

@media (min-width: 1182px) {
  .bgvidframe2 {
    height:1400px;
  }
}

@media (min-width: 1427px) {
  .bgvidframe2 {
    height:1050px;
  }
}

@media (min-width: 1px) {
  .bgvidframe3 {
    height:700px;
  }
}

@media (min-width: 1182px) {
  .bgvidframe3 {
    height:380px;
  }
}

@media (min-width: 1427px) {
  .bgvidframe3 {
    height:400px;
  }
}

/* SUBSCRIBER VIDEO SECTION */
@media (min-width: 767px) {
  .subvidframe1 {
    height:300px;
  }
}

/* AANPASSEN */
@media (min-width: 768px) {
  .subvidframe1 {
    height:300px;
  }
}

/* AANPASSEN */
@media (min-width: 992px) {
  .subvidframe1 {
    height:350px;
  }
}

/* AANPASSEN */
@media (min-width: 1192px) {
  .subvidframe1 {
    height:350px;
  }
}

/* AANPASSEN */
@media (min-width: 1474px) {
  .subvidframe1 {
    height:350px;
  }
}

/* AANPASSEN */
@media (min-width: 767px) {
  .subvidframe2 {
    height:940px;
  }
}

/* AANPASSEN */
@media (min-width: 768px) {
  .subvidframe2 {
    height:940px;
  }
}

/* AANPASSEN */
@media (min-width: 992px) {
  .subvidframe2 {
    height:1110px;
  }
}

/* AANPASSEN */
@media (min-width: 1192px) {
  .subvidframe2 {
    height:810px;
  }
}

/* AANPASSEN */
@media (min-width: 1474px) {
  .subvidframe2 {
    height:500px;
  }
}

/* AANPASSEN */
@media (min-width: 1px) {
  .subvidframe3 {
    height:1830px;
  }
}

@media (min-width: 1182px) {
  .subvidframe3 {
    height:1145px;
  }
}

@media (min-width: 1427px) {
  .subvidframe3 {
    height:815px;
  }
}

/* GIRLGIRL VIDEO SECTION */
@media (min-width: 1px) {
  .ggvidrow {
    height:1990px;
  }
}

@media (min-width: 1182px) {
  .ggvidrow {
    height:1300px;
  }
}

@media (min-width: 1427px) {
  .ggvidrow {
    height:970px;
  }
}

/* PHOTO SECTION */
@media (min-width: 1px) {
  .photorow {
    height:2460px;
  }
}

@media (min-width: 1182px) {
  .photorow {
    height:1460px;
  }
}

@media (min-width: 1427px) {
  .photorow {
    height:1100px;
  }
}

/* ROW HEIGHTS SECTION */
.solovidframe,.ggvidframe,.photoframe {
  height:100%;
}

/* SHARE NOTICE */
.MFCShareLogin {
  font-size:20px;
  font-weight:400;
  margin:-15px 0 15px;
}

.MFCShareLogin::before {
  content:"> > ";
  color:#FF9911;
  font-size:24px;
}

.MFCShareLogin::after {
  content:" < <";
  color:#FF9911;
  font-size:24px;
}

.MFCShareLogin a:link,.MFCShareLogin a:visited {
  text-decoration:none;
  border-bottom:1px solid #FF9911;
}

.MFCShareLogin a:hover,.MFCShareLogin a:focus {
  text-decoration:none;
  border-bottom:1px solid #000;
}

.vc {
  background-color:#00b3c54f!important;
  box-shadow:0 0 0 #000!important;
}

.Gray {
  background-color:#f1f1f1;
}

.White {
  background-color:#ffffff;
}

.mfc_compliance_link {
  font-size:0!important;
  padding-bottom:0!important;
  margin-top:0!important;
}