html {
  scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: #fff;
    color: #000;
	line-height: 30px;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.progress {
  background: #f1f1f1;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 15px;
  width: 150px;
}

.progress-value {
  animation: load 3s infinite ease;
  box-shadow: 0 10px 15px -10px #fff;
  border-radius: 100px;
  background: #fec746;
  height: 10px;
  width: 30px;
  margin-left:-20px
}
@keyframes load {
  0% { margin-left:0px; }
  50% { margin-left: 120px; }
  100% { margin-left: 0px; }
}
.c_telefon_bottom {
	font-size: 20px;
}
.c_50_img {
    width: 46%;
    margin: 5px 1%;
} 
#m_logo_content {
   width: 95%;
  max-width: 1430px;
  margin: 0px auto;
  padding-bottom: 40px;
}
#m_logo_content h4 {
    color: #000;
    font-size: 24px;
    border-bottom: 3px solid #FEC746;
}
.c_logo_img {
    text-align: center;
    padding: 5px;
}
#m_newsletter {
    background: #f0f0f0;   
    padding: 80px 0px 50px 0px;
}
#m_newsletter_content {
  width: 95%;
  max-width: 1430px;
  margin: 0px auto;
}
#m_newsletter h6 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.c_newsletter_text {
    text-align: center;
}
.c_newsletter_content {
    padding: 10px 5px;
}
.c_newsletter_20 {
    width: 20%;
    float: left;
}
.c_newsletter_30 {
    width: 30%;
    float: left;
}
 .item_rea {
  margin: 15px 2%;
  color: #fff;
  width: 29%;
  float: left;
  background: #fff;
  border: 1px solid #f8f9fa;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    -webkit-box-shadow: 0px 0px 19px 0px #e3e3e3;
    -moz-box-shadow: 0px 0px 19px 0px #e3e3e3;
    box-shadow: 0px 0px 19px 0px #e3e3e3;   
}
.item_rea_content {
  color: #838993;  
	width: 100%;
	height: 100%;	
	padding: 0;
}
.item_rea_text {
  padding: 20px; 
  line-height: 24px;
}
.item_rea_text b {
  font-size: 18px;
  color: #3c393e;
}
.item_rea_text h2 {
    height: 40px;
    padding: 10px 0px 0px 0px;
}
.item_rea_text h2 a {
    color: #000;
    font-size: 20px !important;
}
.item_rea_text h2 a:hover {
    text-decoration: none;
    color: #0e5db6;
}
.item_rea_text_height {
   height: 80px;
}
figure {
	width: 100%;
  max-height:250px;	
	line-height: 0px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover_fx figure img {
  width: 100%;
  padding: 0px !important;
	-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_row_oferta {
    display: flex;
    margin: 40px 0px;
}
.c_row_oferta_bg {
    background: #f0f0f0;
}
.c_row_oferta_text {
    flex: 3;
    float: left;
}
.c_row_oferta_photo {
    flex: 2;
    float: left;
    background-position: center !important;
}
.c_row_oferta_content {
    padding: 100px 10% 100px 5%;
    width: 85%;
    max-width: 700px;
    float: right;
}
.c_row_oferta_content2 {
    padding: 100px 5% 100px 10%;
    width: 85%;
    max-width: 700px;
}
.c_row_oferta h2 {
    font-size: 30px;
  color: #000;
  background: url(index_01.png) no-repeat bottom left;
  margin: 10px 0px 25px;
  padding: 20px 0px;
  font-weight: bold;
  line-height: 40px;
}

#m_priorytet {
background: #fff;
padding: 50px 0px;
}
#m_priorytet_content {
width: 95%;
max-width: 1430px;
margin: 0px auto;
}
#m_priorytet h5 {
	color: #000;
    padding: 5px;
    margin: 0px;
	font-weight: bold;
	font-size: 24px;
    text-align: center;
}
#m_boxcsz {
 background: #fff;
 padding-bottom: 50px;
}
#m_boxcsz_content {
padding: 40px 0px;
width: 95%;
max-width: 1430px;
margin: 0px auto;
}
#m_boxcsz h3 {
font-size: 30px;
font-weight: normal;
color: #5C5C5C;
text-align: center;
}
.c_boxcsz_all {
	width: 31%;
	float: left;
	margin: 10px 1%;
	padding: 40px 0px 10px;
	height: 200px;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f0f0f0;
    border-bottom: 6px solid #FDC745;
    text-align: center;
}
.c_boxcsz_title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
    height: 60px;
	color: #000;
}
.c_boxcsz_title a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_boxcsz_title a:hover {
    color: #0d5fbd;
}
.c_boxcsz_content {
	
}
#m_social {
	background: #1E1D23;
	padding: 25px 0px;
	text-align: center;
}
#m_social img {
	padding: 0px 5px;
}


