.master-holder .pilkweb-api-products h3{
	font-size: 18px;
	line-height: 110%;
	color: #448899;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 6px;	
}
.master-holder .pilkweb-api-products a .vc_column-inner{
	border:1px solid #FFF;
}
.master-holder .pilkweb-api-products a:hover .vc_column-inner{
	border:1px solid #DDD;
	
}
.master-holder .pilkweb-api-products .vc_column-inner{
	padding-bottom:20px;
	-webkit-transition: border 200ms ease-out 0s;
    -moz-transition: border 200ms ease-out 0s;
    -o-transition: border 200ms ease-out 0s;
    transition: border 200ms ease-out 0s;
}

/* BREADCRUMBS */
.pilkweb-breadcrumb{
	clear:both;
}

/* SLIDER */
.pilkweb-slider{
	clear:both;
	color:#00b1bb;
	border:1px solid #00b1bb;
	background:#FFF;
	background:rgba(255,255,255,0.78);
	text-transform:uppercase;
	margin-bottom:20px;
}
.pilkweb-slider h3.slider-title{
	font-size:24px;
	line-height:45px;
	margin:0;
	padding:0 20px;
	color:#00b1bb;
}
.people-container,
.packages-container{
	padding:9px 12px 14px 12px;
	border-top:1px solid #00b1bb;
}
.revenue-container{
	padding:2px;
	border-top:1px solid #00b1bb;
}
.revenue-holder{
	padding:9px 18px 14px 18px;
	background:#00b1bb;
	color:#FFF;
}
.pwclear{
	clear:both;
}
.pilkweb-slider .people,
.pilkweb-slider .packages,
.pilkweb-slider .revenue{
	float:left;
	font-size:15px;
    line-height: 18px;
}
.pilkweb-slider .revenue{
	float:none;
	margin-bottom: 4px;
}
.pilkweb-slider .people-amount,
.pilkweb-slider .packages-amount,
.pilkweb-slider .revenue-amount{
	float:right;
	font-size:72px;
	line-height:55px;
	font-weight:bold;
	padding-bottom:8px;
	letter-spacing:-3px;
}
.pilkweb-slider .people-amount,
.pilkweb-slider .packages-amount{
	letter-spacing:-5px;
}
.pilkweb-slider .revenue-amount{
	float:none;
	position:relative;
	padding-right:24px;
	text-align: right;
	padding-bottom:0px;
}
.pilkweb-slider .revenue-amount:after{
	content:"\20ac";
	position:absolute;
	bottom:0;
	right:0;
	font-size:36px;
	font-weight:400;
	line-height:36px;
}
.pilkweb-slider .slider-people,
.pilkweb-slider .slider-packages{
	clear: both;
	height:21px;
}
.pilkweb-slider .ui-widget.ui-widget-content{
	border:2px solid #FFF;
	background:#dae7eb;
	border-radius:10px;
    box-shadow: inset 1px 1px 3px rgba(63,136,153,0.80);
}
.pilkweb-slider .ui-slider-horizontal .ui-slider-handle{
	border:2px solid #FFF;
	background-color:#448899!important;
	width: 20px;
    height: 26px;
    box-sizing: border-box;
	top: -5px;
	cursor:pointer;
}
.pilkweb-slider .ui-slider-horizontal .ui-slider-handle:before,
.pilkweb-slider .ui-slider-horizontal .ui-slider-handle:after{
	content:"";
	position:absolute;
	top:5px;
	width:3px;
	height:12px;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
}
.pilkweb-slider .ui-slider-horizontal .ui-slider-handle:before{
	left:3px;
}
.pilkweb-slider .ui-slider-horizontal .ui-slider-handle:after{
	left:9px;
}

