.sb-container {
	position: relative;
	width: 150px;
	height: 400px;
	margin: 30px auto 0 auto;
}

.sb-container table {
	width:100%;
	height:100%;
	text-align:center;
}
.sb-container td{
	height:20%;
	border-bottom: 1px solid #FFF;
}			
.sb-container div {
    position: absolute;
	top: 0;
	left: 0; 
	width: 130px;
	background: #fff;
	height: 400px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	background-image: url(../images/fabric.png);
	
	-webkit-transform-origin: 25% 90%;
	-moz-transform-origin: 25% 90%;
	-o-transform-origin: 25% 90%;
	-ms-transform-origin: 25% 90%;
	transform-origin: 25% 90%;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sb-container div:nth-child(1){
	background-color: #E5BD3C;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
}

.sb-container div:nth-child(2){
	background-color: #f16729;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 2px 2px 1px rgba(0,0,0,0.1);
}

.sb-container div:nth-child(3){
	background-color: #bc1010;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 3px 3px 2px rgba(0,0,0,0.2);
}

.sb-container div:nth-child(4){
	background-color: #DC7CB5;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 4px 4px 4px rgba(0,0,0,0.2);
}

.sb-container div:nth-child(5){
	background-color: #5F5485;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container div:nth-child(6){
	background-color: #2177b5;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 6px 6px 8px rgba(0,0,0,0.3);
}

.sb-container div:nth-child(7){
	background-color: #008253;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 7px 7px 10px rgba(0,0,0,0.4);
}

.sb-container div:nth-child(8){
	background-color: #AA9B8E;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 8px 8px 12px rgba(0,0,0,0.4);
}

.sb-container div:nth-child(9){
	background-color: #F7F8EF;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 9px 9px 14px rgba(0,0,0,0.4);
}

.sb-container div:nth-child(10){
	background-color: #6E7479;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 10px 10px 16px rgba(0,0,0,0.4);
}

.sb-container div:last-child{
	background: #6E7479 url(../images/cover.jpg) repeat center center;
	box-shadow: 
		-1px -1px 3px rgba(0,0,0,0.2),
		12px 12px 20px rgba(0,0,0,0.6),
		inset 2px 2px 0 rgba(255, 255, 255, 0.1);
}

.sb-container div:last-child:after{
	content: '';
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #dddddd;
	background: -moz-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dddddd), color-stop(48%,#58535e), color-stop(100%,#889396));
	background: -webkit-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
	background: -o-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
	background: -ms-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
	background: linear-gradient(135deg, #dddddd 0%,#58535e 48%,#889396 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#889396',GradientType=1 );
	box-shadow: -1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.1);
}

.sb-container div h4{
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border-top: 1px dashed rgba(0,0,0,0.1);
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	margin: 5px;
	padding: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sb-container div:last-child h4{
	background: rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.sb-container div:last-child h5{
	font-size: 50px;
	white-space: nowrap;
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	line-height: 50px;
	top: 0px;
	left: 0px;
	color: #111;
	text-shadow: -1px -1px 1px rgba(255,255,255,0.1);
	text-transform: uppercase;
	
	-webkit-transform: rotate(-90deg) translateX(-157%) translateY(73px);
	-moz-transform: rotate(-90deg) translateX(-157%) translateY(73px);
	-o-transform: rotate(-90deg) translateX(-157%) translateY(73px);
	-ms-transform: rotate(-90deg) translateX(-157%) translateY(73px);
	transform: rotate(-90deg) translateX(-157%) translateY(73px);
	
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

span.sb-icon{
	display: block;
	height: 70px;
	width: 70px;
	margin: 20px auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

span.sb-icon:before {
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-decoration: inherit;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
	line-height: 64px;
	width: 100%;
	font-size: 60px;
	color: #000;
	text-shadow: 0 0 1px #000;
}

.icon-cog:before { content: '\35'; } /* '5' */
.icon-flight:before { content: '\37'; } /* '7' */
.icon-eye:before { content: '\34'; } /* '4' */
.icon-install:before { content: '\39'; } /* '9' */
.icon-bag:before { content: '\36'; } /* '6' */
.icon-globe:before { content: '\38'; } /* '8' */
.icon-picture:before { content: '\32'; } /* '2' */
.icon-video:before { content: '\30'; } /* '0' */
.icon-download:before { content: '\41'; } /* 'A' */
.icon-mobile:before { content: '\42'; } /* 'B' */
.icon-camera:before { content: '\33'; } /* '3' */

/* Style 2 */
.colour-block
{
	height:200px
}
.colour-block__title
{
	font-size:11px;
	font-weight:500;
	display:block;
	position:static;
	top:auto;
	left:auto
}
.colour-block__subtitle
{
	font-size:12px;
	text-transform:uppercase;
	margin-top:20px;
}
.colour-block__link
{
	padding:5px
}
.colour-block__title, .colour-block__code
{
	display:none
}
.colour-block__outer
{
	float:left;
	width:20%;
	padding:10px 5px 0
}
.colour-chart .colour-block__outer:nth-child(3n) 
{
	right:auto;
	left:10px
}
.colour-block__outer:hover .colour-block--large
{
	-webkit-transform:scale(1.02);
	-ms-transform:scale(1.02);
	transform:scale(1.02)
}
.colour-block__outer:hover .colour-block--large .colour-block__title, .colour-block__outer:hover .colour-block--large .colour-block__code
{
	display:block;
	visibility:visible;
	font-size:11px
} 
.colour-block--large
{
	height:calc(43vw / 3 * 1.25)
}
.colour-block:hover__title{display:none}
.colour-block:hover__code{display:none}


/* Style 3 */
.palette-color-wrapper
{
	/*height:25%;*/
	width:20%;
	float:left;
	height: 110px;
}
.palette-color-wrapper-double
{
	width:40%
}
.palette-color-wrapper-double .palette-color
{
	width:50%
}
.palette-color
{
	width:96%;
	height:96%;
	float:left;
	position:relative
}
.palette-color-color
{
	background-color:#e0e0e0
}
.palette-color-color div
{
	width:100%;
	height:100%;
	display:block;
	transition:all .2s ease
}
.palette-color-color.selected div,.palette-color-color:hover.selected div,.palette-color-color:hover div
{
	transform:scale(1.05);
	cursor:pointer;
	box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
}
.palette-color-color.selected i,.palette-color-color:hover.selected i
{
	display:block;
	transform:rotate(1turn);
	opacity:1
}
.palette-color-wrapper:hover .palette-color .palette-color-label, .palette-color-wrapper:hover .palette-color .palette-color-code
{
	display:block;
	visibility:visible;
} 
.palette-color-color i
{
	color:#fff;
	bottom:10px;
	right:15px;
	line-height:1;
	position:absolute;
	font-size:32px;
	font-weight:100;
	transition:all .2s ease;
	opacity:.2
}
.palette-color-label, .palette-color-code
{
	color:#fff;
	top:8px;
	left:10px;
	line-height:1.5;
	position:relative;
	font-size:16px;
	font-weight:400;
	opacity:.8;
	text-transform:uppercase;
	display:none;
}
.palette-color-code
{
	font-size:13px;
}


@media (max-width:768px)
{
	.palette-color-label
	{
		font-size:12px
	}
	.palette-color-code
	{
		font-size:10px
	}
}

.palette-color-label-white
{
	color:#fff
}
.palette-color-label-black
{
	color:#3e464c
}
.palette-small .carbon-img
{
	position:static;
	display:block;
	text-align:center
}
.palette-color-instructions
{
	width:100%
}
.palette-color-instructions,.theme-wrapper
{
	background:#374046;
	height:100%;
	position:relative
}