#embed-video-container {
background: #000 !important;
}
.c_video {
    width: 33%;
    float: left;
}
.c_kontakt {
   padding-bottom: 30px;
}
.c_kontakt_item1 {
    width: 40%;
    float: left;
    text-align: right;
}
.c_kontakt_item2 {
    width: 20%;
    float: left;
    text-align: center;
}
.c_kontakt_item3 {
    width: 40%;
    float: left;
    font-weight: bold;
}
.c_kontakt a {
    color: #fff;
    text-decoration: none;
}
.c_kontakt img {
   margin-bottom: -3px;
   padding-right: 10px;
}
.c_kontakt span {
    padding: 0px 10px;
}
.c_text_align_center {
    text-align: center;
}
#m_oferta {
}
#m_oferta_content {
  margin: 0px auto;
  padding: 60px 0px 100px;
}
#m_oferta h3 {
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    margin: 0px;
    padding-bottom: 20px;
}
.c_oferta_all {
    width: 46%;
    float: left;
    margin: 15px 2%;
}
.c_oferta_nr {
    font-weight: normal;
    font-size: 36px;
    color: #50B1DE;
    float: left; 
    width: 50px;
}
.c_oferta_content {
    float: left;
    width: calc(100% - 50px);
    border-left: 1px solid #50B1DE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c_oferta_content_text {
    padding-left: 30px;
}
.c_oferta_content h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}



#m_realizacje {
    background: #fff;
}
#m_realizacje_content {
    width: 95%;
    max-width: 1430px;
  margin: 0px auto;
  padding: 30px 0px;
  color: #000;
}
#m_realizacje_content h4 {
   font-size: 36px;
color: #000;
margin: 10px 0px 65px;
padding: 25px 0px;
font-weight: bold;
text-align: center;
background: url(index_01.png) no-repeat bottom center;
}
.c_realizacja {
    width: 33.3%;
    float: left;
}
.c_realizacjaMain {
    width: 33.3%;
    float: left;
}
.c_realizacja_content {
   padding: 5px; 
   text-align: center;
}
.c_realizacja_content img {
   transform: scale(1);
   transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1; 
    position: relative;
}
.c_realizacja_content img:hover {
   transform: scale(1.1);
   z-index: 2;
}
.c_realizacja_content a {
    text-decoration: none;
    color: #000;
}
.c_realizacjeAll {
    text-align: center;
    margin: 30px 0px;
    font-size: 18px;
}
.c_realizacjeAll a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_realizacjeAll a:hover {
    color: #ffcd05;
}

.c_realizacja_text {
   height: 100px !important;
}
#m_kontakt {
    background: #FEC746; 
}
#m_kontakt_content {
   width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 30px 0px;
  position: relative;
  color: #104271;
}

#m_kontakt a {
    color: #104271;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#m_kontakt a:hover {
	color: #000;
}
.c_kontakt_33 {
    width: 33.3%;
    float: left;
}
.c_kontakt_33 h3 {
   font-size: 18px;
}
#gallery {
}
.c_stopka_text {
    text-align: center;
}
.c_galeria {
    text-align: center;
    width: 24%;
    float: left;
    margin: 0.5%;
    height: 250px;
}
.c_galeria_content {
}
.c_galeria img {
    height: 100%;
    max-height: 230px !important; 
}

