*{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

#footer{
	width: 100%;
	height: 300px;
	background-color: #0c5268;
	margin-top: 30px;
}
.copy{
	color: #fff;
	text-align: center;
	margin-top: 60px;
}
.sekcija{
	width: 90%;
	margin: auto;
	height: 70%;
	display: flex;
	overflow: hidden;
}
.sekcija div{
	height: 99%;
	width: 25%;
	text-align: center;
	padding-top: 15px;
	overflow: hidden;
}
.sekcija div h1{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.sekcija div hr{
	background-color: #fff;
	width: 60px;
}
.sekcija div p{
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4;
}
.sekcija div ul li{
	list-style: none;
	padding: 5px;
}
.sekcija div ul li a{
	text-decoration: none;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
.sekcija div form input{
	width: 70%;
	height: 35px;
	border: none;
	border-radius: 10px;
}
.sekcija div form button{
	width: 35px;
	height: 35px;
	color: #0c5268;
	background-color: #fff;
	border-radius: 7px;
	border:none;
}
.mreze {
 margin-left: 120px;
}
.mreze a{
	text-decoration: none;
	padding-right: 10px;
	color: white;
	font-size: 24px;
}
@media (max-width: 767px){
	#footer{
		height: 100%;
	}
	.sekcija{
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.linkovi{
		display: none;
	}
	.footusluge{
		display: none;
	}
	.sekcija div{
		width: 80%;
		margin: auto;
	}
	.sekcija div p{
		font-size: 12px;
	}
	.sekcija div hr{
		margin-bottom: 20px;
	}
}
.kolona-slika{
	float: left;
	width: 25%;
	text-align: center;
}
.naslov{
	width: 100%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #0c5268;
	padding-bottom: 60px;
	overflow: visible;
}
.naslov h1{
	font-family: 'Oswald', sans-serif;
}
.naslov hr{
	width: 150px;
	background-color: #0c5268;
	text-align: center;
}
@media (max-width: 767px){
	.naslov{
		width: 80%;
		margin: auto;
		padding-bottom: 0px;
	}
	.naslov hr{

	}
}
.servisi{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 100px;
	background-color: #f2f6fa;
	margin-top: 40px;
	overflow: visible;
}
.service-box{
	width: 80%;
	display:flex;
	flex-wrap: wrap; 
	justify-content: space-around;
	margin: auto;
	overflow: visible;
}
.single-service {
	flex-basis: 48%;
	text-align: center;
	border-radius: 7px;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	overflow: visible;
}
 .single-service img{
 	width: 100%; 
 	border-radius: 7px;

 }

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#0c5268);
    opacity: 0;
    transition: 1s;
}
.single-service:hover .overlay {
	opacity: 1;
}

.service-desc{
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 1s;
	overflow: visible;
}
.service-desc h3{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;

}
hr {
	background: #fff;
	height:2px;
	border: 0;
	margin:15px auto;
	width: 60%;
}

.service-desc p{
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}
.service-desc a{
	width: 150px;
	text-decoration: none;
	border:1px solid #fff;
	display:inline-block;
	margin-top: 20px;
	margin-left:-75px;
	padding: 12px 0;
	color: #fff;
	position: absolute;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;


}
.service-desc a span{
	width:0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background:#fff;
    transition: 0.5s
    font-family: 'Source Sans Pro', sans-serif;
}
.service-desc a:hover span{
	width: 100%;
}


.service-desc a:hover{
	color: black;
}



.single-service:hover .service-desc{
    bottom: 40%;
    opacity: 1;
}


@media screen and (max-width: 770px){
	.single-service{
		flex-basis: 100%;
		margin-bottom: 30px;}

	.single-service p{
		font-size: 12px; 
	}
	hr{
		margin: 5px auto;
	}

	.single-servis:hover .service-desc{
		bottom: 25% !important;
	}
}
.usluge{
	width: 70%;
	height: 100%;
	margin: auto;
	text-align: center;
	background: #fff;
	padding-bottom: 60px;
}
.usluga{
	width: 33%;
	float: left;
	padding-bottom: 40px;


}
#usluge h1{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #0c5268;
	text-transform: uppercase;
	font-size: 28px;

}
.u-slika{
	

}
.u-slika img{
	width: 20%;
	padding: 30px;
	filter: invert(22%) sepia(36%) saturate(2242%) hue-rotate(161deg) brightness(93%) contrast(91%);
}
.u-text p{
	padding-left: 30px;
	padding-right: 30px;
	color: lightgrey;
	font-family: 'Source Sans Pro', sans-serif;
}
.u-text p:hover{
	color: #0c5268;
	transition: 1s;

}
@media (max-width: 767px){
	.usluge{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: auto;
	}
	.usluga{
		width: 50%;
	}
	.u-slika img{
		width: 50%;
		padding: auto;
	}
}

