body{
    width: 100%;
    margin: 0;
    padding:0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1{
    margin:0;
    padding: 0.1vw;
    color: #7D7A79;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

h3{

  font-size: 15px;
  font-weight: bold;
}

header{
    background: gray;
 
}

/* Podešavanje menija */
body {margin:0;font-family:"Bahnschrift Light";}

.topnav {
  overflow: hidden;
  background-color: gray;
 
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.active {
  background-color: #EB4C29;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: gray;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #EB4C29;
  color: white;
}

.dropdown-content a:hover {
  background-color: #EB4C29;
  color: #f2f2f2;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.malinaslov {
  background-color:#EB4C29;
  color:white; 
  margin-left: 5%;
  margin-right: 5%; 
  border-radius: 15%;
  font-size: 16px;
  box-shadow: 10px 10px 5px grey;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}



.bkgcolor{
    background: #CECECE;
}

/* opste podesavanje sekcije */
section{
    min-height:auto;
    max-height: 600px;
    width:100%;
    overflow: hidden;
    margin-bottom: 10px;
}


/* jumbo prva sekcija */
section.jumbo{
    position: relative;
    height: auto;
}

section.jumbo img{
    width:100%;
}

.floater{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.floater h2{
    display: inline-block;
    font-size: 2.25em;
    line-height: 3em;
    padding: 0.5em;
    color: #7D7A79;
    background: rgba(255,255,255,0.25);
    box-shadow: 2px 2px 30px 4px black;
}


/* PODEŠAVANJA ZA SLIKE BRENDOVA POČETNE STRANE */
.mobilni {
  min-height: 100px;
  max-height: 2000px;
}
.IndexcontainerN {
  margin: 10px;
  display: inline-block;
  position: relative;
  width: 15%;
  height: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 10px grey;

}
.IndexmobileN {
  margin: 10px;
  display: none;
  position: relative;
  width: 25vw;
  height: 32vw;

  box-shadow: 10px 10px 10px grey;

}

.Indexcontainer {
  margin: 10px;
  display: inline-block;
  position: relative;
  width: 23%;
  border-radius: 20px;
  box-shadow: 10px 10px 5px grey;

}

.Indexmobile {
  margin: 10px;
  display: none;
  position: relative;
  width: 33%;
  box-shadow: 10px 10px 5px grey;

}
.IndexmobileN {
  margin: 1%;
  display: none;
  position: relative;
  height: auto;
  width: 45%;
  box-shadow: 10px 10px 5px grey;
  background-color: #EB4C29;

}
.textmobile {
  background-color:  #EB4C29;
  color:  white;
  font-weight: bold;
  text-align: center;
  font-size: 15px;

}
.textmobileN {
  background-color:  #EB4C29;
  color:  white;
  font-weight: bold;
  text-align: center;
  font-size: 3vw;

}
.Mobileimage {
  display: block;
  width: 100%;
  height: auto;
}
.IndeximageN {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.overlayimgN {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  opacity: 0;
  transition: 1s ease;
  background-color: #EB4C29;
  border-radius: 20px;

}

.IndexcontainerN:hover .overlayimgN {
  opacity: 0.8;
}

.textoverlayN {
  color: white;
  font-size: 2vw;;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.Indeximage {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.overlayimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  opacity: 0;
  transition: 1s ease;
  background-color: #EB4C29;
  border-radius: 20px;
}

.Indexcontainer:hover .overlayimg {
  opacity: 0.8;
}

.textoverlay {
  background-color: #EB4C29;
  color: white;
  font-size: 1.5vw;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.textoverlay2 {
  background-color: #EB4C29;
  color: white;
  font-size: 1.1vw;;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 40%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

div.prikoliceM {
  display: none;

}

div.ConMain {
  display: block;
}

div.ConMobile {
  display: none;
}

@media screen and (max-width: 812px) {
  div.Indexcontainer {
    display: none;
  }
  div.IndexcontainerN {
    display: none;
  }
  div.IndexmobileN {
    display: inline-block;
  }
  div.Indexmobile {
    display: inline-block;
  }
  section.mobilni {
    min-height: 1200px;
    max-height: 2000px;
  }
  div.contact-data {
    font-size: 2.5vw;
    
  }

  div.prikolice {
    display: none;
  }

  div.prikoliceM {
    display: block;
  }
  div.sadrzajhar {
    width: 100%;
  }

  div.ConMain {
    display: none;
  }

  div.ConMobile {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  div.contact-data {
   display: none;
    
  }
  div.contnav {
    font-size: 10px;

  }

  div.contactM {
    text-align: left;
    display: ruby-text-container;
    background-image: url("kontaktbaner2.png");
    position: relative;
    width: 100%;
    height: 550px;
    background-repeat:no-repeat;
    background-position: center; 
    font-size: 1em;
    font-weight: bolder;
    text-align: left;
    opacity: 0.7;
    color: black;
  
  }

  .mobilCon {
    float: left;
    margin-left: 10%;
    margin-top:2%;
    text-shadow: 2px 2px 2px white;
  }



}

@media screen and (min-width: 420px) {
  div.contactM {
    display: none;
  }

}




.leptekst{
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Bahnschrift Light";
    color: gray;
    font-size: 15px;
}

.leptekst2{
  margin-left: 15%;
  margin-right: 10%;
  position: relative;
  text-align: left;
  letter-spacing: 1px;
  font-family: "Bahnschrift Light";
  color: gray;
  font-size: 15px;
}


.lista{
    list-style-type:none;
}


section video{
    display: block;
    margin: 0 auto !important;
}

/* footer */
footer{
    position: fixed;
    width: 100%;
    background: #EB4C29;
    font-size: 0.75em;
}
.contact-data{
  position: relative;
  width: auto;
  height: auto;
  background-image: url("kontaktbaner.png");
  background-repeat:no-repeat;
  background-position: center; 
  font-size: 18px;
  text-align: left;
  opacity: 0.7;
}

.contact-data:hover {
  opacity: 1;
  color: black;
  
}
.contactLevo {

  color:black; 
  padding-top:1vw;

  
}

.contactDesno {
  text-align: left; 
  padding-left: 1.2vw; 
  padding-top:1vw;
  color: black;

  
}
.contactLevo:hover, .contactDesno:hover {
  text-shadow: 0.5vw 0.5vw 0.5vw white;

}



footer nav{
    width: 890px;
    margin: 0 auto;
    padding: 3em 0; 
} 

footer nav ul{
    margin:0;
    list-style: none;
}

.copyright{
    width: 100%;
    bottom:0;
    line-height: 2em;
    text-align: center;
    color: black;
}

.slikacentar{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 5%;

}

.slikacentarC{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 5%;
  box-shadow: 10px 10px 10px gray;

}

.slikacentarC:hover {
border-color: #EB4C29;
border-style: solid;
border-width: 5px;

}

.slikacentar2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
  ;

}

a:link {
	text-decoration: none;
}

#mysearch {
	background:yellow;
}



* {box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8, .mySlides9, .mySlides10, .mySlides11, .mySlides12, .mySlides13, .mySlides14, .mySlides15 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;

}



/* Dugmad za šaltanje slike slajda */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Da dugme NEXT bude sa desne strane */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Za hover, da se doda siva boja pozadine strelice */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* Dugne za povratak na vrh */
#myBtn2 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.2vw;
  border: none;
  outline: none;
  background-color: #EB4C29;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  opacity: 0.7;
}

#myBtn2:hover {
  background-color: #EB4C29;
  opacity: 1;

}


/* Dugme za Više informacija */
#viseinfo {
  display: block;
  position: static;
  bottom: 20px;
  left: 75px;
  z-index: 99;
  font-size: 15px;
  font-style: italic;
  border: none;
  outline: none;
  background-color: white;
  color: #EB4C29;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;

  


}
#viseinfo:hover {
  background-color: gray;
  color: white;
  opacity: 0.5;
}

/* PROBAM SLIDESHOW */

.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8, .mySlides9, .mySlides10, .mySlides11, .mySlides12, .mySlides13, .mySlides14, .mySlides15 {
	display: none
}
imgSlide {
	vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin:0 auto 25px;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
  color:white;
  background-color: rgb(180, 177, 177);
  opacity: 0.5;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a grey background color */
.prev:hover, .next:hover {
	background-color: gray;
  color: #EB4C29;
  opacity: 1;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next, .text {
	font-size: 11px
}
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: 0 2px;
  background-color: #EB4C29;
  opacity: 0.5;
	border-radius: 50%;
	display: inline-block;
  transition: background-color 0.6s ease;

}
.activeSlide, .dot:hover {
  background-color: gray;
  opacity: 0.7;
}
.imageSlide {
	height:auto;
	
}

/* PODEŠAVANJA ZA HARMONIKU */
.naslovhar {
  background-color: gray;
  color: white;
  cursor: pointer;
  padding: 5px;
  margin-left: 5%;
  width: auto;
  border: none;
  text-align: center;
  outline: none;
  font-size: 10px;
  font-weight: bold;
  border-radius: 15%;
  box-shadow: 5px 5px 5px gray;
  
}

.aktivnisadrzaj, .naslovhar:hover {
  background-color: #EB4C29;
  opacity: 0.5;
}

.sadrzajhar {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: white;
  color: #228b22;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  
}

.imghar{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}

#telehendler:hover {
  -webkit-transform:scale(1.25); /* Safari and Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* IE 9 */
  -o-transform:scale(1.25); /* Opera */
   transform:scale(1.25);
}

#telehendler1:hover {
  -webkit-transform:scale(1.5); /* Safari and Chrome */
  -moz-transform:scale(1.5); /* Firefox */
  -ms-transform:scale(1.5); /* IE 9 */
  -o-transform:scale(1.5); /* Opera */
   transform:scale(1.7);
}
.facebook {
  display:block;
  width: 40px;
  height: 40px;
  box-shadow: 0.7vw 0.7vw 0.7vw grey;
  border-radius: 5%;
  float: right;

}

.instagram {
  display:block;
  width: 40px;
  height: 40px;
  box-shadow: 0.7vw 0.7vw 0.7vw grey;
  border-radius: 12%;
  float: left;
}



.instagram:hover, .facebook:hover {
  opacity:0.7;
  transform: scale(1.2);
}

.social {
  display: inline;
  position: relative;
 

}

.contnav {
  overflow: hidden;
  background-color: gray;
  box-shadow: 1.5vw 1.5vw 1.5vw gray;
  font-size: 18px;
  color:white;
  text-align: center;
  font-weight: bold;
 
}

p {
  padding: 0%;
  font-size: 1vw;
}

table.fb {
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100%;

}

.video {
   margin: auto auto; 
   width: auto;
   max-width: 90vw;
   display: block;
   border-radius: 5%;

}
hr {
  margin: 0 5% 0 5%;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}


#flex {
display: flex;
justify-content: center;
text-align: center;
flex-wrap: wrap;

}
/*
#flex-polje {
 
}
*/
#img_icon {
  width: 80%;
}

