/** @format */

body {
  overflow: hidden;
  background-color: #fcfcfc;
  margin: 0;
  padding: 0;
}

.magazine-viewport .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1122px;
  height: 900px;
  margin: auto;
}

.magazine-viewport .magazine {
  width: 1122px;
  height: 900px;
  left: -461px;
  top: -300px;
}

.magazine-viewport .page {
  width: 661px;
  height: 800px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.magazine-viewport .zoomer .region {
  display: none;
}

.magazine .region {
  position: absolute;
  overflow: hidden;
  background: #0066ff;
  opacity: 0.2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.magazine .region:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.magazine .region.zoom {
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}

.magazine .region.zoom:hover {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.magazine .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.magazine-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.magazine .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%); */
}

.magazine .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%); */
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient {
  display: none;
}

.magazine-viewport .loader {
  background-image: url(../pics/loader.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.magazine-viewport .shadow {
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

.magazine-viewport .next-button,
.magazine-viewport .previous-button {
  width: 22px;
  height: 980px;
  position: absolute;
  top: 0;
}

.magazine-viewport .next-button {
  right: -22px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

.magazine-viewport .previous-button {
  left: -22px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .next-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down {
  background-image: url(../pics/arrows.png);
  background-position: -4px 420px;
  background-repeat: no-repeat;
}

.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}

.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down {
  background-image: url(../pics/arrows.png);
  background-position: -38px 420px;
  background-repeat: no-repeat;
}

.magazine-viewport .zoom-in .next-button,
.magazine-viewport .zoom-in .previous-button {
  display: none;
}

.animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 1;
}

.thumbnails > div {
  width: 1050px;
  height: 100px;
  margin: 20px auto;
}

.thumbnails ul {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: -webkit-transform ease-in-out 100ms;
  -moz-transition: -moz-transform ease-in-out 100ms;
  -ms-transition: -ms-transform ease-in-out 100ms;
  -o-transition: -o-transform ease-in-out 100ms;
  transition: transform ease-in-out 100ms;
}

.thumbanils-touch ul {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.thumbnails-hover ul {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -moz-transform: scale3d(0.6, 0.6, 1);
  -o-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.thumbnails li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -ms-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-transition: -webkit-transform 60ms;
  -moz-transition: -webkit-transform 60ms;
  -o-transition: -webkit-transform 60ms;
  -ms-transition: -webkit-transform 60ms;
  transition: -webkit-transform 60ms;
}

.thumbnails li span {
  display: none;
}

.thumbnails .current {
  -webkit-box-shadow: 0 0 10px red;
  -moz-box-shadow: 0 0 10px red;
  -ms-box-shadow: 0 0 10px red;
  -o-box-shadow: 0 0 10px red;
  box-shadow: 0 0 10px red;
}

.thumbnails .thumb-hover {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);

  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}

.thumbanils-touch .thumb-hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.thumbnails .thumb-hover span {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  font: bold 15px arial;
  line-height: 30px;
  color: #666;
  display: block;
  cursor: default;
}

.thumbnails img {
  float: left;
}

.exit-message {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}

.exit-message > div {
  width: 140px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font: 12px arial;
  line-height: 30px;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.zoom-icon {
  position: absolute;
  z-index: 1000;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  background-image: url(../pics/zoom-icons.png);
  background-size: 88px 22px;
}

.zoom-icon-in {
  background-position: 0 0;
  cursor: pointer;
}

.zoom-icon-in.zoom-icon-in-hover {
  background-position: -22px 0;
  cursor: pointer;
}

.zoom-icon-out {
  background-position: -44px 0;
}

.zoom-icon-out.zoom-icon-out-hover {
  background-position: -66px 0;
  cursor: pointer;
}

.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* custome css start */

.popup_main {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  background-color: rgb(0 0 0 / 70%);
  z-index: 9999;
}

.video_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  padding: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
  border-radius: 4px;
  z-index: 9999;
}

.video_popup button {
  background-color: rgb(255 255 255);
  border: none;
  position: absolute;
  top: -25px;
  right: -25px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 0px;
  box-shadow: 0px 0px 10px rgb(137 137 137 / 70%);
  cursor: pointer;
}

.video_popup button img {
  width: 15px;
  height: 15px;
}

.video_click1 {
  content: "";
  width: 56%;
  height: 233px;
  background-color: #7d232300;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(88% - 396px);
  z-index: 999999;
  cursor: pointer;
}

.video_click2 {
  content: "";
  width: 74%;
  height: 306px;
  background-color: #00000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(119% - 559px);
  z-index: 999999;
  cursor: pointer;
}

.video_click3 {
  content: "";
  width: 90%;
  height: 487px;
  background-color: transparent;
  position: absolute;
  left: 54%;
  transform: translateX(-50%);
  top: calc(50% - 0px);
  z-index: 999999;
  cursor: pointer;
}

.video_click4 {
  content: "";
  width: 70%;
  height: 330px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(50% - 380px);
  z-index: 999999;
  cursor: pointer;
}

.link_click {
  content: "";
  width: 22%;
  height: 115px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(84% - 69px);
  z-index: 999999;
  cursor: pointer;
}

.link_click a {
  display: block;
  width: 100%;
  height: 100px;
}

.link_click0 {
  content: "";
  width: 50%;
  height: 53px;
  background-color: #7b222200;
  position: absolute;
  left: 36%;
  transform: translateX(-50%);
  bottom: 14%;
  z-index: 999999;
  cursor: pointer;
}

.link_click0 a {
  display: block;
  width: 100%;
  height: 100px;
}

.link_click_new {
  content: "";
  width: 43%;
  height: 71px;
  background-color: rgba(171, 16, 16, 0);
  position: absolute;
  left: 11%;
  /* transform: translateX(-50%); */
  bottom: 7%;
  right: 0;
  z-index: 999999;
  cursor: pointer;
}

.link_click_new a {
  display: block;
  width: 100%;
  height: 100px;
}

.link_click_new1 {
  content: "";
  width: 38%;
  height: 71px;
  background-color: rgba(247, 12, 12, 0);
  position: absolute;
  left: 8%;
  /* transform: translateX(-50%); */
  bottom: 24%;
  right: 0;
  z-index: 999999;
  cursor: pointer;
}

.link_click_new1 a {
  display: block;
  width: 100%;
  height: 100px;
}
.link_click_new2 {
  content: "";
  width: 49%;
  height: 71px;
  background-color: rgba(220, 0, 0, 0);
  position: absolute;
  left: 6%;
  /* transform: translateX(-50%); */
  bottom: 59%;
  right: 0;
  z-index: 999999;
  cursor: pointer;
}

.link_click_new2 a {
  display: block;
  width: 100%;
  height: 100px;
}
.link_click_new3 {
  content: "";
  width: 63%;
  height: 71px;
  background-color: rgba(212, 48, 48, 0);
  position: absolute;
  left: 6%;
  /* transform: translateX(-50%); */
  bottom: 89%;
  right: 0;
  z-index: 999999;
  cursor: pointer;
}

.link_click_new3 a {
  display: block;
  width: 100%;
  height: 100px;
}

/* custome css end */

.link_click121 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: 75%;
  transform: translateX(-50%);
  top: calc(28% - -361px);
  z-index: 999999;
  cursor: pointer;
}

.link_click121 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click122 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  top: calc(28% - -361px);
  z-index: 999999;
  cursor: pointer;
}

.link_click122 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click123 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click124 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click125 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click126 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click127 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click123 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: 74%;
  transform: translateX(-50%);
  top: calc(28% - -202px);
  z-index: 999999;
  cursor: pointer;
}

