body {
	overflow-x:hidden;
	max-width: 100vw;

}

.hero a, .button{
	padding:10px 38px;
	background: transparent;
	color: #4553c5;
	text-decoration: none;
	border: 1px solid #4553c5;
	text-transform:uppercase;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.hero a:hover, .button:hover{
	background: #4553c5;
	text-decoration:none;
	border: 1px solid #4553c5;
	color: #fff;
}
#uruchomienie h2 {
	font-weight:bold;
	font-size:1.7em;
}
#uruchomienie h3 {
	font-weight:bold;
	margin-top:30px;
	font-size:1.4em;
}
#uruchomienie .bold {
	font-weight:bold;
	font-size:1.2em;
	margin-top:20px;
	margin-bottom:30px;
	
}
#uruchomienie ul {
	list-style-type:none;
	color:#fff;
}
#uruchomienie ul li {
	display:inline-block;
	
}
#uruchomienie p {
	font-weight:100;
margin-bottom:50px;
}

#uruchomienie hr {
border-color:#ccc;
opacity:.3;
}
#uruchomienie span {
	color: #ef5800;
}
#miasta {
	 padding:70px 0px;
}
#miasta ul {
	list-style-type:none;
margin-top:70px;
}

#miasta ul li img {
	max-width:60px;
	display:inline-block;
}

#miasta ul li span{
	display:block;
	padding:20px 10px;
	text-align:center;
}

#miasta p {
	font-size:1.2em;
	margin-top:30px;
}
#miasta h2 {
	font-weight:bold;
}
#uruchomienie li {
	margin:10px 20px;
}
#uruchomienie img {
	    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin: auto;
    position: relative;
    max-width:90px;
    left: 0;
    right: 0;
    top: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    bottom: 0;
}
#uruchomienie li:hover img {


	 -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity:1;
	bottom: 0;
}
#oaplikacji, #uruchomienie, #miasta {
	 position:relative;
	 padding: 80px 0;
}
#oaplikacji h1 {
	font-weight: 700;
}
#oaplikacji h2 {
	color: #ef5800;
	font-weight: bold;
}
#oaplikacji .first {
	text-transform:uppercase;
}

#oaplikacji .first, #oaplikacji .second {
	font-size:1.4em;
	color:#ccc;
	margin:60px 0;
	line-height:1.5em;
}


#uruchomienie:after, #miasta:after {
		content:"";
	background:#151e36;
	display:block;
	position:absolute;
	top:0;
	z-index:5;
	height:100%;
	width:100%;
	opacity:.9;
}
#oaplikacji .container, #uruchomienie .container, #miasta .container{
	z-index:99;
	text-align:center;
	display:block;
	position:relative;
	color:#fff;
}

#home img:first-child {
	z-index:3;
	position:relative;
	float:left;
	margin-left: 28px;
	max-width: 520px;
}
#home img:nth-child(2) {
	margin-left: 18px;
	position:relative;
	z-index:2;
	float:left;
	max-width: 265px;
	margin-top: 17px;
}
#home img:nth-child(3) {
	margin-left: 291px;
	position:relative;
	width: 280px;
	margin-top: -408px;
	z-index: 4;
}

.hero {
	height: 100vh;
	width:100%;
	color: #000;
	padding-top: 180px;
}

