#app-page header {
  background-color: #444;
  font-weight: 100; }
  #app-page header:after {
    content: "";
    display: block;
    clear: both;
    overflow: visible; }
  #app-page header span.rlogo {
    float: left;
    background-color: #0089CB; }
    #app-page header span.rlogo a {
      display: block;
      padding: 0.38em; }
  #app-page header a {
    color: #FFF;
    text-decoration: none; }
  #app-page header li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    vertical-align: top; }
    #app-page header li:hover .submenu {
      display: block; }
  #app-page header nav {
    float: left; }
    #app-page header nav a {
      display: block;
      padding: 1.65em 1.42em 1.3em;
      font-size: 0.9em; }
  #app-page header .submenu {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: auto;
    background-color: #F1F1F1;
    display: none;
    padding: 0.5em; }
    #app-page header .submenu li {
      display: block;
      text-transform: capitalize; }
    #app-page header .submenu a {
      color: #444;
      font-size: 0.88em;
      padding: 0.5em 1em; }
    #app-page header .submenu hr {
      margin: 0.5em 0; }
    #app-page header .submenu .social {
      display: inline-block;
      padding-right: 0em; }
  #app-page header #btn {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 1em; }
    #app-page header #btn:hover {
      background-color: rgba(255, 255, 255, 0.2);
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px; }
  #app-page header .header-right {
    float: right; }
    #app-page header .header-right form {
      display: inline-block;
      position: relative;
      margin-top: 0.8em;
      vertical-align: top; }
    #app-page header .header-right input[type="search"] {
      padding: 0.6em;
      font-family: 'Open Sans', sans-serif;
      font-size: 0.8em;
      border: none;
      outline: none;
      width: 200px;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms;
      margin-right: 1em;
      -webkit-appearance: none;
      height: 34px; }
    #app-page header .header-right input[type="submit"] {
      background: url("../../images/icons/icon-headerSearch.png") center center no-repeat;
      background-color: #FFF;
      background-size: 25px 25px;
      font-size: 0;
      width: 40px;
      height: 34px;
      cursor: pointer;
      z-index: 9;
      position: absolute;
      right: 1em;
      top: 0;
      bottom: 0;
      -webkit-appearance: none; }
    #app-page header .header-right input[type="search"].focus {
      width: 250px;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
    #app-page header .header-right .btn {
      display: inline-block;
      padding: 0.7em 1.2em;
      font-size: 0.8em;
      outline: none;
      text-transform: uppercase; }
    #app-page header .header-right .login {
      background-color: transparent;
      border: 1px solid #9f9f9f;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
      #app-page header .header-right .login:hover {
        background-color: #FFF;
        color: #444;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }
  #app-page header .current a {
    border-bottom: 2px solid #0089CB; }
#app-page #lang {
  float: right;
  position: relative;
  border-left: 1px solid #6c6c6c;
  margin-left: 1em;
  font-size: 0.8em;
  margin-top: 0.9em; }
  #app-page #lang a {
    padding: 0.85em;
    display: block; }
  #app-page #lang:hover ul {
    display: block; }
  #app-page #lang ul {
    display: none;
    position: absolute;
    background-color: #FFF;
    z-index: 9999; }
    #app-page #lang ul a {
      color: #444; }
  #app-page #lang > a {
    background: url("../../images/icons/icon-headerDrop.png") no-repeat;
    background-position: right center;
    padding-right: 1.4em;
    padding-left: 1em;
    background-size: 20px 20px; }
#app-page .drop {
  position: relative;
  z-index: 9999;
  vertical-align: top; }
  #app-page .drop:hover ul {
    display: block; }
  #app-page .drop ul {
    display: none;
    position: absolute;
    background-color: #FFF;
    z-index: 9999;
    padding: 0.5em; }
    #app-page .drop ul li {
      display: block; }
    #app-page .drop ul a {
      color: #444;
      display: block;
      text-transform: capitalize;
      padding: 0.5em 1em;
      font-size: 0.88em; }
  #app-page .drop .avatar {
    margin-top: 0.8em;
    padding-left: 0.65em;
    padding-bottom: 12px; }
    #app-page .drop .avatar .img-container {
      display: inline-block;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #6c6c6c;
      overflow: hidden;
      -webkit-background-clip: padding-box;
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }
#app-page #logged {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.8em;
  padding: 8px 0; }
  #app-page #logged a {
    vertical-align: middle;
    display: inline-block; }
  #app-page #logged .rmo {
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 0 1em; }
#app-page #logged {
  display: inline-block;
  border-left: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  margin-left: 1em; 
  margin-top: 0.8em;
}
#app-page #unlogged {
  display: inline-block;
  border-left: 1px solid #6c6c6c;
  margin-left: 1em;
  margin-top: 0.8em;
}

