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

html,body,#wrapper {
	min-height:100%;
/*	height:100%;*/
	position: relative;
	margin:1px;
}

#wrapper {
	height:auto;
/*	background: #b78502;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(183,133,2,1) 0%,rgba(241,218,54,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(183,133,2,1)),color-stop(100%,rgba(241,218,54,1)));
    background: -webkit-linear-gradient(top,rgba(183,133,2,1) 0%,rgba(241,218,54,1) 100%);
    background: -o-linear-gradient(top,rgba(183,133,2,1) 0%,rgba(241,218,54,1) 100%);
    background: -ms-linear-gradient(top,rgba(183,133,2,1) 0%,rgba(241,218,54,1) 100%);
    background: linear-gradient(top,rgba(183,133,2,1) 0%,rgba(241,218,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b78502', endColorstr='#f1da36',GradientType=0 );*/

	background:#ddd;
}


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

a:hover {
	text-decoration:underline;
}

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

section {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
}
.container {
	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;*/
}

.grid .unit p {
	font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

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


	.performerItems {
		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: #fc531d; /*#fc531d;*/
}

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

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

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;
		position: relative;
		color:white;
}

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

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

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

#header [type="checkbox"], #header 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:#fc531d; /*#fc531d;*/
	border:2px solid #fc531d; /*#fc531d;*/
	color:#fff;
}

.pagination li a:hover, .pagination li.active a {
	background-color:#000; /*#fc531d;*/
	border:2px solid #000; /*#fc531d;*/

}
 .pagination li.active a {
	color:black;
	border:2px solid #fc531d; /*#fc531d;*/
	background-color:#fff;
 }

#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 label {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	#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
	}

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

	nav ul li [type="checkbox"]:checked ~ ul li {
		display: block!important;
	}

	#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 #fc531d; /*#fc531d;*/
		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 #fc531d; /*#fc531d;*/
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fc531d; /*#fc531d;*/
		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;
	}

	#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: #fc531d; /*#fc531d;*/
    /*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: #fc531d; /*#fc531d;*/

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

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


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

/*Footer*/
footer * {
	font-size: 12px;
}

footer {
    padding: 25px 0px;
    background-color: #000;
    color: #f2f2f2;

    text-align: center;
    height: 125px;
    overflow: hidden;
    bottom: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
}
footer a {
	color:#fff;
}
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, .btn-white {
	margin:4px;
	background-color:#fc531d; /*#fc531d;*/
	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 {
		.performerItems .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;
	}

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

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

	.performerItems 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;
	}
}


.links-wrapper {
	text-align: center;
}
.links-wrapper .link-item {
	font-size: 14px; font-weight: 600; padding:2px;
}

.links-wrapper .link-block {
	margin:5px 0px;
	display: inline-block;
}

.links-wrapper .link-block:after {
	content:' - ';
}

.links-wrapper .link-block:last-child:after {
  content: '';
}

.m-1 {
	margin:10px;
}

.mt-1 {
	margin-top:10px;
}

.mb-1 {
	margin-bottom:10px;
}