@charset "utf-8";

@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 100;
	src: url('/template/font/Roboto-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 300;
	src: url('/template/font/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 400;
	src: url('/template/font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 500;
	src: url('/template/font/Roboto-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 700;
	src: url('/template/font/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 900;
	src: url('/template/font/Roboto-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: normal; font-weight: 100;
	src: url('/template/font/Roboto-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: italic; font-weight: 300;
	src: url('/template/font/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: italic; font-weight: 400;
	src: url('/template/font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: italic; font-weight: 500;
	src: url('/template/font/Roboto-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: italic; font-weight: 700;
	src: url('/template/font/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto'; font-style: italic; font-weight: 900;
	src: url('/template/font/Roboto-Black.ttf') format('truetype');
}


@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/template/font/material-icons.woff2") format("woff2"), url("/template/font/material-icons.woff2") format("woff");
}
.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
	background: #fff;
	color: #555;
	font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#main {
	font-size: 1em;
	line-height: 1.75em;
}
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #c10f14;
	color: #FFF;
	text-shadow: none;
}

/* Links */
a { color: #c10f14; text-decoration: none; }
a:hover { color: #c10f14; text-decoration: underline; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #555; text-decoration: none; }

/* Typography */
h1, .likeh1, h2, h3 { font-weight: normal; line-height: 110%; text-align: left; }
h1, .likeh1 { font-size: 2.5em; margin: 0.67em 0; }
h2 { 
	color: #846b11;
	font-size: 2.2em; margin: 0.83em 0 0.2em;
}
h3 { font-size: 1.35em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1200px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }

/* msg */
.msg { 
	background: #d4edda; 
	border: 1px solid #c3e6cb;
	color: #155724;
}
.msgerror { 
	background: #f8d7da; 
	border: 1px solid #f5c6cb;
	color: #721c24;
	line-height: 1.2em;
}
.msgwarning {
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
}
.msg, .msgerror, .msgwarning {
	margin: 1em 0 0;
	padding: 1em;
}
.msg h2, .msgerror h2, .msgwarning h2 { display: none; }
.msg ul, .msgerror ul, .msgwarning ul {
	margin: 0; 
	padding-left: 20px;
}
.msg ul li + li, .msgerror ul li + li, .msgwarning ul li + li { margin-top: 0.5em; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #c10f14; 
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Roboto', sans-serif; font-size: 1em; font-weight: 400;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.5em 1em;
	text-decoration: none;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #9E0004; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #c10f14!important; }

/* START CUSTOM PART */

/* CLASSES */

/* PRIMARY STYLES [layout] */

/* START Select2 */
.select2-container--default .select2-selection--single {
	border-radius: 0!important;
	height: 37px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 37px!important; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 37px!important; }
/* END Select 2 */

/* START Custom Alert */
#alert-container { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: none;
	margin: 0 auto;
	position: fixed; z-index: 100; top: 50%; left: 0; right: 0;
	transform: translateY(-50%);
	width: 100%; max-width: 320px;
}
#alert-content {
	background: #FFF;
	border: 1px solid #d4d4d4;
	box-shadow: 0px 0px 12px -5px #8c8c8c;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	line-height: 1.5em;
	margin: 1em;
	padding: 1em;
	text-align: center;
	width: calc(100% - 2em);
}
#alert-content.error {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}
#alert-content.success {
	background: #d4edda; 
	border: 1px solid #c3e6cb;
	color: #155724;
}
#alert-title { font-weight: 500; font-size: 1.2em; }
#alert-txt { margin-bottom: 0; }
/* END Custom Alert*/

/* START form */
#article .field {
	background: #FFF;
	border: 1px solid #AAA;
	color: #666;
	cursor: pointer;
	padding: 0.5em 0.8em;
}
/* END form */

#header {
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
	padding: 1em 0 0;
}
#header .row.table > * { padding: 0; }
#logo {
	display: inline-block;
	height: auto;
	width: 100%; max-width: 280px;
}
#logo img {
	display: block;
	height: auto;
	width: 100%;
}
#h1desktop-container { vertical-align: bottom; }
#h1desktop {
	color: #c10f14;
	font-weight: 500; font-size: 2.7em;
	margin-bottom: -10px;
}
#cta {
	background: #c10f14;
	margin-top: 1em;
	text-align: center;
}
#cta .wrapper > * {
	display: inline-block;
	padding: 0.5em;
	width: 240px;
}
#cta .wrapper > *.shop { width: 120px; }
#cta a {
	color: #FFF;
	text-decoration: none;
}
#cta a:hover { background: #9E0004; }
#cta a i {
	margin-right: 0.4em;
	vertical-align: -0.3em;
}

