﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2.7.2014, 15:57:16
    Author     : Vaclav Velek v.velek@gmail.com
    Company    : Webpagesoftware Ltd.
*/
/* font */
html, body{
    margin: 0!important;
    padding: 0!important;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-stroke: 0 0 0 transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    overflow-x:hidden;
    background-color: white !important;
}
body p, body span{
    font-smooth: always;
}
.fullwidth{
    width: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.hr{
    width: 100%;
    float: left;
    border-top: 2px black solid;
}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}
.header-hidden-btn {
    width: 80px;
    height: 25px;
    position: absolute;
    bottom: 42px;
    left: 50%;
    margin-left: -30px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.header-hidden-btn div{
    display: block;
    width:60px;
    height: 1px;
    margin: 6px auto;
}
#preloaderStatus {
	width:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:0; /* centers the loading animation vertically one the screen */
	margin:0 0 0 -100px; /* is width and height divided by two */
        text-align: center;
}
.header{
    margin: 0;
    padding-left: 0!important;
    padding-right:0!important;
    border: 0;
    z-index: 90;
    background-color: #191919;
    color: white;
    height: 44px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
}
.col-xs-12.header, .col-sm-12.header, .col-md-12.header, .col-lg-12.header{
        position: absolute;
}
.header-mobile{
    margin: 0;
    padding-left: 0!important;
    padding-right:0!important;
    border: 0;
    z-index: 90;
    height: 25px;
    background-color: black;
    display: none;
}
.header-btn1{
    margin: 5px 23px 0 0px;
    cursor: pointer!important;
}
.header-btn2{
    margin: 10px 2px 0 10px;
    cursor: pointer!important;
    height: 20px;
    float:left;
    width:auto;
}
.right .header-btn2{
    float:right;
}
.header-btn3{
    margin: 4px 0px 0 13px;
    float: right;
    cursor: pointer!important;
    height: 25px;
    width: 22px;
}
.search-label{
    float:right;
    font-weight: bold;
    margin-top: 13px;
    margin-right: 5px;
}
.header-search-form{
    float: right;
    margin-top: 11px;
    margin-right: 0px;
}
.header-search{
    line-height: 23px;
    height: 23px;
    width: 122px;
    border: none;
    font-weight: bold;
    color:gray;
    float: left;
    border-radius: 5px;
}
.header-search-button{
    /*background-image: url(../img/bg-search.png);*/
    background-image: none;
    background-repeat: no-repeat;
    /*background-color: #fff;*/
    background-color: transparent;
    width: 31px;
    height: 22px;
    background-position: center center;
    float: left;
    border: none;
    display: block;
    margin-left:5px;
}
.left-banner{
    float:left;
    position: relative;
    width:30px;
    background-color: #EDEDED;
    z-index: 99;
    display: none;
}
.left-banner span{
    display:block;
    cursor: pointer;
    height:51px;
}
.left-banner span#info-btn{
    background-image: url(../img/lp_info.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.left-banner span#pages-btn{
    background-image: url(../img/lp_pages.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.left-banner span#archive-btn{
    background-image: url(../img/lp_archive.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.left-banner span#info-btn.left-active{
    background-image: url(../img/lp_info2.png);
}
.left-banner span#pages-btn.left-active{
    background-image: url(../img/lp_pages2.png);
}
.left-banner span#archive-btn.left-active{
    background-image: url(../img/lp_archive2.png);
}
.left-banner-pages, .left-banner-info, .left-banner-archive, .left-banner-grabs, .left-banner-search, .left-banner-email, .left-banner-share,.left-banner-comments {
    float:left;
    width:0px;
    background-color: #d8d8d8;
    overflow-y: hidden;
    display: none;
}
.left-banner-pages ul, .left-banner-info ul, .left-banner-archive ul, .left-banner-grabs ul, .left-banner-search ul, .left-banner-email ul,  .left-banner-share ul, .left-banner-comments ul{
    overflow-y: auto;
    overflow-x: hidden;
    top: 35px;
    float: left;
    width: 183px;
    position: absolute;
}
.left-visible2 ul, .book-list-info{
    overflow-x: hidden;
    width: 183px!important;
}
.left-banner-info ul, .left-banner-archive ul, .left-banner-grabs ul, .left-banner-search ul, .left-banner-email ul,  .left-banner-share ul, .left-banner-comments ul{
    bottom: 44px;
}
.book-list-info p{
    float: left;
    width:100%;
    padding: 0 15px 10px 15px;
}
.left-banner-pages ul{
    bottom: 44px;
}
.book-list, .book-name{
    float:left;
    width:100%;
    min-height:85px;
}
.book-name span{
    width:100px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    display: block;
}
.book-name span a{
    text-decoration: none;
    color: #333333;
}
.book-list span{
    float:right;
    margin-top: 70px;
}
.book-list-active{
    background-color: #b6b6b6;
}
.book-name .book-list-cover,
.book-name .page-list-cover{
    width: 120px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#formToEmail .left{
    width:120px;
    float:left;
}
#formToEmail .left-icon img{
    max-width:20px;
    height: auto;
}
#formToEmail .left-icon{
    width:30px;
    float:left;
}
#formToEmail{
    margin-left: 15px;
    width:150px;
}
#formToEmail .right.onlytext-btn{
    float: right;
    background-color: white;
    padding: 2px 10px;
    color: gray;
    font-size: 14px;
    border-radius: 5px;
    border: none;
}
#formToEmail small{
    line-height: 12px;
    display: inline-block;
}
.book-list-cover,
.page-list-cover{
    width: 110px;
    padding: 10px;
    float:right;
}
.page-list-cover img,
.info-cover img{
    width: 100%;
}
.book-list-cover img{
    width: auto;
}
.info-cover{
    width:165px;
    padding: 25px 0 25px 15px;
    float:left;
}
.left-banner-bottom{
    width: 150px;
    height: 85px;
    float: left;
    bottom: 0px;
    position: absolute;
}
.left-banner-bottom input{
    margin-top:20px;
    margin-left: 25px;
}
.left-active{
    color: #ff8309;
}
.left-visible{
    display:block!important;
    width: 183px!important;
}
.left-visible2{
    display:block!important;
    width: 200px!important;
}
.author-text{
    color:#2a2a2a;
    font-weight:300;
}
.author-text b{
    color:#2a2a2a;
    font-weight:300;
}
.embed-this-book{
    width:150px;
    margin-left: 15px;
    color:#2a2a2a;
    font-weight:300;
}
.embed-this-book label{
    font-weight:300;
    font-size: 11px;
    line-height: 14px;
}
.embed-this-book .text-input-popup{
    width: 122px;
    float:right;
    color: #2a2a2a;
    font-weight: 300;
    border:0px;
    border-radius: 5px;
}
.book-list-info .left{
    width:122px;
}
.comments-blog .left{
    width:122px;
}
.book-list-info .left-icon{
    width:28px;
    float:left;
    font-weight: bold;
    color:#2a2a2a;
    margin-left: 15px;
}
.embed-this-book .left{
    width:122px;
}
.comments-blog .left-icon, .embed-this-book .left-icon{
    width:28px;
    float:left;
    font-weight: bold;
    color:#2a2a2a;
    margin-left: 0px;
}
.embed-this-book .left-icon input{
    float:left;
    font-family: helvetica;
    background-color: transparent;
    border:none;
    font-weight: 900;
}
.book-list-info p.author-text{
    float: left;
    width: 100%;
    padding: 0 0px 10px 0px;
    font-size: 12px;
    line-height: 14px;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size:21px;
  font-family:arial;
  color: #b6b6b6;
  width: 135px;
  padding-left: 25px;
  float: left;
  position: relative;
  margin-top: -20px;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 21px;
  font-weight: bold;
  float: right;
  margin-top: 0px;
  text-align: left;
  cursor: pointer;
  font-size: 21px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   color: #fe6e00;
   left: 0px;
}
#embed-book-btn {
    margin-bottom: 10px;
    width: 150px;
    margin-left: 15px;
    padding-bottom: 5px;
    border-bottom: 1px #2a2a2a solid;
    float: left;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 300;
    margin-top: 15px;
    cursor: pointer;
    line-height: 25px;
}
.left-menu-top{
    background-color: #2a2a2a;
    padding: 10px;
    width: 100%;
    float:left;
}
.left-menu-top .left-menu-close, .left-menu-top .left-menu-close1, .left-menu-top .left-menu-close2, .left-menu-top .left-menu-close3, .left-menu-top .left-menu-close4, .left-menu-top .left-menu-close5,.left-menu-top .left-menu-close6{
    cursor: pointer;
    float:right;
}
#report-book-btn{
    width: 150px;
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    float:left;
    font-size: 15px;
    font-weight: 300;
    color:#2a2a2a;
    cursor: pointer;
}
.book-list-active {
    width:50%;
    padding: 8px 15px 8px 8px;
    background-color: transparent;
}
.book-list-cover, .page-list-cover{
    width:100%;
    padding: 0px;
}
.book-list-active span {
    float: right;
    margin-top: 5px;
    background-color: #9a9a9a;
    color: #2a2a2a;
    font-size: 11px;
    width:100%;
    border-radius: 5px;
    text-align: center;
}
/* CONTENT */
.main-content{
    position: absolute;
    top: 0px;
    left:183px;
    right: 0px;
    bottom: 44px;
}
.main-content.banners-on{
    left:370px;
    right: 180px;
}
#ad-banner-left {
    position: absolute;
    top: 35px;
    bottom: 0px;
    left: 190px;
    margin: 10px;
    white-space: nowrap;
}
#ad-banner-left.full-no-left {
    left: 00px;
}
#ad-banner-right {
    position: absolute;
    top: 35px;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    white-space: nowrap;
    text-align: right;
}
#ad-banner-left .helper, #ad-banner-right .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#ad-banner-left img, #ad-banner-right img {
    vertical-align: middle;
}
.canvas{
    position: absolute;
    top: 20px;
    bottom:100px;
    left:20px;
    right:20px;
    background-color: #838383;
}
.video-desktop{
    position: absolute;
    overflow-y: auto;
    width: 50%;
    top: 0px;
    bottom:0px;
    left:0px;
    background-color: #fbfbfb;
}
.video-desktop img{
    position: relative;
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    display: block;
    cursor: pointer;
}
.video-desktop textarea{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    display: block;
    height: 40%;
    max-height: 130px;
    padding: 10px;
}
.left230{
    left:230px!important;
}
.left30{
    left:30px!important;
}
.right150{
    /*right:150px!important;*/ /*   builder    */
    right:0px!important;
}
.jump-to-page{
    font-size:14px;
    text-align: center;
    width: 10%;
}
.jump-to-page input{
    font-size:12px;
    height: 20px;
    width:100%;
    color:gray;
}
.col-lg-6.play-btn, .col-md-8.play-btn{
    padding-right: 80px;
}
.float-right{
    float:right!important;
}
.play-btn {margin:3px 0 0 0;}
.play-btn div{
    width:10%;
    float: right;
    text-align: center;
}
.play-btn svg{
    cursor: pointer;
}
.play-btn div input{
    height: 20px;
    margin-top: 5px;
}
.audio{
    font-size: 18px;
    font-weight: bold;
}
.audio span{
    float: left;
    line-height: 37px;
}
.audio input{
    margin: 6px 0 0 10px!important;
    float: left;
}

