/*!
 =========================================================
 * MLAC
 =========================================================
 */
/* This only works with JavaScript, 
if it's not present, don't show loader */
body{
  padding: 0;
}

.no-js #loader {
  display: none;
}

img {
  image-rendering: auto;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.epaper-reader-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9991;
  background-color: #000000;
}
.epaper-disable-access{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9993;
  display: block;
  background-color: #f2f2f2;
  color: #000;
  padding: 10px 20px;
}
.epaper-disable-access .box-show{
  position: relative;
  top: 20%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 420px;
  text-align: center;
  background-color: #fff;
  padding: 50px 30px 40px;
}
.epaper-disable-access .t p{
  font-family: lato,sans-serif;
}
.epaper-disable-access .t p a{
  color: #dd1e26;
}
.epaper-disable-access .b{
  margin: 22px 0 15px;
}
.epaper-disable-access .x a{
  color: #dd1e26;
  font-size: 12px;
}
.epaper-disable-access .btn-subscriber{
    font-size: 12px;
    font-family: lato,sans-serif;
    padding: 13px 20px;
    line-height: 1.3;
    vertical-align: top;
    border-radius: 3px;
    margin: 0;
    background-color: #dd1e26;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.epaper-access-login{
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 6%;
  width: 100%;
  z-index: 9994;
  background-color: #f2f2f2;
  overflow: hidden;
}

.epaper-access-login .paperSubs{
  box-shadow: none;
  width: 500px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.epaper-access-login .signin .loginTitle{
  padding: 0em 2em;
}
.epaper-access-login .signin .formRegister {
  margin-bottom: 0;
}
.epaper-access-login .signin .social-login a {
  padding: 10px 0 5px 0;
}
.epaper-access-login .signin .formRegister form .iconSign{
  font-size: 18px;
  color: black;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .epaper-access-login{
    margin-top: 23%;
  }
  .epaper-access-login .paperSubs{
    width: 100%;
  }
  .epaper-disable-access .box-show{
    width: 100%;
  }
  br{
    display: none;
  }
}
@media only screen and (width: 768px) {
  .epaper-access-login{
    margin-top: 13%;
    padding-bottom: 8%;
  }
}
.epaper-reader-loader .loader1 {
  display: block;
  text-align: center;
  font-size: 0px;
  padding: 0px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.epaper-reader-loader .loader1 span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}

.epaper-reader-loader .loader1 span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(221, 30, 38, 0.6);
}

.epaper-reader-loader .loader1 span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(221, 30, 38, 0.8);
}

.epaper-reader-loader .loader1 span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #dd1e26;
}

.epaper-reader-loader .loader1 span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(221, 30, 38, 0.8);
}

.epaper-reader-loader .loader1 span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(221, 30, 38, 0.4);
}

@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

.bg-epaper {
  background-color: #000000;
  padding: 0;
}

.epaper-container {
  position: relative;
}

.paper-container-box {
  position: relative;
  padding: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .navigation {
    padding: 25px 30px 0;
  }
}

body {
  background-color: #745E73;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.swiper-container .layout-img {
  position: relative;
}

.swiper-container img {
  width: 100%;
  height: auto;
}

.paper-intro {
  padding: 1% 12px;
}

.paper-intro .logoIntr {
  margin-bottom: 10px;
  text-align: center;
}

