body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #ccc;
  background-image: url(/img/bg_default.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#999), to(#fff));
  background: -webkit-radial-gradient(circle, #999, #FFF);
  background: -moz-radial-gradient(circle, #999, #fff);
  background: -ms-radial-gradient(circle, #999, #fff);
  height: 100vh;
}

#reader-container {
  width: 80%;
  height: 85%;
  min-height: 500px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  /*bottom: 16px;*/
  margin: auto;
  background: transparent;
  z-index: 2;
}
#reader-container.wbg {
  background: inherit;
}
#reader-container:fullscreen {
  background: url(background.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#reader-container:-webkit-fullscreen {
  background: url(background.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#reader-container:-webkit-full-screen {
  background: url(background.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#reader-container:-moz-fullscreen {
  background: url(background.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#reader-container:-ms-fullscreen {
  background: url(background.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#background {
  z-index: 1;
  background: url(background.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.background-link {
    position: absolute; 
		top: 0px; 
		left: 0px;
    padding: 0;
    margin: 0;
		width: 100vw;
    height: 100vh; 
		background-color: transparent;
    text-indent:-9999px;
		border: none;
}

.icon {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 48px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -moz-font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
.icon.invert {
  color: rgba(255, 255, 255, 0.87);
}
.mobile-only {
  display: none;
}

@media only screen and (max-width: 1220px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: initial;
  }
}

@media only screen and (min-width: 1025px) {
#banner {
  display: none;
}
}

@media only screen and (max-width: 670px) {
}

@media only screen and (max-width: 1024px)  {
#background {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
#banner {
  position: relative; 
	margin: 0px auto;
  z-index: 3;
  width: 728px;
	height: 90px; 
	background-image: url(728.jpg); 
	background-repeat: no-repeat; 
}
.banner-link {
  position: absolute; 
	width: 728px; 
	height: 90px; 
	background-color: transparent; 
	border: none;
}
}

@media only screen and (max-width: 778px)  {
#background {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
#banner {
  position: relative; 
	margin: 0px auto;
  z-index: 3;
  width: 468px;
	height: 60px; 
	background-image: url(468.jpg); 
	background-repeat: no-repeat; 
}
.banner-link {
  position: absolute; 
	width: 468px; 
	height: 60px; 
	background-color: transparent; 
	border: none;
}
}

@media only screen and (max-width: 499px)  {
#background {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
#banner {
  position: relative; 
	margin: 0 auto;
  z-index: 3;
  width: 320px;
	height: 50px; 
	background-image: url(320.jpg); 
	background-repeat: no-repeat; 
}
.banner-link {
  position: absolute; 
	width: 320px; 
	height: 50px; 
	background-color: transparent; 
	border: none;
}
}