/*** 

====================================================================
	Color Palate Style / Color Switcher Style
====================================================================

***/

.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);
    position: fixed;
    right: -285px;
    text-align: center;
    top: 50%;
	transform:translateY(-50%);
    transition: all 0.5s ease 0s;
    width: 285px;
    z-index: 999;
	padding-bottom:40px;
}

.color-palate-head {
    background: #e41e2f none repeat scroll 0 0;
    padding: 12px 0;
}

.color-palate-head h6,
.secondary-head h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    margin-top: 4px;
	text-transform:uppercase;
}

.palate {
    background: #ee3a10 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 45px;
    margin: 0 2.5% 12px;
    width: 20%;
    cursor: pointer;
    position: relative;
}

.colors-list .active::after{
    background: url(../images/icons/tick.png) center center no-repeat !important;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.various-color {
    overflow: hidden;
    padding: 20px 0 15px;
}

.colors-list {
    margin: 0 20px;
}

.secondary-head {
    background: #222222 none repeat scroll 0 0;
    padding: 14px 0;
}

.secondary-color {
    padding: 23px 0;
}

.secondary-colors-list {
    margin: 0 80px;
}

.palate-foo {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    padding: 0 30px;
	line-height:1.8em;
}

.palate-foo span{
	display:block;
	padding-top:20px;
	margin-top:5px;
	border-top:1px dotted #b2b2b2;
}

.palate.default-color {
	position:relative;
    background: #e41e2f none repeat scroll 0 0;
	color:#252638;
}

.palate.default-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #252638;
  border-left: 49px solid transparent;
}

.palate.green-color {
    background: #2ECC40 none repeat scroll 0 0;
	color:#042940;
}

.palate.green-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #042940;
  border-left: 49px solid transparent;
}

.palate.olive-color {
    background: #164773 none repeat scroll 0 0;
	color:#034159;
}

.palate.olive-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #034159;
  border-left: 49px solid transparent;
}

.palate.brown-color {
    background: #ab8b40 none repeat scroll 0 0;
	color:#183B59;
}

.palate.brown-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #183B59;
  border-left: 49px solid transparent;
}

.palate.purple-color {
    background: #bb54e1 none repeat scroll 0 0;
	color:#0B2B40;
}

.palate.purple-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #0B2B40;
  border-left: 49px solid transparent;
}

.palate.teal-color {
    background: #14c599 none repeat scroll 0 0;
	color:#202022;
}

.palate.teal-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #202022;
  border-left: 49px solid transparent;
}

.palate.orange-color {
    background: #ff7e00 none repeat scroll 0 0;
	color:#3D5A73;
}

.palate.orange-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #3D5A73;
  border-left: 49px solid transparent;
}

.palate.red-color {
    background: #FF4136 none repeat scroll 0 0;
	color:#2F3D40;
}

.palate.red-color:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width: 0;
  height: 0;
  border-bottom: 45px solid #2F3D40;
  border-left: 49px solid transparent;
}

.color-trigger {
    background: #e41e2f none repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    left: -46px;
    position: absolute;
    top: 0;
    width: 46px;
    padding-top: 6px;
}
.color-trigger .fa{
	
}
.color-trigger:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.color-trigger i {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}

.color-palate.visible-palate {
    right: 0px;
}

.color-trigger i {
	-webkit-animation: rotation 2s infinite linear;
}

.color-palate .option-box{
	padding-top:20px;
	padding-bottom:15px;
}

.color-palate .option-box:last-child{
	padding-bottom:0px;
}

.color-palate .option-box > li{
	position: relative;
	color:#ffffff;
	width: 40%;
	margin:0px 3px;
	cursor: pointer;
	margin-bottom: 9px;
	padding:6px 12px;
	display: inline-block;
	background-color: #e41e2f;
	text-transform:capitalize;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}