/*
	Halcyonic by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: url("images/bodybg.gif");
			}


	ul, ol, p, dl {
		margin: 0 0 1em 0;
	}

	a {
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

			.posting a {display: none;}
			.posting a.real {display:inline;}

	section > :last-child,
	section:last-child,
	.last-child {
		margin-bottom: 0 !important;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1000px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1000px;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 40px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 50px);
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 35%;
		}

		.row.samples > .col-4 {
			width: 33%;
		}
			.samples .cover {position: relative; width:100%;}


		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 65%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -6.25px;
			margin-left: -6.25px;
		}

			.row.gtr-25 > * {
				padding: 6.25px 0 0 6.25px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -6.25px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 6.25px;
				}

		.row.gtr-50 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-50 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-uniform > * {
					padding-top: 25px;
				}

		.row.gtr-150 {
			margin-top: -37.5px;
			margin-left: -37.5px;
		}

			.row.gtr-150 > * {
				padding: 37.5px 0 0 37.5px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -37.5px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 37.5px;
				}

		.row.gtr-200 {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row.gtr-200 > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 50px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 980px) {

			.responsive {display: block !important;}
			.responsive-medium {display: block !important;}
			.responsive-inline {display: inline-block !important;}
			.desktop {display: none !important;}

			ol.tour li {
			    width: 50% !important;
			}

			ol.tour li.showdate {
				height: 110px;
			}

			.footer-row {
				width:100% !important;
				padding: 0 20px;
				height: 180px;
			}

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 736px) {

			ol.tour li {
			    width: 100% !important;
			}
			ol.tour li.showdate {
				height: auto;
			}

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Multi-use */



.line {
	width: 100%;
	height: 3px;
}
div.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.box {
    margin-bottom: 7px;
    padding-bottom: 10px;
    background: url("images/divline.png") repeat-x 0 100%;
}

.dateline {
	border-bottom: 1px solid #999;
	display: block;
	font-family: arial;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: -10px;
	padding-bottom: 4px;
}
	.box .dateline {
		border:0;
		margin-bottom: 0;
	}

.teaser em,
.feature em {
	margin-top: 5px;
	display: block;
	font-style: normal;
}

.btn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	padding: 5px 10px;
	background: #006600;
	color: #fff !important;
	font-weight: bold;
}
input.btn {
	border:0;
}


/* --- DISCOGRAPHY --- */
.discography .cover,
.disco .cover {
	float:left;
	margin-right: 10px;
	width: 110px;
}

	.disco .cover  {
	    border: 1px solid #666666;
	    width: 34px;
	}

.disco .releaseinfo {
	float:left;
	width: 530px;
}

	.disco .releaseinfo {
		float:left;
		width: 279px;
	}

.disco .releaseinfo h3 {
	margin: 0 0 10px;
}

.disco .placeholder {
    margin-right: 10px;
    border: 1px solid #666666;
    height: 34px;
    width: 34px;
    background: #EEEEEE;
    display: block;
    float: left;
}


.discoinfo {
	display: block;
	font-family: arial;
	font-size: 11px;
	margin-bottom: -3px;
	margin-top: -11px;
	text-transform: uppercase;
}

.img300 {
	border: 1px solid #CCCCCC;
    	box-shadow: 0 0 10px 5px #000000;
	-moz-box-shadow: 0 0 10px 5px #000000;
	-webkit-box-shadow: 0 0 10px 5px #000000;
	margin: 10px 10px 20px;
}

.disconav li {
		border: 1px solid #999;
		background: url(noise.png) #ddd;
		float: left;
		height: 90px;
		margin-right: 5px;
		padding: 5px;
		width: 310px;
}
.disconav li.next {margin:0;}
.disconav li p {padding: 0px 10px;}
.disconav .prev img {float:left; margin-right:10px;}
.disconav .next img {float:right; margin-left:10px;}


/* MERCH */

.merchitem {width:100%; margin-bottom:6px;}
.merchitem_left {width:235px; float:left;}
.merchitem_right {margin-left:10px; width:60%; float:left;}
.merchitem h3 {margin-bottom: 12px;}

.orderbtn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	padding: 5px 10px;
	background: #006600;
	color: #fff !important;
	font-family: PortagoITCTTRegular;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
}