.paper-intro .txtIntr {
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.paper-intro .pckIntr {
  font-size: 11px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
  margin-bottom: 18px;
}

.paper-intro .pckIntr p{
  margin-bottom: 10px;
}

.paper-intro .pckIntr a.btn-pck{
  font-size: 11px;
  background-color: #dd1e26;
  color: #fff;
  padding: 7px 15px;
  width: 65%;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
}

.paper-intro .pckIntr a.btn-pck:hover{
  background-color: #fff;
  color: #dd1e26;
}

.paper-intro .se2sky-se_btn {
  margin: 5px auto 10px;
  padding: 0;
  font-size: 0.8em;
  line-height: 28px;
}

.paper-intro .se2sky-se_btn a {
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.8em;
  background: #666;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #666;
}

.paper-intro .se2sky-se_btn a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.paper-intro .se-t2-mobile_logos {
  text-align: center;
  margin-top: 5px;
}

.paper-intro .se-t2-mobile_logos .appbtn {
  margin: 0 auto 10px;
  padding: 5px 0;
  width: 100%;
  background: #666;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}

.paper-intro .se-t2-mobile_logos a img {
  width: 10% !important;
}

.swiper-slide.for-space {
  visibility: hidden;
}

@media only screen and (max-width: 992px) {
  .swiper-slide.add-on-desktop {
    display: none;
  }

  .paper-intro .image-box{
    display: none;
  }
}

.swiper-slide a {
  outline: none !important;
  color: #000;
  font-size: 0;
}

.swiper-slide .pagetitle {
  font-size: 15px;
}

.swiper-pagination {
  top: auto;
  bottom: 0;
  background-color: #1f1f1f;
  width: 100%;
  height: 50px;
   /* Make this scrollable when needed */
   overflow-x: auto;
   /* We don't want vertical scrolling */
   overflow-y: hidden;
   /* Make an auto-hiding scroller for the 3 people using a IE */
   -ms-overflow-style: -ms-autohiding-scrollbar;
   /* For WebKit implementations, provide inertia scrolling */
   -webkit-overflow-scrolling: touch;
   /* We don't want internal inline elements to wrap */
   white-space: nowrap;
   /* Remove the default scrollbar for WebKit implementations */
}

.swiper-pagination::-webkit-scrollbar {
  -webkit-appearance: none;
  /* background-color: black; */
}

.swiper-pagination::-webkit-scrollbar:vertical {
  width: 3px;
}

.swiper-pagination::-webkit-scrollbar:horizontal {
  height: 3px;
}

.swiper-pagination::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: none;
  background-color: white;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}

.active-mark {
  background-color: #dd1e26;
  width: auto;
  height: 4px;
  position: absolute;
  left: 0;
  top: 52px;
  transition: left 0.2s ease-out;
}

.swiper-pagination-bullet {
  background-color: #1f1f1f;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  height: 50px;
  width: auto;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  outline: none !important;
}

.swiper-pagination-bullet:focus {
  outline: none !important;
}

.swiper-pagination-bullet.page1, .swiper-pagination-bullet.page2, .swiper-pagination-bullet.undefined {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #dd1e26 !important;
}

.swiper-button-next, .swiper-button-prev{
  position: absolute;
  top: auto;
  bottom: 15px;
  z-index: 13;
  outline: none;
  background-image: none;
  background: none;
  width: auto;
  height: auto;
  margin-top: 0;
  display: block;
  border-top:
    10px solid transparent;
  border-bottom:
    10px solid transparent;
  
}

.swiper-button-prev {
  border-right: 15px solid #fff;
  left: 20px;
}

.swiper-button-next {
  border-left: 15px solid #fff;
  right: 20px;
}

.epaper-headerNav {
  background: #1f1f1f;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.epaper-headerNav .headerDiv {
  text-align: center;
}

.epaper-headerNav .headerDiv .setP {
  display: inline-block;
  vertical-align: middle;
}

.epaper-headerNav img {
  width: auto;
  height: 40px;
}

.epaper-headerNav p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.epaper-headerNav .goBack{
  position: absolute;
  top: 0;
  left: 2.5%;
  padding: 10px 0;
}

.epaper-headerNav .goBack a{
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

.epaper-headerNav .partner-name{
  position: absolute;
  top: 0;
  right: 5%;
  text-align: right;
  padding: 10px 0;
}

.epaper-headerNav .partner-name p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  text-align: right;
  display: inline-block;
}

.epaper-headerNav .partner-name p.lgt a{
  color: #dd1e26;
}

.toolbarNav {
  top: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.epaper-nav {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .5px;
}
@media only screen and (max-width: 767px) {
  .epaper-nav {
    font-size: 13px;
  }

  .swiper-slide .pagetitle {
    font-size: 12px;
  }

  .epaper-headerNav{
    padding: 10px 0px;
  }

  .epaper-headerNav p {
    font-size: 13px;
  }

  .epaper-headerNav .headerDiv {
    text-align: left;
  }
  .epaper-headerNav .goBack{
    display: none;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .epaper-headerNav .partner-name{
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .epaper-headerNav .partner-name p.nm::before{
    content: "";
    background: #fff;
    opacity: 0.6;
    height: 100%;
    width: 1px;
    top: 0;
    left: -15%;
    position: absolute;
  }

  .epaper-headerNav .partner-name p {
    font-size: 12px;
    position: relative;
    display: block;
  }
  .epaper-headerNav .partner-name p.lgt {
    font-size: 10px;
    position: absolute;
    right: 0;
  }
}

.epaper-prev, .epaper-next {
  color: #B4B4B4;
}

.epaper-prev:hover, .epaper-next:hover {
  color: #ffffff;
  text-decoration: none;
}

.epaper-counter {
  color: #D7D7D7;
}

.zoom-controls {
  position: fixed;
  bottom: 50px;
  right: 80px;
}

@media only screen and (max-width: 767px) {
  .zoom-controls {
    bottom: 15px;
    right: 20px;
  }
  .swiper-pagination{
    height: 40px;
  }
  .swiper-pagination-bullet{
    height: 40px;
    font-size: 12px;
  }
}

.zoom-controls .controls .zoom {
  background-color: #2D2D2D;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: relative;
  display: block;
  text-align: center;
  margin: 8px 0;
}

@media only screen and (max-width: 767px) {
  .zoom-controls .controls .zoom {
    width: 30px;
    height: 30px;
  }
}

.zoom-controls .controls .zoom .icon {
  color: #B8B8B8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .zoom-controls .controls .zoom .icon {
    transform: translate(-50%, -50%) scale(0.6);
  }
  .paper-intro .txtIntr p {
    font-size: 11px;
  }

  .fancybox-can-pan .fancybox-content{
    
  }

}

.zoom-controls .controls .zoom:hover {
  background-color: #373737;
}

.panzoomwidget {
  width: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panzoomwidget .zoom-button {
  text-align: center;
  height: 20px;
  width: 100%;
  background-color: white;
  cursor: hand;
  border: 1px solid black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.panzoomwidget .zoom-button:hover {
  background-color: #ccc;
}

.panzoomwidget .zoom-level {
  width: 100%;
  border-left: 2px solid black;
  margin-left: 10px;
}

.panzoomwidget .zoom-slider {
  position: relative;
  cursor: hand;
}

.panzoomwidget .zoom-slider-widget {
  position: absolute;
  width: 20px;
  background-color: white;
  border: 1px solid black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}