* {
	font-family: Arial, "Helvetica", sans-serif;
	margin: 0;
	padding: 0;
	/*position: relative;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition:background-color .15s linear;
}

.flag-icon-en {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/0.8.2/flags/4x3/gb.svg);
}

ol li, ul li, li {
	list-style:none;
	margin:0px;
	padding:0px;
}

.index-links li {
	float:left !important;
	margin:10px 10px 10px 10px !important;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
	color:#f82b53
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:500;
}
/*-----------------------------------*\
	$GRID
\*-----------------------------------*/

section {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
}
.container {
	/* Whatever you want. Theyï¿½re your oats. */
	max-width: 1600px; /*	1280px*/
	margin: 0 auto;
	padding: 0 30px;
	padding: 0 1.0rem;
}

.grid {
	/* not sure why this was set ? tmargin-left: -3%; */
	max-width: 105%;
}

.unit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 2%;
	margin-right: -.25em;
	/* Clearfix */
	/*	overflow: hidden;
		*overflow: visible;*/

	/*debug*/
	/*	border:1px dotted #ccc;*/
}


.span-grid {
	width: 97%;
}

.one-of-one { width: 96%; }
.one-of-two { width: 47%; }
.one-of-three { width: 30.36%; }
.two-of-three { width: 63.666666666%; }
.one-of-four { width: 22.05%; }
.three-of-four { width: 72%; }
.one-of-five { width: 17.07%; }
.two-of-five { width: 37%; }
.three-of-five { width: 57%; }
.four-of-five { width: 77%; }

 .unit.one-of-one {
	clear:both;
	/*overflow:hidden;  breaks menu*/
}

.unit .unit.one-of-two {
	margin-left:0;
	width:49%
}

.unit .unit.one-of-two:nth-child(even) {
	margin-left:2%;
}

.unit .unit.one-of-three {
	width: 33%;
    margin: 0;
}

.unit .unit.one-of-four {
	box-sizing: border-box;
	width:25%;
	margin:0px 0px 0px 0px;
	margin-left:0px;
	margin-right:0px;
	float:left;
}


.unit .unit.one-of-five {
	box-sizing: border-box;
	width:20%;
	margin:0px 0px 0px 0px;
	margin-left:0px;
	margin-right:0px;
	float:left;
}


@media screen and (max-width: 768px) {
	.grid {
		margin-left: 0;
		max-width: none;
	}


	.unit:not(.noclear) {
		width: auto;
		margin-left: 0;
		display: block;
	}

	.unit .unit.one-of-two:not(.noclear) {
		width: auto;
		margin-left: 0;
		display: block;
	}


	.videoItem {
		padding:2px !important;
	}

	.itemContent {
		margin: 2px !important;
	}

	.unit .unit.one-of-four,.unit .unit.one-of-three {
		box-sizing: border-box;
		width:50%;
		margin:0px 0px 0px 0px;
		margin-left:0px;
		margin-right:0px;
		float:left;
	}


	.unit .unit.one-of-five {
		box-sizing: border-box;
		width:50%;
		margin:0px 0px 0px 0px;
		margin-left:0px;
		margin-right:0px;
		float:left;
	}
}

/*-----------------------------------*\
	$TYPE

	Works off the assumption of a 1.5
	line height @ 20px. Again, change
	as necessary.
\*-----------------------------------*/

p, .p, ul, ol, hr, table, form, pre,
h1, .alpha, .beta {
	margin-bottom: 15px;
	margin-bottom: 1rem;
}
/*
p {
	text-align:justify;
}*/

h1, .alpha {
	font-size: 200%;
	font-weight: 700;
	line-height: 1;
	/*text-transform: uppercase;*/
	color: #f82b53;
}

h2, .beta {
	font-size: 150%;
	font-weight: 300;
	line-height: 2;
	/*text-transform: uppercase;*/
	color: #f82b53;
	margin-top:20px;
}

h3, h4, .gamma {
	font-size: 150%;
	font-weight: 700;
	line-height: 1.5;
	/*text-transform: uppercase;*/
	color: #f82b53;
}

hr {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-top: -1px;
}

/*-----------------------------------*\
	$MAIN
\*-----------------------------------*/

html {
	/*font: 115%/1.5 'Source Sans Pro', sans-serif;*/
	font: 14px "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 150%;
}

#header .logo {
	max-height: 50px;
}
iframe {
	max-width:100%;
}
img.size-full {
	max-width:100%;
	height:auto;
}




/* Main Menu */
#header {
	background-color:#000;
	padding:20px 0px;
}
#header nav {
	position: relative;
	height:50px;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 20px;
	position: relative;
}

#header nav > ul {
	float: right;
	margin:0px;
}

#header nav > ul > li {
	margin:0;
	list-style:none;
	text-align: center;
	line-height: 50px;
	margin-left: 30px;
	padding:0px 20px;
}

#header nav > ul li ul li {
	margin:0;
	list-style:none;
	width: 100%;
	text-align: left;
	line-height: 40px;
	border-bottom:1px solid #777;
	background-color:#000;
	z-index: 10000;
	clear:both;
}

#header nav ul li:not(.searchWrapper):hover {
	cursor: pointer;
	position: relative;
	background: #f82b53;
}

#header nav ul li:hover > ul  {
	display: block;

}

#header nav ul li:hover > a {
	/*	  color: #777;*/
	text-decoration:underline;
}

#header nav > ul > li > a, #header nav > ul > li > #searchForm {
	cursor: pointer;
	display: block;
	outline: none;
	width: 100%;
	text-decoration: none;
}

#header nav > ul > li, .float-left {
	float: left;
}

#header nav a {
	color: white;
}

#header nav > ul li ul {
	display: none;
	position: absolute;
	top:46px;
	right: -10px;
	left:auto;
	z-index: 2000;
	padding: 10px;
	white-space: nowrap;
	background-image:url(/assets/images/smokebg.jpg);

}

#header nav > ul li ul li > a, #searchForm {
	text-decoration: none;
	padding:0px 20px;
	display:inline-block;
	width:100%;
}

[type="checkbox"], label {
	display: none;
}

/* OL LI UL LI LISTS */
#breadcrumbs ol, .review-nav ul {
	white-space:nowrap;
	overflow:auto;
	margin:0px;
}
#breadcrumbs li, .review-nav li, .pagination li {
	display:inline;
	list-style:none;
	float:left;
}
.breadcrumb {
	list-style:none;
	float: right;
}
#breadcrumbs li a, .review-nav li a,  .pagination li a{
	display:inline-block;
	margin:5px;
	padding:2px 4px;
	font-size:12px;
	color:#000;
	font-weight:400;
}
.paginatie {
	overflow:hidden;
	clear:both;
	margin:20px 0px;
}
.pagination li {
	width:9%;
	margin:0 1%;
}
.pagination li a{
	width:100%;
	padding:6% 0;
	text-align:center;
}

#breadcrumbs li a:hover, .review-nav li a,  .pagination li a {
	background-color:#f82b53;
	color:#fff;
}

.review-nav li a:hover, .review-nav li.active a, .pagination li a:hover, .pagination li.active a {
	background-color:#f82b53;

}
.review-nav {
	overflow:hidden;
	margin-bottom:25px;
}
.review-nav ul{
	margin-left:-5px;
}


.review-nav li a {
	padding:3px 6px;
}
#breadcrumbs+#content {
	padding-top:0px!important;
}
/* EOF OL LI UL LI LISTS*/