.orderform {
    background: url("images/noise.png") repeat scroll 0 0 #D1D3C1;
    border: 3px double #FFFFFF;
    margin-bottom: 10px;
    padding: 8px;
}
.orderform .doubleline {
    border-bottom: 3px double #FFFFFF;
    height:3px;
    margin: 6px 0;
}
.orderform h3 {margin: 0 0 10px;}
.orderform .inputs.antispam {margin-left: 5px;width: 25px;}
.closeform {
    background: #006600;
    border: 1px solid #000000;
    color: #FFFFFF !important;
    float: right;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    padding: 2px 4px;
    text-align: center;
}


/* Q AND A */

.qaaheader {
	font-style: italic;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}


.qaa {
	overflow: hidden;
	margin-bottom: 10px;
}

.qaa.answer {
	padding-left: 35px;
}


.qaa .letter {
color: #CCCCCC;
    float: left;
    font-family: PortagoITCTTRegular;
    font-size: 40px;
    font-weight: normal;
    margin-right: 5px;
    min-height: 33px;
    position: relative;
    top: 9px;
    width: 30px;
}

.qaa .text {
	float:left;
	margin: 0;
	width: 90%;
}

/* GALLERY */

#gallery li,
#galleryR li {
	float: left;
	margin-right: 4px;
}


/* SHOWS */

ol.tour {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    float: left;
}

ol.tour li {
	border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    float: left;
    margin-right: 0;
    padding: 5px;
    width: 33.33%;
}

ol.tourlist {
    border: 1px solid #999999;
    border-bottom: 0;
    float: left;
}

ol.tourlist li.head,
ol.tour li.head {
	background: url(images/noise.png) #ffffcc;
	border-top: 1px solid #999999;
    clear: both;
    float: none;
    margin-bottom: -1px;
    padding: 5px;
    position: relative;
    top: -1px;
    width: 100% !important;
}
 ol.tourlist li.head {
	top:0;
		border-top: 0px;
}

ol.tour li {
	border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    float: left;
    margin-right: 0;
    padding: 5px;
    width: 33.33%;
}
 ol.tourlist li {
		border: 0;
		border-bottom: 1px solid #999999;
		float: left;
		margin-right: 0px;
		width: 100%;
		padding: 5px;
	}

.tour li {
        margin-bottom: 0px;
}

    .tour li .date {
            font-family: PortagoITCTTRegular;
            font-size: 28px;
            font-weight: normal;
            margin-right:10px;
            text-align: center;
            width:35px;
            padding: 10px 0;
            border-right: 1px dashed #999;
            display:inline-block;
    }
 .tour li .date {
	width: 50px;
    }

 .tour li .date.list20 {
	text-transform: lowercase;
	width: 74px;
	}
 .tour li .date {
		float: left;
    	}


	.tour li .date span {
		text-transform: uppercase;
		font-size:16px;
		line-height: 31px;

	}

	.tour li .info.past {
	    font-size: 14px;
			float:left;
		}

	.tourlist li span {
	        margin-right: 5px;
		display: inline-block;
	}
		.tourlist li span.show {
	        	width: 44px;
		}
		.tourlist li span.date {
	        	width: 51px;
		}
		.tourlist li span.venue {
	        	width: 220px;
			font-weight: bold;
		}
	    	.tourlist li span.cityland {
	        	width: 211px;
		}
		.tourlist li span.support {
	        	margin-right: 0;
			width: 440px;
		}

/* NAVIGERINGAR */


.nav {
border: 1px solid #fff;
  	display: table;
    	float: left;
    	font-size: 14px;
    background: url("images/blognav.png") no-repeat scroll left center #b5ba91;
    	height: 94px;
    	padding: 6px 6px 6px 40px;
    	text-align: left;
    	width: 50%;

}

