@charset "UTF-8";
/* CSS Document */

html {
	background-color: #ccc;
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeueLTPro-Bd, sans-serif;	
}

.pd-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#pd-header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1600px;
}

#pd-header-sticky {
	position: relative;
	height: 30px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #999;
	padding: 0 2%;
}

#pd-logo-sticky {
	height: 20px;
	margin-top: 2px;
}

.pd-nav {
	color: #bbb;
	margin: 3px .5% 0 0;
}

#pd-hero {
	margin-top: 30px;
}

#pd-hero img {
	width: 100%;
}

#pd-project {
	color: #ccc;
}

.pd-panel {
	padding: 84px 3%;
}

.pd-line {
	height: 28px;
}

.pd-column {
	padding: 0 3%;
}

.pd-title {
	font-size: 96px;
	line-height: 96px;
	font-weight: 600;
	letter-spacing: -5px;
	text-transform: uppercase;
}

.pd-quote {
	color: #f15a29;
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
}

.pd-list {
	color: #333;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	text-transform: uppercase
}

#pd-plans {
	background-color: #bcb5af;
	color: #fff;
}

.pd-headline {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 34px;
	text-transform: uppercase;
}

.pd-label {
	font-weight: 700;
	text-align: right;
	padding: 5px 3% 15px 3%;
}

#pd-gallery {
	color: #bcb5af;
}

footer {
	font-size: 14px;
	padding: 10px 2% 20px 2%;
}

#pd-copyright {
	color: #bbb;
	padding: 10px 0;
	display: inline;
}

#pd-credit {
	display: inline;
	float: right;
}

a {
	color: #bbb;
}

a:hover {
	color: red;
	text-decoration: none;
}



dm {
	color: #aaa;
}


.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}

.uk-lightbox-button {
	margin-left: 0;
	margin-right: 0;
}




@media (max-width: 1200px){
	
}


@media (max-width: 960px){
	
	.pd-panel {
		padding: 54px 3%;
	}
	
	.pd-title {
		font-size: 72px;
		line-height: 72px;
		letter-spacing: -5px;
	}
	
	.pd-quote {
		font-size: 36px;
		line-height: 48px;
	}
	
	.pd-headline {
		font-size: 36px;
		letter-spacing: -1px;
		line-height: 34px;
	}
	
	.pd-list {
		font-size: 24px;
		line-height: 30px;
	}
}


@media (max-width: 640px){
	
	#pd-header-sticky {
		height: 26px;
	}

	#pd-logo-sticky {
		height: 18px;
		margin-top: 0;
		margin-left: 2%;
	}
	
	.pd-nav {
		margin: 1px .5% 0 0;
	}
	
	#pd-hero {
		margin-top: 26px;
	}
	
	.pd-panel {
		padding: 44px 3%;
	}
	
	.pd-title {
		font-size: 44px;
		line-height: 44px;
		letter-spacing: -3px;
	}
	
	.pd-headline {
		font-size: 30px;
		letter-spacing: -1px;
		line-height: 30px;
	}
	
	.pd-quote {
		font-size: 24px;
		line-height: 30px;
	}
	
	.pd-list {
		font-size: 20px;
		line-height: 28px;
	}
	
	#pd-copyright, #pd-credit {
		display: block;
		float: none;
		text-align: center;
		padding: 0;
	}
	
	/*
	 * Small
	 */
	/* Horizontal */
	.uk-grid-small {
	  margin-left: -7px;
	}
	.uk-grid-small > * {
	  padding-left: 7px;
	}
	/* Vertical */
	.uk-grid + .uk-grid-small,
	.uk-grid-small > .uk-grid-margin,
	* + .uk-grid-margin-small {
	  margin-top: 7px;
	}

}


