/*

	STUDIOWEB.NL
	VERSION 2.0
	
	CONTENTS ----------
	
	   BODY
	   DEFAULT STYLING
	   FORMS
	   LAYOUT
	   NAVIGATION
	
    -------------------
    
    COLOURS -----------
    
        green #513988
        blue #004f79
        white #ffffff
    
    -------------------
    
	
*/

@import url(reset.css); /* RESET CSS */
@import url(fancybox.css);
@import url(nivo-slider.css);

* { 
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
nav * { 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* BODY
---------------------------------------------------------------------- */

/* LAYOUT BASIC */
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	min-width: 100%;
	text-align: left;
	background: white;
}
* html body {
	behavior: url("../js/csshover.htc");
}

#pagebody{
	position: relative;
	margin: 0 auto;
	width: 1018px;
}


/* DEFAULT STYLING
---------------------------------------------------------------------- */
body {
	font: normal 12px serif;
	font-family: "tinos", Georgia, serif;
	line-height: 145%;
	color: #4f3e6b ;
	
}
body.shop {
	background: url(../img/new/light-pattern-blur.jpg) top left repeat;
}
body table, table p {
	font-size: 100%;}
	
p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin:					0;
	padding:				0;
}
p {
	margin-bottom: 0;
	line-height: 20px;
	font-size: 12px;
	color: #4f3e6b;
}
strong {
	font-weight: bold;}
em {
	font-style: italic;
}
.small {
	line-break: 14px;
	font-size: 11px;}
.blue, .blue * {
	color: #0053a1;
}
.red, .red * {
	color: #ce0019;
}
.white {
	color: white;
}

a {
	color: #ad83b3;
	border: none;
	text-decoration: none;
}
a:hover, a.active {
	color: #51237b;
	text-decoration: none;
}
a.active {
	color: #51237b;
}

/* heading */
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h1 {
	margin:0;
	font-weight: -100;
	font-weight: light;
	font-size: 62px;
	line-height: 120%;
	color: #51237b;
	margin:23px 0px;
}

h2 {
	margin: 0;
	font-weight: light;
	font-size: 32px;
	line-height: 21px;
	color: #626262;
	margin-bottom: 5px;
}


h2 a {
	color: #004e98;
}

h3 {
	display: block;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
	color: #4a0171;
}

h4 {
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 17px;
	color: #4a0171;
}

h5 {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: left;
	color: #4a0171;
}

h6 {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: left;
	color: #4a0171;
}

.button-black {
	background: url("../img/btn_black.png") bottom right no-repeat;
	display: inline-block;
	font-size: 12px;
	line-height: 13px;
	padding: 8px 45px 7px 10px;
}

/* specific styles */
.date {
	color: #ce0019;
}
.price {
	color: #0053a1;
	font-size: 21px;
}
.bread-text {}
.link a{
	color: #ce0019;
	font-style: italic;
}
.link a:hover{
	color: #ce0019;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.uppercase {
	text-transform: uppercase;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
/* lists */
ul, ol {
	margin: 9px 0 9px 22px;
	padding: 0;
	line-height: 17px;
}
ul { 
	list-style: none;
}
ol li{
	padding: 0; margin: 0;
}

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}


ul.sites { 
	list-style: none;
	list-style-type: none;
	margin:0px 0px; 
	padding:0 0 0 0px; 
	width: 200px;
}
ul.sites li { 
	margin: 0; 
	padding: 0; 
}
ul.sites a { 
	display:block; 
	padding-left:21px; 
	padding-top:3px; 
	padding-bottom:3px; 
	border: 0;
	background: url("../img/arrow_square_blue.png") 0px 4px no-repeat; 
	font-size: 14px;
	line-height: 16px;
	color: #0053a1;
}
ul.sites a:hover,ul.sites a.active { 
	background-image: url("../img/arrow_square_red.png");
	text-decoration: none;
	border: 0;
} 

/* blockquote, img, hr */
blockquote, pre {
	padding: 10px 30px;
}
blockquote {
	font: italic 12px Georgia, Times, serif;
	margin: 8px 0;
}
* html ul, * html ol {
	margin-left: 22px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a:hover {
	border-color: transparent;
}
.pointerhand {
	cursor: pointer;
}
hr {
	border: solid #fff 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.page-hr, div.hr, div.hr2 {
	background: url("../img/ruler.png") 0px 7px repeat-x; 
	clear: both;
	margin: 0;
	height:15px;}
div.hr2 {
	background-position: 0px 10px;
	height: 21px;}
div.page-hr {
	background-position: 0px 5px;
	height: 10px;}
div.page-hr hr,div.hr hr,div.hr2 hr {
	margin: 0;
	display:none}

/* images */
img {}
img.right {
	float: right;
  	margin: 5px 0px 10px 10px;  
}
img.left {
	float: left;
  	margin: 5px 10px 10px 0px;
}
img#loading_bar {display: none;}


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: "tinos", Georgia, serif;	
	color: #80614D;	
	border: 1px solid #EEE8E1; 
}

.texttable{
	width: 534px;
}
.texttable td{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}
.texttable td.ttop{
	width: 534px;
	color: #252525;
}
.texttable td.tleft{
	width: 255px;
}
.texttable td.tright{
	width: 255px;
	padding-left: 24px;
}

/* LAYOUT
---------------------------------------------------------------------- */
#wrapper {
	border: 0;
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	min-width: 1080px;
}


/* html #wrapper {
	height: 100%;
}
html>body #wrapper {
	height: auto;
}*/

#header {
	position: fixed;
	height: 87px;
	margin: 0px auto;
	padding: 0 0 0 0px;
	text-align: center;
	background: url('../img/new/header.jpg');
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}

	 #relative {
		position: relative;
		margin-top: -680px;
		height: 680px;
		display: none;
		z-index: 1100;
	}
	
	#relative.active {
		display:block;
	}
	
	.shop #relative {
		margin-top: -850px;
		height: 850px;
		z-index: 1100;
	}
	
	/*----- SUBMENU ------*/
	#sub {
		width:1000px;
		height: 400px;
		background:white;
		position: fixed;
		top:70px;
		z-index:99;
		text-align: left;
		-webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 1px 10px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 1px 10px 0px rgba(50, 50, 50, 0.75);
	}
		
		#sub>ul>li {
			float:left;
			width:160px;
			
			padding:20px;
		}
		#sub+ul>li{
			height: 250px;
		}
			#sub>ul>li>ul {
				background: url(../img/new/sub-border.jpg) top right repeat-y;
				height: 220px;
				margin-left:0;
				padding-right:10px;
			}
		
			#sub>ul>li>a {
				color:#626262;
				font-size:18px;
				line-height: 120%;
			}
		
				#sub>ul>li>ul>li>a {
					font-style: italic;
					font-size: 16px;
					color: #898989;
					line-height: 160%;
					
				}
	#sub-arrow {
		width: 26px;
		height: 12px;
		background: url(../img/new/sub-arrow.png) top left no-repeat;
		position: fixed;
		z-index: 1100;
		top: 60px;
		margin-left: 240px;
	}

#contact {
	position:relative;
	margin:0;
	padding:0;
	width:69px;
	height:26px;
	padding-right: 7px;
	padding-top: 35px;
	float:right;
}

#contact a{
	display: block;
	position: relative;
	padding: 0;
	margin-left: 9px;
	float: left;
}

#contact a img{
	border: none;
}


#banner-left{
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	width: 178px;
	height: 197px;
	float: left;
}


#banner-right{
	position: relative;
	margin: 18px 0 0 0;
	padding: 0;
	width: 234px;
	height: 178px;
	float: right;
}


.push {
	height: 198px; /* .push must be the same height as .footer */
}

#section-logo{
	position: relative;
	margin: 0 auto;
	background: url('../img/new/logo.png') top left no-repeat;
	height: 141px;
	width: 403px;
	z-index: 50;
	border: 0;
	margin-top: 87px;
}

/* pager */
.cycle-pager { 
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 4px;
    overflow: hidden;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	.cycle-pager { 
	    bottom: -575px;
	}
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #51237b;}
.cycle-pager > * { cursor: pointer;}

#section-logo a{
	display: block;
	height: 140px;
	width: 395px;
	padding:0; border:0; margin:0;
	border: 0;
	color: black;
}

#logoclick:hover{
	border: 0;
}
#sfeer {
	margin-top: 550px;
}
.shop #sfeer {
	margin-top: 0px;
}
#section-sfeer {
	position: fixed;
	height: 687px;
	margin: 0;
	padding: 0;
	z-index: 10;
	border: 0;
	overflow: hidden;
	background-size: cover;
	margin-top: -141px;
	width: 100%;
}

	#section-sfeer img {
		width:100%;
		min-width:1822px;
		text-align: center;
	}
#sfeer .inner-el {
	margin-top: -550px;
	z-index: 1000;
	height: 430px;
}
 #pop-up {
	width: 340px;
/* 	height: 300px; */
	padding:35px 50px 25px;
	background: rgba(0,0,0,0.8);
	float: right;
	position: relative;
	margin-right: 30px;
	opacity: 1;
	transition: height 2s, opacity 1s;
}
#pop-up.hide {
	opacity: 0;
}
#pop-up.hideNow {
	display: none;
}
.ie-8 #pop-up {
	background:black;
}
	#pop-up h2 {
		font-size: 42px;
		color: #b0b0b0;
		line-height: 120%;
		margin-bottom:10px;
	}
	#pop-up p {
		font-size: 18px;
		color: #b0b0b0;
		line-height: 140%;
		font-style: italic;
	}
	#pop-up a#close {
		background:  url(../img/new/close.png) top right no-repeat;
		width: 32px;
		height: 33px;
		position: absolute;
		top:0;
		right:0;
	}
	#pop-up a.btn {
		font-size: 14px;
		float: right;
		padding: 10px 20px;
	}
#sfeer-mask{
	display: none;
}

#sfeer-links{
	position: absolute;
	top: 280px;
	left: 100px;
	z-index: 40;
}

#sfeer-links a{
	position: absolute;
	display: block;
	background: url('../img/bg_sfeer_link.png') repeat-x;
	padding: 0 20px;
	line-height: 40px;
	min-width: 180px;
	color: #fff;
}

#sfeer-links a:hover{
	text-decoration: underline;
}

#page-slide{
	position: relative;
	margin:0;
	padding:0;
	width: 458px;
	height: 330px;
	overflow: hidden;
}

#content {
	width: 1017px;
	margin: 21px 0 0 0;
	padding: 0;
	text-align: left;
	background-color: #0b0b0b;
	min-height: 227px;
}
#content-shop{
	width: 1017px;
	margin: 15px 0px 0px 5px;
	padding: 0;
	text-align: left;
	background-color: #0b0b0b;
	min-height: 227px;	
	background: url('../img/shop-cont-bg.png') top left repeat-y;
	margin-bottom: 20px;
}

#blocks{
	position: relative;
	margin: 0;
	padding: 0 12px 0 12px;
	width: 1017px;
	float: left;
}

.block{
	position: relative;
	float: left;
	padding: 0;
	width: 318px;
	height: 116px;
}

.block a{
	border: none;
}

#block1{
	margin-right: 19px;
}

#block2{
	margin-right: 19px;
}

#block3{
	margin-top: -23px;
	z-index: 21;
}

#content-inner{
	margin: 17px 0 10px 0;
	width: 1017px;
	padding: 0px;
	float: left;
	background: url('../img/content-inner.png') top left repeat-y; 
}

#content-inner-shop{
	width: 1006px;
	float: left;
	background: white;
	min-height: 450px;
	background: url('../img/shop-bg.png') top left no-repeat;
}

#content-left-shop{
	position: relative;
	margin:0;
	padding:15px;
	width:251px;
	float: left;
}

