@charset "utf-8";
/* CSS Document */
/* SADRŽAJ
1. DIZAJN POČETNE STRANE
1.1. Stilovi navigacije
1.2. Stil za slajdove/slike u headeru
1.3. Odeljak za dobrodošlicu
1.4. Stilovi za kartice sa uslugama
1.5. Stilovi za sivi odeljak na početnoj strani
1.6. Stilovi za footer
2. DIZAJN OSTALIH STRANICA 
2.1. Stil za odvajanje sadržaja od ivica
2.2. Stil za naslov na stranici
2.3. Stil za slike na stranici
2.4. Stil za linkove na stranici 
2.5. Stilovi za kontakt formu*/
/* 1. DIZAJN POČETNE STRANE */
body{
	padding-top: 4.5rem;
	}
/* 1.1. Stilovi navigacije */
.nav-bg{
	background: #fff;
}
.navigation-link{	
	color: rgba(0,0,0,.5);
	text-decoration: none;
	display: block;
    padding: .5rem;
}
.navigation-link a{
	text-decoration: none;
	font-weight:bold;
	color: #2e2e2e;
}
.navigation-link a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #cfdd27;
  transition: 0.4s;
}
.navigation-link:hover{
	color: #2e2e2e;
	text-decoration: none;
	display: block;
	position: relative;
	}
.navigation-link a:hover{
		color: #cfdd27;
	}
.navigation-link-aktivan a{
	color: #2e2e2e;
	text-decoration: none;
	display: block;
    padding: .5rem;
	position: relative;
    border-bottom: 2px solid #cfdd27;
	font-weight:bold;
}
.navigation-link-aktivan a:hover{
	color: #2e2e2e;
	text-decoration: none;
	display: block;
    padding: .5rem;
	position: relative;
    border-bottom: 2px solid #cfdd27;
	font-weight:bold;
}
.navigation-link-aktivan a:active{
	color: #2e2e2e;
	text-decoration: none;
	display: block;
    padding: .5rem;
	position: relative;
    border-bottom: 2px solid #cfdd27;
	font-weight:bold;
}
.navigation-link a:hover:after {
  width: 100%;
}
.navigation-link-jezik{
	vertical-align:middle;
	padding: 0.5rem;
	}
