body {
	margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	background: #fff;
	line-height: 30px;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  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;
}
#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;
}
.reveal {
  opacity: 0;
  transition: all 0.6s ease-out;
}
.reveal.visible {
  opacity: 1;
  transform: translate(0,0);
}
.from-left {
  transform: translateX(-40px);
}
.from-right {
  transform: translateX(40px);
}
.from-bottom {
  transform: translateY(40px);
}
.from-top {
  transform: translateY(-40px);
}


.c_topMain {
   width: 100%;
   border-bottom: 40px solid #b6945a;
   padding: 130px 0px;
}
.c_topMain_1 {
   background: url('../photo/topMain/1.jpg') no-repeat;
   background-attachment: fixed;
   background-position: center center;
   background-size: cover; 
}
.c_topMain_2 {
   background: url('../photo/topMain/2.jpg') no-repeat;
   background-attachment: fixed;
   background-position: center center;
   background-size: cover; 
}
.c_topMain_content {
   width: 95%;
    max-width: 1230px;
    margin: 0px auto;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-align: center;
    
}
.c_topMain_left {
    width: 48%;
    float: left;
    margin: 0px 1%;
}
.c_topMain_right { 
    width: 48%;
    float: left;
    margin: 0px 1%;
    line-height: 48px;
}
.c_blog {
   width: 48%;
   padding: 10px 1% 50px;
   float: left;
}

.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_oferta2 {
	background: #fff;
	padding: 30px 0px;
}
#m_oferta2_content {
	width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 10px 0px;
}

#m_oferta {
	background: #fff;
	padding: 60px 0px;
}
#m_oferta_content {
	width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  padding: 10px 0px;
}
.c_boks3 {	
  margin: 80px 1%;
  width: 31%;
  float: left;
  background: #f9f9f9;
  padding: 30px 0px;
  transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.c_boks3:hover {
  background: #e95721;
}
.c_boks3_img {
	line-height: 0px;
    text-align: center;
}
.c_boks3_title {
  font-size: 24px;
  padding: 20px 0px;
}
.c_boks3_content {	
	text-align: center;
	padding: 20px 10%;
  height: 300px;

}
.c_boks2 {
	width: 33.33%;
    float: left;
    margin: 20px 0%;
}
.c_boks2_frame {
   width: 100%;
   height: 420px; 
   background: url(index_frame.png) no-repeat left top;
   background-size: contain;
}
.c_boks2_frame_content {
    padding: 45px 15% 15px 15%;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
}
.c_boks2_title {
	margin: 15px 0px;
	font-size: 28px;
}
.c_boks2_link {
    margin-top: 15px;
}
.c_boks2_link a {
    font-size: 14px;
    background: #b6945a;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #fff; /* pierwsza ramka */
    box-shadow: 0 0 0 2px #b6945a; /* druga ramka */
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.c_boks2_link a:hover {
    background: #000;
    box-shadow: 0 0 0 2px #000;
}

#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: 220px 0px 130px 0px;
}
.c_spec_bgcolor_empty {
    background-color: rgba(0,0,0,0.6);
    padding: 100px 0px 80px 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;
    font-family: "Oswald", sans-serif;
}
#m_subpage_text2 {
font-size: 20px;
line-height: 24px;
margin: 40px 0px;
color: #fff;
}
table {
    border-bottom: 1px solid #666;
}
#gallery {
}
.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_boks1 {
  background: #fff;
  padding: 0px;
  display: flex;
  margin-bottom: 100px;
}
.c_boks1_left {
float: left;
flex:2;

}
.c_boks1_right_black {
background: #000;
}
.c_boks1_right_grey {
background: #f1f1f1;
}

.c_boks1_right {
float: left;
flex:3;

color: #fff;
border-top: 80px solid #fff;
border-bottom: 80px solid #fff;
}
.c_boks1_right_content {
  max-width: 600px;
  color: #575757;
}
.c_boks1_right_content_black {
   padding: 50px 5px 50px 10%;
}
.c_boks1_right_content_grey {
   padding: 50px 10% 50px 5px;
   float: right;
}
.c_boks1_right_content h3 {
  font-family: "Oswald", sans-serif;	
  font-size: 30px;
  color: #c5c5c5;
  font-weight: normal;
}
.c_boks1_right_content h4 { 
  font-size: 18px;
  color: #d7d7d7;
  font-weight: normal;
  text-transform: uppercase;
}
.c_boks1_50 {
  width: 48%;
  float: left;
  margin: 0px 1%;
}


