@charset "UTF-8";
/* CSS Document */
* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin:0;
	padding:0;
	background:#FFF;
	font-size:14px;
	font-family: 'Roboto', Arial, sans-serif;
	color:#363636;
	font-weight:300;
	z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:900;
	margin:1em 0 0.5em;
	color:#696969;
}

h1 { font-size:3em;}
h2 { font-size:2.2em;}
h3 { font-size:2em;}
h4 { font-size:1.6em;}
h5 { font-size:1.4em;}
h6 { font-size:1.2em;}

p {
	margin:0.3em 0 0.5em;
	font-size: 1.2em;
}
img {
	vertical-align:bottom;
	max-width:100%;
}

.bold {
	font-weight:700;
}

a:link, 
a:visited {
	text-decoration:none;
	color:#45d8bb;
	transition:0.2s all ease;
}
a:hover {
	text-decoration:none;
	color:#363636;
}
a:active {
	color:#696969;
}



.negative {
	color:#FFFFFF;
}

.negative h1,
.negative h2,
.negative h3,
.negative h4,
.negative h5,
.negative h6 {
	color:#FFFFFF;
}

.negative a:link,
.negative a:visited {
	color:#FFF;
}
.negative a:hover {
	color:#FFF;
	text-decoration:underline;
}
.negative a:active {
	color:#FFF;
}



.button {
    border: 3px solid #45d8bb;
    border-radius: 25px;
    color:#45d8bb!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 17px 33px 15px;
	margin:20px 0;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.button:hover {
	background:#45d8bb;
	color:#fff!important;
}


.negative .button {
    border: 3px solid #fff;
    color: #45d8bb!important;
	background:#fff;
}

.negative .button:hover {
	border: 3px solid #fff;
	background: #45d8bb;
    color: #fff!important;
	text-decoration:none;
}




			/*INDEX BEGINNING*/

.wrapper {
	width:1200px;
	margin:0 auto;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper2 {
	width:230px;
	margin:0 auto;
}

#header {
	background:#fff;
}

#headerTop {
	background:#363636;
	color:#ABABAB;
	font-weight:300;
	padding:8px 0;
	font-size:12px;
	border-bottom:4px solid #F4F4F4;
}
#headerTopLeft span {
	margin-right:20px;
}
#headerTopLeft span i {
	color:#ABABAB;
}



#headerTopLeft {
	float:left;
}
#headerTopMid {
	float:left;
}
#headerTopMid span:nth-of-type(1n){
	margin-right:10px;
}






#headerTopRight {
	float:right;
}
#headerTopRight i {
	margin:0 2px;	
}
#headerTopRight a i {
	color:#ABABAB;
}
#headerTopRight a:hover i {
	color:#bb3838;
}

#headerBottom {
	background:#fff;
	box-shadow: 0 10px 65px 1px rgba(0, 0, 0, 0.2);
}

#logo {
	width:200px;
	float:left;
}

#logo img {
	height:80px;
	padding:12px 0;
}
#nav {
	float:right;
	
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display:block;
	padding:44px 20px 36px;
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
#nav ul li a:link,
#nav ul li a:visited {
	color:#696969;
	text-decoration:none;
	border-bottom:4px solid #FFF; 
	transition:0.2s all ease;
}
#nav ul li a:hover {
	color:#45d8bb;
	border-bottom:4px solid #45d8bb; 
	background:rgba(156,156,156,0.0);
}

#nav ul ul {
	display:none;
	position:absolute;
	transition: 0.5s all ease;
}
#nav ul li:hover > ul {
	display:block;
	transition: 0.5s all ease;
}
#nav ul ul li a {
	padding:10px 10px;
	margin-left:2.5px;
	height:10px;
	background: rgba(227,227,227,0.7);
	line-height: 1;
}
#nav ul ul li a:link,
#nav ul ul li a:visited{
	padding:10px 13.5px;
	height:10px;
	border-bottom:rgba(227,227,227,0.7) 4px solid;
}
#nav ul ul li a:hover {
	padding:12px 14px;
	height:10px;
	border-bottom:4px solid #45d8bb;
}
#nav ul ul li {
	position:relative;
	top:0;
	left:0;
}
.language-sm {
	display:none;
}
	
#respmenu {
	display:none;
	font-size:1.2em;
	margin-top:40px;
}



#hero {
	background:url(../images/hero2.jpg) center center  / cover;
	background-position: 50% 65%;
	padding:155px 0 190px 0;
}
#hero h1 {
	font-size:5.4em; 
	margin-bottom: 0px;
	margin-top:20px;
}
#hero h6 {
		font-size: 2.2em;
		margin:0px 0 15px
}
#hero p {
	width:600px;
	font-weight: 500;
	font-size: 1.2em;
}
#products {
	background:#F2F2F2;
	padding:50px 0 100px;
	text-align:center;
}

#products .product {
	width:450px;
	background:rgba(0,0,0,0.00);
	float:left;
    transition: all 0.4s ease;
	text-align: center;
	margin:40px 75px 0 75px;
	font-size: 0.95em;
}


.product  h3{
	margin:25px 0 20px 0px;
	color:#696969;
}
.product p {
	margin:0 10px 20px 15px;
	color:#424242;
}

.product {
	border-bottom:4px solid rgba(242,242,242,0.4); 
}

.product:hover  {
	border-bottom:4px solid #45d8bb; 
}






