@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,latin-ext);
body {
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*navbar*/
#navbar-adres {
    top: 0;
    background: #333;
    transition: top .6s;
    background: #FFF;
    font-weight: 500;
    border: none;
}
#navbar-adres.hidenav {
    /*top: -100%;*/
    box-shadow: #333 0px 10px 50px -20px;
}
@media (min-width: 768px) {
    #navbar-adres .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
#navbar-adres .navbar-nav > .active > a,
#navbar-adres .navbar-nav > .active.open > a,
#navbar-adres .navbar-nav > .active > a:hover {
    background: #3f53a0 !important;
    color: #FFF !important;
}
#navbar-adres .navbar-nav > .active > a .caret:before {
    color: #FFF;
}
#navbar-adres .navbar-nav > .open > a, #navbar-adres .navbar-nav > .open > a:hover, #navbar-adres .navbar-nav > .open > a:focus {
    background-color: #f5f5f5;
}
.navbarmargin {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .navbarmargin {
        margin-top: 80px;
    }
}
#navbar-adres .caret {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    display: inline-block;
    margin-right: 8px;
    border: none;
    height: 15px;
}
#navbar-adres .caret:before {
    content: "\f078";
    color: #999;
}
#navbar-adres .dropdown-menu {
    border: none;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 500px;
}
#adres-buttons {
    line-height: 75px;
}
#adres-buttons .btn{
    margin-right: 8px;
    border-radius: 24px;
    box-shadow: rgba(0,0,0,0.1) 0px -20px 30px -10px inset;
    line-height: 15px;
    padding: 10px 15px !important;
    font-weight: 500;
    text-shadow: #000 1px 1px 0px;
    margin-top: 20px;
    color: #FFF;    
}
#adres-buttons .btn:hover {
    border-color: transparent;
}
#adres-buttons .btn-warning {
    background: #ed1846;
}
#adres-buttons .btn-success {
    background: #8cc04e;
}
#adres-buttons .btn-success .glyphicon {
    font-size: 11px;
    top: 0;
}
#adres-buttons .btn-primary {
    background: #3f53a0;
}


/*carousel*/
#carousel-adres {
    overflow: hidden;
    background: #EEE;
}
.carousel-inner {
    height:100%;
}
.carousel-inner > .item {
  /*
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
  -webkit-transition: .6s ease-in-out all;
       -o-transition: .6s ease-in-out all;
          transition: .6s ease-in-out all;
  */
  transition: opacity 1s;
  height: 100%;
}
.carousel-inner > .item > .carousel-caption {
  transition: left .6s, opacity 2s;
}
.carousel-inner > .active {
  left: 0;
  opacity: 1;
}
.carousel-inner > .active > .carousel-caption {
  left: 15%;
  opacity: 1;
}
.carousel-inner > .next {
  left: 100%;
  opacity: 0;
  left: 0;
}
.carousel-inner > .next > .carousel-caption {
  left: 100%;
  opacity: 0;
}
.carousel-inner > .prev {
  left: -100%;
  opacity: 0;
  left: 0;
}
.carousel-inner > .prev > .carousel-caption {
  left: -100%;
  opacity: 0;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
  opacity: 1;
}
.carousel-inner > .active.left {
  left: -100%;
  opacity: 0;
  left: 0;
}
.carousel-inner > .active.right {
  left: 100%;
  opacity: 0;
  left: 0;  
}
#carousel-adres .item > img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: 50%;
}
#carousel-adres .carousel-caption {
    position: absolute;
    top: 30%;
    bottom: auto;
    padding: 0px;
    text-align: left;
    left: 10%;
    color: #FFF;
    background: rgba(0,0,0,0.3);
    
    background: transparent;
}
.title {
    text-transform: uppercase;
    color: #036;
    background:rgba(255,255,255,0.8);
    margin:0 auto;
    padding: 10px;
    text-shadow: none;
    margin-bottom: 10px;
    font-size: 22px;
    
    background: transparent;
    font-weight: 500;
    text-transform: none;
    color: #8cc04e;
    font-size: 64px;
    line-height: 0.9em;
    letter-spacing:-2px;
    padding:0;
}
.green {
    color: #8cc04e;
}
.blue {
    color: #3f53a0;
}
.title > small {
    color: #3f53a0;
    font-size: 0.9em;
    letter-spacing:-3px;
}
.title > span {
    color: #202020;
    font-size: 0.8em;
    letter-spacing: -0.5px;
}
#carousel-adres .carousel-caption .lead {
    padding-left: 3px;
    color: #9c9c9c;
    text-shadow: none;
    font-size: 18px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10%;
    left: 10%;
    margin: 0px;
    text-align: left;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #9c9c9c;
    border: none;
    margin: 2px;
    text-indent: 0;
    text-align: center;
}
.carousel-indicators li.active {
   background: #3f53a0;
   border: none;
   color: #FFF;
}
.carousel-control.left,.carousel-control.right {
    background: none;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left {
    left: 20%;
}
.carousel-control .glyphicon-chevron-right {
    right: 20%;
}
.carousel-control .glyphicon-chevron-left:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    font-size: 48px;
    color: #3f53a0;
}
.carousel-control .glyphicon-chevron-right:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 48px;
    color: #3f53a0;
}
#logo {
    position: absolute;
    top: 40px;
    left: 15%;
    font-size: 18px;
    text-align: right;
}
#logo img {
    display: block;
    height: 95px;
}
@media (max-width: 768px) {
    #logo {top:70px;}
    #logo img {height:50px;}
    #carousel-adres .carousel-caption {top:180px;}
    #carousel-adres .carousel-caption h2 {font-size:18px;}
}
#jezyk {
    position: absolute;
    top: 100px;
    right: 15px;
    color: #000;
    opacity: 1;
    z-index: 999;
}
#jezyk .glyphicon {
    width: 18px;
    height: 12px;
    background-size: cover;
    background-position: center;
}
#jezyk .glyphicon.glyphicon-pl {
    background-image:url('../images/lang/pl.png');
}
#jezyk .glyphicon.glyphicon-en {
    background-image:url('../images/lang/en.png');
}
#jezyk .glyphicon.glyphicon-bg {
    background-image:url('../images/lang/bg.png');
}
#jezyk .glyphicon.glyphicon-cs {
    background-image:url('../images/lang/cs.png');
}
#jezyk .glyphicon.glyphicon-da {
    background-image:url('../images/lang/da.png');
}
#jezyk .glyphicon.glyphicon-fr {
    background-image:url('../images/lang/fr.png');
}
#jezyk .glyphicon.glyphicon-el {
    background-image:url('../images/lang/el.png');
}
#jezyk .glyphicon.glyphicon-es {
    background-image:url('../images/lang/es.png');
}
#jezyk .glyphicon.glyphicon-de {
    background-image:url('../images/lang/de.png');
}
#jezyk .glyphicon.glyphicon-pt {
    background-image:url('../images/lang/pt.png');
}
#jezyk .glyphicon.glyphicon-ru {
    background-image:url('../images/lang/ru.png');
}
#jezyk .glyphicon.glyphicon-sk {
    background-image:url('../images/lang/sk.png');
}
#jezyk .glyphicon.glyphicon-sv {
    background-image:url('../images/lang/sv.png');
}
#jezyk .glyphicon.glyphicon-uk {
    background-image:url('../images/lang/uk.png');
}
#jezyk .glyphicon.glyphicon-hu {
    background-image:url('../images/lang/hu.png');
}
#jezyk .glyphicon.glyphicon-it {
    background-image:url('../images/lang/it.png');
}

