.area-hero {
  background-image: url("../study/photo/img/hero.jpg");
}

.photo-header {
  text-align: center;
}

.photo-header .title-photo-ib {
  display: inline-block;
  color: #44A53D;
}

.area-pagenav {
  margin-bottom: 30px;
}

.area-photo-main {
  margin-bottom: 40px;
}

.grid-photo {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.grid-photo .photo-content {
  overflow: hidden;
  text-align: center;
  background-color: #AAA;
}

.grid-photo .photo-content img {
  vertical-align: bottom;
  width: auto;
  max-width: none;
}

.grid-photo .photo-body {
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
}

.list-photo-themes {
  overflow: hidden;
}

.list-photo-themes a {
  display: block;
  border: 2px solid #EEEED9;
  border-radius: 6px;
  padding: 20px 12px;
  color: #44A53D;
  text-decoration: none;
}

.list-photo-themes a:hover {
  background-color: #fbfbf5;
}

@media only screen and (max-width: 740px) {

  .area-intro {
    margin-bottom: 50px;
  }

  .photo-header {
    margin-bottom: 20px;
  }

  .photo-header .title-photo-ib {
    font-size: 20px;
  }

  .grid-photo {
    zoom: 1;
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .grid-photo:before, .grid-photo:after {
    content: "";
    display: table;
  }

  .grid-photo:after {
    clear: both;
  }

  .grid-photo:first-child {
    margin-left: 0;
  }

  .grid-photo:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }

  .grid-photo .photo-content img {
    height: 140px;
  }

  .grid-photo .photo-body {
    padding: 6px;
    font-size: 11px;
  }

  .title-medium {
    font-size: 16px;
  }

  .area-photo-footer {
    margin-bottom: 40px;
  }

  .list-photo-themes li {
    zoom: 1;
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .list-photo-themes li:before, .list-photo-themes li:after {
    content: "";
    display: table;
  }

  .list-photo-themes li:after {
    clear: both;
  }

  .list-photo-themes li:first-child {
    margin-left: 0;
  }

  .list-photo-themes li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }

  .list-photo-themes a {
    padding: 10px 12px;
  }
}

@media print, screen and (min-width: 741px) {

  .area-intro {
    font-size: 18px;
  }

  .photo-header {
    margin-bottom: 30px;
  }

  .photo-header .title-photo-ib {
    font-size: 30px;
  }

  .area-pagenav {
    border-bottom: 2px solid #EEEED9;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .area-photo-main {
    border-bottom: 2px solid #EEEED9;
    padding-bottom: 47px;
    margin-bottom: 50px;
  }

  .grid-photo {
    zoom: 1;
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .grid-photo:before, .grid-photo:after {
    content: "";
    display: table;
  }

  .grid-photo:after {
    clear: both;
  }

  .grid-photo:first-child {
    margin-left: 0;
  }

  .grid-photo:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }

  .grid-photo .photo-content img {
    height: 305px;
  }

  .title-medium {
    font-size: 20px;
  }

  .area-photo-footer {
    margin-bottom: 80px;
  }

  .list-photo-themes li {
    zoom: 1;
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .list-photo-themes li:before, .list-photo-themes li:after {
    content: "";
    display: table;
  }

  .list-photo-themes li:after {
    clear: both;
  }

  .list-photo-themes li:first-child {
    margin-left: 0;
  }

  .list-photo-themes li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }

  .list-photo-themes a {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=page_photo.css.map */
