/* radio */

/* Feedback css */
.datepicker-days .disabled,
.datepicker-days .old {
color:#ccc;
}
.datepicker-days .new {
color:#999;
}
#table-orders {
table-layout:fixed;
}
#table-orders .details-control {
width:1px !important;
}

.action-links a {
}
.action-links a:after {
  content: "|";
margin-left:3px;
}
.action-links a:last-child:after {
  content: "";
}
#notifications-sub .desc {
    font-style:italic;
    margin-left:3px;
}

#notifications {
    left:0;
    overflow:visible;
    position:fixed;
    top:0;
    width:100%;
    z-index:996;
}

.notification-bar {
    color:purple;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    font-size:1.5em;
    color:#333333;
    text-align:center;
}
.notification-bar-bkg {
    background-color:purple;
    opacity:0.95;
    filter:alpha(opacity=95);
    position:static;
    display: block;
    min-height: 65px;
    width:100%
}

* html .notification-bar-bkg {
     height:65px;
}
#notifications .message {
  padding:20px 40px;
  color:#fff;
}

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* checkbox */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 4px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 9px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -4px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* button */

.jcf-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	border: 1px solid #777;
	background: #fff;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
}

.jcf-button .jcf-real-element {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	outline: none;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* file */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* scrollbars */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* select */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #ccc;
	background: transparent;
	min-width: 150px;
	width: 100%;
	height: 37px;
	border-radius: 4px;
	z-index: 10;
	cursor: pointer;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 15px;
	line-height: 37px;
	margin: 0 35px 0 15px;
	color: #adadad;
	z-index: 10;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #efefef;
	border-left: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	width: 38px;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 0;
	cursor: pointer;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #ccc;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: "";
	height: 4px;
	width: 8px;
	margin: -7px 5px 0 -3px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
	cursor: pointer;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
	cursor: pointer;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #adadad;
	min-height: 14px;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* other styles */

.jcf-textarea {
	border: 1px solid #b8c3c9;
	box-sizing: content-box;
	display: inline-block;
	position: relative;
}

.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}

.jcf-textarea textarea {
	padding: 8px 10px;
	border: none;
	margin: 0;
}

.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #e3e3e3;
	font-weight: bold;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 15px;
	width: 14px;
	bottom: 0;
	right: 0;
}

.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: "";
}

/* number input */

.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px;
	top: 1px;
}

.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	border: 4px solid #aaa;
	border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: .3;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* range input */

.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px;
}

.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	height: 10px;
}

.jcf-range .jcf-range-wrapper {
	position: relative;
	background: #e5e5e5;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
}

.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	min-height: 10px;
	min-width: 10px;
	left: 10px;
	right: 10px;
}

.jcf-range .jcf-range-display {
	border-radius: 5px;
	position: absolute;
	background: #888;
	width: 10px;
	height: 10px;
}

