@charset "UTF-8";

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:#333;
}

a {
  color:#337ab7;
  text-decoration:none;
}

a:hover,a:focus {
  color:#23527c;
  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 {
  padding:15px 5px 0;
  background-color:rgba(255,153,17,0.5);
}

.header_links {
  background-image:url(https://img.mfcimg.com/photos2/182/18282196/194-162-754-423-10412554.png),url(https://img.mfcimg.com/photos2/182/18282196/533-914-499-873-10411990.gif);
  background-repeat:no-repeat,no-repeat;
  background-position:center;
  font-size:0;
  position:absolute;
  width:100%;
  height:100%;
  z-index:100;
  background-color:white;
}

#header_bar {
  padding:0;
  display:inline-block;
  position:fixed;
  width:100%;
  height:100%;
  -moz-animation:load 6s linear;
  -webkit-animation:load 6s linear;
  -o-animation:load 6s linear;
  animation:load 6s 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;
  }
}

html body #videodeals-tab {
  background:rgba(255,153,17,0.5);
}

.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%;
}

.col-xs-offset-2 {
  margin-left:16.6667%;
}

.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:108px;
  padding-bottom:5px;
}

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

.nav > li:last-child > div > a > img {
  height:25px;
  padding: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;
}

.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:#777;
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
  color:#777;
  text-decoration:none;
  cursor:not-allowed;
  background-color:transparent;
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
  border-color:#337ab7;
  background-color:#eee;
}

.nav .nav-divider {
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}

.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 #ddd;
}

.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:#777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
  color:#5e5e5e;
  background-color:transparent;
}

.navbar-default .navbar-text {
  color:#777;
}

.navbar-default .navbar-nav > li > a {
  color:#777;
}

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

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
  color:#555;
  background-color:#e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
  color:#ccc;
  background-color:transparent;
}

.navbar-default .navbar-toggle {
  border-color:#ddd;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background-color:#ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color:#888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  border-color:#e7e7e7;
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
  color:#555;
  background-color:#e7e7e7;
}

.navbar-default .navbar-link {
  color:#777;
}

.navbar-default .navbar-link:hover {
  color:#333;
}

.navbar-default .btn-link {
  color:#777;
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
  color:#333;
}

.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:#ccc;
}

.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;
}

@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%;
  }
  
  .col-sm-pull-12 {
    right:100%;
  }
  
  .col-sm-pull-11 {
    right:91.66666667%;
  }
  
  .col-sm-pull-10 {
    right:83.33333333%;
  }
  
  .col-sm-pull-9 {
    right:75%;
  }
  
  .col-sm-pull-8 {
    right:66.66666667%;
  }
  
  .col-sm-pull-7 {
    right:58.33333333%;
  }
  
  .col-sm-pull-6 {
    right:50%;
  }
  
  .col-sm-pull-5 {
    right:41.66666667%;
  }
  
  .col-sm-pull-4 {
    right:33.33333333%;
  }
  
  .col-sm-pull-3 {
    right:25%;
  }
  
  .col-sm-pull-2 {
    right:16.66666667%;
  }
  
  .col-sm-pull-1 {
    right:8.33333333%;
  }
  
  .col-sm-pull-0 {
    right:auto;
  }
  
  .col-sm-push-12 {
    left:100%;
  }
  
  .col-sm-push-11 {
    left:91.66666667%;
  }
  
  .col-sm-push-10 {
    left:83.33333333%;
  }
  
  .col-sm-push-9 {
    left:75%;
  }
  
  .col-sm-push-8 {
    left:66.66666667%;
  }
  
  .col-sm-push-7 {
    left:58.33333333%;
  }
  
  .col-sm-push-6 {
    left:50%;
  }
  
  .col-sm-push-5 {
    left:41.66666667%;
  }
  
  .col-sm-push-4 {
    left:33.33333333%;
  }
  
  .col-sm-push-3 {
    left:25%;
  }
  
  .col-sm-push-2 {
    left:16.66666667%;
  }
  
  .col-sm-push-1 {
    left:8.33333333%;
  }
  
  .col-sm-push-0 {
    left:auto;
  }
  
  .col-sm-offset-12 {
    margin-left:100%;
  }
  
  .col-sm-offset-11 {
    margin-left:91.66666667%;
  }
  
  .col-sm-offset-10 {
    margin-left:83.33333333%;
  }
  
  .col-sm-offset-9 {
    margin-left:75%;
  }
  
  .col-sm-offset-8 {
    margin-left:66.66666667%;
  }
  
  .col-sm-offset-7 {
    margin-left:58.33333333%;
  }
  
  .col-sm-offset-6 {
    margin-left:50%;
  }
  
  .col-sm-offset-5 {
    margin-left:41.66666667%;
  }
  
  .col-sm-offset-4 {
    margin-left:33.33333333%;
  }
  
  .col-sm-offset-3 {
    margin-left:25%;
  }
  
  .col-sm-offset-2 {
    margin-left:16.66666667%;
  }
  
  .col-sm-offset-1 {
    margin-left:8.33333333%;
  }
  
  .col-sm-offset-0 {
    margin-left:0;
  }
}