.hero h2 {
	text-transform:uppercase;
}
.navbar-nav{
	min-height:75px;
}
.navbar-nav>li>a {
	font-weight: normal;
	line-height:43px;
	color: #193753;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a.active  {
 color: #4d5bc8;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
     color:#44ccb1;
    background-color:transparent;
}
.navbar {
	margin-top:-77px;
	opacity:0;
	  -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.navbar.background {
	background: rgba(255, 255, 255, 0.87);
}
.navbar-inverse {background: transparent;border-bottom: 1px solid rgba(51, 51, 51, 0.13);}
.hero h1 {
	font-weight:bold;
	text-align: left;
	opacity: 0;
	margin-top: -32px;
	clear: both;
	margin-left:-37px;
}
.hero h2 {margin-top: 153px;font-size: 2.1em;}
.hero p 
{
	font-size: 1.1em;
	color: #505050;
	margin-top:30px;
	line-height: 1.7em;
	margin-bottom:40px;
}
.navbar-brand img {
	width: 90px;
	float:left;
	margin-right:20px;
}
nav.background span {
	margin-top:0;
}
nav span {
		  -moz-transition: all .2s ease-in;
		  -o-transition: all .2s ease-in;
		  -webkit-transition: all .2s ease-in;
		  transition: all .2s ease-in;
		  color: #ccc;
		  font-weight:bold;
		  line-height:2em;
		  font-size:1.1em;
		  margin-left: 19px;
		  margin-top: -56px;
		  position:relative;
		  display:block;
}

#pobierz {
	height:100vh;
	padding: 100px 0px;
	min-height: 800px;
}
#pobierz h2 {
	color:#fff;
	font-weight:bold;
	font-size:3em;
}
#pobierz h3 {
	color: #ef5800;
	font-weight:bold;
	font-size:2.3em;
	margin-top:0;
}

#pobierz p {
	color:#ccc;
	max-width:400px;
	font-size:1.7em;
	margin-top:45px;
}
/*mozliwosci */
#mozliwosci {
	padding-bottom: 86px;
	padding-top: 58px;
	margin-top: 0px;
}
#mozliwosci h2 {text-align:center;font-weight: bold;color: #fff;font-size: 2.5em;}
#mozliwosci .container:first-child > h3 {
	color: #ef5800;
	text-align: center;
	float:none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 53px;
}
.mozliwosc:hover {
	cursor:pointer;
}
.mozliwosc:hover h3 {
	color: #ef5800;
}
.mozliwosc:hover p {
	color: #fff;
}
.mozliwosc {
	color:#193753;
	font-family: 'Raleway', sans-serif;
	position: relative;
	display: table;
	clear: both;
	height: 100%;
	margin-bottom: 15px;
}
.mozliwosc:hover span:after {
opacity:1;
z-index:1;
 
	height:100%;
	width:100%;
	display:block;
	top:0;
	position:absolute;
	color:#2fc8c2;

}
.mozliwosc p {
	font-size:15px;
	font-weight: 100;
	color: #c1c1c1;
}
.mozliwosc h3 {
	 -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	font-weight:bold;
	font-size:18px;
	color: #fff;
}
.mozliwosciLeft {
	float:left;
	width: 33%;
	display: block;
	position: relative;
}
.mozliwosciLeft .mozliwosc span{position: absolute;top: 19px;right: 0;}
.mozliwosciLeft .mozliwosc h3, .mozliwosciLeft .mozliwosc p{float: right;text-align: right;margin-right: 75px;}
.mozliwosciRight {

	float:right;
	width: 33%;
}

