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

/*@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'helveticalight';
    src: url('../fonts/helvetica-light-webfont.eot');
    src: url('../fonts/helvetica-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-light-webfont.woff') format('woff'),
         url('../fonts/helvetica-light-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-light-webfont.svg#helveticalight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'helveticathin';
    src: url('../fonts/helveticaneue-thin.eot');
    src: url('../fonts/helveticaneue-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-thin.woff') format('woff'),
		 url('../fonts/helveticaneue-thin.woff2') format('woff2'),
         url('../fonts/helveticaneue-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
/*@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helveticabold-webfont.eot');
    src: url('../fonts/helveticabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticabold-webfont.woff') format('woff'),
         url('../fonts/helveticabold-webfont.ttf') format('truetype'),
         url('../fonts/helveticabold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'Swiss-721';
    src: url('../fonts/Swis-721.woff');
    font-weight: normal;
    font-style: normal;

}


html {
	background-color: #ddd;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Swiss-721", Helvetica, Arial, sans-serif;
	color: #888;
}

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

.pd-panel {
	padding: 50px 5%;
}

.pd-headline {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-transform: uppercase;
}

.pd-section {
	width: 800px;
	margin: 0 auto;
}

.pd-description {
	color: #888;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 80px;
}

#pd-logo-square {
	margin: 0 41%;
}

a {
	color: #888;
}

a:hover {
	color: #333;
	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
}

.pd-link {
	text-transform: uppercase;
	padding: 20px 0;
}

.pd-link .uk-icon {
	transform: scale(1.5)  translateY(-1px);
}





@media (max-width: 1200px) {
	
	.pd-panel {
		padding: 40px 5%;
	}
	
	.pd-section {
		width: 600px;
	}
	
	
	
}



@media (max-width: 960px) {
	
	 

}



@media (max-width: 640px){
	
	.pd-description {
		line-height: 24px;
		padding-bottom: 50px;
	}
	
	.pd-section {
		width: auto;
	}
	
	#pd-logo-square {
		margin: 0 35%;
	}
	
}


