.animationIcon {
  right: 30px;
  bottom: 10px
}

@media (max-width: 450px) 
	{
	.customizer {
  		width: 80%;
		right: -80%;
		}
	}

@media (min-width: 450px) 
	{	
	.customizer {
		/*
  		width: 400px;
		right: -400px;
		*/		
  		width: 25%;
		right: -25%;
		font-size: 12px;
		}
		
	.strech
		{
		width: 74%;
		margin: 10px;
		}
	}

.customizer {
  padding: 10px;
  background-color: #FFF;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  -webkit-transition: right .4s cubic-bezier(.05, .74, .2, .99);
  -o-transition: right .4s cubic-bezier(.05, .74, .2, .99);
  -moz-transition: right .4s cubic-bezier(.05, .74, .2, .99);
  transition: right .4s cubic-bezier(.05, .74, .2, .99);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  /*border-left: 1px solid rgba(0, 0, 0, .05);*/
  border-left: 2px #388200 solid;
}
.customizer.open {
  right: 0;
}
.customizer .customizer-content {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
.customizer a.customizer-toggle {
  background: #fff;
  /*color: #967ADC;*/
  color: #388200;
  display: block;
  border-radius: 15px 0 0 15px;
  border-left: 1px solid rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
.customizer a.customizer-close {
  color: #000
}
.customizer .customizer-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px;
  width: auto;
  z-index: 10
}
.customizer .customizer-toggle {
  position: absolute;
  top: 35%;
  width: 54px;
  height: 50px;
  left: -54px;
  text-align: center;
  line-height: 56px;
  cursor: pointer
}
.customizer .color-options a {
  white-space: pre
}
.customizer .customizer-sidebar-options .active {
  background-color: #967ADC;
  border-color: #967ADC;
  color: #FFF
}

.help
	{
	
	}

.help1
	{
	font-weight: bold;
    font-size: 13px;	
	}

.help2
	{
	padding: 5px;
	}

.help3
	{
	font-style: italic;	
	padding: 3px 10px;
	}


