body {
	margin: 0px;
	padding: 0px;
	font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
	font-size: 14px;
	background: #fff;
	line-height: 30px;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loader {
  display: inline-block;
  background: #fff;
  width: 31px;
  height: 31px;
  padding:5px;
  position: relative;
  border: 4px solid #Fff;
  border-radius: 999px;
}

.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 501; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  line-height: 24px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}
.modal-button {
    border: 2px solid #d50100;
    text-decoration: none;
    padding: 20px;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.modal-button:hover {
    background: #d50100;
    color: #fff;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 50px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-bottom: 5px solid #d50100;
}
.modal-logo {
    max-width: 200px
    padding-bottom: 10px;
}
.modal h5 {
    font-size: 30px;
    padding:30px 0px;
    margin: 0px;
    color: #a5a5a5;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.c_galeria {
    display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.c_galeria_item {
    aspect-ratio: 1 / 1;
  overflow: hidden;
}
.c_galeria_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_row_table {
  background: #f1f1f1;
}
#like-box-disabled {
	position: fixed;
	z-index: 99;
	width: 296px;
	top: 102px;  /* jego polozenie od gory */
	left: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box-disabled:hover {
	/*right: 0px;*/
}
.belt:hover  > #like-box-disabled {
	left: 0px;
}

/* zewnetrzna ramka boxa */
#like-box-disabled .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
	top: -40px;
    width: calc(100% - 4px);
}

/* wewnetrzne tlo boxa */
#like-box-disabled .inside {
	position: relative;
	z-index: 2;
	background: #fff;
    padding:20px;
}  
#like-box-disabled .inside img {
    float: left;
    margin-top: -5px;
    margin-right: 10px;
}
#like-box-disabled .inside p {
  margin: 5px 0px;
}
#like-box-disabled .inside a {
    color: #000;
    text-decoration: none;
}

/* pasek z logo FB */
#like-box-disabled .belt {
	position: relative;
  z-index: 0;
  float: right;
  width: 40px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  right: -40px;
}


#like-box {
	position: fixed;
	z-index: 99;
	width: 296px;
	top: 150px;  /* jego polozenie od gory */
	right: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: right 0.5s ease-out;
	-moz-transition: right 0.5s ease-out;
	-o-transition: right 0.5s ease-out;
	transition: right 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box:hover {
	/*right: 0px;*/
}
.belt:hover  > #like-box {
	right: 0px;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
	top: -129px;
}

/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}

/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	float: left;
	width: 40px; /* wysokosc */
	height: 130px; /* szerokosc */
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	right: 40px;
}
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 150px);
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* dopasowanie bez zniekszta�ce� */
  z-index: -1;
}

.hero-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-overlay h1 {
  color: white;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.c_boks_top {
    background: rgba(255,255,255,0.9);
    width:95%;
    max-width: 820px;
    margin:auto;
}
.c_boks_top_content {
    padding: 8% 10%;
}
.c_boks_top_content_head {
    color: #155883;
    font-size: 17px;
    font-weight: 600;
}
.c_boks_top_content_title {
    color: #181e25;
    font-size: 46px;
    font-family: "Lora", sans-serif;
    padding: 20px 0px 50px 0px;
}
.c_boks_top_content_content {
   color: #155883;
    font-weight: 600;
    padding-bottom: 30px;
}
.c_boks_top_content_link {
    margin: 30px 0px;
}
.c_boks_top_content_link a {
    background: #da010b;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    
}
#m_kontakt {
    background: #fff url(kontaktbg.jpg) no-repeat top center;
    padding-top: 180px;
    margin-bottom: 100px;
}
#m_kontakt_content {
    width: 95%;
  max-width: 740px;
  background: #f8f8f8;
  margin: 10px auto;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(194, 194, 194, 1);
-moz-box-shadow: 0px 0px 11px 0px rgba(194, 194, 194, 1);
box-shadow: 0px 0px 11px 0px rgba(194, 194, 194, 1);
}

