@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
/* Podstawowe */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
    color:#7c7c7c;
    font-family: 'Open Sans', sans-serif;
}
a {
    color:#6ec400;
}
a:hover, a:focus{
    color:#7c7c7c;
    text-decoration:none;
}
a.btn:hover, a.btn:focus{
    color:#fff;
}
.btn-primary{
    background: #6ec400;
    border-color: #6ec400;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover, .btn-primary:visited, .btn-primary:active,
.btn-primary:focus, .btn-primary.active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover{
    background: #5d9f01;
    border-color:#5d9f01;
}
.btn-success{
    background:#6ec400;
    border-color:#6ec400;
}
.btn-success:hover, .btn-success:active, .btn-success:focus{
    background:#5d9f01 !important;
    border-color:#5d9f01 !important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
body > .container {
    padding: 60px 15px 0;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.footer > .container .text-muted {
    margin: 20px 0;
}

/* Wlasne */
.page-header {
    margin-top: 0;
}
.alert {
    margin-bottom: 0;
}

/* Awesome Bootstrap Checkbox */
.checkbox input, .radio input {
    cursor: pointer !important;
}
.checkbox label:before, .radio label:before {
    outline: none !important;
}

/* Strona bledu */
div.error-page h2 {
    font-size: 24px;
}
div.error-page div.alert, div.error-page div.panel {
    margin-top: 10px;
}
div.error-page p.go-back {
    margin: 20px 0 0 0;
}
div.error-page p.go-back a {
    color: #a94442;
}

/* Header */
nav.navbar-inverse{
    height:115px;
    background:#fff;
    border-color:#eee;
}
nav.navbar-inverse a.navbar-brand{
    position:relative;
    z-index:1234;
    float: left;
    height: 100%;
}
div#navbar{
    height: 115px !important;
    position: relative;
}
div#navbar ul.nav{
    position: absolute;
    right: 0;
    bottom: 0;
}
button.navbar-toggle{
    position: absolute;
    right: 0;
    bottom: 0;
    background:#6ec400;
    border-color:#fff !important;
}
button.navbar-toggle:focus, button.navbar-toggle:hover {
    background-color: #6ec400 !important;
}
div#navbar ul.nav a {
    color:#6ec400;
    font-weight:bold;
}
@media (max-width: 320px){
    nav.navbar-inverse a.navbar-brand{
        width:130px;
        overflow:hidden;
    }
}
@media (max-width: 480px){
    nav.navbar-inverse a.navbar-brand img{
        height: 50px;
    }
    nav.navbar-inverse {
        height: 80px;
    }
    div#navbar {
        height: 100% !important;
    }
    div.wrapper {
        padding-top: 85px;
    }
    div#navbar ul.nav{
        position:static;
        padding: 8px 15px;
        margin:0;
        background:#fff;
    }
    div#navbar ul.nav li {
       text-align:center;
    }
    div#navbar{
        border-bottom:1px solid #eee;
        border-color:#eee;
    }
}
@media (min-width: 481px){
    nav.navbar-inverse a.navbar-brand img{
        height: 55px;
    }
    nav.navbar-inverse {
        height: 85px;
    }
    div#navbar {
        height: 100% !important;
    }
    div.wrapper {
        padding-top: 90px;
    }
    div#navbar ul.nav{
        position:static;
        padding: 8px 15px;
        margin:0;
        background:#fff;
    }
    div#navbar ul.nav li {
        text-align:center;
    }
    div#navbar{
        border-bottom:1px solid #eee;
        border-color:#eee;
    }
}
@media (min-width: 768px) {
    nav.navbar-inverse a.navbar-brand img{
        height: 70px;
    }
    nav.navbar-inverse {
        height: 100px;
    }
    div#navbar {
        height: 100px !important;
    }
    div.wrapper {
        padding-top: 105px;
    }
    div#navbar ul.nav{
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media (min-width: 992px) {
    nav.navbar-inverse a.navbar-brand img{
        height:100%;
    }
    nav.navbar-inverse {
        height: 115px;
    }
    div#navbar {
        height: 115px !important;
    }
    div.wrapper {
        padding-top: 120px;
    }
}
@media (max-width: 320px){

}

/* Wrapper */
div.wrapper{
    padding-top:120px;
}

/* Strona główna */
div.main-page{

}
div.main-page img.main-img{
    max-width:100%;
}
div.main-page h4.mobile{
    font-size:26px;
    line-height:28px;
    color:#6ec400;
    margin:20px 0;
}
div.main-page ol{
    max-width: 546px;
    margin: 40px auto;
    overflow: hidden;
}


/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  /*float: right;*/
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
@media (min-width: 768px) {
.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
    width: 100%;
    overflow:hidden;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 25%;
    float: none !important;
    margin: 0 auto;
    padding:0 5px;
    vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }
    .timeline-horizontal .timeline-item {
        display: list-item;
        height: auto;
        width: auto;
        float: none !important;
    }
    .timeline .timeline-item .timeline-badge {
        color: #fff;
        width: 54px;
        height: 54px;
        line-height: 52px;
        font-size: 22px;
        text-align: center;
        position: absolute;
        top: 18px;
        left: 50%;
        margin-left: -25px;
        background-color: #7c7c7c;
        border: 3px solid #ffffff;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    .timeline .timeline-item .timeline-panel {
        position: relative;
        width: 45%;
        float: left;
        right: 25px;
        border: 1px solid #c0c0c0;
        background: #ffffff;
        border-radius: 2px;
        padding: 20px;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
    .timeline .timeline-item .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -16px;
        display: inline-block;
        border-top: 16px solid transparent;
        border-left: 16px solid #c0c0c0;
        border-right: 0 solid #c0c0c0;
        border-bottom: 16px solid transparent;
        content: " ";
    }
    .timeline .timeline-item:after {
        clear: both;
    }
    .timeline .timeline-item:before, .timeline .timeline-item:after {
        content: "";
        display: table;
    }
    .timeline .timeline-item:nth-child(even) .timeline-panel{
       left:25px;
    }
}
@media (max-width: 481px){
    .timeline .timeline-item .timeline-panel {
        position: relative;
        width: 85%;
        float: right;
        right: 16px;
        border: 1px solid #c0c0c0;
        background: #ffffff;
        border-radius: 2px;
        padding: 20px;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
    .timeline .timeline-item .timeline-panel:before{
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline .timeline-item .timeline-panel {
        float: right;
        left: 16px;
    }
    .timeline:before{
       left:30px;
    }
    .timeline .timeline-item .timeline-badge{
       left:10px;
    }
}