body{
	background-color:#FFF;
	font-size: 16px;
	color: #000;
	font-family: 'GT-Haptik-Light', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	min-height: 540px;
	height: 100%;
}

.centered body{
	font-size: 12px;
}

.centered .header-container{
	  background-color: #f8f8f8;
}
.centered .header-container .header-links ul li{
		background-color: #f8f8f8;
}

img {
	max-width: 100%;
	height:auto;
}
/*----------- NAV --------------*/
/*-----------SITE NAVIGATION ---------------*/
#nav-holder {
	position:relative;
	display:block;
	/*width:100%;*/
}

#nav {
	padding: 0% 10px 5px 10px;
	/*width: 20%;*/
	z-index:100;
	position: fixed;
	bottom: 0;
}

/*-----------PAGE NAVIGATION ---------------*/
.pg-nav {
	width: 100%;
	max-width: 2080px;
	position: fixed;
	text-align: center;
	left: 0px;
	top: 0px;
	z-index: 2000;
	-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;
	-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;
	-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-page {
	width:100%;
	height:100%;
	width:auto;
	height:auto;
	max-width: 2080px;
	max-height: 1456px;
	position:absolute;
	display:block;
	clear:both;
	top:0px;
	left:0px;
}
div.pg-wrapper {
  position:relative;
	text-align:left;
	padding: 1em 1em 0.5em 1em;
}

div.pg-wrapper img {
	max-width: 100%;
	height:auto;
}
div.pg-box {
    position:absolute;
	letter-spacing: 0.06em;
	font-family: 'harriet_display_thinregular';
}

div.pg-trans-bg {
	background-color:#FFF;
	opacity:0.8;
    filter:alpha(opacity=80); /* IE transparency */
}

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;
}

/*-----------    EDITORIAL   --------------*/

h1 {
     font-weight:normal;
     font-size: 2em;
     margin: 0 0 0.25em 0;
     padding:0;
     text-transform:uppercase;
     font-family: 'NewsGothicBT-RomanCondensed',sans-serif !important;
     line-height:100%;
}

h2 {
     font-weight:normal;
     font-size: 1.4em;
     margin: 0 0 0.53em 0;
     padding:0;
     text-transform:uppercase;
     font-family: 'NewsGothicBT-RomanCondensed',sans-serif !important;
}

h4{
	text-transform: uppercase;
	margin: 1.33em 0 0 0;
}

p {
	line-height:120%;
	margin:0.5em 0 0 0;
	padding:0;
}

.first {
	margin:0 !important;
	padding:0 !important;
}

.txt-regular {
	font-family: 'harriet_display_regularRg';
}

.txt-xsmall {
	font-size: 0.86em;
}
.txt-small {
	font-size: 0.74em;
}

.txt-medium {
	font-family: 'NewsGothicBT-RomanCondensed';
	font-size: 1em;
}

.txt-large {
	font-family: 'NewsGothicBT-RomanCondensed';
	font-size: 1em;
}

#page-editorial-box-dark {
	top:	15%;
    left:	50%;
    width:	44%;
	background-color:#fff;
	opacity:0.8;
    filter:alpha(opacity=80); /* IE transparency */

	padding: 1em;
	text-align: left;
}

.text-box-a {
	font-family: 'NewsGothicBT-RomanCondensed' !important;
	color:#000;
}

div.text-box-a a {
	color:#fff; background-color:#9ebfab; padding: 0 0.3em;
}

div.text-box-a a:link, div.text-box-a a:visited {
	text-decoration:none;
}

div.text-box-a a:hover, div.text-box-a a:active {
	text-decoration:none; background-color:#125c2f; color:#fff;
}

.text-box-b {
	font-family: 'harriet_display_regularRg' !important;
	color:#125c2f;
	font-size: 1.2em;
}

/*--- CAPTIONS --*/
.pg-lower-caption {
	margin: 0.5em;
	padding: 1em;

	/*font-family: 'NewsGothicBT-RomanCondensed',sans-serif;*/
	font-family: 'harriet_display_regularRg',serif;
	text-align:left;

	background-color: #fff;
	color:#000;

	top: 76.42%; left: 55%; width:40%;
}

.pg-upper-left-caption {
	margin: 0.5em;
	padding: 0.5em;

	font-family: 'NewsGothicBT-RomanCondensed';
	text-align:left;

	top: 50%; left: 20%; width:40%;
}

