.gallery {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 20px; }
  .gallery * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .gallery:after {
    clear: both;
    content: "";
    display: block; }
  .gallery .gallery_item {
    background: #e6e5e4 none repeat scroll 0 0;
    -moz-background-size: cover;
         background-size: cover;
    float: left;
    height: 168px;
    width: 168px;
    margin: 0 4px 4px 0;
    cursor: pointer; }
    .gallery .gallery_item.more {
      background: #f7f7f7 !important;
      width: 168px;
      height: 168px;
      display: table;
      position: absolute; }
      .gallery .gallery_item.more > div {
        vertical-align: middle;
        display: table-cell;
        text-align: center; }
      .gallery .gallery_item.more b {
        font-weight: 300;
        color: #000;
        border-color: rgba(0, 0, 0, 0.3); }
  .gallery .gallery_sizer, .gallery .gallery_item {
    width: 168px; }
  .gallery .gallery_item_size2 {
    width: 340px;
    height: 340px; }

.fader {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none; }

.events_popup_container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101; }

.events_popup_table {
  display: table;
  margin: 0 auto; }

.events_popup_row {
  display: table-row; }

.events_popup_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.events_popup {
  display: none;
  text-align: left;
  background: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 40px 22px 40px 30px;
  font-size: 0;
  z-index: 101;
  position: fixed;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.events_popup_previews .popup_close {
  display: none; }

.events_popup_main, .events_popup_previews {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.events_popup_main {
  padding-right: 20px;
  min-width: 808px;
  min-height: 582px;
  text-align: center; }

.events_popup_main_inner {
  display: inline-block; }

.events_popup_main img {
  max-height: 524px; }

.events_popup_title, .events_popup_date {
  font-style: italic;
  text-align: left; }

.events_popup_title {
  margin-bottom: 10px; }

.events_popup_date {
  margin-top: 10px; }

.events_popup_previews {
  font-size: 0;
  width: 150px;
  margin-top: 29px;
  height: 524px;
  overflow: hidden; }

.events_popup_preview {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  position: relative;
  opacity: 0.5;
  margin: 0 4px 8px;
  -moz-background-size: cover;
       background-size: cover;
  cursor: pointer; }
  .events_popup_preview:hover {
    opacity: 1; }
  .events_popup_preview.selected {
    opacity: 1; }
    .events_popup_preview.selected:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 3px solid #fede00; }
  .events_popup_preview:last-child, .events_popup_preview:nth-last-child(2) {
    margin-bottom: 0; }

.photo > img {
  max-height: 524px; }
