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

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

body {
	margin: 0;
	padding: 0;

}

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

header {
	height: 120px;
	padding-top: 20px;
}

#pd-logo img {
	height: 130px;
	
}

#pd-header-sticky {
	top: -300px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #999;
	padding: 2px 2%;
}

#pd-logo-sticky img {
	height: 24px;
}

#pd-header-sticky .pd-menu-icon {
	color: #C7BD9F;
	transform: scale(1.2);
	padding: 4px 0 0 0;
	margin: 0;
}

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

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

.uk-modal-body {
	width: 440px;
}

#pd-modal-text {
	width: 360px;
	margin: 0 auto;
}

.uk-modal-dialog a {
	display: block;
	color: #C7BD9F;
	font-family: "brother-1816", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

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

.uk-modal-close {
	color: #C7BD9F;
	transform: scale(1.25);
	padding-bottom: 30px;
}

.uk-modal-close:hover {
	color: #E93632;
}

.pd-inline a {
	display: inline;
}

#pd-brand {
	font-family: "portada", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 60px;
	color: #fff;
	background-color: #C7BD9F;
	padding: 100px 15%;
	margin-bottom: 30px;
}

.pd-title {
	font-family: "brother-1816", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #E93632;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1.5px;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0;
}

#pd-projects {
	background-color: #C7BD9F;
	margin: 20px 0;
}

#pd-projects .pd-title {
	background-color: #fff;
}

.pd-separator {
	height: 80px;
}

.pd-label {
	font-family: "brother-1816", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 20px 0;
}

#pd-firm {
	font-family: "portada", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #333;
	padding: 20px 20% 80px 20%;
}

.pd-hht-photo {
	text-align: center;
}

.pd-hht-name {
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	padding: 30px 0;
}

.pd-hht-quote {
	color: #C7BD9F;
	text-align: right;
	font-style: italic;
}

#pd-testimonials {
	font-family: "portada", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #333;
	padding: 0 20% 100px 20%;
}

#pd-testimonials a {
	color: #C7BD9F;
}

#pd-testimonials a:hover {
	color: #E93632;
	text-decoration: none;
}

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

.uk-accordion-title {
	width: 150px;
	font-family: "brother-1816", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	border:  #C7BD9F thin solid;
	padding: 5px 0;
	margin: 0 auto;
}

#pd-press {
	background-color: #C7BD9F;
	padding: 20px 2% 60px 2%;
}

#pd-press .pd-title {
	color: #fff;
}

#pd-contact {
	font-family: "portada", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #333;
	text-align: center;
	padding: 40px 0;
}

.pd-email {
	font-size: .9em;
	line-height: 30px;
}

.pd-subheading {
	font-family: "brother-1816", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C7BD9F;
	text-transform: uppercase;
}

.pd-social a {
	transform: scale(1.5);
	margin: 40px 1.25em;
}

.pd-social .uk-icon-button {
	color: #C7BD9F;
}

footer {
	font-family: "portada", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	background-color: #C7BD9F;
	padding: 20px 1% 40px 1%;
}

footer a {
	color: #fff;
}




a {
	color: #333;
}

a:hover {
	color: #E93632;
	text-decoration: none;
}




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

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

html.uk-lightbox-page {
	background-color: black !important
}




@media (max-width: 1200px){
	
	header {
		height: 90px;
		padding-top: 10px;
	}
	
	#pd-logo img {
		height: 110px;
	}
	
	#pd-header-sticky {
		height: 30px;
		padding: 1px 2%;
	}

	#pd-logo-sticky img {
		height: 22px;
	}

	#pd-header-sticky .pd-menu-icon {
		padding: 4px 0 0 0;
	}
	
	#pd-brand {
		font-size: 24px;
		line-height: 40px;
		padding: 70px 11%;
	}
	
	.pd-title {
		font-size: 34px;
		line-height: 34px;
		letter-spacing: -1px;
		padding: 30px 0;
	}

	#pd-projects {
		margin-top: 10px;
	}
	
	.pd-separator {
		height: 60px;
	}
	
	.pd-label {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: -.5px;
		padding: 7.5px 0 15px 0;
	}
	
	#pd-firm {
		font-size: 18px;
		padding: 15px 15% 50px 15%;
	}
	
	.pd-hht-photo img {
		height: 270px;
	}
	
	.pd-hht-name {
		font-size: 24px;
		line-height: 24px;
		padding: 30px 0;
	}
	
	#pd-testimonials {
		font-size: 18px;
		padding: 0 15% 60px 15%;
	}
	
	#pd-press {
		padding: 15px 2% 50px 2%;
	}
	
	#pd-contact {
		font-size: 18px;
		padding: 30px 0;
	}

	.pd-email {
		line-height: 22px;
	}

	.pd-social {
		transform: scale(1);
	}
	
	footer {
		padding: 10px 1% 35px 1%;
	}

}


@media (max-width: 960px){
	
	#pd-firm {
		font-size: 18px;
		padding: 15px 10% 50px 10%;
	}
	
	#pd-testimonials {
		font-size: 18px;
		padding: 0 10% 60px 10%;
	}
	
/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -5px;
}
.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 5px;
}
/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 5px;
}
	
}


@media (max-width: 640px){
	
	header {
		height: 80px;
		padding-top: 10px;
	}
	
	#pd-logo img {
		height: 100px;
	}
	
	.uk-modal-body {
		width: 380px;
	}

	#pd-modal-text {
		width: 305px;
	}
	
	.uk-modal-dialog a {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	
	#pd-brand {
		font-size: 21px;
		line-height: 30px;
		padding: 50px 7% 30px 7%;
	}
	
	.pd-title {
		font-size: 32px;
		line-height: 30px;
		letter-spacing: -1px;
		padding: 30px 0;
	}
	
	.pd-separator {
		height: 50px;
	}
	
	.pd-label {
		font-size: 17px;
		line-height: 20px;
		letter-spacing: -.25;
		padding: 5px 0 10px 0;
	}
	
	#pd-firm {
		padding: 15px 8% 40px 8%;
	}
	
	.pd-hht-photo img {
		height: 230px;
	}
	
	.pd-hht-name {
		font-size: 22px;
		line-height: 24px;
		padding: 25px 0;
	}
	
	#pd-testimonials {
		font-size: 18px;
		padding: 0 8% 60px 8%;
	}
	
	.uk-accordion-title {
		width: 125px;
		font-size: 14px;
		line-height: 30px;
		padding: 3px 0;
	}
	
	#pd-press {
		padding: 20px 2% 40px 2%;
		margin-bottom: 20px;
	}
	
	#pd-contact {
		padding: 20px 0;
	}

	.pd-social {
		transform: scale(.9);
	}
	
	footer {
		padding: 10px 1% 20px 1%;
	}

}


