body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background: #000;
}
#m_menu_content {
    height: 78px;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3e81f4;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  border-radius: 5px;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

#like-box {
	position: fixed;
	z-index: 99;
	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;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}

/* 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;
}

.c_clear {
    clear: both;
}
.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;
}
#m_podstrona_left {
    width: 32%;
    float: left;
    background: #3e81f4; 
    margin-top: 15px;
    margin-bottom: 20px;
}
#m_podstrona_left_menu {
    padding: 30px 40px;
}
#m_podstrona_left_menu a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_podstrona_left_menu a:hover {
    background: #336aca;
}
.c_active_menu {
    color: #000 !important;
    border: 2px solid #000 !important;
}
#m_podstrona_right {
    width: 68%;
    float: left; 
}
#m_video {
   position: relative;
}
#m_video_content {
  width: 100%;
  height: 33%;
  max-height: 800px;
  position: relative;
}
#myVideo {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: -8%;
    z-index: -1;
    background: #393186;
}
#m_video_text {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}
#m_videocontent {
    width: 1150px;
    margin-right: auto;
	margin-left: auto;
    padding-top: 150px;
}
#m_videocontent_title {
    padding-bottom: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 100px;
    line-height: 90px;
}
#m_videocontent_text {
    color: #3e81f4;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    max-width: 950px;
    margin: 0px;
    padding: 0px;
}
#m_videocontent_url {
    margin-top: 70px;
}
.c_videocontent_url {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 15px;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_videocontent_blueBorder {
   border: 1px solid #3e81f4 !important;
}
.c_videocontent_url:hover {
     border: 1px solid #ed000b;
}
#m_videocontent_url img {
    margin-bottom: -10px;
}

#m_head {
}

.fluid_container {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	z-index: 0;
	
}
.c_topImg {
}
#m_head_content {
 width: 1220px;
  margin: 0px auto;
  color: #c7c7c7;
  font-size: 12px;
  padding: 23px 0px;
  border-bottom: 1px solid #656565;
}
#m_head_content img {
    margin-left: 10px;
    margin-bottom: -2px;
    margin-right: 5px;
    height: 12px;
}
#m_head_content a {
    text-decoration: none;
    color: #c7c7c7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#m_head_content a:hover {
    color: #fff;
}
#m_head_content_left {
    width: 65%;
    float: left;
}
#m_head_content_right {
    width: 35%;
    float: left;
    text-align: right;
}
#m_head_content_right span {
    padding: 0px 5px;
}
#m_top {
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   top: -100px;
   width: 100%;
   z-index: 100;
}
#m_top_content {
  width: 1220px;
  margin: 0px auto;
}
#m_lefttop {
  width: 40%;
  padding: 15px 0px;
  float: left;
}
#m_lefttop img {
    max-width: 320px;
}
#m_righttop {
  width: 60%;
  float: left;
  padding: 0px;
  margin-top: 5px;
  text-align: right;
}
.c_dane {
    width: 50%;
    float: left;
    font-size: 18px;
    color: #666;
}
.c_dane img {
    background: #e0e2e4;
    border-radius: 999px;
    margin-bottom: -17px;
    margin-right: 15px;
}
#m_menu {

}
/* */ 
.toggleMenu {
    display:  none;
    background:  url(index_13.png) no-repeat scroll 50% 50%;
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    color: #fff;
    z-index: 100;
    text-align: right;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-decoration: none;
}
.toggleMenu:hover {
   background: #3e81f4 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 {
    padding: 23px 20px;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.nav a:hover {
  z-index: 100;
  color: #ed000b;
}
.c_active {
  color: #ed000b !important;
}
.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;
    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: #101010;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    padding: 8px 15px;   
    position: relative;
    z-index:100;
    width: 240px;
    border:0px;  
    text-align: left;
}
.c_hidden_menu {
  display: none;
}
@media screen and (max-width: 959px) {  
    .active {
        display: block; 
    }
    .c_hidden_menu {
        display: block;
    }
    .nav {
      background: #1c1c1c;
      float: none;
      position: absolute;
      width: 95%;
      left: 2.5%;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    background: #abacac;
    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;
        width: 100%;
        height: auto;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .nav a:hover {
      border-top:0px;
      background: #3e80f3;
      color: #fff;
    }
    .nav > li > .parent {
    background: 93% center url("downArrow.png") no-repeat; 
    padding-right: 0px;
    }
    .nav > li > .parent:hover {
    background: #3e80f3 93% center url("downArrow.png") no-repeat; 
    padding-right: 0px;
    }
    .nav > li > a {
      display:block;
    }
    .nav li li a {
      width: 100%;
      padding: 13px 0px;
      background: #2f2f2f;
      text-align: center;
    }
    .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: #009846;
  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_stopka {
background: #000;
}
#m_stopka_content {
  padding: 50px 0px;
  width: 1220px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
#m_stopka_left {
    width: 35%;
    padding: 30px 0px;
    float: left;
}
#m_stopka_left a {
    color: #fff;
    text-decoration: none;
}
#m_stopka_left h3 {
    font-size: 36px;
    color:#fff;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 40px 0px;
    padding: 0px 0px 30px 0px;
    background: url(index_03.png) no-repeat bottom left;
}
#m_stopka_left h4 {
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    margin: 3px 0px;
}
#m_stopka_left h2 {
    font-size: 24px;
    line-height: 30px;
    color:#fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.c_stopka_left_url {
    margin-top: 20px;
}
.c_stopka_left_url a {
    color: #fff;
    border: 2px solid #3e81f4;
    border-radius: 3px;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_stopka_left_url a:hover {
   background: #3e81f4;
}
#m_stopka_right {
    width: 55%;
    padding: 30px 0px 30px 10%;
    float: left;
}
#m_bottom {
    background: #3e81f4;
}
#m_bottom_content {
  padding: 7px 0px;
  width: 1220px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
