@media screen and (max-width: 1200px) {
    #first {
    width: 100% !important;
    text-align: center !important;
    padding-top: 0px !important;
	}
	#second {
    display: none !important;
	}
	#third {
	width: 100% !important;
	text-align: center !important;
	padding-top: 0px !important;
	max-height: 450px !important;
	}
	#zajedno {
	 max-height: 500px !important;   
	}
	}
}

#zajedno {
    width: 100%;
    overflow: hidden;
    max-height: 400px;
}
#first {
    width: 50%;
    float:left; 
    padding-top: 100px;
    max-height: 400px;
}
#second {
    overflow: hidden;
    max-height: 400px;
}
#third {
    width: 50%;
    float:left; 
    padding-top: 70px;
    max-height: 400px;
    text-align: center;
}
.oprema-items {
 font-size: 18px;   
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 85px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.menu-item-2292 {
    border: 1px solid #ffa409;
}