#img_icon:hover {
  transform: scale(1.2);
}


  /*ODAVDE IDE CURTAIN MENI ZA TRAKTORE */

.overlayMeni {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.8);
  overflow-x: hidden;
  /*transition: 0.1s;*/
  transition: 0.1st;

}

.overlayMeni-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 5%;
}

.overlayMeni a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #969393;
  font-weight: bold;
  display: block;
  /*transition: 0.1s;*/
  transition: 0.1s;

}

.overlayMeni a:hover, .overlayMeni a:focus {
  color: #6b6767;
}

.overlayMeni  {
  position: absolute;
  top: 5px;
  right: 45px;
  font-size: 60px;
  font-weight: bold;
}

.closebtnMeni {
  position: absolute;
  right: 45px;
  top: 5px;
  font-size: 60px;
}

p {
  font-size: large;
}


.ytvid {
 margin: auto;
 display: block;
 text-align: center;

}


@media screen and (max-height: 680px) {
  .overlayMeni a 
  .overlayMeni  {
  font-size: 40px;
  top: 35px;
  right: 35px;
  margin-top: 15%;
  }

  .slideshow-container {

    width: 98vw;
  }



  .closebtnMeni {
    font-size: 40px;
    right: 35px;
    padding-bottom: 15px;
    }

  .ytvid {

      display: none;

    }

  section.jumbo {

      width: 100vw;
  }
}


@media screen and (max-width: 500px) {
  section.jumbo {
    width: 100vw;
  }

  .ytvid {

    display: none;

  }
  .slideshow-container {

    width: 99vw;
  }

}