.jcf-range .jcf-range-display.jcf-range-min {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
	margin: 0 -10px 0 0;
	padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	left: auto;
	right: auto;
	top: 10px;
	bottom: 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin: 0 0 -10px;
	padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin: -10px 0 0;
	padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #aaa;
	border-radius: 19px;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range .jcf-active-handle {
	z-index: 2;
}

.jcf-range.jcf-focus .jcf-active-handle {
	border: 1px solid #f00;
	margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

/* common styles */

.jcf-disabled {
	background: #ddd !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?6d84wk");
	src: url("../fonts/icomoon.eot?6d84wk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6d84wk") format("truetype"), url("../fonts/icomoon.woff?6d84wk") format("woff"), url("../fonts/icomoon.svg?6d84wk#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shopping-cart:before {
	content: "\e900";
}

.icon-cancel:before {
	content: "\e901";
}

.icon-down-arrow:before {
	content: "\e902";
}

.icon-angle-arrow-down:before {
	content: "\e903";
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html,
body {
	height: 100%;
}

body {
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	min-width: 320px;
	overflow: hidden;
}

body h1 {
	font-size: 28px;
	margin-bottom: 23px;
}

body h2 {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 27px;
}

body h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

body a {
	text-decoration: none;
}

body a:hover,
body a:focus {
	text-decoration: none;
}

#wrapper {
	height: 100%;
	min-height: 100vh;
	overflow-x: hidden;
/* PW */
/* position:relative;  */
}

.content {
	min-height: 93vh;
}

.container-fluid {
	max-width: 1032px;
	max-width: 1400px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.btn,
.btn-foot {
	white-space: normal;
	font-weight: bold;
	padding: 10px 15px;
}

.btn-warning {
	background: -webkit-linear-gradient(bottom, #d6840c, #ee930d);
	background: linear-gradient(to top, #d6840c, #ee930d);
	border-color: transparent;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
	background: #cb6c0f;
}

.btn-primary {
	background: -webkit-linear-gradient(bottom, #464646, #3f3f3f);
	background: linear-gradient(to top, #464646, #3f3f3f);
	border-color: transparent;
	max-width: 170px;
	font-weight: normal;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #333;
}

.btn-success {
	background: -webkit-linear-gradient(bottom, #3bab0a, #359a09);
	background: linear-gradient(to top, #3bab0a, #359a09);
	border-color: transparent;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	background: #297e04;
}

.btn-default {
	padding: 6px 12px;
	font-weight: normal;
}
.btn-foot {
	padding: 10px 15px;
}

.video video {
	width: 100%;
	height: auto;
}

.info p {
	margin-bottom: 23px;
}

.info p:last-of-type {
	margin-bottom: 30px;
}

.info .date {
	display: block;
	position: relative;
	padding: 0 15px;
	font-size: 13px;
}

.info .date:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #ffe100;
	left: 0;
	top: calc(50% - 5px);
}

.description {
	position: relative;
}

.description:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background-color: #ffe100;
	z-index: -1;
}

.description .tabset li a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	background-color: #ffe100;
	color: #333;
	border-bottom: 1px solid #fff;
	padding: 9px 20px;
	display: block;
	width: 100%;
}

.testmode-1 .description .tabset li a {
background-color:orange;
}

.description .tabset li a.active,
.description .tabset li.active a,
.description .tabset li a:hover {
	background-color: #464646;
	color: #fff;
}

.description .tab-content .title {
	margin-bottom: 20px;
	padding: 12px 18px;
}

.description .tab-content .title h2 {
	font-weight: bold;
}

.description .tab-content li.active .opener span:first-of-type {
	color: #333;
}

.description .tab-content li.active .plus:after {
	width: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.description .tab-content .opener {
	background-color: #ffe100;
	display: block;
	position: relative;
	color: #333;
	padding: 3px 15px 7px;
	border-bottom: 1px solid #fff;
}

.description .tab-content .opener span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
}

.description .tab-content .opener span:first-of-type {
	color: #06c;
}

.description .tab-content .opener .plus {
	position: absolute;
	width: 11px;
	height: 3px;
	background-color: #333;
	top: 10px;
	right: 20px;
}

.description .tab-content .opener .plus:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
	transition: transform .3s ease-in-out, width .3s ease-in-out;
	position: absolute;
	content: "";
	width: 3px;
	height: 11px;
	background-color: #333;
	right: 4px;
	top: -4px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.description .tab-content .accordion {
	margin-bottom: 35px;
}

.description .tab-content .description-item {
	background-color: #efefef;
	position: relative;
	padding: 8px 15px;
}

.description .tab-content .description-item:nth-of-type(2n) {
	background-color: #fff;
}

.description .tab-content .description-item:nth-of-type(2n):before {
	background-color: #fff;
}

.description .tab-content .description-item:nth-of-type(2n):after {
	background-color: #fff;
}

.description .tab-content .description-item span {
	display: block;
	letter-spacing: -.3px;
}

.description .tab-content .description-item ul {
	padding-top: 12px;
}

.description .tab-content .description-item .txt-style {
	color: #06c;
	font-weight: bold;
	padding: 0;
}

.description .tab-content .description-item .txt-style li {
	margin-bottom: 5px;
}

.form-wrap {
	padding: 12px 20px;
}

.form-wrap h2 {
	margin-bottom: 16px;
}

.form-wrap .title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.form-wrap .title-box .link-box {
	margin-bottom: 24px;
}

.form-wrap .title-box .link-box span {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 6px;
}

.form-wrap .title-box .link-box a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #333;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	background-color: #fff;
}

.form-wrap .title-box .link-box a:hover,
.form-wrap .title-box .link-box a.active {
	color: #fff;
	background-color: #333;
}

.form-wrap .open-close {
	background-color: #efefef;
	padding: 10px 15px;
	color: #333;
	margin-bottom: 35px;
}

.form-wrap .open-close .open-it {
	color: inherit;
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
}

.form-wrap .open-close .open-it i {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 18px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.form-wrap .open-close.active .open-it {
	margin-bottom: 20px;
}

.form-wrap .open-close.active i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.form-wrap .form-box .form-row {
	position: relative;
	margin-bottom: 12px;
}

.form-wrap .form-box .form-row input {
	box-shadow: none;
	/* PW -webkit-appearance: none;*/
}

.form-wrap .form-box .form-row .check-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #06c;
}

.form-wrap .form-box .form-row .check-link:hover {
	color: #333;
}

.form-wrap .form-box .form-row .darken-input {
	max-width: 100%;
	background-color: #f5f5f5;
	text-transform: uppercase;
	color: #333;
}

.form-wrap .form-box .form-row i {
	position: absolute;
	font-size: 10px;
	right: 15px;
	bottom: 12px;
	z-index: 11;
	cursor: pointer;
}

.form-wrap .form-box .form-link {
	display: block;
	margin-bottom: 28px;
	color: #06c;
	font-size: 14px;
	font-weight: bold;
}

.form-wrap .form-box .form-link:hover {
	color: #333;
}

.form-wrap .form-box .title-links {
	overflow: hidden;
}

.form-wrap .form-box .title-links:first-of-type a {
	display: none;
}

.form-wrap .form-box .title-links a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	float: right;
	color: #06c;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	text-transform: none;
}

.form-wrap .form-box .title-links a:hover {
	color: #333;
}

.form-wrap .form-box .checkbox {
	margin-bottom: 33px;
}

.form-wrap .form-box .checkbox label {
	padding-left: 0;
	padding-top: 6px;
}

.form-wrap .form-control {
	color: #464646;
	box-shadow: none;
}
/* PW Moved from above rule */
.form-wrap input.form-control {
	height: 38px;
}

.form-wrap .inner-form-title {
	margin-top: 31px;
	margin-bottom: 22px;
}

.form-wrap .btn-stiled {
	margin-top: 20px;
}

.form-wrap .pay-box {
	padding: 20px;
	background-color: #efefef;
	border-radius: 4px;
	margin-top: 37px;
	margin-bottom: 34px;
}

.form-wrap .pay-box h3 {
	margin-top: 0;
}

.form-wrap .pay-box .btn-primary {
	margin-top: 10px;
}

.form-wrap .pay-box .btn-primary i {
	padding-left: 10px;
}

.form-wrap .pay-list {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.form-wrap .pay-list h3 {
	margin-bottom: 22px;
}

.form-wrap .pay-list p {
	text-align: right;
	margin-top: 9px;
}

.form-wrap .pay-list p span {
	font-size: 20px;
	color: #090;
	font-weight: bold;
}

.form-wrap .pay-list .description-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	position: static;
}

.form-wrap .pay-list .description-item span {
	width: 50% !important;
	border-right: none !important;
	text-align: right;
}

.form-wrap .pay-list .description-item .popup {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
	width: 100%;
	max-width: 600px;
	padding: 20px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form-wrap .visible-xs .pay-list .description-item .popup {
top:0;
bottom:auto;
}
.form-wrap .hidden-xs .pay-list .description-item .popup {
left:100px;
z-index:1000;
}
.form-wrap .pay-list .description-item .popup .close {
	font-size: 10px;
}

.form-wrap .pay-list .description-item .popup .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.form-wrap .pay-list .description-item .popup .btn-holder .btn {
	min-height: 30px;
	padding: 6px 12px;
	margin-left: 10px;
}

.form-wrap .pay-list .description-item .popup h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 12px;
}

.form-wrap .pay-list .description-item .popup .popup-item {
	padding: 0;
	background-color: #efefef;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-wrap .pay-list .description-item .popup .popup-item:nth-of-type(2n) {
	background-color: #fff;
}

.form-wrap .pay-list .description-item .popup .popup-item span {
	padding: 7px 15px;
	border-left: 1px solid #fff;
	text-align: left;
	width: 50%;
}

.form-wrap .pay-list .description-item .popup .popup-item span:last-of-type {
	text-align: right;
}

/* PW */
.test-circle {
    border: 2px solid red;
    background-color: #FFFFFF;
    height: 100px;
    border-radius: 50%;
    width: 100px;
}
.history {
margin-left:20px;
position:relative;
}
.history li {
padding-left:20px;
border-left:2px solid #ccc;
padding-bottom:20px;
position:relative;
}
.history li.active:before {
      content: "";
background-color:#ccc;
width:2px;
margin-left:-2px;
      position: absolute;
      left:0;
      top:0;
}
.history li:first-child:before,
.history li:last-child:before
 {
 padding:0;margin:0;display:block;/* probably not really needed? */
      content: "";
      width:10px;
      height:10px;
      background-color:#efefef;
      position: absolute;
      left:0;
      top:0;
margin-left:-6px;
}
.description .tab-content .description-item:nth-of-type(2n) .history li:first-child:before,
.description .tab-content .description-item:nth-of-type(2n) .history li:last-child:before {
background:#fff;
}
.history li:last-child:before {
top:auto;
bottom:0;
      height:30px;
}
.history .expected-time {
color:#ccc;
}
.history .circle {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #fff;
  background:#ccc;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 40px;
margin:0;
position:absolute;
margin-left:-29px;
padding:0 !important;
margin-top:3px;
display:block;
}
.history .active,
.history .expected-time
 {
border-left:2px dotted #ccc;
}
.history .active:last-child {
border-left:2px solid #ccc;
}
.history .active .circle {
background:#ffe100;
border:2px solid black;
}
.history .expected-time .circle {
background:#fff;
border:2px solid #ccc;
}

.video {
width:100%;
text-align:center;
}
#main {
padding-bottom:20px;
}
.red {
color:red !important;
}
.background-red {
background-color:red !important;
}
.background-orange {
background-color:#FFA500 !important;
}
.description .tab-content .background-red span:first-of-type,
.description .tab-content .opener.background-red span:first-of-type {
color:#fff;
}
#signature-pad {
position:absolute;
margin-left:-10000px;
}
#signature-pad.pad-static {
position:static;
margin-left:0px;
}
.popup {
z-index:1000;
}
.form-wrap .btn-danger,
.form-wrap .btn-foot,
.form-wrap .btn-success {
	margin: 25px auto 40px;
	display: block;
}

.header {
	position: relative;
	border-bottom: 7px solid #ffe100;
	min-height: 80px;
}

.header.header-inner {
	border-bottom: none;
}

.header .logo {
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 30px);
	z-index: 9999;
	z-index: 995;
}

.header .nav-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	background-color: #ffe100;
	padding: 8px 20px;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.header .nav-drop > ul {
	border-bottom: 1px solid #333;
	padding-bottom: 19px;
	margin-bottom: 15px;
}

.header .nav-drop > ul:last-of-type {
	border: none;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.header .nav-drop > ul > li > a {
	-webkit-transition: font .3s ease-in-out;
	transition: font .3s ease-in-out;
	display: block;
	padding: 10px 0;
	position: relative;
	font-size: 15px;
	color: #333;
}

.header .nav-drop > ul > li.active > a,
.header .nav-drop > ul > li:hover > a {
	font-weight: bold;
}

.header .nav-drop > ul > li.active:after,
.header .nav-drop > ul > li:hover:after {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	height: 0;
	width: 0;
	border-bottom: 9px solid #ffe100;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header .nav-drop:before {
	height: 0;
	width: 0;
	border-bottom: 6px solid #ffe100;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	position: absolute;
	content: "";
	top: -6px;
	right: 30px;
}

.nav-active .header .nav-drop {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header .nav-opener {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99999;
	text-indent: -9999px;
}

.header .nav-opener:before,
.header .nav-opener:after,
.header .nav-opener span {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	width: 33px;
	height: 3px;
	position: absolute;
	top: 7px;
	right: 0;
	background-color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-active .header .nav-opener span {
	opacity: 0;
}

.header .nav-opener:before,
.header .nav-opener:after {
	content: "";
	top: 0;
}

.nav-active .header .nav-opener:before,
.nav-active .header .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	right: 0;
}

.header .nav-opener:after {
	top: 14px;
}

.nav-active .header .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .nav-opener:hover:before,
.header .nav-opener:hover:after,
.header .nav-opener:hover span,
.header .nav-opener:focus:before,
.header .nav-opener:focus:after,
.header .nav-opener:focus span {
	outline: none;
}

.footer {
	background-color: #464646;
	font-size: 14px;
	color: #fff;
/* PW */
/*
position:absolute;
width:100%;
bottom:0;
*/
}

.footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
}

.footer ul li {
	padding: 0 20px;
	margin: 15px 0;
	position: relative;
}

.footer ul li:last-of-type:after {
	width: 0;
}

.footer ul li:after {
	content: "";
	position: absolute;
	height: 17px;
	width: 1px;
	right: 0;
	top: 2px;
	background-color: #ffe100;
}

.footer ul a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: inherit;
}

.footer ul a:hover {
	color: #ffe100;
}

/* PW Start */
#main.front {
    background:url(../images/bg.jpg) no-repeat;
    background-size:cover;
    color:#fff;
    min-height:853px;
}
#main.main-bg {
    background-size:cover;
    color:#fff;
    min-height:853px;
}
#main.main-bg .tab-content {
padding-left:30px;
padding-right:30px;
}

