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

html {
    box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {		
	font-family: Arial;
	font-size: 13px;
	color: #333;
	line-height: normal;
    min-width: 320px;
}

header {
   /* border-bottom: 1px solid #e7e7e7;   */
    background: #F9F9F9;
    width: 100%;
}

.cont {
    height: auto;
    /*overflow: hidden;*/
    /* add cf to class instead of overflow(css) to allow child (language) to overflow parent */
}

.fix-left {
    width: 240px;
    float: left;
}

.dyn-right {
    width: auto;
   /* overflow: hidden;*/
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



footer {
    border-top: 1px solid #e7e7e7;
 /*   margin-top: 20px;*/
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

/*
footer .col {
    width: 25%;
  
    float: left;
    padding-left: 20px;
}*/

footer .col-header {
    font-weight: bold;
    color: #333; 
}

footer .navi {
    margin-top: 20px;
}

footer .navi a {
    color: #666;
}

footer .navi .linklist a {
    color: #167ac5;
}

footer .navi ul {
    list-style: outside none none;
}

footer .navi li {
    border-bottom: 1px solid #e4e4e4;
    display: block;
    padding: 10px 0px 5px 0px;
    width: 100%;
}

footer .fa-facebook-square {
    color: #3a589b
}

footer .fa-twitter-square {
    color: #598dca;
}


footer .fa-reddit-square {
    color: #FF4500;
}


a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
/*	text-indent: -9999px;*/
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;	
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
    /* background: #FF90AC; */
    background: #f36;
    opacity: 0.8;
}
a.back-to-top i {
    z-index: 1000;
    color: white;
    position: relative;
    top: 2px;
    left: 5px;
}


.email span {
    display: none;
}

.textbox {
    padding: 10px;
}

.textbox.no-top {
    padding-top: 0px;
}


.h1_heading {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bold;
    display: block;
}

.scroll_container {
    width: 100%;
    overflow: scroll;
}

h1,h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}



.h3_small {
    position: relative;
}

.h3_small h3 {
    float: left;
}

.h3_small small {
    font-size: 13px;
    color: #888;
    float: left;
    bottom: 0;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: 5px;
    position: absolute;
    white-space: nowrap;
}


#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 200;
    display: none;
}

a {
    text-decoration: none;
    color: #167ac5;
}

a:hover {
    text-decoration: none;
}

.textbox {
    padding: 10px;
    text-align: justify;
}

.hide {
    display: none;
}

.autocomplete-suggestions { 
   /* border: 1px solid #999; */
    border: 1px solid #ccc;
    background: #fff; 
    overflow: auto; 
}

.autocomplete-suggestion { 
    padding: 8px 2px 8px 10px; 
    white-space: nowrap; 
    overflow: hidden; 
    cursor: pointer;
    color: #666;
}

.autocomplete-selected { 
    background: #F0F0F0; 
}

.autocomplete-suggestions strong { 
    font-weight: normal; 
    color: #3399FF;
}

.autocomplete-group { 
    padding: 8px 2px 8px 10px;
    background-color: #eee;    
}

.autocomplete-group strong { 
    display: block;    
    font-weight: bold;
    color: #999;
  /*  border-bottom: 1px solid #000; */
}

.pd-10 {
    padding: 10px;
}

