body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	background: #222;
}

/* */
.toggleMenu {
    display:  none;
    background: #1f1f24 url(index_13.png) no-repeat scroll 95% 50%;
    padding: 25px 5%;
    width: 90%;
    color: #fff;
    z-index: 100;
    border-bottom: 1px solid #000;
}
.toggleMenu:hover {
   background: #06a2e4 url(index_13.png) no-repeat scroll 95% 50%;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100;
}
.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: 27px 18px;
    color:#7a7f88;
    text-decoration: none;
    text-align: center;
    z-index: 100; 
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    vertical-align: middle;
    border-bottom: 6px solid #1f1f24;
    font-weight: bold;
}
.nav a:hover {
  color: #fff;
  border-bottom: 6px solid #da3300;
}.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
    background: 93% center url("downArrow.png") no-repeat;
    padding-right: 40px;  
}
.nav > li > .parent:hover {
    background: 93% center url("downArrow.png") no-repeat;
    padding-right: 40px; 
}
.nav > li > a {
    display: table-cell;   
}
.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;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    background: #454545;
    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-right: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: center 93% url("downArrow.png") no-repeat;
        padding-right: 0px; 
    }

}
#m_realizacjeMain {
  background: #fff;
  padding: 50px 0px;
}
#m_realizacjeMain_content {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
  line-height:24px;
}
#m_realizacjeMain h1 {
  margin-top: 0px;
  font-size: 30px;
  color: #000;
  line-height: 32px;
  text-align: center;
  background: url(index_03.png) no-repeat bottom center;
  padding-bottom: 20px;
}
.item_realizacje {
  width: 48%;
  padding: 10px 1%;
  float: left;
}
.c_realizacje_img {
  float: left;
  width: 28%;
  height: 150px;
  padding-right: 5%;
}
.c_realizacje_img img{
  width: 150px;
  height: 150px;
}
.c_realizacje_title a {
  font-size: 18px;
  font-weight: bold;
  color: #da3300;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-decoration: none;
}
.c_realizacje_title a:hover {
   color: #44a8da;
}
.c_realizacje_date {
  font-size: 12px;
  color: #44a8da;
  border-bottom: 1px dotted #c6c3b2;
}
.item_realizacje_contentMain {
  float: left;
  width: 67%;
}
.c_realizacje_content {
  color: #868688;
}









.content a {
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	color: #222;
	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 {
  background: #1f1f24;
}
#m_head_content {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
#m_logo {
  width: 20%;
  float: left;
  padding: 15px 0px;
  text-align: center;
  background: #fff;
}
#m_menuGora {
  float: left;
  width: 56%;
  padding-left: 4%;
  padding-top: 22px;
}
#m_search {
  float: left;
  width: 20%;
  background: #35373d;
  border-radius: 5px;
  margin-top: 38px;
}
.c_button_search {
  background: url(index_01.png) no-repeat center;
  border:0px;
  padding: 5px 15px;
}
.c_search {
  background: none;
  color: #7a7f88;
  border: 0px;
}
#m_main_content h1, #m_news_content h1 {
  font-size: 30px;
  color: #06a2e4;
  line-height: 32px;
  background: url(index_03.png) no-repeat bottom center;
  padding-bottom: 20px;
  text-align: center;
}
.content h2 {
  border-top: 3px solid #da3300;
  border-bottom: 3px solid #06a2e4;
  margin: 0px 0px 10px 0px;
  padding: 9px 26px;
  font-weight: normal;
  clear: both;
  border-radius: 10px;
  color: #222;
}
.item_spec {
  color: #868688;
}
.item_spec_content {              
  margin: 0px 15px;
  line-height: 24px;
}
.item_rea {
  margin: 15px 1%;
  color: #fff;
  width: 23%;
  float: left;
  border-bottom: 3px solid #da3300;
  background: #f1f1f1;
  height: 290px;
}
.item_rea_content {
  color: #163d64;  
	width: 100%;
	height: 100%;	
	padding: 0;
}
.item_rea_text {
  padding: 10px 5px; 
}
figure {
	width: 100%;	
	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;
	max-height: 175px;
}
.hover_fx figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.c_name_title a {
  color: #1f1f24;
  padding: 15px 0px;
  text-align: center;
  background: url(index_03.png) no-repeat bottom center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_name_title a:hover {
  color: #da3300;
}
.c_name_content {
  padding-top: 15px;
}
.c_name_spec {
  padding: 15px 10px;
  text-align: right;
}
.c_name_spec a {
  color: #45c3ed;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_name_spec a:hover {
  color: #000;
}

#m_specjalizacje {
  background: #fff;
  padding: 50px 0px;
}
#m_specjalizacje_content {
  width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
