
* { margin: 0; padding: 0; }
html { width: 100%; height: 100%; }
body {
	width: 100%; height: 100%;
	color: #DDD;
	font: 16px 'old-standard';
	background: #000;
}

nav, header, footer, section, article, hgroup { display: block }

#bg {
	width: 100%; height: 100%;
	position: fixed; left: 0; top: 0; z-index: -1;
	background: url('images/bg.jpg') #000 scroll center center;
	background-size: cover;
/* 	opacity: 0.5; */
/* 	-webkit-transform: rotate(180deg); */
}
#index #bg { background-image: url('images/bg-index.jpg') }

a { text-decoration: none; color: #84878E /* #78808E */; }
a:hover, a.current { color: #fedb85 }
a img { border: none }

a, #caribbean-corner
{ -webkit-transition: all 300ms; -khtml-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }

header { width: 100%; height: 80px; }
header.big-logo { height: 100px }

#wrap { display: none }
#loader {
	width: 24px; height: 24px;
	position: absolute; left: 50%; top: 300px;
	margin-left: -12px;
	background: url('images/loader.gif') center center no-repeat;
}

#caribbean-corner {
	width: 200px; height: 200px;
	position: absolute; left: -40px; top: -40px; z-index: 1;
	opacity: 0.85;
	background: url('images/caribbean-corner-bg.png') top left no-repeat transparent;
}
#caribbean-corner:hover {
	left: -20px; top: -20px; z-index: 1;
	opacity: 1;
}
#caribbean-corner img {
	position: absolute;
	left: 40px; top: 40px;
	-webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; transition: all 300ms;
}
#caribbean-corner:hover img {
	left: 20px; top: 20px;
	width: 160px; height: 160px;
}


#nav-wrap {
	width: 800px; height: 100%;
	margin: 0 auto;
	position: relative; z-index: 10;
}
nav.main {
	position: absolute; left: 0; bottom: 0; z-index: 10;
	vertical-align: bottom;
}
nav.main ul { list-style: none }
nav.main ul li:hover > a { color: #fedb85 }
nav.main > ul > li {
	position: relative;
	float: left;
	margin-right: 20px;
}
nav.main > ul > li > ul {
	display: none;
	position: absolute;
	padding-top: 6px;
}
nav.main > ul > li:hover > ul { display: block }
nav.main > ul > li > ul li {
	font-size: 0.8em;
	white-space: nowrap;
}
nav.main ul li ul li ul {
	max-height: 0px;
	overflow: hidden;
	margin-left: 10px;
}
nav.main ul li ul li:hover ul { max-height: 90px; padding-bottom: 5px; }
nav a {
	display: block;
	font-family: 'trajan-pro-3';
	text-shadow: 0 1px 3px black;
} 
nav.main > ul > li:last-child { margin-right: 0 }


#logo { position: absolute; right: 0; bottom: -64px; z-index: 110; }
/* #logo.big { right: -40px; bottom: -100px; } */
#logo.big { right: 0; bottom: -82px; }


.text-content h1, .pretext h2, .pretext h3, .text-section h2, .text-section h3 {
	text-align: center;
	font-family: 'trajan-pro-3';
	font-weight: lighter;
	padding: 0 0 20px 0;
	clear: both;
}





#slider {
	width: 800px; height: 500px;
	position: absolute; left: 50%; top: 140px; z-index: 0;
	margin-left: -400px;
	background: black;
	border-radius: 5px;
}
#slider {
/* 	box-shadow: inset 0 0 10px rgba(0,0,0,0.6); */
}
#slider .slide {
	position: absolute;
	background: center center no-repeat;
	background-size: cover;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px;
}
.pearl-slides {
	width: 792px; height: 500px;
	position: absolute; left: 50%; top: 130px; /* z-index: 10; */
	margin-left: -400px;
	background: black;
}
#slider:after {
	content: '';
	width: 100%; height: 100%;
	position: absolute; left: 0; top: 0; z-index: 9;
	-webkit-box-shadow: inset 0 0 30px 15px #000; -moz-box-shadow: inset 0 0 30px 15px #000; -ms-box-shadow: inset 0 0 30px 15px #000; box-shadow: inset 0 0 30px 15px #000;
}
.pearl-slides .slide {
	width: 100%; height: 100%;
	background: center center transparent;
	background-size: cover;
}





