@charset "utf-8";
/* CSS Document */



          #news-signup{
              position: fixed;
              width: 100%;
              visibility: hidden;
              z-index: 10002;
              top: 100px;
              opacity: 0;
              -webkit-transform: scale(0.5);
              transform: scale(0.5);
              -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
              transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
          }
          #news-signup .wrapper {
				background: #00182f;
				position: relative;
				text-align: center;
				-moz-border-radius: 0px;
				box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
				width: 98%;
				margin-top: 0;
				margin-right: auto;
				margin-bottom: 0;
				margin-left: auto;
				padding-top: 30px;
				padding-right: 30px;
				padding-bottom: 60px;
				padding-left: 30px;
          }
          #news-signup_bg {
               visibility: hidden;
               position: fixed;
               top: 0;
               left: 0;
               width: 100%;
               height: 100%;
               background-color: #fff;
               opacity: 0.8;
               z-index: 10001;
           }
          #news-signup_close {
              position: absolute;
              left: 100%;
              margin: 7px 0 0 -30px;
              width: 20px;
              height: 20px;
              color: #fff;
              opacity:0.7;
              cursor: pointer;
          }

          #news-signup_close::before {
              content: "×";
              font: 400 36px/1em 'Roboto Slab', serif;
          }

          #news-signup_close:hover {
              opacity:1;
          }

          

          @media screen and (min-width: 800px){
              #news-signup .wrapper {
                  width: 800px;
                  margin: 7% auto;
              }
          }
		  
#news-signup h2 {
	color: #FFF;	
}
#news-signup p {
	color: #FFF;
	display: block;
	margin-bottom: 40px;
}