#m_boks2 {
  background: #fff;
  padding: 0px;
  display: flex;
  margin: 120px 0px;
}
#m_boks2_right {
float: left;
flex:2;
background: url('../photo/box2/1.webp') no-repeat center;

}
#m_boks2_left {
float: left;
flex:3;
background: #fff;
color: #000;
}
#m_boks2_left_content {
  padding: 50px 10% 50px 10px;
  max-width: 600px;
  color: #000;
  float: right;
  text-align: right;
}
#m_boks2_left_content h3 {
  font-family: "Oswald", sans-serif;	
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
#m_boks2_left_content h4 { 
  font-size: 18px;
  color: #d7d7d7;
  font-weight: normal;
  text-transform: uppercase;
}
#m_gallery {
  background: #fff;
  padding: 50px 0px;
}
#m_gallery_content {
  width: 95%;
 margin: 0px auto;
 padding-bottom: 40px;
}
#m_gallery_content h4 {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  margin: 10px 0px;
  padding: 15px 0px 40px;
  font-weight: bold;
  text-align: center;
  font-family: "Oswald", sans-serif;
  background: url(index_02.png) no-repeat bottom center;
  text-transform: uppercase;
}
#m_gallery_main {
  margin-top: 20px;

}
.c_logo_img {
   text-align: center;
   padding: 5px;
}


#m_boks4 {
    margin: 70px 0px 100px;
}
.c_boks4 {
    width:31%;
    float: left;
    margin: 0px 1%;
    text-align: center;
    padding: 30px 0px;
}
.c_boks4_content {
  

}
.c_boks4_title {
    font-size: 28px;
    font-weight: normal;
    color: #000;
    font-family: "Oswald", sans-serif;	
    padding: 20px 0px;
}
.c_boks4_title a {
    color: #000;
    text-decoration: none;
}
.c_boks4_img img {
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.c_boks4_img img:hover {
    transform: scale(1.1);
}    
.c_boks4_text {
    padding: 0px 10px;
    color: #5E5E5E;
    height: 140px;
}
.c_boks4_url {
	padding: 10px 0px 50px 0px;
}
.c_boks4_url a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border: 2px solid #0CB8B6;
	padding: 10px 30px;
	border-radius: 999px;
	transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;	
}
.c_boks4_url a:hover {
	border: 2px solid #d6d518;
}
.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: #000;
    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: #151515;
}
.c_top_social {
    display: block;
    margin: 10px;
}
.c_top_social img {
    padding: 0px 5px;
}
#m_top {
  background: #fff;
  width: 100%;
  transition: all 0.3s ease;
}
#m_top_content {
   width: 95%;
  margin: 0px auto;
}
#m_logo {
    padding: 10px 0px;
    width: 30%;
    float: left;
}
#m_menu {
    width: 70%;
    float: left;
    padding-top: 25px;
    text-align: right;
}


