@font-face {
  font-family: "icomoon";
  src: url("../fonts/cross.eot?x27cp7");
  src: url("../fonts/cross.eot?x27cp7#iefix") format("embedded-opentype"),
    url("../fonts/cross.ttf?x27cp7") format("truetype"),
    url("../fonts/cross.woff?x27cp7") format("woff"),
    url("../fonts/cross.svg?x27cp7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e8600";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: 1.2vw;
}

.albumInnerContent {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.lightbox-wrapp {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgb(0 0 0 / 85%);
  color: #000;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

/*.light-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
  background: transparent;
  color: #000;
  z-index: 10000;
  height: auto;
  width: 70vh;
}*/
.lightboxcontent {
    background: #fff;
    width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	    padding: 1.5%;
}
.close-button {
  position: absolute;
  right: 1vw;
  top: 1vw;
  background: #000;
  width: 1.823vw;
  height: 1.823vw;
  line-height: 1.823vw;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
 font-family: "Sofia Sans Semi Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
  transition: all 0.5s ease-out;
}

.close-button:hover {
  opacity: 0.5;
}

a.clos-btn:before {
  /* content: "🗙";
    font-size: 1.25vw;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-family: 'tex_gyre_herosbold'; */
}

.album-title {
  font-size: 1.458vw;
 /*font-family: "Sofia Sans Semi Condensed", sans-serif;*/
    font-family: 'Arial';
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
  text-transform: uppercase;
  padding: 0.5vw 0;
  line-height: 1.823vw;
}

.lbwrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 70%;
}

img {
    max-width: 100%;
    height: auto;
}

.pre-save {
  max-width: 12vw;
  margin: 0 auto;
  width: 100%;
  margin-top: 1vw;
}

.pre-save a {
  text-align: center;
  text-transform: uppercase;
  font-size: 1vw;
  color: #fff;
  background: #000;
 /*font-family: "Sofia Sans Semi Condensed", sans-serif;*/
    font-family: 'Arial';
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
  display: inline-block;
  width: 100%;
  height: 2.604vw;
  line-height: 2.604vw;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

.pre-save a:hover {
  opacity: 0.5;
}

/*.pre-save {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translate(-50%);
}*/
a.clos-btn.icon-close {
  font-weight: bold;
 /*font-family: "Sofia Sans Semi Condensed", sans-serif;*/
    font-family: 'Arial';
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .albumInnerContent {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
  }

  .album-title {
    font-size: 6.4vw;
    padding: 0vw 0 4vw;
    line-height: 1.2;
  }

  .close-button {
	right: 2vw;
    top: 2vw;
    width: 6vw;
    height: 6vw;
  }

  a.clos-btn:before {
    /* content: "✕"; */
    /* font-size: 6vw;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%); */
  }

  .pre-save {
    max-width: 40vw;
    margin: 0 auto;
    bottom: 20%;
	    margin-top: 4vw;
  }

  .pre-save a {
    font-size: 5vw;
    width: 100%;
    height: 10vw;
    line-height: 10vw;
  }
  .icon-close:before {
    content: "\e8600";
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    font-size: 2.5vw;
}
.lightboxcontent {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
}

/*@media screen and (max-width: 1024px) and (orientation: portrait) and (min-width: 767px) {
  .light-contents {
    padding: 5% 0%;
  }
}*/
