/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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


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



html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

a{
    color: #fff;
}

body,html{ 
margin: 0;
padding:0;
}
body{
    background: url('/img/home-background.jpg');
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom:40px;
}

.contact-box{
    width: 600px;
    margin:0 auto;
}

.contact-box .label{
    font-family: 'friendly';
    font-size: 37px;
    color: #000;
    clear: both;
    float: left;
    width: 200px;
    text-align: right;
}

.contact-box input,
.contact-box textarea{
    margin-left: 20px;
    border: 2px solid #000;
    height: 51px;
    width: 300px;
    padding: 10px;
}

.contact-box textarea{
    height: 150px;
}

.contact-box button{
    font-size: 37px;
    margin-left: 20px !important;
}

.contact-box li{
    margin: 5px 0;
    list-syle: none;
}

.get-involved{
    font-family:'friendly';
    font-size: 44px;
    color: #1fc891;
    clear:both;
    width: 65%;
    margin: 0 auto;
    text-align:center;
    margin-bottom: 40px;
}

.car{
    float:right;
    max-width: 600px;
}

.twitter-button{
    width: 100%;
    margin-top: 40px;
    text-align:Center;

}

.about-overlay{
    position: absolute;
    top: -500px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 411px;
    width: 460px;
    left: 50%;
    margin-left: -230px;
    font-family: 'friendly';
    font-size: 30px;
    background: url(/img/purple-background.jpg);
    padding: 10px 20px;
    text-align: Center;
    margin-top: 10px;
}

.mailing-list{
    background: url(/img/puff.png);
    padding: 23px;
    width: 758px;
    height: 634px;
    display: none;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 50%;
    margin-left: -370px;
    font-family: 'friendly';
    font-size: 34px;
    color: #230207;
}

.mailing-list-inner{
     position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
  font-size: 42px;
  margin-left:0;
}

.mailing-list-inner input{
    height: 46px;
    background: white;
    border: 2px solid #230207;
    font-size: 20px;
    padding: 0 20px;
    margin-left: 20px;
    width: 340px;
}

.mailing-list-inner button,
.contact-box button{
    margin-left: 99px;
    border: 0;
    padding: 0;
    margin-top: 40px;
    background: transparent;
}

.contact-box button img{
    width: 120px;
}

.mailing-list-inner button{
    margin: 0;
}

.mailing-list-inner button img{
    width: 200px;
}

input[type="checkbox"]{
    height: 40px;
    width: 40px;
    border: 2px solid #000;
}

.content-copy{
    margin-top: 60px;
    font-family: 'friendly';
    font-size: 37px;
    color: #000;
    text-align:center;
}


.logo{
    width: 250px;
    float: left;
}

.logo img{
    width: 100%;
}

.navigation{
    font-size:48px;
    text-transform: lowercase;
    float:right;
    width: 50%;
    width: calc(100% - 300px);
    padding: 40px;
    text-align:right;
    height: 244px;
    font-family: 'newfont';
    word-spacing: -10px;
}

.navigation ul{
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation ul li{
    display: inline-block;
    margin: 0 0 0 60px;
}

.navigation ul li a{
    color: #f49519;
     text-shadow: 2px 2px #FF0000;
}

.navigation ul li a:hover{
    color: #ffff00;
}

.bull{
    width: 460px;
    margin: 20px auto;
}


.bull img{
    width: 460px;
}

.frozenclock {
    width: 1200px;
    margin: 20px auto;
}


.frozenclock img{
    width: 1200px;
}



.countdown{
    width: 460px;
    margin: 0 auto;
    text-align:center;
    font-family: 'friendly';
    font-size: 100px;
    color: #ecefb7;
    margin-bottom: 40px;
    height: 160px;
}

.countdown .num{
    background: #000;
    padding: 0 0 20px 0;
    width: 24%;
    float:left;
    margin-right:1.2%;
}

.words div,
.large .words div{
    padding: 0 0 20px 0;
    font-family: 'friendly';
    width: 24%;
    float:left;
    margin-right:1.2%;
    font-size: 30px;
    color: #38191e;
    background: transparent;
    height: 20px;
    line-height: 50px;
    text-align:center;
}
.large .words div{
    font-size: 54px;
    width: 23%;
}

.box{
    width: 100px;
    height: 100px;
    background:Red;
}



.countdown div:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.countdown div:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 0;
}