/*  popup   */
.popup-visible{
    display:block!important;
}
.popup-medium{
    position: absolute;
    width: 520px;
    left:50%;
    top:100px;
    margin-left: -235px;
    display:none;
    z-index: 99999;
}
.popup-big{
    position: absolute;
    width: 750px;
    left:50%;
    top:100px;
    margin-left: -370px;
    display:none;
    z-index: 99999;
}
.popup-medium h2,.popup-big h2{
    font-size: 36px;
    padding: 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
}
.popup-medium h3,.popup-big h2{
    font-size: 27px;
    padding: 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.close-popup{
    position: absolute;
    right:0px;
    top:0px;
    z-index: 99;
}
.popupbody{
    position: relative;
    max-width: 495px;
    width: 95%;
    margin-left:0px;
    margin-top: 25px;
    border:1px black solid;
    float: left;
    padding: 15px;
    z-index: 88; /* for chrome */
}
.popupbody-big{
    position: relative;
    max-width: 740px;
    width: 97%;
    margin-left:0px;
    margin-top:25px;
    border:1px black solid;
    float: left;
    padding: 15px;
}
.white-bg{
    background-color: white;
}
.gray-bg{
    background-color: #fbfbfb;
}
.tips{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.tips div{
    float: left;
    width: 15%;
    margin-right: 5%;
}
.tips div:last-child{
    float: left;
    width: 80%;
    margin-right: 0px;
}
.tips div:last-child p{
    font-size:12px;
    line-height: 13px;
}
.comments-login{
      width: 150px;
    margin-left: 15px;
        float: left;
        font-size: 12px;
}
.comments-blog{
    width: 150px;
    margin-left: 15px;
    padding-bottom: 5px;
    border-bottom: 1px #2a2a2a solid;
    float: left;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 300;
    cursor: pointer;
    line-height: 25px;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 300px;
    font-size: 12px;
}
.comments-blog div{
    width:100%;
    float: left;
    margin-bottom: 10px;
}
.comments-blog div strong,.comments-blog div p{
    width:100%;
    float: left;
    line-height:17px;
}
.comments-blog div strong{
    color:black;
}
.comments-blog div strong span{
     color:#a3a3a3;
}
.search-box{
    width:100%;
    float: left;
    margin-bottom: 10px;
    overflow-y: auto;
    height: auto;
}
#search-popup{
    margin-left: 15px;
    width:150px;
}
.search-box div{
    width:100%;
    float: left;
    margin-bottom: 10px;
}
.search-box div.left-icon{
    width:25px;
    float:left;
}
.search-box div.left{
    width:125px;
    float:left;
}
.search-box div strong,.comments-blog div p{
    width:100%;
    float: left;
    line-height:17px;
}
.search-box div strong{
    color:black;
}
.search-box div strong span {
    color: #333;
    float: left;
    margin-top: 5px;
    font-weight: 300;
}
.search-box p{
    font-size: 14px;
    font-weight: 300;
}
.screengrab-img{
    width:100%;
    float: left;
    margin-bottom: 20px;
}
.screengrab-img img{
    width:100%;
}
.social-site{
    width:100%;
    max-width: 220px;
}
.social-site div{
    width:100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px gray solid;
    text-align: left;
}
.social-site div input{
    width:32px;
    height: 32px;
    border:1px black solid;
    float: right;
}
.social-site div:last-child{
    width:100%;
    padding-bottom: 20px;
    padding-top: 25px;
    border-bottom: 0;
}
.register-left{
    width:100%;
    margin-right: 1%;
    float: left;
}
.register-right{
    width:100%;
    margin-left: 1%;
    float: left;
}
.register-item{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}


/*  input  */
.myradios{
    width:26px;
    height:26px;
}
.color-btn{
    border: 3px black solid;
    border-radius: 3px;
}
.item select, .item input{
    height: 30px;
}
.browse-file{
    height: 30px;
    width: 100%;
    color:white;
    background-color: #919191;
    border: none;
}
.text-input-popup {
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #c1c1c1;
    background-color: white;
    padding-left: 10px;
    border-radius: 5px;
    border: none;
}
.popupbody #formToEmail{
    width:100%;
}
.popupbody #formToEmail .left {
    width: 94%;
    float: left;
}
.onlytext-btn{
    color:white;
    display: block;
    background-color: transparent;
    border:none;
    font-size: 17px;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #ec1c24;
}
.textfiled-input-popup{
    font-size: 12px;
    margin-bottom: 10px;
    color:#c1c1c1;
    background-color: white;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
}
.gray-btn{
    color:white;
    display: block;
    background-color: #868686;
    border:none;
    font-size: 24px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.gray-btn-small{
    color:white;
    display: block;
    background-color: #c1c1c1;
    border:none;
    font-size: 17px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
/*  full screen  */
.hidden{
        display: none!important;
    }
.visible{
        display: block!important;
    }
.full-no-left{
        left: 0px!important;
        right: 0px!important;
        top: 0px;
}
.full-no-left.banners-on {
        left: 210px!important;
        right: 180px!important;
}
.full-main-conent{
        left: 0px!important;
        right: 0px!important;
        top: 0px;
}

.full-canvas{
        bottom: 10px!important;
    }
.fullscreen-bottom  {
        visibility: hidden!important;
    }
#fullscreen-open {
    position: absolute;
    bottom: 9px;
    left: 15px;
    top: auto;
    right: auto;
    z-index: 999;
    margin: 0px;
}
#page-btn{
    margin-left: 40px;
    margin-top: 12px;
    width:auto;
    float:left;
}
.tablet-only{
        display: none;
    }
