/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	overflow: visible;
}


body {
	background-color: #141414;
	line-height: 1;
	width:1024px;
	height:auto;
	top:0px;
	left:0px;
	padding: 0px;
}
a {
color: white;
text-decoration: none;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*nav */


h2 {
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	font-family: 'HelveticaCondensedBold', sans-serif;

}

h5 {
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	font-family: 'HelveticaCondensedBold', sans-serif;
	color:white;
}

#contactbox {
	height:300;
	width 
}

.nav {
	margin-top:20px;
	width: 100%;
	background-color: #141414;
	height: 100px;
}

.navitem {
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	top: 0px;
	clear: none;
	position: relative;
	float: left;
	height: auto;
	width: auto;
	color: white;
}

.selected {
	color: #93b11b;
}



/* begin animaties */
@-webkit-keyframes bouncebig {
	0% {
		border-bottom: solid 1px black;
		height:80px;
		background-position: 0px 80px;
	}
	50% {
		border-bottom: solid 0px black;
		height:385px;
		background-position: 0px 80px;
	}
	100% {
		border-bottom: solid 1px black;
		height:370px;
		background-position: 0px 80px;
	}
}



/* eind animaties */


ul {
}

li {
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
	font-style: normal;
	font-size: 50px;
	color: rgba(255,255,255,1);
	font-family: 'HelveticaCondensedBold', sans-serif;
	border-bottom: solid 1px black;
	border-top: solid 1px white;
	width: 100%;
	height: 80px;
	background-repeat: repeat;
	background-image: url(../../m/css/images/linenbg.jpg);
	-webkit-transition: all 0.3s ease;
	background-position: 0px -220px;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

h1 {
	left: 15px;
	position: relative;
	top: 15px;
	text-overflow: ellipsis;
	z-index: 1;
}

#preview {
	width: 100%;
	height: 80px;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-color: black;
	z-index: 3;
}


.big{
	height:370px;
	-webkit-animation: "bouncebig" 1s ease;
	background-position: 0 80px;
	border-bottom: none;
	overflow-y: hidden;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	
}

#item {
	float: left;
	position: static;
	margin-top: 100px;
	margin-right: 15px;
	margin-left: 30px;
	height: 114px;
	width: 114px;
	-webkit-box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.2);
	border-radius: 18px;
	line-height: 1.5;
	z-index:1;
	padding:0px;
}
#img {
	float: left;
	position: static;
	margin-top: 100px;
	margin-right: 15px;
	margin-left: 30px;
	height: 114px;
	width: 114px;
	-webkit-box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 18px;
	line-height: 1.5;
	overflow:hidden;
	z-index:1;
}

#itemtitle, h4 {
	text-overflow: ellipsis;
	word-break: loose;
	font-variant: normal;
	position: relative;
	top: 65px;
	text-transform: none;
	text-align: center;
	text-shadow: 0px 3px 3px black;
	font-weight: bold;
	font-family: 'Helvetica', sans-serif;
	font-size: 18px;
	color: white;	
	padding:0px;
}

#wrapper {
}

#mapcontainer {
	height: auto;
	width:100%;
	z-index: 10px;
	overflow: hidden;
}

#map {
height:100%;
	width: 100%;
    position: absolute;
    top: 120;
    left: 0;
    background-image: url(../../m/css/images/map.jpg);
    background-position: 30% -140px;


}

#contactbox {
	height: 150px;
	width: 450px;
	z-index: 999;
	position: fixed;
	top:120px;
	left:0px;
	background-color: rgba(0,0,0,0.3);
	padding: 25px;
	overflow: hidden;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	color: rgba(255,255,255,1);
	font-family: 'HelveticaCondensedBold', sans-serif;
}


/* hide from ie on mac \
html{		
	height: 100%;
	overflow: auto;
}
*/