#content-right-shop{
	position: relative;
	margin:0;
	padding:15px;
	width:669px;
	float: left;
	margin-left: 26px;
}
#content-right-shop2{
	position: relative;
	margin:0;
	padding:10px;
	width:679px;
	float: left;
	margin-left: 26px;
}
.page-wrap{
	padding: 8px;
}
#content-left{
	position: relative;
	margin: 0 0 0 12px;
	padding: 0;
	background: url('../img/content-left2.png') top left no-repeat;
	width: 484px;
	min-height: 293px;
	float: left;
	color:#ffffff;
	text-align: left;
}

#merknav{
	position: relative;
	list-style: disc;
	float: left;
	margin-right: 15px;
	z-index: 50;
	width: 238px;
}

#merknav li{
	float:left;
	width: 119px;
}

#merknav li.activeSlide a{
	color:black;
}
#merknav li a{
	color: #e6dceb;
	font-size: 13px;
}

#merknav li a:hover{
	color: #d8c4e3;
}
#merknav li.activeSlide a:hover{
	color:black;
}

#model-left{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 207px;
	background: url('../img/model-left.png') top left no-repeat;
	z-index: 30;
}

#content-block{
	position: relative;
	width: 260px;
	height: 255px;
	background: #82509d url('../img/content-left-flow.png') top right no-repeat;
	float: right;
	margin: 0;
	z-index: 10;
}
#content-block span{
	width: 240px;
	display: block;
	color:#e6dceb;
	font-size: 20px;
	padding: 10px;
	
}

#content-right{
	position: relative;
	margin: 0 12px 0 0;
	padding: 35px;
	background: url('../img/content-right2.png') top left no-repeat;
	width: 410px;
	min-height: 250px;
	float: right;
}
.clear, .clearspace{
	clear: both;
	height: 0px;
	line-height: 0px;
}
.clearspace{
	height: 25px;
}


#social_list{
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#social_list li{
	float: left;
}

#social_list li a{
	display: block;
	position: relative;
	height: 26px;
	width: 24px;
	padding-left: 4px;
}

#rss a{
	background: url('../img/rss.png') top left no-repeat;	
}

#twitter a{
	background: url('../img/twitter.png') top left no-repeat;
}

#facebook a{
	background: url('../img/facebook.png') top left no-repeat;
}

#youtube a{
	background: url('../img/youtube.png') top left no-repeat;
}

#flicker a{
	background: url('../img/flicker.png') top left no-repeat;
}

#footer{
	position: relative;
	min-height: 114px;
	background: url('../img/footer.png') top center no-repeat;
	width: 100%
	margin: 0px auto;
	padding-bottom: 40px;
}

#footer-inner{
	position: relative;
	width: 1017px;
	margin: 0px auto;
}
#footer-inner p, #footer-inner span {
	margin: 0;
	padding: 0;
	color: #ad83b3;
}

#footnav{
	position: relative;
	margin:0;
	padding:0;
	width: 530px;
	list-style: none;
	padding-top: 10px;
	padding-left: 40px;
	float:left;
	}
#footnav li{
	position: relative;
	margin:0;
	padding:0;
	width: 175px;
	float:left;
}
#footnav li a{
	font-size: 13px;
	color: #ad83b3;
	font-weight: bold;
}
	
#footnav li ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footnav li ul li a{
	font-size: 12px;
	font-weight: normal;
}
#footnav li a:hover, #footnav li a.active{
	color: white;
}
/* main column */
#sidebar-left {
	float: left;
	width: 240px;
}
#main, #main-long {
	float: left;
	width: 491px;
	padding: 0; margin: 0;
}
#main-long {
	width: 746px;
}

/* sidebar */
#sidebar {	
	z-index: 12;
	position: relative;
	float: left;
	width: 245px;
	margin: 0 0 0 10px;
	padding: 0; 
	overflow-x: hidden;
}
#sidebar img{	
	display: block;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clear { 
	clear: both;
	height:0; 
	font-size: 0px;
	line-height: 0px;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* FORMS
---------------------------------------------------------------------- */
form {
	margin: 0; 
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form p {
	margin-bottom: 1px;
}
fieldset {
	width: 47%;
    float: left;
    
	/*clear: both;*/
	font-size: 100%;
	background-color: none;
	border-color: #DFDFDF;
	border-width: 1px 0 0;
	border-style: solid none none;
	padding: 3px 10px;
	margin: 0;
}
/*fieldset legend{
	margin-left: -2px;	
	font-size: 16px;
	font-weight: normal;
	color: #9e9e9e;
	margin: 0 0 0 0;
	padding: 0 3px 8px 3px;
}*/
fieldset legend {
	display: block;
    padding: 10px 3px 8px 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #bbbbbb;
}
label.float-left{
	float: left;
    clear: left;
    text-align: left;
    width: 200px;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding-bottom: 0px;
    margin-top: 8px;
    color: #000;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	label.float-left{		
    	width: 182px;
	}	
}

.fieldset-content {
	float: left;
	width: 285px;
}	
label {
	padding: 3px 0;
	font-family: Arial, sans-serif;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

label.error {
	color: red;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
#checkout_form_gateway_fields input, textarea {
	width: 98%;
	margin: 6px 0px 2px 0px;
    padding: 8px 8px 8px 10px;
    border: 1px solid #eee;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
}

#checkout_form .formFieldWrap .button-input{
    margin-top: 30px;
}

#checkout_form .formFieldWrap .breadcrumbs-btn{
	margin-bottom: 5px;
}

#checkout_form .formFieldWrap p{
	font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 25px;
}

input, textarea {
	/*font-family: Arial, sans-serif;
	color: #4a0171;
	margin: 1px 2px;
	padding: 3px;
	font-size: 12px;*/
	font-family: Arial, sans-serif;
    color: #4a0171;
    margin: 12px 0px 2px 0px;
    padding: 6px;
    font-size: 12px;
}

select{
	width: 110px;
    height: 35px;
    margin: 6px 0px;
	font-family: Arial, sans-serif;
	font-size: 15px;
    color: #000;
    display: block;
    border: 1px solid #f1f1f1;
    padding: 5px;
}
/*input, select, textarea {
	/*font-family: Arial, sans-serif;
	color: #4a0171;
	margin: 1px 2px;
	padding: 3px;
	font-size: 12px;*/
	font-family: Arial, sans-serif;
    color: #4a0171;
    margin: 12px 0px 2px 0px;
    padding: 6px;
    font-size: 12px;
}/*
input.error, input.error:focus {
	border: 1px dotted red;
}
/*input:focus, select:focus, textarea:focus {
	color: #393936;
	border-color: #393936;
}*/
input.submit, input.button {
	background: #7eb11f;
	color: white;
	padding: 2px 4px;
}
textarea {
	overflow: auto;
}
.activeField
{
        background-image: none;
        background-color: #ffffff;
        border: solid 1px #4a0171;
}
.idle
{
    border: solid 1px #4a0171;
    background-image: url('../img/blue_bg.png');
    background-repeat: repeat-x;
    background-position: top;
}

input.text-input{
	width: 165px;
}
.textarea-input{
	width: 165px;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	.textarea-input{
	    width: 165px;
		border: 1px solid #eee;
		margin: 11px 0px 10px 0px;
	}
}

.text-format {
	background: transparent;
	margin: 0;
	padding: 0;
	border: none;
}
.comment-form {
	width: 460px;
}
.input-comment {
	width: 460px;
}
.filter-menu select, .filter-menu input {
	width: 200px;
	margin: 4px 0;
}
.filter-menu input {
	width: 196px;
}


/* NAVIGATION
---------------------------------------------------------------------- */

#menu{
	position: relative;
	height: 87px;
	padding: 0;
	margin: 0;
	line-height: 81px;
	min-width: 1010px;
}

#menu a {
	margin: 0;
	padding-right: 55px;
	font-size: 24px;
	border: none;
	color: #b0b0b0;
	text-decoration: none; 
	padding-bottom: 33px;
}

#menu a:hover, #menu a.active{
	color: white;
}

/* MISCELLANEOUS
---------------------------------------------------------------------- */
#gallery{
	width: 491px;
	height: 208px;
	position: absolute;
	top: 0;
	left: 9px;
}
#slider-content {
	position: relative;
	width: 491px;
	height: 208px;
	overflow: hidden;
}
#slider-content .slide-image {
	float: left;
	width: 491px;
	height: 208px;
	overflow: hidden;
}
#slider-content .slide-description {
	background: url("../img/sfeer-desc.png") top left no-repeat;
	position:absolute;
	height: 46px;
	width: 270px;
	margin-left: 13px;
	margin-bottom: 13px;
	padding: 13px 10px 0 10px;
	bottom: 0;
	left: 0;
	color: #fff;
}
#slider-content .slide-description h3 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
#slider-content h2, #slide-content a {
	font-family: "tinos", Georgia, serif;
	color: #fff;
}
#slider-nav {
	position: absolute;
	bottom: 15px;
	left: 350px;
	width: 120px;
	height: 35px;
	z-index: 9;
	text-align: left;
}
#slider-nav a { 
	display: inline-block;
	background: #000;
	margin: 3px; 
	padding: 2px 3px; 
	border: 1px solid #fff; 
	color: #fff; 
	line-height: 12px;
	text-decoration: none;
}
#slider-nav a.activeSlide { 
	background: #fff;
	border-color: #000;
	color: #000;
}
#slider-nav a:focus { 
	outline: none;
}


#sidebar-outer{

}
.sidebox1{
	position: relative;
	margin: 10px auto 0px auto;
	padding:0;
	width: 243px;
	border: 1px solid #0053a1;
	background: #f9f9f9;
	color: #707173;
	font-size: 11px;
}
.sidebox1 .sidebox-top, .sidebox1 .sidebox-body{
	margin: 0; padding: 5px 10px; border: 0;
}

/*.sidebox1 .sidebox-top{
	width: 158px;
	height: 11px;
	background: url('../img/sidebox1-top.png') top left no-repeat;
	padding: 0;
	border: 0;
	margin: 0;
}
.sidebox1 .sidebox-body{
	background: url('../img/sidebox1-repeat.png') top left repeat-y;
	width: 158px;
	height: auto;
	margin: 0; padding: 0; border: 0;
}
.sidebox1 .sidebox-body-inner{
	padding: 5px 10px;
	color: #ffffff;
	font-size: 11px;
}
.sidebox1 .sidebox-bottom{
	width: 158px;
	height: 14px;
	background: url('../img/sidebox1-bottom.png') top left no-repeat;
	padding: 0;
	border: 0;
	margin: 0;
}*/

.content-right-item, .content-left-item{
	position: relative;
	margin: 10px auto 0px auto;
	padding:0;
	width: 243px;
	border: 1px solid #0053a1;
	background: #f9f9f9;
	color: #707173;
	font-size: 11px;
}
.content-right-item{

}

.item-wrapper{
	padding: 10px;
}

/*.sidebox2{
	clear: both;
	width: 158px;
	margin: 0 0 14px 0; padding: 0; border: 0;
}
.sidebox2 .sidebox-top{
	width: 158px;
	height: 10px;
	background: url('../img/sidebox2-top.png') top left no-repeat;
	padding: 0;
	border: 0;
	margin: 0;
}
.sidebox2 .sidebox-body{
	background: url('../img/sidebox2-repeat.png') top left repeat-y;
	width: 158px;
	height: auto;
	margin: 0; padding: 0; border: 0;
}
.sidebox2 .sidebox-body-inner{
	padding: 5px 10px;
	color: #585858;
	font-size: 11px;
}
.sidebox2 .sidebox-bottom{
	width: 158px;
	height: 15px;
	background: url('../img/sidebox2-bottom.png') top left no-repeat;
	padding: 0;
	border: 0;
	margin: 0;
}*/


