@import url('reset.css');
@import url('static.css');
@import url('elements.css');


/* = General
-------------------------------------------------------------- */
.clear {
    clear: both;
    display: block;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

label,
input[type="submit"]
{
    cursor: pointer;
}

html {
    overflow: hidden; 
}


/* = Structure
-------------------------------------------------------------- */
/* Change height from 100% to auto */

html, body { position:absolute; width:100%; height:100%; margin: 0; padding: 0; overflow: hidden; }

body {
	/*
	background: url(../img/background/bg.jpg) repeat center 0;
	background: url(../img/bg_new.jpg) repeat;
	background-size: 100px 50px;
	*/
}

#header {
	position:relative;
	width:100%;
	z-index:5;
}

#page {
    position: relative; z-index: 5;
    display: block;
	margin: 0 auto;
}

#page.mobile {
    width: 550px; height: 358px;
    margin: -210px 0 0 -275px;
}

#page .padding { /*padding: 0 34px;*/ }

#divider {
	position:relative;
	height:10px;
	width:100%;
}

#divider p {
	position:relative;
	top:10px;
	font-size:12px;
	text-align:right;
}

#centralContent{
	position:relative;
}

/* Causing display of the background inproperly
@media screen and (max-width: 1024px) { 

    body {
        background-size: 200% 200%;
    }

}
*/

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

    body {
        background-size: 200% 200%; 
	}


    #page {
       /* width: 540px; height: 351px;
        margin: -205px 0 0 -270px; */
	}

    #about { font-size: 90%; margin-top: -10%; }

}

@media screen and (max-width: 768px) { 

    #page {
        /*width: 540px; height: 351px;
        margin: -205px 0 0 -270px;*/
		}

}

@media only screen and (max-device-width: 960px) {
    #page {
       /*width: 540px; height: 351px;
       margin: -205px 0 0 -270px;*/
    }

    #about {
        font-size: 80%;
    }

}


.cursor-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.overlay {
    position: absolute; left: -10000px; top: 0; z-index: 20;
    width: 100%; height: 100%;
    opacity: 0;
}

.overlay.active { left: 0;  }



/* = About
-------------------------------------------------------------- */

#about {
    position: absolute; z-index: 5;
    width: 45%; display: none;
}

#about h3 {
    background: url(../img/arrow-right.png) no-repeat 0 50%;
    margin: 0 0 .5em 0;
    padding: 0 0 0 25px;
    font-size: 1.375em;
    color: #64c8d3;
    -webkit-font-smoothing: antialiased;
}

#about ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#about li {
    padding: 5% 0;
}

#about li:first-child {
    padding-top: 15%;
}

#about p {
    font-size: 0.688em;
    color: #cfeaee;
}


/* = Book
-------------------------------------------------------------- */
#book {
    position:absolute;
	left:0;
	top:0;
    width: 100%; 
	height:100%;
	z-index: 10;
}
#book img {
	position:absolute;
	width:100%;
	height:100%;
}

/*
        .double {
                background-size: 200% 100% !important;
        }

        .double.first {
                background-position: 0% 0%;
         }

        .double.second {
                background-position: -100% 0%;
        }

*/

/* = Nav Arrows
---------------------------------------- */

.nav_arrow {
    position: absolute; top: 50%; z-index: 15;
    background: url(../img/arrow-navpage.png);
	background-repeat: no-repeat;
    width: 34px; height: 136px;
    margin-top: -68px;   }

.nav_arrow.next			{ right: -34px; background-position: 0 0; display: none; }
.nav_arrow.next:hover	{ background-position: 0 -186px; }

.nav_arrow.prev			{ left: -34px; background-position: 0 -372px; display: none; }
.nav_arrow.prev:hover	{ background-position: 0 -558px; }

/*#page.mobile .nav_arrow.next { right: -24px; }*/



/* = Cover
---------------------------------------- */

#logo-cover {
    position: absolute; right: 40px; bottom: 25px; z-index: 5;
}

#cover ul {
    clear: both;
    width: 90%;
    margin: 48% auto 0 auto;	
    list-style: none;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }

#cover ul:after { clear: both; content: ''; display: block; }

#cover li {
    float: left;
    width: 28.3%;
    margin: 0 2.5%;
}

#cover li,
#cover img {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#cover li:last-child {
    margin-right: 0;
}