.countdown.large{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'friendly';
    font-size: 200px;
    color: #ecefb7;
    margin-bottom: 40px;
    height: 260px;
    clear:both;
    line-height: 210px;
}

.countdown.large div{
    background: #000;
    padding: 0 0 20px 0;
    width: 24%;
    float:left;
    margin-right:.5%;
    height: 260px;
}

.blurb{
    font-size: 37px;
    font-family: 'friendly';
    color:#6effc1;
    width: 70%;
    text-align:Center;
}

.pump-wrap{
    position: relative;
    top: -260px;
    right: 40px;
}

.main_window{
}
#main_body{
}
body{
    min-height:600px;
    min-width:1000px;
    font-family:arial,serif,sans-serif,monospace;
    /* overflow:hidden; */
    overflow:auto;
    overflow-x:hidden; 
    height:100%;
    position:relative;
}
.hidden_image{
    display:none;
}
  /*this is what we want the div to look like
    when it is not showing*/
  div.loading-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;

    /*position it at the very top-left corner*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    /*put it at the front*/
    z-index:100;
    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    _background:none; /*this line removes the background in IE*/
    opacity:0.5;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

    /*set the padding, so that the content
      of the div is centered vertically*/
    padding-top:25%;
  }
#youmebumbumtrainlink {
    position: absolute;
    top: 15px;
    cursor: pointer;
}
a:link{
    text-decoration:none;
    border:0px;
}
#banner{
    position: absolute;
    top:15px;
    right: 610px;
}
.banner_link{
    position:absolute;
    top: 0px;
}

#homelink {
    position: absolute;
    left: 325px;
    cursor: pointer;
}

#contactlink {
    position:absolute;
    left: 410px;
    top: 0px;
    cursor: pointer;
}
#homelink_wide {
    position: absolute;
    top: 15px;
    left: 75%;
    cursor: pointer;
}

#contactlink_wide {
    position: absolute;
    top: 15px;
    left: 91%;
    cursor: pointer;
    
}
#banner_box{
    overflow:hidden;
}
.banner_img{
    position:relative;
    left:-50%;
    overflow:hidden;
}

#mainpicturebox {
    position: absolute;
    top: 12%;
    left: 50%;
    cursor: pointer;
    
}
#what_is_ymbbt{
    
    font-family:arial,serif,sans-serif,monospace;
    text-align:justify;
    font-size:14px;
    max-height:500px;
    max-width:500px;
    background:#edeeb7;
    color:#000000;
    display:none;
    border:#edeeb7 solid thick;
}
#front_page_video_link{
    position:relative;
    left:125px;
}
#front_page_video_code{
    display:none;
}
#next_event{
    display:none;

}
#mainpicture {
    position: relative;
    right: 50%;
    overflow:hidden;
}

#youmebumbumtrainlink {
    position: absolute;
    top: 10px;
    cursor: pointer;
}

#asthema_pump_div {
    position: absolute;
    top: 325px;
    left: 80%;
    width: 150px;
    height: 300px;
    overflow: visible;
    z-index: 10;
}

.tickets-wrap{
    position: absolute;
    top: 775px !important;
    left: 80%;
    width: 150px;
    height: 300px;
    overflow: visible;
    z-index: 10;
}

#puffs_div{
    position:absolute;
    top:35%;
    left:80%;
    background:transparent;
    z-index:2;
}

.tickets-puff{
    top: 72% !important;
}

