/*---------gallery bg--------*/
.galleryContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 !important;
  background: #44413b;
}
.galleryContainer.showGallery {
  height: 100%;
}
.galleryContainer.animationDisable {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.galleryContainer.animationDisable * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.galleryHolder {
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0 !important;
}
.imageHolder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.imageHolder .frontImg,
.imageHolder .backImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.imageHolder .frontImg,
.imageHolder .backImg {
  z-index: 2;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.imageHolder .backImg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
}
.imageHolder.scale {
  -webkit-transform: scale(0.75, );
  -ms-transform: scale(0.75, );
  transform: scale(0.75, );
}
.imageHolder.flip {
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.imageHolder.flip .frontImg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
}
.imageHolder.flip .backImg {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.imageHolder.animationDisable {
  -webkit-transition: all 0 !important;
  transition: all 0 !important;
}
.imageHolder.animationDisable .frontImg,
.imageHolder.animationDisable .backImg {
  -webkit-transition: all 0 !important;
  transition: all 0 !important;
}
.imageHolder.ie9 {
  -webkit-transform: scale(1, ) !important;
  -ms-transform: scale(1, ) !important;
  transform: scale(1, ) !important;
}
.animation {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.inner {
  display: none !important;
}
.prevButton,
.nextButton {
  position: relative;
  display: inline-block !important;
  width: 15px;
  height: 22px;
  border-radius: 0;
  background-color: #ffffff;
  z-index: 100;
  margin: 11px 21px 0;
}
.prevButton span,
.nextButton span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.prevButton:hover span,
.nextButton:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prevButton {
  background: url(../img/prev_button2.png) 0 0 no-repeat;
}
.prevButton span {
  background: url(../img/prev_button2.png) 0 bottom no-repeat;
}
.nextButton {
  background: url(../img/next_button2.png) 0 0 no-repeat;
}
.nextButton span {
  background: url(../img/next_button2.png) 0 bottom no-repeat;
}
/*.imgSpinner{
    position: fixed;
    top: 50%;
    left: 50%;
    .opacity(0);
    z-index: 9999;
    .transition(all 1s ease-in-out);
    .square(44px);
    background: url(../img/base/site_loader_3.gif) center no-repeat;
    &.spinnerShow{
        .opacity(1);
    }
}*/
.imgSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9999;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 60px;
  height: 60px;
}
.imgSpinner:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background: #000000 url(../img/ajax-loader.gif) 50% 50% no-repeat;
}
.imgSpinner.spinnerShow {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* additional styles */
.close-icon {
  position: absolute;
  top: 28px;
  right: -50px;
  z-index: 100;
  background: url(../img/close_icon.png) 0 0 no-repeat;
  width: 49px;
  height: 49px;
  border-radius: 0;
}
.close-icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/close_icon.png) 0 bottom no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close-icon:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.close-icon.show-item {
  right: 29px;
}
.controls-holder {
  position: absolute;
  bottom: -100px;
  left: 0px;
  width: 100%;
  height: 84px;
  /*background: rgba(25, 25, 25, 0.63);*/
  padding: 22px 0 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.controls-holder.show-item {
  bottom: 0px;
}
.controls-holder.ie9 {
  background: rgba(25, 25, 25, 0.63) !important;
}
/*.full-btn{
    position: relative;
    font: @font-size-medium @custom-font-1;
    line-height: 1em;
    color: @white;
    text-transform: lowercase;
    padding: 0 0 0 4px;
    .transition(all 0.3s ease);
    &:hover, &:active, &:focus{
        color: @pink;
        text-decoration: none;
    } 
}*/
.full-btn {
  font: 14px/1em 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 28px;
  height: 20px;
  bottom: 25px;
  left: 186px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.full-btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  color: #ffffff;
  text-decoration: none;
}
.full-btn .ic1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/icon_fs.png) 0 bottom no-repeat;
}
.full-btn .ic2 {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/icon_fs.png) 0 0 no-repeat;
}
.full-btn:before {
  position: absolute;
  display: block;
  top: 3px;
  right: 38px;
  pointer-events: none;
  content: "FullScreen";
}
/*Core variables and mixins*/
/* 3d mixins */
.flipX {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.flipY {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.flipXY {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
/* end 3d mixins */
