/* Color Change Box CSS
-----------------------------------------------------------*/

.color_scheme {
    background: #fff;
    border: 2px solid #f4f4f4;
    position: fixed;
    padding: 20px 20px 30px;
    z-index: 300;
    margin-top: 160px;
    width: 320px;
}
.color_scheme .color_scheme_settings {
    background: #fff;
    color: #363636;
    font-size: 22px;
    position: absolute;
    margin: -22px 0px 0px 296px;
    border: 2px solid #f4f4f4;
    padding: 8px 17px 10px;
    cursor: pointer;
    border-left: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.color_scheme .site_color_reset{
	width: 100%;
	height: 44px;
	color: #fff;
	line-height: 41px;
	border: none;
}


#color_picker {
	-webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
	border-radius: 4px;
	background: #fefefe;
	border: 2px solid #f4f4f4;
	border-left: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	padding: 20px;
}

.color_scheme .color-settings-field {
	width: 100%;
	min-height: 160px;
    background: #fff;
	padding: 10px 14px;
    border: 2px solid #f4f4f4;
	border-radius: 4px;
	margin-bottom: 20px;
}

.color_scheme .color-settings-field:focus,
.color_scheme .color-settings-field:active {
	outline: none;
	background-color: #fefefe;
	color: #090909;
	outline: none !important;
	border-color: #e5e5e5;
	
}


.color_scheme .color_scheme_title {
    color: #090909;
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
	margin-top: 0px;

}

.color_scheme .sep-content {
	height: 3px;
	width: 40%;
	margin: 10px auto;
	margin-bottom: 30px;
}


.color_scheme hr {
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ccc;
    padding-top: 5px;
    margin: 0px -20px;
    margin-bottom: 20px;
    height: 1px;
}
.color_scheme select {
    width: 100%;
    padding: 5px;
    border: 1px solid #c5c5c5;
    line-height: 1em;
    color: #4b4b4b;
    font-size: 12px;
    height: 30px;
    outline: none;
    margin-bottom: 15px;
}
.color_scheme select:focus {
    border: 1px solid #22948f;
}
.color_scheme p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #4b4b4b;
    color: #000;
    line-height: 1em;
    font-size: 12px;
}
.color_scheme li {
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;

    margin-right: 6px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    cursor: pointer;
    *display: inline;
    text-align: center;
    overflow: hidden;
}
.color_scheme li img {
    width: 40px;
    height: 40px;
    margin: -10px;
}
.color_scheme li span {
    display: block;
    width: 100%;
    height: 100%;
}
.color_scheme li span.color_1 {
    background: #06cc58;
}
.color_scheme li span.color_2 {
    background: #ff1f43;
}
.color_scheme li span.color_3 {
    background: #ff6600;
}
.color_scheme li span.color_4 {
    background: #0acbff;
}

.color_scheme li span.color_5 {
    background: #00e69e;
}

.color_scheme li span.color_6 {
    background: #da1515;
}

.color_scheme li span.color_7 {
    background: #ffc305;
}
.color_scheme li span.color_pick {
    background: url('farbtastic/color_pick.png') no-repeat center center;
} 
.color_scheme ul {
    margin: 0px;
    padding: 0px;
}


/* slow */

.color_scheme select {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}


body.animated_change *{
    -webkit-transition: background-color 1s, color 1s, width 1s, height 1s;
    -moz-transition: background-color 1s, color 1s, width 1s, height 1s;
    -ms-transition: background-color 1s, color 1s, width 1s, height 1s;
    -o-transition: background-color 1s, color 1s, width 1s, height 1s;
    transition: background-color 1s, color 1s, width 1s, height 1s;
}
.color_scheme{
    left: -320px;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
}

/* slow */