/* reset
****************************************************************************************************************************************************************/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, button, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general
****************************************************************************************************************************************************************/
html {
	height: 100%;
}
body {
	background: #323232;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	height: 100%;
}
a {
	color: #a31a13;
	text-decoration: underline;
}
a:hover {
	color: #7a0026;
	text-decoration: none;
}
img {
	display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 28px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
}
h4 {
	font-size: 12px;
	line-height: 12px;
}
h5 {
	font-size: 11px;
	line-height: 11px;
}
p {
	margin-bottom: 15px;
}
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.clear-grid {
	clear: both;
	display: none;
}
a.button {
	background: #395698;
	border-radius: 3px;
	display: block;
	color: #ffffff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
	margin-right: 10px;
	padding: 15px 25px;
}
a.button:hover {
	background-color: #4d69a8;
}

/* form
****************************************************************************************************************************************************************/
.errorBox {
	background: #d60000;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 15px;
}
form {
	clear: both;
}
fieldset {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 20px;
}
fieldset legend {
	background: #323232;
	color: #ffffff;
	padding: 5px 12px;
}
fieldset dl dd {
	background: #ffffff;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	padding: 10px;
}
fieldset dl dt label {
	display: block;
	margin-bottom: 5px;
}
fieldset dl dd input.text,
fieldset dl dd textarea {
	width: 100%;
}
fieldset dl dd textarea {
	height: 200px;
	resize: vertical;
}
input.largeButton {
	background: #323232;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	padding: 10px 15px 10px 50px;
}
input.largeButton:hover {
	background-color: #666666;
}
input.submit {
	background-image: url('../images/bg-contact.png');
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 50px;
}

/* wrapper
****************************************************************************************************************************************************************/
.wrapper {
	width: 100%;
	text-align: center;
}

/* container
****************************************************************************************************************************************************************/
.container {
	text-align: left;
	max-width: 900px;
	width: auto !important;
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
body.home .container {
	max-width: 1250px;
	width: auto !important;
	width: auto;
	margin: 0 auto;
}

/* menu
****************************************************************************************************************************************************************/
.wrapper.nav-top {
	background: #323232;
}
#nav-top {
	color: #ffffff;
	line-height: 13px;
	text-shadow: 0 1px #000000;
	padding: 15px 0;
}
#nav-top a {
	color: #ffffff;
}
#nav-top .toggle {
	background: url('../images/bg-nav-top-toggle.png') 10px 0 no-repeat;
	display: none;
	height: 24px;
	text-indent: -999999px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	z-index: 23;
}
#nav-top ul {
	float: right;
	list-style-type: none;
}
#nav-top li {
	border-left: 1px solid #ffffff;
	float: left;
	position: relative;
	z-index: 23;
}
#nav-top li.first {
	border: none;
}
#nav-top li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
}
#nav-top li a:hover {
	text-decoration: underline;
}

/* sites
****************************************************************************************************************************************************************/
.wrapper.sites {
	background: #ffffff;
}
#sites {
	height: 520px;
	padding-bottom: 25px;
}
#sites li {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
	width: 25%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#sites li a {
	color: #ffffff;
	display: block;
	height: 100%;
	text-decoration: none;
}
#sites li span {
	display: block;
}
#sites li .logo {
	width: 100%;
	height: 60px;
	padding: 40px 0;
}
#sites li .logo img {
	display: block;
	margin: 0 auto;
}
#sites li .description {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	padding: 0 25px;
}
#sites li.klerekast {
	background-color: #edce10;
	background-image: url('../images/klerekast/bg-home.png');
	text-shadow: 0 1px #a78f02;
}
#sites li.klerekast:hover {
	background-color: #eac803;
}
#sites li.donna {
	background-color: #a6c0de;
	background-image: url('../images/donna/bg-home.png');
	text-shadow: 0 1px #6381a3;
}
#sites li.donna:hover {
	background-color: #b0cbeb;
}
#sites li.toff {
	background-color: #706259;
	background-image: url('../images/toff/bg-home.png');
	text-shadow: 0 1px #7D605D;
}
#sites li.toff:hover {
	background-color: #876D64;
}
#sites li.hipp {
	background-color: #f7831f;
	background-image: url('../images/hipp/bg-home.png');
	text-shadow: 0 1px #cd6c1a;
}
#sites li.hipp:hover {
	background-color: #fe9235;
}

