.openpopup {
  /*display: block;
  color: #fff;
  border-radius: 2em;
  padding: 5px 10px;
  margin: 5px;*/
}

.popup .blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
}

.popup:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: " ";
}
.popup .slick-list {
    height: auto;
    width: 60%;
    margin: 10vh auto 0px auto; background: #fff;
    height: auto;
    border-radius: 18px;
}
.popup .slick-track {
  height: 100%;
  margin: auto;
}
.popup .slick-initialized .slick-slide {
  /*display: flex;*/
  margin: auto;
  flex-direction: row;
  justify-content: center;
}
.popup .slick-initialized .slick-slide div:first-of-type {
  /*display: flex;
  flex-direction: column;
  justify-content: center;*/
}
.popup .slick-prev {
  position: absolute;
  top: 37vh;
  left: calc(19% - 90px);
  transition: all 0.2s ease;
  z-index: 5;
  color: #fff;
}
.popup .slick-prev:hover {
  left: calc(19% - 90px);
}
.popup .slick-next {
    position: absolute;
    top: 37vh;
    right: calc(19% - 90px);
    transition: all 0.2s ease;
    z-index: 5;
    color: #fff;
}
.popup .slick-next:hover {
  right: calc(19% - 90px);
}

.slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.popup.open .slick-slider {
  opacity: 1;
  transition: opacity 0.2s ease 0.5s;
}

.popup {
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .inner {
  position: relative;
  align-self: center;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 90%;
}
.popup .inner .popupcontent {
    padding: 15px 40px;
}
.popup .inner .popupcontent .content-area {
  /*display: flex;*/
  /*justify-content: center;*/
  margin: auto;
}
.a-box {
    border: solid 1px #ebebeb;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #e1e1e1;
}
.popup .inner .popupcontent .content-area h3.popuptitle {
  text-transform: uppercase;
  font-family: "boomer_tantrumregular", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: normal;
  text-align: center;
}
.popup .inner .popupcontent .content-area .popupvideo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.popup .inner .popupcontent .content-area .popupvideo iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.close {
    color: #fff;
    opacity: 1;
    background: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 90px;
    margin-top: 12vh;
    right: 22%;
    z-index: 999; position: absolute; line-height: 35px; font-weight: bold; cursor: pointer;
}

.slick-next, .slick-prev {
    color: #fff;
    opacity: 1;
    background: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 90px;
    z-index: 999;
    line-height: 35px;
    cursor: pointer;
    font-weight: bold;
    border: solid;
}


.close:hover {
  color: #fff;
  opacity: 0.8;
}

.popup.open {
  z-index: 99999;
  visibility: visible;
  background: rgba(12, 12, 12, 0.74);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pg{ cursor:pointer; }
.mor{ color:#fff !important; padding:10px 0px; }