/* frontpage */
#frontpage{}
#frontpage h1 {
	margin-bottom: 1px;
}

#frontpage .col-s {
	width: 170px;
	margin-right: 15px;
}
#frontpage .col-s p{
	margin-bottom: 0px;
}

/* portfolio */

.portfolio-item {
	display: block;
	margin-bottom: 12px;
	text-align: left;
}
.portfolio-item .inner{
	background: #e3e9f2;
	padding: 8px 9px 2px 9px;
}
.portfolio-item.odd {
	margin-left: 0;
	clear: left;
}
.portfolio-item .portfolio-image{
	float: left;
	width: 210px;
	min-height: 120px;
}
.portfolio-item .portfolio-image img{
	display: block;
	border: 0;
}
.portfolio-item .portfolio-body{
	display: block;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	border: none;
	border-top: 1px #dddfe0 solid;
	border-bottom: 1px #dddfe0 solid;
	min-height: 110px;
}
* html .portfolio-item .portfolio-body{
	height: 120px; he\ight: 110px;
}
.portfolio-item .portfolio-title{
	display: block;
	padding: 3px 1px 0 1px;
	height: 20px;
	overflow: hidden;
	border: none;
}
.portfolio-customers {
	background: #96b7d1 url("../img/screenshot.png") bottom left repeat-x;
	padding: 10px;
	text-align: left;
}
.portfolio-customers .inner{
	background: #e3e9f2;
	padding: 8px 10px 2px 10px;
}
.portfolio-customers .col{
	float: left;
	padding: 0;
	width: 140px;
}

.portfolio-detail-images {
	float: left;
	width: 350px;
	min-height: 250px;
}
.portfolio-detail-description {
	float: left;
	width: 225px;
}

.portfolio-detail-images .big-photo {
	background: url("../img/screenshot_shadow.png") top left no-repeat;
	width: 340px;
	height: 250px;
	overflow: hidden;
}
.portfolio-detail-images .big-photo img{
	position: relative;
	border: 0;
}
.portfolio-detail-images .thumbnails {
	padding-top: 1px;
}
.portfolio-detail-images .thumbnail {
	float: left;
	width: 84px;
	height: 63px;
}
.portfolio-detail-images .thumbnail img{
	position: relative;
	border: 0;
}
#portfolio .website-url {
	padding-top: 10px;
	padding-left: 55px;
	font-weight: bold;
}
#nav-thumbnails { margin: 0; padding: 0; }
#nav-thumbnails li { 
	width: 84px;height: 63px; float: left; list-style: none }
#nav-thumbnails a { width: 104px; display: block; }
#nav-thumbnails a.activeSlide { }
#nav-thumbnails a:focus { outline: none; }
#nav-thumbnails img { 
	border: none; display: block; 	position: relative;
 }

/* news */
.news{}

#news .news-item {
	display: block;
	height: auto;

}
.news .news-item.firstitem {
	width: 491px;
	height: 238px;
	float: left
}
#news .news-item-inner {
	padding: 10px 15px;
	border-bottom: 1px solid #e2e2e2;
}
.news .news-item-image {
	float: left;
	width: 270px;
	min-height: 150px;
	padding: 0;
}
.news .news-item-body {
	padding: 0;
}
#news .news-item.odd {
	margin-left: 0;
	clear: left;
}
.news .news-item img.news-image{
	border: none;
}
.news .news-item .news-image:hover{}
.news-photo{
	float: left;
	width: 150px;
}
.news-description{
}
.news .news-item .news-body.long{
	width: auto;
}
.news-item h4 a{
	text-decoration: none;
}
.news .news-item .news-date{
	font-weight: bold;
}

.news-list{
	position: relative;
	margin:0;
	padding:0;
	padding-left: 15px;
	padding-top: 15px;
list-style-type: disc;
}
.news-list li{

}

.news-list li a{
	color:#52014d;

}

/* comments */
.comments{}
.comments .comment-item {
	display: block;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	height: auto;
}
.comments .member-photo{
	background: url("../img/member_photo.png") 0px 0px no-repeat;
	display: block;
	float: left;
	margin-top: 5px;
	width: 90px;
	min-height: 60px;
}
.comments .member-photo img{
	margin: 2px 0 0 2px;
}
.comments .comment-item-inner {
	background: #fff;
	display: block;
	float: left;
	padding: 10px 15px;
	width: 371px;
	overflow-x: hidden;
}
* html .comments .comment-item-inner {
	width: 401px; w\idth: 371px;
}

/* blog */
.blog{
	padding: 10px 15px;
}
.blog .blog-item {
	clear: both;
	padding: 0;
}
.blog .blog-item.odd {
	margin-left: 0;
}
.blog-image{
	float: left;
	width: 140px;
	min-height: 100px;
	text-align: left;
}
* html .blog-image{
	height: 100px
}
.blog-image img{
	display: block;
	border: none;
}
.blog-body{
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;
}
.blog-description{}
.blog .blog-item .blog-body.long{
	width: auto;
}
.blog-item h4 a{
	text-decoration: none;
}


/* standard table */
#content .table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
#content .table th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
#content .table tr {
	height: 34px;
	background: #fff;
}
#content .table td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	

/* pagination */
.pagination {
	margin: 0;
	font-size: 12px;
	color: #004f79;
	float: right;
}
.pagination.float-right {
	float: right;
}
.pagination a, {
    display: block;
    text-decoration: none;

}
.pagination a:hover {
	background-color: white;
	color: #004f79;
}
.pagination a, .pagination strong {
    display: block;
    float: left;
    padding: 3px 5px;
    background: #ac579f;
    border: 1px #52014d solid;
    margin-left: 2px;
    margin-right: 2px;
    color: #fff;
}
.pagination strong {
	background-color: #490070;
	color: white;
	border-color: #52014d;
}
.pagination .current.next, .pagination .current.prev {
	color: #004f79;
}

.text-content-delim1{
	width: 41px;
}

.text-content-left{
	width: 175px;
}

.text-content-delim2{
	width: 42px;
}

.text-content-right{
	padding-right: 50px;
}

.nivo-controlNav {
	position: absolute;
	top: 260px;
	right:100px;
	z-index: 200;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/nivo-slider/bullets3.png) no-repeat;
	text-indent:-9999px;
	margin-right:8px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/nivo-slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: "tinos", Georgia, serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
#copyright{
	width: 100%;
	background: white;
	text-align: center;
	color: black;
}
#copyright a{
	font-size: 10px;
	color: black;
}
#copyright.shop {
	display: none;
}
.openingstijden{
	position: relative;
	margin:10px 10px 0 0;
	float:right;
	right: 40px;
	color:#ac82b0;
}
.openingstijden span{
	font-size: 13px;
	color: #ad83b3;
	font-weight: bold;
}
.openingstijden p{
	color: #ad83b3;
}
#socialmedia{
	position: relative;
	margin:0;
	padding:0;
	float:right;
	width: 200px;
}
#merken-slide{
	z-index: 1;
}
#merk-thumbs{
	position: relative;
	margin:0;
	padding: 15px;
	padding-right: 0;
}
#merk-thumbs a img{
	border: 1px solid #a69ecb;
	margin-right: 11px;
	margin-bottom: 11px;
}
#merk-thumbs a:hover img{
	border: 1px solid #4a0171;
	padding: 0;
}
.left-content-wrapper{
	padding:15px;
}


/**Start shop styles**/

.account-info {
	position: absolute;
	color: white;
	right: 26px;
	background: #463B45;
	padding: 13px;
	border: 1px solid #5A485F;
}

.account-info a {
	color:white;
	padding: 5px;
	background: rgb(88, 80, 94);
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-top: 10px;
}

.cat-wrap{
	margin:0;
	padding: 0;
	padding-top: 5px;
	padding-left: 8px;
}
.product-category-box{
	position: relative;
	margin:0;
	padding:0px;
	width: 190px;
	height: 208px;
	float:left;
	background: url('../img/catbg.png') top left no-repeat;
	margin-right: 39px;
	margin-bottom: 39px;
}
.product-category-box2{
	position: relative;
	margin:0;
	padding:0px;
	width: 190px;
	height: 208px;
	float:left;
	background: url('../img/catbg.png') top left no-repeat;
	margin-right:30px;
	margin-bottom: 30px;
}
.last{
	margin-right: 0px;
}

.product-category-box:hover{
	background: url('../img/catbghv.png') top left no-repeat;
}

.cat-title{
	position: relative;
	margin:0;
	padding:0;
	width: 188px;
	height: 25px;
	display: block;
	text-align: center;
}
.cat-title a{
	line-height: 25px;
	color:white;
	font-size: 13px;
}
.cat-image{
	position: relative;
	margin:0px auto;
	margin-top: 25px;
	width: 125px;
	height: 125px;
	text-align: center;
}
.catlink{
	position: relative;
	margin:0px auto;
	padding: 0;
	width:188px;
	height: 25px;
	text-align: center;
	padding-top: 10px;
	
}
.catlink a{
	font-size: 12px;
	color:#682b86;
	padding-right: 25px;
	background: url('../img/catabg.png') center right no-repeat;
}

.catlink a:hover{
	color: #9b2f87;
	background: url('../img/catabghv.png') center right no-repeat;
}
.product-listing{
	margin:0;
	padding-top:5px;
	
}
.prod-list-item{
	position: relative;
	margin:0;
	padding:30px;
	width: 258px;
	height: 214px;
	background: url('../img/prod-list-bg.png') top left no-repeat;
	float: left;
	margin-bottom: 10px;
}
.product-listing .even{
	margin-left: 30px;
}
.prod-title-list{
	position: relative;
	margin-bottom: 12px;
	top:-10px;
}
.prod-title-list a{
	font-size: 14px;
	color:#4a0171;
	margin: 0;
	
}
.prod-list-img{
	position: relative;
	margin:0;
	padding:0;
	background: white;
	float:left;
	width: 114px;
	height: 114px;
}

.prod-list-desc{
	position: relative;
	margin:0;
	padding:0;
	width: 120px;
	margin-left: 22px;
	float:left;
	display: block;
	color: black;	
	max-height: 125px;
	overflow: hidden;
}
.prod-list-desc p{
	line-height: 14.8px;
	color: black;
}
.prod-list-from-price{
	position: relative;
	margin:0;
	padding:0;
	color:#ff0000;
	font-size: 15px;
	font-weight: bold;
	float:left;
	width: 139px;
	margin-top: 10px;
}
.prod-list-price{
	position: relative;
	margin:0;
	padding:0;
	color:#4a0171;
	font-size: 15px;
	font-weight: bold;
	float:left;
	width: 110px;
	margin-top: 10px;
}
.prod-more-info{
	position: relative;
	margin:0;
	padding:0;
	float: right;
}

.prod-cart{
	position: relative;
	margin:0;
	padding:0;
	float: left;
}
.button{
	position: relative;
	margin:0;
	padding:0;
	line-height: 28px;
	text-align: left;
	height: 28px;
	display: block;
	color: white;
	font-size: 12px;
	margin-top: 16px;
	background: url('../img/prodabg.png') center right no-repeat;
}
input.button{
	background: none;
	border: none;
	background: url('../img/prodabg.png') 108px 9px no-repeat;
	padding-right: 20px;
	height: 27px;
	line-height: 27px;
	width: 122px;
}
.prod-more-info a{
	padding-right: 18px;
}
.prod-cart a{
	padding-right: 20px;
}
.button:hover{
	color: #4a0171;
}
#cartbox{
	position: relative;
	margin:0;
	padding:10px;
	width: 228px;
	min-height: 60px;
	background: white url('../img/cartbg.png') top left repeat-x;
	border:1px solid #8f5fa2;
	margin-bottom: 20px;
}
#cartbox p{
	font-size: 13px;
	color:#4a0171;
	padding-left: 9px;
}

