/**
 * General
 */
html,
body {
  min-height: 100%;
  height: 100%;
}

body {
  background: #1e1e1e;
  overflow-x: hidden;
}

.opened .wrapper {
  -webkit-transform: translateX(240px);
  transform: translateX(240px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
}
.opened .side-nav {
  -webkit-transition: z-index 0s linear 0.17s;
  transition: z-index 0s linear 0.17s;
  visibility: visible;
  z-index: 1;
}

/**
 * Header
 */
.header {
  overflow: hidden;
  height: auto;
  min-height: 40px;
}
.header img {
  display: block;
  width: 100%;
}
.header .logo {
  display: block;
  width: 75px;
  height: 37px;
  background: url(../img/logo.png) center no-repeat;
  background-size: 75px 37px;
  margin: 7px auto 0;
}

#search {
  display: none;
  padding: 8px 10px;
  text-align: center;
}
#search .container {
  background: transparent;
}
#search input[type="text"],
#search input[type="search"] {
  width: 60%;
  border: none;
  font-size: 15px;
  background: #ffffff;
  color: #222;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#search .btn {
  display: inline-block;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}

/**
 * Navigation
 */
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
  overflow: hidden;
  z-index: 999;
  position: relative;
}
.nav ul li {
  float: left;
  width: 24%;
  border-right: 1px solid #ffffff;
}
.nav ul li:last-child {
  border-right: none;
}
.nav ul li a {
  display: block;
  font-size: 10px;
  font-style: italic;
  color: #999999;
  text-align: center;
  border-bottom: 4px solid transparent;
  padding: 6px 0 3px;
  text-decoration: none;
}
.nav ul li a:before {
  content: '';
  display: block;
  height: 16px;
  margin-bottom: 5px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.nav ul li.icon-home a:before {
  background-image: url(../img/icon-home.png);
}
.nav ul li.icon-impressum a:before {
  background-image: url(../img/icon-impressum.png);
}
.nav ul li.icon-help a:before {
  background-image: url(../img/icon-help.png);
}
.nav ul li.icon-agb a:before {
  background-image: url(../img/icon-agb.png);
}

.side-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #1e1e1e;
  -webkit-transition: visibility 0s linear 0.17s;
  transition: visibility 0s linear 0.17s;
  visibility: hidden;
  z-index: 0;
}
.side-nav .inner {
  width: 240px;
}
.side-nav .logo {
  width: 67px;
  height: 27px;
  background: url(../img/logo-small.png) center no-repeat;
  background-size: 100%;
  margin: 10px 0 5px 15px;
}
.side-nav .user-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav .user-nav li a {
  display: block;
  padding: 13px 10px 13px 37px;
  font-size: 15px;
  font-style: italic;
  color: #ffffff;
  text-decoration: none;
  border-left: 2px solid transparent;
}
.side-nav .user-nav li.icon-home a {
  background: url(../img/sidenav-icon-home.png) 10px center no-repeat;
  background-size: 17px 17px;
}
.side-nav .user-nav li.icon-new-videos a {
  background: url(../img/sidenav-icon-new-videos.png) 10px center no-repeat;
  background-size: 17px 17px;
}
.side-nav .user-nav li.icon-categories a {
  background: url(../img/sidenav-icon-categories.png) 10px center no-repeat;
  background-size: 17px 17px;
}
.side-nav .user-nav li.icon-pornstars a {
  background: url(../img/sidenav-icon-pornstars.png) 10px center no-repeat;
  background-size: 17px 17px;
}
.side-nav .user-nav li.icon-videos a {
  background: url(../img/sidenav-icon-videos.png) 10px center no-repeat;
  background-size: 17px 17px;
}
.side-nav .user-nav li.current-menu-item {
  background: #353535;
}
.side-nav .user-nav li.current-menu-item a {
  border-left: 3px solid #ffffff;
}
.side-nav .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav .main-nav li {
  background: #111111;
  border-bottom: 1px solid #292929;
}
.side-nav .main-nav li a {
  display: block;
  padding: 14px 10px;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  text-decoration: none;
  border-left: 2px solid transparent;
}
.side-nav .main-nav li.bold a {
  font-weight: bold;
  color: #FF32AC;
}
.side-nav .sep {
  margin: 15px 0 0;
  background: #111111;
  border-bottom: 1px solid #292929;
}
.side-nav .sep i {
  display: block;
  padding: 14px 10px;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  border-left: 2px solid transparent;
  font-weight: bold;
  color: #FF40FF;
}
#menu-extras-member .icon-home {
  display: none;
}

/**
 * Content
 */
.main {
  position: relative;
}

.landing .logo {
  position: absolute;
  top: -35px;
  width: 100%;
  height: 72px;
  background: url(../img/logo.png) center no-repeat;
  background-size: auto 100%;
  z-index: 1;
}
.landing .slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing .items {
  position: relative;
}
.landing .items .item img {
  display: block;
  width: 100%;
}

.heading {
  background: #333333;
  padding: 8px 10px;
}
.heading h3 {
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
  color: #FF40FF;
  margin: 0px;
  width: 80%;
}
.page-template-newest-videos-page .heading h3, .search .heading h3, .page-template-videos-page .heading h3 {
  width: 50%;
}
.heading .more {
  float: right;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
  font-weight: bold;
  color: #FF40FF;
  padding: 0 18px 0 0;
  background: url(../img/icon-arrow.png) right center no-repeat;
  background-size: 7px 13px;
  text-decoration: none;
}
.heading .back{
  float: right;
  padding: 12px;
  margin: -8px 0 0 0;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}
.heading .back:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #6b6b6b transparent transparent;
  position: absolute;
  top: 13px;
  left: -3px;
}