#about {
	background:url(../images/about.jpg) center center / cover;
	background-position: 50% 10%;
	padding:200px 0;
	font-size:1.3em;
	font-weight: 400;
	text-align: right;
}
#about ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#about .back {
	background:rgba(0,0,0,0.3);
	border-radius:3px;
	padding:20px 40px;
	width:600px;
	float:right;
}

#partner {
	padding:70px 0 100px;
	text-align:center;
}

.bx-wrapper .bx-viewport {
	box-shadow:none !important;
}


#footer {
	padding:15px 0 0 0;
	background:#f2f2f2;
	color:#696969;
	box-shadow: 15px 0 35px 5px rgba(0, 0, 0, 0.3);
}
#footer p {
	margin:18px 0 0 0;
	float:left;
}
#footer .button {
	float:right;
	margin:0;
}

.footerBlock {
	float:left;
	margin-right:40px;
	width:250px;
}
.footerBlockR {
	float:right;
}
.footerBlockR img {
	height:100px;
	margin-top:1em;
}

#footerBottom {
	border-top:1px solid #909090;
	margin-top:20px;
	padding:30px 0;
}

#footerBottom .button {
	float:right;
	margin-top:0;
}

#social {
	overflow: hidden;

}
#social h4 {
	
}
#social ul {
	width:400px;
	display: inline-block;
	list-style:none;
	font-size:2.7em;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}
#social ul li {
	float:left;
}
#social ul li a{
	color:#696969;
	display:block;
	padding:15px 8px 0 5px;
}

#social ul li a:hover {
	color: #45d8bb;	
}
.bonitet {
	float:right;
	
}


			/*INDEX ENDING*/

		

#central {
	padding:60px 0 20px 0;
}




			/*PROIZVODI BEGINNING*/

.proizvodi {
	padding: 120px 0 120px 0;
	font-size: 1.2em;
}
.proizvod1 {
	float:left;
	margin-bottom: 100px;
}
.proizvod1 .proizvodiimgbox {
	float:left;
}

.proizvod1 .proizvodiimgbox {
	width:300px;
	height: 400px;
	margin: 0 150px 0 70px;
	box-shadow: -10px 0 35px 5px rgba(0, 0, 0, 0.2);
	transition: 0.5s all ease;
}
.proizvodiimgbox:hover {
	box-shadow: 0 0 2px 5px #45d8bb;
}

.proizvod1 .proizvodiinfo {
	float:right;
	width:55%;
	padding-top: 50px 0 0 0;
}
.proizvod1 h2 {
	margin-left: -15px;
}


.proizvod2 {
	float:left;
}
.proizvod2 .proizvodiimgbox {
	float:right;
}

.proizvod2 .proizvodiimgbox {
	width:300px;
	height: 400px;
	margin: 0 70px 0 150px;
	box-shadow: 10px 0 35px 5px rgba(0, 0, 0, 0.2);
	transition: 0.5s all ease;
}
.proizvodiimgbox:hover {
	box-shadow: 0 0 2px 5px #45d8bb;
}

.proizvod2 .proizvodiinfo {
	float:left;
	width:55%;
	padding-top: 50px 0 0 0;
	text-align: right;
}
.proizvod2 h2 {
	margin-right: -15px;
}


			/*PROIZVODI ENDING*/


			/*TRI POD VRSTE BEGINING*/


.hranaboxvrste {
	float:left;
	width:300px;
	background: rgba(0,0,0,0.05);
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
	margin:0 150px 40px 0;
	transition: 0.3s all ease;
}
.hranaboxvrste:hover {
	box-shadow: 0 0 2px 2px #45d8bb;
}
.hranaboxvrste:nth-of-type(3n) {
	margin-right: 0;
}
.hranaboxvrste .hranaimgboxvrste {
	width:300px;
	height: 200px;
}
.hranainfoboxvrste {
	padding: 5px;
	height: 250px;
	position:relative;
}
.hranainfoboxvrste h3 {
	padding: 35px 0 0 0;
}
.hranainfoboxvrste p {
	line-height: 12px;
	text-align: center;
}
.hranainfoboxvrste .hranaboxbtnvrste {
	position:absolute;
	bottom:0;
	left:6px;
}


.hranaboxbtnvrste {
    border: 1px solid #696969;
    color:#696969!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 15px 81.5px 13px;
	margin:5px 0;
    transition: all 0.2s ease;
}

.hranaboxbtnvrste:hover {
    border: 1px solid #45d8bb;
	background:#45d8bb;
	color:#fff!important;
	
}








			/*TRI POD VRSTE BEGINING*/


			/*GRUPE HRANE BEGINNING*/
