/* ------------------------------------------------------------------------------------------------------------------------ */
/* REGISTRATION																												*/

.reg-group {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.reg-group + .reg-group {
	margin-top: 20px;
}

.reg-group .btn-delete {
	width: 16px;
	height: 16px;
	background: url('../images/registration/icon-delete-dark.svg');
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	opacity: 0.4;
	cursor: pointer;
}

.reg-header {
	background: #f2f2f2;
	border-radius: 4px 4px 0 0;
	padding: 10px 15px;
	position: relative;
	color: #333333;
}

.reg-header:last-child {
	border-radius: 0 0 4px 4px;
}

.reg-header:only-child {
	border-radius: 4px;
}

.reg-header-title {
	margin: 0;
	color: #333333;
}

.reg-header p {
	margin: 1.5em 0 0 0;
}

.reg-header-toggle {
	width: 24px;
	height: 24px;
	background: none;
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	opacity: 0.6;
	transform: translateY(-50%);
	transform-origin: center center;
	cursor: pointer;

	transition: transform 0.2s ease-in-out,
				opacity 0.2s ease-in-out;
}

.reg-header-toggle:hover {
	opacity: 0.8;
}

.reg-header-toggle .icon16 {
	width: 12px;
	height: 12px;
}

.reg-content {
	min-height: 80px;
	background: #ffffff;
	padding: 15px;
	position: relative;
	color: #333333;
}

.reg-content + .reg-content,
.reg-header + .reg-content {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.reg-content:last-child {
	border-radius: 0 0 4px 4px;
}

.reg-content:only-child {
	border-radius: 4px;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION - THUMB															*/

.reg-w-thumb {
	padding: 15px 15px 15px 110px;
}

.reg-thumb {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	margin: 0 0 0 -95px;
	float: left;
	overflow: hidden;
}

.reg-thumb img {
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION - TITLE															*/

.reg-title {
	margin: 0 200px 5px 0;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}

.reg-title a {
	color: #333333;
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
}

.reg-title a:hover {
	cursor: pointer;
	color: #333333;
	font-weight: inherit;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION - FACTS															*/

.reg-facts {
	margin: 0 -10px;
}

.reg-facts ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reg-facts ul li {
	margin: 5px 10px;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION - DESCRIPTION													*/

.reg-desc {
	margin: 10px 140px 0px 0px;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION - PRICE															*/

.reg-price {
	font-size: 1.2em;
	line-height: 20px;
	margin: 10px 0 0 0;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION - CHOOSE BUTTON													*/

.reg-select {
	position: absolute;
	top: 15px;
	right: 15px;
}

.reg-select-quantity {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION - CATEGORY SELECTOR												*/

/*.reg-select {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 1.333em;
}

.reg-select h3 {
	margin: 0;
	color: #000000;
	font-weight: normal;
	cursor: pointer;
}

.reg-select-arrow {
	border: 5px solid transparent;
	border-top: 5px solid #cccccc;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.reg-select-dropdown {
	width: 400px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
	display: none;
	overflow: hidden;
}

.reg-select-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reg-select-dropdown ul li {
	padding: 15px;
}

.reg-select-dropdown ul li + li {
	border-top: 1px solid #e5e5e5;
}

.reg-select-dropdown ul li:hover {
	background: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}*/

/* ------------------------------------------------------------------------------------------------------------------------ */
/* REGISTRATION CATEGORY																									*/

.reg-category {
	width: calc(50% - 5px);
	height: 130px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 5px 10px 0;
	padding: 15px 15px 15px 15px;
	float: left;
	position: relative;
	color: #333333;
}

.reg-category:nth-child(2n) {
	margin: 0 0 10px 5px;
}

.reg-category:hover {
	border: 1px solid #999999;
	cursor: pointer;
}

.reg-category.has-thumb {
	padding-left: 110px;
}

.reg-category.disabled,
.reg-category.disabled:hover {
	border: 1px solid #cccccc;
	opacity: 0.4;
	cursor: default;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION CATEGORY - THUMB												*/

.reg-category .thumb {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	margin-left: -95px;
	float: left;
	overflow: hidden;
}

.reg-category .thumb img {
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION CATEGORY - TITLE												*/

.reg-category .title {
	margin: 0;
	color: #333333;
	font-weight: normal;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION CATEGORY - FACTS												*/

.reg-cat-facts {
	margin: 0 -10px;
}

.reg-cat-facts ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reg-cat-facts ul li {
	margin: 5px 10px;
	display: inline-block;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION CATEGORY - PRICE												*/

.reg-category .price {
	margin: 10px 0 0 0;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION CATEGORY - INFO BUTTON											*/

.reg-category .btn-info {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.4;
}

.reg-category .btn-info:hover {
	opacity: 0.8;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* REGISTRATION CATEGORY MAIN																								*/

.reg-category-main {

}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION CATEGORY MAIN - THUMB											*/

.reg-category-main .thumb {
	width: 60px;
	height: 60px;
	background: #e5e5e5 url('../images/layout/no-image-transparent.svg') center center no-repeat;
	background-size: 30px 30px;
	border-radius: 3px;
	margin-left: -80px;
	float: left;
}

/* ---------------------------------------------------------------------------- */
/* REGISTRATION CATEGORY MAIN - INFO BUTTON										*/

.reg-category-main .btn-info {
	width: 16px;
	height: 16px;
	background: url('../images/registration/icon-info-dark.svg');
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.4;
	cursor: pointer;
}

.reg-category-main .btn-info:hover {
	opacity: 0.8;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* REGISTRATION LIST																										*/

.reglist {

}

.reglist-header {
	border-bottom: 1px solid #999999;
	padding: 10px 0;
}

.reglist-header .btn {
	float: right;
}

.reglist-row {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.reglist-row + .reglist-row {
	border-top: 1px solid #cccccc;
}

.reglist-title {
	width: 200px;
}

.reglist-price {
	width: 200px;
}

.reglist-select {

}

.reglist-select .btn {
	display: inline-block;
}

.reglist-select-quantity {
	margin-right: 10px;
	display: inline-block;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* CART																														*/

.reg-sidebar {
	position: sticky;
	top: 20px;
	z-index: 1;
}

.cart {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	margin: 0 0 20px 0;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

.cart .eventinfo {
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px 4px 0 0;
	padding: 10px 15px;
	word-break: break-word;
	hyphens: auto;
}

.cart .eventinfo h3 {
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}

.cart-content {
	padding: 15px;
	overflow: hidden;
	overflow-y: auto;
}

.cart .cart-group + .cart-group {
	margin: 20px 0 0 0;
}

.cart .cart-group-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 0 5px 0;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.cart .cart-subgroup-title {
	color: #999999;
}

.cart .cart-subgroup-title .icon16 {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    text-indent: -9999px;
    transition: opacity 0.2s ease-in-out;
}

.cart .cart-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cart .cart-group ul + ul {
	margin: 10px 0 0 0;
}

.cart .cart-group ul li {
	padding: 0 60px 0 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cart .cart-group ul li + li {
	margin-top: 5px;
}

.cart .icon-subcategory {
	margin-right: 5px;
	opacity: 0.4;
}

/* ---------------------------------------------------------------------------- */
/* CART - QUANTITY																*/

.cart .cart-quantity {
	width: 20px;
	padding-right: 5px;
	display: inline-block;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------- */
/* CART - OPTIONS																*/

.cart .cart-opt {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);

	transition: opacity 0.2s ease-in-out;
}

.cart .cart-opt-edit,
.cart .cart-opt-remove,
.cart .cart-opt-comment,
.cart .cart-opt-email {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	float: left;
	text-indent: -9999px;

	transition: opacity 0.2s ease-in-out;
}

/* ---------------------------------------------------------------------------- */
/* CART - OPTIONS - EDIT 														*/

.cart .cart-opt-edit {
	background: url('../images/icons/edit.svg');
	opacity: 0.4;
}

.cart .cart-opt-edit:hover {
	opacity: 0.6;
	cursor: pointer;
}

/* ---------------------------------------------------------------------------- */
/* CART - OPTIONS - REMOVE 														*/

.cart .cart-opt-remove {
	background: url('../images/icons/delete.svg');
	opacity: 0.4;
}

.cart .cart-opt-remove:hover {
	opacity: 0.6;
	cursor: pointer;
}

/* ---------------------------------------------------------------------------- */
/* CART - OPTIONS - COMMENT 													*/

.cart .cart-opt-comment {
	background: url('../images/icons/comment.svg');
	opacity: 0.4;
}

.cart .cart-opt-comment:hover {
	opacity: 0.6;
	cursor: pointer;
}

/* ---------------------------------------------------------------------------- */
/* CART - OPTIONS - EMAIL	 													*/

.cart .cart-opt-email {
	background: url('../images/icons/email.svg');
	opacity: 0.4;
}

.cart .cart-opt-email:hover {
	opacity: 0.6;
	cursor: pointer;
}

/* ---------------------------------------------------------------------------- */
/* CART - TOTAL 																*/

.cart-total {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
	font-size: 1.2em;
	line-height: 20px;
	font-weight: bold;
}

.cart-total ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cart-total ul li {
	font-size: 1.2em;
	line-height: 1.6em;
}

.cart-total ul li:after {
	content: "";
	display: table;
	clear: both;
}

.cart-total ul li.cart-subtotal {
	font-size: 0.8em;
	line-height: 1.6em;
}

.cart-total .price {
	float: right;
	line-height: 1.6em;
	text-align: right;
}

.cart-total .price .vat {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
}

/* ---------------------------------------------------------------------------- */
/* CART - EMPTY																	*/

.cart .cart-empty {
	margin: 0;
	color: #767676;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* COUNTDOWN																												*/

.countdown {
	background: #ffecb2;
	border: 1px solid #e5c35c;
	border-radius: 4px;
	margin: 0 0 20px 0;
	padding: 10px 80px 10px 10px;
	position: relative;
}

.countdown-time {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 16px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* PROGRESS NAV																												*/

.progressnav {
	position: relative;
	text-align: center;
}

.progressnav ol {
	width: 100%;
	height: 8px;
	border-radius: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: stretch;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

.progressnav ol li {
	height: 8px;
	box-sizing: border-box;
	position: relative;
	flex: 1 0 auto;
}

.progressnav ol li:first-child {
	border: 0px;
	border-radius: 2px 0 0 2px;
}

.progressnav ol li:last-child {
	border-radius: 0 2px 2px 0;
}

.progressnav a {
	height: 8px;
	display: block;
	cursor: default;
}

.progressnav .step {
	width: 1px;
	height: 8px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;

	transition: all 0.2s ease-in-out;
}

.progressnav ol li:first-child .step {
	background: none;
}

.progressnav .label {
	position: absolute;
	top: 10px;
	left: 0px;
	color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	line-height: 20px;
	text-align: center;

	transition: color 0.2s ease-in-out;
}

.progressnav ol li:hover .label {
	top: 10px;
	opacity: 1.0;
}

.progressnav-progressbar {
	height: 8px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: relative;
	z-index: 1;
	overflow: hidden;

	transition: width 0.2s ease-in-out;
}

.progressnav-progress {
	width: 0%;
	height: 8px;
	background: rgba(0, 0, 0, 0.2);

	transition: width 0.2s ease-in-out;
}

/* ---------------------------------------------------------------------------- */
/* PROGRESS NAV - COMPLETED														*/

.progressnav ol li.completed:hover {
	background: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.progressnav ol li.completed .label {
	cursor: pointer;
	color: rgba(0, 0, 0, 0.6);
}

/* ---------------------------------------------------------------------------- */
/* PROGRESS NAV - ACTIVE														*/

.progressnav ol li.active a {
	cursor: default;
}

.progressnav ol li.active .step {
	width: 2px;
	height: 16px;
	background: #666666;
	position: absolute;
	left: -1px;
	top: -4px;
}

.progressnav ol li.active .label {
	color: #666666;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* INVOICE																													*/

.invoice .invoice-group {
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.invoice .invoice-group + .invoice-group {
	margin-top: 10px;
}

.invoice .invoice-header {
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.invoice .invoice-header h3 {
	margin: 0;
	font-size: 16px;
}

.invoice .invoice-header .price {
	position: absolute;
	top: 50%;
	right: 30px;
	font-weight: bold;
	transform: translateY(-50%);
}

.invoice .invoice-header-toggle {
	width: 12px;
	height: 12px;
	background: url('../images/icons/arrow-down.svg');
	margin: 0 0 0 5px;
	position: absolute;
	top: 50%;
	right: 10px;
	opacity: 0.4;
	transform: translateY(-50%);
	transform-origin: center center;

	transition: transform 0.2s ease-in-out;
}

.invoice .invoice-group.open .invoice-header-toggle {
	transform: translateY(-50%) rotate(180deg);
}

.invoice .invoice-content {
	padding: 10px;
}

.invoice .invoice-content:first-child {
	border-top: 1px solid #cccccc;
}

.invoice .invoice-content ul {
	margin: -10px;
	padding: 0;
	list-style: none;
}

.invoice .invoice-content ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 10px 8px 10px;
	display: flex;
	justify-content: space-between;
}

.invoice .invoice-content ul li:last-child {
	border-bottom: 0;
}

.invoice .invoice-content ul li .price {
	margin-left: 40px;
	text-align: right;
}

.invoice .invoice-content ul li.invoice-subgroup-title {
	border-bottom: 1px solid #999999;
	padding: 20px 10px 5px 10px;
	display: flex;
	font-weight: bold;
}

.invoice .icon-subcategory {
	margin-right: 5px;
	opacity: 0.4;
}

/* ---------------------------------------------------------------------------- */
/* INVOICE - EXTRA																*/

.invoice-extra {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	padding-bottom: 20px;
}

.invoice-extra h4 {
	margin: 0;
}

.invoice-extra ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ---------------------------------------------------------------------------- */
/* INVOICE - SUM																*/

.invoice-sum {
	margin-top: 20px;
}

.invoice-sum-subtotal {
	display: flex;
	justify-content: space-between;
}

.invoice-sum-total {
	margin: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
	font-size: 1.667em;
	font-weight: bold;
}

.invoice-sum .price {
	text-align: right;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* SIGNUP QUEUE																												*/

.queue {
	background: #ffffff;
	padding: 40px 30px;
	border-radius: 3px;
}

.queue h1 {
	color: #333333;
}

.queue p {
	color: #333333;
}

.queue .poweredby {
	filter: alpha(opacity=40);
    opacity: 0.4;
}


@media only screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* REGISTRATION																											*/

	.reg-content {
		min-height: 80px;
		padding: 15px;
	}

	.reg-w-thumb {
		padding: 15px 15px 15px 90px;
	}

	/* ------------------------------------------------------------------------ */
	/* REGISTRATION - THUMB														*/

	.reg-thumb {
		width: 60px;
		height: 60px;
		margin: 0 0 0 -75px;
	}

	/* ------------------------------------------------------------------------ */
	/* REGISTRATION - TITLE														*/

	.reg-title {
		margin: 0 100px 10px 0;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* REGISTRATION CATEGORY																								*/

	.reg-category {
		width: auto;
		float: none;
		margin: 0 0 10px 0;
	}

	.reg-category:nth-child(2n) {
		margin: 0 0 10px 0;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* COUNTDOWN																											*/

	.countdown {
		xbackground: none;
		border: none;
		border-top: 1px solid #e5c35c;
		border-radius: 0;
		margin: 0;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 97;
	}

	.countdown .time {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		font-weight: bold;
		font-size: 16px;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PROGRESS NAV																											*/

	.progressnav {
		margin-bottom: 40px;
	}

	.progressnav .label {
		display: none;
	}

	/* ------------------------------------------------------------------------ */
	/* PROGRESS NAV - COMPLETED													*/

	.progressnav ol li.completed:hover {
		background: none;
		cursor: default;
	}

	/* ------------------------------------------------------------------------ */
	/* PROGRESS NAV - ACTIVE													*/

	.progressnav ol li.active .label {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* REGISTRATION																											*/

	.reg-header {
		padding: 10px;
	}

	.reg-content {
		padding: 10px 10px;
	}

	.reg-w-thumb {
		min-height: 60px;
		padding: 10px 10px 10px 60px;
	}

	/* ------------------------------------------------------------------------ */
	/* REGISTRATION - THUMB														*/

	.reg-thumb {
		width: 40px;
		height: 40px;
		margin: 0 0 0 -50px;
	}

	/* ---------------------------------------------------------------------------- */
	/* REGISTRATION - DESCRIPTION													*/

	.reg-desc {
		margin: 10px 0px 0px 0px;
	}

	/* ------------------------------------------------------------------------ */
	/* REGISTRATION - SELECT													*/

	.reg-select {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PROGRESS NAV																											*/

	.progressnav {
		margin-bottom: 20px;
	}
}