#m_licznikMain_content {
    width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 50px 0px;
}
.c_licznikMain {
    width: 23%;
    float: left;
    margin: 1%;
    background: #e3ecf2;
    color: #155582;
    text-align: center;
}
.c_licznikMain_img {  
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.c_licznikMain_img img {
     width: 55px;
}
.c_licznikMain_value {
    font-size: 30px;
    font-weight: normal;
}
.c_licznikMain_text {
    padding-top: 30px;
    line-height: 20px;
    height: 70px;
}


.c_title_small {
    font-size: 16px;
    color: #155883;
    text-align: center;
    font-weight: 600;
}
.c_title_big {
    color: #181e25;
    font-size: 46px;
    font-family: "Lora", sans-serif;
    text-align: center;
    padding: 30px 0px;
}
.c_title_small_white {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.c_title_big_white {
    color: #fff;
    font-size: 46px;
    font-family: "Lora", sans-serif;
    text-align: center;
    padding: 30px 0px;
}
.c_top_img {
    margin-bottom: 20px;
}
        





.c_blog {
   width: 48%;
   padding: 10px 1% 50px;
   float: left;
}
#m_head {
  background: #181e25;
  color: #c2c2c2;
}
#m_head_content {
   width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 10px 0px;
}
#m_head span {
	padding-right: 30px;
}
#m_head span img {
	margin-right: 5px;
	margin-bottom: -4px;
    width: 16px;
}
#m_head a {
	color: #21201E;
	text-decoration: none;
	 transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
#m_head a:hover {
	color: #1fa7a7;
}
#m_adres {
	float: right;
}
#m_adres a {
	text-decoration: none;
	color: #c2c2c2;
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
#m_adres a:hover {
	color: #fff;
}
.c_godziny {
	border: 9px solid #0DB7BB;
	text-align: center;
	padding: 30px;
	margin: 40px 20px;
}
.c_godziny_name {
	font-size: 18px;
	font-weight: 800;
	color: #000;
	margin-bottom: 10px;
}
.c_godziny_value {
	font-size: 36px;
	color: #7F7F7F;
	margin-bottom: 30px;
}
#m_oferta {
	background: #fff;
	padding: 20px 0px;
}
#m_oferta_content {
	width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 10px 0px;
}

#m_aktualnosciMain {
	background: #155582;
	padding: 30px 0px;
}
#m_aktualnosciMain_content {
	width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 10px 0px;
  color: #fff;
}
figure {
	width: 100%;
  max-height:250px;	
	line-height: 0px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover_fx figure img {
  width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover_fx figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.3);
}
.c_boks_news {
    margin: 20px 1%;
    width: 31%;
    float: left;
}
.c_boks3 {
  margin: 20px;
  color: #fff;
}
.c_boks3_img {
	line-height: 0px;
}
.c_boks3_content {
	padding: 0px 10px 20px 10px;
}
.c_boks3_data {
    margin: 15px 0px;
}
.c_boks3_title {
	font-weight: normal;
	font-size: 18px;
    font-family: "Lora", sans-serif;
    height: 85px;
}
.c_boks3_text {
	font-size: 14px;
    height: 140px;
}
.content2 .c_boks3_url a {
    color: #fff !important;
}
.c_boks3_url {
}
.c_boks3_url a {
	background: #da010b;
	padding: 15px 25px;
	text-decoration: none;
	color: #fff;	
    border-radius: 5px;
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.c_boks3_url a:hover {
	background: #aa030b;
}
#m_fb {
	background: #fff;
	padding: 30px 0px;
}
#m_fb_content {
	width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 10px 0px;
}
.c_boks2 {
	margin: 10px;
}
.c_boks2_title {
	color: #0CB8B6;
	font-weight: bold;
	margin: 5px 0px;
	font-size: 18px;
}
.c_boks2_text, .c_boks2_text iframe {
	width: 100% !important;
}