.breadcrumbs{
	position: relative;
	margin:0;
	padding: 6px;
	padding-left: 0;
	width: 635px;
	/*background: white;
	border:1px solid #682b86;	
	margin-bottom: 5px;*/
	margin-left: 8px;
}
.breadcrumbs a {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #51237b;
}

.breadcrumbs-btn a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

.breadcrumbs-btn {
	border-radius: 6px;
    font-family: Arial, sans-serif;
    padding: 12px 21px;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    color: #000;
    background: #eee;
    display: block;
    border: 0px;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	.breadcrumbs-btn {
		display: block;
		text-align: center;
	    padding: 16px 23px;
	    width: 89%;
	    font-size: 15px;
	}
}

.breadcrumbs a:hover{
	color:black;
}

.breadcrumbs  .active-crumb{
	color:black;
}
.breadcrumbs2{
	position: relative;
	margin:0;
	padding: 6px;
	padding-left: 0;
	width: 635px;
	/*background: white;
	border:1px solid #682b86;	*/
	margin-bottom: 15px;
	margin-left: 0px;
}
.breadcrumbs2 a{
	text-transform:capitalize;
	color:#682b86;	
	font-size: 13px;
}
.breadcrumbs2 a:hover{
	color:black;
}

.breadcrumbs2  .active-crumb{
	color:black;
}

.carttitle{
	font-size: 16px;
	color:#4a0171;
	padding-bottom: 10px;
	display: block;
	padding-left: 9px;
}
.cartbutton{
	position: relative;
	margin:0px auto;
	margin-top: 10px;
	padding:0;
	border:1px solid #682b86;
	width: 211px;
	height: 27px;
	display: block;
	text-align: center;
	color: white;
	font-size: 13px;
	line-height: 27px;
	background: url('../img/cart-button.png') top left no-repeat;
}
.cartbutton:hover{
	color: black;
	border: 1px solid black;
}

.shopnav{
	letter-spacing: 0;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 34;
	list-style: none;
	text-align: left;
	border-top: 1px solid #c8b1d4;
	border-left: 1px solid #c8b1d4;
	border-right: 1px solid #c8b1d4;
	width: 248px;
}

.shopnav li {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	min-height: auto;
	background: url('../img/li-bg.png') top left repeat-x;
}

* html .shopnav li {
	\display:inline;
	list-style:none;
}
.shopnav li:hover, .shopnav li a.active {
	background: url('../img/li-a-bg.png') top left repeat-x;
}
.shopnav li a {
	color:white;
	font-size: 14px;
	line-height: 36px;
	padding-left: 25px;
	display: block;
}

.shopnav li a:hover, .shopnav li a.active {
	color: #fff;
	text-decoration: none;
}

.shopnav li ul {
	display:none;
	position:relative;
	z-index:99;
	list-style-image:none;
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: white url('../img/subulbg.png') top left repeat-x;
}

.shopnav li ul li, .shopnav li ul li:hover {
	background:none;
	padding-left: 25px;
	min-height: auto;
}
.shopnav li ul li:hover{
	background: url('../img/sublibg.png') top left repeat-x;
}
.shopnav li ul li a {
	line-height:27px;
	font-size:12px;
	padding-left: 20px;
	background:none;
	list-style:none;
	color:#4a0171;
	background: url('../img/a-bg.png') center left no-repeat;
}



.shopnav li ul li:hover a,.shopnav li ul li.active a,.shopnav li ul li.parent-active a, .shopnav li ul li a.active {
	color:#b22296;
	background: url('../img/a-hv.png') center left no-repeat;
	list-style:none;
	text-decoration:none;
}

.shopheader{
	position: relative;
	margin:0px auto;
	padding:0;
	width: 244px;
	height: 20px;
	background: url('../img/lefthead.png') top left no-repeat;
}
.paymentlogos{
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	border: 1px solid #4a0171;
	background: white;
	padding: 4px;
	text-align: center;
	width: 237px !important;
}
.cartleft{
	width: 142px;
	padding-left: 9px;
}
.cartright{
	width: 69px;
	text-align: right;
}

.producttop, .carttop{
	position: relative
	margin:0;
	padding:0;
	width: 658px;
	height: 11px;
	background: url('../img/prod-top.png') top left no-repeat;
}
.productinner, .cartinner{
	position: relative;
	margin:0;
	padding: 10px;
	padding-left: 20px;
	width: 628px;
	min-height: 400px;
	background: url('../img/prod-bg.png') top left repeat-y;
}
.productbottom, .cartbottom{
	position: relative;
	margin: 0;
	padding: 0;
	width: 658px;
	height: 10px;
	background: url('../img/prod-bot.png') top left no-repeat;
}
.itemleft{
	position: relative;
	margin:0;
	padding: 0;
	width: 250px;
	min-height: 300px;
	float: left;
}
.mainimage{
	width: 240px;
	text-align: center;
	border: 1px solid #e0bed9;
	margin-bottom: 5px;
	padding: 5px;
}
.thumbimg img{
	margin-right: 5px;
	border: 1px solid #e0bed9;
}
.itemright{
	position: relative;
	margin: 0;
	padding: 10px;;
	width: 320px;
	min-height: 300px;
	float: left;
	margin-left: 25px;
	background: url('../img/prodtekstbg.png') top left no-repeat;
}
.prodescription{
	margin-bottom: 10px;
}
.prod-from-price{
	color: red;
	text-decoration: line-through;
	font-size: 12px;
}
.prod-price{
	color:#4a0171;
	font-weight: 500;
	font-size: 14px;
}
.itembottom{
	position: relative;
	margin:0;
	padding:0;
	width: 618px;
	min-height: 30px;
	margin-top: 10px;
}
.verder{
	position: absolute;
	display: block;
	width: 130px;
	height: 27px;
	line-height: 27px;
	background: url('../img/verder.png') top left no-repeat;
	text-align: right;
	padding-right: 10px;
	color:white;
	top:0px;
	left:0;
}
.verder:hover{
	color:black;
}
.wagentjebuttons{
	position: absolute;
	border: none;
	margin:0;
	padding:0;
	top:0px;
	right:6px;
	width: 140px;
	height: 27px;
	line-height: 27px;
	background:  url('../img/wagentje.png') top left no-repeat;
	color:white;
	text-align: left;
	padding-left: 10px;
}
.wagentjebuttons:hover{
	color:black;
}
.wagentjebuttons2{
	position: absolute;
	border: none;
	margin:0;
	padding:0;
	top:0px;
	right:193px;
	width: 140px;
	height: 27px;
	line-height: 27px;
	background:  url('../img/wagentje.png') top left no-repeat;
	color:white;
	text-align: left;
	padding-left: 10px;
}
.wagentjebuttons2:hover{
	color:black;
}
.messagebox{
	display: none;
	padding-top: 10px;
}
.messagebox p{
		font-size: 15px;
	color: green;
	font-weight: 500;
}
.messagebox2{
	display: none;
	padding-top: 10px;
	padding-left: 9px;
}
.messagebox2 p{
	font-size: 18px;
	color: green;
	font-weight: 500;
}

.pad tr td select{
	width: 200px;
}
.pad tr td input{
	width: 190px;
}
.carttotals{
	position: relative;
	margin:0;
	padding:0;
	width: 295px;
	float: right;
	padding-top: 10px;
	margin-top: 10px;
	border-top:1px solid #e0bed9;
}
.cart-function-buttons{
	position: relative;
	margin:0;
	padding:0;
	margin-top: 15px;
	float:right;
	width: 604px;
	padding-right: 14px;
}
.cartbuttons{
	position: relative;
	margin:0;
	padding:0;
	background: url('../img/cartbuttonsbg.png') center right repeat-x;
	border:none;
	color:white;
	height: 27px;
	line-height: 27px;
	min-width: 90px;
	float:right;
	margin-left: 5px;
}
.cartbuttons:hover{
	color:black;
}

.cart-coupon {
	display: block;
    width: 100%;
    float: right;
    margin-top: 20px;
}

.cart-coupon input{
	width: 99px;
}

.cart-coupon .btn1{
	padding: 8px 15px;
    border: 0px;
    border-radius: 4px;
    background: #eee;
    color: #000;
}

.carthumb{
	position: relative;
	margin: 0;
	padding:0;
	width: 52px;
	height: 52px;
	border: 1px solid #e0bed9;	
	float: left;
	margin-top: 5px;
}
.cart-item-details{
	position: relative;
	margin:0;
	padding:0;
	min-height: 52px;
	display: block;
	width: 190px;	
	margin-top: 5px;
	float:left;
	padding-left: 10px;
}
.head1{
	width: 260px;
}
.shoplink{
	color: #4a0171;
}
.cartitems th{
	border-bottom:1px solid #e0bed9;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.verdercart{
	position: absolute;
	display: block;
	width: 130px;
	height: 27px;
	line-height: 27px;
	background: url('../img/verder.png') top left no-repeat;
	text-align: right;
	padding-right: 10px;
	color:white;
	top:0px;
	left:-10px;
}
.verdercart:hover{
	color:black;
}
.modifier{
	margin-right: 10px;
}

.customer-info-table input[type=text]{
	width: 200px;
	margin-bottom: 5px;
}
.customer-info-table select{
	width: 210px;
	margin-bottom: 5px;
}
.customer-info-table textarea{
	width: 204px;
	margin-bottom: 5px;
}

.customer-info-table .order_shipping_same_as_billing{

}
.cartbuttons2{
	position: relative;
	margin:0;
	padding:0;
	background: url('../img/cartbuttonsbg.png') center right repeat-x;
	border:none;
	color:white;
	height: 27px;
	line-height: 27px;
	min-width: 130px;
	float:right;
	margin-left: 5px;
}
.cartbuttons2:hover{
	color:black;
}
.facttable th{
	width: auto;
}
.facttable{
	width: 300px;
	margin-right: 32px;
}
.facttable tr td{
	width: 140px;
}

.sendtable th{
	width: auto;
}
.sendtable{
	width: 300px;
}
.sendtable tr td{
	width: 140px;
}
.infotable th{
	border-bottom:1px solid #e0bed9;
}
.payorder{
	position: relative;
	margin:0;
	padding:0;
	background: url('../img/cartbuttonsbg.png') top left repeat-x;
	border:none;
	color:white;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 180px;
	text-align: center;
}
.payorder:hover{
	color: black;
}
.related-products{
	position: relative;
	margin:0;
	margin-top: 15px;
	padding: 5px;
	padding-bottom: 10px!important;
}
.related-product{
	position: relative;
	margin:0;
	padding:10px;
	border: 1px solid #70368e;
	width: 120px;
	background: white;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 0;
	min-height: 200px;
}
.related-title{
	display: block;
	height: 40px;
}
.related-product img{
	margin: 0px auto;
	margin-bottom: 10px;
}



.tolessproducts{
	display: none;
	padding-top: 10px;
}
.tolessproducts p{
	font-size: 15px;
	color: red;
	font-weight: 500;
}
/*------- extra -------*/
#section-categories {
	text-align: center;
	background: white;
	overflow:visible;
	z-index:98;
	height: 285px;
}

#section-categories .inner-el{
	min-width: 1200px;
}

#parallax {
	top: 0px;
	position: absolute;
	margin-top: 721px;
	z-index:98;
	background: white;
	width:100%;
}

#section-verkoopteam {
	background: url('../img/new/light-pattern.jpg') top left repeat;
	width:100%;
	height: 800px;
	position: relative;
}