#m_box {
  background: #f5f6f7;
  border-bottom: 1px solid #d6dddf;
  border-top: 1px solid #d6dddf;
}
#m_box_content {
  padding: 30px 0px;
  width: 1150px;
	margin-left: auto;
	margin-right: auto;
	color: #1f1f24;
	line-height: 24px;
}
#m_box_content h1 {
  margin-top: 0px;
  font-size: 30px;
  color: #06a2e4;
  line-height: 32px;
  text-align: center;
  background: url(index_03.png) no-repeat bottom center;
  padding-bottom: 20px; 
}
#m_main {
	background: #fff;
}
#m_main_content {  
	padding: 30px 0px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}
.fluid_container {
	margin: 0 auto;
	max-width: 2560px;
	min-height: 200px;
	background: #ededed;
	width: 100%;
	z-index: 0;
}
#m_formularz_kontaktu {
  width: 100%;

}
#m_news {
  background: #fff;
  color: #4c4c4c;
  padding: 50px 0px;
}
#m_news_content {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
#m_gallery {
  background: #163d64;
  color: #fff;
  padding: 50px 0px;
}
#m_gallery_content {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.c_gallery_list {
  margin: 2%;
  width: 29%;
  float: left;
  background: #f8f8f8;
  border: 1px solid #eeeeee; 
}
.c_gallery_list img {
  padding: 0px !important;
  width: 100%;
}
.c_gallery_list span {
  padding: 0px 10px;
}
.c_gallery_box {
  margin: 10px 0.5%;
  width: 24%;
  float: left;
}
.c_gallery_box img {
  float: left;
  margin-right: 10px;
  width: 30%;
}
.c_gallery_box_title a {
  color: #fff;
  background: rgba(0,0,0,0.7);
  display: block;
  padding: 10px;
  margin-top: 170px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_gallery_box_title a:hover {
  padding: 95px 10px;
  margin-top: 0px;
  text-decoration: underline;
}
.c_gallery_box_add {
  margin-top: 5px;
  color: #b3b3b3;
}
#m_mapa {
  background: #da3300;
}
#m_mapa_content {
  padding: 20px 0px;
  width: 1150px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
  color: #fff; 
}
#m_mapa_content_left {
  width: 48%;
  float: left;
  padding: 0px 1%;
  text-align: right;
}
#m_mapa_content_right {
  width: 48%;
  float: left;
  padding: 0px 1%;
}
#m_mapa_content a {
  color: #fff;
  text-decoration: none;
}
#m_mapa_content a:hover {
  text-decoration: underline;
}
#m_stopka {
  background: #fff;
}
#m_stopka_content {  
	padding: 20px 0px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
	color: #163d64;
}
.c_30 {
  width: 31%;
  padding: 0px 1%;
  float: left;
}
.c_logo_bottom {
  text-align: center;
  padding: 15px 0px;
}

