/** 
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index: 11;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.7)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
/*  overflow: auto;*/
/*  padding: 25px 25px 0;*/
  border-bottom: 25px solid transparent;
  width: 500px;
  border-radius: 3px;
  height: 123px;
  font-size: 12px;
  line-height: 34px;
  color: #ffffff;
  background: #141414;;
  cursor: auto;
  white-space: normal;
}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{ display: none; position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.7);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
.h3lightbox{
  margin-top: 0px;
 
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 2px;
  color: #999;
  font-size: 15px;
  font-family: 'Trajan';
}
.mylightboxregmess {
    padding: 6px 25px 6px 38px;
    background: URL('img/succ_reg_icon.png') #175929 4% 50% no-repeat;
}
.light-close_own{
    padding: 5px 15px 6px;
    cursor: pointer;
    background-color: #ec990d;
    border-radius: 1px;
    font-size: 15px;
    color: #252525;
    border: solid 2px #000000;
}
.div_light-close_own{
      padding: 7px 22px 7px 22px;
      cursor: pointer;
      margin-top: 15px;
}