#section-collectie {
	position: relative;
}
#section-merken {
	width:100%;
	height: 830px;
	position: relative;
	background: url('../img/new/dark-pattern.jpg') top left repeat;
}
	#section-merken h1 {
		color:#dadada;
	}
	
	#section-merken .brand {
		width: 197px;
		height: 117px;
		background: white;
		-webkit-box-shadow: inset 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: inset 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
		box-shadow: inset 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
		border: 9px solid white;
		text-align: center;
		float: left;
		margin: 15px 50px 0px 0px;
	}
	
	#section-content .brand-slider ul li{
		float: left;
		width: 224px;
	}
	
	.brand-slider .brand {
		width: 197px;
		height: 117px;
		background: white;
		-webkit-box-shadow: inset 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: inset 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
		box-shadow: inset 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
		border: 9px solid white;
		text-align: center;
		float: left;
		margin: 15px 50px 0px 0px;
	}
	
#section-social {
	height: 440px;
	background: url('../img/new/light-pattern.jpg') top left repeat;
}

	#section-social h1 {
		color:#5e5e5e;
	}

#section-galerie {
	height: 1160px;
	background: white;
}

	#section-galerie .social-block {
		width: 500px;
		height: 625px;
		float:left;
		margin-right:10px;
		-webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px -2px 10px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px -2px 10px 0px rgba(50, 50, 50, 0.5);
		margin-top:-310px;
		margin-bottom:30px;
	}
	
			#section-galerie .social-block .social-block-top {
				background: white;
				height: 355px;
				padding:35px;
			}
			
				#section-galerie .social-block .social-block-top #f-icon {
					width: 233px;
					height: 79px;
					background: url('../img/new/f-icon.png') top left no-repeat;
				}
				
				#section-galerie .social-block .social-block-top #galerie-icon {
					width: 265px;
					height: 79px;
					background: url('../img/new/galerie-icon.jpg') top left no-repeat;
				}
			
			#section-galerie .social-block .social-block-bottom {
				background: #3a393f;
				height: 130px;
				padding:35px;
			}
			
			#latest-article, #latest-video {
				width: 155px;
				float: left;
			}
			#to-magazine, #to-videos {
				float: left;
				width: 250px;
			}
			a.youtube {
				padding:0px 20px 0px 0px !important;
			}
			
				#section-galerie .social-block .social-block-bottom h2 {
					font-size: 34px;
					color: #cfcfcf;
					margin-bottom: 20px;
				}
				
				#section-galerie .social-block .social-block-bottom p {
					font-size: 17px;
					color: #fff;
					font-style: italic;
					line-height: 26px;
				}
				
				#section-galerie .social-block .social-block-bottom a {
					font-size: 15px;
					float:right;
					padding:10px 20px;
				}
	#section-galerie #galerie {
		height: 300px;
	}
		#section-galerie #galerie img {
			border:7px solid white;
			-webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.5);
			-moz-box-shadow:    0px -2px 10px 0px rgba(50, 50, 50, 0.5);
			box-shadow:         0px -2px 10px 0px rgba(50, 50, 50, 0.5);
		}
		#section-galerie #galerie a.btn {
			font-size: 15px;
			float:right;
			padding:10px 20px;
		}
		#section-galerie  .galerie-left {
			float:left;
			width: 250px;
		}
		
		#section-galerie  .galerie-right {
			float:left;
			width: 170px;
		}
			#section-galerie  .galerie-right h3 {
				color: #222;
				font-size: 18px;
				font-style: italic;
				line-height: 43px;
			}
			#section-galerie  .galerie-right .galerie-desc p {
				font-size: 14px;
				line-height: 25px;
				height: 220px;
			}
	#social-more {
		height: 500px;
	}
	
	#social-more .social-block {
		margin-top:0px;
	}
	
	#i-icon {
		width: 265px;
		height: 79px;
		background: url('../img/new/i-icon.jpg') top left no-repeat;
	}
	
	#t-icon {
		width: 265px;
		height: 79px;
		background: url('../img/new/t-icon.jpg') top left no-repeat;
	}
		
#section-contact {
	width:100%;
	height: 828px;
	background:  #27262b;
	text-align: center;
}

	#section-contact #contact-left {
		float:left;
		width: 505px;
		margin-right:50px;
		text-align: left;
	}
	
	#section-contact #contact-right {
		float:left;
		width: 490px;
		text-align: left;
	}
	#section-contact .block-grey {
		background: #3f3e42;
		padding: 34px 64px 34px 60px;
	}
	
		#section-contact .block-grey p {
			color:white;
			font-size:14px;
		}
		
		#section-contact .block-grey p input{
			width:100%;
		}
		#section-contact .block-grey p textarea{
			width:100%;
		}
		
		#section-contact  h2 {
			color: #b67cdb;
			line-height: 50px;
		}
#section-route {
	height: 600px;
	position: relative;
}

#section-route #shadow {
	position: absolute;
	top:0px;
	width: 100%;
	height: 36px;
	background: url('../img/new/shadow.png') top left repeat-x;
}

.category {
	float:left;
	/*
	width:234px;
	width:190px;
	*/
	width:380px;
	margin-top:-100px;
	z-index:99999999;
	margin-left:26px;
	height: 252px;
}

.category:nth-child(4){
	clear: left;
}

.category h2{
	font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: -196px;
    left: 56%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    padding-top: 30px;
    background: #51237a;
    color: white;
    opacity: 0.8;
}

.category img {
	border: 22px solid white;
	margin-bottom:20px;
}

.inner-el {
	margin:0 auto;
	width:1080px;
	min-width:1080px;
	padding:40px 0px;
	position: relative;
}
#section-collectie .inner-el {
	padding: 0;
	z-index: 199;
	margin-top: -350px;
	height: 350px;
}


.page-sep {
	background: url('../img/new/page-sep.png') top left repeat-x;
	height: 4px;
	width:100%;
}

.page-sep-white {
	background: url('../img/new/page-sep-white.png') bottom left repeat-x;
	height: 4px;
	width:100%;
}

.up, .down{
	position: absolute;
	z-index: 999;
}
.up {
	bottom:6px;
}
.down{
	top:6px;
}
.employee {
	float:left;
}
.about-img {
	margin: 30px;
	margin-left: 60px;
	margin-bottom: 53px;
}
	.about-img img {
		border: 10px solid white;
		-webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px -2px 10px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px -2px 10px 0px rgba(50, 50, 50, 0.75);
		margin-bottom:20px;
	}
.inner-el + .clear + .page-sep {
	margin-top: 230px;
}

#section-collectie .inner-el a{
	position: absolute;
	right:200px;
	bottom:100px;
}

/*a.btn, input.btn, button.btn, a.btn:hover, input.btn:hover, button.btn:hover, a.btn:active, input.btn:active, button.btn:active {
	display: block;
	padding: 20px 30px;
	color: #dadada;
	font-size: 24px;
	background: #610969;
	border:none;
	background: -moz-linear-gradient(top, #610969 0%, #440350 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#610969), color-stop(100%,#440350));
	background: -webkit-linear-gradient(top, #610969 0%,#440350 100%);
	background: -o-linear-gradient(top, #610969 0%,#440350 100%);
	background: -ms-linear-gradient(top, #610969 0%,#440350 100%);
	background: linear-gradient(to bottom, #610969 0%,#440350 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610969', endColorstr='#440350',GradientType=0 );
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	cursor: pointer;
}*/

a.btn, input.btn, button.btn, a.btn:hover, input.btn:hover, button.btn:hover, a.btn:active, input.btn:active, button.btn:active {	
	padding: 12px 23px;
    margin: 15px 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #51237b;
}

.btn .pay-off{
	display: block;
    position: relative;
    float: left;
    left: 10px;
    top: 20px;
}

#about-left {
	width: 303px;
	height: 490px;
	float:left;
	padding:30px 30px 30px 0px;
	margin-top:30px;
}

	#about-left p, .about-more p, #section-social p {
		color:#111111;
		font-style: italic;
		font-size: 18px;
		line-height: 30px;
	}
	
	.about-more p {
		font-size: 17px;
		line-height: 27px;
	}

#about-right {
	width: 733px;
	height: 550px;
	float:left;
	margin-top:30px;
	margin-left:10px;
}

.about-more {
	display: none;
}

.about-more {
	position: absolute;
	background: white;
	padding: 20px 10px 20px 40px;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: inset 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
	box-shadow: inset 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
	top: 160px;
	width: 683px;
	left: 334px;
	border: 10px solid white;
}
.about-more.sharon {
	padding: 20px 40px 40px 10px;
	left: 323px;
}
.about-more h3 {
	color: #51237b;
	font-size:28px;
	font-style: italic;
	line-height: 80px;
}
.about-more.chantal .about-img {
	float:right;
}

.about-more.sharon .about-img {
	float:left;
}


/*---------- SHOP ------------*/

#header.shop {
	background: url('../img/new/header-shop.jpg') top left repeat-x;
	height: 251px;
	position: relative;
	z-index: 49;
}

/*
.shop #section-logo {
	position: relative;
	margin: 0 auto;
	background: url('../img/new/logo.png') top left no-repeat;
	height: 141px;
	width: 403px;
	z-index: 50;
	border: 0;
	margin-top: -160px;
}
*/

#header .inner-el #section-logo {
	position: absolute;
	top: 0px;
	margin: 0;
}

.shop #section-sfeer {
	position: relative;
	height: 687px;
	margin: 0;
	padding: 0;
	z-index: 10;
	border: 0;
	overflow: hidden;
	background-size: cover;
	margin-top: 19px;
}

.responsive-image {
	width:100%;
}

#section-shop .inner-el {
	width: 1020px;
	margin: 0px auto;
	min-height: 34px;
	z-index: 99;
	position: relative;
	min-width: 1020px;
}

#section-shop .inner-el .shop-categories{
	text-align: center;
}

#section-shop .inner-el .shop-categories .shop-category{
	display: block;
    float: left;
    width: 217px;
    height: 225px;
    margin-right: 10px;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	#section-shop .inner-el .shop-categories .shop-category{
		width: 180px;
	    margin-right: 10px;
	}
}

#section-shop .inner-el .shop-categories .shop-category h2{
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: inherit;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    color: #000;
}

#section-shop .cart{
	font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
}
#section-shop .inner-el .bg_white{
	background-color: #fff;
	/*
position: absolute;
	top: -630px;
*/
	padding: 50px;
	min-width: 920px;
	min-height: 536px;
}

#section-shop input{
	margin: 0px;
    border: 1px solid #eee;
    margin: 11px 0px 2px 0px;
}

#section-shop h1 {
	margin: 0px 0px 20px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 36px;
    color: #51237b;
}

	#section-shop .sep {
		height: 1px;
		background: #d9d9d9;
		width:100%;
		margin:20px 0px 30px 0px;
	}
	
	#section-shop #product-desc p, #section-shop #product-desc-title {		
	    line-height: 24px;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		color: #51237b;
	}
	
	#section-shop #product-desc p {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #bbbbbb;
	}

	#section-shop .inner-el #product-results {
		margin: 15px 0px 30px 0px;
	}
	
	#section-shop .inner-el #product-results .product.odd {
		clear: left;
	}
	
#section-shop h5 {
    margin: 0px 0px 20px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 36px;
    color: #51237b;
}

#section-shop .btn {
    padding: 12px 23px;
    margin: 20px 0px 2px 0px;
    font-size: 14px;
    color: #fff;
    background: #51237b;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	#section-shop .btn {
	    padding: 16px 21px;
	    width: 89%;
	    font-size: 15px;
	}
}

#section-shop .fright {
	float:right;
}

#section-shop .fleft {
	float:left;
}

#section-shop .right {
	float: right;
	position: relative;
    width: 440px;
    /*height: 594px; */
    /*border: 3px solid #eee; */
    padding: 20px 20px 20px 20px;
    left: -11px;
}

#section-shop .right h1 {
    margin: 5px 0px 5px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #51237b;
}

#section-shop .right h2, #section-shop .right .price {
	margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #bbbbbb;
}