@media screen and (max-width: 968px) {

	header h1 {
		float:none;
		margin-top:10px;
		font-weight:bold;
		max-width:300px;
	}



	nav#breadcrumbs {
		font-size:0.8em;
	}

	#header nav ul {
		display: none;
		padding-top:18px;
	}

	#header nav ul li {
		padding:5px 0px 5px 10px;
	}
	#header nav ul li:hover {
		background: #222;
	}

	#nav ~ label {
		display: block;
		background: #222;
		width: 40px;
		height: 40px;
		cursor: pointer;
		float:right;
		margin:5px 0px 0px 0px;
	}

	#nav ~ label:after{
		content:'';
		display: block;
		width: 30px;
		height: 5px;
		background: #f2f2f2;
		margin: 7px 5px;
		box-shadow: 0px 10px 0px #f2f2f2, 0px 20px 0px #f2f2f2
	}

	[type="checkbox"]:checked ~ ul {
		display: block!important;
		z-index: 9999;
		position: absolute;
		right: 0px;
		left: 20px;
		top: 46px;
	}

	#header nav > ul li ul:before {
		content: '';
		position: absolute;
		right: 20px;
		top: -16px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		clear: both;
	}


	#header nav > ul li:hover ul:before {
		content: '';
		position: absolute;
		right: 20px;
		top: -16px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #f82b53;
		clear: both;
	}

	ul li:hover #vape-info:checked ~ ul:before {
		content: '';
		position: absolute;
		right: 20px;
		top: -25px;
		width: 0;
		height: 0;
		border-top: 0px solid #fff;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
		clear: both;
	}

	ul li:hover #vape-info:checked ~ ul:before {
		content: '';
		position: absolute;
		right: 20px;
		top: -25px;
		width: 0;
		height: 0;
		border-top: 0px solid #f82b53;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #f82b53;
		clear: both;
	}

	#header nav ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		background: #222;
		text-indent: 20px;
		white-space: nowrap;
		line-height: 30px;


	}


/*	#vape-info ~ label {
		position: absolute;
		display: block;
		padding: 15px 0;
		float: left;
		content: "";
		width: 100%;
		text-align: center;
		cursor: pointer;
		background: none;
	}


	#vape-info:checked ~ ul li {
		display: block!important;
		-webkit-transition: all .45s;
		transition: all .45s;
	}

	#vape-info:checked ~ ul {
		margin-top:10px;
	}*/

	#header nav > ul > li {
		margin-left: 0px;
		line-height:30px;
		border-bottom:1px solid #333;
	}

	#header nav > ul li ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		left:0px;
		right:inherit;

	}

	#header nav > ul li ul li {
		line-height: 30px;
		padding:5px 0px 5px 10px;
		float: none;
		white-space: nowrap;
		border:0px;
		display:none;
		border-top:1px solid #333;
	}

	#header nav > ul li ul {
		display: block;
		position: relative;
		padding:0px;
		margin:0px;

		top:0px;
		width: 100%;
		z-index: 9999;
		float: none;
	}
}
/* EOF Main Menu*/

.margin10 {
	margin:10px;
}

.clear {
	clear:both;
	overflow:hidden;
}

.nowrap {
	white-space: nowrap;
}

.center {
	text-align:center;
}
/* Buttons */
.btn {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 10px 32px 10px 32px;
    text-decoration: none;
	background-color: #f82b53;
    /*text-transform: uppercase;*/
}

a .btn, a.btn, .btn a {
	color: white!important;
	text-decoration: none;
}

.btn.visit {
	text-shadow: 1px 0px 0px #dc9d06;
	/*	-webkit-text-stroke: 2px #dc9d06;
		text-stroke: 2px #dc9d06;*/
    color: #ffffff;
    font-size: 14px;
    background: #f82b53;

    margin-right: 9px;
}

.btn.visit:hover {
	background: #bf2140;
}


.btn.more {
    color: #000;
    font-size: 14px;
    background: #dbdbdb;
	text-shadow: 1px 0px 0px #c2bebe;
	/*	-webkit-text-stroke: 2px #c2bebe;
		text-stroke: 2px #c2bebe;*/
}

.btn.more:hover {
	background: #c2bebe;
}

.btn-large, .btn-large * {
	font-size:125%;
}
/* EOF Buttons */

/* RATING: */

.rating {
	unicode-bidi: bidi-override;
}
.rating > span {
	display: inline-block;
	position: relative;
	font-size:150%;
	color: #ccc;
}
.rating > span.active {
	color: transparent;
}


.rating > span.active:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: gold;
}
/* EOF RATING */


/* toplist */

.videoItem, .channelItem, .pornstarItem {
    clear: both;
    overflow: hidden;
    background-color: #f2f2f2;
    border: 1px solid #e9e9e9;
    /* padding: 10px; */
    margin: 10px 0px;
}