#main.front .info {
    padding-top:40px;
}
label {
font-weight:normal;
}
.form-inner-wrapper {
background:#efefef;
padding:20px;
border-radius:5px;
}
.form-wrap .form-inner-wrapper .form-row .form-control {
width:100%;
max-width:100%;
}
.form-wrap .form-box .form-inner-wrapper .checkbox {
margin-bottom:0;
}
.tooltip {
    position:static !important;
    opacity:1 !important;
}

#loading {
    position:absolute;
    width:100%;
    height:100%;
    z-index:1000
}

#loading #loading-layer {
    position:absolute;
    z-index:1000;
    width:100%;
    height:100%;
    background:white;
    opacity:0.5;
    filter:alpha(opacity=50);
}

#loading #loading-icon {
    position:absolute;
    z-index:1000;
    left:50%;
    opacity:1;
    background:transparent;
    top:50%;
    width:200px;
    height:100px;
    margin-left:-100px;
    margin-top:-50px;
    padding-top:50px;
    text-align:center;
}
.loading h2 {
text-transform:capitalize;
}

.user-logged-in-1 .header {
    border:none;
}

.user-logged-in-1.home .description .tabset {
    margin-bottom:0;
}

.from-own-wrapper,
.from-new-wrapper,
.to-all-wrapper,
.to-new-wrapper {
    display:none;
}
.form-wrap .form-box .title-links a.active {
    color:#464646;
    
}
.errors {
    list-style:none;
    color:red;
    margin:0;padding:0;
    
}
.blockUI h2 {
margin-bottom:0;
}
.error-message span {
color:red;
padding-top:5px;
display:block;
}
.power-list {
border-bottom:none !important;
}
.form-wrap .power-list .description-item {
border-radius:5px !important;
padding-left:20px !important;
padding-bottom:20px !important;
margin-bottom:20px;
}
.form-wrap .power-list .description-item h3 {
margin-bottom:15px;
}
.description .tab-content .power-list .description-item:nth-of-type(2n) {
	background-color: #efefef;
}

