.link-for-share {
  display: block;
  width: 35px;
  height: 35px;
}
.mcl-content .gallery-section {
  background-color: transparent !important;
  height: calc(100% - 50px);
  width: 100%;
}

.mcl-gallery-container {
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

.mcl-gallery-container .carousel {
  display: block;
}

.mcl-gallery-container .carousel-inner {
  transition: 0.6s filter ease;
  -webkit-transition: 0.6s -webkit-filter ease
}

.mcl-gallery-controls-bg {
  bottom: 0;
  height: 150px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.mcl-highlight-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+3,0.4+39,0.7+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(3%, rgba(0, 0, 0, 0)), color-stop(39%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.7) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.7) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.7) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); /* IE6-8 */
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 40px;
  }
}

.carousel-indicators .mcl-gallery-pagination,
.touch-carousel .carousel-indicators .mcl-gallery-pagination {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  display: inline-block;
  float: none;
  height: 8px;
  margin: 1px 5px;
  position: static;
  width: 8px;
}

/* Overqualified to override plugin */
.carousel-indicators .mcl-gallery-pagination.active,
.touch-carousel .carousel-indicators .mcl-gallery-pagination.active {
  background: #ffffff;
  height: 8px;
  margin: 1px 5px;
  width: 8px;
}
@media screen and (max-width: 760px) {
.carousel-indicators .mcl-gallery-pagination,
.touch-carousel .carousel-indicators .mcl-gallery-pagination {
    margin: 1px 0.5%;
  }
.carousel-indicators .mcl-gallery-pagination.active,
.touch-carousel .carousel-indicators .mcl-gallery-pagination.active {
	margin: 1px 0.5%;
  }
  .carousel-indicators {
    white-space: nowrap;
  }
}

.mcl-gallery-item {
  height: 100%;
  overflow: hidden;
}

.mcl-cover-img {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}

.mcl-gallery-image {
  position: absolute !important;
}

@media (max-width: 767px) {
  .mcl-gallery-image {
    height: auto !important;
    left: 0 !important;
    max-width: inherit !important;
    position: absolute !important;
    top: 25vh !important;
    width: 100% !important;
  }
}
.landscapeRotate{
	top: 0vh !important;
}

@media (min-width: 768px) {
  .mcl-gallery-image {
    height: auto !important;
    max-width: inherit;
    min-height: 80vh !important;
    min-width: 100vw !important;
    top: 0;
  }
}

.mcl-gallery-grid {
  height: 100%;
  left: 16px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 0.6s opacity ease;
  z-index: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .mcl-gallery-grid {
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
  }
}

.mcl-gallery-grid-container {
  display: inline-block;
  height: 85%;
  overflow-y: scroll;
  position: absolute;
}
.mobilegalery{
  margin: 70px 70px 0px 10px;
}

@media (min-width: 768px) {
  .mcl-gallery-grid-container {
    height: auto;
    overflow-y: hidden;
  }
}

.mcl-gallery-grid-image-container {
  display: inline-block;
  height: 25vw;
  float: left;
  padding: 5px;
  width: 25vw;
}
@media (max-width: 450px) {
.mcl-gallery-grid-image-container {
  height: 35vw;
  width: 35vw;
}

}

@media (min-width: 768px) {
  .mcl-gallery-grid-image-container {
    display: inline-block;
    float: left;
  }
}

.mcl-gallery-grid-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.mcl-gallery-container.open .mcl-gallery-grid {
  opacity: 1;
  pointer-events: all;
}

.mcl-gallery-container.open .carousel-inner {
  filter: blur(25px);
  -ms-filter: blur(25px);
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
}