#cta .cart {
	position: relative;
	vertical-align: middle;
	width: 100px;
}
#cta .cart * { vertical-align: middle; }
#cta .cart .qnt {
	color: #ffffff;
	background: #856b12;
	border-radius: 20px;
	font-size: 0.85em;
	padding: 0.2em 0.5em;
	position: absolute; top: -5px; right: 36px; z-index: 100;
}
#cta .cart .qnt.pulse { animation-name: _pulse; animation-duration: 500ms; animation-iteration-count: infinite; animation-timing-function: linear; }
@keyframes _pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.5); }
	100% { transform: scale(1); }
}
#cta .cart .add-cart-info {
	display: none;
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	padding: 0.5em;
	position: absolute; left: -240px; bottom: -50px;
	width: 300px;
	font-weight: bold;
}
#cta .cart .add-cart-info:after, #cta .cart .add-cart-info:before {
	bottom: 100%;
	left: 94%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#cta .cart .add-cart-info:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #d4edda;
	border-width: 15px;
	margin-left: -15px;
}
#cta .cart .add-cart-info:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c3e6cb;
	border-width: 16px;
	margin-left: -16px;
}

#main {
	padding-top: 4em; padding-bottom: 3em;
	min-height: 300px;
}

#address {
	background: #EFEFEF;
	padding: 2em 0;
}
#address .address-title {
	font-weight: 500; font-size: 2em;
	margin-bottom: 0.5em;
}

#footer {
	background: #c10f14;
	padding: 0.5em 0;
}
#footer .wrapper { font-size: 0.9em; }
#footer, #footer * { color: #FFF; }
#footer a { text-decoration: underline; }

#empty-seatcard-container {
	text-align: center;
	overflow-x: auto;
}
#empty-seatcard-container img {
	margin-top: 2em;
	max-width: 1107px;
	height: auto;
}

/* CONTENT */
#article h1 {
	color: #c10f14;
	margin-top: 0;
	position: fixed; z-index: 1; left: -10000000px; top: -10000000px; 
}
#article .likeh1 { color: #c10f14; }

/* START Shop */
.amount-container > * {
	display: inline-block;
}
.amount-container:nth-of-type(1) i, .amount-container:nth-of-type(3) i { vertical-align: middle; }
.amount-container:nth-of-type(2) { margin: 0 0.5em; }
.amount-container input {
	height: 25px;
	width: 30px;
	text-align: center;
}

.add_to_cart_block { display: table; }
.add_to_cart_block .amount-container { padding-right: 1em; }
.add_to_cart_block .amount-container, .add_to_cart_block .addtocard {
	display: table-cell;
	vertical-align: middle;
}

.addtocard > * { vertical-align: middle; }

