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

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

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

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

#pd-hero {
	padding: 33vh 20% 0 20%;
	text-align: center;
}

.pd-down-icon {
	color: #ccc;
	-ms-transform: scale(5, 5); /* IE 9 */
    -webkit-transform: scale(5, 5); /* Safari */
    transform: scale(5, 5);
	margin-top: 60px;
	background-color: transparent;
}

.pd-down-icon:hover {
	color: red;
}

.uk-slideshow-items {
	width: 100%;
	margin: 0;
	padding: 0;
}

.uk-modal-dialog {
	background-color: #fff;
}

.uk-modal-dialog a {
	display: block;
	color: #999;
	font-size: 36px;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}

.uk-modal-dialog a:hover {
	color: red;
	text-decoration: none;
}

.uk-close-large {
	color: #999;
	padding-bottom: 20px;
}

.uk-close-large:hover {
	color: red;
}

.pd-inline a {
	display: inline;
	margin-right: 2%;
}

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

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

#pd-header-sticky .pd-menu-icon {
	color: #bbb;
	padding: 3px 1% 0 0;
	margin: 0;
}

#pd-header-sticky .pd-menu-icon:hover {
	color: red;
}

#pd-about {
	color: #333;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 60px;
	padding: 140px 10%;
}

#pd-about em {
	font-size: 120px;
	line-height: 0;
	color: red;
	font-weight: 600;
	font-style: normal;
}

#pd-bio {
	color: #aaa;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 10% 80px 10%;
}

#pd-bio em {
	color: red;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
}

.pd-label {
	color: #aaa;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	padding: 5px 3% 15px 3%;
}

.pd-title {
	color: #333;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -5px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

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

.pd-subheadline {
	color: #333;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

.pd-description {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #aaa;
	width: 400px;
	margin: 0 auto;
}

#pd-contact {
	color: #ccc;
	font-weight: 600;
	padding: 140px 10% 200px 10%;
}

#pd-address {
	line-height: 24px;
}

#pd-contact a {
	font-size: 18px;
	color: #aaa;
}

#pd-contact a:hover {
	color: red;
}

#pd-social {
	text-align: center;
	background-color: #bbb;
	padding: 10px 0;
}

#pd-social a {
	color: #fff;
	margin: 0 5%;
}

#pd-social a:hover {
	color: #333;
}

#pd-footer {
	color: #bbb;
	font-size: 14px;
	padding: 10px 1% 20px 1%;
}

#pd-footer a {
	color: #bbb;
}

#pd-footer a:hover {
	color: red;
}

#pd-copyright {
	display: inline;
}

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

a {
	color: #bbb;
}

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

.pd-phone {
	color: red;
}

.pd-phone a {
	color: red;
}



/* .uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}
*/
.uk-lightbox-button {
	margin-left: 0;
	margin-right: 0;
}




@media (max-width: 1200px){
	
	#pd-about {
		font-size: 40px;
		line-height: 48px;
		padding: 100px 10%;
	}
	
	#pd-about em {
		font-size: 96px;
	}
	
	#pd-contact {
		padding: 120px 10% 140px 10%;
	}
	
}


@media (max-width: 960px){
	
	#pd-hero {
		padding: 35vh 20% 0 20%;
	}
	
	#pd-about {
		font-size: 36px;
		line-height: 40px;
		padding: 100px 7%;
	}
	
	#pd-about em {
		font-size: 96px;
	}
	
	#pd-bio {
		font-size: 20px;
	}
	
	#pd-bio em {
		font-size: 20px;
	}
	
	#pd-contact {
		padding: 140px 10% 100px 10%;
	}
	
	.pd-description {
		width: 240px;
		padding-bottom: 60px;
		margin: 0 auto;
	}
	
}


@media (max-width: 640px){
	
	#pd-header-sticky {
		height: 30px;
	}
	
	#pd-header-sticky .pd-menu-icon {
		padding: 3px 4% 0 2%;
	}

	#pd-logo-sticky {
		height: 18px;
		margin-top: 2px;
	}
	
	#pd-hero {
		padding: 35vh 10% 0 10%;
	}
	
	.pd-down-icon {
		color: #ccc;
		-ms-transform: scale(3, 3); /* IE 9 */
		-webkit-transform: scale(3, 3); /* Safari */
		transform: scale(3, 3);
	}
	
	.pd-inline a {
		margin-right: 7%;
	}
	
	#pd-about {
		font-size: 22px;
		line-height: 30px;
		padding: 60px 5% 100px 5%;
	}
	
	#pd-about em {
		font-size: 60px;
	}
	
	#pd-bio {
		font-size: 18px;
		line-height: 28px;
		padding: 0 5% 40px 5%;
	}
	
	#pd-bio em {
		font-size: 18px;
	}
	
	.pd-label {
		font-size: 16px;
		padding: 3px 3% 13px 3%;
	}
	
	#pd-contact {
		padding: 80px 5%;
	}
	
	.pd-title {
		font-size: 72px;
		line-height: 72px;
		letter-spacing: -4px;
		margin-bottom: 40px;
	}
	
	.pd-subheadline {
		font-size: 22px;
		line-height: 28px;
	}
	
	.pd-description {
		width: 200px;
		margin: 0 auto;
		font-size: 16px;
		padding-bottom: 40px;
	}
	
	#pd-contact a {
		font-size: 16px;
	}
	
	.pd-phone a {
		font-size: 22px;
	}
	
	#pd-social a {
		font-size: 40px;
		margin: 0 5%;
	}
	
	#pd-footer {
		bottom: -15px;
		padding: 20px 3%;
	}
	
	#pd-copyright {
		display: block;
		text-align: center;
	}

	#pd-credit {
		display: block;
		float: none;
		text-align: center;
	}
	
}


