/* Color Switcher */
.sidebarmain.ec-colorswitcher  { left: 0px; }
.ec-colorswitcher {
    padding: 0px;
    width: 260px;
    background: #ffffff;
    z-index:99999;
    position: fixed;
    left: -260px;
    top: 25%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ec-handle {
  position: absolute;
  right: -40px;
  top: 0px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #333;
  text-align: center;
  border: 1px solid #e9e9e9;
  font-size: 20px;
}
.ec-handle i {
  line-height: 38px;
}
.ec-colorswitcher h3 {
    padding: 10px 0px 10px 20px;
    font-size: 18px;
    background-color: #fff;
    margin: 0px;
    border-top: 1px solid #e9e9e9;
}
.ec-colorswitcher h6 { color: #777; }
.ec-switcherarea {
    padding: 15px 20px 20px 15px;
    float: left;
    width: 100%;
}
.ec-switcherarea ul.ec-switcher {margin-left: -2px;float: left;width: 100%;padding: unset;}
.ec-switcherarea .ec-switcher li {
    float: left;
    list-style: none;
    padding-left: 5px;
    margin-bottom: 5px;
    text-align: center;
    width: 20%;
}
.ec-switcherarea .ec-switcher li a {
  float: left;
  width: 100%;
  height: 36px;
}
.layout-btn {
  margin-left: -7px;
  float: left;
  width: 100%;
}
.layout-btn a {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 7px;
  margin-bottom: 15px;
}
.layout-btn a span {
  background-color: #3c763d;
  color: #fff;
  float: left;
  padding: 10px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.layout-btn.alert a span {
  background-color: #3c763d;
  color: #fff;
}
.layout-btn a span:hover { opacity: 0.7; }
.ec-pattren,.ec-background {
  float: left;
  width: 100%;
  padding: 14px 0px 0px 0px;
}
.ec-pattren a,.ec-background a,.ec-switcher a{
  float: left;
  width: 20%;
  padding: 0px 0px 5px 5px;
  position: relative;
}
.ec-pattren a img,.ec-background a img {
  box-shadow: 0px 0px 0px 1px #ddd;
  width: 100%;
}
.ec-background a img { height: 100%; }
.pattren-wrap,.background-wrap { margin-left: -5px; }

.backgroundreg{
    position: absolute;
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    right: 0px;
    cursor: pointer;
    display: none;
    transition: all 0.4s ease-in-out 0s;
}
.colorreg{
    position: absolute;
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    right: 0px;
    cursor: pointer;
    display: none;
    transition: all 0.4s ease-in-out 0s;
}
.ec-background a:hover .backgroundreg,.ec-switcher a:hover .colorreg{
  display:block;
}
.dashed{
	border: 2px rgba(255, 255, 255, 0.5) dashed;
}
.dashed img{
  border: 3px rgba(255, 0, 0, 0.5) dashed;
}
.color-one {
  background: #7a4343;
}
.color-two {
  background: #41c3ac;
}
.color-three {
  background: #af4d32;
}
.color-four {
  background: #ff0000;
}
.color-five {
  background: #587cf0;
}
.color-six {
  background: #787171;
}
.color-seven {
  background: #34495e;
}
.color-eight {
  background: #e67e22;
}
.color-nine {
  background: #165742;
}
.color-ten {
  background: #5e0c0c;
}
.FFFFFF{
	background: #78717154 !important;
}