#puff1{
    position:absolute;
    top:180px;
    left:-80px;
    width:103px;
    height:122px;
    display:none;
    background:transparent;
}
#puff2{
    position:absolute;
    top:100px;
    left:-250px;
    width:271px;
    height:211px;
    display:none;
    background:transparent;
}
#puff3{
    position:absolute;
    top:105px;
    left:-320px;
    width:314px;
    height:268px;
    display:none;
    background:transparent;
}
#puff4{
    position:absolute;
    top:100px;
    left:-323px;
    width:343px;
    height:292px;
    display:none;
    background:transparent;
}
#puff5{
    position:absolute;
    top:100px;
    left:-320px;
    width:340px;
    height:291px;
    display:none;
    background:transparent;
}
#puff6{
    position:absolute;
    top:90px;
    left:-335px;
    width:355px;
    height:303px;
    display:none;
    background:transparent;
}
#puff7{
    position:absolute;
    top:80px;
    left:-370px;
    width:393px;
    height:335px;
    display:none;
    background:transparent;
}
#puff8{
    position:absolute;
    top:35px;
    left:-390px;
    width:411px;
    height:351px;
    display:none;
    background:transparent;
}
#puff9{
    position:absolute;
    top:30px;
    left:-405px;
    width:425px;
    height:363px;
    display:none;
    background:transparent;
}
#puff10{
    position:absolute;
    top:10px;
    left:-440px;
    width:463px;
    height:395px;
    display:none;
    background:transparent;
}
#puff11{
    position:absolute;
    top:5px;
    left:-450px;
    width:473px;
    height:403px;
    display:none;
    background:transparent;
}
#puff12{
    position:absolute;
    top:25px;
    left:-410px;
    width:431px;
    height:367px;
    display:none;
    background:transparent;
}
#puff13{
    position:absolute;
    top:25px;
    left:-410px;
    width:431px;
    height:367px;
    display:none;
    background:transparent;
}
#puff14{
    position:absolute;
    top:25px;
    left:-410px;
    width:431px;
    height:367px;
    display:none;
    background:transparent;
}
#puff15{
    position:absolute;
    top:25px;
    left:-410px;
    width:431px;
    height:367px;
    display:none;
    background:transparent;
}
#asthema_pump_can{
    position:absolute;
    top:0px;
    right:0px;
    z-index:-1;
    cursor: pointer;
}
#asthema{
    position:absolute;
    right:0px;
    top:0px;
    cursor: pointer;
}
#asthema_pump_over{
    display:none;
}
#fan_body{
    position:absolute;
    top:27px;
    left:10px;
    z-index:-1;
}

#fan_blade1{
    position:absolute;
    top:0px;
    left:1px;
}
#fan_blade2{    
    position:absolute;
    top:0px;
    left:-18px;
    z-index=5;
    /*display:none;*/
}
#fan_blade3{    
    position:absolute;
    top:0px;
    left:18px;
    /*display:none;*/
}
#fan_blade4{    
    position:absolute;
    top:0px;
    left:-57px;
    /*display:none;*/
}
#fan_blade5{    
    position:absolute;
    top:0px;
    left:-61px;
    /*display:none;*/
}
#fan_blade6{    
    position:absolute;
    top:0px;
    left:-34px;
    /*display:none;*/
}
#fan_blade7{    
    position:absolute;
    top:0px;
    left:-60px;
    /*display:none;*/
}
#fan_blade8{    
    position:absolute;
    top:0px;
    left:-63px;
    /*display:none;*/
}
#fan_blade9{    
    position:absolute;
    top:0px;
    left:-75px;
    /*display:none;*/
}
#fan_blade10{   
    position:absolute;
    top:0px;
    left:-67px;
    /*display:none;*/
}
#fan_blade11{   
    position:absolute;
    top:0px;
    left:-67px;
    /*display:none;*/
}
#fan_blade12{   
    position:absolute;
    top:0px;
    left:-71px;
    /*display:none;*/
}
#fan_blade13{   
    position:absolute;
    top:0px;
    left:-60px;
    /*display:none;*/
}
#fan_blade14{   
    position:absolute;
    top:0px;
    left:-69px;
    /*display:none;*/
}
#fan_blade15{   
    position:absolute;
    top:0px;
    left:-70px;
    /*display:none;*/
}
#fan_blade16{   
    position:absolute;
    top:0px;
    left:-71px;
    /*display:none;*/
}
#fan_blade17{   
    position:absolute;
    top:0px;
    left:-71px;
    /*display:none;*/
}
#fan_blade18{   
    position:absolute;
    top:0px;
    left:-72px;
    /*display:none;*/
}
#fan_blade19{   
    position:absolute;
    top:0px;
    left:-69px;
    /*display:none;*/
}
#fan_blade20{   
    position:absolute;
    top:0px;
    left:-61px;
    /*display:none;*/
}
#fan_blade21{   
    position:absolute;
    top:0px;
    left:-53px;
    /*display:none;*/
}
#fan_blade22{   
    position:absolute;
    top:0px;
    left:-43px;
    /*display:none;*/
}
#fan_blade23{   
    position:absolute;
    top:0px;
    left:-45px;
    /*display:none;*/
}
#fan_blade24{   
    position:absolute;
    top:0px;
    left:-58px;
    /*display:none;*/
}
#fan_blade25{   
    position:absolute;
    top:0px;
    left:12px;
    /*display:none;*/
}
#fan_blade26{   
    position:absolute;
    top:0px;
    left:-19px;
    /*display:none;*/
}
#fan_blade27{   
    position:absolute;
    top:0px;
    left:-40px;
    /*display:none;*/
}
#fan_blade28{   
    position:absolute;
    top:0px;
    left:-26px;
    /*display:none;*/
}
#fan_blade29{   
    position:absolute;
    top:0px;
    left:12px;
    /*display:none;*/
}
#fan_blade30{   
    position:absolute;
    top:0px;
    left:-27px;
    /*display:none;*/
}
#fan_blade31{   
    position:absolute;
    top:-2px;
    left:-27px;
    /*display:none;*/
}