#m_bottom_content a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; 
}
#m_bottom_content a:hover {
    color:#ed000b;
}
.c_box2 {
    width: 1100px;
    margin: 20px auto;
    line-height: 24px;
}
#m_oferta {
  padding: 80px 0px 0px;
  background: #1a1a1a url(index_04.png) no-repeat bottom left;
}
#m_oferta_content {
  width: 1170px;
  margin: 0px auto;
  color: #242c33; 
}
.c_box {
    margin: 10px 0px 20px;
}
.c_box_1 {
    width: 30%;
    float: left;
    font-weight: bold;
    font-size: 36px;
    padding: 8px 0px;
    line-height: 30px;
}
.c_box_2 {
    width: 50%;
    float: left;
}
.c_box_3 {
    width: 20%;
    float: left;
    margin-top: 8px;
}
.c_box_3 a {
   width: 90%;
   margin: 0px 0px 0px 10%;
   background: #00a0e3;
   border-radius: 5px;
   display: block;
   text-decoration: none;
   color: #242c33;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   padding: 10px 0px;
   transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; 
}
.c_box_3 a:hover {
   background: #242c33;
   color: #fff; 
}

#m_oferta h2 {
  font-size: 24px;
  font-weight: normal;
  color: #7f7f7f;
  margin: 0px;
  padding: 10px 0px 25px 0px;
}
.owl-item {
  width: 280px;
}
.c_item_column_0, .c_item_column_2, .c_item_column_4 {
  width: 33.3%;
  float: left;
}
.c_item_column_0 {
    margin-top: 160px;
}
.c_item_column_2 {
    margin-top: 80px;
}
.itemBox {
  width: 100%;
  float: left;
  height: 300px;
  margin-bottom: 15px; 
  cursor: pointer;
}
.itemBox-bg {
    height: 100%;
    position: relative;
}
.itemBox-content {
    padding: 40px 20px 40px 40px;
}
.itemBox-nr {
   
}
.itemBox-nr-content {
  
}
.itemBox-nr a {   
    font-size: 20px; 
    color: #fff;   
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;    
}
.itemBox-nr a:hover {
   color: #ed000b; 
}
.itemBox-line {
    width: 1px;
    background: #fff;
    height: 130px;
    margin: 20px 0px;
}
.itemBox-url {;
}
.itemBox-url a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.itemBox-url a:hover {
   color: #ed000b; 
}


.itemBox_content {
  text-align: center;
}
.itemBox_content a {
    color: #152644;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 25px 0px; 
}
.img_wrap {
  position: relative;
  height: 100%;
  width: 100%;
  line-height: 0px;
  border-bottom: 5px solid #45c8ee;
}
.img_wrap:hover {
  border-bottom: 5px solid #fff;
}

.img_description_layer {
  border-top: 5px solid #45c8ee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(21, 38, 68, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 10px 30px;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.img_description_content {
    font-size: 18px;
    line-height: 24px;
}
.img_description_button {
    margin-top: 35px;
    margin-bottom: 15px;
}
.img_description_button a {
    color: #fff !important;
    background: #00a0e3;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.img_description_button a:hover {
    color: #fff !important;
    background: #152644;
    text-decoration: none !important
}

