/*
	GENERAL
*/
body {
	margin: 0;
	padding: 0;
	
	background-color: #EDEDED;
	
	font-family: 'Proxima Nova Alt', sans-serif;
	font-size: 12pt;
	color: #000;
	
	overflow: none;
}


*:focus {
	outline: none;
}


img {
	border: 0;
}


button,
label.button,
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 3px 13px;
	margin: 3px 0;
	
	background-color: #C8924F;
	border: 1px solid #fff;
	
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

button:focus, button:hover, 
label.button:focus, label.button:hover, 
a.button:focus, a.button:hover, 
input[type="submit"]:focus, input[type="submit"]:hover, 
input[type="button"]:focus, input[type="button"]:hover, 
input[type="reset"]:focus, input[type="reset"]:hover {
	background-color: #bf8946;
}


button.big-button, 
label.big-button ,
a.big-button,
input[type="submit"].big-button, 
input[type="button"].big-button, 
input[type="reset"].big-button {
	padding: 10px 14px 6px 14px;
}






/*
	VIEW SPECIFIC
*/
/* Login */
#view-login {
	position: fixed;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: #6b594f;			 		/* Fallback */
	background-color: rgba(107, 89, 79,0.9); 	/* General RGBa*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e66b594f, endColorstr=#e66b594f);	/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e66b594f, endColorstr=#e66b594f)"; /* For IE 8*/
	
	overflow: none;
	
	font-weight: 300;
	line-height: 14pt;
}


#view-login .frame { 
	position: relative;
	width: 960px;
	margin: 0 auto;
}


#view-login .frame .container {
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 128px 210px 0 210px;
	padding: 20px;
	
	display: inline-block;
	background-color: #6b594f;
	
	color: #fff;
}


#view-login .frame .container .logo {
	position: absolute;
	max-width: 128px;
	max-height: 128px;
	
	top: -100px;
	left: -140px;
}


#view-login .frame .container .logo img {
	width: 100%;
	height: 100%;
}


#view-login .frame .container h1 {
	margin: 0;
	padding: 4px 0;
	
	font-size: 140%;
	font-weight: 600;
}


#view-login .frame .container a {
	color: #ddd;
	font-weight: 600;
	
	text-decoration: none;
}

#view-login .frame .container a:hover,
#view-login .frame .container a:focus {
	color: #8DCCF0;
}

span.question {
	border-bottom: 1px dashed #fff;
	
	cursor: pointer;
}




/* Top bar */
#view-top-bar {
	min-width: 1000px;
	background-color: #C8924F;
}


#view-top-bar .menu {
	position: relative;
	width: 900px;
	margin: 0 auto;
}


#view-top-bar .menu img {
	max-width: 60px;
	max-height: 60px;
	
	display: inline-block;
	vertical-align: top;
}


#view-top-bar .menu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 90px;
	
	display: block;
	
	list-style-type: none;
}


#view-top-bar .menu ul > li {
	position: relative;
	margin: 0 9px;
	
	display: inline-block;
	vertical-align: top;
}


#view-top-bar .menu ul > li > span {
	line-height: 60px;
	color: #ddd;
	font-weight: 600;
	
	cursor: pointer;
}


#view-top-bar .menu ul > li > a {
	line-height: 60px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ddd;
	font-size: 85%;
	font-weight: 300;
}


#view-top-bar .menu ul > li > span > span.label,
#view-top-bar .menu ul > li > a > span.label {
	display: block;
}


#view-top-bar .menu ul > li > span > i.icon,
#view-top-bar .menu ul > li > a > i.icon {
	display: none;
}

#view-top-bar .menu ul > li.active > a,
#view-top-bar .menu ul > li > a:hover,
#view-top-bar .menu ul > li > a:focus {
	color: #fff;
}


#view-top-bar .menu ul > li > ul {
	position: absolute;
	
	top: 58px;
	right: 0;
	bottom: auto;
	left: auto;
	
	background-color: #fff;
	box-shadow: #aaa 2px 2px 10px -2px;
	
	display: none;
	z-index: 99;
}

#view-top-bar .menu ul > li:hover > ul {
	display: inline-block;
}

#view-top-bar .menu ul > li:hover > span {
	color: #fff;
}


#view-top-bar .menu ul > li > ul > li {
	margin: 0;
	padding: 0;
	
	box-shadow: inset #aaa 0 -2px 4px -2px;
	
	display: block;
	white-space: nowrap;
}


#view-top-bar .menu ul > li > ul > li > a {
	padding: 9px 8px 4px 8px;
	line-height: 100%;
	
	display: inline-block;
	
	color: #766357;
	font-weight: 600;
	font-size: 80%;
}

