@charset "utf-8";
body {
	font-family: "source-han-sans-traditional", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #363636;
	font-size: 1em;
	line-height: 1.2em;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #57A3B2;
	padding-top: 3.5rem;
}
section {
	margin-bottom: 2rem;
	font-size: 1.6em;
	line-height: 1.6em;
}
p {
	margin-bottom: 1.2em;
	line-height: 22px;
}
.starter-template {
  padding: 0rem 0.5rem;
  text-align: center;
}

.container .img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	margin: 0;
}

.jumbotron {
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #4A3327;
}
.jumbotron .container {
	max-width: 85%;
}

.jumbotron h1 {
	font-family: "source-han-serif-tc", "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 3.5em;
	margin-bottom: 2rem;
}
.product-menu {
	background-color: hsla(0,0%,0%,0.50);
	margin-top: 4rem;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.title-box {
	background-color: hsla(0,0%,0%,0.70);
	border-radius: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.3em;
	white-space: nowrap;
	display: table;
}

.media-body {
	text-align: justify;
}
.media-body h4 {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.1em;
}

.text-gold {
	color: #856521;
}
.img-right {
	display: block;
	float: right;
}
.img-md {
	width: 50%;
	margin-left: 1rem;
	margin-bottom: 1rem;
}


.media-body ul {
	margin-left: -12px;
}



.text-white {
	color: #FFFFFF;
}
.text-intro {
	font-weight: normal;
	color: #E8E8E8;
	text-align: justify;
}
.text-dec {
	color: #E3DCCD;
	padding: 10px;
	display: block;
	background-color: #565252;
}
.cover {
	background-image: url(../images/cover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	width: 100%;
	padding-bottom: 18px;
}

.b-light {

}
.r-back {
	background-image: url(../images/back_main.gif);
}
.box {
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #ABABAB;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1%;
	width: 92%;
}









@media (min-width: 1200px) {
.container {
    width: 86%;
  }
.bookset {
	background-image: url(../images/booksetline.png);
	background-repeat: repeat-x;
	background-position: center 98px;
	overflow: hidden;
	position: relative;
	margin-top: -15%;
	height: auto;
	padding-bottom: 10%;
}
.booksetloc  {
	display: block;
	position: absolute;
	right: 10%;
	z-index: 999;
	left: auto;
	width: 38%;
	top: 7%;
}
.bookset-text {
	line-height: 29px;
	margin-top: 16%;
	text-align: center;
	font-size: 16px;
	margin-left: 22%;
	margin-right: auto;
	margin-bottom: 25px;
}

}

@media (max-width:1199px){
.container {
    width: 86%;
  }
.bookset {
	background-image: url(../images/booksetline.png);
	background-repeat: repeat-x;
	background-position: center 62px;
	overflow: hidden;
	position: relative;
	margin-top: -10%;
	height: auto;
}
.booksetloc  {
	display: block;
	position: static;
	right: 11%;
	z-index: 999;
	left: auto;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
.bookset-text {
	line-height: 29px;
	margin-top: 3%;
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 100%;
}

}

@media (max-width:320px){
.bookset {
	background-image: url(../images/booksetline.png);
	background-repeat: repeat-x;
	background-position: center 25px;
	overflow: hidden;
	position: relative;
	margin-top: -25px;
}
.booksetloc  {
	display: block;
	position: static;
	right: auto;
	z-index: 999;
	left: auto;
	width: 96%;
}
.bookset-text {
	line-height: 23px;
	margin-top: 1%;
	text-align: center;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	margin-bottom: 25px;
}
.container.bg-white.r-back .container-fluid {
	font-size: 14px;
}
.container-fluid .text-justify .text-danger {
	font-size: 17px;
}
}