/* */ 
.toggleMenu {
    display:  none;
    background: url(index_13.png) no-repeat scroll 50% 50%;
    padding: 20px 20px;
    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;
    text-align: left;
}
.toggleMenu:hover {
   background: #e95721 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 {
    font-family: "Oswald", sans-serif;
    padding: 10px 15px;
    color:#000;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    font-size: 18px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.nav a:hover {
  z-index: 100;
  color:#fff;
  background: #e95721;
}
.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: #000 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: #b6945a; 
    }
    .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: #000;
  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: #e3e3e3;   
}
#m_bottom_content {
  padding: 40px 0px;
  width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000;
}
#m_bottom_content a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s; 
}
#m_bottom_content a:hover {
    color: #e95721;
}
#m_bottom_content h6 {
   font-size: 18px;
  font-family: "Oswald", sans-serif;
  margin: 25px 0px;
}
.c_bottom_content_left {
    width: 25%;
    float: left;
    margin: 20px 5% 20px 0px;
    text-align: right;
}
.c_bottom_content_right {
    width: 65%;
    float: left;
    margin: 20px 0px 20px 5%;
    text-align: left;
}
.c_privacy {
    padding-top: 30px;
}
#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: 100%;
}
.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: 38%;
  float: left;
  padding-right: 2%;
}
.c_content_right_column {
  width: 58%;
  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_submain {
    background: #fff;
    padding-top: 0px;
}
#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 {
  font-size: 40px;
  line-height: 45px;
  color: #000;
    margin: 0px;
  padding: 15px 0px 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;	
  background: url(index_02.png) no-repeat bottom left;
}
.content h1 b {
	color: #0CB8BB;
}
.content h2 {
  font-size: 30px;
  font-weight:normal;
  color: #000;
  margin: 5px 0px 10px 0px;
  padding: 0px;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
}
.content h3 {
  font-size: 36px;
  line-height: 36px;
  color: #000;
    margin: 10px 0px;
  padding: 15px 0px 40px;
  font-weight: bold;
  text-align: center;
  font-family: "Oswald", sans-serif;	
  background: url(index_02.png) no-repeat bottom center;
  text-transform: uppercase;
}
.content h3 span {
    background: #fff;
    padding:0px 10px;
}
.c_title {
   font-size: 30px;
  line-height: 32px;
  color: #000;
    margin: 10px 0px;
  padding: 15px 0px;
  font-weight: normal;
  text-align: center;
  font-family: "Oswald", sans-serif;
  background: url(index_03.png) repeat-x center;
}
.c_title span {
    background: #fff;
    padding:0px 10px;
}