.buttonNazad {
    border: 2px solid #45d8bb;
    border-radius: 0px;
    color:#45d8bb!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 17px 33px 15px;
	margin:5px 0;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.buttonNazad:hover {
	background:#45d8bb;
	color:#fff!important;
}
.vrstahrane {
	padding: 60px 0 120px 0;
	font-size: 1.2em;
}
.vrstahrane h2 {
	border-bottom: #45d8bb 3px solid;
	margin-bottom: 50px;
	margin-top: 10px;
}
.vrstahrane h3{
	margin:0;
	font-size: 1.5em;
	text-align: center;
	line-height: 25px;
}
.vrstahrane h4 {
	margin:10px 0 0 0;
	text-align: right;
	font-size: 1.7em;
}
.vrstahrane p {
	font-size: 1em;
	padding-left: 5px;
	margin-top: 14px;
}
.hranabox {
	float:left;
	width:250px;
	background: rgba(0,0,0,0.05);
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
	margin:0 66px 40px 0;
	transition: 0.3s all ease;
}
.hranabox:hover {
	box-shadow: 0 0 2px 2px #45d8bb;
}
.hranabox:nth-of-type(4n) {
	margin-right: 0;
}
.hranabox .hranaimgbox {
	width:250px;
	height: 200px;
}
.hranainfobox {
	padding: 5px;
	height: 210px;
	position:relative;
}
.hranainfobox h4 {
	position:absolute;
	bottom:65px;
	right: 10px
}
.hranainfobox h6 {
	position: absolute;
	bottom:85px;
	right:10px;
	font-weight: 300;
	text-decoration: none;
	
}
.hranainfobox .hranaboxbtn {
	position:absolute;
	bottom:0;
	left:6px;
}





.hranaboxbtn {
    border: 1px solid #696969;
    color:#696969!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 15px 84px 13px;
	margin:5px 0;
    transition: all 0.2s ease;
}

.hranaboxbtn:hover {
    border: 1px solid #45d8bb;
	background:#45d8bb;
	color:#fff!important;
	
}


			/*GRUPE HRANE ENDING*/



			/*HRANA DETALJNIJE BEGGINING*/


.hranadetail {
	padding: 60px 0 120px 0;
	font-size: 1.2em;
}

.hranadetail h2 {
	border-bottom: #45d8bb 3px solid;
	margin-bottom: 50px;
	margin-top: 10px;
}
.hranadetailcontact h2{
	border-bottom: none;
	margin:0 0 10px 0;
	padding: 0;
}
.hranadetailcontact h3{
	margin:0;
	padding: 0;
	font-weight: 500;
}
#myBtn .button {
	width:70%;
	border-radius: 0;
	font-size: 25px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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-form {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 40%; 
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
	transition: 0.5s all ease;
}

.close:hover,
.close:focus {
  color: #45d8bb;
  text-decoration: none;
  cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: #fff 0.8s ease-in-out;
}
.form-control:active {
	border: 1px solid #45d8bb;
}
textarea {
		-webkit-appearance: textarea;
		background-color: white;
		-webkit-rtl-ordering: logical;
		flex-direction: column;
		resize: auto;
		cursor: text;
		white-space: pre-wrap;
		overflow-wrap: break-word;
		border-width: 1px;
		border-style: solid;
		border-color: initial;
		border-image: initial;
		padding: 2px;
		margin-bottom: 20px;
		min-height: 200px;
}
#contact-form .button {
	font-weight: 700 !important;
	font-size:1.2rem;
	line-height: 1 !important;
	border: 1px solid #45d8bb;
	color:#FFF!important;
	background:#45d8bb;
}





.hranapricebox {
	float:right;
}
.hranadetailcontact {
	width:600px;
	text-align: center;
	margin:0 0 37px 0;
}
.hranadetailprice {
	float:right;
	width:600px;
}

.hranaprice {
	float:left;
	margin:0 72px 0 20px;
	width:125px;
	text-align:center;
}
.hranaprice:nth-of-type(3n) {
	margin-right: 20px;
}
.img-hover-zoom {
	height: 125px;
	width:125px;
	overflow: hidden; 
	transition: transform .5s ease;
}


.img-hover-zoom:hover {
  transform: scale(1.8);
}

.hranaprice h4 {
	margin:2px 0;
	font-size:1.4em;
	float:right;
}

.hranaprice h6{
	float:right;
	font-weight: 700;
	text-decoration: none;
	margin:0;
}
.hranaprice p {
	text-align: center;
	font-weight: 500;
	color:#696969;
	float:right;
	width:100%;
}

.hranadetailtable {
	margin: 40px 0;
	float:left;
	width:100%;
}
table {
	width:100%;
}
table, th, td {
	border: 3px solid #45d8bb;
	box-shadow: 10px 10px 35px 5px rgba(0, 0, 0, 0.05);
	border-collapse: collapse;
	font-size: 20px;
	color:#696969;
}
th, td {
	padding: 10px;
	text-align: center;
}
th {
	text-align: center;
}
.hranadetaildesc {
	float:left;
	width:100%;
	margin-top: 60px;
	
}

strong {
	color: #696969;
}







.slideshow-container {
 	 max-width: 500px;
 	 position: relative;
  	 float:left;
	 box-shadow: 10px 10px 35px 5px rgba(0, 0, 0, 0.1);
}

/* Next & previous buttons */
.prev, .next {
  	cursor: pointer;
  	position: absolute;
  	top: 50%;
  	width: auto;
  	padding: 16px;
  	margin-top: -22px;
  	color:#414141;
  	font-weight: bold;
  	font-size: 18px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
	
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;ser-select: none;
}




/* Position the "next button" to the right */
.next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	color:#45d8bb;
}

/* Caption text */
.text {
  	color: #414141;
  	font-size: 17px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 8px;
  	width: 95.2%;
  	font-weight: 500;
  	text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  	color: #696969;
  	font-size: 15px;
  	padding: 8px 12px;
  	position: absolute;
  	top: 0;
	font-weight: 500;
}


			/*HRANA DETALJNIJE ENDING*/



			/*O NAMA BEGINNING*/
