.yellow{
	background-color:#FBB829;
}
.green{
	background-color:#82b440;
}
.red{
	background-color:#ff1654;
}
.demo_changer {
  display: inline-block;
  left: -140px;
  position: fixed;
  top: 144px;
  z-index: 2;
  height: 40px;
}
.line {
    border-bottom: 1px solid #efefef;
    clear: both;
    margin: 20px !important;
}
span a {    color:red; margin-top:20px; margin-bottom:20px; 
    font-size: 16px;
	line-height: 22px;
    font-weight: 400;
    margin-left:20px;
    padding-top:40px;
    padding-bottom:20px;
    opacity:1;
}
span a:hover,
span a:active {opacity:1; color:#7F7F7F;
}
.demo_changer .demo-icon {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.form_holder p {
  color: black;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  opacity: 1 !important;
  text-transform: uppercase;
  font-weight: 700;
}
.form_holder a:hover img {opacity:0.8; border:none;}

.demo_changer .form_holder {
  background: white none repeat scroll 0 0;
  float: right;
  height: 105px;
  line-height: 1px;
  width: 140px;
}
.layout-style {
  margin-bottom: 20px;
  margin-left: 20px;
}
.layout-style > a {
  color: #222;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  margin: 5px 0;
}
.demo_changer .form_holder p{
    padding-left:20px;
    padding-right:10px;
}
.demo_changer .form_holder input{
    width: 55px;
	box-shadow: none;
}
.color_display_2 a{
    color: #fff;
    text-decoration: none;
    opacity:1;
}
.color_display_2 a:focus,
.color_display_2 a:hover {
    color: #ededed !important;
    text-decoration: none;
    opacity:0.8;
    border:none;
}
.predefined_styles{
    margin-left:20px;
    padding-left:0px;
    padding-right:0px;
}
.predefined_styles a div {
    margin:0px;
    padding:0;
    opacity:1;
    width:33px;
    height:33px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:solid 0px white;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}
.predefined_styles a {
    display:inline-block;
    padding:0;
    margin:0;
    line-height: normal !important;
    margin-right:-4px;
}
.selected {  
 	border:solid 6px white !important;
 	border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -khtml-border-radius: 50% !important;
}
.variant {margin-left:20px; margin-bottom:1px; opacity:1;}
.other_variants {margin-top:20px;}

@media only screen and (max-width: 1024px) {
.demo_changer{
    display: none;
}
} 



