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

#prevpage,#nextpage {
	width:30%;
}
#prevpage{
	float: left;
}
#nextpage{
	float: right;
}


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

.editbutton {
	width:24px;
	opacity:.2;
	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;
}

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:#b8b8b8;
	font-weight: bold;
}

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

.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:#333;
}

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

#blogloop ol {
	
}

#blogloop ol li {
	padding: 2px 2px 2px 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*/
/*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*/

li.list-item-link.mainmenu-link > a {
		color:#666;
}

.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, .active a:link {
	color:#fff;
	background-color: #fff;
	text-decoration:none;
	border:1px solid #666;
	margin:0;
}



/*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*/
#header-col {
	background:url(//xmissy.nl/skins/hurley14/blog01_NPTV/images/headerbg.jpg) 5% top no-repeat #2b0149;
}

/* 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;
}


/*SEARCH*/
.searchform {
	margin-top: -6px;
	padding: 0px;
}

.searchform input[type="search"]{
font-weight: light;
font-size: 14px;
margin: 0px;
height: 40px;
width:75px;
padding-left: 2px;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
float: right;
margin-bottom: 10px;
}

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

  width:180px;
}

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

  width:180px;
}
/*einde search*/


@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;
	}
}

@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;
	}
	
	/* .addthis_button_twitter, */
	/* .addthis_button_reddit, */
	.addthis_button_google_plusone_share,
	.addthis_button_email
	/* .addthis_button_favorites */ {
	display: none;
}
	
}

@media screen and (max-width: 830px) {
	#menu {
		display:none;
	}
	
	#slicknav {
		display:block;
	}
	
	#header-col {
		background:url(//xmissy.nl/skins/hurley14/blog01_NPTV/images/headerbg.jpg) 10% top no-repeat #2b0149;
	}
	
	.featuretitle {
		letter-spacing:-1px;
		font-weight:600;
		font-size:15px;
		font-family:'Open Sans',sans-serif;
	}
}

@media screen and (max-width: 480px) {
	#header-col {
		background:url(//xmissy.nl/skins/hurley14/blog01_NPTV/images/headerbg.jpg) 15% top no-repeat #2b0149;
	}
	
	.featuretitle {
		line-height:14px;
		font-size:12px;
		padding-bottom:0;
	}
	
	.addthis_button_twitter,
	.addthis_button_reddit,
	.addthis_button_google_plusone_share,
	.addthis_button_email,
	.addthis_button_favorites {
	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(//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: 480px) {
	.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;
}

#blogloop .bpcontainer h1 {
}

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

#itemtext .leftbox {
	max-width: 100px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#itemtext {
	padding: 20px;
}

.imgtriple img {

}

.imgtriple {
	margin-right: 4px;
	float: left;
	width: 31%;
}




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

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

.center3img_lgc {
	width:100%;
}

.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 {
	padding:2px;
}

/*EINDE TEST*/

/*aanpassingen voor legacy adman posts*/
.bpintro h1, .advertentie h1, .itemBox h1 {

  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: 0px;
  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: #9099a3;
	color: #bfafd3;
}

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


/*col1 menu links*/
.col1-container {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	padding: 3px;
}

.col1-container li {
	margin-left: -2px;
	color: #999;
	padding: 0px 6px;
}

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

.col1menu-unordered-list a:hover {

		color: #495968;
}

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

/*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:6px 0 4px 8px;
	width:35%;
	min-width:120px;
}
.rightbox img {
	width:100%;
	min-width:120px;
}

.imgtriple img {

}

.imgtriple {
	margin-right: 4px;
	float: left;
	width: 31%;
}



.leftbox {
	margin: 0 0 10px 10px;
	float: right;
	width:30%;
	min-width:110px;
	max-width: 130px;
}

.leftbox img {
	width:100%;
	min-width:110px;
	border: 1px solid #999;
}

.bpintro div img {

}

#itemtext img {
	float: left;
	margin-right: 20px;
	min-width:110px;
	max-width: 200px;

}


#lastcomments {
	background-color: #2a025b;
	padding: 10px;
	border-radius: 10px;
}

#blogloop .morelink , #blogloop .morelink:visited {
	text-decoration: none;
	color: #333;
	display: inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border: 1px solid #ff9200;
	background-color: white;
	padding:1px 6px 0px 6px;
	margin: 5px 0px 2px 0px;
}

#blogloop .morelink:hover {
	text-decoration: none;
	background-color: #ff9200;
	color: #FFF;
}
