


#Lookbook-Detail {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	background: rgba(255,255,255,1);
	/*
	background-image: url(../Assets/Media/ICON-Lookbook-Detail-Prev.png), url(../Assets/Media/ICON-Lookbook-Detail-Next.png);
	background-position: 25% center, 75% center;
	background-repeat: no-repeat;
	*/
	z-index: 1000;
	opacity: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

#Lookbook-Detail-Look {
	width: 300px;
	margin: 70px auto 120px auto;
	opacity: 0;
}

#Lookbook-Detail-Image {
	display: block;
	width: 300px;
	height: auto;
}

.Lookbook-Detail-Caption {
	font-family: 'Quicksand', Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}


.Lookbook-Detail-Close {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 3;
}

#Lookbook-Detail-Close-Icon {
	display: block;
	margin: 0px auto 20px auto;
	opacity: 0.3;
	cursor: pointer;
}

#Lookbook-Detail-Close-Icon:hover {
	opacity: 1;
}

.Lookbook-Detail-Close i {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	font-size: 22px;
	text-align: center;
	opacity: 0.1;
	cursor: pointer;
}

.Lookbook-Detail-Close i:hover {
	opacity: 0.3;
}



#Email-Look-Form {
	position: absolute;
	width: 300px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	color: #FFFFFF;
	padding: 20px;
	font-family: 'Quicksand', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	background: #000000;
	z-index: 999999;
	opacity: 0;
	display: none;
}

#Email-Look-Form input {
	color: #000000;
}

#Email-Look-Form textarea {
	color: #000000;
	width: 100%;
	min-height: 80px;
}


#Email-Look-Send {
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #000000;
	font-family: 'Quicksand', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #FFFFFF;
	border: 0;
}

#Email-Look-Send:active {
	color: #FFFFFF;
	background: #000000;	
}

#Email-Look-Cancel {
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	font-family: 'Quicksand', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #000000;
	border: 0;
}

#Email-Look-Cancel:active {
	opacity: 0.5;
}

.Input-Error {
	border: 1px solid pink;
}

@media (max-width: 639px) {
	
	#Lookbook-Detail-Look {
		width: 200px;
		margin: 60px auto 60px auto;
	}
	
	#Lookbook-Detail-Image {
		width: 200px;
	}
	
}

