@font-face {
    font-family: 'LobsterTwo';
    src: url('/fonts/lobstertwo/LobsterTwo.eot');
    src: url('/fonts/lobstertwo/LobsterTwo.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lobstertwo/LobsterTwo.woff') format('woff'),
         url('/fonts/lobstertwo/LobsterTwo.ttf') format('truetype'),
         url('/fonts/lobstertwo/LobsterTwo.svg#LobsterTwoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    background: url(/images/bg.jpg);
}
body{
    background: url(/images/top.jpg) repeat-x top;
    min-height: 250px;
    padding-top: 8px;
    font: 30px/1.1 'Palatino', 'Georgia', serif;
    color: #FFF;
    text-shadow: 2px 2px 2px #000000;
}
    body.scroller{
        padding-bottom: 40px;
    }

form div{
    float: left;
}
    form div{
        margin-right: 5px;
        margin-bottom: 10px;
    }
    form #name{
        width: 275px;
    }
    form #email, form #street{
        width: 470px;
    }
    form #zip{
        width: 140px;
    }

input{
    border: none;
    font: 21px/1 'Helvetica Neue', 'Helvetica', sans-serif;
    color: #555;
    padding: 15px 18px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
    input::-webkit-input-placeholder,
    input:-moz-placeholder{
       color: #9d9d9d;
    }

button{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #344c0b;
    background: #96bf42;
    background: -moz-linear-gradient(top,  #96bf42 0%, #566d2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96bf42), color-stop(100%,#566d2f));
    background: -webkit-linear-gradient(top,  #96bf42 0%,#566d2f 100%);
    background: -o-linear-gradient(top,  #96bf42 0%,#566d2f 100%);
    background: -ms-linear-gradient(top,  #96bf42 0%,#566d2f 100%);
    background: linear-gradient(to bottom,  #96bf42 0%,#566d2f 100%);
    font: bold 20px/1 'Helvetica Neue', 'Helvetica', sans-serif;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    padding: 0;
    zoom: 1;
    float: right;
    margin-right: 2px;
}
    button span{
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border-top: 1px solid #cadf9e;
        width: 141px;
        height: 35px;
        padding-top: 14px;
        display: block;
        -webkit-box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.5);
        box-shadow: inset 0 0 6px 0 rgba(10, 113, 169, .11); 
    }
    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    button:hover{
        background: rgb(113,196,4);
        background: -moz-linear-gradient(top,  #81a43a 0%, #435425 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81a43a), color-stop(100%,#435425));
        background: -webkit-linear-gradient(top,  #81a43a 0%,#435425 100%);
        background: -o-linear-gradient(top,  #81a43a 0%,#435425 100%);
        background: -ms-linear-gradient(top,  #81a43a 0%,#435425 100%);
        background: linear-gradient(to bottom,  #81a43a 0%,#435425 100%);
    }
        button:hover span{
            border-top-color: #829b51;
        }
    button:focus,
    button:active{
        background: rgb(56,99,0);
        background: -moz-linear-gradient(top,  #435425 0%, #81a43a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#435425), color-stop(100%,#81a43a));
        background: -webkit-linear-gradient(top,  #435425 0%,#81a43a 100%);
        background: -o-linear-gradient(top,  #435425 0%,#81a43a 100%);
        background: -ms-linear-gradient(top,  #435425 0%,#81a43a 100%);
        background: linear-gradient(to bottom,  #435425 0%,#81a43a 100%);
    }
        button:focus span,
        button:active span{
            border-top: 0;
            padding-top: 15px;
            -webkit-box-shadow: inset 0 0 6px 0 #284f0e;
            box-shadow: inset 0 0 6px 0 #284f0e; 
        }

li{
    margin: 0 auto;
    position: relative;
}
.ir{
    display: block;
    text-indent: -999em;
    overflow: hidden;
}
.gone{
    display: none;
    position: absolute;
    visibility: hidden;
}
.hidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.group:before,
.group:after{
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.group{
    zoom: 1;
}


#secrets{
    width: 845px;
    height: 784px;
    background: url(/images/slides/secrets/bg.jpg) no-repeat center;
}

#pluggedin{
    background: url(/images/slides/pluggedin/bg.jpg) no-repeat center;
    width: 1059px;
    min-height: 1523px;
}

#brandonmayfield{
    background: url(/images/slides/brandonmayfield/bg.jpg) no-repeat center;
    width: 1059px;
    min-height: 383px;
}

#brandonmayfield p{
    padding-top: 160px;
    text-align: center;
    font-size: 40px;
}

#brandonmayfield p span{
    display: block;
    font-size: 30px;
    margin-top: 10px;
}
    #screen{
        width: 600px;
        font-size: 44px;
        line-height: 1.16;
        position: absolute;
        top: 373px;
        left: 50%;
        margin-left: -300px;
        text-align: center;
    }
    #whatif{
        width: 800px;
        margin-left: 140px;
        text-align: center;
        font-family: 'helvetica neue', helvetica, arial, sans-serif;
        font-size: 54px;
        font-weight: bold;
        padding-top: 110px;
        position: relative;
        z-index: 99;
        float: left;
    }
        #whatif em{
            color: red;
            font-style: normal;
        }
        #whatif span{
            font-size: 27px;
            display: block;
            margin-top: 18px;
        }


#inchina{
    background: url(/images/slides/inchina/bg.jpg) no-repeat center;
    width: 1026px;
    height: 969px;
    margin-top: 80px;
}
    #alreadydone{
        width: 850px;
        margin: 0 auto;
        padding-top: 25px;
        text-align: center;
        font: bold 40px/1.16 'Helvetica Neue', 'Helvetica', serif;
    }

#crimescene{
    background: url(/images/slides/crimescene/bg.jpg) no-repeat top;
    width: 1059px;
    min-height: 1087px;
    margin: -39px auto 30px
}
    #uscases{
        width: 750px;
        text-align: center;
        margin: 0 auto;
        padding-top: 650px;
        font-size: 25px;
        line-height: 1.2;
    }

#clipping{
    background: url(/images/slides/clipping/bg.jpg) no-repeat top;
    height: 1043px;
    width: 1007px;
    margin-top: -81px;
}

#wiredquote {
    float: right;
    width: 480px;
    padding-top: 705px;
    margin-right: 170px;
    z-index: 99;
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Helvetica Neue', 'Helvetica', arial, serif;
}

#nytquote {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    font-size: 30px;
    clear: right;
    padding-top: 60px;
}