.logo-tablet{
        color: white;
        font-size: 23px;
        float: left;
        position: absolute;
        left: 44%;
        top: 4px;
}
.logo-tablet b,.logo-mobile b{
        font-family: helvetica;
}
.logo-mobile{
        color: white;
        font-size: 22px;
        float: left;
        position: absolute;
        margin-left: -50px;
        left: 50%;
        top: -5px;
}
/*  slider  */
.hidden-desktop2{
    display: none;
}
.bx-wrapper img {
    width: 100%;
}
.gateway-body{
    background-color: #fbfbfb;
}
.gateway-div{
    max-width: 600px;
    width:100%;
    text-align: center;
}
.gateway-div p{
    margin-bottom: 35px;
    margin-top: 35px;
}
.gateway-div label{
    width:100%;
    text-align: right;
    line-height: 30px;
}
.text-input-gateway {
    height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #c1c1c1;
    background-color: white;
    border: 1px #c1c1c1 solid;
    padding-left: 10px;
    width: 100%;
}
.archive-div{
    list-style: none;
    padding-left: 0px;
    top: 55px;
    width: 165px;
    float: left;
    margin-left: 15px;
}
/*	reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, select, p, table, th, td {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em, th {
    font-style: normal;
    font-weight: normal;
}

img {
    border: 0;
    border-style: none;
}

ol, ul {
    list-style: none;
}

em {
    font-style: italic;
}
.magazine-viewport{
    /*overflow-y: visible!important;*/
    /*margin-top: 20px;*/
}