#m_subpage {
  background: #000;
  padding: 0px;
}
.c_spec_bg {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c_spec_bgcolor {
    background-color: rgba(0,0,0,0.6);
    padding: 140px 0px 230px 0px;
}
#m_subpage_content {
  width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  color: #fff;
}
#m_subpage_text {
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    padding: 20px 0px;
    color: #fff;
    margin: 0px;
}
#m_subpage_text2 {
font-size: 16px;
line-height: 24px;
margin: 40px 0px;
color: #fff;
}
table {
    border-bottom: 1px solid #666;
}
#gallery {
}
.c_galeria {
    margin: 5px;
    text-align: center;
}
.c_galeria img {
    max-height: 500px;
}
#m_boks1 {
    background: #fff;
    padding: 0px;
    display: flex
}
#m_boks1_left {
  float: left;
  flex:2;
  background: url('../photo/box1/1.jpg') no-repeat center;
  
}
#m_boks1_right {
  float: left;
  flex:3;
}
#m_boks1_right_content {
    padding: 50px 5px 50px 10%;
    max-width: 600px;
    color: #575757;
}
#m_boks1_right_content h1 {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    background: url(index_03.png) no-repeat left bottom;
    padding-bottom: 20px;
}
#m_boks1_right_content h1 b { 
	color: #0CB8B6;
}

#m_boks4 {
    margin: 70px 0px 100px;
}
.c_boks4 {
    color: #fff;
    padding: 30px 0px;
}
.c_boks4_content {
	margin: 5px;
    padding:30px;
	background-color: #fff;
}
.c_boks4_title {
    margin-top: 5px;
    font-size: 22px;
    font-family: "Lora", sans-serif;
    height: 80px;
}
.c_boks4_img img {
	padding: 10px;
}
.c_boks4_text {
    padding: 0px;
    line-height: 25px;
    height:320px;
}
.c_boks4_url {
	padding: 10px 0px 50px 0px;
}
.c_boks4_url a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;	
}
.c_boks4_url a:hover {
	color: #da010b;
}
.c_foto {
    line-height: 0px;
}
.c_foto img {
  width: 33.3%;
  padding: 0px !important;
  border: 1px solid #fff;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  
}
.c_clear {
    clear: both;
}

.content2 h4 {
font-size: 18px;
color: #000;
margin: 0px;
padding: 10px 0px;
}
#m_menu_content_2 {
	padding-bottom: 20px;
}
#m_main_content h3 {
	color: #165682;
    font-size: 20px;
    padding: 0px;
margin: 0px;
}
#m_main_content h3 i, #m_main_content h3 em {
	font-size: 40px;
}

.c_mobile_info {
    display: none;
}
.c_ok {
  padding: 10px;
  text-align: center;
	margin: 5px auto 15px auto;
  background: #c3ffc0;
  border: 1px solid #298424;
}
.c_error {
  padding: 10px;
  text-align: center;
  margin: 5px auto 15px auto;
  background: #ffc0cb;
  border: 1px solid #800000;
}


.fluid_container {
	margin: 0 auto;
	max-width: 2560px;
	width: 100%;
	z-index: 0;
	
}
.c_topImg {
  background: #fff;
}
.c_top_social {
    display: block;
    margin: 10px;
}
.c_top_social img {
    padding: 0px 5px;
}
#m_top {
  
}
#m_top_content {
   width: 95%;
  max-width: 1230px;
  margin: 0px auto;
}
#m_logo {
    padding: 10px 0px;
    width: 20%;
    float: left;
}
#m_menu {
    width: 80%;
    float: left;
    padding: 19px 0px;
    text-align: right;
}