.link_click124 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  top: calc(28% - -206px);
  z-index: 999999;
  cursor: pointer;
}

.link_click125 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 75%;
  transform: translateX(-50%);
  top: calc(40% - 74px);
  z-index: 999999;
  cursor: pointer;
}

.link_click126 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  top: calc(40% - 74px);
  z-index: 999999;
  cursor: pointer;
}

.link_click127 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 74%;
  transform: translateX(-50%);
  top: calc(40% - 231px);
  z-index: 999999;
  cursor: pointer;
}

.link_click128 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
  top: calc(40% - 232px);
  z-index: 999999;
  cursor: pointer;
}

.link_click128 a {
  display: block;
  width: 100%;
  height: 120px;
}
.link_click129 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
  top: calc(40% - -402px);
  z-index: 999999;
  cursor: pointer;
}

.link_click129 a {
  display: block;
  width: 100%;
  height: 120px;
}
.link_click130 {
  content: "";
  width: 30%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  left: 74%;
  transform: translateX(-50%);
  top: calc(40% - -402px);
  z-index: 999999;
  cursor: pointer;
}

.link_click130 a {
  display: block;
  width: 100%;
  height: 120px;
}

.link_click131 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 17%;
  transform: translateX(-50%);
  top: calc(54% - 373px);
  z-index: 999999;
  cursor: pointer;
}

