@import "fancybox.css";

@import "fonts/stylesheet.css";
/*  
 * |== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
::-moz-selection {
  background: #c80a1b;
  color: #ffd349;
  text-shadow: none;
}
::selection {
  background: #c80a1b;
  color: #ffd349;
  text-shadow: none;
}
body {
  background-attachment: fixed !important;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus,
a:active {
  outline: 0;
  border: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: ;
  text-decoration: underline;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
body {
  color: #313131;
  background: #ffffff;
  font: 1em/1.1 "museo500", Helvetica, Arial, sans-serif;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hgroup,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
p {
  margin: 0px;
  padding: 0px;
}
/* Typographic
================================== 
*/
h1 {
  font: 2em/1.2 "museo300", Helvetica, Arial, sans-serif;
}
h2 {
  font: 1.3em/1.1 "agenda", Helvetica, Arial, sans-serif;
  color: #ffd349;
}
h3 {
  font: 1.95em/1.3 "museo500", Helvetica, Arial, sans-serif;
  color: #ffffff;
  letter-spacing: -1px;
}
p {
  font: 1.1em/1.1 "museo300", Helvetica, Arial, sans-serif;
}
/* =============================================================================
   Iconography
   ========================================================================== */
.fontello {
  font-family: 'fontello';
  position: absolute;
  display: block;
}
/* =============================================================================
   Lists
   ========================================================================== */
ol,
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
dd {
  margin: 0 0 0 0px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* TREAKS
================================== 
*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-hidden {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.popup {
  display: none;
}
.c {
  clear: both;
}
/* CONTENT
================================== 
*/
header#header {
  background: #c80a1b url(bg-top-1.jpg) top center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 30px 0 0 0;
}
header#header .logo a {
  background: url(logo-bialagwiazdaapp.png) 0 0 no-repeat;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  display: block;
  margin: 110px 0 0 0;
}
header#header .logo a h1,
header#header .logo a span {
  padding: 0 0 0 70px;
}
header#header .logo a h1 {
  color: #ffffff;
  font: 700 2.5em/1 "agenda", helvetica, sans-serif;
  text-align: left;
  letter-spacing: -1px;
}
header#header .logo a span {
  color: #ffd349;
  font: 1.2em/1.3 "museo300", Helvetica, sans-serif;
}
header#header hgroup {
  margin: 14% 0;
}
header#header hgroup h1 {
  letter-spacing: -1px;
  line-height: 1.0;
  font-size: 3.55em;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
}
header#header .buttons ul {
  position: relative;
}
header#header .buttons ul li {
  display: inline-block;
  float: left;
  position: relative;
}
header#header .buttons ul li.label {
  text-align: right;
  width: 100px;
  color: #ffd349;
  font-size: 1em;
  padding: 8px 0 0 0;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
header#header .buttons ul .button-download {
  margin: 0 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.25);
  box-shadow: 2px 3px 5px rgba(0,0,0,.25);
  background: #ffffff;
  padding: 15px 20px 15px 10px;
  text-decoration: none;
  font: 1.3em/0.9 "museo700", helvetica, arial, sans-serif;
  color: #99000a;
  border: 2px solid #ffffff;
  letter-spacing: -1px;
}
header#header .buttons ul .button-download:hover {
  color: #ffffff;
  background: transparent;
  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.75);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.75);
  box-shadow: 2px 3px 5px rgba(0,0,0,.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .buttons ul .apple:after {
  content: "";
  width: 61px;
  height: 61px;
  background: url(bialagwiazdaapp-icon.png) 0 0 no-repeat;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: -30px;
}

header#header .buttons ul .button-video {
	position: relative;
	top:3em;
  margin: 0 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.25);
  box-shadow: 2px 3px 5px rgba(0,0,0,.25);
  background: #ffd349;
  padding: 12px 15px 12px 30px;
  text-decoration: none;
  font: 1.1em/0.9 "museo700", helvetica, arial, sans-serif;
  color: #99000a;
  border: 2px solid #f1ba13;
  letter-spacing: -1px;
  
}

header#header .buttons ul .button-video:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 8px;
	height: 11px;
	background: url(https://piff.ly/15216/f5f4a308f8de9effc06c0263b77a6e55e3f76ec2/Polygon-1.png) 0 0 no-repeat;
}

