/* ------------------------------
EASY ALERT
------------------------------ */

.easy-alert-global {
    position: fixed;
}

.easy-alert {
    cursor: pointer;
    z-index: 999999999;
    border: 0;
    min-width: 350px!important;
}

.easy-alert .alert {
    margin: 0;line-height: 22px; min-height: 58px;
}
.easy-alert .alert i.fa{
    font-size:22px; margin-right: 10px; float: left;
}
.easy-alert .alert span{
    
}

.easy-alert .alert-ali {
    color: #fff;
    background-color: #4F4F4F;    
}

.easy-alert .alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
}

.easy-alert .alert-danger {
    color: #fff;
    background-color: #A91721;    
}
.easy-alert .alert-success {
    color: #fff;
    background-color: #4CAF50;    
}

.easy-alert .alert-info {
    color: #fff;
    background-color: #4F4F4F;    
}

.easy-alert .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;    
}

.dm_korpa_alert{
    margin: 0 10px; border: 0; text-align: center; background-color: #ffd503; color:#000;
    
}

.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: rgba(35,35,35,0.8);
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}

.cookieConsentContainer .cookieTitle {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif"; display: inline-block; margin-top: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

/* ------------------------------
------------------------------ */

body .container {
    padding-right: 35px;
    padding-left: 35px;
}


h1,h2{
   font-weight: bold!important; 
}


#body_index .section-title2{
    margin-bottom: 30px;
}



#testimonials{
    background-color: #f6f7f9; padding-top:0px; padding-bottom: 0px;
}
#testimonials h2{
    margin-bottom: 80px; 
}

@media (max-width: 991.98px) {
    #testimonials .section-padding{
         padding-top: 0;
    }
}
.testimonial-slider .slick-dots{
    margin-top: 20px;
}
.testimonial-slider .slick-dots li button{
    background-color: #ccc;
}
.testimonial-slider .slick-dots li.slick-active button{
    background-color: #666; border-color: #666;
}

.testimonial-slider .slick-next{
    right: 0; opacity: 1;
}
.testimonial-slider .slick-prev{
    left: 0; opacity: 1;
}
.testimonial-slider .testimonial2 p{
    font-size: 14px; line-height: normal;color:  #484848;
}





#kakofunckionisu,
#kakofunckionisu h2{
    color:  #484848;
}

#kakofunckionisu a.btn{
    background-color: var(--boja1); color: #fff; align-self: flex-start;
    display: inline-block;
}

.izdvajamo{
    background-color: #f6f7f9; padding-top:50px; padding-bottom: 50px;
}


#faqw{
    padding-top: 50px; color: #484848;
}

#faqw h2{
    
}

#faqw .faq{
    margin-bottom: 20px;
}
#faqw .faq .faq-naslov{
    font-weight: bold; margin-bottom: 10px;
}

#faqw .faq .faq-linija{
     width: 140px; border-top:2px solid #484848; margin: 0 auto;  margin-top: 20px;
}
#faqw .faq:last-child .faq-linija{
    border-color: #fff;
}


@media (max-width: 575.98px) {
    #faqw .container{
        max-width: none;
    }
    #faqw .card-header button{
        padding: 15px 5px;
    }
}



.pagination {
    display: block!important;
}
.page-item,
.ellipsis{
    display: inline-block; 
}
.page-item a.page-link{
    color: #333; border-radius:50%!important; display: inline-block; height: 50px; width: 50px; line-height: 35px; text-align: center; margin: 0 5px;
}
.page-item.active a.page-link{
    background-color: #ccc; border-color: #ccc; color:#333;
    
}
@media only screen and (max-width: 580px) {
  .page-item a.page-link{
    height: 40px; width: 40px; line-height: 25px;
  }
}