/* */ 
.toggleMenu {
    display:  none;
    background:  url(index_13.png) no-repeat scroll 50% 50%;
    padding: 20px 21px;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    color: #fff;
    z-index: 100;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    text-decoration: none;
}
.toggleMenu:hover {
   background: #000 url(index_13.png) no-repeat scroll 50% 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:#181e25;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.nav a:hover {
  z-index: 100;
  color:#fff;
  background: #155884;
  border-radius: 3px;
}
.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
    background: bottom center url("downArrow.png") no-repeat;  
}
.nav > li > .parent:hover {
    background: #155884 bottom center url("downArrow.png") no-repeat; 
}
.nav > li > a {
    display: table-cell;   
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    background: #7c7f84;
    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: #f1f2f8;
    border: 0px;
    color: #000;
    padding: 8px 0px;   
    position: relative;
    z-index:100;
    width: 240px; 
}
.c_hidden_menu {
  display: none;
}
@media screen and (max-width: 959px) {  
    .active {
        display: block; 
    }
    .c_hidden_menu {
        display: block;
    }
    .nav {
      background: #666;
      float: none;
      position: absolute;
      width: 95%;
      left: 2.5%;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    background: #666;
    padding: 0%;
    width: 100%;
     
    }
    .nav a {
        padding: 20px 0px;
        color:#fff;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-bottom: 1px solid #000;
        border-top:0px;
        border-left:0px;
        border-right:0px;
        width: 100%;
        height: auto;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }
    .nav a:hover {
      background: #1fa7a7; 
    }
    .nav > li > a {
      display:block;
    }
    .nav li li a {
      width: 100%;
      padding: 13px 0px;
      background: #898888;
      color:#fff;
      border-bottom: 1px solid #000;
        border-top:0px;
        border-left:0px;
        border-right:0px;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }

}
.c_ofert_frame {
  width:50%;
  float: left;
  background: #f9f9f9;
}
.c_ofert_frame_content {
  padding: 10px;
  border: 1px solid #f28e50;
  font-size: 18px;
}
.c_photo img {
  padding: 2px;
}
.c_more_item {
  margin-top: 30px;
}
.c_more_item a {  
  background: #1fa7a7;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.c_more_item a:hover {
  background: #7f7f7f;
}
#m_bottom {
    background: #e3ecf2;  
}
#m_bottom_content {
  padding: 40px 0px;
  width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #175783;
}
#m_bottom_content a {
    text-decoration: none;
    color: #175783;
    transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s; 
}
#m_bottom_content a:hover {
    color: #ff0000;
}
.c_bottom_33 {
    width: 31%;
    margin: 0px 1% 20px 1%;
    float: left;
    text-align: left;
}
#m_main_left {
    width: 68%;
    float: left;
}
#m_main_right {
   width: 32%;
   float: left;
}
#m_main_right_content {
    padding-left: 30px;
    color: #666;
    line-height: 24px;
}
.c_menu_right {
    border-top: 1px solid #d9d9d9;
    padding: 25px;
}
.c_menu_right h3 {
    color: #152644;
    padding: 0px 0px 15px 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
}
.c_menu_right h3 img {
    margin-right: 15px;
    margin-bottom: -13px;
}
#m_boxc {

}
#m_boxc_content {
    width: 95%;
  max-width: 1230px;
    margin: 0px auto;
    color: #fff;
    line-height: 24px;
}
.c_box_bg {
   position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c_box_bgcolor {
    background: rgba(21,38,68,0.8);
    padding: 70px 0px;
}
#m_boxc_content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 40px 0px;
    padding: 0px 0px 15px 0px;
}
.c_box_icon {
    padding-top: 50px;
    width: 70%;
    margin: 0px auto;
}
.itemIcon {
    text-align: center;
}
.itemIcon h4 {
    font-weight: bold;
    font-size: 18px;
}
.item {
  width: 50%;
  float: left;
  margin:0;
}
.item_content {
  padding: 9%;
  color:#fff;
  line-height: 25px;
}
.item h1 {
  color: #fff;
  font-size:60px;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
}
.item h3 {
  color: #fff;
  font-size:25px;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  line-height: 40px;
}
.itemFoto {
  width: 50%;
  float: left;
  margin:0;
  height: 480px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.7;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('index_10.png') no-repeat;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.scrollup:hover {
    opacity:1;
}
img {
	max-width: 100%;
}
.c_mapa {
	width: 50%;
	float: left;
}
.responsywny-box-mapa {
    position: relative;
    padding-bottom: 30.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsywny-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsywny-box iframe, .responsywny-box-mapa iframe,   
.responsywny-box object,  
.responsywny-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c_content_left_column {
  width: 58%;
  float: left;
  padding-right: 2%;
}
.c_content_right_column {
  width: 38%;
  float: left;
  padding-left: 2%;
}
.c_gallery_left {
  width: 68%;
  float: left;
  padding-right: 2%;
}
.c_gallery_right {
  width: 28%;
  float: left;
  padding-left: 2%;
}
#m_main {
    background: #fff;
}
#m_main_content {
  padding: 50px 0px;
  width: 95%;
  max-width: 1230px;
    margin: 0px auto;
}



