.container-fluid {
  height: 100%;
  width: 100%;
}
img {
  padding-top: 2.3%;
  width: 100%;
}
#image-control {
  max-height: 95%;
}
#image-container {
  height: 100%;
  width: 100%;
}
.row {
  height: 100%;
  width: 100%;
}
.col-3 {
  height: 100%;
}
.col-8 {
  height: 100%;
}
#full-image-container {
  height: 100%;
  width: 100%;
}
a:link {
  color: #7c7c7c;
}
#exif-container {
  background: #f3f3f3;
  position: absolute;
  right: 0;
}
#map {
  position: relative;
  width: 100%;
  height: 100%;
}
#map-exif {
  padding: 10% 0 0 2%;
  position: relative;
  height: 400px;
  width: 95%;
}
#map-filter {
  height: 400px;
  width: 400px;
  top: 125px;
  left: 30px;
}
#map-container {
  position: absolute;
  right: 0;
  height: 100%;
  width: 25%;
}
#title-region {
  padding: 2% 0 8% 10%;
  position: relative;
  width: 300px;
  height: 15px;
}
.region-control {
  padding: 0 0 0 10%;
  position: relative;
  width: 330px;
  height: 50px;
}
.download-control {
  padding: 0 0 0 10%;
  position: relative;
  width: 330px;
  height: 30px;
}
.copyright-control {
  padding: 0 0 0 10%;
  position: relative;
  min-height: 50px;
  overflow: hidden;
}
#calendar {
  position: absolute;
  width: 50px;
  min-width: 50px;
  height: 24px;
}
#download-icon {
  position: absolute;
  width: 50px;
  min-width: 50px;
  height: 24px;
}
#download-link {
  padding: 5px 0 0 50px;
}
#timestamp {
  padding: 5px 0 0 50px;
}
#section-scape {
  position: absolute;
  width: 50px;
  min-width: 50px;
  height: 24px;
}
#section-detail-container {
  padding: 0px 0 0 50px;
  margin-bottom: 10px;
}
#section-name {
  margin-bottom: 5px;
}
.data-packet {
  margin-right: 15px;
}
.region-void {
  padding: 0 0 0 10%;
}
#exif-header-region {
  padding: 8% 0 10% 6%;
  height: 20px;
}
.thumb {
  margin-bottom: 30px;
}
.thumbnail {
  width: 1px;
}
.font-section-title {
  color: rgba(0,0,0,0.87);
  font: 400 15px/24px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 15px;
  line-height: 15px;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
}
.font-detail {
  color: rgba(0,0,0,0.54);
  font: 500 13px/20px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 13px;
  line-height: 20px;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
}
.font-exif-head {
  color: rgba(0,0,0,0.54);
  font: 500 13px/20px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: 800;
  font-stretch: normal;
  font-size: 18px;
  line-height: 20px;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
}
#user-header {
  top: 60px;
  position: absolute;
}
#title-container {
  top: 10px;
}
#user-thumb {
  width: 50px;
  height: 50px;
}
#thumbs-container {
  position: absolute;
  top: 150px;
  left: 100px;
}
#album-counts {
  font-size: 13px;
}
.thumbnail-wrapper {
  display: block;
  margin-bottom: 10px;
  width: 337.5px;
  margin-right: 10px;
  margin-left: 10px;
}
#photos-container {
  max-width: 1440px;
  margin: 150px auto;
  width: 100%;
}
.albums-thumbnail-wrapper {
  display: block;
  margin-bottom: 10px;
  width: 337.5px;
  margin-right: 10px;
  margin-left: 10px;
}
img.lazy {
  width: 300px;
  height: 300px;
}
.thumbnail img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.album-title {
  position: absolute;
  top: 60px;
}

body {
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
}
html,
body {
  height: 100%;
}
#header {
  background: linear-gradient(to bottom, #272727 1%, #333 100%);
  box-shadow: 0px 0px 2px 0 #000;
  height: 38px;
}
#header #logo {
  height: 30px;
  padding: 4px;
  position: absolute;
  top: 2px;
  left: 15px;
  color: rgba(255,248,248,0.9);
  text-decoration: none;
  font-size: 1.5em;
}
#main,
h1 {
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}
#main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.download-link {
  float: right;
  padding-right: 15px;
  padding-top: 15px;
}
