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;
}
/* HTML5 display-role reset for older browsers */
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;
}
img {
	vertical-align: top;
}

* {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
	background-image: url('../graphics/background.jpg');
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
}

.wrapper {
	max-width: 1050px;
	width: 85%;
	margin: 0px auto;
	padding: 140px 0px 120px 0px;
	min-height: calc(100% - 336px);
	position: relative;
}

.close-button {
	position: absolute;
	top: 100px;
	left: -50px;
	cursor: pointer;
	transition: color 0.25s;
}

.close-button img {
	transform: translate(-10px, -4px);
}

.close-button:hover {
	color: #ffffff !important;
}

#eOverlay p {
	color: #f3f3f5;
}

#eOverlay h4 {
	font-weight: 700;
	font-size: 23px;
	color: #a0a0a0;
	margin: 0px 0px 20px 0px;
	line-height: 33px;
}

.overlay-image {
	width: calc(100% - 70px);
	border-radius: 15px;
}

h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 100px;
	font-weight: 700;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#43451d, #96b41a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0px 0px 30px 0px;
}

h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a1a1a;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-size: 23px;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}

#eOverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 80;
	display: none;
}

#eNotifier {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	text-align: center;
	z-index: 100;
	display: none;
}

#eNotifier h2 {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

#eLoader {
	position: fixed;
	z-index: 50;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	background-image: url('../e/graphics/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px 100px;
	display: none;
}

#eNotifier h2 {
	color: #ffffff;
}

p {
	line-height: 26px;
}

#portraits-container h2, #groups-container h2, #both-container h2 {
	font-size: 60px;
	background: -webkit-linear-gradient(#43451d, #96b41a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0px 0px 70px 0px;
}

#main-container p {
	color: #8b7c35;
	margin: 0px 0px 10px 0px;
}

.photo-number-image {
	display: inline-block;
	width: 70px;
	height: 90px;
	background-position: center center;
	background-size: cover;
	margin: 10px 0px;
	border-radius: 3px;
}

footer {
	background-color: #5c6e13;
	width: 100%;
	padding: 25px 0px;
	text-align: center;
}

footer p {
	color: #1a1a1a;
}

footer .separator {
	color: #414e0b;
	margin: 0px 15px;
}

footer a {
	color: #1a1a1a !important;
	text-decoration: none !important;
}