#view-top-bar .menu ul > li > ul > li > a:focus,
#view-top-bar .menu ul > li > ul > li > a:hover {
	color: #8DCCF0;
}


#view-top-bar #shopping-cart {
	position: relative;
	margin: 0 24px 0 0;
}


#view-top-bar #shopping-cart i.fa {
	line-height: 60px;
	color: #766357;
	font-size: 140%;
}


#view-top-bar #shopping-cart span.count {
	position: absolute;
	padding: 4px 8px 0 8px;
	
	top: 8px;
	right: -16px;
	
	background-color: #8DCCF0;
	border-radius: 50%;
	
	line-height: 14px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	
	cursor: default;
}


#view-top-bar #shopping-cart:hover div.cart,
#view-top-bar #shopping-cart.active div.cart {
	display: block;
}


#view-top-bar #shopping-cart div.cart {
	position: absolute;
	min-width: 200px;
	padding: 2px 10px;
	
	top: 58px;
	right: 0;
	bottom: auto;
	left: auto;
	
	background-color: #fff;
	box-shadow: #aaa 2px 2px 10px -2px;
	
	display: none;
	z-index: 9;
}


#view-top-bar #shopping-cart div.cart a {
	padding: 3px 3px 0 3px;
	display: block;
	
	background-color: #8DCCF0;
	
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}


#view-top-bar #shopping-cart div.cart a:hover {
	background-color: #63b3dd;
}


#view-top-bar #shopping-cart div.cart p {
	padding-left: 50px;
	
	background-image: url('../image/shopping-cart.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px 32px;
	
	line-height: 120%;
	font-weight: 600;
}




/* Shop */
#view-shop {
	position: absolute;
	
	top: 60px;
	right: 0; 
	bottom: 0;
	left: 0;
	
	background-image: url('../image/shop-bg.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	
	overflow: none;
}


#view-shop .frame {
	position: absolute;
	width: 960px;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: #fff;
	
	overflow: none;
}


#view-shop .frame h1 {
	margin: 0;
	
	display: inline-block;
	border-bottom: 1px solid #aaa;
	
	color: #766357;
	font-size: 300%;
	font-weight: 300;
}


#view-shop .frame .content {
	height: calc(100% - 200px);
	
	overflow: auto;
}


#view-shop .frame .content-no-foot {
	height: calc(100% - 100px);
}


#view-shop .frame .frame-footer {
	width: 900px;
	border-top: 1px solid #aaa;
}


#view-shop .frame .frame-footer .terms {
	width: 320px;
	
	display: inline-block;
	vertical-align: top;
}


#view-shop .frame .frame-footer .terms h2 {
	padding: 8px 0 2px 0;
	margin: 0;
	
	line-height: 100%;
	font-size: 120%;
	font-weight: 600;
	color: #766357;
}


#view-shop .frame .frame-footer .terms p {
	padding: 2px 0 8px 0;
	margin: 0;
	
	line-height: 110%;
	font-size: 86%;
	color: #111;
}


#view-shop .frame .frame-footer .terms p span {
	font-style: italic;
	text-decoration: underline;
}


#view-shop .frame .frame-footer .icons {
	display: inline-block;
	vertical-align: top;
}


#view-shop .frame .frame-footer .icons a {
	margin: 15px 50px;
	
	display: inline-block;
	vertical-align: bottom;
	
	text-align: center;
	text-decoration: none;
}


#view-shop .frame .frame-footer .icons a img {
	max-width: 75px;
	max-height: 75px;
	
	display: inline-block;
}


#view-shop .frame .frame-footer .icons a span {
	display: block;
	
	color: #C8924F;
	font-weight: 600;
}




/* Article */
#article-view {
}


#article-view .images {
	width: 360px;
	margin-bottom: 10px;
	
	display: inline-block;
	vertical-align: top;
}


#article-view .images .big {
	margin: 10px;
	width: 360px;
	height: 360px;
	
	background-color: #fff;
	border: 1px solid #E5E4DA;
	box-shadow: #C8924F 0 0 5px inset;
	
	display: table-cell;
	vertical-align: middle;
	
	text-align: center;
}

#article-view .images .big img {
	max-width: 350px;
	max-height: 350px;
}


#article-view .images .small {
	margin: 0;
	
	display: inline-block;
	vertical-align: top;
}


#article-view .images .small .image {
	width: 120px;
	height: 120px;
	
    display: table-cell; 
	vertical-align: middle;
	
	background-color: #fff;
	border: 1px solid E5E4DA;
	box-shadow: #C8924F 0 0 2px inset;
	
	text-align: center;
}

#article-view .images .small .image img {
	max-width: 110px;
	max-height: 110px;
}