a#nytimes {
    display: block;
    margin: 30px auto 0;
    width: 279px;
    height: 39px;
    background: url(/images/nyt-logo.png) no-repeat;
    text-indent: -9999px;
    position: relative;
    z-index: 99;
}
    #facility{
        width: 750px;
        text-align: center;
        margin: 0 auto;
    }

#nsaofficial{
    background: url(/images/slides/nsaofficial/bg.jpg) no-repeat top;
    width: 836px;
    min-height: 93px;
    padding-top: 480px;
}
    #nsaquote{
        margin: 0 -40px;
        text-align: center;
        padding-bottom: 60px;
        background: url(/images/slides/nsaofficial/wired.png) no-repeat bottom;
    }

#facebook{
    background: url(/images/slides/facebook/bg.jpg) no-repeat bottom;
    width: 766px;
    min-height: 50px;
    padding-bottom: 455px;
    margin-top: 90px;
}
    #outside{
        padding-left: 120px;
    }

#twodays{
    background: url(/images/slides/twodays/bg.jpg) no-repeat bottom;
    width: 873px;
    min-height: 585px;
    padding-top: 225px;
    margin-top: -18px;
}
    #bill{
        width: 800px;
        margin: 0 auto;
        text-align: center;
    }

#familyphotos{
    background: url(/images/slides/familyphotos/bg.jpg) no-repeat bottom;
    width: 825px;
    padding-bottom: 325px;
    margin-top: 100px;
}
    #wouldyou{
        text-align: center;
    }


#drawline{
    background: url(/images/slides/drawline/bg.jpg) no-repeat bottom;
    width: 945px;
    padding-bottom: 656px;
}
    #where{
        font: bold 65px/1 'Helvetica Neue', 'Helvetica', serif;
        text-align: center;
    }

#weneed{
    width: 900px;
    margin-top: 75px;
}
    #thisweek{
        font: bold 65px/1 'Helvetica Neue', 'Helvetica', serif;
        text-align: center;
    }
        #thisweek strong{
            color: #e80505;
        }
    #sayno{
        margin: 25px 0;
        text-align: center;
    }
    #privacy{
        font: 15px/1 'Helvetica Neue', 'Helvetica', sans-serif;
        margin-top: 5px;
        text-align: right;
        margin-right: 160px;
        font-size: 12px;
    }
        #privacy a{
            color: #FFF;
            display: block;
            text-align: right;
            margin-top: 6px;
        }

#call{
    margin-top: 40px;
    width: 900px;
    background: #2d2d2d;
    padding: 60px 20px 50px;
    -webkit-box-shadow: inset 1px 1px 3px 0 #111;
    box-shadow: inset 1px 1px 3px 0 #111;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #0c0c0c;
    border-color: #202020 #333 #2b2b2b #313131;
    text-shadow: none;
}
    #getnumber{
        padding: 0 30px 0 380px;
        background: url(/images/slides/call/phone.jpg) no-repeat 0 0;
        min-height: 237px;
        line-height: 1.5;
    }
    #senators{
        margin-top: 12px;
    }
        #senators a{
            color: #FFF;
        }
        #senators h2{
            color: #FFF;
            font: bold 24px/1.17 "helvetica neue", helvetica, arial, sans-serif;
            margin-bottom: 6px;
        }
        #senators p{
            margin-top: 3px;
            color: #FFF;
            font: 18px/1.34 "helvetica neue", helvetica, arial, sans-serif;
        }
    #whattosay{
        text-align: center;
        background: url(/images/slides/call/rule.jpg) no-repeat top;
        padding-top: 35px;
        margin-top: 20px;
    }
        #whattosay h2{
            font: 32px/1 'LobsterTwo', cursive;
            color: #93bb41;
        }
        #whattosay p{
            font: 18px/1.39 'Helvetica Neue', 'Helvetica', sans-serif;
            width: 700px;
            margin: 8px auto 0;
            line-height: 1.5;
            margin-top: 30px;
        }