.collection-wrap {
	width: 800px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	position: relative; z-index: 1;
}
.collection-wrap:after {
	content: '';
	display: block;
	width: 100%; height: 30px;
}
.big-logo .collection-wrap { padding-top: 50px }
.collection-nav {
	width: 200px; height: 100%;
	float: left;
}
.collection-nav.scroll {
	float: none;
	position: fixed; left: 50%; top: 20px;
	margin-left: -400px;
}
.collection-nav h2 {
	margin: 20px 0 5px 0;
	font-weight: lighter;
	font-size: 1em;
	font-family: 'trajan-pro-3';
	text-shadow: 0 1px 3px black;
	color: #888;
}
.collection-nav h2.first { margin-top: 0 }
.collection-nav a { cursor: pointer }
.collection-nav ul {
	font-size: 0.8em;
	list-style: none;
}
.collection-nav ul li a { position: relative }
.collection-nav ul li a.current:after {
	content: '✓';
	width: 15px; height: 20px;
	position: absolute; left: -15px;
	font-size: 0.9em;
}

.collection {
	width: 600px;
	position: relative;
	float: right;
}
.collection:after {
	content: '';
	display: inline-block;
	width: 100%;
}




.item-wrap {
	display: inline-block;
	width: 180px; height: 150px; min-height: 150px;
	position: absolute; z-index: 2;
	margin-bottom: 20px;
	background: url('images/bg-popup.jpg') #050505 no-repeat center center;
	border: 1px solid #333;
	cursor: pointer;
	-webkit-transition: border-color 300ms, -webkit-filter 500ms, -webkit-transform 500ms, box-shadow 500ms;
	-moz-transition: border-color 300ms, -webkit-filter 500ms, -webkit-transform 500ms, box-shadow 500ms;
	-ms-transition: border-color 300ms, -webkit-filter 500ms, -webkit-transform 500ms, box-shadow 500ms;
	transition: border-color 300ms, -webkit-filter 500ms, -webkit-transform 500ms, box-shadow 500ms;
}
.item-wrap:hover { border-color: #555; }
.item-wrap.current {
	z-index: 20;
	cursor: default;
	border-color: #555;
	box-shadow: 0 1px 50px black;
	background: url('images/bg-popup.jpg') #050505 repeat center center;
}
.item-wrap.blur {
	z-index: 1;
	-webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px);
	-webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9);
	cursor: default;
}




.item-wrap .item-image {
	width: 160px; height: 130px; line-height: 130px;
	position: absolute; left: 10px; top: 10px; z-index: 5;
	background: center center no-repeat;
	background-size: cover;
}
.item-wrap.current .item-image {
	width: 280px; height: 160px;
}
.item-wrap .item-image:after {
	content: '';
	width: 100%; height: 100%;
	position: absolute; left: 0; top: 0; z-index: 100;
	box-shadow: inset 0 0 8px black;
}




.item-wrap .item-title {
	display: none;
	width: 160px; height: 130px; /* line-height: 130px; */
	position: absolute; left: 10px; top: 10px; z-index: 6;
	overflow: hidden;
	text-align: left;
	background-image: url('images/bg-trans-black-75.png');
	background: rgba(0,0,0,0.75);
}
.item-wrap .item-title h3 {
	min-width: 100%; height: 25px; line-height: 30px;
	position: absolute; left: 0; top: 50%;
	padding: 5px 0; margin-top: -16px;
	display: block;
	text-align: center;
/* 	white-space: nowrap; */
	font-weight: 300;
	font: 14px 'trajan-pro-3';
}
.item-wrap .item-title.br h3 { height: 55px; margin-top: -27px }
/* .item-wrap:hover .item-title { opacity: 1 !important } */
.item-wrap.blur .item-title { display: none }
.item-wrap.current .item-title {
	opacity: 1;
	width: 280px; height: 50px; line-height: 50px;
	left: 20px; top: 210px;
	background: none;
}
.item-wrap.current .item-title h3 { /* text-align: left; */ font-size: 16px; }
.item-wrap.current .item-title.br h3 { height: 25px; margin-top: -16px }