.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 ul {
	margin-top: 0px;
}
.content2 h4 {
font-size: 26px;
color: #000;
margin: 0px;
font-weight: normal;
padding: 10px 0px;
}
#m_menu_content_2 {
	padding-bottom: 20px;
}
#m_main_content h3 {
	color: #0e5db6;
    font-size: 20px;
}
#m_main_content h3 i, #m_main_content h3 em {
	font-size: 40px;
}

.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: #000;
  margin-top: -150px;
}
.c_top_social {
    display: block;
    margin: 10px;
}
.c_top_social img {
    padding: 0px 5px;
}
#m_top_sub {
    position: relative;
    width: 100%;
    z-index: 100;
    background: #1E1D23 url(bg.jpg) no-repeat center;
    padding-bottom: 30px;
}
#m_top {
    position: relative;
    width: 100%;
    z-index: 100;
}
#m_top_content {
   width: 95%;
  max-width: 1430px;
  margin: 0px auto;
}
#m_logo {
    padding-top: 40px;
    line-height: 0px;
    width: 30%;
    float: left;
}
#m_menu {
    width: 70%;
    float: left;
    padding: 18px 0px;
    text-align: right;
}


/* */ 
.toggleMenu {
    display:  none;
    background:  url(index_13.png) no-repeat scroll 50% 50%;
    padding: 20px 21px;
    border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    color: #fff;
    z-index: 100;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-decoration: none;
}
.toggleMenu:hover {
   background: #fff url(index_13.png) no-repeat scroll 50% 50%;
   border: 1px solid #0e5db6;
}
.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 18px;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.nav a:hover {
  z-index: 100;
  background: #fec746;
  color: #fff;
}
.c_social_menu {
    padding: 13px 7px !important;
    line-height: 0px;
}
.c_social_menu:hover {
   background: #fff !important;
}
.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: #0e5db6 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: 1023px) {  
    .active {
        display: block; 
    }
    .c_hidden_menu {
        display: block;
    }
    .nav {
      background: #000;
      float: none;
      position: absolute;
      width: 95%;
      left: 2.5%;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    background: #000;
    padding: 0%;
    width: 100%;
     
    }
    .nav a {
        padding: 20px 0px;
        color:#fff;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-bottom: 1px solid #666;
        border-top:0px;
        border-left:0px;
        border-right:0px;
        width: 100%;
        height: auto;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .nav a:hover {
      background: #0e5db6; 
    }
    .c_social_menu {
    padding: 13px 0px !important;
     line-height: 0px;
    }
    .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: #0e5db6;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_more_item a:hover {
  background: #7f7f7f;
}
#m_bottom {
    background: #1E1D23;   
}
#m_bottom_content {
  padding: 40px 0px;
  width: 95%;
  max-width: 1430px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #AFAFAF;
}
#m_bottom_content a {
    text-decoration: none;
    color: #AFAFAF;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; 
}
#m_bottom_content a:hover {
    color: #0e5db6;
}


