body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background: #1f2d3a;
}
#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;
}
#m_body {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
/* */
.toggleMenu {
    display:  none;
    background: #1f2d3a url(index_13.png) no-repeat scroll 95% 50%;
    padding: 20px 5%;
    width: 90%;
    color: #aab4d4;
    z-index: 100;
    font-weight: bold;
    text-decoration: none;
}
.toggleMenu:hover {
  color: #fff;
   background: #fac11c 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: 20px 24px;
    color:#b5c9e1;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    z-index: 100; 
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    vertical-align: middle;
}
.nav a:hover {
  color: #1f2d3a;
  background: #fac11c;
}.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: #fac11c 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: #f0b600 center 93% url("downArrow.png") no-repeat;
        padding-right: 0px; 
    }

}
.content2 a {
	color: #f0b600;
	text-decoration: none;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.content2 a:hover {
	color: #fff;
	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: #fac11c;
}
#m_head_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fac11c;
}
#m_menuGora {
}
#m_menuGora_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}
#m_logo {
  width: 30%;
  float: left;
  padding: 10px 0px;
  text-align: center;
}
#m_logo img {
  padding: 0px 5px;
}
#m_dane {
  float: left;
  width: 50%;
  text-align: right;
  padding-top: 35px;
  color: #1f2d3a;
  font-weight: bold;
} 
#m_dane a {
  color: #1f2d3a;
  text-decoration: none;
}
#m_dane span {
  padding: 0px 22px;
}
#m_dane img {
  margin-right: 10px;
  margin-bottom: -4px;
}
#m_icon {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 29px;
}
#m_icon span {
  padding: 0px;
}
#m_icon img {
  padding: 3px;
  border: 1px solid #fac11c;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_icon img:hover {
  border: 1px solid #1f2d3a;
}
.content_main h1, .content h1, #m_news_content h1, #m_box_content h1 {
  font-size: 40px;
  color: #fac11c;
  font-weight: bold;
  margin: 10px 0px;
  padding: 5px;
  line-height: 32px;
  text-align: center;
}
.content h1 b, #m_box_content h1 b {
  color: #f0b600;
}
#m_main_left_content {
  width: 24%;
  float: left;
  padding-right: 3%;
}
#m_main_right_content {
  width: 73%;
  float: left;
}
.content h2 {
  margin: 0px 0px 10px 0px;
  padding: 10px 25px 10px;
  font-weight: normal;
  clear: both;
  border-left: 6px solid #f0b600;
  background: #f9f9f9;
}
.item_spec {
  margin: 0px;
  width: 50%;
  float: left; 
  color: #aab4d4;
}
.item_spec_content {
  padding: 20px;
  line-height: 24px;
}
.c_name_title {
  color: #fac11c;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.c_name_title a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_name_title a:hover {
  color: #fac11c;
}
#m_box {
}
#m_box_content {
  padding: 10px 0px;
  width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #aab4d4;
	line-height: 24px;
}
#m_box_left {
  width: 33%;
  float:left;
}
#m_box_left_content {
  padding-right: 20px;
}
#m_box_left h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 35px;
  display: table-caption
}
#m_box_right {
  width: 67%;
  float:left;
}

#m_main {

}
#m_main_content {  
	padding: 40px 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}
.fluid_container {
	margin: 0 auto;
	max-width: 2560px;
	background: #1f2d3a;
	width: 100%;
	z-index: 0;
}
#m_formularz_kontaktu {
  width: 100%;
}

.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;
}


.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 {
  position: relative;
}
#m_gallery_content h1 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding: 10px 0px;
}
#m_copy {
  margin-top: 50px;
}
#m_copy_content {
  padding: 20px;
  color: #fac11c;
  border-top: 1px solid #fac11c;
  margin-left: auto;
  margin-right: auto;
}
#m_copy_content a {
  color: #fac11c;
  text-decoration: none;
     transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_copy_content a:hover {
  color: #fff;
}
.c_news_date {
  margin: 15px 0px 5px 0px;
}
.c_news_foto {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.content2 {
	color: #aab4d4;
	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: #1f2d3a;
    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_body {
    width: 1000px;
   }  
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
   #m_body {
    width: 940px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
   #m_body {
    width: 740px;
   }
   #m_dane span {
    padding: 0px 10px;
   }
   #m_menuGora_content {
    padding: 0px;
  }
  .nav a {
    padding: 20px 12px;
  }  
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
   #m_body {
    width: 95%;
   }
   #m_dane {
    padding-top: 25px
   }
   #m_dane span {
    padding: 0px 10px;
    display: block;
   }
   #m_menuGora_content {
    padding: 0px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 599px) {
    #m_body {
    width: 95%;
   }
   #m_dane {
    padding-top: 25px
   }
   #m_dane span {
    padding: 0px 10px;
    display: block;
   }
   #m_menuGora_content {
    padding: 0px 0px;
  }
  #m_box_left {
    width: 100%;
  }
  #m_box_right {
    width: 100%;
  } 
  #m_box_left_content {
    text-align: center;
  }
  #m_box_left h2 {
    display: inherit;
    text-align: center;
  }   
    .c_gallery {
    width: 31%;
    }
    .c_news_foto {
    width: 40%; 
    }
   
 
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
     #m_body {
    width: 95%;
   }
   #m_dane {
    padding-top: 25px
   }
   #m_dane span {
    padding: 0px 10px;
    display: block;
   }
   #m_menuGora_content {
    padding: 0px 0px;
  }
  #m_box_left {
    width: 100%;
  }
  #m_box_right {
    width: 100%;
  } 
  #m_box_left_content {
    text-align: center;
  }
  #m_box_left h2 {
    display: inherit;
    text-align: center;
  }   
    #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_body {
    width: 95%;
   }
   #m_dane {
    padding-top: 25px;
    width: 70%;
   }
   #m_dane span {
    padding: 0px 10px;
    display: block;
   }
   #m_icon {
    display: none;
   }
   #m_menuGora_content {
    padding: 0px 0px;
  }
  #m_box_left {
    width: 100%;
  }
  #m_box_right {
    width: 100%;
  } 
  #m_box_left_content {
    text-align: center;
    padding-right: 0px;
  }
  #m_box_left h2 {
    display: inherit;
    text-align: center;
  } 
  .item_spec {
    width: 100%;
  }  
  
  .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%;
    }

}