.link_click131 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click132 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(54% - 374px);
  z-index: 999999;
  cursor: pointer;
}

.link_click132 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click133 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 83%;
  transform: translateX(-50%);
  top: calc(54% - 370px);
  z-index: 999999;
  cursor: pointer;
}

.link_click133 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click134 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 17%;
  transform: translateX(-50%);
  top: calc(54% - 214px);
  z-index: 999999;
  cursor: pointer;
}

.link_click134 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click135 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(67% - 341px);
  z-index: 999999;
  cursor: pointer;
}

.link_click135 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click136 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 83%;
  transform: translateX(-50%);
  top: calc(67% - 342px);
  z-index: 999999;
  cursor: pointer;
}

.link_click136 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click137 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 17%;
  transform: translateX(-50%);
  top: calc(67% - 184px);
  z-index: 999999;
  cursor: pointer;
}

.link_click137 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click138 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(67% - 184px);
  z-index: 999999;
  cursor: pointer;
}

.link_click138 a {
  display: block;
  width: 100%;
  height: 124px;
}

.link_click139 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 83%;
  transform: translateX(-50%);
  top: calc(67% - 184px);
  z-index: 999999;
  cursor: pointer;
}

.link_click139 a {
  display: block;
  width: 100%;
  height: 124px;
}
.link_click140 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 17%;
  transform: translateX(-50%);
  top: calc(67% - 25px);
  z-index: 999999;
  cursor: pointer;
}

.link_click140 a {
  display: block;
  width: 100%;
  height: 124px;
}
.link_click141 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(67% - 25px);
  z-index: 999999;
  cursor: pointer;
}

.link_click141 a {
  display: block;
  width: 100%;
  height: 124px;
}
.link_click142 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 83%;
  transform: translateX(-50%);
  top: calc(67% - 25px);
  z-index: 999999;
  cursor: pointer;
}

.link_click142 a {
  display: block;
  width: 100%;
  height: 124px;
}
.link_click143 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 17%;
  transform: translateX(-50%);
  top: calc(67% - -137px);
  z-index: 999999;
  cursor: pointer;
}

.link_click143 a {
  display: block;
  width: 100%;
  height: 124px;
}
.link_click144 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(67% - -137px);
  z-index: 999999;
  cursor: pointer;
}

.link_click144 a {
  display: block;
  width: 100%;
  height: 124px;
}
.link_click145 {
  content: "";
  width: 29%;
  height: 124px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 83%;
  transform: translateX(-50%);
  top: calc(67% - -137px);
  z-index: 999999;
  cursor: pointer;
}

.link_click145 a {
  display: block;
  width: 100%;
  height: 124px;
}