.nav.prev img {
	height: 75px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.nav.next {
    background-position: right center;
    margin-left: 0px;
    padding: 6px 40px 6px 6px;
    text-align: right;
}

.nav.next img {
	height: 75px;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.nav span {
    display: table-cell;
    vertical-align: middle;
}
.nav span em {
    font-style: normal;
}

		.intnav {
			float:right;
		}

			.intnav a.btn {background: #666;}
			.intnav a.btn.selected {background:#006600;}

			.intnav a {
				display: inline-block;
			}

			.intnav a span{
				padding-left: 23px;
				text-transform: uppercase;
				font-weight: bold;
				display: inline-block;
				background: url(images/card-list.png) no-repeat top left;
			}
			.intnav.video a span{
				background-image: none;
				padding-left:0;
			}
				.intnav a.card span {
					background-position: 0 -46px;
				}
				.intnav a.list span {
					background-position: 0px 4px;
				}

/* EMBED */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 12px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* BLOG */

.blogcalendar {
    background: url("images/bg_blogcalendar.png") repeat-x scroll left top transparent;
    border: 1px solid #FFFFFF;
    margin-bottom: 5px;
    margin-top: -5px;
}

	.blogcalendar td {
		padding: 2px;
	}

.calendarHeader { color: #fff; }

.inputs {
		border:1px solid #999;
		padding: 5px;
		font-family: Cambria;
		font-size: 15px;
		line-height: 20px;
}

input.btn {
	border: 0;
	font-family: Cambria;
	font-size: 15px;
	line-height: 20px;

}


/* MERCH */

 ul.merch li {
	position: relative;
        float: left;
	margin: 0 15px 15px 0;
        -webkit-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.3);
    }

    ul.merch li p {
        padding: 0 5px;
				text-align: center;
     }

    .merchinfo {
        background: url("images/headerinnerbg.png") repeat scroll left top transparent;
        padding:20px;
      	height: 310px;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
				text-align: center;
				font-weight: bold;
				font-family:arial;
				text-shadow: #000 2px -2px 2px;
	}

.feature-image {
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}

		.feature-image img {
			display: block;
			width: 100%;
		}

	.bordered-feature-image {
		display: block;
		background: #fff url("images/bg04.png");
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}

		.bordered-feature-image img {
			display: block;
			width: 100%;
		}

	.button-large {
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
		display: inline-block;
		background-color: #ed391b;
		color: #fff;
		text-decoration: none;
		font-size: 1.75em;
		height: 2em;
		line-height: 2.125em;
		font-weight: 300;
		padding: 0 45px;
		outline: 0;
		border-radius: 10px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	}

		.button-large:hover {
			background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
			background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
			background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
			background-image: linear-gradient(top, #fd492b, #de2a10);
			background-color: #fd492b;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

		.button-large:active {
			background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
			background-image: linear-gradient(top, #ce1a00, #ed391b);
			background-color: #ce1a00;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

/* Header */

	#header {
		position: relative;
		background: url("images/collage.jpg") repeat scroll -443px 0 transparent;
		-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
		    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
		    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
		    border-bottom: 1px solid #fff;

	}

		#header > .container {
			position: relative;
			background: url("images/translogo.png") no-repeat 50% 0;
			min-height: 199px;
			width: auto;
		}
					#header > .container .row {
							margin: 0 !important;
							background: url("images/headerinnerbg.png") repeat-x 0 125px;
							height: 199px;
							border-bottom: 1px solid #000;
					}

					#header > .container .row .col-12 {
						margin: 0 auto;
						width: 1000px;
						clear: both;
						padding:0;
					}



		#header h1 {
			height: 125px;
			display: block;
		}

			#header h1 a {
				width: 100%;
				height: 100%;
				display: block;
			}

		#header nav {
			border-bottom: 1px solid #999999;
			height: 41px;
			margin: 0;
		}

			#header nav a {
				font-family: PortagoITCTTRegular;
				color: #FFFFFF;
				float: left;
				margin: 0;
				padding: 9px 0 7px;
				font-size: 24px;
				text-align: center;
				text-decoration: none;
				width: 200px;
			}

				#header nav a.selected,
				#header nav a:hover{
    			background: url("images/headerinnerbg.png") repeat scroll left top transparent;
    			color: #FFCC66;
				}


				div.subnav {
				    background: url("images/headerinnerbg.png") repeat scroll center top transparent;
				    display: none;
				    height: 33px;
				}

				ul.submenu {
				    float: none;
				    margin: 0;
				    text-align: center;
				}

				ul.submenu li {
				    display: inline-block;
				    float: none;
				*float:left;
				    font-family: PortagoITCTTRegular;
				    font-size: 16px;
				    padding: 8px 15px;
				}

				ul.submenu li a {
				    color: #FFFFFF;
				    text-decoration: none;
				}
				        	 ul.submenu li a.selected,
						 ul.submenu li a:hover {
				                        color: #ffcc66 !important;
				                }


												ul.tourbox {margin-bottom: 0; background: #B5BA91;}

												ul.tourbox li {
												    display: inline-block;
												    float: none;
												    font-family: PortagoITCTTRegular;
												    font-size: 18px;
												    padding: 8px 17px;
												}

		.subpage #header > .container {
			height: 155px;
		}



		/* Image för fanken! */

			.image {
				position: relative;
				display: inline-block;
			}

				.image img {
					display: block;
					width: 100%;
				}

				.image .realimg {
					position: absolute;
					top: 0;
				}

				.image:before {
					content: '';
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					border-radius: 8px;
				}

				.image.fit {
					display: block;
					width: 100%;
				}

				.image.featured {
					display: block;
					width: 100%;
					margin: 0 0 2em 0;
				}

					.col-high .image.featured
					{

						margin: 0 0 -2em 0;
					}

					.listall .image.featured,
					.current .image.featured
					{

						margin: 0 0 0.5em 0;
					}

					#footer .image.featured {
						width: 20%;
						margin: 2em auto;
						display: inline-block;
					}




				.image.featured-right,
				.teaser .image.featured-right {
					float: right;
					display: block;
					width: 45%;
					margin: 0 0 1em 1em;
				}
					.newspost-index .image.featured-right,
					.newspost .image.featured-right {
						width: 30%;
					}

				.image.left {
					float: left;
					margin: 0 2em 2em 0;
				}

				.image.centered {
					display: block;
					margin: 0 0 2em 0;
				}

					.image.centered img {
						margin: 0 auto;
						width: auto;
					}

					.bioimage  {
						margin-bottom: 10px;
						display: block;
						line-height: 1.5em;
						padding: 10px;
						background: #000;
						color: #fff;
					}

