/* CSS Document */
/* cta */
#cta{
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 2;
}
#cta ul{
	display: table;
}
#cta ul li{
	display: table-cell;
	width: 65px;
	height: 65px;
	border-left: 1px solid transparent;
	vertical-align: bottom;
}
#cta ul li a{
	display: block;
	width: 65px;
	height: 65px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#cta ul li.fl-bukken a{background-image: url(/img/btn_float_bukken.png);}
#cta ul li.fl-seminar a{background-image: url(/img/btn_float_seminar.png);}
#cta ul li.fl-pagetop a{background-image: url(/img/btn_float_pgtop.png);}
#cta ul li a:hover{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
#cta ul li.fl-bukken a:hover{opacity:0.8;/*background-color: #e8285e;*/}
#cta ul li.fl-seminar a:hover{opacity:0.8;/*background-color: #fa9f28;*/}
#cta ul li.fl-pagetop a:hover{opacity:0.8;/*background-color: #000;*/}

/*		hot #cta
--------------------------------------------------*/
.hotConts #cta{
	margin: 0 !important;
}