.videoItem a, .channelItem a, .pornstarItem a {
	text-decoration:none;
}
.videoItem img, .channelItem img, .pornstarItem img {
	overflow:hidden;
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	max-width: 320px;
}

.videoItem h3, .channelItem h3, .pornstarItem h3{
	margin:10px 0px;
	color:black;
	font-size:200%;
	text-decoration:none;
}

.videoItem a:hover h3, .channelItem a:hover h3, .pornstarItem a:hover h3 {
	color:#f82b53;
	text-decoration:none;
}

.videoItem.toplist .itemContent,.videoItem.mostViewed .itemContent, .videoItem.recent .itemContent  {
	clear: both;
    overflow: hidden;
	width:100%;
	margin-bottom:20px
}

/* eof toplist */

.videoItem.latest .itemContent, .videoItem.related .itemContent {
	margin:10px;
	overflow:hidden;
}

.videoItem.latest img, .videoItem.related img {
	width:100%;
	max-width:100%
}

.videoItem.latest h4, .videoItem.related h4, .videoItem .el {
	font-size:12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:inline-block;
	box-sizing:border-box;
	max-width:100%;
	width:100%;
	clear:both;
	float:left;
}

.channelItem {
	background-color:#f2f2f2;
}
.channelItem .itemContent {
	clear:both;
	margin:10px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}

/* index markup */
.main-index-footer {
	margin:20px 0px;
}
/* eof index markup */

/* sidebar */
.sidebar .sidebarItem {
	margin-bottom:20px;
}
#searchForm {
/*	float: right;*/
    margin-top: -4px;
    min-width: 320px;
	margin-bottom:0px;
}
#searchForm input {
	font-size: 12px;
	display:block;
	width:100%;
/*	max-width: calc(100% - 12px);*/
	margin:10px 0px;
	padding:10px;
	box-sizing: border-box;
}
.sidebar h4 {
	font-size: 16px;
	color:#fff;
	font-weight: 400px;
	background-color:#f82b53;
	padding:5px 10px;
}

.sidebar .latest a {
	padding:10px;
	margin:0px 5px 5px 5px;
	font-size: 12px;
	text-decoration:none;
	border-bottom:1px solid #c7c7c6;
	display:block;
	font-weight:400;
	color:#f82b53;

}

.sidebar a:hover {
	text-decoration:underline;
}

.sidebar .bestlinks img {
	width:100%;
	max-width:100%;
}

.sidebarCategories ul {
	margin:10px 0px 0px 10px;
}
/* eof sidebar */


/*Categories */

.mainCategoryImage {
	width: 30%;
    margin-right: 10px;
	float:left;
	max-width:170px;
	background-color: #f2f2f2;
    border: 1px solid #e9e9e9;

}

.mainCategoryImage img {
	width:100%;
	padding:10px;
	float:left;
	border:#ccc;
}

.categories-nav {
	column-count: 6;
}

.categories-nav.categories-thumbs {
	column-count: 8;
}

.categories-nav.categories-thumbs .category-thumb {
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #ccc;
}

.categories-nav.categories-thumbs .category-thumb img {
	width:100%;
	overflow:hidden;
	clear:both;
}

.categories-nav.categories-thumbs .category-thumb span {
	width:100%;
	display:block;
	overflow:hidden;
}


.categories-nav li.category-link {
	font-size:120%;
	font-weight:bold;
}
.categories-nav li {
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display: inline-block;
	width:100%;
	clear:both;
}

.categories-nav li:not(.category-link) a {
	color:#000;
}

.categories-nav li:not(.category-link) strong a {
	color:#f82b53;
	font-weight: 700;
}

/*POSTs */
#posts {
	margin-top:-20px;
}

/*POSTs */


section .unit.one-of-one {
	margin-bottom:40px;
}

/* SINGLE REVIEW */
.singlereview .reviewImage {
	width:100%;
	border: 1px solid #ccc;
}

.singlereview .rating {
	float: none;
	display:inline;
}

.singlereview .related .rating {
	float: left;
	display:inline;
}

