body{
	background-color:#FFF;
	font-size: 20px;
	color: #000;
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif; 
	/* font-family: 'strangelove_textregular'; */
	/*max-width: 1240px*/
	min-height: 480px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

img {
	max-width: 100%;
}

h2 {
	font-weight:normal;
	font-size: 2em;
	margin:0 0 0.5em 0;
	padding:0;
}

/*----------- NAV --------------*/
/*-----------SITE NAVIGATION ---------------*/
#nav-holder {
	position:absolute;
	display:block;
	width:100%;
	/*top: 0;
	left: 0;*/
}

/* #masthead {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 1em;
	background-color:#FFF;  
	opacity:0.6; 
    filter:alpha(opacity=60); /* IE transparency */

/* } */

#masthead img {
}

#nav {
	/*font-family: 'NewsGothicBT-RomanCondensed',sans-serif;*/
	padding: 0 2% 1% 1.6%;
	width: 30%;

	/* background-color:#FFF;
	opacity:0.8; 
    filter:alpha(opacity=80);  IE transparency */
	z-index:100;
}

/* #nav li, #nav ul {
	margin: 3px;
	padding: 0px;
}

#nav li {
	list-style: none;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height:200%;
	margin: 0px;
	padding: 0px;
}

#nav li a {
}

#nav li a:link, #nav a:visited {
	text-decoration:none;
	color:#494949;
}

#nav li a:hover, #nav li a:active {
	text-decoration:underline;
	color:#666;
} */

/*-----------PAGE NAVIGATION ---------------*/
.pg-nav {
	width: 100%;
	max-width: inherit;
	position: fixed;
	text-align: center;
	left: 0px;
	top: 0px;
	/*height: 200px;*/
	z-index: 2000;
	/* background: rgba(75,75,75,0.2); */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	pointer-events:none;
}
.pg-nav span {
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 2000;
	width: 6px;
	height: 20px;
	background: #cccfd9;
	margin: 0em 0.4em 0em 0em; /* NEED TABLET AND MOBILE SPACING */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.6;
	
	pointer-events:all;
}

.pg-nav span.pg-prev {
	width: 8%;
	height: 160px;
	margin: 8.333333333333% 0px 0px 0.5%;
	float:left;
	background: transparent url(../../images/arrow_prev.png) no-repeat;
	
	/*-moz-background-size:122px 122px; /* Firefox 3.6 */
	/* background-size:122px 122px; */
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
.pg-nav span.pg-next {
	width: 11%;
	height: 160px;
	margin: 6% 0.5% 0 0;
	float:right;
	background: transparent url(../../images/arrow_next.png) no-repeat;
	
	/*-moz-background-size:160px 160px; /* Firefox 3.6 */
	/*background-size:160px 160px; */
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
.pg-nav span.pg-prev {
	background-position: 0px 0px;
}
.pg-nav span.pg-next {
	background-position: 0px 0px;
}
.pg-nav span.pg-prev:hover,
.pg-nav span.pg-next:hover,
.pg-nav span.pg-dot:hover{
	opacity: 0.8;
}


/*----------- PAGE CLASSES--------------*/
div.pg-pages {
	position:relative;
	clear:both;
}

div.pg-page {
	width:100%;
	position:absolute;
	display:block;
	clear:both;
	top:0px;
	left:0px;
}

div.pg-wrapper {  
    /* float:left; 		/* important */  
    position:relative; 	/* important(so we can absolutely position the description div */
	text-align:left;
	width: 100%;
	padding: 1em 1em 0 1em;
}

div.pg-wrapper img {  
    width: 100%; max-width: 1700px;
}

div.pg-box {  
    position:absolute; 	/* absolute position (so we can position it where we want)*/  
	font-family: 'strangelove_textregular';
	letter-spacing: 0.06em;
	/* font-family: 'NewsGothicBT-RomanCondensed',sans-serif; */
}

div.pg-header {
	width: 100%;
	float:right;
	margin: 20px 0px 0px 0px;
}

p.pg-box-content {
	line-height: 108%;
	padding: 1.8em;
	color: #000;
	text-align: left;
	/* vertical-align: top; */
}

.txt-small {
	font-size: 1.5em;
	line-height: 110%;
}

.txt-medium {
	font-size: 2em;
	line-height: 110%;
}

.txt-large {
	font-size: 3em;
	line-height: 90%;
}

/*----------- PAGE IDS--------------*/
/*-----------    1    --------------*/
/* FULL WIDTH RIGHT SIDE BOX */
#page-one {
	display:block;
	z-index: 16;
}

#page-one-header {
	position:absolute;
	left: -2em;
	width: 54.885993485342%;
}

#page-one-box {
	background-color:#FFF;  
	opacity:0.8; 
    filter:alpha(opacity=80);
	
	top:	7.518796992481%;
    left:	50%;  
    width:	44.773519163763%;
}

