.siteHeader .search {
  display: none;	
}
.siteHeader .logo2 {
    float: left;
    display: block;
    margin: 60px 0 0 15px;
    overflow: hidden;
    max-width: 130px;
    height: 40px;
    position: relative;
}
.siteHeader .logo, .siteHeader .search, .siteHeader .social, .siteHeader .menuSwitch, .siteHeader .menu, .siteHeader .menu a:hover {
  text-decoration: none;	
}
.siteBanner {
  margin-top: 140px;
  margin-bottom: 20px;	
}
.siteContent {
  line-height: 1.6em;	
}
.siteContent section {
  margin-top: 20px;	
}
.siteContent article {
  padding: 0;	
}
.siteContent aside.right {
  padding: 0 1.3em;	
}
.siteContent aside.newslist .news>.title {
  padding-top: 0;
  margin-top: 0;
}
.siteContent article>h1, .siteContent aside>h1, .siteContent .gallery>h1, .siteContent .articles>h1 {
  color: #be1e2d;
  margin: .2em 0 .6em 0;
  padding: .2em 0 .4em 0;
  border-bottom: 1px solid #dedede;
}
.siteContent aside.newslist .news>.title {
  width: 80%;
  float: left;
}
.siteHeader .social a {
  font-size: 1.2em;	  
}
.siteHeader .menu a {
  font-size: 1em;	
}
.logotypes img {
	height: 70px;	
}
.siteBanner .slide .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 9em;
  line-height: 0.9em;
  margin-left: 0.3em;
  margin-top: 0.4em;
  letter-spacing: -0.05em;
}
.siteContent article>h1 .date {
  float: right;
  font-size: 0.4em;
  font-style: italic;	
}
.siteContent article> .inarticlePhoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;	
}
.siteContent .articles article .wrapper {
  min-height: 400px;	
}
.siteContent .articles article .wrapper .photo {
  width: 586px;
  height: 227px;
  overflow: hidden;	
}
.siteContent .gallery .galleryContainer {
  width: 368px;
  height: 368px;
  float: left;
  margin-left: 14px;
  margin-right: 14px;  
  margin-bottom: 25px;
  position: relative;
}
.siteContent .gallery .galleryContainer .photoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 368px;
  height: 368px;
  background-size: cover;
}
.siteContent .gallery .galleryContainer .photoContainer .photo {
  position: absolute;
  width: 368px;
  height: 368px;
  opacity: 0;
  filter: alpha(opacity=0);  
}
.siteContent .gallery .galleryContainer .title {
  position: absolute;
  text-align: center;
  bottom: 0px;
  height: 100px;
  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;
}
.siteContent .gallery .galleryContainer .title .description {
  font-size: 0.8em;
  line-height: 1.2em;	
}
.siteContent .gallery .galleryContainer:hover .title {
  background-color:rgba(25,55,101,0.65);
  height: auto;
  margin: 0;  
  top: 0px;
  padding-top: 160px;
}
.siteContent .gallery .galleryContainer:hover .title .zoom {
  font-size: 1.5em;
}
a {
  cursor: pointer;	
}
a:hover {
  color: #be1e2d;	
}
.siteContent article.left {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  	
}
@media (max-width:800px) {
  .siteBanner .slide .text {
	  font-size: 4.5em;
  }
  .siteContent aside.newslist .news>.title {
	  width: 60%;  
  }
  .siteHeader .logo2 {
	display: none;  
  }
}
@media (max-width:400px) {
  .siteBanner .slide .text {
	  font-size: 3.2em;
  }
  .siteBanner {
	  margin-top: 100px;	  
  }
}