.magazine-viewport .container{
    position:absolute;
    top:50%;
    left:50%;
    width:0px /*852px*/;
    height:0px/*602px*/;
    margin:auto;
    padding-left: 0px;
    padding-right: 0px;
/*    padding: 30px 0px;*/
}

.magazine-viewport .magazine{
    width:852px;
    height:602px;
    left:-426px;
    top: 70px;
}
.left-banner-comments #comments-popup .close-popup{
    display: none;
}

.magazine-viewport .page{
    width:425px;
    height:602px;
}

.magazine-viewport .zoomer .region{
    display:none;
}

/*.magazine .region:hover{
    opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.magazine .region.zoom{
    opacity:0.01;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

.magazine .region.zoom:hover{
    opacity:0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}*/
svg{
    vertical-align: middle;
}
.magazine .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);

    position:relative;
    z-index:3000;
}

.magazine-viewport .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
    position:absolute;
    z-index:1;
    top:0;
}

.magazine .region{
    position:absolute;
    overflow:hidden;
    /*opacity:0.2;*/

    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    cursor:pointer;
    z-index:1000;
}
.magazine .region:hover{

    -webkit-box-shadow:0 0 5px rgba(174,248,174,0.5);
    -moz-box-shadow:0 0 5px rgba(174,248,174,0.5);
    -ms-box-shadow:0 0 5px rgba(174,248,174,0.5);
    -o-box-shadow:0 0 5px rgba(174,248,174,0.5);
    box-shadow:0 0 5px rgba(174,248,174,0.5);
    background-color: rgba(174,248,174,0.5) !important;
}
.magazine .region.html5:hover{
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}

