html,
body {
  font-size: 16px;
}
body {
  font-family: 'Open Sans';
  margin: 0px;
  padding: 0px;
  color: #030303;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  background-color: #FEFEFE;
}
a,
a.inverted,
a.white {
  cursor: pointer;
  color: #de0121;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a.inverted {
  color: #474948;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
  color: #474948;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
  color: #de0121;
}
a.white:hover,
a.white:focus {
  color: rgba(0,0,0,0.4);
}
.right {
    float: right;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
  font-family: 'Open Sans';
  color: #de0121;
  margin-bottom: 1rem;
}
h3 {
    text-align: left;
    font-weight: 400;
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #426da7;
    text-transform: unset;
}
h3 .color {
    color: #de0121;
}
h3 .bold {
	font-weight: 600;
}
h3.left {
	text-align: left;
}
h4 {
    font-size: 20px;
    color: #de0121;
    margin: 0;
    padding-top: 1em;
    padding-bottom: .5em;
	font-weight: 400;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.os-content {
  padding: 1em;
}
.os-content-full {
  padding: 2em
}
.os-content-half {
  padding: .5em 1em;
}
i.circle-button {
    width: 65px;
    height: 65px;
    background: #fff;
    color: #cf262c;
    border-radius: 50%;
    border: solid 2px;
    padding: 10px;
	font-size: 40px;
}
header {
  position: relative;
  background-color: #FFF;
}
header .top-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
header .top-bar div.item,
header .top-bar a.item {
	color: #303030 !important;
}
header .top-bar a.item:hover{
	background: #cf2027 !important;
	color: #fff !important;
}
header .middle-bar {
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px
}
table {
    width: 100%;
    text-align: left;
}
td, th{
	padding: .5em;
}
tr:nth-child(2n + 1){
	background: #dfeef5;
}
thead > tr:nth-child(1){
	background-color: #fff;
}
#langmenu .item {
    display: block;
    float: left;
    padding: .5em;
    opacity: .5;
	transition: all 150ms;
}
#langmenu .item:first-child {
    padding: .6em 1em 0;
    font-size: 14px;
}
#langmenu .item:first-child,
#langmenu .item.active,
#langmenu .item:hover {
    opacity: 1;
}
.subheader {
  background-color: #F5F5F5;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  display: block;
  background-image: url(../images/crumbs_bg.jpg);
  padding: 1em 0;
  background-attachment: fixed;
	padding-top: 120px;
}
.subheader h1 {
    color: rgb(15, 16, 16);
    margin: 0;
    font-size: 28px;
    text-align: center;
}
.subheader h1 small {
  display: inline-block;
  padding-left: 1em;
  font-weight: 600;
  font-size: .5em;
  color: rgba(255,255,255, 0.55);
}
.os.breadcrumb ul{
	padding:0;
	margin:0;
}
.os.breadcrumb ul li{
	display:inline-block;
}
.os.breadcrumb ul li .crumb_submenu li{
	display:block;
	padding:5px 10px;
}
ul.crumb_submenu {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
	transition:linear 300ms;
	margin-top:10px;
	margin-left:-20px;
	box-shadow:1px 1px 1px #cdcdcd;
}
.os.breadcrumb ul li:hover > .crumb_submenu{
    max-height: 1000px;
}
#suggestions {
  position: absolute;
  width: 100%;
  top: 3em;
  z-index: 100
}
#search-results {
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#search-results {
  background-color: #FFF;
}
#search-results .item {
  display: block
}
#page {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
	display: inline-block;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li, ul.sm-vertical li {
    float: none;
    display: block;
    text-align: left;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 2.5em 1em;
	text-align: right;
}
.isStuck {
  left: 0px;
  width: 100%;
}
#livesearch {
    padding: 1.9em 1em;
}
/* Menu box
===================*/
#menu-wrap{
	position: absolute;
	width: 100%;
	background-color: transparent;
 	z-index: 9000;
	top: 0;
}
.mobile_menu {
	display:none;
    text-align: center;
    padding: 10px;
    font-size: 30px;
	cursor:pointer;
}
.top-menu {
  position: relative;
}
.topmenu li > a {
  display: block;
  position: relative;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  height: 100%;
  color: #686868;
  font-weight: 600;
  padding: 1.2em 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 600 !important;
  font-size: 1.15rem;
}
.topmenu li > a small {
    position: absolute;
    bottom: .7em;
    width: 100%;
    text-align: center;
    right: 0;
    color: #d02128;
}
.topmenu > li > ul.menu-submenu li > a small {
    position: relative;
    padding-left: .5em;
    bottom: 0;
}
.topmenu > li > ul.menu-submenu li:hover > a small {
    color: #fff;
}
.topmenu li:hover > a {
  color: #de0121;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease
}
.topmenu li > a.active {
  color: #de0121;
}
.topmenu li > a i.icon {
  margin-right: .5em;
}
.topmenu li > a.has-submenu {
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;
  box-shadow: inset 1px 0 0 0 #EEE;
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
.topmenu ul {
  background: #FFF;
  border-top: 5px solid #de0121;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
/* Sub menu indicators
===================*/
.topmenu ul.menu-submenu {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.topmenu > li > ul.menu-submenu {
    margin-top: 1.95em;
    border: none;
    border-radius: 0;
}
.topmenu a span.sub-arrow {
	display: none;
}
.topmenu ul a span.sub-arrow {
  position: absolute;
  right: 1em;
  transform: rotate(-90deg);
}
.topmenu ul a {
  font-size: 1em;
  white-space: nowrap;
  font-weight: 400;
  text-transform: none;
  padding: 8px 15px
}
.topmenu ul a:hover {
  background: #de0121;
  color: #FFF
}
.topmenu ul a.active {
  box-shadow: none;
  background: #de0121;
  color: #FFF
}
/* == Plugis Layout == */
#topwidget {
  box-shadow: 0 -2px 0 0 #fff;
  background-color: #fff;
}
#topwidget .static-image {
  background-attachment: scroll;
  background-image: url("uploads/images/pages/static.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  color: #fff
}
#topwidget .static-image > h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600;
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
}
#botwidget {
  position: relative;
	background: #f9fafc;
  padding:20px 0;
}
/* Livesearch
===================*/
#livesearch i.search.link.icon {
    color: #de0121;
    border: solid 1px #de0121;
    border-radius: 50%;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 7px;
    margin-top: 5px;
}
input#searchfield {
    float: right;
    width: calc(100% - 35px);
    border: none;
    background: transparent;
}
#livesearch .item {
    padding: 1em 0;
}
/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
#login .section {
  background-color: #FCFCFC;
  border: 1px solid #F1F1F1;
  padding: 1.5em;
  position: relative;
  margin-top: -1px;
  z-index: 1
}
#login .section .item {
  margin-bottom: 2em;
}
#login .section .item label {
  display: block;
  margin-top: 1em;
}
#login .section .item input {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  box-shadow: none;
  color: #888888;
  display: inline-block;
  line-height: 20px;
  outline: medium none;
  padding: 14px 10px;
  resize: none;
  transition: all 0.1s linear 0s;
  width: 100%;
  background-color: #FFFFFF;
}
#login .nav {
  z-index: 2
}
#login .nav > a {
  display: block;
  float: left;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#login .nav > a:last-child {
  border-left: 0
}
#login .nav > a.active {
  background-color: #FCFCFC;
  border-bottom: 1px solid #FCFCFC;
}
img.captcha {
    padding: 0.5em;
    border: solid 1px;
    margin-top: -0.5em;
    margin-left: 1em;
}
/* == Footer == */
footer .copyright_content {
    width: 720px;
    float: right;
}
footer {
    color: #fff;
    background: #426da7;
}
footer a{
    color: #fff;
}
footer h3{
	padding-bottom: 1em;
    color: #fff;
}
footer .logo {
  max-width: 130px
}
footer .copyright {
  text-align: left;
  font-family:'Open Sans';
  font-size:12px;
  padding:10px 0;
	padding-top: 2em;
}
footer iframe {
    filter: grayscale(1) brightness(1) invert(1) opacity(.5);
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  opacity: 0.8;
  color: #ccc;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 14px/18px 'Icons';
  color: #ccc;
}
#error-page {
  height: 100%;
  background-image: url(../images/404_bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  text-align: center;
  background-color: #282828;
  box-shadow: inset 0 10px 0 0 #000000, inset 0 -10px 0 0 #000000;
  position: relative
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #7F7F7F;
  font-size: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
.logo img {
	transition: linear 150ms;
}
.isStuck .logo img {
    max-height: 100px;
}
#menu-wrap.isStuck {
    background: rgba(255,255,255, .95);
}
#menu-wrap.isStuck ul.sm {
    padding: 2.5em 1em 0;
}
#menu-wrap.isStuck #livesearch {
    padding: 1em 1em;
}
#dzialy_glowna {
    text-align: center;
    margin-top: -200px;
    position: relative;
}
#dzialy_glowna > div > div:hover i{
	transform: scale(1.1);
}
#dzialy_glowna i.circle-button {
    border-color: #cf262c;
    color: #184d95;
	transition: all 150ms;
}
#dzialy_glowna h4 {
    font-weight: 600;
    color: #184d95;
}
#dzialy_glowna p {
    font-weight: 300;
    color: #101111;
}
.zgloszenie th{
	white-space: nowrap;
    writing-mode: vertical-rl;
	text-align: end !important;
}
.zgloszenie td {
    text-align: center;
}
.zgloszenie th:not(:last-child),
.zgloszenie td:not(:last-child) {
    border-right: solid 1px #E2E4D0;
}
 @media only screen and (max-width: 768px) {
#menu-wrap {
    position: relative;
}
.mobile_menu {
	display:block; 
    width: 100%;
	color:#404040;
}
ul#menu{
	max-height:0 !important;
	overflow:hidden;
	transition:all 300ms;
    padding: 0;
}
ul#menu.active{
	max-height:none !important;
	overflow:visible;
	transition:all 300ms;
}
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: .5em;
  margin-left: auto;
  text-align: center;
}
ul.topmenu {
  width: auto;
  background-color: #fff;
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.topmenu>li {
  float: none;
	display: block;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.topmenu iframe {
  display: none;
}
/* Menu box
===================*/
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0,0,0,.05);
	margin-top: 0 !important;
}
.topmenu li > a {
  display: block;
  padding: .5em 1em;
  text-align: left;
  color: #184d95;
	border-bottom: solid 1px rgba(24, 77, 149, .3)
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
  margin-right: 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 500;
  font-size: .95em;
}
.topmenu li > a small {
  display: none;
}
.topmenu a span.sub-arrow {
  position: absolute;
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a {
  background: #de0121;
  color: #fff;
}
.topmenu li > a.active,
.topmenu > li:first-child,
.topmenu li:hover > a {
  box-shadow: none
}
.topmenu a.highlighted span.sub-arrow {
  display: none;
}
.topmenu li {
  border-left: 0;
}
.topmenu li a {
  padding: 1em;
	text-align: center;
}
.topmenu li:first-child {
  border-top: 0;
}
#footer .links {
  float: none!important
}
.os.tabs li {
  float: none;
}
.os.tabs li a.active,
 .os.tabs li a.active:hover {
  border-color: #de0121;
}
#dzialy_glowna {
    margin-top: 0;
}
#dzialy_glowna h4 {
    font-size: 14px;
}
footer .copyright_content {
    width: 100%;
    text-align: center;
}
footer h3 {
    text-align: center;
    padding: 1em 0;
}
footer .copyright {
    text-align: center;
}
h3 {
    text-align: center;
    padding-bottom: 1em;
}
.subheader {
    padding: 1em;
}
.logo img {
    max-height: 80px;
}
}
