* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}
.wrapperLanding {
	width: 100%;
	height: 120px;
	background-color: rgb(0, 0, 0, 0.5);
	z-index: 999999;
	position: relative;
}
.landingCont {
	width: 100%;
	height: 95vh;
	background: url("./img/Edit-pocetna.jpg") no-repeat fixed center;
}
.btn-danger {
	background-color: #b35454 !important;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.landingText {
	font-family: 'Poppins', sans-serif;
	padding-top: 28%;
	margin: auto;
	text-align: center;
	color: #fff;
}
.landingBtn .btn a {
	color: #fff;
	text-decoration: none;
}
.landingBtn .btn {
	margin-top: 40px;
	width: 200px;
	background-color: #AD2626 !important;
	border: none;
}
.viseInf {
	font-family: 'Poppins', sans-serif;
	padding-top: 15px;
	background-color: #585858;
	height: 50px;
	color: #fff;
	text-align: center;
}
.izdvajamo {
	font-family: 'Poppins', sans-serif;
	padding-bottom: 100px;
}
.izdvajamoText {
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: center;
	color: #444444;
}
.ponuda {
	text-align: center;
}
.ponuda h5 {
	padding-top: 30px;
}
.ponuda {
	/*
      All of the base styles have
      moved to the “CSS” tab above.
    */
	transition: transform 250ms;
}
.ponuda:hover {
	transform: translateY(-10px);
}
.cinjenice {
	background: url("img/block.jpg") no-repeat center fixed;
	height: 500px;
	text-align: center;
	color: #fff;
	padding-top: 80px;
}
.cinjenice h4 {
	padding-bottom: 20px;
}
.counterCont {
	font-size: 50px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.counterCont #counter {
	display: flex;
	align-items: center !important;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.tajtl {
	padding-top: 40px;
}
.counterCont img {
	width: 50px;
	height: 50px;
	margin: 10px;
}
.counterTitle {
	text-align: center;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
}
.proizvodjaci {
	font-family: 'Poppins', sans-serif;
	padding-bottom: 100px;
}
.proizvodjac img {
	width: 120px;
	height: 120px;
}
.slick-prev:before {
	color: #444444 !important;
}
.slick-next:before {
	color: #444444 !important;
}
.posjetiteNas {
	font-family: 'Poppins', sans-serif;
}
.mapaText {
	font-family: 'Poppins', sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #444444;
}
.mapouter {
	margin: 0 auto;
}
.mapa {
	padding-bottom: 80px;
	height: 500px;
}
.footer {
	font-family: 'Poppins', sans-serif;
	background-color: #444444;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}
.footerLogo {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}
.footerLogo img {
	width: 120px;
	height: 120px;
}
.copyright {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #fff;
	background-color: #2c2c2c;
	height: 25px;
}
.landingText h1 {
	font-family: Poppins;
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	padding: 0.4em 1em;
	position: absolute;
	top: 70%;
	left: 50%;
    width: fit-content !important;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.rev-block {
	position: absolute;
}
.rev-block span {
	opacity: 0;
	animation: appear-text 0.0001s linear forwards;
	animation-delay: 1.4s;
}
.rev-block:after {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 100%;
	background: #b917179f;
	animation: rev-block 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	animation-delay: 1s;
}
@keyframes rev-block {
	0% {
		left: 0;
		width: 0%;
	}
	50% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0%;
	}
}
@keyframes appear-text {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#onemore {
	top: 50%;
	left: 50%;
	font-size: 30px !important;
}
#onemore span {
	animation-delay: 2s;
}
#onemore.rev-block:after {
	background: #b917179f;
	animation-delay: 1.4s;
}
.landingOnama {
	width: 100%;
	height: 70vh;
	background: url("./img/aeonama.jpg") no-repeat fixed center;
}
.onamaCont {
	font-family: 'Poppins', sans-serif;
	color: #444444;
}
.bottomborderblue {
	height: 4px;
	border-radius: 10px;
	background-color: #b91717;
	width: 140px;
	margin-bottom: 20px;
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.landingText {
		margin-top: 60px;
	}
	.landingText h1 {
		font-size: 40px;
		padding: 0.4em;
		top: 70% !important;
		padding-top: 20%;
	}
	#onemore {
		top: 20% !important;
		font-size: 25px !important;
	}
	.topbar {
		display: none !important;
	}
	.landingCont {
		background: url("./img/home_mobile.jpg") no-repeat fixed center;
	}
	.landingBtn .btn {
		margin-top: 65% !important;
	}
	.viseInf {
		height: 70px;
	}
	.ponuda {
		padding-bottom: 20px;
	}
	.cinjenice {
		height: 800px;
	}
	.copyright {
		height: 50px;
	}
	.radnoVrijeme {
		padding-top: 40px;
	}
	.landingCont i:active {
		text-decoration: none !important;
	}
	.ae {
		width: 400px !important;
	}
}
@media only screen and (max-width: 991px) {
  .u-custom-menu {
    height: 100vh;
  }
	.u-menu, .u-popupmenu-items {
		line-height: 1 !Important;
	}
}
@media only screen and (min-width: 991.01px) {
	.u-menu, .u-popupmenu-items {
		line-height: 0 !Important;
	}
}
.containerr {
	width: 400px;
	height: 400px;
	position: relative;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-animation: fadein 8s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 8s;
	/* Firefox < 16 */
	-ms-animation: fadein 8s;
	/* Internet Explorer */
	-o-animation: fadein 8s;
	/* Opera < 12.1 */
	animation: fadein 8s;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Internet Explorer */

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Opera < 12.1 */

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.centerr {
	width: 180px;
	height: 60px;
	position: absolute;
}
.containerr {
	margin-top: 90px;
}
.btnn {
	width: 180px;
	height: 60px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #ffffff;
	outline: none;
	transition: 1s ease-in-out;
}
.u-nav-item>.active {
	color: #ffd600 !important;
}
svg {
	position: absolute;
	left: 0;
	top: 0;
	fill: none;
	stroke: #ffffff;
	stroke-dasharray: 150 480;
	stroke-dashoffset: 150;
	transition: 1s ease-in-out;
}
.btnn:hover {
	transition: 1s ease-in-out;
	background: #2629329c;
}
.btnn:hover svg {
	stroke-dashoffset: -480;
}
.btnn span {
	color: white;
	font-size: 18px;
	font-weight: 100;
}
/* Footer ikonice za socijalne mreže */

body {
	margin: 0;
	padding: 0;
	background: #dedede;
}
ul#ikonice {
	position: absolute;
	left: 49%;
	transform: translate( -50%, -50%);
	margin: 0;
	padding: 0;
	display: flex;
}
ul#ikonice li {
	list-style: none;
}
ul#ikonice li a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	margin: 0 10px;
	border-radius: 50%;
	box-sizing: border-box;
	text-decoration: none;
	box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
	background: linear-gradient(0deg, #ddd, #fff);
	transition: .5s;
}
ul#ikonice li a:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
ul#ikonice li a .fab {
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: linear-gradient(0deg, #fff, #ddd);
	border-radius: 50%;
	line-height: calc(60px - 12px);
	font-size: 24px;
	color: #262626;
	transition: .5s;
}
ul#ikonice li:nth-child(1) a:hover .fab {
	color: #3b5998;
}
ul#ikonice li:nth-child(2) a:hover .fab {
	color: #00aced;
}
ul#ikonice li:nth-child(3) a:hover .fab {
	color: #dd4b39;
}
ul#ikonice li:nth-child(4) a:hover .fab {
	color: #007bb6;
}
ul#ikonice li:nth-child(5) a:hover .fab {
	color: #e4405f;
}
.copyright-link {
	color: white;
	font-weight: bold;
}