#section-shop .right .label {
	/* width: 190px; */
	/* display: block; */
	/* float: left; */
	/* margin: 0px 4px 10px 0px; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

#section-shop .right .product-prices{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}
	
#section-shop .right .product-prices .product-price {
	font-family: 'Open Sans', sans-serif;
    margin-right: 2px;
    font-size: 14px;
    color: #000;
}

#section-shop .right .product-prices .product-price span {
	font-family: 'Open Sans', sans-serif;
    margin-right: 2px;
    font-size: 14px;
    color: #000;
}

#section-shop .right .product-prices .product-price-sale span {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

#section-shop .right .product-un {
	display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
}

#section-shop .right .iframe{
	display: block;
	width: 90px;
	text-align: center;
	border-radius: 6px;
    font-family: Arial, sans-serif;
    padding: 12px 21px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    color: #fff;
    background: #51237b;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	#section-shop .right .iframe {
		display: block;
		text-align: center;
	    padding: 16px 23px;
	    width: 89%;
	    font-size: 15px;
	}
}

.button-input{
	border-radius: 6px;
    font-family: Arial, sans-serif;
    padding: 12px 21px;
    margin: 10px 0px 2px 0px;
    font-size: 14px;
    color: #fff;
    background: #51237b;
    display: block;
    border: 0px;
}

@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
	.button-input{
		display: block;
		text-align: center;
	    padding: 16px 23px;
	    width: 89%;
	    font-size: 15px;
	}
}

#section-shop .right #reservation-form{
	display: block;
	margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#section-shop .left {
	float:left;
	
}

#section-shop table tr td {
	padding: 10px 0px;
	border-bottom: 1px dotted #eaeaea;
	font-family: Arial, sans-serif;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

#section-shop .fleft.btn {
	background: #eee;
    color: #000;	
	/* background: #fcfff4; Old browsers
	background: -moz-linear-gradient(top,  #fcfff4 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#dddddd)); 
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#dddddd 100%); 
	background: -o-linear-gradient(top,  #fcfff4 0%,#dddddd 100%); 
	background: -ms-linear-gradient(top,  #fcfff4 0%,#dddddd 100%); 
	background: linear-gradient(to bottom,  #fcfff4 0%,#dddddd 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#dddddd',GradientType=0 ); 
	color:#7d7d7d;
	border:1px solid #eaeaea;*/
}

.product {
	position: relative;
	margin: 0;
	margin: 15px;
	float: left;
/* 	border: 1px solid #eaeaea; */
}
.product-title {
	margin-top: 4px;
}


.js-filter {
	width: 290px;
    position: relative;
    margin: 0px 0px 0px 13px;
    padding: 0px;
    float: left;
}

	.js-filter .inner {
		width: 240px;
		padding: 10px 12px;
		margin: 0;
		font-size: 14px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #f8f8f8;
		border: 1px solid #b9b9b9;
		cursor: pointer;
	    font-family: 'Open Sans', sans-serif;
		font-size: 12px!important;
		color: #000;
	}
	
	.js-filter select {
	    position: absolute;
		top: 0px;
		opacity: 0;
		cursor: pointer;
		width: 100%;
		height: 36px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

.view {
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
    height: 250px;
    margin-left: 10px;
    margin-bottom: 290px;
}
.view .mask, .view .content {
    width: 234px;
    height: 251px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
    width: 100%;
}

.view p {
    font-family: "tinos", Georgia, sans-serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.view a.btn {
	font-size: 16px;
	padding: 10px 20px;
	margin-left: 38px;
	text-align: center;
}
view-tenth img { 
    transform: scaleY(1);
    transition: all 0.7s ease-in-out;
}
.view-tenth .mask { 
    background-color: rgba(0, 0, 0, 0.8); 
    transition: all 0.5s linear;
    opacity: 0;
}
.view-tenth p {
    color: #b0b0b0;
	opacity: 0;
	font-size: 16px;
	transform: scale(0);
	transition: all 0.5s linear;
	line-height: 28px;
	margin: 44px 9px 0px;
	width: 179px;
	text-align: left;
}
.view-tenth a.info { 
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.view-tenth:hover img { 
    opacity: 1;
}
.view-tenth:hover .mask { 
    opacity: 1;
}           
.view-tenth:hover p,
.view-tenth:hover a.info{ 
    transform: scale(1);
    opacity: 1;
}
.ie8 .mask, .ie7 .mask, .ie6 .mask, .ie8 .product-mask, .ie7 .product-mask, .ie6 .product-mask {
	display: none;
}

.ie6 .view:hover .mask, .ie7 .view:hover .mask, .ie8 .view:hover .mask, .ie6 .view-first:hover .product-mask, .ie7 .view-first:hover .product-mask, .ie8 .view-first:hover .product-mask {
	background: black;
	display: block;
}

.ie6 #pop-up, .ie7 #pop-up, .ie8 #pop-up {
	background: black;
}

/*----- SHOP - ITEMS OVERVIEW --------*/
#section-shop .product-info {
	background: rgba(0,0,0,0.7);
	color:#b0b0b0;
}

#section-shop .product-info h2 {
	margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: inherit;
    font-weight: 600;
    line-height: 28px;
    color: #51237b;
}

#section-shop .product-info h3 {
    margin-bottom: 15px;
    font-style: inherit;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #bbbbbb;
}

#section-shop .product-info {
    width: 418px;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
#section-shop .product-info a.btn {
	float:left;
	margin-left: 140px;
}
#section-shop .product-info .product-mask {
    width: 418px;
    height: 100px;
    top: 0;
    left: 0;
    padding-top: 25px;
/*
    position: absolute;
    overflow: hidden;
*/
}
#section-shop .product-info img {
    display: block;
    position: relative;
    height: 640px;
}
#section-shop .product-info h2, #section-shop .product-info h3 {
    text-align: center;
    position: relative;
  
}

/*
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .product-mask {
    opacity: 0;
    background-color: rgba(0,0,0,0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
*/

.view-first p { 
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first:hover img { 
    transform: scale(1.1);
} 
.view-first:hover .product-mask { 
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first a.btn {
	margin-left: 140px;
}
/*--------- CONTENT --------*/
	#section-content .inner-el {
		width: 1020px;
		margin: 0px auto;
		min-height: 34px;
		z-index: 99;
		position: relative;
		min-width: 1020px;
	}
	
	#section-content .inner-el .bg_white{
		background-color: #fff;
		position: absolute;
		/* top: -530px; */
		padding: 50px;
		min-width: 920px;
		min-height: 536px;
	}


		#section-content .inner-el p {
			font-size: 16px;
			line-height: 160%;
		}

/*--------- GALLERY --------*/

	#section-gallery .inner-el {
		width: 1020px;
		margin: 0px auto;
		min-height: 34px;
		z-index: 99;
		position: relative;
		min-width: 1020px;
	}
	
	#section-gallery .inner-el .bg_white{
		background-color: #fff;
		position: absolute;
		/* top: -530px; */
		padding: 50px;
		min-width: 920px;
		min-height: 536px;
	}
	
.album {
	border-bottom: 1px dotted #b6adb9;
	padding-bottom:15px;
}

	.album h2 {
		padding-bottom: 15px;
		padding-top: 22px;
		font-size: 20px;
	}
	
	
/*----------- CHECKOUT ------------*/
	#section-checkout .inner-el {
		width: 1020px;
		margin: 0px auto;
		min-height: 34px;
		z-index: 99;
		position: relative;
		min-width: 1020px;
	}
	
	#section-checkout .inner-el .bg_white{
		background-color: #fff;
		position: absolute;
/* 		top: -530px; */
		padding: 50px;
		min-width: 920px;
		min-height: 536px;
	}
	
	

.toggle-content-v1 {
	display: none;
}

.toggle-content-v1.member {
	height: 130px;
}

#section-checkout .container .toggle-v1>a {
	display: block;
	padding:20px;
	background: #f1f1f1;
	margin-bottom: 10px;
	color:#7f7f7f;
	font-size:18px;
}

/*
 .container  {
	display: block;
	padding:20px;
	background: #f1f1f1;
	border:1px solid #d0d0d0;
	margin-bottom: 10px;
}
*/

	
	#section-checkout h1 {
		color: #9e9e9e;
	}
	
	#section-checkout h5 {
		margin: 0px 0px 10px 15px;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 35px;
	    font-weight: 600;
	    line-height: 36px;
	    color: #51237b;
	}

	#section-checkoutp .btn {
		font-size: 14px;
		padding: 10px;
	}
	
	#section-checkout .fright {
		float:right;
	}
	
	#section-checkout .fleft {
		float:left;
	}
	
	#section-checkout .right {
		float:right;
		width:480px;
	}
	
		#section-checkout .right h1 {
			font-style: italic;
			font-size: 30px;
			color: #8055a9;
		}
		
		#section-checkout .right h2, #section-checkout .right .price{
			color:#766a6a;
			font-size:22px;
		}
		
		#section-checkoutr .right .label {
			width:190px;
			display: block;
			float: left;
		}
		

	
	#section-shop .left {
		float: left;
		width: 426px;
	}

/*-------- SHOP ITEM -----------*/
.one-half, .one-third {
	float: left;
	margin-right: 10px;
	width:44%;
}

.product-images {
	margin: 8px 8px 10px 8px; 
}

/*-------- MAGAZINE ---------*/


	#section-magazine .inner-el {
		width: 1020px;
		margin: 0px auto;
		min-height: 34px;
		z-index: 9;
		position: relative;
		min-width: 1020px;
	}
	
	#section-magazine .inner-el .bg_white{
		background-color: #fff;
		position: absolute;
		/* top: -530px; */
		padding: 50px;
		min-width: 920px;
		min-height: 536px;
	}
	
	#section-magazine .one-half {
		min-height: 100px;
	}
	
	#section-magazine .magazine-item, #section-magazine .magazine-item p {
		font-size:14px;
		line-height: 20px;
	}
	
	#section-magazine a {
		color: #ad83b3 !important;
		border: none;
		text-decoration: none;
	}
	
#section-magazine .article-img {
	height:150px;
}
#section-magazine .container {
	padding: 0px;
	background: #f1f1f1;
	border: 1px solid #d0d0d0;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 286px;
	float: left;
	height: 312px;
}

#section-magazine .article-desc{
	padding:10px;
}

#section-magazine .full-folio-item img {
	width:100%;
}

#section-magazine .article-body p{
	font-size:18px;
	line-height: 160%;
}

a.magazine {
	background: #eaeaea;
	padding: 30px;
	font-size: 28px;
	border: 1px solid #CFCFCF !important;
	display: block;
	margin-bottom: 10px;
}


@media only screen and (device-width: 768px) {
  .view-first .product-mask {
		opacity: 1 !important;
		background-color: rgba(0,0,0,0.0);
		transition: all 0.4s ease-in-out;
	}
	
	.view-tenth .mask {
		background-color: rgba(0, 0, 0, 0.0);
		transition: all 0.5s linear;
		opacity: 1;
	}
	.view-tenth p {
		color: black;
		opacity: 0;
		font-size: 16px;
		transform: scale(0);
		transition: all 0.5s linear;
		line-height: 28px;
		margin: 44px 9px 0px;
		width: 179px;
		text-align: left;
	}
	.view-tenth:hover p {
		transform: scale(1);
		opacity: 0;
	}
	#section-shop .product-info h2, #section-shop .product-info h3, #section-shop .product-info span {
		text-align: center;
		position: relative;
		opacity: 0;
	}
	#sfeer {
		 margin-top: 0px; 
	}
	#section-sfeer {
		position: relative;
	}
}
.mobileMenuButton {
	display: none;
}
.mobileOpenBtn {
	display: none;
}
.mobileTextHolder {
	display: none;
}
.scrollToTop {
	display: none;
}
@media only screen and (max-width: 569px), only screen and (max-height: 569px) { 
    
    .hidden-mobile {
        display: none;
    }
/*@media only screen and (max-width: 480px) {*/
	div.zopim {
		display: none!important;
	}
	.view-first .product-mask {
		opacity: 1 !important;
		background-color: rgba(0,0,0,0.0);
		transition: all 0.4s ease-in-out;
	}
	.account-info {
		display: none;
	}
	.view-tenth .mask {
		background: none;
		transition: all 0.5s linear;
		opacity: 1;
	}
	
	.view-tenth p {
		color: black;
		opacity: 0;
		font-size: 16px;
		transform: scale(0);
		transition: all 0.5s linear;
		line-height: 28px;
		margin: 44px 9px 0px;
		width: 179px;
		text-align: left;
	}
	.view-tenth:hover p {
		transform: scale(1);
		opacity: 0;
	}
	#wrapper {
	    border: 0px none;
	    position: relative;
	    margin: 0px auto;
	    text-align: left;
	    padding: 0px;
	    width: 100%;
	    min-width: 100%;
	}
