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

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

body {
	font-family: "Roboto Condensed",sans-serif;
	margin: 0;
	padding: 0;
}

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

#pd-hero {
	padding: 40vh 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-family: "eurostile-extended", sans-serif;
	font-size: 36px;
	letter-spacing: -3px;
	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 {
	background-color: #ccc;

}

.pd-panel {
	padding: 80px 10%;
}

.pd-tagline {
	font-family: "eurostile-extended", sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -2px;
}

.pd-text {
	color: #666;
	font-size: 18px;
	line-height: 36px;
	padding-top: 40px;
}

.uk-accordion-title::after {
  	background-image: none;
	width: 0;
}

.pd-headline {
	font-family: "eurostile-extended", sans-serif;
	color: #ccc;
	font-size: 60px;
	line-height: 48px;
	letter-spacing: -3px;
}

.pd-subheadline {
	font-family: "eurostile-extended", sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

#pd-contact .pd-subheadline a {
	font-size: 24px;
	color: #333;
}

#pd-contact .pd-subheadline {
	color: #333;
}

pd-em {
	font-family: "eurostile-extended", sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.uk-accordion-title, .pd-link {
	width: 200px;
	font-family: "eurostile-extended", sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	border:  #fff 2px solid;
	padding: 5px 0;
	margin: 0 auto;
}

.uk-accordion-title:hover {
	background-color: #fff;
	color: #ccc;
}


#pd-team {
	background-color: #ccc;
	
}

.pd-portrait {
	width: 60%;
}

.pd-link a {
	color: #fff;
}

.pd-link:hover {
	background-color: #fff;
}

.pd-link a:hover {
	color: #ccc;
}

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

#pd-contact {
	color: #ccc;
	font-weight: 400;
	padding: 80px 10%;
}

.pd-title {
	font-family: "eurostile-extended", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #ccc;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -8px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.pd-column {
	padding: 40px 3%;
}

.pd-description {
	font-size: 20px;
	font-weight: 400;
	color: #aaa;
	line-height: 28px;
}

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

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

.uk-legend {
	font-family: "eurostile-extended", sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: 400;
}

.uk-input {
	font-size: 16px;
	font-weight: normal;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: red;
}

.uk-button {
	font-size: 16px;
}

.uk-button:hover {
	background-color: red;
	color: #fff;
	border-color: red;
}

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

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

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

#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: #aaa;
}

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

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




@media (max-width: 1200px){
	
	.pd-title {
		font-size: 72px;
		line-height: 72px;
		letter-spacing: -5px;
	}
	
	.pd-portrait {
		width: 75%;
	}
	
}


@media (max-width: 960px){
	
	#pd-hero {
		padding: 35vh 20% 0 20%;
	}
	
	.pd-tagline {
		font-size: 36px;
		line-height: 48px;
	}
	
	.pd-headline {
		font-size: 40px;
		line-height: 40px;
	}
	
	.pd-column {
		padding-top: 10px;
	}
	
	.pd-title {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -4px;
	}
	
	.pd-description {
		width: 380px;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	
	.pd-portrait {
		width: 60%;
	}
	
}


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

	#pd-logo-sticky {
		height: 18px;
		margin-top: 0;
	}
	
	#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-tagline {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: -1px;
	}
	
	.pd-text {
		line-height: 24px;
		padding-top: 40px;
	}
	
	.pd-panel {
		padding: 40px 10%;
	}
	
	.pd-headline {
		font-size: 36px;
		line-height: 32px;
	}
	
	.pd-subheadline {
		font-size: 18px
	}
	
	.pd-column {
		padding: 20px 0;
	}
	
	.pd-label {
		font-size: 16px;
		padding: 0 3% 10px 3%;
	}
	
	.pd-portrait {
		width: 75%;
	}
	
	.uk-accordion-title, .pd-link {
		width: 150px;
		font-size: 13px;
		line-height: 30px;
		padding: 3px 0;
		margin: 0 auto;
	}
	
	#pd-contact {
		padding: 60px 10%;
	}
	
	.pd-title {
		font-size: 48px;
		line-height: 44px;
		letter-spacing: -3px;
		margin-bottom: 0;
	}
	
	.pd-description {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 10px;
		font-size: 18px;
		line-height: 24px;	
	}
	
	#pd-contact a {
		font-size: 18px;
	}
	
	#pd-contact .pd-title {
		padding-bottom: 30px;
	}
	
	.uk-legend {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	
	#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;
	}
	
}


