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

html {
	background-color: #ccc;
}

body {
	margin: 0;
	padding: 0;
	font-family: ff-good-web-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
}

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

#pd-header-sticky {
	height: 40px;
	background-color: #002c5b;
	box-shadow: 0 0 5px 0 #999;
	padding: 3px 2%;
}

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

#pd-header-sticky .pd-menu-icon {
	color: #1C75BC;
	font-size: 24px;
	padding: 3px 0 0 1%;
	margin: 0;
}

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

.pd-title {
	color: #1C75BC;
	font-size: 120px;
	line-height: 120px;
	text-transform: uppercase;
	text-align: center;
	padding: 80px 2%;
}

footer {
	height: 30px;
	padding: 20px 1.5%;
	font-size: 14px;
	line-height: 14px;
	color: #002c5b;
	background-color: #1C75BC;
}

footer a {
	color: #002c5b;
}

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



/* LIGHTBOX
 Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}
/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
/* Hover */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}
/* caption
========================================================================== */
.uk-lightbox-caption {
  background: rgba(0, 0, 0, 0.3);
}

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

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





@media (max-width: 1200px){
	
	.pd-title {
		font-size: 90px;
		line-height: 90px;
		padding: 60px 4%;
	}
	
}

@media (max-width: 960px){
	
	.pd-title {
		font-size: 60px;
		line-height: 60px;
		padding: 60px 4%;
	}
	
}

@media (max-width: 640px){
	
	#pd-header-sticky {
		height: 34px;
		padding: 0 2%;
	}

	#pd-logo-sticky img {
		height: 28px;
		margin-top: 4px;
	}

	#pd-header-sticky .pd-menu-icon {
		padding: 0;
		margin-top: 3px;
	}

	.pd-title {
		font-size: 40px;
		line-height: 40px;
		padding: 40px 5%;
	}
	
	footer {
		line-height: 16px;
		padding-top: 16px;
	}
	
}