.pg-caption-light {
	background-color: #fff;
	color:#000;

	opacity:0.85;
    filter:alpha(opacity=85);
}

.pg-caption-dark {
	background-color: #000;
	color:#fff;

	opacity:0.7;
    filter:alpha(opacity=70);
}

.pg-upper-right-caption {
	top: 	11.363636363636%;
    left:	52.358490566038%;
    width:	36.792452830189%;

	font-family: 'NewsGothicBT-RomanCondensed';
	text-align:left;
}

.pg-caption-left {
	float:left;
	text-align:left;
}
.pg-caption-right {
	float:right;
	text-align:left;
}

.pg-two-col {
	-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%
}

/*-----------    INTERVIEW   --------------*/

#pg-interview-content {
	/*font-family: 'NewsGothicBT-RomanCondensed',sans-serif;*/
	font-family: 'harriet_display_regularRg',serif;
	padding: 0.9em;

}

#pg-interview p {
	margin: 0;
	line-height: 140%;
	font-size: 1.1em;
}

#pg-interview p.intro {

}

#pg-interview .name {
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
	/*font-family: 'harriet_display_regularRg';*/
	font-size: 1.1em;
}

#pg-interview p.question {
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
}

#pg-interview p.answer {
	margin: 0;
	font-size: 1.1em;
	margin: 0.5em 0 0 0;
}


#pg-interview a  {
	color:#000;
	background-color:#aebbd7;
	text-decoration:none;
}

#pg-interview a:link, #pg-interview a:visited {
	text-decoration:none;
}

#pg-interview a:hover, #pg-interview a:active {
	background-color:#fa7277; color:#fff;
}


/*-----------    CONTRIBUTORS + RESOURCES   --------------*/
#page-contributors {
	display:none;
	z-index: 30;
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
}

#page-resources {
	display:none;
	z-index: 31;
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
}

#page-resources-box {
	top:	15%;
    left:	56%;
    width:	38%;

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

	padding: 1.5em 3em 1em 1.5em;
	text-align: left;
}

#page-resources-box-content {
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
	font-size: 0.9em;
	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%;
}

/*-----------    WARDROBE    --------------*/

#pg-wardrobe {
	position:absolute;
	top:	15%;
    left:	56%;
    width:	38%;
	background-color:#FFF;
	opacity:0.95;
    filter:alpha(opacity=95); /* IE transparency */
	padding: 1.5em;
	text-align: left;
}


#page-wardrobe {
	display:none;
	z-index: 19;
	font-family: 'NewsGothicBT-RomanCondensed',sans-serif;
}



/*-----------    WARDROBE STYLES    --------------*/
div.pg-wardrobe-box {
	position:relative;
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	vertical-align: top;
	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;
}

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;
}

div.pg-wardrobe-label {
	display:block;
	position:inherit;
}

/*-------------------------*/
div.pg-credits-box {
	position:relative;
	width: 100%;
	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-break {
	-webkit-column-break-after: always;
	-moz-column-break-after: always;
	-o-column-break-after: always;
	-ms-column-break-after: always;
	column-break-after: always;
}
div.pg-credits-box a, div.pg-wardrobe-label a {
	color:#000; background-color:#aebbd7; padding: 0 0.3em;
}

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:none; background-color: #fa7277; color:#fff;
}

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

.pg-contributor {
	text-transform: uppercase;
}

.sponsor-bar {
	width:100%;
	padding: 2em 0 0 0;
	font-family: 'NewsGothicBT-RomanCondensed' !important;
}

.sponsor-bar a {
	color:#000; background-color:#aebbd7;
}

.sponsor-bar a:link, .sponsor-bar a:visited  {
	text-decoration:none;
}

.sponsor-bar a:hover, .sponsor-bar a:active {
	text-decoration:none; background-color: #fa7277; color:#fff;
}

/*----------- MEDIA QUERIES -------------------- */
/*----------- ORIENTATION -------------*/
@media all and (orientation: portrait) {
	div.pg-wrapper {
		padding: 1em 1em 1em 1em;
		width:100%;
	}

	div.pg-wrapper img {
		max-width: 100%;
		height:auto;
	}


	/* RED
	body {
		background-color:#ED0D10;
	} */
 }

 @media all and (orientation: landscape) {
 	div.pg-wrapper {
		padding: 1em 1em 0.25em 1em;
		height:90%;
	}

	div.pg-wrapper img {
		max-height: 90%;
		width:auto;
	}

	/* TURQ
	body {
		background-color:#18E7C0;
	} */
 }

