@import url(http://fonts.googleapis.com/css?family=Roboto:100,500,700,400);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

[hidden] {
  display: none; }

html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

img {
  border: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

footer .socialmedia a.gp, footer .socialmedia a.tw, footer .socialmedia a.fb, footer p .logo__s, #download_info .logo__skyshield, #howitworks .email_shield, #howitworks .toolbar_shield, #howitworks .usb_shield, #howitworks .download_shield, #howitworks .pc_shield, header .app__screen, header .brand .logo, #modal .logo__skyshield_small, #modal .btn_close {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }

html,
body {
  font-size: 100%;
  background: #fff; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  cursor: default;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 100; }

a {
  text-decoration: none; }

a:hover {
  cursor: pointer; }

a:focus, input:focus {
  outline: none; }

/*------- Elements -------*/
footer .socialmedia a.gp, footer .socialmedia a.tw, footer .socialmedia a.fb {
  width: 24px;
  height: 24px; }

footer .socialmedia a.gp {
  background-position: -735px -473px; }

footer .socialmedia a.tw {
  background-position: -710px -473px; }

footer .socialmedia a.fb {
  background-position: -685px -473px; }

footer p .logo__s {
  width: 27px;
  height: 21px;
  background-position: -740px -428px; }

#download_info .logo__skyshield, #howitworks .email_shield, #howitworks .toolbar_shield, #howitworks .usb_shield, #howitworks .download_shield, #howitworks .pc_shield, header .app__screen {
  width: 273px;
  height: 214px; }

#download_info .logo__skyshield {
  background-position: -546px -214px; }

#howitworks .email_shield {
  background-position: -546px 0; }

#howitworks .toolbar_shield {
  background-position: -273px -214px; }

#howitworks .usb_shield {
  background-position: 0 -214px; }

#howitworks .download_shield {
  background-position: -273px 0; }

#howitworks .pc_shield {
  background-position: 0 0; }

header .app__screen {
  width: 684px;
  height: 358px;
  background-position: 0 -428px; }

header .brand .logo {
  width: 56px;
  height: 44px;
  background-position: -684px -428px; }

#modal .logo__skyshield_small {
  width: 66px;
  height: 52px;
  background-position: -684px -499px; }

#modal .btn_close {
  width: 15px;
  height: 15px;
  background-position: -767px -428px; }

.cloud {
  background-image: url(../img/cloud.png);
  background-repeat: no-repeat;
  width: 214px;
  height: 122px;
  background-position: 0 0; }

