@media screen and (min-width: 992px) {
	.logotipovi__inside {
		width: 25%;
	}
	.logotipovi img {
		max-width: 200px;
		height: auto;
	}
}

.seo-form__description {
	margin-bottom: 20px;
}

.seo-form--slider .btn {
    background: #00c2e5;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
	padding: .75rem 1.25rem;
    padding-top: .65rem;
    border-radius: 30px;
}

.seo-form--slider .btn:hover, .seo-form--slider .btn:focus {
	background: #008199;
}


.seo-form--slider .btn-first {
	margin-right: 20px;
}
@media screen and (max-width: 480px) {
	.seo-form--slider .btn-first {
		margin-bottom: 20px;
	}
}

.seo-form--slider .btn:after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: .5em;
    font-size: 17px;
}

a#cn-accept-cookie {
    background: #00c2e5 !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: none !important;
    padding: 12px 14px !important;
    font-weight: 700 !important;
}

a#cn-more-info {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: underline !important;
    color: #000 !important;
}

.slider-1 .carousel-item:after {
    background: rgba(0,0,0,.05) !important;
}

div#cookie-notice {
    background-color: #fff !important;
}

span#cn-notice-text {
	color: #000 !important;
}

@media screen and (max-width: 480px) {
	span#cn-notice-text {
		display: block !important;
	}
}

.cookie-notice-container {
    padding: 7px !important;
    border-top: 1px solid #ddd;
}