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%;
	font: inherit;
	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[type="text"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}

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

body {
	min-width: 320px;
	min-height: 100vh;
	line-height: 1.0;
	word-wrap: break-word;
	overflow-x: hidden;
	background-color: #1D1D1D;
}

u {
	text-decoration: underline;
}

strong {
	color: inherit;
	font-weight: bolder;
}

em {
	font-style: italic;
}

code {
	font-family: 'Lucida Console', 'Courier New', 'monospace';
	font-weight: normal;
	text-indent: 0;
	letter-spacing: 0;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.5em;
	background-color: rgba(144, 144, 144, 0.25);
	border-radius: 0.25em;
}

mark {
	background-color: rgba(144, 144, 144, 0.25);
}

a {
	-moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	color: inherit;
	text-decoration: underline;
}

s {
	text-decoration: line-through;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	min-height: 100vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: #2B2B2B;
}

#main {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	max-width: 100%;
	z-index: 1;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	text-align: center;
}

#main > .inner {
	position: relative;
	z-index: 1;
	border-radius: inherit;
	padding: 0rem 0rem;
	max-width: 100%;
	width: 50rem;
}

#main > .inner > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#main > .inner >:first-child {
	margin-top: 0 !important;
}

#main > .inner >:last-child {
	margin-bottom: 0 !important;
}

#main > .inner > .full {
	margin-left: calc(-0rem);
	width: calc(100% + 0rem + 0.4725px);
	max-width: calc(100% + 0rem + 0.4725px);
}

#main > .inner > .full:first-child {
	margin-top: -0rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > .full:last-child {
	margin-bottom: -0rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main > .inner > .full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: 50%;
	right: auto;
	margin-left: -50vw;
}

.container > .inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

#main .container.full:first-child > .inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#masthead {
	margin-bottom: 2rem !important;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	/*min-height: 25rem;*/
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-style: solid;
	border-color: #990000;
	border-bottom-width: 2px;
}

#masthead > .inner {
	text-align: center;
	padding: 1rem 0rem;
	width: 100%;
	max-width: 50rem;
	display: inline-block;
}

#masthead > .inner > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#masthead > .inner > *:first-child {
	margin-top: 0 !important;
}

#masthead > .inner > *:last-child {
	/* margin-bottom: 0 !important; */
}

#masthead > .inner > .full {
	margin-left: calc(-0rem);
	width: calc(100% + 0rem + 0.4725px);
	max-width: none;
}

#masthead > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#masthead > .inner > .full:last-child {
	/* margin-bottom: -1rem !important; */
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#masthead img {
    height: auto;
    max-width: 100%;
}

.product-main {
	margin-top: 2.5rem !important;
	margin-bottom: 3rem !important;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: transparent;
}

.product-main > .inner {
	text-align: center;
	padding: 0rem 1rem;
	width: 100%;
	max-width: 50rem;
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.product-main > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 1.5rem;
}

.product-main > .inner >:nth-child(1) {
	width: calc(25% + 0.75rem);
}

.product-main > .inner >:nth-child(2) {
	width: calc(75% + 0.75rem);
}

.product-main > .inner > * > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.product-main > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.product-main > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.product-main > .inner > *:first-child {
	margin-left: -1.5rem;
}

.product-main > .inner > * > .full {
	margin-left: calc(-0.75rem);
	width: calc(100% + 1.5rem + 0.4725px);
	max-width: none;
}

.product-main > .inner > *:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 1.75rem + 0.4725px);
}

.product-main > .inner > *:last-child > .full {
	width: calc(100% + 1.75rem + 0.4725px);
}

.product-main > .inner > * > .full:first-child {
	margin-top: calc(-0rem) !important;
}

.product-main > .inner > * > .full:last-child {
	margin-bottom: calc(-0rem) !important;
}

.product-main > .inner > *:first-child,
.product-main > .inner > *:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

.product-main > .inner > *:last-child,
.product-main > .inner > *:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

.product-main > .inner > .full {
	align-self: stretch;
}

.product-main > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.product-main > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.product-main > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 0rem);
	border-radius: inherit;
}