#navbar {	
  background-color:#f2f6fa;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 4;
  box-shadow:0 0 0 2px #f1f1f1;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

.logonav{
	display:inline-flex;
	float: center;
	text-align: center;
}
.naziv{
	padding-top: 10px;
	
}
.lognas{
	display: inline-flex;
	margin-left: 450px;
}
.naziv h2{
	color:#0c5268;
	font-family: 'Oswald', sans-serif;
}
.naziv p{
	color: lightgrey;
	font-family: 'Source Sans Pro', sans-serif;
}
.poziv{
	padding-top: 15px;
	color: #0c5268;
	position: absolute;
	left: 80px;
	overflow: visible;
}
.call{
	border: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background-color: #0c5268;
	animation: animate 2s linear infinite;
	overflow: visible;
}
@keyframes animate{
	0%{
		box-shadow: 0 0 0 0 rgba(12,82,104,.7) 0 0 0 0 rgba(12,82,104,.7);
	}
	40%{
		box-shadow: 0 0 0 20px rgba(12,82,104,0), 0 0 0 0 rgba(12,82,104,.7);
	}
	80%{
		box-shadow: 0 0 0 20px rgba(12,82,104,0), 0 0 0 15px rgba(12,82,104,0);
	}
	100%{
		box-shadow: 0 0 0 0 rgba(12,82,104,0), 0 0 0 15px rgba(12,82,104,0);
	}
}
@media (max-width: 767px){
	#navbar{
		width: 100%;
	}
	.poziv{
		left:40px;
	}
	#menubtn{
		margin-right: -40px;
	}
}
#header{
	height: 450px;
    overflow: hidden;
	position: relative;
}
#header .slajd{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	display: none;
	padding: 0 15px;
	animation: slide 2s ease;
}
#header .slajd.active{
	display: flex;
}
@keyframes slide{
	0%{
	   opacity: .1; transform: scale(1.1);
	}
	100%{
	   opacity: 1; transform: scale(1);
	}
}
.s-text{
	max-width: 1170px;
	margin: auto;
}
#header .s-text{
	flex-grow: 1;
}
#header .s-opis h1{
    font-size: 42px;
    color:#0c5268;
    margin:0;
    font-family: 'Oswald', sans-serif;
}
#header .slajd.active .s-opis h1{
	opacity: 0;
    animation: captionText 0.5s ease forwards;
	animation-delay: 1s;
}
#header .s-opis p{
	font-size:16px;
	color:grey;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
#header .slajd.active .s-opis p{
	opacity: 0;
    animation: captionText 0.5s ease forwards;
	animation-delay: 1.2s;
}
#header .s-opis a{
	display: inline-block;
	padding: 10px 30px;
	background-color: #0c5268;
	text-decoration: none;
	color: white;
	margin-top: 20px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}
#header .slajd.active .s-opis a{
	opacity: 0;
    animation: captionText .5s ease forwards;
	animation-delay: 1.4s;
}
@keyframes captionText{
	0%{
		opacity:0; transform:translateX(-100px);
	}
	100%{
		opacity:1; transform:translateX(0px);
	}
}
#header .kontrole .levo,
#header .kontrole .desno{
	position: absolute;
	z-index: 2;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	color: #fff;
	background-color: red;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	transition: all .5s ease;
	display: none;
}
#header .kontrole .levo:hover,
#header .kontrole .desno:hover{
	background-color: black;
}
#header .kontrole .levo{
	left: 0;
}
#header .kontrole .desno{
	right: 0;
}
#header .indikatori{
	position: absolute;
	left: 50%;
	top: 80%;
	z-index: 2;
	transform: translate();
}
#header .indikatori div{
	display: inline-block;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #f2f6fa;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	margin: 0 3px;
	border: 1px solid #0c5268;
	color: #f2f6fa;
	cursor: pointer;
}
#header .indikatori div.active{
	background-color: #0c5268;
	color: #0c5268;
}
/*Responsive za slajder*/
@media (max-width: 767px){
	#header{
		width: 100%;
	}
	.kontrole{
		display: none;
	}
	.slajd{

	}
}
.marquee{
	width: 100vw;
	height: 20vh;
	background-color: white;
	color: #fff;
	overflow: hidden;
	margin: auto;
	position: relative;
}

