/*
Cellecta yellow #fcee4f
Cellecta red #d23b2b
Cellecta grey #5b5b5b
Cellecta green #006600
*/
html, body {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	color: #473d3d;
	background: #f2f2f2
}
h1, h2, h3 {
	color: #d23b2b;
	font-weight: 500;
	text-transform: capitalize
}
img {
	margin-bottom: -4px
}
header,
section,
footer,
div {
	box-sizing: border-box
}
header {
	background: #fcee4f;
	padding: 15px;
	border-bottom: 2px solid #d23b2b;
	position: relative;
	z-index: 1000
}
header a,
header a:visited {
	background-image: url('https://orbit.cellecta.cloud/media/logo.webp');
	display: block;
	height: 50px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat
}
section {
	max-width: 1024px;
	margin: auto;
	padding: 15px;
	background: white;
}
footer {
	text-align: center;
	padding: 15px;
	font-size: 14px
}
footer img {
	height: 50px;
	width: auto;
	margin-bottom: 10px
}
footer p {
	margin: 0;
}
.full {
	width: 100%;
	box-sizing: border-box
}
.nowrap {
	white-space: nowrap
}
.center {
	text-align: center
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #5b5b5b;
	padding: 10px;
	border-bottom: none;
	border-right: none
}
.row .cell:last-child {
	border-right: 1px solid #5b5b5b;
}
.row:last-child .cell {
	border-bottom: 1px solid #5b5b5b;
}
.row:nth-child(odd) .cell {
	background: #f2f2f2
}
.thumbnail {
	width: 120px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.merch_table input[type=text],
.merch_table input[type=submit] {
	font-size: inherit;
	font-family: inherit;
	padding: 10px;
	border: none;
	background: #f2f2f2
}
.merch_table input[type=submit] {
	background: #006600;
	width: 50px;
	color: white;
	cursor: pointer;
}
input[type=text],
input[type=submit],
textarea {
	font-size: inherit;
	font-family: inherit;
	padding: 10px;
	border: none;
	background: #f2f2f2;
	border: grey 1px solid;
	outline: none;
	resize: none
}
input[type=submit] {
	background: #d23b2b;
	border-color: #d23b2b;
	color: white;
	text-transform: uppercase
}
.form_box {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 15px;
}
.form_box p:first-of-type {
	margin-top: 0
}
.form_box p:last-of-type {
	margin-bottom: 0
}
.acc_header {
	background: #5b5b5b;
	border: 1px solid #5b5b5b;
	padding: 10px;
	color: white;
	cursor: pointer;
	border-bottom-color: white;
}
.acc_body {
	display: none;
	padding: 10px 0 10px 0
}
.smoke {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(https://cellectaftp.ddns.net/extranet/background.webp);
	z-index: 999;
	background-position: center;
	background-size: cover;
	text-align: center
}
.smoke span {
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -120px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat
}
.smoke h1, .smoke h2 {
	margin: 0;
	position: absolute;
	left: -100px;
	right: -100px;
}
.smoke h1 {
	top: -100px;
	text-transform: uppercase;
	color: grey
}
.smoke h2 {
	top: -50px;
	text-transform: uppercase;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.row {
		display: block;
	}
	.cell {
		display: block;
		width: 100%;
		border: none !important;
		text-align: center !important
	}
	.thumbnail {
		margin: auto
	}
	.acc_table .row .cell:last-child {
		padding-top: 0
	}



	.smoke span {
		top: 55%;
	}
	.smoke h1 {
		font-size: 150%
	}
	.smoke h2 {
		font-size: 120%
	}






}