@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,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;
	}






/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   GRID
   ========================================================================== */
.container {
	width: 100%;
}
.wrapper {
    width: 1100px;
    margin: 0 auto;
}

.fluid2 {
	width: 50%;
	}
.fluid3 {
	width: 33.33333%;
	}   
.fluid4 {
	width: 25%;
}

.cols2 {
	width: 550px;
	}
.cols3 {
	width: 366px;
	}
.cols4 {
	width: 275px;
	}

.two {
	width: 780px;
	}
.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: "Open Sans", sans-serif;
	font-size: 13px;
	overflow-x: hidden;
	background: #efefef;
	}

body a:hover {
	color: #333;
	}
/* ==========================================================================
   HEADER
   ========================================================================== */
body > header {
	width: 100%;
	height: 120px;
	background: url(../images/header-bg_01.png) top center no-repeat;
	}
	
body > header .wrapper {
	position: relative;
	height: inherit;
	}	
	
body > header h1 {
	margin: 0;
	margin-left: -50px;
	}

.mini-top {
	margin-top: 17px;
	font-size: 11px;
	color: #9a9a9a;
	}
.mini-top ul li {
	background: url(../images/sep_03.png) top right no-repeat;
	padding: 0 25px;
	}
.mini-top ul li:last-child {
	background: none;
	padding-right: 0px;
	}
.mini-top img {
	margin-right: 10px;
	}
.mini-top a {
	font-weight: normal;
	color: #9a9a9a;
	line-height: 16px;
	}

.mini-kontakt {
	float: right;
	clear: right;
	margin-top: 25px;
	}
.mini-kontakt p {
	font-size: 35px;
	color: #585757;
	font-weight: bold;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	
	}
.mini-kontakt a {
	margin: 0; padding: 0;
	}
.mini-kontakt img {
	margin: 0; padding: 0;
	vertical-align: top;
	margin-top: -15px;
	}


/* ==========================================================================
   HOME
   ========================================================================== */
#home-slider {
	width: 2000px;
	height: 530px;
	position: relative;
	overflow-x: hidden;
	}
#home-slider .left {
	width: 1163px;
	height: 530px;
	position: absolute;
	left: 0px;
	transition: all 0.2s ease-in;
	z-index: 2;
	background: url(../images/home1.png) no-repeat;
	}
#home-slider .right {
	width: 1217px;
	height: 530px;
	position: absolute;
	right: 0px;
	z-index: 1;
	background: url(../images/home2.png) no-repeat;
	}

#home-slider .left:hover,
#home-slider .right:hover {
	opacity: 0.8;
	}


/* ==========================================================================
   NAV
   ========================================================================== */
nav {
	background: url(../images/nav-bg_02.png) #818787 top center no-repeat;
	height: 60px;
	line-height: 60px;
	}
nav .wrapper {
	
	}
nav ul.menu li {
	height: 60px;
	}
nav ul.menu li a {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	padding: 0 45px;
	background: url(../images/sep-nav.png) 100% 50% no-repeat;
	}
nav ul.menu li a.first {
	padding-left: 0px;
	}
nav ul.menu li a.last {
	background: none;
	}
nav ul.menu li a:hover {
	color: #333;
	}
nav ul.menu li.dropdown-menu {
	position: relative;
	}
nav ul.menu li.dropdown-menu ul {
	position: absolute;
	top: 60px;
	min-width: 250px;
	background: #818787;
	border-top: 1px solid #fff;
	}
nav ul.menu li.dropdown-menu ul li {
	border-bottom: 1px solid #fff;
	}
nav ul.menu li.dropdown-menu ul li a {
	background: none;
	}

/* ==========================================================================
   SEARCH
   ========================================================================== */	
.searchBox {
	margin-right: 0px;
	}	
.searchBox form input {
	border: none;
	outline: none;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}	
.searchBox form input[type="text"] {
	width: 145px;
	background: #fff;
	color: #000;
	padding-left: 10px;
	background: url(../images/lupa_03.jpg) #f0f0f0 100% 50% no-repeat;
	outline: 1px solid #818787;
	}
.searchBox form input[type="submit"] {
	width: 100px;
	background: #818787;
	color: #fff;
	margin-left: -5px;
	font-weight: bold;
	outline: 1px solid #818787;
	}

/* ==========================================================================
   PATH
   ========================================================================== */
#breadcrumbs {
	height: 45px;
	line-height: 45px;
	font-size: 11px;
	color: #585858;
	}
#breadcrumbs a {
	color: #585858;
	font-weight: normal;
	}
#breadcrumbs img {
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 8px;
	margin-right: 8px;
	}
/* ==========================================================================
   PD
   ========================================================================== */
section article a {
	font-weight: normal;
	}
section article.pd {
	padding-bottom: 50px;
	}
section article ul li {
	color: #7f7f7f; 
	}
section article h1,
section aside h2 {
	color: #605f5f;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	margin: 0; padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	}
section aside > div {
	padding: 0px 0px 0px 40px;
	}
section article p,
section aside p {
	font-size: 13px;
	color: #7f7f7f;
	line-height: 22px;
	}

section aside .left img:hover {
	opacity: 0.9;
	}	
section aside .left p {
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin: 0;
	}

.fluid4 {
	text-align: center;
	vertical-align: bottom;
	}
.fluid4 img {
	height: 160px;
	width: 160px;
	}

.powrot {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	}
.powrot a {
	margin: 0; padding: 0;
	line-height: 16px;
	height: 16px;
	font-size: 12px;
	}
.powrot a:hover {
	font-weight: bold;
	}
.powrot a img {
	width: 16px;
	height: 16px;
	margin: 0; padding: 0;
	margin-top: -2px;
	}
	
/*** 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: #ccc;
	color: #fff;
	box-shadow: #555 0px 0px 3px;
	}

/* ==========================================================================
   BOKSY
   ========================================================================== */	
.boksy {
	display: block;
	}
.boksy .left{
	margin: 20px 12px 40px;
	}
.boksy .left:first-child {
	margin-left: 3px;
	}
.boksy img:hover {
	opacity: 0.9;
	}


/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
	border-top: 3px solid #fff;
	box-shadow: inset #dcdcdc 0px 0px 50px;
	height: 300px;
	font-size: 12px;
	color: #9a9a9a;
	padding-top: 25px;
	background: #fff;
	}
footer p {
	margin: 5px 0px;
	}
footer a {
	color: #9a9a9a;
	}
footer .right {
	text-align: right;
	}
footer .left img {
	margin-left: -35px;
	}
footer ul li a {
	font-size: 13px;
	font-weight: normal;
	padding: 0 15px;
	line-height: 26px;
	}
footer ul li a.last {
	padding-right: 0px;
	}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1100px) {
	
	}

@media only screen and (max-width: 960px) {
	
	}

@media only screen and (max-width: 480px) {
	
	}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}