/*----------- MOBILE -------------*/
@media (max-width:640px) {
	body.centered {
		font-size: 14px;
   }

   #page-editorial-box-dark {
		padding: 1.5em 2em 1em 2em;
		text-align: left;
	}

	#page-editorial-box-blank {
		padding: 1.5em 2em 1em 2em;
		text-align: left;
	}

	#page-resources-box-content {
		font-size: 0.8em;
		line-height: 130%;
		letter-spacing: 0.1em;

		-moz-column-count: 1;
		-moz-column-gap: 1.5em;
		-moz-column-rule: none;
		-moz-column-width: 100%;
		-webkit-column-count: 1;
		-webkit-column-gap: 1.5em;
		-webkit-column-rule: none;
		-webkit-column-width: 100%;
		column-count: 1;
		column-gap: 1.5em;
		column-rule: none;
		column-width: 100%;
	}

	/* CAPTIONS */

	#nav {
          /*width: 26%;*/
	}

	#page-resources-box, #pg-wardrobe {
          top: 76.42%; left: 30%; width:62%;
     }

	.pg-lower-caption {
		top: 76.42%; left: 30%; width:62%;
	}

	.pg-upper-left-caption {
		top: 76.42%; left: 30%; width:62%;
	}

	.pg-two-col {
		-moz-column-count: 1;
		-moz-column-gap: 1.5em;
		-moz-column-rule: none;
		-moz-column-width: 100%;
		-webkit-column-count: 1;
		-webkit-column-gap: 1.5em;
		-webkit-column-rule: none;
		-webkit-column-width: 100%;
		column-count: 1;
		column-gap: 1.5em;
		column-rule: none;
		column-width: 100%
	}


}

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


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

/* 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) {
	body {
		font-size: 20px;
	}
}

/* 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) {

}




/*Events code ---------------*/


.header {
	margin: auto;
	max-width:1200px;
}

.header .logo {
	padding: 10px;
	width: 60px;
}

.centered{
	background-color: #f8f8f8;
	font-size: 14px;
}

.centered p{
	font-family: 'GT-Haptik-Light', helvetica, sans-serif;
	line-height: 1.5em;
}

.details {
	width: 300px;
	position: fixed;
	margin: 0px 0 0 20px;
	padding-right: 20px;
	color: #424242;
}

.details-card {
	 transform: translateX(0px);
	 padding: 30px 30px 60px;
	 height: auto;
	 width:770px;
	 max-width: 100%;
	 color: #232323;
	 background-color: #fff;
	 margin: -300px auto 50px;
	 box-shadow: 0 26px 40px -24px rgba(0,0,0,0.2);
}

.details-card.with-logo {
	margin: -140px auto 50px;
}

.details-card h3{
		font-size: 1.4em;
		color: #232323;
		font-family: 'Edie-Mono', helvetica, sans-serif;
}

.details-card a, .lead-in a{
	border-bottom: 1px solid #232323;
	/* color: #717035; */
}

.details-card .sidebar p, .details-card .sidebar ul{
		float: left;
		clear: both;
		width: 130px;
		color: #232323;
}

.details-card .sidebar p, .details-card .sidebar ul{
	margin: 0 30px 10px 0;
}

.details-card .sidebar .no-b-m{
	margin-bottom: 0;
}
.details-card .label{
	font-family: 'GT-Haptik-Regular', helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .7em;
}
.details-card .main-content {
display: inline-block;
max-width: 550px;
}
.main-content ul{
	padding: 0px 0px 0px 18px;
}
.main-content li, .sidebar li{
	padding-bottom: 10px;
}

.main-content .half{
	display: inline-block;
	width: 50%;
	float: left;
}
.main-content .half ul, .sidebar ul{
padding: 0px;
list-style: none;
}

.grid-wrapper {
	margin: 80px 0 0 320px;
	max-width: 1200px;
}

.centered .grid-wrapper {
	margin: 10px auto 50px;
}

.centered .img-head{
	height: 520px;
	max-height: 60vw;
	width: 100%;
	margin: 49px auto;
	float: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	max-width: 2800px;
}
.centered .img-head .logo{
    margin-top: 40px;
		display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
		max-width:60%;
}

.centered .img-head img {
		padding: 0px;
}

.centered .grid-wrapper{
padding: 0px 20px 0px 30px;
display:table;
}

