/* =========================================================================
   Digitalna rješenja — homepage stilovi
   web_struktura node 271 | controller: digitalna-rjesenja.asp
   Ručni sadržaj ide u .custom-content > .container (template view)
   ========================================================================= */


   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;
    border-radius: 22px;
}

.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;
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (max-width : 991px) {
	.main-content.page {
        padding-bottom: 0;
        padding-top: 40px;
    }
	.style-content h2 {
		font-size: 20px;
		line-height: 1.2;
	}
	p.intro {
		font-size: 21px;
    	line-height: 31px;
	}
	.box-ict a p {
		-webkit-line-clamp: 4;
	}
}

@media only screen and (max-width : 767px) {
	.main-content.page {
		padding: 90px 0 0;
	}
	.box-ict a h3 {
		font-size: 18px;
	}
	.box-ict.inner a h3 {
		font-size: 22px;
	}
	.prijenos-red-btn {
		font-size: 17px;
	}
	.style-content h2 {
		font-size: 19px;
	}
	p.intro {
		font-size: 19px;
		line-height: 1.5;
		margin: 0 0 10px;
	}
	.ict-boxes.inner {
		margin-top: 35px;
	}
	.box-ict ul li a {
		font-size: 12px;
	}
}