body {
	font-family: 'Open-sans', sans-serif;
	color: #242424;
	background-color: #eee;
	margin: 0;
}

img, video{
	max-width: 100%;
	height: auto;
}
.main-w{
	padding: 0 0 0 10px;
	border-left-style: dashed;
	border-left-color: lightgray;
}
.book-pub{
	font-size: x-large;
}
.book-det{
	padding: 10px;
	line-height: 1.6;
	
}
/* - - - - - - - - -  START - - - */
@media only screen and (max-width: 669px) {
	.full-w{
		width:100%;
	}
	.main-w{
		width: calc(100%-20px);
		margin: auto;
	}
}
@media only screen and (min-width: 670px) and (max-width: 779px) {
	.full-w{
		width:100%;
	}
	.main-w{
		width: 650px;
		margin: auto;
	}
}
@media only screen and (min-width: 780px) and (max-width: 1299px) {
	.full-w{
		width:100%;
	}
	.main-w{
		width: 680px;
		margin: auto;
	}
}
@media only screen and (min-width: 1300px) {
	.full-w{
		width:100%;
	}
	.main-w{
		width: 850px;
		margin: auto;
	}
}
/* - - - - - - - - -  END - - - */


.text-logo{
	font-size: larger;
	color: darkturquoise;
	margin-bottom: 20px;
	text-decoration: none;
}
.text-logo:hover {
  color: hotpink;
  text-decoration: underline;
  cursor: pointer;
}
.your-time{
	color: #148C91;
}
.your-time-2{
	color: #9FC3C5;
}
.secret-link{
	text-decoration: none;
	/*color: #007cff;*/
	color: #fb4e8e;
}
.smaller-text{
	font-size: small;
	color: #7F7F7F;
}
.compass{
	width: 50px;
	height: 50px;
}





/*   - -  ktv - - - */
.ktv-tv{
	background-color: #7E7676;
	color: #fff;
	padding: 2px 6px 2px 6px;
}
.img-insert{
	vertical-align: text-bottom;
}
/*   - - - -   */
.video1{
	border-style: solid;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-right-width: 0px;	
	border-left-width: 0px;	
	border-color: #F4F4F4;

}
.box{
	display:inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-top: 20px;
	min-width: 250px;


}
.box-cont{
	background-color:#EBEBEB;
	padding: 4px;
	margin-top: 10px;
}
.box-tit{
	font-size: 1.4em;
	padding: 4px;
	background-color: #FFFF00;
}
.box-1{
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
}
.box-2{
	font-size: 80%;
}

.footer-spacer{
	min-height: 40px;
}
footer{
	background-color: #15DDDD;
	height: 200px;
    
    position: absolute;
    
}
.footer-big{
	color: white;
	font-size:36px;
}