#cover li img {
    float: left;
    width: 100%;
}

#cover li a:hover img {
    opacity: .8;
}



/* = End
---------------------------------------- */

#end { text-align: center; }

#end p { padding-top: 60%; }



/* = Meta data
---------------------------------------- */

#book .meta {
    position: absolute; bottom: 1%;
}

.meta .num {
    font-weight: bold;
    font-size: 0.750em;
    color: #666;
}

.meta .description {
    font-size: 0.688em;
    color: #666; }

.meta.left { 
    left: 12px;
}
.meta.left .num {
    padding-right: 10px;
}

.meta.right {
    right: 12px;
    text-align: right;
}

.meta.right .num {
    padding-left: 10px;
}

/* = Modal dialog
---------------------------------------- */

#popup {
    position: absolute;
    display: none;
    z-index: 98;
    margin: auto;
}	

#largeText {
    position: absolute;
    z-index: 101;
}

#largeImg {		
    position: absolute;
    z-index: 100;
}

#close {
    position: fixed;
    display: none;
    top: 50px;
    right: 25px;
    height: 65px;
	width: 65px;
    z-index: 104;
}

#zoomIn {
	position: fixed;
	display: none;
	right: 35px;
	top: 140px;
	z-index: 105;
}

#zoomOut {
	position: fixed;
	display: none;
	right: 35px;
	top: 330px;
	z-index: 105;
}

#view {
    position: absolute;
    display: none;
    width: 1247px;
    height: 1463px;
    z-index: 102;
	/*ie 8-9*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000);*/
	/*ie 9-10*/
    /*background-color: rgba(0,0,0,0.5);*/
}	

.icon {
    position: fixed;
    display: none;
    height: 86px;
	width: 86px;
	top:400px;
    z-index: 105;
}

#rightTurnPage{
	right: 15px;
}

#leftTurnPage{
	left:15px;
}

#slider {
    display:none;
    position:fixed;
    z-index:105;
    height:120px;
	width:22px;
    right:45px;
    top:198px; 
    background:#ccc;
	z-index:105;
}

.ui-slider .ui-slider-handle {
    width: 30px;
}

/* = Advertistment
---------------------------------------- */

/*
#banner {
position: absolute;
right: 0;
bottom: 0;
width: 60%;
height: auto;
}
*/

#bannerIcon {
position: absolute;
left: 0;
bottom: 0;
width: 30%;
height: auto;
}

/*
#banner{
    position:absolute;
    right:0;
    top:4%;
	width:63%;
	height:auto;
}	

#bannerIcon{
    position:absolute;
    left:0;
    top:4%;
	width:30%;
	height:auto;
}	
*/

/* = Custom toolbar icons
---------------------------------------- */
#pastIssues,#print,#printL,#qq,#sina,#products,#email,#about {
	background-size:45px 45px;
}

#facebook {
	background-size: 75% 75% !important;
}

/* = Email form
---------------------------------------- */
#preview {
	padding-bottom:5%;
}

.previewImg {
	padding: 1%;
	height:189px;
	width:150px;
    background: black;
}


/* = Past Issues Dialog
---------------------------------------- */
.pastIssuesImg {
	position: relative;
	height:240px;
	width:190px;
}

.issues {
	position: relative;
	display: inline-block;
	height:270px;
	width:190px;
	padding: 2%;
	text-align :center;
	font-weight : bold;
}

#wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
}

#issueBoxLeftPanel {
	float:left;
	width:30%;
	height:100%;
}

#issueBoxRightPanel {
	float:left;
	width:70%;
	height:100%;
}

#issuesList {
	margin:0 auto;
	width:650px;
}

.ui-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}

/* = Product selection dialog 
---------------------------------------- */
.productLogo {
	position: relative;
	display: inline-block;
	height:100px;
	width:270px;
	padding: 2%;
	text-align :center;
	font-weight : bold;
	vertical-align: top;
}

.productLogoImg {
	position: relative;
	height:100px;
	width:270px;
	vertical-align: top;
}


/* = Video player
---------------------------------------- */
#mediaplayer {
    position:absolute;
	width:90%;
	height:90%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    z-index: 50;
}


@-moz-document url-prefix() {
	#mediaplayer_wrapper {
			position:absolute;
			bottom:5%;
			left:18%;
	}
}

