html { -webkit-text-size-adjust:none; } 
body {
	margin:0;
	padding:0;
	font-family: 'Maven Pro', sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
#wrapper {
	width:100%;
	text-align:center;
	padding-bottom: 100px;
}
header {
	padding-top:15px;
	height:50px;
}
header.home {
	height:80px;
}


/* basic layout */
#menu_lang {
	position:absolute;
	right:120px;
	z-index: 0;
}
#menubutton {
	position:absolute;
	right:20px;
	cursor: pointer;
	z-index: 2;
}
#menubutton a {
	text-decoration:none;
}
#langbutton {
	display:block;
	position:absolute;
	right:100px;
}
#langbutton a {
	text-decoration:none;
}

#number {
	position:absolute;
	left:20px;
}
div.arrows {
  position: inherit;
}
a#arrowright, a#arrowleft{
	position:absolute;
	top:35%;
	display:block;
	width:44px;
	height:90px;
	background-image: url(../images/layout/arrow.png);
	background-repeat: no-repeat;
	opacity:0.15;
	filter:alpha(opacity=15);
}
a#arrowright{
	right:20px;
	background-position: right;
}
a#arrowleft{
	left:20px;
	background-position: left;
}
a#arrowright:hover, a#arrowleft:hover{
	opacity:0.3;
	filter:alpha(opacity=30);
}
.title {
	height:40px;
	margin:0px auto;
}
.price {
	/*float:right;*/
	font-size:12px;
	min-width:120px;
}
.artwork {
	border: 1px solid #CCCCCC;
}
.notforsale {
	width:12px;
	height:7px;
	background-color:#990000;
	display:inline-block;
	padding-bottom:5px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*float:left;*/
	margin-right:5px;
}


/* menu */
#menu {
	overflow: hidden;
	height: 0;           /* menu is ingeklapt */
	transition: height .2s ease;
}
#menu.open {
	height: 140px;       /* hoogte van jouw menu */
}
#menu_header {
	height: 100px;
	padding-top: 40px;
}
.thumb {
	float:left;
	width:20%;
	height:200px;
}
.thumb.three {
	width:33%;
}
.thumb.four {
	width:25%;
}
.thumb img {
	width:50%;
	border: 1px solid #CCCCCC;
	padding:5px;
}
.thumb.landscape img {
	width:70%
}
nav ul {
	padding:0;
	margin:0;
}
nav li {
	list-style:none;
	display:block;
	width:11%;
	float:left;
}
nav img {
	border: 1px solid #CCCCCC;
	width:90px;
	height:60px;
}
nav a {
	text-decoration:none;
	text-transform: uppercase;
}
#mouseoverimg {
	position:absolute;
	z-index:10;
	float:left;
	width:40%;
	height:40%;
	display:none;
	margin-left:2%;
	top:150px;
}
#mouseoverimg img {
	width:100%;
	height:100%; 
	border: 1px solid #CCCCCC;
}
.menu {
	margin-top:-30px;
	padding-bottom:30px;
	color: #999999;
}

/* text pages */
#textwrapper {
	max-width: 600px;
	text-align: center;
	padding: 0% 4%;
	margin: 0 auto;
	width: 100%;
}
#text {
	width:92%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding:20px 5%;
	margin:6% auto;
}
#text h1, #text h2 {
	font-size:16px;
	margin-bottom:15px;
	font-weight:700;
}
#col-left {
	padding-top:40px;
	float:left;
	width:40%;
	height:40%;
	display:block;
	margin-left:2%;
	margin-top:2%;
}


/* styling */
h1 {
	margin-top: 18px;
	padding:0;
	letter-spacing:2px;
	margin-bottom:10px;
	font-weight:700;
	font-size:22px;
}
h2 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
a {
	color:#000;
}
a:hover {
	text-decoration:none;
}
p{
	margin-top:0px;
}
.pictleft {
	width:31%;
	height:inherit;
	padding-right:6%;
	margin-bottom:20px;
}
.pictleft.landscape {
	width: 55%;
}
.pictleft.last {
	padding-right:0;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	header.home {
		height: 140px;
	}
	header {
		font-size: 18px;
	}
	h1 {
		font-size:16px;
		margin-top:40px;
	}
	h2 {
		font-size:14px;
	}
	div.arrows {
		position: absolute;
		bottom: 80px;
	}
	a#arrowright, a#arrowleft{
		width:44px;
		height:50px;
		top:auto;
	}
	a#arrowright{
		left: 84vw;
		right: auto;
	}
	.hide-resp {
		display:none;
	}

	.artwork {
		max-width: 92%;
    max-height: 420px;
    width: auto!important;
    height: auto;
	}
	.title {
		height: auto;
	}
	nav li {
			width: 100%;
			float: none;
	}
	nav li a {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#textwrapper {
    width: 92%;
    float: none;
    padding: 0% 4%;
	}
	#menu.open {
			height: 100vh;
			position: fixed;
			width: 100vw;
			background-color: #fff;
			z-index: 1;
	}
	nav img {
    width: 140px;
		height: auto;
	}
	#menu_header {
    padding-top: 16px;
	}
	.menu {
		display: none;
	}
	#hide_resp{
		display: none;
	}
}
