/*
				03/03/2014
				02/07/2015
			 	17/01/2016
LAST UPDATED:	09/08/2016
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Catch-all
3.0 - Elements
	3.1 - Header
	3.2 - Navigation Menu
	3.3 - General / Index
	3.4 - About Page
	3.5 - Gallery
	3.6 - Projects
	3.7 - Stories
	3.8 - Footer
4.0 - Alignments
5.0 - Clearings
6.0 - Media
7.0 - Selection
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:hover,
a:active,
a:focus {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Catch-all
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
3.0 Layout Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Header
--------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.93);
	border: 0;
	height: 210px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
}
	.drop-shadow {
		position: fixed;
		top: 210px;
		bottom: 0;
		right: 0;
		background: url(./images/bg_grad.png) no-repeat center top;
		height: auto;
		width: 100%;
		z-index: -1;
	}
#header-logo {
	margin: 39px auto 0 auto;
}

/*--------------------------------------------------------------
3.2 Navigation Menus
--------------------------------------------------------------*/
.main-nav {
	clear: both;
	display: block;
	margin: 25px auto 0 auto;
	width: 720px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-size: 1.4rem;
}
.main-nav ul,
.s-links ul,
.s-twaw-chs ul,
.s-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav li {
	float: left;
	position: relative;
}
.main-nav a {
	display: block;
	width: 180px;
	height: 60px;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
}
.main-nav li.nav-out {
	background: url(./images/nav_out.png) no-repeat 113px top;
}
.main-nav li.nav-out:hover {
	background-image: url(./images/nav_out_hover.png);
}
.main-nav ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-nav ul ul a {
	width: 180px;
	height: 45px;
	padding: 13px 2px;
	margin-bottom: 1px;
	color: #fff;
	background-color: #f259c5;
}
.main-nav ul ul li {
}
.main-nav li.nav-about:hover > a,
#about .main-nav li.nav-about a {
	border-bottom: 10px solid #ecef00;
}
#work .main-nav li.nav-work a {
	border-bottom: 10px solid #f259c5;
}
#work .main-nav ul ul :hover > a {
	border: 0;
}
.main-nav li.nav-blog:hover > a {
	border-bottom: 10px solid #abeb00;
}
.main-nav li.nav-shop:hover > a {
	border-bottom: 10px solid #000;
}
.main-nav ul ul :hover > a {
	background-color: #f685d5;
}
.main-nav ul ul a:hover {
}
.main-nav ul li:hover > ul {
	display: block;
	width: 180px;
	margin-top: 29px;
}
.main-nav .current_page_item a,
.main-nav .current-menu-item a {
}
.page-nav {
	max-width: 720px;
	margin: 45px auto;
	position: relative;
}
.arrow-left {
	width: 18px;
	position: absolute;
	left: 0;
	top: 0;
	clear: both;
}
.arrow-right {
	width: 18px;
	position: absolute;
	right: 0;
	top: 0;
	clear: both;
}
.page-numbers {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}
.page-numbers a {
	text-align: center;
	padding: 6px 12px;
}
.page-numbers a:hover,
.page-numbers a.active {
	background-color: #f1f1f1;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
}
.page-nav a img,
.page-numbers a {
	opacity: .5;
}
.page-nav .none {
	opacity: .1;
}
.page-nav a:hover img,
.page-numbers a:hover,
.page-numbers a.active {
	opacity: 1;
}
@media screen and (max-width: 720px) {
.main-nav {
	width: 480px;
}
.main-nav a,
.main-nav ul ul a,
.main-nav ul li:hover > ul {
	width: 120px;
}
.main-nav li.nav-out {
	background-position: 83px top;
}
}
/*--------------------------------------------------------------
3.3 General / Index
--------------------------------------------------------------*/
#content {
	margin: 210px auto 30px auto;
}
#work #content {
	max-width: 1500px;
}
#home footer,
.s-twaw-index footer {
	display: none;
}

/*--------------------------------------------------------------
3.4 About Page
--------------------------------------------------------------*/
h1 {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 60px;
	font-size: 6.0rem;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 12px 0;
	text-align: right;
	float: left;
	width: 210px;
	padding-right: 4px;
}
h2 {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 45px;
	font-size: 4.5rem;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0 0 12px 0;
	text-align: center;
}
.about {
	max-width: 720px;
	margin: 0 auto;
	padding: 100px 0 80px 0;
	line-height: 1.8;
}
.about p {
	margin-bottom: 18px;
	text-align: center;
}
.about-talk {
	float: left;
	width: 471px;
	margin: 10px 0 0 39px;
	
}
	.about-talk a {
		background-color: #f1f1f1;
		padding: 1px 4px;
	}
	.about-talk a:hover {
		background-color: #ecef00;
	}
