
/* DEFAULT CSS ------------------------------------------------------------------------------------------------------------------------------------------------------------*/* { margin: 0; padding: 0;}html, body {margin: 0; height: 100%;}.mm-page {background: #ffffff !important; min-height: 100%;}.mm-menu {/*z-index: -1 !important;*/}body {  background-color:  #FFFFFF;}::selection {background: #666666; /* Safari */}::-moz-selection {background: #666666; /* Firefox */}/* Album */
.album-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
}

.album-description {
  margin-bottom: 20px;
}

.album-wrapper {
  padding-left: 30px;
}

.thumbnail-wrap {
  float: left;
  margin-right: 30px;
  margin-bottom: 80px;
  padding-right: 10px;
  display: block;
  width: 100%;
}

.thumbnail-frame {
  cursor: pointer
}

.thumbnail-frame img {
  position: relative;
  cursor: pointer;
  border: 10px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.thumbnail-frame:hover {
  -webkit-transform: scale(1.05);
  z-index: 1;
}

.photo-background {
  padding: 60px;
  text-align: center;
}

.photo-navigation {
  margin: 20px;
}

.photo-links {
  padding: 8px;
}

.photo-navigation a:link,.photo-navigation a:visited {
  color: #3f3f3f;
}

.photo-navigation a:hover {
  color: #b2b2b2;
}

.photo-frame {
  max-width: 100%;
  height: auto;
  position: relative;
  border: 10px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.photo-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.photo-caption {
  font-size: 18px;
  line-height: 20px;
}

.movie-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.movie-thumbnail-frame {
  margin-bottom: 20px;
  width: 32%;
  display: block;
  float: right;
  margin-left: 5px;
  margin-right: 8px;
}

.movie-thumbnail-frame:hover {
  -webkit-transform: scale(1.05);
  z-index: 1;
}

.movie-thumbnail-frame img {
  width: 100%!important;
  height: auto!important;
}

.movie-thumbnail-caption {
  text-align: center;
  padding-top: 5px;
  margin: 0;
  overflow: hidden;
}

.movie-background {
  width: 100%;
  text-align: center;
}
.pure-menu-x ul ul li.has-sub > a::after {
    left: 10px !important;
    right: auto !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pure-menu-x ul ul > li:hover > ul, .pure-menu-x ul ul > li:focus > ul {
    left: auto !important;
    right: 130px !important;
}
