* {
	margin: 0;
	padding: 0;
}
.naslov{
	text-align: center;
	min-height: 120px;
	padding-top: 50px;
}

.naslov h1{
	font-family: Verdana, sans-serif;
	font-size: 40px;
}

.proizvodi{
	font-family: Verdana, sans-serif;
	margin: 10px auto 30px;
	width: 90%;
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}
.proizvodi .image{
	position: relative;
	margin: 15px;
	box-sizing: border-box;
	display: inline-block;
	width: 22%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.proizvodi a{
	text-decoration: none;
	color: black;
}
.proizvodi .text_ispod{
	bottom: 0;
}
.text_ispod p{
	font-size: 17px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.image img{

	object-fit: contain;
	background-color: #9D8AC7;
}
.prod_image{
	max-width: 100%;
	max-height: 90%;
}

.image img:hover{
	opacity: 0.6;
}
.image:hover{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.buttons{
	display:inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;        
	align-content: center; 
	
	width: 100%;
}
.buttons a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
}

.buttons a:hover {
	background-color: #ddd;
	color: black;
}
.buttons p{
	padding: 18px 10px 0;
}

.button {
	background-color: #f1f1f1;
	color: black;
	padding: 5px;
	width: 35px;

}

.round {
	border-radius: 50%;
	border: 1px solid grey;
}

footer{
	font-family: Verdana, sans-serif;
	text-align: center;
	border-top-style: solid;
	border-top-color: #e0e0eb;
	border-width: 1px;
}
footer p{
	padding: 20px 0;
	margin-bottom: 0;
	font-size: 16px;
	padding-left: 3px;
	padding-right: 3px;
}
footer p a{
	text-decoration: none;
	color: #14141f;
}
.footer_kontakt{
	padding: 25px 0;
	line-height: 200%;
}
.insta:hover{
	text-decoration: underline;
	color: #14141f;
}
.back{
	font-family: Verdana, sans-serif;
	text-align: center;
	padding: 20px 0;
}
.backtop{
	right: 0;
	color: black;
	font-size: 19px;
	text-decoration: none;
}
.backtop:hover{
	color: black;
	text-decoration: underline black;
}
/*kod za Lightbox*/
.prev,
.next {
	cursor: pointer;
	position: fixed;
	top: 50%;
	width: auto;
	padding: 20px;

	margin-top: -50px;
	color: white;

	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.prev{
	left: 20px;
}

.next {
	right: 20px;
	border-radius: 3px 0 0 3px;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 5px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}
.inner_light{
	width: 100%;
	height: 100%;
}
.lightbox a{
	text-decoration: none;
}
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 35px;
	font-weight: bold;

}
.cursor{
	cursor: pointer;
}

.mySlides{
	margin: auto;
}

.mySlides img{
	display: block;
	width: 70%;
	height: auto;
	margin: auto;
}
.slika_text{
	font-family: Verdana, sans-serif;
	color: #f2f2f2;
	font-size: 16px;
	padding: 8px 56px;
	position: absolute;
	top: 0;
}

.inner_light i {
	position: fixed;
	color: white;
	bottom: 10px;
	right: 35px;
	font-size: 20px;
	font-weight: bold;
}

/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.navbar{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 1440px) {
	.naslov h1{
		font-size: 80px;
	}
	.naslov p{
		color: white;
		font-size: 23px;
	}
	.uvod p{
		font-size: 21px;
	}
	.uvod h3{
		font-size: 29px;
	}
	.uvod hr{
		width: 15%;
		margin: auto;
	}
	.text_ispod p{
		font-size: 20px;
		padding: 20px 0;
	}
	footer p{
		font-size: 19px;
	}
	.backtop{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1150px) {
	.proizvodi{
		width: 99%;
		padding: 0 0 0 20px;
	}
	.proizvodi .image{
		margin: 10px;
		width: 30%;
	}

	.text_ispod p{
		font-size: 17px;

	}
}
@media only screen and (max-width: 1050px) {
	.uvod p{
		display: none;
	}
	.uvod hr{
		width: 25%;
	}
}

@media only screen and (max-width: 780px) {
	.image:hover{
		transform: none;
		transition-duration: 0s;
	}
	#exsp{
		display: none;
	}
	.mySlides img{
		padding-top: 150px;
	}
}

@media only screen and (max-width: 768px) {
	.naslov{
		min-height: 100px;
	}
	.naslov h1{
		font-size: 37px;
	}
	.uvod p{
		display: none;
	}
	.uvod hr{
		width: 25%;
	}
	.proizvodi{
		padding: 15px;
	}

	.proizvodi .image{
		margin: 10px;
		width: 46%;
	}

	.text_ispod p{
		font-size: 15px;
		padding: 5px 0;
	}
	.text{
		padding-left: 40px;
	}
	.text ul li{
		text-align: left;
	}

	.o_nama{
		padding: 30px 20px;
	}
	footer p{
		font-size: 15px;
	}
}

@media only screen and (max-width: 680px) {
	.text ul li{
		width: 140px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 570px) {
	.naslov{
		padding-top: 40px;
	}
	.naslov h1{
		font-size: 35px;
	}
	.proizvodi .image{
		margin: 5px;
		width: 46%;
	}

	.text_ispod p{
		font-size: 15px;
		padding: 5px 0;
	}
	.text{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 520px) {
	.text{
		text-align: left;
		padding: 7px 25px 0;
	}

	.text ul li{
		display: block;
		text-align: left;
		font-size: 15px;
	}
}

@media only screen and (max-width: 488px) {
	.uvod p{
		display: none;
	}
	.uvod hr{
		width: 35%;
	}

	.proizvodi .image{
		margin: 5px;
		width: 46%;
	}

	.text_ispod p{
		font-size: 15px;
		padding: 5px 0;
	}
	.onama_text{
		text-align: center;
		width: 100%;
		float: top;
		font-size: 16px;
	}

	footer p{
		font-size: 15px;
	}

}
@media only screen and (max-width: 405px) {

	.naslov{
		min-height: 90px;
		padding-top: 35px;
	}

	.proizvodi{
		padding: 0 0 0 20px;
	}
	.proizvodi .image{
		margin: 5px;
		width: 90%;
	}
}
@media only screen and (max-width: 360px) {
	.naslov{
		min-height: 90px;
		padding-top: 30px;
	}
	.naslov h1{
		font-size: 35px;
	}
	.uvod p{
		display: none;
	}
	.uvod hr{
		width: 40%;
	}

	.text_ispod p{
		font-size: 14px;
		padding: 5px 0;
	}
	.onama_text{
		text-align: center;
		width: 100%;
		float: top;
		font-size: 16px;
	}

	footer p{
		font-size: 14px;
	}
}

@media only screen and (max-width: 320px) {
	.naslov h1{
		font-size: 33px;
	}

	.uvod h3{
		font-size: 20px;
	}
	.uvod hr{
		width: 47%;
	}
	.uvod p{
		display: none;
	}
	.proizvodi{
		padding: 0 0 0 10px;
		width: 95%;
	}

	.proizvodi .image{
		margin: 7px;
		width: 90%;
	}

	.text_ispod p{
		font-size: 14px;
		padding: 5px 0;
	}

	.text{
		padding: 7px 25px 0;
	}
	.text ul li{
		font-size: 14px;
	}
	.backtop{
		font-size: 16px;
	}
	footer p{
		font-size: 14px;
	}
	.slika_text{

		font-size: 15px;

	}
}