#oNamaHero {
	background:url(../images/onama2.jpg) center center  / cover;
	background-position: 50% 80%;
	padding:20px 0;
	box-shadow: 0 15px 25px 3px rgba(0, 0, 0, 0.2);
}
#oNamaHero h1 {
	font-size: 3em;
	margin:0;
	text-align: center;
	padding:10px 0 7px 0;
}
#oNamaInfo {
	padding:160px 0 160px 0;
}
.oNamaInfos h2 {
	text-transform: uppercase;
	font-size: 1.8em;
	border-bottom:#45d8bb 3px solid;
}

.oNamaInfos {
	text-align: center;
	width:353px;
	margin:0 70px 20px 0;
	float:left;
}
.oNamaInfos:nth-of-type(3n) {
	margin-right:0px;
}



#cimeSeBavimoHero {
	background:url(../images/onama.jpg) center center  / cover;
	background-position: 50% 43%;
	padding:20px 0;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
	
}
#cimeSeBavimoHero h1 {
	font-size:3em;
	margin:0;
	text-align: center;
	padding:10px 0 7px 0;
}
#cimeSeBavimoInfo {
	padding:120px 0 120px 0;
	
}
	
.cimeSeBavimoInfos h2 {
	padding-left: 10px;
	text-align: left;
	border-bottom:#45d8bb 3px solid;
}
.cimeSeBavimoInfos {
	margin:0 70px 20px 0;
	width:565px;
	float:left;
}
.cimeSeBavimoInfos:nth-of-type(2n){
	margin-right:0px;
}
.cimeSeBavimoInfos ul  {
	list-style: none;
	margin:0 ;
	padding: 0;
}
.cimeSeBavimoInfos ul li {
	display:block;
	padding-bottom: 10px;
	padding-left:25px;
	font-size: 1.2em;
}

#ponosimoSeHero {
	background:url(../images/onama3.jpg) center center  / cover;
	background-position: 50% 80%;
	padding:20px 0;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}
#ponosimoSeHero h1 {
	font-size: 3em;
	margin:0;
	text-align: center;
	padding:10px 0 7px 0;
}
#ponosimoSeInfo {
	
	width:100%;
	text-align:center;
	padding:100px 0;
}

			/*O NAMA ENDING*/



			



            /*CONTACT US BEGINING*/

.contactUsForma {
	max-width: 100%;
	text-align: center;
	
}
.contactUsForma h2 {
	padding-left:5px;
	border-bottom:#45d8bb 3px solid;
}

.contactUsForma:nth-of-type(2n) {
	margin-right:0;
}

.contactInfo {
	margin:20px 10px;
}
.contactInfo p {
	border-bottom:1px solid #ccc;
	padding:10px 0px 20px 0px ;
	font-size:1.1em;
}
.contactInfo p strong {
	color:#696969;
}

.contactInfo i {
	width:70px;
	color:#9B9B9B;
	font-size:30px;
}
#map {
	width:100%;
	height:340px;
}



			/*CONTACT US ENDING*/










