body {
  padding-top: 50px;
  padding-bottom: 30px;
}

dl {
  width: 100%;
  overflow: hidden;
  /*background: #ff0;*/
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  /*background: #cc0;*/
  padding: 0;
  margin: 0;
  padding-top: 5px;
  clear: both;
}
dd {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  /*background: #dd0*/
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-top: 5px;
}

footer .right {
    float: right;
    text-align: right;
}

footer .left {
    float: left;
    text-align: left;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
/*  width: auto;*/
}

.clear {
    clear: both;
}

/* @ #image-list */
#image-list .cards {
  margin: auto; /* center grid */
}

#image-list .card {
  width: 216px;
  overflow: hidden;
  /*opacity: 0;*/ /* hide card while loading */
  transform-property: opacity, transform;
  transform-origin: 50%;
  opacity: 0.9;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*opacity: 0;
  transform-origin: 50% 50%;*/
}

#image-list .card:hover {
    opacity: 1;
}

/* change card size for small screens */
@media (max-width: 600px) {
  #image-list .card { width: 156px; }
}

#image-list .card a:hover {
    text-decoration: none
}

#image-list .card-wrapper {
  border-radius: 4px;
}

#image-list .card-image {
  width: 100%;
}

#image-list .card-image img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

#image-list .card-info {
  padding: 10px 16px;
  color: rgb(33, 25, 34);
  text-align: left;
}

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

#image-list input[type="submit"] {
  margin-left: 10px;
}

#image-list .cards {
/*  opacity: 0;*/
}

#image-list .cards-container {
  position: relative;
}

#image-list .loader {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20%;
}

#image-list .filter {
  margin-top: 10px;
}

#get-more-container {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

#get-more-loader {
  display: none;
}

.listing a {
  color: #000;
}