/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}   
img{
	border: none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* DEMO HEADER */
body{
	font: 12px/20px "Droid Sans",Arial,"Helvetica Neue","Lucida Grande",sans-serif;
	color: #444;
	border-top: 3px solid #444;

	overflow-x:hidden;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#2FB1BE;
	text-decoration:none;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
/* DEMO STAR */
#demo{
  width:900px;
  height:290px;
  margin:0 auto;
  position: relative;
  z-index:1;
}

#demo h2{margin:0 auto; font-size:30px; text-align:center; margin-bottom:30px; color:#f9c80c; font-weight:800;}
.col{
	position: absolute;
	border-right:none;
	z-index:1;
	left:0;
}
h2:hover{}
.col1{
	left:100px;
}
.col2{
	left:200px;
}
.col3{
	left:300px;
}
.col4{
	left:400px;
}
.col5{
	left:500px;
}
.col6{
	left:600px;
}
.col7{
	left: 700px;
}
.col8{
	left:800px;
}
.col9{
	left:900px;
}
.line {
	margin-top:137px;
}
.active { 
	z-index: 10;
	opacity: 1;
}
.big:hover, .small:hover{
  background:white;
}
.big{overflow: hidden; padding:1px;}
.big p {
  width:100px;
  height:137px;
  line-height:1.3;
  z-index: 10;
  transition: all 0.2s ease-out;
  position: relative;
  cursor: pointer;
}
.big .icon-font{
  float:left;
}
.big p img { 
	width:100px; 
	height:137px;
	float:left;
}
.lock-thumb .icon-font{
  margin-left:25%;
}
.todos-thumb { 
	background: rgb(255,255,255,0.1);
}
.todos-thumb:hover { 
	background: #2FB1BE;
	color: #FFFFFF;
	box-shadow: 0 0 2px #333;
}
.col .todos-thumb { 
	z-index:10;
}
.col2 .todos-thumb { 
	z-index:9;
}
.todos-thumb-span{
	display: block;
	padding-left: 5em;
}
.todos-thumb p span{
	width: 207px;
	padding-top:35px;
	font-size: 1.2em;
}
.todos-thumb:hover p{
	margin-right: 200px;
}