.marquee:before, .marquee:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: "";
	z-index: 1;
}
.marquee:before {
	left: 0;
	background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.marquee:after{
	right: 0;
	background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.marquee-content{
	list-style: none;
	height: 100%;
	display: flex;
	overflow-x: visible;
	animation: scrolling 45s linear infinite;
}
@keyframes scrolling{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-180vw);
	}
}
.marquee-content:hover{
	animation-play-state: paused;
}
.marquee-content li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20vw;
	flex-shrink: 0;
	font-size: 5rem;
	white-space: nowrap;
}
.partneri{
	text-align: center;
	margin-top: 350px;
	padding-top: 300px;
}
.partneri h1{
	color: #0c5268;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.partneri p{
    color: lightgrey;
    	font-family: 'Source Sans Pro', sans-serif;
    	line-height: 25px;
}
@media (max-width: 767px){
	.partneri{
		margin-top: 100px;
		text-align: center;
		padding: 0;
	}
	.partneri p{
		width: 90%;
		padding: 0;
		margin: auto;
	}
	.marquee{
		width: 100vw;
		height: 20vh;
	}
	.marquee-content li {
		width: 50vw;
		padding: 20px;
	}
	.marquee:before, .marquee:after{
        width: 10rem;
	}
}
#brojanje{
	width:100%;
	height: 400px;
	background-image: url(../img/brojanje.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
.podloga {
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(0,0,0,0.5),#0c5268);
    opacity: .5;
    position: absolute;


}
.brojanje-div{
	width: 100%;
	height: 100%;
	text-align: center;
 }
 .brojanje-div h1{
    color:#0c5268;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-left: 200px;
 }
 .brojanje-div hr{
 	width: 100px;
	background-color: #0c5268;
	margin-left: 200px;

 }
 .brojanje-div p{
 	width: 30%;
 	font-family: 'Source Sans Pro', sans-serif;
 	color: lightgrey;
 	margin-left: 200px;
 	margin-bottom: 40px;
 	text-align: justify;

 }
 .kponuda{
 	width: 60%;
 	height: 280px;
  	margin-top: -150px;
 	border-radius: 9px;
 	background-color: #f2f6fa;
 	position: absolute;
 	left: 20%;
 	text-align: center;
 	padding-top: 20px;
 }
 .kponuda h2{
 	color:#0c5268;
    font-family: 'Oswald', sans-serif;
 }
 .ponuda{
 	width: 100%;
 	display: inline-flex;
 	padding-left: 80px;
 }
 .ponuda-input{
 	padding-bottom: 10px;
 }
 .ponuda-input p{
 	margin-left: -120px;
 	color: #0c5268;
 }
 .ponuda-input input{
 	width: 220px;
 	height: 25px;
 	margin-top: 10px;
 	border: none;
 	border-radius: 10px;
 	padding-left: 10px;
 	color: #0c5268;
 }
 .ponuda-btn{
    display: inline-block;
    padding-left: 80px;
    padding-top: 20px;
    width: 350px;

 }
 .ponuda-btn textarea{
 	margin-top: 10px;
 	width: 100%;
 	height:100px;
 	border: none;
 	border-radius: 10px;
 }
 .ponuda-btn button{
 	margin-top: 10px;
 	width: 100%;
 	padding: 16px;
 	background-color: #0c5268;
 	color: white;
 	border: none;
 	cursor: pointer;
 	transition: 0.5s;
 	border-radius: 10px;

 }
 .ponuda-btn button:hover{
 	background-color: #fff;
 	border: 2px solid #0c5268;
 	color: #0c5268;
 	font-weight: 600;
 	font-size: 13px;

 }
 @media (max-width: 767px){
 	.brojanje-div{
 		width: 90%;
 		margin: auto;
 	}
 	.brojanje-div h1{
 		margin: auto;
 		padding-top: 100px;
 	}
 	.brojanje-div hr{
 		margin-left: 0px;
 	}
 	.brojanje-div p{
 		margin: auto;
 		width: 100%;
 		padding-top: 10px;
 		padding-bottom: 10px;
 	}
 	.kponuda{
 		width: 80%;
 		margin-top: -400;
 		height: 450px;
 		left: 10%;
 	}
 	.ponuda{
 		display: block;
 		padding: 0;
 	}
 	.ponuda-input{
 		width: 100%;
 		padding-top: 20px;
 	}
 	.ponuda-btn{
 		width: 90%;
 		padding: 0;
 	}
 }
#menubtn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color:  #0c5268;
	cursor: pointer;
	overflow-x: visible;
	position: absolute;
	right: 80px;
	margin-top: 15px;
}