.product-main > .inner > .full > .full:first-child:last-child img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.product-main > .inner > .full > .full:first-child:last-child a,
.product-main > .inner > .full > .full:first-child:last-child span,
.product-main > .inner > .full > .full:first-child:last-child img {
	height: 100%;
	border-radius: inherit;
}

.product-main-landscape {
	margin-top: 1.5rem !important;
	margin-bottom: 3rem !important;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: transparent;
}

.product-main-landscape > .inner {
	text-align: center;
	padding: 0rem 1rem;
	width: 100%;
	max-width: 50rem;
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.product-main-landscape > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 1.5rem;
}

.product-main-landscape > .inner >:nth-child(1) {
	width: calc(40% + 0.75rem);
}

.product-main-landscape > .inner >:nth-child(2) {
	width: calc(60% + 0.75rem);
}

.product-main-landscape > .inner > * > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.product-main-landscape > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.product-main-landscape > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.product-main-landscape > .inner > *:first-child {
	margin-left: -1.5rem;
}

.product-main-landscape > .inner > * > .full {
	margin-left: calc(-0.75rem);
	width: calc(100% + 1.5rem + 0.4725px);
	max-width: none;
}

.product-main-landscape > .inner > *:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 1.75rem + 0.4725px);
}

.product-main-landscape > .inner > *:last-child > .full {
	width: calc(100% + 1.75rem + 0.4725px);
}

.product-main-landscape > .inner > * > .full:first-child {
	margin-top: calc(-0rem) !important;
}

.product-main-landscape > .inner > * > .full:last-child {
	margin-bottom: calc(-0rem) !important;
}

.product-main-landscape > .inner > *:first-child,
.product-main-landscape > .inner > *:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

.product-main-landscape > .inner > *:last-child,
.product-main-landscape > .inner > *:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

.product-main-landscape > .inner > .full {
	align-self: stretch;
}

.product-main-landscape > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.product-main-landscape > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.product-main-landscape > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 0rem);
	border-radius: inherit;
}

.product-main-landscape > .inner > .full > .full:first-child:last-child img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.product-main-landscape > .inner > .full > .full:first-child:last-child a,
.product-main-landscape > .inner > .full > .full:first-child:last-child span,
.product-main-landscape > .inner > .full > .full:first-child:last-child img {
	height: 100%;
	border-radius: inherit;
}

#footer > .inner {
	text-align: center;
	padding: 1.5rem 0rem;
	width: 100%;
	max-width: 65rem;
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#footer {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: #1D1D1D;
	border-style: solid;
	border-color: #990000;
	border-top-width: 4px;
}

#footer > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	/*padding: 0 0 0 1rem;*/
	padding: 0 1rem 0 1rem;
}

#footer > .inner >:nth-child(1) {
	/*width: calc(25% + 0.5rem);*/
	width: 50%;
}

#footer > .inner >:nth-child(2) {
	/*width: calc(75% + 0.5rem);*/
	width: 50%;	
}

#footer > .inner > * > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#footer > .inner > * > *:first-child {
	/* margin-top: 0 !important; */
}

#footer > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#footer > .inner > *:first-child {
	/* margin-left: -1rem; */
}

#footer > .inner > * > .full {
	margin-left: calc(-0.5rem);
	width: calc(100% + 1rem + 0.4725px);
	max-width: none;
}

#footer > .inner > *:first-child > .full {
	margin-left: calc(-0rem);
	width: calc(100% + 0.5rem + 0.4725px);
}

#footer > .inner > *:last-child > .full {
	width: calc(100% + 0.5rem + 0.4725px);
}

#footer > .inner > * > .full:first-child {
	margin-top: calc(-1.5rem) !important;
}

#footer > .inner > * > .full:last-child {
	margin-bottom: calc(-1.5rem) !important;
}

#footer > .inner > .full {
	align-self: stretch;
}

#footer > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#footer > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#footer > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 3rem);
	border-radius: inherit;
}

#footer > .inner > .full > .full:first-child:last-child img {
	position: absolute;
	width: 100%;
	height: 100%;
}

#footer > .inner > .full > .full:first-child:last-child a,
#footer > .inner > .full > .full:first-child:last-child span,
#footer > .inner > .full > .full:first-child:last-child img {
	height: 100%;
	border-radius: inherit;
}