@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%;
  }
  
  .col-md-pull-12 {
    right:100%;
  }
  
  .col-md-pull-11 {
    right:91.66666667%;
  }
  
  .col-md-pull-10 {
    right:83.33333333%;
  }
  
  .col-md-pull-9 {
    right:75%;
  }
  
  .col-md-pull-8 {
    right:66.66666667%;
  }
  
  .col-md-pull-7 {
    right:58.33333333%;
  }
  
  .col-md-pull-6 {
    right:50%;
  }
  
  .col-md-pull-5 {
    right:41.66666667%;
  }
  
  .col-md-pull-4 {
    right:33.33333333%;
  }
  
  .col-md-pull-3 {
    right:25%;
  }
  
  .col-md-pull-2 {
    right:16.66666667%;
  }
  
  .col-md-pull-1 {
    right:8.33333333%;
  }
  
  .col-md-pull-0 {
    right:auto;
  }
  
  .col-md-push-12 {
    left:100%;
  }
  
  .col-md-push-11 {
    left:91.66666667%;
  }
  
  .col-md-push-10 {
    left:83.33333333%;
  }
  
  .col-md-push-9 {
    left:75%;
  }
  
  .col-md-push-8 {
    left:66.66666667%;
  }
  
  .col-md-push-7 {
    left:58.33333333%;
  }
  
  .col-md-push-6 {
    left:50%;
  }
  
  .col-md-push-5 {
    left:41.66666667%;
  }
  
  .col-md-push-4 {
    left:33.33333333%;
  }
  
  .col-md-push-3 {
    left:25%;
  }
  
  .col-md-push-2 {
    left:16.66666667%;
  }
  
  .col-md-push-1 {
    left:8.33333333%;
  }
  
  .col-md-push-0 {
    left:auto;
  }
  
  .col-md-offset-12 {
    margin-left:100%;
  }
  
  .col-md-offset-11 {
    margin-left:91.66666667%;
  }
  
  .col-md-offset-10 {
    margin-left:83.33333333%;
  }
  
  .col-md-offset-9 {
    margin-left:75%;
  }
  
  .col-md-offset-8 {
    margin-left:66.66666667%;
  }
  
  .col-md-offset-7 {
    margin-left:58.33333333%;
  }
  
  .col-md-offset-6 {
    margin-left:50%;
  }
  
  .col-md-offset-5 {
    margin-left:41.66666667%;
  }
  
  .col-md-offset-4 {
    margin-left:33.33333333%;
  }
  
  .col-md-offset-3 {
    margin-left:25%;
  }
  
  .col-md-offset-2 {
    margin-left:16.66666667%;
  }
  
  .col-md-offset-1 {
    margin-left:8.33333333%;
  }
  
  .col-md-offset-0 {
    margin-left:0;
  }
}

