@charset "UTF-8";



/* PAGE SETTINGS */

html {
    margin: 0;
    padding: 0;
    background-color: rgba(245,245,245,1.00);
}

body {
	    margin: 0;
        padding: 0;
}



/* DESKTOP - HEADER */

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 4000;
    height: 36px;
    background-color: rgba(142,142,142,1.00);
}



/* TEXTUAL NAVIGATION */

.desk {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 10%;
    border-right: medium solid rgba(255,255,255,0.20);
}

.desk a {
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    height: 36px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}

.desk a:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
    width: 100%;
}

.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 54%;
}


p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    font-style: normal;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    padding-top: 11px;
    margin-top: 0;
    width: 100%;
}



/* SYMBOL NAVIGATION */

.nav-symb_dt {
    display: inline-block;
    width: 5%;
    margin: 0;
}

.nav-symb_dt a {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-decoration: none;

}

.nav-symb_dt:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
}

.nav-symb {
    display: none;
}      

.nav-symb_l {
    display: none;
}      




/* PROBABLY NOT REQUIRED */

div {
    margin: 0;
    padding: 0;
    width: 100%;
}



/* DESKTOP - MAIN */

main {
    width: 100%;
    margin-top: 0;
    padding: 0;
    z-index: 1000;
}

p1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    padding-top: 0;
    margin-top: 0;
}

.aw_details {
    z-index: 4000;
    position: fixed;
    bottom: 0;
    float: left;
    min-height: 95px;
    background-color: rgba(142,142,142,1.00);
    width: 100%;
}

.intro {
    display: inline-block;
    width: 84.54%;
}

.info-column {
    width: 15.46%;
    float: right;
}

.gutter {
    width: 8.981%;
    float: left;
    margin-top: 0;
}

.page-eg {
    width: 11.7233%;
    float: left;
    margin-top: 8%;
    text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}

.page-eg-2 {
    width: 11.7233%;
    float: left;
    margin-top: 4%;
}

.page-eg-3 {
    width: 11.7233%;
    float: left;
    height: 20px;
    text-align: center;
    padding-top: 3px;
}

.book-jacket {
    width: 58.5%;
    float: left;
    margin-top: 0;
}

.intro-phone {
	display: none;
}

button {
	display: none;
}



/* DESKTOP - FOOTER */

footer {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}

h2 {
    font-size: 16pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 18.45%;
    padding-left: 3%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 100;
    padding-right: 18.45%;
    padding-left: 3%;
}

/* END of DESKTOP mq */































/* iPad LANDSCAPE */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

   
      
	/* iPad L - HEADER  */

header {
    background-color: rgba(142,142,142,1.00);
    height: 36px;
    margin-top: 0;
}

   
p {
    padding-top: 11px;
}    

.nav-symbol {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 25%;
}

.nav-symb_dt {
        width: 8.125%;
    }
    
.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 43.75%;
}

 
      
	/* iPad L - MAIN  */
      
p1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    padding-top: 0;
    margin-top: 0;
    line-height: 1pt;
}
     
.intro {
    margin-top: 130px;
    width: 80%;
}  
    
.info-column {
    margin-top: 100px;
    width: 20%;
}
    
.intro-phone {
    display: none;
	  }
	
   
.aw_details {
    width: 80%;
    background-color: rgba(142,142,142,1.00); 
}

      
button {
	display: none;
}    
      
      
      
	/* iPad L - FOOTER  */
      
h2 {
    font-size: 14pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 3%;
    padding-left: 3%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 100;
    padding-right: 3%;
    padding-left: 3%;
}
       
/* END of iPad LANDSCAPE mq */
}































	/* iPad PORTRAIT */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

      
      
/* iPad P - PAGE SETTINGS */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}
   
 
	  
/* iPad P - HEADER */
	  
header {
    width: 100%;
    padding: 0;
    z-index: 4000;
    background-color: rgba(142,142,142,1.00);
    margin-top: 0;
    height: 40px;
}	  
	  
p {
    font-size: 15pt;
    text-align: center;
    font-weight: 100;
    color: rgba(255,255,255,1.00);
    padding-top: 9px;
}
         
.desk {
    width: 13%;
}
      
.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 28.85%;
}

.nav-symb_dt {
          width: 10%;
}


      
 /* iPad P - MAIN */
      
p1 {
    font-size: 20pt;
}
	  
.intro {
	display: none;
}

.info-column {
	display: none;
}	  
.intro-phone {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 10%;
    height: 3000px;
}

.info-column-phone {
    position: absolute;
    bottom: 20px;
    top: 1px;
    width: 37%;
    margin-left: 7%;
    margin-top: 2510px;
}
	  
.aw_details-phone {
    z-index: 4000;
    position: inherit;
    float: left;
    margin-left: 0;
    margin-top: 75px;
    width: 100%;
    height: 750px;
    background-color: rgba(142,142,142,1.00);
}
	
	  
.phone-panel {
    width: 25%;
    float: left;
}
	  
.book-jacket {
		  width: 100%;
}
	  
.page-eg-phone {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}
	  

.page-text-phone {
    width: 40%;
    float: left;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 60px;
    margin-top: 15px;
}

	  
.gutter-phone {
    width: 10%;
    float: left;
    margin-top: 0;
}
	  
#myBtn {
    z-index: 1200; /* Make sure it does not overlap */
    display: block;
    position: relative;
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(255,255,255,0.00); /* Set a background color */
    padding-top: 22px;
    padding-right: 45px;
    padding-left: 45px;
    float: right;
    margin-right: 200px;
    bottom: auto;
    margin-top: 20px;
}
  
      
      
 /* iPad P - FOOTER */      

