/*!
 * christie
 *
 * Designed by ice
 */
.christie-divcenter {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
}
.christie-divcenter img {
	margin-left: auto;
	margin-right: auto;
}
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: red; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
}
#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}
.christie-textred {
	color: #B80002;
}
.christie-textthrough {
	text-decoration: line-through;
}
.christie-whiteback {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.christie-commendname {
	display: block;
	text-align: right;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 3px;
	font-family: "source-han-serif-tc", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
.christie-textsmall {
	font-style: normal;
	font-size: 15px;
}
.christie-content section {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 4%;
	padding-bottom: 2%;
	margin-bottom: 20px;
	clear: both;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
.christie-conright {
	text-align: center;
}
.christie-subtitle {
	clear: both;
	padding-top: 4rem;
	padding-bottom: 1.2rem;
}
.christie-name {
	font-family: "source-han-serif-tc", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
.christie-imgsale {
	display: block;
	float: left;
	margin-right: 2.5%;
	margin-left: 2%;
	width: 12%;
	margin-top: 1%;
	margin-bottom: 2%;
}
header {
	padding-top: 0px;
}

@media (max-width: 767px) {
.christie-content {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.intro-img {
	width: 40%;
}
.christie-unit {
    padding-top: 10%;
    /* [disabled]padding-right: 25px; */
    /* [disabled]padding-left: 25px; */
    padding-bottom: 10px;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-image: url(../img/top_back.png);
    background-repeat: no-repeat;
    background-position: center -85%;
    background-size: auto auto;
}
.christie-container {
    padding-top: 14rem;
}
.christie-introtext {
	color: #512900;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 35px;
	padding-right: 20px;
	width: 70%;
}
.christie-intro {
	overflow: hidden;
	padding-top: 3%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
	width: 80%;
	background-image: url(../img/intro_back.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3%;
	background-position: 0% bottom;
}
.christie-imgsale {
	display: block;
	float: left;
	margin-right: 2.5%;
	margin-left: 2%;
	width: 18%;
	margin-top: 1%;
	margin-bottom: 2%;
}
}

@media (min-width: 1200px) {
header {
	padding-top: 60px;
}
.christie-content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.christie-introimg {
	width: 96%;
}
.christie-unit {
    padding-top: 35px;
    padding-right: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    color: inherit;
    background-image: url(../img/top_back.png);
    background-repeat: no-repeat;
    background-position: center -8%;
    background-size: cover;
    margin-top: 1rem !important;
    overflow: hidden;
}
.christie-container {
	float: right;
	width: 40%;
	font-size: 0.85em;
}
.christie-topbox {
	margin-top: 3px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	border-radius: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #0B0B0B;
}

.christie-textunderline {
	text-decoration: underline;
}
.christie-conright {
	float: right;
	width: 25%;
}
.christie-conleft {
	float: left;
	width: 68%;
}
.christie-introtext {
	color: #512900;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 35px;
	padding-right: 20px;
	width: 70%;
}
.christie-intro {
	overflow: hidden;
	padding-top: 3%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
	width: 80%;
	background-image: url(../img/intro_back.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3%;
	background-position: 0% bottom;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.christie-content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: 0% bottom;
}
.intro-img {
	width: 80%;
}
.christie-unit {
	padding-top: 60px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
	color: inherit;
	background-image: url(../img/top_back.png);
	background-repeat: no-repeat;
	background-position: center -20%;
	background-size: contain;
}
.christie-container {
	padding-top: 11rem;
}
.christie-introtext {
	color: #512900;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 35px;
	padding-right: 20px;
	width: 70%;
}
.christie-intro {
	overflow: hidden;
	padding-top: 3%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
	width: 80%;
	background-image: url(../img/intro_back.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3%;
	background-position: 0% bottom;
}
.christie-imgsale {
	display: block;
	float: left;
	margin-right: 2.5%;
	margin-left: 2%;
	width: 14%;
	margin-top: 1%;
	margin-bottom: 2%;
}
}

@media (max-width: 480px) {
.christie-content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.christie-introtext {
	color: #512900;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 35px;
	padding-right: 20px;
	width: 70%;
}
.christie-intro {
	overflow: hidden;
	padding-top: 3%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
	width: 80%;
	background-image: url(../img/intro_back.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3%;
	background-position: 0% bottom;
}
}

@media (max-width: 979px) {
.christie-content {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.christie-introtext {
	color: #512900;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 35px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.christie-intro {
	overflow: hidden;
	padding-top: 3%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
	width: 80%;
	background-image: url(../img/intro_back.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3%;
	background-position: 0% bottom;
}
}

@media (min-width: 980px) {
.christie-content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.christie-introimg {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.christie-unit {
    padding-top: 5px;
    /* [disabled]padding-right: 15px; */
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: inherit;
    background-image: url(../img/top_back.png);
    background-repeat: no-repeat;
    background-position: center -8%;
    background-size: cover;
    margin-top: 5rem;
    overflow: hidden;
}
.christie-container {
    float: right;
    width: 44%;
    font-size: 0.85em;
}
.christie-topbox {
	margin-top: 0px;
	width: 83%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border-radius: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #0B0B0B;
}
.christie-topbox .img-sale {
	display: block;
	float: left;
	margin-top: 2%;
	margin-right: 2.5%;
	margin-left: 2%;
	margin-bottom: 2%;
	width: 12%;
}
.christie-textunderline {
	text-decoration: underline;
}
.christie-introtext {
	color: #512900;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 35px;
	padding-right: 0px;
	width: 70%;
}
.christie-gifttext {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 0px;
	width: 70%;
}
.christie-intro {
	overflow: hidden;
	padding-top: 3%;
	padding-right: 6%;
	padding-bottom: 4%;
	padding-left: 6%;
	width: 90%;
	background-image: url(../img/intro_back.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3%;
	background-position: 0% bottom;
}
.christie-conright {
	float: right;
	width: 25%;
	padding-top: 2rem;
}
}
