

body  {
  background-image: url("http://mango.5v.pl/img/tlo.jpg");
  background-color: #cccccc;
  color: white;
  width:1200 px;
}
.nav{
     width: 100%;
}
.item {
        padding: 10px;
        transition: all .4s;
        -webkit-transition: all .4s;

      }

.item:hover {
        transform: scale(1.02);
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        box-shadow: 0 0 14px #888;
        background-color: #fff;
        margin-bottom: 0px;
        margin-top: 0px;  
      }
    
.caja {

text-align: center;
}

* {
  box-sizing: 10px;
  padding: 12px 10px 12px 10px;  
}

#myInput2 {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 50%;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
    

#myUL3 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
 
   
}

#myUL3 li p {
  border: 1px solid #ddd;
  margin-top: -1 px; /* Prevent double borders */
  
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL3 li p:hover:not(.header) {
  background-color: #eee;
    }
#myUL4 {
  float: left;

  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL4 li p {
  border: 1px solid #ddd;
 margin-top: -1 px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL5 li p:hover:not(.header) {
  background-color: #eee;
    }
#myUL5 {
  float: left;
 
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL5 li p {
  border: 1px solid #ddd;
 margin-top: -1 px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL4 li p:hover:not(.header) {
  background-color: #eee;
    }    

.topnav a.active {
  background-color: green;
  color: white;
  text-align: center; 
  border: 4px solid green; 
}

.topnav input[type=text] {
  float: left;
  padding: 6px;
  margin-top: 0px;
  margin-right: 3px;
  border: 1px solid grey;
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 14px;
    border: 4px solid green; 
    
  }
  
  .topnav input[type=text] {
    border: 4px solid green;  
  }
}
#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 50%;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
    

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
   
}

#myUL li p {
  border: 1px solid #ddd;
  margin-top: -1 px; /* Prevent double borders */
  
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li p:hover:not(.header) {
  background-color: #eee;
    }
#myUL2 {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL2 li p {
  border: 1px solid #ddd;
 margin-top: -1 px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL2 li p:hover:not(.header) {
  background-color: #eee;
    }
.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}    