.jumate{
height:488px;
background-repeat: repeat-x;
background-image:url("ustensile.jpg");
}


.divide123{
	width:50%;
	float:left;
	padding:10px;
}

.leftcolumn {   
  float: left;
  width: 66%;
  
}

.rightcolumn {
  float: left;
  width: 34%;
  padding-left: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

.fakeimg {
  border-radius:7%;
  border: 2px solid #f1f1f1; 	
  display:block;
  opacity:1;
  transition: .5s ease;
  backface-visibility:hidden;
  width: 100%;
  padding: 10px;

 }
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  
}



.content {
border-left: 1px solid #445c3c;
border-right: 1px solid #445c3c;
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
a{color: #fda77f;

}

.divide1{
	width:33%;
	float:left;
	padding:10px;
	
}

.container {
  position: relative;
  width: 100%;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .fakeimg {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #fda77f;
  color: #445c3c;
  font-size: 16px;
  padding: 16px 32px;
  font-weight: bold;
}

.middle2 {
width:70%;
margin:auto;
}

.tooltip {
	padding-top:20px;
	padding-left:20px;
    position: relative;
    display: inline-block;
    cursor: help;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width:700px;
  height:270px;
  background-color: white;
  color: black;
  border-radius: 6px;
  padding: 10px ;
  position: absolute;
  z-index: 1;
  top:-5px;
  left:230%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border:1px solid black;
}



.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

map {
  display: inline;
}