p.intro {
	font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 20px;
}

.style-content h2 {
	font-size: 23px;
	margin-bottom: 10px;
}

.style-content ul li {
	font-size: 16px;
    line-height: 23px;
}

.ict-boxes {
	margin-top: 30px;
}

.ict-boxes.inner {
	margin-top: 60px;
}

.box-ict a {
	color: rgba(0, 0, 0, .85);
	display: block;
	text-decoration: none;
}

.box-ict a img {
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

.box-ict a:hover img {
	opacity: 0.7;
}

.box-ict a h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase
}

.box-ict.inner a h3 {
	font-size: 37px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px 15px;
	margin: 0;
	text-transform: none;
}

.img-wrapper {
	position: relative;
	margin-bottom: 15px;
}

.box-ict a .img-wrapper img {
	margin: 0;
}

.box-ict a p {
	font-size: 14px;
	line-height: 20px;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.prijenos-red-btn {
	font-size: 24px;
}

.box-ict ul li a {
	border-bottom: 1px solid #ed1c2338;
	display: inline-block;
	color: #ed1c24;
}

.box-ict ul li:hover a {
	opacity: .75;
}