/* Kampanja slider mods */
.pilkweb-slider.kampanja{
	color:#55bb55;
	border:1px solid #55bb55;
	position:relative;
}
.pilkweb-slider.kampanja h3.slider-title{
	color:#55bb55;
}
.pilkweb-slider.kampanja .people-container,
.pilkweb-slider.kampanja .packages-container,
.pilkweb-slider.kampanja .revenue-container{
	border-top:1px solid #55bb55;
}
.pilkweb-slider.kampanja .revenue-holder{
	background:#55bb55;
	padding-bottom:5px;
}
.pilkweb-slider.kampanja .ui-widget.ui-widget-content{
	background:#d2e2d2;
	box-shadow: inset 1px 1px 3px rgba(85, 187, 85, 0.8);
}
.pilkweb-slider.kampanja .ui-slider-horizontal .ui-slider-handle{
	background-color:#499849!important;
}
.pilkweb-slider.kampanja .people,
.pilkweb-slider.kampanja .packages{
	width: auto;
}
.pilkweb-slider.kampanja .kampanja-kerroin{
	position:absolute;
	top:-50px;
	right:20px;
	width:90px;
	height:90px;
	border-radius:100%;
	background:#00b1bb;
	color: white;
    text-align: center;
    padding-top: 20px;
    line-height: 1.2em;
    transform: rotate(15deg);
	z-index: 99;
	font-size: 14px;
}
.pilkweb-slider.kampanja .kampanja-kerroin .kerroin{
	font-size:22px;
}
@media all and (max-width:820px){
	.pilkweb-slider.kampanja{
		margin-bottom:80px;
	}
	.pilkweb-slider.kampanja .slider-title{
		line-height:25px;
		padding:10px 20px;
	}
	.pilkweb-slider.kampanja .kampanja-kerroin{
		top:auto;
		bottom:-80px;
	}
}
@media all and (min-width:1120px){
	.pilkweb-slider.kampanja .people-container,
	.pilkweb-slider.kampanja .packages-container,
	.pilkweb-slider.kampanja .revenue-container{
		width:33.3333%;
		float:left;
	}
	.pilkweb-slider.kampanja .people-container,
	.pilkweb-slider.kampanja .packages-container{
		border-right:1px solid #55bb55;
	}
}
@media all and (min-width:1280px){
	.pilkweb-slider.kampanja .kampanja-kerroin{
		right:-50px;
	}
}


/* Retkikassaan räiskäle */
.pilkweb-pallura-container{
	position:relative;
	z-index:999;
}
.pilkweb-pallura{
	position: absolute;
    top: 0;
    left: 0;
    background: yellow;
    color: black;
    width: 80px;
    height: 80px;
    border-radius: 100%;
	text-align:center;
	padding-top: 22px;
	z-index:999;
}
.home .pilkweb-pallura,
.single .pilkweb-pallura{
    width: 145px;
    height: 145px;
	padding-top: 37px;
}
@media (min-width: 1024px) {
	.pilkweb-pallura{
		left:-20px;
		top:-20px;
	}
	.home .pilkweb-pallura,
	.single .pilkweb-pallura{
		left:0;
		top:25px;
	}
}
@media (min-width: 1400px) {
	.pilkweb-pallura{
		left:-20px;
		top:-20px;
	}
	.home .pilkweb-pallura,
	.single .pilkweb-pallura{
		left:-70px;
		top:25px;
	}
}
.pilkweb-pallura .pallura-title{
	text-transform:uppercase;
	font-weight: 400;
	font-size:10px;
	line-height: 1.3em;
}
.home .pilkweb-pallura .pallura-title,
.single .pilkweb-pallura .pallura-title{
    font-size:16px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom:8px;
}

.pilkweb-pallura .pallura-amount{
	font-size:23px;
	font-weight:bold;
}
.home .pilkweb-pallura .pallura-amount,
.single .pilkweb-pallura .pallura-amount{
    font-size:45px;
	letter-spacing:-2px;
}


/* Räiskäle embedded */
.pilkweb-embed-pallura{
	box-sizing: border-box;
}
.pilkweb-embed-pallura:before{
	content: attr(data-title);
	display:block;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.3em;
}
.home .pilkweb-pallura:before,
.single .pilkweb-pallura:before{
    font-size:16px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom:8px;
}

.pilkweb-embed-pallura:after{
	content: attr(data-amount);
	display:block;
	font-size:23px;
	font-weight:bold;
	letter-spacing:-1px;
}
.home .pilkweb-pallura:after,
.single .pilkweb-pallura:after{
	font-size:45px;
	letter-spacing:-2px;
}


/* Hide if needed */
.hide-pallura .pilkweb-pallura-container,
.hide-pallura .pilkweb-pallura{
	display:none;
}










