/* CONTENT BLOG */
.gallery-slideshow .image-lager {
  position: relative;
}
.gallery-slideshow .image-lager a {
  position: relative;
  display: block;
}
.gallery-slideshow .image-lager a span {
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}
.gallery-slideshow .image-lager a img {
  width: 100%;
}
.gallery-slideshow .image_thumbs {
  margin-top: 10px;
}
.gallery-slideshow .image_thumbs .owl-item {
  padding: 0 5px;
}
.gallery-slideshow .image_thumbs .owl-item.active a:before {
  border-color: #e7c130;
}
.gallery-slideshow .image_thumbs a {
  display: block;
  position: relative;
}
.gallery-slideshow .image_thumbs a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border: 4px solid transparent;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gallery-slideshow .image_thumbs a:hover::before {
  border-color: #e7c130;
}
.gallery-slideshow .image_thumbs a img {
  width: 100%;
}
.gallery-slideshow .image_thumbs .owl-prev,
.gallery-slideshow .image_thumbs .owl-next {
  width: 26px;
  text-align: center;
  background-color: #232323;
  border-width: 0;
  height: auto;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.gallery-slideshow .image_thumbs .owl-prev:hover,
.gallery-slideshow .image_thumbs .owl-next:hover {
  background-color: #e7c130;
  color: #fff;
}
.gallery-slideshow .image_thumbs .owl-prev .fa,
.gallery-slideshow .image_thumbs .owl-next .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.gallery-slideshow .image_thumbs .owl-prev {
  left: 0;
}
.gallery-slideshow .image_thumbs .owl-next {
  right: 0;
}
.gallery-grid,
.gallery-circles,
.gallery-tiled {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-grid:after,
.gallery-circles:after,
.gallery-tiled:after {
  display: table;
  clear: both;
  content: '';
}
.gallery-grid.gallery-columns-2 .gallery-item,
.gallery-circles.gallery-columns-2 .gallery-item,
.gallery-tiled.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-grid.gallery-columns-3 .gallery-item,
.gallery-circles.gallery-columns-3 .gallery-item,
.gallery-tiled.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}
.gallery-grid.gallery-columns-4 .gallery-item,
.gallery-circles.gallery-columns-4 .gallery-item,
.gallery-tiled.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-grid.gallery-columns-5 .gallery-item,
.gallery-circles.gallery-columns-5 .gallery-item,
.gallery-tiled.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-grid.gallery-columns-6 .gallery-item,
.gallery-circles.gallery-columns-6 .gallery-item,
.gallery-tiled.gallery-columns-6 .gallery-item {
  width: 16.66666667%;
}
.gallery-grid.gallery-columns-7 .gallery-item,
.gallery-circles.gallery-columns-7 .gallery-item,
.gallery-tiled.gallery-columns-7 .gallery-item {
  width: 16.66666667%;
}
.gallery-grid.gallery-columns-8 .gallery-item,
.gallery-circles.gallery-columns-8 .gallery-item,
.gallery-tiled.gallery-columns-8 .gallery-item {
  width: 16.66666667%;
}
.gallery-grid.gallery-columns-9 .gallery-item,
.gallery-circles.gallery-columns-9 .gallery-item,
.gallery-tiled.gallery-columns-9 .gallery-item {
  width: 16.66666667%;
}
.gallery-grid .gallery-item,
.gallery-circles .gallery-item,
.gallery-tiled .gallery-item {
  float: left;
}
.gallery-grid figure,
.gallery-circles figure,
.gallery-tiled figure {
  display: block;
  position: relative;
  padding-top: -moz-calc(100% - 5px);
  padding-top: -o-calc(100% - 5px);
  padding-top: -webkit-calc(100% - 5px);
  padding-top: calc(100% - 5px);
  border: 5px solid transparent;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.gallery-grid figure:before,
.gallery-circles figure:before,
.gallery-tiled figure:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  z-index: 1;
  background-color: rgba(52, 74, 113, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 74, 113, 0)), to(rgba(52, 74, 113, 0.9)));
  background: -webkit-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  background: -moz-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  background: -ms-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  background: -o-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.gallery-grid figure img,
.gallery-circles figure img,
.gallery-tiled figure img {
  vertical-align: middle;
  position: absolute;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-grid figure .gallery-caption,
.gallery-circles figure .gallery-caption,
.gallery-tiled figure .gallery-caption {
  position: absolute;
  bottom: 20px;
  left: 5px;
  right: 5px;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  z-index: 3;
  line-height: 1.4em;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
}
.gallery-grid figure:hover:before,
.gallery-circles figure:hover:before,
.gallery-tiled figure:hover:before {
  content: '';
  opacity: 1;
  top: 0;
}
.gallery-grid figure:hover .gallery-caption,
.gallery-circles figure:hover .gallery-caption,
.gallery-tiled figure:hover .gallery-caption {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.gallery-circles {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
.gallery-circles .gallery-item {
  background-color: #fff;
}
.gallery-circles .gallery-item figure {
  padding-top: -moz-calc(100% - 20px);
  padding-top: -o-calc(100% - 20px);
  padding-top: -webkit-calc(100% - 20px);
  padding-top: calc(100% - 20px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid transparent;
}
.gallery-circles .gallery-item figure:before {
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gallery-circles .gallery-item figure .gallery-caption {
  top: 50%;
  bottom: auto;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.gallery-tiled .gallery-item,
.gallery-tiled .gallery-size {
  width: 33.33333333%;
}
.gallery-tiled .gallery-item figure,
.gallery-tiled .gallery-size figure {
  padding-top: 100%;
  border-width: 0;
}
.gallery-tiled .gallery-item figure:after,
.gallery-tiled .gallery-size figure:after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.gallery-tiled .gallery-item figure:before,
.gallery-tiled .gallery-size figure:before {
  left: 5px;
  top: 5px ;
  right: 5px;
  bottom: 5px;
}
.gallery-tiled .lager {
  width: 66.66666666%;
}