.half {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

label {
	width: calc(50% - 20px);
	float: left;
	margin: 0px 0px 10px 0px;
}

.labels label:nth-child(even) {
	float: right;
}

label p {
	color: #ae9a3d;
	float: left;
	display: inline-block;
	width: 35%;
	margin: 15px 0px 0px 0px;
}

.notion {
	color: #ffffff;
	float: none;
	display: inline;
	width: auto;
	line-height: 22px;
	font-size: 16px;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
	display: inline-block;
	padding: 15px 20px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	float: right;
	border: none;
	border-radius: 3px;
	width: calc(65% - 30px);
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.photo-code input {
	float: none;
}

textarea {
	resize: none;
	height: 100px;
}

table {
	width: 100%;
}

table tr td {
	color: #ffffff;
	height: 30px;
	padding: 0px 0px 10px 0px;
}

table tr td:first-child {
	width: 15%;
}

table tr td input[type=number] {
	float: none;
	width: 60px;
	margin: 0px 10px;
}

.groups-table tr td:first-child, .overlay-table tr td:first-child {
	width: auto;
}

.groups-table input[type=text] {
	float: none;
	width: 300px;
}

.groups-table tr td:nth-child(4) {
	text-align: right;
}

.top-padding td {
	padding: 20px 0px 10px 0px;
}

.bottom-padding td {
	padding: 0px 0px 20px 0px;
}

.green-product td:nth-child(1), .green-product td:nth-child(2) {
	color: #85a01f;
}

.grey-product td:nth-child(1), .grey-product td:nth-child(2) {
	color: #a0a0a0;
}

.green-product .indicator {
	background-color: #85a01f;
}

.grey-product .indicator {
	background-color: #a0a0a0;
}

.round-buttons {
	margin: 60px 0px 0px 0px;
}

.round-button {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	position: relative;
	transition: transform 0.25s !important;
	background: -moz-linear-gradient(top, rgba(108,91,39,0.6) 0%, rgba(170,157,67,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(108,91,39,0.6) 0%,rgba(170,157,67,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(108,91,39,0.6) 0%,rgba(170,157,67,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996c5b27', endColorstr='#99aa9d43',GradientType=0 ); /* IE6-9 */
}

.round-button:hover {
	transform: scale(1.1, 1.1);
}

.round-button h2, .round-button p {
	color: #1a1a1a !important;
	text-decoration: none;
}

.centerize {
	position: absolute;
	left: 10%;
	width: 80%;
	top: 50%;
	transform: translateY(-50%);
}

.button {
	display: inline-block;
	background-color: #a0a0a0;
	padding: 15px 20px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	margin: 0px 10px 10px 0px;
	transition: background-color 0.25s !important;
}

#photo-code-button {
	margin: 0px 30px 10px 0px;
}

.green-button {
	background-color: #85a01f;
}

.green-button:hover {
	background-color: #50620b;
	color: #ffffff;
}

.grey-button:hover {
	background-color: #606060;
	color: #ffffff;
}

.remove-product-button {
	display: inline-block;
	color: #85a01f;
	margin-left: 20px;
	cursor: pointer;
	font-size: 14px;
	transition: color 0.25s;
}

.remove-product-button:hover {
	color: #ffffff;
}

hr {
	background-color: #556615;
	height: 1px;
	border: none;
	margin: 50px 0px;
}

.white {
	color: #ffffff;
}

.bar {
	display: inline-block;
	width: 100px;
	height: 7px;
	margin: 0px 20px 0px 0px;
	transform: translateY(8px);
}

.green-bar {
	background-color: #85a01f;
}

.grey-bar {
	background-color: #c7c7c7;
}

.grey {
	color: #c7c7c7;
}

.green {
	color: #85a01f !important;
}

.hover-white:hover {
	color: #ffffff !important;
}

.clear {
	clear: both;
}

.one-third {
	width: calc(40% - 30px);
}

.two-third {
	width: calc(40% - 30px);
	margin: 0px 60px 0px 0px;
}

.third {
	width: calc(33% - 20px);
}

.fourth {
	width: calc(25% - 20px);
}

.left {
	float: left;
}

.right {
	float: right;
}

.height5 {
	height: 5px;
}

.height15 {
	height: 15px;
}

.height30 {
	height: 30px;
}

.height50 {
	height: 50px;
}

.height60 {
	height: 60px;
}

.height100 {
	height: 100px;
}

.hidden {
	display: none;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.right-text {
	text-align: right;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

.align-center {
	margin: 0px auto;
}

.navy {
	color: #ae9a3d;
}

.highlight {
	border: 3px solid #a01f1f !important;
}

.clickable {
	cursor: pointer;
	transition: color 0.25s;
}

.clickable:hover {
	color: #ffffff !important;
}

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

	form label {
		width: 100%;
		float: none !important;
		display: inline-block;
	}
	
}

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

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
	
	body, html {
		height: auto;
		min-height: 100%;
	}
	
	table tr td:nth-child(even) {
		float: right;
	}
	
	table tr td {
		display: block;
		width: 50% !important;
		height: 50px;
		float: left;
	}
	
	table tr td:nth-child(4) {
		transform: translateY(-12px);
	}

	.total {
		float: right;
	}
	
	.groups-table input[type=text] {
		width: 80%;
		transform: translateY(-12px);
	}
	
	h1 {
		font-size: 80px;
	}
	
	footer .separator {
		display: none;
	}
	
	#eOverlay .half {
		width: 100%;
	}
	
	#eOverlay .left, #eOverlay .right {
		float: none;
	}
	
	#eOverlay .wrapper {
		padding: 30px;
		overflow-y: scroll;
		max-height: calc(100% - 60px);
	}
	
	.overlay-image {
		width: 100%;
		margin: 0px 0px 30px 0px;
	}
	
	.close-button {
		position: relative;
		top: auto;
		left: auto;
		margin: 0px 0px 20px 0px;
	}
	
	.mobile-full-width {
		width: 100% !important;
	}

}
