/*
body {
}

* 
{
    border: red dotted;
}    
*/

#wrap_intro 
{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    }
    


    
#walkthrough 
{
    background: #093652;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*margin-left: -250px;*/
    
    overflow: auto;
    
    padding: 20px 0 0;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
}    

#walkthrough a.close 
{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(/RAMPIT/img_common/walkthrough_sprite.png) -80px -20px no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;    
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
    opacity: .5;
    z-index: 1000;
}   
#walkthrough a.close:hover 
{
    opacity: 1;    
}


#walkthrough a.close_icon 
{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
    z-index: 1000;
    opacity: .5;
    color: white;
    font-size: 40px;
    /*font-weight: 400;*/
}   
#walkthrough a.close_icon:hover
{
    opacity: 1;    
}



#walkthrough nav.wt_dots 
{
    float: left;
    clear: both;
    width: 100%; 
    position: relative;
    left: 50%;
    margin-left: -60px;   
}
#walkthrough nav.wt_dots a 
{
    /*outline: 1px dotted #eee; */
    display: block;
    float: left;
    width: 20px;
    height: 50px;
    position: relative;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
}
#walkthrough nav.wt_dots a:before 
{
    content: '';
    border: 2px solid #ccc;
    width: 8px;
    border-radius: 40px;
    height: 8px;
    display: block;  
    position: absolute;
    left: 4px;
    top: 19px;
}
#walkthrough nav.wt_dots a.active:before 
{
    border-color: #0087BF;
    background: #0087BF;
}
#walkthrough nav.wt_dots a.prev,
#walkthrough nav.wt_dots a.next
{
     top: 5px;
}
#walkthrough nav.wt_dots a.prev:before,
#walkthrough nav.wt_dots a.next:before
{
    width: 20px;
    height: 20px;
    left:0;
    top: 10px;
    border: none;
    background: transparent url(/RAMPIT/img_common/walkthrough_sprite.png) -80px 0 no-repeat;
}
#walkthrough nav.wt_dots a.next:before
{
    background-position: -100px 0;
}

#walkthrough section 
{
    /*margin: 0 20px;*/
    
    }
    
#walkthrough figure 
{
    float: left;
    width: 45%;
    margin: 0;
    margin-right: 5%;     
    outline: 1px solid #aaa;   
    display: block;
    height: 200px;
}
        
#walkthrough hgroup 
{
    float: left;
    width: 40%;       
}

#letter_image 
{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 500px;
   /*height: 500px;*/
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
}


#terry_letter {

    box-shadow: inset 0 0 10px #000;
    background: #CBCAC7 url(../img_site/Rosewood-1500x2000.jpg);
    -webkit-transition: none;
    position: relative;

}
#terry_letter .center {
    
    box-shadow: 0 -5px 10px #000, inset 0 -2px 2px #bbb;
    background: #F1F1EF;
    margin-top: 55px;
    margin-bottom: -1px;
    position: relative;
}
#terry_letter .center:before {
    position: absolute;
    top: 1px;
    content: '';
    width: 100%;
    height: 1px;
    background: transparent;
}

#terry_letter .center p {
    /*font-family: 'Ubuntu Mono', cursive;*/
}


/* This is the animation code. */
@-webkit-keyframes pulsate {

   from { opacity: 0; }
   to   { opacity: 1; }
}

@-moz-keyframes pulsate {

   from { opacity: 0; }
   to   { opacity: 1; }
}

@-ms-keyframes pulsate {

   from { opacity: 0; }
   to   { opacity: 1; }
}

@-o-keyframes pulsate {

   from { opacity: 0; }
   to   { opacity: 1; }
}









/* FOR HI-RES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)   
       {


    #walkthrough a.close 
    {
        background-size: 80px 20px;
        background-position: -60px 0;
    }              
           
    #walkthrough nav.wt_dots a.prev:before
    {
        background-size: 80px 20px;
        background-position: 0 0;
    }
    #walkthrough nav.wt_dots a.next:before
    {
        background-size: 80px 20px;
        background-position: -20px 0;
    }

           
           
           
           
}




@media screen and (max-width: 900px)
{
    
        #wrap_intro 
        {
            /*display:none;    */
        }
    
}