.about-talk p {
	text-align: justify;
}
.about-icons {
	text-align: center;
	margin-top: 30px;
}
.about-icons img {
	margin: 0 3px;
}
.about-icons img:hover {
	opacity: .6;
}
.about-bg {
	width: 100%;
	height: 450px;
	background: url(./images/bg_scroll_001.png) no-repeat center center fixed;
	background-size: cover;
}
.about-bg-overlay {
	width: 100%;
	height: 100%;
	background: url(./js/vegas/overlays/02.png) repeat top center fixed;
	opacity: .9;
}
@media screen and (max-width: 1024px) {
.about-bg-overlay {
	display: none;
}
}
@media screen and (max-width: 720px) {
h1 {
	float: none;
	text-align: center;
	width: 480px;
	margin: 0 auto 12px auto;
	padding-right: 0;
}
.about-talk {
	float: none;
	width: 480px;
	margin: 10px auto 0 auto;
}
}

/*--------------------------------------------------------------
3.5 Gallery
--------------------------------------------------------------*/
.gallery {
	margin: 0 auto;
}
.gallery .tile {
	position: relative;
}
.gallery .tile img {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}
.gallery .tile .caption {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 44.5%;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	backface-visibility: hidden;
	-moz-transition: transform 0.3s, opacity 0.3s;
	-webkit-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 150px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0px 0px 150px rgba(0,0,0,.6);
	box-shadow: inset 0px 0px 150px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,.3);
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", sans-serif;
}
.gallery .tile .caption:hover {
	opacity: 1;
}
.gallery .tile p.comment {
	display: none;
}
p.comment span {
	color: #f259c5;
}
p.comment span:hover {
	color: #f685d5;
	cursor: pointer;
}
/*--------------------------------------------------------------
3.6 Projects
--------------------------------------------------------------*/
.projects {
	margin: 120px auto;
	padding: 132px 0;
}
.projects h2 {
	color: #fff;
	margin: 20px 0 6px 0;
}
.projects-info {
	max-width: 540px;
	margin: 0 auto;
	padding: 6px 36px;
	line-height: 1.8;
	color: #fff;
}
.projects h2,
.projects-info {
	text-shadow: 0 0 4px #000;
}
.projects-info p {
	text-align: justify;
}
.projects-links {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}
.projects-links a {
	padding: 12px 18px;
	color: #333;
	text-decoration: none;
	background-color: #f1f1f1;
	text-align: center;
	text-transform: uppercase;
}
.projects-links a:hover {
	background-color: #e2e2e2;
}
.parallax-window {
	min-height: 540px;
	background: url(./js/vegas/overlays/02.png) repeat top center fixed;
}
@media screen and (max-width: 1024px) {
.parallax-window {
	background: transparent;
}
}
/*--------------------------------------------------------------
3.7 Stories
--------------------------------------------------------------*/
body#story #content {
	font-family: Calluna, serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.0;
}
#story #content {
	margin: 120px auto;
	min-width: 480px;
}
body#story header {
	height: 75px;
}
	body#story .drop-shadow {
		top: 75px;
		opacity: .45;
	}
.s-img-top,
.s-img {
	text-align: center;
}
.s-img img {
	width: 100%;
	height: auto;
}
.s-img-twaw {
	text-align: center;
	overflow: hidden;
	max-width: 800px;
	height: 440px;
	margin: 90px auto;
}
.s-words,
.s-fin {
	margin: 90px auto;
	padding: 0 60px;
	max-width: 750px;
}
.s-words,
.s-notes {
	text-align: justify;
}
.s-fin {
	text-align: center;
	font-style: italic;
	font-size: 30px;
	font-size: 3.0rem;
	text-transform: lowercase;
}
#story h1 {
	font-family: Calluna, serif;
	font-size: 45px;
	font-size: 4.5rem;
	text-transform: lowercase;
	line-height: 1.2;
	float: none;
	text-align: center;
	width: 480px;
	margin: 0 auto;
	padding-right: 0;
}
	#story h1 span {
		display: block;
        font-family: CallunaSans-Regular, sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
        font-weight: normal;
        font-style: normal;
		color: #333;
        text-transform: uppercase;
        padding: 6px 0 0 0;
	}
