html * {
	font-family:'Open Sans',sans-serif;
	-moz-osx-font-smoothing:grayscale;
}

.col1-container li a:link {
	padding: 0px 0;
}


/*reset link transitions */
a {
	color: #ae8bc9;
	text-decoration:none;
	line-height:inherit;
	-moz-transition: none;
	-o-transition:none;
	-ms-transition:none;
	-webkit-transition:none;
	transition:none;
	outline:0!important;
}
/*end reset*/

.subgrid-column-1 {
	  min-height:1400px !important;
}


#xmlogo {
	float:left;
	position:absolute;
	top:-20px;
	margin-left:-18px;
	z-index:100;
	max-width:170px;
	max-height: 100px;
}

.hamburger img {
	float: left;
	margin: 100px 100px 0 0;
}

#col1-1 .buttonbar img {
	margin: 0 2px;
	cursor: pointer; cursor: hand;
}

.expand {
	display:block!important;
}

#leftbar,#rightbar {
	background:url(https://xmissy.nl/skins/hurley14/blog03/img/sidebarbg_winter.jpg) repeat-x;
}

#prevpage,#nextpage {
	width:30%;
}

#prevpage {
	float:left;
}

#nextpage {
	float:right;
}

.grid10-contentcontainer * {
	margin:0;
	padding:0;
}

.editbutton {
	width:24px;
	opacity:.4;
	position:absolute;
	right:2px;
	top:2px;
}

.editbutton:hover {
	opacity:1;
	color:#fff;
	font-weight:bolder;
}

/* LINKS KLEUREN*/
a,a:link,a:visited {
	color:#5521d0;
}

a:hover,a:active {
	color:#8500ff;
	outline-width:0;
	outline-style:none;
}

#rightbar a:hover, #rightbar a:active {
	color:#FFF;
}

.rightbar-text-link:link, .rightbar-text-link:visited {
	color:#b2abc2;
}

a:focus {
}

#blogloop a:hover {
	text-decoration:underline;
}

#footer * a,#footer * a:link,#footer * a:visited {
	color:#9992c0;
}

#footer * a:hover,#footer * a:active {
	color:#bcb0d9;
	outline-width:0;
	outline-style:none;
}

.xmheader-contextbar li {
	border-right:1px solid #333;
}

.xmheader-contextbar * a,.xmheader-contextbar * a:link,.xmheader-contextbar * a:visited {
	color:#9992c0;
}

.xmheader-contextbar * a:hover,.xmheader-contextbar * a:active {
	color:#d6c9f5;
	outline-width:0;
	outline-style:none;
}

.column-4 .networkbar a:link {
	display:block;
	margin:0 0 8px;
	padding:8px 0 4px;
	background-color:#e9e6ec;
	opacity:.8;
}

.column-4 a:link img {
	opacity:1;
}

.column-4 a:hover {
	opacity:1;
}

.bptitle a:link,a:visited {
	color:#6637a3;
}

#blogloop .bptitle a:hover,a:active {
	color:#6300ff;
	text-decoration:none;
}

#blogloop ol {
}

#blogloop ol li {
	padding:2px;
	font-size:14px;
}

#blogloop ol li a:link,#blogloop ol li a:visited {
	font-size:14px;
}

.unordered-list-1 {
	padding-top:20px;
	margin-bottom:10px;
}

/*FEATUREBLOCK*/
.container-feature {
	text-align:center;
	padding:3px;
	margin:0 0 10px;
}

.container-feature a {
	display:inline-block;
	position:relative;
	width:32.4%;
}

.container-feature a:link img {
	width:100%;
}

.featuretitle {
	line-height:1.2em;
	padding:0 6px 2px 4px;
	letter-spacing:-1px;
	font-weight:600;
	font-size:16px;
	font-family:'Open Sans',sans-serif;
	color:#FFF;
	background-color:#000;
	text-align:left;
	display:block;
	opacity:.7;
	max-width:90%;
	position:absolute;
	bottom:10%;
	left:0;
	text-overflow:ellipsis;
/* will make [...] at the end */
	white-space:nowrap;
/* paragraph to one line */
	overflow:hidden;
/* older browsers */
}