.mozliwosc p {
		 -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.mozliwosciRight .mozliwosc span{position: absolute;top: 19px;left: 0;}
.mozliwosciRight .mozliwosc h3, .mozliwosciRight .mozliwosc p{float: left;text-align: left;margin-left: 75px;}
 

.mozliwosc span:before {z-index:2;height:100%;width:100%;display:block;top: -19px;position:absolute;margin-left: 0;}
.mozliwosc span {color: #ef5800;height:55px;width:55px;display:inline-block;margin:0;text-align:center;border-radius: 50%;}
.mozliwosc span:before {font-size: 52px;line-height:55px;}

/* icons */

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 03/10/2016 13:17
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
 
.flaticon-business:before { content: "\f100"; }
.flaticon-cart:before { content: "\f101"; }
.flaticon-coins:before { content: "\f102"; }
.flaticon-computer:before { content: "\f103"; }
.flaticon-computer-1:before { content: "\f104"; }
.flaticon-computer-2:before { content: "\f105"; }
.flaticon-days:before { content: "\f106"; }
.flaticon-e-mail-envelope:before { content: "\f107"; }
.flaticon-interface:before { content: "\f108"; }
.flaticon-laptop:before { content: "\f109"; }
.flaticon-list:before { content: "\f10a"; }
.flaticon-medical:before { content: "\f10b"; }
.flaticon-money:before { content: "\f10c"; }
.flaticon-office:before { content: "\f10d"; }
.flaticon-people:before { content: "\f10e"; }
.flaticon-placeholder:before { content: "\f10f"; }
.flaticon-power-cord:before { content: "\f110"; }
.flaticon-question-sign:before { content: "\f111"; }
.flaticon-rings:before { content: "\f112"; }
.flaticon-school:before { content: "\f113"; }
.flaticon-social:before { content: "\f114"; }
.flaticon-talking:before { content: "\f115"; }
.flaticon-technology:before { content: "\f116"; }
.flaticon-technology-1:before { content: "\f117"; }
.flaticon-time-control-interface-symbol-of-an-user:before { content: "\f118"; }
.flaticon-transport:before { content: "\f119"; }
.flaticon-transport-1:before { content: "\f11a"; }

 






/* kontakt */
 
#kontakt .container {
	z-index:99;
	display:block;
	/* height: 100%; */
	position:relative;
}
#kontakt input, textarea {
	background:transparent;
	border:1px solid #ccc;
	padding:10px;
	width:94%;
	margin-bottom:20px;
	color: #000;
	margin-left:15px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  color:#333;
}
#kontakt {
	height: 100vh;
	padding: 100px 0 0 0;
	position:relative;
	min-height: 840px;
}
#kontakt .col-md-6:first-child {
	color:#A2A2A2;
}
#kontakt .col-md-6:first-child span {
	display:block;
	color: rgb(69, 83, 197);
	margin-top:30px;
}
#kontakt .col-md-6:first-child span:before {
	font-size: 2.4em;
}

#kontakt .container:nth-child(2) .col-md-6:first-child {
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-size: 1em;
	color: #000;
	margin-top: -39px;
}
#kontakt .col-md-6:first-child span {
margin-top:63px;
	 -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#kontakt .col-md-6:first-child span:hover {
font-size:1.1em;

}
#footer .text-right {
	text-align: right !important;
}

.row.red input {
	border: 1px solid red !important;
}

#kontakt h2 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#kontakt h3 {
	color: rgb(69, 83, 197);
	text-align: left;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 0;
	margin-bottom: 53px;
}
#kontakt .button {
	margin:40px auto 40px;
	float: right;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 1em;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #193753;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 0.5em 0;
	font-size: 1.6em;
	font-weight: 500;
	color: #193753;
	width: 100%;
	font-family: 'Raleway', sans-serif;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}
/* Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 1em;
	padding: 0.85em 0.15em;
	width: 100%;
	background: transparent;
	color: #595F6E;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
	color: #193753;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #000007;
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: hsl(168, 57%, 53%);
}
.red .input__label--hoshi-color-1::after {
	border-color: red;
}
.input__label--hoshi-color-2::after {
	border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
	border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

 
 .parallax-window {
    height: 770px;
    background: transparent;
}


#footer {
	background:#202735;
	padding:40px 0px;
	color:#4e586b;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#footer img {
	max-width:80px;
	opacity:.5;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#footer a:hover img {
opacity:1;
}

#footer {
	background:#000;
	opacity:.45;
	padding:30px 0;
	color:#ccc;
	position: absolute;
	z-index: 999;
	bottom: 0;
	width: 100%;
}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(69, 83, 197) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


.screens {
	width:33%;
		-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	height:600px;
	position:relative;
	display:block;
	float:left;
	background:url(../img/screens/0.png) no-repeat top center;
}





.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 200px;
    padding: 10px;

    /* Styles */
    background: #ef5800;
    border-radius: 7px;
    cursor: pointer;
    outline: none;

    /* Font settings */
    margin-top: 30px;
    z-index: 99999;
    font-weight: bold;
    color: #ffffff;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffffff transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
  position: absolute;
  top: 140%;
  padding-left: 0;
  left: 0;
  z-index: 999999;
  display: block;
  right: 0;

    /* Styles */
  background: #2a2c3b;
  border-radius: inherit;
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.2s ease-in;
  list-style: none;

    /* Hiding */
  opacity: 0;
  pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #2a2c3b transparent;
}