.hidden_image{
    display:none;
}
#steam_cloud{
    position: relative;
    top:200px;
    left:-100px;
    display:none;
}
#fan_div {
    position: absolute;
    top: 325px;
    left: 80px;

}
#fan_overlay{
    position:absolute;
    top:35%;
    left:4%;
    height:300px;
    width:200px;
    z-index:2000;
    cursor:pointer;
}

#fan_overlay img{ 
    width: 100%;
    height: 100%;
}

#contact_form {
    position: absolute;
    top: 250px;
    left: 25%;
}

#name_box {
    padding:5px;
    margin:5px;
}

#email_box {
    padding:5px;
    margin:5px;
}

#comment_box {
    padding:5px;
    margin:5px;
}

#index {
    background-image:url(../images/newimages/backgrounds/home_back.jpg);
}

#index_large {
    background-image:url(../images/newimages/backgrounds/home_back_small.jpg);
}

#contact {
    background-image:
        url(../images/newimages/backgrounds/contact_back.jpg);
    overflow: hidden;
}

#contact_large {
    background-image:
        url(../images/newimages/backgrounds/contact_back_large.jpg);
    overflow:auto;
}
#gallery {
    background-image:url(../images/newimages/backgrounds/gallery_back.jpg);
}

#gallery_large {
    background-image:url(../images/newimages/backgrounds/gallery_back_large.jpg);
}
#press {
    background-image:url(../images/newimages/backgrounds/press_back_hc.jpg);
}

#press_large {
    background-image:url(../images/newimages/backgrounds/press_back_large_hc.jpg);
}
#view_press {
    background-image:url(../images/newimages/backgrounds/press_back_hc.jpg);
}

#view_press_large {
    background-image:url(../images/newimages/backgrounds/press_back_large_hc.jpg);
}

#shop {
    background-image:url(../images/newimages/backgrounds/shop_back.jpg);
}

#shop_large {
    background-image:url(../images/newimages/backgrounds/shop_back_large.jpg);
}

#submit_grater {
    position: absolute;
    left: 85%;
    top: 300px;
}

#submit_button {
    background: transparent;
    border: none;
    cursor: pointer;
}

#volunteer_lamp {
    position: absolute;
    right: 1px;
    bottom: 3px;
}

#volunteer_button {
    background: transparent;
    border: none;
    cursor: pointer;
}

/*#main_body {
    overflow: hidden;
    height:1000px;
    width:1500px;
}
*/
#refresh_link {
    border: none;
    position: absolute;
    right: 10%;
    top: 15%;
    cursor: pointer;
}

#main_contact_message_error {
    position: absolute;
    left: 25%;
    top: 70%;
    font-size: 20px;
    color: white;
}

#main_contact_message_success {
    position: absolute;
    left: 25%;
    top: 70%;
}