#haslo {
  margin-top: 10px;
  margin-bottom: 10px;
}
#m_left {
	float: left;
	width: 23%;
	margin-top: 20px;
}
#m_left h1 {
  margin: 0px;
  font-weight: normal;
	font-size: 16px;
	color: #fff;
	background: #002b5c;
	padding: 15px 0px 15px 25px;
}
.c_category, .c_news, .c_new_item {
  margin-bottom: 15px;
}
.c_news a {
  margin: 5px 0px 5px 0px;
}
.c_new_item {
  margin-top: 3px;
}
.c_new_item img {
  border: 3px solid #000;
  margin: 0px;
}
.c_new_item img:hover {
  border: 3px solid #fcbd30;
}
.content {
}
.content h1 {
  color: #181e25;
  font-size: 46px;
  font-family: "Lora", sans-serif;
  text-align: center;
  padding: 30px 0px;
  font-weight: normal;
  line-height: 50px;
}
.content h1 b {
	color: #0CB8BB;
}
.content h2 {
  font-size: 30px;
  font-weight:800;
  color: #000;
  margin: 5px 0px 10px 0px;
  padding: 0px;
  line-height: 40px;
}
.content h5, .content h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 14px;
}
.content2 {
	color: #505050;
	padding: 15px 0px 30px 0px;
	line-height: 30px;
}
.content2 b, .content2 strong {
	font-weight: 700;
}
.content2 a, #m_boks1_right_content a {
	text-decoration: none;
	color: #165883;
	transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.content2 a:hover, #m_boks1_right_content a:hover {
	color: #ee1c24;
}
.content2 a img {
  padding: 5px;
}
.content2 ul li, #m_box2_right ul li {
    list-style-image: url(index_01.png);
    padding-left: 10px;
    padding-top: 4px;
}    
.button {
  background: #da010b;
  border:0px;
  padding: 15px 25px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  cursor: pointer;
}
.button:hover {
	background-color: #1fa7a7;
	color: #fff;
}
.szuk {
	width: 90%;
    border: 2px solid #e6e6e8;
	color: #333333;
	padding: 10px;
	transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  background: #fff;
}
.szuk:hover, .textarea:hover, .captcha:hover {
  border: 2px solid #13577c;
}
.progress {
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #bbb;
}
.bg-success {
  background-color: #28a745 !important;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .6s ease;
}
.textarea {
	width: 90%;
  border: 2px solid #e6e6e8;
	margin-left: 4px;
	color: #333333;
	padding: 1%;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.captcha {
	width: 40%;
	box-shadow: 0px 0px 4px #d7d7d7;
  border: 5px solid #fff;
	font-size: 12px;
	color: #333333;
	padding: 1%;
	transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.captchaimg {
	margin-left: 4px;
	margin-bottom: 5px;
}
.szukaj_mobile {
  width: 50%;
  float: left;
  padding: 2% 5%;
  border: 1px solid #000;
  color: #777;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5%;
}
.button_search_mobile {
  width: 30%;
  float: left;
  padding: 2% 5%;
  background: #1fa7a7;
  border: 0px solid #d70a24;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.button_search_mobile:hover {
  background: #b2b3b3;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.akt {
	padding: 5px;
}
.c_autor {
  text-align: left;
  font-size: 11px;
  padding: 20px 5%;
  background: #e3e4e4;
  color: #9f1111;
}
.c_autor a {
  text-decoration: none;
  color: #9f1111;
}
.c_autor a:hover {
  color: #000;
}
.c_button {
    color: #fff !important;
    background: #1fa7a7;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: bold;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.c_button:hover {
    color: #fff !important;
    background: #152644;
    text-decoration: none !important
}

#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: #165782;
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #fff;
    font-size: 14px;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
   
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
     .c_head_adres {
     	display: none;
     }
#m_logo {
  width: 70%;
  }
  #m_menu {
  width: 30%;
  }
   .c_boks4 {
  width: 50%;
  }

}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .c_head_adres {
     	display: none;
     }
     .c_boks4 {
  width: 50%;
  }