/*EINDE FEATUREBLOCK*/
#stickyFooter {
	display:none;
}

/*SEARCH*/
h4.heading-2 {
	margin-left:138px;
	float:left;
}
#searchform {
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}

.searchform input[type="search"] {
	-webkit-appearance:none;
	border-radius:0;
	font-weight:light;
	font-size:14px;
	text-align:left;
	background-color:#FFF;
	margin:0;
	height:40px;
	padding-left:38px;
	padding-right:8px;
	border:1px solid #DDD;
	color:#666;
	background:url(https://xmissy.nl/skins/hurley14/img/searchbutton.png) 6px no-repeat;
	}

.searchform input[type="search"]:focus {

}

.searchform input[type="search"]:hover {

}

/*einde search*/
/*plaatjeshover*/
.thumblink {
	display:block;
}

.imghover {
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	opacity:1;
	height:10px;
	width:10px;
	background-color:#000;
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
	transition-property:opacity;
	transition-duration:.15s;
	transition-timing-function:ease-in-out;
	transition-delay:0;
}

.thumbcontainer:hover .imghover {
	opacity:.15;
}

/*einde plaatjeshover*/
/*EINDE LINKS KLEUREN*/
/*MAIN MENU*/
.mainmenu-link a:link,.mainmenu-link a:visited {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	color:#999;
	text-decoration:none;
	padding:0 4px;
	margin:1px;
}

.mainmenu-link a:hover,.mainmenu-link a:active {
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	margin:0;
	background-color:#6400a7;
}

.active a:link {
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	margin:0;
}

/*galleryplugin layout*/
.sinclubbar {
}

/*END MAIN MENU*/
/*PAGENAV OPMAAK */
ul.link-list.pagenav {
	text-align:center;
}

li.list-item-link.pagenav-link {
	float:none;
	display:inline-block;
	padding:0;
}

li.list-item-link.pagenav-link a {
	border:1px solid #bdbdbd;
	display:block;
	text-decoration:none;
	padding:4px 10px;
}

li.list-item-link.pagenav-link a:hover {
	background-color:#f8f3f9;
	color:#333;
}

.currentpage {
	background-color:#f8f3f9;
	color:#333;
}

/*END PAGENAV*/


/* CLEARFIX VOOR LAATSTE ITEM IN DE RIJ IVM HOOGTE VERSCHILLEN */
[class*='coffee-span-'].grid01-column1 #blogloop > :nth-child(2n+1) {
	clear:none;
}

[class*='coffee-span-'].grid01-column1 #blogloop > :nth-child(3n+1) {
	clear:both;
}

#slicknav {
	display:none;
}

.bpintro img,.itemcontent img {
	margin-bottom:4px;
}

.bpintro a img:hover,.itemcontent a img:hover {
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	opacity:.85!important;
	filter:alpha(opacity=85)!important;
/* For IE8 and earlier */
}

@media screen and (max-width: 1380px) {
	[class*='coffee-span-'].grid01-column1 #blogloop > :nth-child(2n+1) {
		clear:none;
	}
	
	[class*='coffee-span-'].grid01-column1 #blogloop > :nth-child(3n+1) {
		clear:both;
	}
	
	#xmlogo {
		max-width:170px;
	}
}