#main_contact_message_success {
    font-size: 20px;
    color: white;
}


#myspace_link {
    position:absolute;
    left: 5%;
    top: 68%;
    cursor: pointer;
}

#phone_numbers {
    position:absolute;
    left: 5%;
    top: 75%;
}

.header {
    font-size: 18px;
}

#volunteer_form {
    position:absolute;
    left: -500px;
    top:0px;
}

#vol_form_box{
    position:absolute;
    width:200px;
    left:100px;
    top:0px;
    z-index:-1;
}
#volunteer_link {
    position: relative;
    top: 20px;
    cursor: pointer;
    z-index: 10;
}
.volunteer_link_big {
    position:absolute;
    left: 150px;
    top: 600px;
    cursor: pointer;
}
#vsubmit_grater{
    position:relative;
    top:-470px;
    left:250px;
}
#vsubmit_button{
    background: transparent;
    border: none;
    cursor: pointer;
}
#volunteer_form_image{
    position:relative;
    top:20px;
    right:20px;
}

#photo_link{
    position: absolute; 
    top: 15%;
    left: 5%;
    border: none;
    text-decoration:none;
}

.photo_link_img{
    position:absolute;
    height:200px;
    top:0px;
    z-index:1;
}
.new_tennis_ball_div{
    position:relative;
    top:-10px;
    left:130px;
    z-index:2;
}
#photo_link1{
    position: absolute; 
    top: 13%;
    left: 30%;
    border: none;
    text-decoration:none;
}
#photo_link2{
    position: absolute; 
    top: 15%;
    left: 47%;
    border: none;
    text-decoration:none;
}
#photo_link3{
    position: absolute; 
    top: 18%;
    left: 64%;
    border: none;
    text-decoration:none;
}
#photo_link4{
    position: absolute; 
    top: 13%;
    left: 81%;
    border: none;
    text-decoration:none;
}
#photo_link5{
    position: absolute; 
    top: 53%;
    left: 5%;
    border: none;
    text-decoration:none;
}
#photo_link6{
    position: absolute; 
    top: 48%;
    left: 25%;
    border: none;
    text-decoration:none;
}
#photo_link7{
    position: absolute; 
    top: 53%;
    left: 46%;
    border: none;
    text-decoration:none;
}
#photo_link8{
    position: absolute; 
    top: 45%;
    left: 68%;
    border: none;
    text-decoration:none;
}
#more_photo_links_link{
    position: absolute; 
    top: 68%;
    left: 86%;
    border: none;
    text-decoration:none;
}
#less_photo_links_link{
    position: absolute; 
    top: 67%;
    left: 5%;
    border: none;
    text-decoration:none;
}
#artwork_link{
    position: absolute; 
    top: 25%;
    left: 5%;
    border: none;
    text-decoration:none;
}
.artwork_link_image{
    height:125px;
}
#artwork_link1{
    position: absolute; 
    top: 15%;
    left: 30%;
    border: none;
    text-decoration:none;
}
#artwork_link2{
    position: absolute; 
    top: 15%;
    left: 44%;
    border: none;
    text-decoration:none;
}
#artwork_link3{
    position: absolute; 
    top: 15%;
    left: 58%;
    border: none;
    text-decoration:none;
}
#artwork_link4{
    position: absolute; 
    top: 15%;
    left: 72%;
    border: none;
    text-decoration:none;
}
#artwork_link5{
    position: absolute; 
    top: 15%;
    left: 86%;
    border: none;
    text-decoration:none;
}
#artwork_link6{
    position: absolute; 
    top:40%;
    left: 30%;
    border: none;
    text-decoration:none;
}
#artwork_link7{
    position: absolute; 
    top:40%;
    left: 44%;
    border: none;
    text-decoration:none;
}
#artwork_link8{
    position: absolute; 
    top:40%;
    left: 58%;
    border: none;
    text-decoration:none;
}
#artwork_link9{
    position: absolute; 
    top:40%;
    left: 72%;
    border: none;
    text-decoration:none;
}
#artwork_link10{
    position: absolute; 
    top:40%;
    left: 86%;
    border: none;
    text-decoration:none;
}
#artwork_link11{
    position: absolute; 
    top:65%;
    left: 30%;
    border: none;
    text-decoration:none;
}
#artwork_link12{
    position: absolute; 
    top:65%;
    left: 44%;
    border: none;
    text-decoration:none;
}
#artwork_link13{
    position: absolute; 
    top:65%;
    left: 58%;
    border: none;
    text-decoration:none;
}
#artwork_link14{
    position: absolute; 
    top:65%;
    left: 72%;
    border: none;
    text-decoration:none;
}
.big_artwork_box{
    position:absolute;
    top:15%;
    left:50%;
}
.big_artwork{
    position:relative;
    left:-50%;
}
.artwork_less_link{
    position:absolute;
    border:none;
    text-decoration:none;
    left:15%;
    top:70%;
}
.artwork_more_link{
    position:absolute;
    border:none;
    text-decoration:none;
    left:80%;
    top:70%;
    width:160px;
    height:188px;
}
.artwork_less_link a, img{
    border:none;
    text-decoration:none;
}
.top_next_link{
        height:117px;
        position:relative;
        top:0px;
        left:0px;
}
.bottom_next_link{
        height:71px;
        position:relative;
        top:0px;
        left:0px;
}
.next_top_globe{
    position:relative;
    top:5px;
    right:0px;
    z-index:2;
    border:none;
    padding:0;
    margin:0;
}
.next_bottom_cone{
    position:relative;
    left:0px;
    top:0px;
    z-index:1;
    border:none;
    padding:0;
    margin:0;
}
.top_back_link{
        height:120px;
        position:relative;
        top:0px;
        left:0px;
}
.bottom_back_link{
        height:80px;
        position:relative;
        top:0px;
        left:0px;
}
.back_top_globe{
    position:relative;
    top:-1px;
    left:0px;
    z-index:2;
    border:none;
    padding:0;
    margin:0;
}
.back_bottom_cone{
    position:relative;
    left:0px;
    top:0px;
    z-index:1;
    border:none;
    padding:0;
    margin:0;
}
.artwork_more_link a,img{
    border:none;
    text-decoration:none;
}
#more_artwork_links_link{
    position: absolute; 
    top:65%;
    left:84%;
    border: none;
    text-decoration:none;
}
#less_artwork_links_link{
    position: absolute; 
    top:50%;
    left: 14%;
    border: none;
    text-decoration:none;
}
#less_artwork_links_link_last_page{
    position: absolute; 
    top:65%;
    right:5%;
    border: none;
    text-decoration:none;
}
#video_link{
    position: absolute; 
    top: 35%;
    left: 5%;
    border: none;
    text-decoration:none;
}

