@charset "utf-8";
/* CSS Document */
#center-logo {
    background-size: contain;
	background-repeat: no-repeat;
    height: 98px;
    margin-left: 0;
    padding-left: 0;
}
#center-landing-window {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#kiKfbsHeaderLogoCenter {
    background: url(../img/ki-logo-blue-center-header.png) center right no-repeat;
    background-size: contain;
    height: 98px;
    margin-right: 0;
    padding-right: 0;
}
#slideshow {
	position:relative;
	width:600px;
	height:350px;
	float:none;
	margin-top:25px;
	margin-bottom:25px;
	overflow:hidden;
	float:right;
	border:8px solid white;
	background-color:#999;
	-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 11px rgba(50, 50, 50, 1);
}
#slideshow img {
	width:100%;
	height:100%;
}
.slide {
	width:100%;
	height:100%;
	position:absolute;
	right:0px;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tag-wrap {
	width:100%;
	position:relative;
	height:81px;
}
.slidetag-wrap {
	width:600px;
	bottom:0px;
	left:0px;
	position:absolute;
	height:150px;
}
.slidetag-back {
	width:100%;
	/*bottom:-8px;
	left:8px;*/
	position:absolute;
	height:150px;
	background-color:#000;
	opacity:0.6;
}
.slidetagFirst {
	bottom:0px;
}
.slidetag {
	color:#ffffff;
	width:93%;
	margin: 0 auto;
	position:absolute;
	height:81px;
	left:20px;
	padding-top:10px;
	font-size:14px;
	line-height:18px;
	text-align:left;
	font-family: 'Work Sans', sans-serif;
}
.slidetag a {
	color:#ff6600;
}
.slidetag h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1em;
	font-weight:400;
	margin:0;
	padding:0;
	color:#fff;
}
.slide-nav {
	bottom:10px;
	left:20px;
	position: absolute;
	z-index:899;
}
.slide_buttons {
	height:15px;
	width:15px;
	border-radius:15px;
	background-color:white;
	opacity:0.4;
}
.slide_buttons:hover {
	cursor:pointer;
}
.slide-nav ul {
	list-style-type:none;
	margin-left:0;
}
.slide-nav li {
	float: left;
}
.slide-nav li.activeSlide a {
	background: none repeat scroll 0 0 rgb(199,232,254);/*#56A0D3;*/
}
.slide-nav li a {
	background: none repeat scroll 0 0 #777575;
	border: 2px solid white;
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	height: 1em;
	margin-right: 0.5em;
	padding: 0;
	width: 1em;
}
.slide-nav .slide_buttons {
	margin-right:10px;
}
#slideshow .slideVideoButton {
    position: absolute;
    left: 202px;
    top: 60px;
    height: 80px;
    width: 80px;
    opacity: 0.9;
}
.slideVideoButton:hover {
    cursor: pointer;
}
@media (max-width: 600px) {
	.slidetag-back {
		height:350px;
	}
	.slidetag-wrap {
		height:350px;
	}
	.slidetitle {
		padding-top:30px;
	}
	
}