@media screen and (max-width: 1080px) {
	[class*='coffee-span-'].grid01-column1 #blogloop > :nth-child(3n+1) {
		clear:none;
	}
	
	[class*='coffee-span-'].grid01-column1 #blogloop > :nth-child(2n+1) {
		clear:both;
	}
	
	li.list-item-link.pagenav-link {
		display:none;
	}
	
	#prevpage,#nextpage,#currentpage {
		display:inline-block;
	}
	
	#stickyFooter {
		display:block;
		position:fixed;
		bottom:0;
		width:100%;
		overflow:visible;
		z-index:99;
		padding-top:5px;
		padding-bottom:3px;
		background-color:#000;
		height:40px;
		text-align:center;
	}
	
	#sitelinks {
		margin-bottom:0;
		padding:0 0 30px;
	}
	
	#stickyFooter ul {
		display:inline-block;
		margin:auto;
	}
	
	#stickyFooter li {
		display:block;
		float:left;
		padding:0;
	}
	
	#stickyFooter li a {
		display:block;
		text-decoration:none;
		padding:4px 8px 2px;
		margin:0 4px;
		background-color:#333;
		color:#999;
		border-radius:.3em;
		font-weight:700;
	}
	
	#xmlogo {
		margin:18px 0 0 -6px;
	}

	
}

@media screen and (max-width: 830px) {
	#menu {
		display:none;
	}
	
	#slicknav {
		display:block;
	}

	
	.featuretitle {
		letter-spacing:-1px;
		font-weight:600;
		font-size:15px;
		font-family:'Open Sans',sans-serif;
	}
		
	#xmlogo {
		margin:18px 0 0 -6px;
	}
	
	#slicknav li {
		text-align:center;
	}
	
	.weektable td {
		font-size:11px;
	}
}

@media screen and (max-width: 560px) {
	#leftbar {
		background-position: 0 0;
		background-size: 100 80;
	}
	
	.featuretitle {
		line-height:14px;
		font-size:12px;
		padding-bottom:0;
	}
	
	#xmlogo {
		max-width:150px;
	}
	
	#col1-1 .buttonbar {
		margin-left: 2%;
		border-bottom: 1px solid #b2abc2;
		padding: 0 0 6px 0;
		margin: 0 0 6px 0;
	}
	
	.mobiledisable {
		display:none;
	}
	
	.hiddendiv {
		display:none;
	}
}

/*EINDE CLEARFIX*/
/*FORM RESET*/
input[type=text] {
	width:200px;
	padding:8px 5px;
	background:linear-gradient(#1f2124,#27292c);
	border:1px solid #222;
	box-shadow:0 1px 0 rgba(255,255,255,0.1);
	border-radius:.3em;
	margin-bottom:0;
	margin-right:4px;
}

input[type=submit] {
	padding:10px;
	border:1px solid rgba(0,0,0,0.4);
	text-shadow:0 -1px 0 rgba(0,0,0,0.4);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),inset 0 10px 10px rgba(255,255,255,0.1);
	border-radius:.3em;
	background:#6b00ff;
	color:#fff;
	font-weight:700;
	cursor:pointer;
	font-size:13px;
}

input[type=submit]:hover {
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),inset 0 -10px 10px rgba(255,255,255,0.1);
	background:#6b00ff;
	color:#fff;
}

input[type=text]:hover,input[type=password]:hover,label:hover ~ input[type=text],label:hover ~ input[type=password] {
	background:#27292c;
}

/*END FORM RESET*/
/*CENTER FOOTERBAR CONTENTS*/
.coffee-span-12 .subgrid-column-4 {
	text-align:center;
}

/*VIDEOPLAYER*/
.playerbanner {
	margin-bottom:50px;
}

/* KARMA EN ACTIONBAR */
#toobar-addthis {
	text-align:right;
	float:right;
	height:36px;
	padding:4px 0 0;
}

#karmaneg {
	background:url(/skins/hurley14/img/thumbsdown014.png) 0 0 no-repeat;
	height:34px;
	width:40px;
	float:left;
	margin:2px 0 0;
}

#karmapos {
	background:url(/skins/hurley14/img/thumbsup014.png) 0 0 no-repeat;
	height:34px;
	width:75px;
	float:left;
	margin:2px 0 0;
	font-size:12px;
	padding:4px 0 0 6px;
	font-weight:700;
}

#itemstuk-link {
	background:url(/skins/hurley14/img/itembroken014.png) 0 0 no-repeat;
	height:32px;
	width:32px;
	float:left;
	margin:2px 0 0 12px;
}

div.thumbs {
	top:0;
	left:0;
}