.magazine .even .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    z-index: 2;
}

.magazine .odd .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
    background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    z-index: 2;
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient{

    display:none;

}

.magazine-viewport .loader{
    background-image:url(../img/loader.gif);
    width:32px;
    height:32px;
    position:absolute;
    top:280px;
    left:219px;
}

.magazine-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow:0 0 20px #ccc;
    -moz-box-shadow:0 0 20px #ccc;
    -o-box-shadow:0 0 20px #ccc;
    -ms-box-shadow:0 0 20px #ccc;
    box-shadow:0 0 20px #ccc;
}

.magazine-viewport .next-button,
.magazine-viewport .previous-button {
    width:35px;
    position:absolute;
    top:0;
    cursor: pointer;
    z-index: 50;
}

.magazine-viewport .next-button {
    /*    -webkit-border-radius:0 15px 15px 0;
        -moz-border-radius:0 15px 15px 0;
        -ms-border-radius:0 15px 15px 0;
        -o-border-radius:0 15px 15px 0;
        border-radius:0 15px 15px 0;*/
    /*background: url(../img/book-arrow-right.png) no-repeat left center;*/
    /*border-left: 3px solid #494948;*/
    right: -40px;
}

.magazine-viewport .previous-button {
    /*    -webkit-border-radius:15px 0 0 15px;
        -moz-border-radius:15px 0 0 15px;
        -ms-border-radius:15px 0 0 15px;
        -o-border-radius:15px 0 0 15px;
        border-radius:15px 0 0 15px;*/
    /*background: url(../img/book-arrow-left.png) no-repeat right center;*/
    /*border-right: 3px solid #494948;*/
    left: -40px;
}

