.color-palate{background:#fff none repeat scroll 0 0;-webkit-box-shadow:0 0 20px 1px rgba(0,0,0,0.1);-ms-box-shadow:0 0 20px 1px rgba(0,0,0,0.1);-o-box-shadow:0 0 20px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 20px 1px rgba(0,0,0,0.1);box-shadow:0 0 20px 1px rgba(0,0,0,0.1);height:220px;position:fixed;left:-285px;text-align:center;top:35%;transition:all .5s ease 0;width:285px;z-index:999;}
.color-palate-head{background:#f78157 none repeat scroll 0 0;padding:12px 0;}
.color-palate-head h6,.secondary-head h6{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;margin:4px 0 0;}
.palate{background:red none repeat scroll 0 0;display:block;float:left;height:30px;width:20%;cursor:pointer;position:relative;margin:0 2.5% 12px;}
.colors-list .active::after{background:url(../images/icons/tick.png) center center no-repeat!important;background-repeat:no-repeat;content:'';position:absolute;top:0;left:0;width:100%;height:100%;}
.various-color{overflow:hidden;padding:20px 0 15px;}
.colors-list{margin:0 20px;}
.secondary-head{background:#222 none repeat scroll 0 0;padding:14px 0;}
.secondary-color{padding:23px 0;}
.secondary-colors-list{margin:0 80px;}
.palate-foo{color:#333;font-size:12px;font-weight:400;line-height:22px;padding:0 30px;}
.palate-foo span{display:block;}
.palate.default-color{background:#f78157 none repeat scroll 0 0;}
.palate.teal-color{background:#39CCCC none repeat scroll 0 0;}
.palate.green-color{background:#5b8f17 none repeat scroll 0 0;}
.palate.yellow-color{background:#FFDC00 none repeat scroll 0 0;}
.palate.blue-color{background:#0074D9 none repeat scroll 0 0;}
.palate.purple-color{background:#B10DC9 none repeat scroll 0 0;}
.palate.olive-color{background:#3D9970 none repeat scroll 0 0;}
.palate.red-color{background:red none repeat scroll 0 0;}
.color-trigger{background:#f78157 none repeat scroll 0 0;cursor:pointer;height:50px;right:-46px;position:absolute;top:0;width:46px;padding-top:6px;}
.color-trigger:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.20);}
.color-trigger i{color:#fff;font-size:18px;line-height:40px;}
.color-palate.visible-palate{left:0;}