div.thumbs a {
	color:#888;
	display:block;
	height:19px;
}

#karmapos a {
	padding-left:25px;
	padding-top:6px;
	text-align:center;
}

#karmaneg a {
	padding-right:25px;
	padding-top:6px;
	text-align:center;
}

#toolbar-likes div.thumbs a:link {
	color:#666;
	text-decoration:none;
}

#toolbar-likes div.thumbs a:hover {
	color:green;
	text-decoration:none;
}

/* EINDE KARMA EN ACTIONBAR */
/*legacy hurley gallery & imagenav */
#gallery .noclick-image .imageborder {
	background-color:#FFF;
	padding:0;
	border-color:#a2a2a2;
	border-style:solid;
	border-width:1px;
}

.piccount {
	font-weight:700;
	font-size:11px;
	padding:2px;
	position:relative;
	top:-22px;
	margin:auto;
	width:18px;
	color:#f4f4f4;
	background-color:#a1a1a1;
/* rounded corners */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
/*	display: block; */
}

#gallery {
	text-align:center;
	margin:auto;
}

.noclick-image img {
	margin:auto;
	margin-top:2px;
}

.imagenav {
	visibility:hidden;
	position:relative;
/*	float: right; */
	padding:0;
	height:0;
	top:6px;
}

.imagenav a {
	display:inline-block;
/* float: left; */
	background:url(https://xmissy.nl/skins/hurley14/img/imagenav_sprite40.png) 0 0 no-repeat;
	height:40px;
	margin:2px;
}

.imagenav .home {
	background-position:-0 0;
	width:40px;
}

.imagenav .providerlink {
	background-position:0 0;
	width:40px;
}

.imagenav .filelink {
	background-position:-40px 0;
	width:40px;
}

.imagenav .top {
	background-position:-160px 0;
	width:40px;
}

.imagenav .next {
	background-position:-80px 0;
	width:40px;
}

.noclick-image:hover .imagenav {
	visibility:visible;
	opacity:.5;
	filter:alpha(opacity=50);
/* For IE8 and earlier */
}

.noclick-image:hover .imagenav:hover {
	opacity:1;
	filter:alpha(opacity=100);
/* For IE8 and earlier */
}

@media only screen and (max-device-width: 560px) {
	.noclick-image .imagenav {
		visibility:visible;
		opacity:1;
		filter:alpha(opacity=100);
	/* For IE8 and earlier */
	}
}

/*einde gallery imagenav*/
/*fix voor iframe cams in galleries */
div.container.grid10-contentcontainer iframe {
	max-width:100%;
	margin:auto;
}

/*fix voor input naam op commentveld*/
#nucleus_cf_name {
	width:100%;
}

/*fix voor jwplayer onderzijde marge*/
#XMVidElement_wrapper {
	margin-bottom:-8px;
}

/*einde fix jwplayr*/
/*NEDERPORN*/
.leftbox {
	float:right;
	clear:both;
}

/*TIJDELIJK TEST*/
#blogloop > :nth-child(2n+1) {
	clear:both;
}

#blogloop .bpcontainer {
	position:relative;
}



.rightbox {
	position:relative;
	float:right;
	margin:6px 0 14px 8px;
	width:33%;
	min-width:120px;
}

.imgtriple img {
	width:100%;
	max-width:200px;
}

.imgtriple {
	padding:1px;
	margin:.1%;
	float:left;
	width:33%;
	text-align:center;
}

.rightbox img {
	width:100%;
	min-width:120px;
}

#blogloop hr {
	height:2px;
	margin:0;
}

.center3img_lgc {
	width:100%;
	max-width:540px;
}

.center3img_lgc img {
	width:32%;
	margin-right:1%;
}

.center3img_lgc > :nth-child(3n) {
	margin-right:0;
}

.center1img_lgc {
	width:100%;
}

.center1img_lgc img {
	width:100%;
}

div.container.bpcontainer {
	height:100%;
}

.weektable {
	width:100%;
	margin:0;
	padding:0;
}