/*.magazine-viewport .previous-button-hover
{
    background-image:url(../img/previous-button.png);
}
.magazine-viewport .next-button-hover{
    background-image:url(../img/next-button.png);
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down{
    background-image:url(../img/previous-button.png);
    background-position:left center;
    background-repeat:no-repeat;
}*/

.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down{
    /*background-color:rgba(0,0,0, 0.4);*/
}

/*.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down{
    background-image:url(../img/next-button.png);
    background-position:right center;
    background-repeat:no-repeat;
}*/

.magazine-viewport .zoom-in .next-button,
.magazine-viewport .zoom-in .previous-button{
    display:none;
}

#number_pages{
    text-align: center;
    border: 0px;
    background-color: transparent;
    color:white;
    font-size: 14px;
    font-family: helvetica;
}
.play-btn div.powered-by{
    font-size: 8px;
    text-align: center;
    float: right;
    width:51%;
    font-family: helvetica;
}
.onlytext-infobox{
    padding: 5px 5px;
    margin-bottom: 0px;
}
.popupInfoBox{
    color: #FFA500;
    font-weight: bold;
}

.info_box{
    margin: 0 auto;
    width: 500px;
    text-align: center;
}

.login_box_viewer{
    text-align: center;
    margin-top: 10%;
}

#loginInfoBox{
    margin: 5px;
}

#loginInfoBox.success{
    color: green;
}

#loginInfoBox.error{
    color: red;
}

#ebookPswdForm .onlytext-btn{
    margin: 0 auto;
    outline:0 !important;
}

