body {
	margin: 0px;
	padding: 0px;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	background: #fff;
    border-top: 1px solid #000;
    color: #3b3b3b;
    line-height: 24px;
}
body.hc, body.hc a, body.hc a:active, body.hc a:hover, #m_head.hc, h1.hc, h2.hc, #m_menu_top.hc, #m_copy.hc, #m_autor.hc, .c_metryka_item.hc, .c_underline.hc, .content_metryka.hc {
    color: #ff0 !important;
    border-color: #ff0 !important; 
    background-color: #000 !important;
}
body.hc {
    background-color: #000 !important; 
}
.c_kontakt {
    width: 20%;
    float: left;
    padding: 10px 0px;
}
#m_menu_top_content {
    padding: 15px 0px;
}
#m_menu_top_content a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
#m_menu_top_content img {
    margin: 0px 5px -7px 10px;
}
#m_bip_link {
    margin-left: 10%;
}
#m_autor {
    border-top: 2px solid #175683;
    padding-top: 15px;
    text-align: center;
}
.content_metryka {
    border-top: 2px solid #175683;
}
.c_metryka_item {
    background: #eee;
    padding: 5px;
    margin: 10px 0px;
    text-align: center;
}
.c_rejestrZmian {
    border-bottom: 1px solid #000;
    padding: 5px 0px;
    margin-bottom: 20px;
}
#m_menu_top {
   background: #175683;
   border-bottom: 4px solid #000;
}
#m_menu_top_content {
  width: 95%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

#m_menu {
    width: 25%;
    float: left;
}
#m_web_content {
   width: 75%;
    float: left; 
}
.c_content_img {
    width: 48%;
    padding: 5px 1%;
} 
.c_button {
    color: #fff !important;
    background: #0375fd;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_button:hover {
    color: #fff !important;
    background: #434241;
    text-decoration: none !important;
}
/* */
.toggleMenu {
    display:  none;
    background: #fff url(index_13.png) no-repeat scroll 95% 50%;
    padding: 20px 2%;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #000;
    z-index: 100;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.toggleMenu:hover {
  color: #fff;
   background: #202021 url(index_13.png) no-repeat scroll 95% 50%;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100;
     float: right; 
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
    z-index: 100; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
    z-index: 100;
     
}
.nav a {
    padding: 10px 15px;
    color:#3b3b3b;
    background: #eeeeee;
    border-left: 4px solid #175683;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    z-index: 100; 
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    margin-bottom: 4px;
}
.nav a:hover {
  color: #fff;
  background: #175683;
}.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    z-index: 100;
}
.nav > li > .parent {
    background: 93% center url("downArrow.png") no-repeat;
    padding-right: 20px;  
}
.nav > li > .parent:hover {
    background: #175683 93% center url("downArrow.png") no-repeat;
    padding-right: 20px; 
}
.nav > li > a {
    display: block;   
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    width: 240px;
    padding:0px; 
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    background: #454545;
    padding: 8px 5px;   
    position: relative;
    z-index:100;
    color: #fff;
    width: 240px;
    border-bottom: 1px solid #383838;
}
.c_hidden_menu {
  display: none;
}
@media screen and (max-width: 767px) {  
    .active {
        display: block; 
    }
    .c_hidden_menu {
        display: block;
    }
    .nav {
      background: #454545;
      float: none;
      position: absolute;
      left: 2.5%;
      width: 95%;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    background: #454545;
    padding: 0%;
    width: 100%; 
    }
    .nav a {
        padding: 20px 0px;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-left:0px;
        border-bottom: 1px solid #000;
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .nav > li > a {
      display:block;
    }
    .nav li li a {
      width: 100%;
      padding: 13px 0px;
      background: #585858;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }
    .nav > li > .parent {
    background: center 93% url("downArrow.png") no-repeat;
    padding-right: 0px;  
    }
    .nav > li > .parent:hover {
        background: #175683 center 93% url("downArrow.png") no-repeat;
        padding-right: 0px; 
    }

}
.content a {
	color: #175683;
	text-decoration: none;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.content a:hover {
	text-decoration: underline;
}
.c_pages {
  margin-top: 20px;
}
.c_pages a {
  color: #000;
  font-size: 13px;
  padding: 5px 9px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-decoration: none;
  border-radius: 20px;
}
.c_pages a:hover {
  color: #fff;
  background: #163d64;
}
#m_head {
    border-top: 8px solid #e8e8e8;
}
#m_head_content {
  width: 95%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

#m_logo {
  width: 75%;
  float: left;
  padding: 20px 0px;
}
#m_logo_left {
   float: left;
   padding-right: 40px;
   border-right: 1px solid #a1a1a1;
   padding-top: 10px;
  padding-bottom: 10px; 
}
#m_logo_right {
  float: left;
  padding-left: 40px; 
}
#m_logo_right h1 {
    color: #3b3b3b;
    font-weight: normal;
    padding: 5px 0px;
    margin: 0px;
    font-size: 30px;
    line-height: 32px;
}
#m_logo_right h2 {
    color: #175683;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}