.c_newsMain {
  width: 24%;
  float: left;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-bottom: 4px solid #163d64;
  height: 230px;
  margin-bottom: 20px;
}
.c_newsMain_date {
  color: #163d64;
  padding: 5px 0px;
}
.c_newsMain_title {
  color: #515151;
  font-weight: bold;
  text-transform: uppercase;
}
.c_newsMain_title a {
  color: #515151;
  text-decoration: none;
}
.c_newsMain_title a:hover {
  text-decoration: underline;
}
.c_news_more {
  text-align: right;
  margin: 5px 0px;
}
.c_news_more a {
  color: #163d64 !important;
  text-decoration: none;
}
.c_news_more a:hover {
  text-decoration: underline;
}
#m_top {
  background: #ffffff;
  position: relative;
}
#m_gallery_content h1 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding: 10px 0px;
}
#m_copy {
  background: #222;
}
#m_copy_content {
  padding: 20px 0px;
  color: #fff;
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
#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: #da3300;
}
.c_news_date {
  margin: 15px 0px 5px 0px;
}
.c_news_foto {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.content2 {
	color: #666;
	padding: 15px 0px;
}
.content2 a img {
  
}
.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: 93%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.textarea {
	width: 96%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.captcha {
	width: 93%;
	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: 10px;
}

.c_gallery {
	display: block;
	padding: 5px 1%;
	float: left;
	width: 18%;
	height: 140px;
	text-align: center;
	margin: 5px 0px;
}
.c_gallery img {
  border: 1px solid #000;
  max-width: 100%;
  max-height: 100%;
}
.c_gallery img:hover {
	box-shadow: 0px 0px 3px #000;
}
.content h4 a {
  color: #fff;
  background: #163d64;
  padding: 10px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.content h4 a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.akt {
	padding: 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-mapa {
  position: relative;
    padding-bottom: 23%;
    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 object,  
.responsywny-box embed,
.responsywny-box-mapa iframe {
    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: #000;
    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: 1150px) {
   #m_head_content, #m_specjalizacje_content, #m_box_content, #m_realizacjeMain_content, #m_mapa_content, #m_copy_content, #m_main_content {
    width: 1000px;
  }   
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
   #m_head_content, #m_specjalizacje_content, #m_box_content, #m_realizacjeMain_content, #m_mapa_content, #m_copy_content, #m_main_content {
    width: 940px;
  }
  .nav a {
    padding: 27px 13px;
  }
  .c_search {
    width: 140px;
    }
  .c_realizacje_img img {
     height: 130px;
    }   
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #m_head_content, #m_specjalizacje_content, #m_box_content, #m_realizacjeMain_content, #m_mapa_content, #m_copy_content, #m_main_content {
    width: 740px;
  }
  .nav a {
    padding: 27px 5px;
  }
  .c_search {
    width: 100px;
    }
  .c_realizacje_img img {
     height: 100px;
    }
    #m_menuGora {
    width: 58%;
    padding-left: 2%;
    }    
    
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
   #m_head_content, #m_specjalizacje_content, #m_box_content, #m_realizacjeMain_content, #m_mapa_content, #m_copy_content, #m_main_content {
    width: 95%;
  }
  #m_logo {
    width: 100%;
  }
  #m_menuGora {
    width: 100%;
    padding-left: 0%;
    padding-top: 0px;
  }
  #m_search {
    display: none;
  }
  .item_realizacje {
    width: 98%;
   }
   .item_rea {
    width: 31%;
   }      
}
@media only screen and (min-width: 540px) and (max-width: 599px) {
     #m_head_content, #m_specjalizacje_content, #m_box_content, #m_realizacjeMain_content, #m_mapa_content, #m_copy_content, #m_main_content {
    width: 95%;
  }
  #m_logo {
    width: 100%;
  }
  #m_menuGora {
    width: 100%;
    padding-left: 0%;
    padding-top: 0px;
  }
  #m_search {
    display: none;
  }
  .item_realizacje {
    width: 98%;
   } 
    .c_gallery {
    width: 31%;
    }
    .c_news_foto {
    width: 40%; 
    }
    .item_rea {
    width: 48%;
   }
    
 
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
    #m_head_content, #m_specjalizacje_content, #m_box_content, #m_realizacjeMain_content, #m_mapa_content, #m_copy_content, #m_main_content {
    width: 95%;
  }
  #m_logo {
    width: 100%;
  }
  #m_menuGora {
    width: 100%;
    padding-left: 0%;
    padding-top: 0px;
  }
  #m_search {
    display: none;
  }
  .item_realizacje {
    width: 98%;
   } 
   .c_realizacje_img img {
    height: 130px;
    }
    .item_rea {
    width: 48%;
   }
    
    #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
     .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
    .c_news_foto {
    width: 40%; 
    }
    .c_gallery {
    width: 48%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #m_head_content, #m_specjalizacje_content, #m_box_content, #m_realizacjeMain_content, #m_mapa_content, #m_copy_content, #m_main_content {
    width: 95%;
  }
  #m_logo {
    width: 100%;
  }
  #m_menuGora {
    width: 100%;
    padding-left: 0%;
    padding-top: 0px;
  }
  #m_search {
    display: none;
  }
  .item_realizacje {
    width: 98%;
   } 
   .c_realizacje_img {
   width: auto;
    }
    #m_mapa_content_left, #m_mapa_content_right {
    width: 98%;
    text-align: center;
  }
  .responsywny-box-mapa {
    padding-bottom: 50%;
  }
  #m_copy_content {
    text-align: center;
  }
  .item_rea {
    width: 98%;
   }  
   
   
   
  .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
    .c_news_foto {
    width: 40%; 
    }
    #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
    .c_gallery {
    width: 48%;
    }

}