/* 1.2. Stil za slajdove/slike u headeru */
.full-screen {
  width: 100%; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* 1.3. Odeljak dobrodošlice */
.dobrodosli-odeljak{
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 2%;
	margin-right: 0;
	font-size: 1rem;
	font-weight: bold;
}
.dobrodosli-odeljak-dugme{
	text-align: right;
}
.dugme{
	border: 5px solid #cfdd27;
	border-radius: 15px;
	font-size: 1rem;
	padding: 1%;
	font-weight: bold;
}
.dobrodosli-odeljak-dugme a{
	text-decoration: none; 
	color: #2e2e2e;
	}
.dobrodosli-odeljak-dugme a:hover{
	text-decoration: none;
	background-color: #cfdd27;
	border: 5px solid #2e2e2e;
	transition: 0.8s;
	}
.dobrodosli-odeljak img{
	padding-left: 25%;
}
.naslov-odeljak{
	font-size: 2rem;
	color: #2e2e2e;
}
.uokvireni-tekst{
	border: 15px solid #cfdd27;
	padding: 2%;
}
/* 1.4. Stilovi za kartice sa uslugama */
.sadrzaj-sajta{
	max-width: 1900px;
   }
.usluga-prikaz{
	border: none;
	}
.usluge-odeljak-dugme a{
	text-decoration: none; 
	color: #2e2e2e;
	padding: 3%;
	}
.usluge-odeljak-dugme a:hover{
	text-decoration: none;
	background-color: #cfdd27;
	border: 5px solid #2e2e2e;
	transition: 0.8s;
	}
.card-space{
	width: 27rem;
	margin: 1% 0.5%;
	}
.btn-cards {
    color: #fff;
    background-color: #353535;
	font-size: 0.8rem;
	padding: 4% 10%;
}
.btn-cards:hover{
	color:#a9000b;
	background-color: #2f2f2f;
	text-decoration: none;
	}
.img-usluge:hover{
	opacity: 0.5;
	transition: 0.4s;
	}
.naslov-usluge-link{
	margin-bottom: 9%;
	text-decoration: none;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.naslov-usluge-link a{	
	color: #2e2e2e;
}
.naslov-usluge-link a:hover{
	color:#cfdd27;
	text-decoration: none;
	transition: 0.4s;
	}
/* 1.5. Stilovi za sivi odeljak na početnoj strani */
.green-panel{
	background-color: #f2f7b5;
	border-radius: 0.25rem;
	margin-bottom: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 2%;
	font-weight: bold;
	}
.green-panel-podnaslov{
	font-size: 1.5rem;
	margin-bottom: 5%;
}
.green-panel-tekst{
	font-size: 1rem;
	margin-bottom: 5%;
}
.green-panel-tekst a{
	text-decoration: none; 
	color: #2e2e2e;
	padding: 1.5%;
	}
.green-panel-tekst a:hover{
	text-decoration: none;
	background-color: #cfdd27;
	border: 5px solid #2e2e2e;
	transition: 0.8s;
}
.green-panel-slika{
	width: 100%;
	border: 3px solid #cfdd27;
	border-radius: 2%;
}
/* Stilovi za portfolio na početnoj strani */
.container_slika {
  position: relative;
  width: 50%;
  margin: 0 0 1% 0;
  padding: 0;
}

.slide_slika {
  display: block;
  width: 90%;
  height: auto;
}

.prelaz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eb2929;
  overflow: hidden;
  width: 90%;
  height: 0;
  transition: .5s ease;
  opacity: 0.9;
}

.container_slika:hover .prelaz {
  height: 100%;
}

.text_slika {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.partneri-sajta-red{
	margin-left: 0;
	margin-right: 0;
}
.podnaslov-partneri-sajta{
	margin-bottom: 2%;
	text-decoration: none;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
}
.partneri-sajta-paragraf{
	text-align: center;
}
.partneri-sajta-img{
	opacity: 0.5;
}
.partneri-sajta-img:hover{
	opacity: 1;
	transition: 0.8s;
} 
.podnaslovi{
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #cfdd27;
	width: 100%;
	}
/* Stil za kartice AQ8 */
.senka{
	box-shadow: none;
}
.senka:hover{
	box-shadow: 0 0 25px #cfdd27;
	transition: opacity .5s ease-in-out;
}	
.panel{
	width: 100%;
	padding: 2%;
	margin-right: 1%;
	margin-bottom: 5%;
	background-color: #fff;
	color: #2e2e2e;
	border: 1px solid #ccc;
	border-top-color: #fff;
}
.panel-naslov{
	font-size: 1.5rem;
	font-weight: 400;
	color: #cfdd27;
	margin-top: 1%;
	text-align: center;
	}
.panel-img{
	width: 100%;
	border: 1px solid #ccc;
	border-bottom-color: #fff;
	}
.panel p{
	font-size: 0.8rem;
	color: 2e2e2e;
}
.cena{
	font-weight: bold;
	color: #F90;
}
hr {
  border: 0;
  clear:both;
  display:block;
  width: 100%;               
  background-color:#333;
  height: 1px;
}


/* 1.5. Stilovi za footer */
.container-footer{
	max-width: 1920px;
	padding-left: 5%;
	padding-right: 5%;
}
.footer-link{
	color: #cfdd28;
	}
.footer-link:hover{
	color: #fff;
	transition: 0.4s;
	}
.bg-footer{
	background-color: #2f2f2f;
	}
.footer-h2{
	color: #cfdd28;
	text-transform: uppercase;
	font-size: 1rem;
	padding-top: 12%;}
.razmak-liste{
	margin-top: 18%;
	}
.razmak-stavki{
	margin-bottom: 1.4%;
	}
.ponistavanje-razmaka{
	padding-top: 0;
}
.footer-tekst{
	color: #fff;
	font-size: 0.8rem;
		}
.footer-img{
	margin: 10% 0 3% 0;
	}
.footer-ul{
	color: #fff;
	list-style-type: none;
	padding-inline-start: 0px;
	font-size: 0.8rem;
	}
.footer-li{
	margin-bottom: 1%;
}
.footer-li a{
	color: #fff;
	}
.footer-li a:hover{
	color: #cfdd28;
	text-decoration: underline;
	transition: 0.4s;
	}
.text-footer{
	color:#fff;
	font-size: 0.7rem;
	margin-top: 1%;
	}
.social-icons:hover{
	opacity: 0.5;
	transition: 0.8s;
	}
.middle-column{
	text-align: center;
	}
.last-column{
	text-align: right;
	}
/* 2. DIZAJN OSTALIH STRANICA */
/* 2.1. Stil za odvajanje sadržaja od ivica */
.page-content{
	padding: 0 5%;
	min-height: 600px;
	}
/* 2.2. Stil za naslov na stranici */
.page-content h1{
	line-height: 0.76;
	margin-bottom: 0.3rem;
	font-size: 2rem;
	}
.page-content h2{
	line-height: 0.76;
	margin-bottom: 0.8rem;
	}
.podnaslovi a{
	font-size: 1.2rem;
    text-transform: uppercase;
    color: #cfdd27;
    width: 100%;
}
.podnaslovi a:hover{
	font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
    width: 100%;
	text-decoration: none;
	transition: 0.8s;
}
.title-page{
	margin: 3% 0 2% 0;
	width: 100%;
	padding-left: 0.5%;
	border-left: 5px solid #cfdd27;
	line-height: 2%;
    }
.title-page-aktuelno{
	margin: 1% 0 2% 0;
	width: 100%;
	padding-left: 0.5%;
	border-left: 5px solid #cfdd27;
	line-height: 2%;
    }
.title-page a{
	color: #2e2e2e;
	}
.title-page-aktuelno a{
	color: #2e2e2e;
	line-height: 1;
	}
.title-page a:hover{
	color: #cfdd27;
	text-decoration: none;
	}
.title-page-aktuelno a:hover{
	color: #cfdd27;
	text-decoration: none;
	}
.subtitle-page{
	margin: 1% 0 2% 0;
	color: #a9000b;
	font-size: 18pt;
	text-transform: uppercase;
    }
/* 2.3. Stil za slike na stranici*/
.elementi-sajta{
	width: 100%;
}
.page-img{
	border-radius: 0.25rem;
	margin-bottom: 3%;
	border: 3px solid #cfdd27;
	}
.page-img-velika{
	border-radius: 0.25rem;
	margin-bottom: 3%;
	border: 3px solid #cfdd27;
	width: 100%;
}
	.page-img-usluge{
	margin-right: 2%;
	width: 100%;
}
.page-img-reset{
	margin-bottom: 1%;
}
/* 2.4. Stil za linkove na stranici */
p a{
	color: #cfdd27;
	font-weight: bold;
	text-decoration: none;
	
	}
p a:hover{
	color: #212529;
	text-decoration: none;
	transition: 0.8s;
	}
li a{
	color: #cfdd27;
	font-weight: bold;
	text-decoration: none;
	
	}
li a:hover{
	color: #212529;
	text-decoration: none;
	transition: 0.8s;
	}
/* 2.5 Stilovi za kontakt formu */
/* Mape */
.maps-location{
	margin-top: 5%;}
/* Google captcha */
.label {margin: 1% 0;}
	.field {margin: 0 0 2% 0;}	
		div#central {margin: 0px 0px 100px 0px;}
/* Stilovi za slike lightbox */
.lightbox-img img{
	border: 3px solid #cfdd27; 
	margin-bottom: 1%;
	margin-right: 0.25%;
}
/* Dugme za povratak na vrh stranice */
#dugme-vrh {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 99;
  font-size: 1rem;
  border: none;
  outline: none;
  background-color: #cfdd27;
  color: white;
  cursor: pointer;
  padding: 1%;
  border-radius: 4px;
  transition: all .3s linear;
}
#dugme-vrh:hover {
  background-color: #2e2e2e;
}
/* Breadcrumbs navigacija */
.breadcrumb{
	color:#cfdd27;
	background-color: #fff;
	margin-top: 2%;
	padding: 0;
}
.breadcrumb a{color: #2e2e2e;
    font-weight: bold;
    text-decoration: none;
}
.breadcrumb a:hover{
	color:#cfdd27;
}
/* AQ8 stranica */
.page-img-aq8{
	border-radius: 0.25rem;
	margin-bottom: 3%;
	border: 3px solid #cfdd27;
	text-align: right;
	width: 100%;
	}
