 * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
   -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
   transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
 .timer {
   -webkit-transition: 0s;
}
 body {
   background: #1c1c1c;
   color: #fff;
   font-family: Arial;
   overflow-y: scroll;
}
 p {
   margin: 20px 10px;
}
 .container {
   width: 90%;
   margin: 20px auto 0 auto;
}
 .timer-wrapper {
   background: #141414;
   border-radius: 7px;
   height: 14px;
   margin: 30px auto;
   position: relative;
   width: 300px;
}
 .timer-wrapper .timer {
   border-radius: 7px;
   width: 0px;
   height: 14px;
   background: #333;
}
 .device {
   cursor: pointer;
}
 .tablet, .phone, .desktop {
   border: 6px solid #fff;
   border-radius: 15px;
   margin: 30px auto;
   position: relative;
}
 .screen, .camera, .close, .speaker, .minimise, .maximise {
   border: 2px solid #fff;
}
 .camera, .close {
   border-radius: 5px;
   height: 10px;
   width: 10px;
}
 .camera {
   position: absolute;
   left: 50%;
   margin-left: -5px;
   margin-top: 11px;
}
 .speaker {
   border-radius: 4px;
   position: absolute;
   left: 50%;
   height: 8px;
   margin-left: -20px;
   top: 25px;
   width: 40px;
}
 .button {
   border: 2px solid #fff;
   border-radius: 30px;
   bottom: 20px;
   left: 50%;
   position: absolute;
}
 .inner-button {
   border: 2px solid #fff;
}
 .screen {
   overflow: hidden;
}
 .image {
   width: 100%;
   height: 100px;
   background: #333;
}
 .faux-text {
   background: #333;
   height: 5px;
   margin-bottom: 5px;
   width: 90%;
}
 .faux-text:first-child {
   margin-top: 20px;
}
 .faux-text:nth-child(even) {
   width: 75%;
}
 .device .tablet {
   width: 400px;
   height: 500px;
}
 .device .tablet .screen {
   height: 75%;
   margin: 40px auto 0 auto;
   width: 85%;
}
 .device .tablet .screen .image {
   height: 200px;
}
 .device .tablet .screen .faux-text {
   height: 8px;
   margin-bottom: 10px;
}
 .device .tablet .screen header {
   width: 100%;
   height: 40px;
   background: #24c7a3;
}
 .device .tablet .screen header .menu {
   background: #14a585;
   height: 40px;
   position: absolute;
   right: 32px;
   width: 40px;
}
 .device .tablet .screen header .menu .menu-bar {
   background: #fff;
   height: 3px;
   margin-bottom: 3px;
   margin-left: auto;
   margin-right: auto;
   width: 22px;
}
 .device .tablet .screen header .menu .menu-bar:first-child {
   margin-top: 12px;
}
 .device .tablet .button {
   width: 40px;
   height: 40px;
   margin-left: -20px;
}
 .device .tablet .button .inner-button {
   border-radius: 5px;
   height: 20px;
   margin-left: 8px;
   margin-top: 8px;
   width: 20px;
}
 .device .tablet .speaker, .device .tablet .close, .device .tablet .minimise, .device .tablet .maximise {
   position: absolute;
   opacity: 0;
}
 .device .tablet .camera {
   margin-top: 15px;
}
 .device .phone {
   width: 210px;
   height: 350px;
}
 .device .phone .screen {
   height: 67%;
   margin: 45px auto 0 auto;
   width: 80%;
}
 .device .phone .screen header {
   width: 100%;
   height: 30px;
   background: #24c7a3;
}
 .device .phone .screen header .menu {
   background: #14a585;
   height: 30px;
   position: absolute;
   right: 22px;
   width: 30px;
}
 .device .phone .screen header .menu .menu-bar {
   background: #fff;
   height: 3px;
   margin-bottom: 3px;
   margin-left: auto;
   margin-right: auto;
   width: 18px;
}
 .device .phone .screen header .menu .menu-bar:first-child {
   margin-top: 7px;
}
 .device .phone .button {
   width: 30px;
   height: 30px;
   border-radius: 20px;
   margin-left: -16px;
}
 .device .phone .button .inner-button {
   border-radius: 5px;
   height: 16px;
   margin-left: 5px;
   margin-top: 5px;
   width: 16px;
}
 .device .phone .close, .device .phone .minimise, .device .phone .maximise {
   position: absolute;
   opacity: 0;
}
 .device .desktop {
   width: 800px;
   height: 600px;
}
 .device .desktop .screen {
   height: 500px;
   margin: 40px auto 0 auto;
   width: 100%;
   border-bottom: transparent;
   border-left: transparent;
   border-right: transparent;
}
 .device .desktop .screen header {
   width: 50px;
   height: 175px;
   left: 50px;
   background: #24c7a3;
   position: absolute;
}
 .device .desktop .screen header .menu {
   background: #fff;
   width: 400px;
   height: 10px;
   margin-left: 300px;
   margin-top: 25px;
}
 .device .desktop .screen .image {
   height: 300px;
}
 .device .desktop .screen .main, .device .desktop .screen .sidebar {
   float: left;
   display: block;
}
 .device .desktop .screen .main .faux-text, .device .desktop .screen .sidebar .faux-text {
   height: 8px;
   margin-bottom: 10px;
}
 .device .desktop .screen .main {
   width: 66%;
}
 .device .desktop .screen .sidebar {
   width: 25%;
}
 .device .desktop .screen .scrollbar {
   background: #fff;
   border-radius: 5px;
   height: 120px;
   position: absolute;
   right: 10px;
   top: 150px;
   width: 7px;
}
 .device .desktop .button, .device .desktop .speaker, .device .desktop .camera {
   opacity: 0;
}
 .device .desktop .close, .device .desktop .minimise, .device .desktop .maximise {
   border-radius: 8px;
   height: 15px;
   left: 0;
   margin-left: 20px;
   margin-top: 13px;
   position: absolute;
   width: 15px;
}
 .device .desktop .minimise {
   margin-left: 40px;
}
 .device .desktop .maximise {
   margin-left: 60px;
}
    iframe {
      border: none;
    }
  	.phone iframe {
      width: 410%;
      height: 405%;
      zoom: 8;
      transform: scale(0.25);
      transform-origin: 0 0;
  	}
    .tablet iframe {
      width: 245%;
      height: 238%;
      zoom: 8;
      transform: scale(0.42);
      transform-origin: 0 0;
    }
    .desktop iframe {
    width: 100%;
    height: 100%;
    }  
 .demo {
    width: 900px;
    float: left;
}
.clear {
	clear: both;
}
.action ul {
	list-style: none;
}
.action ul li{ 
	display: inline-block;
}
.action ul li:hover{
	cursor: pointer;
	opacity: 0.7;
}
.action ul li.active{
	background: #212b5d;
	border-radius: 5px;
}