#photo1{
    position: absolute;
    top:15%;
    left:35%;
    cursor:pointer;
}
#photo2{
    position: absolute;
    top:15%;
    left:55%;
    cursor:pointer;
}
#photo3{
    position: absolute;
    top:15%;
    left:75%;
    cursor:pointer;
}
#photo4{
    position: absolute;
    top:40%;
    left:35%;
    cursor:pointer;
}
#photo5{
    position: absolute;
    top:40%;
    left:55%;
    cursor:pointer;
}
#photo6{
    position: absolute;
    top:40%;
    left:75%;
    cursor:pointer;
}
#photo7{
    position: absolute;
    top:65%;
    left:35%;
    cursor:pointer;
}
#photo8{
    position: absolute;
    top:65%;
    left:55%;
    cursor:pointer;
}
#photo9{
    position: absolute;
    top:65%;
    left:75%;
    cursor:pointer;
}
#back_to_balloons_link{
    position:absolute;
    top:51%;
    left:9%;
}
.bigger_photos_box{
    position:absolute;
    left:55%;
    top:15%;
}
.bigger_photos{
    position:relative;
    left:-165px;
    overflow:visible;
    display:none;
    cursor:pointer;
}

.rolling_peas{
    position: absolute;
    top:75%;
    left:-250px;
}
.hidden_peas{
    display:none;
}
.hidden_link{
    display:none;
    position:absolute;
    left:-500px;
}
.nextlink{
    display:none;
    position:absolute;
    top:65%;
    left:85%;
}
.backlink{
    display:none;
    position:absolute;
    left:25%;
    top:65%;
}
#video_box{
    position:absolute;
    left:60%;
    top:20%;
}
#video{
    position:relative;
    right:250px;
}
#press_top_row{
    position:absolute;
    left:15%;
    top:15%;
    width:80%;
}
#press1{
    position:absolute;
    top:15%;
    left:0%
}
#press2{
    position:absolute;
    left:20%
}
#press3{
    position:absolute;
    left:40%
}
#press4{
    position:absolute;
    left:60%
}
#press5{
    position:absolute;
    left:80%
}
#press_bottom_row{
    position:absolute;
    top:60%;
    left:15%;
    width:65%;
}
#press6{
    position:absolute;
    top:0%;
    left:0%;
}
#press7{
    position:absolute;
    left:25%;
}
#press8{
    position:absolute;
    left:50%;
}
#press9{
    position:absolute;
    left:75%;
}   
#press_pack_link{
    position:absolute;
    top:2%;
    left:2%;
}
#press_more_link{
    position:absolute;
    right:5%;
    top:60%;
}
#press_back_link{
    position:absolute;
    left:0px;
    top:60%;
}
#video_link_box{
    position:absolute;
    top:15%;
    left:30%;
    width:70%;
    height:75%;
}
#video_link1{
    position:absolute;
    top:0%;
}
#video_link2{
    position:absolute;
    left:33%;
    top:0%;
}
#video_link3{
    position:absolute;
    left:66%;
    top:0%;
}
#video_link4{
    position:absolute;
    left:0%;
    top:50%;
}
#video_link5{
    position:absolute;
    left:33%;
    top:50%;
}
#video_back_link{
    position:absolute;
    top:65%;
    left:10%;
}
#fundraising_back_link{
    position:absolute;
    top:65%;
    right:4%;
}
#fundraising_vids_link{
    position:absolute;
    top:57%;
    right:4%;
}
#non_fundraising_vids_link{
    position:absolute;
    top:60%;
    right:4%;
}
#more_photo_thumbs{
    position:absolute;
    top:70%;
    left:90%;
}
#less_photo_thumbs{
     position:absolute;
    top:70%;
    left:20%;
}
#coming_soon_graphic_box{
    position:absolute;
    top:15%;
    left:50%;
}
#coming_soon_img{
    position:relative;
    right:50%;
}

