@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);

/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.group {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .group {
  height: 1%;
}

.group {
  display: block;
}


/* END RESET */

body {
  background-image: url("../img/bg.jpg");
  background-color: #ee7e29;
  font-family: "Helvetica","Arial",sans-serif;
}
hr {
  visibility: none;
  border: none;
  background: transparent;
  color: #ef8b31;
}
sup {
  font-size: 50%;
  position: relative;
  bottom: 8px;
  margin-right: 1px;
}
#wrap {
  width: 1025px;
  margin: 0 auto;
  position: relative;
  background: url("../img/halo_logo.png") no-repeat 40px -60px;
  padding: 20px 0px 0;
}
#wrap .top_left {
  width: 550px;
  height: 481px;
  margin-top: 46px;
  font-family: 'Rokkitt',"Helvetica","Arial", serif;
  text-align: center;
  font-size: 140%;
}
#wrap .top_left h2 {
  margin: 13px auto 10px;
  font-weight: bold;
  text-shadow: 0 1px 1px #c96923;
  width: 79%;
  font-size: 100%;
  line-height: 95%;
  color: #FFF;
}
#wrap .top_left p {
  color: #ad3e10;
  margin: 0 auto;
  font-weight: bold;
  text-shadow: 0 1px 1px #fdcd95;
  width: 75%;
  font-size: 80%;
  line-height: 100%;
}
#wrap .top_left p.subtext {
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px 1px #ca4700;
}
#wrap .top_right {
  width: 581px;
  height: 530px;
  position: absolute;
  right: 0px;
  top: -13px;
}
#wrap .top_right img {
  width: 581px;
  height: 530px;
  display: block;
}

#wrap .top_content {
  width: 1025px;
  height: 40px;
  position: absolute;
  top: -39px;
  left: 0px;
  background-image: url("../img/top_content.png");
  background-repeat: no-repeat;
}
#wrap .bottom_content {
  width: 1025px;
  height: 38px;
  left: 0px;
  background-image: url("../img/bottom_content.png");
  position: absolute;
  bottom: -31px;
  background-repeat: no-repeat;
}
#wrap #content {
  width: 1025px;
  position: relative;
  background-image: url("../img/middle_content.png");
  background-repeat: repeat-y;
}
#wrap #content .available_on_app_store {
  width: 300px;
  height: 338px;
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 0;
}
#wrap #content .available_on_app_store .bg_app {
  width: 298px;
  height: 245px;
}

#wrap #content .available_on_app_store .btn_app_store {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 150px;
}
#wrap #content .available_on_app_store .btn_app_store:hover {
  cursor: pointer;
}
#wrap #content .available_on_app_store .btn_app_store:hover img{
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
}

#wrap #content .available_on_app_store .btn_android_market {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 0px;

}
#wrap #content .available_on_app_store .btn_android_market:hover {
  cursor: pointer;
}

#wrap #content .available_on_app_store .btn_android_market:hover img {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
}

#wrap #content h2 {
  font-family: 'Rokkitt',"Helvetica","Arial", serif;
  font-size: 160%;
  font-weight: bold;
  text-shadow: 0 1px 1px white;
  color: #d86418;
  position: relative;
  bottom: 6px;
}
#wrap #content .section_news {
  float: left;
  margin-left: 337px;
  width: 316px;
}
#wrap #content .section_news h2 {
  margin-left: 13px;
  margin-bottom: 6px;
}
#wrap #content .section_news .demo_video {
  padding: 19px 17px 24px 21px;
  margin-bottom: 10px;
  min-height: 20px;
  background: url("../img/box_video.png") no-repeat;
  position: relative;
}
#wrap #content .section_news .demo_video div, #wrap #content .section_news .demo_video iframe {
  min-width: 50px;
  float: left;
}
#wrap #content .social_links {
  margin-left: 20px;
  float: left;
  width: 320px;
  margin-left: 22px;
  height: 230px;
}
#wrap #content .social_links h2 {
  margin-left: 13px;
  margin-bottom: 6px;
}
#wrap #content .social_links .share_links {
  padding: 22px 17px 24px 50px;
  margin-bottom: 10px;
  min-height: 20px;
  background: url("../img/bg_content_share_links.png") no-repeat;
  position: relative;
}
#wrap #content .social_links .share_links div, #wrap #content .social_links .share_links iframe {
  min-width: 50px;
  float: left;
}
#wrap #content .social_links .share_links .twitter-share-button {
  margin-right: 10px;
}
#wrap #content .social_links .share_links #___plusone_0 {
  position: relative;
  top: 3px;
}

#wrap #content .social_links .badge {
  margin-left: 15px;
  font-family: 'Rokkitt',"Helvetica","Arial", serif;
  color: #FFF;
  text-shadow: 0 1px 1px #c96923;
  background-image: url("../img/badge_social.png");
  background-repeat: no-repeat;
  padding: 10px 0 24px 2px;
  width: 130px;
  display: block;
  float: left;
  text-align: center;
  font-size: 90%;
  text-decoration: none;
  line-height: 110%;
  position: relative;
  /*-webkit-transition: all 0.2s linear;*/
}
#wrap #content .social_links .badge strong {
  display: block;
  text-transform: uppercase;
  font-size: 140%;
  font-weight: bold;
}
#wrap #content .social_links .badge:hover {
  margin-top: 2px;
  padding-bottom: 22px;
}

.clear {
  display: block;
  clear: both;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#footer {
  z-index: 100;
  clear: both;
  position: relative;
  float: right;
  width: 350px;
  margin-right: 21px;
  top: -88px;
}
#footer .mirego {
  position: relative;
  left: 83px;
  top: -15px;
  text-decoration: none;
  display: inline-block;
}
#footer .grolux2 {
  position: relative;
  left: 106px;
  top: -15px;
  text-decoration: none;
  display: inline-block;
}

.vertical-shadow {
  position: fixed;
  top: 0;
  height: 100%;
  width: 140px;
  z-index: -1;
  background-repeat: repeat-y;
}
.vertical-shadow.left {
  left: 0;
  background-image: url("../img/shadow-vertical-left.png");
}
.vertical-shadow.right {
  right: 0;
  background-image: url("../img/shadow-vertical-right.png");
}

.horizontal-shadow {
  position: absolute;
  z-index: -1;
  left: 0;
  height: 170px;
  width: 100%;
  background-repeat: repeat-x;
}
.horizontal-shadow.top {
  top: 0;
  background-image: url("../img/shadow-horizontal-top.png");
}
.horizontal-shadow.bottom {
  bottom: 0;
  position: fixed;
  background-image: url("../img/shadow-horizontal-bottom.png");
}
#meta_nav {
  z-index: 200;
  font-family: 'Rokkitt',"Helvetica","Arial", serif;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 105%;#wrap .top_left h2 {
  margin: 10px auto 12px;
}
#wrap .top_left p.subtext {
  margin-top: 12px;
  width: 60%;
}
}
#meta_nav a {
  margin-right: 6px;
  color: #fdc5a2;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 1px 1px #ce5218;
}
#meta_nav span.active, #meta_nav a:hover {
  margin-right: 6px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 1px 1px #ce5218;
}

#terms-of-use {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
}
#terms-of-use a {
  font-family: 'Rokkitt',"Helvetica","Arial", serif;
  margin-right: 4px;
  color: #ffeee4;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 1px 1px #ce5218; }
#terms-of-use a:hover {
  color: #FFF;
}