/*button home */


.button-3 {
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #2c974b;
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}
/*tabela zastita kablova*/
.zk {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 730px !important;
  border: 1px solid #ddd;
	font-size: 15px;
}

th, td {
  text-align: left;
  padding: 3px;
}

tr:nth-child(even){background-color: #f2f2f2;}

/* box pročitaj više*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/*pozicija menija*/
header{
	
padding-top: 30px;
	height: 400;
	
}
#top-menu {
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc; 
}
#top-menu::after{
	content: "";
	display: block;
	clear: both;
}
/*pozicija meni*/

logo {
	float: left;
	margin-left: 0px;
}

nav {
	float: right;
	
}
nav > ul {
	list-style: none;
	
}
nav> ul > li {
	float: left;
	font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif";		
}
nav > ul > li > a {
	display: block;
	width: 150px;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	line-height: 1.6;
	}
/*responsive prikaz menija*/
@media (max-width:900px){
	nav > ul {
		display: none;
}
	nav {
		font-size: 20px;
		width: 350px;
		line-height: 1.7;
		position: absolute;
		font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif";
		background-color:#292828;
	
	}
	nav:hover{
		text-decoration: underline;
		cursor: pointer;
		
	}
	nav:hover ul{
		display: block;
		position:relative;
		background-color: #E8E8E8;
		width:100%;
		height: 100%;
		left: 10px;
		top: 37px;
		padding-left: 10px;	
		padding-right: 10px
	}
	nav > ul > li a{
		border-bottom: 1px solid #808080;
		
	}
}
@media (min-width:901px){
	nav > span {
		display: none;
	}
}



.body {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}


img {
	width: 100%;
	height: auto;
}
/*pozicija 4 diva na home stranici*/


.tabela {
  width: 80%;
  margin: 10px auto;
	font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
.red{
  display: table;
  width: 100%;
  table-layout: fixed;
  border:1px solid grey;
}

.celija {
  display: table-cell;
  padding:.5em;
	text-align: center;
}

.celija:nth-child(odd) {
  background: #e6e6e6;
}

@media (max-width: 900px) {
  .red,
  .celija
  {
    display: block;
  }
	}


/*footer*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
	width: 100%;
    background-color: #e6e6e6;
    color: #000000;
    text-align: center;
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc; 
	line-height: 1.7;
}

	#nav {
		margin: 0 0 0 0;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
				/*font-style: italic;*/
				margin: 0 0.35em 0 0.35em;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > a {
					border-radius: 5px;
					color: #5d5d5d;
					text-decoration: none;
					padding: 0.6em 1.2em 0.6em 1.2em;
					-moz-transition: background-color .25s ease-in-out;
					-webkit-transition: background-color .25s ease-in-out;
					-ms-transition: background-color .25s ease-in-out;
					transition: background-color .25s ease-in-out;
					outline: 0;
				}

				#nav > ul > li:hover > a, #nav > ul > li.active > a {
					background: #f3f3f3;
				}

				#nav > ul > li.current > a {
					background: #d52349;
					color: #fff !important;
					font-weight: 700;
				}

	.dropotron {
		border-radius: 5px;
		background-color: #252122;
		background-color: rgba(34, 30, 31, 0.98);
		padding: 1.25em 1.5em 1.25em 1.5em;
		font-style: italic;
		min-width: 13em;
		box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
		list-style: none;
	}

		.dropotron a, .dropotron span {
			color: #aaa;
			text-decoration: none;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}

		.dropotron li {
			padding: 0.25em 0 0.25em 0;
		}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #fff;
			}

		.dropotron.level-0 {
			margin-top: 2em;
		}

			.dropotron.level-0:before {
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				margin-left: -10px;
				top: -9px;
				border-left: solid 10px transparent;
				border-right: solid 10px transparent;
				border-bottom: solid 10px #252122;
				border-bottom-color: rgba(34, 30, 31, 0.98);
			}

.button-1{
 display: inline-block;
  border-radius: 4px;
  background-color: #E98C16;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;

}