﻿.footer-kontakt
{
    color:white;
    border-bottom: 1px  dotted #ffffff;
}
.text-strong
{

}
/*Service Box v2*/
.service-box-v2 {
	padding: 15px; 
	text-align: center;
}

.service-box-v2 i {
	padding: 15px;
	font-size: 35px;
}

.service-box-v2:hover {
	background: rgba(37, 171, 215, 0.79);
    transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.service-box-v2:hover i,
.service-box-v2:hover p,
.service-box-v2:hover button,
.service-box-v2:hover h2 {
	color: #fff;
}

/*Service Box v3*/
.service-box-v3 {
	padding: 7px; 
	/*text-align: center;*/
}

.service-box-v3 i {
	padding: 7px;
	font-size: 35px;
}

.service-box-v3:hover {
	background: rgba(37, 171, 215, 0.79);
    transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.service-box-v3:hover i,
.service-box-v3:hover span,
.service-box-v3:hover p,
.service-box-v3:hover button,
.service-box-v3:hover h2 {
	color: #fff;
}

/*Service Box v4*/
.service-box-v4 {
	/*padding: 7px; 
	/*text-align: center;*/
}

.service-box-v4 i {
	/*padding: 7px;
	font-size: 35px;*/
}

.service-box-v4:hover {
	background: rgba(37, 171, 215, 0.79);
    transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.service-box-v4:hover i,
.service-box-v4:hover a,
.service-box-v4:hover span,
.service-box-v4:hover p,
.service-box-v4:hover button,
.service-box-v4:hover h2 {
	color: #fff;
}

.border-bottom-light {
border-bottom:1px solid lightgray;
}

.izdanja a{
    color:#444;
}

.frontend-box
{
    text-align: left; 
    cursor: pointer; 
    border-bottom: 1px solid #ddd;
     height: 250px; 
     overflow: hidden;
}

.navbar-sl-logo{
	-moz-transition:padding 0.3s ease-in-out;
    -webkit-transition:padding 0.3s ease-in-out;
    -o-transition:padding 0.3s ease-in-out;
    transition:padding 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}