/* Reset CSS */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:400}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none;list-style-type:none}ul li{list-style:none;list-style-type:none}nav ul{list-style:none;list-style-type:none}nav ul li{list-style:none;list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Generals */
html, body {
  height: 100%;
  width: 100%;
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #000000;
  color: #1a1a1a;
}
::-moz-selection{background:#33B5E5;color:#fff;text-shadow:none}
::selection{background:#33B5E5;color:#fff;text-shadow:none}

.hidden {
  display: none;
}

.wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto 0 auto;
}

body {
  overflow: hidden;
  position: relative;
}

/* Fonts */
a {
  color: black;
  text-decoration: none;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 40px;
}

h3 {

}

p a{
  color: #9a9a9a;
  text-decoration: none;
}
p a:hover{
  text-decoration: underline;
}
#preload-container {
  display: block;
  width: 1px;
  z-index: 10;
  position: absolute;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}

/* Application */
#loading {
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  text-align: center;
  margin-top: 13%;
  font-size: 22px;
  line-height: 0;
}
#loading img {
  background-color: #f9f9f9;
  padding: 15px 180px;
}
#loading p img {
  background-color: transparent;
  padding: 0px;
}

#loading-background {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999998;
  background: url('../images/loading_background.jpg') 40% 70% no-repeat #000;
}




#header-parallax.parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
/* handy */
#handy {
  width: 100%;
  height: 100%;
}
#handy .background {
  background: url("../images/background.jpg") bottom center no-repeat transparent;
  height: 1704px;
  width: 2476px;
  position: absolute;
  bottom: -190px;
  left: -150px;
}

#handy .device {
  background: url("../images/handy_hand.png") top center no-repeat transparent;
  height: 914px;
  width: 1089px;
  position: absolute;
  left: -300px;
  bottom: -100px;
}

#handy .text {
  background: url('../images/corner_inverted.png') 0% 3% no-repeat;
  padding-left: 26px;
  height: 350px;
  width: 520px;
  bottom: 340px;
  left: 850px;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  font-family: Tahoma, Geneva, sans-serif;
}
#handy .text p{
  background-color: #ffffff;
  padding: 5px 16px 9px;
  display: inline-block;
  font-size: 24px;
  line-height: 1.6em;
}
#handy .text h2 {
  background-color: #222222;
  color: #f9f9f9;
  padding: 5px 16px 11px;
  font-size: 45px;
  line-height: 1.4em;
  display: inline-block;
}
#handy .text h2 a{
  color: #f9f9f9;
  outline: none;
}
#handy .text h2 a:hover{
  text-decoration: underline;
}
#handy .device-content {
  height: 425px;
  margin-left: 729px;
  margin-top: 145px;
  width: 240px;
}
#handy #andro-clock {
  width: 220px;
  margin: 0 auto 20px;
  padding: 35px 0 0 0;
  height: 50px;
  position: relative;
  color: white;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
}
#handy #time {
  position: absolute;
  right: 0;
  top: 33px;
  font-size: 42px;
}
#handy #date {
  padding: 5px 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
}
#search {
  color: #fdfdfd;
  border: 2px solid rgba(255,255,255,0.8);
  text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
  background: url("../images/search.png") 97% 50% no-repeat transparent;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 20px 5px 5px;
  margin: 0 0 25px 7px;
  width: 198px;
}
#handy ul#nav {
  padding: 0 0 0 10px;
}
#handy ul#nav li{
  float: left;
  width: 59px;
  height: 72px;
  margin: 0 22px 15px 0;
  text-align: center;
  cursor: pointer;
}
#handy ul#nav li.odd {
  margin: 0 0 15px 0;
}
#handy ul#nav li a.nav-button{
  width: 59px;
  height: 59px;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
}
#handy ul#nav li:hover a.nav-button,
#handy ul#nav li a.nav-button.active{
  background-position: bottom left;
}
#handy ul#nav li h3{
  color: #b0b0b0;
  font-size: 11px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
}
#handy ul#nav li h3.active, #handy ul#nav li:hover h3{
  color: #fafafa;
}
#home-button {
  display: block;
  height: 19px;
  position: absolute;
  left: 818px;
  top: 596px;
  width: 64px;
}

#twitter{
  display: none;
}
#twitter a{
  background-image: url("../images/twitter.png");
}

#googleplus {
  display: none;
}
#googleplus a{
  background-image: url("../images/googleplus.png");
}

#blogger{
  display: none;
}
#blogger a{
  background-image: url("../images/linkedin.png");
}

#androidweekly{
  display: none;
}
#androidweekly a{
  background-image: url("../images/facebook.png");
}

#youtube {
  display: none;
}
#youtube a{
  background-image: url("../images/youtube.png");
}

#mail{
  display: none;
}
#mail a{
  background-image: url("../images/mail.png");
}

#ggs{
  display: none;
}
#ggs a{
  background-image: url("../images/ggs.png");
}

#maps{
  display: none;
}
#maps a{
  background-image: url("../images/maps.png");
}
#more{
  display: none;
}
#more a{
  background-image: url("../images/more.png");
}
.content img, .content iframe{
  border: 8px solid white;
}
#home-container p,
#elements-container p,
#maps-container p{
  padding: 0 16px;
  margin-top: -2px;
}
#weekly-container h2 {
  position: relative;
}
#twitter-container p#tweet {
  font-style: italic;
  line-height: 2.1em;
}
#twitter-container p#tweet .meta{
  display: none;
}

}