@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
	font-family: 'fjallaoneregular';
	src: url('fonts/fjallaone-regular-webfont.eot');
	src: url('fonts/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/fjallaone-regular-webfont.woff2') format('woff2'),
		 url('fonts/fjallaone-regular-webfont.woff') format('woff'),
		 url('fonts/fjallaone-regular-webfont.ttf') format('truetype'),
		 url('fonts/fjallaone-regular-webfont.svg#fjallaoneregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('fonts/opensans-light-webfont.eot');
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-light-webfont.woff2') format('woff2'),
		 url('fonts/opensans-light-webfont.woff') format('woff'),
		 url('fonts/opensans-light-webfont.ttf') format('truetype'),
		 url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('fonts/opensans-regular-webfont.woff') format('woff'),
		 url('fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('fonts/opensans-semibold-webfont.eot');
	src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-semibold-webfont.woff') format('woff'),
		 url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
		 url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::-webkit-input-placeholder {
	color:#555;
}
:-moz-placeholder {
	color:#555;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #555;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#555;
}
.btn-primary { 
	background-color: #0060ad; 
}
a, a:hover { 
	color: #0060ad; 
}

body {
	background-color: #292929;
	color: #000;
	border: 0;
	font-family: "open_sansregular", "Arial", sans-serif;
	font-size: 9pt;
	vertical-align: baseline;
}
.txt-caption {
	background-color: #292929;
    color: #ffffff;
    display: inline-block;
    font-family: "fjallaoneregular","Arial",sans-serif;
    font-size: 16pt;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 3px 10px 2px;
    text-align: center;
}
.txt-caption a, .txt-caption a:hover {
	color: #ffffff;
	text-decoration: none;
}
.body-row {
	background-color: #ffffff;
}
.site-footer {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-color: #ddd;
}

/*HOME - SLIDESHOW*/
	.fb-embed {
		height: 260px;
		overflow: hidden;
		position: relative;
	}
	#slideshow_responsive {
		position: relative;
		width: 1170px;
		height: 400px;
	}
	#slideshow_responsive img {
		width: 1170px;
		height: 400px;
	}
	.jssorb10 div, .jssorb10 div:hover, .jssorb10 .av {
		background: url('../images/slider_bullet.png') no-repeat;
		overflow: hidden;
		cursor: pointer;
	}
	.jssorb10 div { background-position: -95px -4px; }
	.jssorb10 div:hover, .jssorb10 .av:hover { background-position: -35px -4px; }
	.jssorb10 .av { background-position: -65px -4px; }
	.jssorb10 .dn, .jssorb10 .dn:hover { background-position: -95px -4px; }
	div.slide_overlay {
		position: absolute;
		width: 1170px; 
		height: 400px; 
		color: #fff;
		background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 0, 0, 0.99)), color-stop(0.25, rgba(0, 0, 0, 0.3)), color-stop(0.5, rgba(0, 0, 0, 0)));
		background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%);
		background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%);
		background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%);
		background: linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%);
		z-index: 10;
	}
	p.slide_title {
		text-align: left;
		color: #fff;
		margin: 180px 0 0 20px;
		font-size: 22pt;
		font-family: 'fjallaoneregular', 'Arial', sans-serif;
	}
	p.slide_subtitle {
		text-align: left;
		color: #fff;
		font-size: 18pt;
		margin: 5px 0 10px 20px;
		font-family: 'open_sanslight', 'Arial', sans-serif;
	}
	p.slide_text {
		text-align: left;
		color: #fff;
		font-size: 9pt;
		line-height: 12pt;
		margin: 0 0 0 20px;
		width: 450px;
	}
	p.slide_button {
		width: 100px;
		text-align: center;
		line-height: 24px;
		background-color: #0060ad;
		color: #fff;
		margin: 15px 0 0 20px;
	}
	p.slide_button a {
		display: block;
		padding: 2px 5px;
		color: #fff;
		text-decoration: none;
	}
	p.slide_button a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #aaa;
	}
	.topbar {
		min-height: 40px;
		background-color: #080808;
		line-height: 20pt;
		padding: 5px 0;
		color: #fff;
	}
	.topbar a {
		text-decoration: none;
		color: #fff;
	}
	.topbar_cart {
		background-color: #080808;
		line-height: 16pt;
		padding: 5px 10px;
		color: #fff;
	}
	.topbar_cart a {
		text-decoration: none;
		color: #fff;
	}
	.navbar {
		border: 0;
		border-radius: 0;
		margin: 0px;
	}
	.navbar-default {
		min-height: 30px;
		background-color: #fff;
	}
	.navbar-default .navbar-nav > li > a {
		color: #000;
		padding: 0;
	}
	.navbar-default .navbar-nav > li {
		font-size: 13pt;
		font-family: 'fjallaoneregular', 'Arial', sans-serif;
		position: relative;
		line-height: 20px;
		cursor: pointer;
		margin: 3px 10px 0;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar-default .navbar-nav > li.active {
		border-bottom: 2px solid #000;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		color: #000;
		background: none;
	}
	.navbar-default .navbar-nav > li:hover {
		border-bottom: 2px solid #000;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
	.navbar-brand {
		font-size: 16px;
		height: 40px;
		line-height: 20px;
		padding: 10px;
	}
	.navbar-form {
		margin: 5px;
	}
	.navbar-nav li a {
		padding: 10px;
	}

	.submenu {
		line-height: 14pt;
		margin: 0 10px;
	}
	.submenu a {
		color: #292929;
		text-decoration: none;
	}
	.submenu a:hover {
		color: #0060ad;
		text-decoration: none;
	}

	.sub-menu {
		padding: 0 0 0 10px;
	}
	.sub-menu li {
		line-height: 15pt;
	}
	.sub-menu li a {
		color: #000;
		text-decoration: none;
	}
	.sub-menu li a:hover {
		color: #0060ad;
		text-decoration: none;
	}
	.sub-menu > .active {
		font-weight: bold;
	}
	.sub-submenu {
		padding: 0 0 0 10px;
	}
	.sub-submenu li {
		font-weight: normal;
		line-height: 15pt;
	}
	.sub-submenu li a {
		color: #000;
		text-decoration: none;
	}
	.sub-submenu li a:hover {
		color: #0060ad;
		text-decoration: none;
	}
	.sub-submenu > .active {
		font-weight: normal;
	}
	
	div.text {
		text-align: left;
	}
	div.text p {
		font-size: 10pt;
		line-height: 14pt;
		margin: 0 0 10px;
	}
	div.text p a {
		color: #0060ad;
		text-decoration: underline;
	}
	div.text p a:hover {
		color: #292929;
		text-decoration: underline;
	}
/*HOME*/
	.tn-flag {
		margin:-3px 5px;
		width: 16px;
		height: 16px;
		border: 0;
	}
	.web-text {
		font-size: 9pt;
		line-height: 12pt;
	}
	.web-text a {
		color: #0060ad;
		text-decoration: none;
	}
	.web-text a:hover {
		color: #0060ad;
		text-decoration: underline;
	}
	.news-title {
		color: #292929;
		font-family: "open_sanslight","Arial",sans-serif;
		font-size: 16pt;
		line-height: 19pt;
		margin: 15px 0 5px;
	}
	.news-list {
		padding: 0px 5px;
	}
	.news-list li a {
		line-height: 17pt;
		color: #000;
	}
	.news-list li a:hover {
		color: #0060ad;
		text-decoration: none;
	}
	.news_aside_caption {
		color: #0060ad;
		font-family: "open_sanslight","Arial",sans-serif;
		font-size: 20pt;
		margin: 35px 0 10px;
		line-height: 25pt;
	}
	.news_aside_text p {
		font-size: 10pt;
		line-height: 16pt;
	}
	.top_gradient {
		background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(180, 180, 180)), color-stop(0.05, rgb(255, 255, 255)));
		background: -webkit-linear-gradient(rgb(180, 100, 180) 0%, rgb(255, 255, 255) 5%);
		background: -moz-linear-gradient(rgb(180, 180, 180) 0%, rgb(255, 255, 255) 5%);
		background: -o-linear-gradient(rgb(180, 180, 180) 0%, rgb(255, 255, 255) 5%);
		background: linear-gradient(rgb(180, 180, 180) 0%, rgb(255, 255, 255) 5%);
	}
	div.prod_menu {
		margin-top: 10px;
	}
	div.prod_menu p {
		display: inline-block;
		width: 90px;
		font-size: 12pt;
		font-family: 'fjallaoneregular', 'Arial', sans-serif;
	}
	div.prod_menu p a {
		color: #292929;
		text-decoration: none;
	}
	div.prod_menu p a:hover {
		color: #292929;
		border-bottom: 2px solid #000;
		text-decoration: none;
	}
	div.prod_menu p.selected a {
		border-bottom: 2px solid #000;
	}
	.text-sans {
		font-family: 'open_sansregular', 'Arial', sans-serif;
	}
	.text-sanssemi-blue {
		margin: 5px 0 0 0;
		font-family: 'open_sanssemibold', 'Arial', sans-serif;
		color: #0060ad;
	}
	.text-sanssemi-blue a {
		color: #0060ad;
	}
	.tooltip > .tooltip-inner {
	    padding: 5px;
		max-width: none;
		white-space: nowrap;
		text-align: left;
	}
	img.social {
		height: 24px;
		width: 24px;
		border: 0;
		margin: 5px 0 0 5px;
	}
	p.error_title {
		padding-top: 20px;
		margin-left: 20px;
		font-size: 16pt;
		font-weight: bold;
		color: #cc0000;
	}
	p.error_text {
		margin-top: 20px;
		margin-left: 20px;
		font-size: 12pt;
		line-height: 12pt;
		color: #555;
	}