.page-wrapper .video-embed {
    display: none;
}

.page-wrapper.active .video-embed {
    display: block;
}
.hidden-header{
    bottom:-42px;
}
.bottom0{
    bottom:0px!important;
}
.mobile-viewer #page-btn{
/*  margin-top: 40px*/
    margin-left: 0px;
}

.mobile-viewer #info-btn{
/*  margin-top: 35px*/
}

.mobile-viewer #archive-btn{
/*  margin-top: 50px;*/
    margin-left: 0px;
}
.mobile-viewer svg path, .mobile-viewer svg rect {
    fill: #ffffff;
    color: #ffffff;
}
.mobile-viewer .col-lg-6.play-btn, .mobile-viewer .col-md-8.play-btn {
    padding-right: 0px;
}
.mobile-viewer .play-btn div.powered-by {
    font-size: 19px;
    margin-top: 4px;
    padding-left: 5px;
    text-align: center;
    float: right;
    width: 100%;
    font-family: helvetica;
}
.mobile-viewer .left-visible-tablet {
    top: 0px;
}
.tablet-portrait{
    display: none;
}
#top-banner {position: absolute; width:100%; text-align:center;}
#top-banner img {max-width: 100%;}



// RESPONSIVE STYLES
@media (max-width: 1200px) {
    // this must stay otherwise mobile stops working
}
@media (max-width: 991px) {
    .main-content {
        overflow: auto;
        right: 0px!important;
        left: 0px;
        bottom:0px;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .tablet-only{
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
    .hidden-desktop2{
        display: block !important;
        margin: 2%;
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        /*overflow: hidden;*/
}
    .play-btn div {
        text-align: center;
    }
    .full-main-conent{
        right: 30px!important;
    }
    .right-visible{
        width: 0px!important;
    }
    .popup-medium, .popup-big{
        top: 40px;
    }
    .left-visible {
        left: -183px;
        position: absolute;
    }
    .left-visible-tablet {
        left: 0px;
        position: relative;
        z-index: 80;
        top: 0px;
}
    .left150 {
        /* margin-left: 150px; */
        /* position: relative; */
        z-index: 99;
    }
    .left-banner{
        top: -50px;
        z-index: 80;

    }
    .left-banner span:first-child{
        margin-top: 90px!important;
    }

    .magazine .region{
        -webkit-box-shadow:0 0 5px rgba(174,248,174,0.5);
        -moz-box-shadow:0 0 5px rgba(174,248,174,0.5);
        -ms-box-shadow:0 0 5px rgba(174,248,174,0.5);
        -o-box-shadow:0 0 5px rgba(174,248,174,0.5);
        box-shadow:0 0 5px rgba(174,248,174,0.5);
    }

    .header-search-form{
        margin-right: 0px;
    }

}
@media (max-width: 780px) {
    .popup-big {
        width: 90%;
        margin-left: 6%;
        left: 0px;
    }
    .gateway-div label{
        text-align: left;
    }
    .header-hidden-btn {
        width: 80px;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        border-right: 1px solid gray;
    }

}
@media (max-width: 640px) {
    .main-content{
        overflow: auto;
        left: 0px;
        top: 0px;
        bottom:0px;
    }
    .popup-medium {
        width: 90%;
        margin-left: 7%;
        left: 0px;
    }
    .visible-mobil {
        display: inherit !important;
    }
    .hidden-mobil {
        display: none !important;
    }
    .hidden-desktop2{
        margin: 2px 0;
    }
    .left-banner{
        display: none;
    }
    #mobile-menu-btn{
        width: 24px;
        float: left;
        margin-left: 10px;
    }
    #mobile-menu-btn2{
        width: 24px;
        float: left;
        margin-left: 10px;
        display: none;
    }
    .leftbanner-visible-tablet{
        display: inherit !important;
    }
    .left-visible-tablet {
       top: 0px;
    }
    .left-banner-pages ul, .left-banner-info ul, .left-banner-archive ul, .left-banner-grabs ul,.left-banner, .left-banner-email ul, .left-banner-share ul {
       top: 35px;
    }
    .left-banner span:first-child{
        margin-top: 20px!important;
    }
    .col-lg-6.play-btn, .col-md-8.play-btn{
        padding-right: 0px;
    }
    .play-btn div.powered-by {
        font-size: 19px;
        margin-top: 4px;
        padding-left: 5px;
        text-align: center;
        float: right;
        width: 100%;
        font-family: helvetica;
    }
    svg path, svg rect {
        fill: #ffffff;
        color: #ffffff;
    }
    .left-menu-top {
        top: 0px;
        position: static;
    }
    .mobile-logo{
        float: left;

        margin-left: 47%;
        width: 120px;
        left: -60px;
        position: absolute;
        top: 10px;
    }
    #comments-btn-mobile{
        width: 16px;
        float: right;

        margin-top: 2px;
        margin-right: 10px;
}
    #share-btn-mobile{
        width: 16px;
        margin-right: 10px;
        float: right;
    }
    #page-btn{
