/* Compiled Less CSS File */
/* Generated from "album_detail.css" */

/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.c1 .color {
  color: #00a5db !important;
}
.c2 .color {
  color: #003893 !important;
}
.c3 .color {
  color: #ed1c24 !important;
}
.c4 .color {
  color: #e97930 !important;
}
.c5 .color {
  color: #c17bc3 !important;
}
.c6 .color {
  color: #f34f78 !important;
}
.c7 .color {
  color: #4ac8df !important;
}
.c8 .color {
  color: #55cdaa !important;
}
.c9 .color {
  color: #fecd49 !important;
}
.c1 .bgcolor {
  background-color: #00a5db !important;
}
.c2 .bgcolor {
  background-color: #003893 !important;
}
.c3 .bgcolor {
  background-color: #ed1c24 !important;
}
.c4 .bgcolor {
  background-color: #e97930 !important;
}
.c5 .bgcolor {
  background-color: #c17bc3 !important;
}
.c6 .bgcolor {
  background-color: #f34f78 !important;
}
.c7 .bgcolor {
  background-color: #4ac8df !important;
}
.c8 .bgcolor {
  background-color: #55cdaa !important;
}
.c9 .bgcolor {
  background-color: #fecd49 !important;
}
.rt {
  width: 100%;
  font-size: 0.75em;
  /*12*/
  line-height: 1.25em;
  /*15*/
  border-collapse: collapse;
  border-spacing: 0;
}
.rt th,
.rt td {
  margin: 0;
  padding: 0.4166em;
  /*10*/
  vertical-align: top;
  border: 1px solid #babcbf;
  background: #fff;
}
.rt th {
  text-align: left;
  background: #fff2b2;
}
@media (max-width: 567px) {
  .rt {
    display: block;
    position: relative;
    width: 100%;
  }
  .rt thead {
    display: block;
    float: left;
  }
  .rt tbody {
    display: -webkit-box;
    overflow-x: auto;
  }
  .rt th,
  .rt tr,
  .rt td {
    display: block;
  }
  .rt th {
    border-bottom: 0;
  }
  .rt td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .rt tbody tr {
    border-right: 1px solid #babcbf;
  }
  .rt th:last-child,
  .rt td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
.flex-images {
  overflow: hidden;
  min-height: 50vh;
  margin-top: 30px;
}
.flex-images .item {
  float: left;
  margin: 2px;
  border: 1px solid #eee;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
.flex-images .item img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease;
}
.flex-images .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.lg-thumb-item {
  border: none !important;
}
.lg-thumb-item.active {
  border: solid 2px #FFF !important;
}
section.album {
  text-align: center;
}
section.album .info {
  padding-top: 25px;
}
section.album .info div {
  display: inline-block;
  margin: 8px 20px;
}
section.album .info div:before {
  content: "\e904";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: icomoon;
  display: inline-block;
  color: #333;
  margin-right: 10px;
  font-size: 1.4em;
  vertical-align: middle;
  margin-top: -0.3em;
}
section.album .info .location:before {
  content: "\e903";
}
section.album .com-loading {
  position: fixed;
  left: 48%;
  bottom: 0%;
}
section.album .btn-more {
  padding: 10px 60px;
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .flex-images {
    margin: 0 -100px;
  }
}
@media (max-width: 991px) {
  
}