@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
:-webkit-full-screen body {
  width: 100%;
  height: 100%;
}
#thumbnails,
#thumbnailsMono {
  background-color: rgba(28, 59, 104, 0.8);
  width: 100%;
  height: 190px;
  position: fixed;
  bottom: 60px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#thumbnails img,
#thumbnailsMono img {
  height: 157px;
}
#thumbnails img.left,
#thumbnailsMono img.left {
  margin-left: 5px;
}
#thumbnails img.right,
#thumbnailsMono img.right {
  margin-right: 5px;
}
div,
ul,
li,
a,
button {
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img,
map,
area {
  outline: none;
}
div,
ul,
li {
  font-family: 'Oswald', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
select,
input {
  font-family: 'Oswald', sans-serif;
}
.btn {
  font-weight: normal;
}
.navbar-default {
  background-color: #1c3b68;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar-default .navbar-collapse.in {
  z-index: 100;
  background-color: #1c3b68;
}
.navbar-default .navbar-collapse.in .nav li a {
  background-color: #1c3b68;
}
.navbar-default .navbar-collapse.collapse > .navbar-right {
  display: table;
}
.navbar-default .navbar-collapse.collapse > .navbar-right li {
  padding: 8px 20px;
}
.navbar-default .navbar-collapse.collapse > .navbar-right li a {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0;
}
.navbar-default .navbar-collapse.collapse > .navbar-right li a.btn {
  background-color: #ffffff;
  color: #1c3b68;
  padding: 10px 20px;
  /*&:hover &:focus{
								background-color: @lightBlue;
								color: @blue;
							}*/
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #7bb0dd;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #7bb0dd;
}
.search {
  z-index: 1201;
  position: relative;
  width: 220px;
  padding: 10px 20px 10px 10px;
}
.page-header {
  border-bottom: 0px solid #eee;
}
.page-header h1 strong {
  color: #7bb0dd;
}
.page-header .lead {
  font-size: 22px;
  text-transform: uppercase;
}
.box {
  background-color: #ffffff;
  border: 1px solid #7bb0dd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
.box strong {
  color: #7bb0dd;
}
.box .btn {
  margin-top: 10px;
}
.box .btn.btn-success {
  background-color: #0ea40e;
}
.box legend {
  border-bottom: 0px;
  text-transform: uppercase;
}
img.zoomSlider {
  width: 210px;
  height: 52px;
  outline: none;
  margin-top: 5px;
}
#reader {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#stage {
  position: absolute;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#stageMono {
  position: absolute;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#pageLeft {
  position: absolute;
}
#pageRight {
  position: absolute;
}
header {
  background-color: #1c3b68;
  height: 60px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 100%;
}
header > div {
  height: 60px;
}
div.title {
  z-index: 1200;
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 14px;
}
@media screen and (max-width: 639px) {
  div.title {
    display: none;
  }
}
header div.title a {
  font-size: 20px;
  color: white;
}
header div.title a:hover {
  text-decoration: none;
  color: #7bb0dd;
}
header div.title a.btn:hover {
  color: #8dd8f8;
}
header img {
  height: 40px;
  margin: 10px;
  margin-left: 20px;
}
.shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
a {
  cursor: pointer;
}
#mainarea {
  width: 100%;
  top: 60px;
  position: absolute;
  overflow: auto;
}
body {
  width: 100%;
  height: 100%;
  color: #1c3b68;
  background-color: #f0f0f0;
}
footer {
  z-index: 100;
  background-color: #8dd8f8;
  height: 60px;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
footer i.fa {
  color: #FFFFFF;
}
.buy,
.subscription {
  position: absolute;
  bottom: 100px;
  z-index: 100;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.buy span,
.subscription span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  background-color: #0ea40e;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.buy:hover span,
.subscription:hover span {
  text-decoration: none;
  background-color: #1c3b68;
}
.subscription {
  bottom: 40px;
}
#newsstand {
  width: 100%;
  top: 60px;
  position: absolute;
  overflow: auto;
}
.counterPage {
  width: 80px;
}
.leftAndRight {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -90px;
}
.leftAndRight .previousPage {
  position: absolute;
  left: 0;
  opacity: 0.5;
  cursor: pointer;
}
.leftAndRight .nextPage {
  position: absolute;
  right: 0;
  opacity: 0.5;
  cursor: pointer;
}
.magazine-container {
  width: 100%;
  height: 410px;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 20px;
}
.magazine-container table {
  max-width: none;
  height: 100%;
}
.magazine-container table td {
  width: 147px;
  padding: 10px 10px 10px 15px;
  vertical-align: bottom;
}
.console {
  background: transparent url(/ui/editdigital/1.0.0/b2_@2x.png) no-repeat left bottom;
  background-size: 100% 180px;
  padding-bottom: 40px;
}
.row.console {
  padding-bottom: 13px;
  margin-bottom: 40px;
}
/*.console-main{
	background:transparent url(/ui/editdigital/1.0.0/b2_@2x.png) repeat-x left bottom;
	background-size: 180px 180px;
}
.console-dx{
	background:transparent url(/ui/editdigital/1.0.0/b3_@2x.png) no-repeat left bottom;
	background-size: 100% 180px;
}*/
@media screen and (max-width: 767px) {
  .console-main {
    background-image: none;
  }
}
