.acm-gallery {
  position: relative;
}
.acm-gallery:before,
.acm-gallery:after {
  display: table;
  content: " ";
}
.acm-gallery:after {
  clear: both;
}
.acm-gallery a {
  border-bottom-width: 0;
}
.acm-gallery .btn {
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-bottom-width: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.acm-gallery .btn > fa {
  margin-left: 5px;
}
.acm-gallery .btn:hover,
.acm-gallery .btn:focus,
.acm-gallery .btn:active {
  color: #ffffff;
  background: #000000;
}
.acm-gallery .item {
  position: relative;
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .acm-gallery .item {
    width: 100%;
  }
}
.acm-gallery .item .item-image img {
  max-width: 100%;
}
.acm-gallery.style-none .item-details h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 23px auto 0;
}
.acm-gallery.style-none .item-details h4 a {
  color: #333333;
}
.acm-gallery.style-none .item-details h4 a:hover,
.acm-gallery.style-none .item-details h4 a:focus,
.acm-gallery.style-none .item-details h4 a:active {
  color: #000000;
  text-decoration: none;
}
.acm-gallery.style-none .item-details span {
  display: block;
  color: #999999;
  margin-top: 5.75px;
}
.acm-gallery.style-swiper .item .item-image {
  height: 260px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  position: relative;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  -webkit-transition: all 3.5s linear 0.4s;
  -o-transition: all 3.5s linear 0.4s;
  transition: all 3.5s linear 0.4s;
}
.acm-gallery.style-swiper .item .item-image .item-mask {
  width: 100%;
  height: 100%;
  position: absolute;
}
.acm-gallery.style-swiper .item:hover .item-image {
  background-position: 0 100% !important;
}
.acm-gallery.style-swiper .item-details h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 23px auto 0;
  min-height: 46px;
}
.acm-gallery.style-swiper .item-details h4 a {
  color: #333333;
}
.acm-gallery.style-swiper .item-details h4 a:hover,
.acm-gallery.style-swiper .item-details h4 a:focus,
.acm-gallery.style-swiper .item-details h4 a:active {
  color: #000000;
  text-decoration: none;
}
.acm-gallery.style-swiper .item-details span {
  display: block;
  color: #999999;
  margin-top: 5.75px;
}
.acm-gallery.style-scale .item {
  overflow: hidden;
}
.acm-gallery.style-scale .item .item-mask {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-gallery.style-scale .item img {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-gallery.style-scale .item-details {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-size: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-gallery.style-scale .item-details h4 {
  margin-top: 0;
  margin-bottom: 11.5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-gallery.style-scale .item-details h4 a,
.acm-gallery.style-scale .item-details h4 a:hover,
.acm-gallery.style-scale .item-details h4 a:focus,
.acm-gallery.style-scale .item-details h4 a:active {
  color: #ffffff;
}
.acm-gallery.style-scale .item-details span {
  color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .acm-gallery.style-scale .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .acm-gallery.style-scale .item:hover .item-details {
    font-size: 14px;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .acm-gallery.style-scale .item:hover .item-details h4 {
    font-size: 24px;
  }
  .acm-gallery.style-scale .item:hover .item-mask {
    display: block;
    filter: alpha(opacity=30);
    opacity: 0.3;
  }
}
.acm-gallery.style-lily .item .item-image {
  background-color: #ccb100;
}
.acm-gallery.style-lily .item img {
  opacity: 1;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
@media screen and (min-width: 768px) {
  .acm-gallery.style-lily .item img {
    width: calc(100% +  50px);
    width: -moz-calc(100% +  50px);
    -webkit-transform: translate3d(-40px, 0px, 0px);
    transform: translate3d(-40px, 0px, 0px);
  }
}
.acm-gallery.style-lily .item .item-details {
  bottom: 0;
  height: 50%;
  text-align: left;
  top: auto;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 23px;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .acm-gallery.style-lily .item .item-details {
    -webkit-transform: translate3d(0px, 40px, 0px);
    transform: translate3d(0px, 40px, 0px);
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
  }
}
@media (max-width: 1199px) {
  .acm-gallery.style-lily .item .item-details {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.acm-gallery.style-lily .item .item-details h4 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.acm-gallery.style-lily .item .item-details h4 a,
.acm-gallery.style-lily .item .item-details h4 a:hover,
.acm-gallery.style-lily .item .item-details h4 a:focus,
.acm-gallery.style-lily .item .item-details h4 a:active {
  color: #ffffff;
}
.acm-gallery.style-lily .item .item-details span {
  color: rgba(255, 255, 255, 0.6);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .acm-gallery.style-lily .item .item-details {
    height: auto;
  }
  .acm-gallery.style-lily .item .item-details h4 {
    font-size: 14px;
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
  }
}
@media (min-width: 992px) {
  .acm-gallery.style-lily .item:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .acm-gallery.style-lily .item:hover .item-details {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .acm-gallery.style-lily .item:hover .item-details span {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
  }
}
.acm-gallery.style-sadie .item {
  overflow: hidden;
}
.acm-gallery.style-sadie .item .item-image {
  background-color: #665800;
}
.acm-gallery.style-sadie .item img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.acm-gallery.style-sadie .item .item-details {
  text-align: center;
}
.acm-gallery.style-sadie .item .item-details h4 {
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 50%;
  color: #ffffff;
  z-index: 2;
  transition: transform 0.35s ease 0s, color 0.35s ease 0s;
  -webkit-transition: -webkit-transform 0.35s ease 0s, color 0.35s ease 0s;
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.acm-gallery.style-sadie .item .item-details h4 a,
.acm-gallery.style-sadie .item .item-details h4 a:hover,
.acm-gallery.style-sadie .item .item-details h4 a:focus,
.acm-gallery.style-sadie .item .item-details h4 a:active {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .acm-gallery.style-sadie .item .item-details h4 {
    font-size: 14px;
  }
}
.acm-gallery.style-sadie .item .item-details span {
  bottom: 0;
  left: 0;
  opacity: 0;
  color: #ffffff;
  padding: 23px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transform: translate3d(0px, 10px, 0px);
  transform: translate3d(0px, 10px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
@media (max-width: 1199px) {
  .acm-gallery.style-sadie .item .item-details span {
    display: none;
  }
}
.acm-gallery.style-sadie .item .item-mask {
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 110%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 110%;
  z-index: 1;
  perspective: 600px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0px, 50%, 0px);
  transform: translate3d(0px, 50%, 0px);
}
@media (min-width: 992px) {
  .acm-gallery.style-sadie .item:hover .item-mask,
  .acm-gallery.style-sadie .item:hover .item-details span {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .acm-gallery.style-sadie .item:hover .item-details h4 {
    color: #ffffff;
    transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
    -webkit-transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
  }
  .acm-gallery.style-sadie .item:hover .item-details h4 a,
  .acm-gallery.style-sadie .item:hover .item-details h4 a:hover,
  .acm-gallery.style-sadie .item:hover .item-details h4 a:focus,
  .acm-gallery.style-sadie .item:hover .item-details h4 a:active {
    color: #ffffff;
  }
}
.acm-gallery.style-zoe .item {
  overflow: hidden;
}
.acm-gallery.style-zoe .item .item-image {
  background-color: #665800;
}
.acm-gallery.style-zoe .item img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.acm-gallery.style-zoe .item .item-details {
  background: #ffffff;
  bottom: 0;
  color: #333333;
  padding: 23px;
  top: auto;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.acm-gallery.style-zoe .item .item-details h4,
.acm-gallery.style-zoe .item .item-details span {
  -webkit-transform: translate3d(0px, 200%, 0px);
  transform: translate3d(0px, 200%, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.acm-gallery.style-zoe .item .item-details h4 {
  margin: 0;
}
.acm-gallery.style-zoe .item .item-details span {
  backface-visibility: hidden;
  top: -115px;
  color: #ffffff;
  padding: 23px;
  position: absolute;
  text-transform: none;
  left: 10%;
  right: 10%;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
@media (min-width: 992px) {
  .acm-gallery.style-zoe .item:hover .item-details,
  .acm-gallery.style-zoe .item:hover .item-details h4,
  .acm-gallery.style-zoe .item:hover .item-details span {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .acm-gallery.style-zoe .item:hover .item-details span {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.acm-gallery.style-flip .item {
  position: relative;
}
.acm-gallery.style-flip .item .item-image {
  transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.acm-gallery.style-flip .item .item-details {
  background: #000000;
  color: #ffffff;
  filter: alpha(opacity=0);
  opacity: 0;
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  padding: 23px;
  left: 0;
  top: 0;
  text-align: center;
  transform: perspective(800px) rotateY(180deg);
  -webkit-transform: perspective(800px) rotateY(180deg);
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.acm-gallery.style-flip .item .item-details h4 {
  display: block;
  margin-bottom: 23px;
}
.acm-gallery.style-flip .item .item-details h4 a,
.acm-gallery.style-flip .item .item-details h4 a:hover,
.acm-gallery.style-flip .item .item-details h4 a:focus,
.acm-gallery.style-flip .item .item-details h4 a:active {
  color: #ffffff;
  display: inline-block;
  padding-bottom: 11.5px;
  border-bottom: 2px solid #ffffff;
}
@media (min-width: 992px) {
  .acm-gallery.style-flip .item:hover .item-image {
    transform: perspective(800px) rotateY(-179.9deg);
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
  }
  .acm-gallery.style-flip .item:hover .item-details {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}
.style-dark .acm-gallery.style-swiper .item-details h4 a {
  color: #ffffff;
}
.style-dark .acm-gallery.style-swiper .item-details h4 span {
  color: #ffffff;
}
.ekko-lightbox .modal-loading {
  display: none;
}
.ekko-lightbox.fade {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.ekko-lightbox.fade.in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.ekko-lightbox .modal-dialog {
  margin-top: 15%;
}
@media screen and (min-width: 480px) {
  .ekko-lightbox .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: auto;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
.ekko-lightbox .modal-header {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.ekko-lightbox .modal-header .close {
  background: #ffffff;
  color: #000000;
  height: 35px;
  margin: 0;
  width: 35px;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 100%;
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 17px !important;
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a.glyphicon-chevron-right {
  float: right;
}
.ekko-lightbox .img-responsive {
  margin: 0;
}
@keyframes effect-item-1 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  20% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes effect-item-1 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  20% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes effect-item-2 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes effect-item-2 {
  0% {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes eff-2 {
  0% {
    top: 40%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes eff-2 {
  0% {
    top: 40%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.ie8 .isotope-layout .caption {
  top: 12%;
}
.ie8 .isotope-layout .item,
.ie8 .isotope-layout .grid-sizer {
  margin-left: -0.5px;
}
.ie8 .ekko-lightbox .modal-dialog {
  position: relative;
  top: 5%;
  left: 0;
  width: 600px !important;
  overflow: hidden;
}
.ie8 .ekko-lightbox .img-responsive {
  max-width: 100%;
}
.full-screen {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .full-screen {
    height: auto !important;
  }
}