.item-wrap .item-info {
	display: none;
	position: absolute; left: 20px; top: 250px; right: 20px; bottom: 40px; z-index: 4;
/* 	font-style: italic; */
	font-size: 0.9em;
	text-align: center;
}
.item-wrap .item-info .details { font-style: italic }





.item-wrap .item-nav-link {
	display: none;
	width: 60px; height: 100%;
	position: absolute; top: 0;
	opacity: 0.5;
	background: center center no-repeat transparent;
	cursor: pointer;
/* 	-webkit-transition: all 300ms; */
}
.item-wrap .item-nav-link:hover { opacity: 1 }
.item-wrap .item-nav-link.prev { left: -60px; background-image: url('images/item-prev.png'); }
.item-wrap .item-nav-link.next { right: -60px; background-image: url('images/item-next.png'); }
.item-wrap .item-nav-link.close {
	display: block;
	display: none;
	width: 100%; height: 30px; line-height: 30px;
	position: absolute; top: auto; left: 0; bottom: 0;
	text-align: center;
	font: 14px 'trajan-pro-3';
	cursor: pointer;
}
.item-wrap.first a.item-nav-link.prev { display: none !important }
.item-wrap.last a.item-nav-link.next { display: none !important }


/* .item-wrap.current nav.item-prev-next { display: block } */

/*
.item-wrap .item-info h3 {
	padding: 5px 8px;
	font-size: 1em;
	font-weight: lighter;
}
.item-wrap .item-info p {
	padding: 0 8px;
	font-size: 0.75em;
	font-style: italic;
}
*/
 


.collection-wrap.with-pretext .items-wrap {
	display: none;
}


.pretext, .text-section {
	display: none;
	text-align: justify;
	width: 100%;
	margin: 0 auto;
}
.pretext { display: block }
.pretext p, .text-section p { padding: 5px 0 8px 0; }


.text-section.current { display: block }
.text-section h3 {
	padding: 20px 0 10px 0;
}

.text-content-image {
	max-width: 90%;
	height: auto;
	position: relative;
	border-radius: 1px;
	padding: 10px;
	background: #050505;
	border: 1px solid #555;
/* 	box-shadow: 0 0 200px #000; */
}
.text-content-image:after {
	content: '';
	width: 100%; height: 100%;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10;
	box-shadow: inset 0 0 10px 100px #000;
}
.align-left { float: left; margin: 10px 10px 5px 0; }
.align-right { float: right; margin: 10px 0 5px 10px; }


p.members-of { text-align: center }
p.members-of img { padding: 15px 30px; opacity: 0.75; }






@media only screen and (max-width: 860px) {
	
	body#index { overflow-y: hidden !important; }
	
	#nav-wrap { width: 85%; height: auto; }
	nav.main { position: relative }
	nav.main > ul { text-align: center }
	nav.main > ul ul { text-align: left; width: auto; }
	nav.main > ul > li { float: none; display: inline-block; margin: 0 10px; line-height: 34px; font-size: 18px; }
	nav.main > ul > li:last-child { margin-right: 10px; }
	#logo {
		display: block;
		width: 260px; height: 109px;
		position: relative; right: 0 !important; bottom: 0 !important; bottom: auto;
		margin: 0 auto;
		padding: 30px 0;
	}
	
		
	#slider {
		left: 0; top: 250px;
		width: 100%;
		margin-left: 0;
		
	}
	
	
	.collection-wrap {
		padding-top: 170px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.collection-nav {
		width: 100%; height: auto;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.collection-nav ul {
		width: 100%;
		display: block;
	}
	.collection-nav ul li {
		display: inline;
	}
	.collection-nav ul li a { display: inline; padding: 0 10px; }
	.collection-nav ul li a.current:after { content: '' }	
	.collection {
		clear: both;
		float: none;
		margin: 0 auto;
		transition: margin 300ms;
	}
	.collection.col2 { width: 390px; }
	
	
	
	.pretext, .text-section {
		width: 85%;
	}
	.align-left, .align-right { display: block; float: none; clear: both; margin: 20px auto; }
	
	
	#caribbean-corner {
		width: 150px; height: 150px;
		left: -50px !important; top: -50px !important; z-index: 100;
	}
	#caribbean-corner img {
		left: 49px !important; top: 49px !important;
		width: 100px !important; height: 100px !important;
	}
	
}