.wrapper-dropdown-3 .dropdown:before {
    /* content: ""; */
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    background: #eee;
    right: 13px;
    border-width: 0px 8px 8px 8px;
    border-style: solid;
    border-color: rgb(42, 44, 59) transparent;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #eeeeee;
    border-bottom: 1px solid #444758;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #ef5800;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

 


#wdrozenia .col-md-6:first-child img {
	max-width:100%;
}

#wdrozenia .col-md-6:nth-child(2) .col-md-4 img {
	margin:0 auto;
	display:block;
	max-width:50px;
	-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
margin: auto;
position: relative;
left: 0;
	
right: 0;
top: 0;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: .6;
bottom: 0;
}

#wdrozenia .col-md-6:nth-child(2) h3 {
	
	margin: 70px 0 47px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: bold;
}

#wdrozenia .col-md-6:nth-child(2) .col-md-4 {
	padding:40px 10px;
	cursor:pointer;
}
#wdrozenia .col-md-6:nth-child(2) .col-md-4:hover img {
	 -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity:1;
	bottom: 0;
}


#osystemie h3 {
	color:#000;
	text-transform: uppercase;
  font-size:1em;
	font-weight:700;
	position:relative;
	padding-left:20px;
}
#osystemie h3 span:before {
	font-weight:100;
	font-size:4em;
	opacity:.15;
	position:absolute;
	top:-45px;
	left:0;
}
#osystemie ul {
	padding-left:0;
}
#osystemie li {
	font-size:0.9em;
	line-height:1.5em;
	margin:10px 0px;
	list-style:none;
	display:table;
	cursor:pointer;
}

#osystemie {
	padding:135px 0 61px;
}

#osystemie li:hover span {
		color:rgb(69, 83, 197);
}
#osystemie li span:first-child {
	display:table-cell;
	padding-right: 9px;
}
#osystemie li span:nth-child(2) {
	display:table-cell;
}
#osystemie li span:before {
	font-size:12px;
	color:rgb(69, 83, 197);
}

#dlakogo {
	padding:76px 0;
}


#dlakogo .col-md-4 {
	padding:20px 0;
}

#dlakogo .col-md-4 span:first-child:before {
	color:rgb(69, 83, 197);
	padding-right: 15px;
}
#dlakogo .col-md-4 span:nth-child(2) {
	color:#000;
	font-weight:600;
}
#dlakogo h2, #dlakogo h3 {
	text-transform: uppercase;
}
#dlakogo h3 {
	font-size:1.2em;
	color:#000;
	margin-bottom:0;
	position:relative;
	padding-left:35px;
	margin-top:40px;
}
#dlakogo h3 span {
	position:absolute;
	opacity.3;
	left:-50px;
top:-16px;
}
#dlakogo h3 span:before {
	opacity:.2;
		font-size:8em;
}
#dlakogo h2 {
	margin-top:10px;
	color:rgb(69, 83, 197);
	font-weight: 700;
	padding-left:35px;
}

#dlakogo img {
	max-width:130px;
	margin-left:35px;
}
#cechy {
	padding:60px 0;
}
#cechy p {
	color:#aaa;
			-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	font-size:.8em;
}
#cechy h2, #jakdziala h2 {
	margin-bottom:50px;
	text-align:center;
	text-transform:uppercase;
	font-size:1.7em;
	font-weight:bold;
}
#cechy .col-md-2 {
	position:relative;
	height: 176px;
	width: 18%;
	padding-left: 41px;
	padding-top: 25px;
	margin: 1%;
	cursor:pointer;
}
#cechy .col-md-2:before {
	content:"";
	position:absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4553c5+0,478dc6+100 */
