
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9px;
  color: #333;
}

sup {
    font-size: 7px;
    position: relative;
    top: -3px;
}


#main-container {
  position: absolute;
  width: 300px;
  height: 250px;

  border: 1px solid #c0c0c0;
  box-sizing: border-box;

  background: #ffffff;
}

@keyframes animatedBackground {
  0% { background-position: -200px -3px; }
  100% { background-position: -325px -3px; }
}

@keyframes animatedDust {
  0% { background-position: bottom left; }
  100% { background-position: top right; }
}

#top-container {
    height: 163px;
    width: 100%;
    background-image: url(bg.jpg);
    background-position: -200px;
    text-align: center;
    overflow: hidden;
}

.top-container-finish {
    animation: animatedBackground 5s linear;
    -webkit-animation-fill-mode: forwards;
}

.fadeInAnim {
    opacity: 1 !important;
    transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;   
}

.fadeOutAnim {
    opacity: 0 !important;
    transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;   
}

#dust {
    position:absolute; width:298px; height:163px; top:0; left:0; background-image:url(dust2.png); background-position:bottom left; background-repeat:no-repeat;
}

.dust-moving {
    animation: animatedDust 13s linear;
    -webkit-animation-fill-mode: forwards;
}

#top-container img:nth-child(1) {
 position: relative;
 padding-top: 60px;
 opacity: 0;
}



#top-container img:nth-child(2) {
 position: relative;
 opacity: 0;
}

#top-container img:nth-child(3) {
 position: relative;
 padding-top: 2px;
 opacity: 0;
}

#top-container #clouds {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

#top-container #epclusa_logo {
    position: absolute;
    top: 35px;
    left: 44px;
    opacity: 0;    
}

#top-container button {
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 94px;
    height: 26px;
    background-color: #439b9d;
/*    border: solid 1px #c0c0c0;*/
    position: absolute;
    top: 125px;
    left: 102px;
    opacity: 0;
    border-radius: 6px;   
    border-bottom: solid 2px #3a6f8f;
    border-right: solid 2px #3a6f8f;    
}

#top-container button:hover {
    color: #439b9d;
    background-color: white;
    border-bottom: none;
    border-right: none;    
}

#isi-container {
    height: 55px;
    width: 288px;
    border: solid 5px #ffffff;
    position: relative;
    overflow: auto;
}

#isi-content {
    width: 270px;
}

#isi-content {
    font-family: Arial, sans-serif;
    font-size: 9px;
}   

#isi-content h1 {
    font-family: Arial, sans-serif;
    font-size: 9px;    
    color: #4f778d;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0 0 3px 0;
}

#isi-content h2 {
    font-family: Arial, sans-serif;
    font-size: 9px;    
    color: #4f778d;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0 0 3px 0;
}

#isi-content ul {
    margin: 0 0 5px 0;
    padding: 0 0 0 12px;
}

#isi-content li, #isi-content p {
    font-family: Arial, sans-serif;
    font-size: 9px;    
    margin: 0 0 5px 0;
    padding: 0px;
}

#bottom-container {
    position: absolute;
    height: 20px;
    background-color: #c0c0c0;
    bottom: 0px;
    width: 100%;
    font-size: 11px;
    text-decoration: underline;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
}

#exit {
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.feature {
  top: 37px;
  left: 10px;
  width: 280px;
  height: 175.5px;
  position: absolute;
}
#main-img-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(dclk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
	


/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 1;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 1;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
/*
    background-color: #eee;
    opacity: 0.9; 
*/
  }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
/*
      background-color: #999;
      height: 11px; 
*/
    }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
/*
    background-color: #eee;
    opacity: 0.9; 
*/
  }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
/*
      background-color: #999;
      width: 11px; 
*/
    }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
/*    opacity: 0.6; */
  }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
/*
    background-color: #eee;
    opacity: 0.9; 
*/
  }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
/*      background-color: #999; */
    }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
/*
    background-color: #eee;
    opacity: 0.9; 
*/
  }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
/*      background-color: #999; */
    }

