/* ==========================================================================
   Author's custom styles
   iPolska | Marek Szczygiel
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,latin-ext);

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
img {
  border: 0;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Links
   ========================================================================== */

a {
    text-decoration: none;
    border: 0; outline: 0;
    color: #000;
    font-weight: bold;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

/* Nagłówki
   ========================================================================== */

h1 {
    font-size: 1.6em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.3em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.15em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

ul {
	margin: 0px;
	padding: 0px;
	}
ul li {
	list-style-type: none;
	}
	
/* ==========================================================================
   GRID
   ========================================================================== */
.container {
	width: 100%;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
}

.fluid2 {
	width: 50%;
	}
.fluid3 {
	width: 29.33333%;
	}   
.fluid4 {
	width: 25%;
}

.cols2 {
	width: 550px;
	}
.cols3 {
	width: 366px;
	}
.cols4 {
	width: 275px;
	}

.two {
	width: 640px;
	}
.third {
	width: 320px;
	}
	
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.inline {
	display: inline; /* Dla IE < 8 */
	zoom: 1; /* Dla IE < 8 */
	display: inline-block;
	}
.smaller {
	font-size: 0.7em;
	}


/* ====================
    WYŚRODKOWANIE W PIONIE I POZIOMIE
   ==================== */
.table {
	display: table;
	width: 100%;
	text-align: center;
}
.table-cell {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

/* ====================
    Menu
   ==================== */
ul.menu li {
	-webkit-box-sizing: border-box; /* iOS <= 4 i Android <= 2.3 */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* Chrome, Opera, Safari 5+ i IE 8+ */
}
ul.menu li a {
	display: inline; /* Dla IE < 8 */
	zoom: 1; /* Dla IE < 8 */
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box; /* iOS <= 4 i Android <= 2.3 */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* Chrome, Opera, Safari 5+ i IE 8+ */
	}
ul.horizontal > li {
	display: inline; /* Dla IE < 8 */
	zoom: 1; /* Dla IE < 8 */
	display: inline-block;
	float: left;
	}
ul.table {
	display: table;
	width: 100%;
	}
ul.table > li {
	display: table-cell;
	}
.dropdown-menu ul {
	display: none;
	}

.dropdown-menu:hover > ul {
	display: block;
	}
	
.dropdown-menu:hover > ul > li {
	position: relative;
	}
.right-submenu {
	position: relative;
	}
.right-submenu ul {
	position: absolute;
	top: 0;
	left: 100%;
}

.menu-toggler {
	display: none;
	}
.menu-toggler li {
	width: 100%;
	height: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #dbb319;	
	border-radius: 2px;
	border: 1px solid #000;
	}


body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	}
body > header, 
body > footer {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	}	
body > header a,
body > footer a {
	color: #fff;
	text-decoration: none;
	}	
body > header a:hover,
body > footer a:hover {
	color: #000;
	text-decoration: none;
	}

/* ==========================================================================
   HEADER
   ========================================================================== */

body > header {
	display: block;
	position: fixed;
	z-index: 10;
	top: 0px;
	width: 100%;
	height: 150px;
	background: url(../images/header-bg_01.jpg) top center no-repeat;
	box-shadow: #000 0px 1px 3px;
	}

body > header h1 {
	margin: 0;
	padding: 0;
	}	
	
body > header > .wrapper {
	position: relative;
	}
.mini-top {
	position: absolute;
	top: 3px;
	right: 0px;
	font-size: 14px;
	}
.mini-top ul li {
	display: inline-table;
	
	}
.mini-top ul li > img {
	margin: 0 10px;
	vertical-align: middle;
	}
.mini-top ul li > a {
	font-family: "Roboto Condensed", sans-serif;
	width: 130px;
	-webkit-box-sizing: border-box; /* iOS <= 4 i Android <= 2.3 */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* Chrome, Opera, Safari 5+ i IE 8+ */
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	border-left: 1px solid #000;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	}
.mini-top ul li > a:hover {
	color: #fff;
	border-left: 3px solid #000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
.mini-top ul li.dropdown-menu {
	position: relative;
	padding: 0;
	margin-left: 25px;
	}
.mini-top ul li.dropdwon-menu:hover {
	border-bottom: 1px solid #000;
	box-shadow: #000 0px 0px 3px;
	}
.mini-top ul li.dropdown-menu img {
	margin-right: 3px;
	margin-left: 5px;
	}

.mini-top ul li.dropdown-menu a {
	color: #fff;
	font-weight: 600;
	padding: 0;
	padding-left: 5px;
	text-align: left;
	width: 100px;
	}

.mini-top ul li.dropdown-menu a:hover {
	background: #f0f0f0;
	color: #000;
	}
.mini-top ul li.dropdown-menu ul li {
	margin: 0; 
	padding: 0;
	display: block;
	float: none;
	border-bottom: 1px solid #000;
	}
.mini-top ul li.dropdown-menu ul li a:hover {
	background: #f0f0f0;
	color: #000;
	}
.arrow-down {
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -7px;
	background: url(../images/ikony_13.png) no-repeat center bottom;
	}
.mini-top ul li.dropdown-menu:hover .arrow-down {
	display: none;
	}
	
body > header nav {
	margin-top: 100px;
	text-transform:uppercase;
	font-weight: normal;
	}
body > header nav ul.menu li {
	margin: 0 25px;
	}
body > header nav ul.menu li:last-child {
	margin: 0 25px;
	margin-right: 0px;
	}
body > header nav ul.menu li a {
	font-weight: 400;
	text-shadow: none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	}
body > header nav ul.menu li a:hover {
	text-shadow: #000 0px 0px 30px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

body > header,
body > header h1,
body > header .mini-top,
body > header nav {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.scroll-down {
	height: 75px;
	overflow-y: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
.scroll-down .mini-top {
	display: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
.scroll-down nav {
	margin-top: 30px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
	
/* ==========================================================================
   MENU
   ========================================================================== */

/* ==========================================================================
   SLIDER
   ========================================================================== */
#top-slider {
	position: relative;
	z-index: 1;
	margin-top: 150px;
	overflow-x: hidden;
	}
#slider {
	width: 1920px;
	}
.nivo-controlNav,
.nivo-directionNav {
	display: none;
	}
/* ==========================================================================
   CONTENT
   ========================================================================== */

section#home {
	margin-top: 30px;
	}
section > .wrapper {
	}
section .boksy {
	
	}
section .boksy .tekst {
	min-height: 180px;
	margin: 0;
	}
section .boksy .tekst p {
	
	}
section .fluid3:nth-child(2) {
	margin: 0 6%;
	}
section .fluid3 > img {
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #914922;
	margin: 5px 0px;
	}
section .fluid3 > picture img {
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #914922;
	margin: 5px 0px;	
	}
section .fluid3 > h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 14px 0;
	}	
.more {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #56483d;
	text-align: center;
	}
.more a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	}
.more a:hover {
	background: #56483d;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
.brown {
	color: #914922;
	}

/* ==========================================================================
   ARTICLE
   ========================================================================== */
article {
	margin-top: 150px;
	min-height: 800px;
	height: auto;
}

article > .wrapper {
	min-height: inherit;
	height: inherit;
	}
.breadcrumbs {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	}

article section {
	padding-right: 50px;
	}
	
	
article h1 {
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase;
	}
article section {
	padding-bottom: 40px;
	}	
article section img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 2px;
	}
article section img.img3 {
	width: 30%;
	height: 125px;
	}
article ul {
	margin-left: 25px;
	
	}
article ul li {
	list-style-type: circle;
	line-height: 24px;
	}
.third {
	height: inherit;
	min-height: inherit;
	}
.aside {
	background: #fafafa; 
	padding: 20px; 
	height: inherit;
	min-height: inherit;
	}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
	margin-top: 40px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #f0f0f0;
	}
#belkaSciezka {
	height: 42px;
	width: 1000px;
	display: block;
	clear:left;
	/*background:url(../images/banda_21.jpg) top left no-repeat;*/
}

#sciezka {
	float: left;
	height: 40px;
	line-height: 40px;
}
#drukuj {
	float: right;
	height: 40px;
	line-height: 40px;
	}