.btn {
  display: block;
  border: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: #FF40FF;
  outline: none;
  padding: 9px 10px;
  background-color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.tos {
  padding: 10px;
}
.tos p {
  font-size: 11px;
  font-style: italic;
  color: #525252;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}
.tos p a {
  color: #525252;
  text-decoration: none;
}
.videos {
  padding: 5px;
  font-size: 0;
}
.videos .item {
  position: relative;
  display: inline-block;
  width: 48%;
  margin: 1%;
  vertical-align: top;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.videos .item img {
  display: block;
  width: 100%;
}
.videos .item .icon-hd {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 12px;
  background: url(../img/icon-hd.png) center no-repeat;
  background-size: 100%;
}
.videos .item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../img/icon-play.png) center no-repeat;
  background-size: 100%;
  margin: -45px 0 0 -25px;
}
.videos .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
}
.videos .item .title h2 {
  font-size: 13px;
  font-style: italic;
  color: #ffffff;
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videos .item .title .time {
  display: block;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}
.videos .item .title .icon-time {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/icon-time.png) center no-repeat;
  background-size: 100%;
  vertical-align: top;
  margin: 0 2px 0 0;
}

.overlay {
  display: none;
  /*
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  */
  z-index: 2;
}
.overlay .popup {
  /*  position: absolute; */
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 260px;
  margin: -55px 0 0 -141px;
  /*margin: -135px 0 0 -135px;*/
  background: rgba(51, 51, 51, 0.7);
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.overlay .popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  background: url(../img/icon-close.png) center no-repeat;
  background-size: 100%;
}
.overlay .popup .logo {
  width: 82px;
  height: 33px;
  background: url(../img/logo-small.png) center no-repeat;
  background-size: 82px 33px;
  margin: 0 auto 10px;
}
.overlay .popup .logoimg {
  margin: 0 auto 10px;
}
.overlay .popup h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #ffffff;
  margin: 0px;
}
.overlay .popup h2 span {
  color: #FF32AC;
}
.overlay .popup p {
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  margin: 0px;
}
.overlay .popup p a {
  color: #fff;
  text-decoration: none;
}
.overlay .popup .btn {
  margin: 10px 0;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 10px;
  border: none;
  margin: 0 0 15px;
  outline: none;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form .btn {
  font-size: 16px;
  width: 100%;
}

.videoWrapper{
  margin: 0;
  /*
      background: #fff;
      float:left;
      width:94%;
      display:block;
      margin:10px 3%;
  */
}
.videoWrapper .video{
  width:100%;

  /*
      float:left;
      border-radius:5px;
  */
}
.videoFooter{
  margin-top:0;
  float: left;
  width: 100%;
  display: block;
  background: rgb(227,227,227);
  background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(207,207,207,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(100%,rgba(207,207,207,1)));
  background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
  background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
  background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
  background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cfcfcf',GradientType=0 );
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom:15px;
}

.videoFooter a{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  float: left;
  width:50%;
  text-align:center;
  display: block;
  font-weight: 700;
  color: #6b6b6b;
  text-shadow: 0px 1px 0px #FFF;
  padding:10px 0;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #eee;
}

.threeGicon{
  width:20px;
  height:15px;
  display:inline-block;
  background:url(../img/3g.png);
  background-size:20px 15px;
  background-position:center;
  background-repeat:no-repeat;
  margin: 0px 5px 0 0;
}

.wifiIcon{
  width:20px;
  height:15px;
  display:inline-block;
  background:url(../img/wifi.png);
  background-size:20px 15px;
  background-position:center;
  background-repeat:no-repeat;
  margin: 0px 5px 0 0;
}

.videoThumbnailsCarousel{
  border-radius:5px;
}

.videoThumbnailsCarousel .owl-prev{
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background: rgba(0,0,0,0.2);
}

.videoThumbnailsCarousel .owl-next{
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: rgba(0,0,0,0.2);
}

.videoThumbnailsCarousel .owl-prev i, .videoThumbnailsCarousel .owl-next i {
  width:24px;
  height:22px;
  display:block;
  background:url(../img/carouselArrows.png);
  background-size:48px 22px;
  background-position:0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px auto auto -12px;
}

.videoThumbnailsCarousel .owl-next i{
  background-position:-22px 0px;
}


.categoryNavHeader{
  float:right;
}

.categoryNavHeader a{
  width:40px;
  height:20px;
  display:block;
  float:left;
  /*border-left:1px solid #b0b0b0;*/
}

.categoryNavHeader  a  i{
  color: #FF32AC;
  width:20px;
  height:20px;
  display:block;
  float:left;
  background-size:20px 20px !important;
  background-repeat:no-repeat;
  margin: 0 10px;
}

.categoryNavHeader > a.prev i{  background:url(../img/back_ico.svg); }
.categoryNavHeader > a.next i{  background:url(../img/next_ico.svg); }

.categoryNav {
  overflow: hidden;
  padding-top: 10px;
}

.categoryNav span {
    float:left;
    font-size:14px;
    color:#969696;
    text-shadow:0px 1px 0px #FFF;
    margin:10px 20px;
}

.categoryNav a {
    display:block;
    font-weight:bold;
    color:#ffffff;
    line-height: 40px;
    font-size: 14px;
    text-decoration:none;
    padding:0 20px;
}

.categoryNav a.prev {
    float: left;
}

.categoryNav a.next {
    float:right;
}

.clear { clear: both; height: 1px; line-height: 1px; margin: -1px 0 0; }

.age-verification { bottom: 47px; }

.owl-carousel .owl-item img { width: 100%; }

.grecaptcha-badge {
	display: none;
}