/* content
****************************************************************************************************************************************************************/
.wrapper.content {
	background: #ffffff;
	padding-top: 15px;
	position: relative;
}
#content {
	width: 50%;
	/* min-height: 275px;
	height: auto !important;
	height: 275px; */
	margin: 0 30px;
	padding: 30px;
	position: relative;
	z-index: 10;
}
#content strong {
	color: #000000;
}
body.has-slides .wrapper.content {
	padding-top: 360px;
}
body.has-slides #content {
	background: url('../images/bg-content.png') 0 0 repeat;
}
body.home .wrapper.content {
	padding: 0;
}
body.home #content {
	width: auto;
	margin: 0;
	padding: 0;
}

/* column
****************************************************************************************************************************************************************/
.column {
	float: left;
}
.column.column-100 {
	width: 100%;
}
.column.column-75 {
	width: 75%;
}
.column.column-65 {
	width: 65%;
}
.column.column-50 {
	width: 50%;
}
.column.column-35 {
	width: 35%;
}
.column.column-25 {
	width: 25%;
}
/* .column > .content {
	padding: 0 25px;
} */

/* intro
****************************************************************************************************************************************************************/
#intro {
	border-right: 1px solid #e9e9e9;
	float: left;
	font-size: 14px;
	width: 60%;
	margin-bottom: 10px;
	padding-right: 40px;
}
#intro p {
	margin-bottom: 35px;
}

/* follow
****************************************************************************************************************************************************************/
#follow {
	float: right;
	padding-top: 6px;
}
#follow a {
	text-decoration: none;
}

/* opening hours
****************************************************************************************************************************************************************/
#opening-hours {
	float: right;
	width: 30%;
	margin-bottom: 20px;
}
#opening-hours th,
#opening-hours td {
	white-space: nowrap;
	padding-top: 8px;
}
#opening-hours th {
	color: #000000;
	font-weight: bold;
}
#opening-hours td {
	text-align: right;
	padding-right: 15px;
}
#opening-hours h2 {
	font-size: 20px;
	line-height: 20px;
}

/* facebook
****************************************************************************************************************************************************************/
#facebook {
	background: #e9e9e9;
	margin-bottom: 40px;
	padding: 0 25px 25px 25px;
	position: relative;
}
#facebook.loading {
	background-image: url('../images/bg-loader.gif');
	background-position: 50% 150px;
	background-repeat: no-repeat;
}
#facebook .carousel {
	height: 200px;
	overflow: hidden;
	margin: 20px 32px 0 64px;
}
#facebook .carousel ul {
	display: none;
}
#facebook .carousel li {
	background: #ffffff;
	border: 10px solid #ffffff;
	float: left;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin-right: 20px;
}
#facebook .carousel li.last {
	margin: 0;
}
#facebook .carousel li .image {
	text-align: center;
	height: 100%;
}
#facebook .carousel li .image a {
	display: block;
}
#facebook .carousel li .image img {
	height: 100% !important;
	margin: 0 auto;
}
#facebook .prev,
#facebook .next {
	background: url('../images/bg-controls.png') 0 137px no-repeat;
	width: 32px;
	height: 100%;
	text-indent: -999999px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#facebook .prev {
	left: 25px;
}
#facebook .next {
	background-position: -32px 137px;
	right: 25px;
}

/* shop info
****************************************************************************************************************************************************************/
.shop-info {
	float: right;
	width: 176px;
	margin: -37px -15px 0 40px;
}
.shop-info h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 17px;
}
.shop-info img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.shop-info a {
	background: #edce10 url('../images/bg-contact.png') 15px 50% no-repeat;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	padding: 15px 0 15px 50px;
}
.shop-info a:hover {
	background-color: #eacc1e;
}

/* address
****************************************************************************************************************************************************************/
#address {
	margin-bottom: 20px;
}