.centered h1{
font-family: 'GT-Haptik-Regular', helvetica, sans-serif !important;
text-align:center;
font-size: 2.5em;
color: #000;
}

.centered h2{
font-family: 'GT-Haptik-Regular', helvetica, sans-serif !important;
text-align:center;
font-size: 1.8em;
}

.centered .lead-in{
	max-width: 770px;
	padding: 60px 20px 0px;
	margin: 20px auto 40px;
	color: #232323;
}

.centered .gram p{
	text-transform: lowercase;
}

.img-head {
	margin: 0px 0 5px 320px;
	max-width: 1200px;
	float: left;
}
.img-subhead{
	margin: 20px 0 5px 320px;
	max-width: 1200px;
	float: left;
}
.img-head img, .img-subhead img{
		padding: 10px;
		padding-right: 20px;
}
.txt-head{
	padding: 10px 20px 20px 10px;
	display: inline-block;
}

.txt-overview{
    float: left;
    width: 260px;
    max-width: 640px;
    padding: 10px;
}

.txt-content{
    float: left;
    width: calc(100% - 260px);
    max-width: 1280px;
    padding: 10px;
		margin-top: 20px;
		font-size: .9em;
}

.txt-overview .label {
	margin-top: 15px;
	margin-bottom: -10px;
	color: grey;

}

#title-g{
	margin-top: -25px;
}

.gram {
	float: left;
	width: 33%;
	max-width: 640px;
	padding: 10px;
}

.lazy{

}

.gram img, .insta-square {
	transition: .5s;
  box-shadow: 1px 1px 6px rgba(136, 136, 136, 0.29);
  /*border: white 12px solid;*/
  border-radius: 2px;
	background-image:url('../img/placeholder.jpg');
}

.insta-square {
width: 100%;
padding-bottom:100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.gram .hotels {
	color: #222;
	font-size: 14px;
	margin: 0;
	text-transform: initial;
}

.details h1{
	margin-top: 20px;
}
/*.gram img {
height:280px;
}*/

.details a, .txt-head a{
	color: #000;
	background-color: #ffee98;
}

a {transition: .3s ease-in-out;text-decoration: none;color: #232323;}

p a:hover, li a:hover{
	/* color: #e25813; */
	border-bottom: 1px solid rgba(0,0,0,0);
}

a p {
	text-decoration: none;
}

.txt-head .date {
	margin-top: -10px;
	color: grey;
	font-size: .9em;
}

/* Events Index */
.centered .event-bg{
	height: 90vh;
	min-height: 900px;
	width: 100%;
	margin: 0px auto;
	float: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	max-width: 2800px;
}

.details-card.event-card {
	margin: 250px 0 0 140px;
	width: auto;
	max-width:400px;
	padding: 30px;
}

.e-link{
	font-size: 1.1em;
	margin-top: 10px;

}

/* Media Queries */
@media (max-width:740px){
	.details-card.event-card {
		margin: 52vw auto 0;
		max-width: 800px;
	}
	.centered .event-bg{
		height: initial;
    min-height: initial;
		background-position: top center;
		background-size: contain;
	}
}


@media (min-width:1240px) {

.gram img {
    /*height: 310px;*/
}

}


@media (max-width:1000px) {
	.gram {
		width: 50%;
	}

	.txt-overview{
	    width: 200px;
	}

	.txt-content{
	    width: 100%;
	}

}


@media (max-width:750px) {

.details-card, .details-card.with-logo {
	margin:-50px auto 30px;
}

.details-card .sidebar p{
    clear: initial;
}
.details-card p{
		clear:both;
}

.centered .img-head .logo{

    margin-top: 30px;
	}

	.txt-overview{
		position: initial;
		width: calc(100% - 20px);
	}

	.txt-content{
		position: initial;
		width: calc(100% - 20px);
	}

	.details{
		margin: 0 0 0 20px;
		position: initial;
		width: calc(100% - 20px);

	}
	.img-head, .img-subhead{
		margin: 20px 10px 0 10px;
	}
	.grid-wrapper {
		margin: 20px 10px 0 10px;
		max-width: 1000px;
	}
	.gram {
		width: 100%;
	}
	#nav{
		padding: 10px;
		background-color: #fff;
	}
}

.welcome-showhide {
	display:inline;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}




/*====*/

.video-container {
position: relative;
padding-bottom: 52.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