.videoIcon {
    position:absolute;
	height:8%;
	width:6%;
	display:none;
    z-index: 85;
}

.webVideo{
    position:absolute;
	width:8%;
	width:6%;
	display:none;
    z-index: 25;
}

.youtubePop{
    z-index: 150;
}

#loadingIcon{
	position:absolute;
	display:none;
	width: 110px;
	height: 110px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

/* = Advertisment on Pages
---------------------------------------- */
.adv,.openX {
    position:absolute;
	display:none;
    z-index: 96;
}

.adv.single{
	z-index: 97;
}

.adv.double{
	z-index: 98;
}

.adv_bg,.openX_bg {
	position:absolute;
	z-index:150;
	background-color:black;
	width:100%;
	height:100%;
}

.book_adv_bg {
	width: 3000px;
	height: 3000px;
	top: -1000px;
	left: -1000px;
	position: absolute;
	z-index: 90;
	background-color: black;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.adv.advOnBody {
	display:block;
	width: auto;
	height: 80%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 98;
}

.openX.openXOnBody {
	display:block;
	z-index: 98;
}

/* For mobile platform*/
#adv_outter {
	position:absolute;
	height:auto;
	width:100%;
	top:20%;
	z-index: 96;
}

.advImg {
	width:100%;
	height:100%;
}

.adv_close.book {
	position:absolute;
	display:none;
	width:25px;
	top:0;
	right:0;
	z-index:97;
}

.openX_close.book {
	position:absolute;
	display:none;
	width:40px;
	height:40px;
	top:-40px;
	z-index:97;
}

.adv_close.body,.openX_close.body  {
	position:absolute;
	width:60px;
	height:auto;	
	top:0;
	right:20px;
}

.advIcon {
    position:absolute;
	/*width:6%;
	height:8%;*/
	display:none;
    z-index: 85;
}

#closeAdv {
	position:absolute;
	color: white;
	top:70px;
	right:0;
	font-size: 25px;
	font-weight: bold;
}

/* = Photo album 
---------------------------------------- */
.royalSlider{
	z-index:99;
}

.albumIcon{
    position:absolute;
	display:none;
    height: 8%;
    width: 6%;
    z-index: 85;
}

/* = tabs 
---------------------------------------- */
#thumbsTabs {
position:absolute;
width:100%;
top:125px;
left:0%;
z-index:1;
bottom: 0;
}

/* = Print popup size page
---------------------------------------- */
.printPageLT ,.printPageLP,.printPageRT,.printPageRP {
	display:none;
}
.printPageLT ,.printPageLP {
	height:auto;
	width:50%;
	left:0;
}
.printPageRT,.printPageRP{
	height:auto;
	width:50%;
	right:0;
}

.printPageRP {
	z-index:3;
}

.printPageRT {
	z-index:4;
}

.printPageLP {
	z-index:1;
}

.printPageLT {
	z-index:2;
}

img{
	cursor:pointer;
}

/* 20210105 */
#popup .icons {
	position: absolute;
	z-index: 250;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	
}
#popup .icons.rightSide {
	transform: translateX(-100%);
}
/* 20210118 */
.audio-player {
	position: absolute;
	z-index: 11;
	  left: 25%;
	top: 50%;
	width: 35%;
	max-width: 380px;
	transform: translate(-50%, -50%);
  
  }
  
  .hippocampus {
	width: 42%;
	max-width: 158px;
  }
  .hippocampus img {
	width: 100%;
	height: auto;
  }
  
  .click-here {
	position: absolute;
	left: 40%;
	top: 0;
	width: 42.5%;
	max-width: 161px;
	transform: translateY(-50%);
  }
  
  .slidecontainer {
	position: absolute;
	left: 42%;
	bottom: 0;
	width: 55%;
	max-width: 200px;
  }
  
  .slider {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 100px;
  
	height: 8px;
	background-color: #04246e;
	background-image: linear-gradient(#04246e 0%, #005aac 100%);
	outline: none;
  }
  
  .slider:hover {
	opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border: 0;
	background-image: url("../img/icon-slider.svg");
	background-size: 100% auto;
	cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border: 0;
	background-image: url("../img/icon-slider.svg");
	background-size: 100% auto;
	cursor: pointer;
  }
  