#menubtn img {
	width: 50px;
	padding-top:2px;
	position:absolute;
	right:0;
	top:6px;
}
#sideNav {
	width: 100vw;
	height: 100vh;
	position: fixed;
	right: -110%;
	top: 0;
	z-index: -5;
	background:linear-gradient(rgba(0,0,0,0.5),#0c5268);
	opacity: 70%;
	transition: 0.5s;

}
#sideNav ul{
	position: absolute;
	top: 30%;
	left: 46%;
}
#sideNav ul li{
	text-align: center;
}
#sideNav ul li a{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	font-family: 'Oswald', sans-serif;
	padding: 0 10px 20px;
	text-align: center;
}
#sideNav ul li a:after{
	content: "";
	position: absolute;
	background-color: #fff;
	height: 3px;
	width: 0%;
	left: 0;
	bottom: 0px;
	transition: 0.4s;
	opacity: none;
}
#sideNav ul li a:hover:after{
	width: 100%;
}
@media(max-width: 767px){
	#sideNav ul {
        left: 30%;
	}
}
#jablotron h1{
	text-align: center;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
}
#jablotron hr{
	width: 80px;
	background-color: #0c5268;
}
.kontrola h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	padding-bottom: 20px;
	padding-top: 40px;
}
.kontrola p{
	text-align: center;
	color: lightgrey;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 30px;

}
.kont-a{
	width: 100%;
	display: inline-flex;

}
.img-kont{
	width: 50%;
	height: 400px;
	padding-top: 30px;
	padding-left: 150px;
	overflow: hidden;
}