#share{
    width: 550px;
    text-align: center;
    margin: 200px auto 100px;
}
    #buttons{
        width: 370px;
        margin: 20px auto 0;
    }
        #buttons .facebook{
            background-image: url(/images/share/facebook.png);
            float: left;
        }
        #buttons .twitter{
            background-image: url(/images/share/twitter.png);
            float: right;
        }
    #share a{
        display: block;
        width: 169px;
        height: 31px;
        background-repeat: no-repeat;
    }

#soundtrack{
    position: absolute;
    top: -316px;
}

#next{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/next.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 11199px;
    height: 74px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 100;
}

textarea {
    -moz-border-radius: 3px; /* from vector shape */
    -webkit-border-radius: 3px; /* from vector shape */
    border-radius: 3px; /* from vector shape */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #373737; /* layer fill content */
    -moz-box-shadow:
        0 1px 0 rgba(90,90,90,.75) /* drop shadow */,
        inset 0 3px 10px rgba(0,0,0,.86) /* inner shadow */;
    -webkit-box-shadow:
        0 1px 0 rgba(90,90,90,.75) /* drop shadow */,
        inset 0 3px 10px rgba(0,0,0,.86) /* inner shadow */;
    box-shadow:
        0 1px 0 rgba(90,90,90,.75) /* drop shadow */,
        inset 0 3px 10px rgba(0,0,0,.86) /* inner shadow */;
        font-size: 18px;
        line-height: 1.5;
        padding: 10px;
        width: 600px;
        height: 150px;
        color: #fff;
        border: none;
}

h5 {
    color: #cfa100;
    font-size: 18px;
    font-style: italic;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    margin-bottom: 10px;
}

select {
    width: 202px;
    height: 50px;
    display: block;
    background: #eee;
}
span.select {
    background: url(/images/select_bg.png) no-repeat;
    width: 202px;
    height: 39px;
    margin-top: -48px;
    display: block;
    font-family: 'helvetica nueue', helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #FFF;
    padding-left: 16px;
    padding-top: 10px;
}

.slidez {
    width: 100px; 
    height: 100px; 
    display: block; 
    margin: 0 auto; 
    position: absolute;
}

#one {top: 300px;}
#two {top: 1000px;}
#three {top: 1750px;}
#four {top: 2360px;}
#five {top: 2750px;}
#six {top: 3460px;}
#seven {top: 3960px;}
#eight {top: 4470px;}
#nine {top: 4780px;}
#ten {top: 5140px;}
#eleven {top: 5760px;}
#tweleve {top: 6550px;}
#thirteen {top: 7340px;}
#fourteen {top: 7810px;}
#fifteen {top: 8165px;}

button#pause {
    position: fixed;
    top: 10px;
    right: 10px;
    -moz-border-radius: 3px; /* from vector shape */
    -webkit-border-radius: 3px; /* from vector shape */
    border-radius: 3px; /* from vector shape */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow:
        0 1px 1px rgba(0,0,0,.75) /* drop shadow */,
        inset 0 1px 0 rgba(255,255,255,.4) /* inner shadow */,
        inset 0 0 0 1px rgba(255,255,255,.08) /* inner glow */,
        0 0 0 1px #3f5813 /* outer stroke */;
    -webkit-box-shadow:
        0 1px 1px rgba(0,0,0,.75) /* drop shadow */,
        inset 0 1px 0 rgba(255,255,255,.4) /* inner shadow */,
        inset 0 0 0 1px rgba(255,255,255,.08) /* inner glow */,
        0 0 0 1px #3f5813 /* outer stroke */;
    box-shadow:
        0 1px 1px rgba(0,0,0,.75) /* drop shadow */,
        inset 0 1px 0 rgba(255,255,255,.4) /* inner shadow */,
        inset 0 0 0 1px rgba(255,255,255,.08) /* inner glow */,
        0 0 0 1px #3f5813 /* outer stroke */;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(90deg, #646464 0%, #9e9e9e 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #646464 0%, #9e9e9e 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #646464 0%, #9e9e9e 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #646464 0%, #9e9e9e 100%); /* gradient overlay */
    padding: 15px;
    margin-right: 10px;
    margin-top: 10px;
    opacity: .6;
    background-color: #666;
    display: inline-block;
    white-space:nowrap;
    width: 200px;
    z-index: 100;
}

button#pause:hover {
    opacity: 1;
}

#tag {
    width: 67px;
    height: 228px;
    position: fixed;
    left: 0px;
    z-index: 500;
    margin-top: 320px;
    background: url('http://privacyisawesome.com/images/fftf_tag.png');
}


.thanks {
    width: 900px;
    margin: 100px auto;
    text-align: center;
    
}

.thanks h1 {
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.thanks #share {padding-top: 20px; margin-top: 0;}

.nolink {
    text-decoration: none;
}