.btn-xs {
    padding-top:5px;
    padding-bottom:5px;
}
.description .tab-content .description-item .txt-style .form-group {
    color:black;
}
input[type="file"] {
    line-height: 1em;
}
.txt-style li:first-child {
    min-width:160px;
    padding-left: 0 !important;
}
.txt-style-2 li:first-child {
    min-width:220px;
    padding-left: 0 !important;
}
.form-default dd {
margin-bottom:15px;
}
.form-default .form-control {
color:#464646;
}

@media (max-width: 767px) {
    #main.front {
        padding-top:0px;
    }
    #main.front .info {
        padding-top:20px;
    }
}
/* PW End */
@media (min-width: 370px) {
	.form-wrap .pay-box .btn-primary {
		margin-top: 0;
		min-height:auto;
	}
}

@media (min-width: 768px) {
.popup {
top:100px !important;
bottom:auto !important;
}
	/* PW Added */
table.dataTable tbody td.no-padding {
    padding: 0;
}
#table-orders.dataTable tbody tr {
background-color:#ffe100;
}

#table-orders.dataTable tbody tr.weightmissing {
/*background:orange;*/
}
#table-orders.dataTable tbody tr td {
border-right:1px solid white;
border-bottom:1px solid white;
border-top:none;
}
	#main {