#indicia > .inner {
	padding: 1.5rem 1.5rem;
	width: 100%;
	max-width: 50rem;
	display: inline-block;
}

#indicia {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: #1D1D1D;
}

#indicia > .inner > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#indicia > .inner > *:first-child {
	margin-top: 0 !important;
}

#indicia > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#indicia > .inner > .full {
	margin-left: calc(-0rem);
	width: calc(100% + 0rem + 0.4725px);
	max-width: none;
}

#indicia > .inner > .full:first-child {
	margin-top: -1.5rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#indicia > .inner > .full:last-child {
	margin-bottom: -1.5rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

h1 br + br,
h2 br + br,
h3 br + br,
p br + br {
	display: block;
	content: ' ';
}

h1 .li,
h2 .li,
h3 .li,
p .li {
	display: list-item;
	padding-left: 0.5em;
	margin: 0.75em 0 0 1em;
}

.page-header br + br {
	margin-top: 0.9rem;
}

.page-header {
	text-transform: uppercase;
	color: #CC0000;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 3.5em;
	line-height: 1.25;
	font-weight: 700;
}

.product-id br + br {
	margin-top: 0.9rem;
}

.product-id {
	text-align: left;
	text-transform: uppercase;
	color: #CC0000;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 1.75em;
	line-height: 1.5;
	font-weight: 600;
}

.product-title br + br {
	margin-top: 0.9rem;
}

.product-title {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

.product-desc br + br {
	margin-top: 0.9rem;
}

.product-desc {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	text-align: justify;
	color: #FFFFFF;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 400;
}

#copyright br + br {
	margin-top: 0.9rem;
}

#copyright {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 1em;
	line-height: 1.5;
	font-weight: 500;
}

#copyright a {
	color: #CC0000;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#footer h2 br + br {
	margin-top: 0.9rem;
}

#footer h2 {
	margin-top: 0.5rem !important;
	margin-bottom: 1rem !important;
	text-align: center;
	text-transform: uppercase;
	color: #CC0000;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 1.75em;
	line-height: 1.5;
	font-weight: 700;
}

.buttons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
	width: calc(100% + 1.5rem);
	margin-left: -0.75rem;
}

.buttons li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 1.5rem);
	margin: 0.75rem;
}

.buttons li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: auto;
	height: 3rem;
	line-height: 3rem;
	vertical-align: middle;
	padding: 0 1.25rem;
	font-size: 1.25em;
	font-family: 'Montserrat', 'sans-serif';
	font-weight: 500;
	border-radius: 0.5rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	vertical-align: middle;
}

	.buttons li a svg {
		display: block;
		-moz-transition: fill 0.25s ease;
		-webkit-transition: fill 0.25s ease;
		-ms-transition: fill 0.25s ease;
		transition: fill 0.25s ease;
		width: 1em;
		min-width: 16px;
		height: 100%;
		fill: #FFFFFF;
		margin-right: calc(0.5em + 0rem);
		margin-left: -0.125em;
	}

.buttons li button {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: auto;
	height: 3rem;
	line-height: 3rem;
	vertical-align: middle;
	padding: 0 1.25rem;
	font-size: 1.25em;
	font-family: 'Montserrat', 'sans-serif';
	font-weight: 500;
	border-radius: 0.5rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	vertical-align: middle;
	cursor: pointer;
}

	.buttons li button svg {
		display: block;
		-moz-transition: fill 0.25s ease;
		-webkit-transition: fill 0.25s ease;
		-ms-transition: fill 0.25s ease;
		transition: fill 0.25s ease;
		width: 1em;
		min-width: 16px;
		height: 100%;
		fill: #FFFFFF;
		margin-right: calc(0.5em + 0rem);
		margin-left: -0.125em;
	}

.buttons .product-button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
    background-color: #1D1D1D;

}

.buttons .product-button:hover {
	color: #CC0000;
	border-color: #CC0000;
}

.buttons .product-button:hover svg {
	fill: #CC0000;
}

.buttons .n02 {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
    background-color: #1D1D1D;
}

.buttons .n02:hover {
	color: #CC0000;
	border-color: #CC0000;
}

.buttons .n02:hover svg {
	fill: #CC0000;
}

.buttons .n03 {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
    background-color: #1D1D1D;
}

