/* NAV */
.nav > li > a{
	padding: 10px 8px;
	font-size: 14px;
}

/* HOME */
.btn-href{
	font-size: 16px;
	border-radius: 3px;
	border-bottom: solid #859B00 2px;
	border-right: solid #859B00 2px;
	margin: 0 3px;
}
.pricing-bg .pricing__header{
	background:#95C11E;
	color:#fff;
}





/* PARALLAX */
.parallax-1{
	background-image: url('/conf-data/PPZ2019/images/zdj%C4%99cia/Fotolia_93149241_Subscription_Monthly_XXL.png');
}
.parallax-2{
	background-image: url('/conf-data/PPZ2019/images/zdj%C4%99cia/Fotolia_217436188_Subscription_Monthly_XL.png');
}

.parallax-container{
	/*position: relative;*/
	width: 100%;
	min-height: 300px;
}
.parallax{
	/*background-attachment: fixed;*/
	/*position: absolute;*/
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: -1;
	min-height: 100px
}
.parallax-tint{
	background-color: rgba(100, 100, 100, .5);
	height: 100%;
	width: 100%;
	/*position: absolute;*/
	min-height: inherit;
}