/* 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;
	background:url(../img/texture.jpg) repeat;
	overflow-x:hidden;
}
h1.title_name {
    color: #685440;
    font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
	background-color:#404853;
}
h1.title_name span {
    color: rgba(255, 255, 255, 0.9);
    font-family: normal Georgia,'Times New Roman',Times,serif;
    font-size: 1em;
}
h1.title_name small {
    color: #2FB1BE;
    display: block;
    font-family: normal Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
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 BODY */
footer {
	width:100%;
	bottom:0;
	position: absolute;
	padding:10px;
	text-align: center;
	clear: both;
	background:#404853;
	overflow:hidden;
}
footer p { 
	letter-spacing:1px; 
	color:#8C9198;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
footer p a { letter-spacing:0;}
#container { margin: 1em auto;}

/* DEMO STAR */
html{
  overflow-y:scroll;
  overflow-x:hidden;
}
.demo-wrapper{
  width:100%;
  position:relative;
  overflow:hidden;
}
#demo{
  width: 30%;
  position: relative;
  margin: 15em auto 5em;
  padding: 0 0 10em 10em;
  z-index:1;
}
.col{
	position: absolute;
	border-right:none;
	z-index:1;
	left:0;
}
.col1{
	left: 51px;
}
.col2{
	left: 102px;
}
.col3{
	left: 153px;
}
.col4{
	left: 204px;
}
.col5{
	left: 255px;
}
.col6{
	left: 306px;
}
.col7{
	left: 357px;
}
.col8{
	left: 408px;
}
.col9{
	left: 459px;
}
.line {
	margin-top:51px;
}
.active { 
	z-index: 10;
	opacity: 1;
}
.big:hover, .small:hover{
  background:white;
}
.big{overflow: hidden; padding:1px;}
.big p {
  width: 50px;
  height: 50px;
  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:50px; 
	height:50px;
	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: 150px;
	padding-top: 5px;
	font-size: 1.2em;
}
.todos-thumb:hover p{
	margin-right: 200px;
}
p.note {
	font-size: 1.2em;
	text-align:center;
	letter-spacing: 2px;
}
p.note a { 
	color:#2FB1BE;
	letter-spacing: 1px;
}