@media screen and (min-width:1024px) and (max-width:1270px) {
	.wrapper {
		width:960px;
	}
	
	
			/*INDEX RESP BEGINNING*/
	#headerTopMid span:nth-child(1) {
		border-left: none;
		padding-left:0;
	}
	#hero h1 {
		margin-bottom: 10px;
	}
	#hero h6 {
		font-size: 1.5em;
		margin:10px 0 10px
	}
	#products .product {
		margin:40px 50px 20px 50px;
	}
	#products .product {
		width:380px;
	}
	.bonitet {
		width:500px;
	}
	#social ul {
		margin:10px 0 0 0;
	}
	
			/*INDEX RESP ENDING*/

	
			/*PROIZVODI BEGINNING*/

	.proizvod1 .proizvodiimgbox {
		margin: 0 50px 0 30px;
		box-shadow: -10px 0 35px 5px rgba(0, 0, 0, 0.2);
		transition: 0.5s all ease;
	}
	.proizvodiimgbox:hover {
		box-shadow: 0 0 2px 5px #45d8bb;
	}

	.proizvod2 .proizvodiimgbox {
		margin: 0 30px 0 50px;
	}

			/*PROIZVODI ENDING*/
	
	
			/*TRI POD VRSTE BEGINING*/


	.hranaboxvrste {
		width:250px;
		margin:0 105px 40px 0;
	}
	.hranaboxvrste:nth-of-type(3n) {
		margin-right: 0;
	}
	.hranaboxvrste .hranaimgboxvrste {
		width:250px;
		height: 200px;
	}
	.hranainfoboxvrste {
		padding: 5px;
		height: 250px;
	}
	.hranainfoboxvrste h3 {
		padding: 0;
	}
	.hranaboxbtnvrste {
		padding: 15px 56.5px 13px;
		margin:5px 0;
	}


			/*TRI POD VRSTE BEGINING*/
	
	
	
	
			/*GRUPE HRANE BEGINNING*/

	.hranabox {
		margin:0 105px 40px 0;
	}
	.hranabox:nth-of-type(3n) {
		margin-right: 0;
	}
	.hranabox:nth-of-type(4n){
		margin-right:105px;
	}


			/*GRUPE HRANE ENDING*/
	
	
			/*HRANA DETALJNIJE BEGGINING*/


	
	.hranadetailcontact h2{
		border-bottom: none;
		margin:0 0 10px 0;
		padding: 0;
	}
	.hranadetailcontact h3{
		margin:0;
		padding: 0;
		font-weight: 500;
	}
	.hranapricebox {
		margin-left:30px;
	}
	.hranadetailcontact {
		width:480px;
		margin:20px 0 37px 0;
	}
	.hranadetailprice {
		width:480px;
	}

	.hranaprice {
		margin:0 52px 0 0;
	}
	.hranaprice:nth-of-type(3n) {
		margin-right: 0px;
	}
	
	
	.img-hover-zoom:hover {
		transform: scale(1.6);
	}
	.slideshow-container {
		width:450px;
	}
	.modal-form {
		width: 70%; 
	}
	
			/*HRANA DETALJNIJE ENDING*/

			/*O NAMA RESP BEGINNING*/
	
	#oNamaHero h1 {
		font-size: 2.5em;
	}
	#oNamaInfo {
	padding:140px 0;
	}
	
	.oNamaInfos h2 {
		font-size: 1.4em;
	}
	.oNamaInfos {
		width:290px;
		margin:0 45px 20px 0;
	}
	.oNamaInfos:nth-of-type(3n) {
		margin-right:0px;
	}
	
	
	#cimeSeBavimoHero h1 {
		font-size: 2.5em;
	}
	#cimeSeBavimoInfo {
		padding:120px 0 120px 20px;
	}
	.cimeSeBavimoInfos h2 {
		padding-left:5px;
		font-size: 1.9em;
	}
	.cimeSeBavimoInfos {
		margin:0 70px 20px 0;
		width:435px;
	}
	.cimeSeBavimoInfos:nth-of-type(2n){
		margin-right:0px;
	}
	.cimeSeBavimoInfos ul li {
		padding-left:15px;
	}

	#ponosimoSeHero h1 {
		font-size: 2.5em;
	}
	#ponosimoSeInfo  {
		padding:50px 0;
	}
	
	
			/*O NAMA RESP ENDING*/
	
	
	
	
	
	
	
	
	
			/*CONTACT US RESP BEGINING*/

	.contactUsForma {
		max-width: 100%;
		text-align: center;
	
	}
	.contactUsForma h2 {
		padding-left:5px;
		border-bottom:#45d8bb 3px solid;
	}

	.contactUsForma:nth-of-type(2n) {
		margin-right:0;
	}

	.contactInfo {
		margin:20px 10px;
	}
	.contactInfo p {
		border-bottom:1px solid #ccc;
		padding:10px 0px 20px 0px ;
		font-size:1.1em;
	}
	.contactInfo p strong {
		color:#696969;
	}

	.contactInfo i {
		width:70px;
		color:#9B9B9B;
		font-size:30px;
	}
	#map {
		width:100%;
		height:340px;
	}
	



			/*CONTACT US ENDING*/
	
	
	
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.wrapper {
		width:700px;
	}
	
			/*INDEX RESP BEGINS*/
	#headerTopMid span:nth-child(1) {
		border-left: none;
		padding-left:0;
	}
	#logo {
		transform: scale(1.05);
		float:none;
		text-align:center;
		width:auto;
	}
	#nav {
		display:block;
		margin-left: 21%;
		float:left;
	}
	#nav ul ul li a {
		padding:10px 10px;
		height:10px;
		background: #fff;
		border-bottom:4px solid #fff;
		line-height: 1;
	}
	#nav ul ul li a:hover {
		color:#fff;
		border-bottom:4px solid #fff; 
		background:#45d8bb;
	}
	#hero {
		background:url(../images/heromobile.jpg) center center;
		background-size: cover;
		background-attachment: scroll;
		background-position: 80% 50%;
		padding:150px 0;
	}
	#hero h1 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#hero h6 {
		font-size: 1.5em;
		margin:10px 0 10px
	}
	#products {
		padding-bottom: 50px;
	}
	#products .product {
		margin:40px 60px 20px 0px;
	}
	.product h3 {
		font-size:23px;
	}
	#products .product {
		width:320px;	
	}
	#products .product:nth-of-type(2n) {
		margin-right:0;
	}
	.product {
		border-bottom:none; 
	}
	.product:hover  {
		border-bottom:none; 
	}
	#about {
		background:url(../images/aboutmobile.jpg) center center / cover;
		padding: 100px 0 100px 0;
	}
	#about .back {
		width:400px;
	}
	.bonitet {
		width:100%;
		float:left;
		text-align:center;
	}
	.socialIcons {
		float:none;
		text-align:center;
	}
	#social ul{
		width:auto;
		text-align:center;
		margin:0 0 25px 0;
		float:none;
	}
	#social ul li{
		margin:10px 0 0 0;
	}
	#social h4 {
		float:none;
		text-align:center;
		margin-bottom:0;
	}
	
	
			/*INDEX RESP ENDS*/
	
	
			/*PROIZVODI BEGINNING*/

	.proizvod1 .proizvodiimgbox {
		margin: 0 30px 10px 0;
		box-shadow:none;
		transition: none;
	}
	.proizvod1 .proizvodiinfo {
		float:none;
		width:auto;
	}
	
	.proizvod2 .proizvodiimgbox {
		margin: 0 0 10px 30px;
		box-shadow:none;
		transition: none;
	}
	.proizvod2 .proizvodiinfo {
		float:none;
		width:auto;
	}
	.proizvodiinfo h2 {
		margin:10px 0 10px 0;
	}
	
	.proizvodiimgbox:hover {
		box-shadow: none;
	}
			/*PROIZVODI ENDING*/
	
			/*TRI POD VRSTE BEGINING*/


	.hranaboxvrste {
		margin:0 40px 40px 40px;
	}
	.hranaboxvrste:nth-of-type(2n) {
		margin-right: 0px;
	}
	.hranaboxvrste:nth-of-type(1n) {
		margin-right: 0px;
	}
	.hranainfoboxvrste {
		padding: 5px;
		height: 250px;
	}
	.hranaboxbtnvrste {
		padding: 15px 81.5px 13px;
		margin:5px 0;
	}


			/*TRI POD VRSTE BEGINING*/
	
	
			/*GRUPE HRANE BEGINNING*/

	
	
	.hranabox {
		margin:0 110px 40px 30px;
	}
	.hranabox:nth-of-type(2n) {
		margin-right: 30px;
	}
	.vrstahrane h2 {
		font-size: 2.1em;
	}
			/*GRUPE HRANE ENDING*/
	
			
			/*HRANA DETALJNIJE BEGGINING*/


	
	.hranadetailcontact h2{
		border-bottom: none;
		margin:30px 0 10px 0;
		padding: 0;
	}
	.hranadetailcontact h3{
		margin:0;
		padding: 0;
		font-weight: 500;
	}
	.hranapricebox {
		
		float:none;
		margin:0 auto;
	}
	.hranadetailcontact {
		width:auto;
		margin:20px 0 37px 0;
	}
	.hranadetailprice {
		width:70%;
		float:none;
		margin:0 auto;
		text-align: center;
	}

	.hranaprice {
		margin:0 57px 0 0;
	}
	.hranaprice:nth-of-type(3n) {
		margin-right: 0px;
	}
	
	.img-hover-zoom {
		height: 125px;
		width:125px;
		overflow: hidden; 
		transition: transform .5s ease;
	}

	.img-hover-zoom:hover {
	  transform: scale(1.7);
	}
	.slideshow-container {
		width:auto;
		margin:0 auto;
		float:none;
		box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.1);
	}
	
	.hranadetailtable {
		margin-top: 40px;
	}
			/*HRANA DETALJNIJE ENDING*/

	
	
	
	
	
	
			/*O NAMA RESP BEGINNING*/
	
	#oNamaHero h1 {
		font-size: 2.5em;
	}
	#oNamaInfo {
		padding:110px 0 140px 0;
	}
	
	.oNamaInfos h2 {
		font-size: 1.9em;
	}
	.oNamaInfos {
		text-align: center;
		float:left;
		width:80%;
		margin:10px 0 0 10%;
	}
	
	#cimeSeBavimoHero h1 {
		font-size: 2.5em;
	}
	#cimeSeBavimoHero {
		background-position: 50% 55%;
	}
	#cimeSeBavimoInfo {
		padding:120px 0 120px 0px;
	}
	.cimeSeBavimoInfos h2 {
		padding-left:0;
		font-size: 1.9em;
		text-align: center;
	}
	.cimeSeBavimoInfos {
		margin:10px 0 10px 10%;
		width:80%;
		float:left;
	}
	
	.cimeSeBavimoInfos ul li {
		padding-left:15px;
	}

	
	#ponosimoSeHero h1 {
		font-size: 2.5em;
	}
	#ponosimoSeInfo  {
		padding:50px 0;
	}

	
			/*O NAMA RESP ENDING*/
	
		
			
	
			/*CONTACT US BEGINING*/

	.contactUsForma {
		width:100%;
		float:left;
		margin-right:0;
		margin-bottom:10px;

	}
	.contactUsForma h2 {
		padding-left:10px;
		font-size: 2em
	}
	.contactInfo {
		margin:20px 10px;
	}
	.contactInfo p {
		border-bottom:1px solid #ccc;
		padding:10px 0px 20px 0px ;
		font-size:1.1em;
	}
	.contactInfo i {
		width:70px;
		font-size:30px;
	}
	.field {
		width:690px;
	}
	

	.buttonSubmit input {
		padding: 20px 20px 20px 20px;
		margin:20px 0;
		font-size: 14px;
		width:150px;
		float:left;
	}


			/*CONTACT US ENDING*/
	
	
	
	
}