/*NIEUWS*/
	p.header {
		color: #0060ad;
		font-family: "open_sanslight","Arial",sans-serif;
		font-size: 19pt;
		margin: 0 0 5px;
	}
	p.subheader {
		font-family: "open_sanssemibold","Arial",sans-serif;
		font-size: 13pt;
		margin: 20px 0 10px;
	}
	p.text {
		text-align: left;
		line-height: 14pt;
		margin: 0 0 10px;
	}
	p.text a {
		color: #0060ad;
		text-decoration: underline;
	}
	p.text a:hover {
		color: #aaaaaa;
		text-decoration: underline;
	}
	.text ul {
		line-height: 14pt;
		list-style-type: disc;
		margin: 0 0 10px 15px;
		padding: 0;
	}
	.text ul li {
		display: list-item;
	}
	p.text_line {
		line-height: 14pt;
		color: #000000;
		text-decoration: none;
	}
	p.text_line a {
		color: #0060ad;
		text-decoration: none;
	}
	p.text_line a:hover {
		color: #aaaaaa;
		text-decoration: none;
	}

/*BRANDS*/
	.brand_box {
		padding: 0 15px 0 0;
	}
	.brand_caption {
		font-family: "fjallaoneregular","Arial",sans-serif;
		font-size: 15pt;
		color: #0060ad !important;
	}
	.brand-body {
		min-height: 75px;
	}