#article-view .info-bar {
	max-width: 500px;
	margin: 30px 10px 10px 10px;
	
	display: inline-block;
	vertical-align: top;
}


#article-view .add-to-cart {
}


#article-view .add-to-cart input.quantity {
	width: auto;
	margin: 0;
	padding: 3px 2px;
	
	border: 1px solid #C8924F;
	
	display: inline-block;
	vertical-align: top;
	
	line-height: 100%;
	font-size: 16pt;
	text-align: center;
}


#article-view .add-to-cart span.button {
	margin: 0;
	padding: 4px 8px;
	
	background-color: #C8924F;
	border: 1px solid #C8924F;
	
	display: inline-block;
	vertical-align: top;
	
	line-height: 110%;
	color: #fff;
	font-size: 16pt;
	font-weight: 400;
	text-align: center;
	
	cursor: pointer;
}


#article-view .description {
	margin: 10px 5px;
	
	font-size: 95%;
}

#article-view .description h2 {
	margin: 10px 0 0 0;
	
	font-weight: 600;
	color: #C8924F;
}

#article-view .description p {
	margin: 2px 0;
	
	line-height: 110%;
}


#article-view .information {
	margin: 10px 5px;
	
	font-size: 95%;
}

#article-view .information h2 {
	margin: 10px 0 0 0;
	
	font-weight: 600;
	color: #C8924F;
}

#article-view .information p {
	margin: 2px 0;
	
	line-height: 110%;
}




/* Product Grid */
#product-grid {
}


#product-grid .container {
}


#product-grid .container .tile {
	position: relative;
	width: 200px;
	margin: 25px 50px;
	
	display: inline-block;
	vertical-align: top;
	
	text-align: center;
}


#product-grid .container .tile a {
	display: block;
	
	line-height: 100%;
	color: #111;
	text-decoration: none;
}


#product-grid .container .tile div.image {
	width: 200px;
	height: 200px;
	
    display: table-cell; 
	vertical-align: middle;
	
	text-align: center;
}


#product-grid .container .tile div.image img {
	max-width: 190px;
	max-height: 190px;
}


#product-grid .container .tile div.name span {
	font-weight: 600;
}


#product-grid .container .tile div.name span.subtext {
	display: block;
	font-size: 85%;
	font-style: italic;
}


#product-grid .container .tile div.price {
	color: #C8924F;
}


#product-grid .container .tile div.price span {
	font-size: 120%;
	font-weight: 600;
}


#product-grid .container .tile div.price span.currency {
	font-size: 100%;
	font-weight: 400;
}


#product-grid .container .tile div.price span.vat {
	font-size: 80%;
	font-weight: 400;
	color: #111;
}


#product-grid .container .tile form {
	position: relative;
}


#product-grid .container .tile .download,
#product-grid .container .tile .cart {
	position: relative;
	margin: 5px 0;
}


#product-grid .container .tile .download {
	position: absolute;
	
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	
	text-align: center;
}


#product-grid .container .tile .cart input.quantity {
	margin: 0;
	padding: 3px 2px;
	
	border: 1px solid #C8924F;
	
	line-height: 100%;
	font-size: 10pt;
	text-align: center;
}


#product-grid .container .tile .download button,
#product-grid .container .tile .cart span.button {
	margin: 0;
	padding: 1px 8px;
	
	background-color: #C8924F;
	border: 1px solid #C8924F;
	
	line-height: 100%;
	color: #fff;
	font-size: 10pt;
	font-weight: 400;
	text-align: center;
	
	cursor: pointer;
}

#product-grid .container .tile .download button {
	padding: 5px 10px;
}




/* Checkout */
#quick-shopping-cart-link {
	margin: 10px 0 0 0;
	display: none;
	text-align: right;
}

#view-checkout {
	position: absolute;
	
	top: 60px;
	right: 0; 
	bottom: 0;
	left: 0;
	
	background-image: url('../image/checkout-bg.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	
	overflow: none;
}


#view-checkout .frame {
	position: absolute;
	width: 900px;
	margin: 0 auto;
	padding: 30px 50px 10px 50px;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: #fff;
	
	overflow: none;
}


#view-checkout #checkout-progress {
	margin: 10px 10px 20px 10px;
	
	background-image: url('../image/shopping-cart-progress.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom right;
}


#view-checkout #checkout-progress span {
	width: 150px;
	margin: 0 10px;
	padding: 10px;
	
	border: 1px solid #8DCCF0;
	
	display: inline-block;
	vertical-align: top;
	
	line-height: 100%;
	font-size: 110%;
	color: #8DCCF0;
}


#view-checkout #checkout-progress span.step-prev {
	background-color: #8DCCF0;
	
	color: #fff;
	font-weight: 100;
}