#sciezka {
	color: #999;
	}
#sciezka a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
}
#sciezka strong{
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#sciezka a:hover{
	color: #56483d;
}
#sciezka a:hover strong{
	color: #56483d;
	text-decoration: none;
}
#sciezka img {
	margin-right:6px;
}	
	

/* ==========================================================================
   ASIDE
   ========================================================================== */
aside {
	padding: 50px 0px 20px;
	}
aside.pd {
	border-top: 1px solid #ccc;
	padding-top: 0px;
	}
.bx-wrapper .bx-viewport {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	box-shadow: none;	
	}
aside.pd .bx-wrapper .bx-viewport {
	border: none;
	}
.slide {
	height: 50px;
	line-height: 50px;
	opacity: 0.3;
	}
.slide:hover {
	opacity: 1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
.slide img {
	height: 50px;
	}	
.bx-wrapper img {
	margin: 0 auto;
	vertical-align: middle;
	}
	
/*** FORMULARZ ***/
form#formularz {
	width: 80%;
	margin: 25px auto;
	text-align: center;
	}
	
form#formularz .input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	text-indent: 10px;
	}
form#formularz .input_nr {
	width: 25px;
	text-align: center;
	margin: 0px;
	}
form#formularz input[type="submit"] {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	outline: none;
	border: none;
	background: #56483d;
	color: #fff;
	box-shadow: #555 0px 0px 3px;
	}

	
/* ==========================================================================
   FOOTER
   ========================================================================== */
   
footer {
	position: relative;
	background: url(../images/footer-bg_02.jpg) repeat-y top center;
	min-height: 200px;
	}
footer h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #f9f5f2;
	font-weight: 500;
	}	
footer .fluid3 ul li {
	line-height: 30px;
	text-indent: 20px;
	background: url(../images/arrow_03.png) left 50% no-repeat;
	}
footer .fluid3 ul li a {
	color: #f9f5f2;
	font-weight: 100; 
	
	}
