.filters {
	display: flex;
	background-color: #cdd2d9;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.filter-controls{
	display: flex;
	flex-direction: column;
}
.fieldset-levels,
.fieldset-colors{
	padding: 1rem 2rem;
}
.fieldset-levels {
	background-color: #9ba5b3;
}
.filter-reset {
	display: flex;
	align-items: center;
	padding: 1rem;
	background-color: #041e41;
	text-transform: uppercase;
}

.filters legend {
	float: left;
	margin-bottom: .5rem;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
.btn-filter {
	padding: 0 1rem;
	color: black;
}
/* 	for blue & black filter buttons */
.fieldset-colors .btn-filter:first-child,
.fieldset-colors .btn-filter:last-child{
	color: white;
}
.filter-reset .btn-filter {
	color: white;
}
.filter-reset .btn-filter:hover,
.filter-reset .btn-filter:active,
.filter-reset .btn-filter:focus {
	color: #7BAFD4;
	text-decoration: none;
}
.fieldset-levels .btn-filter {
	margin: 0 .3rem 0.5rem;
	background-color: white;
	border: 1px solid white;
}
.fieldset-colors .btn-filter {
	padding: 0;
    margin: 0 20px 10px 0;
	transition: transform .3s ease-in-out;
}
.fieldset-colors .btn-filter:hover {
/* 	transform: rotate(45deg); */
}
.fieldset-levels .btn-filter.mixitup-control-active {
	background-color: transparent;
	color: white;
}
.fieldset-colors .btn-filter.mixitup-control-active {
	transform: rotate(45deg);
}
.btn-filter .txt {
	display: block;
	font-size: 1.4rem;
}
.btn-filter .hide {
	width: 2rem;
    height: 2rem;
	font-size: .1px;
	border-radius: 2px;
}

#oru-brands {
	margin-right: -1rem;
}
#oru-brands .mix {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2);
	padding: 0 1rem 1rem 0;
}

.hexagon {
	position: relative;
	width: 100%;
	height: 300px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.hexagon-top,
.hexagon-btm {
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 1rem;
	color: black;
}
.hexagon-top {
	align-items: flex-start;
	position: relative;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 100% 35%, 44% 35%, 44% 70%, 0 70%);
}
.hexagon-btm {
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(46% 72%, 46% 37%, 100% 37%, 100% 100%, 0 100%, 0 72%);
}
.hexagon-top .contrast {
	writing-mode: vertical-lr;
    position: absolute;
    top: 5px;
	right: -1rem;
    font-size: 3rem;
    transform: scaleX(-1);
}
/*////////////////// AAA ////////////////*/
.droplet {
	/* width: 300px;*/
	display: grid;
	place-items: center;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.droplet-top,
.droplet-btm {
	display: flex;
	flex-direction: column;
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 1rem;
	color: white;
}
.droplet-top {
	justify-content: flex-end;
}
.droplet-top span:hover {
	color: black;
}

/*/ ///////////////// MAIN ////////////////*/
.shade-wrap {
	display: flex;
	flex-direction: column;
}
.brand-info {
	position: relative;
	overflow: hidden;
	height: 300px;
	padding: 1rem;
	display: flex;
	justify-content: flex-end;
	color: black;
}
.brand-title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.1rem;
	font-weight: 600;
	word-spacing: 0.5rem;
	text-transform: uppercase;
	transform-origin: left;
	transform: translate(12px, -22px) rotate(90deg);
}

.shade-item {
	position: relative;
	/* 	display: flex; */
}
.tint-color,
.shade-color {
	position: relative;
	/* 	width: 50%; */
	display: flex;
	justify-content: end;
	padding: 1rem;
	color: black;
}
.brand-code {
	text-align: right;
}
.shade-color {
	color: white;
}
.oru-brands .shade-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: rgba(0,0,0,0.5);
	transform-origin: left;
	transform: translate(10px, 0) rotate(90deg);
	z-index: 1;
}

