/* CSS Document */
#map {
  width: 100%;
  height: 550px;	
}
.slider {
  margin-top: -2em;	
}
.siteContent {
  margin-top: -2em;	
}
.siteContent.product>.photo {
  background-color: #ffffff;	
}
.tomatos .wrapper .tomato:hover {
  text-decoration: none;	
}
.siteContent .tomatos {
  margin-top: 2.5em;	
}
.tomatos .wrapper .tomato:hover .button {
  background-color: #036441; 
}
.siteHeader .menu {
  font-size: 1.1em;	
}
.scrollAttractor {
  height: 70px;	
}
.siteFooter {
  margin-top: 6em;	
}
.siteContent.product .data .wrapper {
  margin-top: 2em;	
}
.gallery2 .galleryContainer {
  width: 220px;
  height: 220px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;  
  margin-bottom: 25px;
  position: relative;
}
.gallery2 .galleryContainer .photoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: center center;
}
.gallery2 .galleryContainer .photoContainer .photo {
  position: absolute;
  width: 220px;
  height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);  
}
.gallery2 .galleryContainer .title {
  position: absolute;
  text-align: center;
  bottom: 0px;
  height: 120px;
  right: 0px;
  left: 0px;
  display: block;
  background-color:rgba(25,55,101,0.65);
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 5px;
  margin: 0;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery2 .galleryContainer .title .description {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;	
}
.gallery2 .galleryContainer:hover .title {
  background-color:rgba(25,55,101,0.65);
  height: auto;
  margin: 0;  
  top: 0px;
  padding-top: 80px;  
}
.gallery2 .galleryContainer:hover .title .zoom {
  font-size: 1.5em;
}
.button {
  cursor: pointer;	
}
.tomatos .wrapper .tomato .name {
  line-height: 1.05em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
@media(max-width: 800px) {
	.slider .slides .slide {
	  background-position: center center;
	  min-height: 170px;
	  max-height: 220px;	
	}
	.siteHeader .logo {
	  width: 120px;
	  height: 120px;	
	}
	.siteHeader .logo img {
	  max-width: 60%;	
	}
	.scrollAttractor {
	  display: none;	
	}
	.slider .dots {
	  display: none;	
	}
}