.img-kont video{
	width: 100%;
	height: 100%;
}
.txt-kont{
	width: 50%;
	height: 400px;
	padding: 50px;
	padding-right: 150px;
	text-align: justify;
	font-family: 'Source Sans Pro', sans-serif;
	color: lightgrey;
}
.txt-kont h3{
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	padding-bottom: 10px;
}
.txt-kont p{
	padding-bottom: 10px;
}
.kontrola-img {
    display: inline-block; 
    margin-left: 17%;
    margin-top: 30px;
    margin-bottom: 100px;
}
.kontrola-img img{
	margin-left: 100px;
}
@media (max-width: 767px){
	#jablotron{
		width: 100%;
		margin: auto;
	}
	.kont-a{
		width: 100%;
        display: inline-block;
	}
	.img-kont{
		width: 90%;
		margin: auto;
		padding-left: 0px;
		padding-top:0px;
		margin-top: -50px;
	}
	.img-kont video{
        width: 100%;
        height: 100%;
	}
	.txt-kont{
		margin: auto;
		width: 90%;
		text-align: justify;
		height: 100%;
		padding: 0px;
		padding-top: 20px;
	}
	.kontrola{
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.kontrola-img{
		margin: auto;
		display: block;
	}
	.kontrola-img img{
		margin:auto;
	}
}
#interfon{
	margin-top: 350px;
	overflow: hidden;
	margin-bottom: 150px;
}
#interfon h1{
	text-align: center;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
}
#interfon hr{
	width: 150px;
	background-color: #0c5268;
	position: absolute;
	left: 50%;

}
#interfon img{
	margin-left: 100px;
}
#interfon p{
    font-family: 'Source Sans Pro', sans-serif;
    color: lightgrey;
    width: 500px;
    text-align: justify;
    margin-left: 50%;
    margin-top: -360px;
    padding-bottom: 65px;
}
#interfon a{
	width: 150px;
	height: 24px;
	text-align: center;
	padding:10px;
	padding-top: 12px;
	margin-top: -30px;
	position: absolute;
	right: 30%;
	border-radius: 10px;
	border: none;
	background-color: #0c5268;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	cursor: pointer;
}
#interfon a:hover{
	background-color: #fff;
	color: #0c5268;
	border: 1px solid #0c5268;
	transition: 0.3s;

}
@media (max-width: 767px){
	#interfon{
		width: 90%;
		margin-top: 400px;
		padding: 15px;
		text-align: center;
		margin-bottom: 80px;
	}
	#interfon img{
		margin:auto;
		max-width: 100%;
		padding-top: 20px;
	}
	#interfon p{
		width: 90%;
		margin:auto;
	}
	#interfon a{
		margin-right: -20px;
		margin-left: 50px;
	}
}
.baner{
	margin-top: 100px;
	margin-bottom: 200px;
	position: absolute;
	right: 0;
	width: 80%;
	background-color: #f2f6fa;
	height: 160px;
	padding: 50px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	display: inline-flex;
	overflow: visible;
}
.txt-baner{
	width: 50%;
	overflow: hidden;
}
.txt-baner h1{
	text-align: center;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.txt-baner p{
	text-align: justify;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 100px;
	color: lightgrey;
}
.txt-baner hr{
	width: 100px;
	background-color: #0c5268;
	margin-left: 100px;
}
.slika-baner img{
	height: 350px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	overflow: visible;
}
@media (max-width: 767px){
	.baner{
		width: 80%;
		position: relative;
		margin-left:0px;
		margin-top: -100px;
		border-bottom-left-radius: 0;
		margin-bottom: 0;
	}
	.slika-baner img{
		max-height: 130%;
		right: -40px;

	}
	.txt-baner p{
        display: none;
	}
	.txt-baner h1{
		position: relative;
		width: 150px;
	}
	.txt-baner{
		margin-top: -150px;
		margin-left: 100px;
	}
	.txt-baner hr{
		display: none;

	}
}
.uvod{
	width: 80%;
	margin: auto;
}
.uvod h1{
	margin-top: 100px;
	text-align: center;
	padding-bottom: 30px;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
}
.uvod p{
    font-family: 'Source Sans Pro', sans-serif;
    color: lightgrey;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
}
.uvod img{
	width: 100%;
	height: 400px;
}
@media (max-width: 767px){
	.uvod img{
		width: 200%;
		height: auto;
	}
}
#alarmni{
	width: 80%;
	margin: auto;
}
#alarmni h1{
	margin-top: 50px;
	text-align: center;
	padding-bottom: 30px;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
}
#alarmni p{
	font-family: 'Source Sans Pro', sans-serif;
    color: lightgrey;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
}
#rampe{
	width: 80%;
	margin: auto;
}
#rampe h1{
	margin-top: 50px;
	text-align: center;
	padding-bottom: 30px;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
}
#rampe p{
	font-family: 'Source Sans Pro', sans-serif;
    color: lightgrey;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
}
#nadzor{
	width: 80%;
	margin: auto;
}
#nadzor h1{
	margin-top: 50px;
	text-align: center;
	padding-bottom: 30px;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
}
#nadzor p{
	font-family: 'Source Sans Pro', sans-serif;
    color: lightgrey;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
}
.nadzor-img{
	width: 100%;
	display: flex;
	padding: 10px;
}
.nadzor-img img{
	padding: 10px;
}
@media (max-width: 767px){
	.nadzor-img{
		display: none;
	}
	.nadzor-img img{
		padding: 5px;
		max-width: 100%;
	}
    #nadzor img{
    	max-width: 100%;
    	margin-left: -35%;
    }
}
.kontakt h1{
	margin-top: 100px;
	text-align: center;
	padding-bottom: 30px;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
	text-transform: uppercase;
}
.kofo{
	width: 80%;
	margin: auto;
	height: 480px;
	border-radius: 10px;
	background-color: #f2f6fa;
	margin-bottom: 100px;
}
.poruka{
	width: 80%;
	margin: auto;
	margin-top: 50px;
	height: 80%;
	display: flex;
	overflow: hidden;
}
.poruka-inp{
	width: 50%;
	height: 98%;
	margin: auto;
	padding-top: 20px;
	padding-left: 50px;
}
.poruka-inp input{
	width: 80%;
	height: 40px;
	margin: auto;
	text-align: center;
	margin-top: 15px;
	border-radius: 5px;
	border: none;
}
.msg{
	width: 50%;
	height: 87%;
	padding-top: 35px;
	text-align: center;
	padding-right:10px;
}
.msg textarea{
	width: 100%;
	height: 80%;
	border: none;
	border-radius: 5px;
}
.msg button{
	width: 80%;
	height: 40px;
	background-color: #0c5268;
	color: #fff;
	border-radius: 7px;
	margin-top: 20px;
	cursor: pointer;
}
.msg button:hover{
	background-color: #fff;
	color:  #0c5268;
	transition: .3s;
}
@media (max-width: 767px){
	.kofo{
		width: 90%;
		height: auto;
		
	}
	.poruka{
		display: inline-block;
		overflow: visible;
	}
	.poruka-inp{
		width: 100%;
	}
	.msg{
		width: 100%;
		margin-left: 30px;
		height: 100%;
	}
	.msg textarea{
		height: 200px;
	}
	.msg button{
		margin-bottom: 20px;
	}
}
.hvala{
	width: 350px;
	height: 400px;
	margin: auto;
	
	border-radius: 10px;
	text-align: center;
	margin-top: 100px;
}
.hvala img{
	width: 120px;
	margin-top:20px;
	margin-bottom:40px;
}
.hvala h2,h1{
	font-family: 'Oswald', sans-serif;
	color: #0c5268;
}
.hvala h1{
	margin-top: 30px;
}