/*
	#wrapper.home {
	    top: 184px;
	}
*/
	#header {
	    height: 60px!important;
	    background-size: auto 60px;
	    z-index: 9999999!important;
	}

    #header.shop {
        position: relative;
        height: 100px !important;
        margin: 0px auto;
        padding: 0 0 0 0px;
        text-align: center;
        background: url('../img/new/header.jpg');
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1100;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    }
    
	#header.home {
		background-image: url("../img/new/header-shop.jpg");
		height: 114px!important;
		background-size: auto 184px!important;
	}
	#header.home .mobileMenuButton {
		background-image: none;
	}
	#menu {
	    position: absolute;
	    background-color: #000000;
	    width: 100%;
	    min-width: 100%;
	    top: -500%;
	    height: auto;
	}
	#menu.active {
		top: 0;
        margin: 110px 0 0 0;
	}
	div.mobileMenuButton {
		display: block;
		color: #FFFFFF;
		height: 60px;
	    width: 100%;
	    line-height: 60px;
	    font-size: 34px;
	    background-size: auto 60px;
	    position: relative;
	    z-index: 51;
	}
	div.mobileMenuButton span {
        padding: 0 0 0 30px;
        background: url('../img/new/mobile_menubtn.png') 30px 49px no-repeat;
        background-size: 20px auto;
        float: right;
        width: 50px;
        height: 80px;
	}
	#menu a {
	    display: block;
	    padding: 0;
	    line-height: 60px;
	}
	#relative {
		display: none!important;
	}
	.breadcrumbs {
	    width: auto;
	}
	.inner-el, #section-gallery .inner-el {
	    width: 100%;
	    padding: 0px 0px;
	    position: relative;
	    margin: 0px auto;
	    min-width: 100%;
		float: left;
	}
	#section-gallery .inner-el .bg_white {
	    background-color: #FFFFFF;
	    min-height: 536px;
	    min-width: 10%;
	    padding: 10px 10px 60px;
	    position: absolute;
	    top: 0;
	}
	.category {
	    width: 234px;
	    margin-top: -100px;
	    z-index: 99999999;
	    margin-left: 0px;
	    height: 252px;
	    float: left;
	}
	
    .category img {
        border:0;
    }
	.view {
	    position: relative;
	    cursor: default;	    
        text-align: center;
        width: 50%;
        float: left;
        margin-top: 0px;
        height: 270px;
	}
	
	.big-link {
    	position: absolute;
    	top:0px;
    	left:0px;
    	width: 100%;
    	height: 100%;
    	z-index:2;
	}
	
    .view a.btn {
        font-size: 16px;
        padding: 10px 20px;
        margin-left: 20px;
        text-align: center;
    }
	.view .mask, .view .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0px;
        left: 0px;
	}
	#section-logo, .home #section-logo {
		width: 100%;
		background-position: 20px 5px;
		background-size: auto 80%;
		opacity: 1;
		transition: opacity 2s;
	}
	
		#section-logo {
			display: none;
			display: block;
			z-index: 9999999;
			margin: 0px auto 0;
			position: absolute;
			top: 0;
			max-height: 124px;
		}
		.home #section-logo {
		}
		#section-logo a {
		    height: auto;
		    width: 100%;
		}
	#section-logo.zindexDeep, .home #section-logo.zindexDeep {
	    z-index: 1;
	}
	#section-sfeer {
		height: auto;
	    margin: 0;
	    top: 60px;
	    width: 200%;
	    left: -50%;
	    z-index: -1;
	    background-size: auto;
	}
	.home #section-sfeer {
		top: 100px;
	}
	.shop #section-sfeer {
	    display: none;
	}
		#section-sfeer img {
		    min-width: 100%;
		    text-align: center;
		    width: 100%;
		    z-index: 1!important;
		    position: relative!important;
		}
		.cycle-slide.cycle-sentinel {
			display: none!important;
		}
	#section-shop > div > div > h1 {
		display: none;
	}
	
	#sfeer {
	    margin-top: 0;
	    overflow-x: hidden;
	    width: 100%;
        height: 250px;
	}
	.shop #sfeer {
	    display: none;
	}
	#sfeer .inner-el {
		height: auto;
		margin: 0;
		z-index: 99999;
	}
		#pop-up {
		    height: auto;
		    margin: 0 auto;
		    width: 100%;
		    padding: 20px 0;
		    float: left;
		}
		#pop-up > * {
		    margin: 0 20px;
		}
		#pop-up > a#close {
			margin: 0;
		}
	#parallax {
	    margin-top: 0;
	    position: relative;
	    float: left;
	    z-index: 99;
	}
		#section-categories {
		    float: left;
		    height: auto;
		    margin: auto;
		    width: 100%;
		}

		
	#section-merken {
	    width: 100%;
	    height: auto;
	    position: relative;
	    background: url('../img/new/dark-pattern.jpg') repeat scroll left top transparent;
	    float: left;
	    padding: 0 0 40px;
	}
		#section-merken .inner-el > * {
			margin: 0 10px;
		}
		#section-merken .bx-wrapper .bx-next {
		    right: 0;
		}
		#section-merken .bx-wrapper .bx-prev {
		    left: 0;
		}
		#section-merken .bx-wrapper .bx-controls-direction a {
		    margin-top: 16px;
		    top: 100%;
		}	
		#section-merken .brand {
		    height: auto;
		    width: 80%;
		    margin: 15px auto 0;
		    float: none;
		    border: 4px solid #FFFFFF;
		}
    #section-collectie {
	    height: 400px;
	}
	#section-collectie .cycle-slideshow {
		width: 100%;
		position: relative;
	}
	    #section-collectie .inner-el {
		    padding: 0px;
		    z-index: 199;
		    margin-top: 0;
		    height: auto;
		    position: absolute;
            top: 150px;
		}
		#section-collectie .inner-el a {
			position: relative;
			margin:30px 0px 0px 20px;
			right: auto;
            top: 80px;
		}
	#section-social {
	    height: auto;
	    float: left;
    }
    #section-social .inner-el > * {
    	margin: 0 10px;
    }
    #section-galerie {
	    height: auto;
	    float: left;
	    width: 100%;
    }
    	#section-galerie .inner-el {
    		padding: 0;
    	}
		#section-galerie .social-block {
			width: 100%;
			height: auto;
			margin: 0;
		}
			#section-galerie .social-block .social-block-top {
			    height: auto;
			    padding: 20px 0;
			    float: left;
			    width: 100%;
			}
				#section-galerie .social-block .social-block-top > * {
				    margin: 0 20px;
				}
				#section-galerie .social-block .social-block-top > iframe {
				    margin: 0;
				    width: 100%!important;
				}
				#section-galerie .social-block .social-block-top > a {
				    display: block;
				    float: left;
				}
			#section-galerie .social-block .social-block-bottom {
			    height: auto;
			    padding: 20px 0;
			    float: left;
			    width: 100%;
			}
				#section-galerie .social-block .social-block-bottom > * {
				    margin: 0 20px;
				}
				#to-magazine, #to-videos {
				    width: auto;
				    float: none;
				}
			#section-galerie .galerie-left {
			    width: 40%;
			}
			#section-galerie .galerie-right {
			    width: 60%;
			}
				#section-galerie #galerie {
				    height: auto;
				}
					#section-galerie #galerie img {
					    width: 80%;
					}
					#section-galerie .galerie-right .galerie-desc p {
					    height: auto;
					    padding: 0 0 20px;
					}
	.mobileOpenBtn {
		display: block;
		height: 22px;
		width: 22px;
		float:  left;
		background-image: url(../img/mobile/mobileopenicon2.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		margin: 0 8px 0 0;
	    position: relative;
	    top: 14px;
	}	
	#section-verkoopteam .mobileOpenBtn {
		background-image: url(../img/mobile/mobileopenicon.png);
	}	
	.showContent .mobileOpenBtn {
		background-position: -22px 0;
	}
	#about-left, #about-right {
		transition: height 0s;
	    height: 0;
	    margin: 0 10px 50px;
	    padding: 0;
	    width: auto;
	    overflow: hidden;
	}
    #about-right {
	    margin: 0;
    }
    #about-left.showContent, #about-right.showContent {
	    height: 100%;
    }
    #section-contact {
	    width: 100%;
	    height: auto;
	    float: left;
    }
	    #section-contact .inner-el {
		    padding: 0;
	    }
	    #section-contact .block-grey {
		    background: none repeat scroll 0 0 #3F3E42;
		    padding: 20px 10px;
		    display: none;
		}
		#section-contact .block-grey.showContent {
		    display: block;
		}
		#section-contact h2 {
		    margin: 0 0 0 10px;
		}
	    #section-contact > .inner-el > img {
		    width: 100%;
		    height: auto;
	    }
	    	#section-contact #contact-left {
			    float: left;
			    margin: 0;
			    width: 100%;
			}
			#section-contact #contact-right {
			    float: left;
			    text-align: left;
			    width: 100%;
			}
    #section-verkoopteam {
	    float: left;
	    height: auto;
	}
	#section-verkoopteam > .inner-el > h1 {
	    margin: 0 10px;
	}
		h1 {
		    margin: 0;
		    font-size: 40px;
		}
	.employee {
	    float: left;
	    margin: 40px 10px;
	}
    .about-more {
	    width: 100%;
	}
	    .about-more .about-img {
		    margin:0px;
		    float: none!important;
		    text-align: center;
			display: block;
		}
	    .about-img img {
		    border: 10px solid #FFFFFF;
		    box-shadow: 0 -2px 10px 0 rgba(50, 50, 50, 0.75);
		    margin: 0;
		}
		.about-more h3 {
		    line-height: 60px;
		}

    #sub {
    	width: 700px;
    }
    #sub-arrow {
    	margin-left: 88px;
    }
    #sub > ul > li {
	    width: 120px;
    }
    
    #section-content .inner-el {
	    width: 100%;
	    min-width: 10%;
	}
	#section-content .inner-el .bg_white {
		min-width: 10%;
		height: auto;
		padding: 0 0 50px;
		width: 100%;
		top: 0;
	}
	#section-content .inner-el .bg_white > * {
		margin: 10px 10px 0;
	}
	#section-shop {
		float: left;
		width: 100%;
	}
	#section-shop .inner-el {
	    margin: 0px auto;
	    min-height: 34px;
	    z-index: 99;
	    position: relative;
	    min-width: 100%;
	    width: 100%;
	}
	#section-shop .inner-el .bg_white {
	    background-color: #FFF;
	    position: relative;
	    top: 0;
	    padding: 10px;
	    min-height: 536px;
	    min-width: 10%;
	}
	
	#section-shop .left {
	    float: left;
	    width: 100%;
	    min-height: 520px;
	}
	
	#section-shop .left img {
    	height: auto;
    	/* width:auto;
    	max-height: 500px;
    	max-width:333px; */
	}
		
	#section-shop .right {
	    float: left;
	    width: 95%;
	    top: 65px;
	    padding: 20px 20px 80px 20px;
	}
	
	input.quantity-input {
		width: 50px;
	}
	
	#section-shop table {
		float: left;
		width: 100%;
		display: block;
		border-top: 1px dotted #EAEAEA;
	}
	
	#section-shop table thead {
	    display: none;
	}
	
	#section-shop table tbody {
		float: left;
		width: 100%;
	}
		#section-shop table tbody tr.cart-product {
			border-bottom: 1px dotted #EAEAEA;
			padding: 11px 0 6px;
			float: left;
			width: 100%;
			position: relative;
		}
		#section-shop table tbody tr.cart-product td.image {
		    float: left;
		    width: 20%;
		    height: 100px;
		}
		#section-shop table tr td.remove {
		    left: 95%;
		    position: absolute;
		    width: auto!important;
		    font-size: 18px;
		}
		
		#section-shop table tbody tr.cart-product td {
			float: left;
			width: 75%;
			border-bottom: none;
			padding: 0 0 5px;
		}
		span.cart-data, span.mobileTextHolder {
			display: block;
			float: left;
			width: 20%;
			line-height: 26px;
		}
		td.price_total span.mobileTextHolder {
			line-height: 16px;
		}
	#section-shop table tfoot {
		float: left;
		width: 100%;
	}
		#section-shop table tfoot tr {
			float: left;
			width: 100%;
			border-bottom: none;
		}
		#section-shop table tfoot tr td {
			float: left;
		}
		#section-shop table tfoot tr td:nth-child(2) {
			width: 75%;
		}
		#section-shop table tfoot tr td:nth-child(3) {
			width: 25%;
		}
	
	.js-filter {
	    width: 46%;
	    margin: 20px 10px 0 0;
    }
    .js-filter .inner {
	    width: auto;
    }
    #filter-category {
		float: left;
		margin: 10px 10px 0px 5px;
	}
	#filter-kind {
		display: none;
	}
	#filter-brand {
		float: left;
		margin: 10px 0px 0px 0px;
	}
    #product-results .product .product-info img {
	    width: 100%;
 	    height: 280px; 
    }
    #section-shop .product-info {
	    width: 100%;
	    height: auto;
	    margin-bottom: 6px;
    }
    #section-shop .product-info .product-mask {
	    width: 320px;
        height: auto;
        padding: 0px;
    }
    #section-shop .product-info .product-mask .full {
        position: absolute;
        top:0px;
        left:0px;
        width: 100%;
        height: 100%;
        z-index: 1;   
    }
    /*
    #section-shop .product-info .product-mask, #section-shop .product-info .product-mask h2, #section-shop .product-info .product-mask h3 {
	    color: #FFFFFF;
	    text-shadow: 0 0 3px rgba(0,0,0,1);
	    width: 100%;
    }
    */
    #section-shop .product-info .product-mask { 
	    color: #4A0171;
	    width: 100%;
	}
	
	#section-shop .product-info .product-mask h2 {
	    position: relative;
	    margin: 10px 0px 3px 0px;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 16px;
	    font-style: inherit;
	    font-weight: 600;
	    line-height: 22px;
	    color: #51237b;
	    width: 100%;
	}
	
	#section-shop .product-info .product-mask h3 {
	    font-style: inherit;
	    margin-bottom: 5px;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 14px;
	    color: #bbbbbb;
    }

    #section-shop .product-info .product-mask span {
        font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-style: inherit;
		color: #000;
    }
    
    #section-shop .product-info .product-mask .product-mask-product-price-sale{
		font-family: 'Open Sans', sans-serif;
		color: #000;
	}
	
	#section-shop .product-info .product-mask a{
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #000;
	}


