.logo {
	width: 300px;
	height: 160px;
	background: #fff;
}
.logo img {
	width: 100%;
	height: 150px;
}
/*.logo h1 {
	font-family: 'Lobster Two', cursive;
	font-size: 80px;
	color: #6C4824;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}*/
.podcrt {
	text-decoration: underline;
}
.header {
	width: 100%;
	height: 55px;
	background: rgba(0,0,0,0.5);
}
.header-placeholder {
	margin-top: 15px;
}
.header ul {	
	list-style: none; /**/
	width: 300px;
}
.header li { /**/
	display: inline;
	width: 95px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url("../images/navibar4.png");
	background-size: 95px;
}
.header li:hover {
	opacity: 50%;
}
.header a {
	width: 95px;
	height: 95px;
	font-family: 'PT Sans Narrow', sans-serif;
	display: block; /**/ /**/
	/*height: 30px; /**/
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.header a:hover {
	color: #AAA;
	background: url("../images/navibar44.png");
	background-size: 95px;
	border-bottom: 2px solid #aaaaaa;
	}
.fixed {
	position: fixed;
	top: 0;
	z-index: 5;
}
.nav {
	margin-left: auto;
	margin-right: auto;
}
.pozadina {
	width: 100%;
	height: 900px;
	background-image: url("../images/lokot1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.main2 {
	margin-top: 200px;
}
.poslano1 {
	width: 100%;
	height: 200px;
}
.poslano1 h1 {
	text-align: center;
	margin: auto;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #6C4824;
}
.formkontakt {
	width: 100%;
	height: 500px;
	background: #7a6440;
	border-radius: 5px 5px 0 0;
}
.formkontakt h1 {
	padding-top: 10px;
	text-align: center;
	font-family: 'Lobster Two', cursive;
	font-size: 29px;
	font-weight: bolder;
	color: #fff;
}
.formkontakt td {
	padding: 0 0 10px 9px;
}
.formkontakt label {
	font-family: 'Lobster Two', cursive;
	font-size: 19px;
	color: #fff;
}
input[type=text], textarea[name="comments"] {padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=submit] {padding:5px 15px; background:#fff; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.crtica {
	width: 100%;
	height: 10px;
	background: url("../images/crtica.png");
	background-size: contain;
}

.sadrzaj2 h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 35px;
	color: #6C4824;
}
.sadrzaj2 li {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 10px;
	list-style-type: none;
}
.sadrzaj2 .red {
	color: rgba(255, 44, 44, 0.8);
	list-style-type: disc;
}

.sadrzaj2 .opistekst {
	color: #444;
}
.footer {
	width: 100%;
	height: 400px;
	/*background: rgba(53, 52, 46, 1); u testnom izdanju*/
	background: rgba(53, 52, 46, 1);
}
.footer2, .footer3, .footer1{
	margin-top: 80px;
}
.footer2 ul {
	list-style-type: square;
}
.footer2 li{
	padding-bottom: 10px;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;
	color: #CCC;
}
.footer2 .bole {
	font-size: 27px;
	font-weight: bolder;
}
.footer2 .line {
	text-decoration: underline;
}
 .hvr-bounce-to-bottom {
	width: 200px;
	height: 60px;
	line-height: 55px;
	background-color: rgb(53, 52, 46);
	color: #EEEEEE;
	border: 2px solid #ffffff;
	display: inline-block;
	text-align: center;
  	vertical-align: middle;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	position: relative;
  	-webkit-transition-property: color;
  	transition-property: color;
  	-webkit-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: #000000;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer3 .hvr-bounce-to-bottom p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;
}
.footer1, .footer3 {
	border-right: 1px solid rgba(73, 72, 66, 1);
}
.footer1 a {
	text-decoration: none;
}
.footer1 p{
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;
	color: #CCC;
}
.color {
	color: #4DB870;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.footerlast {
	background: rgb(33, 32, 26);
}
.footerlast1 ul {
	width: 280px;
}
.footerlast1 li{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
}
@media (max-width: 768px) {
	body {
		min-width: 768px !important;
	}
	.logo {
		width: 170px;
		height: 100px;
	}
	.logo img {
		width: 170px;
		height: auto;
	}
	.navigation1 {
		width: 768px;
	}
	.header li {
		margin-left: 0;
	}
	.main2 {
		width: 768px;
		margin-top: 100px;
	}
	.container_16 .sadrzaj {
		display: none;
	}
	.container_16 .sadrzaj2 {
		width: 460px;
		margin-left: 154px;
		margin-right: 154px;
	}
	.footer .container_16 {
		width: 768px;
	}
	.footer .container_16 .footer1, .footer .container_16 .footer2 {
		width: 344px;
	}
	.footerlast .footerlast1 {
		width: 768px;
	}
}
@media (max-width: 640px) {
	body {
		min-width: 640px !important;
	}
	.logo {
		width: 170px;
		height: 100px;
	}
	.logo img {
		width: 170px;
	}
	.navigation1 {
		width: 640px;
	}
	.header li {
		margin-left: 0;
	}
	.main2 {
		width: 640px;
		margin-top: 100px;
	}
	.footer .container_16 {
		width: 640px;
	}
	.footer .container_16 .footer1, .footer .container_16 .footer2 {
		width: 280px;
	}
	.footerlast .footerlast1 {
		width: 640px;
	}
}
@media (max-width: 480px) {
	body {
		min-width: 480px !important;
	}
	.logo {
		width: 170px;
		height: 100px;
	}
	.logo img {
		width: 170px;
	}
	.navigation1 {
		width: 480px;
	}
	.header li {
		margin-left: 0;
	}
	.main2 {
		width: 480px;
		margin-top: 100px;
	}
	.container_16 .sadrzaj2 {
		width: 460px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.footer .container_16 {
		width: 480px;
	}
	.footer .container_16 .footer1, .footer .container_16 .footer2 {
		width: 200px;
	}
	.footer2 li {
		font-size: 19px;
	}
	.footerlast .footerlast1 {
		width: 480px;
	}
}