background: #4553c5; /* Old browsers */
background: -moz-linear-gradient(top, #4553c5 0%, #478dc6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4553c5 0%,#478dc6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4553c5 0%,#478dc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4553c5', endColorstr='#478dc6',GradientType=0 ); /* IE6-9 */
left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: -1;
	position:absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4553c5+0,478dc6+100 */
background: #4553c5; /* Old browsers */
background: -moz-linear-gradient(top, #4553c5 0%, #478dc6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4553c5 0%,#478dc6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4553c5 0%,#478dc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4553c5', endColorstr='#478dc6',GradientType=0 ); /* IE6-9 */
left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
		-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#cechy .col-md-2:hover:before {
	opacity:1;
	
}
#cechy .col-md-2:hover p {
	color:#fff;
}
#cechy .col-md-2 h3 {
	font-size:.9em;
	font-weight:600;
	color: #000;
	position:relative;
}
#cechy .col-md-2 h3 span {
position:absolute;
	top:-30px;
	left:-25px;
	z-index:-1;
}
#cechy .col-md-2 h3 span:before {
	font-size:3em;
	font-weight:100;
	color:#ccc;

}
#jakdziala {
	padding:90px 0;
}
#jakdziala .imgcaption {
	border-radius:50%;
	overflow:hidden;
	height:200px;
	width:200px;
	border:6px solid #4553c5;
	position:relative;
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
		-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
#jakdziala li:hover {
	cursor:pointer;
}
#jakdziala li:hover span {
	color:#4553c5;
}
#jakdziala li:hover .imgcaption {
	border-radius:50%;
	
	overflow:hidden;
	height:200px;
	width:200px;
	border:6px solid #4553c5;
	position:relative;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
#jakdziala .imgcaption img {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
}

#jakdziala li:first-child .imgcaption img {
	width:300px;
	left:-34px;
}
#jakdziala li:nth-child(2) .imgcaption img {
	width:230px;
	left:-30px;
	top:40px;
}
#jakdziala li:nth-child(3) .imgcaption img {
	width:300px;
	left:-30px;
	top:-5px;
}
#jakdziala li:nth-child(4) .imgcaption img {
	width:340px;
	left:-100px;
	top:0px;
}
#jakdziala h2 {
	margin-bottom:-20px;
	position:relative;
}
#jakdziala h2 span {
	position:absolute;
	z-index:-1;
	top:-50px;
	margin-left:-60px;
}
#jakdziala h2 span:before
{
	color:#ddd;
	font-size:5em;
}
#jakdziala h3  {
	text-align:center;
	margin-bottom: 36px;
}
#jakdziala h3 img {
	max-width:80px;
	margin:0;
}

#jakdziala ul {
	position:relative;
	padding: 0;
}
#jakdziala ul:before {
	content:"";
	position:absolute;
	top:135px;
	left:0;
	right:0;
	margin:0 auto;
	width:90%;
	display:block;
	height:4px;
	background:#4553c5;
	
	left: 0;
	right: 0;
	margin: 0 auto;
}
#jakdziala ul li:first-child span:before {
	content:"1";
	color:#ddd;
	top:15px;
	left:10px;
	font-size:4em;
	font-weight:bold;
	position:absolute;
	z-index:-1;
}
#jakdziala ul li:nth-child(2) span:before {
	content:"2";
	color:#ddd;
	top:15px;
	left:10px;
	font-size:4em;
	font-weight:bold;
	position:absolute;
	z-index:-1;
}
#jakdziala ul li:nth-child(3) span:before {
	content:"3";
	color:#ddd;
	top:15px;
	left:10px;
	font-size:4em;
	font-weight:bold;
	position:absolute;
	z-index:-1;
}
#jakdziala ul li:nth-child(4) span:before {
	content:"4";
	color:#ddd;
	top:15px;
	left:10px;
	font-size:4em;
	font-weight:bold;
	position:absolute;
	z-index:-1;
}
#jakdziala ul li span {
	color:#000;
	position:relative;
			-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	font-size:.9em;
	font-weight: 600;
	padding: 27px 19px;
	display: block;
	line-height: 1.6em;
}
#jakdziala ul li {
	list-style:none;
	display:inline-block;
	text-align:center;
	padding: 30px 47px;
}