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



html {
	background-color: #ddd;
}

body {
	margin: 0;
	padding: 0;
	font-family: "roboto-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #aaa;
}

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

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

.pd-section {
	padding: 0 20%;
	margin-bottom: 80px;
}

.pd-headline {
	font-family: "ff-more-web-pro", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	color: #4CA39A;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 40px;
}

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

}

.pd-description {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 0 20%;
	margin: 0 auto;

}

.pd-shows {
	width: 400px;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	margin: 0 auto;

}

.pd-address {
	width: 275px;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	margin: 0 auto;

}

.pd-em {
	color: #4CA39A;
	font-size: 1.075em;
}

.pd-label {
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	padding: 5px 0;
}


a {
	color: #aaa;
}

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-headline {
		font-size: 48px;
		line-height: 48px;
	}
	
}



@media (max-width: 960px) {
	
	.pd-description {
		padding: 0;
	}

}



@media (max-width: 640px){
	
	
	
	.pd-description {
		font-size: 18;
		line-height: 28px;
		padding: 0 3%;
	}
	
	.pd-section {
		padding: 0;
	
	}
	
	.pd-shows {
		width: auto;
		padding: 0 3%;
	}
	
	.pd-headline {
		font-size: 40px;
		line-height: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.pd-subhead {
		font-size: 26px;
		line-height: 26px;

	}
	
	
	
}