.statusbar {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 4em;
}
.statusbar .status { display: table-cell; }
.statusbar .status span.number {
	background: #b8b8b8;
	border-radius: 6em;
	font-size: 2em;
	color: #fff;
	padding: 0.25em 0.7em 0.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
.statusbar .status.active span.number { background: #c10f14; }
.statusbar .status span.text {
	font-weight: bold;
	vertical-align: middle;
}

.msgwarning { text-align: center; }

.carttable {
	display: table;
	width: 100%;
	padding-top: 2em;
}
.carttable .cart-header, .carttable .cart-item {
	display: table-row;
}
.carttable .cart-header div {
	font-weight: bold;
}
.carttable .cart-header > div, .carttable .cart-item > div {
	border-bottom: 1px solid #b8b8b8;
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	text-align: center;
}
.carttable .cart-item .img img {
	max-width: 100px;
	height: auto;
}
.carttable .cart-item .price, .carttable .cart-item .pricesum { font-weight: bold; }
.carttable .mobiletitle { display: none; }

.carttable-footer {
	text-align: right;
	margin-top: 1em;
}
.carttable-footer .pricesum, .carttable-footer .shippingcosts, .carttable-footer .completeprice { font-weight: bold; }
.carttable-footer .completeprice { color: #c10f14; }
.carttable-footer .button { margin-top: 3em; }
.carttable-footer .button.backtoshop {
	float: left;
	margin-right: 1em;
}
.carttable-footer::after {
	display: block;
	content: '';
	clear: both;
	float: none;
}

.carttable .delete i { cursor: pointer; }
/* END Shop */

/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
	border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: calc(100% - 20px); max-width: 400px;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 10px; bottom: 10px;
}
#cookiehint.bottom-higher { bottom: 40px; }
#cookiehint p {
	margin: 0; margin-right: 38px;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a[href="javascript:;"] { position: absolute; z-index: 1; right: 5px; top: 5px; }
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.top { top: 10px; bottom: initial; }

/* Media Queries */
@media screen and (max-width: 800px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }

	.statusbar { margin-bottom: 2em; }
	.statusbar .status span.number { margin: 0; }
	.statusbar .status span.text {
		display: block;
		margin-top: 1.25em;
	}

	.carttable {
		box-sizing: border-box;
		display: block;
		padding: 1em 1em;
	}
	.carttable .cart-item {
		border-bottom: 1px solid #b8b8b8;
		display: block;
		margin-top: 1.5em;
	}
	.carttable .cart-item:first-of-type { margin-top: 0; }
	.carttable .cart-header { display: none; }
	.carttable .cart-item > div {
		border-bottom: none;
		display: block;
		padding: 0;
		text-align: left;
	}
	.carttable .cart-item > div.img {
		float: left;
		margin-right: 1.5em;
	}
	.carttable .mobiletitle { display: inline-block; }
	.carttable .title {
		font-weight: bold;
		font-size: 1.25em;
		margin-bottom: 0.5em;
	}
	.carttable .delete i { display: none; }
	.carttable .delete .mobiletitle {
		margin-top: 1em;
		margin-bottom: 1.5em;
	}
}
@media screen and (max-width: 635px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }
	
	#header { 
		padding-bottom: 1em;
		position: relative; z-index: 1;
	}
	#h1desktop { display: none; }
	
	#cta {
		background: transparent;
		display: inline-block;
		margin-top: 0;
		position: absolute; z-index: 1; right: 0px; top: 50%;
		transform: translateY(-50%);
	}
	#cta .wrapper > * { 
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
		display: block;
		padding: 0;
		text-align: right;
		width: 30px; height: 30px;
	}
	#cta .wrapper > *.shop { width: 30px; }
	#cta .wrapper > * + * { margin-top: 4px; }
	#cta a { color: #c10f14; }
	#cta a:hover {
		background: transparent;
		color: #9E0004;
	}
	#cta a i { margin-right: 0; }
	#cta .text { display: none; }
	
	#main { padding-top: 2em; padding-bottom: 2em; }
	#article h1 { font-weight: 500; position: static; left: auto; top: auto; }

	#cta .cart .add-cart-info { left: -280px; }
	#cta .cart .qnt {
		top: -8px;
		right: -10px;
	}

	.statusbar { margin-bottom: 3em; }
	.statusbar .status span.text {
		display: none;
	}
}

@media screen and (max-width: 380px) {
	.carttable .cart-item > div { text-align: center; }
	.carttable .cart-item > div.img {
		display: block;
		float: none;
		margin-bottom: 0.5em;
		margin-right: 0;
	}
	.carttable .cart-item .img img { display: inline-block; }
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}