/* x-interactive
****************************************************************************************************************************************************************/
#x-interactive {
	background: url('../images/bg-x-interactive.png') 0 50% no-repeat;
	color: #999999;
	clear: both;
	display: block;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 20px;
	padding-left: 26px;
}

/* header
****************************************************************************************************************************************************************/
.wrapper.header {
	background: #edce10;
}
#header {
	color: #ffffff;
	height: 17px;
	position: relative;
	z-index: 21;
}
#header a {
	color: #ffffff;
}

/* logo
****************************************************************************************************************************************************************/
#logo {
	background: url('../images/klerekast/logo.png') 40px 0 no-repeat;
	display: block;
	width: 100%;
	height: 60px;
	text-indent: -999999px;
	overflow: hidden;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 21;
}

/* people
****************************************************************************************************************************************************************/
body.het-team #content {
	width: auto;
}
.people {
	list-style-type: none;
	margin: -11px;
}
.people li {
	float: left;
	width: 33.3%;
}
.people li .image {
	border: 1px solid #dddddd;
	margin: 10px;
	overflow: hidden;
	position: relative;
}
.people li .image img {
	display: block;
	margin: 0 auto;
}
.people li .image .name {
	background: #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	width: 100%;
	padding: 15px 0 15px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.people li .image .name span {
	color: #999999;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 30px;
}

/* contact
****************************************************************************************************************************************************************/
body.contact #content {
	width: auto;
}
table.shops {
	background: #fafafa;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}
table.shops td {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	vertical-align: top;
	padding: 15px;
}
table.shops td h2 {
	padding-left: 26px;
}
table.shops td span {
	display: block;
}
table.shops td p {
	margin: 0;
}
table.shops td span.address {
	background: url('../images/bg-address.png') 0 0 no-repeat;
	padding-left: 26px;
}
table.shops td span.phone {
	background: url('../images/bg-phone.png') 0 0 no-repeat;
	margin-top: 10px;
	padding-left: 26px;
}
table.shops td span.email {
	background: url('../images/bg-email.png') 0 0 no-repeat;
	margin-top: 10px;
	padding-left: 26px;
}

/* map
****************************************************************************************************************************************************************/
#map {
	float: right;
}

/* slides
****************************************************************************************************************************************************************/
#slides {
	width: 900px;
	height: 650px;
	text-align: left;
	margin-left: -450px;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
}
#slides ul {
	height: 100%;
	list-style-type: none;
	position: relative;
}
#slides ul li {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#slides ul li.first {
	display: block;
}
#slides ul li strong {
	color: #ffffff;
	display: block;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 38px;
	text-shadow: 0 0 50px rgba(0, 0, 0, 1);
	width: 200px;
	position: absolute;
	top: 130px;
	left: 40px;
}
#slides #slides-mask {
	background: url('../images/bg-slides-mask.png') 0 100% repeat-x;
	width: 100%;
	height: 200px;
	text-indent: -999999px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}

/* news
****************************************************************************************************************************************************************/
body.nieuws #content {
	width: auto;
}
#news {
	border: 10px solid #e9e9e9;
	margin: 0 0 25px 25px;
}
#news a {
	text-decoration: none;
}
#news ul {
	list-style-type: none;
	position: relative;
}
#news ul li {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#news ul li.first {
	display: block;
}
#news ul li a,
#news ul li span,
#news ul li img {
	display: block;
}
#news ul li .overlay {
	background: url('../images/bg-news-overlay.png') 0 0 repeat;
	color: #ffffff;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#news ul li .title {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding: 15px;
}
#news ul li .description {
	padding: 0 15px 15px 15px;
}

.newsItem {
	float: left;
	width: 50%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 25px;
}
.newsItem .image {
	float: left;
	margin-right: 20px;
}
.newsItem .introduction {
	padding-right: 15px;
}
.newsItem.details {
	width: 100%;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	overflow: visible;
}
.newsItem.details .introduction,
.newsItem.details .back {
	margin-bottom: 15px;
}

