/* modal-splash.css */


#splash {
    clear: both;
    width: 380px;
    height: auto;
    margin: 0;
    padding: 3px; 
    background: #fff; 
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000; 
    }
#splash.video {
    background: #fff;
    border: 10px #000 solid;
    padding: 1px;
    width: 580px;
    -mox-border-radius: 0;
    border-radius: 0;
}

#splash-wrapper {
    clear: both;
    width: 480px;
    height: auto;
    padding: 10px;
    background: #dfd8d9; /* Old browsers */
	  background: -moz-linear-gradient(top,  #dfd8d9 0%, #ffffff 27%, #ffffff 59%, #dfd8d9 97%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfd8d9), color-stop(27%,#ffffff), color-stop(59%,#ffffff), color-stop(97%,#dfd8d9)); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top,  #dfd8d9 0%,#ffffff 27%,#ffffff 59%,#dfd8d9 97%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top,  #dfd8d9 0%,#ffffff 27%,#ffffff 59%,#dfd8d9 97%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top,  #dfd8d9 0%,#ffffff 27%,#ffffff 59%,#dfd8d9 97%); /* IE10+ */
	  background: linear-gradient(top,  #dfd8d9 0%,#ffffff 27%,#ffffff 59%,#dfd8d9 97%); /* W3C */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd8d9', endColorstr='#dfd8d9',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 7px;
    border-radius: 7px;
    }
#splash.video #splash-wrapper {
    width: 560px;
    background: #ffc423 url('/theme/img/tile-laborday.png') no-repeat top left;
    -mox-border-radius: 0;
    border-radius: 0;
}
#splash.video h1 {
    font-size: 30px;
    line-height: .8em;
    padding: 12px 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
}
    
#splash-wrapper p.intro {
    font-size: 16px; 
    font-weight: normal;
    font-style: italic;
    color: #6e5c5f;
    text-align: center;
}

#splash-wrapper #modal-close {
    width: 360px;
    height: 0;
    padding: 0; 
    display: block;
    text-align: right;
    }

#splash-wrapper #modal-logo {
    width: 100%;
    height: auto;
    padding: 0; 
    }

#splash-wrapper #modal-skip {
    width: 100%;
    margin: 0 auto;
    text-align:center;
    height: 16px;
    display: block;
    font-size: 10px;
    color: #fb6c34;
    }
#splash.video #modal-skip {
    color: #000;
}



/* The Modal (background) */
button.email-updates {
   padding: 10px 20px 7px 20px;
   background: #f36f21;
   color: white;
   text-transform: uppercase;
   font-family: deva-ideal-1,deva-ideal-2, Arial, Helvetica, sans-serif;
   font-size: 24px;
   border: 0;
   -webkit-border-radius: 4px 4px 4px 4px;
   border-radius: 4px 4px 4px 4px;
   line-height: 1;
   margin: 0;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;}

button.email-updates:hover, button.email-updates:focus { background: #005f92; }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 8px;
    border: 0;
    width: 500px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000; 
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
    width: 100%;
    margin: 0 auto;
    text-align:center;
    height: 16px;
    display: block;
    font-size: 10px;
    color: #fb6c34; }

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