/*CONTACT*/
	.contact_header {
		clear: left;
		float: left;
		font-weight: bold;
		line-height: 14pt;
		margin: 20px 0 0;
	}
	.contact_name {
		clear: left;
		float: left;
		width: 50%;
		line-height: 14pt;
		margin: 0;
	}
	.contact_email {
		float: left;
		width: 50%;
		line-height: 14pt;
		margin: 0;
	}
	.contact_email a {
		color: #0060ad;
		text-decoration: none;
	}
	.contact_email a:hover {
		color: #aaaaaa;
		text-decoration: underline;
	}

/*FOOTER*/
	p.footer_cap {
		font-size: 12pt;
		font-family: 'fjallaoneregular', 'Arial', sans-serif;
	}
	p.footer_captxt {
		margin-top: 10px;
		font-size: 10pt;
		font-family: 'open_sanssemibold', 'Arial', sans-serif;
	}
	p.footer_txt {
		font-size: 10pt;
		font-family: 'open_sansregular', 'Arial', sans-serif;
	}
	p.footer_txt a {
		color: #0060ad;
		text-decoration: none;
	}
	p.footer_txt a:hover {
		color: #292929;
		text-decoration: none;
	}

/*ACCOUNT*/
	div.rest_field {
		display: none;
	}
	div.company_field {
		display: none;
	}
	p.account_name {
		clear: left;
		float: left;
		width: 40%;
		margin: 2px 0;
	}
	p.account_value {
		float: left;
		width: 60%;
		margin: 2px 0;
	}
	.blue {
		color: #0060ad;
	}