.img_wrap:hover .img_description_layer {
  visibility: visible;
  opacity: 1;
}

.img_description {
  transition: .2s;
  transform: translateY(1em);
}

.img_wrap:hover .img_description {
  transform: translateY(0);
}
#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: 1220px;
    margin: 0px auto;
    color: #fff;
    line-height: 24px;
}
.c_box_bg {
    background-size: cover;
	background-position: 50% 0;
    min-height: 450px;
	position: relative;
    background-image: url(/photo/top/bg.jpg);
}
.c_box_bg2 {
   background: url(index_06.png) no-repeat bottom left;
   padding: 400px 0px;
}
.c_box_bgcolor {
    background: rgba(45,45,45,0.8) url(index_05.png) no-repeat top right;
    
}
#m_boxc_content h2 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 40px 0px;
    padding: 0px 0px 30px 0px;
    background: url(index_03.png) no-repeat bottom center;
}
#m_box2 {
   padding: 70px 0px;
   background: #fff;
}
#m_box2_content {
    width: 1220px;
    margin: 0px auto;
    color: #737373;
    line-height: 24px;
}
#m_box2_content h5 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 40px 0px;
    padding: 0px 0px 30px 0px;
    background: url(index_03.png) no-repeat bottom center;
}
#m_box2_left {
    width: 48%;
    float: left;
    padding-right: 2%;
}
#m_box2_right {
    width: 48%;
    float: left;
    padding-left: 2%;
}

#m_box3 {
   padding: 70px 0px;
   background: #fff;
}
#m_box3_content {
    width: 1220px;
    margin: 0px auto;
    color: #fff;
    line-height: 24px;
}
#m_box3_content h5 {
    font-size: 36px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 40px 0px;
    padding: 0px 0px 30px 0px;
    background: url(index_03.png) no-repeat bottom left;
}
#m_box3_left {
    width: 50%;
    float: left;
    margin-top:50px;
    background: #3e81f4;
}
#m_box3_left_content {
    padding: 30px;
}
#m_box3_right {
    width: 50%;
    float: left;
    background: url(zespol-monterow.jpg) no-repeat center;
    height: 380px;
}




#boksy {
  background: url(index_04.png) repeat;
} 
.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 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsywny-box-mapa {
    position: relative;
    padding-bottom: 0;
    padding-top: 0px;
    height: 500px;
    overflow: hidden;
}
.responsywny-box-mapa iframe,
.responsywny-box iframe,   
.responsywny-box object,  
.responsywny-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c_content_left_column {
  width: 48%;
  float: left;
  padding-right: 2%;
}
.c_content_right_column {
  width: 48%;
  float: left;
  padding-left: 2%;
}
.c_text {
    padding: 30px;
    background: #111111;
    min-height: 300px;
}

#m_main {
    background: #1a1a1a;
}
#m_main_sub {
    min-height: 800px;
}
#m_main_content {
  padding: 50px 0px 1px 0px;
  width: 1220px;
    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: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
    margin: 20px 0px;
  padding: 0px 0px 30px 0px;
  background: url(index_03.png) no-repeat bottom center;
}
.content h2 {
    font-size: 50px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    margin: 40px 0px 50px;
}
.c_content_left_column h2 {
    font-size: 26px;
    line-height: 30px;
}
.c_h2_line {
    width: 3px;
    height: 100px;
    background: #3e81f4;
    margin: 10px auto 20px;
}
.c_box2 h4, .content h4, .content h5, .content h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 14px;
}
.content2 {
	font-size: 18px;
	color: #d6d6d6;
	padding: 15px 0px 30px 0px;
	line-height: 30px;
    margin-bottom: 50px;
}
.content2 b, .content2 strong {
    color: #fff;
}
.content2 a {
	text-decoration: none;
	color: #1d211e;
	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_01.png);
    padding-left: 10px;
    padding-top: 4px;
}    
.button {
	background-color: #999999;
	border: 1px solid #999999;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	margin: 3px;
	padding: 2% 5%;
}
.button:hover {
	background-color: #666666;
	color: #fff;
}
.szuk {
	width: 88%;
	box-shadow: 0px 0px 4px #d7d7d7;
  border: 5px solid #fff;
	margin-left: 4px;
	color: #333333;
	padding: 1%;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.szuk:hover, .textarea:hover, .captcha:hover {
  border: 5px solid #3e81f4;
}
.textarea {
	width: 88%;
  box-shadow: 0px 0px 4px #d7d7d7;
  border: 5px solid #fff;
	margin-left: 4px;
	color: #333333;
	padding: 1%;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  font-family: 'Lato', sans-serif;
}
.captcha {
	width: 40%;
	box-shadow: 0px 0px 4px #d7d7d7;
  border: 5px solid #fff;
	margin-left: 4px;
	color: #333333;
	padding: 1%;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s 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-left: 5%;
}
.button_search_mobile {
  width: 30%;
  float: left;
  padding: 2% 5%;
  background: #009846;
  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: 35px;
    background: #000;
    border: 3px solid #3e81f4;
    border-radius: 5px;
}
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: #00a0e3;
    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: right;
    display: inline-block;
    background-color: #3e81f4;
    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;
}
#map {
        height: 100%;
        min-height: 400px;
      }
.c_hidden_menu {
    display: none;
} 
#m_videocontent_url_mobile {
    display: none;
}     




@media only screen and (min-width: 1024px) and (max-width: 1230px) {
    #m_head_content, #m_videocontent, #m_top_content, #m_main_content, #m_oferta_content, #m_box2_content, #m_box3_content, #m_boxc_content, #m_stopka_content, #m_bottom_content {
    width: 1000px;
    }
    .content h1 {
    font-size: 34px;
    }
    #m_videocontent {
    padding-top: 50px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
    #m_head_content, #m_videocontent, #m_top_content, #m_main_content, #m_oferta_content, #m_box2_content, #m_box3_content, #m_boxc_content, #m_stopka_content, #m_bottom_content {
    width: 90%;
    }
    .nav a {
    padding: 23px 15px;
    }
    .content h1 {
    font-size: 34px;
    }
    .c_main_bg {
        background: #000 url(../photo/top/pageMain.jpg) no-repeat top center;
    }
    .c_videocontent_unm {
        display: none;
    }
    #myVideo {
    display: none;
    }
    #m_video_content {
    min-height: 80vh;
    }
    .c_videocontent_url {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #m_head_content, #m_videocontent, #m_top_content, #m_main_content, #m_oferta_content, #m_box2_content, #m_box3_content, #m_boxc_content, #m_stopka_content, #m_bottom_content {
    width: 85%;
    }
    .content h1 {
    font-size: 34px;
    }
    #m_head_content_left {
    width: 100%;
    }
    #m_head_content_right {
    display: none;
    }
    .itemBox-line {
    height: 110px;
    }
    .c_box_bg2 {
    padding: 250px 0px;
    }
    .c_main_bg {
        background: #1a1a1a url(../photo/top/pageMain.jpg) no-repeat top center;
    }
    .c_videocontent_unm {
        display: none;
    }
    #myVideo {
    display: none;
    }
    #m_video_content {
    min-height: 80vh;
    }
    .c_videocontent_url {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    }
    #m_videocontent_title {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    }
    #m_videocontent_text {
    font-size: 22px;
    }
    #m_videocontent_url {
    margin-top: 70px;
    }
    .c_videocontent_url {
    padding: 10px 35px;
    }
     #m_podstrona_left_menu {
    padding: 30px 20px;
    }
    
    
    .c_content_left_column, .c_content_right_column {
      width: 98%;
      padding: 1%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #m_head_content, #m_videocontent, #m_top_content, #m_main_content, #m_oferta_content, #m_box2_content, #m_box3_content, #m_boxc_content, #m_stopka_content, #m_bottom_content {
    width: 85%;
    }    
    #m_lefttop {
    width: 48%;
    }
    #m_righttop {
    width: 50%;
    }
    .content h1 {
    font-size: 25px;
    }
    .content h2 {
    font-size: 32px;
    }
    #m_stopka_left h2 {
    font-size: 26px;
    }
    
    #m_head_content_left {
    width: 100%;
    }
    #m_head_content_right {
    display: none;
    }
    .itemBox-line {
    height: 110px;
    }
    .c_box_bg2 {
    padding: 250px 0px;
    }
    .c_content_left_column, .c_content_right_column {
      width: 98%;
      padding: 1%;
    }
    
    .c_main_bg {
        background: #1a1a1a url(../photo/top/pageMain.jpg) no-repeat top center;
    }
    .c_videocontent_unm {
        display: none;
    }
    #myVideo {
    display: none;
    }
    #m_video_content {
    min-height: 80vh;
    }
    .c_videocontent_url {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    }
    #m_videocontent_title {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 20px;
    }
    #m_videocontent_text {
    font-size: 22px;
    }
    #m_videocontent_url {
    margin-top: 70px;
    }
    .c_videocontent_url {
    padding: 10px 35px;
    }
    #m_podstrona_left {
      display: none;
     }
      #m_podstrona_right {
      width: 100%;
     }
    
    
}