.btn__big, .email__form input[type="submit"], header .topBar a {
  position: relative;
  border: 1px solid #036b09;
  color: #fff;
  font-weight: 500;
  background-color: #3dbc45;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.3);
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .blue.btn__big, .email__form input.blue[type="submit"], header .topBar a.blue {
    background-color: #2f8acb; }
    .blue.btn__big:hover, .email__form input.blue[type="submit"]:hover, header .topBar a.blue:hover {
      background-color: #256ea2; }
  .btn__big:hover, .email__form input[type="submit"]:hover, header .topBar a:hover {
    background-color: #319537; }

header .brand h1 {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  letter-spacing: -1px; }
  header .brand h1 strong {
    font-weight: 700; }
header .brand .logo {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

/*------- Main layout -------*/
.btn__big {
  padding: 0.625em 2.8125em;
  font-size: 1.25em;
  text-transform: uppercase; }
  .btn__big strong {
    font-size: 135%; }
  .btn__big small {
    text-transform: none;
    font-size: 65%; }

.cont {
  min-width: 62.5em;
  width: 62.5em;
  margin: 0 auto; }

.col {
  display: inline-block;
  *zoom: 1;
  margin: 1.5em 0; }
  .col:before, .col:after {
    content: " ";
    display: table; }
  .col:after {
    clear: both; }
  .col:nth-child(odd) .left {
    float: left; }
  .col:nth-child(odd) .right {
    float: right; }
  .col h2 {
    font-size: 2.25em;
    line-height: 1.33333em;
    color: #2184c7; }
    .col h2 strong {
      font-weight: 700; }
  .col p {
    color: #3b5465; }
  .col .left {
    width: 40%;
    float: right; }
  .col .right {
    width: 60%;
    float: left; }
  .col .row div {
    margin: 0 auto; }

.email__form {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #2184c7;
  min-height: 1px;
  width: 100%;
  *zoom: 1;
  display: inline-block;
  padding: 0.25em;
  position: relative;
  background-color: #FFF; }
  .email__form:before, .email__form:after {
    content: " ";
    display: table; }
  .email__form:after {
    clear: both; }
  .email__form.error:after, .email__form.success:after {
    color: #fff;
    font-weight: 100;
    display: inline-block;
    z-index: 667;
    padding: 0.1875em 0.5em;
    position: absolute;
    bottom: -1.875em;
    left: 0.5em; }
  .email__form.error:after {
    content: "Please enter a valid email address.";
    background-color: #b95555; }
  .email__form.success:after {
    content: "Application send";
    background-color: #55b95c; }
  .email__form input {
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0.5em 0 0.5em;
    border: none; }
  .email__form input[type="text"] {
    background-color: transparent;
    float: left;
    width: 70%;
    padding-left: 0.5em;
    font-weight: 100;
    color: #2184c7; }
  .email__form input[type="submit"] {
    float: right;
    width: 30%; }

header {
  background-color: #2b98e1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b98e1), color-stop(100%, #d4eaf9));
  background-image: -webkit-linear-gradient(#2b98e1, #d4eaf9);
  background-image: linear-gradient(#2b98e1, #d4eaf9);
  min-width: 62.5em;
  position: relative;
  *zoom: 1;
  overflow: hidden;
  color: #fff;
  z-index: 1; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .topBar {
    margin: 1.5em 0;
    height: 3em; }
    header .topBar a {
      margin-top: 0.5em;
      float: right;
      font-size: 1em;
      line-height: 1.75em;
      padding: 0 2.5em; }
  header .brand {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    color: #fff;
    line-height: 1.2em; }
    header .brand h1 {
      font-size: 2.5em; }
      header .brand h1 small {
        margin-top: 0.3125em; }
  header .center {
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.5em; }
  header h2, header h3 {
    font-weight: 100; }
  header h2 {
    line-height: 1.5em;
    margin: 0.5em 0;
    font-size: 3em; }
  header .tooltip {
    display: block;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 50%;
    right: -2.5em;
    margin-top: -0.625em;
    background-color: #FFF;
    color: #74b1e0;
    line-height: 1.25em;
    border-top-left-radius: 1.25em;
    border-top-right-radius: 1.25em;
    border-bottom-left-radius: 1.25em;
    border-bottom-right-radius: 1.25em;
    cursor: help; }
    header .tooltip:hover span {
      display: block; }
    header .tooltip span {
      display: none;
      background-color: #FFF;
      border-top-left-radius: 0.3125em;
      border-top-right-radius: 0.3125em;
      border-bottom-left-radius: 0.3125em;
      border-bottom-right-radius: 0.3125em;
      position: absolute;
      bottom: 1.5625em;
      left: -0.625em;
      box-shadow: 0 0 0.3125em 0 rgba(0, 0, 0, 0.3);
      width: 11.5625em;
      padding: 0.3125em 0.625em; }
      header .tooltip span p {
        margin: 0;
        font-size: 0.75em;
        text-align: left; }
  header .email__form {
    width: 60%;
    margin: 1.5em auto; }
  header .app__screen {
    margin-left: 160px; }
  header .cloud_bg {
    background-image: url("../img/bg__cloud.png");
    background-position: 49% 0;
    background-repeat: repeat-x;
    width: 100%;
    height: 189px;
    position: absolute;
    right: 0px;
    bottom: -42px;
    z-index: -1; }

#howitworks {
  padding: 1.5em 0; }

#download_info .logo__skyshield {
  margin: 0 auto; }
#download_info .left {
  width: 40%;
  float: right; }
#download_info .right {
  width: 60%;
  float: left; }

footer {
  margin-top: 1.5em;
  overflow: hidden;
  background-color: #2b98e1;
  line-height: 3em;
  min-width: 62.5em; }
  footer .socialmedia {
    float: left; }
    footer .socialmedia a {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
      footer .socialmedia a:hover {
        opacity: .8; }
  footer p {
    float: right;
    font-size: 1em;
    line-height: 3em;
    font-weight: 100;
    color: #fff;
    margin: 0; }
    footer p .logo__s {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin-bottom: 6px; }

#modal_bg {
  display: none;
  background-color: rgba(34, 34, 34, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 665; }
  .lt-ie9 #modal_bg {
    background-image: url("../img/bg__modal_ie.png"); }

#modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -12.5em 0 0 -21.5625em;
  z-index: 666;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  padding: 2.8125em;
  width: 43.125em; }
  #modal .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
  #modal .logo__skyshield_small {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  #modal h1 {
    color: #2184c7;
    font-weight: 100;
    font-size: 2.5em; }
  #modal p {
    color: #3b5465;
    line-height: 1.2; }

.lp form {
  display: none !important; }
.lp #modal form {
  display: inline-block !important; }

.lp2 a[href="#download"] {
  display: none !important; }

@media all and (max-width: 1060px) {
  .cont {
    padding: 0 1.25em; } }
.lt-ie9 .cont {
  padding: 0 1.25em; }

.cloud {
  position: absolute;
  z-index: -1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .cloud.p1 {
    top: 6%;
    right: 80%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: movecloud_start 48s linear, 60s movecloud_next 48s linear infinite;
    -moz-animation: movecloud_start 48s linear, 60s movecloud_next 48s linear infinite;
    animation: movecloud_start 48s linear, 60s movecloud_next 48s linear infinite; }
    .lt-ie9 .cloud.p1 {
      zoom: 0.4; }
  .cloud.p2 {
    top: 35%;
    right: 70%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .6;
    -webkit-animation: movecloud_start 42s linear, 60s movecloud_next 42s linear infinite;
    -moz-animation: movecloud_start 42s linear, 60s movecloud_next 42s linear infinite;
    animation: movecloud_start 42s linear, 60s movecloud_next 42s linear infinite; }
    .lt-ie9 .cloud.p2 {
      zoom: 0.8; }
  .cloud.p3 {
    top: 3%;
    right: 35%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: .8;
    -webkit-animation: movecloud_start 21s linear, 60s movecloud_next 21s linear infinite;
    -moz-animation: movecloud_start 21s linear, 60s movecloud_next 21s linear infinite;
    animation: movecloud_start 21s linear, 60s movecloud_next 21s linear infinite; }
    .lt-ie9 .cloud.p3 {
      zoom: 0.6; }
  .cloud.p4 {
    top: 55%;
    right: 15%;
    -webkit-animation: movecloud_start 9s linear, 60s movecloud_next 9s linear infinite;
    -moz-animation: movecloud_start 9s linear, 60s movecloud_next 9s linear infinite;
    animation: movecloud_start 9s linear, 60s movecloud_next 9s linear infinite; }

@-webkit-keyframes movecloud_start {
  to {
    right: -214px; } }

@-moz-keyframes movecloud_start {
  to {
    right: -214px; } }

@-o-keyframes movecloud_start {
  to {
    right: -214px; } }

@keyframes movecloud_start {
  to {
    right: -214px; } }

@-webkit-keyframes movecloud_next {
  from {
    right: 100%; }

  to {
    right: -214px; } }

@-moz-keyframes movecloud_next {
  from {
    right: 100%; }

  to {
    right: -214px; } }

@-o-keyframes movecloud_next {
  from {
    right: 100%; }

  to {
    right: -214px; } }

@keyframes movecloud_next {
  from {
    right: 100%; }

  to {
    right: -214px; } }