/*CHECKOUT*/
	p.cart_section_header {
		color: #0060ad;
		font-family: "open_sanslight","Arial",sans-serif;
		font-size: 16pt;
		margin: 5px 0 10px 0;
	}
	div.checkOuter {
		width: 14px;
		height: 14px;
		border: 1px solid #000;
		cursor: pointer;
	}
	div.checkInner {
		width: 10px;
		height: 10px;
		background-color:#0060ad;
		margin: 1px;
		cursor: pointer;
	}

/*REFERENTIES*/
	ul.ref_list {
		padding: 0 0 0 30px;
	}
	ul.ref_list li:before { 
		content:"-"; 
		position:relative; 
		left:-5px;
	}
	ul.ref_list li{ 
		text-indent: -5px;
	}
	ul.ref_list li a { 
		color: #000;
		text-decoration: none;
	}
	ul.ref_list li a:hover { 
		color: #0060ad;
		text-decoration: none;
	}
	p.ref_list_below a { 
		color: #000;
		text-decoration: none;
	}
	p.ref_list_below a:hover { 
		color: #0060ad;
		text-decoration: none;
	}

/*PRODUCTEN*/
.no-line td {
	border-top:0 !important;
}
p.subheader-sm {
	font-family: "open_sanssemibold","Arial",sans-serif;
	font-size: 11pt;
	margin: 20px 0 10px;
}
.panel-images {
	cursor: pointer;
	margin-bottom: 5px;
}
div.product_outerbox {
	margin-bottom: 15px;
}
div.product_offerbox {
	cursor: pointer;
	position: relative;
	padding: 10px;
	border: 1px solid #dfe0e1;
	margin: 0 0 5px;
}
div.product_imagebox {
	border: 5px solid #ffffff !important;
	background-position: center center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
div.product_paddingbox {
	background-origin: content-box;
	padding: 10px;
}
.offer-stock {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	padding: 5px;
}
p.prod_box_blue {
	font-family: 'open_sanssemibold', 'Arial', sans-serif;
	color: #0060ad;
	margin: 0px;
}
p.prod_box_blue a {
	color: #0060ad;
	text-decoration: none;
}
p.prod_box_blue a:hover {
	color: #aaa;
	text-decoration: none;
}
p.prod_box {
	font-family: 'open_sansregular', 'Arial', sans-serif;
	margin: 0px;
	overflow: hidden;
}
p.prod_price {
	background-color: #a40000;
	color: #fff;
	font-family: "open_sanssemibold","Arial",sans-serif;
	font-size: 12pt;
	height: 33px;
	line-height: 13px;
	padding: 4px 8px 0 0;
	margin:0;
	position: absolute;
	text-align: right;
	width: 85px;
	right: 0;
	bottom: 0;
}
p.prod_price_sm {
	font-size: 11pt; 
	line-height: 11px;
	height: 30px;
	background-color: #a40000;
	color: #fff;
	font-family: "open_sanssemibold","Arial",sans-serif;
	padding: 4px 8px 0 10px;
	margin:0;
	position: absolute;
	text-align: right;
	right: 0;
	bottom: 0;
}
p.prod_price_xs {
	font-size: 9pt; 
	line-height: 10px;
	background-color: #a40000;
	color: #fff;
	font-family: "open_sansregular","Arial",sans-serif;
	padding: 4px 8px 0 10px;
	margin:0;
	position: absolute;
	text-align: right;
	right: 0;
	bottom: 0;
}
p.desc_btext {
	font-family: "open_sanssemibold","Arial",sans-serif;
	font-size: 10pt;
	margin: 15px 0 5px;
}
p.desc_btext a {
	color: #0060ad;
	text-decoration: none;
}
p.desc_btext a:hover {
	color: #292929;
	text-decoration: none;
}
p.desc_price {
	color: #c00;
	font-size: 15pt;
	font-family: "open_sanssemibold","Arial",sans-serif;
}
span.desc_bprice {
	color: #000;
	font-size: 10pt;
}
.tooltip_lg {
	position: absolute; 
	margin: 0; 
	left: 5px;
	bottom: -5px;
	font-size: 20pt;
}
.tooltip_xs {
	position: absolute; 
	margin: 0; 
	left: 5px;
	bottom: -5px;
	font-size: 15pt;
}
.tooltip_inline_lg {
	font-size: 20pt;
}
.tooltip_inline_xs {
	font-size: 15pt;
}
.group_name {
	position: absolute;
	background-color: #0060ad;
	height: 23px;
	padding: 2px 10px 5px;
	color: #ffffff;
	font-family: 'open_sanssemibold', 'Arial', sans-serif; 
	font-size: 10pt;
	bottom: -10px;
	left: 0px;
}
.group_name_sm {
	position: absolute;
	background-color: #0060ad;
	padding: 2px 10px 5px;
	color: #ffffff;
	font-family: 'open_sansregular', 'Arial', sans-serif; 
	font-size: 7pt;
	bottom: -10px;
	left: 0px;
}
.btn-delfilter {
	margin: 0 5px 5px 0;
}
.slider {
	margin: 10px 0 5px 10px !important;
    width: 90% !important;
}
.slider-selection {
	background: #0060ad !important;
}
.slider-handle {
    background: #0060ad !important;
}
#art_desc_text_box {
	overflow: hidden;
	height: 190px;
}
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
	position: absolute;
	z-index: 5000;
	cursor: pointer;
	display: block;
	background: url('../images/slider_arrow.png') no-repeat;
	overflow: hidden;
}
.jssora12l, .jssora12l:hover, .jssora12ldn { background-position: -16px -37px; width: 30px; height: 46px; top: 75px; left: -10px; }
.jssora12r, .jssora12r:hover, .jssora12rdn { background-position: -75px -37px; width: 30px; height: 46px; top: 75px; right: -10px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12ldn { background-position: -136px -37px; }
.jssora12rdn { background-position: -195px -37px; }
p.art_txt_extra {
	display: inline-block;
	text-align: center;
	background-color: #0060ad;
	color: #fff;
	margin: 0 10px 5px 0;
	font-size: 12pt;
	font-family: 'fjallaoneregular', 'Arial', sans-serif;
}
p.art_txt_extra a {
	display: block;
	padding: 3px 10px 2px;
	color: #fff;
	background-color: #0060ad;
	text-decoration: none;
}
p.art_txt_extra a:hover {
	color: #fff;
	background-color: #aaa;
	text-decoration: none;
}
p.art_sel a {
	color: #fff;
	background-color: #aaa;
	text-decoration: none;
}
div.photo_box {
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 1px solid #dfe0e1;
}
.admin-dropdown li {
	font-size: 9pt;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next{
  color: rgb(208, 208, 208);
  background-color: white;
  font-weight: 600;
  width: 50px;
  border-radius: 50%;
  opacity: 10;

}

@media(min-width:768px){
	.web-image {
		height: 90px;
	}
}