.mobile-close{
    display: none;
}

.countdownHolder{
    width: 660px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    color: white;
    zoom: 0.79;
    margin-left:-2px;
}

.countdownHolder .position{
    display: block;
    float: left;
    width: 74px;
    height: 136px;
    overflow: hidden;
    position: relative;
    
}

.countdownHolder .digit{
    position:absolute;
    display:block;
    width: 223px;
    height: 8976px;
    background: url(img/frame.png) no-repeat 0 0;
    z-index: 1;
}
.countdownHolder>span{
    width: 148px;
    height: 136px;
    float: left;
}
.countdownHolder .position .countWord{
    width:592px;
    height: 544px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.countdownHolder .cd-icons{
    position: absolute;
    bottom: 9px;
    right: 39px;
    height: 30px;
    font-size: 0;
}
.countdownHolder .cd-icons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 7px;
    height: 30px;
}
.countdownHolder .cd-icons a.cd-info{
    background: url(img/info.png) no-repeat;
}
.countdownHolder .cd-icons a.cd-mail{
    background: url(img/mail.png) no-repeat;
}
.countdownHolder .cd-icons a.cd-twitter{
    background: url(img/twitter.png) no-repeat;
}
.countdownHolder .cd-icons a.cd-facebook{
    background: url(img/facebook.png) no-repeat;
}

.tick-count{
    zoom:1.95;
    margin-top:140px;
}

.words.home{
    width: 480px;
    margin: 0 auto;
}

.words.home div{
    margin-right: 1%;
}

.words.top{
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 54px;
}

.words.top div{
    margin-right: 0%;
    width: 100%;
    line-height: 0px;
    font-size: 54px;
}

.chome{
    margin-left: -295px;
    left: 50%;
}