/* footer
****************************************************************************************************************************************************************/
.wrapper.footer {
	border-top: 50px solid #edce10;
	margin-top: -15px;
	z-index: 9;
}
body.home .wrapper.footer {
	border: none;
	margin: 0;
}
#footer {
	color: #ffffff;
	padding: 30px 10px;
	position: relative;
}
#footer a {
	color: #ffffff;
}
#footer #newsletter {
	float: left;
	width: 225px;
}
#footer #newsletter div {
	margin-bottom: 10px;
}
#footer #newsletter a {
	background: #000000;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
}
#footer #newsletter a:hover {
	background-color: #444444;
}
#footer #address {
	float: right;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 15px;
}
#footer #address span {
	border-left: 1px solid #ffffff;
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
#footer #address span.first {
	border: none;
	margin: 0;
	padding: 0;
}
#footer #x-interactive {
	color: #999999;
	margin: 0;
	position: absolute;
	bottom: 30px;
	right: 10px;
}
#footer #x-interactive a {
	color: #999999;
}

/* donna
****************************************************************************************************************************************************************/
body.donna .wrapper.header {
	background-color: #b0cbea;
}
body.donna #logo {
	background-image: url('../images/donna/logo.png');
}
body.donna .shop-info a {
	background-color: #b0cbea;
}
body.donna .shop-info a:hover {
	background-color: #c8dbf1;
}
body.donna .wrapper.footer {
	border-color: #b0cbea;
}

/* toff
****************************************************************************************************************************************************************/
body.toff .wrapper.header {
	background-color: #706259;
}
body.toff #logo {
	background-image: url('../images/toff/logo.png');
}
body.toff .shop-info a {
	background-color: #706259;
}
body.toff .shop-info a:hover {
	background-color: #876D64;
}
body.toff .wrapper.footer {
	border-color: #706259;
}

/* hipp
****************************************************************************************************************************************************************/
body.hipp .wrapper.header {
	background-color: #f8953d;
}
body.hipp #logo {
	background-image: url('../images/hipp/logo.png');
}
body.hipp .shop-info a {
	background-color: #f8953d;
}
body.hipp .shop-info a:hover {
	background-color: #f9a357;
}
body.hipp .wrapper.footer {
	border-color: #f8953d;
}