#view-checkout #checkout-progress span.step-curr {
	background-color: #8DCCF0;
	
	color: #fff;
}


#view-checkout #checkout-progress span strong {
	padding-right: 16px;
	font-size: 170%;
	font-weight: 400;
	
	display: inline-block;
	vertical-align: middle;
}


#view-checkout #checkout-progress span a {
	color: #fff;
	text-decoration: none;
}


#view-checkout .frame h1 {
	margin: 0;
	
	display: inline-block;
	border-bottom: 1px solid #aaa;
	
	color: #766357;
	font-size: 300%;
	font-weight: 300;
}


#view-checkout .frame .content {
	height: calc(100% - 100px);
	
	overflow: auto;
}


#view-checkout #cart-overview {
	border-collapse: collapse;
	border-spacing: 0;
	
	font-size: 11pt;
}

#view-checkout #cart-overview span.currency {
	font-size: 75%;
}


#view-checkout #cart-overview span.delete-entry {
	color: #d81717;
	font-weight: 600;
	font-size: 80%;
}


#view-checkout #cart-overview thead tr th {
	padding: 3px 6px 14px 6px;
	
	font-weight: 600;
	font-size: 110%;
	color: #C8924F;
	text-align: left;
}


#view-checkout #cart-overview tbody tr td,
#view-checkout #cart-overview tfoot tr td {
	padding: 3px 6px;
	
	color: #111;
}


#view-checkout #cart-overview tbody tr td input {
	padding: 2px;
	
	border: 1px solid #C8924F;
	
	color: #766357;
	font-weight: 600;
	text-align: center;
}


#view-checkout #cart-overview tbody tr td._article {
	font-weight: 600;
}


#view-checkout #cart-overview tbody tr td._total {
	font-weight: 600;
	font-size: 110%;
	color: #C8924F;
}


#view-checkout #cart-overview tbody col {
	height: 3px;
}


#view-checkout #cart-overview tbody tr:nth-child(odd) td {
	background-color: #fdfdfd;
}

#view-checkout #cart-overview tbody tr:nth-child(even) td {
	background-color: #e0e0e0;
}

#view-checkout #cart-overview tbody tr td:last-child {
	font-size: 80%;
}


#view-checkout #cart-overview tfoot tr td._subtotal {
	font-weight: 600;
	font-size: 110%;
	color: #C8924F;
}


#view-checkout #cart-overview tfoot tr td._grandtotal {
	border-top: 2px solid #C8924F;
	font-weight: 600;
	font-size: 150%;
	color: #C8924F;
}


#view-checkout #cart-overview tfoot tr td span._quantities {
	font-weight: 600;
	font-size: 90%;
}

#view-checkout #cart-overview tfoot tr:first-child td {
	padding-top: 14px;
	
	border-top: 2px solid #C8924F;
	
	font-weight: 600;
}

#view-checkout #cart-overview tfoot tr:first-child td:first-child,
#view-checkout #cart-overview tfoot tr:first-child td:last-child {
	border-top: 0;
}

#view-checkout #cart-overview tfoot tr:last-child td {
	text-align: right;
}

#view-checkout #cart-overview tfoot tr:last-child td a {
	text-decoration: none;
}


#view-checkout #cart-overview td.separator {
	padding: 0 !important;
	
	background-color: transparent !important;
	
	font-size: 5px !important;
}


#view-checkout #cart-overview td ._coupon {
	margin: 10px;
}


#view-checkout #cart-overview thead tr th:nth-child(1) {
	min-width: 220px;
}
#view-checkout #cart-overview thead tr th:nth-child(2) {
	min-width: 60px;
}
#view-checkout #cart-overview thead tr th:nth-child(3) {
	min-width: 110px; 
	text-align: right;
}
#view-checkout #cart-overview thead tr th:nth-child(4) {
	min-width: 130px; 
	text-align: right;
}


#view-checkout #cart-overview tbody tr td:nth-child(4) {
	min-width: 110px; 
	text-align: right;
}
#view-checkout #cart-overview tbody tr td:nth-child(5) {
	min-width: 130px; 
	text-align: right;
}
#view-checkout #cart-overview tbody tr td:nth-child(6) {
	min-width: 120px;
}



#view-checkout .content .data-notification div.input-box,
#view-checkout .content .data-invoice div.input-box,
#view-checkout .content .data-shipment div.input-box {
	width: 500px;
}


#view-checkout .content .manual-address {
	width: 490px;
	padding: 4px;
	
	border: 1px solid #C8924F;
}


#view-checkout .content .manual-address input,
#view-checkout .content .manual-address select {
	padding: 3px 6px;
	margin: 2px 0;
	
	border: 1px solid #C8924F;
	
	color: #766357;
}


