/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.ttf?v=4.7') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.fa-apple:before {
  content: "\f179";
}
.fa-android:before {
  content: "\f17b";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-globe:before {
  content: "\f0ac";
}

.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}



html, body, #desktop {
  width: 100%;
  height: 100%;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.wrapper {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 16px;
  margin: auto;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.wrapper-firstPage {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);  
}
.wrapper-lastPage {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);  
}
.bar {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 32px;
  background-color: #888;
  color: #fff;
}
.bar_title {
  margin: 8px 16px;
}
.bar_icons {
  position: absolute;
  right: 16px;
  top: 0px;
}
.bar_icon {
  display: inline-block;
  margin: 4px 8px;
  font-size: 20px;
  cursor: pointer;
}
.sheet {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sheet:first-child {
  box-shadow: 4px 0px 8px rgba(0,0,0,0.25);
  display: block;
}
.sheet:last-child {
  box-shadow: 4px 0px 8px rgba(0,0,0,0.25);
  display: block;
}


.sheet-hiddenLeft {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.sheet-shownLeft {
  box-shadow: 2px 0px 4px rgba(0,0,0,0.25);
  -webkit-transform: rotateY(-175deg);
  transform: rotateY(-175deg);
}
.sheet-shownLeft:hover {
  -webkit-transform: rotateY(-170deg);
  transform: rotateY(-170deg);
}
.sheet-shownRight {
  box-shadow: 2px 0px 4px rgba(0,0,0,0.25);
  -webkit-transform: rotateY(-5deg);
  transform: rotateY(-5deg);
}
.sheet-shownRight:hover {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.sheet-hiddenRight {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}


.sheet_page {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sheet_page-odd {
}
.sheet_page-even {
  transform: rotateY(180deg);
}

.sheet_page-loading {
  background-color: #ccc;
}
.sheet_page-loading:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  margin: auto;
  color: rgba(255,255,255,0.2);
  content: "\f250";
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.pageImage {
  width: 100%;
  height: 100%;
}
.sheet_page-loading .pageImage {
  opacity: 0;
}

.arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: auto;
  top: 0;
  bottom: 0;
  font-size: 32px;
  cursor: pointer;
}

.arrow-left {
  left: 16px;
}
.arrow-right {
  right: 16px;
  text-align: right;
}

.bottomWeblink {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
}


