body {
	background-color: #0e0e0e;
	
}

input {
	outline-color: orange;
}

img {
	display: block;
	position: relative;
}
canvas {
	position: absolute;
	top: 120px;
	left: 75px;
	width: 350px;
	height: 580px;
}
.device {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 350px;
	bottom: 0px;
	overflow: auto;
	direction: rlt;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.phone {
	width: 500px;
	height: 877px;
	background-image: url(iphone.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -438px;
	margin-left: -250px;	
}
.person {
  visibility: hidden;
  position: absolute;
  top : 360px;
  left: 240px;
  margin-left: -25px;
  margin-top: -100px;
}
.feature-box {
  position: absolute;
  top : 130px;
  left: 90px;
  color:white;
  font-family: sans-serif;
  font-weight: 100;
}
.feature-value{
  font-size: 24px;
}
.feature-title{
  font-size: 11px;
  color: #aaaaaa;
}
.sliders {
  position: absolute;
  width: 280px;
  top : 450px;
  left: 100px;
  overflow: visible;
}
.slider-indicator {
  position: relative;
  height:2px;
  margin: 0px 10px;

}
.slider-indicators {
  position: relative;
  margin-left: 3px;
  margin-right: 6px;
  border-radius: 1px;
  height:2px;
  background-color: #CCC;
}
.slider-step {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  background-color: #CCC;
  border-radius: 3px;
  margin-left: -3px;

}
.slider-step-0 {
  left: 0%;
}
.slider-step-100 {
  left: 100%;
}
.slider-step-50 {
  left: 50%;
}
.slider-step-25 {
  left: 25%;
}
.slider-step-75 {
  left: 75%;
}
.slider-thumb {
  position: relative;
  box-sizing: border-box;
  position: relative;
  top: -12px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EEEEEE;
  transition: transform 0.3s, left 0.1s;
  z-index: 100;

}
.slider-thumb-ring1, .slider-thumb-ring2 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.1);
  border: 1px solid rgba(200,200,200,0.4);
  z-index: 101;
  transition: border-width 0.4s, border-color 0.2s, transform 0.4s;
}
.slider-thumb-ring2 {
  z-index: 99;
}
.slider-thumb.active {
  transform: scale(1.5);
  background-color: white;
  transition: transform 0.3s, background-color 0.3s;
}
.slider-thumb.active .slider-thumb-ring1 {
 transform: scale(1.4); 
 border: 1px solid rgba(255,255,255,0.5);
 transition: border-width 0.4s, border-color 0.2s, transform 0.2s;
 transition-timing-function: ease-in;
}
.slider-thumb.active .slider-thumb-ring2 {
 transform: scale(1.6); 
 border: 1px dashed rgba(255,255,255,0.1);
 transition: border-width 0.4s, border-color 0.2s, transform 0.2s;
 transition-timing-function: ease-in;
}
.slider-label {
  font-size: 11px;
  color: rgba(255,255,255,0.8);
  padding-left: 8px;
  font-family: sans-serif;
}
.slider-bar {
  margin-top: 12px;
}

.panel {
	box-sizing: border-box;
	background-color: #1e1e1e;
	border-left: 1px solid #444444;
	box-shadow: 0x 0px 10px #000000;
	width: 350px;
	color: white;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;	
	overflow: auto;
	font-family: sans-serif;
	background-color: #0e0e0e;
}

.animation-title {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #4a4a4a;
	background-color: #1a1a1a;
	font-size: 14px;
	line-height: 400%;
	padding: 0px 10px 0px 40px;
	box-shadow: 0px 2px 2px #111;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.animation-properties {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #4a4a4a;
	padding: 20px;
	background-color: #151515;
	font-size: 10px;
}

.jslider {
	 width: 75%;
	 margin: 5px 0px;
	 margin-bottom: 15px;
}

input[type=checkbox] {
	float: right;
	clear: both;
	padding: 10px 0px;
	
}
.field {
	width: 15%;
	float: right;
	clear: both;
	border: 1px solid rgb(102,102,102);
	border-radius: 4px;
	text-align: center;
	background-color: #1a1a1a; 
	color: rgb(102,102,102);
	
}
.field.full {
	width: 100%;
	float: none;
	font-size: 14px;
	text-align: left;
	padding: 4px;
	margin: 5px;
	color: white;
}
.field:active,.field:focus {
	color: orange;
}

button {
	border: 1px solid rgb(102,102,102);
	border-radius: 4px;
	color: white;
	background-color: #1a1a1a;
	padding: 10px 25px;
	font-size: 15px;
	margin: 3px;
	outline-style:  none;
}

button:hover {
	color: orange;
	outline-style:  none;
}

*:focus {
	outline-style:  none;
	color: orange;
	border: 1px solid orange;
}
button:active {
	background-color: orange;
	color: white;
	outline-style:  none;
	
}
	