.content h4 {
  font-size: 30px;
  font-weight:normal;
  color: #000;
  margin: 15px 0px 20px 0px;
  padding: 10px 0px 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: url(index_02.png) no-repeat bottom left;
}
.content h5, .content h6 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #e95721;
    
}
.content2 {
	color: #505050;
	padding: 15px 0px 30px 0px;
	line-height: 30px;
}
.content2 b, .content2 strong {
	font-weight: 700;
}
.content2 a, .c_boks1_right_content a {
	text-decoration: none;
	color: #000;
	transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.content2 a:hover, .c_boks1_right_content a:hover {
	color: #000;
}
.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-color: #666;
	border: 0px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px;
	padding: 20px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  cursor: pointer;
}
.button:hover {
	background-color: #000;
	color: #fff;
}
.szuk {
	width: 90%;
    max-width: 500px;;
    border: 2px solid #e6e6e8;
	color: #333333;
	padding: 20px;
	transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  background: #fff;
}
.szuk:hover, .textarea:hover, .captcha:hover {
  border: 2px solid #000;
}
.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: #b6945a;
  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: #000;
    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: #000;
    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) {
    .c_boks3_content {
  height: 400px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
   .c_boks3_content {
  height: 400px;
  } 
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .c_boks3_content {
  height: 550px;
  } 
  #m_menu {
  padding-top: 18px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .c_boks3_content {
  height: 550px;
  } 
  .c_boks4_text {
  height: 230px;
  }
  .c_boks4_title {
  font-size: 22px;
  }
  #m_menu {
  padding-top: 18px;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
    .c_boks3 {
  width: 98%;
  margin: 40px 1%;
    }
      .c_boks3_content {
    height: unset;
  }
  .c_boks1_right_content h4 {
  font-size: 14px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 599px) {
   .c_boks3_content {
  height: 550px;
  } 
  #m_menu {
  padding-top: 18px;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
    .c_boks3 {
  width: 98%;
  margin: 40px 1%;
    }
      .c_boks3_content {
    height: unset;
  }
  .c_boks1_right_content h4 {
  font-size: 14px;
  }
  .c_boks4 {
  width: 98%;
  }
  .c_boks1 {
  display: block;
  }
  .c_boks1_left {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .c_boks1_right {
  float: left;
  flex: unset;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  }
  .c_boks1_right_content {
  padding: 40px 15px;
  }
  #m_boks2 {
  display: block;
  }
  #m_boks2_left {
  float: left;
  flex: unset;
  width: 100%;
  }
  #m_boks2_left_content {
  padding: 40px 15px;
  float: unset;
  text-align: center;
  }
  #m_boks2_right {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
    .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_boks3_content {
  height: 550px;
  } 
  #m_menu {
  padding-top: 18px;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
    .c_boks3 {
  width: 98%;
  margin: 40px 1%;
    }
      .c_boks3_content {
    height: unset;
  }
  .c_boks1_right_content h4 {
  font-size: 14px;
  }
  .c_boks4 {
  width: 98%;
  }
  .c_boks1 {
  display: block;
  }
  .c_boks1_left {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .c_boks1_right {
  float: left;
  flex: unset;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  }
  .c_boks1_right_content {
  padding: 40px 15px;
  }
  #m_boks2 {
  display: block;
  }
  #m_boks2_left {
  float: left;
  flex: unset;
  width: 100%;
  }
  #m_boks2_left_content {
  padding: 40px 15px;
  float: unset;
  text-align: center;
  }
  #m_boks2_right {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .c_bottom_content_left {
  width: 90%;
  margin: 10px 5%;
  text-align: center;
  }
  .c_bottom_content_right {
  width: 90%;
  float: left;
  margin: 10px 5%;
  text-align: center;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
  
    .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: 400px) and (max-width: 479px) {  
   .c_boks3_content {
  height: 550px;
  } 
  #m_menu {
  padding-top: 18px;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
    .c_boks3 {
  width: 98%;
  margin: 40px 1%;
    }
      .c_boks3_content {
    height: unset;
  }
  .c_boks1_right_content h4 {
  font-size: 14px;
  }
  .c_boks4 {
  width: 98%;
  }
  .c_boks1 {
  display: block;
  }
  .c_boks1_left {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .c_boks1_right {
  float: left;
  flex: unset;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  }
  .c_boks1_right_content {
  padding: 40px 15px;
  }
  #m_boks2 {
  display: block;
  }
  #m_boks2_left {
  float: left;
  flex: unset;
  width: 100%;
  }
  #m_boks2_left_content {
  padding: 40px 15px;
  float: unset;
  text-align: center;
  }
  #m_boks2_right {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .c_bottom_content_left {
  width: 90%;
  margin: 10px 5%;
  text-align: center;
  }
  .c_bottom_content_right {
  width: 90%;
  float: left;
  margin: 10px 5%;
  text-align: center;
  }  
  #m_logo {
  width: 50%;
  }
  #m_menu {
  width: 50%;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
 
    

    .c_content_left_column, .c_content_right_column {
      width: 98%;
      padding: 1%;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 399px) {  
   .c_blog {
  width: 98%;
  }
   .c_boks3_content {
  height: 550px;
  } 
  #m_menu {
  padding-top: 18px;
  }
  .responsywny-box-mapa {
  padding-bottom: 60.25%;
  }
    .c_content_left_column, .c_content_right_column {
      width: 100%;
      padding:10px 0px;
    }
    .c_boks3 {
  width: 98%;
  margin: 40px 1%;
    }
      .c_boks3_content {
    height: unset;
  }
  .c_boks1_right_content h4 {
  font-size: 14px;
  }
  .c_boks4 {
  width: 98%;
  }
  .c_boks1 {
  display: block;
  }
  .c_boks1_left {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .c_boks1_right {
  float: left;
  flex: unset;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  }
  .c_boks1_right_content {
  padding: 40px 15px;
  }
  #m_boks2 {
  display: block;
  }
  #m_boks2_left {
  float: left;
  flex: unset;
  width: 100%;
  }
  #m_boks2_left_content {
  padding: 40px 15px;
  float: unset;
  text-align: center;
  }
  #m_boks2_right {
  float: left;
  flex: unset;
  width: 100%;
  height: 300px;
  }
  .c_bottom_content_left {
  width: 90%;
  margin: 10px 5%;
  text-align: center;
  }
  .c_bottom_content_right {
  width: 90%;
  float: left;
  margin: 10px 5%;
  text-align: center;
  }  
  #m_logo {
  width: 50%;
  }
  #m_menu {
  width: 50%;
  }
  .responsywny-box-mapa {
  padding-bottom: 90.25%;
  }
  
    .c_content_left_column, .c_content_right_column {
      width: 98%;
      padding: 1%;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
    }
}