/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

/* LET'S APPLY THE SITE'S MAKEUP IN STYLE! */

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */




@font-face {
	font-family: 'Anodyne';
	src: url('webfonts/234548_0_0.eot');
	src: url('webfonts/234548_0_0.eot?#iefix') format('embedded-opentype'),
	url('webfonts/234548_0_0.woff') format('woff'),
	url('webfonts/234548_0_0.ttf') format('truetype');
	
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicCondensed';
	src: url('webfonts/tradegothic-cn-18.eot');
	src: url('webfonts/tradegothic-cn-18.eot?#iefix') format('embedded-opentype'),
	url('webfonts/tradegothic-cn-18.woff') format('woff'),
	url('webfonts/tradegothic-cn-18.ttf') format('truetype'),
	url('webfonts/tradegothic-cn-18.svg#TradeGothicLTStdCnRegular') format('svg');
	
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicCondensedBold';
	src: url('webfonts/tradegothicltstd-bdcn20-webfont.eot');
	src: url('webfonts/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'),
	url('webfonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'),
	url('webfonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
	url('webfonts/tradegothicltstd-bdcn20-webfont.svg#TradeGothicLTStdCnBold') format('svg');
	
	font-weight: normal;
	font-style: normal;
}




/* ------------------------------------------------------- */
/* SIMPLE RESET */
/* ------------------------------------------------------- */
html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Anodyne', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	color: #000;
	background-color: #000;
	
	-webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
	outline: 0 none;
}

img {
	border: none;
	outline: 0 none;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form,
input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}




/* ------------------------------------------------------- */
/* COMMON STYLES */
/* ------------------------------------------------------- */
section,
.photo,
.photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.overlay {
	background: url('images/overlay-tile.png') repeat;
}

.bg-bar {
	filter: alpha(opacity=90);
	opacity: 0.9;
	
	-webkit-box-shadow: 0px -4px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 8px rgba(0,0,0,0.2);
	-o-box-shadow: 0px -4px 8px rgba(0,0,0,0.2);
	box-shadow: 0px -4px 8px rgba(0,0,0,0.2);
}

.logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 285px;
	height: 94px;
	background: url('images/logo.png') no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	cursor: default;
}

#about .logo,
#contact .logo {
	background-position: 0px -94px;
}




/* ------------------------------------------------------- */
/* LOADING */
/* ------------------------------------------------------- */
#loading {
	background: #333 url('images/overlay-tile.png') repeat;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 420px;
	height: 418px;
	margin: -209px 0 0 -210px;
}

#loading #loader-icon {
	height: 420px;
	margin: -210px 0 0 -210px;
}




/* ------------------------------------------------------- */
/* WRAPPER */
/* ------------------------------------------------------- */
#wrapper {
	min-height: 620px;
}




/* ------------------------------------------------------- */
/* NAV */
/* ------------------------------------------------------- */
nav {
	position: fixed;
	bottom: -152px;
	left: 0;
	width: 100%;
	height: 140px;
}

nav section {
	overflow: visible;
}

nav #main-nav {
	width: 100%;
	margin: 0 0 28px;
	text-align: center;
	display: block;
}

nav #main-nav li {
	position: relative;
	height: 35px;
	margin: 0 8px;
	padding: 30px 0 0;
	display: inline-block;
	cursor: default;
}

nav #main-nav li p {
	height: 36px;
	margin: 0;
	padding: 0 4px;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	cursor: pointer;
	color: #000;
	
	-webkit-transition: color 0.1s ease-out;
	-moz-transition: color 0.1s ease-out;
	-o-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;
}

nav #main-nav li p span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: url('images/bg-active-bar.png') no-repeat center top;
	
	-webkit-transition: height 0.1s ease-out;
	-moz-transition: height 0.1s ease-out;
	-o-transition: height 0.1s ease-out;
	transition: height 0.1s ease-out;
}

nav #main-nav li p:hover,
nav #main-nav li .current {
	color: #3c290a;
}

nav #main-nav li p:hover span,
nav #main-nav li .current span {
	height: 5px;
}

nav #sub-nav {
	width: 100%;
	height: 44px;
	text-align: center;
	display: block;
}

