.blockname_pb {
	float:left;
	width:100%;
	height:560px;
	position:relative;
	background:#003377;
	padding:10px 0px 60px 0;
	margin: 0px 0 -49px 0;
	background-image: url(../images/pb-30_backdrop.jpg);
 	box-shadow:inset -5px 0px 29px #2576a4;
	-webkit-box-shadow:inset -5px 0px 29px #2576a4;
	-moz-box-shadow:inset -5px 0px 29px #2576a4;
	behavior: url(/PIE.htc);
	z-index:3;
	}
.textBox_pb {
	float:left;
	width:100%;
	position:relative;
	background:#224488;
	padding:13px 0px 20px 0;
	margin: 0px 0 4px 0;
	background-image: url(../images/pb-30_fabric.png);
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	z-index:8;
	behavior: url(/PIE.htc);
	}
.light-logo img { height: 60px; }
.left-logo { float: left; width: 225px; height: 45px; }
.right-logo {
	float: right;
	width: 225px;
	height: 45px;
	background-image: url(../images/pb-30_logo.png);
/* 	background-color: #224488;
	mask-image: url(../images/pb-30_logo.svg);	 */
	}
/* ----------------------------------------------------- layout.css ----------------------------------------------------- */
#home a { margin: 2px 3px; font-size: 10px; letter-spacing: 0; }
.home-text { margin-top:-220px; width:760px; margin-left:-380px; }
.home-text-top { font-size: 40px; line-height:40px; }
.home-text-middle { font-size: 100px; line-height:100px; }
.home-text-bottom {f ont-size: 40px; line-height:40px; }
.home-text-programbank { font-size:15px; line-height:18px; color:#FFFFFF; }
.home-text-programbank h1 {
	font-size:28px;
 	text-shadow: 1px 1px 1px rgba(0,0,0,.6), 2px 2px 3px rgba(0,0,0,.3);
	color:#FF9900;
	padding:8px 0 12px 0;
	}
.home-text-programbank h2 { font-size:22px; color:#FFFFFF; padding:2px 0 12px 0; }
.home-text-programbank h3 { font-size:20px; color:#FFFFFF; padding:2px 0 10px 0; }
.home-text-programbank h4 { font-size:17px; color:#FFFFFF; padding:2px 0 8px 0; }
.home-text-programbank span {
	text-shadow: 2px 2px 4px rgba(0,0,0,.6);
	color:#FF9900;
	}
.home-text-programbank img {
	box-shadow: 6px 6px 24px 8px rgba(0,0,0,.4);
	border-radius: 24px;
	}
.home-text-top {
	text-transform: uppercase;
	font-size: 50px;
	line-height:50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6), 2px 2px 3px rgba(0,0,0,.3);
	color:#FF9900;
	opacity:0;
	-webkit-animation:fadeInDownBig ease-in 1;
	-moz-animation:fadeInDownBig ease-in 1;
	-o-animation:fadeInDownBig ease-in 1;
	animation:fadeInDownBig ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-o-animation-duration:1.5s;
	animation-duration:1.5s;
	}
@-webkit-keyframes fadeInDownBig {
	0% {
	opacity: 0;
	-webkit-transform: translateY(-2000px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDownBig {
	0% {
	opacity: 0;
	-moz-transform: translateY(-2000px);
	}
	100% {
	opacity: 1;
	-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDownBig {
	0% {
	opacity: 0;
	-o-transform: translateY(-2000px);
	}
	
	100% {
	opacity: 1;
	-o-transform: translateY(0);
	}
}
@keyframes fadeInDownBig {
	0% {
	opacity: 0;
	transform: translateY(-2000px);
	}
	100% {
	opacity: 1;
	transform: translateY(0);
	}
}
.home-text-middle {
	font-size: 80px;
	line-height:160px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6), 3px 3px 5px rgba(0,0,0,.3);
	font-weight:100;
	color:#FFFFFF;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation:flip ease-in 1;
	-moz-animation:flip ease-in 1;
	-o-animation:flip ease-in 1;
	animation:flip ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:4s;
	-moz-animation-duration:4s;
	-o-animation-duration:4s;
	animation-duration:4s;
	}
@-webkit-keyframes flip {
	0% {
	opacity: 0;
	-webkit-transform: perspective(300px) translateZ(0) rotateY(0) scale(.3);
	-webkit-animation-timing-function: ease-out;
	}
	40% {
	-webkit-transform: perspective(300px) translateZ(150px) rotateY(160deg) scale(.3);
	-webkit-animation-timing-function: ease-out;
	}
	80% {
	-webkit-transform: perspective(300px) translateZ(0) rotateY(360deg) scale(.7);
	-webkit-animation-timing-function: ease-in;
	}
	100% {
	opacity: 1;
	-webkit-transform: perspective(300px) translateZ(0) rotateY(360deg) scale(1);
	-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
	opacity: 0;
	-moz-transform: perspective(300px) translateZ(0) rotateY(0) scale(.3);
	-moz-animation-timing-function: ease-out;
	}
	40% {
	-moz-transform: perspective(300px) translateZ(150px) rotateY(160deg) scale(.3);
	-moz-animation-timing-function: ease-out;
	}
	80% {
	-moz-transform: perspective(300px) translateZ(0) rotateY(360deg) scale(.7);
	-moz-animation-timing-function: ease-in;
	}
	100% {
	opacity: 1;
	-moz-transform: perspective(300px) translateZ(0) rotateY(360deg) scale(1);
	-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
	opacity: 0;
	-o-transform: perspective(300px) translateZ(0) rotateY(0) scale(.3);
	-o-animation-timing-function: ease-out;
	}
	40% {
	-o-transform: perspective(300px) translateZ(150px) rotateY(160deg) scale(.3);
	-o-animation-timing-function: ease-out;
	}
	80% {
	-o-transform: perspective(300px) translateZ(0) rotateY(360deg) scale(.7);
	-o-animation-timing-function: ease-in;
	}
	100% {
	opacity: 1;
	-o-transform: perspective(300px) translateZ(0) rotateY(360deg) scale(1);
	-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
	opacity: 0;
	transform: perspective(300px) translateZ(0) rotateY(0) scale(.3);
	animation-timing-function: ease-out;
	}
	40% {
	transform: perspective(300px) translateZ(150px) rotateY(160deg) scale(.3);
	animation-timing-function: ease-out;
	}
	80% {
	transform: perspective(300px) translateZ(0) rotateY(360deg) scale(.7);
	animation-timing-function: ease-in;
	}
	100% {
	opacity: 1;
	transform: perspective(300px) translateZ(0) rotateY(360deg) scale(1);
	animation-timing-function: ease-in;
	}
}
.home-text-middle span { color:#FF9900; }
.home-text-bottom {
	text-transform: none;
	font-weight: 700;
	font-size: 50px;
	line-height:50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6), 2px 2px 3px rgba(0,0,0,.3);
	color:#FF9900;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation:fadeInRightBig ease-in 1;
	-moz-animation:fadeInRightBig ease-in 1;
	-o-animation:fadeInRightBig ease-in 1;
	animation:fadeInRightBig ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-o-animation-duration:3s;
	animation-duration:3s;
	}
@-webkit-keyframes fadeInRightBig {
	0% {
	opacity: 0;
	-webkit-transform: translateX(2000px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRightBig {
	0% {
	opacity: 0;
	-moz-transform: translateX(2000px);
	}
	100% {
	opacity: 1;
	-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInRightBig {
	0% {
	opacity: 0;
	-o-transform: translateX(2000px);
	}
	100% {
	opacity: 1;
	-o-transform: translateX(0);
	}
}
@keyframes fadeInRightBig {
	0% {
	opacity: 0;
	transform: translateX(2000px);
	}
	100% {
	opacity: 1;
	transform: translateX(0);
	}
}
/* ----------------------------------------------------- init-carousel ----------------------------------------------------- */
#amazingcarousel .amazingcarousel-image {
	position: relative;
	padding: 0px;
	}
#amazingcarousel .amazingcarousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
#amazingcarousel .amazingcarousel-text {
	position:absolute;
	left: 0px;
	bottom: 0px;
	text-align:center;
	width: 100%;
	display: none;
	}
#amazingcarousel .amazingcarousel-image:hover div.amazingcarousel-text {
	display: block;
	}
#amazingcarousel .amazingcarousel-text-bg {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.5;
	filter: alpha(opacity=50);
	}
#amazingcarousel .amazingcarousel-title {
	position:relative;
	font:14px 'Open Sans', sans-serif;
	color:#fFFFFFF;
	text-align:center;
	width: 100%;
	padding: 10px 0px;
	}
/* ----------------------------------------------------- carousel ----------------------------------------------------- */
#amazingcarousel-container { padding: 10px 0px 44px 0px; }
#amazingcarousel-container-1 { padding: 0px 6px 12px 6px; }
#amazingcarousel-1 .amazingcarousel-list-container { padding: 16px 0; }
#amazingcarousel .amazingcarousel-list-container {
	padding: 8px 4px;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	}
/* ----------------------------------------------------- item ----------------------------------------------------- */
#amazingcarousel .amazingcarousel-item-container { text-align: center; }
#amazingcarousel-1 .amazingcarousel-item-container {
	text-align: center;
	padding: 0px;
	}
/* ----------------------------------------------------- arrows ----------------------------------------------------- */
#amazingcarousel .amazingcarousel-prev {
	left: 0%;
	top: 50%;
	margin-left: -48px;
	margin-top: -16px;
	}
#amazingcarousel .amazingcarousel-next {
	right: 0%;
	top: 50%;
	margin-right: -48px;
	margin-top: -16px;
	}
#amazingcarousel-1 .amazingcarousel-prev {
	right: 0%;
	top: 100%;
	margin-right: 32px;
	margin-top: -64px;
	}
#amazingcarousel-1 .amazingcarousel-next {
	right: 0%;
	top: 100%;
	margin-right: 0px;
	margin-top: -64px;
	}
/* ----------------------------------------------------- navigation bullets ----------------------------------------------------- */
#amazingcarousel .amazingcarousel-nav {
	position: absolute;
	width: 100%;
	top: 100%;
	}
#amazingcarousel .amazingcarousel-bullet-wrapper {
	margin: 16px auto;
	}
#amazingcarousel-1 .amazingcarousel-nav {
	position: absolute;
	width: 100%;
	top: 100%;
	}
#amazingcarousel-1 .amazingcarousel-bullet-wrapper {
	margin: 4px auto;
	}
/* ----------------------------------------------------- init-video ----------------------------------------------------- */
#amazingcarousel-1 .amazingcarousel-image {
	position: relative;
	padding: 8px;
	background-color: #FFFFFF;
	-moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
#amazingcarousel-1 .amazingcarousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	}
#amazingcarousel-1 .amazingcarousel-text {
	padding-right: 34px;
	}
#amazingcarousel-1 .amazingcarousel-title {
	position:relative;
	font: bold 14px 'Open Sans', sans-serif;
	color:#333333;
	margin:6px;
	text-align:left;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	}
#amazingcarousel-1 .amazingcarousel-description {
	position:relative;
	font: 12px 'Open Sans', sans-serif;
	color:#333333;
	margin:6px;
	text-align:left;
	line-height: 16px;		
	height: 32px;
	overflow: hidden;
	}