#view-checkout .content .manual-address .street {
	width: 230px;
}


#view-checkout .content .manual-address .street_number,
#view-checkout .content .manual-address .addition {
	width: 60px;
}


#view-checkout .content .manual-address .zipcode {
	width: 80px;
}


#view-checkout .content .manual-address .city {
	width: 288px;
}


#view-checkout .content .manual-address .country {
	width: 362px;
}


#view-checkout .content .manual-address .country_code {
	width: 20px;
}



#view-checkout .content .flex-select span {
	width: 500px;
}


#view-checkout .content .flex-select select option {
	padding: 7px 9px;
}


#view-checkout .content .next-step-holder {
	margin-left: 520px;
	display: inline-block;
}



#view-checkout .content .address_overview .block {
	margin-right: 80px;
	vertical-align: top;
	display: inline-block;
}

#view-checkout .content .address_overview .block:last-child {
	margin-right: 0;
}




/* Profile */
#view-profile {
	position: absolute;
	
	top: 60px;
	right: 0; 
	bottom: 0;
	left: 0;
	
	background-image: url('../image/checkout-bg.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	
	overflow: none;
}


#view-profile .frame {
	position: absolute;
	width: 900px;
	margin: 0 auto;
	padding: 30px 50px 10px 50px;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: #fff;
	
	overflow: none;
}


#view-profile .frame h1 {
	margin: 0;
	
	display: inline-block;
	border-bottom: 1px solid #aaa;
	
	color: #766357;
	font-size: 300%;
	font-weight: 300;
}


#view-profile .frame .content {
	height: calc(100% - 100px);
	
	overflow: auto;
}


#view-profile .table-orders {
	width: 100%;
	
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	
	font-size: 11pt;
}


#view-profile .table-orders thead tr th {
	padding: 3px 6px;
	
	background-color: #766357;
	
	color: #fff;
	font-weight: 600;
	text-align: left;
}

#view-profile .table-orders thead tr th:last-child {
	border-right: 3px solid #766357;
}


#view-profile .table-orders tbody tr td {
	padding: 3px 6px;
	
	border-bottom: 3px solid #766357;
	background-color: #edcfaa;
	
	font-weight: 400;
	text-align: left;
}


#view-profile .table-orders tbody tr td.static {
	background-color: #766357;
	
	color: #fff;
	font-weight: 600;
}

#view-profile .table-orders tbody tr td:last-child {
	border-right: 3px solid #766357;
}


#view-profile .table-orders tbody tr td.order {
	vertical-align: top;
}


#view-profile .table-orders tbody tr td.order strong {
	font-weight: 600;
	font-size: 110%;
}


#view-profile .table-orders tbody tr td.order .articles {
	padding: 0;
	margin: 0;
	
	font-size: 90%;
	cursor: help;
}


#view-profile .table-orders tbody tr td.shipment,
#view-profile .table-orders tbody tr td.invoice {
	vertical-align: top;
}


#view-profile .table-orders tbody tr td.actions {
}


#view-profile .table-orders tbody tr td.actions i.fa {
	font-size: 140%;
	color: #766357;
	
	cursor: pointer;
}


#view-profile .input-box {
	width: 400px;
	margin: 0 14px;
	
	display: inline-block;
	vertical-align: top;
}


#view-profile .input-box .input--kaede {
	margin: 4px 0;
}

#view-profile #message-box {
	width: 498px;
	height: 140px;
}



#view-profile .captcha-box {
}


#view-profile .captcha-box .hint {
	color: #0a8ecc;
	font-size: 115%;
	font-weight: 600;
}


#view-profile .captcha-box .selection {
	padding: 10px;
	display: table;
	border-spacing: 4px;
}


#view-profile .captcha-box .images {
	display: table-row;
	text-align: center;
}


#view-profile .captcha-box .image {
	width: 128px;
	height: 128px;
	
	border: 1px solid transparent;
	
	display: table-cell;
	
	cursor: pointer;
}

#view-profile .captcha-box .image:hover {
	border: 1px solid #C8924F;
	box-shadow: #C8924F 0 0 4px;
}


#view-profile .captcha-box .image img {
	max-width: 100%;
	max-height: 100%;
	
	display: inline-block;
	vertical-align: middle;
}




/* Smart Tooltip */
.tooltip_ {
	padding: 4px;
	
	background-color: #766357;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: #aaa 2px 2px 10px -2px;
	
	color: #fff;
	font-size: 10pt;
}


.tooltip_ strong {
	font-weight: 600;
}