nav #sub-nav #sub-nav-inner {
	position: relative;
	height: 34px;
	padding-left: 146px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 16px;
	line-height: 34px;
	cursor: default;
	display: inline-block;
}

nav #sub-nav #sub-nav-inner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	background: url('images/controls-sprite.png') no-repeat;
	overflow: hidden;
	display: block;
}

nav #sub-nav #sub-nav-inner #facebook {
	background-position: center -354px;
}

nav #sub-nav #sub-nav-inner #twitter {
	left: 35px;
	background-position: center -454px;
}

nav #sub-nav #sub-nav-inner #instagram {
	left: 69px;
	background-position: center -554px;
}

nav #sub-nav #sub-nav-inner #pinterest {
	left: 103px;
	background-position: center -654px;
}

nav #sub-nav #sub-nav-inner a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}




/* ------------------------------------------------------- */
/* SPLASH AUTO-SLIDESHOW */
/* ------------------------------------------------------- */
.slide-show {
	display: none;
}




/* ------------------------------------------------------- */
/* CATEGORY SCENES */
/* ------------------------------------------------------- */
.scenes {
	top: -100%;
	background-color: #000;
}

.scenes .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 0px;
}

.current-scene .slider {
	left: 0px;
}

.scenes .slider .slide {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.scenes .slider .slide .overlay {
	filter: alpha(opacity=100);
	opacity: 1;
	
	-webkit-transition: opacity 666ms ease-in-out;
	-moz-transition: opacity 666ms ease-in-out;
	-o-transition: opacity 666ms ease-in-out;
	transition: opacity 666ms ease-in-out;
}

.scenes .slider .first-photo {
	-webkit-transition: opacity 0s ease-in-out;
	-moz-transition: opacity 0s ease-in-out;
	-o-transition: opacity 0s ease-in-out;
	transition: opacity 0s ease-in-out;
}

.scenes .slider .current-photo .overlay,
.scenes .slider .first-photo .overlay {
	filter: alpha(opacity=0);
	opacity: 0;
}

.scenes .slider .portrait {
	width: 40%;
}

.scenes .slider .portrait span {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: url('images/borders.gif') repeat-y;
}

.scenes .slider .portrait .rb {
	left: auto;
	right: 0;
}




/* ------------------------------------------------------- */
/* CONTROLS */
/* ------------------------------------------------------- */
#controls-bar {
	position: fixed;
	bottom: -52px;
	left: 0;
	width: 100%;
	height: 50px;
}

.controls {
	position: absolute;
	top: 0;
	width: 34px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	display: none;
}

.controls span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('images/controls-sprite.png') no-repeat;
	
	-webkit-transition: margin-left 0.1s ease-out;
	-moz-transition: margin-left 0.1s ease-out;
	-o-transition: margin-left 0.1s ease-out;
	transition: margin-left 0.1s ease-out;
}

#prev-btn {
	left: 0px;
}

#prev-btn span {
	background-position: center 0px;
}

#prev-btn:hover span {
	margin-left: -3px;
	background-position: center -50px;
}

#counter {
	left: 34px;
	text-align: center;
	background: url('images/controls-sprite.png') no-repeat center -200px;
	cursor: default;
}

#counter p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #dfb533;
	font-size: 20px;
	line-height: 50px;
}

#next-btn {
	left: 68px;
}

#next-btn span {
	background-position: center -100px;
}

#next-btn:hover span {
	margin-left: 3px;
	background-position: center -150px;
}

#captions {
	position: absolute;
	top: 0;
	left: 112px;
}

#captions p {
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 18px;
	line-height: 50px;
}

#nav-btn {
	width: auto;
	right: -10px;
	color: #000;
	background: url('images/controls-sprite.png') no-repeat right -250px;
}

#nav-btn p {
	padding-right: 64px;
	font-family: 'TradeGothicCondensedBold', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 16px;
	line-height: 50px;
	text-align: right;
}

#nav-btn:hover {
	background-position: right -300px;
	color: #191301;
}




/* ------------------------------------------------------- */
/* TITLE CARD */
/* ------------------------------------------------------- */
.title-card .title-content {
	display: table;
}