.page-slika-aq8{
	border: none;
	margin: 0;
	padding: 0;
	width: 60%;
}
.tekst-levi{
	text-align: left;
}
.tekst-desni{
	text-align: right;
}
.centralna-kolona{
	text-align: center;
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.senka{
   box-shadow: none;
}
.senka:hover {
    box-shadow: 0 0 25px #d2dc51;
    transition: opacity .5s ease-in-out;
}
.panel {
    width: 100%;
    padding: 2%;
    margin-right: 1%;
    margin-bottom: 5%;
    background-color: #f2f4ca;
    color: #2e2e2e;
    border: 1px solid #cfdd27;
    border-top-color: #f2f4ca;
}
.panel-naslov {
    font-size: 1.5rem;
    font-weight: 400;
    color: #cfdd27;
    margin-top: 1%;
    text-align: center;
}
.panel p {
    font-size: 0.8rem;
    color: #2e2e2e;
}
.panel-img {
    width: 100%;
    border: 1px solid #cfdd27;
    border-bottom-color: #f2f4ca;
	opacity: 0.5;
}
.panel-img:hover {
    width: 100%;
    border: 1px solid #cfdd27;
    border-bottom-color: #f2f4ca;
	opacity: 1;
	transition: ease-in 0.8s;
}
.panel-dugme{
	text-align: center;
	margin-bottom: 5%;
}
.panel-dugme a {
    text-decoration: none;
    color: #2e2e2e;
}
.panel-dugme a:hover {
    text-decoration: none;
    background-color: #cfdd27;
    border: 5px solid #2e2e2e;
    transition: 0.8s;
}
.page-slika-wonder{
	border: none;
	margin: 0;
	padding: 0;
}
.razmak-za-cene-prvi{
	margin-left: 13.5%;
	}
.razmak-za-cene-drugi{
	margin-left: 11%;
	}
.razmak-za-cene-treci{
	margin-left: 9%;
	}
/* Wonder Newsletter */
#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif;}
/* RESPONSIVE DIZAN */
@media (min-width: 1300px) and (max-width: 1680px){
	.card-space {
    width: 24rem;
    margin: 1% 0.5%;
}
   .page-img{
	border-radius: 0.25rem;
    margin-bottom: 3%;
    border: 3px solid #cfdd27;
	width: 33%;
	}
	.page-img-full-size{
		width: 100%;
		}
	.page-img-more-img{
		width: 24%;
	}
	.page-img-more-img-second{
		width: 19%;
	}
	.page-img-more-img-third{
		width: 60%;
	}
}
		@media (min-width: 1024px) and  (max-width: 1200px){
			.page-img{
				width: 100%;
			}
			.navigation-link{
				font-size: 0.8rem; 
			}	
			.navigation-link-aktivan{
				color: #2e2e2e;
				text-decoration: none;
				display: block;
				padding: 0.5rem;
				position: relative;
				border-bottom: 2px solid #cfdd27;
				font-weight: bold;
				font-size: 0.8rem;
			}
			.navigation-link-aktivan a {
    			color: #2e2e2e;
    			text-decoration: none;
    			display: inherit;
    			padding: 0;
    			position: inherit;
    			border-bottom: none;
    			font-weight: bold;
			}
			.navigation-link-aktivan a:hover {
    			color: #2e2e2e;
    			text-decoration: none;
    			display: inherit;
    			padding: 0;
    			position: inherit;
    			border-bottom: none;
    			font-weight: bold;
			}
			.dobrodosli-odeljak img {
				padding-left: 0%;
				height: 70%;
				 vertical-align: middle;
				 margin-top: 25%;
			}
			.footer-img {
				width: 100%;
			}
			.footer-ul {
				font-size: 0.5rem;
			}
			footer .col-sm-2 img{
				display: none;
			}
			.razmak-liste {
				margin-top: 30%;
				}
			.razmak-stavki{
				margin-bottom: 15%;
			}
			.razmak-stavki.footer-li{
				margin-bottom: 3%;
			}
			.page-img-1024 img{
				width: 19%;
			}
			.panel-dugme {
    text-align: center;
    margin-bottom: 5%;
}
		}
		@media (min-width: 1280px) and (max-width: 1400px) {
			.page-img{
				width: 100%;
			}
			.dobrodosli-odeljak img {
				padding-left: 1%
			}
			.page-img-1024 img{
				width: 19%;
			}
			.footer-ul{
				font-size: 0.6rem;
			}
			.panel-dugme {
    text-align: center;
    margin-bottom: 5%;
}
		}
		@media all and (min-width: 768px) and (max-width: 979px) {.content {width: 100%;}}
		@media all and (max-width: 767px) {
			body {margin: 0 auto;word-wrap:break-word}
			.content {width: 100%;}
			div#central { margin: 0px 20px 100px 20px;}
			  .panel-dugme {
    text-align: center;
    margin-bottom: 5%;
			  }
			  input, textarea {width: 100%; padding: 1%; font-size:1em; border: 1px solid #A1A1A1;	}
		}
		input, textarea {width: 100%; padding: 1%; font-size:1em; border: 1px solid #A1A1A1;	}
		.dugmeFrm{
			border: 5px solid #cfdd27;
	        border-radius: 15px;
	        font-size: 1rem;
	        padding: 1%;
	        font-weight: bold;
			color: #2e2e2e;
			}
         .dugmeFrm:hover{
			 text-decoration: none;
			 background-color: #cfdd27;
			 border: 5px solid #2e2e2e;
			 transition: 0.8s;
			 }
		#mail-status {
			padding: 12px 20px;
			width: 100%;
			display:none; 
			font-size: 1em;
			color: rgb(40, 40, 40);
		}
	  .error{background-color: #F7902D;  margin-bottom: 40px;}
	  .success{background-color: #48e0a4; }
		.g-recaptcha {margin: 0 0 25px 0;}

@media only screen and (max-width: 600px) {
	.page-img{ width: 100%;}
	.page-slika-wonder{ width: 100%;}

.obrazac{
	display: block;
	margin-bottom: 2%; 
	width: 100%;
	}

.alert-success{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
  right: 0;
  top: 10px;
  border-left: 8px solid #3AD66E;
  border-radius: 4px;
  margin-bottom: 2%;
}

.alert-error{
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
  right: 0;
  top: 10px;
  border-left: 8px solid #FFA502;
  border-radius: 4px;
  margin-bottom: 2%;
}
.podnaslovi{
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #cfdd27;
	width: 100%;
	}
.razmak-za-cene-prvi{
	margin-left: 13.5%;
	}
.razmak-za-cene-drugi{
	margin-left: 11%;
	}
.razmak-za-cene-treci{
	margin-left: 9%;
	}
hr {
  border: 0;
  clear:both;
  display:block;
  width: 100%;               
  background-color:#2e2e2e;
  height: 1px;
}
.panel-dugme {
    text-align: center;
    margin-bottom: 5%;
}
#dugme-vrh {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 99;
  font-size: 1rem;
  border: none;
  outline: none;
  background-color: #cfdd27;
  color: white;
  cursor: pointer;
  padding: 5%;
  border-radius: 4px;
  transition: all .3s linear;
}
#dugme-vrh:hover {
  background-color: #2e2e2e;
}
.page-content h2 {
    line-height: 1.2;
    margin-bottom: 0.8rem;
	margin-top: 2%;
}
}
@media only screen and (max-width: 600px) {
	.page-img{	
	border-radius: 0.25rem;
	margin: 1%;
	width: 100%;
	}	
	.panel-dugme {
    text-align: center;
    margin-bottom: 5%;
}
}
@media (max-width: 767px) {
	.navigation-link a{	
    border-bottom: none;
}
    .navigation-link:hover{	
  border-bottom: none;
}
	.navigation-link a:hover{	
   border-bottom: none;
}
	.navigation-link a:active{	
   border-bottom: none;
}
.navigation-link a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: none;
}
.navigation-link-aktivan a{
	color: #2e2e2e;
	text-decoration: none;
	display: block;
    padding: .5rem;
	position: relative;
    border-bottom: none;
	font-weight:bold;
}
.navigation-link-aktivan a:hover{
	color: #cfdd27;
	text-decoration: none;
	display: block;
    padding: .5rem;
	position: relative;
    border-bottom: none;
	font-weight:bold;
}
.uokvireni-tekst{
	margin-left: 1%;
}
.breadcrumb-row{
	margin-top: 1%;
}
.dugme{
	padding: 2%;
	font-size: 0.8rem;
}
.green-panel-slika{
	margin-bottom: 2%;
}
.podnaslov-partneri-sajta{
	margin-bottom: 2%;
}
.partneri-sajta-img{
	width: 40%;
}
.razmak-liste{
	margin-top: 3%;
	}
.last-column{
	text-align: left;
	}
.footer-h2{
	color: #cfdd28;
	text-transform: uppercase;
	font-size: 1rem;
	padding-top: 5%;
	}
.razmak-za-cene-prvi{
	margin-left: 12.5%;
	}
.razmak-za-cene-drugi{
	margin-left: 10%;
	}
.razmak-za-cene-treci{
	margin-left: 8%;
	}
.title-page{
	margin: 9% 0 2% 0;
	padding-left: 1.5%;
}
.title-page-aktuelno{
	margin: 5% 0 2% 0;
	padding-left: 1.5%;
}
hr {
	margin-left:4%;
}
.maps-location{
	margin-top: 0.2%;
	margin-left: 5%;}
/*p{
	margin-left: 3%;}*/
.row{
	margin-left: 0;
	margin-right: 0;
}
.container-fluid{
	padding-left: 0;
}
.panel-dugme {
    text-align: center;
    margin-bottom: 5%;
}
.footer-img{
	width: 100%;
}
}