@charset "utf-8";
/* CSS Document */
body, html{
	margin: 0;
}

a{
	text-decoration:none;
	color:#000;
}

body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.5;
}

table{
	border-collapse:collapse;
}

a.footer{
	color:#FFF;
}

a.menutop:hover{
	color:#FFF;
}

a.footer:hover{
	text-decoration: underline;
	color: #66CCFF;
}

#sitemapping a:hover{
	text-decoration: underline;
	color: black;
}

.article{
	color:#00F;
}

.article:hover{
	color:#00F;
	text-decoration:underline;
}

#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

.logoandheadermobile{
	display: block;
	height: 10vh;
}

.hamburgermobile i{
	padding: 1vh;
}

#menubarmobile{
	width: 100%;
	position: fixed;
}

#menubarmobile #menumobile{
	display: none;
}

.menutopmobile{
	background-color: #66CCFF;
	padding: 14px 16px;
	display: block;
}

#menubarmobile a.icon{
	background: #66CCFF;
	display: inline-block;
	position: fixed;
	right: 0;
	top: 0;
}

#menubarmobile a:hover{
	color:#FFF;
}

#message, #bookimage{
	padding: 10px;
}

/*Style the form element with a border around it*/
.container{
	padding: 10px;
}

/*Style the input elements and the submit button*/
input[type=text], input[type=email], input[type=submit]{
	width: 100%;
	padding: 12px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/*Style the submit button*/
input[type=submit]{
	background-color: blue;
	color: black;
	border: none;
}

input[type=submit]:hover{
	opacity: 0.8;
}

#book-image{
	text-align: center;
	vertical-align: middle;
}

/*MODAL*/
button{
	cursor: pointer;
	background: transparent;
	border: none;
	outline: none;
	font-size: inherit;
}

.open-modal{
	font-weight: bold;
	background: steelblue;
	color: #fff;
	padding: .75rem 1.75 rem;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background-color: rgba(0, 0, 0, .7);
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all 0.35 ease-in;
	z-index: 10;
}

.modal.is-visible{
	visibility: visible;
	opacity: 1;
}

.modal-dialog{
	position: relative;
	max-width: 80%;
	max-height: 80vh;
	border-radius: 5px;
	background:#fff;
	overflow: auto;
	cursor: default;
}

.modal-dialog > *{
	padding: 1rem;
}

.modal-header, 
.modal-footer{
	background:#fff;
}

.modal-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-header .close-modal{
	font-size: 1.5rem;
}

.modal p + p{
	margin-top: 1rem;
}

.cookie-banner{
	position: fixed;
	bottom: 85px;
	left: 10%;
	right: 10%;
	width: 80%;
	padding: 5px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #66CCFF;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
}

.accept{
	background-color: blue;
	border: none;
	color: white;
	padding: 5px 10px;
	margin: 4px 2px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
}

.social-media-like{
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.social-media-like img{
	padding: 5px;
}

.social-media-like:hover{
	background-color: yellow;
}

@keyframes ads-blink-300-250{
	from{content:url(300-250-ad-1.png);}
	to{content: url(300-250-ad-2.png);}
}

@keyframes ads-blink-300-600{
	from{content:url(300-600-ad-1.png);}
	to{content: url(300-600-ad-2.png);}
}

.in-article-ads, .side-ads-2, .my-ads{
	display: block;
	margin-left: auto;
	margin-right: auto;
	animation: ads-blink-300-250 3s infinite;
}

.side-ads-1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	animation: ads-blink-300-600 3s infinite;
}

/*aaa*/
@media screen and (max-width: 800px){
	
	#menubarwebmain, #menubarwebsticky, #divfooterweb, #ads-sticky-web{
		display: none;
	}

	#advertisementspot1,#advertisementspot3{
		display: none;
	}

	#content{
		width:100%;
	}
	
	#realcontent{
		padding: 50px;
	}
		
	#message{
		width: 90%;
	}
	
	#book-image{
		padding-top: 30px;
		width: 50%;
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
	}
	
	#book-image img{
		width: 175px;
	}

	.in-article-ads{
		width: 95%;
	}

	.side-ads-1{
		width: 300px;
		height: 600px;
	}

	.side-ads-2, .my-ads{
		width: 300px;
		height: 300px;
	}

	#ads-top{
		padding-top: 12.5vh;
	}

	#affiliate-side-ads{
		padding-bottom: 25px;
	}

}

@media(min-width: 800px){

	#menubarmobile, #divfootermobile, #ads-sticky-mobile{
		display: none;
	}
	
	.viewtable{
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.viewrow{
		display: table-row;
	}

	.viewrow > div{
		display: table-cell;
	}

	#advertisementspot1{
		width: 10%;
	}

	#content{
		width: 55%;
		padding:25px;
	}

	.realcontent{
		max-width: 52vw;
	}
	
	#advertisementspot2{
		width: 25%;
		padding:25px;
	}

	#advertisementspot3{
		width:10%;
	}

	.fixedone{
		position: fixed;
		top: 0;
	}

	.fixedtwo{
		position: fixed;
		top: 12vh;
	}
	
	#message{
		flex-grow: 0;
		width: 60%;
		display: table-cell;
	}
	
	#book-image{
		flex-grow: 0;
		width: 35%;
		display: table-cell;
	}
	
	#book-image img{
		width: 225px;
	}

	.in-article-ads{
		width: 40%;
	}

	.side-ads-1{
		width: 95%;
		height: 600px;
	}

	.side-ads-2, .my-ads{
		width: 95%;
		height: 300px;
	}

	#ads-top{
		padding-top: 25px;
	}

}