/*		min-height:700px; */
	}
	.uusi-tilaus #main {
	/*	height:2700px; */
	}
	body h1 {
		margin-top: 0;
		font-weight: bold;
	}

	body h2 {
		margin-top: 0;
		font-weight: bold;
	}

	.video {
		margin-bottom: 32px;
	}

	.info {
		margin-bottom: 45px;
	}

	.description .tabset {
		background-color: #ffe100;
		padding: 0 20px;
		margin-bottom: 34px;
	}
    
	.testmode-1 .description .tabset {
background-color:orange;
}

	.description .tabset li {
		display: inline-block;
		vertical-align: top;
	}

	.description .tabset li a {
		padding: 10px 12px;
		border-bottom: none;
	}

	.description .tab-content .title {
		margin-bottom: 44px;
		margin-bottom: 0px;
	}

	.description .tab-content .opener {
		display: table;
		width: 100%;
		padding: 0 15px;
	}

	.description .tab-content .opener span {
		display: table-cell;
		border-right: 1px solid #fff;
		padding: 4px 0 8px;
	}

	.description .tab-content .opener span:first-of-type {
		width: 25%;
	}

	.description .tab-content .opener span:nth-of-type(2) {
		width: 27%;
		text-align: center;
	}

	.description .tab-content .opener span:nth-of-type(3) {
		width: 13%;
		text-align: center;
	}

	.description .tab-content .opener span:nth-of-type(4) {
		width: 33%;
		border-right: none;
		padding-left: 15px;
	}

	.description .tab-content .opener .plus {
		display: none;
	}

	.description .tab-content .accordion {
		padding: 0 20px;
	}

	.description .tab-content .description-item {
		display: table;
		width: 100%;
		padding: 0;
	}

	.description .tab-content .description-item span {
		display: table-cell;
		padding: 6px 15px 7px;
	}

	.description .tab-content .description-item span:first-of-type {
		width: 26.5%;
		border-right: 1px solid #fff;
	}

	.description .tab-content .description-item span:nth-of-type(2) {
		padding: 0 20px;
	}

	.description .tab-content .description-item ul {
		padding-top: 0;
	}

	.description .tab-content .description-item .txt-style li {
		display: table-cell;
		border-right: 1px solid #fff;
		padding: 0 10px 0 15px;
	}

	.description .tab-content .description-item .txt-style li:last-of-type {
		border-right: none;
	}

	.description .tab-content .description-item .txt-style li a {
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
	/*	color: inherit;*/
		line-height: 35px;
	}

	.description .tab-content .description-item .txt-style li a:hover {
		color: #333;
	}

	.form-wrap {
		width: 50%;
		position: relative;
	}

	.form-wrap h2 {
		margin-bottom: 25px;
	}

	.form-wrap .title-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.form-wrap .title-box .link-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 42px;
	}

	.form-wrap .title-box .link-box span {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: 10px;
	}

	.form-wrap .open-close {
		position: absolute;
		right: -100%;
		width: 100%;
		top: 0;
		background-color: transparent;
		padding-left: 60px;
	}

	.form-wrap .open-close .slide p {
		margin-bottom: 20px;
	}

	.form-wrap .open-close .open-it {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.form-wrap .open-close .open-it i {
		display: none;
	}

	.form-wrap .form-box .form-row input {
		max-width: 240px;
	}

	.form-wrap .form-box .title-links:first-of-type a {
		display: block;
	}

	.form-wrap .pay-box .link-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.form-wrap .pay-box .btn-primary {
		margin-left: 10px;
	}

	.form-wrap .pay-list .description-item .popup {
		left: 100%;
	}

	.form-wrap .pay-list .description-item .popup .popup-item span {
		width: 140px !important;
		font-size: 13px;
	}

	.form-wrap .pay-list .description-item .popup .popup-item span:last-of-type {
		width: 70% !important;
		text-align: left;
	}

/* PW */
.form-wrap .btn-danger,
.form-wrap .btn-foot,
	.form-wrap .btn-success {
		display: inline-block;
	}

	.header {
		min-height: auto;
	}

	.header .nav-drop {
		background-color: transparent;
		position: relative;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		overflow: hidden;
		padding: 11px 0 0;
	}

	.header .nav-drop > ul {
		float: left;
		border: none;
		padding-bottom: 0;
		margin-bottom: 11px;
		margin-right: 45px;
		margin-left: 5px;
	}

	.header .nav-drop > ul:last-of-type {
		float: right;
		padding-bottom: 0;
		text-align: right;
		margin-right: 5px;
		margin-left: 45px;
	}

	.header .nav-drop > ul > li > a {
		font-size: 14px;
	}

	.header .nav-drop > ul > li.active > a,
	.header .nav-drop > ul > li:hover > a {
		background: transparent;
	}

	.header .nav-drop:before {
		opacity: 0;
	}

	.header .nav-opener {
		display: none;
	}
}

