@charset "UTF-8";
/* CSS Document */

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

body {
	    margin: 0;
        padding: 0;
}

/* NAVIGATION */

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

.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(139,62,0,1.00);
    height: 36px;
    width: 100%;
}


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


.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(139,62,0,1.00);
    height: 36px;
}

.nav-symb {
    display: none;
}      


.nav-symb_l {
    display: none;
}      


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;
}

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;
}

ul {
    list-style-type: none;
    height: 36px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

li {
    float: left;
    width: 25%;
}

li a {
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    height: 36pt;
    text-decoration: none;
}

li a:hover {
    background-color: rgba(139,62,0,1.00);
}

li.right {
    width: 135px;
    display: block;
    float: right;
}


/* ARTWORK */



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

.responsive {
    width: 100%;
	height: auto;
}





/* ARTWORK DESCRIPTION */

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

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

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%;
}


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

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

.intro-row2 {
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    margin-top: 30px;
    height: 134px;
    width: 84.54%;
}

.gutter {
    width: 8.981%;
    float: left;
    margin-top: 0;
    height: 6%;
}
.page-eg {
    width: 11.7233%;
    float: left;
    margin-top: 8%;
}

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

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


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

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

.intro-phone {
	display: none;
}

button {
	display: none;
}































/* 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 LANDSCAPE - Nav */
header {
    background-color: rgba(142,142,142,1.00);
    height: 36px;
    margin-top: 0;
}
    
li {
    width: 25%;
    height: 35px;
}    

.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%;
}

      
p {
    padding-top: 11px;
}    
    
.intro {
    margin-top: 130px;
    width: 80%;
}  
    
.info-column {
    margin-top: 100px;
    width: 20%;
}
    
.intro-phone {
    display: none;
	  }
	
button {
	display: none;
}
    
.aw_details {
    width: 80%;
    background-color: rgba(142,142,142,1.00);
}
    
	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%;
}

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;
}
}
























	/* 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) {


html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}
	  
p1 {
    font-size: 20pt;
}



/* iPad PORTRAIT - Nav */
	  
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%;
}
	

/* iPhone AW layout */

h3 {
    text-align: left;
    font-size: 20pt;
    color: rgba(255,255,255,1.00);
    margin-top: 0;
    padding-left: 560px;
    padding-right: 65px;
    padding-top: 50px;
    line-height: 32pt;
    font-weight: 100;
}
	  
.intro {
	display: none;
}

footer {
	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: 2575px;
}
	  
.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;
    top: -175px;
    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: 0;
}    
}

 /* iPhone LANDSCAPE */

	/* iPhone LANDSCAPE NAV */

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


	/* iPhone LANDSCAPE NAV */

header {
    background-color: rgba(142,142,142,1.00);
    height: 45px;
    margin-top: 0;
}
      
     
.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);
}
   
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);
}

ul {
    list-style-type: none;
    height: 45px;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
    width: 25%;
    height: 45px;
    background-color: rgba(255,255,255,0.00);
}

li a {
    display: block;
    color: white;
    text-align: center;
    height: 45px;
    text-decoration: none;
    width: 100%;
}

li a:hover {
    background-color: rgba(252,252,252,0.30);
}
	  
/* iPhone AW layout */
	  
.intro {
	display: none;
}

footer {
	display: none;
}

.info-column {
	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;
}	  
	  
.intro-phone {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 50px;
}

.info-column-phone {
    position: absolute;
    bottom: 20px;
    top: 1px;
    width: 37%;
    margin-left: 7%;
    margin-top: 2538px;
}
	  
.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: 850px;
    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%;
}
	  
p1 {
    font-size: 22pt;
}


.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: 3150px;
    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);
}	      
}

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


html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}
	  
p1 {
    font-size: 28pt;
}



/* iPhone NAV */
	  
header {
    width: 100%;
    padding: 0;
    z-index: 4000;
    background-color: rgba(142,142,142,1.00);
    margin-top: 0;
    height: 100px;
}	  
      
/* iPhone PORTRAIT - Nav symbols */


.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;
}
    
 	  
      
 /* iPhone PORTRAIT - Hide OTHER Nav lists  */
.desk {
    display: none;
    background-color: rgba(255,0,4,1.00);
}
      
.nav-symb_dt {
    display: none;
}      

.nav-symb_l {
    display: none;
}      

     
.desk_space {
     display: none;
}      

   
p {
    font-size: 32pt;
    text-align: center;
    font-weight: 100;
    color: rgba(255,255,255,1.00);
}
	
ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 167px;
}
li {
    float: left;
    width: 50%;
    height: 83.3px;
    margin-top: 5px;
}
li a {
    display: block;
    text-decoration: none;
    height: 83.3px;
    width: 100%;
}

li a:hover {
    background-color: rgba(252,252,252,0.30);
    height: 83.3px;
}

/* iPhone AW layout */

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;
}
	  
.intro {
	display: none;
}

footer {
	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: 2675px;
}
	  
.aw_details-phone {
    z-index: 4000;
    position: inherit;
    float: left;
    margin-left: 0;
    margin-top: 75px;
    width: 100%;
    height: 850px;
    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: -175px;
}	  
}