footer ul li a:hover {
	color: #000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
footer .two {
	position: relative;
	height: 200px;
	}
footer .two .fluid3:nth-child(2) {
	margin: 0 6%;
	}
footer .third {
	text-align: center;
	}
footer .third img {
	margin-top: 15px;
	}
footer .third p {
	line-height: 1em;
	padding: 0; margin: 0;
	font-weight: 100;
	font-size: 12px;
	text-transform:uppercase;
	}
footer .logo a:hover {
	color: #fff;
	}
footer .stopka {
	font-weight: 100;
	position: absolute;
	width: 95%;
	bottom: 0px;
	font-size: 12px;
	color: #999;
	border-top: 1px solid #999;
	height: 30px;
	line-height: 30px;
	}
footer .stopka a {
	font-weight: 100;
	color: inherit;
	}

.footer-mini-top {
	display: none;
	}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 960px) {
	.wrapper {
		width: 92%;
		margin: 0 auto;
		}
	body > header nav ul.menu li {
		margin: 0 10px;
	}
	body > header nav ul.menu li:last-child {
		margin: 0 10px;
	}
	footer .logo {
		display: none;
		}
	article .two {
		width: 100%;
		float: none;
		display: block;
		}
	article section {
		padding-right: 0px;
		}	
	article .third {
		display: none;
		}
	article section img.img3 {
		width: 180px;
		height: 125px;
	}
	
	}
@media only screen and (max-width: 768px) {
	.left,
	.right {
		float: none;
		}
	.fluid2 {
		width: 100%;
		}	
	.fluid3 {
		width: 90%;
		margin: 0px auto;
		padding-bottom: 15px;
		}
	
	.mini-top {
		display: none;
		}
	
	body > header {
		position: static;
		}
	body > header > .wrapper {
		width: 100%;
		}
	body > header h1 {
		text-align: center;
		}
	body > header nav {
		border-top: 1px solid #fff;
		margin-top: 0px;
		}
	.menu {
		display: none;
		}
	.menu-toggler {
		display: block;
		width: 100%;
		height: 60px;
		text-align: center;
		line-height: 60px;
		font-weight: bold;
		cursor: pointer;
		color: #fff;
		background: #000;
		}
	.menu-toggler div {
		font-weight: 400;
		display: inline-block;
		width: 85%;
	}
	.mobile-menu {
		display: block;
		position: absolute;
		top: 200px;
		z-index: 20;
		border-bottom: 2px solid #fff;
		width: 100%;
		}
	.mobile-menu li {
		display: block;
		float: none;
		width: 100%;
		background: #000;
		border-top: 1px solid #333;
		margin: 0 !important;
		}
	.mobile-menu li a {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: #000;
		color: #fff;
		padding: 0px;
		}
	.mobile-menu li a:hover {
		background: #fff;
		color: #000;
		padding: 0px;
		border-bottom: 1px solid #000;
		}
	nav ul li:hover a {
		position: static;
		padding: 0px;
		}
	
	#top-slider {
		display: none;
		}
		
	section#home {
		margin-top: 100px;
		}
	
	section {
		margin-top: 100px;
		}
	section .fluid3:nth-child(2) {
		margin: 0 auto;
	}
	section .boksy .tekst {
		min-height: 50px;
		margin-bottom: 20px;
		}
	.more {
		width: 300px;
		margin: 0 auto;
		}
	article {
		margin-top: 70px;
		}
	article section {
		margin-top: 0px;
		}
	footer {
		height: 250px;
		}
	footer .fluid3,
	footer .third {
		display: none;
		}
	footer .two {
		width: 100%;
		height: 50px;
		}
	footer .stopka {
		border: none;
		}
		
	.footer-mini-top {
		display: block;
		float: none;
		position: static;
		margin-top: 25px;
	}
	.footer-mini-top ul {
		width: 100%;
		}
	.footer-mini-top ul li {
		display: block;
		float: none;
		height: 50px;
		line-height: 50px;
		text-align: center;
		margin: 0;
		border-bottom: 1px solid #fff;
		}	
	.footer-mini-top ul li.dropdown-menu {
		margin: 0;
		}
	.footer-mini-top ul li.dropdown-menu a {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
		}
	.footer-mini-top ul li img {
		display: none;
		}
	.footer-mini-top ul li a,
	.footer-mini-top ul li a:hover {
		display: block;
		width: 100%;
		border-left: none;
		height: 50px;
		line-height: 50px;
		}
	.footer-mini-top ul li.dropdown-menu {
		z-index: 999;
		}
	.footer-mini-top ul li.dropdown-menu img {
		display: inline-block;
		}
	.footer-mini-top ul li.dropdown-menu ul li a {
		background: #333;
		color: #fff;
		}
	}
@media only screen and (max-width: 600px) {
		article section img.img3 {
			margin-bottom: 10px;
		}
		.img-transport {
			width: 90%;
			}
	}
@media only screen and (max-width: 480px) {
	.menu-toggler div {
		width: 80%;
	}
	.more {
		width: 100%;
	}
	}
@media only screen and (max-width: 400px) {
	
	}











