/* 

Theme Name: Strandhotel
Author: Joost Markerink
Author URI:http://joostmarkerink.nl

*/
body{
	margin: 0;
	font-family: Tahoma,Arial,sans-serif;
	-webkit-text-size-adjust: none;
}
img{
	border: 0;
}
.knop {
	    text-align: center;
    font-size: 12px;
    padding: 0px 6px;
    cursor: pointer;
    width: auto;
    border-radius: 10px;
    border: 1px solid #008795;
    color: #3D5927;
    background: #DFEBEC;
    padding: 5px 10px 5px 10px;
    margin-top: 25px;
    display: inline-block;	
}
#main{
	width: 800px;
	margin: 0 auto 0 auto;
	position: relative;
}
#menu{
	border-bottom: 1px dotted #33aabb;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 50px;
	text-align: center;
}
#menu ul{
	margin: 0 0 10px 0;
	
	padding: 0;
	list-style: none;
	color: #008795;
	white-space: nowrap;
}
#menu ul li{
	display: inline;
	margin-right: 5px;
}
#menu ul li:last-child{
	margin-right: 0px;
}
#menu ul li:first-child::before{
	content:"";
	margin-right: 0px;
}
#menu ul li::before{
	content: "•";
	margin-right: 10px;
}
#menu ul li a{
	-webkit-text-size-adjust: none;
	color: #008795;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .23em;
}
#logo{
	position: absolute;
	left: 628px;/*806-178*/
	top: 29px;
}
#logo img{
	width: 178px;
	height: 52px;
}
#title{
	height: 90px;
	width: 100%;
	background: #3d5927;
	color: white;
	position: absolute;
	top: 95px;
}
#title h1{
	font-weight: bolder;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: .23em;
	margin-left: 40px;
	margin-top: 23px;
}
#subtitle{
	position: absolute;
	height: 25px;
	width: 100%;
	background: #008795;
	color: white;
	position: absolute;
	top: 185px;
}
#subtitle h2{
	font-weight: bolder;
	font-size: 13px;
	margin-top: 4px;
	margin-left: 40px;
	margin-bottom: 0;
	letter-spacing: .3em;
	text-transform: uppercase;
}
#slider{
	top: 233px;
	position: absolute;
}
#imageScroller{
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0px;
	white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	display: none;
}
#imageSliderEmbed{
	z-index: 1;
	display: none;
}
#imageScroller img{
	height: 295px;
	width: auto;
	position: relative;
	margin: 0;
	z-index: 0;
}

#flex{
	position: relative;
	top: 560px;
	padding-bottom: 90px;
}
#content{
	-webkit-text-size-adjust: none;
	font-size: 13px;
	color: #008795;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#content a{
	color:#3D5927;
	text-decoration: none;
	font-weight: normal;
}
#content a:hover{
	text-decoration: underline;
}
#footer{
	background: #3D5927;
	color: white;
	width: 100%;
	height: 20px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: .2em;
}
#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

.item_preview{
	width: 225px;
	height: 248px;
	background: #3D5927;
	color: white;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 0px 2px 2px 2px;
	text-transform: uppercase;
}

.item_preview img{
	width: 225px;
	height: 225px;
}
.item_preview h3{
	font-size: 14px;
	margin: 3px 0 3px 0;
}
.item_content{
	width: 500px;
	float: right;
	margin-right: 5px;
}
/*
#content .item_content a{
	font-weight: normal;
	text-decoration: none;
}
#content .item_content a:hover{
	text-decoration: underline;
}
*/
.item{
	background: #EBEEE9;
	margin-bottom: 25px;
}
textarea,
input{
	border: 1px dotted #008795;
	color: #3D5927;
	background: #DFEBEC;
	width: 250px;
	box-shadow: 0;
	padding: 5px;
	border-radius: 0;
}
input[type=submit],input[type=button]{
	width: auto;
	border-radius: 10px;
	border-style: solid;
	/* margin-left: 270px; */
}
textarea{
	width: 333px;
	min-width: 333px;
	min-height: 110px;
}
label{
	width: 80px;
	display: inline-block;
}
form {
	background-color:#fbeede;
	padding:10px;
}
#booking form > * {
	transform:scale(1.1) translatex(20px);
}