.buttons .n03:hover {
	color: #CC0000;
	border-color: #CC0000;
}

.buttons .n03:hover svg {
	fill: #CC0000;
}

.image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	display: block;
}

.image a,
.image span {
	position: relative;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.image a img,
.image span img {
	display: block;
}

.image img {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.image.full img {
	display: block;
}

.image.full:first-child img {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.image.full:last-child img {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.image.full a,
.image.full span {
	display: block;
}

#logo img {
	max-width: 100%;
	width: auto;
}

.gallery .inner {
	display: inline-block;
	max-width: 100%;
}

.gallery ul li a,
.gallery ul li span {
	position: relative;
}

.gallery ul li img {
	width: auto;
	max-width: 100%;
	margin: 0;
	vertical-align: top;
}

@-moz-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.gallery-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: rgba(10, 10, 10, 0.85);
	visibility: none;
	opacity: 0;
	-moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	z-index: 0;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gallery-modal:before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	-moz-animation: gallery-modal-spinner 1s infinite linear;
	-webkit-animation: gallery-modal-spinner 1s infinite linear;
	-ms-animation: gallery-modal-spinner 1s infinite linear;
	animation: gallery-modal-spinner 1s infinite linear;
	-moz-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 0;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
}

.gallery-modal .inner {
	opacity: 0;
	transform: translateY(0.75em);
	transition: all 0.5s ease;
}

.gallery-modal .inner img {
	display: block;
	max-width: 80vw;
	max-height: 85vh;
	box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.35);
}

.gallery-modal .nav {
	position: fixed;
	top: 30%;
	width: 8rem;
	max-width: 10vw;
	height: 40%;
	min-height: 6rem;
	cursor: pointer;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
	opacity: 0.25;
	-moz-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.gallery-modal .nav:hover {
	opacity: 1;
}

.gallery-modal .nav.next {
	right: 0;
}

.gallery-modal .nav.previous {
	left: 0;
	transform: scaleX(-1);
}

.gallery-modal .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	display: block;
	cursor: pointer;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	background-position: top 1rem right 1rem;
	background-repeat: no-repeat;
	background-size: 3rem;
	opacity: 0.25;
	transition: opacity 0.25s ease;
}

.gallery-modal .close:hover {
	opacity: 1;
}

.gallery-modal.visible {
	visibility: visible;
	opacity: 1;
	z-index: 10000;
	-moz-pointer-events: auto;
	-webkit-pointer-events: auto;
	-ms-pointer-events: auto;
	pointer-events: auto;
}

.gallery-modal.visible:before {
	opacity: 1;
}

.gallery-modal.loaded:before {
	opacity: 0 !important;
	-moz-transition-delay: 0s !important;
	-webkit-transition-delay: 0s !important;
	-ms-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.gallery-modal.switching .inner {
	-moz-transition: opacity 0.375s ease, transform 0.5s ease;
	-webkit-transition: opacity 0.375s ease, transform 0.5s ease;
	-ms-transition: opacity 0.375s ease, transform 0.5s ease;
	transition: opacity 0.375s ease, transform 0.5s ease;
}

#header {
	margin-top: 1.5rem !important;
	margin-bottom: 0.5rem !important;
}

#header .inner {
	max-width: 100%;
	width: 100%;
}

#header ul li a,
#header ul li span {
	border-radius: 0rem;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#header ul li img {
	border-radius: 0rem;
	display: block;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	object-position: center;
	height: auto;
	max-height: 4rem;
}

#header ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	width: calc(100% + 0rem);
	margin: -0rem 0 -0rem -0rem;
}

#header ul li {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	margin: 0rem;
}

#read .inner {
	max-width: 100%;
}

#read ul li a,
#read ul li span {
	border-radius: 0rem;
	display: block;
}

#read ul li img {
	border-radius: 0rem;
	height: auto;
	max-height: 11rem;
}

#read ul {
	width: 100%;
	/*width: calc(100% + 0rem);*/
	/* margin: -0rem 0 -0rem -0rem; */
}

#read ul li {
	display: inline-block;
	margin: 0rem;
}

#buy .inner {
	max-width: 100%;
}

#buy ul li a,
#buy ul li span {
	border-radius: 0rem;
	display: block;
}

