.kontakt1 {
	margin-top: 10px;
	margin-left: 25px;
	width: 260px;
	height: 145px;
	float: left;
}
.kontakt1 p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #6C4824;
}
.kontakt {
	margin-top: 10px;
	width: 260px;
	height: 150px;
	float: right;
}
.kontakt p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #6C4824;
}
.logo {
	width: 300px;
	height: 150px;
	background: #fff;
}
.logo img {
	width: 100%;
	height: 150px;
}
.podcrt {
	text-decoration: underline;
}
.header {
	transition: background-color 0.8s ease;
	-moz-transition: background-color 0.8s ease;
	-webkit-transition: background-color 0.8s ease;
	-o-transition: background-color 0.8s ease;
	width: 100%;
	height: 75px;
	background: rgba(0,0,0,0.0);
	/*border-bottom: 2px solid rgba(220,220,220, 1);*/
	border-bottom: 2px solid rgba(0,0,0,0.0);
}
.header-placeholder {
	margin-top: 15px;
}
.podnaslov  {
	transition: background-color 0.8s ease;
	-moz-transition: background-color 0.8s ease;
	-webkit-transition: background-color 0.8s ease;
	-o-transition: background-color 0.8s ease;
	width: auto;
	height: 70px;
	display: inline;	
	background: rgba(0,0,0,0.0);
	color: rgba(0,0,0,0.0);
	float: left;
}
.podnaslov img {
	transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	margin: 5px;
	width: auto;
	height: 65px;
	opacity: 0;
}
.podnaslovboja {
}

.header ul {	
	list-style: none; /**/
}
.header li { /**/
	margin-left: 185px;
	display: inline;
	width: 95px;
	height: 95px;
	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;
	text-align: center;
}
.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: 1120px;
	background-image: url("../images/onamaslika.jpg");
	background-size: cover;
	/*background-attachment: fixed;*/
}
#text_slider {
	position: absolute;
	bottom: 200px;
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.7);
}
#text_slider div {
	position: absolute;
	margin-top: 10px;
	left: 300px;
}
#text_slider p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 50px;
}
.crte {
	width: 100%;
	height: 80px;
	background: url("../images/crte3.jpg");
	background-size: 100% 80px;
}
.main {
	width: 100%;
	height: 100%;
	background-color: #5d4a2a;
	padding-bottom: 150px;
}
.main h1 {
	margin-top: 50px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 35px;
	color: #fff;
}
.main p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	color: #fff;
}
.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;
	}
	.kontakt, .kontakt1 {
		width: 180px;
		height: 100px; 
	}
	.kontakt p, .kontakt1 p {
		margin: 0;
		font-size: 18px;
	}
	.logo {
		width: 180px;
		height: 100px;
	}
	.logo img {
		width: 170px;
		height: 100px;
	}
	.pozadina {
		margin-top: 50px;
	}
	.navigation1 {
		width: 768px;
	}
	.header li {
		margin-left: 100px;
	}
	.fixed {
		width: 768px;
	}
	#text_slider {
		height: 70px; 
	}
	#text_slider div {
		left: 20px;
	}
	#text_slider p {
		font-size: 35px;
	}
	.main .container_16 {
		width: 700px;
		margin-right: 34px;
		margin-left: 34px;
	}
		.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;
	}
	.kontakt {
		width: 180px;
		height: 100px; 
	}
	.kontakt p {
		margin: 0;
		font-size: 18px;
	}
	.logo {
		width: 170px;
		height: 100px;
	}
	.logo img {
		width: 170px;
		height: 100px;
	}
	.navigation1 {
		width: 640px;
	}
	.header li {
		margin-left: 50px;
	}
	.fixed {
		width: 640px;
	}
	#text_slider {
		height: 70px; 
	}
	#text_slider div {
		left: 20px;
	}
	#text_slider p {
		font-size: 29px;
	}
		.main .container_16 {
		width: 600px;
		margin-right: 20px;
		margin-left: 20px;
	}
		.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;
	}
	.kontakt, .kontakt1 {
		width: 120px;
		height: 100px; 
		margin-top: 0;
	}
	.kontakt p, .kontakt1 p {
		margin: 0;
		font-size: 16px;
	}
	.logo {
		width: 138px;
		height: 100px;
	}
	.logo img {
		width: 168px;
		height: auto;
	}
	.navigation1 {
		width: 480px;
	}
	.podnaslov {
		display: none;
	}
	.header li {
		margin-left: 100px;
	}
	.fixed {
		width: 480px;
	}
	#text_slider {
		display: none;
	}
	.main {
		height: 100%;
	}
	.main .container_16 {
		width: 440px;
		height: 100% !important;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 30px;
	}
	.container_16 .grid_5 {
		width: 236px;
	}
	.footer .container_16 {
		width: 480px;
	}
	.footer .container_16 .footer1, .footer .container_16 .footer2 {
		width: 200px;
	}
	.footer2 li {
		font-size: 19px;
	}
	.footerlast .footerlast1 {
		width: 480px;
	}
}