.mcl-gallery-container .carousel-indicators {
  bottom: auto;
  display: inline-block;
  left: auto;
  list-style: none;
  margin: auto;
  position: relative;
  right: auto;
  text-align: center;
  width: 80%;
  z-index: 3;

  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.mcl-gallery-container.open .carousel-indicators {
  opacity: 0;
}


@media (max-width: 850px) {
  .mcl-gallery-container .mcl-gallery-controls {
    margin: auto;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .mcl-gallery-container .mcl-gallery-controls {
    margin: auto;
  }
}
@media (min-width: 850px) {
  .mcl-gallery-container .mcl-gallery-controls {
    margin: auto;
    max-width: 650px;
  }
}
.mcl-gallery-container .mcl-gallery-controls {
  bottom: 72px;
  left: 0;
  list-style: none;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}

@media (min-width: 768px) {
  .mcl-gallery-container .mcl-gallery-controls {
    bottom: 25px;
  }
}

.mcl-icon-grid-view {
  background-image: url(./../images/gallery/icons/grid.png);
  bottom: 10px;
  cursor: pointer;
  display: block;
  height: 50px;
  right: 10px;
  position: absolute;
  width: 50px;
  z-index: 2;
}

.mcl-icon-grid-view-active {
  background-image: url(./../images/gallery/icons/grid_active.png);
}

.mcl-gallery-container .touch-carousel .carousel-indicators {
  bottom: 0px;
}

.mcl-gallery-next,
.mcl-gallery-prev {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  top: 2px;
  width: 20px;

  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

@media (min-width: 768px) {
  .mcl-gallery-next,
  .mcl-gallery-prev {
    top: 6px;
  }
}

.mcl-gallery-next {
  transform: rotate(45deg);
}

.mcl-gallery-prev {
  transform: rotate(225deg);
}

.mcl-gallery-container.open .mcl-gallery-next,
.mcl-gallery-container.open .mcl-gallery-prev {
  opacity: 0;
}


.mcl-share-dialog {
  bottom: 10px;
  position: absolute;
  width: 50px;
  z-index: 2;
  left: 10px;
  border-radius: 50px;
/*
  height: 250px;
  display: block;
  overflow: hidden;
  */
}

.mcl-share-dialog-wallpaper {
  left: 70px;
}

.mcl-icon-share,
.mcl-icon-wallpaper {
  background-image: url(./../images/gallery/icons/share.png);
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.mcl-icon-wallpaper {
  background-image: url(./../images/gallery/icons/download.png);
}

.mcl-icon-share-active {
  background-image: url(./../images/gallery/icons/share_active.png);
}

.mcl-icon-wallpaper-active {
  background-image: url(./../images/gallery/icons/download_active.png);
}

/*.mcl-share-link-facebook {
  background-image: url(./../images/gallery/icons/facebook.png);
}

.mcl-share-link-twitter {
  background-image: url(./../images/gallery/icons/twitter.png);
}

.mcl-share-link-linkedin {
  background-image: url(./../images/gallery/icons/linkedin.png);
}*/

.mcl-wallpaper-link-desktop {
  background-image: url(./../images/gallery/icons/desktop.png);
}

.mcl-wallpaper-link-tablet {
  background-image: url(./../images/gallery/icons/tablet.png);
}

.mcl-wallpaper-link-mobile {
  background-image: url(./../images/gallery/icons/mobile.png);
}


.mcl-share-links,
.mcl-wallpaper-links {
  cursor: pointer;
  height: 0;
  position: absolute;
  bottom: 50px;
  left: -30px;
  z-index: 2;

  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}


.mcl-share-links .mcl-share-link,
.mcl-wallpaper-links .mcl-wallpaper-link {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  margin-bottom: 40px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  opacity: 0;
  overflow: hidden;
}

.mcl-share-dialog.open .mcl-share-links,
.mcl-share-dialog.open .mcl-wallpaper-links {
  margin-bottom: 0px;
}

.mcl-share-dialog.open .mcl-share-links .mcl-share-link,
.mcl-share-dialog.open .mcl-wallpaper-links .mcl-wallpaper-link {
  opacity: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
    .mcl-share-dialog {
        top: 60px;
        bottom: initial;
        right: initial;
        left: 20px;
    }
    .mcl-share-dialog-wallpaper {
        left: 80px;
    }
    .mcl-icon-grid-view {
        top: 10px;
        bottom: initial;
        left: initial;
        right: 20px;
    }
    .mcl-share-links,
    .mcl-wallpaper-links {
        bottom: -20px;
        height: 200px;
        margin-left: 8px;
        padding: 0;
        left: initial;
    }
    .mcl-share-dialog.open .mcl-share-links,
    .mcl-share-dialog.open .mcl-wallpaper-links {
        height: 0px;
    }
}