@font-face {
    font-family: 'BaskervilleTRegular';
    src: url('/assets/fonts/baskerville_t_regular-webfont.eot');
    src: url('/assets/fonts/baskerville_t_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/baskerville_t_regular-webfont.woff') format('woff'),
         url('/assets/fonts/baskerville_t_regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/baskerville_t_regular-webfont.svg#BaskervilleTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeCaslonProBold';
    src: url('/assets/fonts/acaslonpro-bold-webfont.eot');
    src: url('/assets/fonts/acaslonpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/acaslonpro-bold-webfont.woff') format('woff'),
         url('/assets/fonts/acaslonpro-bold-webfont.ttf') format('truetype'),
         url('/assets/fonts/acaslonpro-bold-webfont.svg#AdobeCaslonProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OlicanaRough';
    src: url('/assets/fonts/olicana_rough-webfont.eot');
    src: url('/assets/fonts/olicana_rough-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/olicana_rough-webfont.woff') format('woff'),
         url('/assets/fonts/olicana_rough-webfont.ttf') format('truetype'),
         url('/assets/fonts/olicana_rough-webfont.svg#OlicanaRough') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	background: #000;
	color: #FFF;
	width: 100%;
	height: 100%;
}

header {
	z-index: 100;
}

div#page-wrap {
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 665px;
	display: block;
	position: absolute;
	z-index: 1000;
}

h1 a {
	font-family: "BaskervilleTRegular", Times New Roman, serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 100;
	position: absolute;
	top: 33px;
        left: 80px;
	z-index: 1000;
	color: #FFFFFF;
	text-decoration: none;
}

ul#pri-navigation {
	z-index: 1000;
	position: absolute;
	top: 35px;
	right: 50px;
}

ul#pri-navigation li {
	float: left;
	margin: 0 75px 0 0;
}

ul#pri-navigation li:last-child {
	margin: 0 0 0 0;
}

ul#pri-navigation li a {
	display: block;
	font-family: "AdobeCaslonProBold", Times New Roman, serif;
	text-transform: uppercase;
	color: #ebd683;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
}

ul#pri-navigation li a:hover {
	color: #FFF;
}

#selling-link {
	z-index: 10;
	position: absolute;
	bottom: 15px;
	left: 50px;
	display: block;
	font-family: "AdobeCaslonProBold", Times New Roman, serif;
	text-transform: uppercase;
	color: #ae9962;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
}

ul#sec-navigation {
	z-index: 10;
	position: absolute;
	width: 395px;
	bottom: 15px;
	right: 50px;
}

ul#sec-navigation li {
	float: right;
	margin: 0 0 0 40px;
}

ul#sec-navigation li:last-child {
	margin: 0;
}

ul#sec-navigation li a {
	display: block;
	font-family: "AdobeCaslonProBold", Times New Roman, serif;
	text-transform: uppercase;
	color: #ae9962;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
}

ul#sec-navigation li a:hover {
	color: #FFFFFF;
}

div#item-bg {
	height: 100%;
	width: 100%;
	position: fixed;
}

div#item-bg div#item-bg-video video {
    height: 100%;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    position: fixed;
	z-index: 1;
    width: 100%;
	overflow: hidden;
}

div#item-bg div#item-bg-images {
	width: 100% !important;
	height: 100% !important;
	z-index: 4 !important;
}

div#item-bg div#item-bg-images img {
	z-index: -999;
	min-height: 100%;
	width: 100% !important;
	height: 100% !important;
	position: fixed;
}

div#crosshatch {
	display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
	background: url('../images/site/dots.png') repeat transparent;
	z-index: 7;
}

#bg-vid, #flash-vid{
   min-height: 100%;
   min-width: 1024px;
   width: 100%;
   height: auto;
   position: fixed;
   top: 0;
   left: 0;
   z-index: -1;
}

div.category-container-bg {
	display: none;
	position: absolute !important;
	z-index: 1;
	top: 90px;
	height: 500px;
	padding: 0 0 0 0;
	width: 100%;
	background: #000;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	background: url('../images/site/category-bg-93.png') repeat-x transparent;
}

div.category-container-bg h2 {
	font-size: 50px;
	text-align: center;
	font-family: "OlicanaRough";
	padding: 30px 0 0 0;
	color: #ebd683;
	margin-bottom: 25px;
}

div.category-container-bg div.wrapper-cat {
	width: 1350px;
	margin: 0 auto;
}

div.category-container-bg ul.categories {
	margin: 40px auto 0 auto;
	z-index: 3 !important;
	position: relative;
}

div.category-container-bg ul.categories li {
	float: left;
	display: block;
	width: 450px;
	height: 420px;
}

div.category-container-bg ul.categories li h3 {
	text-align: center;
	padding-top: 20px;
	width: 450px;
	background: url('../images/site/flourish.png') no-repeat transparent top center;
}

div.category-container-bg ul.categories li:hover h3 a {
	color: #ebd683;
}

div.category-container-bg ul.categories li h3 a {
	color: #dbdbdb;
	opacity: .7;
	font-family: "BaskervilleTRegular", Times New Roman, serif;
	font-style: italic;
	text-decoration: none;
	font-size: 18px;
	display: block;
}

div.category-container-bg ul.categories li a {
	display: block;
	text-align: center;
}

div.category-container-bg ul.categories li a img {
	width: 230px;
}

div#object,
div.details {
	background: url('/assets/images/site/details-bg.png') repeat transparent;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 85px;
	display: none;
}

div#object .page_title,
div.details .page_title {
	width: 30%;
	margin: 0 3% 20px 0;
	text-align: center;
	float: left;
	padding: 30px 0 0 0;
}

div#object .page_title h2,
div.details .page_title h2 {
	font-size: 45px;
	font-family: "OlicanaRough";
	color: #8b0712;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('/assets/images/site/flourish.png') no-repeat transparent center bottom;
}

div#object .page_title h3,
div.details .page_title h3 {
	font-family: "AdobeCaslonProBold", Times New Roman, serif;
	font-size: 11px;
	color: #e1d08f;
	text-transform: uppercase;
}

div#object p,
div.details p {
	font-family: "Georgia", Times New Roman, serif;
	font-size: 12px;
	margin: 10px 3% 10px 0px;
	width: 28%;
	line-height: 22px;
	float: left;
}

div.details p.itemlist {
	float: left;
	min-width: 500px;
}

div.details p.itemlist span {
	width: 250px;
	display: block;
	float: left;
}

div.details.contact-page-content {
	padding: 20px 0;
}

div.details.contact-page-content p {
	font-size: 14px;
}

div#object p a,
div.details p a {
	color: #c4b26d;
	text-decoration: none;
}

div.details ul li {
	font-family: "Georgia", Times New Roman, serif;
	width: 170px;
	float: left;
	margin-right: 100px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #dbd7cd;
	margin: 20px 100px 20px 0;
}

div.details ul li a {
	color: #c4b26d;
	text-transform: uppercase;
	text-decoration: none;
}

div.details ul li a span {
	color: #FFF;
	text-transform: none;
}

div.details ul li strong {
	font-weight: bold;
}

div#object p strong,
div.details p strong {
	font-weight: bold;
}

div#loading-perc {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999999;
}

div#boutique {
	height: 675px !important;
}

div#boutique h2 {
	margin: 0 0 20px 0;
}

div#boutique.category-container-bg iframe {
	width: 900px;
	height: 550px;
}

div#store-container {
	width: 900px;
	margin: 0 auto;
}

p.carousel-nav {
	top: -320px;
	position: relative;
	z-index: 10000;
	width: 1350px;
	margin: 0 auto;
}

p.carousel-nav a {
	color: #ebd683;
	font-family: "OlicanaRough";
	font-size: 80px;
	text-decoration: none;
	opacity: .77;
}

p.carousel-nav a.disabled {
	display: none;
}

p.carousel-nav .prev {
	float: left;
}

p.carousel-nav .next {
	float: right;
}

#loading {
	font-family: "AdobeCaslonProBold", Times New Roman, serif;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 65px;
	left: 50px;
}

#item-bg-images-pager-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
	z-index: 1000;
	bottom: 25px;
}

#item-bg-images-pager {
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align: center;
}

#item-bg-images-pager a {
	display:block;
	float:left;
	margin:0 2px;
	padding:0;
	position:relative;
	right:50%;
	background: url('/assets/images/site/pager.png') no-repeat 0 0;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
}

#item-bg-images-pager a.activeSlide {
	background: url('/assets/images/site/pager.png') no-repeat 0 -13px;
}

span.close-btn {
	position: absolute;
	right: 40px;
	top: 20px;
}

span.close-btn a {
	font-family: 'OlicanaRough';
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ebd683;
	text-decoration: none;
}

@media screen and (min-width: 1440px) and (min-height: 665px) {
	div.test {}
	div#page-wrap {
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 1450px) {
	div.test {}

	div#page-wrap {
		margin: 0 auto;
		width: 100%;
		min-height: 665px;
	}

	div.category-container-bg {
		padding: 0 0 50px 0;
		height: 400px;
	}

	div.category-container-bg div.wrapper-cat {
		width: 960px;
		margin: 0 auto;
	}

	div.category-container-bg ul.categories {
		margin: 0 auto;
		width: 960px !important;
	}

	p.carousel-nav {
		width: 960px;
		top: -360px;
	}

	div.category-container-bg ul.categories li {
		width: 30%;
		max-width: 300px;
		height: 500px;
	}

	div.category-container-bg ul.categories li h3 {
		width: 320px;
	}

	div.category-container-bg ul.categories li h3 a {
		font-size: 16px;
	}

	div.category-container-bg ul.categories li a img {
		width: 65%;
	}

	div.details ul li {
		margin: 20px 60px 20px 0;
	}

}