#page-one-box-content {
	margin: 23% 0px 0px 0px;
}

/*-----------    2    --------------*/
#page-two {
	display:none;
	z-index: 15;
}

#page-two-box {
	/*background-color:#FFF;  
	opacity:0.8; 
    filter:alpha(opacity=80); /* IE transparency */
	/* top:	7.518796992481%;
    left:	41.913043478261%;  
    width:	52.173913043478%; */
}

#page-two-box-content {
	margin: 14.41717791411% 7.52508361204% 14.41717791411% 7.52508361204% ;
}

/*-----------    2B    --------------*/
#page-two-b {
	display:none;
	z-index: 15;
}

/*-----------    3    --------------*/
/* 1:1 LEFT SIDE BOX */
#page-three {
	display:none;
	z-index: 14;
}

#page-three-box {
	/* background-color:#FFF;  */
	opacity:1; 
    filter:alpha(opacity=100); /* IE transparency */
	top:	7.518796992481%;
    left:	5.226480836237%;  
    width:	39.547038327526%;
	min-height: 100px;
}

#page-three-box-content {
	text-align:left;
}

/*-----------    4    --------------*/
/* FULL WIDTH RIGHT SIDE BOX */
#page-four {
	display:none;
	z-index: 13;
}

#page-four-box {
	background-color:#FFF;  
	opacity:0.8; 
    filter:alpha(opacity=80); /* IE transparency */

	top:	7.518796992481%;
    left:	50%;  
    width:	44.773519163763%;
	
	line-height: 108%;
	padding: 1.8em;
	color: #000;
	text-align: left;
	
	-moz-column-count: 2;
	-moz-column-gap: 0.8em;
	-moz-column-rule: none;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-gap: 0.8em;
	-webkit-column-rule: none;
	-webkit-column-width: 50%;
	column-count: 2;
	column-gap: 0.8em;
	column-rule: none;
	column-width: 50%;
}



/*-----------    5    --------------*/
/* 1:1 RIGHT SIDE BOX */
#page-five {
	display:none;
	z-index: 12;
}

#page-five-box {
	top:	7.518796992481%; 
    left:	55.574912891986%;  
    width:	39.547038327526%;
	
	text-align: center;
}

/*-----------    6    --------------*/
#page-six {
	display:none;
	z-index: 11;
}
#page-six-box {}

/*-----------    7    --------------*/
#page-seven {
	display:none;
	z-index: 10;
}
#page-seven-box {}

/*-----------    8    --------------*/
/* 1:2 RIGHT SIDE BOX */
#page-eight {
	display:none;
	z-index: 9;
}

#page-eight-box {
	background-color:#FFF;  
	opacity:0.8; 
    filter:alpha(opacity=80); /* IE transparency */
	
	top:	7.518796992481%;
    left:	41.114982578397%;  
    width:	53.310104529617%;
	
	line-height: 108%;
	padding: 1.8em;
	color: #000;
	text-align: left;
}

/*-----------    8B    --------------*/
#page-eight-b {
	display:none;
	z-index: 10;
}
#page-eight-b-box {}

/*-----------    9    --------------*/
#page-nine {
	display:none;
	z-index: 8;
}

#page-nine-box {
	/* background-color:#FFF;  */
	opacity:1; 
    filter:alpha(opacity=100); /* IE transparency */
	top:	71.929824561404%;
    left:	27.502175805048%;  
    width:	72.497824194952%;
	overflow:hidden;
}

#page-nine-box-content {
	text-align:left;
}


/*-----------    9    --------------*/
#page-nine-b {
	display:none;
	z-index: 8;
}

/*-----------    10    --------------*/
/* 1:1 RIGHT SIDE BOX */
#page-ten {
	display:none;
	z-index: 7;
}

#page-ten-box {
	top:	7.518796992481%; 
    left:	55.574912891986%;  
    width:	39.547038327526%;
	
	text-align: center;
}
/*-----------    11    --------------*/
#page-eleven {
	display:none;
	z-index: 6;
}
#page-eleven-box {}

/*-----------    12    --------------*/
#page-twelve {
	display:none;
	z-index: 5;
}
#page-twelve-box {}

/*-----------    13    --------------*/
/* 1:2 RIGHT SIDE BOX */
#page-thirteen {
	display:none;
	z-index: 4;
}

#page-thirteen-box {
	background-color:#FFF;  
	opacity:0.8; 
    filter:alpha(opacity=80); /* IE transparency */
	top:	7.518796992481%;
    left:	41.114982578397%;  
    width:	53.310104529617%;
	
	line-height: 108%;
	padding: 1.8em;
	color: #000;
	text-align: left;
}

/*-----------    14    --------------*/
#page-fourteen {
	display:none;
	z-index: 3;
}
#page-fourteen-box {}