#buy ul li img {
	border-radius: 0rem;
	height: auto;
	max-height: 11rem;
}

#buy ul {
	width: 100%;
	/*width: calc(100% + 1rem);*/
	/* margin: -0.5rem 0 -0.5rem -0.5rem; */
}

#buy ul li {
	display: inline-block;
	margin: 0rem;
}

.product-img .inner {
	max-width: 100%;
	width: 100%;
}

.product-img ul li a,
.product-img ul li span {
	border-radius: 0rem;
	display: block;
}

.product-img ul li img {
	border-radius: 0rem;
	display: block;
	width: 100%;
}

.product-img ul li {
	margin: 0rem 0;
}

.product-img ul li:first-child {
	margin-top: 0;
}

.product-img ul li:last-child {
	margin-bottom: 0;
}

hr {
	width: 100%;
	position: relative;
	padding: 0;
	border: 0;
	height: 0.5rem;
	line-height: 0.5rem;
}

hr:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 92%;
	border-top: solid 5px #990000;
	height: 5px;
}

#divider02:before {
	width: 100%;
	border-top: dashed 1px #990000;
	height: 1px;
}

@media (orientation: portrait) {
	.gallery-modal .inner img {
		max-width: 100vw;
	}
	.gallery-modal .nav {
		width: 8rem;
		max-width: 35%;
		background-image: none;
		opacity: 1;
	}
	.gallery-modal .nav:before {
		content: '';
		display: block;
		width: 3rem;
		height: 3rem;
		position: absolute;
		top: calc(50% - 1.5rem);
		right: 1rem;
		background-color: rgba(144, 144, 144, 0.5);
		background-size: 1.5rem;
		background-position: center;
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');
		background-repeat: no-repeat;
		border-radius: 3rem;
	}
}

@media (max-width: 1680px) {
	html {
		font-size: 100%;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 95%;
	}
	.gallery-modal .nav {
		opacity: 1;
	}
	.gallery-modal .close {
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 90%;
	}
}