.title-card .title-content .title-content-inner {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.title-card .photo-cnt {
	width: 71px;
	height: 70px;
	margin: 0 0 25px;
	text-align: center;
	font-size: 42px;
	line-height: 74px;
	color: #000;
	background: url('images/controls-sprite.png') no-repeat 0px -1150px;
	overflow: hidden;
	display: inline-block;
}

.title-card h1 {
	width: 100%;
	height: 105px;
	font-size: 145px;
	line-height: 115px;
	margin: 0 0 20px;
	color: #fff;
	text-transform: uppercase;
}

.title-card p {
	width: 100%;
	height: 26px;
	margin: 0;
	font-size: 26px;
	line-height: 26px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	color: #fff;
}




/* ------------------------------------------------------- */
/* CONTENT CARD */
/* ------------------------------------------------------- */
.content-card {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 998px;
	height: 600px;
	margin: -340px 0 0 -499px;
}

.content-card .story {
	width: 610px;
	margin-left: 388px;
	display: block;
}

.content-card .story h1 {
	margin: 31px 0 0;
	font-size: 68px;
	line-height: 68px;
	text-transform: uppercase;
}

.content-card .story p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	color: #180e09;
}




/* ------------------------------------------------------- */
/* ABOUT */
/* ------------------------------------------------------- */
#about .content-card {
	background: url('images/about/heather-conlan.png') no-repeat -22px 0px;
}

#testimonial-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 366px;
	height: 113px;
	background: url('images/about/testimonial-bg.png') no-repeat;
	overflow: hidden;
}

#testimonial-box ul {
	position: absolute;
	top: 8px;
	left: 24px;
	width: 318px;
	height: 96px;
	overflow: hidden;
}

#testimonial-box ul li {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/about/quotes.png') no-repeat top center;
	overflow: hidden;
}

#testimonial-box ul li .quote {
	margin: 10px 17px 0 18px;
	font-family: Georgia, times, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	color: #c3b8a7;
}

#testimonial-box ul li .quote-by {
	position: absolute;
	bottom: 0;
	left: 6px;
	font-size: 15px;
	line-height: 24px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	color: #867963;
}

#testimonial-box ul li a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 13px;
	line-height: 24px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	color: #e5b311;
	text-decoration: underline;
	
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#testimonial-box ul li a:hover {
  color: #cb9c06;
}

.arrows {
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	overflow: hidden;
	cursor: pointer;
}

.arrows span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('images/controls-sprite.png') no-repeat;
	
	-webkit-transition: margin-left 0.1s ease-out;
	-moz-transition: margin-left 0.1s ease-out;
	-o-transition: margin-left 0.1s ease-out;
	transition: margin-left 0.1s ease-out;
}

#prev-qt {
	left: 0px;
}

#prev-qt span {
	background-position: center -1257px;
}

#prev-qt:hover span {
	margin-left: -3px;
	background-position: center -1307px;
}

#next-qt {
	right: 0px;
}

#next-qt span {
	background-position: center -1357px;
}

#next-qt:hover span {
	margin-left: 3px;
	background-position: center -1407px;
}




/* ------------------------------------------------------- */
/* CONTACT */
/* ------------------------------------------------------- */
#contact .content-card {
	height: 514px;
	margin: -257px 0 0 -499px;
}

#contact .content-card .story {
	width: 998px;
	margin: 0;
	display: block;
}

#contact .content-card .story h1,
#contact .content-card .story p {
	margin: 0 0 0 67px;
}

#contact-card {
	position: relative;
	width: 998px;
	height: 401px;
	padding-top: 20px;
	background: url('images/contact/card-bg.png') no-repeat center top;
	display: block;
}

#contact-card #contact-info {
	position: absolute;
	top: 45px;
	left: 630px;
	width: 290px;
}

#contact-card #contact-info p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 18px;
	color: #000;
}

#contact-card #contact-info #contact-opts {
	margin-bottom: 30px;
}

#contact-card #contact-info p .label {
	width: 46px;
	display: inline-block;
}

#contact-card #contact-info p a {
	color: #e0ad0a;
	
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#contact-card #contact-info p a:hover {
  color: #cb9c06;
}

#contact-card #contact-info ul {
	margin: 0 0 25px;
	display: block;
}

#contact-card #contact-info ul li {
	width: 100%;
	height: 34px;
	display: block;
}