/* 
    #section-shop .product-info .product-mask span {
	   	padding: 5px;
	   	transform: rotate(20deg);
	   	border-radius: 3px;
    }
    
    .view-first h2 {
    	transform: translateY(0);
    	opacity: 1;
    	transition: none;
    }
*/
    .product {
	    margin: 5px;
	    width: 46%;
    }
    .shop > .inner-el {
        display: none;
    }
    #section-shop .product-info a.btn {	    
	    display: none;
	    width: 132px;
	    text-align: center;
	    border-radius: 6px;
	    font-family: Arial, sans-serif;
	    padding: 12px 21px;
	    margin: 5px 0px 10px 0px;
	    font-size: 14px;
	    color: #fff;
	    background: #51237b;
/*
        float: none;
        width: 130px;
        margin: 0;
        position: absolute;
        right: 0px;
        bottom: 20px;
        background: none;
        color: #610969;
        /* border: 1px solid #B1B1B1;
        border-radius: 10px;
*/
	}
	.product-images img {
		width:100%;
	}
	#section-checkout .inner-el {
	    width: 100%;
	    min-width: 10%;
	}
	#section-checkout .inner-el .bg_white {
	    float: left;
	    min-width: 10%;
	    padding: 0;
	    width: 100%;
	}
	#section-checkout .inner-el .bg_white > * {
	    margin: 0 10px;
	}
		#section-checkout .inner-el .bg_white .container {
		    padding: 0;
		}
		#section-checkout .container .toggle-v1 > a {
		    margin-bottom: 0;
		}
		button.btn {
		    font-size: 18px;
		    padding: 5px 10px;
		    margin: 10px;
		}
		#section-checkout .inner-el .bg_white {
		    top: 0px;
		}
	#section-shop h5, #section-checkout h5 {
		font-size: 30px;
	}
	.about-img {
		display: none;
	}
	.about-more {
		display: block !important;
		position: relative;
		left:0 !important;
		top:0;
		border:none !important;
		padding:0 !important;
		margin:0 !important;
		background: none !important;
		box-shadow: none  !important;
	}
	
	#section-route {
	    float: left;
	    width: 100%;
	}
	.container {
    	float: left;
	}
	#section-checkout .container {
    	float: none;
	}
	#section-checkout .no-member {
		padding: 0 0 40px;
	}
	#section-magazine .inner-el {
	    min-width: 10%;
	    width: 100%;
	}
		#section-magazine .inner-el .bg_white {
		    min-height: 536px;
		    min-width: 10%;
		    padding: 10px 10px 50px;
		    top: 0;
		}
			#section-magazine .container {
			    margin-right: 0;
			    width: 100%;
			    height: auto;
			}
				#section-magazine .article-img {
				    height: auto;
				}
					.responsive-image {
					    height: auto;
					    width: 100%;
					}
	a.btn, input.btn, button.btn {
		font-size: 19px;
	}
	#section-route {
		display: none;
	}
	.blockFacebook iframe, .blockGallery #galerie, .blockInstagram .galerie-left, .blockInstagram .galerie-right, .blockTwitter #galerie iframe {
		display: none;
	}
	.fancybox-opened {
	    z-index: 2147483647!important;
	}
	.fancybox-overlay {
	    z-index: 2147483646!important;
	}
	.scrollToTopHolder {
		display: block;
		position: fixed;
		bottom: 10px;
		z-index: 99;
		width: 100%;
	}
	.scrollToTop {
		background-color: #B67CDB;
	    border-radius: 50%;
	    color: #FFFFFF;
	    display: block;
	    font-size: 30px;
	    font-weight: bold;
	    height: 40px;
	    line-height: 50px;
	    margin: auto;
	    text-align: center;
	    width: 40px;
	}
	.realisation {
		padding: 0 0 60px;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	  #wrapper {
	    border: 0px none;
	    position: relative;
	    margin: 0px auto;
	    text-align: left;
	    padding: 0px;
	    min-width: 760px;
	}
	#menu {
	    position: relative;
	    height: 87px;
	    padding: 0px;
	    margin: 0px;
	    line-height: 81px;
	    min-width: 780px;
	}
	#menu a {
	    margin: 0px;
	    padding-right: 25px;
	    font-size: 24px;
	    border: medium none;
	    color: #B0B0B0;
	    text-decoration: none;
	    padding-bottom: 33px;
	}
	.inner-el {
	    width: 660px;
	    min-width: 660px;
	    padding: 40px 0px;
	    position: relative;
	    margin: 0px auto;
	}
	.category {
	    width: 234px;
	    margin-top: -100px;
	    z-index: 99999999;
	    margin-left: 26px;
	    height: 252px;
	    float: left;
	}
	.view {
	    position: relative;
	    cursor: default;
	    height: 430px;
	    width: 260px;
	    text-align: center;
	}
	.view a.btn {
	    font-size: 16px;
	    padding: 10px 20px;
	    margin-left: 40px;
	    text-align: center;
	}
	.view .mask, .view .content {
	    width: 284px;
	    height: 251px;
	    position: absolute;
	    overflow: hidden;
	    top: 0px;
	    left: 0px;
	}
	#section-merken {
	    width: 100%;
	    height: 800px;
	    position: relative;
	    background: url('../img/new/dark-pattern.jpg') repeat scroll left top transparent;
	}
	#section-collectie {
		height: 386px;
	}
	#section-merken .brand {
	    width: 137px;
	    height: 87px;
    }
    #section-collectie .inner-el {
	    padding: 0px;
	    z-index: 199;
	    margin-top: -110px;
	    height: 350px;
	}
	#section-collectie .inner-el a {
		position: relative;
		margin:30px 0px 0px 130px;
	}
	#section-social {
	    height: 150px;
    }
    #section-galerie {
	    height: 2660px;
    }
    #section-contact {
	    width: 100%;
	    height: 1035px;
    }
	#section-galerie .social-block {
		margin-top:0;
	}
	#about-left {
	    width: 653px;
    }
    
    #section-verkoopteam {
	    height: 1470px;
    }
    .about-more.sharon .about-img {
	    margin-left:0px;
    }
    #sub {
    	width: 700px;
    }
    #sub-arrow {
    	margin-left: 88px;
    }
    #sub > ul > li {
	    width: 120px;
    }
    #section-content .inner-el {
	    width: 760px;
	    min-width: 760px;
	}
	#section-content .inner-el .bg_white {
		min-width: 660px;
	}
	#section-shop .inner-el {
	    margin: 0px auto;
	    min-height: 34px;
	    z-index: 99;
	    position: relative;
	    min-width: 590px;
	    width: 770px;
	}
	#section-shop .inner-el .bg_white {
	    background-color: #FFF;
	    position: absolute;
	    top: -630px;
	    padding: 50px;
	    min-height: 536px;
	    min-width: 660px;
	}
	#section-shop .left {
	    float: left;
	    width: 47%;
	}
	#section-shop .right {
	    float: right;
	    width: 47%;
	}
	.js-filter {
	    width: 192px;
    }
    .js-filter .inner {
	    width: 170px;
    }
    #product-results .product .product-info img {
	    width:320px;
    }
    #section-shop .product-info {
	    width: 320px;
	    height: 480px;
    }
    #section-shop .product-info .product-mask {
	    width: 320px;
	    height: 480px;
    }
    .product {
	    margin: 5px;
    }
    #section-shop .product-info a.btn {
	    float: left;
	    margin-left: 100px;
	}
	.product-images img {
		position: relative !important;
		width: 100%;
	}
	#section-checkout .inner-el {
	    width: 760px;
	    min-width: 650px;
	}
	#section-checkout .inner-el .bg_white {
	    min-width: 650px;
	}
	.about-img {
		display: none;
	}
	.about-more {
		display: block !important;
		position: relative;
		left:0 !important;
		top:0;
		border:none !important;
		padding:0 !important;
		margin:0 !important;
		background: none !important;
		box-shadow: none  !important;
	}
	.about-more .about-img {
		display: block;
	}
	
	#about-left {
        height: 290px;
    }
}