@media (max-width: 980px) {
	html {
		font-size: 85%;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 80%;
	}
	#main > .inner {
		padding: 0rem 0rem;
	}
	#main > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#main > .inner > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
		max-width: calc(100% + 0rem + 0.4725px);
	}
	#main > .inner > .full:first-child {
		margin-top: -0rem !important;
	}
	#main > .inner > .full:last-child {
		margin-bottom: -0rem !important;
	}
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	#masthead {
		margin-bottom: 1.5rem !important;
		/*min-height: 30rem;*/
	}
	#masthead > .inner {
		padding: 1rem 0rem;
		max-width: 100%;
	}
	#masthead > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#masthead > .inner > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#masthead > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	#masthead > .inner > .full:last-child {
		/* margin-bottom: -1rem !important; */
	}
	.product-main {
		margin-top: 1.875rem !important;
		margin-bottom: 2.25rem !important;
	}
	.product-main > .inner {
		padding: 0rem 1rem;
		max-width: 100%;
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.product-main > .inner >:nth-child(1) {
		width: calc(25% + 0.75rem);
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	.product-main > .inner >:nth-child(2) {
		width: calc(75% + 0.75rem);
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	.product-main > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.product-main > .inner > * {
		padding: 0 0 0 1.5rem;
		padding: 0.75rem 0 !important;
	}
	.product-main > .inner > *:first-child {
		margin-left: -1.5rem;
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	.product-main > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	.product-main > .inner > * > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	.product-main > .inner > *:first-child > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	.product-main > .inner > *:last-child > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	.product-main > .inner > * > .full:first-child {
		margin-top: -0.75rem !important;
		margin-top: -0.75rem !important;
	}
	.product-main > .inner > * > .full:last-child {
		margin-bottom: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}
	.product-main > .inner > *:first-child > .full:first-child {
		margin-top: calc(-0rem) !important;
		margin-top: calc(-0rem) !important;
	}
	.product-main > .inner > *:last-child > .full:last-child {
		margin-bottom: calc(-0rem) !important;
		margin-bottom: calc(-0rem) !important;
	}
	.product-main > .inner > *:first-child,
	.product-main > .inner > *:first-child > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	.product-main > .inner > *:last-child,
	.product-main > .inner > *:last-child > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	.product-main > .inner > *:first-child,
	.product-main > .inner > *:first-child > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	.product-main > .inner > *:last-child,
	.product-main > .inner > *:last-child > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	.product-main > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	.product-main > .inner > .full > .full:first-child:last-child img {
		position: relative;
		width: 100%;
		height: auto;
	}
	.product-main > .inner > .full > .full:first-child:last-child a,
	.product-main > .inner > .full > .full:first-child:last-child span,
	.product-main > .inner > .full > .full:first-child:last-child img {
		height: auto;
	}
	.product-main-landscape {
		margin-top: 1.125rem !important;
		margin-bottom: 2.25rem !important;
	}
	.product-main-landscape > .inner {
		padding: 0rem 1rem;
		max-width: 100%;
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.product-main-landscape > .inner >:nth-child(1) {
		width: calc(40% + 0.75rem);
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	.product-main-landscape > .inner >:nth-child(2) {
		width: calc(60% + 0.75rem);
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	.product-main-landscape > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.product-main-landscape > .inner > * {
		padding: 0 0 0 1.5rem;
		padding: 0.75rem 0 !important;
	}
	.product-main-landscape > .inner > *:first-child {
		margin-left: -1.5rem;
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	.product-main-landscape > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	.product-main-landscape > .inner > * > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	.product-main-landscape > .inner > *:first-child > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	.product-main-landscape > .inner > *:last-child > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	.product-main-landscape > .inner > * > .full:first-child {
		margin-top: -0.75rem !important;
		margin-top: -0.75rem !important;
	}
	.product-main-landscape > .inner > * > .full:last-child {
		margin-bottom: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}
	.product-main-landscape > .inner > *:first-child > .full:first-child {
		margin-top: calc(-0rem) !important;
		margin-top: calc(-0rem) !important;
	}
	.product-main-landscape > .inner > *:last-child > .full:last-child {
		margin-bottom: calc(-0rem) !important;
		margin-bottom: calc(-0rem) !important;
	}
	.product-main-landscape > .inner > *:first-child,
	.product-main-landscape > .inner > *:first-child > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	.product-main-landscape > .inner > *:last-child,
	.product-main-landscape > .inner > *:last-child > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	.product-main-landscape > .inner > *:first-child,
	.product-main-landscape > .inner > *:first-child > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	.product-main-landscape > .inner > *:last-child,
	.product-main-landscape > .inner > *:last-child > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	.product-main-landscape > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	.product-main-landscape > .inner > .full > .full:first-child:last-child img {
		position: relative;
		width: 100%;
		height: auto;
	}
	.product-main-landscape > .inner > .full > .full:first-child:last-child a,
	.product-main-landscape > .inner > .full > .full:first-child:last-child span,
	.product-main-landscape > .inner > .full > .full:first-child:last-child img {
		height: auto;
	}
	#footer > .inner {
		padding: 1.5rem 0rem;
		max-width: 100%;
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	#footer > .inner >:nth-child(1) {
		width: calc(50% + 0.5rem);
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	#footer > .inner >:nth-child(2) {
		width: calc(50% + 0.5rem);
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	#footer > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#footer > .inner > * {
		padding: 0 0 0 1rem;
		padding: 0.5rem 0 !important;
	}
	#footer > .inner > *:first-child {
		margin-left: -1rem;
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	#footer > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	#footer > .inner > * > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#footer > .inner > *:first-child > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#footer > .inner > *:last-child > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#footer > .inner > * > .full:first-child {
		margin-top: -0.5rem !important;
		margin-top: -0.5rem !important;
	}
	#footer > .inner > * > .full:last-child {
		margin-bottom: -0.5rem !important;
		margin-bottom: -0.5rem !important;
	}
	#footer > .inner > *:first-child > .full:first-child {
		margin-top: calc(-1.5rem) !important;
		margin-top: calc(-1.5rem) !important;
	}
	#footer > .inner > *:last-child > .full:last-child {
		margin-bottom: calc(-1.5rem) !important;
		margin-bottom: calc(-1.5rem) !important;
	}
	#footer > .inner > *:first-child,
	#footer > .inner > *:first-child > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	#footer > .inner > *:last-child,
	#footer > .inner > *:last-child > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	#footer > .inner > *:first-child,
	#footer > .inner > *:first-child > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	#footer > .inner > *:last-child,
	#footer > .inner > *:last-child > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	#footer > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	#footer > .inner > .full > .full:first-child:last-child img {
		position: relative;
		width: 100%;
		height: auto;
	}
	#footer > .inner > .full > .full:first-child:last-child a,
	#footer > .inner > .full > .full:first-child:last-child span,
	#footer > .inner > .full > .full:first-child:last-child img {
		height: auto;
	}
	#indicia > .inner {
		padding: 1.5rem 1.5rem;
		max-width: 100%;
	}
	#indicia > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#indicia > .inner > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#indicia > .inner > .full:first-child {
		margin-top: -1.5rem !important;
	}
	#indicia > .inner > .full:last-child {
		margin-bottom: -1.5rem !important;
	}
	.page-header {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3em;
		line-height: 1.25;
	}
	.product-id {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.5;
	}
	.product-title {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.5;
	}
	.product-desc {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important;
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	#copyright {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	#footer h2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2em;
		line-height: 1.5;
	}
	.gallery-modal .close {
		background-position: top 0.5rem right 0.5rem;
	}
	#header {
		/* margin-top: 1.5rem !important; */
		/* margin-bottom: 0.5rem !important; */
	}
	#header ul li img {
		max-height: 4rem;
	}
	#header ul {
		width: calc(100% + 0.5rem);
		margin: -0.25rem 0 -0.25rem -0.25rem;
	}
	#header ul li {
		margin: 0.25rem;
	}
	#read ul li img {
		max-height: 8.25rem;
	}
	#buy ul li img {
		max-height: 8.25rem;
	}
	#divider01 {
		height: 0.5rem;
		line-height: 0.5rem;
	}
	#divider02 {
		height: 0.5rem;
		line-height: 0.5rem;
	}
}