/* other page sizes
****************************************************************************************************************************************************************/
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	h1 {
		font-size: 22px;
		letter-spacing: 0;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.clear-grid {
		display: block;
	}
	.submit {
		text-align: center;
	}
	.largeButton {
		width: 100%;
	}
	.container {
		max-width: 100%;
		margin: 0 !important;
		padding: 0;
	}
	#nav-top .toggle {
		display: block;
	}
	#nav-top > ul {
		display: none;
		float: none;
		padding: 15px 0;
	}
	#nav-top li,
	#nav-top li.first {
		border: none;
		border-bottom: 1px solid #666666;
		float: none;
	}
	#nav-top li.first {
		border-top: 1px solid #666666;
	}
	#nav-top li a {
		padding: 10px;
	}
	#sites {
		height: 550px;
		padding-bottom: 10px;
	}
	#sites li .description {
		padding: 0 10px;
	}
	#facebook {
		margin-bottom: 20px;
		padding: 0 10px 0 10px;
	}
	#facebook .carousel {
		height: 120px;
		margin: 5px 35px 0 35px;
	}
	#facebook .carousel li {
		border-width: 5px;
		width: 90px;
		height: 90px;
		margin-right: 10px;
	}
	#facebook .prev,
	#facebook .next {
		background: url('../images/bg-controls-small.png') 0 90px no-repeat;
		width: 15px;
	}
	#facebook .prev {
		left: 15px;
	}
	#facebook .next {
		background-position: -15px 90px;
		right: 15px;
	}
	#intro {
		padding-right: 20px;
	}
	#news {
		margin: 0 0 10px 0;
	}
	#content {
		width: 60%;
	}
	.column.column-25 {
		width: 50%;
	}
	.column.column-75,
	.column.column-65,
	.column.column-35,
	.column.column-25.wide {
		width: 100%;
	}
	.column > .content {
		padding: 0 10px;
	}
	#logo {
		background-position: 50% 0;
	}
	.people li {
		width: 50%;
	}
	#slides {
		width: 100%;
		margin: 0;
		left: 0px;
	}
	#slides ul li {
		background-position: 75% 0;
	}
	#map {
		clear: none;
		width: 100%;
	}
	#map iframe {
		width: 100%;
		margin: 0 auto;
	}
	.newsItem .image {
		width: 30%;
	}
	.newsItem .image img {
		width: 100%;
		height: auto;
	}
	.newsItem {
		float: none;
		width: 100%;
		height: auto;
		overflow: visible;
		margin: 15px 0 0 0;
	}
	.newsItem .readMore {
		display: none;
	}
	table.shops {
		border: none;
		border-top: 1px solid #dddddd;
		width: 100%;
	}
	table.shops td {
		border: none;
		border-bottom: 1px solid #dddddd;
	}
	table.shops td h2 {
		padding: 0;
	}
	table.shops td span.address,
	table.shops td span.phone,
	table.shops td span.email {
		background: none;
		padding: 0;
	}
	.wrapper.footer {
		border-top-width: 17px;
		margin: 0;
	}
	#footer {
		padding: 10px;
	}
	#footer #newsletter {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	#footer #newsletter div {
		display: none;
	}
	#footer #address {
		float: none;
		font-size: 10px;
		line-height: 18px;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
	}
	#footer #address span {
		display: inline;
		float: none;
	}
	#footer #x-interactive {
		width: 209px;
		margin: 0 auto;
		position: static;
	}
}
@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {
	#sites {
		height: 600px;
	}
	
}
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
	#sites {
		height: 700px;
	}
	#follow {
		clear: both;
		float: none;
	}
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	body.home .wrapper.nav-top {
		display: none;
	}
	a.button {
		padding: 9px 12px;
	}
	fieldset {
		border: none;
		padding: 0;
	}
	fieldset legend {
		display: none;
	}
	.wrapper.sites,
	.wrapper.sites .container,
	#sites {
		height: 100%;
	}
	#sites li {
		background-image: none !important;
		width: 50%;
		height: 50%;
	}
	#sites li .logo {
		margin: -30px 0 0 0;
		padding: 0;
		position: absolute;
		top: 50%;
	}
	#sites li .description {
		display: none;
	}
	#facebook {
		margin: 0;
	}
	#intro,
	#follow,
	#opening-hours {
		float: none;
		width: 100%;
	}
	#intro {
		border: none;
		padding: 0;
	}
	#intro p {
		margin-bottom: 10px;
	}
	#opening-hours {
		margin: 0;
	}
	#opening-hours h2 {
		padding-top: 10px;
	}
	#opening-hours td {
		padding-right: 0;
	}
	#follow {
		clear: none;
		float: right;
		width: auto;
		padding: 0;
	}
	#content {
		width: auto;
		margin: 0 10px;
		padding: 10px;
	}
	.column.column-100,
	.column.column-75,
	.column.column-65,
	.column.column-50,
	.column.column-35,
	.column.column-25 {
		border-bottom: 1px solid #dddddd;
		float: none;
		width: 100%;
	}
	.column > .content {
		padding: 15px;
	}
	body.has-slides .wrapper.content {
		padding-top: 100px;
	}
	#content h1 {
		padding: 0;
	}
	#slides {
		height: 250px;
	}
	#slides ul li strong {
		width: 70%;
	}
	.people li .image .name {
		font-size: 12px;
		line-height: 12px;
		text-indent: 0;
		padding: 10px;
	}
	.people li .image .name span {
		float: none;
		font-size: 11px;
		margin-bottom: 2px;
	}
	.shop-info {
		background: #ffffff;
		border: 1px solid #dddddd;
		float: none;
		width: auto;
		margin: 15px 0;
		padding: 15px;
	}
	.shop-info h2,
	.shop-info img {
		display: none;
	}
}

/* clearfix
****************************************************************************************************************************************************************/
.clearfix:after,
#nav-top:after,
#nav-top ul:after,
#content:after,
#footer:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
* html .clearfix,
* html #nav-top,
* html #nav-top ul,
* html #content,
* html #footer {
	height: 1%;
	overflow: visible;
}
*:first-child+html .clearfix,
*:first-child+html #nav-top,
*:first-child+html #nav-top ul,
*:first-child+html #content,
*:first-child+html #footer {
	min-height: 1px;
}