@import url('https://fonts.googleapis.com/css?family=Lucida+Sans+Unicode');
html{
    height: 100%;
}
body{
    height: 100%;
	background-position: center center;
}
header{
	height: 80px;
}
h1{
	top: 140px;
	width: 450px;
	position: absolute;
	left: 20px;
    font-size: 30px;
    text-align: center;
	margin: 0;
	padding: 5px;
    font-family: 'Bitter', serif;
    color: #222;
    background: #fff;
}
.info{
	position: absolute;
	top: 190px;
	left: 20px;
	width: 450px;
	text-align: center;
	margin: 0;
	padding: 5px 5px 12px 5px;
	font-family: 'Bitter', serif;
	font-size: 17px;
    background: #fff;
	color: #E54110;
}
@media only screen and (max-width: 975px){
	h1{
		display: none;
	}
	.info{
		display: none;
	}
}
@media only screen and (min-width: 600px){
	#small-device{
		display: none;
	}
}
@media only screen and (max-width: 600px){
	#left-bar{
		display: none;
	}
}
#right-bar {
    background-color: #222;
    height: calc(100% - 148px);
    width: 400px;
    float: right;
}
.image-container{
	padding: 0 5px;
	width: 389px;
	height: 300px;
	overflow: auto;
}
.image-container img{
	cursor: pointer;
}
.img-holder{
	width: 80px;
	height: 80px;
	display: inline-block;
    float: left;
	border: 3px solid #666;
	padding: 0;
	margin: 0 0 5px 5px;
	overflow: hidden;
}
/* loader */
.sk-fading-circle {
  margin: 130px auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  left: calc(50% - 20px);
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ccc;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* end loader */
#color-menu{
	display: inline-block;
	height: 30px;
	width: 100%;
}
.color-item{
	height: 30px;
	width: 10%;
	float: left;
	border-top: 5px solid #222;
	cursor: pointer;
}
.black{
	background-color: #000;
}
.grey{
	background-color: grey;
}
.white{
	background-color: white;
}
.red{
	background-color: red;
}
.orange{
	background-color: orange;
}
.yellow{
	background-color: yellow;
}
.green{
	background-color: green;
}
.blue{
	background-color: blue;
}
.purple{
	background-color: purple;
}
#multi-color-wrap{
	background-color: #222;
	height: 30px;
	width: 10%;
	float: left;
}
.multi-color{
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(left, #ff0000 0%, #ff9400 18%, #ffff00 34%, #00ff00 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff0000 0%,#ff9400 18%,#ffff00 34%,#00ff00 50%,#0000ff 66%,#ff00ff 83%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff0000 0%,#ff9400 18%,#ffff00 34%,#00ff00 50%,#0000ff 66%,#ff00ff 83%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=1 );
	border: none;
	position: relative;
	top: 5px;
	width: 100%;
}
.black:hover{
	border-color: #000;
}
.grey:hover{
	border-color: grey;
}
.white:hover{
	border-color: white;
}
.red:hover{
	border-color: red;
}
.orange:hover{
	border-color: orange;
}
.yellow:hover{
	border-color: yellow;
}
.green:hover{
	border-color: green;
}
.blue:hover{
	border-color: blue;
}
.purple:hover{
	border-color: purple;
}
#multi-color-wrap:hover{
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(left, #ff0000 0%, #ff9400 18%, #ffff00 34%, #00ff00 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff0000 0%,#ff9400 18%,#ffff00 34%,#00ff00 50%,#0000ff 66%,#ff00ff 83%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff0000 0%,#ff9400 18%,#ffff00 34%,#00ff00 50%,#0000ff 66%,#ff00ff 83%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=1 );
	height: 30px;
	width: 10%;
	float: left;
}
table{
	margin: 20px auto 0 auto;
	width: 90%;
}
#img-width{
    -webkit-appearance: none;
    width: 295px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 13px;
    cursor: pointer;
    background-color: #666;
}
#img-width::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border: 3px solid #ddd;
    border-radius: 50%;
    background-color: #333;
}

#img-width::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border: 3px solid #ddd;
    border-radius: 50%;
    background-color: #333;
}
#value{
    width: 55px;
    height: 25px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #666;
}
textarea{
	background-color: #000;
	color: #ddd;
	border: 1px solid #555;
	display: inherit;
	margin: 10px auto;
	width: 90%;
	height: 90px;
	resize: none;
}
#button a{
	display: inline-block;
	margin: 5px auto auto 5%;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    font-family: font-family: "Lucida Sans Unicode", sans-serif;;
    background-color: #34B43C;
    padding:8px 15px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#button a:hover{
    text-decoration: underline;
    opacity: 0.9;
    background-color: #34B43C;
}
h2{
    display: inline-block;
    font-size: 23px;
    text-align: center;
    padding: 0 10px 0 10px;
    font-family: 'Bitter', serif;
    margin: 35px auto -20px auto;
    color: #222;
    background: #fff;
}