@media (max-width: 768px) {

    .words.top{
        margin: 20px auto -75px 0;
    }

    .words.top div{
        font-size: 22px;
    }

    .large{
        margin: 0 auto;
        width: 320px;
    }

    #countdown2{
        zoom: 0.6;
        left: 50%;
        margin-left: -300px;
    }
    .chome{
        zoom: 0.5 !important;
    }
    .chome{
        margin-top: 650px;
    }
    .words.home{
        width:282px;
    }
    body,html{ 
        padding: 0px;
        min-width: 0px;
        max-width: none;
        width: 100%;
        overflow-x:hidden;
    }
    body{
        padding:20px;
    }
    .logo{
        float: none;
        margin:0 auto;
    }
    .navigation ul li {
        display: inline-block;
         margin: 0; 
        width: 100%;
        text-align: center;
        }
    .navigation{
        font-size: 40px;
        text-transform: lowercase;
         float: none; 
         width: 100%; 
        padding: 40px;
        text-align: right;
        height: 244px;
        font-family: 'newfont';
        display: inline-block;
    }
    #fan_overlay{
        position: relative;
        top: -325px;
        left: 50%;
        margin-left: -100px;
        height: 300px;
        width: 200px;
        z-index: 2000;
        cursor: pointer;
    }
    #fan_div {
        position: relative;
        top: 40px;
        left: 50%;
        z-index: 100;
        margin-left: -61px;
        width: 159px;
        height: 344px;
        }
    .bull{
        width: 100%;
        margin: 20px auto;
        margin-top: -300px;
    }
    .bull img{
        width: 100%;
    }
    .frozenclock{
        width: 100%;
        margin: 20px auto;
    }
    .frozenclock img{
        width: 100%;
    }


    .countdown,
    .countdown.large{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: 'friendly';
        font-size: 50px;
        color: #ecefb7;
        margin-bottom: 40px;
        height: 160px;
        margin-top: 430px;
    }

    .countdown.large{
        margin-top: 0px;
        height: 90px;
        line-height: 79px;
    }
    .countdown.large div{
        height: 100%;
    }
    .blurb{ 
        width: 100%;
    }
    .pump-wrap{
        position: relative;
        top: 550px;
        left: 50%;
        margin-left: -385px;
        margin-bottom: 40px;
    }
    .get-involved{
        width: 100%;
    }
    .car,
    .car img{
        width: 100%;
    }
    .contact-box{
        width: 100%;
    }
    .contact-box button{
        margin-left:99px !important;
    }
    .contact-box ul{
        padding: 0;
    }
    .contact-box input,
    .contact-box textarea{
        margin-left: 0;
        width: 100%;
    }

    .contact-box .label{
        width: 100%;
        text-align: center;
    }

    input[type="checkbox"]{
        width: 40px;
        margin-left: 20px;
    }

    #asthema_pump_div {
        position: absolute;
        top: auto; 
        width: 150px;
        height: 300px;
        overflow: visible;
        z-index: 10;
        left: 50%;
        margin-left: -85px;
        margin-top: 20px;
    }
    .about-overlay,
    .mailing-list{
    position: fixed;
    -webkit-transform: translateY(0%);
     -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    left: 0%;
    margin-left: 0px;
    font-family: 'friendly';
    font-size: 34px;
    /* background: url(/img/purple-background.jpg); */
    background-position: center;
    padding: 40px;
    text-align: Center;
    z-index: 2001;
    left: 0;
    bottom: 0;
    }
    .about-overlay{
        height:100%;
        top: -5000px;
        font-size: 20px;
        padding-top: 120px;
        margin-top: 0px;
    }
    .mobile-close{
        position: fixed;
        top: 5px;
        font-size: 65px;
        right: 40px;
        display: block;
    }
    .mailing-list{
        top: 0 !important;
        height: 100%;
    }
    .mailing-list button{
        margin-left: 0px;
    }
    .mailing-list input {
        margin-left:0;
        width: 100%;
    }
    .tickets-wrap {
        position: absolute;
        top: auto !important;
        left: 50%;
        width: 150px;
        height: 300px;
        overflow: visible;
        z-index: 10;
        margin-left: -75px;
        }
    .words div, .large .words div{
        font-size: 22px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