#m_stopka {
   background: #000;
}
#m_stopka_content {
  padding: 50px 0px;
  width: 95%;
  max-width: 1430px;
  margin: 0px auto;
  color: #fff;
}
#m_stopka_left {
    width: 50%;
    padding: 30px 0px;
    float: left;
    text-align: center;
}
#m_stopka_right {
    width: 50%;
    padding: 20px 0px;
    float: left;
}
#m_miasta_content {
    padding: 60px 0px;
  width: 95%;
  max-width: 1430px;
  margin: 0px auto;
  color: #666;
}
#m_miasta_content h2 {
    text-align: center;
    color: #666;
    margin:0px;
    padding: 10px 0px 40px;
    font-size: 30px;
    font-weight: 800;
}
.c_miasta {
    width: 33.3%;
    float: left;
    text-align: center;
}
.c_miasta a {
    color:#666;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_miasta a:hover {
    color:#55b466;
}
#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: 1430px;
    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.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.scrollup:hover {
    opacity:1;
}
img {
	max-width: 100%;
}
.responsywny-box-mapa {
    position: relative;
    padding-bottom: 0%;
    padding-top: 0px;
    height: 500px;
    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%;
    border: 0px;
}
.c_content_left_grey {
	background: #F6F6F6;
	padding: 10px 20px 10px 20px;
}
.c_content_left_column {
  width: 48%;
  float: left;
  padding-right: 2%;
}
.c_content_right_column {
  width: 48%;
  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_content, .m_main_content2 {
  padding: 50px 0px;
  width: 95%;
  max-width: 1430px;
    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 {
  font-size: 30px;
  color: #000;
  background: url(index_01.png) no-repeat bottom center;
  margin: 10px 0px 25px;
  padding: 25px 0px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.content h1 b {
  color: #0e5db6;
  font-weight: 900;
}
.content h1 span {
    padding: 0px 10px;
}
.content h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight:bold;
  color: #0e5db6;
  margin: 10px 0px;
  padding-bottom: 20px;
  
}
.content h5 {
  font-size: 14px;
  font-weight:bold;
  color: #16A8E4;
  margin: 10px 0px;
  padding: 0px;
  
}
.content h5 b, .content h5 strong {
    color: #0e5db6;
}
.content h6 {
  font-size: 30px;
  font-weight:bold;
  color: #333333;
  margin: 10px 0px;
  padding: 0px 0px 30px 0px;
  
}
.c_realizacja h2 {
  height: 45px;
}
.c_box2 h4 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 14px;
}
.content2 {
	color: #000;
	padding: 15px 0px 30px 0px;
	line-height: 30px;
}
.content2 b, .content2 strong {
	font-weight: 700;
}
.content2 a {
	text-decoration: none;
	color: #0e5db6;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.content2 a:hover {
	color: #000;
	text-decoration: underline;
}
.content2 a img {
  padding: 5px;
}
.content2 ul li, #m_box2_right ul li {
    list-style-image: url(index_03.png);
    padding-left: 10px;
    padding-top: 4px;
}
.c_form_input {
    margin: 10px 0px;
}  
.c_form_rodo {
    font-size: 12px;
    line-height: 14px;
}  
.c_form_input_50 {
    width: 50%;
    float: left;
}
.c_form_button {
    text-align: left;
}
.button {
	background-color: #0e5db6;
	border: 0px;
    border-radius: 3px;
	color: #fff;
	padding: 10px 40px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  cursor: pointer;
}
.button:hover {
	background-color: #000;
	color: #fff;
}
.szuk {
	width: calc(100% - 22px);
  border: 1px solid #ddd;
	color: #333333;
	padding: 10px;
	 font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.szuk:hover, .textarea:hover, .captcha:hover {
  border: 1px solid #0e5db6;
}
.textarea {
	width: calc(100% - 22px);
    border: 1px solid #ddd;
	color: #333333;
	padding: 10px;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.captcha {
	width: calc(100% - 32px);
  border: 1px solid #ddd;
	color: #333333;
	padding: 10px;
	 font-family: 'Montserrat', sans-serif;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_form_input_50 img {
    padding: 0px !important;
}
.szukaj_mobile {
  width: 50%;
  float: left;
  padding: 2% 5%;
  border: 1px solid #000;
  color: #777;
  margin-top: 5px;
  margin-left: 5%;
}
.button_search_mobile {
  width: 30%;
  float: left;
  padding: 2% 5%;
  background: #0e5db6;
  border: 0px solid #d70a24;
  color: #fff;
  margin-top: 5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s 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: #0e5db6;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s 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: left;
    display: inline-block;
    background-color: #0d4c8d;
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #000;
    font-size: 14px;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (min-width: 1201px) and (max-width: 1420px) {
    .nav a {
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .nav a {
    padding: 10px 6px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    .c_kontakt {
    padding-bottom: 10px;
    }
    .c_boxcsz_all {
  width: 31%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .c_kontakt {
    padding-bottom: 10px;
    }
    .c_boxcsz_all {
  width: 98%;
  }
  .item_rea {
    width: 96%;
  }
  .c_newsletter_20 {
  width: 100%;
  text-align: center;
  }
  .c_newsletter_30 {
  width: 50%;
  }

}
@media only screen and (min-width: 600px) and (max-width: 767px) {
       .c_kontakt {
    padding-bottom: 10px;
    }
     .c_kontakt_2 {
    display: none;
    }
    .c_boxcsz_all {
  width: 98%;
  }
  .item_rea {
    width: 96%;
  }
  .c_newsletter_20 {
  width: 100%;
  text-align: center;
  }
  .c_newsletter_30 {
  width: 50%;
  }
  .c_kontakt_33 {
    width: 100%;
    text-align: center;
  }
  .c_row_oferta {
  display: block;
  }
  .c_row_oferta_text {
  flex: unset;
  }
  .c_row_oferta_content {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_content2 {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_photo {
  flex: unset;
  float: left;
  height: 450px;
  width: 100%;
}
    
    .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_kontakt {
    padding-bottom: 10px;
    }
    .c_kontakt_2 {
    display: none;
    }
    .c_boxcsz_all {
  width: 98%;
  }
  .item_rea {
    width: 96%;
  }
  .c_newsletter_20 {
  width: 100%;
  text-align: center;
  }
  .c_newsletter_30 {
  width: 50%;
  }
  .c_kontakt_33 {
    width: 100%;
    text-align: center;
  }
  .c_row_oferta {
  display: block;
  }
  .c_row_oferta_text {
  flex: unset;
  }
  .c_row_oferta_content {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_content2 {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_photo {
  flex: unset;
  float: left;
  height: 400px;
  width: 100%;
}
    .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_kontakt {
    padding-bottom: 10px;
    }
    .c_kontakt_2 {
    display: none;
    }
    .c_50_img {
    width: 98%;
    margin: 5px 0px;
} 
    .c_boxcsz_all {
  width: 98%;
  }
  .item_rea {
    width: 96%;
  }
  .c_newsletter_20 {
  width: 100%;
  text-align: center;
  }
  .c_newsletter_30 {
  width: 50%;
  }
  .c_kontakt_33 {
    width: 100%;
    text-align: center;
  }
  .c_row_oferta {
  display: block;
  }
  .c_row_oferta_text {
  flex: unset;
  }
  .c_row_oferta_content {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_content2 {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_photo {
  flex: unset;
  float: left;
  height: 350px;
  width: 100%;
}
.c_kontakt span {
  padding: 0px 4px;
}
.c_boxcsz_title {
  font-size: 14px;
  line-height: 24px;
}
    .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_kontakt {
    padding-bottom: 10px;
    }
     .c_kontakt_2 {
    display: none;
    }
    .c_50_img {
    width: 98%;
    margin: 5px 0px;
} 
    .c_boxcsz_all {
  width: 98%;
  }
  .item_rea {
    width: 96%;
  }
  .c_newsletter_20 {
  width: 100%;
  text-align: center;
  }
  .c_newsletter_30 {
  width: 50%;
  }
  .c_kontakt_33 {
    width: 100%;
    text-align: center;
  }
  .c_row_oferta {
  display: block;
  }
  .c_row_oferta_text {
  flex: unset;
  }
  .c_row_oferta_content {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_content2 {
  padding: 50px 3%;
  width: 94%;
  }
  .c_row_oferta_photo {
  flex: unset;
  float: left;
  height: 250px;
  width: 100%;
}
.c_kontakt span {
  padding: 0px 4px;
}
.c_boxcsz_title {
  font-size: 14px;
  line-height: 24px;
} 
.c_kontakt_1 {
    display: none;
}
#m_logo {
  width: 50%;
}
#m_menu {
  width: 50%;
}
    .c_content_left_column, .c_content_right_column {
      width: 98%;
      padding: 1%;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
    }
}