/*
 * (c) jacqichew.com
 * All rights reserved.
 */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
}

.intro {
	height: 100%;
	width: 100%;
	background-color: white;
}

.introInner {
	padding: 150px;
	width: 150px;
}

.introImage {
	background-image: url("img/intro.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
}

.dotContainer {
	margin-left: 32px;
}

.introDot {
	display: none;
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	background-image: url("img/bolletje.png");
	background-size: contain;
}

.mainPage.blur.contactMain,
.mainPage.blur.myStoryMain {
	background-image: url("photos/about.jpg");
}

.page.shop {
	height: 98%;
}

.outerMainPage {
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: url("photos/blur.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	display: none;
}

.mainPage {
	width: 100%;
	height: 100%;
	background-image: url("photos/foto.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.mainPage.blur {
	background-image: url("photos/blur.jpg");
}

.menu {
	display: none;
	background: rgba(255, 255, 255, .6);
	text-align: center;
	font-size: 1.2em;
	padding: 5px;
	margin-top: 30px;
}

a {
	color: black;
}

.contact,
.myStory {
	width: 36%;
	float: right;
	height: 100%;
	padding-right: 20px;
}

.contactContent {
	font-size: 14px;
}

.storyContent {
	font-size: 12px;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

ul li span {
	float: left;
	width: 15px;
}

.header {
	background-image: url("img/logo.png");
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: white;
	font-size: 2em;
	font-weight: bold;
	padding: 20px 0;
}

.video {
}

.action {
	cursor: pointer;
}

.action:hover {
	text-decoration: underline;
}

.menu span {
	margin: 0 25px;
}

.alignCenter {
	margin-left: auto;
	margin-right: auto;
}

.page.lookbook {
	width: 100%;
	background-color: black;
}

.page {
	overflow: auto;
	display: none;
}

.main {
	width: 100%;
	overflow: auto;
	/*height: 500px;*/
}

.shop {
	position: relative;
}

.shopContent {
	width: 100%;
	top: 50%;
	margin-top: -0.5ex;
	position: absolute;
}

.homeContent {
	background-color: rgba(255, 255, 255, .3);
	font-size: 13px;
	padding: 10px;
	width: 50%;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.page.lookbook {
	width: 100%;
	overflow: hidden;
	padding: 6px 0;
}

.ie .page.lookbook {
	padding: 0;
}

.tablet .page.lookbook {
	overflow: auto;
}

.lookBookContent {
	margin: 0 3px;
}

.lookBookContent > img {
	height: 100%;
	margin: 0 3px;
}

.footer {
	display: none;
	text-align: center;
}

.footer iframe {
	margin-right: 10px;
}

.footer div {
	margin: 10px 0;
}

.copyright {
	color: white;
	font-size: 12px;
}

.facebookFrame {
	margin-top: 20px;
	width: 90px;
}