#m_logo {
  width: 70%;
  }
  #m_menu {
  width: 30%;
  }
  .c_boks4 {
  width: 100%;
  }
  #m_boks1 {
  display: block;
  }
  #m_boks1_left {
  flex: unset;
  width: 100%;
  height: 300px;
  }
  #m_boks1_right {
  flex: unset;
  width: 100%;
  }
  .c_mapa {
  width: 100%;
  }
  .c_lekarz {
  	width: 200px;
  }
    #m_subpage_text {
    font-size: 50px;
    line-height: 50px;
    }
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 599px) {
   .c_head_adres {
     	display: none;
     }
#m_logo {
  width: 70%;
  }
  #m_menu {
  width: 30%;
  }
  .c_boks4 {
  width: 100%;
  }
  #m_boks1 {
  display: block;
  }
  #m_boks1_left {
  flex: unset;
  width: 100%;
  height: 300px;
  }
  #m_boks1_right {
  flex: unset;
  width: 100%;
  }
  .c_mapa {
  width: 100%;
  }
  .c_lekarz {
  	width: 200px;
  }
   #m_subpage_text {
    font-size: 40px;
    line-height: 40px;
    } 
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 539px) {
    .c_head_adres {
     	display: none;
     }
#m_logo {
  width: 70%;
  }
  #m_menu {
  width: 30%;
  }
  .c_boks4 {
  width: 100%;
  }
  #m_boks1 {
  display: block;
  }
  #m_boks1_left {
  flex: unset;
  width: 100%;
  height: 300px;
  }
  #m_boks1_right {
  flex: unset;
  width: 100%;
  }
  .c_mapa {
  width: 100%;
  }
  .c_lekarz {
  	width: 200px;
  }
  .content h2 {
  font-size: 25px;
  line-height: 30px;
  }
    
    #m_subpage_text {
    font-size: 32px;
    line-height: 32px;
    } 
   
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
    }
      
} 

@media only screen and (min-width: 320px) and (max-width: 479px) {  
   .c_head_adres {
     	display: none;
     }
#m_logo {
  width: 70%;
  }
  #m_menu {
  width: 30%;
  }
  .c_boks4 {
  width: 100%;
  }
  #m_boks1 {
  display: block;
  }
  #m_boks1_left {
  flex: unset;
  width: 100%;
  height: 300px;
  }
  #m_boks1_right {
  flex: unset;
  width: 100%;
  }
  .c_mapa {
  width: 100%;
  }
  .c_lekarz {
  	width: calc(100% - 20px);
  	display: block !important;
  }
  #m_head span {
  padding-right: 0px;
}
#m_adres a {
  padding: 16px 20px;
  }
  .content h2 {
  font-size: 24px;
  line-height: 30px;
  }
  #m_main_content h3 {
  font-size: 18px;
  }
  .c_godziny {
  margin: 20px 0px;
  }
   
   #m_subpage_text {
    font-size: 24px;
    line-height: 24px;
    }  
    .c_blog {
   width: 98%;
   } 
    

    .c_content_left_column, .c_content_right_column {
      width: 98%;
      padding: 1%;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
    }
}