@media (max-width: 480px) {
    html {
		font-size: 75%;
	}
	#main > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#masthead > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.product-main > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.product-main-landscape > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#footer > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#indicia > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.buttons {
		margin-left: 0;
		width: 100%;
		padding: 0.75rem 0;
	}
	.buttons li {
		max-width: 100%;
		display: block;
		margin: 1.5rem 0;
	}
	.buttons li:first-child {
		margin-top: 0;
	}
	.buttons li:last-child {
		margin-bottom: 0;
	}
	.buttons li a {
		display: -moz-inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flex;
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	.buttons li button {
		display: -moz-inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flex;
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	#read ul {
		display: block;
		width: 100%;
		margin: 0;
	}
	#read ul li {
		display: block;
		margin: 0rem 0;
	}
	#read ul li:first-child {
		margin-top: 0;
	}
	#read ul li:last-child {
		margin-bottom: 0;
	}
	#read ul li a,
	#read ul li span {
		display: block;
	}
	#read ul li img {
		max-height: none;
		height: auto;
		width: 100%;
		display: block;
	}
	#buy ul {
		display: block;
		width: 100%;
		margin: 0;
	}
	#buy ul li {
		display: block;
		margin: 1rem 0;
		width: 100%;
    }
	#buy ul li:first-child {
		margin-top: 0;
	}
	#buy ul li:last-child {
		margin-bottom: 0;
	}
	#buy ul li a,
	#buy ul li span {
		display: block;
	}
	#buy ul li img {
		max-height: none;
		height: auto;
		width: 100%;
		display: block;
	}
}

