/*
		StudioFabryka.pl
*/
body {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
}

header, main {
  overflow: hidden;
  width: 100%;
}

@keyframes scroll {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}
header {
  width: 100%;
  height: 90vh;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
header .scroll {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 30;
  width: 100%;
  min-height: 96px;
  background: url(../img/scroll.png) center no-repeat;
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
header .container {
  position: relative;
  z-index: 20;
}
header .container h1 {
  margin: 0;
  position: absolute;
  left: 15px;
  top: 130px;
  z-index: 20;
  color: white;
  font-family: 'Exo', sans-serif;
}
header .container h1 span {
  display: block;
  background: red;
  width: 378px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
  transform: rotate(-90deg);
  position: absolute;
  top: 175px;
  left: -165px;
  font-style: italic;
}
header .container h1 small, header .container h1 strong {
  display: block;
  padding-left: 70px;
  font-style: italic;
  font-weight: 900;
  opacity: .9;
  text-transform: uppercase;
}
header .container h1 small {
  font-size: 72px;
}
header .container h1 strong {
  font-size: 100px;
}
header .cycle-slideshow {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  height: 90vh;
}
header .cycle-slideshow img {
  min-height: 100%;
  min-width: 100%;
  right: 0 !important;
  left: auto !important;
}

.navbar {
  height: 10vh;
  background: black;
  justify-content: center;
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  z-index: 10000;
  transition: all .2s;
}

.sub .navbar {
position: fixed;
top: 0;
}

main {margin-top: 100vh;}

.sub main {margin-top: 10vh;}

#navbar {
  align-items: center;
  justify-content: center;
}

.navbar-nav .nav-link {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 0 25px;
  transition: all .2s;
}

.nav-link:hover,
.active > .nav-link {
  opacity: .5;
}

.navbar-nav .nav-item:first-of-type .nav-link {
  margin: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-brand img {
  margin-right: 10px;
}
.navbar-brand span {
  display: block;
  font-family: 'Exo', sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  color: white;
}

.navbar-text {
  color: white;
  background: url(../img/tel.png) left center no-repeat;
  padding-left: 50px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.navbar-text strong {
  display: block;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Exo', sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1.1em;
}

.navbar-text {color: white; transition: all .2s;}
.navbar-text:hover {text-decoration: none; opacity:.8; color: white; text-decoration: none;}

.hidden {display: none}

.affix {
	position: fixed;
	top:0;
	bottom:auto;
	left:0;
	width: 100%;
	margin-top: 0;
	bottom: auto;
	z-index: 9999;
	height: 70px;
}


main, footer {
  position: relative;
  z-index: 100;
}

main {
  background: white;
}

main section {
  padding: 120px 0;
}

.sub main section {
	padding: 60px 0;
}

.sub main section h2 {
	margin: 0;
}

main section h2, main section h3, main section h4, main section h5 {
  color: black;
  font-family: 'Exo', sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin: 30px 0 15px;
}
main section h2 {
  margin: 0 0 30px;
  font-size: 41px;
}
main section p:last-of-type {
  margin-bottom: 0;
}

.akordeon h3 {
	margin: 0px;
	padding: 10px;
	font-size: 1rem;
	position: relative;
	transition: all .2s;
	cursor: pointer;
}

.akordeon h3 small {
	font-size: 9px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;

	font-style: normal;
	float: right;
	margin: 5px 15px 0 0;
}

.akordeon h3:hover {
	background: #f5f5f5;
}

.akordeon h3::after {
	content: '+';
	position: absolute;
	right:10px;
	font-style: normal;
	font-family: 'Exo', sans-serif;
	font-weight: 900;
	transition: all .2s;
}

.akordeon .active h3 {background: #f9f9f9}

.akordeon .active h3::after {
	transform: rotate(45deg);
}

.akordeon td {padding:0;}
.akordeon .odd td {padding: 10px;}

.boxes {
  background: url(../img/stellar.jpg) 0 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.boxes .card {
  flex: 0 0 1;
  border: 0;
  transition: all .2s;
  cursor: pointer;
}
.boxes .card:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.8);
}
.boxes .card .card-body {
  text-align: center;
}
.boxes .card .card-title {
  margin: 0 0 15px;
}
.boxes .card .card-title a {
  color: black;
  font-size: 18px;
}

.oferta .col-lg-5 a {
  float: left;
  width: 100%;
  overflow: hidden;
}
.oferta .col-lg-5 a img {
  transition: all .2s;
}
.oferta .col-lg-5 a:hover img {
  opacity: .8;
  transform: scale(1.05);
}
.oferta .col-lg-5 .x3 {
  padding: 0 10px;
}
.oferta .col-lg-5 .col-md-4 {
  padding: 10px 5px;
}

.uwaga {
  margin-top: 30px;
  color: white;
  padding: 30px 30px 30px 140px;
  background: #f71900 url(../img/uwaga.png) 30px center no-repeat;
}

#mapagoogle {
	width: 100%;
	height: 550px
}

footer {
  background: black;
  color: white;
  padding: 0;
  line-height: 1.5em;
  font-size: 13px;
}


footer a {
  color: white;
  transition: all .2s;
}
footer a:hover {
  opacity: .8;
  color: white;
  text-decoration: none;
}
footer .container > .row {
  padding: 60px 0;
  align-items: center;
}
footer .row:first-of-type {
  text-align: center;
  justify-content: center;
  padding-top: 60px;
}
footer h2 {
  font-size: 60px;
  font-family: 'Exo', sans-serif;
  font-weight: normal;
  margin: 0 0 30px;
  color: white;
}
footer h3 {
  font-size: 30px;
  font-family: 'Exo', sans-serif;
  font-weight: normal;
  margin: 0 0 60px;
  color: white;
}
footer .col-md-6, .col-12 > img {
  margin-bottom: 15px;
}
footer hr {
  border-color: #333;
  margin: 0 0 60px;
}
footer span {
  font-size: 12px;
}
footer span span a {
  opacity: .5;
  margin-right: 5px;
}
footer span span a:last-of-type {
  margin-left: 5px;
}
footer span span a:hover {
  opacity: 1;
}

#mapagoogle {
  width: 100%;
  height: 450px;
  background: #ccc;
}

.madeby {
  display: inline-block;
  line-height: 1em;
}
.madeby small {
  float: left;
  font-size: 10px;
  color: white;
  letter-spacing: 1px;
  margin: 4px 3px 0 0;
}










.gallery {
  padding: 60px 0 30px;
  background: #f7f7f7;
}
.gallery a, .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery a {
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery a:hover {
  opacity: .8;
}
.gallery a:hover img {
  transform: scale(1.05);
}

.form {
  padding: 60px 0;
}

.ajax-form button {
  transition: all .2s;
  cursor: pointer;
}
.ajax-form button:hover {
  transform: scale(0.97);
}

.ajax-form .alert {
  margin-bottom: 15px;
}
.ajax-form .has-error {
  color: red;
}
.ajax-form .has-error input, .ajax-form .has-error textarea {
  border-color: red;
}
.ajax-form input:focus, .ajax-form textarea:focus {
  border-color: #111;
}

.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 {
  padding: 30px 0 60px;
  background: #f7f7f7;
}

.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;
}

.download .btn-primary {
  background: #1d1d2f;
  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: #0a0a0f;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #30304f !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: #1d1d2f;
}

.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;
}