.singlereview .itemFooter {
	text-align:center;
	overflow:hidden;
	margin-bottom:20px;
}

.singlereview .itemFooter .btns {
	float:right;
	display:inline;
}

.videoPlayer {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoPlayer iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
.videoPlayer iframe div:not(.mhp1138_playerStateIcon) {
	pointer-events;
}*/

.videoPlayer > video {
    width: 100%;
    vertical-align: middle;
}

.videoPlayer > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

/* EOF SINGLE REVIEW */

/*Footer*/
footer {
	padding:25px 0px;
	background-color:#f82b53;
	color:#f2f2f2;
	font-size:12px;
	text-align:center;
}
footer a {
	color:#fff;
	font-size:14px;
}
footer a:hover{
	text-decoration:underline;
}
/*eof Footer*/


/* About */
.team {
	clear:both;
	overflow:hidden;
	padding-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

img.alignleft {
	border:1px solid #ccc;
	float:left;
	margin-right:10px;
	max-width:25%;
	height:auto;

}
/* EOF About */

/* contact */

#commentform label , #commentform input, #commentform textarea{
	display:inline-block;
	max-width: 250px;
	float:left;
	width:25%;
	padding:8px;
	margin:4px;
}
#commentform div {
	clear:both;
}

#commentform textarea {
	max-width:70%;
	width:70%;
	height:175px;
	border:1px solid #ccc;
}
#commentform .btn {
	margin:4px;
	background-color:#f82b53;
	font-weight:500;
	color:white;
	font-size:16px;
}

.CaptchaImage {
	float:right;
	margin-top:-4px;
}



/*mobile hacks starts here: */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	body {
		.videoItem .el {
			font-size:10px;
		}
	}
	.categories-nav {
		column-count: 4;
	}

	.categories-nav.categories-thumbs {
		column-count: 6;
	}
}

/*mobile hacks starts here: */

@media screen and (max-width: 768px) {
	html {
		/*		font-size: 100%;*/
	}

	h1 {
		font-size:140%;
		clear:both;
	}
	h2 {
		font-size:120%;
	}

	#searchForm {
		margin:0px;
		padding:0px;
	}

	.mainCategoryImage {
		float:right;
	}

	.categories-nav {
		column-count: 2;
	}

	.categories-nav.categories-thumbs {
		column-count: 4;
	}

	.categories-nav li.category-link {
		font-size:120%;
		font-weight:bold;
	}

	.categories-nav li {
		font-size:12px;
	}

	.videoItem .el {
		font-size:10px;
	}

	.videoItem img {
		width:100%;
		max-width: 100%;
		clear:both;
/*		float:none;*/
	}

	.videoItem h3 {
		width:100%;
		clear:both;
		font-size:125%;
		float:none;
		margin-top:5px;
	}

	.rating span, .price {
		font-size:100%!important;
	}

	.btn {
		padding:10px;
	}

	.btn.visit, .btn.more {
		font-size:12px;
	}

	#posts {
		margin-top:0px;
	}

	.sidebar {
		margin-top:20px;
	}


	#commentform label , #commentform input, #commentform textarea{
		display:inline-block;
		max-width: 100%;
		float:none;
		width:100%;
		padding:8px;
		margin:0px 0px 10px 0px;
	}

	#commentform label {
		padding:0px;
	}

	#commentform .col_full label {
		display:none;
	}

	#commentform .btn {
		margin-left:0px;
	}

	.teamWrap p {
		margin:2px 0px
	}
}

@media screen and (max-width: 480px) {

	.categories-nav.categories-thumbs {
		column-count: 2;
	}
}








.network .default-block a, .network .default-block a:hover,.l-items-wrapper .l-item-item {
    /*
    color: #5289ff; 
    */

    font-size: 14px; font-weight: 600; padding:2px;
}

.l-items-wrapper {
        text-align: center;
}
.l-items-wrapper .l-item-block {
        margin:5px;
        display:inline-block;
}

.l-items-wrapper .l-item-block:after {
        content:' - ';
}

.l-items-wrapper .l-item-block:last-child:after {
      content: '';
}
