﻿.popup {
  position:fixed; z-index:9999; top:180px; left:50%; 
    -moz-transition:top 800ms;
    -o-transition:top 800ms;
    -webkit-transition:top 800ms;
  transition:top 800ms;
}
  .p_content { width:100%; text-align:center; font-size:16px; padding:0px 0 0; }
  .p_anch {
    float:left; position:relative; z-index:9999; width:100%;
    margin:80px 0 0 0; text-align:center; font-size:18px;
  }
  .p_anch a { color:#000; }
  .p_anch a:hover { text-decoration:none; }
  .p_anch_bottom { margin:1500px 0 0 0; padding:0 0 50px 0; }
  .p_close {
    float:right; width:27px; height:27px; position:relative; margin-left:-100px; margin-bottom:-100px; z-index:99999;
    background: url(images/closex.png);
  }
  .p_body {
    top:0; position:fixed; width:100%; height:100%; opacity:0.4;
      -moz-transition:opacity 800ms;
      -o-transition:opacity 800ms;
      -webkit-transition:opacity 800ms;
    transition:opacity 800ms;
  }


/* JS-styles — declaratively */
.js__popup {}
  .js__p_start {}
  .js__p_close {}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }

