body {
  background: #f3f3f3;
}
a {
  color: #22b1e8;
  text-decoration: none;
}
a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li,
legend {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #353535;
}
.container {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
header {
  height: 192px;
}
header h1 {
  float: left;
  position: relative;
  height: 40px;
  margin: 78px 134px;
}
header h1 a {
  color: #353535;
}
header h1:before {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  background: url(../img/sprites.svg) no-repeat;
  background-position: -48px -10px;
  position: absolute;
  left: -134px;
  top: -41px;
}
header nav {
  float: right;
  margin-top: 78px;
}
header div {
  float: right;
  margin-top: 5px;
}
.btn,
.btnAppstore {
	width: 135px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
}
.btn {
  background: #22b1e8;
  color: #f3f3f3;
  border-radius: 5px;
}
.btn:hover {
  background: #22b1e8;
  color: #fff;
  box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.1);
}
.btn:active,
.btn.active {
  color: #f3f3f3;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.25), 0 0 0 1px #ffffff;
  border: transparent;
}
.btnAppstore {
  background: url(../img/sprites.svg) no-repeat;
  background-position: -37px -144px;
  background-size: 210px 600px;
  color: #fff;
  text-indent: -9999px;
  margin-left: 20px;
  border: 1px solid transparent;
}

#welcome {
  width: 100%;
  min-width: 960px;
  height: 520px;
  background: url(../img/bg.jpg) no-repeat center center;
  box-shadow: inset 0 4px 2px -2px rgba(0, 0, 0, 0.25), inset 0 -4px 2px -2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

#welcome .container {
  position: relative;
  height: 100%;
}
#welcome h1,
#welcome h2 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 460px;
  margin: 0;
}
#welcome h1 {
  font-size: 36px;
  padding: 160px 0 48px;
}
#welcome h2 {
  font-size: 30px;
}
#welcome figure {
  position: absolute;
  right: 0;
  top: 0;
}


#shortAbout p {
  font-size: 18px;
}
#otherFeatures h1 {
  font-size: 24px;
  color: #22b1e8;
}
#shortAbout,
#mainFeatures {
  margin: 64px 0;
}
.col {
  width: 300px;
  float: left;
  margin: 32px 0;
  list-style: none;
}
.col:nth-child(2) {
  margin: 32px 20px;
}
.col.feature1 h1,
.col.feature2 h1,
.col.feature3 h1 {
  background: url(../img/sprites.svg) no-repeat;
  height: 90px;
  margin: 0 auto;
}
.col.feature1 h1 {
  width: 96px;
  background-position: -57px -304px;
  text-align: center;
  line-height: 80px;
  font-size: 42px;
  font-weight: bold;
  color: #f3f3f3;
}
.col.feature2 h1 {
  width: 42px;
  background-position: -84px -204px;
  color: #f3f3f3;
  font-size: 0px;
}
.col.feature3 h1 {
  width: 180px;
  background-position: -15px -414px;
  color: #f3f3f3;
  font-size: 0px;
  margin: 10px auto -10px;
}
#mainFeatures .col h1:hover {
  -moz-animation: wiggle 0.4s ease-out;
  -webkit-animation: wiggle 0.4s ease-out;
  animation: wiggle 0.4s ease-out;
}


#mainFeatures .col p {
  text-align: center;
  padding: 20px;
}
#mainFeatures ul,
#otherFeatures ul {
  margin: 0;
  padding: 0;
}
#otherFeatures ul li {
  list-style: none;
  margin: 64px 0;
  padding: 0;
}
#otherFeatures ul li:first-child,
#otherFeatures ul li:last-child {
  margin: 0;
}
#otherFeatures ul li figure {
  width: 300px;
  height: 150px;
  float: left;
  border: 1px solid #dce5e8;
  border-radius: 5px;
  background-clip: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#otherFeatures ul li figure img {
  padding: 2px;
}
#otherFeatures ul li .text {
  max-width: 620px;
  float: left;
  margin-left: 20px;
}
#otherFeatures ul li:nth-of-type(2n) figure {
  float: right;
}
#otherFeatures ul li:nth-of-type(2n) .text {
  margin: 0 20px 0 0;
}

#summary p {
  text-align: center;
  font-size: 12px;
  font-family: Helvetica;
  font-weight: normal;
}
#summary p .btnAppstore {
  margin: 32px auto;
}
#summary nav {
  margin: 32px auto;
  width: 270px;
}
#summary nav .btnFacebook,
#summary nav .btnTwitter,
#summary nav .btnMail {
  width: 50px;
  height: 50px;
  background: url(../img/sprites.svg) no-repeat;
  display: block;
  margin: 0 20px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
}
#summary nav .btnFacebook {
  background-position: -20px -514px;
}
#summary nav .btnTwitter {
  background-position: -80px -514px;
}
#summary nav .btnMail {
  background-position: -140px -514px;
}
#summary nav a:hover {
  -moz-animation: zoom 0.4s ease-out;
  -webkit-animation: zoom 0.4s ease-out;
  animation: zoom 0.4s ease-out;
}
footer {
  height: 64px;
}
footer p {
  font-size: 12px;
  line-height: 24px;
  color: #353535;
  opacity: .25;
  margin: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
footer .copy {
  float: left;
}
footer .author {
  float: right;
}
footer:hover p {
  opacity: 1;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
footer .author a {
  background: url('../img/mrlogo.png') no-repeat top;
  width: 30px;
  height: 24px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}
.swipe {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
#position {
  text-align: center;
  font-size: 27px;
  line-height: 1.3;
  color: #dbe5e7;
  display: none;
  margin: 0 auto;
  width: 150px;
}
#position em {
  display: inline-block;
  padding: 0 3px;
  font-style: normal;
  font-family: sans-serif;
}
#position em.on {
  color: #22b1e8;
}


/* Form */

.form {
	margin: 4px 0
}

.form h1 {text-align: center}
.form ul {padding: 0 0 0 20px}
.form ul li {font-size:14px;line-height: 18px}
.form .btn {margin: 10px auto;display: block}

fieldset legend{
	width:300px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:left;
	font-size:18px;
	font-weight:400;
	color:#353535;
}
fieldset section{
	width:620px;
	text-align:left;
	float:right;
}
fieldset section div {
	margin: 0 0 20px
}
input[type="button"],
input[type="submit"],
input[type="text"] {
	width: 300px;
	height: 30px;
	font-size: 12px;
	background: #fff;
	border: none;
	border-radius: 5px;
	display: block;
	float: left;
	text-align: left;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none
}
input[name="p24_sms"] {
	width: 150px;
	margin-left: 10px;
}
input[name="p24_adres"],
input[name="p24_miasto"],
input[name="p24_email"] {
	margin-left: 20px;	
}

input[type="button"],
input[type="submit"] {
  width: 150px;
  background: #22b1e8;
  color: #f3f3f3;
  text-align: center;
  padding: 0;
  margin-left: 10px;
}
#formPrzelew input[name="submit_send"] {
	margin: 0
}

input[type="button"]:hover,
input[type="submit"]:hover {
  background: #22b1e8;
  color: #fff;
  box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.1);
}
input[type="text"]:hover {
  background: #fff;
  color: #353535;
  box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.1);
}
input[type="submit"]:active,
input[type="text"]:focus {
  color: #f3f3f3;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.25), 0 0 0 1px #ffffff;
  border: transparent;
  outline: none
}
input[type="text"]:focus {
	color: #353535;
}

/* rozciaganie tla dla wiekszych niz 1920px */
@media screen and (min-width: 1920px) {
  #welcome {
    background-size: 100% auto;
  }
}

@media only screen and (max-device-width : 1024px) and (orientation : landscape) {
	.container {
		width: 940px;
	}
	.col {
		width: 100%;
		float: auto;
		margin: auto;
	}
	.col:nth-child(2) {
		margin: auto;
	}
}
@media (max-width:1130px) {
	.container {
		min-width: 940px
	}
}
@media (max-width: 1023px) {
	.container {
		min-width: 90%;
	}
	#welcome {
		min-width: 90%;
		height: 300px;
		background-size: auto 100%;
	}
	#welcome figure {
		display: none
	}
	#welcome h1 {
		padding-top: 56px;
		width: 75%;
	}
	#shortAbout p {
		font-size: 16px;
	}
	.col {
		width: 100%;
		float: auto;
		margin: auto;
	}
	.col:nth-child(2) {
		margin: auto;
	}
	#otherFeatures ul li .text {
		max-width: 325px;
	}
	#otherFeatures ul li h1 {
	  margin: 8px 0;
	}
	#otherFeatures ul li p {
	  font-size: 14px;
	}
}

@media (max-width:767px) {
	.container {
		width: auto;
		margin: 0 10px;
		padding: 0;
	}
	#welcome {
		display: none
	}
	header h1 {
		float: none;
		height: 40px;
		margin: 134px auto 32px;
		text-align: center;
	}
	header h1:before {
		left: 50%;
		margin-left: -57px;
		top: -114px;
	}
	header nav {
		float: none;
		margin: 0;
	}
	header div {
  float: none;
  margin: 5px;
	}
	.btn {
		display: block;
		margin: 8px auto;
	}
	.btnAppstore {
		display: block;
		margin: 0 auto;
	}
	#shortAbout p {
		padding: 0 10px;
		text-align: justify;
	}
	#otherFeatures ul li figure,
	#otherFeatures ul li:nth-of-type(2n) figure {
		width: 300px;
		margin: 0 auto;
		float: none;
	}
	#otherFeatures ul li .text,
	#otherFeatures ul li:nth-of-type(2n) .text {
		width: 100%;
		max-width: 100%;
		margin: 0;
		float: none;
		text-align: center;
	}
	#mainFeatures:after,
	#otherFeatures:after {
		margin: 32px auto 16px;
	}
	header.container:after {
		content: "";
		display: table;
		width: 100%;
		height: 1px;
		margin: 64px 0 32px;
	    background-image: linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
	    background-image: -o-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
	    background-image: -moz-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
	    background-image: -webkit-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
	    background-image: -ms-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
	    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(243, 243, 243, 0)), color-stop(0.5, #dbe5e7), color-stop(1, rgba(243, 243, 243, 0)));
	}

	input[type="button"],
	input[type="submit"],#formPrzelew input[name="submit_send"],
	input[type="text"] {
		float: none;
		margin: 10px auto
	}
	fieldset legend{
		width:100%;
		float:none;
		text-align:center;
	}
	fieldset section{
		width:100%;
		text-align:center;
		float:none;
	}
	.form ul {max-width:300px; margin:0 auto; padding: 0 0 0 20px;text-align: left}
	fieldset section div {
		margin: 0
	}
	input[name="p24_adres"],
	input[name="p24_miasto"],
	input[name="p24_email"] {
		margin: 0
	}
}






.none {
	display: none
}







/* Outline test */
x.abo * {outline: 1px solid rgba(1,0,0,.25)}


/* Zoom i Wiggle */
@-moz-keyframes wiggle {25%,50%,75%,100%{-moz-transform-origin: center;} 25%{-moz-transform: rotate(8deg);} 50%{-moz-transform: rotate(-4deg);} 75%{-moz-transform: rotate(2deg);} 100%{-moz-transform: rotate(0deg);}}

@-webkit-keyframes wiggle {25%,50%,75%,100%{-webkit-transform-origin: center;} 25%{-webkit-transform: rotate(8deg);} 50%{-webkit-transform: rotate(-4deg);} 75%{-webkit-transform: rotate(2deg);} 100%{-webkit-transform: rotate(0deg);}}

@keyframes wiggle {25%,50%,75%,100%{transform-origin: center;} 25%{transform: rotate(8deg);} 50%{transform: rotate(-4deg);} 75%{transform: rotate(2deg);} 100%{transform: rotate(0deg);}}

@-moz-keyframes zoom {25%,50%,75%,100%{-moz-transform-origin: center;} 25%{-moz-transform: scale(1.2);} 50%{-moz-transform: scale(1);} 75%{-moz-transform: scale(0.8);} 100%{-moz-transform: scale(1);}}

@-webkit-keyframes zoom {25%,50%,75%,100%{-webkit-transform-origin: center;} 25%{-webkit-transform: scale(1.2);} 50%{-webkit-transform: scale(1);} 75%{-webkit-transform: scale(0.8);} 100%{-webkit-transform: scale(1);}}

@keyframes zoom {25%,50%,75%,100%{transform-origin: center;} 25%{transform: scale(1.2);} 50%{transform: scale(1);} 75%{transform: scale(0.8);} 100%{transform: scale(1);}}


/* Separator gradient */
#mainFeatures:after,
#otherFeatures:after,
#summary:after,
.form:after {
    content: "";
    display: table;
    width: 100%;
    height: 1px;
    margin: 64px 0 32px;
    background-image: linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #dbe5e7 50%, rgba(243, 243, 243, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(243, 243, 243, 0)), color-stop(0.5, #dbe5e7), color-stop(1, rgba(243, 243, 243, 0)));
}


/* Clear Float */
#summary nav,
#mainFeatures,
#otherFeatures ul li,
footer,
fieldset,
fieldset section div {
  *zoom: 1;
}
#summary nav:before,			#summary nav:after,
#mainFeatures:before,			#mainFeatures:after,
#otherFeatures ul li:before,	#otherFeatures ul li:after,
footer:before,					footer:after,
fieldset:before,				fieldset:after,
fieldset section div:before,	fieldset section div:after {
  content: "";
  display: table;
  height: 0;
}
#summary nav:after,
#mainFeatures:after,
#otherFeatures ul li:after,
footer:after,
fieldset:after,
fieldset section div:after {
  clear: both;
}