@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%;
  }
  
  .col-lg-pull-12 {
    right:100%;
  }
  
  .col-lg-pull-11 {
    right:91.66666667%;
  }
  
  .col-lg-pull-10 {
    right:83.33333333%;
  }
  
  .col-lg-pull-9 {
    right:75%;
  }
  
  .col-lg-pull-8 {
    right:66.66666667%;
  }
  
  .col-lg-pull-7 {
    right:58.33333333%;
  }
  
  .col-lg-pull-6 {
    right:50%;
  }
  
  .col-lg-pull-5 {
    right:41.66666667%;
  }
  
  .col-lg-pull-4 {
    right:33.33333333%;
  }
  
  .col-lg-pull-3 {
    right:25%;
  }
  
  .col-lg-pull-2 {
    right:16.66666667%;
  }
  
  .col-lg-pull-1 {
    right:8.33333333%;
  }
  
  .col-lg-pull-0 {
    right:auto;
  }
  
  .col-lg-push-12 {
    left:100%;
  }
  
  .col-lg-push-11 {
    left:91.66666667%;
  }
  
  .col-lg-push-10 {
    left:83.33333333%;
  }
  
  .col-lg-push-9 {
    left:75%;
  }
  
  .col-lg-push-8 {
    left:66.66666667%;
  }
  
  .col-lg-push-7 {
    left:58.33333333%;
  }
  
  .col-lg-push-6 {
    left:50%;
  }
  
  .col-lg-push-5 {
    left:41.66666667%;
  }
  
  .col-lg-push-4 {
    left:33.33333333%;
  }
  
  .col-lg-push-3 {
    left:25%;
  }
  
  .col-lg-push-2 {
    left:16.66666667%;
  }
  
  .col-lg-push-1 {
    left:8.33333333%;
  }
  
  .col-lg-push-0 {
    left:auto;
  }
  
  .col-lg-offset-12 {
    margin-left:100%;
  }
  
  .col-lg-offset-11 {
    margin-left:91.66666667%;
  }
  
  .col-lg-offset-10 {
    margin-left:83.33333333%;
  }
  
  .col-lg-offset-9 {
    margin-left:75%;
  }
  
  .col-lg-offset-8 {
    margin-left:66.66666667%;
  }
  
  .col-lg-offset-7 {
    margin-left:58.33333333%;
  }
  
  .col-lg-offset-6 {
    margin-left:50%;
  }
  
  .col-lg-offset-5 {
    margin-left:41.66666667%;
  }
  
  .col-lg-offset-4 {
    margin-left:33.33333333%;
  }
  
  .col-lg-offset-3 {
    margin-left:25%;
  }
  
  .col-lg-offset-2 {
    margin-left:16.66666667%;
  }
  
  .col-lg-offset-1 {
    margin-left:8.33333333%;
  }
  
  .col-lg-offset-0 {
    margin-left:0;
  }
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-nav {
    float:left;
    margin:0;
  }
  
  .navbar-nav > li {
    float:left;
  }
  
  .navbar-nav > li > a {
    padding-top:15px;
    padding-bottom:15px;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display:block!important;
  }
  
  table.visible-xs {
    display:table!important;
  }
  
  tr.visible-xs {
    display:table-row!important;
  }
  
  th.visible-xs,td.visible-xs {
    display:table-cell!important;
  }
  
  .visible-xs-block {
    display:block!important;
  }
  
  .visible-xs-inline {
    display:inline!important;
  }
  
  .visible-xs-inline-block {
    display:inline-block!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display:block!important;
  }
  
  table.visible-sm {
    display:table!important;
  }
  
  tr.visible-sm {
    display:table-row!important;
  }
  
  th.visible-sm,td.visible-sm {
    display:table-cell!important;
  }
  
  .visible-sm-block {
    display:block!important;
  }
  
  .visible-sm-inline {
    display:inline!important;
  }
  
  .visible-sm-inline-block {
    display:inline-block!important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display:block!important;
  }
  
  table.visible-md {
    display:table!important;
  }
  
  tr.visible-md {
    display:table-row!important;
  }
  
  th.visible-md,td.visible-md {
    display:table-cell!important;
  }
  
  .visible-md-block {
    display:block!important;
  }
  
  .visible-md-inline {
    display:inline!important;
  }
  
  .visible-md-inline-block {
    display:inline-block!important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display:block!important;
  }
  
  table.visible-lg {
    display:table!important;
  }
  
  tr.visible-lg {
    display:table-row!important;
  }
  
  th.visible-lg,td.visible-lg {
    display:table-cell!important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display:block!important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display:inline!important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display:inline-block!important;
  }
}

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

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

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

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

.visible-print {
  display:none!important;
}

@media print {
  .visible-print {
    display:block!important;
  }
  
  table.visible-print {
    display:table!important;
  }
  
  tr.visible-print {
    display:table-row!important;
  }
  
  th.visible-print,td.visible-print {
    display:table-cell!important;
  }
}

.visible-print-block {
  display:none!important;
}

@media print {
  .visible-print-block {
    display:block!important;
  }
}

.visible-print-inline {
  display:none!important;
}

@media print {
  .visible-print-inline {
    display:inline!important;
  }
}

.visible-print-inline-block {
  display:none!important;
}

@media print {
  .visible-print-inline-block {
    display:inline-block!important;
  }
}

@media print {
  .hidden-print {
    display:none!important;
  }
}

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:1000px;
}

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:400;
  padding:7px 0;
  text-transform:uppercase;
  letter-spacing:2px;
}