@media (max-width: 360px) {
	html {
		font-size: 70%;
	}    
	#main > .inner {
		padding: 0rem 0rem;
	}
	#main > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#main > .inner > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
		max-width: calc(100% + 0rem + 0.4725px);
	}
	#main > .inner > .full:first-child {
		margin-top: -0rem !important;
	}
	#main > .inner > .full:last-child {
		margin-bottom: -0rem !important;
	}
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	#masthead > .inner {
		padding: 0.75rem 0rem;
	}
	#masthead {
		/*min-height: 22.5rem;*/
	}
	#masthead > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#masthead > .inner > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#masthead > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	#masthead > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	.product-main > .inner {
		padding: 0rem 0.75rem;
	}
	.product-main > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.product-main > .inner > * > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	.product-main > .inner > *:first-child > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	.product-main > .inner > *:last-child > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	.product-main > .inner > * > .full:first-child {
		margin-top: -0.75rem !important;
	}
	.product-main > .inner > * > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	.product-main > .inner > *:first-child > .full:first-child {
		margin-top: calc(-0rem) !important;
	}
	.product-main > .inner > *:last-child > .full:last-child {
		margin-bottom: calc(-0rem) !important;
	}
	.product-main-landscape > .inner {
		padding: 0rem 0.75rem;
	}
	.product-main-landscape > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.product-main-landscape > .inner > * > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	.product-main-landscape > .inner > *:first-child > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	.product-main-landscape > .inner > *:last-child > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	.product-main-landscape > .inner > * > .full:first-child {
		margin-top: -0.75rem !important;
	}
	.product-main-landscape > .inner > * > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	.product-main-landscape > .inner > *:first-child > .full:first-child {
		margin-top: calc(-0rem) !important;
	}
	.product-main-landscape > .inner > *:last-child > .full:last-child {
		margin-bottom: calc(-0rem) !important;
	}
	#footer > .inner {
		padding: 1.125rem 0rem;
	}
	#footer > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#footer > .inner > * > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#footer > .inner > *:first-child > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#footer > .inner > *:last-child > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#footer > .inner > * > .full:first-child {
		margin-top: -0.5rem !important;
	}
	#footer > .inner > * > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	#footer > .inner > *:first-child > .full:first-child {
		margin-top: calc(-1.125rem) !important;
	}
	#footer > .inner > *:last-child > .full:last-child {
		margin-bottom: calc(-1.125rem) !important;
	}
	#indicia > .inner {
		padding: 1.125rem 1.125rem;
	}
	#indicia > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	#indicia > .inner > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	#indicia > .inner > .full:first-child {
		margin-top: -1.125rem !important;
	}
	#indicia > .inner > .full:last-child {
		margin-bottom: -1.125rem !important;
	}
	.page-header {
		font-size: 2em;
	}
	.product-id {
		font-size: 1.5em;
	}
	.product-title {
		font-size: 1.25em;
	}
	.product-desc {
		font-size: 1em;
	}
	#copyright {
		font-size: 1em;
	}
	#footer h2 {
		font-size: 2em;
	}
	#footer h2 {
		font-size: 2em;
	}
	.buttons {
		width: calc(100% + 1.125rem);
		margin-left: -0.5625rem;
		width: 100%;
		margin-left: 0;
		padding: 0.5625rem 0;
	}
	.buttons li {
		max-width: calc(100% - 1.125rem);
		margin: 0.5625rem;
		max-width: 100%;
		margin: 1.125rem 0;
	}
	#header ul {
		width: calc(100% + 0rem);
		margin: -0rem 0 -0rem -0rem;
		width: calc(100% + 0.375rem);
		margin: -0.1875rem 0 -0.1875rem -0.1875rem;
	}
	#header ul li {
		margin: 0rem;
		margin: 0.1875rem;
	}
	#read ul {
		width: calc(100% + 0rem);
		margin: -0rem 0 -0rem -0rem;
		width: 100%;
		margin: 0;
	}
	#read ul li {
		margin: 0rem;
		margin: 0rem 0;
	}
	#read ul li:first-child {
		margin-top: 0;
	}
	#read ul li:last-child {
		margin-bottom: 0;
	}
	#buy ul {
		width: calc(100% + 0.75rem);
		margin: -0.375rem 0 -0.375rem -0.375rem;
		width: 100%;
		margin: 0;
	}
	#buy ul li {
		margin: 0.375rem;
		margin: 0.75rem 0;
	}
	#buy ul li:first-child {
		margin-top: 0;
	}
	#buy ul li:last-child {
		margin-bottom: 0;
	}
	.product-img ul li {
		margin: 0rem 0;
	}
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.header-image {
	background-color: #990000;
}
.header-image-mobile {
	background-color: #990000;
}
@media only screen and (orientation : portrait) { 
	.header-image {
		display: none;
	}
	.header-image-mobile {
		display: inline-block;
	}	
}
@media only screen and (orientation : landscape) { 
	.header-image {
		display: inline-block;
	}
	.header-image-mobile {
		display: none;
	}	
}