body {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-family: 'Open Sans', arial;
  font-weight: 400;
  line-height: 14px;
  padding: 0;
}
.header {
  background: url('/css/img/header.png') repeat-x;
}
.header .logo h1 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin-top: 10px;
  margin-bottom: 2px;
}
.header .logo p,
.header .logo h2 {
  color: #ccc;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
}
.header .logo p a,
.header .logo h2 a {
  color: #ffe;
}
.header .logo .logo-abe {
  background-image: url('/css/img/abe.png');
  display: block;
  float: left;
  width: 111px;
  height: 119px;
}
.header .logo .logo-title {
  background-image: url('/css/img/logo.png');
  display: block;
  width: 265px;
  height: 35px;
  margin-left: -2px;
}
.header .logo div {
  padding-top: 10px;
  padding-left: 6px;
}
.header .member {
  background-repeat: no-repeat;
  float: right;
  text-align: center;
  height: 113px;
  width: 410px;
}
.header .member a {
  color: #fff;
  line-height: 20px;
}
.header .member .join {
  background-image: url('/css/img/member-join.png');
  display: block;
  height: 70px;
  width: 404px;
}
.header .member .join:hover {
  background-position: 0px -70px;
}
.header .member-menu {
  background-image: url('/css/img/member-menu.png');
  font-size: 13px;
}
.header .member-menu a {
  text-decoration: underline;
}
.header .member-menu h2 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.header .member-signup {
  background-image: url('/css/img/member-signup.png');
}
.header .icon-bar {
  background-color: #fff;
}
.header .navbar-collapse {
  width: 100%;
  overflow: visible !important;
  border-top: 0;
  padding-left: 0;
  background-image: url('/css/img/menu.png');
}
.header .navbar-collapse li {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
.header .navbar-collapse li a {
  height: auto;
  background-image: url('/css/img/menu.png');
}
.header .navbar-nav {
  float: left;
  display: inline-table;
  margin: 0 !important;
  padding: 0 !important;
}
.header .navbar-right {
  float: right;
  display: inline-table;
  margin: 0;
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.header .navbar-brand {
  color: #fff;
  font-weight: 600;
  padding: 10px 10px 10px;
  height: 40px;
}
.header .navbar-toggle {
  padding: 10px 20px 10px;
  height: 40px;
  margin: 0;
}
.header .form-search .input-group {
  margin-left: 5px;
  margin-right: 25px;
}
.header .form-search .search-type {
  width: 100px;
  margin-right: 4px;
}
.header .form-search .btn-search {
  width: 35px;
  height: 30px;
}
.main {
  float: right;
  width: 1038px;
}
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  margin-top: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
.main h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.main h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
.main h2.first {
  margin-top: 0px;
}
.main h2 > i {
  margin-right: 5px;
}
.main h3 {
  color: #cccccc;
  font-size: 16px;
  line-height: 20px;
}
.main h3 .glyphicon {
  margin-right: 10px;
}
.main a,
.main a:focus,
.main a:active,
.main a:visited {
  color: #ffdd4f;
  text-decoration: none;
  font-size: 12px;
}
.main a:hover {
  color: #ffdd4f;
  text-decoration: underline;
}
.main p,
.main p>a {
  font-size: 11px;
}
.main p>a:hover {
  text-decoration: underline;
}
.main input,
.main select,
.main textarea {
  font-size: 12px;
}
.submenu {
  display: block;
  width: 120px;
  height: 900px;
  float: left;
}
.footer {
  background-color: #111;
  border-top: 1px #222 solid;
  display: none;
}
.footer a {
  color: #fff;
}
.footer .bottom {
  padding: 10px;
}
.footer .bottom-text {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #999;
  border-top: 1px #111 solid;
  padding-top: 5px;
}
.footer-mobile {
  display: block;
  text-align: center;
  border-top: 1px #333 solid;
  background-color: #111;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-mobile a {
  color: #fff;
}
.mobile-menu {
  display: none;
}
.container {
  width: 1170px;
}
.left {
  text-align: left;
  float: left;
}
.right {
  text-align: right;
  float: right;
}
.center-block {
  display: table !important;
}
.jwoverlay {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.breadcrumb,
.breadcrumb a {
  background: none;
  font-size: 12px;
  padding: 0px;
}
.breadcrumb .glyphicon,
.breadcrumb a .glyphicon {
  margin-right: 5px;
}
.label-inverse,
.badge-inverse {
  font-size: 10px;
  background-color: #333333;
  padding-top: 3px;
}
.navbar {
  background: url('img/menu.png') repeat-x;
  margin-bottom: 10px;
  min-height: 40px !important;
  overflow: hidden;
}
.navbar form {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 330px;
}
.navbar form .input-group-btn select {
  border-radius: 0px;
  margin-left: -1px !important;
}
.navbar form .input-group-btn button {
  margin-left: -4px !important;
}
.navbar .navbar-toggle,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:visited {
  background: none !important;
  background-color: transparent !important;
  border: none;
}
.navbar-nav {
  border-right: 1px solid #f00;
}
.navbar-nav li {
  border-left: 1px solid #f00;
  border-right: 1px solid #300;
}
.navbar-nav li a,
.navbar-nav li a:active,
.navbar-nav li a:visited,
.navbar-nav li a:focus {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-decoration: none;
  text-shadow: 1px 1px 1px black;
  filter: dropshadow(color=#000000,offx=1,offy=1);
}
.navbar-nav li a:hover {
  background: url('img/menu.png');
  background-position: 0px -40px;
}
.navbar-nav li:first-child {
  border-left: 0px;
}
.navbar-nav li:last-child {
  border-right: 0px;
}
.navbar-nav li.active a {
  color: #ffdd4f;
  text-decoration: underline;
}
.panel {
  background-color: #000000;
  border-color: #222222;
}
.panel-main {
  margin-bottom: 10px;
  background: url('img/panel-heading.png') repeat-x;
}
.panel-main .panel-heading {
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  filter: dropshadow(color=#000000,offx=1,offy=1);
  text-shadow: 1px 1px 1px black;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  padding-left: 5px;
}
.panel-main .panel-body {
  padding: 0px;
  padding-left: 10px;
  padding-top: 10px;
}
.panel-submenu {
  margin-bottom: 10px;
  background: url('img/panel-heading.png') repeat-x;
}
.panel-submenu .panel-heading {
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  filter: dropshadow(color=#000000,offx=1,offy=1);
  text-shadow: 1px 1px 1px black;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  padding-left: 5px;
}
.panel-submenu .panel-body {
  padding: 0px;
}
.panel-submenu .nav-list a,
.panel-submenu .nav-list a:visited,
.panel-submenu .nav-list a:active,
.panel-submenu .nav-list a:focus {
  color: #fff;
  font-size: 13px !importrant;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
  margin-left: 0px;
  margin-right: 0px;
  padding: 3px 15px;
  padding-left: 5px;
  line-height: 18px;
  background: none;
  background-color: transparent;
}
.panel-submenu .nav-list a:hover {
  background: #333;
  background: linear-gradient(to bottom,#000,#222);
  background: -webkit-linear-gradient(90deg,#222 0%,#000 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(90deg,#222 0%,#000 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(90deg,#222 0%,#000 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(90deg,#222 0%,#000 100%) repeat scroll 0 0 transparent;
}
.btn-group .dropdown-menu > li > a {
  color: #333 !important;
  font-size: 14px;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.btn:hover {
  color: #333333;
  text-decoration: none !important;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-default,
.btn-default:active,
.btn-default:visited {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));
  background-image: -webkit-linear-gradient(top,#444444,#222222);
  background-image: -o-linear-gradient(top,#444444,#222222);
  background-image: linear-gradient(to bottom,#444444,#222222);
  background-image: -moz-linear-gradient(top,#444444,#222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  color: #ffffff !important;
  background-color: #222222 !important;
  *background-color: #151515;
  border-color: #222222 #222222 #000000 !important;
}
.btn-primary {
  color: #111 !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ddd;
  *background-color: #ccc;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ddd),to(#bbb));
  background-image: -webkit-linear-gradient(top,#ddd,#bbb);
  background-image: -o-linear-gradient(top,#ddd,#bbb);
  background-image: linear-gradient(to bottom,#ddd,#bbb);
  background-image: -moz-linear-gradient(top,#ddd,#bbb);
  background-repeat: repeat-x;
  border-color: #ddd #ddd #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ddd',endColorstr='#ffbbbbbb',GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #eee;
  *background-color: #ccc;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#ccc));
  background-image: -webkit-linear-gradient(top,#eee,#ccc);
  background-image: -o-linear-gradient(top,#eee,#ccc);
  background-image: linear-gradient(to bottom,#eee,#ccc);
  background-image: -moz-linear-gradient(top,#eee,#ccc);
  background-position: 0;
}
.btn-success,
.btn-success:active,
.btn-success:visited {
  color: #fff;
  background-color: #262;
  border-color: #262;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(to bottom,#383,#262);
  background: -webkit-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
}
.btn-success:hover {
  color: #fff;
  background-color: #494;
  border-color: #383;
  background: linear-gradient(to bottom,#494,#383);
  background: -webkit-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
}
.btn-success b {
  color: #fff;
}
.btn-link {
  background-color: transparent !important;
  background: none !important;
  margin-left: 10px;
  line-height: 25px;
}
.btn-link:hover {
  text-decoration: underline !important;
}
a.thumbnail,
a.thumbnail:visited,
a.thumbnail:focus,
a.thumbnail:active {
  background-color: #151515;
  background: linear-gradient(to top,#212121,#121212);
  background: -webkit-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
  border: 1px #333333 solid;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  font-size: 11px;
  text-decoration: none;
}
a.thumbnail b,
a.thumbnail:visited b,
a.thumbnail:focus b,
a.thumbnail:active b {
  color: #cccccc;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
a.thumbnail i,
a.thumbnail:visited i,
a.thumbnail:focus i,
a.thumbnail:active i {
  color: #cccccc;
  float: right;
  font-size: 12px;
  line-height: 16px;
}
a.thumbnail p:first-child,
a.thumbnail:visited p:first-child,
a.thumbnail:focus p:first-child,
a.thumbnail:active p:first-child {
  margin-top: 0px;
  margin-bottom: 3px;
}
a.thumbnail p,
a.thumbnail:visited p,
a.thumbnail:focus p,
a.thumbnail:active p {
  margin-top: 5px;
  margin-bottom: 5px;
}
a.thumbnail p:last-child,
a.thumbnail:visited p:last-child,
a.thumbnail:focus p:last-child,
a.thumbnail:active p:last-child {
  height: 35px;
  margin-top: 7px;
  margin-bottom: 0px;
}
a.thumbnail .duration,
a.thumbnail:visited .duration,
a.thumbnail:focus .duration,
a.thumbnail:active .duration {
  background-color: #333333;
  color: #ffffff;
  font-weight: normal;
  position: absolute;
  top: 29px;
  left: 9px;
}
a.thumbnail .hd,
a.thumbnail:visited .hd,
a.thumbnail:focus .hd,
a.thumbnail:active .hd {
  position: relative;
  float: right;
}
a.thumbnail .hd .label,
a.thumbnail:visited .hd .label,
a.thumbnail:focus .hd .label,
a.thumbnail:active .hd .label {
  position: absolute;
  background-color: #000000;
  border: 1px #fff solid;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  top: 5px;
  right: 6px;
}
a.thumbnail:hover {
  border: 1px #ffffff solid;
  text-decoration: none !important;
}
a.thumbnail:hover .duration,
a.thumbnail:hover .hd {
  display: none;
}
.thumbnail-default {
  width: 193px;
  height: 215px;
}
.thumbnail-default img {
  width: 181px;
  height: 131px;
}
.thumbnail-hd {
  width: 328px;
  height: 245px;
}
.thumbnail-hd img {
  width: 318px;
  height: 178px;
}
.thumbnail-premium {
  width: 328px;
  height: 188px;
}
.thumbnail-premium img {
  width: 318px;
  height: 178px;
}
.thumbnail-dvd .duration {
  display: none;
}
.thumbnail-dvd {
  width: 191px;
  height: 309px;
}
.thumbnail-dvd img {
  width: 181px;
  height: 257px;
}
.thumbnail-model {
  width: 191px;
  height: 309px;
}
.thumbnail-model img {
  width: 181px;
  height: 257px;
}
@media (max-width: 767px) {
  .thumbnail {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .thumbnail p {
    margin: 0;
    margin-bottom: 5px !important;
  }
  .thumbnail img {
    width: 100%;
  }
  .thumbnail .duration {
    font-size: 13px;
    left: 15px !important;
  }
  .thumbnail-default {
    width: 100%;
    height: initial;
  }
  .thumbnail-default img {
    width: 100%;
    height: initial;
  }
}
@media (max-width: 479px) {
  .thumbnail-default {
    width: 100%;
    height: initial;
  }
  .thumbnail-default img {
    width: 100%;
    height: initial;
  }
}
@media (min-width: 768px) {
  .thumbnail-default {
    width: 278px;
    height: 265px;
  }
  .thumbnail-default img {
    width: 266px;
    height: 193px;
  }
}
@media (min-width: 992px) {
  .thumbnail-default {
    width: 193px;
    height: 215px;
  }
  .thumbnail-default img {
    width: 181px;
    height: 131px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-default {
    width: 193px;
    height: 215px;
  }
  .thumbnail-default img {
    width: 181px;
    height: 131px;
  }
}
@media (min-width: 1540px) {
  .thumbnail-default {
    width: 260px;
    height: 263px;
  }
  .thumbnail-default img {
    width: 248px;
    height: 178px;
  }
}
@media (max-width: 767px) {
  .thumbnail-premium {
    width: 100%;
    height: initial;
  }
  .thumbnail-premium img {
    width: 100%;
    height: initial;
  }
}
@media (max-width: 479px) {
  .thumbnail-premium {
    width: 100%;
    height: initial;
  }
  .thumbnail-premium img {
    width: 100%;
    height: initial;
  }
}
@media (min-width: 768px) {
  .thumbnail-premium {
    width: 278px;
    height: 156px;
  }
  .thumbnail-premium img {
    width: 269px;
    height: 146px;
  }
}
@media (min-width: 992px) {
  .thumbnail-premium {
    width: 261px;
    height: 151px;
  }
  .thumbnail-premium img {
    width: 252px;
    height: 141px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-premium {
    width: 328px;
    height: 188px;
  }
  .thumbnail-premium img {
    width: 318px;
    height: 178px;
  }
}
@media (min-width: 1540px) {
  .thumbnail-premium {
    width: 439px;
    height: 270px;
  }
  .thumbnail-premium img {
    width: 429px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .thumbnail-hd {
    width: 100%;
    height: initial;
  }
  .thumbnail-hd img {
    width: 100%;
    height: initial;
  }
}
@media (max-width: 479px) {
  .thumbnail-hd {
    width: 100%;
    height: initial;
  }
  .thumbnail-hd img {
    width: 100%;
    height: initial;
  }
}
@media (min-width: 768px) {
  .thumbnail-hd {
    width: 278px;
    height: 217px;
  }
  .thumbnail-hd img {
    width: 269px;
    height: 146px;
  }
}
@media (min-width: 992px) {
  .thumbnail-hd {
    width: 261px;
    height: 225px;
  }
  .thumbnail-hd img {
    width: 252px;
    height: 141px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-hd {
    width: 328px;
    height: 245px;
  }
  .thumbnail-hd img {
    width: 318px;
    height: 178px;
  }
}
@media (min-width: 1540px) {
  .thumbnail-hd {
    width: 439px;
    height: 310px;
  }
  .thumbnail-hd img {
    width: 430px;
    height: 240px;
  }
}
.thumbnail-dvd .duration {
  display: none;
}
@media (max-width: 767px) {
  .thumbnail-dvd {
    width: 100%;
    height: initial;
  }
  .thumbnail-dvd img {
    width: 100%;
    height: initial;
  }
}
@media (max-width: 479px) {
  .thumbnail-dvd {
    width: 100%;
    height: initial;
  }
  .thumbnail-dvd img {
    width: 100%;
    height: initial;
  }
}
@media (min-width: 768px) {
  .thumbnail-dvd {
    width: 278px;
    height: 435px;
  }
  .thumbnail-dvd img {
    width: 266px;
    height: 380px;
  }
}
@media (min-width: 992px) {
  .thumbnail-dvd {
    width: 192px;
    height: 311px;
  }
  .thumbnail-dvd img {
    width: 180px;
    height: 257px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-dvd {
    width: 191px;
    height: 309px;
  }
  .thumbnail-dvd img {
    width: 181px;
    height: 257px;
  }
}
@media (min-width: 1540px) {
  .thumbnail-dvd {
    width: 258px;
    height: 405px;
  }
  .thumbnail-dvd img {
    width: 248px;
    height: 353px;
  }
}
.thumbnail-model .duration {
  display: none;
}
@media (min-width: 992px) {
  .thumbnail-model {
    width: 192px;
    height: 311px;
  }
  .thumbnail-model img {
    width: 180px;
    height: 257px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-model {
    width: 191px;
    height: 309px;
  }
  .thumbnail-model img {
    width: 181px;
    height: 257px;
  }
}
@media (min-width: 1540px) {
  .thumbnail-model {
    width: 258px;
    height: 405px;
  }
  .thumbnail-model img {
    width: 248px;
    height: 353px;
  }
}
.list-inline li {
  padding-left: 0;
  padding-right: 12px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .list-inline {
    width: 100%;
  }
  .list-inline li {
    width: 50% !important;
    float: left;
  }
}
@media (max-width: 479px) {
  .list-inline li {
    width: 100% !important;
    float: left;
  }
}
@media (min-width: 768px) {
  .list-inline {
    width: 580px;
  }
  .list-inline li {
    float: left;
  }
}
@media (min-width: 992px) {
  .list-inline {
    width: 100%;
  }
  .list-inline li {
    width: initial !important;
    float: left;
  }
}
.list-lastseen {
  width: 615px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.list-lastseen li {
  padding-right: 9px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .list-lastseen {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list-lastseen {
    width: 580px;
  }
}
@media (min-width: 992px) {
  .list-lastseen {
    width: 413px;
  }
}
@media (min-width: 1200px) {
  .list-lastseen {
    width: 615px;
  }
}
@media (min-width: 1540px) {
  .list-lastseen {
    width: 815px;
  }
}
.list-dvd,
.list-latest-dvd {
  margin-left: 0px;
  margin-bottom: 0px;
}
.list-dvd li,
.list-latest-dvd li {
  padding-right: 11px;
  vertical-align: top;
}
.list-hd,
.list-latest-hd {
  margin-left: 0px;
  margin-bottom: 0px;
}
.list-hd li,
.list-latest-hd li {
  padding-right: 12px;
  vertical-align: top;
}
.list-video,
.list-favorite,
.list-latest-video {
  margin-left: 0px;
  margin-bottom: 0px;
}
.list-video li,
.list-favorite li,
.list-latest-video li {
  padding-right: 9px;
  vertical-align: top;
}
.list-related-hd {
  margin-left: 0px !important;
}
.list-related-hd li {
  padding-left: 0;
  padding-right: 12px;
  padding-bottom: 10px;
  vertical-align: top;
}
.list-related-hd .last {
  display: inline-block;
}
.list-related-dvd {
  margin-left: 0px !important;
}
.list-related-dvd li {
  vertical-align: top;
}
@media (max-width: 767px) {
  .list-related-dvd {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .list-related-dvd {
    width: 100%;
  }
  .list-related-dvd .last {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .list-related-dvd .last {
    display: none;
  }
}
@media (min-width: 1200px) {
  .list-related-dvd .last {
    display: inline-block;
  }
}
@media (min-width: 1540px) {
  .list-related-dvd .last {
    display: inline-block;
  }
}
.list-quadrat {
  width: 615px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.list-quadrat li {
  padding-right: 9px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .list-quadrat {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .list-quadrat {
    width: 100%;
  }
  .list-quadrat .last {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .list-quadrat {
    width: 413px;
  }
}
@media (max-width: 1200px) {
  .list-quadrat .last {
    display: none;
  }
}
@media (min-width: 1200px) {
  .list-quadrat {
    width: 615px;
  }
}
@media (min-width: 1540px) {
  .list-quadrat {
    width: 815px;
  }
}
@media (max-width: 767px) {
  .list-lastseen li,
  .list-latest-video li,
  .list-latest-dvd li,
  .list-latest-hd li,
  .list-video li,
  .list-dvd li,
  .list-hd li,
  .list-related-hd li,
  .list-related-dvd li {
    width: 100%;
  }
}
.panel-main h2 {
  margin-right: 12px;
}
.panel-main p {
  margin-right: 12px;
}
.panel-main .panel {
  border-color: #333333;
  margin-right: 12px;
  margin-bottom: 12px;
}
.panel-member .panel-body {
  width: 98%;
}
.panel-member .panel-body {
  padding-bottom: 50px;
}
.panel-member .functions .btn {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .panel-member .btn {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .panel-member .btn {
    font-size: 12px;
  }
}
@media (min-width: 1540px) {
  .panel-member .btn {
    font-size: 13px;
  }
}
.panel-body,
.panel-body a {
  font-size: 12px;
}
.panel-noborder {
  border: none;
}
.panel-join {
  background-color: #151515;
}
.panel-join .panel-body {
  background: url('img/silluet.png') no-repeat center right;
  min-height: 412px;
  padding-bottom: 10px;
  padding-right: 190px;
}
.panel-join .panel-body h2 {
  margin-top: 0px;
}
.panel-join .panel-body p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.panel-join .panel-body strong {
  color: #ff9;
}
.panel-join .panel-body .btn-front {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .panel-join .panel-body {
    font-size: 11px;
    padding-right: 190px;
  }
}
@media (min-width: 1200px) {
  .panel-join .panel-body {
    font-size: 11px;
    padding-right: 190px;
  }
}
@media (min-width: 1540px) {
  .panel-join .panel-body {
    font-size: 12px;
    padding-right: 250px;
  }
}
@media (max-width: 992px) {
  .panel-join {
    margin-top: 20px !important;
  }
}
.panel-introtext {
  background-color: #151515;
}
.panel-partner {
  margin-top: 20px;
}
.panel-partner .panel-body {
  padding-bottom: 10px;
}
.panel-partner .panel-body a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 5px 0;
}
.panel-partner .panel-body h2 {
  margin-top: 0px;
}
.panel-small .panel-body {
  padding: 10px;
  color: #aaa;
}
.panel-small .panel-body a {
  color: #ddd;
}
.panel-small .panel-body a:hover {
  color: #fff;
}
.panel-small h1 {
  font-size: 20px !important;
}
.panel-small h2 {
  font-size: 16px !important;
}
.panel-faq {
  margin-top: 10px;
}
.panel-faq .panel-heading {
  padding: 0;
  background: none;
  height: 35px;
}
.panel-faq .panel-heading a {
  font-size: 14px;
  line-height: 20px !important;
  margin: 0;
  padding: 0;
  display: block;
  position: static;
}
.panel-faq .panel-heading a:hover {
  text-decoration: underline;
}
.panel-faq .panel-body,
.panel-faq .panel-body a {
  font-size: 12px;
  margin-bottom: 0px;
  margin: 0;
  padding: 0;
}
.panel-faq .panel-inner {
  padding-bottom: 20px;
}
.panel-categories a {
  font-size: 13px !important;
  line-height: 25px;
}
.panel-categories a:hover {
  font-size: 13px !important;
  text-decoration: underline;
}
.modal .modal-body p {
  font-size: 16px;
}
.modal .modal-body label {
  font-size: 14px;
}
.modal .modal-content {
  background-color: #333;
}
.modal .modal-footer {
  border-top: 1px solid #555555;
}
.modal .modal-header {
  border-bottom: 1px solid #555555;
}
.modal .modal-header .close {
  color: #ffffff;
  font-size: 32px;
  opacity: 1;
}
.modal .error {
  margin-top: 20px;
  color: #ff0;
  font-weight: normal;
}
.pagination li a,
.pagination li a:visited,
.pagination li a:active span {
  background-color: #363636;
  *background-color: #222222;
  background-image: linear-gradient(to bottom,#444444,#222222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));
  background-image: -webkit-linear-gradient(top,#444444,#222222);
  background-image: -o-linear-gradient(top,#444444,#222222);
  background-image: -moz-linear-gradient(top,#444444,#222222);
  background-repeat: repeat-x;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 15px 20px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.pagination li a:hover {
  color: #ffffff;
  background-color: #222;
  background-position: 0 -15px;
  border: 1px solid #333333;
  text-decoration: none;
}
.pagination li.disabled a,
.pagination li.disabled a:hover,
.pagination li.disabled span {
  border: 1px solid #333333;
  background-position: 0;
  color: #999999;
  cursor: default;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active span {
  background-color: #242424;
  background-image: linear-gradient(to bottom,#222222,#444444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#444444));
  background-image: -webkit-linear-gradient(top,#222222,#444444);
  background-image: -o-linear-gradient(top,#222222,#444444);
  background-image: -moz-linear-gradient(top,#222222,#444444);
  background-repeat: repeat-x;
  background-position: 0;
  border: 1px solid #333333;
  color: #999999;
  cursor: default;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.adv-quadrat {
  float: right;
  width: 398px;
  height: 440px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.adv-quadrat a {
  width: 100%;
  height: 100%;
  border: 1px #333 solid;
  display: block;
  border-radius: 4px;
}
.adv-quadrat a:hover {
  border: 1px #fff solid;
  opacity: 0.8;
}
.adv-quadrat img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .adv-quadrat {
    width: 98%;
    height: 64vw;
    margin-left: 12px;
    margin-top: 10px;
  }
  .adv-quadrat a {
    display: block;
    width: 100%;
    height: 64vw;
    margin-right: 12px;
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .adv-quadrat {
    height: 100vw;
  }
  .adv-quadrat a {
    height: 100vw;
  }
}
@media (min-width: 992px) {
  .adv-quadrat {
    width: 398px;
    height: 440px;
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  .adv-quadrat {
    width: 398px;
    height: 440px;
    margin-right: 12px;
  }
}
@media (min-width: 1540px) {
  .adv-quadrat {
    width: 531px;
    height: 536px;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .adv-quadrat-hd {
    width: 402px;
    height: 391px;
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  .adv-quadrat-hd {
    width: 399px;
    height: 470px;
    margin-right: 12px;
  }
}
@media (min-width: 1540px) {
  .adv-quadrat-hd {
    width: 531px;
    height: 580px;
    margin-right: 12px;
  }
}
.hd {
  padding-right: 10px;
}
.hd .scene {
  margin-bottom: 20px;
}
.hd .scene .big {
  width: 1011px;
  border: 1px #333 solid;
  border-radius: 4px;
}
.hd .scene .title {
  width: 1009px;
  padding: 10px;
  margin-top: -45px;
  margin-left: 1px;
  margin-bottom: 6px;
  position: relative;
  background-color: #333;
  opacity: 0.8;
  font-size: 24px;
  line-height: 20px;
}
.hd .scene .small {
  width: 335px;
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  border: 1px #333 solid;
  background-size: 100%;
  border-radius: 4px;
}
.hd .scene .submit {
  width: 1011px;
}
.hd .scene .member {
  width: 335px;
}
.hd .btn-player {
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.hd .btn-player h3 {
  font-size: 23px;
  line-height: 38px;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75) !important;
}
.hd .btn-player p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.hd .btn-player .mobile-submit {
  display: none;
  font-weight: bold;
}
.hd .btn-player:hover h3 {
  color: #ffc;
}
.hd .btn-player:hover .mobile-submit {
  color: #ffc;
}
@media (max-width: 767px) {
  .hd .scene {
    width: 100%;
    display: inline-block;
    margin-left: 15px;
  }
  .hd .scene .big,
  .hd .scene .submit {
    width: 96.5%;
  }
  .hd .scene .title {
    width: 96.3%;
    padding: 8px;
    margin-top: -32px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 12px;
  }
  .hd .scene .small {
    width: 48%;
  }
  .hd .scene .member {
    width: 96.5%;
  }
  .hd .scene .member h3 {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 3px;
  }
  .hd .btn-player .mobile-submit {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
  }
  .hd .submit h3,
  .hd .submit p {
    display: none;
  }
}
@media (min-width: 768px) {
  .hd .scene .big,
  .hd .scene .submit {
    width: 565px;
  }
  .hd .scene .title {
    width: 563px;
    padding: 8px;
    margin-top: -32px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 12px;
  }
  .hd .scene .small,
  .hd .scene .member {
    width: 186px;
  }
  .hd .btn-player {
    width: 566px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hd .btn-player h3 {
    font-size: 16.5px;
    line-height: 30px;
  }
  .hd .btn-player p {
    display: none;
  }
}
@media (min-width: 992px) {
  .hd .scene .big,
  .hd .scene .submit {
    width: 813px;
  }
  .hd .scene .title {
    width: 811px;
  }
  .hd .scene .small,
  .hd .scene .member {
    width: 269px;
  }
  .hd .btn-player {
    width: 580px;
  }
  .hd .btn-player h3 {
    font-size: 17px;
    line-height: 36px;
  }
  .hd .btn-player p {
    display: block;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .hd .scene .big,
  .hd .scene .submit {
    width: 1011px;
  }
  .hd .scene .title {
    width: 1009px;
  }
  .hd .scene .small,
  .hd .scene .member {
    width: 335px;
  }
  .hd .btn-player {
    width: 780px;
  }
  .hd .btn-player h3 {
    font-size: 23px;
    line-height: 38px;
  }
  .hd .btn-player p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1540px) {
  .hd .scene .big,
  .hd .scene .submit {
    width: 1347px;
  }
  .hd .scene .title {
    width: 1345px;
  }
  .hd .scene .small,
  .hd .scene .member {
    width: 447px;
  }
  .hd .btn-player {
    width: 1110px;
  }
  .hd .btn-player h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .hd .btn-player p {
    font-size: 16px;
    line-height: 20px;
  }
}
.dvd-single .dvd-left {
  float: left;
}
.dvd-single .dvd-left img {
  width: 210px;
  border: 1px solid #333;
  border-radius: 4px;
  margin-right: 10px;
}
.dvd-single .dvd-right {
  float: right;
  width: 575px;
}
.dvd-single .dvd-right h3 {
  display: block;
  width: 100%;
  float: left;
}
.dvd-single .dvd-scene .list-inline {
  float: right;
  width: 390px;
}
.dvd-single .dvd-scene .list-inline img {
  width: 180px !important;
  border: 1px solid #333;
  border-radius: 4px;
  margin: 0px;
}
.dvd-single .dvd-scene .player-wrapper {
  float: left;
  width: 620px;
  height: 410px;
  margin-bottom: 120px;
}
.dvd-single .dvd-scene .player-wrapper .player-button {
  position: relative;
  width: 100px !important;
  height: 0;
  top: 120px;
  left: 40%;
}
.dvd-single .dvd-scene .player-wrapper .player-button i {
  font-size: 60px;
  color: #fff;
  background-color: #333;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  border: 1px #333 solid;
  padding: 20px;
  border-radius: 20px;
}
.dvd-single .btn-player {
  width: 98%;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.dvd-single .btn-player h3 {
  font-size: 23px;
  line-height: 38px;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75) !important;
}
.dvd-single .btn-player p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.dvd-single .btn-player .mobile-submit {
  display: none;
  font-weight: bold;
}
.dvd-single .btn-player:hover h3 {
  color: #ffc;
}
.dvd-single .btn-player:hover .mobile-submit {
  color: #ffc;
}
.dvd-single .btn-new-player {
  width: 445px;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.dvd-single .btn-new-player h3 {
  font-size: 20px;
  line-height: 38px;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75) !important;
}
.dvd-single .btn-new-player p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.dvd-single .btn-new-player .mobile-submit {
  display: none;
  font-weight: bold;
}
.dvd-single .btn-new-player:hover h3 {
  color: #ffc;
}
.dvd-single .btn-new-player:hover .mobile-submit {
  color: #ffc;
}
@media (max-width: 992px) {
  .dvd-single .dvd-left {
    width: 100% !important;
  }
  .dvd-single .dvd-left img {
    width: 48% !important;
  }
  .dvd-single .dvd-right {
    width: 100% !important;
    float: left;
  }
  .dvd-single .dvd-right .list-inline {
    width: 100%;
  }
  .dvd-single .dvd-right .list-inline li {
    width: auto !important;
    float: left;
  }
  .dvd-single .dvd-scene .list-inline {
    width: 100% !important;
    float: left;
    display: block;
  }
  .dvd-single .dvd-scene .list-inline li {
    width: 33.3%;
    text-align: center;
    padding: 5px !important;
  }
  .dvd-single .dvd-scene .list-inline img {
    width: 100% !important;
  }
  .dvd-single .dvd-scene .player-wrapper {
    width: 98% !important;
    height: 315px !important;
    margin-bottom: 130px;
  }
  .dvd-single .btn-player {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dvd-single .btn-player h3,
  .dvd-single .btn-player p {
    display: none;
  }
  .dvd-single .btn-player .mobile-submit {
    display: block;
    font-size: 20px;
  }
  .dvd-single .btn-new-player {
    width: 98%;
    margin-top: -10px;
  }
  .dvd-single .btn-new-player h3 {
    font-size: 20px;
    line-height: 38px;
    display: table !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .dvd-single .dvd-left img {
    width: 45% !important;
  }
  .dvd-single .dvd-scene h2 {
    margin-top: 20px;
  }
  .dvd-single .dvd-scene .player-wrapper {
    max-height: 395px !important;
    height: auto !important;
    margin-bottom: 60px;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button {
    top: 20vw;
    left: 45%;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }
  .dvd-single .btn-player .mobile-submit {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .dvd-single .dvd-scene .player-wrapper {
    max-height: 235px !important;
    margin-bottom: 60px;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button {
    top: 18vw;
    left: 40%;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }
  .dvd-single .dvd-scene .list-inline li {
    width: 50% !important;
  }
  .dvd-single .btn-player .mobile-submit {
    font-size: 14px;
  }
  .dvd-single .btn-new-player {
    width: 100%;
  }
  .dvd-single .btn-new-player h3 {
    font-size: 16px;
  }
  .dvd-single .btn-new-player p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .dvd-single .dvd-left img {
    width: 180px;
  }
  .dvd-single .dvd-right {
    width: 440px;
  }
  .dvd-single .dvd-scene .list-inline {
    width: 293px;
  }
  .dvd-single .dvd-scene .list-inline img {
    width: 127px !important;
  }
  .dvd-single .dvd-scene .player-wrapper {
    width: 525px;
    height: 290px;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button {
    top: 120px;
    left: 42%;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button i {
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
  .dvd-single .dvd-scene .btn-new-player {
    width: 267px;
  }
  .dvd-single .dvd-scene .btn-new-player h3 {
    font-size: 13px;
  }
  .dvd-single .dvd-scene .btn-new-player p {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .dvd-single .dvd-left img {
    width: 210px;
  }
  .dvd-single .dvd-right {
    width: 575px;
  }
  .dvd-single .dvd-scene .list-inline {
    width: 360px;
  }
  .dvd-single .dvd-scene .list-inline img {
    width: 160px !important;
  }
  .dvd-single .dvd-scene .player-wrapper {
    width: 655px;
    height: 360px;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button {
    top: 140px;
    left: 42%;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button i {
    font-size: 80px;
    width: 120px;
    height: 120px;
    border-radius: 25px;
  }
  .dvd-single .dvd-scene .btn-new-player {
    width: 333px;
  }
  .dvd-single .dvd-scene .btn-new-player h3 {
    font-size: 16px;
  }
  .dvd-single .dvd-scene .btn-new-player p {
    font-size: 12px;
  }
}
@media (min-width: 1540px) {
  .dvd-single .dvd-right {
    width: 910px;
  }
  .dvd-single .dvd-scene .list-inline {
    width: 485px;
  }
  .dvd-single .dvd-scene .list-inline img {
    width: 216px !important;
  }
  .dvd-single .dvd-scene .player-wrapper {
    width: 865px;
    height: 480px;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button {
    top: 200px;
    left: 42%;
  }
  .dvd-single .dvd-scene .player-wrapper .player-button i {
    font-size: 80px;
    width: 120px;
    height: 120px;
    border-radius: 25px;
  }
  .dvd-single .dvd-scene .btn-new-player {
    width: 445px;
  }
}
.video-single .video-left {
  float: left;
  margin-bottom: 15px;
  width: 780px;
}
.video-single .video-left .player-wrapper {
  border: 1px solid #333;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 780px;
  height: 481px;
}
.video-single .video-right {
  float: right;
  width: 230px;
}
.video-single .video-right h3 {
  display: block;
  width: 100%;
  float: left;
}
.video-single .video-title {
  padding-right: 10px;
}
.video-single .player-wrapper {
  z-index: 10;
}
.video-single .btn-player {
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.video-single .btn-player h3 {
  font-size: 23px;
  line-height: 38px;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75) !important;
}
.video-single .btn-player p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.video-single .btn-player .mobile-submit {
  display: none;
  font-weight: bold;
}
.video-single .btn-player:hover h3 {
  color: #ffc;
}
.video-single .btn-player:hover .mobile-submit {
  color: #ffc;
}
@media (max-width: 992px) {
  .video-single .video-right {
    width: 100%;
    float: left;
  }
  .video-single h2 .btn {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .video-single .video-title {
    margin-top: 20px;
  }
  .video-single .video-left {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .video-single .video-left .player-wrapper {
    width: 100%;
    height: 365px;
  }
  .video-single .btn-player {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .video-single .btn-player h3,
  .video-single .btn-player p {
    display: none;
  }
  .video-single .btn-player .mobile-submit {
    display: block;
    font-size: 18px;
  }
  .video-single .video-right {
    width: 100%;
    float: left;
  }
  .video-single .video-right .list-inline {
    width: 100%;
  }
  .video-single .video-right .list-inline li {
    width: auto !important;
    float: left;
  }
  .video-single .video-title {
    margin-top: 0 !important;
  }
}
@media (max-width: 479px) {
  .video-single .video-left .player-wrapper {
    height: 225px;
  }
  .video-single .btn-player .mobile-submit {
    font-size: 14px;
  }
  .video-single h2 .btn {
    width: 100%;
    margin: 0 !important;
    float: none;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .video-single .video-left {
    width: 566px;
  }
  .video-single .video-left .player-wrapper {
    width: 566px;
    height: 360px;
  }
  .video-single .btn-player {
    width: 566px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .video-single .btn-player h3 {
    font-size: 16.5px;
    line-height: 30px;
  }
  .video-single .btn-player p {
    display: none;
  }
}
@media (min-width: 992px) {
  .video-single .video-left {
    width: 580px;
  }
  .video-single .video-left .player-wrapper {
    width: 580px;
    height: 369px;
  }
  .video-single .btn-player {
    width: 580px;
  }
  .video-single .btn-player h3 {
    font-size: 17px;
    line-height: 36px;
  }
  .video-single .btn-player p {
    display: block;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .video-single .video-left {
    width: 780px;
  }
  .video-single .video-left .player-wrapper {
    width: 780px;
    height: 481px;
  }
  .video-single .btn-player {
    width: 780px;
  }
  .video-single .btn-player h3 {
    font-size: 23px;
    line-height: 38px;
  }
  .video-single .btn-player p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1540px) {
  .video-single .video-left {
    width: 1110px;
  }
  .video-single .video-left .player-wrapper {
    width: 1110px;
    height: 667px;
  }
  .video-single .btn-player {
    width: 1110px;
  }
  .video-single .btn-player h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .video-single .btn-player p {
    font-size: 16px;
    line-height: 20px;
  }
}
.premium-single .premium-scene .list-inline {
  float: right;
  width: 390px;
  margin-bottom: 5px;
}
.premium-single .premium-scene .list-inline .smallpic {
  background-size: 100% auto;
  width: 180px !important;
  height: 120px !important;
  border: 1px solid #333;
  border-radius: 4px;
  margin: 0px;
}
.premium-single .premium-scene .list-inline .p1 {
  background-position: 0px 0px;
}
.premium-single .premium-scene .list-inline .p2 {
  background-position: 0px -178px;
}
.premium-single .premium-scene .list-inline .p3 {
  background-position: 0px -356px;
}
.premium-single .premium-scene .list-inline .p4 {
  background-position: 0px -534px;
}
.premium-single .premium-scene .list-inline .p5 {
  background-position: 0px -712px;
}
.premium-single .premium-scene .list-inline .p6 {
  background-position: 0px -890px;
}
.premium-single .premium-scene .player-wrapper {
  float: left;
  width: 620px;
  height: 410px;
  margin-bottom: 120px !important;
}
.premium-single .premium-scene .player-wrapper .pic {
  width: 100%;
}
.premium-single .premium-scene .player-wrapper .hd-big {
  position: relative;
  height: 0;
  top: 10px;
  left: 10px;
}
.premium-single .premium-scene .player-wrapper .player-button {
  position: relative;
  width: 100px !important;
  height: 0;
  top: 120px;
  left: 40%;
}
.premium-single .premium-scene .player-wrapper .player-button i {
  font-size: 60px;
  color: #fff;
  background-color: #333;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  border: 1px #333 solid;
  padding: 20px;
  border-radius: 20px;
}
.premium-single .premium-scene .hide-mobile {
  display: inline-table !important;
}
.premium-single .premium-scene .show-mobile {
  display: none !important;
}
.premium-single .btn-player {
  width: 98%;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.premium-single .btn-player h3 {
  font-size: 23px;
  line-height: 38px;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75) !important;
}
.premium-single .btn-player p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.premium-single .btn-player-large {
  width: 99% !important;
  margin-bottom: 20px;
}
.premium-single .btn-next-player {
  width: 98%;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.premium-single .btn-next-player h3 {
  font-size: 23px;
  line-height: 38px;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75) !important;
}
.premium-single .btn-next-player p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.premium-single .btn-player:hover h3,
.premium-single .btn-next-player:hover h3 {
  color: #ffc;
}
.premium-single a.titlelink,
.premium-single a.titlelink:hover,
.premium-single a.titlelink:active {
  font-size: 30px !important;
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .premium-single a.titlelink,
  .premium-single a.titlelink:hover,
  .premium-single a.titlelink:active {
    font-size: 20px !important;
  }
  .premium-single .premium-scene .list-inline {
    width: 100% !important;
    float: left;
    display: block;
  }
  .premium-single .premium-scene .list-inline .smallpic {
    margin-top: 20px;
  }
  .premium-single .premium-scene .list-inline li {
    width: 33.3%;
    text-align: center;
    padding: 5px !important;
  }
  .premium-single .premium-scene .list-inline img {
    width: 100% !important;
  }
  .premium-single .premium-scene .player-wrapper {
    width: 98% !important;
    height: 315px !important;
    margin-bottom: 10px;
    float: none;
  }
  .premium-single .premium-scene .player-wrapper .hd-big {
    top: 5px;
    left: 5px;
  }
  .premium-single .premium-scene .player-wrapper .hd-big img {
    width: 80px;
  }
  .premium-single .btn-player {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .premium-single .btn-player h3,
  .premium-single .btn-next-player h3 {
    font-size: 18px;
  }
  .premium-single .btn-player p,
  .premium-single .btn-next-player p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .premium-single a.titlelink,
  .premium-single a.titlelink:hover,
  .premium-single a.titlelink:active {
    font-size: 18px !important;
  }
  .premium-single .premium-scene .player-wrapper {
    height: 40vw !important;
  }
  .premium-single .premium-scene .player-wrapper .hd-big {
    top: 5px;
    left: 5px;
  }
  .premium-single .premium-scene .player-wrapper .hd-big img {
    width: 60px;
  }
  .premium-single .premium-scene .player-wrapper .player-button {
    top: 17vw;
    left: 42%;
  }
  .premium-single .premium-scene .player-wrapper .player-button i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }
  .premium-single .premium-scene h4 {
    margin-top: 25px !important;
  }
  .premium-single .premium-scene h4.member {
    font-size: 14px;
    margin-top: 250px !important;
    margin-bottom: 0px !important;
  }
  .premium-single .premium-scene .list-inline li {
    width: 100% !important;
    float: none;
  }
  .premium-single .premium-scene .list-inline li .smallpic {
    width: 100% !important;
    height: 305vw !important;
    background-repeat: no-repeat;
    margin-top: 30px;
    border: 0px !important;
    border-radius: 0px;
  }
  .premium-single .premium-scene .list-inline li .p2,
  .premium-single .premium-scene .list-inline li .p3,
  .premium-single .premium-scene .list-inline li .p4,
  .premium-single .premium-scene .list-inline li .p5,
  .premium-single .premium-scene .list-inline li .p6 {
    display: none;
  }
  .premium-single .premium-scene .hide-mobile {
    display: none !important;
  }
  .premium-single .premium-scene .show-mobile {
    width: 100%;
    display: inline-table !important;
  }
  .premium-single .btn-player,
  .premium-single .btn-next-player {
    width: 98% !important;
  }
  .premium-single .btn-player h3 > span,
  .premium-single .btn-next-player h3 > span {
    display: none;
  }
  .premium-single .btn-player p,
  .premium-single .btn-next-player p {
    display: none;
  }
}
@media (max-width: 479px) {
  .premium-single .premium-scene .player-wrapper {
    height: 22vw !important;
  }
  .premium-single .premium-scene .player-wrapper .player-button {
    top: 17vw;
    left: 40%;
  }
  .premium-single .premium-scene .player-wrapper .player-button i {
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .premium-single .premium-scene .list-inline {
    width: 333px;
  }
  .premium-single .premium-scene .list-inline .smallpic {
    width: 183px !important;
    height: 102px !important;
  }
  .premium-single .premium-scene .list-inline .p1 {
    background-position: 0px 0px;
  }
  .premium-single .premium-scene .list-inline .p2 {
    background-position: 0px -102px;
  }
  .premium-single .premium-scene .list-inline .p3 {
    background-position: 0px -202px;
  }
  .premium-single .premium-scene .list-inline .p4 {
    background-position: 0px -305px;
  }
  .premium-single .premium-scene .list-inline .p5 {
    background-position: 0px -406px;
  }
  .premium-single .premium-scene .list-inline .p6 {
    background-position: 0px -507px;
  }
  .premium-single .premium-scene .player-wrapper {
    width: 480px;
    height: 317px;
    margin-bottom: 10px !important;
  }
  .premium-single .premium-scene .player-wrapper .player-button {
    top: 120px;
    left: 42%;
  }
  .premium-single .premium-scene .player-wrapper .player-button i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .premium-single .premium-scene .btn-player {
    width: 98%;
    height: 80px;
    margin-top: 5px;
  }
  .premium-single .premium-scene h3 {
    font-size: 16px;
  }
  .premium-single .premium-scene p {
    font-size: 12px;
  }
  .premium-single .premium-scene .btn-next-player {
    width: 98%;
    height: 80px;
    margin-top: -5px;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .premium-single a.titlelink,
  .premium-single a.titlelink:hover,
  .premium-single a.titlelink:active {
    font-size: 24px !important;
  }
  .premium-single .premium-scene .list-inline {
    width: 333px;
  }
  .premium-single .premium-scene .list-inline .smallpic {
    width: 153px !important;
    height: 83px !important;
  }
  .premium-single .premium-scene .list-inline .p1 {
    background-position: 0px 0px;
  }
  .premium-single .premium-scene .list-inline .p2 {
    background-position: 0px -107px;
  }
  .premium-single .premium-scene .list-inline .p3 {
    background-position: 0px -213px;
  }
  .premium-single .premium-scene .list-inline .p4 {
    background-position: 0px -319px;
  }
  .premium-single .premium-scene .list-inline .p5 {
    background-position: 0px -425px;
  }
  .premium-single .premium-scene .list-inline .p6 {
    background-position: 0px -532px;
  }
  .premium-single .premium-scene .player-wrapper {
    width: 480px;
    height: 269px;
  }
  .premium-single .premium-scene .player-wrapper .player-button {
    top: 90px;
    left: 42%;
  }
  .premium-single .premium-scene .player-wrapper .player-button i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .premium-single .premium-scene .btn-player {
    width: 480px;
    height: 80px;
    margin-top: -5px;
  }
  .premium-single .premium-scene h3 {
    font-size: 15px;
  }
  .premium-single .premium-scene p {
    font-size: 10px;
  }
  .premium-single .premium-scene .btn-next-player {
    width: 320px;
    height: 80px;
    margin-top: -5px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .premium-single a.titlelink,
  .premium-single a.titlelink:hover,
  .premium-single a.titlelink:active {
    font-size: 30px !important;
  }
  .premium-single .premium-scene .list-inline {
    width: 410px;
  }
  .premium-single .premium-scene .list-inline .smallpic {
    width: 192px !important;
    height: 107px !important;
  }
  .premium-single .premium-scene .list-inline .p1 {
    background-position: 0px 0px;
  }
  .premium-single .premium-scene .list-inline .p2 {
    background-position: 0px -107px;
  }
  .premium-single .premium-scene .list-inline .p3 {
    background-position: 0px -213px;
  }
  .premium-single .premium-scene .list-inline .p4 {
    background-position: 0px -319px;
  }
  .premium-single .premium-scene .list-inline .p5 {
    background-position: 0px -425px;
  }
  .premium-single .premium-scene .list-inline .p6 {
    background-position: 0px -532px;
  }
  .premium-single .premium-scene .player-wrapper {
    width: 605px;
    height: 340px;
  }
  .premium-single .premium-scene .player-wrapper .player-button {
    top: 110px;
    left: 42%;
  }
  .premium-single .premium-scene .player-wrapper .player-button i {
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
  .premium-single .premium-scene .btn-player {
    width: 605px;
    height: 80px;
    margin-top: -5px;
  }
  .premium-single .premium-scene h3 {
    font-size: 18px;
  }
  .premium-single .premium-scene p {
    font-size: 12px;
  }
  .premium-single .premium-scene .btn-next-player {
    width: 400px;
    height: 80px;
    margin-top: -5px;
    margin-left: 10px;
  }
}
@media (min-width: 1540px) {
  .premium-single .premium-scene .list-inline {
    width: 545px;
  }
  .premium-single .premium-scene .list-inline .smallpic {
    width: 260px !important;
    height: 144px !important;
  }
  .premium-single .premium-scene .list-inline .p1 {
    background-position: 0px 0px;
  }
  .premium-single .premium-scene .list-inline .p2 {
    background-position: 0px -144px;
  }
  .premium-single .premium-scene .list-inline .p3 {
    background-position: 0px -288px;
  }
  .premium-single .premium-scene .list-inline .p4 {
    background-position: 0px -432px;
  }
  .premium-single .premium-scene .list-inline .p5 {
    background-position: 0px -576px;
  }
  .premium-single .premium-scene .list-inline .p6 {
    background-position: 0px -720px;
  }
  .premium-single .premium-scene .player-wrapper {
    width: 805px;
    height: 450px;
  }
  .premium-single .premium-scene .player-wrapper .player-button {
    top: 160px;
    left: 42%;
  }
  .premium-single .premium-scene .player-wrapper .player-button i {
    font-size: 80px;
    width: 120px;
    height: 120px;
    border-radius: 25px;
  }
  .premium-single .premium-scene .btn-player {
    width: 805px;
    height: 80px;
    margin-top: -5px;
  }
  .premium-single .premium-scene .btn-next-player {
    width: 534px;
    height: 80px;
    margin-top: -5px;
    margin-left: 10px;
  }
  .premium-single .premium-scene h3 {
    font-size: 23px;
  }
  .premium-single .premium-scene p {
    font-size: 14px;
  }
}
.banner-sexaben {
  width: 1038px;
  height: 380px;
  display: block;
  background-image: url('/css/img/banner1038.jpg');
  border-top: 1px #333 solid;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .banner-sexaben {
    width: 100%;
    height: 45vw;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .banner-sexaben {
    height: 36vw;
  }
}
@media (max-width: 479px) {
  .banner-sexaben {
    height: 35vw;
  }
}
@media (min-width: 768px) {
  .banner-sexaben {
    background-image: url('/css/img/banner590.jpg');
    width: 588px;
    height: 216px;
  }
}
@media (min-width: 992px) {
  .banner-sexaben {
    background-image: url('/css/img/banner838.jpg');
    width: 836px;
    height: 307px;
  }
}
@media (min-width: 1200px) {
  .banner-sexaben {
    background-image: url('/css/img/banner1038.jpg');
    width: 1036px;
    height: 380px;
  }
}
@media (min-width: 1540px) {
  .banner-sexaben {
    background-image: url('/css/img/banner1372.jpg');
    width: 1370px;
    height: 398px;
  }
}
.banner-sexaben:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
.banner-bio {
  width: 397px;
  height: 438px;
  display: block;
  border-top: 1px #333 solid;
  border-radius: 4px;
  background-repeat: no-repeat;
}
@media (max-width: ) {
  .banner-bio {
    display: block;
    width: 100%;
    height: 60vw;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .banner-bio {
    display: block;
    width: 399px;
    height: 438px;
  }
}
@media (min-width: 1200px) {
  .banner-bio {
    width: 37px;
    height: 438px;
  }
}
@media (min-width: 1540px) {
  .banner-bio {
    width: 529px;
    height: 534px;
  }
}
.teenvideo1 {
  background-image: url('/banners/teenvideo/banner_399x438_1.jpg');
}
@media (min-width: 992px) {
  .teenvideo1 {
    background-image: url('/banners/teenvideo/banner_399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .teenvideo1 {
    background-image: url('/banners/teenvideo/banner_399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .teenvideo1 {
    background-image: url('/banners/teenvideo/banner_529x534_1.jpg');
  }
}
.teenvideo2 {
  background-image: url('/banners/teenvideo/banner_399x438_2.jpg');
}
@media (min-width: 992px) {
  .teenvideo2 {
    background-image: url('/banners/teenvideo/banner_399x438_2.jpg');
  }
}
@media (min-width: 1200px) {
  .teenvideo2 {
    background-image: url('/banners/teenvideo/banner_399x438_2.jpg');
  }
}
@media (min-width: 1540px) {
  .teenvideo2 {
    background-image: url('/banners/teenvideo/banner_529x534_2.jpg');
  }
}
.teenvideo3 {
  background-image: url('/banners/teenvideo/banner_399x438_3.jpg');
}
@media (min-width: 992px) {
  .teenvideo3 {
    background-image: url('/banners/teenvideo/banner_399x438_3.jpg');
  }
}
@media (min-width: 1200px) {
  .teenvideo3 {
    background-image: url('/banners/teenvideo/banner_399x438_3.jpg');
  }
}
@media (min-width: 1540px) {
  .teenvideo3 {
    background-image: url('/banners/teenvideo/banner_529x534_3.jpg');
  }
}
.babevideo1 {
  background-image: url('/banners/babevideo/banner_399x438_1.jpg');
}
@media (min-width: 992px) {
  .babevideo1 {
    background-image: url('/banners/babevideo/banner_399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .babevideo1 {
    background-image: url('/banners/babevideo/banner_399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .babevideo1 {
    background-image: url('/banners/babevideo/banner_529x534_1.jpg');
  }
}
.babevideo2 {
  background-image: url('/banners/babevideo/banner_399x438_2.jpg');
}
@media (min-width: 992px) {
  .babevideo2 {
    background-image: url('/banners/babevideo/banner_399x438_2.jpg');
  }
}
@media (min-width: 1200px) {
  .babevideo2 {
    background-image: url('/banners/babevideo/banner_399x438_2.jpg');
  }
}
@media (min-width: 1540px) {
  .babevideo2 {
    background-image: url('/banners/babevideo/banner_529x534_2.jpg');
  }
}
.babevideo3 {
  background-image: url('/banners/babevideo/banner_399x438_3.jpg');
}
@media (min-width: 992px) {
  .babevideo3 {
    background-image: url('/banners/babevideo/banner_399x438_3.jpg');
  }
}
@media (min-width: 1200px) {
  .babevideo3 {
    background-image: url('/banners/babevideo/banner_399x438_3.jpg');
  }
}
@media (min-width: 1540px) {
  .babevideo3 {
    background-image: url('/banners/babevideo/banner_529x534_3.jpg');
  }
}
.analsexvideo1 {
  background-image: url('/banners/analsexvideo/banner_399x438_1.jpg');
}
@media (min-width: 992px) {
  .analsexvideo1 {
    background-image: url('/banners/analsexvideo/banner_399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .analsexvideo1 {
    background-image: url('/banners/analsexvideo/banner_399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .analsexvideo1 {
    background-image: url('/banners/analsexvideo/banner_529x534_1.jpg');
  }
}
.analsexvideo2 {
  background-image: url('/banners/analsexvideo/banner_399x438_2.jpg');
}
@media (min-width: 992px) {
  .analsexvideo2 {
    background-image: url('/banners/analsexvideo/banner_399x438_2.jpg');
  }
}
@media (min-width: 1200px) {
  .analsexvideo2 {
    background-image: url('/banners/analsexvideo/banner_399x438_2.jpg');
  }
}
@media (min-width: 1540px) {
  .analsexvideo2 {
    background-image: url('/banners/analsexvideo/banner_529x534_2.jpg');
  }
}
.hemmeligelsker37 {
  background-image: url('/banners/hemmeligelsker/399x438_37.gif');
}
@media (min-width: 992px) {
  .hemmeligelsker37 {
    background-image: url('/banners/hemmeligelsker/399x438_37.gif');
  }
}
@media (min-width: 1200px) {
  .hemmeligelsker37 {
    background-image: url('/banners/hemmeligelsker/399x438_37.gif');
  }
}
@media (min-width: 1540px) {
  .hemmeligelsker37 {
    background-image: url('/banners/hemmeligelsker/529x534_37.gif');
  }
}
.liderlig1 {
  background-image: url('/banners/liderlig/399x438_1.gif');
}
@media (min-width: 992px) {
  .liderlig1 {
    background-image: url('/banners/liderlig/399x438_1.gif');
  }
}
@media (min-width: 1200px) {
  .liderlig1 {
    background-image: url('/banners/liderlig/399x438_1.gif');
  }
}
@media (min-width: 1540px) {
  .liderlig1 {
    background-image: url('/banners/liderlig/529x534_1.gif');
  }
}
.liderlig2 {
  background-image: url('/banners/liderlig/399x438_2.gif');
}
@media (min-width: 992px) {
  .liderlig2 {
    background-image: url('/banners/liderlig/399x438_2.gif');
  }
}
@media (min-width: 1200px) {
  .liderlig2 {
    background-image: url('/banners/liderlig/399x438_2.gif');
  }
}
@media (min-width: 1540px) {
  .liderlig2 {
    background-image: url('/banners/liderlig/529x534_2.gif');
  }
}
.liderlig3 {
  background-image: url('/banners/liderlig/399x438_3.gif');
}
@media (min-width: 992px) {
  .liderlig3 {
    background-image: url('/banners/liderlig/399x438_3.gif');
  }
}
@media (min-width: 1200px) {
  .liderlig3 {
    background-image: url('/banners/liderlig/399x438_3.gif');
  }
}
@media (min-width: 1540px) {
  .liderlig3 {
    background-image: url('/banners/liderlig/529x534_3.gif');
  }
}
.sextra1 {
  background-image: url('/banners/sextra/399x438_1.jpg');
}
@media (min-width: 992px) {
  .sextra1 {
    background-image: url('/banners/sextra/399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .sextra1 {
    background-image: url('/banners/sextra/399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .sextra1 {
    background-image: url('/banners/sextra/529x534_1.jpg');
  }
}
.sextra2 {
  background-image: url('/banners/sextra/399x438_2.jpg');
}
@media (min-width: 992px) {
  .sextra2 {
    background-image: url('/banners/sextra/399x438_2.jpg');
  }
}
@media (min-width: 1200px) {
  .sextra2 {
    background-image: url('/banners/sextra/399x438_2.jpg');
  }
}
@media (min-width: 1540px) {
  .sextra2 {
    background-image: url('/banners/sextra/529x534_2.jpg');
  }
}
.uartig1 {
  background-image: url('/banners/uartig/399x438_1.jpg');
}
@media (min-width: 992px) {
  .uartig1 {
    background-image: url('/banners/uartig/399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .uartig1 {
    background-image: url('/banners/uartig/399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .uartig1 {
    background-image: url('/banners/uartig/529x534_1.jpg');
  }
}
.uartig2 {
  background-image: url('/banners/uartig/399x438_2.jpg');
}
@media (min-width: 992px) {
  .uartig2 {
    background-image: url('/banners/uartig/399x438_2.jpg');
  }
}
@media (min-width: 1200px) {
  .uartig2 {
    background-image: url('/banners/uartig/399x438_2.jpg');
  }
}
@media (min-width: 1540px) {
  .uartig2 {
    background-image: url('/banners/uartig/529x534_2.jpg');
  }
}
.uartig_old1 {
  background-image: url('/banners/sexaben/sexaben_399x438_1.jpg');
}
@media (min-width: 992px) {
  .uartig_old1 {
    background-image: url('/banners/sexaben/sexaben_399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .uartig_old1 {
    background-image: url('/banners/sexaben/sexaben_399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .uartig_old1 {
    background-image: url('/banners/sexaben/sexaben_529x534_1.jpg');
  }
}
.uartig_old2 {
  background-image: url('/banners/sexaben/sexaben_399x438_2.jpg');
}
@media (min-width: 992px) {
  .uartig_old2 {
    background-image: url('/banners/sexaben/sexaben_399x438_2.jpg');
  }
}
@media (min-width: 1200px) {
  .uartig_old2 {
    background-image: url('/banners/sexaben/sexaben_399x438_2.jpg');
  }
}
@media (min-width: 1540px) {
  .uartig_old2 {
    background-image: url('/banners/sexaben/sexaben_529x534_2.jpg');
  }
}
.sexaben1 {
  background-image: url('/banners/sexaben/sexaben_399x438_1.jpg');
}
@media (min-width: 992px) {
  .sexaben1 {
    background-image: url('/banners/sexaben/sexaben_399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .sexaben1 {
    background-image: url('/banners/sexaben/sexaben_399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .sexaben1 {
    background-image: url('/banners/sexaben/sexaben_529x534_1.jpg');
  }
}
.sexaben2 {
  background-image: url('/banners/sexaben/sexaben_399x438_2.jpg');
}
@media (min-width: 992px) {
  .sexaben2 {
    background-image: url('/banners/sexaben/sexaben_399x438_2.jpg');
  }
}
@media (min-width: 1200px) {
  .sexaben2 {
    background-image: url('/banners/sexaben/sexaben_399x438_2.jpg');
  }
}
@media (min-width: 1540px) {
  .sexaben2 {
    background-image: url('/banners/sexaben/sexaben_529x534_2.jpg');
  }
}
.sexaben3 {
  background-image: url('/banners/sexaben/sexaben_399x438_3.jpg');
}
@media (min-width: 992px) {
  .sexaben3 {
    background-image: url('/banners/sexaben/sexaben_399x438_3.jpg');
  }
}
@media (min-width: 1200px) {
  .sexaben3 {
    background-image: url('/banners/sexaben/sexaben_399x438_3.jpg');
  }
}
@media (min-width: 1540px) {
  .sexaben3 {
    background-image: url('/banners/sexaben/sexaben_529x534_3.jpg');
  }
}
.sexaben4 {
  background-image: url('/banners/sexaben/sexaben_399x438_4.jpg');
}
@media (min-width: 992px) {
  .sexaben4 {
    background-image: url('/banners/sexaben/sexaben_399x438_4.jpg');
  }
}
@media (min-width: 1200px) {
  .sexaben4 {
    background-image: url('/banners/sexaben/sexaben_399x438_4.jpg');
  }
}
@media (min-width: 1540px) {
  .sexaben4 {
    background-image: url('/banners/sexaben/sexaben_529x534_4.jpg');
  }
}
.sexdating1 {
  background-image: url('/banners/sexdating/banner_399x438_1.jpg');
}
@media (min-width: 992px) {
  .sexdating1 {
    background-image: url('/banners/sexdating/banner_399x438_1.jpg');
  }
}
@media (min-width: 1200px) {
  .sexdating1 {
    background-image: url('/banners/sexdating/banner_399x438_1.jpg');
  }
}
@media (min-width: 1540px) {
  .sexdating1 {
    background-image: url('/banners/sexdating/banner_529x534_1.jpg');
  }
}
.sexdating2 {
  background-image: url('/banners/sexdating/banner_399x438_2.gif');
}
@media (min-width: 992px) {
  .sexdating2 {
    background-image: url('/banners/sexdating/banner_399x438_2.gif');
  }
}
@media (min-width: 1200px) {
  .sexdating2 {
    background-image: url('/banners/sexdating/banner_399x438_2.gif');
  }
}
@media (min-width: 1540px) {
  .sexdating2 {
    background-image: url('/banners/sexdating/banner_529x534_2.gif');
  }
}
.sexdating3 {
  background-image: url('/banners/sexdating/banner_399x438_3.jpg');
}
@media (min-width: 992px) {
  .sexdating3 {
    background-image: url('/banners/sexdating/banner_399x438_3.jpg');
  }
}
@media (min-width: 1200px) {
  .sexdating3 {
    background-image: url('/banners/sexdating/banner_399x438_3.jpg');
  }
}
@media (min-width: 1540px) {
  .sexdating3 {
    background-image: url('/banners/sexdating/banner_529x534_3.jpg');
  }
}
.sexdating4 {
  background-image: url('/banners/sexdating/banner_399x438_4.gif');
}
@media (min-width: 992px) {
  .sexdating4 {
    background-image: url('/banners/sexdating/banner_399x438_4.gif');
  }
}
@media (min-width: 1200px) {
  .sexdating4 {
    background-image: url('/banners/sexdating/banner_399x438_4.gif');
  }
}
@media (min-width: 1540px) {
  .sexdating4 {
    background-image: url('/banners/sexdating/banner_529x534_4.gif');
  }
}
.sexdating5 {
  background-image: url('/banners/sexdating/banner_399x438_5.gif');
}
@media (min-width: 992px) {
  .sexdating5 {
    background-image: url('/banners/sexdating/banner_399x438_5.gif');
  }
}
@media (min-width: 1200px) {
  .sexdating5 {
    background-image: url('/banners/sexdating/banner_399x438_5.gif');
  }
}
@media (min-width: 1540px) {
  .sexdating5 {
    background-image: url('/banners/sexdating/banner_529x534_5.gif');
  }
}
.videocontent {
  overflow: hidden !important;
}
.signup {
  width: 1036px;
  height: 800px;
  background: url('/css/img/signup1036.jpg') no-repeat;
}
.signup .well {
  position: relative;
  top: 135px;
  width: 570px;
  padding: 0;
  margin-bottom: 10px;
  float: right;
  margin-right: 10px;
  background: #111;
  background: linear-gradient(to bottom,#111,#333);
  background: -webkit-linear-gradient(90deg,#333 0%,#111 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(90deg,#333 0%,#111 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(90deg,#333 0%,#111 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(90deg,#333 0%,#111 100%) repeat scroll 0 0 transparent;
  background-color: #111;
  border: 1px #aaa solid;
}
.signup legend {
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  filter: dropshadow(color=#000000,offx=1,offy=1);
  text-shadow: 1px 1px 1px black;
  line-height: 30px;
  height: 30px;
  padding: 0;
  padding-left: 5px;
  margin: 0;
  margin-bottom: 5px;
  border: 0;
}
.signup fieldset {
  margin: 0 !important;
}
.signup fieldset .btn {
  width: 550px;
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 3px;
}
.signup .form-group {
  margin-right: -5px;
}
.signup .form-group label {
  float: left;
}
.signup .form-group .input-group {
  width: 400px;
  float: right !important;
}
.signup .price {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
}
.signup .price input {
  margin-right: 5px;
  margin-bottom: 5px;
}
.signup .price .right {
  padding-right: 5px;
}
.signup .signup-btn {
  width: 95%;
}
.signup .info {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 12px;
  text-align: left;
  font-size: 10px;
}
.signup .control-label {
  width: 120px;
  margin-left: 10px;
  text-align: left;
  font-size: 14px;
}
.signup .pay {
  position: relative;
  top: 135px;
  width: 570px;
  float: right;
  margin-right: 10px;
}
.signup .pay input {
  float: left;
  margin-left: 50px;
}
.signup .pay .checkbox {
  float: left;
}
.signup .pay .checkbox label {
  font-size: 13px;
  float: left;
}
.signup .pay .checkbox label a {
  font-size: 13px;
}
.signup .pay .checkbox label input {
  margin-right: 10px;
  margin-top: 2px;
}
.signup .pay button {
  float: right;
  margin-bottom: 20px !important;
}
.signup .cards {
  margin-right: 5px;
  float: left;
}
.signup h1,
.signup h2 {
  display: none;
}
@media (max-width: 768px) {
  .signup .pay .checkbox label {
    width: auto;
    float: left !important;
  }
}
@media (max-width: 767px) {
  .signup {
    background: #000;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .signup .well {
    top: 10px;
    width: 90%;
    text-align: center;
    margin-right: 5%;
  }
  .signup fieldset .btn {
    width: 95%;
  }
  .signup fieldset .btn .left {
    width: 70%;
    float: left;
  }
  .signup fieldset .btn .right {
    width: 30%;
    float: left;
  }
  .signup .pay {
    top: 10px;
    width: 90%;
    margin-right: 10%;
  }
  .signup .pay label,
  .signup .pay label a {
    font-size: 11px;
  }
  .signup .pay input {
    margin-top: 12px;
    margin-left: 70px;
    margin-bottom: 13px;
  }
  .signup .pay button {
    width: 90%;
    padding-left: 5;
    padding-right: 5;
    margin: 0;
  }
  .signup .control-label {
    display: none;
  }
  .signup .info {
    line-height: 11px;
    font-size: 9px;
    text-align: center;
  }
  .signup .cards {
    margin-bottom: 5px;
    float: none;
  }
  .signup h1 {
    font-size: 22px !important;
    text-align: center;
    display: block;
  }
  .signup h2 {
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    margin-bottom: 10px;
    color: #ff7;
    display: block;
  }
}
@media (max-width: 479px) {
  .signup .info {
    text-align: left !important;
  }
  .signup .cards {
    float: left;
  }
}
@media (max-width: 992px) {
  .signup .form-group {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .signup .form-group label {
    display: none;
  }
  .signup .price {
    font-size: 12px;
    line-height: 22px;
  }
  .signup .info {
    line-height: 11px;
    font-size: 9px;
  }
  .signup .pay .checkbox {
    width: 100%;
    float: right;
    padding: 0;
  }
  .signup .pay .checkbox label {
    float: right;
    line-height: 16px;
  }
  .signup .pay .checkbox label input {
    margin-top: 2px;
  }
  .signup .form-group .input-group {
    width: 100%;
  }
  .signup .form-group .input-group {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .signup {
    width: 100%;
    height: 800px;
    background: url('/css/img/signup-small.png');
  }
  .signup .hidecat {
    display: none;
  }
  .signup .well {
    top: 128px;
    width: 60%;
    margin-bottom: 5px;
  }
  .signup legend {
    margin-bottom: 5px;
  }
  .signup fieldset {
    margin-bottom: 10px;
  }
  .signup fieldset .btn {
    width: 95%;
  }
  .signup .price input {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .signup .form-group {
    margin-right: -15px;
  }
  .signup .control-label {
    font-size: 13px;
  }
  .signup .pay {
    top: 128px;
    width: 420px;
    margin-left: 0;
  }
  .signup .pay input {
    margin-top: 7px;
    margin-left: 0px;
  }
  .signup .pay button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .signup .cards {
    margin-top: 0px;
    margin-right: 10px;
  }
  .signup .form-group .input-group {
    width: 98%;
    margin-left: -5px;
  }
}
@media (max-width: 1200px) {
  .signup .pay .checkbox label,
  .signup .pay .checkbox label a {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .signup {
    width: 827px;
    height: 800px;
    background: url('/css/img/signup827.jpg') no-repeat;
  }
  .signup .well {
    top: 128px;
    width: 420px;
    margin-bottom: 5px;
  }
  .signup legend {
    margin-bottom: 5px;
  }
  .signup fieldset {
    margin-bottom: 10px;
  }
  .signup fieldset .btn {
    width: 95%;
  }
  .signup .price input {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .signup .control-label {
    font-size: 13px;
  }
  .signup .pay {
    top: 128px;
    width: 420px;
    margin-left: 0;
  }
  .signup .pay input {
    margin-top: 7px;
    margin-left: 0px;
  }
  .signup .pay button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .signup .cards {
    margin-top: 7px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .signup {
    width: 1036px;
    height: 800px;
    background: url('/css/img/signup1036.jpg') no-repeat;
  }
  .signup .well {
    position: relative;
    top: 135px;
    width: 570px;
  }
  .signup .pay {
    position: relative;
    top: 135px;
    width: 570px;
  }
  .signup .form-group {
    margin-right: -15px;
  }
}
@media (min-width: 1540px) {
  .signup {
    width: 1370px;
    height: 800px;
    background: url('/css/img/signup1370.jpg') no-repeat;
  }
  .signup .well {
    top: 130px;
    width: 690px;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .signup legend {
    margin-bottom: 5px;
  }
  .signup fieldset {
    margin-bottom: 10px;
  }
  .signup fieldset .btn {
    width: 95%;
  }
  .signup .price input {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .signup .control-label {
    font-size: 13px;
  }
  .signup .pay {
    top: 130px;
    width: 680px;
    margin-right: 20px;
  }
  .signup .pay input {
    margin-top: 7px;
    margin-left: 0px;
  }
  .signup .cards {
    margin-right: 10px;
  }
  .signup .form-group {
    margin-right: -50px;
  }
}
.page404 {
  width: 1036px;
  height: 927px;
  background: url('/css/img/404_1036.jpg') no-repeat;
}
.page404 .textbox {
  display: none;
}
@media (max-width: 767px) {
  .page404 {
    width: 100%;
    height: 700px;
    background: none;
  }
  .page404 .textbox {
    display: block;
  }
}
@media (min-width: 768px) {
  .page404 {
    width: 100%;
    height: 610px;
    background: url('/css/img/404_small.jpg') no-repeat;
  }
}
@media (min-width: 992px) {
  .page404 {
    width: 827px;
    height: 740px;
    background: url('/css/img/404_827.jpg') no-repeat;
  }
}
@media (min-width: 1200px) {
  .page404 {
    width: 1036px;
    height: 927px;
    background: url('/css/img/404_1036.jpg') no-repeat;
  }
}
@media (min-width: 1540px) {
  .page404 {
    width: 1370px;
    height: 1226px;
    background: url('/css/img/404_1370.jpg') no-repeat;
  }
}
@media (max-width: 767px) {
  .header {
    margin-top: 40px;
  }
  .header .logo div {
    float: left;
    padding-top: 29px;
    padding-left: 6px;
  }
  .header .logo h1 {
    color: #ccc;
    font-weight: bold;
    font-size: 11px;
  }
  .header .navbar {
    border-radius: 0;
    border: 0;
    top: 0;
    z-index: 100;
    display: block;
    position: fixed;
    z-index: 500;
    width: 100%;
  }
  .header .navbar-nav {
    float: none;
    border: 0;
    margin-top: 0;
    display: block;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .header .navbar .nav > li > a,
  .header .navbar .nav > li:first-child > a {
    font-size: 14px;
    line-height: 16px;
    background-color: #222;
    background: linear-gradient(to bottom,#222,#111);
    background: -webkit-linear-gradient(90deg,#111 0%,#222 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg,#111 0%,#222 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg,#111 0%,#222 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(90deg,#111 0%,#222 100%) repeat scroll 0 0 transparent;
    border-radius: 0px;
    border-top: 1px #333 solid;
    border-bottom: 1px #000 solid;
    padding-left: 20px;
    color: #bbb;
  }
  .header .navbar .nav > li > a:hover,
  .header .navbar .nav > li.active > a,
  .header .navbar .nav > li.active > a:hover,
  .header .navbar .nav > li.active > a:active,
  .header .navbar .nav > li.active > a:visited {
    font-size: 14px;
    line-height: 16px;
    background-color: #111;
    background: #111;
    border-top: 1px #000 solid;
    color: #fff;
  }
  .header .navbar .nav > li > a:hover > i,
  .header .navbar .nav > li.active > a > i {
    color: #fff;
  }
  .header .navbar .nav .submit {
    color: #fff;
    background-color: #383;
    background: linear-gradient(to bottom,#383,#262);
    background: -webkit-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(90deg,#262 0%,#383 100%) repeat scroll 0 0 transparent;
  }
  .header .navbar .nav .submit:hover {
    background-color: #494;
    background: linear-gradient(to bottom,#494,#383);
    background: -webkit-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(90deg,#383 0%,#494 100%) repeat scroll 0 0 transparent;
  }
  .header .navbar-collapse {
    background-color: #111;
    padding-left: 3px;
    padding-right: 10px;
    border: 0;
    border-bottom: 1px #aaa solid;
    min-height: 300px;
    overflow: hidden;
    background-image: none;
  }
  .header .navbar-collapse li {
    float: none;
  }
  .header .navbar-collapse li a {
    background-image: none;
  }
  .header .navbar-right {
    float: left;
    margin-top: 10px;
  }
  .header-no-margin {
    margin-top: 0;
  }
  .submenu {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .submenu .navbar-collapse {
    max-height: 300px;
  }
  .submenu #categories-title {
    width: 100%;
    cursor: pointer;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px #333 solid;
    background-color: #222;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    background: linear-gradient(to bottom,#222,#000);
    background: -webkit-linear-gradient(90deg,#000 0%,#222 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg,#000 0%,#222 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg,#000 0%,#222 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(90deg,#000 0%,#222 100%) repeat scroll 0 0 transparent;
  }
  .submenu #categories-title:hover {
    color: #fff;
    text-decoration: none;
    background-color: #212121;
    background: linear-gradient(to bottom,#212121,#121212);
    background: -webkit-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(90deg,#121212 0%,#212121 100%) repeat scroll 0 0 transparent;
  }
  .submenu .nav-list li a {
    line-height: 30px;
    background-color: #222;
    background: linear-gradient(to bottom,#323232,#232323);
    background: -webkit-linear-gradient(90deg,#232323 0%,#323232 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg,#232323 0%,#323232 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg,#232323 0%,#323232 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(90deg,#232323 0%,#323232 100%) repeat scroll 0 0 transparent;
    border-top: 1px #333 solid;
    border-bottom: 1px #222 solid;
  }
  .submenu .nav-list li a:hover,
  .submenu .nav-list li.active a,
  .submenu .nav-list li.active a:hover {
    background-color: #333;
    background: linear-gradient(to bottom,#424242,#242424);
    background: -webkit-linear-gradient(90deg,#242424 0%,#424242 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg,#242424 0%,#424242 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg,#242424 0%,#424242 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(90deg,#242424 0%,#424242 100%) repeat scroll 0 0 transparent;
  }
  .submenu i {
    display: inline-table;
    line-height: 30px;
    margin-right: 10px;
  }
  .submenu-hidden {
    display: none;
  }
  .main {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .main h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .main .panel-main {
    border: 0;
    margin-bottom: 0 !important;
  }
  .main .panel-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: none;
  }
  .main .panel-body {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .main .pagination li a {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .main .panel-introtext {
    margin-top: 20px;
  }
  .main .panel-introtext h2 {
    margin-top: 10px;
  }
  .main .panel-introtext strong {
    font-size: 14px;
    line-height: 18px;
  }
  .main .panel-introtext p {
    font-size: 13px;
    line-height: 16px;
  }
  .main .panel-introtext .btn {
    width: 100%;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .main .frontpage h2 {
    margin-bottom: 5px;
  }
  .container {
    width: 100%;
  }
  .footer,
  #biografer,
  .panel-small,
  .panel-partner,
  .adv {
    display: none;
  }
  .footer-mobile {
    display: block;
    margin-top: 0 !important;
  }
  .navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu-icon {
    display: inline-table !important;
    margin-right: 8px;
  }
  .video-left {
    width: 100%;
    float: left;
  }
  .video-right {
    width: 100%;
    float: left;
  }
  .navbar form {
    width: 250px;
  }
  .btn-search {
    width: 50px !important;
  }
  #search {
    width: 120px !important;
  }
  .breadcrumb {
    display: none;
  }
  .panel-main {
    background: none;
  }
}
@media (min-width: 768px) {
  .header .logo div {
    float: left;
    padding-top: 29px;
    padding-left: 6px;
  }
  .header .logo .logo-title,
  .header .logo h1,
  .header .logo h2,
  .header .logo p {
    display: none;
  }
  .navbar {
    border-radius: 6px;
  }
  .navbar-nav li a,
  .navbar-nav li a:active,
  .navbar-nav li a:visited,
  .navbar-nav li a:focus {
    font-size: 13px;
  }
  .navbar-right .search-input {
    width: 100px !important;
    float: right;
  }
  .navbar-collapse {
    padding-left: 3px;
    padding-right: 10px;
  }
  .main {
    float: right;
    width: 590px;
  }
  .main h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .main h2 {
    margin-bottom: 10px;
  }
  .container {
    width: 720px;
  }
  .panel-partner,
  .adv {
    display: none;
  }
  .submenu {
    display: block;
    float: left;
    width: 120px;
  }
  .footer {
    display: block;
  }
  .footer-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .logo div {
    float: left;
    padding-top: 16px;
    padding-left: 6px;
  }
  .header .logo .logo-title {
    display: block;
  }
  .header .logo h1 {
    color: #ccc;
    font-weight: bold;
    font-size: 10px;
    display: block;
  }
  .header .logo h2,
  .header .logo p {
    display: block;
    font-size: 7.5px;
    line-height: 10px;
  }
  .navbar {
    border-radius: 6px;
  }
  .navbar-nav li a,
  .navbar-nav li a:active,
  .navbar-nav li a:visited,
  .navbar-nav li a:focus {
    font-size: 14px;
  }
  .navbar-right .search-input {
    width: 140px !important;
    float: right;
  }
  .navbar-collapse {
    padding-left: 3px;
    padding-right: 10px;
  }
  .main {
    float: right;
    width: 838px;
  }
  .main h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .main h2 {
    margin-bottom: 0px;
  }
  .container {
    width: 968px;
  }
  .panel-partner,
  .adv {
    display: block;
  }
  .submenu {
    display: block;
    float: left;
    width: 120px;
  }
  .footer {
    display: block;
  }
  .footer-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .logo div {
    float: left;
    padding-top: 10px;
    padding-left: 6px;
  }
  .header .logo h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
  }
  .header .logo h2,
  .header .logo p {
    display: block;
    font-size: 11px;
    line-height: 13px;
  }
  .navbar-nav li a,
  .navbar-nav li a:active,
  .navbar-nav li a:visited,
  .navbar-nav li a:focus {
    font-size: 16px;
  }
  .navbar-right .search-input {
    width: 260px !important;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .main {
    width: 1038px;
  }
  .main h1 {
    font-size: 24px;
    line-height: 28px;
    backgroundc-color: #f00;
  }
  .container {
    width: 1168px;
  }
  .submenu {
    width: 120px;
  }
}
@media (min-width: 1540px) {
  .header .logo h1 {
    font-size: 12px;
  }
  .header .logo h2,
  .header .logo p {
    display: block;
    font-size: 11px;
  }
  .navbar-nav li a,
  .navbar-nav li a:active,
  .navbar-nav li a:visited,
  .navbar-nav li a:focus {
    font-size: 18px;
  }
  .navbar-right .search-input {
    width: 260px !important;
  }
  .container {
    width: 1525px;
  }
  .label-inverse,
  .badge-inverse {
    font-size: 12px;
    padding-top: 4px;
  }
  .panel-submenu .nav-list a {
    font-size: 14px;
  }
  .main {
    width: 1372px;
  }
  .main h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .main h2 {
    font-size: 20px;
  }
  .main p,
  .main p>a {
    font-size: 11.5px;
    line-height: 18px;
  }
  .main input,
  .main select,
  .main textarea {
    font-size: 14px;
  }
  .submenu {
    width: 140px;
  }
}
