html, body {
	font-size: 16px;
	letter-spacing: 1px;
	color:#172152;
}
.sp-logo{
	max-height: calc(30px*1.5);
}

.sp-footer-title{
	font-weight: bold;
	text-transform: uppercase;
}

.professionisti{
	font-weight: bold;
	padding: 4px;
}

.professionisti a{
	color: #172152;
}

.professionisti div{
	color: #9e4242;
	font-style: italic;
}

.sp-content-text-top-sub{
	padding-left: 0;
	font-size: 1.5rem;
	top: 78%;
	text-transform: none;
}

.sp-sitebar{
	height: calc([LARGE-UNIT]*1.5);
	background-image: linear-gradient( to right, #172152 0%, #172152cc 80%, #172152cc 90%, #9e4242 100% );
}
.sp-slide-title{
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}
.sp-content-text-top, .sp-slide-title, .sp-footer-title{
	letter-spacing: 4px;
}

.sp-menu-item-label::after, .sp-content-text-top::after, .sp-footer-title::after, .professionisti a::after, .sp-main-content-content h1::after{
	content:"";
	width: 80%;
	display: block;
	border-bottom: 1px solid #9e4242;
	text-align: center;
	margin: 2px auto 0;
	box-shadow:0 1px 2px 0px rgba(0,0,0,0.1);
}

.sp-slide-intro::before{
	content:"";
	width: 100%;
	display: block;
	border-bottom: 1px solid #9e4242;
	text-align: center;
	margin: 2px auto 0;
	box-shadow:0 1px 2px 0px rgba(0,0,0,0.1);
}
.sp-slide-intro{
	font-weight: bold;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.9);
}
.sp-footer-title::after{
	margin-top: 8px;
}

.professionisti-wrapper > div{
	width: 30%;
}

.sp-main-content-content h1{
	color: #172152;
	text-align: left;
	display: inline-block;
}

@media only screen and (max-width: 600px) {
	.professionisti-wrapper > div{
		width: 100%;
	}
}