/*scrolluj*/
#scrolluj {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url('../images/bars.jpg')center bottom repeat-x;
    color: #FFF;
}
#scrolluj span {
  display: block;
  left: 50%;
  bottom: 8px;
  width: 190px;
  margin-left:-95px;
  background: #ed1846;
  color: #FFF;
  position: absolute;
  border-radius: 32px 32px 0 0;
  text-align: center;
  box-shadow: rgba(0,0,0,0.1) 0px -20px 30px -10px inset;
  padding: 10px 0;
}
.iko {
    margin: 15px;
    -border: 5px solid rgba(255,255,255,0.1);
    -border-radius: 100%;
}
.iko.graph {
    margin: 0;
    -border: 5px solid rgba(0,0,0,0.1);
    width: 96px;
    height: 96px;
}
hr.graph {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #EEE;
}
/*nawigacja*/
.stopnav,.downnav {
    max-width: 90%;
}
.stopnav li,
.stopnav small,
.downnav li,
.downnav small {
    font-size: 12px;
    line-height: 18px;
}
.stopnav li a,
.downnav li a {
    color: rgba(255,255,255,0.6);
    display: table-cell;
    text-shadow: #333 1px 0px;
}
.downnav li:before,
.stopnav li:before {
    font: normal normal normal 10px/1 FontAwesome;
    padding:0 6px 0 2px;
    content: "\f105";
    display: table-cell;
    line-height: 14px;
    color: rgba(255,255,255,0.6);
}
.downnav li:before {
    color: #8cc04e;
}
.stopnav li:first-child a {
    font-size: 14px;
    color: #FFF !important;
    font-weight: 500;
}
.stopnav li:first-child:before {
   display: none;
}
.stopnav a:hover{
    text-decoration: none;
    color: #FFF;
}

.korzysci h2 {
    font-size: 24px;
    margin-top: 30px;
    color: #666;
}
.aktualnosci {
    background: #f4f4f4;
    margin: 0;
}
.aktualnosci .media-left img {
    margin-top: 0px;
    margin-left:-15px;
    margin-right:-15px;
}
.source {
    font-weight: bold;
}
.source:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f14c";
    margin-right: 5px;
    color: #337ab7;
}
.number {
    background: #666;
    color: #FFF;
    font-size: 96px;
    line-height: 106px;
    text-align: center;
    padding: 25px 0;
    border-radius: 106px;
}
.number.one {
    background: #FFF;
    border: 3px solid #666;
    color: #666;
}
.row.one {
    //border-left: 3px solid #666;
}
.number.register {
    background: #FFF;
    border: 3px solid #8cc04e;
    color: #8cc04e;
}
.row.register {
    //border-left: 3px solid #8cc04e;
}
.number.install {
    background: #FFF;
    border: 3px solid #ed1846;
    color: #ed1846;
}
.row.install {
    //border-left: 3px solid #ed1846;
}
.number.login {
    background: #FFF;
    border: 3px solid #3f53a0;
    color: #3f53a0;
}
.row.login {
    //border-left: 3px solid #3f53a0;
}
.number.security {
    background: #FFF;
    border: 3px solid #F60;
    color: #F60;
}
.row.security {
    //border-left: 3px solid #F60;
}
.number.ready {
    background: #FFF;
    border: 3px solid #000;
    color: #000;
}
.row.ready {
    //border-left: 3px solid #000;
}