@media (min-width: 992px) {
	.uusi-tilaus #main {
/*height:2300px; */
	}
	.description:after {
		height: 43px;
	}

	.description .tab-content .opener span {
		padding: 3px 0 7px;
	}

	.description .tab-content .opener span:first-of-type {
		width: 18%;
	}

	.description .tab-content .opener span:nth-of-type(2) {
		width: 19%;
		text-align: center;
	}

	.description .tab-content .opener span:nth-of-type(3) {
		width: 11%;
		text-align: center;
	}

	.description .tab-content .opener span:nth-of-type(4) {
		width: 33%;
		border-right: none;
		padding-left: 15px;
	}

	.description .tab-content .opener .plus {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		top: 15px;
		right: 10px;
	}

	.description .tab-content .description-item span:first-of-type {
		width: 19%;
	}

	.description .tab-content .description-item ul {
		padding-left: 15px;
	}

	.description .tab-content .description-item .txt-style li {
		line-height: 35px;
	}

	.header {
		padding-top: 8px;
	}

	.header .nav-drop {
		padding: 11px 0;
	}

	.header .nav-drop.inner-drop .nav-drop {
		overflow: hidden;
	}

	.header .nav-drop.inner-drop ul li {
		padding: 0;
		padding-right: 40px;
	}

	.header .nav-drop.inner-drop ul li:before {
		right: 20px;
	}

	.header .nav-drop.inner-drop ul:last-of-type li {
		padding-left: 30px;
		padding-right: 0;
	}

	.header .nav-drop.inner-drop ul:last-of-type li:before {
		left: 15px;
	}

	.header .nav-drop.inner-drop ul:last-of-type li:first-of-type:before {
		width: 0;
	}

	.header .nav-drop.inner-drop ul:last-of-type li:last-of-type:before {
		width: 1px;
	}

	.header .nav-drop > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.header .nav-drop > ul > li {
		padding: 0 20px;
		position: relative;
	}

	.header .nav-drop > ul > li:last-of-type:before {
		width: 0;
	}

	.header .nav-drop > ul > li:before {
		position: absolute;
		content: "";
		right: 0;
		top: calc(50% - 9px);
		background-color: #ccc;
		width: 1px;
		height: 19px;
	}

	.header .nav-drop > ul > li:after {
		height: 0;
		width: 0;
		border-bottom: 9px solid #ffe100;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		position: absolute;
		content: "";
		bottom: -11px;
		left: calc(50% - 9px);
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