header#header .buttons ul .button-video:hover:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 8px;
	height: 11px;
	background: url(https://piff.ly/15216/186010486202247309fea013537c67889dd43292/Polygon-1.png) 0 0 no-repeat;
}

header#header .buttons ul .button-video:hover {
	color: #f1ba13;
  background: transparent;
	  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.75);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.75);
  box-shadow: 2px 3px 5px rgba(0,0,0,.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


header#header .buttons ul .disable {
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
header#header .phoneinhand {
  display: block;
  position: relative;
  width: 100%;
  height: 724px;
  background: url(iphone-hand.png) center bottom no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .badges {
  clear: both;
  position: relative;
  top: 60px;
  width: 100%;
}
header#header .badges ul li {
  display: inline-block;
  width: 40%;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  font: normal 0.9em/1.1 "agenda", helvetica, sans-serif;
}
header#header .badges ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
  color: #ffd349;
  padding: 8px 0 0 65px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
header#header .badges ul li a:hover {
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header#header .badges ul li.facebook a {
  background-image: url(icon-facebook.png);
}
header#header .badges ul li.twitter a {
  background-image: url(icon-twitter.png);
}
header#header .badges ul li.krakow {
  background: url(icon-krakow.png) 0 0 no-repeat;
  display: block;
  height: 55px;
  width: 230px;
  text-decoration: none;
  color: #ffd349;
  position: absolute;
  top: 0;
  padding: 8px 0 0 60px;
}
header#header .badges ul li:hover,
header#header .badges ul li:hover a {
  color: #ffffff;
  cursor: pointer;
}
section {
  width: 100%;
  background-repeat: repeat;
  background-size: auto 100%;
  background-position: center top;
  min-height: 820px;
  clear: both;
  padding-bottom: 50px;
}
section hgroup {
  margin: 260px 0 0 0;
}
section hgroup h1 {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  font: 3.2em/1.1 "museo300", helvetica, sans-serif;
  padding: 10px 0;
}
section hgroup h2 {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 0px 0 15px 0;
}
section p {
  color: #ffffff;
  font: 1em/1.7 "museo500", helvetica, sans-serif;
  padding: 0 0px;
}
section .text-l {
  text-align: right;
}
section .text-r {
  text-align: left;
}
section .flip-r {
  float: right;
}
section .flip-l {
  float: left;
}
section .screens img {
  width: 90%;
  margin: 12% 0 0 0;
  text-align: center;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#featuretwo .screens img {
  margin-top: 25%;
}
#featurethree .screens img {
  margin-top: 35%;
}
section#featureone {
  background-image: url(bg-top-2.jpg);
  -moz-box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2);
}
section#featureone hgroup h1 {
  color: #313131;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