/* Lightbox */
#view-lightbox {
	position: fixed;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: #6b594f;			 		/* Fallback */
	background-color: rgba(107, 89, 79,0.9); 	/* General RGBa*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e66b594f, endColorstr=#e66b594f);	/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e66b594f, endColorstr=#e66b594f)"; /* For IE 8*/
	
	overflow: none;
	z-index: 99999;
}



/* Lightbox: Notification */
#view-lightbox .notification {
	position: absolute;
	max-width: 50%;
	max-height: 70%;
	padding: 15px;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eee 0%, #bbb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eee 0%,#bbb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eee 0%,#bbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#bbb',GradientType=0 ); /* IE6-9 */
	border: 4px solid #363842;
	
	overflow: auto;
	
	font-size: 11pt;
	color: #333;
}


#view-lightbox .notification span.close {
	position: absolute;
	
	top: 3px;
	right: 6px;
	
	display: inline-block;
	
	color: #d81717;
	font-size: 14pt;
	font-weight: 700;
	text-shadow: #fff 0 0 1px;
	
	cursor: pointer;
}

#view-lightbox .notification span.close:hover {
	text-shadow: #222 0 0 1px;
}


#view-lightbox .notification .type {
	min-height: 40px;
	margin: 0 0 13px 0;
	padding: 13px 0 13px 40px;
	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 3px;
	
	border-bottom: 1px solid #aaa;
}

#view-lightbox .notification .type:first-child {
	padding-top: 0;
}

#view-lightbox .notification .type:last-child {
	margin: 0;
	padding-bottom: 0;
	
	border-bottom: 0;
}


#view-lightbox .notification .error {
	background-image: url('../image/lb-error.png');
}

#view-lightbox .notification .warning {
	background-image: url('../image/lb-warning.png');
}

#view-lightbox .notification .information {
	background-image: url('../image/lb-info.png');
}

#view-lightbox .notification .success {
	background-image: url('../image/lb-success.png');
}


#view-lightbox .notification .type .messages {
	margin: 0;
	padding: 0;
}


#view-lightbox .notification .type .code {
	padding-right: 10px;
	
	display: inline-block;
	vertical-align: top;
}


#view-lightbox .notification .type .code span {
	font-weight: 600;
	font-style: italic;
}


#view-lightbox .notification .type .message {
	display: inline-block;
	vertical-align: top;
	
	font-weight: 400;
	font-style: normal;
}


#view-lightbox .notification .type .message ul {
	margin: 0;
	padding: 0;
	
	list-style-type: bullet;
}






/*
	GENERAL CLASSES
*/
.fw100, ._thin { font-weight: 100 !important; } 		/* Thin */
.fw200, ._extraLight { font-weight: 200 !important; } 	/* Extra Light */
.fw300, ._light { font-weight: 300 !important; } 		/* Light */
.fw400, ._regular { font-weight: 400 !important; } 		/* Regular */
.fw500, ._medium { font-weight: 500 !important; } 		/* Medium */
.fw600, ._semiBold { font-weight: 600 !important; } 	/* Semi Bold */
.fw700, ._bold { font-weight: 700 !important; } 		/* Bold */
.fw800, ._extraBold { font-weight: 800 !important; } 	/* Extra Bold */
.fw900, ._black { font-weight: 900 !important; } 		/* Black */

.fs200 { font-size: 200%; }
.fs150 { font-size: 150%; }
.fs140 { font-size: 140%; }
.fs130 { font-size: 130%; }
.fs120 { font-size: 120%; }
.fs110 { font-size: 110%; }
.fs100 { font-size: 100%; }
.fs90 { font-size: 90%; }
.fs80 { font-size: 80%; }
.fs70 { font-size: 70%; }
.fs60 { font-size: 60%; }
.fs50 { font-size: 50%; }
.fs40 { font-size: 40%; }
.fs30 { font-size: 30%; }
.fs20 { font-size: 20%; }
.fs10 { font-size: 10%; }

.right { float: right; }
.left { float: left; }
.alignRight { text-align: right; }

.cRed { color: red; }

