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


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

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

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

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

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

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

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

.uk-modal-dialog a {
	display: block;
	color: #aaa;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 10px;
	line-height: 44px;
	text-transform: uppercase;
}

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

.uk-modal-close {
	color: #aaa;
	padding-bottom: 30px;
}

.uk-close-large:hover {
	color: #003258;
}

footer {
	height: 30px;
	padding: 15px 1.5%;
	font-size: 16px;
	line-height: 22px;
	color: #aaa;

}

footer a {
	color: #aaa;
}

footer a:hover {
	color: #aaa;
}




@media (max-width: 1600px){
	
	
	
}

@media (max-width: 1200px){
	
	
	
}

@media (max-width: 960px){
	


}

@media (max-width: 640px){
	
	#pd-header-sticky {
		height: 32px;
		padding: 4px 2%;
	}
	
	#pd-logo-sticky img {
		height: 22px;
	}
	
	#pd-header-sticky .pd-menu-icon {
		transform: scale(1.15);
		padding: 2px 0 0 0;
	}
	
	footer {
		height: 48px;
		line-height: 22px;
		padding-top: 12px;
	}

}



@media (max-width: 400px){
	
	#pd-logo-sticky img {
		height: 20px;
	}
	
	
}