#hero {
  background: url("../../images/bg-hero.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 370px; }
  #hero:after {
    content: "";
    display: block;
    clear: both; }
  #hero figure {
    width: 50%;
    text-align: center;
    float: left;
    padding-top: 3em;
    position: relative; }
    #hero figure img {
      position: absolute;
      left: 20%; }
  #hero .hero-content {
    width: 50%;
    float: left;
    color: #FFF;
    font-weight: 100;
    line-height: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #hero .hero-content h1 {
      font-size: 2.3125em;
      display: block;
      font-weight: 600;
      padding: 3.5em 0 0.5em; }
      #hero .hero-content h1:before {
        content: "";
        width: 77px;
        height: 6px;
        display: block;
        background-color: #FFF;
        margin-bottom: 0.5em; }

#downloadapp {
  clear: both;
  padding: 8em 0 3em;
  background-color: #f1f1f1; }
  #downloadapp h1 {
    text-align: center;
    color: #4A4A4A;
    font-size: 1.85em;
    font-weight: 400;
    margin-bottom: 0.4em; }
  #downloadapp h2 {
    font-weight: 100;
    font-size: 1.6em;
    color: #4A4A4A;
    padding: 0.4em 0 0.6em; }
  #downloadapp ul {
    background-color: #FFF;
    display: block;
    padding: 2em;
    text-align: center; }
    #downloadapp ul li {
      display: inline-block;
      vertical-align: top;
      padding: 2em 5em; }
      #downloadapp ul li .detail {
        display: block;
        font-size: 0.8em;
        color: #7F7F87; }
  #downloadapp .btn {
    background-color: #0089CB;
    color: #FFF;
    padding: 0.4em 0.8em;
    text-decoration: none;
    font-size: 0.85em; }
  #downloadapp .mobileapps, #downloadapp .otherapps {
    margin-bottom: 4em; }

#tellus {
  background-color: #FFF;
  padding: 3em 0; }
  #tellus:after {
    content: "";
    display: block;
    clear: both; }
  #tellus figure {
    width: 60%;
    float: left;
    text-align: center; }
  #tellus .tellus-content {
    float: left;
    width: 40%; }
    #tellus .tellus-content h1 {
      font-weight: 100;
      font-size: 1.7em;
      color: #7F7F87;
      line-height: 1.5em;
      padding-top: 2.5em; }
      #tellus .tellus-content h1 a {
        display: block;
        text-align: none;
        color: #0089CB;
        font-weight: 400;
        text-decoration: none; }

#app-page {
  background-color: #FFF; }

.fb-like, #twitter-widget-1 {
  display: inline-block;
  vertical-align: middle; }

.drop {
  display: inline-block;
  cursor: pointer; }

@media only screen and (max-width: 950px) {
  #hero figure img {
    left: 0; }

  #downloadapp ul li {
    padding: 2em 3em; }

  #tellus figure {
    display: none; }

  #tellus .tellus-content {
    width: 100%;
    text-align: center;
    float: none; }
    #tellus .tellus-content h1 {
      padding: 0; }

  #app-page header nav, .header-right {
    width: 100%;
    text-align: center; }

  #app-page .drop {
    float: none;
    display: inline-block; }

  header {
    padding-bottom: 0.8em; }

  #app-page header h1 {
    width: 100%;
    text-align: center; }

  .centered {
    width: 100%;
    margin: 0; } }
.advanced {
  position: absolute;
  right: 0;
  background: #0089CB;
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  z-index: 9999;
  right: 40px;
  top: 10px;
  padding: 0.3em;
  display: none;
  background: #656565;
  font-weight: 400; }

@media only screen and (max-width: 950px) {
  #hero figure {
    display: none; }
  #hero .hero-content {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px; }

  #downloadapp ul li {
    padding: 2em 1.5em; }

  #app-page header .header-right form {
    display: block;
    margin-bottom: 1em; }

  #app-page header .header-right input[type="submit"] {
    position: relative;
    margin-left: -50px; }

  #app-page #logged, #app-page #unlogged {
    border-left: none; 
  } }
@media only screen and (max-width: 35em) {
  #hero .hero-content {
    width: 100%; }

  #app-page header .header-right input {
    width: 140px; }

  #app-page header .submenu {
    z-index: 10;
    right: 0; } }
@media only screen and (max-width: 950px) {
  header {
    display: none; }

  #featuredRadio .centered {
    margin: 0 auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #app-page header .header-right input[type="search"] {
			padding-top:0;
			padding-bottom:0;
		}
}