#m_search {
  width: 25%;
  float: left; 
  padding-top: 30px;
}
.c_search_content {
    padding: 5px 10px;
    border: 1px solid #eee;
}
.szukaj {
    width: 86%;
    float: left;
    border: 0px none;
    margin-right: 0px;
    padding: 7px 2%;
}
.button_search {
    background: #fff url('index_08.png') no-repeat scroll center center;
    border: 0px none;
    margin: 0px;
    padding: 7px 2%;
    width: 10%;
    float: left;
    text-align: right;
}





.content h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 10px;
  padding: 5px 0px 5px;
  line-height: 32px;
}
.c_underline {
    width: 85px;
    border-top: 2px solid #175683;
    margin-bottom: 15px;
}
.c_content_url {
    margin: 25px 0px;
}
.content h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0px 10px;
  padding: 5px 0px 5px;
}
.content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 5px 0px 5px;
}
#m_main_content {  
	padding: 40px 0px;
    width: 95%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;	
}
#m_copy {
  background: #3b3b3b;
  border-top: 7px solid #175683;
}
#m_copy_content {
  padding: 20px 0px;
  width: 95%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  color: #fff; 
}
#m_copy_content a {
  color: #fff;
  text-decoration: none;
     transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_copy_content a:hover {
  color: #175683;
}
.c_privacy {
  color: #175683 !important;
}
.c_news_date {
  margin: 15px 0px 5px 0px;
}
.c_news_foto {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.content {
    padding-left: 6%;
}
.content2 {
	padding: 15px 0px;
}
.content2 a img {
  
}
.c_mainPage_left strong {
  font-size: 18px !important;
  font-weight: bold;
  color: #202020 !important;
}
.c_mainPage_left ul li {
    list-style-image: url(index_14.png);
}
.c_mainPage_left ul {
  margin: 0px;
  padding-left: 25px;
  line-height: 33px;
}
.button {
	background: #707070;
	border: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin: 5px;
	padding: 15px 20px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.button:hover {
	background: #000;
}
.szuk {
	width: 88%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.textarea {
	width: 88%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.captcha {
	width: 88%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px; 
}
.captchaimg {
	margin-left: 4px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 5px;
}
img {
	max-width: 100%;
	border: 0px;
} 
.c_content_left_column {
  width: 48%;
  padding-right: 2%;
  float: left;
}
.c_content_right_column {
  width: 48%;
  padding-left: 2%;
  float: left;
}
.responsywny-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsywny-box iframe,   
.responsywny-box object,  
.responsywny-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cookie-info-layer{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 1px 1px 4px #aaa;
    padding: 20px;
    width: 480px;

    font-size: 12px;
    color: #7a7a7a;
    line-height: 19px;
    text-align: justify;
    font-family: Arial;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cookie-info-layer a{
    text-decoration: underline;
    color: #7a7a7a;
}
#cookie-info-layer .cookie-info-close{
    float: right;
    display: inline-block;
    background-color: #175683;
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:80px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('index_05.png') no-repeat;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.scrollup:hover {
    opacity:0.8;
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
   .c_kontakt {
    width: 33%;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    .c_kontakt {
    width: 33%;
    }
    #m_logo_right h1 {
    font-size: 25px;
    }
    #m_logo_right h2 {
    font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
   .c_kontakt {
    width: 33%;
    }
    #m_logo_right h1 {
    font-size: 25px;
    }
    #m_logo_right h2 {
    font-size: 14px;
    }
    #font1 span, #font2 span, #font3 span {
        display: none;
    }
    #m_logo {
    width: 100%;
    } 
    #m_search {
    width: 100%;
    padding: 10px 0px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
     .c_kontakt {
    width: 50%;
    }
    .c_kontakt_main {
    width: 100% !important;
    }
    #m_logo_right h1 {
    font-size: 25px;
    }
    #m_logo_right h2 {
    font-size: 14px;
    }
    #font1 span, #font2 span, #font3 span {
        display: none;
    }
    #m_logo {
    width: 100%;
    } 
    #m_search {
    width: 100%;
    padding: 10px 0px;
    }
    #m_logo_left {
    padding-right: 10px;
    }
    #m_logo_right {
    padding-left: 10px;
    }
    #m_bip_link {
    margin-left: 1%;
    }
    #m_menu, #m_web_content {
    width: 100%;    
    }
    
    .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 599px) {
    .c_kontakt {
    width: 50%;
    }
    .c_kontakt_main {
    width: 100% !important;
    }
    #m_logo_right h1 {
    font-size: 25px;
    }
    #m_logo_right h2 {
    font-size: 14px;
    }
    #m_menu_top span {
        display: none;
    }
    #m_logo {
    width: 100%;
    } 
    #m_search {
    width: 100%;
    padding: 10px 0px;
    }
    #m_logo_left {
    padding-right: 0px;
    text-align: center;
    border-right: 0px;
    float: none;
    }
    #m_logo_right {
    padding-left: 0px;
    text-align: center;
    float: none;
    }
    #m_bip_link {
    margin-left: 10%;
    }
    #m_menu, #m_web_content {
    width: 100%;    
    }
    
    .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
   
 
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
   .c_kontakt {
    width: 50%;
    }
    .c_kontakt_main {
    width: 100% !important;
    }
    #m_logo_right h1 {
    font-size: 25px;
    }
    #m_logo_right h2 {
    font-size: 14px;
    }
    #m_menu_top span {
        display: none;
    }
    #m_logo {
    width: 100%;
    } 
    #m_search {
    width: 100%;
    padding: 10px 0px;
    }
    #m_logo_left {
    padding-right: 0px;
    text-align: center;
    border-right: 0px;
    float: none;
    }
    #m_logo_right {
    padding-left: 0px;
    text-align: center;
    float: none;
    }
    #m_bip_link {
    margin-left: 10%;
    }
    #m_menu, #m_web_content {
    width: 100%;    
    }
    .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
   #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .c_kontakt {
    width: 100%;
    text-align: center;
    }
    #m_logo_right h1 {
    font-size: 25px;
    }
    #m_logo_right h2 {
    font-size: 14px;
    }
    #m_menu_top span {
        display: none;
    }
    #m_logo {
    width: 100%;
    } 
    #m_search {
    width: 100%;
    padding: 10px 0px;
    }
    #m_logo_left {
    padding-right: 0px;
    text-align: center;
    border-right: 0px;
    float: none;
    }
    #m_logo_right {
    padding-left: 0px;
    text-align: center;
    float: none;
    }
    #m_bip_link {
    margin-left: 2%;
    }
    #m_menu_top_content img {
    margin: 0px 0px -7px 0px;
    }
    #m_menu, #m_web_content {
    width: 100%;    
    }
   
  
  .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
    #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
    .scrollup {
    bottom: 20px;
    right: 20px;
    }

}