.s-top {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.s-menu-icon {
	position: absolute;
	top: 23px;
	left: 20px;
	width: 34px;
	height: 29px;
	clear: both;
	opacity: .45;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
#story header h1 {
	font-family: CallunaSans-Regular, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	color: #999;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
	#story header:hover h1,
	#story header:hover .s-menu-icon {
		opacity: 1;
	}
.s-menu-wrap {
	z-index: 1;
	overflow-y: auto;
	position: fixed;
	top: 75px;
	left: 0;
	height: 100%;
	background-color: #333;
}
.s-menu {
	font-family: CallunaSans-Regular, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	height: 100%;
	background-color: #333;
	width: 240px;
	color: #f1f1f1;
}
.s-menu ul {
	padding: 35px 45px 70px 45px;
}
.s-menu ul li {
	border-bottom: 1px #999 solid;
	padding: 15px 0;
	text-align: center;
}
	.s-menu ul li:last-child {
		border-bottom: 0;
	}
.s-menu ul li a {
	color: #f1f1f1;
	display: block;
	width: 150px;
}
	.s-menu ul li a:hover {
		color: #ecef00;
	}
	.s-ch-b01 ul li.s-ch-01 a,
	.s-ch-b02 ul li.s-ch-02 a,
	.s-ch-b03 ul li.s-ch-03 a,
	.s-ch-b04 ul li.s-ch-04 a,
	.s-ch-b05 ul li.s-ch-05 a,
	.s-ch-b06 ul li.s-ch-06 a,
	.s-ch-b07 ul li.s-ch-07 a,
	.s-ch-b08 ul li.s-ch-08 a,
	.s-ch-b09 ul li.s-ch-09 a {
		color: #ecef00;
	}
.s-menu ul li ul {
	padding: 9px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.s-menu ul li ul li {
	border-bottom: 0;
	padding: 0;
}
#story h2 {
	font-family: Calluna, serif;
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: lowercase;
	line-height: 1.2;
	text-align: center;
	width: 480px;
	margin: 180px auto 0 auto;
	padding-right: 0;
}
.s-links {
	font-family: CallunaSans-Regular, sans-serif;
	display: block;
	margin: 25px auto 0 auto;
	width: 468px;
	font-size: 14px;
	font-size: 1.4rem;
}
.s-links p {
	display: block;
	margin: 45px auto;
	width: 180px;
}
.s-links p a {
	width: 180px;
}
.s-links li {
	float: left;
	position: relative;
	margin: 3px 12px;
}
.s-links a {
	display: block;
	width: 210px;
	padding: 12px 18px;
	color: #333;
	text-decoration: none;
	background-color: #f1f1f1;
	text-align: center;
}
.s-links a:hover {
	background-color: #e2e2e2;
}
.s-twaw-chs {
	font-family: CallunaSans-Regular, sans-serif;
	display: block;
	margin: 60px auto 0 auto;
	width: 570px;
	font-size: 16px;
	font-size: 1.6rem;
}
.s-twaw-chs li {
	float: left;
	position: relative;
	margin: 5px;
}
.s-twaw-chs a {
	display: block;
	width: 180px;
	padding: 18px;
	color: #333;
	text-decoration: none;
	background-color: #f1f1f1;
	text-align: center;
}
	.s-twaw-chs a.s-chs-null {
		color: #999;
		opacity: .45;
		cursor: default;
	}
.s-twaw-chs a:hover {
	background-color: #ecef00;
}
	.s-twaw-chs a.s-chs-null:hover {
		background-color: #f1f1f1;
	}
.s-chs-nav {
	max-width: 720px;
	margin: 30px auto 120px auto;
	position: relative;
	font-family: CallunaSans-Regular, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}
	#story .s-chs-nav .arrow-left,
	#story .s-chs-nav .arrow-right {
		width: 150px;
	}
	#story .s-chs-nav .arrow-right {
		text-align: right;
	}
	#story .s-chs-nav .arrow-right img {
		float: right;
		margin: -3px 6px 0 19px;
	}
	#story .s-chs-nav .arrow-left img {
		float: left;
		margin: -3px 19px 0 6px;
	}
	#story .s-chs-nav .arrow-left,
	#story .s-chs-nav .arrow-right {
		opacity: .5;
	}
	#story .s-chs-nav .arrow-left:hover,
	#story .s-chs-nav .arrow-right:hover {
		opacity: 1;
	}
.s-notes {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	margin: 36px auto;
	padding: 0;
	max-width: 444px;
}
.s-notes a {
	border-bottom: 1px solid #e2e2e2;
	color: #333;
}
.expand {
	display: none;
}
/*--------------------------------------------------------------
3.8 Footer
--------------------------------------------------------------*/
footer {
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	margin: 60px auto;
	max-width: 720px;
	text-transform: uppercase;
	border-top: 1px solid #f1f1f1;
	padding: 24px;
}
footer p {
	opacity: .5;
	margin: 0;
}
footer p:hover {
	opacity: 1;
}
/*--------------------------------------------------------------
4.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.center {
	text-align: center;
}

/*--------------------------------------------------------------
5.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
6.0 Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
7.0 Selection
--------------------------------------------------------------*/
::selection {
    color: #000;
    background: #ecef00;
}
::-moz-selection {
    color: #000;
    background: #ecef00;
}