/*ogolne*/
.nopadding {
    padding: 0;
}
.fullheight {
    height: 100%;
}
.nomargin {
    margin: 0;
}
.more {
    font-weight: bold;
}
.nodisplay {
    display: none;
}
.btn {
    border-radius: 0;
}
.ink {
    color: #324395;
    text-shadow: #FFF 1px 1px;
}
.morelight {
    padding-top: 50px;
    padding-bottom: 50px;
}
.smalllight {
    padding-top: 15px;
    padding-bottom: 15px;
}
.movie {
    background: #000;
}
.mobile {
    background: url('../images/mobile.jpg')50% 50% no-repeat;
    background-size: cover;
    position: relative;
}
.top {
    background: url('../images/top.jpg')50% 0% no-repeat;
    background-size: 100%;
    position: relative;
}
.geo {
    background: url('../images/geo.jpg')50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.dark {
    background: #172257;
    color: #FFF;
}
.dotacja {
    background: #2a2a2a;
    padding-bottom: 100px;
    background-image: url('../images/dotacja.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media (max-width: 768px) {
    .dotacja {background-size:90% auto;}
}
@media (min-width: 1400px) {
    .nodisplay {display:inline;}
}
hr.ink {
    border-top: 1px solid #036;
    border-bottom: 1px solid #FFF;
}
.media-heading {
    margin-top: 15px;
}
.gradient {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grafit {
    background: #222;
    color: #FFF;
}
/*map*/
.map-control {
        position: absolute;
        top: 50px;
        right: 12px;
        width: 96px;
        height: 130px;
        background: #8cc04e;
        border: 3px solid rgba(0,0,0,0);
        border-radius: 5px;
}
.map-control:before {
        content: "";
        display: block;
        width: 90px;
        height: 90px;
        background: rgba(255,255,255,0.5);
        border-radius: 3px;
}
.map-control button {
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 3px;
        background: transparent;
        border: none;
}
.map-control img {
        height: 60%;
}
#map-top {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -15px;
}
#map-right {
        position: absolute;
        top: 30px;
        right: 0;
}
#map-bottom {
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -15px;
}	
#map-left {
        position: absolute;
        top: 30px;
        left: 0;
}	
#map-zoom-in {
        position: absolute;
        bottom: 0;
        right: 0;
}
#map-zoom-out {
        position: absolute;
        bottom: 0;
        left: 0;
}
#map-full {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
}
.map-info {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        padding-top: 90px;
        color: #FFF;
}	
.map-info hr {
        width:75%;
        border-color:#8cc04e;
}
.map-info a {
    color: #8cc04e;
    text-decoration: none;
}
.vertica {
        
        padding:5px;
        width:75%;
        margin:auto;
}
/*wiadomosc*/
#wiadomosc .input-lg,
#wiadomosc button {
    border-radius: 0px !important;
    background: #F6F6F6;
}
#wiadomosc button {
    border: none;
    background: #8cc04e;
    color: #FFF;
}
/*form_signup*/
#form_signup .form-control,
#form_signup button {
    border-radius: 0px !important;
    background: #F6F6F6;
    margin-bottom: 8px;
}
#form_signup button {
    border: none;
    background: #8cc04e;
    color: #FFF;
}
#form_signup input[type="radio"] {
    display:none;
}
#form_signup input[type="radio"] + label span {
    display:inline-block;
    border-radius: 24px;
    width:24px;
    height:24px;
    background: #EEE;
    border: 1px solid #CCC;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    margin-bottom: 8px;
}
#form_signup input[type="radio"]:checked + label span {
    background: #333;
    box-shadow: #EEE 0 0 0 4px inset;
}

#form_signup input[type="checkbox"] {
    display:none;
}
#form_signup input[type="checkbox"] + label {
    vertical-align: top;
    float: left;
    text-align: left;
    font-weight: normal;
}
#form_signup input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    float: left;
    width:24px;
    height:24px;
    background: #EEE;
    border: 1px solid #CCC;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    margin-bottom: 24px;
    
}
#form_signup input[type="checkbox"]:checked + label:before {
    background: #8cc04e;
    box-shadow: #EEE 0 0 0 4px inset;
}

#signupform-captcha-image {
    border: 1px solid #CCC;
    margin-bottom: 8px;
}
#form_signup .help-block {text-align:right;margin-right:15px;}

/*TEMP*/
#do-pobrania > .row > .col-md-6.smalllight {
    display: none;
}    