/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #89867e;
  background: #eee;
}

body:before 
{ 
  content: "";
  position: fixed;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.4);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.4);
  box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.container > header {
  width: 100%;
  margin: 0 auto;
  padding: 2em;
}

.container > header {
  text-align: center;
  font-size: 1.3em;
  padding: 4em 2em 3em 2em;
}

.container > header h1 {
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

.container > header img.logo {
  max-width: 40%;
  max-height: 40%;
}

.container > header span {
  display: block;
  font-size: 80%;
  color: #bebbb6;
  padding: 0 0 0.6em 0.1em;
}

.content {
  width: 70%;
  margin: 0 15% 0 15%;
  padding: 5em 0 8em 0;
}

.content img.photo {
  max-width: 100%;
  max-height: 70%;
  float: left;
  margin: 0 3em 3em 0;
}

.content img.icon {
  height: 28px;
  padding-top: 3px;
}

.content h2 {
  font-size: 2.4em;
  line-height: 1.3em;
  margin: 0;
  font-weight: 300;
  display: inline-block;
}

.content h3 {
  font-size: 2.0em;
  line-height: 1.3em;
  margin: 0;
  font-weight: 300;
  display: inline-block;
}

.content .text {
  text-align: justify;
  line-height: 1.6em;
}

.content .badges {
  text-align: right;
  line-height: 1.6em;
}

hr { 
  width: 80%;
  margin-top: 2em;
  border: 0; 
  height: 1px;
}
hr:before {
  top: -0.5em;
  height: 1em;
}
hr:after {
  content:'';
  height: 0.5em;
  top: 1px;
}

hr:before, hr:after {
  content: '';
  position: absolute;
}

hr, hr:before {
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 75%);
}

hr:after {
  background: #f4f4f4;
}

.badge, .badge:hover {
  width: 200px;
  height: 48px;
  font-weight: 300;
  background: #fff;
  display: inline-block;
  color: #89867e;
  padding: 0 20px 0 20px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  margin: 0 0 8px 10px;
}

.squarge, .squarge:hover {
  padding: 4px 20px 0 55px;
  background: url('../images/squarge.png') #fff no-repeat  10px 8px;
  background-size: 32px 32px;
  font-size: 1.6em;
  line-height: 1.7em;
}

.google-play span, .facebook span, .google-plus span {
  font-size: 1.4em;
  font-weight: 300;
}

.center {
  text-align: center;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.ads {
  width: 100%;
  text-align: center;
  background: #777;
  padding: 30px;
}