﻿html, body{
  height:100%;
  min-height: 100%;
}

body{
  line-height: 19px;
  font-size: 12px;
  color: #555555;
  font-family: Helvetica, Arial, sans-serif;
}

a{
  color: #1d53a3;
  text-decoration: none;
  outline: none;
}

.start-content{
  height:100%;
  min-height: 100%;
  background-image: url('img/lala-bg2.jpg');
  background-size: cover;
  background-position: center bottom;
}

.home .logo-content{
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -50px;
}

.container{
  width:996px;
  margin:0 auto;
  padding-top: 40px;
}

.logo{
  display: inline-block;
  transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;
}


.logo:hover{
  opacity:.8;
}


#menu-header-menu{
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

#menu-header-menu li{
  display: inline-block;
}

#menu-header-menu li:not(:last-child){
  margin-right: 25px;
}

.home #menu-header-menu a{
  font-size: 16px;
  color:#fff;
  transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;
}

#menu-header-menu a{
  color:#000;
}

#menu-header-menu a:hover{
  text-decoration: none;
  color:#8C8C8C;
}

.home #menu-header-menu a:hover{
  color: #ECECEC;
}



/* page */
h1{
  color: #333333;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px; 
  text-decoration: uppercase;
}

.page-id-21 h1{ display:none; }

.articleContent p{
  margin: 0 0 20px 0;  
}

.articleContent{
  margin-top: 50px; 
}

.articleContent a{
  color:#A2A8B1; 
}


.articleContent .ngg-gallery-thumbnail-box{
  float:none;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.articleContent .ngg-gallery-thumbnail{
  display:inline-block;
  float:none;
}

.articleContent .ngg-gallery-thumbnail-box:hover{
  transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;
  opacity:.8;
}

.articleContent .ngg-galleryoverview{
  text-align: center;
}

.articleContent .ngg-gallery-thumbnail img{
  border:none;
  padding: 0;
}
.page-id-21 #menu-header-menu{
  position: static;
  padding-bottom: 30px;  
}


@media (max-width:1000px){
  .container{
    width:auto;
    padding-left: 20px;
    padding-right: 20px;
  }  

  body img{
    max-width: 100%;
    height:auto;
    max-height: auto;
  }

  body:not(.home) #menu-header-menu {
      position: static;
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .start-content{
     background-size: cover;
  }

}

@media (max-width:650px){
  .articleContent .ngg-gallery-thumbnail img{
    width:100%!important;
  }  
}