#totsplashscreenfont {
  background: #999;
  position: fixed;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9998;
  color: #000;
  line-height: normal; }

#totsplashscreen {
  background: #fff url("../../../img/popup/newsletter-01.png?v2") no-repeat 0 100%;
  position: fixed;
  width: 560px !important;
  height: 440px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  text-align: justify;
  margin: -191px 0 0 -280px;
  padding: 0;
  z-index: 9999;
  color: #000;
  line-height: normal;
  border-radius: 6px; }
  #totsplashscreen.nw-success {
    background-image: url("../../../img/popup/newsletter-02.png?v2"); }
    #totsplashscreen.nw-success #totSplashLeft {
      display: none !important; }

#totsplashscreen-header {
  color: #929292;
  height: 58px;
  padding: 15px 40px 0 20px;
  border-bottom: 1px solid #eee;
  font: 400 24px/28px "Poppins", sans-serif; }
  #totsplashscreen-header #closed {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url("../../../img/popup/close.png") no-repeat right center/cover; }

#totsplashscreen-text-before {
  display: none; }

#totsplashscreen-modules {
  margin: 241px 41px 0 241px; }

#totSplashLeft form {
  position: relative;
  width: 100%; }
#totSplashLeft input[type="email"] {
  background: #fff;
  text-indent: 10px;
  font-size: 14px;
  height: 36px;
  line-height: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  #totSplashLeft input[type="email"]::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #totSplashLeft input[type="email"]:-ms-input-placeholder {
    color: #999; }
  #totSplashLeft input[type="email"]::-webkit-input-placeholder {
    color: #999; }
  #totSplashLeft input[type="email"]:focus::-moz-placeholder {
    color: #d9d9d9; }
  #totSplashLeft input[type="email"]:focus:-ms-input-placeholder {
    color: #d9d9d9; }
  #totSplashLeft input[type="email"]:focus::-webkit-input-placeholder {
    color: #d9d9d9; }
#totSplashLeft input[type="submit"] {
  width: 42px;
  padding: 8px 0 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0 !important; }
  #totSplashLeft input[type="submit"]:hover {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  #totSplashLeft input[type="submit"]:before {
    content: none;
    display: none; }
  #totSplashLeft input[type="submit"] span {
    display: inline; }

/*
#header #totsplashscreen #totSplashLeft h2, #header #totsplashscreen #totSplashRight h2{
     background: none;
     color: #000;
     line-height: normal;
     height: auto;
     font-size: 150%;
}
#header #totsplashscreen #totSplashLeft p{
     margin: 5px ;
}
#header #totsplashscreen #totSplashLeft p:last-child{
     margin: 0 ;
     text-align: center;
     width: 100%;
}
#header #totsplashscreen #totSplashRight{
     float: right;
}
#header #totsplashscreen #totSplashRight p{
     margin: 5px ;
}
#header #totsplashscreen #totSplashRight input[type=submit]{
     border-radius: 2px;
     width: 100px;
     height: 20px;
     line-height: 18px;
     padding:0;
     background: none;
     box-shadow: 0.1em 0.1em 0.2em 0.2em #999;  
     -webkit-box-shadow: 0.1em 0.1em 0.2em 0.2em #999;  
     -moz-box-shadow: 0.1em 0.1em 0.2em 0.2em #999;
}
#header #totsplashscreen #totSplashRight p:last-child{
     margin: 0 ;
     text-align: center;
     width: 100%;
}
#header #totsplashscreen #totsplashscreen p{
     max-width: 550px;
     padding: 0;
     margin: 5px 0;
}
#header #totsplashscreenfont#totsplashscreen img{
     max-width:550px;
     max-height: 400px;
}*/