#contact-card #contact-info ul li a {
	height: 31px;
	padding: 0 0 3px 44px;
	font-size: 15px;
	line-height: 31px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	background: url('images/controls-sprite.png') no-repeat;
	color: #000;
	display: block;
}

#contact-card #contact-info ul li a:hover {
	color: #513e0f;
}

#contact-card #contact-info ul li #fb {
	background-position: -20px -760px;
}

#contact-card #contact-info ul li #fb:hover {
	background-position: -20px -810px;
}

#contact-card #contact-info ul li #tw {
	background-position: -20px -860px;
}

#contact-card #contact-info ul li #tw:hover {
	background-position: -20px -910px;
}

#contact-card #contact-info ul li #ig {
	background-position: -20px -960px;
}

#contact-card #contact-info ul li #ig:hover {
	background-position: -20px -1010px;
}

#contact-card #contact-info ul li #pn {
	background-position: -20px -1060px;
}

#contact-card #contact-info ul li #pn:hover {
	background-position: -20px -1110px;
}

#contact-card #contact-info #credits {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	color: #313131;
}

#contact-card #contact-info #credits span,
#contact-card #contact-info #credits a {
	color: #828282;
}

#contact-card #contact-info #credits a {
	text-decoration: underline;
}

#contact-card #contact-info #credits a:hover {
	color: #666;
}

#contact-form {
	position: absolute;
	top: 45px;
	left: 90px;
	width: 520px;
}

#hcma-form {
	position: relative;
	width: 100%;
	display: block;
}

#hcma-form input,
#hcma-form #option-field {
	background: url('images/contact/form-sprite.png') no-repeat;
	overflow: hidden;
}

#hcma-form .input-field,
#hcma-form #option-field {
	float: left;
	width: 242px;
	height: 24px;
	margin: 0 0 13px;
	padding: 8px 0 7px 15px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #aea69b;
	background-position: 0px -162px;
}

#hcma-form #your-name {
	margin: 0 6px 13px 0;
}

#hcma-form #email-address {
	margin: 0 6px 11px 0;
}

#hcma-form #option-field {
	margin: 0 0 11px;
	background-position: 0px -201px;
	cursor: pointer;
}

#hcma-form #message-holder {
	float: left;
	width: 520px;
	height: 162px;
	margin: 0 0 8px;
	padding: 0;
	background: url('images/contact/form-sprite.png') no-repeat;
	overflow: auto;
	resize: none;
}

#hcma-form textarea {
	float: left;
	width: 490px;
	height: 142px;
	margin: 10px 15px;
	padding: 0;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #aea69b;
	background: none;
	overflow: auto;
	resize: none;
}

#hcma-form #submit-btn {
	float: left;
	width: 147px;
	height: 34px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #ffeeb8;
	text-align: center;
	text-transform: uppercase;
	background: url('images/contact/form-sprite.png') no-repeat 0px -240px;
	overflow: hidden;
	cursor: pointer;
}

#hcma-form #submit-btn:hover {
	background-position: 0px -274px;
}

#hcma-form #form-message {
	float: left;
	width: auto;
	height: 34px;
	margin: 0 0 0 18px;
	padding: 0;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 14px;
	line-height: 34px;
	color: #aea69b;
}

#options-box {
	position: absolute;
	top: 52px;
	left: 263px;
	width: 257px;
	height: 0px;
	background-color: #fff;
	overflow: hidden;
	display: none;
	
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
}

#options-box li {
	width: 242px;
	height: 34px;
	padding: 0 0 0 15px;
	font-family: 'TradeGothicCondensed', 'HelveticaNeue', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 16px;
	line-height: 34px;
	color: #aea69b;
	cursor: pointer;
	display: block;
	border-bottom: 1px solid #d5d0c8;
	background-color: #fff;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#options-box .last-option {
  border: none;
}

#options-box li:hover,
#options-box .selected {
  color: #615a4b;
  background-color: #dfdad3;
}




/* ------------------------------------------------------- */
/* NO-JS */
/* ------------------------------------------------------- */
#get-your-life-together {
	top: -100%;
	background-color: #333;
	display: none;
}

.no-js #get-your-life-together {
	top: 0%;
	display: block;
}





