body {
  font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 14px;
}
.c_galeria {
    width: 23%;
    float: left;
    margin: 5px 1%;
    text-align: center;
    max-height: 179px; 
}
.c_galeria a img {
    max-height: 100%;
    max-width: 100%;
    height: 179px;
}
#m_boxMain {                                           
  padding: 30px 0px;
}
.c_boxMain {
  margin: 0px 16px;
  border-bottom: 2px solid #ebebeb;
  max-height: 179px;
  text-align: center;
}
.c_boxMain_title {
  margin: 10px 0px;
  min-height:50px;
}
.c_boxMain_title a {
  color: #252626 !important;
  font-weight: bold;
  font-size: 18px;
}

.content2 a {
  color: #999;
  text-decoration: none;
}
.content2 a:hover {
	color: #2f353e;
}
#m_header {
  background: #404040 url(../photo/top/2.jpg) no-repeat top center;
}
#m_header_str {
	width: 100%;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: relative;
  z-index: 500;
}
#m_header_content, #m_main_content, #m_whyBox_content, #m_footer_content {
  width: 1150px;
  margin-right: auto;
	margin-left: auto;
}
#m_header_content {
  
}
.fluid_container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -127px;
}

#m_logo {
  width: 26%;
  float: left;
  text-align: left;
  padding: 20px 2%;
}
#m_menu {
  width: 68%;
  float: left;
  background: #151616;
  padding: 5px 1%;
  margin-top: 30px;
}
#m_menuTop {
	width: 80%;
  float: left;
  text-align: right;
}
#menuLang {
  width: 18%;
  margin-right:2%;
  float: left;
  text-align: right;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin-top:12px;
}
#menuLang span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#menuLang a img {
  margin: 0px 3px -6px 9px;
  border: 2px solid #fff;
  border-radius: 999px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#menuLang a img:hover {
  border: 2px solid #ff0000;
}

#m_main_all_str {
  color: #a2a2a2;
  background: #fff;
}
#m_main_all {
  color: #a2a2a2;
  background: #fff;
}
#m_footer_all {
  background: #383838;
}
#m_footer_logo {
  width: 30%;
  padding: 0px 5%;
  float: left;
}
.c_footer_dane {
  width: 30%;
  float: left;
  color: #fff;
}
.c_footer_dane a {
  color: #fff;
  text-decoration: none;
}
.c_footer_dane a:hover {
  color: #a6a6a6;
}
#m_footer_content {
  padding: 60px 0px;
}
#m_footer_link {
  text-align: center;
  padding: 20px 20px;
  font-size: 12px;
}
.c_webmaster a{
  color: #a6a6a6;
  text-decoration: none;
  padding: 0px 10px; 
}
.c_webmaster a:hover, .c_privacy a:hover, #m_footer_dane a:hover {
  text-decoration: underline;
}
.c_privacy a{
  color: #a6a6a6;
  text-decoration: none;
  padding: 0px 10px;
}

/* */
.toggleMenu {
    display:  none;
    background: #151616 url(index_07.png) no-repeat;
    background-position: 50% 50%;
    padding: 15px 10px;
    margin: 0px;
    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: #b0b6b9 url(index_07.png) no-repeat;
   background-position: 50% 50%;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100;
    text-align: center;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
    z-index: 100; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    z-index: 100;
    padding: 0px;
    background: #fff;
}
.nav a {
    padding: 15px 20px;
    color:#9c9d9d;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.nav a:hover {
  background: #b5bbbe;
  color: #fff;
  z-index: 100;
}
.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: #b0b6b9 bottom center url("downArrow.png") no-repeat;  
}
.nav > li > a {
    display: block;  
}
.nav li  ul {
    position: absolute;
    left: -9999px; 
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    color: #767676;
    padding: 10px;
    margin-left: 0px;   
    position: relative;
    z-index:100;
    width: 250px;
}
.nav li li a:hover {
    background: #9c9d9d;
    color: #fff;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .active {
        display: block; 
    }
    .nav {
    float: none;
    background: #151616; 
    position: absolute;
    width: 100%;
left: 0px;
    }
    .nav a {
        padding: 10px 0px;
        color:#9c9d9d;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-top: 1px solid #444;
        width: 100%;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .nav a:hover { 
        color: #fff;
        background: #b0b6b9;
    }
    .nav li li a {
      width: 100%;
      padding: 10px 0px;
      border-top: 1px solid #000;
    }
    .nav li li a:hover {
      padding: 10px 0px;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%;
        -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }

}
.c_news_date {
  width: 6%;
  float: left;
}
.c_day {
  text-align: center;
  background: #b2cb00;
  font-size: 36px;
  font-weight: bold;
  color: #2f353e;
  padding-top: 3px;
}
.c_month {
  text-align: center;
  background: #b2cb00;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px;
}
.c_year {
  text-align: center;
  background: #2f353e;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 3px 0px;
}
.c_news_content {
  width: 86%;
  float: left;
  padding: 1% 4%;
  border-top: 1px solid #e8e7e7;
}
.c_news_content img {
  float: left;
  border: 1px solid #c8c8c8;
  margin-right: 20px;
}
.content {
  padding: 20px 0px 60px 0px;
}
.content2 {
	padding: 0px 15px;
	color: #404040;
  line-height: 24px;
}
.content h1, .content h2 {
	color: #4f4f4f;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 40px 0px;
  font-weight: bold;
  text-align: center;
}
.content h4 {
  color: #b0b6b9;
  font-size: 25px;
  margin: 10px 0px 15px 0px;
  padding: 0px;
  font-weight: normal;
}
.content h4 a {
  text-decoration: none;
  color: #000;
}
.button {
	background-color: #999999;
	border: 1px solid #999999;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	padding: 10px 20px;
	border-radius: 10px;
}
.button:hover {
	background-color: #666666;
	color: #fff;
}
.szuk {
	width: 95%;
	max-width: 480px;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 13px;
	color: #333333;
	padding: 5px;
}
.textarea {
	width: 95%;
	max-width: 480px;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 13px;
	color: #333333;
	padding: 5px;
}
.captcha {
	width: 120px;
	border: 1px solid #333333;
	margin-left: 4px;
	font-size: 10px;
	color: #333333;
	padding: 5px;
}
.captchaimg {
	margin-left: 4px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
} 