html body .navbar.navbar-default .container-fluid .navbar-header .nav.nav-justified li a:hover {
  background-color:rgba(250,250,250,1);
  font-weight:700;
  text-decoration:none;
}

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

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

.row .video:hover {
  text-decoration:none;
}

.row .video:hover > div > .caption {
  background-color:rgba(0,0,0,0.6);
  opacity:1;
  filter:alpha(opacity=100);
}

.row .video .image {
  position:relative;
  border:2px solid #000;
}

.row .video .hd {
  display:block;
  position:absolute;
  z-index:1;
  color:#fff;
  font-style:italic;
  right:0;
  bottom:0;
  background:#000;
  padding:0 2px 0 6px;
  font-size:15px;
  border-top-left-radius:4px;
  -webkit-border-top-left-radius:4px;
  -moz-border-top-left-radius:4px;
  -o-border-top-left-radius:4px;
}

.row .video .NewLeft {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/507-330-545-888-10127615.png);
  background-position:top left;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
  width:114px;
  height:114px;
  z-index:1;
}

.row .video .NewRight {
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/156-397-940-593-10127609.png);
  background-position:top right;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  right:0;
  width:114px;
  height:114px;
  z-index:1;
}

.row .video .image img {
  width:100%;
  margin-bottom:0;
}

.row .video .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 .video .image .caption:hover {
  background:content-box rgba(0,0,0,0.6);
  opacity:1;
  filter:alpha(opacity=100);
}

.row .video .image .caption .videotitle {
  color:#F91;
  text-shadow:0 0 1px #000;
  text-transform:uppercase;
  padding-top:1%;
  font-size:1.1em;
  font-weight:700;
}

.row .video .image .caption .deion {
  font-size:1em;
  padding:1% 2%;
  font-weight:400;
  color:#fff;
  letter-spacing:1px;
  z-index:10!important;
}

.row .video .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:700;
  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 .video .image .caption .purchase:hover {
  color:#520000;
  text-shadow:1px 1px 1px #fff;
  transform:scale(1.10);
  -webkit-transform:scale(1.15);
}

.row .video .title {
  text-align:left;
  color:#fff;
  font-size:1.1em;
  border-left:2px solid #000;
  border-right:2px solid #000;
  border-bottom:2px solid #000;
  background:#f9f9f9;
}

.row .video .title .name {
  display:block;
  color:#F91;
  font-size:.9em;
  letter-spacing:1px;
  font-weight:700;
  padding-left:2%;
  margin-bottom:-5px;
  text-transform:uppercase;
}

.row .video .title .length {
  color:#520000;
  padding-left:2%;
  display:inline-block;
}

.row .video .title .length::after {
  content:" Minutes -";
}

.row .video .title .shipping {
  color:#520000;
  padding-left:2%;
  display:inline-block;
}

.row .video .title .price {
  color:#520000;
  display:inline-block;
}

.row .video .title .price::after {
  content:" Tokens";
}

.row .video .title .buy {
  color:#fff;
  letter-spacing:1px;
  font-weight:700;
  display:block;
  position:absolute;
  right:10px;
  bottom:0;
  border:2px solid #000;
  background:#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 3px 0 8px;
  font-size:14px;
  text-transform:uppercase;
}

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

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

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

a {
  color:#000;
}

#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 {
  display:none!important;
}

#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;
  text-align:center;
}

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

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

#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:400;
}

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

#schedule_converted {
  text-align:center;
  font-weight:700;
  font-size:13px;
  text-transform:uppercase;
  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:#fff;
}

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

.photo_gallery .images {
  padding:40px 55px 50px;
}

.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;
  text-transform:uppercase;
  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;
  text-transform:uppercase;
  font-size:22px;
  letter-spacing:2px;
  font-weight:700;
  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;
  -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;
  -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%;
}

.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:400!important;
  background-color:transparent;
  text-decoration:none;
}

.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,#clubs:target ~ .tabs > .tab#clubs-tab,#videos:target ~ .tabs > .tab#videos-tab,#ggvideos:target ~ .tabs > .tab#ggvideos-tab,#solovideos:target ~ .tabs > .tab#solovideos-tab,#videodeals:target ~ .tabs > .tab#videodeals-tab,#tipmenu:target ~ .tabs > .tab#raffles-tab,#raffles:target ~ .tabs > .tab#store-tab,#poolking:target ~ .tabs > .tab#pool-king-tab,#games:target ~ .tabs > .tab#events-tab,#heroes:target ~ .tabs > .tab#highest-tips-tab,#profiles:target ~ .tabs > .tab#profiles-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;
}