section#featureone hgroup h2 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
section#featureone p {
  color: #313131;
}
section#featuretwo {
  background-image: url(bg-top-3.jpg);
  -moz-box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2), inset 0px -4px 12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2), inset 0px -4px 12px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.2), inset 0px -4px 12px rgba(0, 0, 0, 0.6);
}
section#featurethree {
  background-image: url(bg-top-4.jpg);
  -moz-box-shadow: inset 0px -4px 12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px -4px 12px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px -4px 12px rgba(0, 0, 0, 0.6);
}
div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
div.modalWindow {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 999 !important;
  width: 445px;
  margin-left: -222px;
  background: url(bg-popup.jpg) 50% 0 no-repeat;
  background-size: cover;
  cursor: default;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 16px rgba(0,0,0,.95);
  -moz-box-shadow: 2px 2px 16px rgba(0,0,0,.95);
  box-shadow: 2px 2px 16px rgba(0,0,0,.95);
  padding-bottom: 80px;
}
div.modal.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  z-index: 997;
  cursor: pointer;
}
div.modalWindow .modalWrapper {
  margin: 20px;
  padding: 15px;
  line-height: 20px !important;
  height: 300px;
  text-align: center;
}
div.modalWindow .modalWrapper h1 {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  font-size: 2.8em;
  padding: 25px 0;
}
div.modalWindow .modalWrapper p {
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  width: 350px;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
div.modalWindow .modalWrapper a {
  color: #ffd349;
  text-shadow: none;
  font-family: "museo500";
  text-decoration: none;
}
div.modalWindow .modalWrapper a:hover {
  text-decoration: underline;
}
.closeBtn {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url(icon-close.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999em;
}
.closeBtn:hover {
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
footer {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 400px;
  max-height: 600px;
  background-color: #0a0a0a;
  background-image: url(bg-top-5.jpg);
}
footer h3 b {
  font-family: "museo700";
  font-weight: normal;
}
footer .socials {
  text-align: center;
  padding: 40px 0 20px 0;
}
footer .socials ul li {
  display: inline-block;
  padding: 15px;
}
footer .socials ul li a {
  display: block;
  font-size: 3.5em;
  color: #ffffff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
footer .socials ul li a:hover {
  color: #ffd349;
}
footer .links {
  padding-bottom: 30px;
  text-align: center;
}
footer .links ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
  padding: 5px 13px 5px 0;
}
footer .links ul li a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
footer .links ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
footer .copyline {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
footer .copy {
  margin-top: 15px;
}
footer .copy p {
  font-size: .9em;
  color: #434343;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
footer .copy a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
footer .copy a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .copy a.logo-getscores {
  display: block;
  background: url(logo-getscores.png) 0 0 no-repeat;
  margin: 0 auto;
  height: 81px;
  width: 66px;
  text-indent: -9999em;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
footer .text-r {
  text-align: left;
  padding: 20px 0 0 0;
}
footer .text-l {
  text-align: right;
  padding: 20px 0 0 0;
}
footer .text-c {
  text-align: center;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  clear: both;
}
/* SNIPPETS USEFUL
================================== 
*/
/* IMPORTY
================================== 
*/
/* =============================================================================
   Colors pallette
   ========================================================================== */
.color-red {
  color: #c80a1b;
}
.color-yellow {
  color: #ffd349;
}
.color-darkred {
  color: #99000a;
}
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 1 Column Grid 0px - 639px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    100%
    
    ----------------------------------------------------------------------------- */@media screen and (min-width: 0px) and (max-width: 400px) {
  header#header hgroup {
    margin: 15% 0 !important;
  }
  header#header .phoneinhand {
    background-position: 100% 100% !important;
  }
  header#header .buttons {
    text-align: center;
  }
  header#header .buttons ul {
    width: 100% !important;
  }
  header#header .buttons ul li {
    display: block !important;
    float: none !important;
    padding: 10px 0 !important;
    width: 90% !important;
  }
  header#header .buttons ul a {
    width: 100% !important;
  }
  
  header#header .buttons ul a.button-video {
	  left: 0 !important;
  }
  header#header .buttons ul li.label {
    display: none !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 759px) {
  body {
    font-size: 90%;
  }
  .col {
    margin-left: 2%;
    padding: 0 2%;
  }
  /* --- Gridpak variables ---*/.row .col:first-child {
    margin-left: 0;
  }
  /*
          Add your semantic classnames in alongside their corresponding spans here. e.g.
          
          .span_3,
          .my_semantic_class_name {
              ...
          }
          
          */
  .span_1,
  .span50,
  .span100,
  .span30 {
    margin-left: 0;
    width: 100%;
  }
  header#header {
    padding: 5px 0;
    text-align: center;
  }
  header#header .logo a {
    margin: 30px 0 0 0;
    width: 100%;
    text-align: center;
    background-position: 50% 0px;
    padding: 80px 0 0 0;
  }
  header#header .logo a h1,
  header#header .logo a span {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
  }
  header#header hgroup {
    margin: 5% 0;
  }
  header#header hgroup h1 span {
    display: block;
  }
  header#header .buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  header#header .buttons li {
    width: 45%;
    margin: 0 2%;
  }
  header#header .buttons a {
    width: 100%;
  }
  
  header#header .buttons a.button-video {
	  left: 50%;
  }
  
  header#header .phoneinhand {
    margin: 50px 0 0 0;
    height: 420px;
    background-size: 90% auto;
    background-position: 100% 0%;
    position: relative;
    top: 5px;
  }
  header#header .badges {
    display: none;
  }
  section hgroup {
    margin: 10px 0 10px 0;
    text-align: center;
    padding-left: 15px;
  }
  section p {
    text-align: center;
    padding-left: 15px;
  }
  section .screens {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
/* 2. 2 Column Grid 640px - 979px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    49.0%
    Span 2:    100%
    
    ----------------------------------------------------------------------------- */@media screen and (min-width: 760px) and (max-width: 979px) {
  body {
    font-size: 95%;
  }
  .col {
    margin-left: 2%;
    padding: 0 3%;
  }
  /* --- Gridpak variables ---*/.row .col:first-child {
    margin-left: 0;
  }
  .span_1,
  .span50 {
    width: 49%;
    border-left-width: 0;
    padding: 0 3%;
    margin-left: 2%;
  }
  .span_2,
  .span100,
  .span30 {
    margin-left: 0;
    width: 100%;
  }
}
/* 3. 6 Column Grid 980px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    15.0%
    Span 2:    32.0%
    Span 3:    49.0%
    Span 4:    66.0%
    Span 5:    83.0%
    Span 6:    100%
    
    ----------------------------------------------------------------------------- */@media screen and (min-width: 980px) {
  body {
    font-size: 100%;
  }
  .col {
    margin-left: 2%;
    padding: 0 3%;
  }
  /* --- Gridpak variables ---*/.row .col:first-child {
    margin-left: 0;
  }
  .span_1 {
    width: 15%;
    border-left-width: 0;
    padding: 0 3%;
    margin-left: 2%;
  }
  .span_2,
  .span30 {
    width: 32%;
    border-left-width: 0;
    padding: 0 3%;
    margin-left: 2%;
  }
  .span_3,
  .span50 {
    width: 49%;
    border-left-width: 0;
    padding: 0 3%;
    margin-left: 2%;
  }
  .span_4 {
    width: 66%;
    border-left-width: 0;
    padding: 0 3%;
    margin-left: 2%;
  }
  .span_5 {
    width: 83%;
    border-left-width: 0;
    padding: 0 3%;
    margin-left: 2%;
  }
  .span_6 {
    margin-left: 0;
    width: 100%;
  }
}
.row:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 115%;
  }
  .row {
    width: 1280px;
    margin: 0 auto;
  }
  .button-download {
    padding: 15px 30px 15px 20px;
  }
  header#header .buttons ul li.label {
    width: 130px;
  }
  header#header .buttons ul .button-download {
    padding: 15px 33px 15px 22px;
  }
}
@media screen and (max-width: 370px) {
  div.modalWindow .modalWrapper h1 {
      font-size: 1.8em;
  }
  #featuretwo .text-l {
    margin-top: 25px !important;
  }
  section hgroup h1 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 480px) {
  div.modalWindow {
    width: 94%;
    height: auto !important;
    left: 0;
    margin: 0 3%;
    background-size: cover;
  }
  div.modalWindow .modalWrapper {
    height: auto;
  }
  div.modalWindow .modalWrapper p {
      width: auto;
  }
  section hgroup h2,
  section hgroup h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 950px) {
  header#header .buttons li.label {
    display: none;
  }
}
@media screen and (min-width: 759px) and (max-width: 950px) {
  header#header .buttons {
    text-align: center;
  }
  header#header .buttons ul li {
    display: block;
    float: none;
    padding: 10px 0;
  }
  header#header .buttons ul a {
    width: 100%;
  }
  header#header .buttons ul li.label {
    display: none;
  }
  .badges span {
    display: none;
  }
}
@media screen and (min-width: 940px) and (max-width: 970px) {
  header#header .buttons li.label {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .text-l {
    margin-top: 65px !important;
  }
  .text-r {
    margin-top: 5px !important;
  }
  .text-r,
  .text-l {
    padding: 0px !important;
    text-align: center !important;
  }
  .text-c {
    position: absolute !important;
    top: -37px !important;
    left: 0 !important;
    z-index: 10;
  }
}

.oldie .row { width: 100%; max-width: 980px; margin: 0 auto; }
.oldie .col { width: 40%; }
.oldie header#header .logo a span { text-align: left; }
.oldie header#header .phoneinhand { background: none; }
.oldie section { padding: 15px 10px 60px; min-height: 200px; }
.oldie section hgroup { margin: 190px 0 0 0 !important; }
.oldie section h1 { color: #fff; margin: 20px 0; }
.oldie section#featureone h1 { color: #333; }
.oldie header .col { float: left; width: 40%; margin-left: 5%; margin-right: 5%; }
.oldie footer .row { width: 95%; margin: 0 auto; position: relative; }
.oldie footer .row .text-l { float: left; }
.oldie footer .row .text-c { position: absolute; left: 50%; margin-left: -33px; }
.oldie footer .row .text-c a { margin: 0; }
.oldie footer .row .text-r { float: right; }
.oldie .modalWindow { background-position: bottom center; }