/*-----------    15    --------------*/
/* FULL WIDTH - 1:12 RIGHT SIDE BOX */
#page-fifteen {
	display:none;
	z-index: 20;
}

#page-fifteen-box {
	top:	7.518796992481%;
    left:	41.114982578397%;  
    width:	53.310104529617%;
	
	background-color:#FFF;  
	opacity:0.8; 
    filter:alpha(opacity=80); /* IE transparency */
	
	padding: 1.5em;
	text-align: left;
	
}

#page-fifteen-box-content {
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
	font-size: 0.75em;
	line-height: 130%;
	letter-spacing: 0.1em;
	color: #000;
	
	
	
	
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: none;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: none;
	-webkit-column-width: 50%;
	column-count: 2;
	column-gap: 1.5em;
	column-rule: none;
	column-width: 50%;
}


/*#page-fifteen-box-left {
	 width: 64%;
	 display:inline-block;
	 float:left;
	 
	 padding: 1.5em 0 1.5em 1.5em;
	
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: none;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: none;
	-webkit-column-width: 50%;
	column-count: 2;
	column-gap: 1.5em;
	column-rule: none;
	column-width: 50%;
}
#page-fifteen-box-right {
	 width:	36%;
	 display:inline-block;
	 float:right;
	 
	 padding: 1.5em
}*/

/*-----------    16    --------------*/
/* FULL WIDTH - 1:12 RIGHT SIDE BOX */
#page-sixteen {
	display:none;
	z-index: 20;
}

#page-sixteen-box {
	top:	7.518796992481%;
    left:	41.114982578397%;  
    width:	53.310104529617%;
	
	background-color:#FFF;  
	opacity:0.8; 
    filter:alpha(opacity=80); /* IE transparency */
	
	padding: 1.5em;
	text-align: left;
	
}

#page-sixteen-box-content {
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
	font-size: 0.75em;
	line-height: 130%;
	letter-spacing: 0.1em;
	color: #000;
	
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: none;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: none;
	-webkit-column-width: 50%;
	column-count: 2;
	column-gap: 1.5em;
	column-rule: none;
	column-width: 50%;
}

/*-----------    17    --------------*/
/* FULL WIDTH - 1:12 RIGHT SIDE BOX */
#page-seventeen {
	display:none;
	z-index: 20;
}

#page-seventeen-box {
	top:	7.518796992481%;
    left:	41.114982578397%;  
    width:	53.310104529617%;
	
	background-color:#FFF;  
	opacity:0.9; 
    filter:alpha(opacity=90); /* IE transparency */
	
	padding: 1.5em;
	text-align: left;
	
}

#page-seventeen-box-content {
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
	font-size: 0.75em;
	line-height: 130%;
	letter-spacing: 0.1em;
	color: #000;
	
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: none;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: none;
	-webkit-column-width: 50%;
	column-count: 2;
	column-gap: 1.5em;
	column-rule: none;
	column-width: 50%;
}

div.pg-wardrobe-box {
	position:relative;
	
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	vertical-align: top;
	height: 100%;

	
	/*font-size:1em;*/
	line-height: 120%;
	
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	
	/*background-color:#CCC;*/
}

div.pg-wardrobe-thumb {
	position: relative;
	top:0;
	right:0;
	display:block;
	clear:both;
	width: 90%;
	margin: 0;
	padding: 0;
	text-align:right;
	vertical-align:top;
	/*background-color:#FF9;*/
}

div.pg-wardrobe-label {
	display:block;
	position:inherit;
	/*background-color:#0FC;*/
}






/*-------------------------*/
div.pg-credits-box {
	position:relative;
	width: 100%;
	/* background-color:#CCC; */
	padding: 0 0 0 18%;
	margin: 0 0 0.8em 0;
	vertical-align: top;
	
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid; 
}

div.pg-credits-box a, div.pg-wardrobe-label a {
	color:#000; background-color:#e6e6e6;
}

div.pg-credits-box a:link, div.pg-credits-box a:visited, div.pg-wardrobe-label a:link, div.pg-wardrobe-label a:visited {
	text-decoration:none;
}

div.pg-credits-box a:hover, div.pg-credits-box a:active, div.pg-wardrobe-label a:hover, div.pg-wardrobe-label a:active {
	text-decoration:underline;
}

div.pg-credits-box img {
	/* float:left; */
	position: absolute;
	left: 0;
	top: 0;
	width:16.875%;
	margin: 0 1em 1em 0;	
}

/*-------------- MEDIA QUERIES -------------------- */
/*----------- MOBILE -------------*/
@media (max-width:640px) {
	body { 
		font-size: 10px;
   }
}

@media (min-width:641px) and (max-width:999px) {
	body { 
		font-size: 16px;
   }
}


/*----------- THE REST -------------*/
@media (min-width:1000px) {
	body {
		font-size: 20px;
	}
}




/* Smartphones (portrait and landscape) ----------- */
 
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

}
	

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
