body, html{
	/* height: 100%; */
	padding:0;
}

html {
	/*background-color: color(srgb 0.6405 0.4467 0.2697);*/
}

body{
	font-family: 'Vollkorn', serif;
	color: rgba(14, 14, 14, 1);

	background: url(images/NEW_CN_Website.jpg) no-repeat center bottom fixed #a37a51;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/NEW_CN_Website.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/NEW_CN_Website.jpg', sizingMethod='scale')";
}



/*
*   The Content (all text/nav/header)
*/
body.start div#content{
	margin-top: 26%;
}
div#content{
	/* min-width: 424px; */
	margin: 6% 0 20px 44%;
	max-width: 800px;
	padding: 0 20px 0 0;

	position: relative;
	z-index: 1;
}


div#content article {
	background-color: white;
	background-color: rgba(255,255,255,.95);
	padding: 20px 26px;
	min-height: 30px;
}
div#content article:before,
div#content article:after {
    content : "";
    display : table;
}
div#content article:after {
    clear : both;
}


/*
*   The Header
*/
header{
	color: white;
	text-align: right;
	text-shadow: 0 0 3px rgba( 20,20,20,.9 );

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
header h1{
	font-size: 36pt;
	margin: 0 0 -.5em 0;
}
body.start header h1, body.start header p, body.start nav {
	margin-right: 2%;
}
header p{
	margin: 8px 0 8px 12px;
	font-size: 16pt;
	text-transform: uppercase;
}

/*
*   The Menu
*/
nav{
	margin: 0;
	padding: 0;

	color: white;
	font-family: 'Vollkorn', serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: right;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

nav ul {
	margin: 0;
}
nav ul li{
	display: inline-block;
	min-width: 80px;
	text-align: center;
	margin: 3px 3px;
}
nav ul li:last-child{
	margin-right: 0;
}
nav ul li a{
	display: inline-block;
	color: white;
	min-width: 80px;
	text-decoration: none;
	background-color: #494540;
	text-align: center;
}

nav ul li.logout a{ background-color: #8f1a22; }
nav ul li.active, nav ul li a {
	padding: 8px 8px 5px 8px;
}

div.music_container {
	text-align: center;
	margin-top: 20px;
}
div.music_container img {
	margin: 4px;
}


a.social_link { 
	display: block;
	float: right;
	font: inherit;
	text-decoration: none;
	font-weight: bold;
	margin: 8px 0px;	
	padding: 4px 10px;
	color: antiquewhite;
	background: transparent; }
a.social_link:active, a.social_link:hover { text-decoration: none; color: antiquewhite; background: #c0c0c0; }
a.social_link:first-of-type { margin-right: 14px; }
a.underlined-bottom-link {
	text-underline-offset: 13px;
	line-height: 220%;
	@media screen and (max-width: 720px) {
		text-underline-offset: initial;
		line-height: initial;
	}
}

/*
*   The Footer
*/
div#footer{
	height: 16px;
	z-index: 0;
	font-size: 6pt;
	color: #a9a9a9;
	text-align: right;

	position: fixed;
	bottom: 0;
	right: 3px;
}
div#footer a{ color: inherit; }


/*
*   Forms
*/
form label{
	display: block;
	float: none;
	clear: none;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 6px 0;
}
form textarea, form input[type=submit], form input[type=text] {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
form textarea + span + p.form-error{
	font-size: 11px;
	margin-top: -18px;
	margin-left: 4px;
	margin-bottom: 4px;
}
form textarea { margin-bottom: 20px; }
form input + p.form-error{
	font-size: 11px;
	margin-top: 0;
	margin-left: 4px;
	margin-bottom: 4px;
}
form label.required{
	font-weight: normal;
}
form fieldset{ border: none; font-size: inherit; }
form fieldset legend{ display: none; }


/*
*   Tables
*/
table td{
	vertical-align: top;
}
table.tour_dates {
	min-width: 400px;
}
table.tour_dates td:first-child{
	color: #a4a4a4;
}

.tours_done {
	color: #777;
}
.copyRemark {
	color: #777;
}

/*
*	Shop
*/

article div.product {
	clear: both;
	float: left;
	width: 100%;
	margin: 61px 0 0 0px;
	position: relative;
}
article a div.product {
	text-decoration: none;
	padding: 4px;
}
article div.product:hover {
	background-color: rgba(231, 225, 219, 0.65);
}
article a div.product img {
	width: 230px;
	float: right;
	position: relative;
}
article a div.product div.price {
	float: right;
	clear: left;
	font-weight: bolder;
	letter-spacing: -3px;
	font-size: 3em;
	color: inherit;
	margin: 0 13px 0 0;
	position: absolute;
	bottom: 0;
	right: 238px;
}
article a div.product p, article a div.product ul {
	float: left;
	clear: left;
	max-width: 50%;
	margin: 0 0 0 10px;
	padding: 0 0 0 1em;
}
article a div.product ul li {
	margin: 0 0 0 -25px;
	list-style: disc;
	padding: 0;
}
article a div.product ul li:only-child {
	list-style: none;
}
article a div.product h3 {
	float: left;
	clear: left;
	margin: 0 -10% 0 0;
}
article a div.product div.new {
	position: relative;
    background-color: red;
    color: white;
    font-weight: bolder;
    width: 170px;
    display: inline-table;
    text-align: center;
    rotate: -3deg;
    top: 7px;
    left: 10px;
}

article div.shop_notice {
	position: relative;
    background-color: yellow;
    color: rgb(51, 51, 51);
    font-weight: bolder;
    width: 80%;
    display: inline-table;
    text-align: center;
    rotate: 3deg;
    top: -1px;
    left: 10px;
	border-radius: 8px;
}



article div#curtain {
	height: 200px;
	font-size: 50px;
	font-weight: bolder;
	color: #393939;
	padding: 200px 0 0 20px;
	text-align: center;
}

article div#success {
	
}

article div#stripe_checkout {
	margin-top: 70px;
	box-shadow: 0px 0px 20px white;
}

@keyframes si-cubeGridScaleDelay {
	from {opacity: 0;}
	to {opacity: 1;}
}
article div.shop-idle {
	height: 200px;
	.si-spinner-cube-grid.si-spinner {
		width: 30px;
		height: 30px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.si-spinner-cube-grid .si-cube {
		width: 33%;
		height: 33%;
		background-color: #ababab;
		float: left;
		-webkit-animation: si-cubeGridScaleDelay 1.3s infinite ease-in-out;
		animation: si-cubeGridScaleDelay 1.3s infinite ease-in-out;
	}
	.si-spinner-cube-grid .si-cube:nth-child(1) {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(2) {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(3) {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(4) {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(5) {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(6) {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(7) {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(8) {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}
	.si-spinner-cube-grid .si-cube:nth-child(9) {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
}

table.shop_admin {
	width: 80%;
	margin-bottom: 3em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.shop_admin tr td,
table.shop_admin tr th {
	text-align: center;
}
table.shop_admin tr:nth-child(2n) td {
	background-color: #eaeaea
}
table.shop_admin tr th:first-of-type, table.shop_admin tr td:first-of-type {
	text-align: right;
}
table.shop_admin tr td:first-of-type {
	background-color: #eaeaea;
}
table.shop_admin tfoot td {
	font-weight: bolder;
	background-color: #a2e1ff !important;
}
table.shop_admin.quick_stats {
	width: auto;
	thead tr th {
		font-weight: bold;
		background-color: none;
	}
	tr td, tr th{
		padding: 2px 10px;
	}
}

div.shop_admin_table_wrapper {
	overflow-x: auto;
}
article.admin .warning {
	color: red;
	list-style: none;
}

table.shop_admin.purchases {
	font-size: smaller;
}
table.shop_admin.purchases tr td{
	padding: 2px 10px;
}
p.pagi {
	font-size: small;
	color: gray;
	text-align: center;
}
p.pagi a {
	text-decoration: none;
	font-weight: bold;
}

/*
*  Misc
*/
article h1{
	font-size: 42pt;
	margin: -15px 0 -44pt -9px;
	color: #e9e9e9;
}
a{ color: inherit; }
figcaption{
	font-size: 6pt;
	color: gray;
	float: right;
	line-height: 1pt;
}
figure{ margin: 1.2em 0; }
.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
::selection {
	background: #494540;
	color: white;
}
::-moz-selection {
	background: #494540;
	color: white;
}
div#messages{
	width: 40%;
	overflow: hidden;
	position: fixed;
	left: 30%;
	top: 2px;
	z-index: 100;
	padding: .4%;
	font-size: smaller;
	color: rgb(255, 255, 255);
	background-color: rgb(54, 54, 54);
	background-color: rgba(54, 54, 54,0.85);
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 5px 4px -2px rgba(220,220,220,0.5);
	behavior:url("assets/PIE.htc");
}
div#messages ul{
	list-style-type: none;
	margin: 0;
}
.video_aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}
.audio_aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
}
.video_aspect-ratio iframe, .audio_aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}
.audio_aspect-ratio iframe {
	min-height: 100px;
}
p.coming_soon{
	background-color: rgb(220, 216, 68);
	display: inline-block;
	float: right;
	margin: 5px 8px -15px 17%;
	padding: 8px;
	font-size: 1.3em;

	-webkit-transform: rotate(4deg); /* chrome & safari*/
	-moz-transform: rotate(4deg); /* firefox */
	-o-transform: rotate(4deg); /* opera */
	transform: rotate(4deg); /* explorer > 9 */
}
/*
*   Mobile / small widths
*/
div.menu_icon {
	width: 24px;
	height: 12px;
	border-top: 4px solid white;
	border-bottom: 4px solid #fff;
	position: relative;
	box-shadow: 0 0 3px -2px rgba(0,0,0,.7);
	display: none;
	margin-bottom: 8px;
}
div.menu_icon:before{
	content: '';
	position: absolute;
	background-color: #494540;
	height: 27px;
	width: 28px;
	top: -7px;
	left: -2px;
	z-index: -1;
}
div.menu_icon:after{
	content: '';
	position: absolute;
	background-color: #fff;
	height: 4px;
	width: 24px;
	top: 4px;
	right: 0;
}
@media screen and (max-width: 840px)
{
	header h1{ font-size: 32pt; }
	header p{ font-size: 14pt; }
}

@media screen
and (max-width: 1100px)
{
	nav ul li, nav ul li a { min-width: 0; font-size: 16pt; }
}

@media screen
and (max-width: 1070px)
{
	article a div.product {
		text-align: center;
	}
	article a div.product img, article a div.product h3 {
		float: none;
		max-width: 100%;
	}
	article a div.product div.price {
		float: none;
		position: static;
	}
	article a div.product ul {
		float: none;
		max-width: 100%;
		margin: 0 0 0 0;
		padding: 0 10px;
	}
	article a div.product ul li {
		/*color: red;*/
		margin: 0;
	}
}
@media screen
and (max-width: 960px)
{
	nav ul li, nav ul li a { min-width: 0; font-size: 14pt; }
}
@media screen
and (max-width: 850px)
{
	nav ul li, nav ul li a { min-width: 0; font-size: 12pt; }
}
@media screen
and (max-width: 780px)
{
	header h1{ font-size: 30pt; }
	header p{ font-size: 14pt; }
	nav ul li, nav ul li a { min-width: 0; font-size: 10pt; }
}
@media screen
and (max-width: 700px)
{
	header h1{ font-size: 26pt; }
	header p{ font-size: 14pt; }
	div#content{ margin-left: 35%; }
	nav ul li{ display: block; text-align: right; }
	nav ul li, nav ul li a{ font-size: 18pt; }
}
@media screen
and (max-device-width: 700px)
{
	div.menu_icon{ display: inline-block; }
	nav{ display: none; }
	body.start div.menu_icon{ display: none; }
	body.start nav{ display: block; }
	a.social_link { clear: both !important; }
	a.social_link:first-of-type { margin-right: 0 !important; }

}
@media screen
and (max-width: 560px)
{
	header h1{ font-size: 22pt; }
	div#content{ margin-left: 4%; }
	body.start div#content{ margin-top: 1%; }
	body {
		background-position-x: -220px;
	}
}



form input[type=text], form input[type=password], form input[type=submit], form textarea{
	padding: 10px;
	box-shadow: none;
	outline: none;
	font: inherit;
}


/* cookie/eu */

div.aah_the_eu {
	position: fixed;
	bottom: 0;
	background-color: darkgray;
	color: white;
	width: 100%;
}
div.aah_the_eu div{
    float: left;
    margin: 9px 10px 0 10px;
}
div.aah_the_eu button{
    -webkit-appearance: none;
    border: 1px solid gray;
    outline: none;
    border-radius: 0;
    color: white;
    background-color: #353535;
    float: right;
    margin: 8px 20px 8px 0;
    font-size: 11px;
    line-height: 12px;
    cursor: pointer;
    padding: 4px;
}

@media only screen and (max-width: 626px) {
	div.aah_the_eu div{
      margin: 9px 4px -14px 11px;
    }
	div.aah_the_eu button{
      padding: 14px;
    }
}


