/* LayerSlider Styles */
.ls-container {
	visibility: hidden;
	position: relative;
}
.ls-inner {
	position: relative;
	background-position: center center;
}
.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}
.ls-layer * {
	margin: 0px;
	line-height: normal;
}
.ls-active,
.ls-animating {
	display: block !important;
}
.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}
.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}
.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
}

.ls-shadow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}





/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

.ls-debug-console li ul {
	display: none;
	position: absolute !important;
	width: 260px;
	left: -10px;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

.ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

/* addit styles for slider */
.active, .active:hover, .active *, .active *:hover {
    cursor: default;
}

.clear, form br {
    display: block;
    clear: both;
    float: none;
    line-height: 0px;
    font-size: 0px;
}

.noheight {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.hidden {
    display: none;
}

.forcew {
    display: inline-block;
}

#layerslider-container {
    width:100%;
    min-width: 400px;
    max-width: 100%;
    margin:0 auto 40px;
    background-color: #f8f8f8;
}

#layerslider-container-fw {
    width: 100%;
    margin: 0px auto 50px auto;
}

#dim {
    min-width: 1000px;
    overflow: hidden;
}

header {
    padding-bottom: 40px;
}

.page {
    position: relative;
    width: 900px;
    margin: 0px auto 50px auto;
    padding: 5px;
}

.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.inner {
    position: relative;
    padding: 45px 45px 85px 45px;
}

#doc_banner {
    margin: 100px 0px;
}
#kmlogo {
    background-position: 0px -80px;
}

#kmlogo:hover {
    background-position: 0px 0px;
}

#fblogo {
    background-position: -80px -80px;
}

#fblogo:hover {
    background-position: -80px 0px;
}

#cclogo {
    background-position: -160px -80px;
}

#cclogo:hover {
    background-position: -160px 0px;
}



.ls-container {
    margin-left: auto;
    margin-right: auto;
}

 .ls-layer{cursor:pointer}

/*special skin styles */
.ls-layer,
.ls-layer * {
    font-family:'Oswald';
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
}

.l1-s1 {
    text-shadow: 0px 2px 3px #546223;
    font-size: 47px;
}

.l1-s1b {
    text-shadow: 0px 0px 10px #fff;
    font-size:47px;
}

.l1-s2b {
    text-shadow: 0px 0px 10px #fff;
    font-size: 40px;
}
.l1-s2 {
    line-height: 40px;
    text-shadow: none;
    font-size:49px;
    color: #343434;
    text-shadow: 0px 0px 10px #fff;
    height: 40px
}

.l1-s3 {
    padding:0;
    line-height:60px;
    text-shadow: 0px 0px 10px #fff;
    font-size:57px;
}

.l1-s4 {
    padding:0;
    height: 50px;
    line-height: 49px;
    text-shadow: none;
    font-size:49px;
    color: #343434;
}

.l2-s1 {
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    color: white;
    text-shadow: none;
    font-size: 25px;

}

.l2-s2 {
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    color: white;
    text-shadow: none;
    font-size: 25px;

}

.l4-s1 {
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    color: white;
    text-shadow: none;
    font-size: 25px;
}

.l4-s2 {

}

.l5-s1 {
    padding: 15px;
    color:#343434;
    font-size: 16px;
    font-weight: bold;
    line-height: auto;
}
.layer2 p, .layer4 p{
    padding:0;
    text-shadow: none;
    color:#343434;
}
.layer3 p{
    padding:0;
    text-shadow: none;
    color:#fff;
}



.layer2 p.l2-s1, .layer3 p.l2-s1, .layer4 p.l2-s1{
    font-size:45px;
    height:50px;
    line-height:50px;
    padding:0;
    text-shadow: none;
}
.layer2 p.l2-s2, .layer3 p.l2-s2, .layer4 p.l2-s2{font-size: 22px}
.layer2 p.l2-s3, .layer3 p.l2-s3, .layer4 p.l2-s3{
    font-size:53px
}

.l3-s1 {
    color: #f8dfcf;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 2px 20px -3px black;
    padding: 0px 20px;
    text-shadow: none;
}


.ie10 .ls-layer{
    background-image:url(../unishop_images/layer-slider-bg.gif) ;
    background-position: 0px 0px;
    background-repeat: repeat-x;
}