.cpc_Brown { color: #C99351 !important; }
.cpb_Brown { border-color: #C99351 !important; }
.cpbg_Brown { background-color: #C99351 !important; }
.cpc_Middle-Brown { color: #A38A7A !important; }
.cpb_Middle-Brown { border-color: #A38A7A !important; }
.cpbg_Middle-Brown { background-color: #A38A7A !important; }
.cpc_Dark-Brown { color: #766357 !important; }
.cpb_Dark-Brown { border-color: #766357 !important; }
.cpbg_Dark-Brown { background-color: #766357 !important; }
.cpc_Broken-Red { color: #EDC9C9 !important; }
.cpb_Broken-Red { border-color: #EDC9C9 !important; }
.cpbg_Broken-Red { background-color: #EDC9C9 !important; }
.cpc_Red { color: #E94249 !important; }
.cpb_Red { border-color: #E94249 !important; }
.cpbg_Red { background-color: #E94249 !important; }
.cpc_Error-Red { color: #AD161B !important; }
.cpb_Error-Red { border-color: #AD161B !important; }
.cpbg_Error-Red { background-color: #AD161B !important; }
.cpc_Broken-Green { color: #D2EFC9 !important; }
.cpb_Broken-Green { border-color: #D2EFC9 !important; }
.cpbg_Broken-Green { background-color: #D2EFC9 !important; }
.cpc_Green { color: #30A328 !important; }
.cpb_Green { border-color: #30A328 !important; }
.cpbg_Green { background-color: #30A328 !important; }
.cpc_Dark-Green { color: #1A6814 !important; }
.cpb_Dark-Green { border-color: #1A6814 !important; }
.cpbg_Dark-Green { background-color: #1A6814 !important; }
.cpc_Broken-Blue { color: #DCEAEF !important; }
.cpb_Broken-Blue { border-color: #DCEAEF !important; }
.cpbg_Broken-Blue { background-color: #DCEAEF !important; }
.cpc_Light-Blue { color: #43BBE4 !important; }
.cpb_Light-Blue { border-color: #43BBE4 !important; }
.cpbg_Light-Blue { background-color: #43BBE4 !important; }
.cpc_Sky-Blue { color: #8ED5ED !important; }
.cpb_Sky-Blue { border-color: #8ED5ED !important; }
.cpbg_Sky-Blue { background-color: #8ED5ED !important; }
.cpc_Blue { color: #2FB3E1 !important; }
.cpb_Blue { border-color: #2FB3E1 !important; }
.cpbg_Blue { background-color: #2FB3E1 !important; }
.cpc_Midnight-Blue { color: #0B7ABF !important; }
.cpb_Midnight-Blue { border-color: #0B7ABF !important; }
.cpbg_Midnight-Blue { background-color: #0B7ABF !important; }
.cpc_Dark-Blue { color: #3864BC !important; }
.cpb_Dark-Blue { border-color: #3864BC !important; }
.cpbg_Dark-Blue { background-color: #3864BC !important; }
.cpc_Broken-Yellow { color: #EAE2C7 !important; }
.cpb_Broken-Yellow { border-color: #EAE2C7 !important; }
.cpbg_Broken-Yellow { background-color: #EAE2C7 !important; }
.cpc_Foggy-White { color: #EDEDED !important; }
.cpb_Foggy-White { border-color: #EDEDED !important; }
.cpbg_Foggy-White { background-color: #EDEDED !important; }
.cpc_Light-Broken-White { color: #EFEEE8 !important; }
.cpb_Light-Broken-White { border-color: #EFEEE8 !important; }
.cpbg_Light-Broken-White { background-color: #EFEEE8 !important; }
.cpc_Broken-White { color: #E5E4DA !important; }
.cpb_Broken-White { border-color: #E5E4DA !important; }
.cpbg_Broken-White { background-color: #E5E4DA !important; }
.cpc_White { color: #FFFFFF !important; }
.cpb_White { border-color: #FFFFFF !important; }
.cpbg_White { background-color: #FFFFFF !important; }
.cpc_Black { color: #000000 !important; }
.cpb_Black { border-color: #000000 !important; }
.cpbg_Black { background-color: #000000 !important; }
.cpc_Half-Black { color: #383838 !important; }
.cpb_Half-Black { border-color: #383838 !important; }
.cpbg_Half-Black { background-color: #383838 !important; }
.cpc_Grey { color: #9A9A9A !important; }
.cpb_Grey { border-color: #9A9A9A !important; }
.cpbg_Grey { background-color: #9A9A9A !important; }
.cpc_Medium-Grey { color: #787878 !important; }
.cpb_Medium-Grey { border-color: #787878 !important; }
.cpbg_Medium-Grey { background-color: #787878 !important; }
.cpc_Dark-Grey { color: #565656 !important; }
.cpb_Dark-Grey { border-color: #565656 !important; }
.cpbg_Dark-Grey { background-color: #565656 !important; }






/*
	FLEX LIST CHOICE
*/
.flex-list-choice {
	width: 700px;
	margin: 8px 0;
	
	display: table;
}


.flex-list-choice input {
	display: none;
}


.flex-list-choice label {
	margin: 0;
	padding: 3px 5px;
	
	display: table-row;
	vertical-align: middle;
	border-spacing: 0;
	
	background-color: #f7ede1;
	
	opacity: 0.6;
	cursor: pointer;
}

.flex-list-choice label:nth-child(even) {
	background-color: #f2e2d0;
}

.flex-list-choice label:focus,
.flex-list-choice label:hover {
	opacity: 1;
}

.flex-list-choice input:checked + label {
	background-color: #edcfaa;
	
	opacity: 1;
}


.flex-list-choice label div.image {
	width: 48px;
	height: 48px;
	padding: 4px 8px 4px 4px;
	
	display: table-cell;
	vertical-align: middle;
}


.flex-list-choice label div.image img {
	max-width: 48px;
	max-height: 48px;
}


.flex-list-choice label span {
	min-width: 130px;
	
	display: table-cell;
	vertical-align: middle;
	
	font-weight: 600;
}


.flex-list-choice label p {
	display: table-cell;
	vertical-align: middle;
	
	font-weight: 400;
}






/*
	FLEX SELECT
*/
.flex-select span { position: relative; display: block; }
.flex-select select { position: absolute; left: 0px; }


.flex-select input {
	width: calc(100% - 10px);
    padding: 5px;
	
	border: 0;
	background-color: #C8924F;
	
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}


.flex-select select {
	min-width: 100%;
	margin-top: 0;
	
	border: 1px solid #C8924F;
	border-top: 0;
	
	z-index: 10;
}


.flex-select select option {
    padding: 5px 10px;
	
	background-color: #fff;
    box-shadow: 16px -12px 25px -20px #C8924F inset;
	
	font-weight: 600;
	color: #6b594f;
}

.flex-select select option:hover, 
.flex-select select option:focus {
    box-shadow: 16px -12px 30px -20px #6b594f inset;
	
	color: #333;
}






/*
	FLEX INPUTS
*/
.flex-input {
	position: relative;
	display: inline-block;
	vertical-align: top;
}


.flex-input > input {
	position: relative;
	display: block;
	float: right;
	padding: 4px;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #C8924F;
	font-weight: 600;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.flex-input > input:focus {
	outline: none;
}


.flex-input > label {
	display: inline-block;
	float: right;
	padding: 4px;
	width: 40%;
	color: #fff;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.flex-input > label > span {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}




/* STYLE: KAEDE */
.input--kaede {
    height: 32px;
	display: block;
	overflow: hidden;
	margin: 1em auto 2em;
	background: #C8924F;
	border: 1px solid #C8924F;
}


.input--kaede > input {
    display: block;
    float: left;
	width: 52%;
	height: 100%;
	padding: 0 2%;
	background: #fff;
	color: #C8924F;
}


.input--kaede > label {
	display: block;
    float: left;
	width: 40%;
    height: 100%;
	text-align: left;
	color: #fff;
}

.input--kaede > label > span {
	padding: 0.3em 0 0 0;
}






/*
	FLEX RADIO, CHECKBOX
	Requires Font Awesome
*/

.flex-radio,
.flex-checkbox {
	margin: 3px 0;
}


.flex-radio input[type="radio"],
.flex-checkbox input[type="checkbox"] {
	display: none;
}


.flex-radio label,
.flex-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	opacity: 0.7;
}

.flex-radio label:before, 
.flex-radio label:after,
.flex-checkbox label:before, 
.flex-checkbox label:after {
	font-family: 'FontAwesome';
	font-size: 130%;
	position: absolute; 
	top: 0; 
	left: 0;
}

.flex-radio label:after, 
.flex-checkbox label:after {
	max-width: 0;
	overflow: hidden;
	transition: all 0.30s;
}

.flex-radio label:before {
	content: '\f10c';
}

.flex-radio label:after {
	content: '\f192';
}

.flex-checkbox label:before {
	content: '\f096';
}

.flex-checkbox label:after {
	content: '\f046';
}

.flex-radio input[type="radio"]:checked + label:after,
.flex-checkbox input[type="checkbox"]:checked + label:after {
	max-width: 25px;
}

.flex-radio input[type="radio"]:checked + label,
.flex-checkbox input[type="checkbox"]:checked + label {
	opacity: 1;
}







/*
	jQuery ScrollBar
*/
/* SCROLLBAR BASE CSS */
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/* SCROLLBAR RAIL */
 
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}
 
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
 
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
 
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
 
.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
 
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
 
/* scrollbar height/width & offset from container borders */
 
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
 
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }



table[class*='responsive'] {
	border-spacing: 0;
}


table[class*='responsive'] tbody {
	box-shadow: inset #f7e6d2 0 0 5px;
}

table[class*='responsive'] tbody:nth-child(even) {
	background-color: #fffaf4;
}

table[class*='responsive'] tbody:nth-child(odd) {
	background-color: #fcf3e8;
}


table[class*='responsive'] tbody th,
table[class*='responsive'] tbody td {
	padding: 3px 6px;
	
	text-align: left;
}