.press img {width:100%}


/* Features */

	#features {
		background: #353D40 url("images/bg02.jpg");
		border-bottom: solid 1px #272e31;
		padding: 45px 0 45px 0;
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
		color: #a0a8ab;
	}

		#features h2 {
			font-size: 1.25em;
			color: #fff;
			margin: 0 0 0.25em 0;
		}

		#features a {
			color: #e0e8eb;
		}

		#features strong {
			color: #fff;
		}

/* Content */

	#content {
		font-family: Cambria;
		font-size: 15px;
		line-height: 20px;
		padding: 15px 0;
		margin: 0 auto;
		/*width: 1000px;*/
		clear: both;

	}

		#content section {
			padding: 0px;
			margin: 0 0 25px 0;
		}

		#content h1 {
			font-size: 5em;
			line-height: 1em !important;
			font-family: PortagoITCTTRegular;
			font-weight: normal;
			text-transform: uppercase;
		}

		#content .vault h1 {
			font-size: 7em;
		}


		#content h2 {
			font-family: PortagoITCTTRegular;
			font-size: 28px;
			font-weight: normal;
			text-transform: uppercase;
			margin-top: 0;
			line-height: 30px;
			margin-bottom: 7px;
			padding-bottom: 10px;
			background: url("images/divline.png") repeat-x 0 100%;
		}
			#content h2.noline { background-image: none;}


		#content h3 {
			font-family: Cambria;
			font-size: 17.55px;
			line-height: 20px;
		}

			#content h3.specfont {
		font-family: PortagoITCTTRegular;
		font-weight: normal;
		color: #555;
		text-transform: uppercase;
		margin: 10px 0;
		font-size: 21px;
	}

	#content h4 {
		font-family: Georgia;
		font-weight: normal;
		font-size: 30px;
		line-height: 35px;
		color: maroon;
		margin-bottom: 12px;
	}


		#content a {
			color: #006600;
			text-decoration: none;
		}
		#content a:hover {
			text-decoration: underline;
		}

		#content header {
			margin: 0;
		}

		#content .quote-list li {
			border-bottom: solid 1px #e2e6e8;
		}

		#content .link-list li {
			border-bottom: solid 1px #e2e6e8;
		}

		#content .check-list li {
			border-bottom: solid 1px #e2e6e8;
		}

/* Footer */

	#footer {
		border-top:1px solid #fff;
    background: url("images/footerbg.png");
    height: 105px;
    -webkit-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.3);
		-moz-box-shadow:    0px -5px 5px rgba(50, 50, 50, 0.3);
		box-shadow:         0px -5px 5px rgba(50, 50, 50, 0.3);
		overflow:hidden;
		height: 100%;
	}

		#footer .footer-row {
			font-family: arial;
			font-size: 12px;
			line-height: 20px;
			margin: 0 auto;
			margin-top: 20px;
			width: 1000px;
			clear: both;
		}

		#footer a {
			color: #546b76;
		}