@media only screen and (min-width: 540px) and (max-width: 599px) {
     #m_head_content, #m_videocontent, #m_top_content, #m_main_content, #m_oferta_content, #m_box2_content, #m_box3_content, #m_boxc_content, #m_stopka_content, #m_bottom_content {
    width: 85%;
    }
    #m_lefttop {
    width: 48%;
    }
    #m_righttop {
    width: 50%;
    }
    .content h1 {
    font-size: 25px;
    }
    .content h2 {
    font-size: 32px;
    }
    #m_stopka_left h2 {
    font-size: 26px;
    }
    #m_head_content_left {
    width: 100%;
    }
    #m_head_content_right {
    display: none;
    }
    .itemBox-line {
    height: 110px;
    }
    .c_box_bg2 {
    padding: 250px 0px;
    }
    .itemBox-content {
    padding: 20px 20px 20px 20px;
    }
    #m_box3_left {
    width: 95%;
    margin-left: 5%;
    margin-top: 0px;
    }
    #m_box3_right {
    width: 95%;
    }
    #m_stopka_left {
    width: 100%;
    text-align: center;
    }
    #m_stopka_left h3 {
        text-align: center;
        background: url(index_03.png) no-repeat bottom center;
    }
    #m_stopka_right {
    width: 100%;
    padding: 30px 0px 30px 0%;
    }
    
    .c_main_bg {
        background: #1a1a1a url(../photo/top/pageMain.jpg) no-repeat top center;
    }
    .c_videocontent_unm {
        display: none;
    }
    #myVideo {
    display: none;
    }
    #m_video_content {
    min-height: 80vh;
    }
    .c_videocontent_url {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    }
    #m_videocontent_title {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 20px;
    }
    #m_videocontent_text {
    font-size: 22px;
    }
    #m_videocontent_url {
    margin-top: 70px;
    }
    .c_videocontent_url {
    padding: 10px 35px;
    }
    
     #m_lefttop img {
        max-width: 250px;
    }
    #m_podstrona_left {
      display: none;
     }
      #m_podstrona_right {
      width: 100%;
     }
     
    
    .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: 480px) and (max-width: 539px) {
     #m_head_content, #m_videocontent, #m_top_content, #m_main_content, #m_oferta_content, #m_box2_content, #m_box3_content, #m_boxc_content, #m_stopka_content, #m_bottom_content {
    width: 85%;
    }
    #m_lefttop {
    width: 58%;
    }
    #m_righttop {
    width: 40%;
    }
    
    .content h1 {
    font-size: 25px;
    }
    .content h2 {
    font-size: 32px;
    }
    #m_stopka_left h2 {
    font-size: 26px;
    }
   
    #m_head_content_left {
    width: 100%;
    }
    #m_head_content_right {
    display: none;
    }
    .c_box_bg2 {
    padding: 250px 0px;
    }
    .itemBox-content {
    padding: 20px 20px 20px 20px;
    }
    #m_box3_left {
    width: 95%;
    margin-left: 5%;
    margin-top: 0px;
    }
    #m_box3_right {
    width: 95%;
    }
    #m_stopka_left {
    width: 100%;
    text-align: center;
    }
    #m_stopka_left h3 {
        text-align: center;
        background: url(index_03.png) no-repeat bottom center;
    }
    #m_stopka_right {
    width: 100%;
    padding: 30px 0px 30px 0%;
    }
    .c_item_column_0, .c_item_column_2, .c_item_column_4 {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    }
    #m_oferta_content {
    max-width: 400px;
    }
    .itemBox {
    margin: 10px 0px;
    }
    #m_box2_left {
    width: 100%;
    padding-right: 0%;
    }
    #m_box2_right {
    width: 100%;
    padding-left: 0%;
    }
    .c_text {
    padding: 15px;
    }
    .content2 {
    padding: 15px 10px 30px 10px;
    font-size: 16px;
    }
   
    .c_main_bg {
        background: #1a1a1a url(../photo/top/pageMainMobile.jpg) no-repeat top center;
    }
    .c_videocontent_unm {
        display: none;
    }
    #myVideo {
    display: none;
    }
    #m_video_content {
    min-height: 80vh;
    }
    .c_videocontent_url {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    }
    #m_videocontent_title {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 20px;
    }
    #m_videocontent_text {
    font-size: 19px;
    }
    #m_videocontent_url {
    margin-top: 70px;
    }
    .c_videocontent_url {
    padding: 10px 35px;
    }
    
     #m_lefttop img {
        max-width: 220px;
    }
    #m_kontakt_span {
        display: none;
    }
    .toggleMenu {
    padding: 20px 15px;
    }
    .c_hidden_menu {
        display: block;
    }
    .c_hidden_menu a {
        background: #4267b2;
    }
    #m_podstrona_left {
      display: none;
     }
      #m_podstrona_right {
      width: 100%;
     }
     #like-box {
    display: none;
    }
    
    
    .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: 479px) { 
    #m_top_content {
     width: 100%;
    } 
    #m_head_content, #m_videocontent,  #m_main_content, #m_oferta_content, #m_box2_content, #m_box3_content, #m_boxc_content, #m_stopka_content, #m_bottom_content {
    width: 90%;
    }
    #m_head_content {
        display: none;
    }
    .toggleMenu {
    padding: 15px 20px;
    }
    #m_lefttop {
    width: 100%;
    text-align: center;
    }
    #m_righttop {
    width: 60px;
    }
    #m_top {
        background: #000 !important;
    }
    
    .content h1 {
    font-size: 21px;
    }
    .content h2 {
    font-size: 32px;
    font-size: 16px;
    }
    #m_stopka_left h2 {
    font-size: 26px;
    }
    #m_head_content_left {
    width: 100%;
    }
    #m_head_content_right {
    display: none;
    }
    .c_box_bg2 {
    padding: 250px 0px;
    }
    .itemBox-content {
    padding: 20px 20px 20px 20px;
    }
    #m_box3_left {
    width: 95%;
    margin-left: 5%;
    margin-top: 0px;
    }
    #m_box3_right {
    width: 95%;
    }
    #m_stopka_left {
    width: 100%;
    text-align: center;
    }
    #m_stopka_left h3 {
        text-align: center;
        background: url(index_03.png) no-repeat bottom center;
    }
    #m_stopka_right {
    width: 100%;
    padding: 30px 0px 30px 0%;
    }
    .c_item_column_0, .c_item_column_2, .c_item_column_4 {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    }
    #m_oferta_content {
    max-width: 400px;
    }
    .itemBox {
    margin: 10px 0px;
    }
    #m_box2_left {
    width: 100%;
    padding-right: 0%;
    }
    #m_box2_right {
    width: 100%;
    padding-left: 0%;
    }
    .c_text {
    padding: 15px;
    }
    .content2 {
    padding: 15px 10px 30px 10px;
    font-size: 16px;
    }
    #m_box3_content h5 {
    font-size: 25px;
    line-height: 30px;
    }
    #m_box2_content h5 {
    font-size: 30px;
    line-height: 30px;
    }
    #m_boxc_content h2 {
    font-size: 30px;
    line-height: 30px;
    }
    #m_stopka_left h3 {
    font-size: 30px;
    }
    
    
    .c_main_bg {
        background: #1a1a1a url(../photo/top/pageMainMobile.jpg) no-repeat top center;
    }
    .c_videocontent_unm {
        display: none;
    }
    #myVideo {
    display: none;
    }
    #m_video_content {
    min-height: 80vh;
    }
    .c_videocontent_url {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    }
    #m_videocontent_title {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 20px;
    }
    #m_videocontent_text {
    font-size: 17px;
    line-height: 24px;
    }
    #m_videocontent_url {
    margin-top: 70px;
    }
    .c_videocontent_url {
    padding: 10px 35px;
    }
    
     #m_lefttop img {
        max-width: 150px;
    }
    #m_kontakt_span {
        display: none;
    }
    .toggleMenu {
    padding: 18px 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    }
    .c_hidden_menu {
        display: block;
    }
    .c_hidden_menu a {
        background: #4267b2;
    }
    #m_videocontent_url_hidden {
        display: none;
    }
    #m_videocontent_url_mobile {
        display: block;
    }
    #m_podstrona_left {
      display: none;
     }
      #m_podstrona_right {
      width: 100%;
     }
     #like-box {
    display: none;
    }
  
    .c_content_left_column, .c_content_right_column {
      width: 98%;
      padding: 1%;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
    }
}