component-gallery-album-a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
component-gallery-album-a .gallery-head {
  float: left;
  width: 100%;
  height: auto;
}
component-gallery-album-a .gallery-head ul {
  padding: 0px;
  margin: 0px;
}
component-gallery-album-a .gallery-head ul li {
  display: inline-block;
  margin-right: 10px;
}
component-gallery-album-a .gallery-head ul li a {
  color: #3f3e3e;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
component-gallery-album-a .gallery-head ul li a:hover {
  text-decoration: none;
  color: grey;
  opacity: 0.7;
}
component-gallery-album-a .gallery-head ul li a:active {
  text-decoration: none;
  color: grey;
  opacity: 1;
}
component-gallery-album-a .gallery-head ul li a.active {
  color: grey;
  opacity: 1;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid {
  margin-bottom: 40px;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid a {
  color: inherit;
  outline: none;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid a:hover {
  outline: none;
  text-decoration: none;
  color: inherit;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid a:hover .blog_container .background-image-container {
  background-color: red;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid a:hover .blog_container .background-image-container .background-image {
  transform: scale(1.1);
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid a:hover .blog_container .background-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1);
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid .blog_container {
  float: left;
  width: 100%;
  height: auto;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid .blog_container .background-image-container {
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid .blog_container .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100% 0 0;
  width: 100%;
  transition: all 0.3s;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid .blog_container .background-image img {
  visibility: hidden;
  display: none;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid .blog_container .background-overlay {
  padding: 100% 0 0;
  margin-top: -100%;
  transition: all 0.5s;
  width: 100%;
}
component-gallery-album-a .gallery-container.portfolio-boxed-grid .blog_container .info h3 {
  font-size: 14px !important;
  color: #3f3e3e;
  text-align: left;
  margin: 0px;
  font-weight: bold !important;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed {
  margin-bottom: 40px;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed a {
  color: inherit;
  outline: none;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed a:hover {
  outline: none;
  text-decoration: none;
  color: inherit;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed a:hover .blog_container .background-image-container {
  background-color: red;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed a:hover .blog_container .background-image-container .background-image {
  transform: scale(1.1);
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed a:hover .blog_container .background-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1);
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed .blog_container {
  float: left;
  width: 100%;
  height: auto;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed .blog_container .background-image-container {
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed .blog_container .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100% 0 0;
  width: 100%;
  transition: all 0.3s;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed .blog_container .background-image img {
  visibility: hidden;
  display: none;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed .blog_container .background-overlay {
  padding: 100% 0 0;
  margin-top: -100%;
  transition: all 0.5s;
  width: 100%;
}
component-gallery-album-a .gallery-container.portfolio-carousel-boxed .blog_container .info h3 {
  font-size: 14px !important;
  color: #3f3e3e;
  text-align: left;
  margin: 0px;
  font-weight: bold !important;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .row,
component-gallery-album-a .gallery-container.portfolio-images-boxed .col-item {
  padding: 0;
  margin: 0;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .cover_container {
  overflow: hidden;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .cover_container .cover_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100% 0 0;
  transition: all 0.3s;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container {
  position: absolute;
  top: 0;
  transition: all 0.3s;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .table-first {
  transition: all 0.3s;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .display-table {
  width: 100%;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .info {
  width: 100%;
  height: 150px;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .info .display-table {
  width: 100%;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .info .display-table .display-table-cell {
  height: 150px;
  text-align: center;
  padding: 0px 10px;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .info .display-table .display-table-cell h3,
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .info .display-table .display-table-cell .type {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
  color: white !important;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed .overlay_container .info .display-table .display-table-cell h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed a {
  color: white !important;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed a:hover {
  text-decoration: none;
}
component-gallery-album-a .gallery-container.portfolio-images-boxed a:hover .cover_image {
  /*transform:scale(1.1);*/
}
component-gallery-album-a .gallery-container.portfolio-images-boxed a:hover .overlay_container {
  background-color: rgba(29, 29, 29, 0.9);
}
component-gallery-album-a .gallery-container.portfolio-images-boxed a:hover .overlay_container .table-first {
  /*transform: scale(0.9);*/
}
component-gallery-album-a .gallery-container.portfolio-images-boxed a:hover .overlay_container h3,
component-gallery-album-a .gallery-container.portfolio-images-boxed a:hover .overlay_container .type {
  opacity: 1 !important;
}