h2.normal {
   font-size: 13px;
   font-weight: normal;
   margin: 0;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-15 {
    margin-bottom: 15px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-15 {
    margin-top: 15px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-r-15 {
    margin-right: 15px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-l-5 {
    margin-left: 5px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-l-15 {
    margin-left: 15px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-15 {
    margin: 15px;
}

.mg-20 {
    margin: 20px;
}

.matrix .tube {
    color: #FF3366;
}

.matrix th {
  /*  transform: rotate(-90deg);
    width: 30px;*/
  min-width: 30px;
  cursor: pointer;
}

.matrix td {
    text-align: right;
    white-space: nowrap;
}

.matrix .empty {
    background-color: #FBE6F2;
}

.matrix .zero a {
    color: red;
}

.matrix .full a {
    color: green;
}

.matrix .total {
    background-color: #66CCFF;
}


.icon-nice  {    
    background: #ff3366 none repeat scroll 0 0;
    color: white;  
    padding: 5px; 
    margin-left: 10px;
    margin-right: 5px;
    box-sizing: content-box;
}

.search_field {
    background: #fff none repeat scroll 0 0;
    height: 36px;
    padding: 2px 15px 0;    
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    width: 500px;
    margin-top: 8px;
    font-style: italic;
    font-weight: bold;
}

.header_search {
    position: relative;
}    
    
#loading_search { 
    position: absolute; 
    left: 180px; 
    top: 17px;
}


.search_btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%) repeat scroll 0 0;
    border: 1px solid #bdbdbd;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #FF3366;
    font-size: 18px;
    height: 36px;
  /*  line-height: 33px;*/
    text-shadow: 1px 1px #fff;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 10px;
    width: 50px;
}

.search_bar {
    
    background: #30baff;
    background: -moz-radial-gradient(center, ellipse cover,  #30baff 0%, #009ae1 40%, #003a96 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#30baff), color-stop(40%,#009ae1), color-stop(100%,#003a96));
    background: -webkit-radial-gradient(center, ellipse cover,  #30baff 0%,#009ae1 40%,#003a96 100%);
    background: -o-radial-gradient(center, ellipse cover,  #30baff 0%,#009ae1 40%,#003a96 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #30baff 0%,#009ae1 40%,#003a96 100%);
    background: radial-gradient(ellipse at center,  #30baff 0%,#009ae1 40%,#003a96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30baff', endColorstr='#003a96',GradientType=1 );

    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 80px;

}

.search_bar_content {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.search_bar .search_btn {
    height: 52px;
    margin: 0px;
    width: 80px;
    font-size: 24px;
    float: left;
    border-left: none;   
}

.search_bar .search_field {
    height: 52px;
    width: 400px;
    font-size: 20px;
    color :#666;
    float: left;
    margin: 0;
}


.cpagination {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.cpagination a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%) repeat scroll 0 0;
    border: 1px solid #bdbdbd;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #666;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0 2px;
    padding: 0 15px;
    text-shadow: 1px 1px #fff;
    float: left;
    margin-bottom: 5px;
}

.cpagination .active a, .cpagination li:hover a {
    background: #ff3366 none repeat scroll 0 0;
    box-shadow: none;
    color: white;
    text-shadow: none;
}

/* set minimum size to avoid breaking of the last column on hover */
.img_box .img_info {
 /*   min-height: 50px;*/
    margin-top: 2px;
}

.img_info .tube a{
    color: #333;
}

/* show full title when mouse is over image */ 

/*.img_box:hover .title a {
   text-overflow: clip;
   white-space: normal;
  
}*/

.img_box:hover .tube {
   display: none;
}

/* show tube and info when mouse is over info box */ 

.img_info:hover .tube  {
    display: block !important;
}

/*.img_info:hover .title a {
    text-overflow: ellipsis !important;
	white-space: nowrap !important;
}*/

.img_info .title {
    height: 32px;
    overflow: hidden;
}

.img_info .title a {
    margin: 0;
}


.pull-left {
    float: left;
}

.cf:after{
    clear: both;
    content: "";
    display: table;     
}

/*	.thumb {
  position: relative;
  width: 300px;
  height: 150px;
  overflow: hidden;
}
.thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
		  transform: translate(-50%,-50%);
}
.thumb img.portrait {
  width: 100%;
  height: auto;
}*/

/* http://stackoverflow.com/questions/16310918/css-scale-and-square-center-crop-image */

.aspect-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 62.5%;
}

.aspect {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0; 
   overflow: hidden;
}


.thumb {
	display: block;
	overflow: hidden;
    height: 100%;
	/*height: 150px;*/
	/*width: 240px;*/
	/*position: relative;*/
    /**/
}

.thumb a {
    display: block;
    position: relative;
    height: 100%;
 /*   top: 50%;
    transform: translateY(-50%);  */
}

.thumb img {			
	filter: saturate(1.2);
	display: block; /* Otherwise it keeps some space around baseline */
/*	min-width: 100%;   */ /* Scale up to fill container width */
	min-height: 100%;   /* Scale up to fill container height */
	-ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
    transition: all .2s ease-in-out;
    width: 100%;
   /* position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}

.thumb img:hover {
    transform: scale(1.05);
}

.thumb .hd { 
    background: #ff3366 none repeat scroll 0 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 14px;
}

.thumb:hover .hd {
    opacity: 0.5;
}

.grid_box {
 /* box-sizing: border-box;*/
  width: 16.66%;
  float: left;
  margin-bottom: 5px;
}

.video_box .grid_box {
    width: 12.5%;
}

.grid_box:hover {
    background: #eee;
    margin-top: -5px;
    padding-top: 5px;
  /*  outline: 1px solid #aaa;*/
}

.img_box {	
    font-size: 12px;
	position: relative;
	/*max-width: 260px;*/
    margin-left: auto;
    margin-right: auto;
    width: 96%;
 /*   margin-bottom: 8px;*/
   /* box-sizing: border-box;*/
  /*  float: left;*/
  /*  width: 16%;*/
  /*  margin: 0.3%;*/
}


.cats {    
    height: 30px;
    margin-top: 2px;
    overflow: hidden;      
}

.cats .star {
    color: #f36;
}

.grid_box:hover .cats {
    background: #eee;   
  /*  height: 80px;
    position: absolute;
    z-index: 10000;*/
    margin-left: -5px;
    padding-left: 5px;
    margin-right: -5px;
    left: 0;
    right: 0;
    padding-right: 5px;
 /*   outline-width: 1px solid #aaa;   */
}


.category_box .img_box, .tube_box .img_box {
    max-width: none;
   /* background: #999;*/
}

.category_box .title, .tube_box .title {
    text-align: center;
    padding-bottom: 1px;
}

.tube_box .aspect {
    border: 2px solid #999;
}
/*
.category_box .title a, .tube_box .title a {
    color: white;
    text-shadow: 1px 1px #777;
    letter-spacing: 1px;
    font-weight: normal;
}*/

.pornstar_box .top a {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    left: 0px;
    padding-left: 10px;
  /*  text-align: center;*/
    color: #222;
    text-shadow: 1px 1px #fff;
    background: rgba(255,255,255,0.7);
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}



.sorting_box {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.sorting_box i {
    float: right;
}

.sorting_box a, .sorting_box > span, .box_style {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%) repeat scroll 0 0;
    border: 1px solid #cbcbcb;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #666;
    display: block;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}

.sorting_box .fa-signal {
    color: #167ac5;
}


.outer_box {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.outer_box .box_style {
    padding-left: 10px;
    padding-right: 10px;
}



.box_style:hover {
   color: #222;
}

.box_style.active {
    background: #fff;
    font-weight: bold;
    border-bottom: 2px solid #009AE1;
}

#sidebar {
    position: relative; 
   /* z-index: 300;*/
    padding-bottom: 50px;  
}

#sidebar .cbtn-group {
    margin-left: 10px;
    margin-right: 10px;
}

.letter_index {
    background: #167ac5 none repeat scroll 0 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    display: block;
    float: left;
    margin-left: -24px;
    margin-top: -5px;
    min-width: 20px;
    padding: 5px 4px 5px 3px;
    font-weight: bold;
}


.cbtn-group a {
    /*box-sizing: border-box;*/
    text-align: center;   
}

.cbtn-group .split_3 {
    width: 33.33%;
}

.cbtn-group .split_2 {
    width: 50%;
}

.alphabet-index a {
  /*  display: block;*/
 /*   float: left;
    width: 20px;
    height: 30px;
    text-align: center;*/
    line-height: 30px;
    margin-right: 5px;
    font-weight: bold;
}

.alphabet-index a:hover {
   /* background-color: #167ac5; *//*#ff3366;*/
   /* color: white;*/
   color: #ff3366;
}


.sortRight {
    padding: 0 0 0 7px;
    text-decoration: none !important;
    width: 185px;
}

.sortRightSel i::before {
    border-left: medium none;
}
.sortRight i::before {
    border-left: 1px solid #cbcbcb;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 27px;
}

.sorting_box .options {
 /*   width: 192px;     */ 
    border: 1px solid #cbcbcb;
    background: #eee;
    z-index: 100;
    position: absolute;
    top: 151px;
    width: 185px;
}

.sorting_box .options a {  
    width: 183px;
    background: none;
    padding-left: 10px;
    border: none;
}

.sorting_box .options a:hover {    
    background: #333; 
    font-weight: bold;
    color: white;
}

/*
.sortNewSelHide {
    background: #eaeaea none repeat scroll 0 0;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    padding: 5px 10px;
    top: 25px;
}
.sortRightHide {
    background: #f9f9f9 none repeat scroll 0 0;
    display: none;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}*/

.sorting_box_active { 
    border-right: 0 none;
    z-index: 3;
}

.sorting_box .active ul {
    display: none;
}

.sorting_box .active:hover ul {
    display: block;
}



/*ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}*/
/*
ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #555;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover { background: #666; }
ul li:hover ul {
  display: block;
  opacity: 1;
}*/



.duration {
	position: absolute;
	background: rgba(0,0,0,0.5);
	padding: 0px 7px;
	right: 5px;
	bottom: 5px;
	color: white;
	font-size: 12px;
	line-height: 24px;
}

.rating {
	color: #00ff44;
	position: absolute;
	background: rgba(0,0,0,0.5);

	padding: 0px 7px;
	left: 5px;
	bottom: 5px;			
	font-size: 12px;
	line-height: 24px;
}

.title a {
	color: #167ac5;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0;
	overflow: hidden;
/*	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.time_left {
	color: #666;
	/*font-size: 13px;*/
}

.tube_right {
    float: right;
    color: #666;
}

.rating-bar {
	background: #cbd2d4;
	margin-top: 3px;
}

.rating-bar div {
	background: #f36;
	border-right: 2px solid #fff;
	height: 3px;
}

.tubelink {
	color: #333;
	text-decoration: none;
}

.tubelink:hover {
	text-decoration: underline;
}


#sidebar {			
	width: 240px;
	float: right;	
    margin-left: -240px;
	background-color: #F9F9F9;
    border-left: 1px solid #e7e7e7;
}

#sliding_list{
    width: 240px;
}
/*
.sticky {  
    position: fixed;  
  /-*  top: 20px;  *-/
    z-index: 100;  
   /-* border-top: 0;  *-/
    bottom: auto;
}  

#sidebar .sticky, #sidebar .stickybottom {
    width: 240px;
}

.stickybottom {
    position: absolute;
   /-* top: auto;*-/
    bottom: 0px;
    z-index: 100;  
}
*/

.wrap_center {
    width: 100%;
    float: left;
}

.content.wside {			
/*	overflow: hidden;*/
    margin-right: 240px;   
}

/* pornstar lsit */

.alpha_index {
    clear: both;
    background-color: #FF3366;
    padding: 8px 12px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 20px;
}

.pornstar_list, .category_list {
    margin-bottom: 30px;
  /*  padding-left:40px;*/
    padding-left: 20px;
    padding-top: 20px;
}


.pornstar_list li, .category_list li {
    float: left;
    list-style: outside none none;
    margin-left: 0;
    width: 16.66%;    
    padding-right: 20px;
}

.category_list_compact li {
    text-align: right;
    padding-left: 15px;
    padding-right: 10px;
}

.category_list_compact a {
    float: left;
}

.category_list_compact {
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
}

.category_list_compact .alpha_index {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
    text-align: left;
}

/*.pornstar_list li::before {
    border-color: transparent #f47f00;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    content: "";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    top: 1em;
    width: 0;
}*/

.pornstar_list li a, .category_list li a {
    float: left;
}


/* video */

.video_wrapper {
    width: 100%;
    /*max-width: 1000px;*/
    position: relative;
    padding-bottom: 50%;
    /*padding-bottom: 56.25%;*/
}

.video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.taglist {
    list-style-type: none;
}


.taglist li {
    background-color: #167ac5;   
    padding: 10px 15px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.taglist li a {
     color: white;
}


/* menu */

.mini-menu {
    display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
 /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: sans-serif;
  line-height: 1;
/* background: #ffffff;*/
}

/*
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}*/
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  /*padding: 12px;*/
  /*font-size: 12px;*/
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  
  background: #e3e3e3 none repeat scroll 0 0;
  margin: 4px 4px 4px 10px;
  padding: 8px;    
}


#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/*
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
*/

.radio-symbol {   
    border: 1px solid #167ac5;
    border-radius: 15px;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    float: left;
    top: 5px;
    margin-right: 5px;
}

.radio-dot {
    background: #555 none repeat scroll 0 0;
    border-radius: 6px;    
    display: none;
    height: 7px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 7px;    
}

li.active .radio-dot {
    display: block;
}

li.active a {
    font-weight: bold;
}

/* language switcher start */

.lang {
	margin-top: 9px;
}

.lang_box {
    height: 36px;
    margin-right: 10px;
}

.lang_box .box_style {
    height: auto;  
}

.lang_box .box_style.col1{  
    width: 200px;
}

.lang_box .box_style.col2{  
    width: 400px;
}

.lang_box .box_style.col3{  
    width: 600px;
}

.lang_box .box_style li {
    float: left;
    width: 199px;
}

.lang i {
	margin-left: 5px;
    position: relative;  
}

.lang_box > ul > li {
    height: 36px;
}

.lang ul {
  text-align: left;
  display: inline;
  margin: 0;
  /*padding: 15px 0px 17px 0;*/
  list-style: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  z-index: 100;
}
.lang ul li {  
  display: inline-block;
  position: relative;
  padding: 6px 10px 2px 15px; 
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/*.lang ul li:hover {
  background: #000;
  color: #fff;
}*/

.lang ul li ul {
  padding: 0;
  position: absolute;
  top: 33px;
  right: 0;
  width: 78px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.lang ul li ul li {  
  display: block;  
  padding-top: 5px;
  padding-bottom: 5px;
}

.lang ul li ul li:hover {
    background: #ccc;  
}

.lang ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


/* language switcher end */


.top-bar {
    background: #444 none repeat scroll 0 0;
   /* border-bottom: 2px solid #fff;*/
    height: 25px;
}

.menu-bar {
   /* background: #ccc none repeat scroll 0 0; */
   /* border-top: 1px solid #e7e7e7;  */
}

h1 {
    color: #ddd;
    font-size: 14px;
    line-height: 25px;
    margin: 0 10px 0 0;
}


h2 {
    color: #555;
    font-size: 12px;
    line-height: 29px;
    margin: 0 10px 0 0;
}


.tag-1 {
    font-size: 100%;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);    
}

.tag-2 {
    font-size: 110%;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.tag-3 {
    font-size: 120%;    
}

.tag-4 {
    font-size: 130%;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.tag-5 {
    font-size: 140%;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.tag-6 {
    font-size: 150%;
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

.tag-7 {
    font-size: 160%;
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
}

.tag-8 {
    font-size: 170%;
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

/* network bar */
.network-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.network-bar li {
    float: left;
}

.network-bar a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    border-right: 1px solid #ccc;
    margin-top: 4px;
}


@media all and (max-width: 768px) /*, only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) */  {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
   /* padding: 20px;*/
    color: #000000;
  /*  cursor: pointer;*/
    font-size: 12px;
    text-transform: uppercase;
  }
/*  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }*/
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }  
  
  .lang_box {
      display: none;
  }
  
  .network-bar a { 
    font-size: 11px;
    margin-top: 3px;
  } 
}

.info {
    padding: 10px;
}

.info i {
    color: #167ac5;
}

.info .entry {
    float: left;
    width: 320px;
}


.logo {
        width: 240px;
        height: 50px;  
 }   

/* sidebar */

.heading {
/*    font-size: 14px;
    background-color: #167ac5;
    padding: 5px;
    font-weight: bold;
    color: white;
    padding-left: 15px;*/

    font-size: 14px;
    color: #167ac5;
    font-weight: bold;
    padding-left: 15px;
    /*background: #ddd;
    padding-top: 5px;
    padding-bottom: 5px;*/
}

.heading i {
    margin-right: 10px;
    float: right;
    cursor: pointer;
}


.sidebar_menu {
    padding: 0px 15px;
}

.sidebar_menu ul {
    list-style: outside none none;
	padding-left: 0px;
}

.sidebar_menu a {
    color: #333;
    display: block;
    font-size: 13px;
    padding: 5px 55px 5px 4px;
    position: relative;
}


.sidebar_menu li a:hover {
    color: #fff;
    background: #333;
    margin: 0 -15px;
    padding: 5px 70px 5px 19px;

}

.sidebar_menu li a:hover i {
  margin-right: 15px;
}


.sidebar_menu li a i {
    color: #8a8a8a;
    font-size: 11px;
    font-style: normal;
    line-height: 29px;
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar_menu li:first-child {
    border-top: 0 none;
}
.sidebar_menu li {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
}

.sidebar_menu a.show-more {
    padding-right: 0;
    float: right;
    color: #167ac5;
}

.emoji {
    cursor: pointer;
    font-size: 20px;
}


@media all and (min-width: 1921px) {
       
    .grid_box {
        width: 12.5%;
    }
    
    .video_box .grid_box {
        width: 10%;
    }
    
     .category_list_compact {
    -moz-column-count: 6;   
    -webkit-column-count: 6;  
    column-count: 6;    
    }
}


@media all and (min-width: 1024px) and (max-width: 1599px) {
	
    .grid_box {
        width: 25%;        
    }
    
    .video_box .grid_box  {
        width: 20%;        
    }
    
  
    
	.img_box {	
	/*	width: 25%;    
        margin-left: 2%;
        margin-right: 2%;*/
	}
    
    .pornstar_list li, .category_list li { 
        width: 20%;
    }
    
    
     .category_list_compact {
    -moz-column-count: 4;   
    -webkit-column-count: 4;  
    column-count: 4;    
    }
    
}
@media all and (min-width: 1281px) and (max-width: 1599px) {
    .grid_box {
        width: 20%;        
    }
    
    .video_box .grid_box {
        width: 16.66%;
    }
}



@media all and (max-width: 1023px) {
   
    /*.img_box {	
		width: 24.025%;
        margin: 1%;
	}*/
    
    .grid_box, .video_box .grid_box  {
        width: 25%;
    }
    
    .pornstar_list li, .category_list li { 
        width: 25%;
    }
    
    .search_field {
        width: 250px;
    }
    
     .category_list_compact {
    -moz-column-count: 4;   
    -webkit-column-count: 4;  
    column-count: 4;    
    }
    
    
    #wrapper {
      /*  display: flex;
        flex-direction: column;*/
    }
    
    #sidebar {
      /*  order: 2;
        width: 100%;
        float: none;*/
       clear: both;
       margin-left: 0;
       width: auto;
    }
    
    #sliding_list {
        width: 100%;
    }
    
    .content.wside {
        margin-right: 0;
      /*  order: 1;*/
    }
    
}

@media all and (min-width: 769px) {
             
    .show-sm, .show-sm-inline {
        display: none !important;
    }   
    
  /*  footer {
        padding-left: 240px;
    }*/
}


@media all and (max-width: 768px) {
    
    html, body {
        font-size: 12px;
        height: 100%;
    }
    
    header {
        position: fixed;
        top: 0;
        z-index: 300;
        min-width: 320px;
    }
    
    /* google pagespeed: the gap beetween links is to small */ 
    
   /* .img_box .img_info {
        min-height: 60px;
    }*/
    
    .img_info .tube {
        margin-top: 8px;
    }
    
    footer .navi .linklist a {
        line-height: 25px;
    }    
    
    #sliding_list {
        width: auto;
    }
    
    .header_search {
        display: none;
    }
    
    footer .col {
        width: 50%;
    }
    
    .content {
        margin-top: 40px;
    }
    
    .show-sm {
        display: block !important;
    }
    
    .show-sm-inline {
        display: inline !important;
    }
    
     
    .small_logo {
        width: 200px;
        height: 40px;
        display: block;
      /*  background-image: url('../img/logo_400.png');      
        background-size: 100%;   */        
    }
    
    .logo {
        display: none;
    }
    
    .mini-menu {
        display: block;
    }
    
    
    #search-icon, #menu-icon, #sidebar-icon {                
        margin-top: 4px; 
        font-size: 18px !important; 
        color: #333;
      /*  margin-right: 42px;*/
        padding: 9px;
        cursor: pointer;
    }  
    
    .search_field {
        margin-bottom: 10px;
    }
        
    .grid_box, .video_box .grid_box  {
        width: 33.333%;
    }
    
    .pornstar_list li, .category_list li { 
        width: 33.333%;
        margin-bottom: 10px;
    }
    
 /*   .content {
        overflow: auto;        
    }*/
    
  /*  #sidebar {
        position: fixed;
        margin-left: -240px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }    
    
    #sidebar .scroll_content {
        margin-bottom: 50px;
    }*/
    
    .title a {
        font-size: 12px;
    }
    
    .search_bar {
        background: none;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .search_bar_content {
        margin-left: 5px;
        margin-right: 5px;
        width: auto;
    }
    
    .search_bar .search_field {
        height: 40px;
      /*  box-sizing: border-box;*/
        width: 80%;
    }
    
    .search_bar .search_btn {
        height: 40px;
       /* box-sizing: border-box;*/
        width: 20%;
    }
    
    
    /* small sorting */
    
    .sortRight {
        width: 30px;        
    }
    
    .sortRight i::before {
        border-left: none;
    }
    
    .sorting_box .options {
        margin-left: -155px;
        width: 185px;
        top: auto;
        margin-top: 30px;
    }
    
    .hide-sm {
        display: none !important;
    }
    
    .no-padding-sm {
        padding: 0;
    }
    
    
    .category_list_compact {
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        column-count: 3;
        column-gap: 10px;
    }
    
    .category_list_compact li {
        margin-bottom: 15px;
    }
    
    #cssmenu > ul > li > a {
        background: none;
    }
    
    #cssmenu ul {
        background: #eee;
    }
    
    #h2_header {
        display: none;
    }
    
    h1 {
        line-height: 20px;
        font-size: 12px;
    }
    
    .top-bar {
        height: 20px;
    }
    
    header {
        display: flex;
        flex-direction: column;
    }
    
    .cont {
        order: 2;
    }
    
    .menu-bar {
        order: 1;
    }
    
    .header_search {
        width: 100%;
        background: #eee;
    }
    
    .search_btn {
        float: right;
    }
    
    .search_field {
        width: auto;
        margin-left: 10px;
    }
    
    .content {
        margin-top: 65px;
    }
    
    
    .cats {
        height: 42px;
    }
    
      
    .lang_box .box_style.col1{  
     width: 75px;
    }

    .lang_box .box_style.col2{  
        width: 185px; /* 3 columns */
    }

    .lang_box .box_style.col3{  
        width: 230px; /* 4 columns */
    }
    
    .lang_box span {
        display: none;
    }
    
    .lang_box .box_style li {  
        width: auto;
    }
    
    
}

@media all and (max-width: 480px) {
    
    .grid_box, .video_box .grid_box  {
        width: 50%;
    }
    
    .pornstar_list li, .category_list li { 
        width: 50%;       
    }
    
    
    .category_list_compact {
    -moz-column-count: 2;   
    -webkit-column-count: 2;  
    column-count: 2;    
    }
    
    .network-bar a { 
        display: none;
    }
    
    h1,h3 {
        font-size: 14px;       
    }
    
    .h3_small small {
        font-size: 12px;
        margin-bottom: 14px;
        color: #aaa;
    }
    
}



@media all and (max-width: 360px) {
    
    .pornstar_list li, .category_list li { 
        width: 100%;
    }
    
    footer .col {
        width: 100%;
    }
    
    
    .category_list_compact {
    -moz-column-count: 1;   
    -webkit-column-count: 1;  
    column-count: 1;    
    }
    
    /* links in tagcloud */
    #sidebar a { 
        line-height: 200%;
        margin-right: 10px;
    }
}