.inp {
  width: 160px;
  border: 2px solid #000;
  color: #666;
  padding: 3px;
  margin: 3px;
}

#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: #151616;
    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:100px;
    right:100px;
    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.7;
}
img {
	max-width: 100%;
}
.responsywny-box-mapa {
  position: relative;
    padding-bottom: 40%;
    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%;
}
.c_content_left_column, .c_content_right_column {
  width: 48%;
  padding: 1%;
  float: left;
}
@media only screen and (max-width: 620px) {
.c_content_left_column, .c_content_right_column {
  width: 90%;
  padding: 5%;
  float: none;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
   #m_header_content, #m_main_content, #m_footer_content {
    width: 1000px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    #m_header_content, #m_main_content, #m_footer_content {
    width: 940px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #m_header_content, #m_main_content, #m_footer_content {
    width: 740px;
    }
    .nav a {
    padding: 15px 5px;
    }         
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #m_header_content, #m_main_content, #m_footer_content {
    width: 95%;
    }
    #m_menuTop {
    width: 100%;
    }
    #menuLang {
    width: 100%;
    margin-right: 0px;
    float: none;
    position: absolute;
    top: 0px;
    right: 5%;
    }
    #m_logo {
    width: 26%;
    }
    #m_menu {
    width: 68%;
    background: none;
    margin-top: 45px;
    padding: 0px;
    }
        .fluid_container {
    margin-top: 0px;
    }
    #m_header_str {
      background: #404040;
    }
    #m_footer_logo {
    width: 50%;
    padding: 0px 50% 40px 0%;
    }
    .c_footer_dane {
    width: 50%;
    }
    .scrollup {
    bottom: 10px;
    right: 10px;
    }     
}
@media only screen and (min-width: 540px) and (max-width: 599px) {
 #m_header_content, #m_main_content, #m_footer_content {
    width: 95%;
    }
    #m_menuTop {
    width: 100%;
    }
   #menuLang {
    width: 100%;
    margin-right: 0px;
    float: none;
    position: absolute;
    top: 0px;
    right: 5%;
    }
    #m_logo {
    width: 26%;
    }
    #m_menu {
    width: 68%;
    background: none;
    margin-top: 45px;
    padding: 0px;
    }
    #m_footer_logo {
    width: 50%;
    padding: 0px 50% 40px 0%;
    }
    .c_footer_dane {
    width: 50%;
    }
        .fluid_container {
    margin-top: 0px;
}
#m_header_str {
  background: #404040;
}
   
#cookie-info-layer{
    padding: 5%;
    width: 80%;
}
.scrollup {
    bottom: 10px;
    right: 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
 #m_header_content, #m_main_content, #m_footer_content {
    width: 95%;
    }
    #m_menuTop {
    width: 100%;
    }
    #menuLang {
    width: 100%;
    margin-right: 0px;
    float: none;
    position: absolute;
    top: 0px;
    right: 5%;
    }
    #m_logo {
    width: 34%;
    }
    #m_menu {
    width: 60%;
    background: none;
    margin-top: 45px;
    padding: 0px;
    }
    #m_footer_logo {
    width: 50%;
    padding: 0px 25% 40px 25%;
    }
    .c_footer_dane {
    width: 100%;
    text-align: center;
    }
        .fluid_container {
    margin-top: 0px;
}
#m_header_str {
  background: #404040;
}
#cookie-info-layer{
    padding: 5%;
    width: 80%;
}
.scrollup {
    bottom: 10px;
    right: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
 #m_header_content, #m_main_content, #m_footer_content {
    width: 95%;
    }
    #m_menuTop {
    width: 100%;
    }
    #menuLang {
    width: 100%;
    margin-right: 0px;
    float: none;
    position: absolute;
    top: 0px;
    right: 5%;
    }
    #m_logo {
    width: 44%;
    }
    #m_menu {
    width: 50%;
    background: none;
    margin-top: 45px;
    padding: 0px;
    }
    #m_footer_logo {
    width: 50%;
    padding: 0px 25% 40px 25%;
    }
    .c_footer_dane {
    width: 100%;
    text-align: center;
    }
    .fluid_container {
    margin-top: 0px;
}
#m_header_str {
  background: #404040;
}
#cookie-info-layer{
    padding: 5%;
    width: 80%;
}
.scrollup {
    bottom: 10px;
    right: 10px;
    }
}