.weektable img {
	width:100%;
}

.weektable td {
	width:33%;
	padding:2px;
}

/*EINDE TEST*/
/*aanpassingen voor legacy adman posts*/
.bpintro h1,.advertentie h1,.itemBox h1, .bpintro h2,.advertentie h2,.itemBox h2 {
	float:none;
	margin:0 0 8px;
	padding-right:0;
	width:auto;
	color:#394182;
	letter-spacing:-1.2px;
	font-weight:700;
	font-variant:normal;
	font-size:22px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.advertentie iframe {
	width:100%;
}

.itemBox {
	float:none;
	width:100%;
	clear:both;
	margin:auto;
}

.itemtextBox {
	text-align:center;
}

.itemBox img {
	width:100%;
/*	max-width: 360px; */
}

/*latest comments*/
#lastcomments li {
	display:block;
	margin-bottom:0;
	line-height:1.55;
	color:#8f99a3;
	color:#FFF;
	font-size:12px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#lastcomments li a {
	color:#bfafd3;
}

#lastcomments li a:hover {
	color:#FFF;
}

/*col1 menu links*/
.col1menu-unordered-list a {
	color:#d9d1e8;
}

.col1menu-unordered-list a:hover {
	color:#FFF;
}

.col1-container {
/*	border-bottom: 1px solid #DDD; */
}

.col1menu-heading {
	background-color:#4f4f8c;
	padding:4px 2px 2px 4px;
}

#col1-1 .col1menu-heading {
	background-color:#632e93;
	color:#FFF;
}

#col1-2 .col1menu-heading {
	background-color:#4f4f8c;
	color:#FFF;
}

#col1-3 .col1menu-heading {
	background-color:#4f4f8c;
	color:#FFF;
}
#col1-4 .col1menu-heading {
	letter-spacing: 0.2em;	
	color:#FFF;
}



/*testwerk
.sidebar2 {
	
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	
}

body > .row.body-row {
background-color:  #f0f2fa;
}

body.fpgrid {
	background-color: #FFF;
}

.container.bpcontainer {
	background-color: #FFF;
}


*/
.container.bpcontainer {
}

.rightbox {
	position:relative;
	float:right;
	margin:3px 0 14px 8px;
	width:38%;
	min-width:134px;
}

.rightbox img {
	width:100%;
	min-width:120px;
}

.imgtriple img {
	width:100%;
	margin-bottom:0;
}

.imgtriple {
	padding:1px;
	margin:.1%;
	float:left;
	width:33%;
	text-align:center;
}

.leftbox,.leftbox img {
	float:left;
	width:100%;
	min-width:120px;
}

#blogloop {
	display:block;
	padding:0;
}

#lastcomments {
	background-color:#4f4f8d;
	padding:10px;
	border-radius:10px;
}

span.text-element.bpintro {
	clear:both;
	margin:0 0 20px;
}

.pornomatic-list {
	list-style-position:outside;
}

.pornomatic-list li {
	margin-left:20px;
	line-height:18px;
}

.heading-2 {
	font-variant:small-caps;
}

div.row.body-row {
}

.toggleshow {
	display:none;
}

.togglehide:focus + .show {
	display:inline;
}

.togglehide:focus {
	display:none;
}

.tran1 {
	-o-transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
}

#secret {
	opacity:0;
}

.togglehide:focus ~ #menuhide {
	opacity:1;
}


/*POLL*/
.PollTable td {
	padding: 4px;
}

.PollTable td {
	border-bottom:1px solid #DDD;
}

.PollSet {
	background-color:#FFF;
	width:100%;
	border: none;
	margin-bottom: 30px;
}

.poll {
	
	border:1px solid #999;
	background-color:#F4F4F4;
}

.poll td {
	padding: 4px;
	border-bottom:1px solid #999;
}

.poll th {
	text-align:left;
}

.pollbar {
	background:#ffd917;
	height:20px;
	background-image:url(images/pollbar.jpg);
}
/* einde poll */