/* Large */

	@media screen and (max-width: 1280px) {

		/* Multi-use */

			.check-list li {
				font-size: 1em;
				line-height: 2em;
			}

			.quote-list li {
				padding: 1em 0 1em 0;
			}

				.quote-list li img {
					width: 60px;
				}

				.quote-list li p {
					margin: 0 0 0 80px;
					font-size: 1em;
					font-style: italic;
					line-height: 1.8em;
				}

				.quote-list li span {
					display: block;
					margin-left: 80px;
					font-size: 0.8em;
					font-weight: 400;
					line-height: 1.8em;
				}

			.feature-image {
				margin: 0 0 1em 0;
			}

			.button-large {
				font-size: 1.5em;
			}

		/* Banner */

			#banner p {
				font-size: 1.75em;
			}

		/* Header */

			#header h1 {
				font-size: 2.25em;
			}

			#header nav a {
				font-size: 1.1em;
			}

		/* Content */

		#content h1 {
			font-size: 3em;
		}


			#content h3 {
				font-size: 1.1em;
			}

			#content h4 {
				font-size: 24px;
				line-height: 30px;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

	/* Header */

			#header {
				text-align: center;
				height: 57px;
				top: -50px;
			}

				#header > .container:first-child {
					display: none;
				}

		/* Content */

			#content {
				padding: 0;
				margin-top: -55px;
			}

			/* Special */

			.teaser .img300 {
				width: 109px !important;
				float: left;
				margin-right: 26px;
			}

			ul.merch li {
				width: 30%;
				margin: 0 10px 10px 0;
			}
		ul.merch li img {
			width: 100%;
		}

.samples .col-12-medium {
	width: 50%;
}


		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				padding-top: 44px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 55px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				color: #fff;
				background: url("images/collage.jpg") no-repeat;
				box-shadow: inset 0px -20px 70px 0px rgba(200, 220, 245, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.6);
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
			}

				#titleBar .title {
					display: block;
					text-align: center;
					font-size: 1.2em;
					font-weight: 400;
					line-height: 48px;
					background: url("images/translogo50.png") no-repeat 100px 3px;
					height: 55px;
				}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
				}

					#titleBar .toggle:after {
						content: '';
						display: block;
						position: absolute;
						top: 8px;
						left: 6px;
						color: #fff;
						background: #000;
						width: 39px;
						height: 39px;
						border-radius: 0px;
				}

					#titleBar .toggle:before {
						content: '';
						position: absolute;
						width: 20px;
						height: 30px;
						background: url("images/mobileUI-site-nav-opener-bg.svg");
						top: 21px;
						left: 16px;
						z-index: 1;
						opacity: 1;
					}





					#titleBar .toggle:active:after {
						background: rgba(255, 255, 255, 0.05);
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				background: url("images/bodybg.gif");
				z-index: 10002;
				box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -2px 0px 25px 0px rgba(0, 0, 0, 0.5);
			}

				#navPanel .link {
					display: block;
					font-family: PortagoITCTTRegular;
					color: #000;
					text-decoration: none;
					font-size: 1em;
					line-height: 1em;
					padding: 10px;
					background: url("images/divline.png") repeat-x 0 100%;
				}
					#navPanel .link.depth-1 {
						padding-left:20px;
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link:last-child {
						border-bottom: 0;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.4em;
			}

			/* Special */

			.teaser .img300 {
				width: 100% !important;
				float: none !important;
				margin-right: 0px !important;
			}
			.responsive-medium {display: none !important;}
			.responsive-small {display: block !important;}

			.samples .col-12-medium {
				width: 100%;
			}

			.nb-right {
				width:50% !important;
			}

		/* Multi-use */

		.nav {
			height: 110px;
		}

		.merchitem_right {
			margin:0;
			width: 100%;
		}

		ul.merch li {
			width: 47%;
			margin: 0 10px 10px 0;
		}
			ul.merch li img {
				width: 100%;
			}

			.merchinfo {
      	height: 260px;
        font-size: 0.75em;
				line-height: 1.5em;

			}

			.link-list li {
				padding: 0.75em 0 0.75em 0;
			}

			.quote-list li p {
				margin-bottom: 0.5em;
			}

			.check-list li {
				font-size: 1em;
			}

			.button-large {
				width: 100%;
			}

		/* Banner */

			#banner p {
				font-size: 1.25em;
				font-weight: 200;
				line-height: 1.25em;
				margin: 0 0 1em 0;
			}

		/* Content */


			#content section {
				padding: 0px;
			}

			#content .vault h1 {
				font-size: 2.5em;
			}

			#content h3 {
				font-size: 1em;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

		/* Footer */

			#footer .link-list {
				margin: 0 0 10px 0 !important;
			}

		/* Copyright */

			#copyright {
				padding: 20px 30px;
			}

	}