ul.jPag-pages {
  float: left;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  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;
}


header .cycle-slideshow > div {
	width: 100vw;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.navbar-toggle {
	display: none;
}



#boksy .col-lg-4 {
  margin-bottom: 30px;
  display: flex;
}

.sub .main img {
  max-width: 100%;
  height: auto;
  display: block;
}








/*

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

*/


@media screen and (max-height: 900px) {
	header .container h1 {
		top: 130px;
	}
}

@media screen and (max-height: 864px) {
	header .container h1 {
		top: 110px;
	}
}

@media screen and (max-height: 768px) {
	header .container h1 {
		top: 50px;
	}
}

@media screen and (max-height: 730px) {
	header .container h1 {
		top: 30px;
	}

  header .container h1 strong {
    font-size: 80px;
  }
  header .container h1 small {
    font-size: 50px;
  }
}

/* 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) {
	header .container h1 small {
    	font-size: 50px;
	}
	header .container h1 strong {
    	font-size: 75px;
	}

	header .container h1 span {
	    width: 257px;
	    font-size: 19px;
	    top: 114px;
	    left: -98px;
	}

	main section h2 {
    	font-size: 34px;
	}

	.boxes .card .card-title a {
    	font-size: 16px;
	}

	.boxes .col-lg-4 {
		display:flex;
	}

	.boxes .card {
		flex: 0 0 1;
		border-radius: 4px !important;
		overflow: hidden;
	}
}





@media screen and (max-width: 1023px) {
	.navbar-toggle {
		border:1px solid white;
		border-radius: 0;
		width: 40px;
		display:block;
		padding: 3px 7px;
		transition: all .2s;
		background: none;
	}

	.navbar-toggle:hover,
	.navbar-toggle:focus {
		border-color: white;
		outline: none;
		background: #333;
		transform: scale(1.05);
	}

	.icon-bar {
		background: white;
		width: 100%;
		height: 2px;
		display:block;
		margin: 4px 0;
		border-radius: 0;
	}

	#navbar {
		position: absolute;
		bottom:10vh;
		left:0;
		width: 100%;
		background: black;
		text-align: center;
	}

	.navbar-nav .nav-link {
		margin:0;
		padding: 10px 0;
		border-bottom: 1px solid #333;
	}

	.boxes .card {
		width: 100%;
		margin-bottom: 30px;
	}

	.card img {width: 100%;}

	.oferta .col-lg-5 .col-12 img {
		max-width: 500%;
		width: 100%;
	}

	.oferta .container > .row {
		flex-direction: column-reverse;
	}

	footer .col-md-4 {max-width: 100%; flex: 0 0 100%; margin-bottom: 30px;}

	.affix #navbar {
		top:100%;
		bottom: auto;
	}

	.affix .nav-link {border-bottom: 0; border-top: 1px solid #333;}

	main {margin-top: 90vh; padding-top: 10vh;}
}



@media screen and (max-width: 800px) {
	header .cycle-slideshow > div {
		background-position: -800px 0;
	}
}

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

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

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




@media screen and (max-width: 480px) {
	header .container h1 small {
    	font-size: 30px;
	}

	header .container h1 strong {
    	font-size: 45px;
	}

	header .container h1 {
    	top: 22px;
	}

	header .container h1 span {
    	width: 157px;
    	font-size: 14px;
    	top: 64px;
    	left: -45px;
	}

	.navbar-text {
    	background: none;
    	padding-left: 0;
	}

	.navbar-brand span {
		font-size: 15px;
	}

	.navbar-brand img {
		width: 44px
	}

	header .cycle-slideshow > div {
		background-position: -1000px 0;
	}

	footer {
		text-align: center;
	}

	.madeby {margin-top: 15px;}

	footer .row:first-of-type {padding-bottom: 0;}

	header .scroll {bottom: 60px;}

	@keyframes scroll {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 60px;
  }
}

}




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

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

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

@media screen and (max-width: 375px) {
	.navbar-text strong {
		font-size: 14px;
		letter-spacing: 0;
	}

	.navbar-brand {margin-right: 0;}

	.navbar-brand span {
    	font-size: 13px;
    	line-height: 1.3em;
	}

	header .cycle-slideshow > div {
		background-position: -900px 0;
	}

	main section {
    	padding: 30px 0;
	}

	.uwaga {
    	margin: 30px 0;
    	color: white;
    	padding: 140px 30px 30px 30px;
    	background: #f71900 url(../img/uwaga.png) center 30px no-repeat;
	}

}

@media screen and (max-width: 360px) {
	header .container h1 small {
    	font-size: 26px;
	}

	header .container h1 strong {
    	font-size: 39px;
	}

	header .container h1 {
    	top: 22px; left:0
	}

	header .container h1 span {
    	width: 137px;
    	font-size: 12px;
    	top: 55px;
    	left: -28px;
	}

	header .cycle-slideshow > div {
		background-position: -850px 0;
	}

}

@media screen and (max-width: 320px) {
	.navbar-brand span {font-size: 11px;}
	.navbar-brand img {
    	width: 32px;
	}
}







/*# sourceMappingURL=main.css.map */
