/*
		StudioFabryka.pl
*/
body {
  font-family: 'Lato', sans-serif;
  color: #2d3445;
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 150px; }

table {width: auto !important; min-width: 100%;}

a {
    color: #52ae0d;
    text-decoration: none;
	transition: all .2s;
}

a:hover, a:focus {
    color: #981900;
    text-decoration: none;
}

.navbar {
  height: 150px;
  border: 0;
  background: url(../img/navbar.jpg) bottom repeat-x; }
  .navbar .navbar-header {
    width: 100%;
    clear: both;
    height: 100px; }
    .navbar .navbar-header .szukaj {
      float: left;
      margin: 31px 30px 0 0; }
      .navbar .navbar-header .szukaj input, .navbar .navbar-header .szukaj button {
        float: left; }
      .navbar .navbar-header .szukaj input {
        width: 284px;
        height: 38px;
        padding: 0 15px;
        border: 1px solid #e2e2e2;
        border-right: 0; }
      .navbar .navbar-header .szukaj button {
        width: 38px;
        height: 38px;
        border: 0;
        transition: all .2s;
        background: #52ae0d url(../img/szukaj.png) center no-repeat; }
        .navbar .navbar-header .szukaj button:hover {
          background-color: #236fbe; }
    .navbar .navbar-header .kontrast,
    .navbar .navbar-header .toggleSize {
      background: #fafafa;
      text-align: center;
      display: block;
      transition: all .2s;
      float: left;
      width: 115px;
      height: 65px;
      margin: 18px 0 0 15px; }
      .navbar .navbar-header .kontrast:hover,
      .navbar .navbar-header .toggleSize:hover {
        opacity: .8;
        text-decoration: none;
        transform: scale(0.97); }
      .navbar .navbar-header .kontrast img,
      .navbar .navbar-header .toggleSize img {
        margin: 12px 0 5px; }
      .navbar .navbar-header .kontrast > strong,
      .navbar .navbar-header .toggleSize > strong {
        display: block;
        color: #3a3a3a;
        font-size: 10px;
        font-weight: 900 !important;
        line-height: 1.1em;
        text-transform: uppercase; }
    .navbar .navbar-header .toggleSize > span {
      margin: 5px 0 0 0;
      display: block; }
      .navbar .navbar-header .toggleSize > span small, .navbar .navbar-header .toggleSize > span span, .navbar .navbar-header .toggleSize > span strong {
        font-weight: 900;
        color: #2d3445; }
      .navbar .navbar-header .toggleSize > span small {
        font-size: 10px; }
      .navbar .navbar-header .toggleSize > span span {
        font-size: 15px; }
      .navbar .navbar-header .toggleSize > span strong {
        font-size: 21px; }
  .navbar .nav > li > a {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    padding: 15px 30px;
    transition: all .2s;
    margin-right: 2px; }
  .navbar .nav > li > a:hover,
  .navbar .nav > li > a:focus,
  .navbar .nav > li.active > a:hover,
  .navbar .nav > li.active > a:focus,
  .navbar .nav > li.open > a:hover,
  .navbar .nav > li.open > a:focus,
  .navbar .nav > li.active > a,
  .navbar .nav > li.open > a {
    background: #397e06; }

.navbar-brand {
  margin-top: 5px; }
  .navbar-brand img {
    float: left; }
  .navbar-brand .logo2 {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #ddd; }

header {
  overflow: hidden; }

main {
  background: #f7f5ee;
  position: relative;
  z-index: 1000;
  padding-bottom: 30px; }

aside .title {
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin: 30px 0 15px 20px; }
aside .nav li {
	float:left;
	width: 100%;
  margin: 0;
  padding: 0; }
aside .nav a {
	float:left;
	width: 100%;
  border-top: 1px solid #ccc;
  color: black;
  font-size: 14px;
  transition: all .2s;
  border-left: 5px solid transparent; }
aside .nav a:hover,
aside .nav a:focus,
aside .nav .active > a,
aside .nav .active > a:hover,
aside .nav .active > a:focus {
  background: white;
  color: #52ae0d;
  border-left-color: #52ae0d; }

aside .lvl2 {
	background: #ededed;
	padding:0;
	float:left;
	width: 100%;
	display: none;
}

aside .active > .lvl2 {
	display: block;
}

aside .lvl2 li {
	list-style: none;
}

aside .lvl2 li a {
	padding: 8px 10px 8px 35px;
	background: #ddd;
	text-decoration: none;
}



article {
  background: white;
  padding: 30px !important;
  margin-top: -120px; }
  article section {
    width: 100%;
    float: left; }

.breadcrumbs .pull-left {
  color: #3a3a3a;
  font-size: 12px;
  line-height: 2.5em; }
  .breadcrumbs .pull-left a {
    color: #52ae0d; }
  .breadcrumbs .pull-left a, .breadcrumbs .pull-left span {
    margin: 0 10px; }
  .breadcrumbs .pull-left a:first-of-type {
    margin-left: 0; }
.breadcrumbs .list-inline li {
  margin: 0 0 0 2px;
  padding: 0; }

article .title {
  margin: 30px 0; }
  article .title h1 {
    font-size: 30px;
    font-weight: 700;
    color: #2d3445;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ddd; }
  article .title hr {
    position: relative;
    z-index: 1000;
    float: left;
    margin: -1px 0 0 0;
    width: 100px;
    border-width: 1px;
    border-color: #52ae0d; }
article .main ul {
  padding: 0 0 0 45px; }
  article .main ul li {
    /*color: #52ae0d;*/
    list-style: none;
    margin-bottom: 8px;
    list-style-image: url(../img/bullet.png); }

.download h2, .metryczka h3, .akordeon h3 {
  background: #ecf0f1;
  margin: 30px 0 15px;
  padding: 15px;
  font-size: 14px;
  font-weight: 900;
  color: #2d3445;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  transition: all .2s; }
  .download h2 img, .metryczka h3 img, .akordeon h3 img {
    float: left;
    margin-right: 15px; }

.metryczka td, .akordeon td {
  padding: 0 !important; }

.metryczka .odd > td, .akordeon .odd > td {
  border-top: 0; }

.metryczka .odd table td, .akordeon .odd table td {
  padding: 10px !important; }

.metryczka h3, .akordeon h3 {
  background: #ecf0f1 url(../img/arr.png) 97% center no-repeat; }
  .metryczka h3:hover, .akordeon h3:hover {
    cursor: pointer;
    background: #d5dde0 url(../img/arr-down.png) 97% center no-repeat; }

.metryczka .active h3, .akordeon .active h3 {
  background: #d5dde0 url(../img/arr-down.png) 97% center no-repeat; }

.metryczka .active td, .akordeon .active td {
  background: none !important;
  border: 0 !important; }

.metryczka .table-striped {
  width: 100% !important;
  float: left; }
  .metryczka .table-striped tr {
    display: table-row !important; }
  .metryczka .table-striped td {
    display: table-cell !important;
    border: 0;
    background: #f7fbfc !important; }
  .metryczka .table-striped td:last-child {
    text-align: right; }
.metryczka .table-striped > tbody > tr:nth-of-type(odd) td {
  background-color: #f2f6f7 !important; }

.download a {
  text-decoration: none !important; }
  .download .pliki-kategoria {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .2s;
	color: #333;
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: 600;
	background: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
}
.download .col-md-9 > strong, .download .col-md-9 > small {
  display: block;
  text-decoration: none; }
.download .col-md-9 strong {
  color: #2d3445;
  font-size: 14px;
  font-weight: 400; }
.download .col-md-9 small {
  font-size: 12px;
  color: #3a3a3a; }
  .download .col-md-9 small span {
    margin-right: 20px; }
.download .col-md-3 {
  padding-top: 5px; }
.download .pokainfo {
  float: left;
  width: 30px;
  height: 36px;
  display: inline-block;
  margin-right: 10px;
  border: 0;
  background: url(../img/info.png) top no-repeat;
  transition: all .2s; }
  .download .pokainfo:hover {
    background: url(../img/info-active.png) top no-repeat; }
.download .btn-primary {
  padding: 6px 15px !important; }
.download .hidden-info {
  font-size: 14px;
  font-weight: 400;
  color: black !important;
  padding: 0; }
  .download .hidden-info table {
    margin-top: 10px; }
  .download .hidden-info td:last-child {
    text-align: right; }

.akordeon {
  width: 100%; }

footer {
  background: #1e2c4c;
  padding: 30px 0;
  color: white; }

.madeby {
  line-height: 1em;
  margin-top: 15px;
  float: right; }
  .madeby small, .madeby img {
    float: left; }
  .madeby small {
    color: white;
    font-size: 10px;
    margin: 2px 3px 0 0; }

.fade-content > * {
  transition: ease opacity .25s, ease transform .25s; }

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
.fade-content > *:nth-child(3n+2) {
  transition-delay: .1s; }

.fade-content > *:nth-child(3n+3) {
  transition-delay: .2s; }

/* Facebook slider - right */
.fb_slider_right {
  position: fixed;
  top: 180px;
  right: -320px;
  z-index: 10000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.fb_slider_right .sliderbody {
  float: left;
  width: 320px; }

.fb_slider_right:hover {
  right: 0;
  height: 100%; }

.fb_slider_right .button,
.fb_slider_right iframe {
  float: left;
  background: white; }

/* list of files to download */
.download ul {
  margin: 0;
  padding: 0; }

.download .plik {
  display: none;
  color: #fff; }

.download .col-md-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.download a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  color: #8c8c8c;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid #e2e2e2; }

.btn-primary {
  background: #52ae0d;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all .15s; }

.download a:hover .btn-primary {
  background: #216ab6;
  transform: scale(0.97); }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
  background: #981900 !important;
  transform: scale(1.03) !important;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3) !important; }

.download li:first-child a {
  border-top: 1px solid #e2e2e2; }

.download a:hover {
  text-decoration: none;
  background: #f4f4f4;
  color: #009ee3; }

.type_text .plik {
  display: inline;
  color: #8c8c8c;
  text-transform: uppercase; }

.download .col-md-2 {
  border-left: 1px solid #e2e2e2;
  text-align: center; }

@media screen and (max-width: 640px) {
  .download .col-md-2 {
    border-left: 0 !important;
    margin-top: 10px; }

  .download .btn {
    width: 100%; }

  .download .col-md-8 {
    text-align: center; } }
.download li {
  list-style: none !important; }

.type_icons a {
  text-decoration: none !important;
  padding: 1px 0 2px 27px;
  background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
  background-position: 0 3px !important; }

.type_icons .pdf {
  background: url(../img/modules/download/acrobat.png) 0 0 no-repeat; }

.type_icons .swf {
  background: url(../img/modules/download/flash.png) 0 0 no-repeat; }

.type_icons .txt, .rtf {
  background: url(../img/modules/download/text.png) 0 0 no-repeat; }

.type_icons .doc, .type_icons .docx, .type_icons .odf, .type_icons .ott, .type_icons .sxw, .type_icons .stw {
  background: url(../img/modules/download/word.png) 0 0 no-repeat; }

.type_icons .jpg, .type_icons .jpe, .type_icons .jfif, .type_icons .png, .type_icons .jpeg, .type_icons .gif, .type_icons .tif, .type_icons .tiff, .type_icons .ico, .type_icons .bmp, .type_icons .raw, .type_icons .dcs {
  background: url(../img/modules/download/picture.png) 0 0 no-repeat; }

.type_icons .flv, .type_icons .mov, .type_icons .mpeg, .type_icons .avi, .type_icons .divx {
  background: url(../img/modules/download/movie.png) 0 0 no-repeat; }

.type_icons .ods, .type_icons .sxc, .type_icons .xls, .type_icons .xlt {
  background: url(../img/modules/download/excel.png) 0 0 no-repeat; }

.type_icons .odg, .type_icons .sxd, .type_icons .psd {
  background: url(../img/modules/download/paint.png) 0 0 no-repeat; }

.type_icons .cdr, .type_icons .ai {
  background: url(../img/modules/download/vector.png) 0 0 no-repeat; }

.type_icons .php, .type_icons .html, .type_icons .css, .type_icons .js, .type_icons .less, .type_icons .asp, .type_icons .c {
  background: url(../img/modules/download/code.png) 0 0 no-repeat; }

.type_icons .sql, .type_icons .db, .type_icons .dbf, .type_icons .dbk {
  background: url(../img/modules/download/database.png) 0 0 no-repeat; }

.type_icons .zip, .type_icons .tar, .type_icons .gz, .type_icons .gzip, .type_icons .rar {
  background: url(../img/modules/download/zip.png) 0 0 no-repeat; }

.type_icons .rb {
  background: url(../img/modules/download/ruby.png) 0 0 no-repeat; }

.type_icons .as {
  background: url(../img/modules/download/actionscript.png) 0 0 no-repeat; }

.type_icons .cf {
  background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat; }

.type_icons .odp, .type_icons .sxi, .type_icons .ppt {
  background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat; }

.type_icons .iso, .type_icons .nrg {
  background: url(../img/modules/download/dvd.png) 0 0 no-repeat; }

form .alert {
  display: none;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0; }

form * {
  border-radius: 0 !important; }

.map iframe {
  width: 100%; }

form label {
  font-weight: normal; }

.form {
  margin-bottom: 1.5em; }

.forform {
  margin-top: 1em; }

/* paginator */



#pages {
  margin: 0 0 15px; }

.jPaginate {
  height: 34px;
  position: relative;
  color: #a5a5a5;
  font-size: small;
  width: 100%; }

.jPaginate a {
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0 10px !important;
  margin: 0 2px;
  float: left;
  text-decoration: none !important; }

.jPag-control-back {
  position: absolute;
  left: 0px; }

.jPag-control-front {
  position: absolute;
  top: 0px; }

.jPaginate span {
  cursor: pointer; }

article .main ul.jPag-pages {
  float: left;
  list-style-type: none;
  margin: 0 !important;
  padding: 0px; }

ul.jPag-pages li {
  display: inline;
  float: left;
  padding: 0px;
  margin: 0px; }

ul.jPag-pages li a {
  float: left;
  padding: 2px 5px; }

span.jPag-current {
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  margin: 0 2px;
  float: left; }

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
  height: 34px;
  margin: 0 2px;
  float: left;
  line-height: 26px; }

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
  margin: 2px 0px 2px 2px;
  font-size: 12px;
  font-weight: bold;
  width: 10px; }

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
  margin: 2px 2px 2px 0px;
  font-size: 12px;
  font-weight: bold;
  width: 10px; }

span.jPag-sprevious,
span.jPag-sprevious-img {
  margin: 2px 0px 2px 2px;
  font-size: 14px;
  width: 15px;
  text-align: right; }

span.jPag-snext,
span.jPag-snext-img {
  margin: 2px 2px 2px 0px;
  font-size: 14px;
  width: 15px;
  text-align: right; }

ul.jPag-pages li span.jPag-previous-img {
  background: transparent url(../images/previous.png) no-repeat center right; }

ul.jPag-pages li span.jPag-next-img {
  background: transparent url(../images/next.png) no-repeat center left; }

span.jPag-sprevious-img {
  background: transparent url(../images/sprevious.png) no-repeat center right; }

span.jPag-snext-img {
  background: transparent url(../images/snext.png) no-repeat center left; }

.jPag-last,
.jPag-first {
  line-height: 30px !important;
  font-size: 14px; }

/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav > .active > a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-collapse: collapse !important;
  background-image: none !important; }




  .sort .header {
	background: #fff url(../img/table-unsort.png) 98% center no-repeat;
  }

  .sort .headerSortUp {
	  background: #ededed url(../img/table-asc.png) 98% center no-repeat;
  }

  .sort .headerSortDown {
	  background: #ededed url(../img/table-desc.png) 98% center no-repeat;
  }


.rejestr {
	min-width: 1280px;
}

.rejestr th {
	font-size: 13px;
}

.rejestr td {
	min-width: 100px;
	text-align: center;
	vertical-align: middle !important;
	font-size: 13px;
}



.navbar {transition: all .2s;}

.affix {
	margin-top: -100px;
}




.download a {outline: none !important}

.toggleSize span .active {color: rgb(168, 0, 0) !important}



.mediumfonts body {font-size: 16px;}
.mediumfonts .navbar .nav > li > a {font-size: 16px;}
.mediumfonts aside .title {font-size: 20px;}
.mediumfonts aside .nav a {font-size: 16px;}
.mediumfonts .breadcrumbs .pull-left {font-size: 14px;}
.mediumfonts article .title h1 {font-size: 32px;}
.mediumfonts .download h2,
.mediumfonts .metryczka h3 {font-size: 16px;}
.mediumfonts .download .col-md-9 strong {font-size: 16px;}
.mediumfonts .download .col-md-9 small {font-size: 14px; font-weight: 400; color: #555;}
.mediumfonts .download .btn-primary {font-size: 14px;}


.bigfonts body {font-size: 18px;}
.bigfonts .navbar .nav > li > a {font-size: 18px;}
.bigfonts aside .title {font-size: 22px;}
.bigfonts aside .nav a {font-size: 18px;}
.bigfonts .breadcrumbs .pull-left {font-size: 16px;}
.bigfonts article .title h1 {font-size: 35px;}
.bigfonts .download h2,
.bigfonts .metryczka h3 {font-size: 18px;}
.bigfonts .download .col-md-9 strong {font-size: 18px;}
.bigfonts .download .col-md-9 small {font-size: 16px; font-weight: 400; color: #555;}
.bigfonts .download .btn-primary {font-size: 16px;}



.kontrastowa body {
	background: black;
	color: white;
}

.kontrastowa .main ul li {
	color: white;
	list-style: disc;
	list-style-image: none;
}

.kontrastowa a {
	color: yellow !important;
}

.kontrastowa aside .title,
.kontrastowa h1,
.kontrastowa h2,
.kontrastowa h3,
.kontrastowa h4,
.kontrastowa h5,
.kontrastowa h6 {
	color: yellow !important;
}


.kontrastowa .navbar {
	background: #333;
}

.kontrastowa main {
	background: black;
}

.kontrastowa article {background: black}

.kontrastowa .download h2,
.kontrastowa .metryczka h3 {
	background: #222;
}

.kontrastowa .download h2 img,
.kontrastowa .metryczka h3 img {
	filter: invert(1);
}

.kontrastowa .download strong,
.kontrastowa .download small {
	color: white !important;
}

.kontrastowa tr:hover {
	background: none !important
}

.kontrastowa table td {
	color: white !important;
}

.kontrastowa .download a:hover,
.kontrastowa tr:hover td {
	background: #212121;
	color: white !important
}

.kontrastowa .metryczka .table-striped > tbody > tr:nth-of-type(2n+1) td,
.kontrastowa .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #222 !important;
}

.kontrastowa .metryczka .table-striped td {
	background: #000 !important;
}

.kontrastowa .navbar .nav > li > a:hover,
.kontrastowa .navbar .nav > li > a:focus,
.kontrastowa .navbar .nav > li.active > a:hover,
.kontrastowa .navbar .nav > li.active > a:focus,
.kontrastowa .navbar .nav > li.open > a:hover,
.kontrastowa .navbar .nav > li.open > a:focus,
.kontrastowa .navbar .nav > li.active > a,
.kontrastowa .navbar .nav > li.open > a {
	background: yellow;
	color: black !important;
}

.kontrastowa aside .nav a:hover,
.kontrastowa aside .nav a:focus,
.kontrastowa aside .nav .active > a,
.kontrastowa aside .nav .active > a:hover,
.kontrastowa aside .nav .active > a:focus {
	background: yellow;
	color: black !important;
}

.kontrastowa aside .lvl2 li a {
	background: #1b1b1b;
}



ol li {margin-bottom: 5px;}

ol ol {padding-left: 15px}

ol > li {list-style: decimal;}

ol ol li {list-style: decimal;}
ol ol ol li {list-style: lower-alpha;}






/* DRUK */

@media print {
	header, .navbar, footer, aside, .breadcrumbs {
		display: none
	}

	article {width: 100% !important}

	.hidden, .metryczka .odd {display: block !important}
}

footer a {
  color: white;
  text-decoration: underline;
}









/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/


/* height: 1050px */
@media screen and (max-width: 1680px) {

}


/* height: 900px */
@media screen and (max-width: 1600px) {

}


/* height: 864px */
@media screen and (max-width: 1536px) {

}



/* height: 900px */
@media screen and (max-width: 1440px) {

}


/* height: 768px */
@media screen and (max-width: 1366px) {

}



/* height: 768px */
@media screen and (max-width: 1360px) {

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {

}








/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar .navbar-header .szukaj {
    	margin: 31px 10px 0 0;
	}

	.navbar .navbar-header .szukaj input {
    	width: 150px;
	}
}








@media screen and (max-width: 1023px) {

	body {
		padding-top: 70px;
	}

	.navbar {
		background: white;
		height: 70px;
	}

	.affix {margin-top: 0;}

	.navbar .navbar-header {
    	width: auto;
    	clear: both;
    	height: auto;
	}

	.navbar .navbar-header .kontrast, .navbar .navbar-header .toggleSize {
		display: none;
	}

	.navbar .navbar-header .szukaj {
    	float: right;
    	margin: 15px 15px 0;
	}

	.navbar-toggle {
		margin-top: 15px;
		border-color: #333;
		border-radius: 0;
		padding: 11px 10px;
	}

	.icon-bar {background: #333; border-radius: 0;}

	.navbar-brand {padding-top: 10px;}

	.navbar-brand img {
    	width: 100px;
	}

	.navbar-brand .logo2 {
    	padding-left: 15px;
    	margin-left: 15px;
    	width: 100px;
	}

	#navbar {
		background: white;
	}

	.navbar .nav > li > a {
		border-top: 1px solid #e2e2e2;
		color: #333;
		margin:0;
	}

	.navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus, .navbar .nav > li.open > a:hover, .navbar .nav > li.open > a:focus, .navbar .nav > li.active > a, .navbar .nav > li.open > a {
		color: white;
	}


	aside .nav > li > a {
    	color: white;
    	font-size: 14px;
    	text-shadow: none;
    	padding: 15px 30px;
    	transition: all .2s;
    	margin-right: 2px;
	}

	article {
    	margin-top: 30px;
	}
/*
	aside .nav {
		display: none;
		width: 100%;
		margin-top: 15px;
		float:left;
	}

	aside .title {
		background: #52ae0d;
		color: white;
		margin: 15px 0 0;
		padding: 10px 15px;
		float:left;
		cursor: pointer;
	}

	aside .title .caret {margin-left: 10px;}

	*/


}



@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
	/*
	 .home table td, .home table tr, .home table th {
		display: block;
		width: 100%;
		white-space: normal !important;
	}

	thead {
		margin: 30px 0 10px;
		display:block;

	}

	.table-bordered {
    	border: 0;
	}
	*/
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {
	.navbar .navbar-header .szukaj {
    	float: right;
    	margin: 0;
    	width: 100%;
		position: relative;
		z-index: 20;
	}

	#navbar {z-index: 1000; margin-top: 0px;}

	.navbar-header .pull-right {
		width: 100%;
	}

	.navbar .navbar-header .szukaj input {
    	width: 85%;
	}
	.navbar .navbar-header .szukaj button {width: 15%}

	.affix .szukaj {
		display: none;
	}

	footer .pull-left,
	footer .pull-right {
		width: 100%;
		text-align: center;
	}

	.madeby {
		display: inline-block;
		margin-top: 15px;
		float:none;
	}

	.home .table-responsive {
		width: 100%;
	}

	.metryczka .table-striped td {
    	min-width: 100px;
	}
}

@media screen and (max-width: 435px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 375px) {
	header .cycle-slideshow img {
		width: 303%;
	}

	.breadcrumbs .pull-left {margin-bottom: 10px; float:left; width: 100%}

	.breadcrumbs a,
	.breadcrumbs span {
		white-space: nowrap;
	}

	.breadcrumbs .pull-left {
    	line-height: 1.5em;
	}

	.breadcrumbs .pull-left a, .breadcrumbs .pull-left span {
    	margin: 0 5px;
	}
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {
	.navbar-brand .logo2 {
    	padding-left: 10px;
    	margin-left: 10px;
	}

	article .title h1 {
    	font-size: 20px;
	}
}
