/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.kac-sm-panel{
position: fixed;
top: 150px;
right: -100px;
text-align: left;
z-index: 9999;
}
.kac-sm-panel ul{
list-style-type: none;
}
.kac-sm-panel li{
border-radius: 5px;
width: 140px;
height: 40px;
padding: 5px;
margin: 3px 0px;
position: relative;
right: 0px;
box-sizing: initial;
}
.kac-sm-panel span{
width: 80px;
display: inline;
font-size: 16px;
vertical-align: middle;
padding-bottom: 13px;
position: absolute;
top: 15px;
left: 50px;
color: #FFF;
font-family: sans-serif;
font-weight: 700;
}
.kac-sm-text-black {
color: #000000 !important;
}
.kac-sm-panel a{
text-decoration: none;
}
.kac-sm-block{
transition: right 0.5s ease-out 0s;
}
.kac-sm-block:hover{
right: 90px;
}

.kac-sm-fb{
background: none repeat scroll 0% 0% #295C9E;
}.kac-sm-gplus{
background: none repeat scroll 0% 0% #DC4A3D;
}.kac-sm-pkt{
background: none repeat scroll 0% 0% #FFFFFF;
border: 1px solid #000;
}.kac-sm-twitter{
background: none repeat scroll 0% 0% #16B9ED;
}.kac-sm-blog{
background: none repeat scroll 0% 0% #0171BB;
}.kac-sm-pinterest{
background: none repeat scroll 0% 0% #D73532;
}.kac-sm-youtube{
background: none repeat scroll 0% 0% #E32C26;
}.kac-sm-goldenline{
background: none repeat scroll 0% 0% #FFFFFF;
}.kac-sm-allegro{
background: none repeat scroll 0% 0% #FF5A00;
}.kac-sm-linkedin{
background: none repeat scroll 0% 0% #0097BD;
}.kac-sm-googlekspert{
background: none repeat scroll 0% 0% #FFFFFF;
}.kac-sm-payback{
background: none repeat scroll 0% 0% #00349A;
}
@media screen and (max-width:640px){ .kac-sm-panel{display:none;} }


#csocial-facebook{
    position: fixed;
    right: -100px;
    top: 150px;
	transition: right 0.5s ease-out 0s;
}
#csocial-facebook:hover {
    right: -3px;
}
#csocial-facebook-blok{
    background:#295C9E;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
	/*box-sizing: initial;*/
}
#csocial-googleplus{
    display: table;
    position: fixed;
    right: -100px;
    top: 201px;
	transition: right 0.5s ease-out 0s;
}
#csocial-googleplus:hover {
    right: -3px;
}
#csocial-googleplus-blok{
    background:#DA2128;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
	/*box-sizing: initial;*/
}
#csocial-twitter{
    display: table;
    position: fixed;
    right: -100px;
    top: 252px;
	transition: right 0.5s ease-out 0s;
}
#csocial-twitter:hover {
    right: -3px;
}
#csocial-twitter-blok{
    background: #16B9ED;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-pinterest{
    display: table;
    position: fixed;
    right: -100px;
    top: 303px;
	transition: right 0.5s ease-out 0s;
}
#csocial-pinterest:hover {
    right: -3px;
}
#csocial-pinterest-blok{
    background: #D73532;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-youtube{
    display: table;
    position: fixed;
    right: -100px;
    top: 354px;
	transition: right 0.5s ease-out 0s;
}
#csocial-youtube:hover {
    right: -3px;
}
#csocial-youtube-blok{
    background: #E32C26;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-goldenline{
    display: table;
    position: fixed;
    right: -100px;
    top: 405px;
	transition: right 0.5s ease-out 0s;
}
#csocial-goldenline:hover {
    right: -3px;
}
#csocial-goldenline-blok{
    background: #FFFFFF;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-allegro{
    display: table;
    position: fixed;
    right: -100px;
    top: 456px;
	transition: right 0.5s ease-out 0s;
}
#csocial-allegro:hover {
    right: -3px;
}
#csocial-allegro-blok{
    background: #FF5A00;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-linkedin{
    display: table;
    position: fixed;
    right: -100px;
    top: 507px;
	transition: right 0.5s ease-out 0s;
}
#csocial-linkedin:hover {
    right: -3px;
}
#csocial-linkedin-blok{
    background: #0097BD;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
#csocial-googlekspert{
    display: table;
    position: fixed;
    right: -100px;
    top: 558px;
	transition: right 0.5s ease-out 0s;
}
#csocial-googlekspert:hover {
    right: -3px;
}
#csocial-googlekspert-blok{
    background: #FFFFFF;
    border-radius: 5px;
    width: 140px;
	height: 40px;
    padding: 5px;
    margin: 3px 0;
    position: relative;
}
.csocial-icon{
    width: 38px;
    height: 38px;
    display: inline;
    vertical-align: middle;
}
.cssocial-text{
    width: 80px;
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 15px;
    left: 50px;
	color:white;
	font-family: sans-serif;
	font-weight: 700;
}
.cssocial-black-text{
    width: 80px;
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 15px;
    left: 50px;
	color:black;
	font-family: sans-serif;
	font-weight: 700;
}
.cssocial-twoline-text{
    width: 90px;
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 13px;
    position: absolute;
    top: 5px;
    left: 50px;
	color:black;
	font-family: sans-serif;
	font-weight: 700;
}

.csocial-link{
text-decoration: none;
color: black;
}
@media screen and (max-width:640px){   
#csocial-facebook { display: none;}
#csocial-googleplus { display: none;}
#csocial-twitter { display: none;}
#csocial-pinterest { display: none;}
#csocial-youtube {display: none;}
#csocial-goldenline { display: none;}
#csocial-allegro { display: none;}
	
} 