/* labels */
.oru-brands .shade-item:nth-child(1)::before {
	content: "20%";
}
.oru-brands .shade-item:nth-child(2)::before {
	content: "40%";
}
.oru-brands .shade-item:nth-child(3)::before {
	content: "60%";
}
.oru-brands .shade-item:nth-child(4)::before {
	content: "80%";
}

.oru-brands .shade-item:nth-child(1) .tint-color::before,
.oru-brands .shade-item:nth-child(1) .shade-color::before {
	content: "";
	position: absolute;
	top: 0;
	right: 1rem;
	font-size: 1rem;
	font-weight: 600;
	transform: translateY(-2rem);
	color: black;
}
.oru-brands .shade-item:nth-child(1) .tint-color::before {
	content: "Tints";
}
/* Blue Tint */
.oru-brands .item:nth-child(1) .shade-item:nth-child(1) .tint-color::before {
	color: white;
}
/* .oru-brands .shade-item:nth-child(1) .shade-color::before {
	content: "Shades";
	color: black;
} */

/*////////////////// COPY ////////////////*/
/* copy */
.rounded {
	overflow: hidden;
	border-radius: 1rem !important;
}

/* js-clipboard */
.js-clipboard {
	/* display: inline-block; */
	cursor: pointer;
}
.js-clipboard:hover {
	background: var(--brand-secondary-tan-40);
	color: var(--brand-primary-blue);
}
.js-clipboard:hover {
	background: var(--brand-secondary-tan-40);
	color: var(--brand-primary-blue);
}
.oru-brands .item:nth-child(3) .js-clipboard:hover {
	background: var(--brand-primary-blue);
	color: white;
}

/* .tooltipped */
.tooltipped {
	position: relative;
}

.tooltipped::after {
	position: absolute;
	z-index: 1000000;
	display: none;
	padding: 0.5em 0.75em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: break-word;
	white-space: pre;
	pointer-events: none;
	content: "Copied";
	background: #24292f;
	border-radius: 6px;
	opacity: 0;
	top: 100%;
	right: 50%;
	margin-top: 6px;
	transform: translateX(50%);
}

.tooltipped::before {
	position: absolute;
	z-index: 1000001;
	display: none;
	width: 0;
	height: 0;
	color: #fff;
	pointer-events: none;
	content: "";
	border: 6px solid transparent;
	opacity: 0;
	top: auto;
	right: 50%;
	bottom: -7px;
	margin-right: -6px;
	border-bottom-color: #24292f;
}

.tooltipped:hover::before,
.tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after,
.tooltipped:hover::before,
.tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
	display: inline-block;
	text-decoration: none;
	opacity: 1;
}

/*////////////////// COMBI ////////////////*/
.tri-combi {
	display: flex;
	justify-content: space-between;
	height: 200px;
	color: white;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.tri-combi-top,
.tri-combi-btm {
	display: flex;
	flex-direction: column;
	padding: 1rem;
}
.tri-combi-btm {
	align-items: flex-end;
	justify-content: end;
}

/*////////////////// rectangy ////////////////*/
.rectangle-big {
	position: relative;
	width: 100%;
    height: 0;
    padding-bottom: 100%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.rectangle-small {
	width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rectangle-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
    height: 100%;
	padding: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
}
.rectangle-top,
.rectangle-btm {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 0.6rem;
}
.rectangle-top {
	align-items: flex-end;
}
.rectangle-center {
	font-size: 2rem;
	text-align: center;
	transform: translate(10px, 0) rotate(45deg);
}

@media (min-width: 768px) {
	#oru-brands .mix {
		width: calc(100% / 3);
	}
	.filter-controls{
		flex-direction: row-reverse;
	}
}
@media (min-width: 992px) {
	#oru-brands .mix {
		width: calc(100% / 4);
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.rectangle-info {
		padding: 0.6rem;
	}
	.rectangle-top,
	.rectangle-btm {
		font-size: 0.8rem;
	}
}
@media (min-width: 1200px) {
	.rectangle-info {
		padding: 0.8rem;
	}
	.rectangle-top,
	.rectangle-btm {
		font-size: 1rem;
	}
}