/*        margin-top: 40px*/
margin-left: 0px;
    }

    #info-btn{
/*        margin-top: 35px*/
    }

    #archive-btn{
/*        margin-top: 50px;*/
margin-left: 0px;
    }

    .register-left{
        width:100%;
        margin-right: 0;
        float: none;
    }
    .register-right{
        width:100%;
        margin-left: 0;
        float: none;
    }
}
/* spinner  */
.sk-circle {
  margin: 100px auto;
  width: 140px;
  height: 140px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ec1c24;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.real-popup .comments-inside {
    position: relative;
    max-width: 495px;
    width: 95%;
    margin-left: 0px;
    margin-top: 25px;
    border: 1px black solid;
    float: left;
    padding: 15px;
    z-index: 88;
    background-color: #fbfbfb;
}
.real-popup .comments-blog {
    width: 100%;
    margin-left: 0;
    padding-bottom: 5px;
    float: left;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 300;
    cursor: pointer;
    line-height: 25px;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 300px;
    font-size: 12px;
}
.real-popup .comments-login{
        width: 100%;
    margin-left: 0;
        float: left;
    font-size: 15px;
    color: #2a2a2a;
}
@media all and (max-width: 768px) {
    .col-xs-12.header, .col-sm-12.header, .col-md-12.header, .col-lg-12.header{
/*        position: relative;*/
border-top: 1px solid gray;
    }
    .left-banner{
        display: none;
    }
}
@media (max-width: 640px){
    .left-banner {
        display: none;
    }
}
@media (max-width: 320px){
   .col-md-3.left-bottom-col, .col-lg-3.left-bottom-col, .col-xs-4.left-bottom-col, .col-sm-4.left-bottom-col {
        padding-right: 0;
    }
    #info-btn{
        margin-left:0px;
    }
    #comments-btn{
        margin-left:0px;
        margin-top:12px;
    }
}
/*  ipad landscape  */
@media (min-device-width : 1025px){
    .bx{
        display:none!important;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .bx2{
        display:block!important;
    }
    .bx{
        display:none!important;
    }
    .col-lg-6.play-btn, .col-md-8.play-btn {
        padding-right: 15px;
    }
    .play-btn div.powered-by {
        width: 76%;
    }
    .play-btn div {
        width: 15%;
    }
}
/*  ipad portrait  */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .bx{
        display:block!important;
    }
    .logo-tablet {
        left: 38%;
    }
    .bx2{
        display:none!important;
    }
    .tablet-portrait{
        display: block;
    }
    .tablet-landscape{
        display: none;
    }
    .play-btn div.powered-by {
        width: 76%;
    }
    .play-btn div {
        width: 15%;
    }
    .col-lg-6.play-btn, .col-md-8.play-btn {
        padding-right: 15px;
    }
}