@media screen and (max-width:767px) {
	.wrapper {
		width:90%;
	}
	
			/*INDEX RESP BEGINS*/
	#headerTop {
		display:none;
	}

	
	#logo {
		transform: scale(1);
		float:left;
		width:auto;
	}
	
	.languages-lg {
		display:none;
	}
	.language-sm {
		display:block;
		float:right;
		margin-top:30px;
	}
	
	.language-sm ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	.language-sm ul li {
		float:left;
	}
	.language-sm ul li a {
		display:block;
		padding:20px 20px;
		height:10px;
		line-height:10px;
		font-size:14px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:1px;
	}
	.language-sm ul li a:link,
	.language-sm ul li a:visited {
		color:#696969;
		text-decoration:none;
		border-bottom:4px solid #FFF; 
		transition:0.2s all ease;
	}
	.language-sm ul li a:hover {
		color:#45d8bb;
		border-bottom:4px solid #45d8bb; 
		background:rgba(156,156,156,0.0);
	}
	
	
	
	.language-sm ul ul {
		display:none;
		position:absolute;
		transition: 0.5s all ease;
	}
	.language-sm ul li:hover > ul {
		display:block;
		transition: 0.5s all ease;
	}
	.language-sm ul ul li a {
		margin-left:5px;
		background: rgba(227,227,227,0.0);
		border-bottom:rgba(227,227,227,0.3) 4px solid;
		color:#45d8bb;
		line-height: 1;
	}
	.language-sm ul ul li a:link,
	.language-sm ul ul li a:visited{
		padding:20px 10px;
		height:10px;
		color:#45d8bb;
		border-bottom:4px solid #45d8bb;
	}
	.language-sm ul ul li a:hover {
		padding:20px 12px;
		height:10px;
		border-bottom:4px solid #45d8bb;
	}
	.language-sm ul ul li {
		position:relative;
		top:-54px;
		left:-95px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	#respmenu {
		margin-top:10px;
		margin-bottom:10px;
		display:block;
		text-align: center;
	}
	#respmenu i {
		padding-bottom: 1px;
		padding-left:10px;
	}
	
	
	#nav {
		float:left;
		overflow: hidden;
		width:100%;
	}
	#nav ul {
		display:none;
	}
	#nav ul li {
		text-align: center;
		float:none;
		border-bottom:1px solid #ccc;
	}
	#nav ul li a {
		padding:30px 0 23px 0;
	}
	
	
	
	
	
	#hero {
		background:url(../images/heromobile.jpg) center center / cover;
		background-attachment: scroll;
		background-position:62% 50%;
		padding:20px 0;
		text-align: left;
	}
	#hero h1 {
		font-size: 4em;
		text-align: center;
		margin-bottom: 5px;
	}
	#hero h6 {
		font-size:2em;
		margin:5px 0 10px;
	}
	#hero p {
		width:auto;
		font-size: 1.3em;
	}
	#hero p:last-child {
		text-align: center;
	}
	
	#products .product {
		width:100%;
		margin:50px 0 0 0;
	}
	#products {
		padding:10px 0 70px 0;
	}
	#products h2 {
		font-size:2em;
	}
	.product {
		border-bottom:none; 
	}
	.product:hover  {
		border-bottom:none; 
	}
	.product h3 {
		margin-top:15px;
		font-size: 2.2em;
	}
	.product p {
		display:none;
	}
	
	#about {
		background:url(../images/aboutmobile.jpg) center center / cover;
		background-position: 40% 50%;
		padding: 55px 0;
	}
	#about h2 {
		font-size: 1.9em;
	}
	#about p {
		font-size: 1.2em;
	}
	#about .back {
		width:auto;
		padding: 10px 20px;
	}
	#about .back ul{
		padding: 0;
	}
	#partner {
		padding:40px 0 70px;
	}
	#partner h2 {
		font-size:2em;
	}
	.article h2 {
		margin-top:20px;
	}
	#footer {
		text-align: center;
		padding:15px 0 15px 0;
	}
	#footer .button {
		float:none;
	}
	#footer p {
		float:none;
		margin-bottom: 20px;
	}
	.socialIcons {
		float:none;
		text-align:center;
	}
	.bonitet {
		float:none;
		text-align:center;
	}
	#social ul{
		width:auto;
		text-align:center;
		margin:0 0 25px 0;
		float:none;
	}
	#social ul li{
		margin:10px 0 0 0;
	}
	#social h4 {
		float:none;
		text-align:center;
		margin-bottom:0;
	}
	.footerBlockR {
		display:none;
	}
	.footerBlock {
		text-align:center;
		float:none;
		width:auto;
		margin:0;
	}
	#footerBottom {
		padding-bottom:0;
	}
	
	
			/*INDEX RESP ENDS*/
	
			/*PROIZVODI BEGINNING*/
	.proizvodi {
		padding: 80px 0
	}
	.proizvod1,
	.porizvod2 {
		margin-bottom: 50px;
	}
	.proizvod1 .proizvodiimgbox {
		background:url(../images/whatweoffer/whatweoffer1.jpg) center center  / cover  ;
		background-position:50% 100%;
		margin:0 auto;
		width:100%;
		height:20%;
		box-shadow:none;
		transition: none;
		float:none;
		overflow:hidden;
	}
	.proizvod1 .proizvodiimgbox img {
		width:100%;
		float:left;
		display:none;
	}
	.proizvod1 .proizvodiinfo {
		float:left;
		width:auto;
		
	}
	
	.proizvod2 .proizvodiimgbox {
		background:url(../images/whatweoffer/whatweoffer2.jpg) center center  / cover  ;
		background-position:50% 100%;
		margin: 0 auto;
		width:100%;
		height:20%;
		box-shadow:none;
		transition: none;
		float:none;
		overflow:hidden;
	}
	.proizvod2 .proizvodiimgbox img {
		width:100%;
		float:left;
		display:none;
	}
	.proizvod2 .proizvodiinfo {
		float:left;
		width:auto;
		text-align:left;
	}
	.proizvodiinfo h2 {
		margin:20px 0 10px 0;
		font-size: 2em;
	}
	
	.proizvodiimgbox:hover {
		box-shadow: none;
	}
	.hranabox {
		float:none;
		margin:0 auto 40px;
	}
	.hranabox:nth-of-type(4n) {
		margin:0 auto 40px;
	}
			/*PROIZVODI ENDING*/
	
			/*TRI POD VRSTE BEGINING*/


	.hranaboxvrste {
		float:none;
		width:280px;
		margin:0 auto;
		margin-bottom: 50px;
	}
	.hranaboxvrste .hranaimgboxvrste {
		width:280px;
	}
	.hranaboxvrste:nth-of-type(2n) {
		margin:0 auto;
		margin-bottom: 50px;
	}
	
	.hranaboxvrste:nth-of-type(3n) {
		margin:0 auto;
		margin-bottom: 0;
	}
	.hranainfoboxvrste {
		padding: 5px;
		height: 240px;
	}
	.hranainfoboxvrste h3{
		padding-top:15px;
	}
	
	.hranaboxbtnvrste {
		padding: 15px 72.5px 13px;
		margin:5px 0;
	}


			/*TRI POD VRSTE BEGINING*/
	
	
			/*GRUPE HRANE BEGINNING*/

	
	.vrstahrane h2 {
		font-size: 1.8em;
	}
			/*GRUPE HRANE ENDING*/
	
	
	
			/*HRANA DETALJNIJE BEGGINING*/
	.hranadetail {
		padding-bottom: 50px;
	}
	.hranadetail h2 {
		font-size: 1.8em;
	}
	.hranadetailcontact h2{
		border-bottom: none;
		margin:30px 0 10px 0;
		padding: 0;
	}
	.hranadetailcontact h3{
		margin:0;
		padding: 0;
		font-size: 1.7em;
	}
	.hranapricebox {
		float:none;
		margin:0 auto;
	}
	.hranadetailcontact {
		width:auto;
		margin:20px 0 30px 0;
	}
	.hranadetailprice {
		width:100%;
		float:none;
		margin:0 auto;
		text-align: center;
	}
	
	.hranaprice {
		margin:0 auto;
		margin-bottom:30px;
		float:none;
		text-align:center;
	}
	
	.hranaprice:nth-of-type(3n) {
		margin: 0 auto;
	}
	.img-hover-zoom {
		height: 125px;
		width:125px;
		overflow: hidden; 
		transition: transform .5s ease;
	}

	.img-hover-zoom:hover {
	  transform: scale(1.6);
	}
	.hranaprice h6 {
		float:none;
		color:#747474;
	}
	.slideshow-container {
		width:auto;
		margin:0 auto;
		float:none;
		box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.1);
	}
	.hranadetaildesc {
		margin-top: 20px;
	}
	.hranadetailtable {
		width:100%;
		margin: 40px 0;
		overflow-x: auto;
		float:left;
	}
	table {
		width:800px;
	}
	table, th, td {
		box-shadow: 0 10px 35px 5px rgba(0, 0, 0, 0.05);
		font-size: 18px;
	}
	.modal-form {
		width: 80%; 
	}
	
			/*HRANA DETALJNIJE ENDING*/
	
	
	
	
			/*O NAMA RESP BEGINNING*/
	
	#oNamaHero {
		background-position: 50% 20%;
	}	
	#oNamaHero h1 {
		font-size: 2.2em;
	}
	#oNamaInfo {
		padding:55px 0 85px 0;
	}
	
	.oNamaInfos h2 {
		padding-left: 0;
		font-size: 1.65em;
	}
	.oNamaInfos {
		text-align: center;
		float:left;
		width:100%;
		margin:10px 0 0 0;
	}
	
	#cimeSeBavimoHero h1 {
		font-size: 2.2em;
	}
	#cimeSeBavimoHero {
		padding: 20px 0 20px 0;
		font-size: 0.8em;
		background-position: 50% 45%;
	}
	#cimeSeBavimoInfo {
		padding:55px 0 85px 0px;
	}
	.cimeSeBavimoInfos h2 {
		padding-left:0;
		font-size: 1.75em;
		text-align: center;
	}
	.cimeSeBavimoInfos {
		margin:10px 0 10px 0;
		width:100%;
	}
	
	.cimeSeBavimoInfos ul li {
		padding-left:5%;
	}

	#ponosimoSeHero h1 {
	font-size: 2.2em;
	}
	#ponosimoSeInfo {
		padding:50px 0;
	}
	
	

	.wrapper2 h2 {
		font-size: 2em;
		margin-top:80px;
	}
	

			/*O NAMA RESP ENDING*/
			
	

	
	
			/*CONTACT US BEGINING*/

	.contactUsForma {
		width:100%;
		float:left;
		margin-right:0;
		margin-bottom:10px;

	}
	.contactUsForma h2 {
		margin-top:10px;
		text-align: center;
		padding-left:0;
		font-size: 1.87em
	}
	.contactInfo {
		margin:20px 20px;
	}
	.contactInfo p {
		margin:0;
		padding:20px 0 20px 0;
		font-size:1.1em;
	}
	.contactInfo i {
		width:45px;
		float:left;
		font-size:20px;
	}
	.field {
		width:97.7%;
	}
	

	.buttonSubmit input {
		padding: 20px 20px 20px 20px;
		margin:20px 0;
		font-size: 14px;
		width:100%;
		float:left;
	}

			/*CONTACT US ENDING*/









}
