footer {
	display: none;
}
      
h3 {
    color: rgba(255,255,255,1.00); 
    font-size: 20pt;
    margin-top: 0;
    padding-left: 560px;
    padding-right: 65px;
    padding-top: 50px;
    line-height: 32pt;
    text-align: left;
}
       
	/* END of iPad PORTRAIT mq */
}






























	/* iPhone LANDSCAPE */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 


      
	/* iPhone L - HEADER */

header {
    background-color: rgba(142,142,142,1.00);
    height: 45px;
    margin-top: 0;
}      
        
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17pt;
    font-weight: 100;
    color: rgba(255,255,255,1.00);
}
      
.desk {
    display: none;
}      

.nav-symb {
    display: none;
}
     
.desk_space {
     display: none;
}     

.nav-symb_dt {
    display: none;
}

.nav-symb_l {
    display: inline-block;
    float: left;
    list-style-type: none;
    height: 45px;
    width: 33%;
}

.nav-symb_l a {
    color: white;
    text-align: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}


      
	/* iPhone L - MAIN */
	  
p1 {
    font-size: 22pt;
}

.intro {
	display: none;
}

.info-column {
	display: none;
}
	    
.intro-phone {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 50px;
}

.info-column-phone {
    position: absolute;
    bottom: 0;
    top: 1px;
    width: 37%;
    margin-left: 7%;
    margin-top: 2482px;
}
	  
.aw_details {
    z-index: 4000;
    position: inherit;
    float: left;
    margin-left: 12%;
    margin-top: 75px;
    width: 42%;
    height: 600px;
    display: none;
}
     
.aw_details-phone {
    z-index: 4000;
    position: inherit;
    float: left;
    margin-left: 0;
    margin-top: 75px;
    width: 100%;
    height: 780px;
    background-color: rgba(142,142,142,1.00);
}
	      
.phone-panel {
    width: 25%;
    float: left;
}
	  
.book-jacket {
		  width: 100%;
}
	  
.page-eg-phone {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}

.page-text-phone {
    width: 40%;
    float: left;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 60px;
    margin-top: 15px;
}

	  
.gutter-phone {
    width: 10%;
    float: left;
    margin-top: 0;
}
	  
	  
#myBtn {
    position: absolute;
    top: 3060px;
    z-index: 1200; /* Make sure it does not overlap */
    display: block;
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    padding-top: 13px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
    height: 100px;
    float: right;
    margin-left: 665px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.00);
}	

 
      
	/* iPhone L - FOOTER */
      
footer {
	display: none;
}
	  
h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 26pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    margin-top: 0;
    text-align: left;
    font-weight: 100;
    padding-top: 60px;
    padding-left: 560px;
    padding-right: 65px;
    line-height: 36pt;
}
      /* END of iPhone LANDSCAPE mq */
}






































	/* iPhone PORTRAIT */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

      
      
/* iPhone P - PAGE SETTINGS */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

      
      
/* iPhone P - HEADER */
	  
header {
    width: 100%;
    padding: 0;
    z-index: 4000;
    background-color: rgba(142,142,142,1.00);
    margin-top: 0;
    height: 100px;
}	  
	  
p {
    font-size: 32pt;
    text-align: center;
    font-weight: 100;
    color: rgba(255,255,255,1.00);
}

.desk {
    display: none;
    background-color: rgba(255,0,4,1.00);
}
      
.nav-symb {
    width: 33.3%;
    height: 100px;
    float: left;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
}      
      
.nav-symb a {
    text-decoration: none;
    width: 33.3%;
    height: 100px;
}
     
.nav-symb_dt {
    display: none;
}      

.nav-symb_l {
    display: none;
}      
     
.desk_space {
     display: none;
}      
      


/* iPhone P - MAIN */
     
p1 {
    font-size: 28pt;
}
  
.intro {
	display: none;
}

.info-column {
	display: none;
}	  
.intro-phone {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 20%;
    height: 3000px;
}

.info-column-phone {
    position: absolute;
    bottom: 20px;
    top: 1px;
    width: 37%;
    margin-left: 7%;
    margin-top: 2610px;
}
	  
.aw_details-phone {
    z-index: 4000;
    position: inherit;
    float: left;
    margin-left: 0;
    margin-top: 75px;
    width: 100%;
    height: 750px;
    background-color: rgba(142,142,142,1.00);
}
		  
.phone-panel {
    width: 25%;
    float: left;
}
	  
.book-jacket {
		  width: 100%;
}
	  
.page-eg-phone {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}	  

.page-text-phone {
    width: 40%;
    float: left;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 60px;
    margin-top: 15px;
}
	  
.gutter-phone {
    width: 10%;
    float: left;
    margin-top: 0;
}
	  
#myBtn {
    z-index: 1200; /* Make sure it does not overlap */
    display: block;
    position: relative;
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(255,255,255,0.00); /* Set a background color */
    padding-top: 22px;
    padding-right: 45px;
    padding-left: 45px;
    float: right;
    margin-right: 200px;
    bottom: auto;
    margin-top: 20px;
}
      

      
/* iPhone P - FOOTER */

footer {
	display: none;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 31pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    margin-top: 0;
    text-align: left;
    font-weight: 100;
    padding-left: 495px;
    padding-right: 35px;
    padding-top: 50px;
    line-height: 40pt;
}      
	
/* END of iPhone PORTRAIT mq */
}
